/* cyrillic-ext */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/geist/geist-ff2310f5.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/geist/geist-875ccdd4.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/geist/geist-52306abf.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/geist/geist-001175b1.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/geist/geist-98bbbccb.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root { --font-geist: 'Geist'; }
:root {
  --navy: #102336;
  --navy-deep: #071624;
  --navy-mid: #173650;
  --blue: #5d88bb;
  --blue-soft: #a9c9ed;
  --gold: #c88a41;
  --gold-light: #efc986;
  --ivory: #f6f3ed;
  --snow: #f7f8fa;
  --white: #fff;
  --ink: #102336;
  --muted: #667684;
  --line: rgba(16, 35, 54, .12);
  --shadow: 0 24px 70px rgba(7, 22, 36, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--snow); color: var(--ink); font-family: var(--font-geist), "Avenir Next", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: absolute; z-index: 30; inset: 0 0 auto; height: 92px; }
.header-inner { width: min(1200px, calc(100% - 48px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand img { width: 190px; height: 58px; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; align-items: center; gap: 34px; color: rgba(255,255,255,.73); font-size: 13px; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--gold-light); }
.header-cta, .hero-cta, .gold-button, .navy-button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 12px; font-weight: 730; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.header-cta { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); color: white; backdrop-filter: blur(14px); }
.header-cta:hover, .hero-cta:hover, .gold-button:hover, .navy-button:hover { transform: translateY(-2px); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 940px; padding: 145px 0 0; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 76% 27%, rgba(93,136,187,.23), transparent 31%), radial-gradient(circle at 86% 60%, rgba(200,138,65,.18), transparent 25%), linear-gradient(125deg, var(--navy-deep), var(--navy) 58%, #173b59); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 0; height: 220px; background: linear-gradient(transparent, rgba(5,17,28,.55)); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(239,201,134,.16); border-radius: 50%; }
.orbit-one { width: 680px; height: 680px; right: -110px; top: 72px; }
.orbit-two { width: 480px; height: 480px; right: -10px; top: 175px; }
.hero-inner { position: relative; min-height: 590px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 18px; align-items: center; }
.kicker { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 10px; font-weight: 790; letter-spacing: .18em; text-transform: uppercase; }
.kicker span { width: 30px; height: 1px; background: currentColor; }
.kicker.light { color: var(--gold-light); }
.hero h1 { max-width: 670px; margin: 0; font-size: clamp(56px, 5.7vw, 84px); line-height: .96; letter-spacing: -.064em; font-weight: 440; }
.hero h1 small { display: block; font-size: .72em; font-weight: 420; }
.hero h1 em { color: var(--gold-light); font-style: normal; font-weight: 720; }
.service-list { margin-top: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 620; }
.service-list i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.hero-cta { margin-top: 35px; border-radius: 999px; background: white; color: var(--navy); box-shadow: 0 18px 42px rgba(0,0,0,.2); }
.hero-art { position: relative; align-self: stretch; min-height: 570px; }
.hero-art::after { content: ""; position: absolute; left: 0; right: 21%; bottom: 12px; height: 54px; border-radius: 50%; background: rgba(0,0,0,.48); filter: blur(24px); }
.hero-art > img { position: absolute; z-index: 2; width: 78%; max-width: 445px; max-height: 590px; left: -7%; bottom: 18px; object-fit: contain; filter: drop-shadow(0 30px 38px rgba(0,0,0,.42)); }
.machine-halo { position: absolute; inset: 10% 17% 2% -10%; border-radius: 50%; background: radial-gradient(circle, rgba(93,136,187,.26), transparent 66%); filter: blur(7px); }
.product-rail { position: relative; z-index: 5; min-height: 270px; margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.1); background: #0f2336; }
.product-rail a { position: relative; padding: 38px 34px 34px; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid rgba(255,255,255,.12); transition: background .2s ease; }
.product-rail a:last-child { border-right: 0; }
.product-rail a:hover { background: rgba(255,255,255,.055); }
.product-logo { width: min(100%, 250px); height: 92px; object-fit: contain; object-position: left center; }
.product-rail small { margin-top: 16px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.rail-go { margin-top: auto; padding-top: 30px; display: flex; gap: 5px; color: var(--gold); font-size: 12px; font-weight: 720; }

.launches, .solutions { padding-block: 120px; }
.section-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.15fr .68fr; gap: 90px; align-items: end; }
.section-heading h2, .machine-copy h2, .audience-copy h2, .about-copy h2, .final-cta h2 { margin: 0; font-size: clamp(42px, 4.7vw, 66px); line-height: 1; letter-spacing: -.052em; font-weight: 540; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.launch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.launch-card { overflow: hidden; border: 1px solid rgba(16,35,54,.09); border-radius: 24px; background: white; box-shadow: 0 18px 52px rgba(7,22,36,.07); transition: transform .25s ease, box-shadow .25s ease; }
.launch-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.launch-photo { position: relative; aspect-ratio: 1.14; overflow: hidden; background: var(--navy); }
.launch-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,22,36,.38), transparent 52%); }
.launch-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(.83) contrast(1.03); transition: transform .5s ease; }
.launch-card:hover .launch-photo img { transform: scale(1.025); }
.launch-photo span { position: absolute; z-index: 2; left: 20px; bottom: 18px; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; background: rgba(7,22,36,.56); color: white; backdrop-filter: blur(9px); font-size: 10px; font-weight: 790; }
.launch-body { padding: 30px; }
.eyebrow { margin: 0 0 13px; color: var(--gold); font-size: 9px; font-weight: 780; letter-spacing: .16em; text-transform: uppercase; }
.launch-logo { width: min(100%, 255px); height: 92px; margin-top: 2px; object-fit: contain; object-position: left center; }
.launch-body > strong { min-height: 54px; margin-top: 15px; display: block; font-size: 17px; line-height: 1.4; }
.launch-body > p:not(.eyebrow) { min-height: 87px; margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.64; }
.launch-body small { min-height: 48px; padding-top: 16px; display: block; border-top: 1px solid var(--line); color: #7b8994; font-size: 10px; line-height: 1.45; }
.launch-body a { min-height: 53px; margin-top: 22px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 12px; background: linear-gradient(130deg, var(--navy), var(--navy-mid)); color: white; font-size: 11px; font-weight: 730; box-shadow: 0 13px 28px rgba(16,35,54,.16); }
.launch-card:nth-child(2) .launch-body a { background: linear-gradient(130deg, var(--gold-light), var(--gold)); color: var(--navy-deep); }
.legal-note { max-width: 960px; margin: 28px auto 0; color: #89959f; text-align: center; font-size: 9px; line-height: 1.6; }

.machine-feature { position: relative; padding: 105px 0; overflow: hidden; background: linear-gradient(127deg, var(--navy-deep), var(--navy) 56%, #1c4261); color: white; }
.machine-feature::before { content: ""; position: absolute; width: 760px; height: 760px; left: -280px; top: -250px; border: 1px solid rgba(239,201,134,.12); border-radius: 50%; }
.machine-inner { min-height: 520px; display: grid; grid-template-columns: .94fr 1.06fr; gap: 95px; align-items: center; }
.machine-showcase { position: relative; height: 490px; }
.machine-showcase::after { content: ""; position: absolute; z-index: 0; left: 10%; right: 10%; bottom: 16px; height: 55px; border-radius: 50%; background: rgba(0,0,0,.62); filter: blur(26px); }
.machine-glow { position: absolute; inset: 6% 8% 3%; border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(93,136,187,.28), transparent 63%); }
.machine-main { position: absolute; z-index: 2; left: 15%; bottom: 15px; height: 94%; width: 47%; object-fit: contain; filter: drop-shadow(0 28px 32px rgba(0,0,0,.4)); }
.visa-card { position: absolute; z-index: 4; width: 27%; right: 11%; bottom: 15%; transform: rotate(8deg); filter: drop-shadow(0 21px 25px rgba(0,0,0,.38)); }
.machine-copy > p:not(.kicker) { max-width: 590px; margin: 26px 0 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.72; }
.gold-button { margin-top: 33px; border-radius: 999px; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--navy-deep); box-shadow: 0 18px 40px rgba(200,138,65,.21); }

.solutions { background: var(--snow); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card { position: relative; min-height: 345px; padding: 30px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 14px 42px rgba(7,22,36,.05); transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease; }
.solution-card:hover { transform: translateY(-5px); border-color: rgba(200,138,65,.4); box-shadow: var(--shadow); }
.solution-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.solution-top span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--ivory); color: var(--gold); font-size: 10px; font-weight: 800; }
.solution-top p { margin: 0; color: var(--gold); font-size: 9px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.solution-card h3 { max-width: 380px; margin: 35px 0 0; font-size: 29px; line-height: 1.08; letter-spacing: -.04em; }
.solution-card > p { max-width: 430px; margin: 17px 0 0; color: var(--muted); font-size: 13px; line-height: 1.63; }
.solution-card > a { margin-top: auto; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; font-weight: 740; }
.solution-card.featured { background: linear-gradient(135deg, #173b59, var(--navy-deep)); color: white; }
.solution-card.featured > img { position: absolute; width: 39%; right: -4%; bottom: 8%; transform: rotate(10deg); filter: drop-shadow(0 15px 20px rgba(0,0,0,.35)); }
.solution-card.featured h3, .solution-card.featured > p, .solution-card.featured > a { position: relative; z-index: 2; max-width: 67%; }
.solution-card.featured > p { color: rgba(255,255,255,.62); }
.solution-card.featured > a { border-color: rgba(255,255,255,.15); }

.audience { padding: 110px 0; background: var(--ivory); }
.audience-inner { display: grid; grid-template-columns: .93fr 1.07fr; gap: 92px; align-items: center; }
.audience-photo { position: relative; min-height: 575px; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.audience-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,22,36,.92), transparent 60%); }
.audience-photo > img { width: 100%; height: 575px; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.audience-quote { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 36px; color: white; font-size: 25px; line-height: 1.26; letter-spacing: -.025em; }
.audience-quote em { color: var(--gold-light); font-style: normal; }
.audience-copy h2 { max-width: 640px; }
.audience-copy ul { margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; list-style: none; }
.audience-copy li { min-height: 62px; padding: 0 17px; display: flex; align-items: center; border: 1px solid rgba(16,35,54,.1); border-radius: 13px; background: rgba(255,255,255,.66); box-shadow: 0 8px 25px rgba(16,35,54,.035); font-size: 11px; font-weight: 650; }

.about { padding-block: 120px; display: grid; grid-template-columns: 1fr .88fr; gap: 90px; align-items: center; }
.about-copy > p:not(.kicker) { max-width: 680px; margin: 27px 0 0; color: var(--muted); font-size: 15px; line-height: 1.74; }
.values { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.values span { padding: 12px 17px; border: 1px solid rgba(200,138,65,.28); border-radius: 999px; color: #9b632f; font-size: 9px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.navy-button { margin-top: 33px; border-radius: 999px; background: var(--navy); color: white; box-shadow: 0 18px 40px rgba(16,35,54,.17); }
.about-photo { position: relative; min-height: 520px; overflow: hidden; border-radius: 26px; background: var(--navy); box-shadow: var(--shadow); }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 40%, rgba(7,22,36,.74)); }
.about-photo > img:first-child { width: 100%; height: 520px; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.about-photo .about-mark { position: absolute; z-index: 2; width: 210px; right: -25px; bottom: -18px; opacity: .28; }

.final-cta { position: relative; min-height: 510px; padding: 85px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(135deg, #234c70, var(--navy) 63%, #684828 150%); color: white; text-align: center; }
.final-cta > img { position: absolute; width: 510px; opacity: .055; }
.final-cta > p { position: relative; margin: 0 0 18px; color: var(--gold-light); font-size: 10px; font-weight: 790; letter-spacing: .18em; text-transform: uppercase; }
.final-cta h2 { position: relative; max-width: 850px; }
.final-cta .gold-button { position: relative; }

.site-footer { min-height: 290px; padding-block: 54px 42px; display: grid; grid-template-columns: 1fr .8fr 1fr; gap: 38px; align-items: end; }
.footer-brand img { width: 180px; }
.footer-brand p, .footer-address p { margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.footer-contact { display: flex; flex-direction: column; gap: 9px; color: var(--muted); text-align: center; font-size: 11px; }
.footer-address { text-align: right; }
.footer-address a { margin-top: 10px; display: inline-block; color: var(--blue); font-size: 10px; }
.floating-whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 22px; min-height: 52px; padding: 0 18px; display: flex; align-items: center; gap: 10px; border-radius: 999px; background: #25d366; color: #063e1e; font-size: 11px; font-weight: 800; box-shadow: 0 15px 35px rgba(0,0,0,.22); }
.floating-whatsapp > span:first-child { font-size: 8px; }

@media (max-width: 1020px) {
  .site-header nav, .header-cta { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { min-height: 44px; padding: 0 16px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(7,22,36,.42); color: white; cursor: pointer; list-style: none; font-size: 11px; font-weight: 730; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 53px; right: 0; width: min(290px, calc(100vw - 28px)); padding: 10px; display: grid; gap: 3px; border: 1px solid rgba(239,201,134,.25); border-radius: 17px; background: rgba(7,22,36,.98); box-shadow: 0 25px 60px rgba(0,0,0,.35); }
  .mobile-menu nav a { min-height: 47px; padding-inline: 12px; display: flex; align-items: center; justify-content: space-between; }
  .hero { min-height: auto; }
  .hero-inner { min-height: 720px; display: block; }
  .hero-copy { position: relative; z-index: 3; max-width: 68%; padding-top: 92px; }
  .hero-art { position: absolute; z-index: 1; top: 70px; right: -5%; width: 50%; height: 590px; min-height: 0; }
  .hero-art > img { width: 92%; max-width: 380px; left: 0; right: auto; }
  .product-rail { margin-top: 20px; }
  .product-rail a { padding: 34px 26px; }
  .product-logo { height: 82px; }
  .launch-grid { grid-template-columns: 1fr; }
  .launch-card { display: grid; grid-template-columns: .92fr 1.08fr; }
  .launch-photo { height: 100%; min-height: 410px; aspect-ratio: auto; }
  .machine-inner, .audience-inner, .about { grid-template-columns: 1fr; }
  .machine-inner { gap: 30px; }
  .machine-showcase { order: 2; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-photo { max-width: 680px; }
  .about-photo { order: -1; max-width: 680px; width: 100%; }
}

@media (max-width: 680px) {
  .section-shell, .header-inner { width: min(100% - 28px, 1200px); }
  .site-header { height: 78px; }
  .brand img { width: 156px; height: 48px; }
  .hero { padding-top: 108px; }
  .hero-inner { min-height: 570px; }
  .hero-copy { max-width: none; padding-top: 30px; }
  .hero h1 { position: relative; z-index: 4; font-size: clamp(47px, 13vw, 58px); }
  .service-list { gap: 8px 10px; font-size: 11px; }
  .hero-art { top: 82px; right: -12px; width: 43%; height: 305px; min-height: 0; }
  .hero-art::after { left: 11%; right: 3%; bottom: 2px; height: 24px; filter: blur(14px); }
  .hero-art > img { width: 100%; max-width: 156px; max-height: 300px; top: 0; right: 0; bottom: auto; left: auto; }
  .machine-halo { inset: 5% -10% -2% -12%; }
  .product-rail { width: 100%; margin-top: 25px; grid-template-columns: 1fr; }
  .product-rail a { min-height: 250px; padding: 34px 28px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .product-logo { width: min(100%, 270px); height: 104px; }
  .product-rail a:last-child { border-bottom: 0; }
  .launches, .solutions, .about { padding-block: 84px; }
  .section-heading { margin-bottom: 38px; grid-template-columns: 1fr; gap: 24px; }
  .section-heading h2, .machine-copy h2, .audience-copy h2, .about-copy h2, .final-cta h2 { font-size: clamp(39px, 11vw, 52px); }
  .launch-card { display: block; }
  .launch-photo { height: auto; min-height: 0; aspect-ratio: auto; }
  .launch-photo img { width: 100%; height: auto; object-fit: contain; object-position: center; }
  .launch-body { padding: 26px; }
  .launch-body > strong, .launch-body > p:not(.eyebrow), .launch-body small { min-height: 0; }
  .launch-body small { margin-top: 16px; }
  .machine-feature { padding: 82px 0; }
  .machine-inner { gap: 20px; }
  .machine-showcase { height: 420px; }
  .machine-main { width: 50%; left: 13%; }
  .visa-card { width: 29%; right: 8%; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 325px; }
  .audience { padding: 82px 0; }
  .audience-inner { gap: 54px; }
  .audience-photo { min-height: 0; height: auto; }
  .audience-photo > img { width: 100%; height: auto; min-height: 0; object-fit: contain; object-position: center top; }
  .audience-quote { left: 25px; right: 25px; bottom: 25px; font-size: 21px; }
  .audience-copy ul { grid-template-columns: 1fr; }
  .about { gap: 52px; }
  .about-photo { min-height: 0; height: auto; }
  .about-photo > img:first-child { width: 100%; height: auto; min-height: 0; object-fit: contain; object-position: center top; }
  .final-cta { min-height: 480px; }
  .site-footer { padding-block: 48px 90px; grid-template-columns: 1fr; gap: 26px; align-items: start; }
  .footer-contact { text-align: left; }
  .footer-address { text-align: left; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
