:root {
    --bg: #050507;
    --bg2: #0a0610;
    --fg: #eeeaf0;
    --muted: rgba(238, 234, 240, .76);
    --soft: rgba(255, 255, 255, .06);
    --line: rgba(255, 255, 255, .11);
    --gold: #c3912f;
    --copper: #9d6225;
    --lilac: #c5a8cf;
    --purple: #4b2c5e;
    --wine: #2a071a;
    --radius: 28px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: radial-gradient(ellipse at 80% 20%, rgba(75, 44, 94, .35), transparent 60%), radial-gradient(ellipse at 15% 85%, rgba(42, 7, 26, .45), transparent 65%), linear-gradient(180deg, var(--bg), var(--bg2));
    background-attachment: fixed;
    color: var(--fg);
    font-family: Inter, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased
}

h1,
h2,
h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    letter-spacing: -.01em;
    margin: 0
}

h1 {
    font-size: clamp(2.55rem, 7vw, 4.3rem);
    line-height: 1.08
}

h2 {
    font-size: clamp(2.1rem, 5vw, 3.45rem);
    line-height: 1.14
}

h3 {
    font-size: clamp(1.6rem, 3vw, 2rem)
}

em {
    font-style: normal;
    color: var(--gold)
}

p {
    line-height: 1.75
}

.container {
    width: min(1120px, 100%);
    margin: auto;
    padding: 0 24px
}

.narrow {
    width: min(760px, 100%)
}

.section {
    position: relative;
    padding: 96px 0
}

.hero {
    overflow: hidden
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
    padding-top: 70px
}

.text-center-left {
    text-align: center
}

.badge,
.eyebrow,
.section-title span,
.group-title span {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: .72rem;
    font-weight: 600;
    color: rgba(197, 168, 207, .9)
}

.badge {
    padding: .55rem 1rem;
    border: 1px solid rgba(197, 168, 207, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    backdrop-filter: blur(10px)
}

.lead {
    font-size: clamp(1.05rem, 2vw, 1.22rem);
    color: var(--muted);
    max-width: 650px
}

.quote-line {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.55rem;
    font-style: italic;
    color: rgba(238, 234, 240, .88)
}

.micro {
    font-size: .78rem;
    letter-spacing: .13em;
    color: rgba(197, 168, 207, .72)
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    margin-top: 22px;
    padding: 15px 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--copper), var(--gold));
    color: #170d11;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 50px -12px rgba(195, 145, 47, .6);
    transition: .35s
}

.btn:hover {
    transform: translateY(-2px) scale(1.015);
    filter: brightness(1.08)
}

.btn-lg {
    padding: 20px 38px;
    font-size: 1.08rem
}

.portrait {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 30px 80px -30px #000;
    border: 1px solid var(--line)
}

.portrait:before {
    content: "";
    position: absolute;
    inset: -35px;
    background: linear-gradient(135deg, rgba(195, 145, 47, .25), rgba(75, 44, 94, .28), transparent);
    filter: blur(35px);
    z-index: -1
}

.portrait img,
.about-img {
    width: 100%;
    display: block;
    object-fit: cover
}

.portrait:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(5, 5, 7, .88), transparent 45%)
}

.portrait-caption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid var(--line);
    backdrop-filter: blur(14px)
}

.portrait-caption span {
    display: block;
    margin-top: 4px;
    font-size: .78rem;
    color: rgba(197, 168, 207, .82)
}

.glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(195, 145, 47, .13), transparent 70%);
    filter: blur(38px);
    pointer-events: none
}

.glow-left {
    left: -220px;
    top: 80px
}

.glow-right {
    right: -220px;
    bottom: 0
}

.section-title {
    text-align: center;
    margin: 0 auto 64px;
    max-width: 900px
}

.section-title p {
    color: var(--muted);
    font-size: 1.08rem
}

.section-title span {
    color: rgba(195, 145, 47, .95);
    margin-bottom: 18px
}

.grid {
    display: grid;
    gap: 22px
}

.cards-2 {
    grid-template-columns: 1fr
}

.cards-3 {
    grid-template-columns: 1fr
}

.cards-1 {
    max-width: 590px;
    margin: auto
}

.card,
.plan,
details {
    background: linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 32px -8px rgba(0, 0, 0, .55);
    transition: .45s
}

.card:hover,
.plan:hover {
    transform: translateY(-4px);
    border-color: rgba(195, 145, 47, .38)
}

.card {
    padding: 32px
}

.card i {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    background: rgba(195, 145, 47, .12);
    border: 1px solid rgba(195, 145, 47, .28);
    color: var(--gold);
    font-style: normal;
    font-size: 1.25rem
}

.card p {
    color: rgba(238, 234, 240, .84);
    font-size: 1.05rem
}

.phrases {
    text-align: center
}

.phrases p {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-style: italic;
    color: rgba(238, 234, 240, .86);
    margin: 0
}

.phrases span {
    display: block;
    width: 70px;
    height: 1px;
    margin: 40px auto;
    background: linear-gradient(90deg, transparent, rgba(195, 145, 47, .55), transparent)
}

.phrases span:last-child {
    display: none
}

.divider:before {
    content: "";
    display: block;
    width: min(760px, 80%);
    height: 1px;
    margin: -20px auto 80px;
    background: linear-gradient(90deg, transparent, rgba(195, 145, 47, .45), transparent)
}

.benefits {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background: rgba(255, 255, 255, .045)
}

.benefit {
    padding: 36px;
    background: rgba(10, 8, 14, .75);
    border-bottom: 1px solid var(--line)
}

.benefit span {
    letter-spacing: .25em;
    color: var(--gold);
    font-size: .75rem
}

.benefit h3 {
    margin-top: 18px
}

.benefit p {
    color: var(--muted)
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 55px;
    align-items: center
}

.about-img {
    border-radius: 34px;
    box-shadow: 0 30px 80px -30px #000
}

.about-grid p {
    font-size: 1.08rem;
    color: var(--muted)
}

.about-grid strong {
    color: var(--gold);
    font-weight: 600
}

.cert {
    display: inline-flex;
    margin: 12px 0 8px;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(195, 145, 47, .12);
    border: 1px solid rgba(195, 145, 47, .35);
    color: var(--gold);
    font-size: .9rem
}

.testimonial {
    position: relative
}

.testimonial b {
    position: absolute;
    top: -30px;
    left: 28px;
    font-family: Georgia, serif;
    font-size: 5rem;
    color: rgba(195, 145, 47, .7)
}

.testimonial p {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.25rem;
    font-style: italic;
    color: rgba(238, 234, 240, .92)
}

.testimonial small {
    color: rgba(197, 168, 207, .75);
    letter-spacing: .15em;
    text-transform: uppercase
}

.cta-center {
    text-align: center
}

.plan-group {
    margin-top: 64px
}

.group-title {
    text-align: center;
    margin-bottom: 28px
}

.group-title h3 {
    margin-top: 8px;
    color: rgba(238, 234, 240, .9)
}

.plan {
    position: relative;
    padding: 32px;
    display: flex;
    flex-direction: column
}

.plan.highlight {
    border-color: rgba(195, 145, 47, .55);
    background: linear-gradient(180deg, rgba(195, 145, 47, .12), rgba(255, 255, 255, .055));
    box-shadow: 0 10px 50px -12px rgba(195, 145, 47, .6)
}

.recommended {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: var(--gold);
    color: #160d11;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: .78rem;
    font-weight: 700
}

.plan p {
    color: var(--muted);
    font-size: .94rem
}

.price {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3rem, 6vw, 4rem);
    color: var(--gold);
    margin-top: 16px
}

.plan small {
    color: rgba(238, 234, 240, .66)
}

.plan ul {
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
    color: rgba(238, 234, 240, .86)
}

.plan li {
    margin: 10px 0
}

.plan .btn {
    margin-top: auto
}

.pricing-note {
    text-align: center;
    max-width: 720px;
    margin: 64px auto 0;
    color: var(--muted);
    font-style: italic
}

.faq {
    display: grid;
    gap: 16px
}

details {
    padding: 0 22px
}

summary {
    cursor: pointer;
    padding: 22px 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.25rem;
    list-style: none
}

summary::-webkit-details-marker {
    display: none
}

summary:after {
    content: "+";
    float: right;
    color: var(--gold)
}

details[open] summary:after {
    content: "–"
}

details p {
    margin: 0 0 22px;
    color: var(--muted)
}

.final {
    overflow: hidden
}

.final:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(195, 145, 47, .13), transparent 70%);
    pointer-events: none
}

footer {
    text-align: center;
    border-top: 1px solid var(--line);
    padding: 36px 24px;
    color: rgba(238, 234, 240, .62)
}

footer p {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.25rem;
    margin: 0 0 5px;
    color: rgba(238, 234, 240, .84)
}

footer span,
footer small {
    display: block;
    margin-top: 8px
}

.float-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 20;
    width: 62px;
    height: 62px;
    border-radius: 999px;
    background: #25d366;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
    animation: pulse 2.4s infinite
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1)
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.delay-1 {
    transition-delay: .14s
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0)
    }
}

@media (min-width:760px) {
    .cards-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .cards-3 {
        grid-template-columns: repeat(2, 1fr)
    }

    .benefits {
        grid-template-columns: repeat(2, 1fr)
    }

    .benefit {
        border-right: 1px solid var(--line)
    }
}

@media (min-width:1020px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr
    }

    .text-center-left {
        text-align: left
    }

    .cards-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .benefits {
        grid-template-columns: repeat(3, 1fr)
    }

    .about-grid {
        grid-template-columns: 5fr 6fr
    }

    .section {
        padding: 120px 0
    }

    .hero-grid {
        padding-top: 100px
    }

    .benefit {
        border-bottom: 1px solid var(--line)
    }
}