:root {
  --ink: #102b35;
  --ink-soft: #48606a;
  --navy: #062a35;
  --navy-2: #083e4b;
  --teal: #00b7a8;
  --teal-dark: #008e83;
  --blue: #1677ff;
  --mint: #baf8e9;
  --sand: #f4f2eb;
  --paper: #fbfcfa;
  --line: #dfe7e6;
  --white: #ffffff;
  --orange: #ffad66;
  --shadow: 0 28px 80px rgba(8, 40, 50, 0.14);
  --radius: 26px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", "Noto Sans TC", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section { padding: 128px 0; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 1000; padding: 12px 18px; color: white; background: var(--navy); border-radius: 10px; }
.skip-link:focus { top: 18px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { background: rgba(251, 252, 250, .92); border-color: var(--line); backdrop-filter: blur(18px); }
.site-header.scrolled .brand-copy strong, .site-header.scrolled .main-nav a { color: var(--ink); }
.site-header.scrolled .brand-copy small { color: #688089; }
.site-header.scrolled .language-switch { border-color: #ccd9d8; background: white; }
.site-header.scrolled .language-option { color: #698087; }
.site-header.scrolled .language-option.active { color: var(--ink); background: #eaf4f2; }
.site-header.scrolled .menu-toggle span { background: var(--ink); }
.nav-shell { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: white; font-size: 22px; font-weight: 800; background: linear-gradient(145deg, #1a7cff, #00c2b2); border-radius: 13px; box-shadow: 0 8px 24px rgba(0, 183, 168, .22); }
.brand-copy { display: flex; flex-direction: column; gap: 1px; }
.brand-copy strong { color: white; font-size: 18px; line-height: 1.05; letter-spacing: -.02em; transition: .25s ease; }
.brand-copy small { color: rgba(255,255,255,.55); font-size: 8px; font-weight: 600; letter-spacing: .18em; transition: .25s ease; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.main-nav a { position: relative; padding: 31px 0; color: rgba(255,255,255,.74); font-size: 14px; font-weight: 600; white-space: nowrap; transition: .2s ease; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; background: var(--teal); transform: scaleX(0); transition: .2s ease; }
.main-nav a:hover { color: white; }
.main-nav a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { display: flex; padding: 3px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); border-radius: 999px; transition: .25s ease; }
.language-option { min-width: 44px; padding: 7px 10px; color: rgba(255,255,255,.62); border: 0; background: transparent; border-radius: 999px; font-size: 12px; font-weight: 700; cursor: pointer; }
.language-option.active { color: white; background: rgba(255,255,255,.14); }
.nav-cta { padding: 11px 17px; color: #062f37; background: var(--mint); border-radius: 999px; font-size: 13px; font-weight: 700; white-space: nowrap; transition: .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: white; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 6px auto; background: white; transition: .2s ease; }

.hero { position: relative; min-height: 860px; padding: 164px 0 92px; color: white; background: var(--navy); isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero::after { content: ""; position: absolute; top: -300px; right: -160px; z-index: -2; width: 740px; height: 740px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 183, 168, .28), transparent 68%); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(186,248,233,.1); border-radius: 50%; }
.hero-orbit-one { top: 60px; right: -220px; width: 720px; height: 720px; }
.hero-orbit-two { top: 170px; right: -110px; width: 480px; height: 480px; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 3; padding-top: 18px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--mint); }
.eyebrow-dot { width: 7px; height: 7px; background: currentColor; border-radius: 2px; transform: rotate(45deg); }
.hero h1 { max-width: 640px; margin: 26px 0 26px; font-size: clamp(48px, 5.4vw, 76px); line-height: 1.05; letter-spacing: -.055em; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-lead { max-width: 600px; margin: 0; color: rgba(255,255,255,.69); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button-primary { color: #062f37; background: var(--mint); box-shadow: 0 12px 30px rgba(0,183,168,.18); }
.button-primary:hover { background: white; transform: translateY(-2px); box-shadow: 0 16px 38px rgba(0,183,168,.26); }
.button-ghost { color: white; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08); }
.play-icon { width: 26px; height: 26px; display: grid; place-items: center; color: var(--navy); background: white; border-radius: 50%; font-size: 8px; padding-left: 1px; }
.hero-proof { display: flex; gap: 30px; margin-top: 62px; }
.hero-proof div { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 7px; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { color: var(--mint); font-size: 26px; }
.hero-proof span { color: rgba(255,255,255,.5); font-size: 12px; }

.hero-visual { position: relative; min-height: 590px; }
.visual-glow { position: absolute; top: 60px; left: 90px; width: 480px; height: 400px; background: rgba(0,183,168,.13); filter: blur(60px); border-radius: 50%; }
.desktop-frame { position: absolute; top: 70px; left: 38px; width: 590px; height: 418px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #f5f8fb; border-radius: 18px; box-shadow: 0 42px 90px rgba(0,0,0,.34); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.frame-top { height: 38px; display: flex; align-items: center; gap: 16px; padding: 0 13px; color: #72909a; border-bottom: 1px solid #dbe5e8; background: white; font-size: 9px; font-weight: 700; }
.frame-dots { display: flex; gap: 5px; }
.frame-dots i { width: 6px; height: 6px; background: #d9e2e4; border-radius: 50%; }
.secure-label { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; color: #3d7e6f; }
.secure-label i { width: 5px; height: 5px; background: #33b493; border-radius: 50%; }
.desktop-frame img { width: 100%; }
.phone-frame { position: absolute; overflow: hidden; border: 7px solid #102e37; background: white; border-radius: 25px; box-shadow: 0 26px 60px rgba(0,0,0,.34); }
.phone-frame::before { content: ""; position: absolute; top: 7px; left: 50%; z-index: 3; width: 40px; height: 5px; background: #102e37; border-radius: 9px; transform: translateX(-50%); }
.phone-frame img { width: 100%; }
.patient-phone { right: -14px; bottom: 12px; width: 178px; height: 386px; transform: rotate(3.5deg); }
.expert-phone { bottom: 0; left: -30px; width: 156px; height: 338px; transform: rotate(-4deg); }
.floating-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; min-width: 178px; padding: 12px 14px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 13px; box-shadow: 0 18px 42px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.floating-note span:last-child { display: flex; flex-direction: column; gap: 2px; }
.floating-note strong { font-size: 11px; }
.floating-note small { color: #71858c; font-size: 8px; }
.note-icon { width: 29px; height: 29px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 9px; font-weight: 800; }
.note-one { top: 18px; right: 24px; }
.note-two { right: 86px; bottom: 36px; }
.pulse-ring { position: relative; width: 29px; height: 29px; border: 1px solid #b6eee4; border-radius: 50%; }
.pulse-ring i { position: absolute; inset: 8px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(0,183,168,.12); }
.hero-bottom-line { position: absolute; right: 0; bottom: 0; left: 0; height: 5px; background: linear-gradient(90deg, var(--teal) 0 35%, #1a78ff 35% 67%, var(--orange) 67%); }

.member-hero-visual { min-height: 610px; }
.member-pass-card { position: absolute; top: 62px; left: 42px; z-index: 3; width: 470px; min-height: 280px; padding: 30px; color: white; background: linear-gradient(135deg, #0c6f78, #0a3d4b 55%, #071f29); border: 1px solid rgba(255,255,255,.15); border-radius: 28px; box-shadow: 0 36px 90px rgba(0,0,0,.35); transform: rotate(-3deg); overflow: hidden; }
.member-pass-card::before { content: ""; position: absolute; top: -120px; right: -70px; width: 280px; height: 280px; border: 1px solid rgba(186,248,233,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(186,248,233,.025), 0 0 0 90px rgba(186,248,233,.018); }
.member-pass-card::after { content: ""; position: absolute; right: 30px; bottom: 25px; width: 52px; height: 36px; opacity: .75; background: repeating-linear-gradient(90deg, rgba(186,248,233,.7) 0 3px, transparent 3px 7px); transform: skew(-8deg); }
.member-pass-top { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; }
.member-pass-top .brand-mark { width: 38px; height: 38px; font-size: 18px; }
.member-pass-top > div { display: flex; flex-direction: column; }
.member-pass-top small { color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .14em; }
.member-pass-top strong { color: var(--mint); font-size: 13px; }
.member-pass-top > b { margin-left: auto; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .2em; }
.member-pass-name { position: relative; z-index: 2; display: flex; flex-direction: column; margin-top: 58px; }
.member-pass-name span { color: rgba(255,255,255,.55); font-size: 10px; }
.member-pass-name strong { margin-top: 7px; font-size: 25px; letter-spacing: .05em; }
.member-pass-bottom { position: relative; z-index: 2; display: flex; align-items: flex-end; gap: 22px; margin-top: 38px; }
.member-pass-bottom > span { display: flex; flex-direction: column; gap: 4px; }
.member-pass-bottom small { color: rgba(255,255,255,.42); font-size: 8px; }
.member-pass-bottom strong { font-size: 12px; }
.member-pass-bottom > i { width: 1px; height: 28px; background: rgba(255,255,255,.12); }
.experience-stack { position: absolute; top: 260px; right: 8px; z-index: 4; width: 390px; display: grid; gap: 11px; }
.experience-ticket { display: grid; grid-template-columns: 46px 1fr 24px; align-items: center; gap: 13px; padding: 15px 17px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.55); border-radius: 17px; box-shadow: 0 20px 50px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
.experience-ticket > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--teal-dark); background: #e4f7f3; border-radius: 13px; font-size: 19px; font-weight: 800; }
.experience-ticket > div { display: flex; flex-direction: column; gap: 2px; }
.experience-ticket small { color: var(--teal-dark); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.experience-ticket strong { font-size: 12px; }
.experience-ticket p { margin: 0; color: #7c8e93; font-size: 8px; }
.experience-ticket > b { color: #7b9196; font-size: 14px; }
.ticket-travel { transform: translateX(-30px); }
.ticket-show { transform: translateX(5px); }
.ticket-show > span { color: #8157c9; background: #f0eafd; }
.ticket-shop { transform: translateX(-15px); }
.ticket-shop > span { color: #b56b29; background: #fff0df; }
.member-hero-visual .note-one { top: 18px; right: 14px; }
.member-hero-visual .note-two { right: auto; bottom: 18px; left: 48px; }

.trust-strip { color: var(--ink-soft); border-bottom: 1px solid var(--line); background: white; }
.trust-strip-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.trust-strip-inner > span { font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.system-list { display: flex; align-items: center; gap: 24px; }
.system-list strong { color: #688088; font-size: 15px; letter-spacing: .05em; }
.system-list i { width: 4px; height: 4px; background: #c8d5d4; border-radius: 50%; }

.crossborder-section { position: relative; color: white; background: linear-gradient(135deg, #073744 0%, #075364 56%, #087d7b 100%); overflow: hidden; }
.crossborder-orbit { position: absolute; border: 1px solid rgba(186,248,233,.14); border-radius: 50%; pointer-events: none; }
.crossborder-orbit-one { top: -340px; right: -140px; width: 720px; height: 720px; }
.crossborder-orbit-two { bottom: -430px; left: -190px; width: 760px; height: 760px; }
.crossborder-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: center; }
.crossborder-copy h2 { max-width: 610px; margin: 24px 0 22px; font-size: clamp(40px, 4.2vw, 62px); line-height: 1.08; letter-spacing: -.046em; }
.crossborder-copy h2 span { color: var(--mint); }
.crossborder-copy > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.9; }
.crossborder-audiences { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 34px; }
.crossborder-audiences span { padding: 9px 13px; color: #d7fff5; border: 1px solid rgba(186,248,233,.2); background: rgba(186,248,233,.08); border-radius: 999px; font-size: 11px; font-weight: 700; }
.crossborder-journey { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.journey-card { min-height: 190px; display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 25px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.08); border-radius: 20px; backdrop-filter: blur(15px); }
.journey-index { width: 40px; height: 40px; display: grid; place-items: center; color: var(--navy); background: var(--mint); border-radius: 13px; font-size: 10px; font-weight: 800; }
.journey-card small { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journey-card h3 { margin: 7px 0 9px; font-size: 18px; line-height: 1.35; }
.journey-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.75; }
.journey-promise { grid-column: 1 / -1; display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 22px 25px; color: var(--ink); background: var(--mint); border-radius: 20px; }
.journey-promise > span { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--teal-dark); border-radius: 50%; font-weight: 800; }
.journey-promise strong { font-size: 15px; }
.journey-promise p { margin: 5px 0 0; color: #376267; font-size: 10px; line-height: 1.7; }

.ecosystem-section { position: relative; background: #f6f3e9; }
.ecosystem-section::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(#d8c28c 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, black, transparent 35%); pointer-events: none; }
.ecosystem-section .container { position: relative; z-index: 1; }
.ecosystem-figure { max-width: 930px; margin: 0 auto; padding: 14px; border: 1px solid #e2d3ab; background: rgba(255,255,255,.72); border-radius: 28px; box-shadow: 0 34px 90px rgba(52,53,40,.13); }
.ecosystem-figure > a { position: relative; display: block; overflow: hidden; border-radius: 19px; }
.ecosystem-figure img { width: 100%; height: auto; background: #fffdf4; }
.ecosystem-open { position: absolute; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 10px; padding: 11px 14px; color: white; background: rgba(6,42,53,.9); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; box-shadow: 0 8px 26px rgba(6,42,53,.25); backdrop-filter: blur(10px); font-size: 11px; font-weight: 700; transition: .2s ease; }
.ecosystem-figure > a:hover .ecosystem-open { color: var(--navy); background: var(--mint); transform: translateY(-2px); }
.ecosystem-figure figcaption { display: flex; align-items: flex-start; justify-content: space-between; gap: 35px; padding: 20px 14px 8px; }
.ecosystem-figure figcaption strong { font-size: 13px; }
.ecosystem-figure figcaption small { max-width: 560px; color: var(--ink-soft); text-align: right; font-size: 9px; line-height: 1.7; }

.section-heading { margin-bottom: 68px; }
.section-heading.center { max-width: 820px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading.split { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 90px; }
.section-heading h2 { margin: 22px 0 0; color: var(--ink); font-size: clamp(38px, 4.1vw, 58px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading h2 span { color: var(--teal-dark); }
.section-heading p { max-width: 700px; margin: 25px auto 0; color: var(--ink-soft); font-size: 17px; line-height: 1.8; }
.section-heading.split p { margin: 0 0 4px; }

.platform-section { position: relative; background: var(--paper); }
.platform-map { position: relative; min-height: 590px; margin-top: 20px; }
.platform-map::before, .platform-map::after { content: ""; position: absolute; top: 50%; left: 50%; border: 1px dashed #bfcecc; border-radius: 50%; transform: translate(-50%, -50%); }
.platform-map::before { width: 650px; height: 440px; }
.platform-map::after { width: 880px; height: 560px; opacity: .55; }
.map-center { position: absolute; top: 50%; left: 50%; z-index: 2; width: 390px; min-height: 210px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 38px; color: white; text-align: center; background: var(--navy); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 25px 60px rgba(6,42,53,.2); overflow: hidden; }
.map-center > * { position: relative; z-index: 2; }
.map-kicker { margin-bottom: 15px; color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.map-center strong { font-size: 24px; }
.map-center small { margin-top: 10px; color: rgba(255,255,255,.55); }
.core-rings i { position: absolute; border: 1px solid rgba(186,248,233,.12); border-radius: 50%; }
.core-rings i:nth-child(1) { inset: -45px; }
.core-rings i:nth-child(2) { inset: -100px; }
.core-rings i:nth-child(3) { inset: -160px; }
.map-item { position: absolute; z-index: 3; width: 240px; display: flex; align-items: center; gap: 15px; padding: 16px; border: 1px solid var(--line); background: white; border-radius: 16px; box-shadow: 0 12px 32px rgba(8,40,50,.07); }
.map-item b { width: 38px; height: 38px; display: grid; place-items: center; color: var(--teal-dark); background: #e8f8f4; border-radius: 11px; font-size: 11px; }
.map-item span { display: flex; flex-direction: column; gap: 3px; }
.map-item strong { font-size: 14px; }
.map-item small { color: #7a8d93; font-size: 10px; }
.item-1 { top: 25px; left: 40px; }
.item-2 { top: 25px; right: 40px; }
.item-3 { top: 250px; left: 0; }
.item-4 { top: 250px; right: 0; }
.item-5 { bottom: 25px; left: 110px; }
.item-6 { right: 110px; bottom: 25px; }

.workflow-section { color: white; background: var(--navy); }
.workflow-section .section-heading h2 { color: white; }
.workflow-section .section-heading h2 span { color: var(--mint); }
.workflow-section .section-heading p { color: rgba(255,255,255,.6); }
.workflow-board { position: relative; padding: 42px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); border-radius: var(--radius); }
.workflow-progress { position: absolute; top: 84px; right: 78px; left: 78px; height: 2px; background: rgba(255,255,255,.1); }
.workflow-progress span { display: block; width: 0; height: 100%; background: var(--mint); transition: .35s ease; }
.workflow-steps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.workflow-step { padding: 0; color: inherit; text-align: left; border: 0; background: transparent; cursor: pointer; }
.step-index { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 20px; color: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.15); background: var(--navy); border-radius: 50%; font-size: 13px; font-weight: 700; transition: .25s ease; }
.workflow-step.active .step-index, .workflow-step:hover .step-index { color: var(--navy); border-color: var(--mint); background: var(--mint); box-shadow: 0 0 0 7px rgba(186,248,233,.08); }
.workflow-step strong { display: block; color: white; font-size: 14px; }
.workflow-step small { display: block; margin-top: 7px; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.45; }
.workflow-detail { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 30px; min-height: 100px; margin-top: 38px; padding: 26px 28px; border-top: 1px solid rgba(255,255,255,.09); background: rgba(0,0,0,.08); border-radius: 0 0 15px 15px; }
.workflow-detail-label { color: var(--mint); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.workflow-detail p { margin: 0; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.65; }
.workflow-detail-tags { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 7px; }
.workflow-detail-tags span { padding: 7px 9px; color: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.12); border-radius: 7px; font-size: 9px; }

.products-section { background: #f3f6f4; }
.product-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.product-tab { padding: 11px 16px; color: #6c8187; border: 1px solid #d8e1df; background: white; border-radius: 999px; font-size: 12px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.product-tab:hover { color: var(--teal-dark); border-color: #a8d7cf; }
.product-tab.active { color: white; border-color: var(--navy); background: var(--navy); box-shadow: 0 10px 24px rgba(6,42,53,.18); }
.product-stage { min-height: 650px; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid var(--line); background: white; border-radius: 30px; box-shadow: var(--shadow); }
.product-info { display: flex; flex-direction: column; padding: 58px 48px; }
.product-code { color: var(--teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.product-info h3 { margin: 17px 0 14px; font-size: 36px; letter-spacing: -.035em; }
.product-info > p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.product-feature-list { display: grid; gap: 12px; margin-top: 34px; }
.product-feature { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid #edf1f0; }
.product-feature span { width: 24px; height: 24px; display: grid; place-items: center; color: var(--teal-dark); background: #e8f7f4; border-radius: 7px; font-size: 10px; font-weight: 800; }
.product-feature strong { font-size: 13px; font-weight: 600; }
.product-roles { margin-top: auto; padding-top: 30px; }
.product-roles small { display: block; margin-bottom: 11px; color: #8a9b9f; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.role-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.role-chips span { padding: 8px 10px; color: #47616a; background: #eef4f3; border-radius: 8px; font-size: 10px; }
.product-preview { position: relative; min-height: 650px; display: grid; place-items: center; padding: 46px; background: var(--navy); overflow: hidden; }
.product-preview::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(186,248,233,.12); border-radius: 50%; }
.product-preview::after { content: ""; position: absolute; width: 350px; height: 350px; border: 1px solid rgba(186,248,233,.1); border-radius: 50%; }
.preview-frame { position: relative; z-index: 2; width: 92%; max-height: 540px; overflow: hidden; border: 7px solid #112f38; background: white; border-radius: 18px; box-shadow: 0 30px 70px rgba(0,0,0,.36); }
.preview-frame.mobile { width: 270px; border-width: 8px; border-radius: 28px; }
.preview-frame.mobile::before { content: ""; position: absolute; top: 8px; left: 50%; z-index: 2; width: 58px; height: 5px; background: #102e37; border-radius: 6px; transform: translateX(-50%); }
.preview-frame img { width: 100%; }
.preview-label { position: absolute; right: 28px; bottom: 25px; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 9px 12px; color: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.2); border-radius: 9px; font-size: 9px; backdrop-filter: blur(8px); }
.preview-label i { width: 6px; height: 6px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 4px rgba(0,183,168,.14); }

.benefit-preview { isolation: isolate; }
.benefit-preview.travel { background: linear-gradient(145deg, #0a4c58, #052e38); }
.benefit-preview.shows { background: linear-gradient(145deg, #472d6f, #17172e); }
.benefit-preview.shop { background: linear-gradient(145deg, #8b532d, #3e2a22); }
.benefit-preview.health { background: linear-gradient(145deg, #23676e, #16353c); }
.benefit-preview.events { background: linear-gradient(145deg, #126a69, #17383d); }
.benefit-preview.clubs { background: linear-gradient(145deg, #31516a, #192c3e); }
.benefit-orbit { position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.015); }
.benefit-card { position: relative; z-index: 3; width: min(470px, 86%); min-height: 320px; padding: 30px; color: white; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.09); border-radius: 28px; box-shadow: 0 30px 70px rgba(0,0,0,.28); backdrop-filter: blur(20px); transform: rotate(-2deg); overflow: hidden; }
.benefit-card::after { content: ""; position: absolute; right: -70px; bottom: -100px; width: 250px; height: 250px; background: rgba(255,255,255,.07); border-radius: 50%; }
.benefit-card-top { position: relative; z-index: 2; display: flex; align-items: center; gap: 11px; }
.benefit-symbol { width: 46px; height: 46px; display: grid; place-items: center; color: var(--navy); background: var(--mint); border-radius: 14px; font-size: 22px; font-weight: 800; }
.benefit-card-top small { color: rgba(255,255,255,.68); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.benefit-card-top b { margin-left: auto; color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .15em; }
.benefit-card-copy { position: relative; z-index: 2; display: flex; flex-direction: column; margin-top: 43px; }
.benefit-card-copy > span { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.benefit-card-copy strong { max-width: 360px; margin-top: 9px; font-size: 27px; line-height: 1.2; }
.benefit-card-copy p { max-width: 390px; margin: 12px 0 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.65; }
.benefit-card-bottom { position: relative; z-index: 2; display: flex; gap: 10px; margin-top: 28px; }
.benefit-card-bottom span { display: flex; align-items: center; gap: 6px; padding: 8px 10px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; font-size: 9px; }
.benefit-card-bottom i { color: var(--mint); font-style: normal; }
.benefit-mini-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; width: 230px; padding: 13px 15px; color: var(--ink); background: rgba(255,255,255,.95); border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.benefit-mini-card > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--teal-dark); background: #e6f7f3; border-radius: 10px; font-weight: 800; }
.benefit-mini-card > div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.benefit-mini-card small { color: #83959a; font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.benefit-mini-card strong { overflow: hidden; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.benefit-mini-card.mini-one { top: 80px; right: 8px; }
.benefit-mini-card.mini-two { bottom: 78px; left: 20px; }

.ai-section { color: white; background: linear-gradient(135deg, #063843, #072732 60%); }
.ai-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.ai-copy h2 { margin: 24px 0 24px; color: white; font-size: clamp(40px, 4.2vw, 58px); line-height: 1.1; letter-spacing: -.045em; }
.ai-copy h2 span { color: var(--mint); }
.ai-copy > p { margin: 0; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.8; }
.ai-points { display: grid; gap: 24px; margin-top: 40px; }
.ai-points article { display: grid; grid-template-columns: 40px 1fr; gap: 16px; }
.ai-points article > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--mint); border: 1px solid rgba(186,248,233,.2); border-radius: 10px; font-size: 10px; font-weight: 800; }
.ai-points strong { display: block; margin-bottom: 6px; font-size: 14px; }
.ai-points p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.65; }
.ai-console { padding: 24px; color: var(--ink); border: 1px solid rgba(255,255,255,.12); background: #f8fbfa; border-radius: 24px; box-shadow: 0 36px 90px rgba(0,0,0,.25); }
.console-head { display: flex; align-items: center; justify-content: space-between; padding: 2px 3px 20px; }
.console-head > div { display: flex; align-items: center; gap: 9px; }
.console-status { width: 8px; height: 8px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(0,183,168,.12); }
.console-head strong { font-size: 14px; }
.console-head small { color: #91a1a5; font-size: 8px; letter-spacing: .12em; }
.console-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 11px; }
.console-control { padding: 12px; border: 1px solid #dfe8e7; background: white; border-radius: 11px; }
.console-control label { display: block; margin-bottom: 8px; color: #839599; font-size: 9px; font-weight: 700; }
.select-like { display: flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 600; }
.select-like b { color: #839599; }
.prompt-window { margin-top: 13px; padding: 16px; color: #cde6e2; background: #0b303a; border-radius: 13px; box-shadow: inset 0 1px rgba(255,255,255,.05); }
.prompt-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; color: white; font-size: 10px; font-weight: 700; }
.prompt-top small { color: #66858c; font-size: 7px; letter-spacing: .1em; }
.code-line { display: grid; grid-template-columns: 24px 1fr; gap: 10px; padding: 6px 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.code-line b { color: #4f7178; font-weight: 400; }
.code-line em { color: #69d8c9; font-style: normal; }
.console-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-top: 13px; padding: 14px; border: 1px solid #dfe8e7; background: white; border-radius: 12px; }
.console-footer > div:first-child { display: flex; flex-direction: column; }
.console-footer span { color: #839599; font-size: 8px; }
.console-footer strong { font-size: 12px; }
.safety-bars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.safety-bars i { height: 5px; background: var(--teal); border-radius: 5px; }
.console-footer button { padding: 8px 11px; color: white; border: 0; background: var(--teal-dark); border-radius: 8px; font-size: 9px; font-weight: 700; cursor: pointer; }

.agent-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.agent-summary > div { display: flex; flex-direction: column; gap: 5px; padding: 16px; border: 1px solid #dfe8e7; background: white; border-radius: 12px; }
.agent-summary small { color: #839599; font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.agent-summary strong { font-size: 22px; }
.agent-summary span { color: #2b9a7e; font-size: 8px; }
.agent-members-list { margin-top: 13px; padding: 7px 16px; background: white; border: 1px solid #dfe8e7; border-radius: 13px; }
.agent-list-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 8px; }
.agent-list-head span { color: var(--ink); font-size: 10px; font-weight: 700; }
.agent-list-head small { color: var(--teal-dark); font-size: 8px; font-weight: 700; }
.agent-members-list article { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 10px; padding: 11px 0; border-top: 1px solid #edf1f0; }
.agent-members-list article > b { width: 30px; height: 30px; display: grid; place-items: center; color: #0a6f64; background: #e5f5f2; border-radius: 9px; font-size: 10px; }
.agent-members-list article > span { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.agent-members-list article strong { overflow: hidden; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.agent-members-list article small { color: #87989c; font-size: 8px; }
.agent-members-list article em { padding: 6px 8px; color: var(--teal-dark); background: #e8f7f4; border-radius: 7px; font-size: 7px; font-style: normal; font-weight: 700; }

.trust-section { background: var(--sand); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-card { position: relative; min-height: 310px; padding: 30px; border: 1px solid #dde2dc; background: rgba(255,255,255,.72); border-radius: 20px; overflow: hidden; transition: .25s ease; }
.trust-card:hover { transform: translateY(-5px); background: white; box-shadow: 0 18px 45px rgba(28,54,55,.09); }
.trust-card.featured { color: white; border-color: var(--navy); background: var(--navy); }
.card-number { position: absolute; top: 22px; right: 24px; color: #9daca8; font-size: 10px; font-weight: 800; }
.featured .card-number { color: rgba(255,255,255,.34); }
.trust-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 44px; color: var(--teal-dark); border: 1px solid #cce0dc; background: #e9f4f1; border-radius: 14px; font-size: 19px; }
.featured .trust-icon { color: var(--mint); border-color: rgba(186,248,233,.18); background: rgba(186,248,233,.08); }
.trust-card h3 { margin: 0 0 14px; font-size: 18px; line-height: 1.4; }
.trust-card p { margin: 0; color: #61747a; font-size: 12px; line-height: 1.75; }
.featured p { color: rgba(255,255,255,.55); }
.mini-access { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); border-radius: 10px; }
.mini-access span { color: rgba(255,255,255,.5); font-size: 9px; }
.mini-access b { color: var(--mint); font-size: 9px; }

.contact-section { padding: 120px 0; color: white; background: var(--navy); }
.contact-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.contact-copy h2 { margin: 24px 0; font-size: clamp(40px, 4vw, 56px); line-height: 1.1; letter-spacing: -.045em; }
.contact-copy > p { color: rgba(255,255,255,.57); line-height: 1.8; }
.contact-copy ul { display: grid; gap: 14px; margin: 34px 0 0; padding: 0; list-style: none; }
.contact-copy li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.75); font-size: 13px; }
.contact-copy li span:first-child { width: 23px; height: 23px; display: grid; place-items: center; color: var(--navy); background: var(--mint); border-radius: 7px; font-size: 10px; font-weight: 800; }
.contact-direct { margin-top: 30px; padding: 22px; border: 1px solid rgba(186,248,233,.18); background: rgba(186,248,233,.07); border-radius: 18px; }
.contact-direct > small { display: block; margin-bottom: 8px; color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-direct > strong { display: block; font-size: 18px; }
.contact-direct > p { margin: 8px 0 18px; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.65; }
.contact-direct > a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 15px; color: var(--navy); background: var(--mint); border-radius: 12px; transition: .2s ease; }
.contact-direct > a:hover { background: white; transform: translateY(-2px); }
.contact-direct > a span { font-size: 10px; font-weight: 700; }
.contact-direct > a b { font-size: 18px; letter-spacing: .02em; }
.contact-form { display: grid; gap: 18px; padding: 34px; color: var(--ink); background: white; border-radius: 24px; box-shadow: 0 32px 80px rgba(0,0,0,.24); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 8px; color: #40595f; font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #dce5e4; outline: none; background: #fbfcfc; border-radius: 10px; font-size: 12px; transition: .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,183,168,.1); }
.contact-form textarea { min-height: 100px; resize: vertical; }
.form-submit { width: 100%; color: var(--navy); border: 0; }
.form-note { margin: -6px 0 0; color: #8a999d; text-align: center; font-size: 9px; }
.form-success { display: none; padding: 12px 14px; color: #0c705f; background: #e8f8f4; border-radius: 10px; font-size: 11px; }
.form-success.show { display: block; }

.site-footer { padding: 58px 0 26px; color: white; background: #041f27; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-bottom: 48px; }
.footer-brand p { max-width: 330px; margin: 18px 0 0; color: rgba(255,255,255,.45); font-size: 12px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-links div { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { margin-bottom: 4px; color: white; font-size: 11px; }
.footer-links a { color: rgba(255,255,255,.45); font-size: 11px; transition: .2s ease; }
.footer-links a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: rgba(255,255,255,.34); border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }

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

@media (max-width: 1100px) {
  .main-nav { gap: 19px; }
  .main-nav a { font-size: 12px; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: .95fr 1.05fr; gap: 30px; }
  .desktop-frame { left: 10px; width: 520px; height: 370px; }
  .patient-phone { right: -4px; }
  .expert-phone { left: -20px; }
  .platform-map::after { width: 760px; }
  .map-item { width: 210px; }
  .ai-grid, .contact-shell { gap: 50px; }
  .product-stage { grid-template-columns: .9fr 1.1fr; }
  .trust-card { padding: 24px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 92px 0; }
  .menu-toggle { display: block; }
  .nav-shell { height: 72px; }
  .main-nav { position: fixed; top: 72px; right: 0; bottom: 0; left: 0; display: flex; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; padding: 32px 24px; background: var(--navy); transform: translateX(100%); transition: .28s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 18px 4px; color: white; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 17px; }
  .main-nav a::after { display: none; }
  .site-header.scrolled .main-nav a { color: white; }
  .site-header.scrolled .main-nav { top: 72px; }
  .hero { min-height: auto; padding-top: 128px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 560px; margin-top: 30px; }
  .member-hero-visual { min-height: 620px; }
  .member-pass-card { left: 8%; width: 68%; }
  .experience-stack { right: 5%; }
  .desktop-frame { left: 8%; width: 76%; height: auto; }
  .patient-phone { right: 4%; }
  .expert-phone { left: 2%; }
  .section-heading.split { grid-template-columns: 1fr; gap: 25px; }
  .section-heading.split p { max-width: 690px; margin: 0; }
  .crossborder-layout { grid-template-columns: 1fr; gap: 48px; }
  .crossborder-copy { max-width: 760px; }
  .platform-map { min-height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .platform-map::before, .platform-map::after { display: none; }
  .map-center { position: relative; top: auto; left: auto; grid-column: 1 / -1; width: 100%; min-height: 190px; border-radius: 24px; transform: none; }
  .map-item { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: auto; }
  .workflow-steps { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .workflow-progress { display: none; }
  .workflow-detail { grid-template-columns: 1fr; }
  .workflow-detail-tags { justify-content: flex-start; }
  .product-stage { grid-template-columns: 1fr; }
  .product-info { min-height: 480px; }
  .product-preview { min-height: 560px; }
  .ai-grid { grid-template-columns: 1fr; }
  .ai-copy { max-width: 720px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-copy { max-width: 700px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 16px; }
  .language-option { min-width: 40px; padding: 6px 8px; }
  .hero { padding: 112px 0 62px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-proof { gap: 10px; margin-top: 42px; }
  .hero-proof div { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; padding-right: 14px; }
  .hero-proof strong { font-size: 22px; }
  .hero-visual { min-height: 430px; }
  .member-hero-visual { min-height: 590px; margin-top: 10px; }
  .member-pass-card { top: 32px; left: 0; width: 100%; min-height: 235px; padding: 22px; border-radius: 22px; transform: rotate(-1.5deg); }
  .member-pass-name { margin-top: 34px; }
  .member-pass-name strong { font-size: 21px; }
  .member-pass-bottom { margin-top: 28px; }
  .experience-stack { top: 248px; right: 0; width: 95%; gap: 8px; }
  .experience-ticket { grid-template-columns: 40px 1fr 20px; padding: 12px; border-radius: 14px; }
  .experience-ticket > span { width: 36px; height: 36px; border-radius: 11px; font-size: 16px; }
  .ticket-travel { transform: translateX(-8px); }
  .ticket-show { transform: translateX(5px); }
  .ticket-shop { transform: translateX(-2px); }
  .member-hero-visual .note-one { top: 5px; right: 0; transform: scale(.85); transform-origin: top right; }
  .member-hero-visual .note-two { bottom: 0; left: 0; transform: scale(.88); transform-origin: bottom left; }
  .desktop-frame { top: 40px; left: 0; width: 100%; }
  .patient-phone { right: -5px; bottom: 0; width: 132px; height: 286px; }
  .expert-phone { bottom: 0; left: -4px; width: 115px; height: 250px; }
  .note-one { top: 0; right: 0; }
  .note-two { right: 65px; bottom: 13px; min-width: 150px; }
  .trust-strip-inner { align-items: flex-start; flex-direction: column; padding: 22px 0; }
  .system-list { width: 100%; flex-wrap: wrap; gap: 13px; }
  .section-heading { margin-bottom: 45px; }
  .section-heading h2 { font-size: 36px; }
  .section-heading p { font-size: 15px; }
  .crossborder-copy h2 { font-size: 38px; }
  .crossborder-copy > p { font-size: 14px; }
  .crossborder-journey { grid-template-columns: 1fr; }
  .journey-card { min-height: auto; padding: 20px; }
  .journey-promise { grid-column: auto; grid-template-columns: 40px 1fr; padding: 20px; }
  .journey-promise > span { width: 38px; height: 38px; }
  .ecosystem-figure { padding: 8px; border-radius: 19px; }
  .ecosystem-figure > a { border-radius: 13px; }
  .ecosystem-open { right: 10px; bottom: 10px; }
  .ecosystem-figure figcaption { align-items: flex-start; flex-direction: column; gap: 7px; padding: 15px 8px 7px; }
  .ecosystem-figure figcaption small { text-align: left; }
  .platform-map { grid-template-columns: 1fr; }
  .map-center { grid-column: auto; }
  .workflow-board { padding: 25px 20px; }
  .workflow-steps { grid-template-columns: 1fr 1fr; }
  .workflow-step { padding: 8px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; }
  .step-index { width: 40px; height: 40px; margin-bottom: 13px; }
  .product-tabs { justify-content: flex-start; flex-wrap: nowrap; padding-bottom: 8px; overflow-x: auto; scrollbar-width: none; }
  .product-tab { flex: 0 0 auto; }
  .product-stage { min-height: auto; border-radius: 22px; }
  .product-info { min-height: 510px; padding: 38px 28px; }
  .product-info h3 { font-size: 30px; }
  .product-preview { min-height: 410px; padding: 25px; }
  .benefit-card { width: 100%; min-height: 300px; padding: 22px; border-radius: 22px; }
  .benefit-card-copy { margin-top: 34px; }
  .benefit-card-copy strong { font-size: 22px; }
  .benefit-card-copy p { max-height: 55px; overflow: hidden; }
  .benefit-mini-card { width: 185px; padding: 10px; }
  .benefit-mini-card.mini-one { top: 22px; right: 4px; }
  .benefit-mini-card.mini-two { bottom: 28px; left: 4px; }
  .preview-frame { width: 100%; }
  .preview-frame.mobile { width: 210px; }
  .console-grid { grid-template-columns: 1fr; }
  .ai-console { padding: 16px; }
  .console-footer { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card { min-height: 270px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .contact-direct > a { align-items: flex-start; flex-direction: column; gap: 3px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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