:root {
  color-scheme: light;
  --bg: #f7f9ff;
  --bg-blue: #eef2ff;
  --surface: #ffffff;
  --surface-soft: rgba(255,255,255,.76);
  --ink: #171a35;
  --ink-soft: #2d3156;
  --muted: #747a99;
  --line: #e2e6f2;
  --primary: #5665ef;
  --primary-deep: #3946c9;
  --primary-soft: #e9ebff;
  --mint: #38d4c4;
  --mint-soft: #ddf9f5;
  --coral: #ff8f70;
  --coral-soft: #fff0eb;
  --yellow: #ffd66b;
  --shadow-sm: 0 12px 34px rgba(43,52,118,.09);
  --shadow-lg: 0 30px 80px rgba(43,52,118,.15);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { min-width: 320px; margin: 0; overflow-x: clip; color: var(--ink); background: var(--bg); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; transition: opacity .18s ease, transform .18s ease; }
body.is-leaving { opacity: 0; transform: translateY(4px); }
body.menu-open, body:has(dialog[open]) { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(86,101,239,.3); outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 92px 0 0; scroll-margin-top: calc(var(--header-h) + 24px); }
.section-kicker { display: inline-block; margin-bottom: 11px; color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading.centered { justify-content: center; text-align: center; }
.section-heading h2, .story-copy h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 3.7vw, 52px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p { max-width: 580px; margin: 13px auto 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); text-decoration: none; font-weight: 720; white-space: nowrap; }
.text-link:hover { color: var(--primary-deep); }
.button { min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 14px; text-decoration: none; cursor: pointer; font-weight: 760; border: 1px solid transparent; transition: transform .22s ease, box-shadow .22s ease, color .22s ease, background .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #6877ff, var(--primary) 50%, #4451dc); box-shadow: 0 12px 28px rgba(86,101,239,.25); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(86,101,239,.32); }
.button-ghost { color: var(--ink-soft); border-color: var(--line); background: rgba(255,255,255,.74); }
.button-ghost:hover { color: var(--primary); border-color: #c8cff9; background: #fff; box-shadow: var(--shadow-sm); }
.button-light { color: var(--primary-deep); background: #fff; box-shadow: 0 15px 34px rgba(31,39,115,.2); }
.button-light:hover { box-shadow: 0 20px 42px rgba(31,39,115,.28); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.empty-state { margin: 28px 0 0; padding: 24px; color: var(--muted); border: 1px dashed #cbd2e7; border-radius: var(--radius-sm); background: #fff; text-align: center; }

/* Shared navigation */
.site-header { position: sticky; z-index: 100; top: 0; height: var(--header-h); border-bottom: 1px solid rgba(226,230,242,.72); background: rgba(247,249,255,.8); backdrop-filter: blur(18px) saturate(130%); }
.nav-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font-size: 18px; font-weight: 850; letter-spacing: .025em; }
.brand img { width: 44px; height: 44px; transition: transform .35s ease; }
.brand:hover img { transform: rotate(-5deg) translateY(-2px); }
.brand b { color: var(--primary); }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); }
.desktop-nav a { position: relative; padding: 27px 0 25px; color: #4e5474; text-decoration: none; font-size: 14px; font-weight: 650; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; right: 50%; bottom: 16px; left: 50%; height: 2px; border-radius: 2px; background: var(--primary); transition: inset .22s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--primary); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; left: 0; }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.account-link { min-height: 43px; padding: 0 15px; display: inline-flex; align-items: center; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; font-size: 13px; font-weight: 700; }
.trial-link { min-height: 43px; padding: 0 17px; display: inline-flex; align-items: center; color: #fff; border: 0; border-radius: 12px; background: var(--primary); cursor: pointer; font-size: 13px; font-weight: 760; box-shadow: 0 9px 22px rgba(86,101,239,.2); }
.menu-toggle, .mobile-menu { display: none; }

/* Home hero */
.hero-home { position: relative; padding: 58px 0 46px; overflow: hidden; isolation: isolate; }
.hero-home::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 77% 37%, rgba(104,119,255,.18), transparent 27%), radial-gradient(circle at 69% 77%, rgba(56,212,196,.11), transparent 24%), linear-gradient(180deg, #fbfcff, var(--bg)); }
.hero-home::after { content: ""; position: absolute; z-index: -1; width: 680px; height: 680px; right: -260px; top: -250px; border: 1px solid rgba(86,101,239,.09); border-radius: 50%; box-shadow: 0 0 0 90px rgba(86,101,239,.025), 0 0 0 180px rgba(86,101,239,.018); }
.hero-home-grid { min-height: 610px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 62px; }
.eyebrow { margin-bottom: 22px; display: inline-flex; align-items: center; gap: 9px; color: var(--primary-deep); font-size: 13px; font-weight: 760; }
.status-pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(56,212,196,.16); animation: status-pulse 2s ease-out infinite; }
.hero-copy h1 { margin: 0; max-width: 660px; font-size: clamp(53px, 5.7vw, 78px); line-height: .98; letter-spacing: -.058em; }
.hero-copy h1 span { color: var(--primary); }
.hero-copy > p { max-width: 610px; margin: 27px 0 0; color: var(--muted); font-size: 19px; line-height: 1.62; }
.hero-cta { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { margin-top: 23px; display: flex; flex-wrap: wrap; gap: 14px 22px; color: #68708e; font-size: 12px; }
.hero-proof span::first-letter { color: var(--mint); }
.hero-product { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; height: 590px; display: grid; place-items: center; perspective: 1000px; }
.app-preview { position: relative; z-index: 4; width: 376px; min-height: 500px; padding: 22px; border: 1px solid rgba(255,255,255,.85); border-radius: 37px; background: rgba(255,255,255,.78); box-shadow: 0 45px 100px rgba(53,64,143,.24), inset 0 1px rgba(255,255,255,.95); backdrop-filter: blur(20px); transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotate(-1.5deg); transition: transform .15s ease-out; }
.app-preview-head { display: flex; align-items: center; gap: 10px; }
.app-preview-head img { width: 39px; height: 39px; }
.app-preview-head div { display: grid; gap: 2px; }
.app-preview-head strong { font-size: 13px; letter-spacing: .08em; }
.app-preview-head span { color: var(--muted); font-size: 10px; }
.app-preview-head i { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px var(--mint-soft); }
.connection-globe { position: relative; width: 245px; height: 245px; margin: 26px auto 20px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, #fff 0 35%, #edf0ff 36% 55%, transparent 56%); }
.globe-grid { position: absolute; inset: 15px; border: 1px solid #cfd5fb; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 23px, rgba(86,101,239,.07) 24px 25px); }
.globe-grid::before, .globe-grid::after { content: ""; position: absolute; inset: 0 40%; border: 1px solid #d3d9fb; border-radius: 50%; }
.globe-grid::after { inset: 40% 0; }
.globe-core { position: relative; z-index: 2; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 30px; background: #fff; box-shadow: 0 18px 38px rgba(68,80,187,.18); animation: core-float 4s ease-in-out infinite; }
.globe-core img { width: 72px; height: 72px; }
.satellite { position: absolute; z-index: 3; width: 14px; height: 14px; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 6px 18px rgba(40,49,116,.18); }
.satellite-a { top: 37px; right: 42px; background: var(--mint); animation: satellite-one 8s linear infinite; }
.satellite-b { left: 22px; bottom: 62px; background: var(--coral); animation: satellite-two 9s linear infinite; }
.connection-location { padding: 13px 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.connection-location > span { font-size: 27px; }.connection-location div { display: grid; gap: 2px; }.connection-location small { color: var(--muted); font-size: 9px; }.connection-location strong { font-size: 12px; }.connection-location > b { color: var(--mint); font-size: 11px; }
.connect-button { width: 100%; min-height: 62px; margin-top: 13px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr 1fr; align-items: center; column-gap: 11px; color: var(--ink); border: 0; border-radius: 18px; background: var(--mint-soft); cursor: pointer; text-align: left; }
.connect-button > span { grid-row: 1 / 3; width: 30px; height: 30px; margin-left: 15px; border: 7px solid #fff; border-radius: 50%; background: var(--mint); box-shadow: 0 6px 14px rgba(56,212,196,.25); }
.connect-button strong { align-self: end; font-size: 12px; }.connect-button small { align-self: start; color: #67787d; font-size: 9px; }
.connect-button:not(.is-connected) { background: #f0f2f7; }.connect-button:not(.is-connected) > span { background: #9ba1b5; box-shadow: none; }
.float-chip { position: absolute; z-index: 7; padding: 10px 12px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.92); border-radius: 13px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); font-size: 11px; font-weight: 700; animation: chip-float 5s ease-in-out infinite; }
.float-chip span { font-size: 19px; }.float-chip b { color: var(--mint); font-size: 9px; }.chip-one { top: 74px; left: -11px; }.chip-two { top: 185px; right: -4px; animation-delay: -1.8s; }.chip-three { left: 20px; bottom: 73px; animation-delay: -.9s; }
.mesh-orbit { position: absolute; border: 1px dashed rgba(86,101,239,.22); border-radius: 50%; animation: spin 26s linear infinite; }.mesh-orbit::after { content: ""; position: absolute; width: 11px; height: 11px; top: 13%; left: 10%; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(56,212,196,.12); }.orbit-a { width: 530px; height: 530px; }.orbit-b { width: 420px; height: 570px; transform: rotate(38deg); animation-direction: reverse; animation-duration: 34s; }
.mascot-dot { position: absolute; z-index: 8; right: 40px; bottom: 44px; width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 24px; background: linear-gradient(145deg, #6977ff, #4552d6); box-shadow: 0 18px 35px rgba(62,72,188,.3); transform: rotate(7deg); animation: core-float 4.4s ease-in-out infinite; }
.mascot-dot span { width: 8px; height: 11px; border-radius: 50%; background: #fff; }.mascot-dot i { position: absolute; width: 26px; height: 9px; bottom: 14px; border-bottom: 3px solid var(--mint); border-radius: 50%; }

.trust-strip { padding: 0 0 18px; }
.trust-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.8); box-shadow: var(--shadow-sm); }
.trust-grid > div { position: relative; padding: 22px 30px; display: grid; align-content: center; gap: 4px; }.trust-grid > div:not(:last-child)::after { content: ""; position: absolute; top: 25%; right: 0; bottom: 25%; width: 1px; background: var(--line); }.trust-grid strong { font-size: 25px; letter-spacing: -.03em; }.trust-grid span { color: var(--muted); font-size: 12px; }

/* Locations */
.location-explorer { padding: 18px; display: grid; grid-template-columns: 360px 1fr; gap: 18px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow-sm); }
.location-list { display: grid; gap: 8px; }
.location-option { min-height: 73px; padding: 10px 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; color: var(--ink); border: 1px solid transparent; border-radius: 16px; background: #f8f9fd; cursor: pointer; text-align: left; transition: background .2s, border-color .2s, transform .2s; }
.location-option:hover { transform: translateX(3px); }.location-option.is-active { border-color: #cfd5ff; background: var(--primary-soft); }.location-option > span { font-size: 27px; }.location-option div { display: grid; gap: 3px; }.location-option strong { font-size: 13px; }.location-option small { color: var(--muted); font-size: 10px; }.location-option b { color: var(--mint); font-size: 10px; }
.location-stage { position: relative; min-height: 316px; overflow: hidden; border-radius: 22px; background: linear-gradient(145deg,#e9edff,#f2fbfa); }
.location-map { position: absolute; inset: 0; opacity: .85; background: radial-gradient(circle at 55% 48%, rgba(86,101,239,.15), transparent 22%), linear-gradient(rgba(86,101,239,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(86,101,239,.055) 1px,transparent 1px); background-size: auto,32px 32px,32px 32px; }
.map-line { position: absolute; height: 2px; transform-origin: left; background: linear-gradient(90deg,transparent,var(--primary),var(--mint)); }.line-one { width: 54%; left: 9%; top: 38%; transform: rotate(17deg); }.line-two { width: 46%; left: 22%; top: 70%; transform: rotate(-31deg); }
.map-node { position: absolute; width: 10px; height: 10px; border: 3px solid #fff; border-radius: 50%; background: var(--primary); box-shadow: 0 5px 14px rgba(48,58,139,.2); }.node-one{left:10%;top:36%}.node-two{left:34%;top:63%}.node-three{right:14%;top:30%}.node-active{left:58%;top:48%;width:18px;height:18px;background:var(--mint);box-shadow:0 0 0 9px rgba(56,212,196,.16)}
.map-card { position: absolute; z-index: 2; right: 24px; bottom: 24px; width: 245px; padding: 20px; border: 1px solid rgba(255,255,255,.9); border-radius: 21px; background: rgba(255,255,255,.86); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); }.map-flag { margin-bottom: 10px; font-size: 35px; }.map-card > small { color: var(--muted); font-size: 9px; }.map-card h3 { margin: 3px 0 0; font-size: 24px; }.map-card > p { margin: 4px 0 14px; color: var(--muted); font-size: 12px; }.map-metrics { padding-top: 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; border-top: 1px solid var(--line); }.map-metrics span { display: grid; gap: 2px; font-size: 10px; }.map-metrics b { color: var(--primary); font-size: 14px; }.map-metrics small { color: var(--muted); font-size: 8px; }

/* Devices and bento */
.devices-section { padding-top: 106px; }
.device-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.device-card { min-height: 220px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 9px 26px rgba(43,52,118,.055); text-decoration: none; transition: transform .24s, box-shadow .24s, border-color .24s; }.device-card:hover { transform: translateY(-6px); border-color: #ccd2f8; box-shadow: var(--shadow-sm); }.device-icon { position: relative; width: 58px; height: 58px; margin-bottom: 25px; display: grid; place-items: center; color: var(--primary); border-radius: 18px; background: var(--primary-soft); font-size: 31px; font-style: normal; }.device-icon.apple { color: #353a57; background: #f0f1f5; }.device-icon.apple::after { content:""; position:absolute; width:9px; height:15px; top:7px; right:16px; border-radius:100% 0; background:#353a57; transform:rotate(36deg); }.device-icon.android { color: #4cb96c; background: #e5f8ea; }.device-icon.android::before { content:""; width:28px; height:22px; border-radius:12px 12px 6px 6px; background:#4cb96c; }.device-icon.linux { color:#e68e43;background:#fff2e7; }.device-card strong { font-size: 18px; }.device-card small { margin-top: 6px; color: var(--muted); }.device-card i { margin-top: auto; color: var(--primary); font-size: 12px; font-style: normal; font-weight: 760; }
.benefits-section { padding-top: 112px; }.bento-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }.bento-card { position: relative; min-height: 250px; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 10px 30px rgba(43,52,118,.055); }.bento-card h3 { margin: 22px 0 10px; font-size: 24px; letter-spacing: -.03em; }.bento-card p { max-width: 510px; margin: 0; color: var(--muted); line-height: 1.58; }.bento-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--primary); border-radius: 16px; background: var(--primary-soft); font-size: 25px; font-weight: 760; }.bento-icon.mint { color:#159d90;background:var(--mint-soft) }.bento-icon.coral { color:#dc6648;background:var(--coral-soft) }.bento-icon.violet { color:#fff;background:var(--primary) }.bento-large { min-height: 330px; grid-column: span 2; display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 42px; }.bento-large h3 { font-size: 31px; }.speed-viz { height: 230px; position: relative; display: flex; align-items: end; justify-content: center; gap: 11px; padding: 35px; border-radius: 28px; background: linear-gradient(145deg,var(--primary-soft),var(--mint-soft)); }.speed-viz i { width: 18px; border-radius: 999px; background: linear-gradient(var(--mint),var(--primary)); animation: speed-bar 2.6s ease-in-out infinite; }.speed-viz i:nth-child(1){height:35%}.speed-viz i:nth-child(2){height:58%;animation-delay:-.4s}.speed-viz i:nth-child(3){height:78%;animation-delay:-.8s}.speed-viz i:nth-child(4){height:98%;animation-delay:-1.2s}.speed-viz strong { position:absolute;top:28px;right:35px;font-size:54px;letter-spacing:-.06em }.speed-viz small { position:absolute;top:85px;right:36px;color:var(--muted) }.bento-wide { min-height: 260px; grid-column: span 2; display:grid;grid-template-columns:1fr 330px;align-items:center }.bento-wide h3 { margin-top:18px }.support-faces { position:relative;height:150px;display:flex;align-items:center;justify-content:center }.support-faces span { width:78px;height:78px;margin-left:-16px;display:grid;place-items:center;color:#fff;border:6px solid #fff;border-radius:50%;background:linear-gradient(145deg,#6c7aff,#4552d8);font-weight:800;box-shadow:var(--shadow-sm) }.support-faces span:nth-child(2){background:linear-gradient(145deg,#5ce0cf,#23b8aa)}.support-faces span:nth-child(3){background:linear-gradient(145deg,#ffa78e,#ef7454)}.support-faces i { position:absolute;bottom:4px;padding:5px 10px;color:#13877d;border-radius:999px;background:var(--mint-soft);font-size:9px;font-style:normal;font-weight:800 }

/* Calls to action */
.trial-section { padding-top: 100px; }.trial-card { position:relative;min-height:275px;padding:50px 330px 50px 52px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;border-radius:34px;background:linear-gradient(135deg,#5665ef,#4451d3 58%,#3440b8);box-shadow:0 30px 70px rgba(57,69,184,.25);color:#fff }.trial-card .section-kicker { color:#aef4eb }.trial-card h2 { margin:0;font-size:clamp(35px,4vw,52px);letter-spacing:-.045em }.trial-card p { margin:12px 0 0;color:#dfe2ff }.trial-card .button { flex:0 0 auto }.trial-orb { position:absolute;right:31px;width:235px;height:235px;display:grid;place-items:center;border:1px dashed rgba(255,255,255,.28);border-radius:50%;animation:spin 22s linear infinite }.trial-orb::before { content:"";position:absolute;inset:28px;border:1px solid rgba(255,255,255,.14);border-radius:50% }.trial-orb img { width:126px;height:126px;animation:reverse-spin 22s linear infinite;filter:drop-shadow(0 24px 35px rgba(23,28,93,.3)) }.questions-section { padding:96px 0 100px }.questions-card { padding:42px 46px;display:flex;align-items:center;justify-content:space-between;gap:35px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow-sm) }.questions-card h2 { margin:0;font-size:34px;letter-spacing:-.035em }.questions-card p { margin:10px 0 0;color:var(--muted) }.questions-actions { display:flex;flex-wrap:wrap;gap:10px;flex:0 0 auto }

/* Interior page heroes */
.page-hero { padding: 100px 0 84px; text-align: center; background: radial-gradient(circle at 50% 0,rgba(86,101,239,.15),transparent 40%),linear-gradient(180deg,#fbfcff,var(--bg)); }.page-hero h1 { max-width:900px;margin:0 auto;font-size:clamp(50px,6vw,78px);line-height:1;letter-spacing:-.055em }.page-hero p { max-width:700px;margin:23px auto 0;color:var(--muted);font-size:18px;line-height:1.6 }.page-hero .button { margin-top:28px }.page-hero-actions { display:flex;justify-content:center;gap:11px;flex-wrap:wrap }.compact-hero { padding-bottom:68px }.about-hero { text-align:left }.about-hero-grid { display:grid;grid-template-columns:1fr 350px;align-items:center;gap:70px }.about-hero h1 { margin:0;max-width:800px }.about-hero p { margin-left:0 }.about-mark { position:relative;height:330px;display:grid;place-items:center }.about-mark img { position:relative;z-index:2;width:160px;height:160px;filter:drop-shadow(0 28px 36px rgba(64,75,182,.22));animation:core-float 4s ease-in-out infinite }.about-ring { position:absolute;border:1px dashed #c4cbfa;border-radius:50%;animation:spin 20s linear infinite }.about-ring::after { content:"";position:absolute;top:10%;left:14%;width:13px;height:13px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 7px var(--mint-soft) }.ring-one{width:270px;height:270px}.ring-two{width:320px;height:220px;animation-direction:reverse;animation-duration:28s}

/* Locations page */
.locations-page { padding:35px 0 0 }.locations-toolbar { margin-bottom:30px;display:flex;align-items:end;justify-content:space-between;gap:25px }.locations-toolbar h2 { margin:0;font-size:42px;letter-spacing:-.04em }.search-field,.resource-search { min-height:52px;padding:0 16px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(43,52,118,.05) }.search-field span,.resource-search span { color:var(--primary);font-size:23px }.search-field input,.resource-search input { width:240px;border:0;outline:0;background:transparent;color:var(--ink) }.country-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:14px }.country-card { min-height:112px;padding:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(43,52,118,.045);transition:transform .22s,border-color .22s,box-shadow .22s }.country-card:hover { transform:translateY(-4px);border-color:#cbd1f8;box-shadow:var(--shadow-sm) }.country-card>span{font-size:34px}.country-card h3{margin:0 0 5px;font-size:16px}.country-card p{margin:0;color:var(--muted);font-size:11px}.country-card i{padding:5px 8px;border-radius:999px;font-size:9px;font-style:normal;font-weight:800}.load-good{color:#148d82;background:var(--mint-soft)}.load-mid{color:#ba6b27;background:#fff1df}.info-panels { display:grid;grid-template-columns:repeat(3,1fr);gap:15px }.info-panel { min-height:210px;padding:28px;border:1px solid var(--line);border-radius:23px;background:#fff }.info-panel>span{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:var(--primary-soft);color:var(--primary);font-size:24px}.info-panel h3{margin:23px 0 9px;font-size:20px}.info-panel p{margin:0;color:var(--muted);line-height:1.55}

/* Pricing */
.pricing-hero { padding-bottom:140px }.pricing-page { margin-top:-76px }.plans-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:stretch }.plan-card { position:relative;min-height:380px;padding:28px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:var(--shadow-sm);transition:transform .24s,box-shadow .24s }.plan-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.plan-card.featured{color:#fff;border-color:transparent;background:linear-gradient(145deg,#6675ff,#4e5ce3 60%,#3e4ac9);box-shadow:0 24px 55px rgba(65,77,202,.28)}.plan-label{color:var(--primary);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.featured .plan-label{color:#baf5ed}.plan-card h2{margin:18px 0 24px;font-size:24px}.plan-price{display:grid;gap:4px}.plan-price strong{font-size:42px;letter-spacing:-.05em}.plan-price small{color:var(--muted)}.featured .plan-price small,.featured p{color:#dfe2ff}.plan-card>p{margin:22px 0;color:var(--muted);line-height:1.5}.plan-card .button{width:100%;margin-top:auto}.button-plan{color:var(--primary);border-color:#cfd5ff;background:var(--primary-soft)}.popular-chip{position:absolute;top:-13px;right:20px;padding:7px 12px;border-radius:999px;background:var(--mint);box-shadow:0 10px 20px rgba(56,212,196,.25);color:#103b37;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.feature-check-grid{padding:30px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:var(--shadow-sm)}.feature-check-grid span{padding:14px;color:var(--ink-soft);border-radius:13px;background:#f7f8fd;font-size:14px}.payment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.payment-card{min-height:190px;padding:24px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:22px;background:#fff}.payment-card>span{width:max-content;min-width:52px;height:42px;padding:0 11px;display:grid;place-items:center;color:var(--primary);border-radius:12px;background:var(--primary-soft);font-size:15px;font-weight:900}.payment-card strong{margin-top:26px;font-size:16px}.payment-card small{margin-top:8px;color:var(--muted);line-height:1.4}.referral-card{padding:35px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px;border:1px solid #d7dcfa;border-radius:26px;background:linear-gradient(145deg,#eff1ff,#f6fffd)}.referral-icon{width:72px;height:72px;display:grid;place-items:center;color:#fff;border-radius:22px;background:var(--primary);font-size:30px}.referral-card h2{margin:0;font-size:29px}.referral-card p{margin:7px 0 0;color:var(--muted)}.soon-chip{padding:8px 12px;border-radius:999px;background:#fff;color:var(--primary);font-size:10px;font-weight:800}

/* Resources */
.resources-hero { padding-bottom:95px }.resource-search { width:min(590px,100%);margin:30px auto 0;min-height:60px;text-align:left }.resource-search input{width:100%;font-size:15px}.resources-page{padding:30px 0 0}.resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.resource-card{min-height:245px;padding:28px;display:grid;grid-template-columns:52px 1fr;gap:21px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 8px 25px rgba(43,52,118,.04);transition:transform .22s,border-color .22s,box-shadow .22s}.resource-card:hover{transform:translateY(-4px);border-color:#cbd1f8;box-shadow:var(--shadow-sm)}.resource-number{width:48px;height:48px;display:grid;place-items:center;color:var(--primary);border-radius:15px;background:var(--primary-soft);font-weight:850}.resource-type{color:var(--primary);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.resource-card h2{margin:12px 0 12px;font-size:23px;letter-spacing:-.025em}.resource-card p{margin:0;color:var(--muted);line-height:1.6}.instruction-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.instruction-card{min-height:96px;padding:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;color:var(--ink);border:1px solid var(--line);border-radius:19px;background:#fff;cursor:pointer;text-align:left;transition:transform .2s,border-color .2s}.instruction-card:hover{transform:translateX(4px);border-color:#c6cdf8}.instruction-card>span{width:52px;height:52px;display:grid;place-items:center;color:var(--primary);border-radius:15px;background:var(--primary-soft);font-size:23px}.instruction-card div{display:grid;gap:5px}.instruction-card small{color:var(--muted)}.instruction-card i{color:var(--primary);font-style:normal;font-size:21px}

/* About */
.story-grid{display:grid;grid-template-columns:1fr 430px;gap:80px;align-items:center}.story-copy p{color:var(--muted);font-size:17px;line-height:1.72}.story-stats{padding:25px;display:grid;grid-template-columns:1fr 1fr;gap:13px;border:1px solid var(--line);border-radius:27px;background:#fff;box-shadow:var(--shadow-sm)}.story-stats div{min-height:120px;padding:18px;display:grid;align-content:center;gap:6px;border-radius:18px;background:#f6f7fd}.story-stats strong{color:var(--primary);font-size:35px}.story-stats span{color:var(--muted);font-size:11px}.principles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.principle-card{min-height:245px;padding:27px;border:1px solid var(--line);border-radius:23px;background:#fff}.principle-card>span{color:var(--primary);font-size:12px;font-weight:850}.principle-card h3{margin:30px 0 12px;font-size:20px;line-height:1.25}.principle-card p{margin:0;color:var(--muted);line-height:1.55}

/* Contact */
.contact-hero{padding-bottom:135px}.contact-page{margin-top:-70px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;align-items:start}.contact-channels{display:grid;gap:12px}.channel-card{min-height:90px;padding:16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;color:var(--ink);border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 22px rgba(43,52,118,.04);text-decoration:none}.channel-card>span{width:50px;height:50px;display:grid;place-items:center;color:var(--primary);border-radius:15px;background:var(--primary-soft);font-size:21px;font-weight:800}.channel-card.telegram>span{color:#fff;background:#42aee8}.channel-card div{display:grid;gap:4px}.channel-card small{color:var(--muted);font-size:10px}.channel-card strong{font-size:14px}.channel-card>i{color:var(--primary);font-style:normal}.online-dot{width:10px;height:10px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 6px var(--mint-soft)}.support-promise{padding:25px;border-radius:22px;background:linear-gradient(145deg,var(--primary-soft),#f6fffd)}.support-promise h2{margin:0 0 15px;font-size:22px}.support-promise ul{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;list-style:none;color:var(--muted);font-size:12px}.support-promise li::before{content:"✓";margin-right:7px;color:var(--mint)}.contact-form{padding:34px;display:grid;gap:18px;border:1px solid var(--line);border-radius:27px;background:#fff;box-shadow:var(--shadow-lg)}.contact-form h2{margin:-5px 0 5px;font-size:32px}.contact-form label{display:grid;gap:8px;color:var(--ink-soft);font-size:12px;font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:14px;color:var(--ink);border:1px solid var(--line);border-radius:13px;background:#f9faff;outline:0;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#aeb7f5;background:#fff}.contact-form>small{color:var(--muted);font-size:10px;line-height:1.4}.quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.quick-link{min-height:130px;padding:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border:1px solid var(--line);border-radius:21px;background:#fff;text-decoration:none}.quick-link>span{width:48px;height:48px;display:grid;place-items:center;color:var(--primary);border-radius:14px;background:var(--primary-soft);font-size:22px}.quick-link div{display:grid;gap:5px}.quick-link small{color:var(--muted);font-size:10px}.quick-link i{color:var(--primary);font-style:normal}

/* Footer and dialogs */
.site-footer{margin-top:100px;padding-top:58px;background:#eef1fb}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:60px}.footer-brand p{max-width:290px;margin:18px 0;color:var(--muted);font-size:13px;line-height:1.6}.footer-status{display:inline-flex;align-items:center;gap:8px;color:#327d75;font-size:11px;font-weight:700}.footer-status i{width:8px;height:8px;border-radius:50%;background:var(--mint)}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-column h3{margin:5px 0 12px;font-size:13px}.footer-column a,.footer-column button{padding:0;color:var(--muted);border:0;background:transparent;text-decoration:none;cursor:pointer;font-size:12px}.footer-column a:hover,.footer-column button:hover{color:var(--primary)}.footer-bottom{margin-top:50px;padding:22px 0 30px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid #dce1ef;color:#9297ad;font-size:10px}.footer-bottom div{display:flex;gap:18px}.footer-bottom button{padding:0;color:inherit;border:0;background:transparent;cursor:pointer;font-size:inherit}
.modal{width:min(480px,calc(100% - 30px));max-height:calc(100svh - 30px);padding:35px;color:var(--ink);border:1px solid #d9def5;border-radius:25px;background:#fff;box-shadow:0 35px 100px rgba(38,47,119,.25);overflow:auto}.modal::backdrop{background:rgba(28,32,65,.46);backdrop-filter:blur(7px)}.modal[open]{animation:modal-in .22s ease-out}.modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;display:grid;place-items:center;color:var(--muted);border:1px solid var(--line);border-radius:12px;background:#f8f9fd;cursor:pointer}.modal-mark{width:62px;height:62px}.modal h2{margin:20px 0 9px;font-size:29px;letter-spacing:-.035em}.modal>p{margin:0;color:var(--muted);line-height:1.55}.modal-form{margin-top:22px;display:grid;gap:15px}.modal-form label{display:grid;gap:8px;color:var(--ink-soft);font-size:12px;font-weight:700}.modal-form input{height:50px;padding:0 14px;border:1px solid var(--line);border-radius:13px;background:#f9faff;outline:0}.modal-form .button{width:100%}.modal-note{padding:13px;border-radius:13px;background:var(--primary-soft);color:var(--primary-deep)!important;font-size:11px}.toast{position:fixed;z-index:600;right:20px;bottom:20px;max-width:min(400px,calc(100% - 40px));padding:14px 18px;color:#fff;border-radius:14px;background:#252b59;box-shadow:var(--shadow-lg);opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .22s,transform .22s;font-size:13px}.toast.is-visible{opacity:1;transform:none}

@keyframes status-pulse{0%{box-shadow:0 0 0 0 rgba(56,212,196,.4)}70%{box-shadow:0 0 0 8px rgba(56,212,196,0)}100%{box-shadow:0 0 0 0 rgba(56,212,196,0)}}
@keyframes core-float{0%,100%{translate:0 0}50%{translate:0 -9px}}
@keyframes chip-float{0%,100%{translate:0 0}50%{translate:0 -7px}}
@keyframes spin{to{rotate:360deg}}
@keyframes reverse-spin{to{rotate:-360deg}}
@keyframes satellite-one{50%{transform:translate(-165px,140px)}}
@keyframes satellite-two{50%{transform:translate(160px,-150px)}}
@keyframes speed-bar{0%,100%{scale:1 .68;transform-origin:bottom}50%{scale:1 1}}
@keyframes modal-in{from{opacity:0;transform:translateY(12px) scale(.98)}}

/* Dark commercial theme */
:root {
  color-scheme: dark;
  --bg: #111417;
  --bg-blue: #161a1f;
  --surface: #1a1f24;
  --surface-soft: rgba(27, 32, 37, .82);
  --ink: #f7f3e9;
  --ink-soft: #d7d9dc;
  --muted: #9aa1aa;
  --line: #2c333a;
  --primary: #f4b83d;
  --primary-deep: #d99520;
  --primary-soft: rgba(244, 184, 61, .12);
  --mint: #54d9c4;
  --mint-soft: rgba(84, 217, 196, .13);
  --coral: #ff8061;
  --coral-soft: rgba(255, 128, 97, .12);
  --yellow: #f4b83d;
  --shadow-sm: 0 15px 38px rgba(0, 0, 0, .22);
  --shadow-lg: 0 34px 90px rgba(0, 0, 0, .38);
}

body {
  background:
    radial-gradient(circle at 76% 7%, rgba(244, 184, 61, .075), transparent 24%),
    radial-gradient(circle at 14% 42%, rgba(84, 217, 196, .045), transparent 24%),
    var(--bg);
}

.site-header {
  border-color: rgba(70, 77, 84, .6);
  background: rgba(17, 20, 23, .82);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .18);
}

.brand img {
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.32)) drop-shadow(0 0 8px rgba(244,184,61,.12));
}

.brand b,
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.text-link,
.section-kicker {
  color: var(--primary);
}

.desktop-nav a { color: #b5bac1; }
.desktop-nav a::after { background: linear-gradient(90deg, var(--primary), #ffe194); }
.account-link { color: var(--ink-soft); border-color: var(--line); background: #1a1e22; }
.trial-link { color: #17130b; background: linear-gradient(135deg, #ffd56d, var(--primary)); box-shadow: 0 10px 25px rgba(244,184,61,.2); }
.button-primary { color: #19150c; background: linear-gradient(135deg, #ffda77, var(--primary) 55%, #d9931e); box-shadow: 0 13px 30px rgba(244,184,61,.18); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(244,184,61,.27); }
.button-ghost { color: var(--ink-soft); border-color: var(--line); background: rgba(27,31,35,.72); }
.button-ghost:hover { color: #ffe6a5; border-color: rgba(244,184,61,.42); background: #1c2024; }
.button-light { color: #1a160d; background: linear-gradient(135deg,#ffe08a,#f4b83d); box-shadow: 0 16px 38px rgba(0,0,0,.3); }

.hero-home::before {
  background:
    radial-gradient(circle at 77% 34%, rgba(244,184,61,.11), transparent 27%),
    radial-gradient(circle at 70% 74%, rgba(84,217,196,.075), transparent 24%),
    linear-gradient(180deg,#15191d 0%,var(--bg) 92%);
}
.hero-home::after { border-color: rgba(244,184,61,.08); box-shadow: 0 0 0 90px rgba(244,184,61,.018),0 0 0 180px rgba(244,184,61,.012); }
.eyebrow { color: #d8b86a; }
.hero-copy h1 span { color: var(--primary); text-shadow: 0 0 32px rgba(244,184,61,.1); }
.hero-copy > p { color: #aeb4bc; }
.hero-proof { color: #a4abb4; }

.app-preview {
  border-color: rgba(244,184,61,.22);
  background: linear-gradient(150deg,rgba(31,36,41,.94),rgba(20,24,28,.91));
  box-shadow: 0 48px 110px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.045), 0 0 55px rgba(244,184,61,.045);
  overflow: hidden;
}
.app-preview::before {
  content: "";
  position: absolute;
  z-index: 8;
  top: -35%;
  bottom: -35%;
  left: -65%;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(100deg,transparent,rgba(255,225,147,.13),transparent);
  transform: skewX(-17deg);
  animation: glass-sheen 6.5s ease-in-out infinite;
}
.app-preview-head,
.connection-globe,
.connection-location,
.connect-button { position: relative; z-index: 2; }
.app-preview-head span,.connection-location small { color: var(--muted); }
.connection-globe { background: radial-gradient(circle,#23282d 0 35%,#1a1f24 36% 55%,transparent 56%); }
.globe-grid { border-color: rgba(244,184,61,.26); background: repeating-radial-gradient(circle,transparent 0 23px,rgba(244,184,61,.055) 24px 25px); }
.globe-grid::before,.globe-grid::after { border-color: rgba(244,184,61,.16); }
.globe-core { background: #191d21; box-shadow: 0 20px 44px rgba(0,0,0,.42),0 0 32px rgba(244,184,61,.1); }
.globe-core::before { content:""; position:absolute; inset:-12px; border:1px solid rgba(84,217,196,.34); border-radius:36px; animation:shield-ring 2.8s ease-out infinite; }
.globe-core img { animation: shield-breathe 3.8s ease-in-out infinite; filter: drop-shadow(0 8px 14px rgba(0,0,0,.35)); }
.connection-location { border-color: var(--line); background: #1b2025; }
.connect-button { color: var(--ink); background: rgba(84,217,196,.13); }
.connect-button:not(.is-connected) { background: #24292e; }
.connect-button > span { border-color: #22272c; }
.float-chip { color: var(--ink-soft); border-color: rgba(244,184,61,.18); background: rgba(27,31,35,.88); box-shadow: 0 15px 35px rgba(0,0,0,.3); }
.mesh-orbit { border-color: rgba(244,184,61,.2); }
.mascot-dot { background: linear-gradient(145deg,#d89a26,#8b5915); box-shadow: 0 20px 40px rgba(0,0,0,.38); }
.mascot-dot i { border-color: var(--mint); }

.trust-grid,
.location-explorer,
.device-card,
.bento-card,
.questions-card,
.country-card,
.info-panel,
.plan-card,
.feature-check-grid,
.payment-card,
.resource-card,
.instruction-card,
.story-stats,
.principle-card,
.channel-card,
.contact-form,
.quick-link {
  border-color: var(--line);
  background: linear-gradient(150deg,#1b2025,#171b1f);
  box-shadow: var(--shadow-sm);
}
.trust-grid { background: rgba(26,31,36,.86); }
.trust-grid > div:not(:last-child)::after { background: var(--line); }
.location-option { color: var(--ink); background: #20252a; }
.location-option.is-active { border-color: rgba(244,184,61,.4); background: rgba(244,184,61,.11); }
.location-stage { background: linear-gradient(145deg,#20252a,#172523); }
.location-map { background: radial-gradient(circle at 55% 48%,rgba(244,184,61,.12),transparent 22%),linear-gradient(rgba(244,184,61,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(244,184,61,.045) 1px,transparent 1px); background-size:auto,32px 32px,32px 32px; }
.map-card { border-color: rgba(244,184,61,.18); background: rgba(24,29,33,.9); box-shadow: 0 18px 45px rgba(0,0,0,.32); }
.map-metrics { border-color: var(--line); }
.map-metrics b { color: var(--primary); }
.device-icon { color: var(--primary); background: var(--primary-soft); }
.device-icon.apple { color: #e6e7e9; background: #252a2f; }
.device-icon.apple::after { background: #e6e7e9; }
.device-icon.android { color: var(--mint); background: var(--mint-soft); }
.device-icon.android::before { background: var(--mint); }
.device-icon.linux { color: var(--coral); background: var(--coral-soft); }
.bento-icon { color: var(--primary); background: var(--primary-soft); }
.speed-viz { background: linear-gradient(145deg,rgba(244,184,61,.1),rgba(84,217,196,.08)); }
.support-faces span { border-color:#1a1f24;background:linear-gradient(145deg,#f5c457,#b97916);box-shadow:var(--shadow-sm) }
.support-faces span:nth-child(2){background:linear-gradient(145deg,#64dfcd,#279b8e)}
.support-faces span:nth-child(3){background:linear-gradient(145deg,#ff9f82,#bc5f45)}

.trial-card { border:1px solid rgba(244,184,61,.28); background: radial-gradient(circle at 87% 50%,rgba(244,184,61,.12),transparent 28%),linear-gradient(135deg,#252016,#191c20 58%,#14171a); box-shadow:0 32px 80px rgba(0,0,0,.36); }
.trial-card .section-kicker { color: var(--mint); }
.trial-card p { color: #b7bcc3; }
.trial-orb { border-color: rgba(244,184,61,.28); }
.trial-orb::before { border-color: rgba(84,217,196,.15); }

.page-hero { background: radial-gradient(circle at 50% 0,rgba(244,184,61,.095),transparent 38%),linear-gradient(180deg,#15191d,var(--bg)); }
.search-field,.resource-search { border-color:var(--line);background:#1a1f24;box-shadow:var(--shadow-sm) }
.search-field input,.resource-search input { color:var(--ink) }
.search-field input::placeholder,.resource-search input::placeholder,.contact-form input::placeholder,.contact-form textarea::placeholder,.modal-form input::placeholder { color:#737a83 }
.country-card:hover,.device-card:hover,.resource-card:hover { border-color:rgba(244,184,61,.38); }
.load-mid { color:#e4aa52;background:rgba(244,184,61,.1) }
.popular-chip { color:#0e2c27;background:var(--mint); }
.plan-card.featured { color:#19150c;border-color:#f1c55f;background:linear-gradient(145deg,#ffd978,#f2b437 55%,#d48818);box-shadow:0 25px 62px rgba(244,184,61,.2) }
.featured .plan-label { color:#59400c }.featured .plan-price small,.featured p { color:#5e471d }
.button-plan { color:#f4c65d;border-color:rgba(244,184,61,.32);background:rgba(244,184,61,.1) }
.feature-check-grid span { color:var(--ink-soft);background:#20252a }
.payment-card > span { color:var(--primary);background:var(--primary-soft) }
.referral-card { border-color:rgba(244,184,61,.2);background:linear-gradient(145deg,rgba(244,184,61,.09),rgba(84,217,196,.055)) }
.referral-icon { color:#1b160c;background:linear-gradient(145deg,#ffda78,#d89620) }
.soon-chip { color:var(--primary);background:rgba(244,184,61,.1) }
.resource-number,.instruction-card>span,.quick-link>span { color:var(--primary);background:var(--primary-soft) }
.story-stats div { background:#20252a }.story-stats strong { color:var(--primary) }
.channel-card>span { color:var(--primary);background:var(--primary-soft) }
.support-promise { background:linear-gradient(145deg,rgba(244,184,61,.09),rgba(84,217,196,.06)) }
.contact-form input,.contact-form select,.contact-form textarea,.modal-form input { color:var(--ink);border-color:var(--line);background:#15191d }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color:rgba(244,184,61,.5);background:#171b1f }

.site-footer { background:#0c0f11;box-shadow:inset 0 1px var(--line) }
.footer-bottom { border-color:var(--line);color:#747b84 }
.modal { color:var(--ink);border-color:rgba(244,184,61,.25);background:linear-gradient(150deg,#20252a,#15191d);box-shadow:0 38px 110px rgba(0,0,0,.62) }
.modal::backdrop { background:rgba(3,5,7,.76) }
.modal-close { color:var(--muted);border-color:var(--line);background:#24292e }
.modal-note { color:#d8b86a!important;background:rgba(244,184,61,.1) }
.toast { color:#19150c;background:linear-gradient(135deg,#ffda77,#f4b83d);box-shadow:var(--shadow-lg);font-weight:700 }

@keyframes shield-breathe { 0%,100% { transform:scale(1);filter:drop-shadow(0 8px 14px rgba(0,0,0,.35)) drop-shadow(0 0 0 rgba(244,184,61,0)); } 50% { transform:scale(1.055) rotate(-1.5deg);filter:drop-shadow(0 11px 17px rgba(0,0,0,.38)) drop-shadow(0 0 15px rgba(244,184,61,.28)); } }
@keyframes shield-ring { 0% { opacity:.75;transform:scale(.86); } 75%,100% { opacity:0;transform:scale(1.36); } }
@keyframes glass-sheen { 0%,62% { left:-65%;opacity:0; } 68% { opacity:1; } 86%,100% { left:130%;opacity:0; } }

@media(max-width:1100px){.nav-inner{gap:20px}.desktop-nav{gap:16px}.desktop-nav a{font-size:12px}.account-link{display:none}.hero-home-grid{grid-template-columns:1fr 1fr;gap:25px}.hero-copy h1{font-size:58px}.float-chip.chip-two{right:12px}.plans-grid{grid-template-columns:1fr 1fr}.principles-grid{grid-template-columns:1fr 1fr}.country-grid{grid-template-columns:1fr 1fr}.payment-grid{grid-template-columns:1fr 1fr}}

@media(max-width:820px){:root{--header-h:68px}.shell{width:min(100% - 32px,700px)}.site-header{position:fixed;inset:0 0 auto}.site-header+main{padding-top:var(--header-h)}.nav-inner{grid-template-columns:1fr auto}.desktop-nav,.nav-actions{display:none}.menu-toggle{width:44px;height:44px;display:grid;place-items:center;color:var(--ink);border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer;font-size:20px}.mobile-menu{position:fixed;z-index:-1;top:var(--header-h);right:0;left:0;padding:18px 16px 24px;display:grid;gap:16px;visibility:hidden;opacity:0;border-bottom:1px solid var(--line);background:rgba(247,249,255,.98);box-shadow:0 22px 45px rgba(42,50,109,.12);transform:translateY(-8px);pointer-events:none;transition:.2s}.mobile-menu.is-open{visibility:visible;opacity:1;transform:none;pointer-events:auto}.mobile-menu nav{display:grid}.mobile-menu nav a{padding:13px 5px;border-bottom:1px solid var(--line);color:var(--ink-soft);text-decoration:none;font-weight:700}.mobile-menu-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-menu .button{min-height:45px;padding:0 12px;font-size:12px}.hero-home{padding-top:32px}.hero-home-grid{grid-template-columns:1fr;gap:10px}.hero-copy{text-align:center}.hero-copy h1{margin-inline:auto;font-size:clamp(46px,10vw,68px)}.hero-copy>p{margin-inline:auto}.hero-cta,.hero-proof{justify-content:center}.hero-product{height:560px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div:nth-child(2)::after{display:none}.trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.location-explorer{grid-template-columns:1fr}.location-stage{min-height:360px}.device-grid{grid-template-columns:1fr 1fr}.bento-large,.bento-wide{grid-template-columns:1fr}.bento-wide{gap:20px}.trial-card{padding:45px 210px 45px 35px}.trial-orb{right:8px;width:190px;height:190px}.questions-card{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.page-hero{padding-top:85px}.about-hero-grid{grid-template-columns:1fr;text-align:center}.about-hero p{margin-inline:auto}.about-mark{height:280px}.plans-grid{grid-template-columns:1fr 1fr}.feature-check-grid{grid-template-columns:1fr 1fr}.story-grid{grid-template-columns:1fr;gap:35px}.contact-grid{grid-template-columns:1fr}.quick-links{grid-template-columns:1fr}.resource-grid{grid-template-columns:1fr}.info-panels{grid-template-columns:1fr}.footer-grid{gap:35px}}

@media(max-width:560px){.shell{width:calc(100% - 24px)}.section{padding-top:70px}.section-heading{align-items:flex-start;flex-direction:column}.section-heading h2,.story-copy h2{font-size:36px}.brand{font-size:16px}.brand img{width:40px;height:40px}.hero-copy h1{font-size:44px}.hero-copy>p{font-size:16px}.hero-cta{display:grid}.hero-cta .button{width:100%}.hero-proof{font-size:10px}.hero-product{height:485px;margin:0 -4px}.app-preview{width:310px;min-height:442px;padding:17px;border-radius:30px}.connection-globe{width:204px;height:204px;margin-top:20px}.globe-core{width:78px;height:78px}.globe-core img{width:61px;height:61px}.float-chip{padding:8px;font-size:9px}.float-chip span{font-size:16px}.chip-one{top:38px;left:0}.chip-two{top:160px!important;right:0!important}.chip-three{bottom:36px;left:4px}.mesh-orbit.orbit-a{width:390px;height:390px}.mesh-orbit.orbit-b{width:320px;height:450px}.mascot-dot{right:4px;bottom:20px;width:60px;height:60px}.trust-grid strong{font-size:20px}.trust-grid>div{padding:17px}.trust-grid span{font-size:9px}.location-list{grid-template-columns:1fr}.map-card{right:12px;bottom:12px;left:12px;width:auto}.device-grid,.bento-grid{grid-template-columns:1fr}.device-card{min-height:190px}.bento-large,.bento-wide{grid-column:span 1}.speed-viz{height:190px}.support-faces{height:120px}.trial-card{padding:37px 28px 200px;display:block}.trial-card .button{width:100%;margin-top:24px}.trial-orb{right:50%;bottom:-24px;translate:50% 0}.questions-card{padding:29px}.questions-actions{width:100%;display:grid}.questions-actions .button{width:100%}.footer-grid{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;flex-direction:column}.page-hero{padding:70px 0 58px}.page-hero h1{font-size:44px}.page-hero p{font-size:16px}.locations-toolbar{align-items:stretch;flex-direction:column}.search-field input{width:100%}.country-grid{grid-template-columns:1fr}.country-card{min-height:100px}.plans-grid{grid-template-columns:1fr}.pricing-hero{padding-bottom:105px}.feature-check-grid{grid-template-columns:1fr}.payment-grid{grid-template-columns:1fr}.referral-card{grid-template-columns:1fr}.soon-chip{width:max-content}.resource-card{grid-template-columns:1fr}.instruction-grid{grid-template-columns:1fr}.about-mark{height:230px}.about-mark img{width:130px;height:130px}.ring-one{width:220px;height:220px}.ring-two{width:260px;height:180px}.story-stats{grid-template-columns:1fr 1fr}.principles-grid{grid-template-columns:1fr}.contact-form{padding:24px}.support-promise ul{grid-template-columns:1fr}.channel-card strong{font-size:12px}}

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

/* Responsive dark-surface corrections */
@media(max-width:820px){
  .menu-toggle{color:var(--ink);border-color:var(--line);background:#1a1f24}
  .mobile-menu{border-color:var(--line);background:rgba(17,20,23,.98);box-shadow:0 22px 45px rgba(0,0,0,.42)}
  .mobile-menu nav a{color:var(--ink-soft);border-color:var(--line)}
}

/* IZI orbital brand system */
.brand{
  gap:8px;
  min-width:max-content;
}
.brand img{
  width:58px;
  height:48px;
  object-fit:contain;
  transform-origin:center;
}
.brand:hover img{
  transform:translateY(-1px) scale(1.035);
}
.brand-wordmark{
  display:inline-flex;
  align-items:center;
  gap:9px;
  line-height:1;
  letter-spacing:.075em;
}
.brand-wordmark strong{
  color:#f8f8f4;
  font-size:18px;
  font-weight:850;
}
.brand-wordmark i{
  width:1px;
  height:23px;
  display:block;
  background:linear-gradient(180deg,transparent,#f4b83d 18%,#f4b83d 82%,transparent);
  box-shadow:0 0 8px rgba(244,184,61,.22);
}
.brand-wordmark b{
  color:#f4b83d;
  font-size:15px;
  font-weight:800;
  letter-spacing:.16em;
}
.app-preview-head img{
  width:47px;
  height:38px;
  object-fit:contain;
}
.globe-core img{
  width:84px;
  height:64px;
  object-fit:contain;
}
.trial-orb img,
.about-mark img,
.modal-mark{
  object-fit:contain;
}

@media(max-width:560px){
  .brand img{width:49px;height:40px}
  .brand-wordmark{gap:7px;letter-spacing:.055em}
  .brand-wordmark strong{font-size:16px}
  .brand-wordmark i{height:20px}
  .brand-wordmark b{font-size:12px;letter-spacing:.12em}
}

/* Account and subscription cabinet */
[hidden]{display:none!important}
body[data-page="account"]{background:#0f1215}
body[data-page="account"] .site-footer{margin-top:0}
.account-main{min-height:calc(100svh - var(--header-h));background:radial-gradient(circle at 78% 4%,rgba(244,184,61,.1),transparent 31%),radial-gradient(circle at 18% 36%,rgba(84,217,196,.055),transparent 30%),#0f1215}
.account-login{padding:76px 0 96px}
.account-login-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;align-items:center;gap:82px}
.account-login-showcase{max-width:650px}
.account-eyebrow{display:inline-flex;align-items:center;gap:9px;color:#e6b94e;font-size:12px;font-weight:800;letter-spacing:.04em}
.account-eyebrow>i{width:9px;height:9px;border-radius:50%;background:#54d9c4;box-shadow:0 0 0 5px rgba(84,217,196,.1),0 0 16px rgba(84,217,196,.28)}
.account-login-showcase h1{max-width:620px;margin:20px 0 19px;font-size:clamp(50px,5.4vw,76px);line-height:.98;letter-spacing:-.055em}
.account-login-showcase>p{max-width:570px;margin:0;color:#aeb4bb;font-size:17px;line-height:1.65}
.account-showcase-card{position:relative;max-width:590px;margin-top:38px;padding:22px 24px;overflow:hidden;border:1px solid transparent;border-radius:26px;background:linear-gradient(150deg,#1d2328,#171b1f) padding-box,linear-gradient(100deg,rgba(244,184,61,.48),rgba(244,184,61,.04) 42%,rgba(84,217,196,.28)) border-box;box-shadow:0 26px 65px rgba(0,0,0,.3),0 0 35px rgba(244,184,61,.035)}
.account-showcase-card::after{content:"";position:absolute;right:-80px;top:-110px;width:260px;height:260px;border-radius:50%;background:rgba(244,184,61,.07);filter:blur(20px)}
.account-showcase-head{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px}
.account-showcase-head>img{width:49px;height:49px;border-radius:14px;filter:drop-shadow(-5px 0 10px rgba(244,184,61,.16)) drop-shadow(5px 0 10px rgba(84,217,196,.12))}
.account-showcase-head>div{display:grid;gap:4px}.account-showcase-head small{color:#8f969f;font-size:10px}.account-showcase-head strong{font-size:15px}
.account-showcase-head>span{display:inline-flex;align-items:center;gap:7px;color:#9ee8dc;font-size:10px;font-weight:750}.account-showcase-head>span i{width:7px;height:7px;border-radius:50%;background:#54d9c4;box-shadow:0 0 10px rgba(84,217,196,.6)}
.account-showcase-plan{position:relative;z-index:1;margin-top:26px;display:flex;align-items:end;justify-content:space-between}.account-showcase-plan>div{display:grid;gap:6px}.account-showcase-plan small{color:#8f969f;font-size:10px}.account-showcase-plan strong{font-size:25px}.account-showcase-plan>b{color:#f3c352;font-size:13px}
.account-showcase-progress{position:relative;z-index:1;height:5px;margin-top:17px;overflow:hidden;border-radius:99px;background:#2c3338}.account-showcase-progress i{display:block;width:68%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f4b83d,#ffe28b,#54d9c4)}
.account-showcase-bottom{position:relative;z-index:1;margin-top:12px;display:flex;justify-content:space-between;color:#979ea6;font-size:11px}.account-showcase-bottom strong{color:#dfe2e5}
.account-login-benefits{margin:22px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px;list-style:none}.account-login-benefits li{padding:9px 12px;color:#adb3ba;border-radius:11px;background:rgba(255,255,255,.025);font-size:11px}.account-login-benefits span{margin-right:5px;color:#54d9c4;font-weight:900}

.account-auth-card{padding:34px;border:1px solid transparent;border-radius:28px;background:linear-gradient(150deg,#1c2126,#15191d) padding-box,linear-gradient(120deg,rgba(244,184,61,.4),rgba(244,184,61,.045) 48%,rgba(84,217,196,.23)) border-box;box-shadow:0 35px 85px rgba(0,0,0,.38),0 0 34px rgba(244,184,61,.035)}
.account-auth-logo{width:90px;height:56px;object-fit:contain;object-position:left center;filter:drop-shadow(0 0 12px rgba(244,184,61,.09))}
.account-auth-card .section-kicker{display:block;margin-top:25px}.account-auth-card h2{margin:0;font-size:38px;letter-spacing:-.045em}.account-auth-card p{margin:13px 0 0;color:#9da4ad;font-size:14px;line-height:1.6}.account-auth-card p strong{color:#ece7da}
.account-auth-form{margin-top:27px;display:grid;gap:15px}.account-auth-form label{display:grid;gap:9px;color:#d7dadd;font-size:12px;font-weight:730}.account-auth-form input{width:100%;height:54px;padding:0 16px;color:#f7f3e9;border:1px solid #30373e;border-radius:14px;background:#111518;outline:0;transition:border-color .2s,box-shadow .2s}.account-auth-form input:focus{border-color:rgba(244,184,61,.55);box-shadow:0 0 0 4px rgba(244,184,61,.07),0 0 22px rgba(244,184,61,.05)}
.account-auth-form .button{width:100%;min-height:54px;margin-top:3px}.account-auth-form .button span{font-size:17px}
.account-security-note{margin-top:20px;display:flex;align-items:center;gap:8px;color:#848c95;font-size:10px}.account-security-note i{width:19px;height:19px;display:grid;place-items:center;color:#54d9c4;border-radius:50%;background:rgba(84,217,196,.09);font-style:normal}
.account-auth-back{margin:0 0 25px;padding:0;color:#a7adb5;border:0;background:none;cursor:pointer;font-size:11px;font-weight:700}.account-auth-back:hover{color:#f4b83d}
.account-code-icon{width:52px;height:52px;display:grid;place-items:center;color:#f4c65b;border-radius:16px;background:rgba(244,184,61,.09);box-shadow:inset 0 0 0 1px rgba(244,184,61,.09),0 0 20px rgba(244,184,61,.045);font-size:23px}
.account-code-input{text-align:center;font-size:25px!important;font-weight:800;letter-spacing:.32em;font-variant-numeric:tabular-nums}
.account-code-error{margin:0!important;color:#ff9179!important;font-size:11px!important}
.account-demo-note{margin-top:18px!important;padding:12px 13px;color:#8e959d!important;border-radius:12px;background:rgba(255,255,255,.025);font-size:10px!important}.account-demo-note b{color:#e0b64d}

.account-dashboard{padding:60px 0 100px}
.account-dashboard-head{margin-bottom:30px;display:flex;align-items:end;justify-content:space-between;gap:30px}.account-dashboard-head h1{margin:15px 0 4px;font-size:48px;letter-spacing:-.05em}.account-dashboard-head p{margin:0;color:#989fa8;font-size:13px}
.account-head-actions{display:flex;align-items:center;gap:13px}.account-global-status{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;color:#a9e9df;border-radius:12px;background:rgba(84,217,196,.075);font-size:11px;font-weight:750}.account-global-status i{width:8px;height:8px;border-radius:50%;background:#54d9c4;box-shadow:0 0 12px rgba(84,217,196,.6)}.account-global-status.is-empty{color:#d8b762;background:rgba(244,184,61,.08)}.account-global-status.is-empty i{background:#f4b83d;box-shadow:0 0 12px rgba(244,184,61,.46)}
.account-logout{min-height:40px;padding:0 14px;color:#aeb4bb;border:1px solid #2d343a;border-radius:12px;background:#191e22;cursor:pointer;font-size:11px;font-weight:700}.account-logout:hover{color:#f4b83d;border-color:rgba(244,184,61,.27)}
.account-dashboard-layout{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:start;gap:22px}
.account-sidebar{position:sticky;top:calc(var(--header-h) + 24px);padding:14px;border:1px solid #293037;border-radius:22px;background:#151a1e;box-shadow:0 18px 45px rgba(0,0,0,.2)}
.account-sidebar>a{min-height:48px;padding:0 13px;display:flex;align-items:center;gap:11px;color:#979fa8;border-radius:13px;text-decoration:none;font-size:12px;font-weight:700}.account-sidebar>a span{width:24px;color:#747d86;text-align:center;font-size:16px}.account-sidebar>a:hover,.account-sidebar>a.is-active{color:#f4c55b;background:linear-gradient(90deg,rgba(244,184,61,.11),rgba(244,184,61,.035))}.account-sidebar>a.is-active span{color:#f4b83d}
.account-sidebar-help{margin-top:16px;padding:16px;border-top:1px solid #293037}.account-sidebar-help small{color:#e0e3e5;font-weight:750}.account-sidebar-help p{margin:8px 0;color:#838b94;font-size:10px;line-height:1.5}.account-sidebar-help a{color:#f4b83d;text-decoration:none;font-size:10px;font-weight:750}
.account-dashboard-content{min-width:0}.account-summary-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:16px}
.account-panel{border:1px solid transparent;border-radius:24px;background:linear-gradient(150deg,#1b2025,#161a1e) padding-box,linear-gradient(105deg,rgba(244,184,61,.26),rgba(244,184,61,.035) 45%,rgba(84,217,196,.13)) border-box;box-shadow:0 16px 42px rgba(0,0,0,.19),0 0 22px rgba(244,184,61,.025)}
.account-plan-card,.account-key-card{min-height:365px;padding:28px}.account-panel-head{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#969da6;font-size:11px}.account-panel-head>b{display:inline-flex;align-items:center;gap:7px;color:#8fdbcE;font-size:10px}.account-panel-head>b i{width:7px;height:7px;border-radius:50%;background:#54d9c4;box-shadow:0 0 10px rgba(84,217,196,.55)}
.account-plan-card h2{margin:24px 0 6px;font-size:34px;letter-spacing:-.04em}.account-plan-card>p{margin:0;color:#969da5;font-size:12px}.account-plan-card>p strong{color:#d9dcdf}
.account-days{margin-top:27px;display:flex;align-items:end;gap:9px}.account-days>strong{font-size:54px;line-height:.86;letter-spacing:-.06em}.account-days>span{padding-bottom:3px;color:#d4b255;font-size:12px;font-weight:700}
.account-plan-progress{height:6px;margin-top:20px;overflow:hidden;border-radius:99px;background:#30373d}.account-plan-progress i{display:block;width:68%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f4b83d,#f9d677)}
.account-plan-metrics{margin-top:15px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.account-plan-metrics span{display:flex;justify-content:space-between;gap:8px}.account-plan-metrics small{color:#858d95;font-size:10px}.account-plan-metrics b{color:#d9dcdf;font-size:10px}
.account-card-actions{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.account-card-actions .button{min-height:45px;padding:0 12px;font-size:11px}
.key-protected{color:#d2b459!important}.account-key-visual{margin-top:31px;padding:17px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;border-radius:17px;background:#111518}.account-key-visual img{width:54px;height:54px;border-radius:15px}.account-key-visual>div{min-width:0;display:grid;gap:7px}.account-key-visual small{color:#828b93;font-size:9px}.account-key-visual code{overflow:hidden;color:#f4efe4;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.account-key-card>p{margin:18px 0;color:#969ea6;font-size:11px;line-height:1.55}.account-key-actions{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.account-key-actions .button{min-height:45px;padding:0 10px;font-size:11px}
.account-devices{margin-top:16px;padding:28px}.account-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.account-section-head .section-kicker{margin-bottom:8px}.account-section-head h2{margin:0;font-size:27px;letter-spacing:-.035em}.account-section-head>a{color:#f4b83d;text-decoration:none;font-size:11px;font-weight:750}.account-device-list{margin-top:23px;display:grid;gap:8px}.account-device-list article{min-height:72px;padding:11px 13px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:13px;border-radius:16px;background:rgba(255,255,255,.025);box-shadow:inset 0 0 0 1px rgba(255,255,255,.032)}.account-device-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#20262b}.account-device-icon img{width:29px;height:29px;object-fit:contain}.account-device-list article>div{display:grid;gap:5px}.account-device-list strong{font-size:12px}.account-device-list small{color:#858d95;font-size:9px}.account-device-list article>i{color:#858d95;font-size:9px;font-style:normal}.account-device-list .device-online{color:#54d9c4}.account-device-list article>button{padding:8px 10px;color:#969ea6;border:1px solid #30373e;border-radius:10px;background:#171c20;cursor:pointer;font-size:9px}.account-device-list article>button:hover{color:#ff9a83;border-color:rgba(255,128,97,.25)}.account-device-list article.is-removed{opacity:.45}.account-device-list article.is-removed>button{pointer-events:none}
.account-empty-hero{min-height:430px;padding:48px;display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:50px;overflow:hidden;border:1px solid transparent;border-radius:28px;background:linear-gradient(150deg,#1c2126,#15191d) padding-box,linear-gradient(100deg,rgba(244,184,61,.38),rgba(244,184,61,.04) 52%,rgba(84,217,196,.18)) border-box}.account-empty-copy h2{margin:8px 0 13px;font-size:45px;letter-spacing:-.05em}.account-empty-copy p{max-width:500px;margin:0;color:#9ba2aa;line-height:1.65}.account-empty-actions{margin-top:27px;display:flex;flex-wrap:wrap;gap:9px}.account-empty-icon{position:relative;height:280px;display:grid;place-items:center}.account-empty-icon>span{position:absolute;width:250px;height:250px;border:1px solid rgba(244,184,61,.15);border-radius:50%;box-shadow:inset 0 0 45px rgba(244,184,61,.04),0 0 50px rgba(84,217,196,.03)}.account-empty-icon>span::after{content:"";position:absolute;inset:35px;border:1px dashed rgba(84,217,196,.17);border-radius:50%;animation:spin 24s linear infinite}.account-empty-icon img{position:relative;z-index:1;width:130px;height:130px;filter:drop-shadow(-12px 0 22px rgba(244,184,61,.15)) drop-shadow(12px 0 22px rgba(84,217,196,.12));animation:izi-core-float 4s ease-in-out infinite}.account-empty-benefits{margin-top:15px;padding:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border:1px solid #293037;border-radius:22px;background:#161b1f}.account-empty-benefits span{display:grid;gap:5px;text-align:center}.account-empty-benefits b{color:#f1d889;font-size:19px}.account-empty-benefits small{color:#858d96;font-size:9px}

@media(max-width:1050px){
  .account-login-grid{grid-template-columns:1fr 400px;gap:42px}
  .account-dashboard-layout{grid-template-columns:190px minmax(0,1fr)}
  .account-summary-grid{grid-template-columns:1fr}
  .account-plan-card,.account-key-card{min-height:auto}
}
@media(max-width:820px){
  .account-login{padding:48px 0 74px}.account-login-grid{grid-template-columns:1fr}.account-login-showcase{text-align:center;margin-inline:auto}.account-login-showcase>p{margin-inline:auto}.account-showcase-card{margin-inline:auto;text-align:left}.account-login-benefits{justify-content:center}.account-auth-card{width:min(480px,100%);margin-inline:auto}
  .account-dashboard{padding:42px 0 75px}.account-dashboard-head{align-items:flex-start}.account-dashboard-layout{grid-template-columns:1fr}.account-sidebar{position:static;padding:8px;display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.account-sidebar>a{justify-content:center;padding:0 8px}.account-sidebar>a span{display:none}.account-sidebar-help{display:none}
  .account-empty-hero{grid-template-columns:1fr 230px;padding:35px}.account-empty-icon{height:230px}.account-empty-icon>span{width:210px;height:210px}
}
@media(max-width:620px){
  .account-login{padding:38px 0 60px}.account-login-grid{gap:34px}.account-login-showcase h1{font-size:44px}.account-login-showcase>p{font-size:14px}.account-showcase-card{padding:18px}.account-showcase-head{grid-template-columns:auto 1fr}.account-showcase-head>span{grid-column:2}.account-login-benefits{display:grid;grid-template-columns:1fr 1fr}.account-auth-card{padding:25px}.account-auth-card h2{font-size:32px}
  .account-dashboard-head{margin-bottom:22px;display:grid}.account-dashboard-head h1{font-size:38px}.account-head-actions{justify-content:space-between}.account-global-status{padding:0 11px}.account-sidebar{grid-template-columns:1fr 1fr}.account-sidebar>a{min-height:42px;font-size:10px}.account-summary-grid{gap:12px}.account-plan-card,.account-key-card,.account-devices{padding:21px}.account-card-actions,.account-key-actions{grid-template-columns:1fr}.account-plan-metrics{grid-template-columns:1fr}.account-device-list article{grid-template-columns:auto 1fr auto}.account-device-list article>i{display:none}.account-device-list article>button{grid-column:2/4;justify-self:start}.account-section-head{align-items:flex-start;flex-direction:column}.account-empty-hero{min-height:0;padding:30px 24px 250px;display:block;position:relative}.account-empty-copy h2{font-size:38px}.account-empty-actions{display:grid}.account-empty-icon{position:absolute;right:0;bottom:0;left:0;height:225px}.account-empty-icon img{width:105px;height:105px}.account-empty-benefits{grid-template-columns:1fr 1fr}.account-login-benefits li{font-size:10px}
}

.plan-card.featured .button-primary{color:#fff5dc;background:#171a1d;box-shadow:0 12px 25px rgba(0,0,0,.2)}
.plan-card.featured .button-primary:hover{background:#24292e}

/* Home page refinement: denser layout, softer neon surfaces */
.site-header{
  border-bottom:0;
  background:linear-gradient(180deg,rgba(17,20,23,.96),rgba(17,20,23,.78));
  box-shadow:none;
}
.site-header::after{
  content:"";
  position:absolute;
  right:50%;
  bottom:0;
  width:min(430px,42vw);
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(84,217,196,.22) 22%,rgba(84,217,196,.92) 50%,rgba(84,217,196,.22) 78%,transparent);
  box-shadow:0 0 10px rgba(84,217,196,.5),0 0 24px rgba(84,217,196,.16);
  translate:50% 0;
}
.nav-inner{gap:28px}
.desktop-nav{gap:clamp(17px,1.7vw,26px)}
.desktop-nav a{padding-top:26px;font-size:15px;font-weight:720}
.account-link,.trial-link{min-height:44px;font-size:13px}

body[data-page="home"] .hero-home{padding:38px 0 30px}
body[data-page="home"] .hero-home-grid{min-height:555px;grid-template-columns:.88fr 1.12fr;gap:48px}
body[data-page="home"] .hero-copy h1{
  max-width:560px;
  font-family:"Segoe UI Variable Display","Segoe UI",Arial,sans-serif;
  font-size:clamp(45px,4.45vw,61px);
  line-height:1.01;
  font-weight:760;
  letter-spacing:-.052em;
}
body[data-page="home"] .hero-copy>p{max-width:540px;margin-top:21px;font-size:16px;line-height:1.58}
body[data-page="home"] .hero-cta{margin-top:25px;flex-wrap:nowrap;gap:10px}
body[data-page="home"] .hero-cta .button{min-height:49px;padding-inline:19px;font-size:13px;white-space:nowrap}
body[data-page="home"] .hero-product{height:545px}

body[data-page="home"] .trust-strip{padding:4px 0 8px}
body[data-page="home"] .trust-grid{
  position:relative;
  min-height:84px;
  border:0;
  border-radius:20px;
  background:radial-gradient(circle at 50% 50%,rgba(84,217,196,.075),transparent 28%),rgba(25,30,34,.78);
  box-shadow:0 0 34px rgba(84,217,196,.055),inset 0 1px rgba(255,255,255,.025);
  overflow:hidden;
}
body[data-page="home"] .trust-grid::before{
  content:"";
  position:absolute;
  top:0;
  left:38%;
  width:24%;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--mint),transparent);
  box-shadow:0 0 15px rgba(84,217,196,.55);
}
body[data-page="home"] .trust-grid>div{padding:15px 26px;gap:2px}
body[data-page="home"] .trust-grid>div:not(:last-child)::after{top:29%;bottom:29%;opacity:.55}
body[data-page="home"] .trust-grid strong{font-size:21px}
body[data-page="home"] .trust-grid span{font-size:10px}
.trust-location{padding-left:92px!important}
.flag-stack{position:absolute;left:24px;display:flex;align-items:center}
.flag-stack i{width:29px;height:29px;margin-left:-8px;display:grid;place-items:center;border:2px solid #1a1f24;border-radius:50%;background:#23292e;font-family:"Segoe UI Emoji",sans-serif;font-size:16px;font-style:normal;box-shadow:0 5px 13px rgba(0,0,0,.25)}
.flag-stack i:first-child{margin-left:0}

body[data-page="home"] .section-heading h2,
body[data-page="home"] .questions-card h2{
  font-family:"Segoe UI Variable Display","Segoe UI",Arial,sans-serif;
  font-weight:720;
  letter-spacing:-.038em;
}
body[data-page="home"] .section-heading h2{font-size:clamp(31px,3.15vw,44px)}
body[data-page="home"] .section-heading{margin-bottom:26px}
body[data-page="home"] .section-locations{padding-top:78px}
body[data-page="home"] .location-explorer{
  position:relative;
  border:1px solid transparent;
  background:linear-gradient(150deg,#1b2025,#171b1f) padding-box,linear-gradient(90deg,transparent,rgba(84,217,196,.48),transparent) border-box;
  box-shadow:0 0 34px rgba(84,217,196,.055);
}
body[data-page="home"] .location-option{border-color:transparent}
body[data-page="home"] .location-option.is-active{
  border-color:transparent;
  background:radial-gradient(circle at 50% 50%,rgba(84,217,196,.14),transparent 82%),#20262a;
  box-shadow:inset 0 0 18px rgba(84,217,196,.055),0 0 18px rgba(84,217,196,.045);
}
.location-option>span,.connection-location>span,.float-chip span,.map-flag,.country-card>span{font-family:"Segoe UI Emoji","Apple Color Emoji",sans-serif}

body[data-page="home"] .devices-section{padding-top:84px}
body[data-page="home"] .device-card{
  min-height:190px;
  padding:21px;
  border-color:transparent;
  background:radial-gradient(circle at 50% 16%,rgba(84,217,196,.045),transparent 40%),linear-gradient(150deg,#1b2025,#171b1f);
  box-shadow:0 15px 34px rgba(0,0,0,.18),0 0 24px rgba(84,217,196,.025);
}
body[data-page="home"] .device-card:hover{border-color:transparent;box-shadow:0 17px 38px rgba(0,0,0,.24),0 0 26px rgba(84,217,196,.08)}
.device-icon{width:62px;height:62px;margin-bottom:19px;border-radius:17px}
.device-icon::before,.device-icon::after{content:none!important}
.device-icon img{width:41px;height:41px;display:block}
.device-icon.windows{background:rgba(25,145,231,.11)}
.device-icon.apple{background:#252a2f}
.device-icon.android{background:rgba(121,212,65,.1)}
.device-icon.linux{background:rgba(244,184,61,.1)}
body[data-page="home"] .device-card strong{font-size:17px}
body[data-page="home"] .device-card small{font-size:11px}

body[data-page="home"] .benefits-section{padding-top:82px}
body[data-page="home"] .bento-grid{grid-template-columns:repeat(4,1fr);gap:12px}
body[data-page="home"] .bento-card{
  min-height:220px;
  padding:22px;
  border-color:transparent;
  border-radius:21px;
  background:radial-gradient(circle at 50% 25%,rgba(84,217,196,.04),transparent 45%),linear-gradient(150deg,#1b2025,#171b1f);
  box-shadow:0 14px 30px rgba(0,0,0,.17),0 0 22px rgba(84,217,196,.022);
}
body[data-page="home"] .bento-card h3{margin:17px 0 8px;font-size:19px;line-height:1.15}
body[data-page="home"] .bento-card p{font-size:12px;line-height:1.52}
body[data-page="home"] .bento-icon{width:44px;height:44px;border-radius:14px}
.bento-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.benefit-metric{margin-top:auto;padding-top:16px;display:flex;align-items:baseline;gap:6px}
.benefit-metric strong{color:var(--primary);font-size:25px;letter-spacing:-.04em}
.benefit-metric span{color:var(--muted);font-size:10px}
.compact-benefit{display:flex;flex-direction:column}
.compact-benefit .text-link{margin-top:auto;padding-top:16px;font-size:12px}

body[data-page="home"] .trial-section{padding-top:82px}
body[data-page="home"] .trial-card{
  min-height:220px;
  padding:38px 275px 38px 42px;
  border:0;
  border-radius:27px;
  box-shadow:0 25px 60px rgba(0,0,0,.3),0 0 34px rgba(244,184,61,.045);
}
body[data-page="home"] .trial-card h2{font-family:"Segoe UI Variable Display","Segoe UI",Arial,sans-serif;font-size:38px;font-weight:720}
body[data-page="home"] .trial-card p{max-width:510px;margin-top:9px;font-size:13px}
body[data-page="home"] .trial-orb{right:34px;width:180px;height:180px}
body[data-page="home"] .trial-orb img{width:96px;height:96px}

body[data-page="home"] .questions-section{padding:76px 0 82px}
body[data-page="home"] .questions-card{
  padding:30px 34px;
  border-color:transparent;
  border-radius:23px;
  background:radial-gradient(circle at 52% 50%,rgba(84,217,196,.05),transparent 28%),linear-gradient(150deg,#1b2025,#171b1f);
  box-shadow:0 14px 34px rgba(0,0,0,.17),0 0 28px rgba(84,217,196,.025);
}
body[data-page="home"] .questions-card h2{font-size:31px}
body[data-page="home"] .questions-card p{margin-top:7px;font-size:12px}

@media(max-width:1100px){
  .desktop-nav a{font-size:14px}
  body[data-page="home"] .hero-home-grid{gap:22px}
  body[data-page="home"] .hero-copy h1{font-size:52px}
  body[data-page="home"] .bento-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:820px){
  .header-host+main{padding-top:var(--header-h)}
  .site-header::after{width:55vw}
  body[data-page="home"] .hero-home{padding-top:26px}
  body[data-page="home"] .hero-home-grid{grid-template-columns:1fr;gap:2px}
  body[data-page="home"] .hero-copy h1{margin-inline:auto;font-size:48px}
  body[data-page="home"] .hero-copy>p{margin-inline:auto}
  body[data-page="home"] .hero-cta{justify-content:center}
  body[data-page="home"] .hero-product{height:520px}
  body[data-page="home"] .trust-grid>div{padding:14px 20px}
  .trust-location{padding-left:76px!important}
  .flag-stack{left:17px}
  body[data-page="home"] .trial-card{padding:34px 220px 34px 34px}
  body[data-page="home"] .trial-orb{right:20px;width:165px;height:165px}
}

@media(max-width:560px){
  body[data-page="home"] .hero-copy h1{font-size:40px}
  body[data-page="home"] .hero-copy>p{font-size:14px}
  body[data-page="home"] .hero-cta{display:flex;flex-wrap:nowrap;gap:8px}
  body[data-page="home"] .hero-cta .button{width:auto;min-height:47px;padding-inline:11px;flex:1;font-size:11px}
  body[data-page="home"] .hero-product{height:475px}
  body[data-page="home"] .trust-grid{grid-template-columns:1fr 1fr}
  body[data-page="home"] .trust-grid>div{min-height:72px;padding:12px 14px}
  body[data-page="home"] .trust-grid>div:nth-child(2)::after{display:none}
  .trust-location{padding-left:69px!important}
  .flag-stack{left:12px}
  .flag-stack i{width:25px;height:25px;font-size:13px}
  body[data-page="home"] .location-explorer{padding:12px}
  body[data-page="home"] .device-grid{grid-template-columns:1fr 1fr}
  body[data-page="home"] .device-card{min-height:174px;padding:18px}
  .device-icon{width:54px;height:54px;margin-bottom:15px}
  .device-icon img{width:35px;height:35px}
  body[data-page="home"] .bento-grid{grid-template-columns:1fr}
  body[data-page="home"] .bento-card{min-height:190px}
  body[data-page="home"] .trial-card{padding:32px 25px 178px}
  body[data-page="home"] .trial-card h2{font-size:31px}
  body[data-page="home"] .trial-orb{right:50%;bottom:-12px;translate:50% 0;width:155px;height:155px}
  body[data-page="home"] .questions-card{padding:26px}
}

/* Real flag artwork instead of platform-dependent emoji glyphs */
.float-chip span,
.connection-location>span,
.location-option>span,
.country-card>span{display:grid;place-items:center}
.float-chip span img{width:25px;height:17px;display:block;border-radius:3px;box-shadow:0 3px 8px rgba(0,0,0,.24)}
.connection-location>span img{width:31px;height:21px;display:block;border-radius:4px;box-shadow:0 4px 9px rgba(0,0,0,.24)}
.location-option>span img{width:34px;height:23px;display:block;border-radius:4px;box-shadow:0 4px 10px rgba(0,0,0,.22)}
.map-flag{height:27px;display:flex;align-items:center}
.map-flag img{width:40px;height:27px;display:block;border-radius:5px;box-shadow:0 5px 12px rgba(0,0,0,.25)}
.flag-stack i{overflow:hidden}
.flag-stack img{width:100%;height:100%;display:block;object-fit:cover}
.country-card>span{width:46px;height:34px;overflow:hidden;border-radius:6px;box-shadow:0 5px 12px rgba(0,0,0,.2)}
.country-card>span img{width:100%;height:100%;display:block;object-fit:cover}

/* Unified refinement pass: softer neon, clearer hierarchy */
.brand img,
body[data-page="home"] .globe-core img,
body[data-page="home"] .app-preview-head img,
.trial-orb img,
.about-mark img{filter:none}

.header-host{position:relative;z-index:100;background:#111417}
.site-header{
  background:linear-gradient(180deg,rgba(17,20,23,.99),rgba(17,20,23,.9) 72%,rgba(17,20,23,.64));
}
.site-header::after{height:1px;box-shadow:0 0 8px rgba(84,217,196,.35),0 0 18px rgba(84,217,196,.1)}
.desktop-nav a{font-size:17px}
.account-link,
.trial-link{
  border:0;
  background:radial-gradient(circle at 50% 50%,rgba(244,184,61,.105),transparent 78%),#1a1e22;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 9px 24px rgba(0,0,0,.2);
}
.account-link:hover{background:radial-gradient(circle at 50% 50%,rgba(84,217,196,.12),transparent 80%),#1b2024;box-shadow:0 0 20px rgba(84,217,196,.07)}
.account-link{box-shadow:0 9px 24px rgba(0,0,0,.2)}
.trial-link{
  color:#19140a;
  background:radial-gradient(circle at 50% 50%,#ffe083 0,#f4b83d 58%,#dfa126 100%);
  box-shadow:0 9px 23px rgba(244,184,61,.12),inset 0 1px rgba(255,255,255,.22);
}
.trial-link:hover{box-shadow:0 11px 25px rgba(244,184,61,.16)}
.button-ghost{
  border:0;
  background:radial-gradient(circle at 50% 50%,rgba(84,217,196,.075),transparent 76%),#1b2024;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 8px 20px rgba(0,0,0,.16);
}
.button-ghost{box-shadow:0 8px 20px rgba(0,0,0,.16)}
.button-ghost:hover{border:0;background:radial-gradient(circle at 50% 50%,rgba(84,217,196,.13),transparent 76%),#1d2327;box-shadow:0 0 19px rgba(84,217,196,.07)}
.button-primary{border:0;box-shadow:0 11px 24px rgba(244,184,61,.13),inset 0 1px rgba(255,255,255,.2)}
.button-primary:hover{box-shadow:0 12px 25px rgba(244,184,61,.16)}

body[data-page="home"] .hero-home::after{display:none}
body[data-page="home"] .hero-home::before{
  background:
    radial-gradient(ellipse at 50% 0,rgba(84,217,196,.075),transparent 38%),
    radial-gradient(circle at 78% 36%,rgba(244,184,61,.055),transparent 25%),
    linear-gradient(180deg,#151a1e 0,#121619 31%,var(--bg) 82%);
}
body[data-page="home"] .hero-home-grid{grid-template-columns:.96fr 1.04fr}
body[data-page="home"] .hero-copy h1{max-width:610px;font-size:clamp(45px,4.25vw,58px)}
.hero-nowrap{white-space:nowrap}
body[data-page="home"] .hero-cta .button-primary{min-width:205px}
body[data-page="home"] .hero-cta .button-primary:hover{box-shadow:0 10px 21px rgba(244,184,61,.13)}

body[data-page="home"] .app-preview{
  border:1px solid transparent;
  background:linear-gradient(150deg,rgba(31,36,41,.96),rgba(20,24,28,.94)) padding-box,linear-gradient(90deg,rgba(244,184,61,.03),rgba(244,184,61,.24),rgba(84,217,196,.17),rgba(244,184,61,.03)) border-box;
  box-shadow:0 38px 86px rgba(0,0,0,.4),0 0 32px rgba(84,217,196,.025),inset 0 1px rgba(255,255,255,.035);
}
body[data-page="home"] .connection-location,
body[data-page="home"] .float-chip{
  border:0;
  box-shadow:inset 0 0 0 1px rgba(84,217,196,.075),0 12px 28px rgba(0,0,0,.25),0 0 16px rgba(84,217,196,.025);
}
body[data-page="home"] .globe-core{box-shadow:0 17px 35px rgba(0,0,0,.34),inset 0 0 0 1px rgba(244,184,61,.07)}
body[data-page="home"] .globe-core::before{border-color:rgba(84,217,196,.18)}
body[data-page="home"] .connect-button{box-shadow:inset 0 0 0 1px rgba(84,217,196,.065)}

body[data-page="home"] .trust-grid{
  border:1px solid transparent;
  background:linear-gradient(150deg,#1b2025,#171b1f) padding-box,linear-gradient(90deg,rgba(244,184,61,.04),rgba(244,184,61,.22),rgba(84,217,196,.18),rgba(244,184,61,.04)) border-box;
  box-shadow:0 13px 28px rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.035),inset 0 -1px rgba(0,0,0,.34),0 0 18px rgba(84,217,196,.035);
}
body[data-page="home"] .trust-grid>div:not(:last-child)::after{
  top:22%;
  bottom:22%;
  width:2px;
  background:linear-gradient(90deg,rgba(255,255,255,.035),rgba(0,0,0,.65));
  box-shadow:1px 0 rgba(255,255,255,.035);
  opacity:1;
}
.flag-stack{gap:4px}
.flag-stack i{margin-left:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 4px 10px rgba(0,0,0,.28)}
.flag-stack i:first-child{margin-left:0}

.location-heading{align-items:center}
.location-heading .text-link{font-size:16px;font-weight:790}
body[data-page="home"] .location-explorer{
  background:linear-gradient(150deg,#1b2025,#171b1f) padding-box,linear-gradient(90deg,rgba(244,184,61,.035),rgba(244,184,61,.25),rgba(84,217,196,.21),rgba(244,184,61,.035)) border-box;
  box-shadow:0 15px 34px rgba(0,0,0,.2),0 0 22px rgba(84,217,196,.035);
}
body[data-page="home"] .location-stage{box-shadow:inset 0 0 0 1px rgba(84,217,196,.055)}
body[data-page="home"] .map-card{border:0;box-shadow:inset 0 0 0 1px rgba(244,184,61,.07),0 14px 32px rgba(0,0,0,.28)}

body[data-page="home"] .device-card{align-items:center;text-align:center}
body[data-page="home"] .device-card strong{font-size:19px}
body[data-page="home"] .device-card small{font-size:11px}
body[data-page="home"] .device-card i{font-size:14px}

.page-hero{
  background:
    radial-gradient(ellipse at 50% 0,rgba(84,217,196,.085),transparent 40%),
    radial-gradient(circle at 74% 16%,rgba(244,184,61,.04),transparent 24%),
    linear-gradient(180deg,#151a1e 0,#121619 38%,var(--bg) 100%);
}
.page-hero h1{font-family:"Segoe UI Variable Display","Segoe UI",Arial,sans-serif;font-size:clamp(43px,5vw,64px);font-weight:740;letter-spacing:-.048em}
.page-hero p{font-size:16px}
.about-hero h1{font-size:clamp(40px,4.25vw,52px)}
.story-copy h2{font-size:clamp(32px,3.2vw,43px)}

.plan-card:not(.featured),
.feature-check-grid,
.payment-card,
.resource-card,
.instruction-card,
.info-panel,
.country-card{
  border:1px solid transparent;
  background:linear-gradient(150deg,#1b2025,#171b1f) padding-box,linear-gradient(90deg,rgba(244,184,61,.035),rgba(244,184,61,.2),rgba(244,184,61,.035)) border-box;
  box-shadow:0 12px 27px rgba(0,0,0,.17),0 0 17px rgba(244,184,61,.018);
}
.plan-card:not(.featured):hover,
.resource-card:hover,
.instruction-card:hover,
.country-card:hover{
  border-color:transparent;
  box-shadow:0 16px 34px rgba(0,0,0,.22),0 0 20px rgba(244,184,61,.055);
}
.button-plan{
  border:0;
  color:#f6c762;
  background:radial-gradient(circle at 50% 50%,rgba(244,184,61,.12),transparent 76%),#1b2024;
  box-shadow:inset 0 0 0 1px rgba(244,184,61,.07),0 8px 18px rgba(0,0,0,.17);
}
.button-plan:hover{background:radial-gradient(circle at 50% 50%,rgba(244,184,61,.19),transparent 78%),#1d2226;box-shadow:0 0 20px rgba(244,184,61,.075)}

.feature-check-grid span{padding:12px;display:flex;align-items:center;gap:11px;background:#20252a}
.feature-check-grid span i{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;color:var(--primary);border-radius:12px;background:rgba(244,184,61,.09);font-style:normal}
.feature-check-grid svg,.payment-card svg,.info-panel svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.payment-card{min-height:170px}
.payment-card>span{width:52px;min-width:52px;padding:0}
.payment-card>span svg{width:25px;height:25px}

.locations-toolbar{align-items:center}
.locations-toolbar h2{font-family:"Segoe UI Variable Display","Segoe UI",Arial,sans-serif;font-size:39px}
.country-card{box-shadow:0 10px 24px rgba(0,0,0,.15)}
.info-panel{min-height:190px;border-radius:21px}
.info-panel>span{background:rgba(244,184,61,.09)}
.info-panel>span svg{width:25px;height:25px}
body[data-page="locations"] .trial-card{min-height:220px;padding:38px 275px 38px 42px;border:1px solid transparent;border-radius:27px;background:linear-gradient(135deg,#252016,#191c20 58%,#14171a) padding-box,linear-gradient(90deg,rgba(244,184,61,.04),rgba(244,184,61,.25),rgba(84,217,196,.15),rgba(244,184,61,.04)) border-box;box-shadow:0 24px 55px rgba(0,0,0,.29)}
body[data-page="locations"] .trial-card h2{font-size:38px}
body[data-page="locations"] .trial-card p{font-size:13px}
body[data-page="locations"] .trial-orb{right:34px;width:180px;height:180px}
body[data-page="locations"] .trial-orb img{width:96px;height:96px}

body[data-page="resources"] .resources-hero{padding-bottom:76px}
.instructions-hub .section-heading h2{font-size:clamp(31px,3.2vw,43px)}
.instruction-card>span{overflow:hidden;background:#20262a}
.instruction-card>span img{width:32px;height:32px;display:block}
.instruction-card>span.platform-pair{display:flex;align-items:center;justify-content:center;gap:0}
.instruction-card>span.platform-pair img{width:26px;height:26px;margin-left:-5px}
.instruction-card>span.platform-pair img:first-child{margin-left:0}
.questions-card .questions-actions:only-child{margin-left:auto}

@keyframes shield-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.045) rotate(-1deg)}}

@media(max-width:1100px){
  .desktop-nav a{font-size:15px}
  body[data-page="home"] .hero-copy h1{font-size:50px}
}

@media(max-width:820px){
  .page-hero h1,.about-hero h1{font-size:47px}
  body[data-page="home"] .hero-home-grid{grid-template-columns:1fr;gap:2px}
  body[data-page="locations"] .trial-card{padding:34px 220px 34px 34px}
  body[data-page="locations"] .trial-orb{right:20px;width:165px;height:165px}
  .feature-check-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:560px){
  body[data-page="home"] .hero-copy h1{font-size:37px}
  body[data-page="home"] .hero-cta .button-primary{min-width:0}
  .hero-nowrap{white-space:nowrap}
  .flag-stack{gap:2px}
  .location-heading{align-items:flex-start}
  .location-heading .text-link{font-size:15px}
  .page-hero h1,.about-hero h1{font-size:40px}
  .payment-grid{grid-template-columns:1fr}
  .feature-check-grid{grid-template-columns:1fr}
  body[data-page="locations"] .trial-card{padding:32px 25px 178px}
  body[data-page="locations"] .trial-card h2{font-size:31px}
  body[data-page="locations"] .trial-orb{right:50%;bottom:-12px;translate:50% 0;width:155px;height:155px}
}

body[data-page="home"] .hero-product>.mesh-orbit{display:none}
body[data-page="home"] .trust-location{padding-left:26px!important;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:13px}
body[data-page="home"] .trust-location .flag-stack{position:static;grid-row:1 / 3;align-self:center}
body[data-page="home"] .trust-location>strong{grid-column:2;align-self:end}
body[data-page="home"] .trust-location>span:last-child{grid-column:2;align-self:start}

@media(max-width:560px){
  body[data-page="home"] .trust-location{padding-left:14px!important;column-gap:9px}
  body[data-page="home"] .trust-location .flag-stack{gap:1px}
  body[data-page="home"] .trust-location .flag-stack i{width:23px;height:23px}
}

/* Refinement pass 2: seamless sections, expressive icons, support accordions */
.header-host{background:transparent}
.header-host::after{
  content:"";
  position:absolute;
  z-index:1;
  top:calc(var(--header-h) - 1px);
  right:0;
  left:0;
  height:46px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(17,20,23,.72),rgba(17,20,23,.28) 45%,transparent);
}
.site-header{background:linear-gradient(180deg,rgba(17,20,23,.995),rgba(17,20,23,.94) 62%,rgba(17,20,23,.78))}
.desktop-nav a::after{
  height:2px;
  background:linear-gradient(90deg,transparent,#f4b83d 26%,#ffe08a 47%,#54d9c4 52%,#f4b83d 74%,transparent);
  box-shadow:0 0 7px rgba(244,184,61,.42),0 0 13px rgba(84,217,196,.18);
}

body[data-page="home"] main{
  background:radial-gradient(ellipse at 50% 0,rgba(84,217,196,.035),transparent 25%),linear-gradient(180deg,#13181c 0,#111417 37%,#111417);
}
body[data-page="home"] .hero-home::before{
  inset:0 0 -100px;
  background:radial-gradient(ellipse at 50% 0,rgba(84,217,196,.07),transparent 39%),radial-gradient(circle at 78% 36%,rgba(244,184,61,.05),transparent 25%);
  -webkit-mask-image:linear-gradient(180deg,#000 0,#000 72%,transparent 100%);
  mask-image:linear-gradient(180deg,#000 0,#000 72%,transparent 100%);
}
body[data-page="home"] .trust-strip{position:relative;background:transparent}

body[data-page="home"] .trust-grid>div{
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  column-gap:13px;
}
body[data-page="home"] .trust-grid>div>strong{grid-column:2;align-self:end}
body[data-page="home"] .trust-grid>div>span:last-child{grid-column:2;align-self:start}
.stat-icon{
  grid-row:1 / 3;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  align-self:center;
  border-radius:13px;
  background:rgba(244,184,61,.09);
  color:#f4b83d!important;
  box-shadow:inset 0 0 0 1px rgba(244,184,61,.08);
}
.stat-icon.devices{color:#54d9c4!important;background:rgba(84,217,196,.09);box-shadow:inset 0 0 0 1px rgba(84,217,196,.08)}
.stat-icon.support{color:#8ea0ff!important;background:rgba(111,124,255,.1);box-shadow:inset 0 0 0 1px rgba(111,124,255,.09)}
.stat-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body[data-page="home"] .trust-location{padding-left:23px!important}
body[data-page="home"] .trust-location .flag-stack{
  width:52px;
  display:grid;
  grid-template-columns:repeat(2,24px);
  grid-template-rows:repeat(2,16px);
  gap:3px;
}
body[data-page="home"] .trust-location .flag-stack i{
  width:24px;
  height:16px;
  border:0;
  border-radius:4px;
  box-shadow:0 3px 7px rgba(0,0,0,.28);
}

.bento-icon{box-shadow:inset 0 0 0 1px rgba(244,184,61,.08),0 6px 17px rgba(0,0,0,.16)}
.bento-icon.mint{color:#54d9c4;background:linear-gradient(145deg,rgba(84,217,196,.18),rgba(84,217,196,.055))}
.bento-icon.coral{color:#ff8b79;background:linear-gradient(145deg,rgba(255,111,91,.18),rgba(255,111,91,.055))}
.bento-icon.violet{color:#b6c0ff;background:linear-gradient(145deg,rgba(111,124,255,.25),rgba(111,124,255,.075))}
.bento-icon svg{width:27px;height:27px;stroke-width:1.9}

.location-info-icon{box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 7px 18px rgba(0,0,0,.15)}
.location-info-icon.speed{color:#f4b83d;background:linear-gradient(145deg,rgba(244,184,61,.18),rgba(244,184,61,.055))}
.location-info-icon.unlimited{color:#54d9c4;background:linear-gradient(145deg,rgba(84,217,196,.18),rgba(84,217,196,.055))}
.location-info-icon.switch{color:#9cacff;background:linear-gradient(145deg,rgba(111,124,255,.2),rgba(111,124,255,.055))}
.location-info-icon svg{width:27px!important;height:27px!important}

.button-plan{
  color:#f6c762;
  background:linear-gradient(180deg,#252a2f,#1c2125);
  box-shadow:inset 0 0 0 1px rgba(244,184,61,.18),0 7px 15px rgba(0,0,0,.2);
}
.button-plan:hover{background:linear-gradient(180deg,#2b3035,#202529);box-shadow:inset 0 0 0 1px rgba(244,184,61,.28),0 8px 17px rgba(0,0,0,.22)}
.feature-check-grid span i{box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}
.feature-check-grid span:nth-child(2n) i{color:#54d9c4;background:rgba(84,217,196,.1)}
.feature-check-grid span:nth-child(3n) i{color:#9eacff;background:rgba(111,124,255,.11)}
.feature-check-grid span:nth-child(4) i{color:#ff917c;background:rgba(255,111,91,.1)}

.payment-section .section-heading{justify-content:center;text-align:center}
.payment-card{align-items:center;text-align:center}
.payment-card>span.payment-brand{width:104px;height:62px;padding:0;overflow:hidden;border-radius:14px;background:transparent}
.payment-brand img{width:100%;height:100%;display:block;object-fit:contain}
.payment-card strong{margin-top:20px;font-size:17px}
.referral-card,
body[data-page="pricing"] .questions-card{
  border:1px solid transparent;
  background:linear-gradient(150deg,#1b2025,#171b1f) padding-box,linear-gradient(90deg,rgba(244,184,61,.04),rgba(244,184,61,.3),rgba(84,217,196,.18),rgba(244,184,61,.04)) border-box;
  box-shadow:0 16px 36px rgba(0,0,0,.2),0 0 22px rgba(84,217,196,.035);
}
.referral-icon{color:#54d9c4;background:linear-gradient(145deg,rgba(244,184,61,.18),rgba(84,217,196,.09));box-shadow:inset 0 0 0 1px rgba(244,184,61,.12),0 9px 24px rgba(0,0,0,.2)}
.referral-icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

body[data-page="contact"] .contact-hero{padding-bottom:128px}
.contact-grid{grid-template-columns:1fr 1fr;align-items:start}
.contact-channels{grid-template-rows:repeat(3,84px) auto}
.channel-card,
.contact-form,
.support-promise{
  border:1px solid transparent;
  background:linear-gradient(150deg,#1b2025,#171b1f) padding-box,linear-gradient(90deg,rgba(244,184,61,.035),rgba(244,184,61,.24),rgba(84,217,196,.14),rgba(244,184,61,.035)) border-box;
  box-shadow:0 12px 28px rgba(0,0,0,.17),0 0 17px rgba(84,217,196,.025);
}
.channel-card{min-height:84px;padding:14px 16px;grid-template-columns:auto 1fr;text-decoration:none}
.channel-card>span{width:50px;height:50px;padding:0;overflow:hidden;background:transparent!important}
.channel-card>span img{width:100%;height:100%;display:block;object-fit:contain}
.channel-card:hover{box-shadow:0 15px 32px rgba(0,0,0,.22),0 0 20px rgba(84,217,196,.065);transform:translateY(-2px)}
.support-promise{display:flex;flex-direction:column;justify-content:flex-start}
.contact-form{height:auto;margin-top:0;align-self:start;align-content:start}
.contact-form textarea{min-height:146px}
.contact-form .button{margin-top:auto}

.quick-accordions{display:grid;border-top:1px solid rgba(244,184,61,.13)}
.quick-accordion{border-bottom:1px solid rgba(244,184,61,.13);background:linear-gradient(90deg,transparent,rgba(244,184,61,.025),transparent)}
.quick-accordion summary{min-height:78px;padding:15px 8px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;cursor:pointer;list-style:none}
.quick-accordion summary::-webkit-details-marker{display:none}
.quick-accordion summary:focus-visible{outline:0;box-shadow:inset 0 0 0 1px rgba(244,184,61,.22),0 0 14px rgba(244,184,61,.045)}
.quick-accordion summary>span{width:44px;height:44px;display:grid;place-items:center;color:#f4b83d;border-radius:13px;background:rgba(244,184,61,.09)}
.quick-accordion summary svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.quick-accordion summary strong{font-size:19px}
.quick-accordion summary i{position:relative;width:26px;height:26px;border-radius:9px;background:#20262a}
.quick-accordion summary i::before,.quick-accordion summary i::after{content:"";position:absolute;top:12px;left:7px;width:12px;height:2px;border-radius:2px;background:#f4b83d;transition:transform .2s}
.quick-accordion summary i::after{transform:rotate(90deg)}
.quick-accordion[open] summary i::after{transform:rotate(0)}
.quick-answer{padding:0 58px 22px 68px;color:var(--muted);font-size:13px;line-height:1.6}
.quick-answer p{margin:0 0 10px}.quick-answer b{color:var(--ink-soft)}
.quick-answer a{color:#f4b83d;text-decoration:none;font-weight:750}

@media(max-width:820px){
  .header-host::after{position:fixed;top:calc(var(--header-h) - 1px)}
  .contact-grid{grid-template-columns:1fr}
  .contact-channels{grid-template-rows:repeat(3,84px) auto}
}

@media(max-width:560px){
  body[data-page="home"] .trust-grid>div{grid-template-columns:auto 1fr;column-gap:8px}
  .stat-icon{width:34px;height:34px;border-radius:11px}
  .stat-icon svg{width:20px;height:20px}
  body[data-page="home"] .trust-location{padding-left:12px!important}
  body[data-page="home"] .trust-location .flag-stack{width:43px;grid-template-columns:repeat(2,20px);grid-template-rows:repeat(2,14px);gap:2px}
  body[data-page="home"] .trust-location .flag-stack i{width:20px;height:14px}
  .payment-card>span.payment-brand{width:112px;height:66px}
  .referral-card{text-align:left}
  .quick-accordion summary{min-height:70px;gap:12px}
  .quick-accordion summary strong{font-size:16px}
  .quick-answer{padding:0 10px 20px 60px}
}

/* Final polish: one canvas, clearer controls and compact information architecture */
html,
body{
  background:#111417;
}
body{
  background-image:none;
}
main,
body[data-page="home"] main{
  background:#111417!important;
}
main>section,
.page-hero{
  background-color:transparent!important;
  background-image:none!important;
}
body[data-page="home"] .hero-home::before{
  display:none;
}
.header-host{
  background:#111417;
}
.header-host::after,
.site-header::after{
  display:none;
}
.site-header{
  background:rgba(17,20,23,.96);
  box-shadow:none;
}
.desktop-nav a::after{
  background:linear-gradient(90deg,transparent,#e7a92c 18%,#f4b83d 38%,#fff0b4 50%,#f4b83d 62%,#e7a92c 82%,transparent);
  box-shadow:0 0 7px rgba(244,184,61,.46),0 0 15px rgba(244,184,61,.16);
}

.plan-card .button[data-select-plan]{
  border:1px solid transparent;
  color:#f8ca67;
  background:linear-gradient(180deg,#242a2f,#1a1f23) padding-box,linear-gradient(90deg,rgba(244,184,61,.04),rgba(244,184,61,.52),rgba(255,225,148,.72),rgba(244,184,61,.52),rgba(244,184,61,.04)) border-box;
  box-shadow:0 8px 18px rgba(0,0,0,.22),0 0 15px rgba(244,184,61,.055);
}
.plan-card .button[data-select-plan]:hover{
  color:#ffe49b;
  background:linear-gradient(180deg,#2b3136,#20252a) padding-box,linear-gradient(90deg,rgba(244,184,61,.08),rgba(244,184,61,.75),#fff0bd,rgba(244,184,61,.75),rgba(244,184,61,.08)) border-box;
  box-shadow:0 9px 20px rgba(0,0,0,.25),0 0 20px rgba(244,184,61,.1);
}
.feature-check-grid span i{
  width:44px;
  height:44px;
  flex-basis:44px;
  border-radius:14px;
}
.feature-check-grid svg{
  width:25px;
  height:25px;
  stroke-width:1.9;
}

.payment-grid{
  width:min(790px,100%);
  margin-inline:auto;
  gap:18px;
}
.payment-card{
  min-height:270px;
  padding:28px;
  justify-content:center;
  border-radius:26px;
}
.payment-card>span.payment-brand,
.payment-card>span.payment-brand.cards{
  width:180px;
  height:116px;
  border-radius:20px;
}
.payment-card strong{
  margin-top:22px;
  font-size:19px;
}
.payment-card small{
  font-size:13px;
}

.about-mark{
  overflow:visible;
}
.about-mark img{
  width:172px;
  height:172px;
  filter:drop-shadow(0 18px 24px rgba(0,0,0,.3));
}
.about-ring{
  border-color:rgba(244,184,61,.18);
}
.about-ring::after{
  background:#f4b83d;
  box-shadow:0 0 0 7px rgba(244,184,61,.08);
}
.story-stats{
  padding:15px;
  gap:10px;
}
.story-stats div{
  min-height:122px;
  padding:15px;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  align-content:center;
  column-gap:11px;
}
.about-stat-icon{
  grid-row:1 / 3;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  align-self:center;
  color:#f4b83d;
  border-radius:13px;
  background:rgba(244,184,61,.1);
  box-shadow:inset 0 0 0 1px rgba(244,184,61,.08);
  font-style:normal;
}
.about-stat-icon.devices{color:#54d9c4;background:rgba(84,217,196,.1)}
.about-stat-icon.support{color:#aab5ff;background:rgba(111,124,255,.12)}
.about-stat-icon.privacy{color:#ff987f;background:rgba(255,128,97,.1)}
.about-stat-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.story-stats strong{
  grid-column:2;
  align-self:end;
  font-size:28px;
}
.story-stats span{
  grid-column:2;
  align-self:start;
  line-height:1.35;
}
.principles-section .section-heading{
  margin-bottom:25px;
}
.principles-section .section-heading h2{
  font-size:clamp(29px,3vw,40px);
}
.principles-grid{
  width:min(1040px,100%);
  margin-inline:auto;
  gap:12px;
}
.principle-card{
  min-height:195px;
  padding:24px;
  border:1px solid transparent;
  background:linear-gradient(150deg,#1b2025,#171b1f) padding-box,linear-gradient(90deg,rgba(244,184,61,.04),rgba(244,184,61,.28),rgba(244,184,61,.04)) border-box;
  box-shadow:0 12px 27px rgba(0,0,0,.17),0 0 16px rgba(244,184,61,.025);
}
.principle-card h3{
  margin:4px 0 13px;
  font-size:19px;
}
body[data-page="about"] .trial-card{
  width:min(1020px,100%);
  min-height:215px;
  padding:38px 270px 38px 42px;
  border:1px solid transparent;
  border-radius:28px;
  background:linear-gradient(135deg,#252016,#191c20 58%,#14171a) padding-box,linear-gradient(90deg,rgba(244,184,61,.04),rgba(244,184,61,.34),rgba(244,184,61,.04)) border-box;
  box-shadow:0 22px 52px rgba(0,0,0,.28),0 0 20px rgba(244,184,61,.035);
}
body[data-page="about"] .trial-card h2{
  font-size:clamp(31px,3.4vw,43px);
}
body[data-page="about"] .trial-orb{
  right:30px;
  width:165px;
  height:165px;
}
body[data-page="about"] .trial-orb img{
  width:94px;
  height:94px;
}

.support-promise{
  padding:22px;
}
.support-promise h2{
  margin:0 0 16px;
  text-align:center;
  font-size:30px;
}
.support-promise ul{
  gap:10px;
  color:#c4c8ce;
  font-size:14px;
  line-height:1.35;
}
.support-promise li{
  min-height:58px;
  padding:9px 11px;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:10px;
  border-radius:15px;
  background:rgba(255,255,255,.022);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);
}
.support-promise li::before{display:none}
.support-help-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  color:#f4b83d;
  border-radius:12px;
  background:rgba(244,184,61,.1);
  box-shadow:inset 0 0 0 1px rgba(244,184,61,.08);
  font-style:normal;
}
.support-help-icon.globe{color:#54d9c4;background:rgba(84,217,196,.1)}
.support-help-icon.signal{color:#aab5ff;background:rgba(111,124,255,.12)}
.support-help-icon.qr{color:#ff987f;background:rgba(255,128,97,.1)}
.support-help-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.quick-accordion summary strong{
  font-size:21px;
}
.quick-answer{
  padding:2px 64px 28px 68px;
  font-size:15px;
  line-height:1.65;
}
.quick-answer p{
  margin-bottom:13px;
}
.quick-answer a{
  font-size:14px;
}
.quick-intro{
  margin-bottom:18px!important;
}
.device-instruction-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.device-instruction-grid article{
  min-height:176px;
  padding:17px;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:start;
  gap:13px;
  border-radius:17px;
  background:#181d21;
  box-shadow:inset 0 0 0 1px rgba(244,184,61,.08);
}
.device-instruction-grid article>span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#22282d;
}
.device-instruction-grid img{
  width:27px;
  height:27px;
}
.device-instruction-grid b{
  color:var(--ink);
  font-size:16px;
}
.device-instruction-grid ol{
  margin:10px 0 0;
  padding-left:18px;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}
.guide-steps{
  margin:22px 0;
  padding:0;
  display:grid;
  gap:10px;
  list-style:none;
  counter-reset:guide;
}
.guide-steps li{
  padding:13px 14px 13px 50px;
  position:relative;
  border-radius:14px;
  background:#181d21;
  color:var(--ink-soft);
  line-height:1.5;
  counter-increment:guide;
}
.guide-steps li::before{
  content:counter(guide);
  position:absolute;
  left:13px;
  top:12px;
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  color:#19150c;
  border-radius:9px;
  background:#f4b83d;
  font-size:12px;
  font-weight:850;
}

.site-footer{
  margin-top:55px;
  padding-top:28px;
  background:#111417;
  box-shadow:none;
}
.footer-grid{
  grid-template-columns:1.45fr .8fr .95fr;
  gap:clamp(42px,8vw,100px);
  padding:24px 0 8px;
}
.footer-brand p{
  margin-bottom:0;
}
.footer-column h3{
  margin-bottom:10px;
  color:var(--ink);
  font-size:14px;
}
.footer-column a,
.footer-column button{
  font-size:13px;
  line-height:1.35;
  text-align:left;
}
.footer-email{
  margin-top:4px;
  color:#f4b83d!important;
}
.footer-bottom{
  margin-top:24px;
  padding:20px 0 28px;
  border-top:1px solid rgba(255,255,255,.055);
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible{
  outline:2px solid rgba(244,184,61,.42);
  outline-offset:3px;
}

@media(max-width:820px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:34px 50px;
  }
  .footer-brand{
    grid-column:1 / -1;
  }
  body[data-page="about"] .trial-card{
    padding:34px 215px 34px 34px;
  }
  body[data-page="about"] .trial-orb{
    right:22px;
    width:150px;
    height:150px;
  }
}

@media(max-width:560px){
  .payment-card{
    min-height:245px;
  }
  .payment-card>span.payment-brand,
  .payment-card>span.payment-brand.cards{
    width:168px;
    height:108px;
  }
  .story-stats{
    grid-template-columns:1fr;
  }
  .story-stats div{
    min-height:96px;
  }
  .principle-card{
    min-height:165px;
  }
  body[data-page="about"] .trial-card{
    padding:31px 25px 168px;
  }
  body[data-page="about"] .trial-orb{
    right:50%;
    bottom:-5px;
    translate:50% 0;
    width:145px;
    height:145px;
  }
  .support-promise h2{
    font-size:27px;
  }
  .support-promise ul{
    grid-template-columns:1fr;
    font-size:14px;
  }
  .quick-accordion summary strong{
    font-size:18px;
  }
  .quick-answer{
    padding:2px 8px 24px 58px;
    font-size:14px;
  }
  .device-instruction-grid{
    grid-template-columns:1fr;
  }
  .device-instruction-grid article{
    min-height:0;
  }
  .footer-grid{
    grid-template-columns:1fr;
  }
  .footer-brand{
    grid-column:auto;
  }
}

/* Keep the top atmosphere without reintroducing section seams */
body{
  background:
    radial-gradient(ellipse 980px 680px at 82% 0,rgba(244,184,61,.13),rgba(244,184,61,.045) 42%,transparent 76%) no-repeat,
    #111417;
}
main,
body[data-page="home"] main{
  background:transparent!important;
}
.header-host::after{
  display:none;
}
.site-header::after{
  content:"";
  position:absolute;
  right:50%;
  bottom:0;
  width:min(960px,78vw);
  height:1px;
  display:block;
  background:linear-gradient(90deg,rgba(84,217,196,.06) 0,rgba(84,217,196,.72) 6%,rgba(84,217,196,.94) 22%,rgba(84,217,196,.94) 62%,rgba(84,217,196,.45) 83%,transparent 100%);
  box-shadow:0 0 6px rgba(84,217,196,.4),0 0 13px rgba(84,217,196,.11);
  translate:50% 0;
}

@media(max-width:820px){
  body{
    background:
      radial-gradient(ellipse 720px 540px at 90% 0,rgba(244,184,61,.115),rgba(244,184,61,.04) 42%,transparent 76%) no-repeat,
      #111417;
  }
  .site-header::after{
    width:calc(100% - 42px);
  }
}

/* Final mobile fit for the IZI lockup and hero */
@media(max-width:560px){
  .nav-inner{
    width:calc(100% - 24px);
    gap:10px;
  }
  .menu-toggle{
    display:grid!important;
    position:relative;
    z-index:3;
  }
  .brand{
    min-width:0;
  }
  .brand img{
    width:46px;
    height:38px;
  }
  .brand-wordmark{
    gap:6px;
  }
  .brand-wordmark strong{
    font-size:15px;
  }
  .brand-wordmark i{
    height:18px;
  }
  .brand-wordmark b{
    font-size:11px;
  }
  body[data-page="home"] .hero-home-grid,
  body[data-page="home"] .hero-copy,
  body[data-page="home"] .hero-product{
    min-width:0;
    width:100%;
  }
  body[data-page="home"] .hero-copy h1{
    max-width:100%;
    font-size:34px;
    letter-spacing:-.045em;
  }
  body[data-page="home"] .hero-copy>p{
    max-width:100%;
    font-size:13px;
  }
  body[data-page="home"] .hero-cta{
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,1.22fr) minmax(0,.78fr);
    gap:8px;
  }
  body[data-page="home"] .hero-cta .button{
    width:100%;
    min-width:0;
    padding-inline:8px;
    font-size:10px;
  }
  body[data-page="home"] .hero-product{
    margin-inline:0;
  }
  body[data-page="home"] .app-preview{
    width:min(310px,calc(100vw - 48px));
  }
  body[data-page="home"] .chip-one{display:none}
  body[data-page="home"] .chip-two{right:0!important}
  body[data-page="home"] .chip-three{left:0}
}

/* IZI arrow mark: larger navigation lockup and dimensional app treatment */
.brand img{
  width:76px;
  height:52px;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.36)) drop-shadow(0 0 8px rgba(244,184,61,.1));
}
.brand-wordmark strong{
  font-size:19px;
}
.brand-wordmark b{
  font-size:15px;
}
body[data-page="home"] .app-preview-head img{
  width:46px;
  height:46px;
  object-fit:contain;
  border-radius:12px;
  filter:drop-shadow(-2px 0 7px rgba(244,184,61,.2)) drop-shadow(2px 0 7px rgba(84,217,196,.11)) drop-shadow(0 6px 8px rgba(0,0,0,.4));
}
body[data-page="home"] .connection-globe::after{
  content:"";
  position:absolute;
  z-index:0;
  inset:29%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,198,45,.26),rgba(244,168,23,.1) 38%,rgba(84,217,196,.07) 58%,transparent 74%);
  filter:blur(12px);
  animation:izi-neon-pulse 3.8s ease-in-out infinite;
}
body[data-page="home"] .globe-core{
  width:124px;
  height:124px;
  border:0;
  border-radius:34px;
  background:transparent;
  box-shadow:
    0 26px 46px rgba(0,0,0,.5),
    -13px 0 32px rgba(244,184,61,.14),
    13px 0 34px rgba(84,217,196,.09),
    0 0 66px rgba(244,184,61,.07);
  transform-style:preserve-3d;
  animation:izi-core-float 4.2s ease-in-out infinite;
}
body[data-page="home"] .globe-core::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-17px;
  border-radius:44px;
  border:1px solid rgba(255,218,111,.12);
  box-shadow:-8px 0 22px rgba(244,184,61,.1),8px 0 24px rgba(84,217,196,.06);
}
body[data-page="home"] .globe-core img{
  width:118px;
  height:118px;
  object-fit:contain;
  border-radius:31px;
  animation:izi-mark-volume 3.8s ease-in-out infinite;
  filter:
    drop-shadow(0 9px 10px rgba(0,0,0,.48))
    drop-shadow(-5px 0 9px rgba(255,188,29,.2))
    drop-shadow(5px 0 9px rgba(84,217,196,.13));
}
.trial-orb img,
.about-mark img,
.modal-mark{
  filter:drop-shadow(0 10px 14px rgba(0,0,0,.32)) drop-shadow(0 0 9px rgba(244,184,61,.12));
}

@keyframes izi-core-float{
  0%,100%{transform:translateY(0) rotateX(0deg) rotateY(0deg)}
  50%{transform:translateY(-7px) rotateX(2.5deg) rotateY(-3deg)}
}
@keyframes izi-mark-volume{
  0%,100%{transform:perspective(420px) translateZ(4px) scale(1)}
  50%{transform:perspective(420px) translateZ(18px) scale(1.045)}
}
@keyframes izi-neon-pulse{
  0%,100%{opacity:.58;transform:scale(.88)}
  50%{opacity:1;transform:scale(1.12)}
}

@media(max-width:560px){
  .brand img{
    width:55px;
    height:40px;
  }
  body[data-page="home"] .app-preview-head img{
    width:42px;
    height:42px;
  }
  body[data-page="home"] .globe-core{
    width:108px;
    height:108px;
    border-radius:30px;
  }
  body[data-page="home"] .globe-core img{
    width:104px;
    height:104px;
    border-radius:28px;
  }
}
