:root {
  color-scheme: dark;
  --ink: #f7f3eb;
  --paper: #f4f1eb;
  --navy: #061525;
  --blue: #2d6cff;
  --orange: #ff6932;
  --green: #35c98c;
  --muted: rgba(235, 242, 247, 0.72);
  --line: rgba(255, 255, 255, 0.18);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #090d12; }
body { margin: 0; min-height: 100%; color: var(--ink); background: #090d12; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
button,
a[href] {
  -webkit-tap-highlight-color: rgba(143, 185, 251, .24);
  touch-action: manipulation;
}

.ambient {
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100vw, 430px);
  transform: translateX(-50%);
  overflow: hidden;
  background: #061525;
  pointer-events: none;
}

.ambient-track {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  width: 320vw;
  max-width: 2580px;
  animation: oceanLoop 52s linear infinite;
  will-change: transform;
}

.ambient-track img {
  flex: 0 0 160vw;
  width: 160vw;
  max-width: 1290px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08);
}

.ambient-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 12, 23, 0.32), rgba(2, 12, 23, 0.62) 46%, rgba(2, 11, 20, 0.86)),
    linear-gradient(90deg, rgba(2, 12, 23, 0.56), transparent 80%);
}

@keyframes oceanLoop { to { transform: translateX(-50%); } }

.experience {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  min-height: 100svh;
  margin: 0 auto;
  overflow: clip;
  background: transparent;
}

.nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: max(15px, env(safe-area-inset-top)) 16px 12px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.brand { min-height: 48px; display: flex; align-items: center; gap: 9px; font-weight: 850; font-size: 15px; }
.brand-mark { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); font-size: 13px; }
.nav-link { min-height: 48px; display: flex; align-items: center; padding: 0 5px; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 780; letter-spacing: .05em; }
.nav-actions { display: flex; align-items: center; gap: 6px; }
.document-languages {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(4,17,30,.4);
}
.document-language {
  min-width: 48px;
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}
.document-language.active {
  background: #fff;
  color: #061525;
}
.document-language:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.hero, .localez-intro, .statement, .network, .workspace-flow, .operations, .risk, .revenue, .closing { position: relative; }

.localez-intro,
.statement,
.conversation-demo,
.network,
.workspace-flow,
.operations,
.risk,
.revenue,
.closing {
  color: var(--ink);
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.localez-intro,
.statement,
.network,
.workspace-flow,
.operations,
.risk,
.revenue,
.closing {
  border-top: 1px solid rgba(255,255,255,.16);
}

.localez-intro h2,
.statement h2,
.network h2,
.workspace-flow h2,
.operations h2,
.risk h2,
.revenue h2,
.closing h2,
.localez-intro > p,
.statement > p,
.network > p,
.workspace-flow > p,
.operations > p,
.risk > p,
.revenue > p,
.closing > p {
  text-shadow: 0 2px 24px rgba(0,0,0,.72);
}

.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 120px 24px max(52px, calc(env(safe-area-inset-bottom) + 34px));
}

.eyebrow, .section-no { margin: 0 0 18px; color: #8db7ff; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.hero h1, section h2 { margin: 0; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 { font-size: clamp(43px, 12.7vw, 58px); line-height: 1.04; text-shadow: 0 3px 32px rgba(0,0,0,.6); }
.hero h1 em { color: #8eb7ff; font-style: normal; }
.hero-copy { margin: 24px 0 36px; max-width: 360px; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.75; }
.scroll-cue { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; width: fit-content; padding: 0 4px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; }
.scroll-cue span { width: 30px; height: 1px; background: var(--orange); }

.localez-intro {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 78px 22px;
}
.localez-intro .section-no { color: var(--orange); }
.localez-intro .intro-lead { margin: 27px 0 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.82; }
.human-api-card { margin-top: 34px; padding: 24px 20px 20px; border: 1px solid rgba(255,255,255,.34); background: rgba(3,15,27,.7); }
.human-api-label { margin: 0; color: #8fb9fb; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.human-api-card h3 { margin: 11px 0 13px; font-size: 24px; line-height: 1.28; letter-spacing: -.035em; }
.human-api-card > p:not(.human-api-label) { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.72; }
.human-api-steps { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 24px; border-top: 1px solid rgba(255,255,255,.26); }
.human-api-steps div { min-width: 0; padding: 16px 7px 0; }
.human-api-steps div + div { border-left: 1px solid rgba(255,255,255,.18); padding-left: 12px; }
.human-api-steps span, .human-api-steps strong, .human-api-steps small { display: block; }
.human-api-steps span { color: var(--orange); font-size: 8px; font-weight: 900; }
.human-api-steps strong { margin-top: 6px; font-size: 11px; }
.human-api-steps small { margin-top: 4px; color: rgba(255,255,255,.54); font-size: 8px; line-height: 1.45; }
.skill-cloud { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.skill-cloud span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); color: rgba(255,255,255,.78); font-size: 9px; font-weight: 740; }

.statement {
  min-height: 86svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 74px 24px;
}
.statement .section-no, .operations .section-no, .closing .section-no { color: var(--orange); }
section h2 { font-size: clamp(38px, 11vw, 50px); line-height: 1.08; }
.statement > p:not(.section-no), .network > p:not(.section-no), .workspace-flow > p:not(.section-no), .operations > p:not(.section-no), .risk > p:not(.section-no), .revenue > p:not(.section-no) { margin: 28px 0 0; font-size: 15px; line-height: 1.82; }
.proof-line { margin-top: 42px; padding-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.55); }
.proof-line span { font-size: 12px; font-weight: 820; }
.proof-line span + span { border-left: 1px solid rgba(255,255,255,.28); padding-left: 12px; }

.conversation-demo {
  min-height: 100svh;
  padding: 58px 16px 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(3,15,29,.8), rgba(3,16,30,.56));
}
.queue-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.queue-head > div { min-width: 0; }
.queue-head small { display: block; color: #8fb9fb; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.queue-head strong { display: block; margin-top: 10px; font-size: 25px; line-height: 1.18; letter-spacing: -.035em; }
.queue-head p { margin: 8px 0 0; color: rgba(255,255,255,.56); font-size: 10px; letter-spacing: .035em; }
.queue-live { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid rgba(53,201,140,.55); color: #c8ffe7; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.queue-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px var(--green); animation: livePulse 1.7s ease-in-out infinite; }
.queue-summary { display: grid; grid-template-columns: repeat(3,1fr); margin: 30px 0 18px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.045); }
.queue-summary span { min-width: 0; padding: 13px 8px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 760; text-align: center; }
.queue-summary span + span { border-left: 1px solid rgba(255,255,255,.18); }
.queue-summary b { display: block; margin-bottom: 3px; color: #fff; font-size: 20px; line-height: 1; }
.queue-labels { display: grid; grid-template-columns: 1fr 1.35fr 86px; gap: 10px; padding: 0 10px 8px 62px; color: rgba(255,255,255,.36); font-size: 7px; font-weight: 900; letter-spacing: .09em; }
.queue-list { display: grid; gap: 9px; }
.queue-row {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(96px,.8fr) minmax(0,1.35fr) 86px;
  align-items: center;
  gap: 10px;
  min-height: 86px;
  padding: 11px 10px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(5,22,39,.79);
  transition: border-color .2s ease, background .2s ease;
}
.queue-row.is-waiting { border-left: 3px solid var(--orange); }
.queue-row.is-claimed { border-left: 3px solid #3c8bd8; background: rgba(8,30,51,.7); }
.queue-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 13px; font-weight: 900; }
.queue-avatar.whatsapp { background: #159b65; }
.queue-avatar.line { background: #06a95b; }
.queue-avatar.wechat { background: #24a66e; }
.queue-avatar.instagram { background: #a445a0; }
.queue-avatar.telegram { background: #2e82c4; }
.queue-avatar.xchat { background: #5369d6; }
.queue-customer { min-width: 0; }
.queue-name { min-width: 0; }
.queue-name strong, .queue-name span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.queue-name strong { font-size: 11px; line-height: 1.3; }
.queue-name span { margin-top: 4px; color: #8fb9fb; font-size: 8px; font-weight: 820; letter-spacing: .04em; }
.queue-state { display: flex; align-items: center; gap: 4px; margin-top: 8px; color: #ffb08e; }
.queue-state i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); animation: waitPulse 1s ease-in-out infinite; }
.queue-state b { font-size: 10px; font-variant-numeric: tabular-nums; }
.queue-state small { color: rgba(255,255,255,.42); font-size: 7px; }
.queue-state.claimed { color: #89d8ba; }
.queue-state.claimed b { font-size: 8px; }
.queue-message { min-width: 0; margin: 0; overflow: hidden; color: rgba(255,255,255,.82); font-size: 11px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.claim-button, .claimed-badge { min-width: 0; border-radius: 999px; padding: 9px 7px; font-size: 8px; font-weight: 900; text-align: center; white-space: nowrap; }
.claim-button { min-height: 48px; }
.claim-button { border: 1px solid #ff9a73; background: var(--orange); color: #fff; cursor: pointer; animation: claimUrgency 1.15s ease-in-out infinite; }
.claim-button:hover { background: #ff8052; }
.claim-button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.claimed-badge { display: inline-block; border: 1px solid rgba(53,201,140,.36); background: rgba(53,201,140,.11); color: #a4e9ce; }
.queue-row.just-claimed { border-left-color: var(--green); background: rgba(10,45,49,.74); }
.queue-footer { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.5); font-size: 8px; line-height: 1.5; }
.queue-footer span:last-child { text-align: right; }

@keyframes livePulse { 50% { opacity: .34; } }
@keyframes waitPulse { 50% { opacity: .25; transform: scale(.72); } }
@keyframes claimUrgency {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,105,50,.48); transform: scale(1); }
  50% { box-shadow: 0 0 0 7px rgba(255,105,50,0); transform: scale(1.035); }
}

.network { padding: 78px 22px; }
.network-tabs { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 34px; border-bottom: 1px solid var(--line); }
.network-tab { min-height: 52px; border: 0; border-bottom: 3px solid transparent; padding: 0 8px; background: transparent; color: rgba(255,255,255,.54); font-size: 12px; font-weight: 780; cursor: pointer; }
.network-tab.active { color: #fff; border-color: var(--orange); }
.role-story { min-height: 250px; display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 32px 4px 8px; }
.role-index { color: #8cb6fb; font-size: 52px; font-weight: 250; line-height: 1; }
.role-story h3 { margin: 3px 0 15px; font-size: 23px; line-height: 1.25; letter-spacing: -.03em; }
.role-story p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.76; }

.reach-card { margin-top: 24px; padding: 22px 18px; border: 1px solid rgba(255,255,255,.3); background: rgba(4,18,31,.62); }
.reach-card p { margin: 0; }
.reach-card .reach-kicker { color: #8fb9fb; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.reach-card > strong { display: block; margin-top: 9px; font-size: 19px; }
.reach-card > strong b { color: var(--orange); font-size: 32px; }
.reach-card > p:not(.reach-kicker) { margin-top: 8px; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.6; }
.reach-feature { display: flex; align-items: center; gap: 9px; margin-top: 14px; padding: 10px 12px; border: 1px solid rgba(143,185,251,.42); background: rgba(42,100,184,.2); }
.reach-feature span { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; border-radius: 50%; background: #8fb9fb; color: #04121f; font-size: 15px; font-weight: 900; }
.reach-feature strong { color: #fff; font-size: 11px; line-height: 1.4; letter-spacing: .01em; }
.im-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 18px; }
.im-grid span { padding: 9px 10px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.86); font-size: 10px; font-weight: 760; }
.reach-stat { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; border-top: 1px solid rgba(255,255,255,.28); }
.reach-stat div { padding: 16px 6px 0; display: grid; gap: 5px; }
.reach-stat div + div { border-left: 1px solid rgba(255,255,255,.2); padding-left: 16px; }
.reach-stat strong { color: #fff; font-size: 29px; letter-spacing: -.05em; }
.reach-stat span { color: rgba(255,255,255,.6); font-size: 9px; line-height: 1.4; }

.workspace-flow { padding: 78px 22px; }
.workspace-flow .section-no { color: #8fb9fb; }
.section-lead { color: rgba(255,255,255,.72); }
.flow-map { display: grid; margin-top: 38px; }
.flow-map > i { height: 28px; display: grid; place-items: center; color: rgba(255,255,255,.5); font-style: normal; font-size: 18px; }
.flow-node { position: relative; padding: 19px 18px 18px 58px; border: 1px solid rgba(255,255,255,.28); background: rgba(4,18,31,.67); }
.flow-node > span { position: absolute; left: 18px; top: 20px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 900; }
.flow-node h3 { margin: 0 0 6px; font-size: 17px; }
.flow-node p { margin: 0; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.58; }
.traveler-flow-node { border-left: 4px solid #3f8de3; }
.localez-flow-node { border-left: 4px solid var(--orange); }
.management-flow-node { border-left: 4px solid #f2b94b; }
.agent-flow-node { border-left: 4px solid var(--green); }
.workspace-shot { margin: 42px -22px 0; }
.workspace-shot img { width: 100%; min-height: 260px; display: block; object-fit: cover; object-position: center top; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.workspace-shot figcaption { padding: 15px 22px 0; color: rgba(255,255,255,.6); font-size: 9px; line-height: 1.55; }
.workspace-demo { padding: 0 22px; }
.workspace-demo header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.26); border-bottom: 0; background: rgba(4,18,31,.82); }
.workspace-demo header strong { font-size: 13px; }
.workspace-demo header span { color: #8fb9fb; font-size: 9px; font-weight: 800; }
.workspace-demo-flow { display: grid; grid-template-columns: 1fr 18px 1fr 18px 1fr; align-items: stretch; padding: 14px; border: 1px solid rgba(255,255,255,.26); background: rgba(7,29,49,.72); }
.workspace-demo-flow > div { min-width: 0; padding: 12px 9px; border-top: 3px solid #3f8de3; background: rgba(255,255,255,.06); }
.workspace-demo-flow > div:nth-of-type(2) { border-top-color: #f2b94b; }
.workspace-demo-flow > div:nth-of-type(3) { border-top-color: var(--green); }
.workspace-demo-flow small, .workspace-demo-flow b, .workspace-demo-flow span { display: block; }
.workspace-demo-flow small { color: rgba(255,255,255,.46); font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.workspace-demo-flow b { margin-top: 7px; color: #fff; font-size: 11px; line-height: 1.25; }
.workspace-demo-flow span { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 7px; line-height: 1.45; }
.workspace-demo-flow i { display: grid; place-items: center; color: rgba(255,255,255,.42); font-size: 12px; font-style: normal; }

.operations { padding: 78px 22px; }
.flow { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.55); }
.flow > div { display: grid; grid-template-columns: 40px 1fr; gap: 0 12px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.flow span { grid-row: span 2; color: var(--orange); font-size: 10px; font-weight: 900; }
.flow strong { font-size: 15px; }
.flow small { margin-top: 4px; color: rgba(255,255,255,.66); font-size: 11px; }
.retention { margin: 36px 0 0 !important; padding: 22px 0 0; display: grid; grid-template-columns: 95px 1fr; gap: 16px; border-top: 1px solid rgba(255,255,255,.55); }
.retention strong { color: #91baff; font-size: 25px; letter-spacing: -.05em; }
.retention span { font-size: 12px; line-height: 1.65; }

.risk { padding: 78px 22px; }
.risk-switch { width: 100%; min-height: 64px; margin-top: 34px; padding: 14px 18px; display: flex; align-items: center; gap: 15px; text-align: left; border: 1px solid rgba(255,255,255,.3); border-radius: 14px; background: rgba(3,15,27,.68); cursor: pointer; }
.risk-switch > span:last-child { display: grid; gap: 3px; }
.risk-switch strong { font-size: 13px; }
.risk-switch small { color: rgba(255,255,255,.56); font-size: 9px; }
.risk-lamp { width: 13px; height: 13px; flex: none; border-radius: 50%; background: #86919b; transition: .25s ease; }
.risk-switch[aria-pressed="true"] { border-color: #ff936e; background: rgba(83,23,14,.74); }
.risk-switch[aria-pressed="true"] .risk-lamp { background: var(--orange); box-shadow: 0 0 0 8px rgba(255,105,50,.14), 0 0 22px var(--orange); animation: blink .8s ease-in-out infinite alternate; }
@keyframes blink { to { opacity: .42; transform: scale(.8); } }
.risk-event { margin-top: 10px; padding: 17px 18px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.09); }
.risk-event[hidden] { display: none; }
.risk-event span { color: #ff9f7c; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.risk-event strong { display: block; margin: 6px 0; font-size: 14px; }
.risk-event p { margin: 0; color: rgba(255,255,255,.58); font-size: 10px; }

.revenue { padding: 78px 22px 86px; }
.service-rail { display: flex; gap: 10px; margin: 34px -22px 0; padding: 0 22px 14px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.service-rail::-webkit-scrollbar { display: none; }
.service { min-height: 48px; flex: none; display: inline-flex; align-items: center; justify-content: center; scroll-snap-align: start; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; padding: 0 18px; background: transparent; color: rgba(255,255,255,.72); font-size: 11px; cursor: pointer; }
.service.active { background: var(--orange); border-color: var(--orange); color: #fff; }
.service-detail { margin-top: 22px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-detail span { color: #8fb9fb; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.service-detail h3 { margin: 12px 0; font-size: 22px; line-height: 1.34; letter-spacing: -.03em; }
.service-detail p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.closing { min-height: 95svh; display: flex; flex-direction: column; justify-content: center; padding: 82px 22px max(62px, env(safe-area-inset-bottom)); }
.closing-metrics { display: grid; grid-template-columns: repeat(3,1fr); margin: 45px 0 40px; border-top: 1px solid rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.55); }
.closing-metrics p { margin: 0; padding: 18px 7px; display: grid; gap: 7px; }
.closing-metrics p + p { border-left: 1px solid rgba(255,255,255,.28); }
.closing-metrics strong { color: #91baff; font-size: 30px; }
.closing-metrics span { font-size: 9px; font-weight: 760; }
.primary-cta { display: flex; align-items: center; justify-content: center; min-height: 56px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.52); border-radius: 2px; background: rgba(4,18,31,.46); color: #fff; font-size: 13px; font-weight: 820; }
.signoff { margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .05em; }

.page-progress { position: fixed; z-index: 30; left: 50%; bottom: 0; width: min(100vw,430px); height: 3px; transform: translateX(-50%); background: rgba(255,255,255,.12); }
.page-progress span { display: block; width: 0; height: 100%; background: #65707a; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: translateY(0); }

.brand:focus-visible,
.nav-link:focus-visible,
.scroll-cue:focus-visible,
.network-tab:focus-visible,
.risk-switch:focus-visible,
.service:focus-visible,
.primary-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.document-language:active,
.network-tab:active,
.risk-switch:active,
.service:active,
.primary-cta:active,
.scroll-cue:active {
  transform: scale(.97);
}

@media (max-width: 390px) {
  .nav-link { display: none; }
}

@media (max-width: 380px) {
  .conversation-demo { padding-inline: 12px; }
  .queue-labels { display: none; }
  .queue-row {
    grid-template-columns: 42px minmax(0, 1fr) 86px;
    grid-template-rows: auto auto;
    row-gap: 8px;
    min-height: 116px;
  }
  .queue-avatar { grid-column: 1; grid-row: 1; }
  .queue-customer { grid-column: 2; grid-row: 1; }
  .claim-button,
  .claimed-badge { grid-column: 3; grid-row: 1; }
  .queue-message { grid-column: 2 / 4; grid-row: 2; white-space: normal; }
}

@media (min-width: 431px) {
  .experience { box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ambient-track { animation-duration: 100s; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

.is-locked .experience,
.is-locked .page-progress {
  display: none;
}

.access-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 105, 50, 0.16), transparent 32%),
    radial-gradient(circle at 18% 82%, rgba(45, 108, 255, 0.2), transparent 34%),
    var(--navy);
}

.is-locked .access-gate {
  display: grid;
}

.access-card {
  width: min(420px, 100%);
  padding: clamp(28px, 6vw, 40px);
  background: rgba(9, 15, 23, 0.82);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.access-brand { display: flex; align-items: center; gap: 9px; font-weight: 850; font-size: 15px; margin-bottom: 30px; }
.access-kicker { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: 0.17em; margin: 0; }
.access-card h1 { font-size: clamp(26px, 5vw, 32px); line-height: 1.15; letter-spacing: -0.02em; margin: 12px 0 14px; }
.access-lead { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 26px; }
.access-card form label { display: block; font-size: 12px; font-weight: 800; margin-bottom: 8px; color: var(--muted); }
.access-input-row { display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; background: rgba(255, 255, 255, 0.04); }
.access-input-row:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(45, 108, 255, 0.18); }
.access-input-row input { min-width: 0; border: 0; outline: 0; padding: 14px 16px; background: transparent; color: var(--ink); font-size: 15px; }
.access-input-row button { display: flex; align-items: center; border: 0; padding: 0 18px; background: var(--orange); color: #061525; font-weight: 800; cursor: pointer; }
.access-input-row button:hover { background: var(--blue); color: #fff; }
.access-input-row button span { margin-left: 6px; }
.access-error { color: #ff9d8a; font-size: 13px; font-weight: 700; margin: 12px 0 0; }
