:root {
    --forest: #173f38;
    --forest-deep: #0d2d28;
    --sage: #71877f;
    --ivory: #f7f2e8;
    --cream: #fffdf8;
    --gold: #b69a65;
    --gold-soft: #d7c49b;
    --ink: #222220;
    --muted: #65645f;
    --line: rgba(23, 63, 56, .15);
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(23, 50, 43, .12);
    --shadow-soft: 0 12px 38px rgba(23, 50, 43, .08);
    --radius-sm: 12px;
    --radius: 22px;
    --radius-lg: 36px;
    --container: 1180px;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: var(--sans);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: var(--forest); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--gold); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--white); background: var(--forest); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.section { padding: 104px 0; }
.section-small { padding: 72px 0; }
.section-ivory { background: var(--ivory); }
.section-forest { color: var(--white); background: var(--forest); }
.section-kicker {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.section-title, h1, h2, h3 { text-wrap: balance; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--forest-deep); font-family: var(--serif); font-weight: 600; line-height: 1.08; }
h1 { font-size: clamp(3rem, 7.8vw, 6.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.25rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
.section-forest h1, .section-forest h2, .section-forest h3 { color: var(--white); }
.lead { max-width: 730px; color: var(--muted); font-size: clamp(1.08rem, 1.5vw, 1.28rem); }
.section-forest .lead { color: rgba(255,255,255,.78); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; content: ''; background: currentColor; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; left: 12px; top: -80px; padding: 10px 16px; color: var(--white); background: var(--forest); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 24px;
    border: 1px solid var(--forest);
    border-radius: 999px;
    color: var(--white);
    background: var(--forest);
    font-size: .93rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover { color: var(--white); background: var(--forest-deep); border-color: var(--forest-deep); transform: translateY(-2px); }
.button-secondary { color: var(--forest); background: transparent; }
.button-secondary:hover { color: var(--white); }
.button-gold { color: var(--forest-deep); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { color: var(--forest-deep); background: var(--gold-soft); border-color: var(--gold-soft); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .84rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-decoration: none; }
.text-link::after { content: '→'; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid transparent; background: rgba(255,253,248,.93); backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(20,45,39,.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 24px; }
.brand { flex: 0 1 265px; text-decoration: none; }
.brand img { width: 265px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav > a:not(.button) { color: var(--ink); font-size: .9rem; font-weight: 750; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--gold); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--forest); transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; padding: 88px 0 80px; background: linear-gradient(130deg, var(--cream) 0%, var(--ivory) 60%, #eee5d2 100%); }
.hero::before { position: absolute; top: -280px; right: -200px; width: 700px; height: 700px; content: ''; border: 1px solid rgba(182,154,101,.35); border-radius: 50%; }
.hero::after { position: absolute; right: 8%; bottom: -170px; width: 350px; height: 350px; content: ''; border: 1px solid rgba(23,63,56,.15); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero h1 { max-width: 760px; margin-bottom: 26px; }
.hero h1 em { color: var(--gold); font-weight: inherit; }
.hero-copy { max-width: 690px; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.3rem); }
.hero-note { display: flex; gap: 12px; align-items: center; margin-top: 28px; color: var(--forest); font-size: .92rem; font-weight: 700; }
.hero-note::before { flex: 0 0 auto; width: 8px; height: 8px; content: ''; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(182,154,101,.16); }
.hero-visual { position: relative; min-height: 590px; }
.hero-card-main { position: absolute; inset: 0 25px 50px 0; overflow: hidden; border-radius: 220px 220px 30px 30px; background: var(--forest); box-shadow: var(--shadow); }
.hero-art { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; right: 0; bottom: 0; width: 230px; padding: 24px; color: var(--forest); background: var(--cream); border: 1px solid rgba(182,154,101,.45); border-radius: 22px; box-shadow: var(--shadow-soft); }
.hero-badge strong { display: block; margin-bottom: 6px; color: var(--forest-deep); font-family: var(--serif); font-size: 1.3rem; }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; min-height: 88px; padding: 18px; border-right: 1px solid var(--line); color: var(--forest); font-size: .86rem; font-weight: 800; text-align: center; }
.trust-item:last-child { border-right: 0; }

.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.intro-stat { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ivory); }
.intro-stat strong { display: block; color: var(--gold); font-family: var(--serif); font-size: 4rem; line-height: 1; }
.intro-stat span { display: block; margin-top: 10px; color: var(--forest); font-weight: 800; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 0 0 rgba(0,0,0,0); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-5px); border-color: rgba(182,154,101,.6); box-shadow: var(--shadow-soft); }
.card-label { align-self: flex-start; margin-bottom: 30px; padding: 6px 10px; color: var(--forest); background: var(--ivory); border-radius: 999px; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.card h3 { margin-bottom: 12px; }
.card p { color: var(--muted); }
.card-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); color: var(--forest); font-size: .9rem; font-weight: 800; }
.card .text-link { margin-top: 20px; }
.price { color: var(--forest-deep); font-family: var(--serif); font-size: 1.3rem; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.section-heading-row h2 { margin-bottom: 0; }

.package-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.package-card { position: relative; overflow: hidden; padding: 40px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.package-card::after { position: absolute; right: -70px; bottom: -100px; width: 210px; height: 210px; content: ''; border: 1px solid rgba(182,154,101,.3); border-radius: 50%; }
.package-card .card-label { color: var(--gold-soft); background: rgba(255,255,255,.08); }
.package-card h3 { color: var(--white); font-size: 2rem; }
.package-card p { max-width: 600px; color: rgba(255,255,255,.72); }
.package-card .card-meta { border-color: rgba(255,255,255,.16); color: var(--gold-soft); }
.package-card .price { color: var(--white); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: process; }
.process-step { counter-increment: process; padding: 28px 24px; border-top: 1px solid var(--gold); }
.process-step::before { display: block; margin-bottom: 22px; color: var(--gold); content: '0' counter(process); font-family: var(--serif); font-size: 1.5rem; }
.process-step h3 { font-size: 1.25rem; }
.process-step p { color: var(--muted); font-size: .94rem; }

.solo-section { overflow: hidden; }
.solo-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.solo-visual { position: relative; min-height: 560px; border-radius: var(--radius-lg); background: var(--forest); }
.solo-visual::before { position: absolute; inset: 45px; content: ''; border: 1px solid rgba(215,196,155,.5); border-radius: 200px 200px 24px 24px; }
.solo-visual img { position: absolute; inset: 15%; width: 70%; height: 70%; object-fit: contain; filter: brightness(0) invert(1); opacity: .88; }
.solo-visual blockquote { position: absolute; right: -35px; bottom: 35px; max-width: 340px; margin: 0; padding: 26px; color: var(--forest); background: var(--ivory); border-radius: var(--radius); box-shadow: var(--shadow); font-family: var(--serif); font-size: 1.24rem; line-height: 1.4; }
.check-list { display: grid; gap: 14px; padding: 0; margin: 28px 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { position: absolute; left: 0; top: .42em; width: 18px; height: 18px; content: '✓'; color: var(--cream); background: var(--gold); border-radius: 50%; font-size: .72rem; font-weight: 900; text-align: center; line-height: 18px; }

.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.location-card { display: block; position: relative; min-height: 290px; padding: 38px; overflow: hidden; color: var(--white); background: var(--forest); border-radius: var(--radius); text-decoration: none; }
.location-card::before { position: absolute; right: -50px; top: -70px; width: 220px; height: 220px; content: ''; border: 1px solid rgba(215,196,155,.35); border-radius: 50%; }
.location-card::after { position: absolute; right: 75px; bottom: 35px; content: '↗'; color: var(--gold-soft); font-size: 2.5rem; transition: transform .2s; }
.location-card:hover { color: var(--white); }
.location-card:hover::after { transform: translate(5px,-5px); }
.location-card h3 { max-width: 420px; color: var(--white); font-size: 2rem; }
.location-card p { max-width: 440px; color: rgba(255,255,255,.72); }
.location-card .areas { position: absolute; left: 38px; bottom: 35px; color: var(--gold-soft); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.stars { color: var(--gold); letter-spacing: .18em; }
.testimonial blockquote { margin: 24px 0; color: var(--forest-deep); font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.testimonial cite { color: var(--muted); font-size: .88rem; font-style: normal; font-weight: 700; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 24px 0; border: 0; color: var(--forest-deep); background: transparent; font-family: var(--serif); font-size: 1.35rem; text-align: left; cursor: pointer; }
.faq-question::after { flex: 0 0 auto; margin-left: 20px; content: '+'; color: var(--gold); font-family: var(--sans); font-size: 1.6rem; transition: transform .2s; }
.faq-question[aria-expanded="true"]::after { transform: rotate(45deg); }
.faq-answer { display: none; max-width: 760px; padding: 0 0 24px; color: var(--muted); }
.faq-answer.open { display: block; }

.cta-panel { position: relative; overflow: hidden; padding: 68px; border-radius: var(--radius-lg); background: var(--ivory); }
.cta-panel::after { position: absolute; right: -120px; top: -120px; width: 380px; height: 380px; content: ''; border: 1px solid rgba(182,154,101,.45); border-radius: 50%; }
.cta-panel h2 { max-width: 750px; }
.cta-panel p { max-width: 670px; color: var(--muted); }

.page-hero { padding: 90px 0 70px; border-bottom: 1px solid var(--line); background: var(--ivory); }
.page-hero h1 { max-width: 980px; font-size: clamp(3rem, 6vw, 5.8rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; color: var(--muted); font-size: .84rem; }
.breadcrumbs a { color: var(--forest); font-weight: 700; text-decoration: none; }
.breadcrumbs span::before { margin-right: 8px; content: '/'; color: var(--gold); }

.category-section { padding: 72px 0; border-bottom: 1px solid var(--line); }
.category-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: start; margin-bottom: 36px; }
.service-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.service-item { display: grid; grid-template-columns: 1fr auto; gap: 18px 30px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.service-item h3 { margin-bottom: 8px; }
.service-item p { margin-bottom: 12px; color: var(--muted); font-size: .93rem; }
.service-item .ideal { color: var(--sage); font-size: .82rem; font-weight: 700; }
.service-item .service-price { color: var(--forest); font-family: var(--serif); font-size: 1.25rem; text-align: right; }
.service-item .service-price small { display: block; color: var(--muted); font-family: var(--sans); font-size: .75rem; }
.service-item .service-action { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); }

.booking-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: start; }
.booking-form { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-soft); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--forest-deep); font-size: .84rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea {
    width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid rgba(23,63,56,.24); border-radius: 12px; color: var(--ink); background: var(--cream); outline: none; transition: border .2s, box-shadow .2s;
}
.form-field textarea { min-height: 125px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(182,154,101,.15); }
.checkbox-field { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: .84rem; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--forest); }
.form-status { min-height: 24px; margin: 12px 0 0; color: #9b2c2c; font-size: .9rem; font-weight: 700; }
.booking-sidebar { position: sticky; top: 118px; }
.sidebar-card { padding: 30px; border-radius: var(--radius); background: var(--forest); color: rgba(255,255,255,.78); }
.sidebar-card h2, .sidebar-card h3 { color: var(--white); }
.sidebar-card ul { padding-left: 18px; }
.sidebar-card a { color: var(--gold-soft); }

.location-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.location-summary { padding: 30px; border: 1px solid rgba(182,154,101,.35); border-radius: var(--radius); background: var(--cream); }
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.area-tag { padding: 7px 11px; color: var(--forest); background: var(--ivory); border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 800; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.content-panel { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.content-panel h2 { font-size: 2.4rem; }
.content-panel p:last-child { margin-bottom: 0; }
.policy-content h2 { margin-top: 50px; font-size: 2.2rem; }
.policy-content h3 { margin-top: 32px; }
.policy-content li { margin-bottom: 8px; }
.notice { padding: 20px 22px; border-left: 4px solid var(--gold); background: var(--ivory); }

.site-footer { padding: 76px 0 24px; color: rgba(255,255,255,.72); background: var(--forest-deep); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .8fr .8fr; gap: 55px; }
.footer-brand img { width: 270px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 390px; }
.professional-note { color: var(--gold-soft); font-weight: 800; }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-family: var(--sans); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin: 10px 0; }
.site-footer a { color: rgba(255,255,255,.78); text-decoration: none; }
.site-footer a:hover { color: var(--gold-soft); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.footer-bottom p { margin: 0; }

.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 12px 17px; color: var(--white); background: #176b4a; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; box-shadow: 0 14px 34px rgba(10,53,37,.25); font-size: .85rem; font-weight: 850; text-decoration: none; transition: transform .2s, background .2s; }
.floating-whatsapp:hover { color: var(--white); background: #11573c; transform: translateY(-3px); }
.floating-whatsapp svg { width: 24px; height: 24px; fill: currentColor; }

@media (max-width: 980px) {
    .section { padding: 82px 0; }
    .menu-toggle { display: block; }
    .site-nav { position: fixed; inset: 86px 0 auto; display: none; padding: 28px 20px 36px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: var(--shadow-soft); }
    .site-nav.open { display: grid; gap: 20px; }
    .site-nav .button { width: 100%; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero-grid, .intro-grid, .solo-grid, .booking-layout, .location-hero-grid, .two-column { grid-template-columns: 1fr; gap: 48px; }
    .hero { padding-top: 65px; }
    .hero-visual { min-height: 510px; }
    .trust-grid { grid-template-columns: repeat(2,1fr); }
    .trust-item:nth-child(2) { border-right: 0; }
    .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .cards { grid-template-columns: repeat(2,1fr); }
    .process-grid { grid-template-columns: repeat(2,1fr); }
    .testimonial-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2 / 3; }
    .booking-sidebar { position: static; }
    .category-heading { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 680px) {
    .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 68px 0; }
    .section-small { padding: 52px 0; }
    .header-inner { min-height: 76px; }
    .brand { flex-basis: 210px; }
    .brand img { width: 210px; }
    .site-nav { top: 76px; }
    .hero { padding: 48px 0 56px; }
    h1 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
    h2 { font-size: clamp(2.15rem, 10vw, 3.35rem); }
    .hero-visual { min-height: 430px; }
    .hero-card-main { inset: 0 10px 50px 0; }
    .hero-badge { width: 205px; padding: 20px; }
    .button-row { display: grid; }
    .button-row .button { width: 100%; }
    .trust-grid, .cards, .package-grid, .process-grid, .location-grid, .service-list, .form-grid { grid-template-columns: 1fr; }
    .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-item:last-child { border-bottom: 0; }
    .section-heading-row { display: block; }
    .section-heading-row .text-link { margin-top: 20px; }
    .solo-visual { min-height: 430px; }
    .solo-visual blockquote { right: 14px; left: 14px; bottom: 18px; max-width: none; }
    .location-card { min-height: 330px; padding: 30px; }
    .location-card .areas { left: 30px; right: 30px; }
    .cta-panel { padding: 40px 26px; }
    .page-hero { padding: 60px 0 50px; }
    .booking-form { padding: 26px 20px; }
    .service-item { grid-template-columns: 1fr; }
    .service-item .service-price { text-align: left; }
    .service-item .service-action { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { display: grid; }
    .floating-whatsapp span { display: none; }
    .floating-whatsapp { width: 54px; height: 54px; justify-content: center; padding: 0; }
}

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