:root {
  --ink: #071d2b;
  --ink-soft: #49606b;
  --navy: #082b3d;
  --navy-light: #0c3a4e;
  --teal: #22b7a8;
  --teal-dark: #11988c;
  --mint: #dff4ee;
  --paper: #f5f2ea;
  --white: #fffefa;
  --line: rgba(7, 29, 43, 0.14);
  --red: #db4b45;
  --shadow: 0 24px 70px rgba(7, 29, 43, 0.13);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.shell { width: var(--shell); margin-inline: auto; }
.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; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px;
  color: white; background: var(--ink); border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(245, 242, 234, 0.94); border-color: var(--line);
  box-shadow: 0 6px 25px rgba(7, 29, 43, .06); backdrop-filter: blur(15px);
}
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-name { font-size: 16px; letter-spacing: .06em; font-weight: 500; }
.brand-name b { font-weight: 800; }
.brand-mark { position: relative; display: inline-block; width: 31px; height: 31px; }
.brand-mark span { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--teal); }
.brand-mark span:first-child { left: 11px; top: 1px; }
.brand-mark span:nth-child(2) { left: 2px; bottom: 3px; }
.brand-mark span:nth-child(3) { right: 1px; bottom: 3px; background: var(--red); }
.brand-mark::before, .brand-mark::after {
  content: ""; position: absolute; top: 14px; height: 1px; width: 17px; background: var(--ink); transform-origin: center;
}
.brand-mark::before { left: 1px; transform: rotate(-60deg); }
.brand-mark::after { right: 0; transform: rotate(60deg); }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 38px); margin-left: auto; }
.desktop-nav a { position: relative; color: #2e4752; font-size: 14px; font-weight: 650; }
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--teal); transition: right .2s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switcher { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,255,255,.42); }
.language-switcher button {
  min-width: 30px; height: 28px; border: 0; border-radius: 50px; color: #50646c; background: transparent;
  font-size: 11px; font-weight: 800; cursor: pointer; transition: .2s ease;
}
.language-switcher button[aria-pressed="true"] { color: white; background: var(--ink); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-menu { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mobile-menu nav { width: var(--shell); margin: auto; padding: 16px 0 24px; display: grid; gap: 4px; }
.mobile-menu a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-menu .button { margin-top: 10px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 23px;
  border: 1px solid transparent; border-radius: 100px; font-weight: 750; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button svg, .text-link svg, .circle-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 17px; font-size: 12px; }
.button-solid { color: white; background: var(--ink); }
.button-primary { color: white; background: var(--teal-dark); box-shadow: 0 12px 35px rgba(17, 152, 140, .23); }
.button-primary:hover { background: #087f76; }
.button-ghost { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.4); }
.button-light { color: var(--ink); background: var(--white); }

.hero { position: relative; min-height: 850px; padding: 160px 0 75px; overflow: hidden; background: linear-gradient(130deg, #f4f1e8 0%, #edf3ef 100%); }
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none;
  background-image: radial-gradient(rgba(7, 29, 43, .7) .55px, transparent .55px); background-size: 17px 17px;
  mask-image: linear-gradient(to right, black, transparent 55%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.hero-glow-one { width: 430px; height: 430px; right: -150px; top: 50px; background: radial-gradient(circle, rgba(34,183,168,.2), transparent 70%); }
.hero-glow-two { width: 350px; height: 350px; left: -160px; bottom: -180px; background: radial-gradient(circle, rgba(219,75,69,.12), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); align-items: center; gap: clamp(48px, 7vw, 96px); }
.hero-copy { padding-bottom: 20px; }
.eyebrow, .section-kicker { color: var(--teal-dark); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 23px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(219,75,69,.1); }
.hero h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(48px, 5.2vw, 76px); line-height: .99; letter-spacing: -.055em; font-weight: 720; }
.hero-lead { max-width: 590px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.hero-points { display: flex; gap: 28px; padding-top: 23px; border-top: 1px solid var(--line); }
.hero-points span { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; }
.hero-points i { color: var(--teal-dark); font-size: 10px; font-style: normal; font-weight: 850; }
.hero-points b { color: #3b525c; font-size: 11px; letter-spacing: .02em; }
.hero-visual { position: relative; min-height: 560px; }
.hero-image-main { position: absolute; top: 0; right: 0; width: 84%; height: 475px; border-radius: 150px 150px 24px 24px; overflow: hidden; box-shadow: var(--shadow); }
.hero-image-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,29,43,.55), transparent 45%); }
.hero-image-main img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-image-side { position: absolute; left: 0; bottom: 0; width: 34%; height: 245px; overflow: hidden; border: 8px solid var(--paper); border-radius: 20px; box-shadow: 0 18px 45px rgba(7,29,43,.2); }
.hero-image-side img { width: 100%; height: 100%; object-fit: cover; }
.orbit { position: absolute; border: 1px solid rgba(34,183,168,.4); border-radius: 50%; pointer-events: none; }
.orbit::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--red); }
.orbit-one { width: 190px; height: 190px; right: -74px; top: 235px; }
.orbit-one::after { left: 20px; top: 20px; }
.orbit-two { width: 105px; height: 105px; left: 50px; top: -32px; border-color: rgba(219,75,69,.3); }
.orbit-two::after { right: 8px; bottom: 11px; background: var(--teal); }
.hero-bottom { position: absolute; z-index: 1; left: 50%; bottom: 24px; transform: translateX(-50%); }
.hero-bottom span { display: block; width: 38px; height: 62px; margin-left: auto; border: 1px solid var(--line); border-radius: 20px; }
.hero-bottom span::after { content: ""; display: block; width: 3px; height: 12px; margin: 12px auto; border-radius: 3px; background: var(--teal); }

.section { padding: 118px 0; }
.section-heading { margin-bottom: 54px; }
.section-kicker { margin-bottom: 18px; }
.section-heading h2, .process-copy h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(36px, 4.2vw, 57px); line-height: 1.06; letter-spacing: -.04em; font-weight: 680; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.split-heading > p, .products-heading > p { margin: 0; color: var(--ink-soft); line-height: 1.75; }
.intro-section { background: var(--white); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.capability-card { position: relative; min-height: 310px; padding: 28px 26px 30px; border-right: 1px solid var(--line); background: var(--white); transition: background .25s ease, transform .25s ease; }
.capability-card:last-child { border-right: 0; }
.capability-card:hover { z-index: 2; background: var(--mint); transform: translateY(-5px); }
.capability-number { color: #839298; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.line-icon { width: 54px; height: 54px; margin: 44px 0 28px; display: grid; place-items: center; color: var(--teal-dark); border-radius: 50%; background: rgba(34,183,168,.1); }
.line-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linejoin: round; }
.capability-card h3 { margin-bottom: 12px; font-size: 19px; }
.capability-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }

.products-section { background: var(--paper); }
.products-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.products-heading > div { max-width: 670px; }
.products-heading > p { max-width: 390px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.product-card { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 45px rgba(7,29,43,.06); }
.product-image { position: relative; height: 370px; overflow: hidden; background: #dfe3df; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-tag { position: absolute; left: 22px; top: 22px; padding: 7px 11px; border-radius: 50px; color: var(--ink); background: rgba(255,254,250,.9); backdrop-filter: blur(8px); font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.product-tag.light { position: static; align-self: flex-start; color: white; background: rgba(255,255,255,.14); }
.product-info { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 28px 30px; }
.product-info p, .custom-card-copy p { margin-bottom: 8px; color: var(--teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-info h3 { margin: 0; font-size: clamp(20px, 2vw, 28px); letter-spacing: -.025em; }
.product-international { display: none; margin-top: 6px; color: var(--ink-soft); font-size: .62em; font-weight: 650; letter-spacing: .01em; line-height: 1.25; }
html[lang^="zh"] .product-international { display: block; }
.circle-link { flex: 0 0 auto; width: 45px; height: 45px; display: grid; place-items: center; color: white; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; transition: .2s ease; }
.circle-link:hover { color: var(--ink); background: var(--teal); transform: rotate(5deg); }
.custom-card { position: relative; grid-column: 1 / -1; display: grid; grid-template-columns: 1.12fr .88fr; min-height: 430px; background: var(--navy); }
.custom-card-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; color: white; }
.custom-card-copy::after { content: ""; position: absolute; width: 220px; height: 220px; left: -90px; bottom: -110px; border: 1px solid rgba(34,183,168,.22); border-radius: 50%; }
.custom-card-copy p { color: #70d8ce; }
.custom-card-copy h3 { margin-bottom: 28px; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.16; letter-spacing: -.035em; }
.custom-card > img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding: 0 0 7px; color: white; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: none; font-weight: 750; cursor: pointer; }

.process-section { position: relative; overflow: hidden; color: white; background: var(--navy); }
.process-section::before { content: ""; position: absolute; width: 600px; height: 600px; left: -300px; bottom: -370px; border: 1px solid rgba(34,183,168,.2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(34,183,168,.025), 0 0 0 180px rgba(34,183,168,.018); }
.process-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 140px); }
.section-kicker-light { color: #68d4c9; }
.process-copy { position: sticky; top: 135px; align-self: start; }
.process-copy h2 { margin-bottom: 25px; }
.process-copy > p:not(.section-kicker) { margin-bottom: 32px; color: #afc1c8; line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 25px; padding: 30px 0 34px; border-bottom: 1px solid rgba(255,255,255,.13); }
.process-list li:first-child { padding-top: 0; }
.process-list > li > span { width: 42px; height: 42px; display: grid; place-items: center; color: #6ddacf; border: 1px solid rgba(109,218,207,.35); border-radius: 50%; font-size: 11px; font-weight: 850; }
.process-list h3 { margin-bottom: 10px; font-size: 21px; }
.process-list p { margin: 0; color: #9eb2bb; font-size: 14px; line-height: 1.7; }

.contact-section { background: var(--paper); }
.contact-card { position: relative; min-height: 310px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 62px 70px; overflow: hidden; border-radius: 28px; background: var(--mint); }
.contact-card::before { content: ""; position: absolute; width: 250px; height: 250px; right: 17%; top: -160px; border: 1px solid rgba(17,152,140,.25); border-radius: 50%; }
.contact-copy { position: relative; z-index: 2; max-width: 710px; }
.contact-copy h2 { margin-bottom: 18px; }
.contact-copy > p:last-child { max-width: 600px; margin-bottom: 0; color: var(--ink-soft); line-height: 1.7; }
.contact-button { position: relative; z-index: 2; flex: 0 0 auto; }
.contact-orbit { position: absolute; width: 450px; height: 450px; right: -340px; bottom: -250px; border: 60px solid rgba(34,183,168,.08); border-radius: 50%; }

.site-footer { padding: 22px 0 28px; color: #b9c8cf; background: #051722; }
.footer-main { min-height: 100px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 35px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand-footer { color: white; }
.brand-footer .brand-mark::before, .brand-footer .brand-mark::after { background: white; }
.footer-main p { margin: 0; font-size: 13px; text-align: center; }
.footer-link { padding: 0; color: white; border: 0; background: none; font-weight: 750; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-start; gap: 50px; padding-top: 23px; color: #738b96; font-size: 10px; line-height: 1.6; }
.footer-bottom p { margin: 0; }
.footer-bottom p:first-child { max-width: 790px; }
.footer-bottom p:last-child { flex: 0 0 auto; }

body.dialog-open { overflow: hidden; }
.whatsapp-dialog {
  width: min(920px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: auto;
  color: var(--ink); border: 0; border-radius: 20px; background: var(--white); box-shadow: 0 30px 90px rgba(5,23,34,.32);
}
.whatsapp-dialog::backdrop { background: rgba(5,23,34,.72); backdrop-filter: blur(6px); }
.whatsapp-dialog[open] { animation: dialog-in .24s ease both; }
.whatsapp-dialog-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); min-height: 540px; }
.whatsapp-dialog-close {
  position: absolute; z-index: 2; top: 16px; right: 16px; width: 40px; height: 40px; display: grid; place-items: center;
  color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: rgba(255,254,250,.92); font-size: 25px; line-height: 1; cursor: pointer;
}
.whatsapp-dialog-media { display: grid; place-items: center; min-width: 0; padding: 24px; background: #f3f4f4; }
.whatsapp-dialog-media img { width: 100%; height: auto; max-height: calc(100dvh - 80px); object-fit: contain; }
.whatsapp-dialog-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 72px 54px 54px; }
.whatsapp-dialog-copy .section-kicker { margin-bottom: 16px; }
.whatsapp-dialog-copy h2 { margin-bottom: 20px; font-size: 38px; line-height: 1.08; letter-spacing: 0; }
html[lang^="zh"] .whatsapp-dialog-copy h2 { word-break: keep-all; }
.whatsapp-dialog-copy > p:not(.section-kicker) { margin-bottom: 30px; color: var(--ink-soft); line-height: 1.7; }
.whatsapp-dialog-action { width: 100%; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px) scale(.985); } }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
.capability-card:nth-child(2), .process-list li:nth-child(2) { transition-delay: .08s; }
.capability-card:nth-child(3), .process-list li:nth-child(3) { transition-delay: .16s; }
.capability-card:nth-child(4), .process-list li:nth-child(4) { transition-delay: .24s; }

:focus-visible { outline: 3px solid rgba(34,183,168,.6); outline-offset: 3px; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 40px, 900px); }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 620px; max-width: 730px; width: 100%; margin-inline: auto; }
  .hero-image-main { width: 86%; height: 535px; }
  .hero-image-side { width: 31%; height: 270px; }
  .hero-bottom { display: none; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-card { border-bottom: 1px solid var(--line); }
  .capability-card:nth-child(2) { border-right: 0; }
  .capability-card:nth-last-child(-n+2) { border-bottom: 0; }
  .products-heading { align-items: flex-start; }
  .custom-card { grid-template-columns: 1fr; }
  .custom-card > img { position: absolute; inset: 0 0 0 48%; width: 52%; mask-image: linear-gradient(to right, transparent, black 30%); }
  .custom-card-copy { padding-right: 45%; }
  .contact-card { padding: 54px 48px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); --radius: 18px; }
  html { scroll-padding-top: 75px; }
  .header-inner { height: 70px; gap: 12px; }
  .brand-name { font-size: 14px; }
  .brand-mark { transform: scale(.9); }
  .header-actions { gap: 7px; }
  .language-switcher button { min-width: 27px; }
  .hero { padding: 118px 0 64px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-buttons { margin-bottom: 38px; }
  .hero-buttons .button { width: 100%; }
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .hero-visual { min-height: 460px; }
  .hero-image-main { width: 93%; height: 405px; border-radius: 95px 95px 18px 18px; }
  .hero-image-side { width: 38%; height: 190px; border-width: 5px; }
  .orbit-one { width: 130px; height: 130px; right: -58px; }
  .orbit-two { width: 75px; height: 75px; }
  .section { padding: 82px 0; }
  .split-heading, .products-heading { display: grid; grid-template-columns: 1fr; gap: 25px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .process-copy h2, .contact-copy h2 { font-size: 39px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 0; padding: 25px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .capability-card:last-child { border-bottom: 0 !important; }
  .line-icon { margin: 28px 0 22px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 285px; }
  .product-info { padding: 22px; }
  .product-info h3 { font-size: 21px; line-height: 1.3; }
  .custom-card { grid-column: auto; min-height: 440px; }
  .custom-card > img { inset: auto 0 0; width: 100%; height: 53%; mask-image: linear-gradient(to bottom, transparent, black 30%); opacity: .66; }
  .custom-card-copy { padding: 25px; padding-right: 25px; }
  .custom-card-copy > div { position: relative; z-index: 2; }
  .custom-card-copy h3 { max-width: 380px; }
  .process-grid { grid-template-columns: 1fr; gap: 60px; }
  .process-copy { position: static; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 16px; }
  .contact-card { min-height: 0; display: block; padding: 42px 26px; }
  .contact-button { width: 100%; margin-top: 28px; }
  .whatsapp-dialog { width: min(100% - 20px, 560px); max-height: calc(100dvh - 20px); border-radius: 16px; }
  .whatsapp-dialog-layout { grid-template-columns: 1fr; min-height: 0; }
  .whatsapp-dialog-media { padding: 16px; }
  .whatsapp-dialog-media img { max-height: none; }
  .whatsapp-dialog-copy { padding: 34px 24px 28px; }
  .whatsapp-dialog-copy h2 { padding-right: 34px; font-size: 30px; }
  .whatsapp-dialog-close { position: fixed; top: max(20px, env(safe-area-inset-top)); right: 20px; }
  .footer-main { grid-template-columns: 1fr; justify-items: start; gap: 18px; padding: 28px 0; }
  .footer-main p { text-align: left; }
  .footer-bottom { display: grid; gap: 18px; }
}

@media (max-width: 380px) {
  .brand-name { display: none; }
  .hero h1 { font-size: 41px; }
  .hero-visual { min-height: 410px; }
  .hero-image-main { height: 365px; }
}

@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 { opacity: 1; transform: none; }
}
