
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    background: #650776;
    color: #222;
    font-family: 'garamond', Arial, Helvetica, sans-serif;
}

a { text-decoration: none; color: black; font-family: 'Fira', Arial, Helvetica, sans-serif; }

.pointer { cursor: pointer; }

.index-top {
    min-height: 100vh;
    background:
        linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
        url(../image/index-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: clamp(24px, 5vw, 80px);
    border-bottom-left-radius: clamp(40px, 10vw, 120px);
    border-bottom-right-radius: clamp(40px, 10vw, 120px);
}

.header-bar {
    min-height: 100px;
    background-color: black;
}

.logo-header {
    height: clamp(28px, 4vw, 40px);
}

.logo-center {
    width: clamp(90px, 15vw, 180px);
}

.logo-main {
    height: clamp(100px, 18vw, 180px);
}

.titulo {
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: .9;
}

.titulo span {
    display: block;
}

.section-info-1, 
.section-info-2 { width: 50%; }

.section-info {
    padding: clamp(40px, 7vw, 90px) clamp(20px, 6vw, 100px);
}

.texto-info {
    font-family: 'Fira', Arial, sans-serif;
    font-size: clamp(1.6rem, 1.4vw, 1.35rem);
    line-height: 1.5;
}

.girl {
    position: relative;
    overflow: visible;
    width: min(100%, 620px);
    aspect-ratio: 4 / 5;
    border-radius: clamp(30px, 8vw, 80px);
    background-image: url(../image/index-girl.jpg);
    background-size: cover;
    background-position: center;
}

.circulo {
    position: absolute;
    width: clamp(80px, 12vw, 140px);
    height: clamp(80px, 12vw, 140px);
    border: clamp(16px, 2.5vw, 28px) solid #650776;
    border-radius: 50%;
    background: linear-gradient(to right, #FF7D40, #F5BE32);
    bottom: clamp(-45px, -3vw, -25px);
    left: clamp(-45px, -3vw, -25px);
}

.index-bottom {
    min-height: 100vh;
    background:
        linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)),
        url(../image/center.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: clamp(24px, 5vw, 80px);
    border-radius: clamp(40px, 10vw, 120px);
}

.index-bottom-text {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
    font-size: clamp(1rem, 1.6vw, 1.5rem);
    font-family: 'Fira', Arial, sans-serif;
    line-height: 1.5;    
}

.index-footer {
    /* background: #EB3A7C; */
    background: #650776;
    font-family: 'Fira', Arial, sans-serif;
    font-size: clamp(.9rem, 1.5vw, 1.4rem);
}

.btn-comienza { width: 25%; }

/* Mobile */
@media (max-width: 768px) {
    .index-top {
        min-height: 85vh;
        text-align: center;
    }

    .header-bar {
        min-height: 80px;
    }

    .btn-comienza { width: 75%; }

    .logo-main {
        height: clamp(70px, 18vw, 180px);
    }
            
    .titulo {
        font-size: clamp(2.8rem, 6vw, 4.5rem);
    }

    .section-info {
        text-align: justify;
    }

    .section-info-1, 
    .section-info-2 { width: 100%; }        

    .texto-info { 
        text-align: center; 
        font-size: 5vw;
    }


    .girl {
        width: 85%;
        aspect-ratio: 1 / 1.15;
        margin-top: 30px;
    }

    .circulo {
        bottom: -30px;
        left: -30px;
    }

    .index-bottom {
        min-height: 80vh;
        justify-content: flex-end;
        border-radius: 40px;          
    }

    .index-bottom-text {
        margin-right: 50px;
        font-size: 4.5vw;
    }

    html,
    body {
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: transparent;
    }     
}

.aba-pricing-section {
    font-family: Fira;
    padding: 60px 24px;
    background: #E28A5A;
    font-family: Arial, sans-serif;
    border-radius: clamp(40px, 10vw, 120px);
}

.pricing-header {
    text-align: center;
    /* margin-bottom: 40px; */
    color: black !important;
}

.pricing-header h2 {
    color: #19324d;
    font-size: clamp(32px, 5vw, 52px);
    margin-bottom: 10px;
}

.pricing-header p {
    color: black !important;
    font-size: 18px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    max-width: 1500px;
    margin: 0 auto;
}

.pricing-card {
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    padding: 34px 26px 28px;
    box-shadow: 0 12px 35px rgba(25, 50, 77, 0.10);
    text-align: center;
    height: 630px;
    /* border: 1px solid #f1e7dd; */
}

.pricing-card.featured {
    /* border: 2px solid #EDBA51; */
    transform: translateY(-10px);
}

.top-label {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #EDBA51;
    color: #000;
    padding: 8px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
}

.icon-circle {
    width: 82px;
    height: 82px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 34px;
}

.icon-circle.orange {
    background: rgba(226, 138, 90, 0.18);
    color: #E28A5A;
}

.icon-circle.gold {
    background: rgba(237, 186, 81, 0.22);
    color: #EDBA51;
}

.pricing-card h3 {
    color: #19324d;
    font-size: 24px;
    margin-bottom: 14px;
}

.pricing-card h3 span {
    color: #E28A5A;
}

.badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.badge.orange {
    background: #E28A5A;
}

.badge.gold {
    background: #EDBA51;
    color: #19324d;
}

.description {
    color: #1f2937;
    font-size: 15px;
    line-height: 1.55;
    min-height: 120px;
    height: 150px;
    font-size: 0.9vw;
}

.divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #E28A5A, transparent);
    margin: 24px 0;
}

.price-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    font-size: 15px;
    text-align: left;
}

.price-row span {
    color: #4b5563;
}

.price-row strong {
    color: #19324d;
    white-space: nowrap;
}

.saving {
    margin: 24px 0 20px;
    padding: 14px;
    border-radius: 10px;
    font-weight: 700;
}

.orange-light {
    background: rgba(226, 138, 90, 0.16);
    color: #c85f28;
}

.gold-light {
    background: rgba(237, 186, 81, 0.20);
    color: #b17800;
}

button {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 15px 18px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.btn-orange {
    background: #E28A5A;
}

.btn-gold {
    background: #EDBA51;
    color: #19324d;
}

.btn-orange:hover {
    background: #d9733c;
}

.btn-gold:hover {
    background: #e4aa2d;
}

.aba-description { 
    padding:10%; font-size: 2vw; font-family: Fira; text-align: center; color:white;
}

@media (max-width: 1200px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .description {
        color: #1f2937;
        font-size: 15px;
        line-height: 1.55;
        min-height: auto;
        font-size: 3.5vw;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: none;
    }

    .aba-description { 
        padding:10%; font-size: 4.5vw; font-family: Fira; text-align: center; color:white;
    }    
}

.user-icon {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-icon i {
    color: black;
    font-size: 28px;
}