:root {
    --ink: #121113;
    --night: #0d0d0f;
    --night-soft: #151318;
    --paper: #f1ece5;
    --paper-deep: #e4dbd0;
    --muted: #a7a1a1;
    --muted-dark: #665f5d;
    --gold: #d7b26b;
    --gold-bright: #efce83;
    --plum: #402538;
    --line: rgba(215, 178, 107, .24);
    --sans: "Arial", "Helvetica Neue", sans-serif;
    --serif: Georgia, "Times New Roman", serif;
    --shell: min(1160px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; color: var(--paper); background: var(--night); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body::selection { color: var(--night); background: var(--gold-bright); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 16px; color: var(--ink); background: var(--gold-bright); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(13,13,15,.72); backdrop-filter: blur(16px); transition: background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: rgba(13,13,15,.94); box-shadow: 0 12px 32px rgba(0,0,0,.22); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 210px; }
.brand-mark-wrap { width: 48px; height: 48px; flex: 0 0 48px; overflow: hidden; border-radius: 50%; border: 1px solid rgba(215,178,107,.48); background: #171518; }
.brand-mark-wrap img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; gap: 0; text-transform: uppercase; letter-spacing: .13em; }
.brand-copy strong { color: var(--gold-bright); font-family: var(--serif); font-size: 17px; font-weight: 400; letter-spacing: .22em; line-height: 1.15; }
.brand-copy small { color: #a49ba0; font-size: 8px; letter-spacing: .13em; line-height: 1.3; }
.primary-nav { display: flex; align-items: center; gap: 31px; color: #c9c1c4; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.primary-nav > a:not(.nav-cta) { position: relative; padding-block: 8px; }
.primary-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: var(--gold-bright); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 17px; color: var(--ink); background: var(--gold); border-radius: 100px; font-weight: 700; letter-spacing: .08em; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.nav-cta:hover, .nav-cta:focus-visible { color: var(--ink); background: var(--gold-bright); box-shadow: 0 8px 20px rgba(215,178,107,.2); transform: translateY(-2px); }
.whatsapp-symbol, .floating-whatsapp-icon { display: inline-grid; place-items: center; font-size: 18px; line-height: 1; }
.whatsapp-symbol { width: 18px; height: 18px; }
.floating-whatsapp-icon svg { width: 24px; height: 24px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; color: var(--gold); border: 1px solid rgba(215,178,107,.35); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 4px 0; background: currentColor; transition: transform .25s ease; }

.hero { position: relative; display: grid; min-height: 780px; align-items: center; isolation: isolate; overflow: hidden; background: #09090a; }
.hero-media, .hero-shade { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.74) contrast(1.08); opacity: .43; }
.hero-shade { z-index: -1; background: radial-gradient(circle at 54% 44%, rgba(42,31,36,.18), transparent 34%), linear-gradient(90deg, rgba(9,9,10,.98) 3%, rgba(9,9,10,.8) 37%, rgba(9,9,10,.45) 70%, rgba(9,9,10,.84) 100%), linear-gradient(0deg, #0d0d0f 0%, transparent 28%, rgba(9,9,10,.2) 100%); }
.hero-content { padding-top: 120px; padding-bottom: 92px; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .28em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { color: rgba(215,178,107,.5); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { max-width: 720px; margin-bottom: 24px; color: #f7f1eb; font-size: clamp(3.5rem, 7.6vw, 6.4rem); letter-spacing: -.045em; line-height: .98; }
h1 em, h2 em { color: var(--gold-bright); font-style: italic; }
.hero-lead { max-width: 560px; margin-bottom: 36px; color: #c5bec0; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 23px; min-height: 54px; padding: 15px 22px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease; }
.button span { font-size: 18px; font-weight: 400; transition: transform .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button:hover span, .button:focus-visible span { transform: translateX(4px); }
.button-primary { color: var(--ink); background: var(--gold); box-shadow: 0 10px 30px rgba(215,178,107,.12); }
.button-primary:hover, .button-primary:focus-visible { color: var(--ink); background: var(--gold-bright); box-shadow: 0 14px 32px rgba(215,178,107,.25); }
.button-quiet { color: #d1c8c8; border-color: rgba(215,178,107,.38); background: rgba(13,13,15,.22); }
.button-quiet:hover, .button-quiet:focus-visible { color: var(--gold-bright); border-color: var(--gold); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 92px; color: #aaa1a4; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof b { color: var(--gold); font-size: 10px; font-weight: 400; }
.hero-label { position: absolute; right: 28px; bottom: 54px; color: rgba(215,178,107,.58); font-size: 9px; letter-spacing: .25em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-label i { margin-block: 7px; color: rgba(215,178,107,.32); font-style: normal; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(215,178,107,.12); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 520px; height: 520px; right: 12%; top: 18%; }
.hero-orbit-two { width: 760px; height: 760px; right: -3%; top: 3%; border-color: rgba(215,178,107,.07); }

.section { padding: 126px 0; }
.section-light { color: var(--ink); background: var(--paper); }
.section-dark { color: var(--paper); background: var(--night); }
.split-layout { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.about-visual { position: relative; max-width: 500px; }
.image-frame { position: relative; display: grid; width: 100%; aspect-ratio: 4 / 5; padding: 13px; border: 1px solid rgba(64,37,56,.28); }
.image-frame::after { position: absolute; inset: 26px -23px -23px 26px; z-index: 0; border: 1px solid rgba(64,37,56,.2); content: ""; pointer-events: none; }
.image-frame img { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 0; aspect-ratio: auto; object-fit: cover; object-position: center 25%; filter: saturate(.82) contrast(1.04); }
.image-note { position: absolute; right: -18px; bottom: 24px; z-index: 2; padding: 14px 18px; color: var(--paper); background: var(--plum); font-family: var(--serif); font-size: 15px; line-height: 1.2; }
.image-note small { color: var(--gold-bright); font-family: var(--sans); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-dark { color: var(--plum); }
.about-copy { max-width: 560px; }
.about-copy h2, .section-heading h2, .process-intro h2, .final-cta h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 5vw, 4.5rem); letter-spacing: -.04em; line-height: 1.03; }
.about-copy h2 em, .section-heading-light h2 em, .process-intro h2 em { color: var(--plum); }
.about-copy > p, .process-intro > p { max-width: 530px; color: var(--muted-dark); }
.signature { display: grid; gap: 1px; margin: 32px 0 25px; padding-left: 17px; border-left: 2px solid var(--gold); }
.signature strong { color: var(--plum); font-family: var(--serif); font-size: 20px; font-style: italic; font-weight: 400; }
.signature span { color: var(--muted-dark); font-size: 9px; letter-spacing: .2em; }
.text-link { display: inline-flex; align-items: center; gap: 20px; color: var(--plum); border-bottom: 1px solid rgba(64,37,56,.38); font-size: 11px; font-weight: 700; letter-spacing: .12em; padding-bottom: 7px; text-transform: uppercase; transition: gap .25s ease, color .25s ease, border-color .25s ease; }
.text-link:hover, .text-link:focus-visible { gap: 27px; color: #79556d; border-color: currentColor; }

.section-heading { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:last-child { max-width: 560px; margin-inline: auto; color: var(--muted); }
.section-heading-light > p:last-child { color: var(--muted-dark); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(215,178,107,.18); border-left: 1px solid rgba(215,178,107,.18); }
.service-card { position: relative; min-height: 292px; padding: 28px 29px; border-right: 1px solid rgba(215,178,107,.18); border-bottom: 1px solid rgba(215,178,107,.18); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,0)); transition: background .35s ease, transform .35s ease, box-shadow .35s ease; }
.service-card:hover { z-index: 1; background: linear-gradient(145deg, rgba(64,37,56,.72), rgba(18,16,19,.3)); box-shadow: 0 22px 45px rgba(0,0,0,.18); transform: translateY(-4px); }
.service-number { position: absolute; right: 27px; top: 26px; color: rgba(215,178,107,.48); font-size: 10px; letter-spacing: .12em; }
.service-icon { display: block; margin-bottom: 27px; color: var(--gold-bright); font-family: var(--serif); font-size: 34px; line-height: 1; }
.service-card h3 { margin-bottom: 11px; color: #f6eee7; font-size: 25px; letter-spacing: -.02em; line-height: 1.1; }
.service-card p { min-height: 73px; margin-bottom: 20px; color: #999195; font-size: 13px; line-height: 1.55; }
.service-card a { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transition: gap .25s ease, color .25s ease; }
.service-card a:hover, .service-card a:focus-visible { gap: 18px; color: var(--gold-bright); }

.gallery { overflow: hidden; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 178px; gap: 13px; }
.gallery-item { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #ccc4bd; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) sepia(.12); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.gallery-item-destination img { object-position: center 64%; }
.gallery-item:hover img { filter: saturate(.96) sepia(0); transform: scale(1.08); }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(19,14,17,.76), transparent 50%); content: ""; pointer-events: none; }
.gallery-item figcaption { position: absolute; right: 15px; bottom: 13px; left: 15px; z-index: 1; display: flex; align-items: center; gap: 10px; color: #f6eee7; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.gallery-item figcaption span { color: var(--gold-bright); }

.testimonials { position: relative; background: linear-gradient(145deg, #101012, #161118); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.testimonial-card { position: relative; margin: 0; min-height: 284px; padding: 28px 28px 24px; border: 1px solid rgba(215,178,107,.16); background: rgba(255,255,255,.025); transition: border-color .3s ease, transform .3s ease, background .3s ease; }
.testimonial-card:hover { border-color: rgba(215,178,107,.5); background: rgba(64,37,56,.2); transform: translateY(-4px); }
.quote-mark { display: block; height: 32px; color: var(--gold); font-family: var(--serif); font-size: 54px; line-height: .8; }
.testimonial-card blockquote { margin: 21px 0 26px; color: #c5bdc0; font-family: var(--serif); font-size: 17px; font-style: italic; line-height: 1.55; }
.testimonial-card figcaption { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.avatar { display: inline-grid; place-items: center; width: 35px; height: 35px; color: var(--gold-bright); border: 1px solid rgba(215,178,107,.4); border-radius: 50%; font-family: var(--serif); font-size: 15px; }
.testimonial-card figcaption span:last-child { display: grid; gap: 0; }
.testimonial-card strong { color: #eee4de; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.testimonial-card small { color: #898087; font-size: 10px; }
.disclaimer { margin: 28px 0 0; color: #837a80; text-align: center; font-size: 11px; }

.process { background: var(--paper-deep); }
.process-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(60px, 10vw, 150px); align-items: start; }
.process-intro h2 { margin-bottom: 20px; }
.process-steps { border-top: 1px solid rgba(64,37,56,.22); }
.process-step { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 29px 0; border-bottom: 1px solid rgba(64,37,56,.22); }
.process-step > span { color: var(--plum); font-family: var(--serif); font-size: 25px; font-style: italic; }
.process-step h3 { margin-bottom: 7px; color: var(--ink); font-size: 25px; line-height: 1.15; }
.process-step p { margin-bottom: 0; color: var(--muted-dark); font-size: 14px; }

.final-cta { position: relative; overflow: hidden; padding: 140px 0 145px; color: var(--paper); background: #241724; text-align: center; isolation: isolate; }
.final-cta::before, .final-cta::after { position: absolute; z-index: -1; border: 1px solid rgba(215,178,107,.12); border-radius: 50%; content: ""; }
.final-cta::before { width: 680px; height: 680px; top: -245px; left: calc(50% - 340px); }
.final-cta::after { width: 850px; height: 850px; top: -330px; left: calc(50% - 425px); }
.cta-glow { position: absolute; z-index: -1; width: 420px; height: 280px; top: 0; left: calc(50% - 210px); background: rgba(215,178,107,.14); filter: blur(90px); }
.final-cta-inner { max-width: 760px; }
.final-cta h2 { margin-bottom: 22px; }
.final-cta h2 em { color: var(--gold-bright); }
.final-cta-inner > p:not(.eyebrow) { max-width: 470px; margin: 0 auto 35px; color: #c0b4bc; font-size: 17px; }
.phone-link { display: block; width: max-content; margin: 22px auto 0; color: var(--gold-bright); border-bottom: 1px solid rgba(215,178,107,.4); font-family: var(--serif); font-size: 18px; font-style: italic; }
.final-cta small { display: block; margin-top: 15px; color: #9f919d; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.final-cta small span { padding-inline: 8px; color: var(--gold); }

.site-footer { padding: 58px 0 26px; color: #9e949b; background: #0a0a0b; border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { display: grid; grid-template-columns: auto 1fr; gap: 30px 70px; align-items: center; }
.footer-brand { align-self: start; }
.footer-logo { display: block; width: 150px; height: 150px; object-fit: contain; opacity: .88; transition: opacity .25s ease, transform .25s ease; }
.footer-brand:hover .footer-logo, .footer-brand:focus-visible .footer-logo { opacity: 1; transform: translateY(-3px); }
.footer-note { max-width: 530px; margin: 0; font-size: 12px; line-height: 1.7; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #706970; font-size: 10px; }
.to-flow-link { display: inline-flex; align-items: center; gap: 7px; transition: color .25s ease, transform .25s ease; }
.to-flow-link span { display: inline-block; font-size: 14px; transition: transform .25s ease; }
.to-flow-link:hover, .to-flow-link:focus-visible { color: var(--gold-bright); transform: translateY(-2px); }
.to-flow-link:hover span, .to-flow-link:focus-visible span { transform: translate(3px, -3px) rotate(-12deg); }

.back-to-top { position: fixed; z-index: 15; bottom: 27px; left: 25px; display: grid; width: 45px; height: 45px; place-items: center; color: var(--gold); border: 1px solid rgba(215,178,107,.45); border-radius: 50%; background: rgba(13,13,15,.88); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .3s ease, transform .3s ease, background .25s ease, color .25s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover, .back-to-top:focus-visible { color: var(--ink); background: var(--gold); }
.back-to-top span { font-size: 21px; line-height: 1; }
.floating-whatsapp { position: fixed; z-index: 15; right: 25px; bottom: 25px; display: inline-flex; align-items: center; gap: 11px; min-width: 177px; padding: 8px 16px 8px 8px; color: #f2ebe7; border: 1px solid rgba(215,178,107,.42); border-radius: 100px; background: rgba(18,16,19,.92); box-shadow: 0 14px 35px rgba(0,0,0,.28); backdrop-filter: blur(13px); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.floating-whatsapp::before { position: absolute; inset: -5px; border: 1px solid rgba(215,178,107,.18); border-radius: inherit; content: ""; animation: ping-ring 2.6s ease-out infinite; pointer-events: none; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { border-color: var(--gold); box-shadow: 0 18px 42px rgba(0,0,0,.42), 0 0 25px rgba(215,178,107,.1); transform: translateY(-5px); }
.floating-whatsapp-icon { width: 43px; height: 43px; color: var(--ink); border-radius: 50%; background: #25d366; box-shadow: 0 0 0 4px rgba(37,211,102,.1); }
.floating-whatsapp-copy { display: grid; gap: 0; line-height: 1.1; text-transform: uppercase; }
.floating-whatsapp-copy strong { color: #f2ebe7; font-size: 10px; letter-spacing: .13em; }
.floating-whatsapp-copy small { margin-top: 4px; color: #a9a0a5; font-size: 8px; letter-spacing: .15em; }
@keyframes ping-ring { 0% { opacity: .6; transform: scale(1); } 80%, 100% { opacity: 0; transform: scale(1.1); } }

.reveal-on-scroll { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal-left { transform: translateX(-25px); }
.reveal-right { transform: translateX(25px); }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: 100ms; }
.delay-2 { transition-delay: 180ms; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal-on-scroll { opacity: 1; transform: none; }
}

@media (max-width: 820px) {
    :root { --shell: min(100% - 36px, 680px); }
    .header-inner { min-height: 76px; }
    .menu-toggle { display: block; }
    .primary-nav { position: absolute; top: calc(100% + 1px); right: 18px; left: 18px; display: grid; gap: 3px; padding: 15px; border: 1px solid rgba(215,178,107,.22); background: rgba(13,13,15,.97); box-shadow: 0 18px 35px rgba(0,0,0,.3); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease; }
    .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .primary-nav > a:not(.nav-cta) { padding: 10px 8px; }
    .nav-cta { justify-content: center; margin-top: 7px; }
    .hero { min-height: 730px; }
    .hero-content { padding-top: 112px; }
    .hero-proof { margin-top: 65px; gap: 13px 20px; }
    .split-layout, .process-layout { grid-template-columns: 1fr; gap: 63px; }
    .about-visual { max-width: 550px; margin-inline: auto; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 150px; }
    .gallery-item-wide { grid-column: span 2; }
    .testimonial-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
    .testimonial-card { min-height: 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 25px; }
    .footer-meta { grid-column: auto; display: grid; gap: 10px; }
}

@media (max-width: 540px) {
    :root { --shell: calc(100% - 34px); }
    .brand { min-width: auto; }
    .brand-copy small { display: block; font-size: 7px; letter-spacing: .08em; white-space: nowrap; }
    .brand-copy strong { font-size: 15px; }
    .hero { min-height: 760px; }
    .hero-media img { object-position: 55% center; }
    h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
    .hero-lead { font-size: 15px; }
    .hero-actions { display: grid; justify-items: stretch; }
    .button { width: 100%; }
    .hero-proof { display: grid; margin-top: 48px; }
    .hero-label { display: none; }
    .section { padding: 88px 0; }
    .about-copy h2, .section-heading h2, .process-intro h2, .final-cta h2 { font-size: 2.75rem; }
    .image-note { right: -8px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 250px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 145px; gap: 8px; }
    .gallery-item-tall { grid-row: span 2; }
    .gallery-item-wide { grid-column: span 2; }
    .gallery-item figcaption { right: 9px; bottom: 8px; left: 9px; font-size: 8px; }
    .process-step { grid-template-columns: 42px 1fr; gap: 12px; }
    .process-step h3 { font-size: 21px; }
    .final-cta { padding: 105px 0 110px; }
    .floating-whatsapp { right: 17px; bottom: 17px; min-width: 0; width: 56px; height: 56px; padding: 6px; justify-content: center; }
    .floating-whatsapp-copy { display: none; }
    .back-to-top { bottom: 22px; left: 17px; width: 41px; height: 41px; }
}
