:root {
  --ink: #17211f;
  --muted: #65706d;
  --petrol: #123d3b;
  --petrol-light: #1b5652;
  --cream: #f7f4ed;
  --paper: #fffefa;
  --sand: #c6a86b;
  --line: #dfe4e1;
  --soft: #edf1ef;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(23, 33, 31, 0.09);
  --radius: 8px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.hidden { position: absolute !important; left: -9999px !important; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

h1, h2, h3 { margin: 0; font-family: "Manrope", Arial, sans-serif; line-height: 1.12; letter-spacing: 0; }
h1 { max-width: 870px; font-size: clamp(44px, 6vw, 78px); font-weight: 800; }
h2 { font-size: clamp(34px, 4vw, 55px); font-weight: 750; }
h3 { font-size: 20px; }
p { margin: 0; }

.topbar { color: #dfe9e6; background: #0a2927; font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-inner > span, .topbar-links, .topbar-links a, .topbar-links span { display: flex; align-items: center; gap: 7px; }
.topbar-links { gap: 24px; }
.topbar svg { width: 14px; height: 14px; color: #d6b674; }

.site-header { position: relative; z-index: 1000; }
.nav { position: absolute; width: 100%; border-bottom: 1px solid rgba(255,255,255,.22); color: white; transition: background .25s, box-shadow .25s, color .25s; }
.site-header.scrolled .nav { position: fixed; top: 0; color: var(--ink); background: rgba(255,254,250,.96); box-shadow: 0 8px 30px rgba(20,30,28,.08); backdrop-filter: blur(14px); }
.nav-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { width: 126px; height: 68px; padding: 3px 8px; object-fit: contain; background: rgba(255,255,255,.96); }
.nav-menu { display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto; }
.nav-menu a { position: relative; font-size: 14px; font-weight: 600; }
.nav-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--sand); transition: right .2s; }
.nav-menu a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher { display: flex; align-items: center; }
.lang-btn { min-width: 29px; height: 30px; padding: 0 5px; border: 0; background: transparent; opacity: .62; cursor: pointer; font-size: 11px; font-weight: 700; }
.lang-btn.active { opacity: 1; color: #f2d899; }
.site-header.scrolled .lang-btn.active { color: var(--petrol); }
.header-phone { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.header-phone svg { width: 17px; color: var(--sand); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; place-items: center; cursor: pointer; }

.hero { position: relative; min-height: min(820px, calc(100vh - 20px)); display: flex; align-items: center; overflow: hidden; color: white; background: #173b38; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-overlay { background: linear-gradient(90deg, rgba(6,26,24,.93) 0%, rgba(8,34,31,.77) 43%, rgba(8,30,28,.18) 78%, rgba(8,30,28,.08) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 125px; padding-bottom: 72px; }
.hero-copy { max-width: 910px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 19px; color: var(--petrol); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow > span:first-child { width: 36px; height: 2px; background: var(--sand); flex: 0 0 auto; }
.eyebrow.light, .light-on-dark { color: #e4d3ac; }
.hero-lead { max-width: 720px; margin-top: 28px; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.7; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 37px; }
.btn { min-height: 52px; padding: 0 22px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 3px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; }
.btn-primary { color: #102321; background: #dec383; }
.btn-primary:hover { background: #ead39a; }
.btn-ghost { color: white; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.05); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-dark { color: white; background: var(--petrol); }
.btn-outline { color: var(--petrol); border-color: var(--petrol); background: transparent; }
.hero-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 810px; margin-top: 56px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-trust div { padding: 0 22px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-trust div:first-child { padding-left: 0; border-left: 0; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font-size: 15px; }
.hero-trust span { margin-top: 3px; color: rgba(255,255,255,.59); font-size: 13px; }

.quick-contact { background: #d9bd7d; }
.quick-contact-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.quick-contact-inner div { display: flex; flex-direction: column; line-height: 1.4; }
.quick-contact-inner span { font-size: 13px; font-weight: 600; }
.quick-contact-inner strong { font: 700 20px "Manrope", sans-serif; }

.section-heading { display: grid; grid-template-columns: 1fr minmax(300px, 510px); align-items: end; gap: 70px; margin-bottom: 52px; }
.section-heading > p { color: var(--muted); font-size: 17px; }
.section-heading.centered { display: flex; max-width: 700px; margin: 0 auto 58px; flex-direction: column; align-items: center; gap: 0; text-align: center; }
.section-heading.centered > p { margin-top: 18px; }
.services-section { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; padding: 34px 30px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .25s, transform .25s, box-shadow .25s; }
.service-card:hover { position: relative; z-index: 2; background: white; box-shadow: var(--shadow); transform: translateY(-4px); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--petrol); background: var(--soft); }
.service-icon svg { width: 23px; }
.service-number { float: right; color: #a9b1ae; font: 600 12px "Manrope"; }
.service-card h3 { margin-top: 26px; font-size: 20px; }
.service-card > p { margin-top: 13px; color: var(--muted); font-size: 14px; }
.service-points { margin: 21px 0 0; padding: 18px 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-points li { display: flex; gap: 9px; margin-top: 7px; font-size: 13px; font-weight: 600; }
.service-points li::before { content: ""; width: 5px; height: 5px; margin-top: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--sand); }

.why-section { padding: 0; color: white; background: var(--petrol); overflow: hidden; }
.why-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 48% 52%; }
.why-visual { position: relative; min-height: 760px; }
.why-visual > img { width: 100%; height: 100%; object-fit: cover; }
.why-badge { position: absolute; right: 0; bottom: 55px; width: min(390px, 86%); padding: 24px; display: flex; gap: 15px; color: var(--ink); background: #e1c583; }
.why-badge svg { flex: 0 0 auto; }
.why-badge strong, .why-badge span { display: block; }
.why-badge span { margin-top: 3px; font-size: 13px; }
.why-content { padding: 105px max(40px, calc((100vw - var(--container)) / 2)) 100px 7vw; }
.why-content > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 31px; color: rgba(255,255,255,.7); font-size: 17px; }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin-bottom: 32px; }
.why-item { min-height: 58px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 14px; font-weight: 600; }
.why-item svg { width: 17px; color: #dec383; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--petrol); font-weight: 800; border-bottom: 1px solid currentColor; }
.text-link svg { width: 17px; }
.light-link { color: #e1c583; }

.business-section { background: var(--cream); }
.business-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.business-copy > p:not(.eyebrow) { margin: 25px 0 28px; color: var(--muted); font-size: 17px; }
.business-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.business-tags span { padding: 7px 12px; border: 1px solid #ced6d2; background: rgba(255,255,255,.55); font-size: 12px; font-weight: 700; }
.business-image { position: relative; height: 620px; }
.business-image img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; left: -34px; bottom: 35px; min-width: 320px; padding: 21px 24px; color: white; background: var(--petrol); }
.image-caption span, .image-caption strong { display: block; }
.image-caption span { color: #c9d9d5; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.image-caption strong { margin-top: 5px; font-size: 15px; }

.process-section { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.process-step { position: relative; padding: 0 18px; text-align: center; }
.process-step:not(:last-child)::after { content: ""; position: absolute; top: 26px; left: 70%; width: 60%; height: 1px; background: #cbd3d0; }
.process-number { position: relative; z-index: 1; width: 54px; height: 54px; margin: 0 auto 19px; display: grid; place-items: center; border: 1px solid #bcc9c5; border-radius: 50%; color: var(--petrol); background: white; font: 700 13px "Manrope"; }
.process-step h3 { font-size: 15px; line-height: 1.35; }
.process-step p { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }

.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 280px 280px; gap: 14px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: #dfe5e2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(9,26,24,.68)); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 22px; bottom: 18px; color: white; font-weight: 700; }
.gallery-tall { grid-row: 1 / 3; }
.gallery-wide { grid-column: 2 / 4; }

.reviews-section { color: white; background: #102f2d; overflow: hidden; }
.reviews-heading h2 { color: white; }
.review-controls { display: flex; justify-content: flex-end; gap: 8px; }
.review-controls button { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); color: white; background: transparent; cursor: pointer; }
.review-controls button:hover { color: var(--ink); background: #e1c583; }
.reviews-track { display: flex; gap: 18px; transition: transform .45s ease; }
.review-card { flex: 0 0 calc((100% - 36px) / 3); min-height: 310px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); }
.review-stars { color: #e4c16f; font-size: 18px; letter-spacing: .12em; }
.review-card blockquote { margin: 27px 0 30px; color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.75; }
.review-author { margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.13); }
.review-author strong, .review-author span { display: block; }
.review-author span { color: #a9c0bb; font-size: 12px; }
.review-dots { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.review-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.28); cursor: pointer; }
.review-dot.active { width: 23px; border-radius: 6px; background: #e1c583; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p:not(.eyebrow) { margin: 23px 0 27px; color: var(--muted); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; text-align: left; background: transparent; cursor: pointer; font-weight: 700; }
.faq-question svg { flex: 0 0 auto; transition: transform .2s; }
.faq-item.open .faq-question svg { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .3s ease; }
.faq-answer p { padding: 0 35px 23px 0; }

.contact-section { padding: 110px 0; color: white; background: var(--petrol); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 90px; }
.contact-copy > p:not(.eyebrow) { margin: 25px 0 38px; color: rgba(255,255,255,.7); font-size: 17px; }
.contact-methods { display: grid; gap: 11px; }
.contact-methods a { padding: 16px 0; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-methods a > svg { width: 22px; color: #e1c583; }
.contact-methods small, .contact-methods strong { display: block; }
.contact-methods small { color: #a9c1bc; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.contact-form { padding: 42px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 70px rgba(0,0,0,.15); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 29px; }
.form-heading h3 { font-size: 26px; }
.form-heading span { color: var(--muted); font-size: 12px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 18px; font-size: 12px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cfd7d3; border-radius: 2px; outline: 0; color: var(--ink); background: white; }
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--petrol); box-shadow: 0 0 0 3px rgba(18,61,59,.1); }
.form-submit { width: 100%; border: 0; }
.privacy-note { margin-top: 12px; color: var(--muted); font-size: 11px; text-align: center; }
.form-success { margin-top: 16px; padding: 12px; align-items: center; gap: 9px; color: #155d43; background: #e6f5ed; font-weight: 700; font-size: 13px; }
.form-success:not([hidden]) { display: flex; }

.footer { padding-top: 70px; color: #cbd6d3; background: #091f1e; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; padding-bottom: 55px; }
.brand-footer { color: white; }
.brand-logo-footer { width: 158px; height: 142px; padding: 8px; }
.footer-brand p { max-width: 350px; margin-top: 20px; color: #91a7a2; font-size: 14px; }
.footer h3 { margin-bottom: 18px; color: white; font-size: 13px; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-grid a:hover { color: #e1c583; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #809691; font-size: 12px; }
.footer-bottom a { display: flex; align-items: center; gap: 7px; }
.footer-bottom svg { width: 14px; }

.whatsapp-float { position: fixed; z-index: 900; right: 20px; bottom: 20px; min-height: 52px; padding: 0 18px; display: flex; align-items: center; gap: 9px; border-radius: 28px; color: white; background: #1da851; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 13px; font-weight: 800; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 21px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .header-phone span { display: none; }
  .nav-menu { gap: 16px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); gap: 42px 0; }
  .process-step:nth-child(3)::after { display: none; }
  .business-grid, .contact-grid { gap: 55px; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .topbar-links a { display: none; }
  .nav { top: 0; }
  .topbar { display: none; }
  .site-header.scrolled .nav { top: 0; }
  .menu-toggle { display: grid; color: inherit; }
  .header-phone { width: 38px; height: 38px; justify-content: center; border: 1px solid rgba(255,255,255,.3); }
  .site-header.scrolled .header-phone { border-color: var(--line); }
  .nav-menu { position: fixed; inset: 78px 0 auto; height: calc(100vh - 78px); padding: 35px 28px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; color: var(--ink); background: var(--paper); transform: translateX(100%); transition: transform .3s; }
  .nav-menu.open { transform: none; }
  .nav-menu a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
  .nav-menu a::after { display: none; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 120px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,26,24,.91), rgba(6,26,24,.58)); }
  .hero-trust { grid-template-columns: 1fr; gap: 14px; }
  .hero-trust div { padding: 0 0 0 15px; border-left: 2px solid rgba(225,197,131,.5); }
  .hero-trust div:first-child { padding-left: 15px; border-left: 2px solid rgba(225,197,131,.5); }
  .quick-contact-inner { padding: 20px 0; align-items: flex-start; flex-direction: column; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-visual { min-height: 520px; }
  .why-content { padding: 78px 30px; }
  .business-grid { grid-template-columns: 1fr; }
  .business-image { height: 500px; }
  .image-caption { left: 20px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 250px 280px; }
  .gallery-tall { grid-row: auto; }
  .gallery-wide { grid-column: 1 / 3; }
  .review-card { flex-basis: calc((100% - 18px) / 2); }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-intro { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  .nav-inner { height: 70px; gap: 10px; }
  .brand-logo { width: 104px; height: 58px; padding: 3px 6px; }
  .nav-menu { inset: 70px 0 auto; height: calc(100vh - 70px); }
  .nav-actions { gap: 5px; }
  .language-switcher { position: absolute; top: 72px; right: 14px; padding: 3px; color: white; background: rgba(7,31,29,.65); }
  .site-header.scrolled .language-switcher { color: var(--ink); background: white; box-shadow: 0 4px 12px rgba(0,0,0,.1); }
  .header-phone { width: 34px; height: 34px; }
  .menu-toggle { width: 36px; height: 36px; }
  .hero { min-height: 790px; align-items: flex-start; }
  .hero-media img { object-position: 64% center; }
  .hero-content { padding-top: 145px; padding-bottom: 45px; }
  .hero-lead { margin-top: 20px; font-size: 16px; line-height: 1.6; }
  .hero-cta { margin-top: 28px; }
  .hero-cta .btn { width: 100%; }
  .hero-trust { margin-top: 34px; padding-top: 18px; }
  .hero-trust div { min-height: 45px; }
  .quick-contact-inner strong { font-size: 17px; }
  .quick-contact .btn { width: 100%; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .why-visual { min-height: 420px; }
  .why-badge { bottom: 20px; padding: 18px; }
  .why-content { padding: 65px 20px; }
  .why-list { grid-template-columns: 1fr; }
  .business-image { height: 400px; }
  .image-caption { right: 14px; left: 14px; bottom: 14px; min-width: 0; }
  .process-grid { grid-template-columns: 1fr; gap: 0; }
  .process-step { padding: 0 0 24px 74px; text-align: left; min-height: 100px; }
  .process-number { position: absolute; left: 0; margin: 0; }
  .process-step:not(:last-child)::after { display: block; top: 54px; left: 26px; width: 1px; height: 47px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 270px); }
  .gallery-wide { grid-column: auto; }
  .reviews-heading { display: flex; flex-direction: column; align-items: flex-start; }
  .review-controls { margin-top: 25px; }
  .review-card { flex-basis: 100%; min-height: 330px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .contact-methods strong { font-size: 14px; overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 10px; }
  .whatsapp-float { width: 52px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

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