:root {
  --navy: #0d2a42;
  --navy-2: #123b5b;
  --ink: #142339;
  --muted: #5f6f82;
  --line: #dce5ee;
  --soft: #f4f8fc;
  --white: #ffffff;
  --blue: #18a9df;
  --blue-dark: #0787c6;
  --green: #22bf78;
  --violet: #7d56ee;
  --orange: #f5a51b;
  --pink: #ec5da0;
  --cyan: #2bbbc5;
  --shadow: 0 16px 45px rgba(15, 42, 66, 0.11);
  --shadow-soft: 0 8px 24px rgba(15, 42, 66, 0.07);
  --radius: 18px;
  --radius-small: 12px;
  --container: 1060px;

  /* Fluid Spacing Scale Compact (2026) */
  --space-xs: clamp(0.2rem, 0.4vw, 0.4rem);
  --space-sm: clamp(0.4rem, 0.8vw, 0.6rem);
  --space-md: clamp(0.8rem, 1.5vw, 1.2rem);
  --space-lg: clamp(1.2rem, 2.2vw, 1.8rem);
  --space-xl: clamp(2rem, 3.5vw, 3rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.15; letter-spacing: -0.03em; }
h1 { font-size: clamp(1.75rem, 2.7vw, 2.45rem); margin-bottom: 0.85rem; }
h2 { font-size: clamp(1.35rem, 2.1vw, 1.85rem); margin-bottom: 0.75rem; }
h3 { font-size: clamp(1rem, 1.2vw, 1.15rem); margin-bottom: 0.45rem; }
p { color: var(--muted); }
ul, ol { color: var(--muted); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(820px, 100%); }
.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: 10px; left: 10px; z-index: 999; padding: 10px 16px; border-radius: 10px; background: var(--navy); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(220,229,238,.85); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); }
.nav-shell { min-height: 64px; display: flex; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: auto; }
.brand img { flex: 0 0 auto; width: 38px; height: 38px; }
.brand span { display: flex; flex-direction: column; line-height: 1.18; }
.brand strong { font-size: 0.98rem; color: var(--navy); letter-spacing: -0.02em; }
.brand small { margin-top: 2px; color: var(--muted); font-size: .66rem; white-space: nowrap; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.primary-nav a { color: #40546b; font-size: .84rem; font-weight: 650; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--blue-dark); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.language-control select { height: 36px; padding: 0 28px 0 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); font-weight: 650; font-size: 0.84rem; cursor: pointer; }
.menu-toggle { display: none; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); align-items: center; justify-content: center; }
.menu-toggle svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.button { min-height: 40px; padding: 0 18px; border: 0; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-size: 0.88rem; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; box-shadow: 0 10px 20px rgba(7,135,198,.2); }
.button-secondary { background: #fff; border: 1px solid var(--line); color: var(--navy); box-shadow: var(--shadow-soft); }
.button-dark { background: var(--navy); color: #fff; }
.button-light { background: #fff; color: var(--navy); }
.button-outline-light { border: 1px solid rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.08); }
.button-small { min-height: 34px; padding: 0 14px; font-size: .8rem; }
.button.is-disabled, .button[aria-disabled="true"] { opacity: .62; cursor: not-allowed; box-shadow: none; transform: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { color: var(--blue-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }

.hero { position: relative; overflow: hidden; padding: 84px 0 76px; background: radial-gradient(circle at 9% 14%, rgba(24,169,223,.12), transparent 24%), radial-gradient(circle at 92% 16%, rgba(125,86,238,.1), transparent 22%), linear-gradient(180deg, #fbfdff 0%, #fff 100%); }
.hero::after { content: ""; position: absolute; inset: auto -10% -34% 44%; height: 480px; border-radius: 50%; background: rgba(24,169,223,.055); transform: rotate(-8deg); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.88fr) minmax(520px,1.12fr); align-items: center; gap: 62px; }
.hero h1 span { display: block; color: var(--blue-dark); }
.eyebrow { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 10px; color: var(--blue-dark); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--green)); }
.lead { font-size: clamp(0.92rem, 1.05vw, 1.02rem); line-height: 1.6; }
.hero-copy .lead { max-width: 520px; margin-bottom: 20px; }
.fact-list { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.fact-list li { display: flex; align-items: center; gap: 8px; color: #4b6077; font-size: .84rem; }
.fact-list li > span:first-child { width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #eaf8f2; color: #149a60; font-weight: 850; font-size: .8rem; }
.hero-visual { position: relative; }
.product-frame { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(200,215,229,.9); border-radius: 18px; background: #fff; box-shadow: 0 20px 60px rgba(15,42,66,.14); transform: rotate(.4deg); }
.product-frame-bar { min-height: 32px; padding: 0 10px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid var(--line); background: #f8fbfe; }
.product-frame-bar span { width: 7px; height: 7px; border-radius: 50%; background: #cbd6e1; }
.product-frame-bar small { margin-left: auto; color: #7a8a9c; font-size: .75rem; }
.product-frame img { width: 100%; aspect-ratio: 1.598 / 1; object-fit: cover; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 90px; height: 90px; top: -35px; right: -25px; background: rgba(34,191,120,.16); }
.hero-orb-two { width: 70px; height: 70px; bottom: -20px; left: -25px; background: rgba(125,86,238,.16); }

.product-strip { position: relative; z-index: 3; margin-top: -18px; }
.strip-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.strip-grid > span { min-height: 48px; padding: 6px 10px; display: flex; align-items: center; gap: 10px; border-radius: 11px; }
.strip-grid b { color: var(--navy); font-size: .84rem; }
.strip-icon { width: 34px; height: 34px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-weight: 850; font-size: .9rem; }
.strip-icon-blue { color: var(--blue-dark); background: #e8f7fd; }
.strip-icon-violet { color: var(--violet); background: #f0ebff; }
.strip-icon-green { color: #159b63; background: #e9f8f1; }
.strip-icon-orange { color: #c77b00; background: #fff3db; }

.section { padding: 56px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 680px; margin-bottom: 32px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading .lead { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.feature-card { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(15,42,66,.045); transition: transform .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; }
.feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.feature-card p { margin-bottom: 0; font-size: .86rem; }
.feature-icon { width: 36px; height: 36px; margin-bottom: 12px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; font-weight: 850; font-size: .95rem; }
.icon-blue { background: #e7f7fd; color: var(--blue-dark); }
.icon-orange { background: #fff2d8; color: #cb7e00; }
.icon-cyan { background: #e5f8fa; color: #138f99; }
.icon-violet { background: #f0eaff; color: var(--violet); }
.icon-green { background: #e7f8f0; color: #13975e; }
.icon-teal { background: #e5f8f4; color: #168c78; }
.icon-pink { background: #fde9f3; color: #d84b8b; }

.connectivity-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 50px; align-items: start; }
.notice-line { padding: 16px 18px; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: #fff; box-shadow: var(--shadow-soft); font-size: .92rem; }
.connectivity-cards { display: grid; gap: 18px; }
.connect-card { padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.connect-title { display: flex; align-items: center; gap: 12px; }
.connect-title > span { width: 44px; height: 44px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; font-weight: 850; }
.connect-title h3 { margin: 0; }
.connect-card ul { padding-left: 24px; margin: 20px 0 0; display: grid; gap: 10px; }
.connect-local { border-top: 4px solid var(--green); }
.connect-local .connect-title > span { color: #15985f; background: #e9f8f1; }
.connect-external { border-top: 4px solid var(--orange); }
.connect-external .connect-title > span { color: #bd7500; background: #fff2db; }

.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.step-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.step-card > span { width: 48px; height: 48px; margin-bottom: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--navy); color: #fff; font-size: 1.1rem; font-weight: 850; }
.step-card p { margin-bottom: 0; }

.gallery-shell { max-width: 1040px; margin-inline: auto; }
.gallery-stage { position: relative; display: flex; align-items: center; gap: 14px; }
.gallery-image-button { width: 100%; padding: 0; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #fff; box-shadow: var(--shadow); cursor: zoom-in; }
.gallery-image-button img { width: 100%; }
.gallery-arrow { flex: 0 0 48px; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); font-size: 2rem; line-height: 1; box-shadow: var(--shadow-soft); cursor: pointer; }
.gallery-meta { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); }
.gallery-meta b { color: var(--navy); white-space: nowrap; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; align-items: start; }
.gallery-thumb { display: block; width: 100%; aspect-ratio: 793 / 496; padding: 0; border: 2px solid transparent; border-radius: 12px; overflow: hidden; background: #fff; opacity: .75; cursor: pointer; transition: opacity .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.gallery-thumb:hover { opacity: 1; transform: translateY(-2px); }
.gallery-thumb.is-active { border-color: var(--blue); opacity: 1; box-shadow: 0 8px 20px rgba(7,135,198,.18); }
.gallery-thumb img { width: 100%; height: 100%; aspect-ratio: 793 / 496; object-fit: cover; display: block; }
.gallery-dialog { width: min(94vw, 1500px); padding: 42px 12px 12px; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.gallery-dialog::backdrop { background: rgba(7,20,33,.82); }
.gallery-dialog img { width: 100%; border-radius: 10px; }
.dialog-close { position: absolute; top: 6px; right: 10px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #edf3f8; color: var(--navy); font-size: 1.5rem; cursor: pointer; }

.privacy-banner { padding: 42px; border-radius: 28px; display: flex; align-items: center; justify-content: space-between; gap: 34px; background: linear-gradient(135deg, #e8f8f2 0%, #eef7ff 54%, #f2ecff 100%); border: 1px solid #d7e8e4; }
.privacy-banner h2 { font-size: clamp(1.8rem,3vw,2.7rem); }
.privacy-banner p { margin-bottom: 0; max-width: 720px; }
.faq-container { max-width: 900px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(15,42,66,.045); }
.faq-list summary { position: relative; padding: 20px 52px 20px 22px; color: var(--navy); font-weight: 760; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--blue-dark); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { padding: 0 22px 20px; margin: 0; }

.cta-section { padding-top: 30px; }
.cta-card { padding: 48px; border-radius: 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(135deg, var(--navy), #164e72); color: #fff; box-shadow: var(--shadow); }
.cta-card h2 { color: #fff; font-size: clamp(1.8rem,3vw,2.6rem); }
.cta-card p { color: #c9d9e6; margin-bottom: 0; }

.page-hero { padding: 78px 0 62px; background: radial-gradient(circle at 80% 8%, rgba(125,86,238,.1), transparent 24%), linear-gradient(180deg,#f7fbff,#fff); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.8rem,5vw,4.7rem); }
.pending-banner { margin-top: 28px; padding: 17px 19px; border: 1px solid #f0cd8b; border-radius: 13px; background: #fff8e8; color: #7f5a10; font-weight: 650; }
.policy-meta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.policy-meta span { padding: 8px 11px; border-radius: 9px; background: #eef3f8; color: #53677b; font-size: .84rem; }
.policy-layout { display: grid; grid-template-columns: 280px 1fr; gap: 42px; align-items: start; }
.policy-toc { position: sticky; top: 105px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); display: grid; gap: 9px; }
.policy-toc strong { color: var(--navy); margin-bottom: 6px; }
.policy-toc a { color: var(--muted); font-size: .84rem; }
.policy-toc a:hover { color: var(--blue-dark); }
.policy-content { padding: 38px 42px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-soft); }
.policy-content section { scroll-margin-top: 110px; padding-bottom: 26px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.policy-content section:last-child { border: 0; margin: 0; padding: 0; }
.policy-content h2 { font-size: 1.55rem; }
.policy-content p { margin-bottom: 0; }

.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.support-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.support-card h2 { font-size: 1.6rem; }
.support-card p:last-child, .support-card ul:last-child, .support-card ol:last-child { margin-bottom: 0; }
.support-card ul, .support-card ol { padding-left: 22px; display: grid; gap: 9px; }
.support-contact { background: linear-gradient(145deg,#f2fbf7,#fff); }
.support-policy { grid-column: 1 / -1; display: flex; align-items: center; gap: 25px; }
.support-policy img { flex: 0 0 auto; }

.site-footer { padding: 70px 0 24px; background: #0a2236; color: #d4e0e9; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .8fr .9fr; gap: 38px; }
.site-footer .brand strong { color: #fff; }
.site-footer .brand small { color: #a9bdcb; }
.footer-brand p { max-width: 500px; margin: 22px 0 0; color: #9eb2c1; font-size: .88rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h3 { color: #fff; font-size: .95rem; margin-bottom: 6px; letter-spacing: 0; }
.footer-column a, .footer-column span { color: #a9bdcb; font-size: .88rem; }
.footer-column a:hover { color: #fff; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8fa7b8; font-size: .84rem; }

.noscript { position: fixed; bottom: 15px; left: 50%; z-index: 300; transform: translateX(-50%); margin: 0; padding: 12px 18px; border-radius: 10px; background: var(--navy); color: #fff; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .brand small { display: none; }
  .brand { min-width: auto; }
  .primary-nav { gap: 14px; }
  .primary-nav a { font-size: .82rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-visual { max-width: 900px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-shell { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .primary-nav { display: none; position: absolute; top: calc(100% + 1px); left: 14px; right: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 4px; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 10px 12px; border-radius: 9px; font-size: .95rem; }
  .primary-nav a:hover { background: var(--soft); }
  .menu-toggle { display: inline-flex; }
  .nav-actions > .button { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid { gap: 44px; }
  .strip-grid { grid-template-columns: repeat(2,1fr); }
  .connectivity-grid, .policy-layout { grid-template-columns: 1fr; }
  .policy-toc { position: static; }
  .steps-grid { grid-template-columns: 1fr; }
  .gallery-arrow { position: absolute; z-index: 3; width: 42px; height: 42px; background: rgba(255,255,255,.92); }
  .gallery-arrow-left { left: 10px; }
  .gallery-arrow-right { right: 10px; }
  .privacy-banner, .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .section { padding: 72px 0; }
  .brand strong { font-size: .95rem; }
  .language-control select { width: 104px; padding-right: 26px; }
  .hero { padding: 42px 0 60px; }
  .product-frame { border-radius: 16px; }
  .product-frame-bar { min-height: 30px; }
  .product-frame-bar small { display: none; }
  .strip-grid { grid-template-columns: 1fr; }
  .strip-grid > span { min-height: 55px; }
  .feature-grid, .support-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .gallery-meta { align-items: flex-start; flex-direction: column; gap: 4px; padding: 12px 2px; }
  .gallery-thumbs { gap: 5px; }
  .gallery-thumb { border-radius: 7px; }
  .privacy-banner, .cta-card, .policy-content, .support-card { padding: 25px; }
  .support-policy { grid-column: auto; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

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

:root {
  --container: 1060px;
  --radius: 18px;
  --shadow: 0 16px 50px rgba(15, 42, 66, 0.12);
  --shadow-soft: 0 8px 24px rgba(15, 42, 66, 0.07);
}

body {
  background: #fff;
  font-feature-settings: "kern" 1, "liga" 1;
}

.site-header {
  border-bottom-color: rgba(216, 227, 237, .72);
  box-shadow: 0 1px 0 rgba(13, 42, 66, .025);
}

.nav-shell { min-height: 64px; }
.brand img { filter: drop-shadow(0 4px 10px rgba(13,42,66,.1)); }
.primary-nav a { position: relative; }
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  transition: right .2s ease;
}
.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after { right: 0; }

.hero-v2 {
  padding: 48px 0 52px;
  background:
    radial-gradient(circle at 8% 4%, rgba(24,169,223,.15), transparent 28%),
    radial-gradient(circle at 95% 22%, rgba(125,86,238,.12), transparent 26%),
    linear-gradient(180deg, #f8fbfe 0%, #ffffff 86%);
}
.hero-v2::after {
  inset: auto -14% -45% 42%;
  height: 420px;
  background: rgba(34,191,120,.045);
}
.hero-grid-v2 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
}
.hero-copy h1 { max-width: 520px; }
.hero-copy .lead { max-width: 480px; }
.hero-facts {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}
.hero-facts span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4f6277;
  font-size: .84rem;
}
.hero-facts b {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #e8f8f1;
  color: #13965e;
  font-style: normal;
  font-size: .8rem;
}
.hero-facts em { font-style: normal; }
.hero-media {
  position: relative;
  isolation: isolate;
  padding: 8px;
  border: 1px solid rgba(200,215,229,.9);
  border-radius: 22px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 20px 60px rgba(15,42,66,.14);
  backdrop-filter: blur(10px);
  max-width: 500px;
  margin-inline: auto;
}
.hero-image-button {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 15px;
  background: #fff;
  cursor: zoom-in;
}
.hero-image-button img {
  width: 100%;
  height: auto;
  max-height: 380px;
  aspect-ratio: 793 / 496;
  object-fit: contain;
}
.hero-media-footer {
  position: relative;
  z-index: 2;
  min-height: 36px;
  padding: 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.hero-media-footer span { display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: .82rem; }
.hero-media-footer i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(34,191,120,.12); }
.hero-media-footer small { color: #76889b; font-size: .78rem; }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(3px); }
.hero-glow-a { width: 140px; height: 140px; top: -40px; right: -35px; background: rgba(34,191,120,.16); }
.hero-glow-b { width: 110px; height: 110px; bottom: -38px; left: -35px; background: rgba(125,86,238,.14); }

.product-strip-v2 { margin-top: -18px; }
.product-strip-v2 .strip-grid { padding: 10px; }
.product-strip-v2 .strip-grid > span { border: 1px solid transparent; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.product-strip-v2 .strip-grid > span:hover { transform: translateY(-2px); border-color: var(--line); background: #f9fbfd; }

.feature-grid-v2 { gap: 14px; }
.feature-grid-v2 .feature-card { position: relative; overflow: hidden; }
.feature-grid-v2 .feature-card::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  right: -32px;
  top: -32px;
  background: rgba(24,169,223,.045);
}

.showcase-section { overflow: hidden; }
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3.5vw, 44px);
  align-items: center;
}
.showcase-reverse .showcase-image { order: 2; }
.showcase-reverse .showcase-copy { order: 1; }
.showcase-image {
  position: relative;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.showcase-image::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  z-index: -1;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(24,169,223,.1), rgba(125,86,238,.08));
}
.showcase-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 793 / 496;
  object-fit: contain;
  border-radius: 14px;
}
.showcase-copy .lead { margin-bottom: 20px; }
.mini-feature-list { display: grid; gap: 10px; }
.mini-feature-list article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15,42,66,.04);
}
.mini-feature-list h3 { font-size: .95rem; margin-bottom: 3px; }
.mini-feature-list p { margin: 0; font-size: .84rem; line-height: 1.5; }
.mini-icon { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; font-weight: 850; font-size: .9rem; }

.section-dark-soft {
  background:
    radial-gradient(circle at 12% 20%, rgba(24,169,223,.11), transparent 25%),
    linear-gradient(135deg, #eef6fb 0%, #f4f8fc 52%, #eef9f5 100%);
}
.connectivity-grid-v2 { align-items: center; }
.connectivity-grid-v2 .connect-card { border: 0; box-shadow: 0 16px 44px rgba(15,42,66,.10); }

.gallery-section {
  background: linear-gradient(180deg, #fff 0%, #f7fafc 100%);
}
.gallery-shell-v2 { max-width: 1160px; }
.gallery-shell-v2 .gallery-image-button {
  aspect-ratio: 793 / 496;
  background: #fff;
}
.gallery-shell-v2 .gallery-image-button img {
  width: 100%;
  height: 100%;
  aspect-ratio: 793 / 496;
  object-fit: contain;
}
.gallery-shell-v2 .gallery-thumb {
  aspect-ratio: 793 / 496;
  background: #fff;
  box-shadow: 0 5px 14px rgba(15,42,66,.05);
}
.gallery-shell-v2 .gallery-thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 793 / 496;
  object-fit: cover;
  display: block;
}
.gallery-arrow { transition: transform .2s ease, background .2s ease; }
.gallery-arrow:hover { transform: scale(1.05); background: #f5f9fc; }
.gallery-dialog {
  width: min(85vw, 980px);
  max-height: 85vh;
  overflow: auto;
  padding: 32px 12px 12px;
}
.gallery-dialog img { width: 100%; height: auto; object-fit: contain; }

.privacy-banner-v2 {
  padding: 28px 34px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 10%, rgba(125,86,238,.13), transparent 30%),
    linear-gradient(135deg, #eaf9f2 0%, #edf7ff 58%, #f5f0ff 100%);
}

.cta-card {
  padding: 34px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 0%, rgba(34,191,120,.22), transparent 32%),
    linear-gradient(135deg, #0b2942, #164f74);
}

/* Better image behaviour throughout the site */
[data-screenshot] {
  object-position: center;
  image-rendering: auto;
}

@media (max-width: 1180px) {
  .hero-grid-v2 { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-media { max-width: 980px; }
  .showcase-grid { grid-template-columns: 1fr; gap: 44px; }
  .showcase-reverse .showcase-image,
  .showcase-reverse .showcase-copy { order: initial; }
}

@media (max-width: 860px) {
  .hero-v2 { padding-top: 58px; }
  .hero-media { border-radius: 22px; padding: 8px; }
  .hero-image-button { border-radius: 15px; }
  .hero-media-footer { min-height: 42px; }
  .showcase-image { border-radius: 22px; padding: 7px; }
  .showcase-image img { border-radius: 16px; }
  .gallery-shell-v2 .gallery-stage { padding-inline: 0; }
  .gallery-shell-v2 .gallery-arrow { top: 50%; transform: translateY(-50%); }
  .gallery-shell-v2 .gallery-arrow:hover { transform: translateY(-50%) scale(1.04); }
}

@media (max-width: 620px) {
  .hero-v2 { padding: 40px 0 68px; }
  .hero-v2 .button-row .button { width: 100%; justify-content: center; text-align: center; }
  .hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.2rem); }
  .hero-copy .lead { font-size: 1rem; line-height: 1.65; }
  .hero-media { margin-inline: -4px; border-radius: 17px; }
  .hero-media-footer { padding-top: 7px; }
  .hero-media-footer small { display: none; }
  .hero-facts { margin-top: 24px; }
  .product-strip-v2 { margin-top: -24px; }
  .feature-grid-v2 .feature-card { min-height: auto; }
  .showcase-grid { gap: 32px; }
  .showcase-image::before { inset: 10px -8px -8px 10px; }
  .mini-feature-list article { grid-template-columns: 42px 1fr; padding: 15px; }
  .mini-icon { width: 40px; height: 40px; }
  .gallery-shell-v2 .gallery-arrow { width: 38px; height: 38px; font-size: 1.65rem; }
  .gallery-shell-v2 .gallery-arrow-left { left: 6px; }
  .gallery-shell-v2 .gallery-arrow-right { right: 6px; }
  .gallery-shell-v2 .gallery-thumbs { display: flex; overflow-x: auto; padding: 4px 2px 10px; scroll-snap-type: x mandatory; }
  .gallery-shell-v2 .gallery-thumb { flex: 0 0 28%; scroll-snap-align: start; }
}
.policy-meta a {
  padding: 8px 11px;
  border-radius: 9px;
  background: #eef3f8;
  color: var(--blue-dark);
  font-size: .84rem;
  font-weight: 700;
}
.policy-meta span a {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: none;
}
.policy-meta span a:hover {
  color: var(--blue);
  text-decoration: none;
}
[hidden] { display: none !important; }
.hero-v2 .hero-copy h1 { font-size: clamp(1.75rem, 2.7vw, 2.45rem); }
@media (max-width: 620px) {
  .language-control select { width: 104px; min-width: 104px; }
  .hero-v2 .hero-copy h1 { font-size: clamp(1.6rem, 6.5vw, 2rem); }
}
/* Content remains visible even if animation APIs are delayed or unavailable. */
.js .reveal,
.js .reveal.is-visible { opacity: 1; transform: none; }
