:root {
    --gold: #c9972f;
    --gold-light: #f6d88b;
    --gold-deep: #7a4a0f;
    --black: #0e0805;
    --coffee: #2e1c12;
    --cream: #f8eedc;
    --ivory: #fff9ef;
    --white: #ffffff;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
    overflow-x: hidden;
}

body {
    min-width: 320px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--coffee);
    background: var(--ivory);
    overflow-x: hidden;
    line-height: 1.65;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.luxury-bg {
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(
            circle at 18% 10%,
            rgba(246, 216, 139, 0.18),
            transparent 34%
        ),
        radial-gradient(
            circle at 88% 28%,
            rgba(201, 151, 47, 0.16),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #0e0805,
            #2a180e 52%,
            #090403
        );
}

.grain {
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: 0.08;
    background-image:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            rgba(255, 255, 255, 0.07) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.site-header {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 34px 7%;
    background:
        linear-gradient(
            90deg,
            rgba(255, 249, 239, 0.96) 0%,
            rgba(255, 249, 239, 0.82) 40%,
            rgba(255, 249, 239, 0.12) 100%
        ),
        url("../img/mansao-dourada.jpg");
    background-size: cover;
    background-position: center right;
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(
            circle at 78% 30%,
            rgba(246, 216, 139, 0.32),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            rgba(255, 249, 239, 0.03),
            rgba(122, 74, 15, 0.22)
        );
    mix-blend-mode: multiply;
}

.site-header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, var(--ivory));
}

.nav {
    position: absolute;
    top: 30px;
    right: 7%;
    left: 7%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border: 1px solid rgba(201, 151, 47, 0.24);
    border-radius: 999px;
    background: rgba(255, 249, 239, 0.26);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 45px rgba(46, 28, 18, 0.08);
}

.logo {
    position: relative;
    z-index: 12;
    flex: 0 1 auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.1;
    letter-spacing: 3px;
    color: var(--coffee);
}

.logo span {
    display: block;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: 4px;
    color: var(--gold-deep);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.nav-links a {
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.nav-links a:hover {
    color: var(--gold-deep);
    transform: translateY(-1px);
}

.menu-toggle {
    display: none;
    position: relative;
    z-index: 12;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(122, 74, 15, 0.35);
    border-radius: 50%;
    background: rgba(255, 249, 239, 0.74);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: var(--gold-deep);
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.hero {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding-top: 110px;
    animation: rise 1.2s ease both;
}

.eyebrow {
    margin-bottom: 22px;
    color: var(--gold-deep);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h1 {
    margin-bottom: 24px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(47px, 7.5vw, 92px);
    line-height: 1.02;
    color: var(--coffee);
}

h1 em {
    color: var(--gold);
    font-style: normal;
    text-shadow: 0 0 28px rgba(201, 151, 47, 0.2);
}

.gold-line {
    width: 260px;
    max-width: 70%;
    height: 1px;
    margin: 28px 0;
    background: linear-gradient(
        90deg,
        transparent,
        var(--gold),
        transparent
    );
}

.hero p {
    max-width: 600px;
    margin-bottom: 31px;
    color: #4d3524;
    font-size: 20px;
}

.cta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 6px;
    color: var(--white);
    background: linear-gradient(
        135deg,
        #7a4a0f,
        #c9972f 58%,
        #f6d88b
    );
    box-shadow: 0 20px 45px rgba(122, 74, 15, 0.28);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 1.9px;
    text-align: center;
    text-transform: uppercase;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 58px rgba(122, 74, 15, 0.38);
}

.btn-caption {
    max-width: 330px;
    padding-top: 10px;
    color: #6e471d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-style: italic;
}

section {
    position: relative;
    padding: 92px 7%;
}

.statement {
    padding: 78px 7%;
    border-top: 1px solid rgba(246, 216, 139, 0.45);
    border-bottom: 1px solid rgba(122, 74, 15, 0.22);
    color: var(--white);
    background: linear-gradient(
        90deg,
        #8d5a11 0%,
        #b77918 34%,
        #d2a13d 66%,
        #e7c874 100%
    );
    text-align: center;
}

.statement p {
    max-width: 1120px;
    margin: auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4.3vw, 58px);
    line-height: 1.14;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.16);
}

.statement span {
    display: block;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    font-weight: 600;
}

.intro,
.pillars,
.path,
.wealth {
    background: linear-gradient(
        180deg,
        var(--ivory),
        var(--cream)
    );
}

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

.section-title-left {
    margin: 0 0 24px;
    text-align: left;
}

.section-title small {
    color: var(--gold-deep);
    font-weight: 900;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

h2 {
    margin-top: 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.13;
    color: var(--coffee);
}

.section-title p {
    margin-top: 20px;
    color: #4d3524;
    font-size: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.card {
    padding: 34px 28px;
    border: 1px solid rgba(201, 151, 47, 0.32);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 60px rgba(46, 28, 18, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 72px rgba(46, 28, 18, 0.14);
}

.icon {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border: 1px solid rgba(201, 151, 47, 0.55);
    border-radius: 50%;
    color: var(--gold);
    font-size: 23px;
}

.card h3 {
    margin-bottom: 10px;
    color: var(--gold-deep);
    font-size: 23px;
}

.about {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    align-items: center;
    gap: 62px;
    overflow: hidden;
    background: var(--ivory);
}

.photo-frame {
    padding: 10px;
    border-radius: 42px;
    background: linear-gradient(
        135deg,
        #7a4a0f,
        #c9972f,
        #f6d88b
    );
    box-shadow: 0 35px 90px rgba(46, 28, 18, 0.22);
}

.photo-frame img {
    border-radius: 34px;
}

.about p {
    margin-bottom: 18px;
    color: #4d3524;
    font-size: 18px;
}

.manifesto {
    display: flex;
    min-height: 78vh;
    min-height: 78svh;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background:
        linear-gradient(
            rgba(14, 8, 5, 0.78),
            rgba(14, 8, 5, 0.86)
        ),
        url("../img/bg-mansao.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
}

.manifesto-content {
    max-width: 1060px;
}

.manifesto h2 {
    margin-bottom: 26px;
    color: var(--white);
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.08;
}

.manifesto p {
    margin: 18px auto;
    color: rgba(255, 255, 255, 0.9);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.35;
}

.manifesto strong {
    color: var(--gold-light);
    font-weight: 700;
}

.steps {
    display: grid;
    max-width: 1050px;
    margin: auto;
    gap: 18px;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 28px 32px;
    border-left: 5px solid var(--gold);
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 18px 42px rgba(46, 28, 18, 0.08);
    font-size: 18px;
}

.step strong {
    flex: 0 0 auto;
    color: var(--gold-deep);
}

.wealth-box {
    max-width: 980px;
    margin: auto;
    padding: 58px 42px;
    border: 1px solid rgba(201, 151, 47, 0.35);
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 25px 60px rgba(46, 28, 18, 0.08);
    text-align: center;
}

.wealth-title {
    margin-bottom: 0;
}

.final-cta {
    color: var(--white);
    background:
        linear-gradient(
            135deg,
            rgba(14, 8, 5, 0.88),
            rgba(122, 74, 15, 0.84)
        ),
        url("../img/bg-mansao.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
}

.final-cta h2 {
    color: var(--white);
}

.final-cta p {
    max-width: 780px;
    margin: 22px auto 34px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
}

.signature {
    padding: 42px 7%;
    color: var(--gold-light);
    background: var(--black);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(23px, 3vw, 36px);
    line-height: 1.32;
    text-align: center;
}

footer {
    padding: 30px 7%;
    color: rgba(255, 255, 255, 0.72);
    background: #080403;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: center;
}

.whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 90;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    background: linear-gradient(
        135deg,
        #8d5a11,
        #c9972f,
        #f6d88b
    );
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    font-size: 26px;
    font-weight: 900;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 1s ease,
        transform 1s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablets */

@media (max-width: 1100px) {
    .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about {
        gap: 42px;
    }
}

@media (max-width: 980px) {
    html {
        scroll-padding-top: 90px;
    }

    .site-header {
        min-height: 100svh;
        align-items: flex-start;
        padding: 24px 6% 80px;
        background-position: 64% center;
    }

    .site-header::before {
        z-index: 1;
        background: rgba(255, 249, 239, 0.7);
        mix-blend-mode: normal;
    }

    .nav {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        z-index: 10;
        width: 100%;
        margin-bottom: 46px;
        border-radius: 22px;
    }

    .menu-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 11;
        width: min(82vw, 350px);
        height: 100vh;
        height: 100dvh;
        padding: 115px 28px 40px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        border-left: 1px solid rgba(201, 151, 47, 0.24);
        background:
            linear-gradient(
                160deg,
                rgba(255, 249, 239, 0.99),
                rgba(248, 238, 220, 0.99)
            );
        box-shadow: -24px 0 60px rgba(46, 28, 18, 0.22);
        transform: translateX(105%);
        visibility: hidden;
        transition:
            transform 0.35s ease,
            visibility 0.35s ease;
    }

    .nav-links.active {
        transform: translateX(0);
        visibility: visible;
    }

    .nav-links a {
        width: 100%;
        padding: 18px 4px;
        border-bottom: 1px solid rgba(122, 74, 15, 0.14);
        font-size: 14px;
    }

    .hero {
        z-index: 2;
        max-width: 680px;
        padding-top: 18px;
    }

    .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about {
        grid-template-columns: 1fr;
    }

    .photo-frame {
        width: min(100%, 620px);
        margin: 0 auto;
        border-radius: 30px;
    }

    .photo-frame img {
        border-radius: 24px;
    }

    .about-content {
        width: min(100%, 760px);
        margin: 0 auto;
    }

    section {
        padding: 72px 6%;
    }

    .statement {
        padding: 58px 6%;
    }

    .btn-caption {
        width: 100%;
        padding-top: 0;
    }
}

/* Celulares */

@media (max-width: 680px) {
    html {
        scroll-padding-top: 82px;
    }

    .site-header {
        min-height: 100svh;
        padding: 16px 18px 64px;
        background-position: 66% center;
    }

    .site-header::after {
        height: 70px;
    }

    .nav {
        min-height: 68px;
        margin-bottom: 30px;
        padding: 12px 14px 12px 18px;
        border-radius: 18px;
    }

    .logo {
        max-width: calc(100% - 58px);
        font-size: 17px;
        letter-spacing: 2px;
    }

    .logo span {
        margin-top: 4px;
        font-size: 7px;
        letter-spacing: 2.2px;
    }

    .menu-toggle {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .nav-links {
        width: min(86vw, 340px);
        padding-top: 100px;
    }

    .hero {
        width: 100%;
        padding-top: 12px;
    }

    .eyebrow {
        max-width: 330px;
        margin-bottom: 16px;
        font-size: 10px;
        line-height: 1.7;
        letter-spacing: 1.8px;
    }

    h1 {
        max-width: 540px;
        margin-bottom: 20px;
        font-size: clamp(39px, 12vw, 58px);
        line-height: 1.02;
    }

    .gold-line {
        width: 190px;
        margin: 22px 0;
    }

    .hero p {
        max-width: 440px;
        margin-bottom: 26px;
        font-size: 17px;
        line-height: 1.7;
    }

    .cta-wrap {
        width: 100%;
        gap: 14px;
    }

    .btn {
        width: 100%;
        max-width: 390px;
        padding: 15px 20px;
    }

    .btn-caption {
        max-width: 390px;
        font-size: 17px;
        line-height: 1.5;
    }

    section {
        padding: 62px 20px;
    }

    .statement {
        padding: 54px 20px;
    }

    .statement p {
        font-size: clamp(29px, 8.5vw, 42px);
        line-height: 1.18;
    }

    .statement span {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.6;
    }

    .section-title {
        margin-bottom: 38px;
    }

    .section-title small {
        font-size: 11px;
        line-height: 1.6;
        letter-spacing: 2px;
    }

    h2 {
        font-size: clamp(32px, 9vw, 46px);
        line-height: 1.12;
    }

    .section-title p {
        margin-top: 17px;
        font-size: 17px;
        line-height: 1.7;
    }

    .grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .card {
        padding: 29px 24px;
        border-radius: 22px;
    }

    .section-title-left {
        text-align: left;
    }

    .about {
        gap: 36px;
    }

    .about p {
        font-size: 17px;
        line-height: 1.75;
    }

    .manifesto {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .manifesto h2 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .manifesto p {
        font-size: clamp(22px, 6.5vw, 29px);
    }

    .steps {
        gap: 14px;
    }

    .step {
        padding: 23px 20px;
        border-left-width: 4px;
        border-radius: 16px;
        font-size: 16px;
        line-height: 1.7;
    }

    .wealth-box {
        padding: 40px 22px;
        border-radius: 26px;
    }

    .final-cta p {
        margin: 18px auto 28px;
        font-size: 18px;
        line-height: 1.7;
    }

    .signature {
        padding: 34px 20px;
        font-size: clamp(22px, 7vw, 30px);
    }

    footer {
        padding: 28px 20px 94px;
        font-size: 12px;
    }

    .whatsapp {
        right: max(16px, env(safe-area-inset-right));
        bottom: max(16px, env(safe-area-inset-bottom));
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
}

/* Celulares pequenos */

@media (max-width: 380px) {
    .site-header {
        padding-right: 14px;
        padding-left: 14px;
    }

    .nav {
        padding-left: 14px;
    }

    .logo {
        font-size: 15px;
        letter-spacing: 1.5px;
    }

    .logo span {
        font-size: 6.5px;
        letter-spacing: 1.5px;
    }

    h1 {
        font-size: 37px;
    }

    section {
        padding-right: 16px;
        padding-left: 16px;
    }

    .statement {
        padding-right: 16px;
        padding-left: 16px;
    }

    .card,
    .wealth-box {
        padding-right: 19px;
        padding-left: 19px;
    }
}

/* Acessibilidade */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

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

/* ==================================================
   CORREÇÃO DEFINITIVA PARA TABLET E CELULAR
   Cole no final do style.css
================================================== */

@media screen and (max-width: 980px) {
    .site-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;

        width: 100% !important;
        min-height: 100svh !important;

        padding: 20px 24px 70px !important;
        overflow: hidden !important;

        background-position: 65% center !important;
    }

    .site-header::before {
        background: rgba(255, 249, 239, 0.82) !important;
        mix-blend-mode: normal !important;
    }

    .nav {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        display: flex !important;
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        align-items: center !important;
        justify-content: space-between !important;

        margin: 0 0 44px !important;
        padding: 15px 18px !important;

        border-radius: 24px !important;
    }

    .logo {
        min-width: 0 !important;
        max-width: calc(100% - 64px) !important;
    }

    .menu-toggle {
        display: flex !important;
        flex: 0 0 46px !important;
    }

    .hero {
        position: relative !important;
        z-index: 2 !important;

        display: block !important;
        flex: none !important;

        width: 100% !important;
        max-width: 720px !important;
        min-width: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        transform: none !important;
    }

    .eyebrow,
    .hero h1,
    .hero p,
    .cta-wrap {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .hero h1 {
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .about {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 680px) {
    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .site-header {
        width: 100% !important;
        min-height: 100svh !important;

        padding:
            max(14px, env(safe-area-inset-top))
            16px
            58px !important;

        background-position: 70% center !important;
    }

    .site-header::before {
        background:
            linear-gradient(
                90deg,
                rgba(255, 249, 239, 0.97) 0%,
                rgba(255, 249, 239, 0.93) 58%,
                rgba(255, 249, 239, 0.78) 100%
            ) !important;
    }

    .nav {
        width: 100% !important;
        min-height: 72px !important;

        margin: 0 0 38px !important;
        padding: 12px 13px 12px 18px !important;

        border-radius: 20px !important;
    }

    .logo {
        max-width: calc(100% - 58px) !important;

        font-size: 17px !important;
        line-height: 1.12 !important;
        letter-spacing: 2px !important;
    }

    .logo span {
        margin-top: 6px !important;

        font-size: 7px !important;
        line-height: 1.45 !important;
        letter-spacing: 2.2px !important;
    }

    .menu-toggle {
        width: 44px !important;
        height: 44px !important;
        flex-basis: 44px !important;
    }

    .hero {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 2px !important;

        text-align: left !important;
    }

    .eyebrow {
        margin: 0 0 18px !important;

        font-size: 10px !important;
        line-height: 1.75 !important;
        letter-spacing: 1.8px !important;
    }

    .hero h1 {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 0 22px !important;

        font-size: clamp(40px, 12.2vw, 58px) !important;
        line-height: 1.01 !important;

        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .gold-line {
        width: 170px !important;
        max-width: 60% !important;
        margin: 24px 0 !important;
    }

    .hero p {
        width: 100% !important;
        max-width: 440px !important;

        margin: 0 0 27px !important;

        font-size: 17px !important;
        line-height: 1.68 !important;
    }

    .cta-wrap {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;

        width: 100% !important;
        gap: 13px !important;
    }

    .btn {
        width: 100% !important;
        max-width: 390px !important;
        min-height: 54px !important;

        padding: 15px 18px !important;

        white-space: normal !important;
    }

    .btn-caption {
        width: 100% !important;
        max-width: 390px !important;
        padding: 0 !important;

        font-size: 17px !important;
        line-height: 1.5 !important;
    }

    section {
        width: 100% !important;
        padding: 60px 20px !important;
        overflow: hidden !important;
    }

    .statement {
        padding: 52px 20px !important;
    }

    .statement p {
        font-size: clamp(28px, 8.3vw, 40px) !important;
        line-height: 1.18 !important;
    }

    .section-title {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 38px !important;
    }

    h2 {
        font-size: clamp(32px, 9.2vw, 45px) !important;
        line-height: 1.1 !important;
    }

    .grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
    }

    .card {
        width: 100% !important;
        min-width: 0 !important;
        padding: 28px 23px !important;
    }

    .about {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 34px !important;
    }

    .photo-frame {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .photo-frame img {
        width: 100% !important;
        height: auto !important;
    }

    .steps {
        width: 100% !important;
    }

    .step {
        width: 100% !important;
        min-width: 0 !important;
        padding: 22px 18px !important;
    }

    .wealth-box {
        width: 100% !important;
        padding: 38px 20px !important;
    }

    .whatsapp {
        right: max(16px, env(safe-area-inset-right)) !important;
        bottom: max(16px, env(safe-area-inset-bottom)) !important;

        width: 56px !important;
        height: 56px !important;
    }
}

@media screen and (max-width: 380px) {
    .site-header {
        padding-right: 13px !important;
        padding-left: 13px !important;
    }

    .nav {
        padding-left: 14px !important;
    }

    .logo {
        font-size: 15px !important;
        letter-spacing: 1.5px !important;
    }

    .logo span {
        font-size: 6.5px !important;
        letter-spacing: 1.5px !important;
    }

    .hero h1 {
        font-size: 37px !important;
    }

    section,
    .statement {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
}