:root {
  --bg: #f4f8fd;
  --surface: #ffffff;
  --surface-soft: #eef6ff;
  --text: #0d2035;
  --muted: #5e718b;
  --line: #dce8f5;
  --blue: #1677ff;
  --blue-2: #0ea5e9;
  --green: #12b981;
  --shadow: 0 22px 55px rgba(27, 73, 124, .13);
  --shadow-soft: 0 14px 35px rgba(27, 73, 124, .10);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 42%, #f8fbff 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(22, 119, 255, .35); outline-offset: 3px; }

.container { width: min(1128px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 84px 0; }
.section-white { background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%); }
.section-soft { background: linear-gradient(180deg, #eef6ff 0%, #f7fbff 100%); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 14px; background: var(--blue); color: white; border-radius: 10px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.scroll-progress { position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 999; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--green)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(219, 232, 246, .86);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { width: 146px; height: auto; object-fit: contain; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 10px 12px; border-radius: 999px; color: #40566f; font-weight: 700; font-size: .94rem; transition: background .2s ease, color .2s ease; }
.site-nav a:hover { background: #edf5ff; color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: white; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--text); border-radius: 999px; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-2)); box-shadow: 0 14px 32px rgba(22,119,255,.24); }
.btn-primary:hover { box-shadow: 0 18px 42px rgba(22,119,255,.32); }
.btn-ghost { color: var(--blue); background: #fff; border-color: var(--line); }
.btn-soft { color: var(--blue); background: #eaf4ff; border-color: #cfe4ff; }
.btn-lg { min-height: 54px; padding-inline: 24px; }

.hero { position: relative; overflow: hidden; padding: 30px 0 46px; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; filter: blur(10px); }
.hero::before { width: 520px; height: 520px; right: -200px; top: 40px; background: rgba(22,119,255,.10); }
.hero::after { width: 420px; height: 420px; left: -170px; top: 150px; background: rgba(18,185,129,.08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); gap: 54px; align-items: start; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid #d9e8ff; border-radius: 999px; background: #fff; color: #315979; font-weight: 800; font-size: .9rem; box-shadow: 0 10px 30px rgba(27,73,124,.07); }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(18,185,129,.13); animation: pulse 1.8s ease-in-out infinite; }
.hero h1 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(2.28rem, 5.1vw, 4.72rem); line-height: .98; letter-spacing: -.06em; color: #0a2138; max-width: 760px; }
.lead { margin: 0; color: #52687f; font-size: clamp(1.02rem, 1.3vw, 1.18rem); line-height: 1.76; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; color: #52687f; font-size: .94rem; }
.hero-trust span { padding: 9px 12px; background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 999px; }
.hero-trust strong { color: #0a2138; }

.hero-device-wrap { position: relative; display: grid; place-items: start center; align-self: start; min-height: auto; }
.device-orbit { position: absolute; border-radius: 999px; background: rgba(22,119,255,.12); filter: blur(2px); animation: floatOrbit 7s ease-in-out infinite; }
.orbit-a { width: 330px; height: 330px; }
.orbit-b { width: 260px; height: 260px; background: rgba(18,185,129,.10); animation-delay: -2.5s; }
.phone-shell {
  position: relative;
  z-index: 2;
  width: min(355px, 100%);
  min-height: 548px;
  padding: 16px;
  border: 1px solid rgba(212, 228, 246, .95);
  border-radius: 38px;
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  box-shadow: 0 30px 80px rgba(31,72,116,.18), inset 0 0 0 7px #f0f6ff;
  overflow: hidden;
}
.phone-shell::after { content: ""; position: absolute; inset: -60% -80%; background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.45) 48%, transparent 56%); transform: translateX(-26%); animation: screenShine 4.4s ease-in-out infinite; pointer-events: none; }
.phone-top, .phone-brand-row { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.phone-top { height: 30px; padding-inline: 10px; color: #6b7f96; font-size: .78rem; font-weight: 800; }
.phone-signal { letter-spacing: -2px; color: #1a8dff; }
.phone-brand-row { margin-top: 6px; padding: 10px; border: 1px solid #dce9f8; border-radius: 20px; background: rgba(255,255,255,.92); }
.phone-panel-logo { display: inline-flex; align-items: center; min-width: 0; gap: 9px; font-weight: 900; color: #102b45; }
.mini-logo-img { width: 34px; height: 34px; object-fit: contain; border-radius: 10px; }
.status-pill { padding: 6px 10px; border-radius: 999px; background: #eafff7; color: #079b67; font-size: .78rem; font-weight: 900; }
.phone-progress { position: relative; z-index: 1; height: 8px; margin: 14px 4px 14px; border-radius: 999px; overflow: hidden; background: #dcecff; }
.phone-progress span { display: block; width: 0%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--green)); }
.phone-screen { position: relative; z-index: 1; border-radius: 28px; background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%); border: 1px solid #dce9f8; min-height: 340px; padding: 14px; display: flex; }
.phone-scene { width: 100%; min-height: 312px; display: grid; grid-template-rows: auto auto auto minmax(78px, auto) minmax(76px, auto); gap: 10px; align-content: start; transition: opacity .24s ease, transform .24s ease, filter .24s ease; }
.phone-scene.is-changing { opacity: .92; transform: translateY(4px) scale(.995); filter: none; }
.scene-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.scene-badge, .scene-kicker { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px; font-weight: 900; font-size: .78rem; }
.scene-badge { color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-2)); }
.scene-kicker { color: #0b79ff; background: #e9f4ff; max-width: 142px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.phone-scene h3 { margin: 0; font-family: var(--display); font-size: 1.22rem; letter-spacing: -.03em; line-height: 1.22; }
.phone-scene p { margin: 0; color: #5e718b; font-size: .93rem; line-height: 1.55; }
.scene-visual { position: relative; min-height: 88px; display: grid; place-items: center; border: 1px solid #dbeafd; border-radius: 24px; background: linear-gradient(180deg, #ffffff, #eef7ff); overflow: hidden; }
.scene-visual img { width: 54px; height: 54px; object-fit: contain; z-index: 1; filter: drop-shadow(0 10px 14px rgba(27,73,124,.12)); }
.visual-glow { position: absolute; width: 92px; height: 92px; border-radius: 999px; background: radial-gradient(circle, rgba(22,119,255,.18), transparent 68%); animation: visualPulse 2.2s ease-in-out infinite; }
.code-panel { min-height: 76px; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 14px; border-radius: 22px; background: #0f2439; color: white; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.code-panel small { color: #9cc7ed; font-weight: 800; }
.code-panel strong { color: #fff; font-size: clamp(1.2rem, 3.6vw, 1.72rem); line-height: 1.18; letter-spacing: .02em; overflow-wrap: anywhere; }
.phone-mini-status { position: relative; z-index: 1; margin-top: 12px; min-height: 42px; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 18px; background: #edf7ff; color: #21405e; font-size: .88rem; }
.mini-status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(18,185,129,.12); }
.floating-card { position: absolute; z-index: 3; min-width: 142px; padding: 12px 14px; border: 1px solid #dbe8f6; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-soft); animation: floatCard 5.8s ease-in-out infinite; }
.floating-card strong { display: block; color: #0c2842; font-size: .92rem; }
.floating-card span { color: #657991; font-size: .8rem; }
.float-one { left: 8px; top: 96px; }
.float-two { right: 0; bottom: 118px; animation-delay: -2s; }

.hero-lane-wrap { margin-top: 36px; }
.motion-lane { position: relative; width: 100%; overflow: hidden; padding: 12px 0; mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); }
.motion-track { display: flex; align-items: center; gap: 12px; width: max-content; will-change: transform; }
.logo-chip, .flag-chip { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; min-height: 52px; padding: 9px 16px; border: 1px solid #dce8f5; border-radius: 999px; background: rgba(255,255,255,.96); box-shadow: 0 10px 24px rgba(27,73,124,.07); color: #233f5b; font-weight: 850; }
.chip-icon { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #e2edf8; border-radius: 12px; background: #fff; padding: 5px; }
.logo-chip img { width: 100%; height: 100%; object-fit: contain; }
.flag-chip img { width: 28px; height: 20px; border-radius: 4px; object-fit: cover; box-shadow: 0 0 0 1px rgba(0,0,0,.06); }

.stats-strip { padding: 28px 0; background: #fff; border-block: 1px solid #dce8f5; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.stat-card { padding: 22px; border: 1px solid #dce8f5; border-radius: 22px; background: linear-gradient(180deg, #fff, #f8fbff); box-shadow: var(--shadow-soft); }
.stat-card strong { display: block; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.04em; color: var(--blue); line-height: 1; }
.stat-card span { display: block; margin-top: 8px; color: #5e718b; font-weight: 750; }

.section-head { width: min(760px, 100%); margin: 0 auto 36px; text-align: center; }
.section-head.compact { margin-bottom: 22px; }
.section-kicker { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border-radius: 999px; background: #e9f4ff; color: var(--blue); font-weight: 900; font-size: .84rem; }
.section-head h2, .feature-copy h2, .seo-copy-card h2, .faq-copy h2 { margin: 14px 0 10px; font-family: var(--display); font-size: clamp(1.86rem, 3.4vw, 3.05rem); line-height: 1.08; letter-spacing: -.045em; color: #0a2138; }
.section-head p, .feature-copy p, .seo-copy-card p, .faq-copy p { margin: 0; color: #5e718b; font-size: 1.02rem; line-height: 1.72; }

.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { min-height: 218px; display: grid; grid-template-rows: auto auto 1fr auto; gap: 10px; padding: 22px; border: 1px solid #dce8f5; border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 14px 34px rgba(27,73,124,.08); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #bad8ff; box-shadow: 0 22px 44px rgba(22,119,255,.13); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; padding: 10px; border-radius: 16px; border: 1px solid #dce8f5; background: #fff; }
.service-icon img { width: 100%; height: 100%; object-fit: contain; }
.service-card strong { font-family: var(--display); font-size: 1.04rem; line-height: 1.26; letter-spacing: -.025em; }
.service-card span:not(.service-icon) { color: #657991; line-height: 1.5; }
.service-card em { color: var(--blue); font-style: normal; font-weight: 900; align-self: end; }

.feature-grid { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: 48px; align-items: center; }
.mini-dashboard { padding: 24px; border-radius: 30px; border: 1px solid #dce8f5; background: linear-gradient(180deg, #fff, #f4faff); box-shadow: var(--shadow); }
.dash-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px; border-radius: 20px; background: #0f2439; color: white; }
.dash-top span { color: #9ec7ee; font-weight: 800; }
.dash-list { display: grid; gap: 12px; margin-top: 18px; }
.dash-list div { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #dce8f5; border-radius: 18px; background: #fff; color: #25425f; font-weight: 850; }
.dash-list img { width: 28px; height: 28px; object-fit: contain; }
.dash-list b { margin-left: auto; padding: 6px 9px; border-radius: 999px; background: #eafff7; color: #079b67; font-size: .8rem; }
.feature-points { display: grid; gap: 14px; margin-top: 22px; }
.feature-points div { padding: 16px; border: 1px solid #dce8f5; border-radius: 18px; background: #fff; }
.feature-points strong { display: block; margin-bottom: 5px; }
.feature-points span { color: #657991; line-height: 1.55; }

.seo-copy-section { background: linear-gradient(180deg, #fff 0%, #f4faff 100%); }
.seo-copy-card { position: relative; padding: clamp(28px, 5vw, 48px); border: 1px solid #dce8f5; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.seo-copy-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 0%, rgba(22,119,255,.09), transparent 34%), radial-gradient(circle at 100% 15%, rgba(18,185,129,.08), transparent 28%); pointer-events: none; }
.seo-copy-card > * { position: relative; z-index: 1; }
.seo-copy-card p + p { margin-top: 14px; }

.steps-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.step-card { min-width: 0; display: grid; grid-template-rows: 34px 146px auto 1fr; gap: 14px; padding: 20px; border: 1px solid #dce8f5; border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.step-no { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 14px; background: #ecf5ff; color: var(--blue); font-weight: 900; box-shadow: 0 10px 22px rgba(22,119,255,.10); }
.step-phone { min-height: 146px; display: flex; flex-direction: column; justify-content: space-between; gap: 8px; padding: 16px; border: 5px solid #15314e; border-radius: 24px; background: linear-gradient(180deg, #f8fcff, #ffffff); overflow: hidden; }
.step-phone strong { color: #10243a; font-size: .96rem; line-height: 1.25; white-space: normal; }
.step-phone p { margin: 0; color: #6a7d93; font-size: .82rem; line-height: 1.38; }
.step-icon-line { display: flex; align-items: center; gap: 10px; }
.step-icon-line img { width: 34px; height: 34px; object-fit: contain; flex: 0 0 auto; }
.step-icon-line span { height: 16px; flex: 1; min-width: 0; border-radius: 999px; background: #eaf2fb; }
.flag-stack { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.flag-stack img { width: 34px; height: 24px; border-radius: 5px; object-fit: cover; }
.number-mask, .code-digits { display: block; font-family: var(--display); letter-spacing: .02em; color: var(--blue); font-weight: 900; line-height: 1.1; white-space: nowrap; }
.number-mask { font-size: 1.02rem; }
.code-digits { font-size: 1.28rem; }
.pay-line { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 10px 11px; border-radius: 14px; background: #eaf7ff; border: 1px solid #cae6ff; }
.pay-line span { color: var(--blue); font-weight: 900; font-size: .82rem; }
.pay-line b { min-width: 0; color: var(--green); font-size: .96rem; line-height: 1.1; overflow-wrap: anywhere; }
.step-card h3 { margin: 0; font-family: var(--display); font-size: 1.02rem; line-height: 1.24; letter-spacing: -.025em; }
.step-card > p { margin: 0; color: #657991; line-height: 1.62; font-size: .93rem; }

.price-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 22px; }
.price-tabs button { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 16px; border: 1px solid #dce8f5; border-radius: 999px; background: #fff; color: #25425f; font-weight: 900; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.price-tabs button:hover { transform: translateY(-1px); border-color: #bad8ff; }
.price-tabs button.active { color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-2)); border-color: transparent; box-shadow: 0 12px 30px rgba(22,119,255,.22); }
.price-tabs img { width: 22px; height: 22px; object-fit: contain; }
.price-table-wrap { border: 1px solid #dce8f5; border-radius: 28px; background: #fff; overflow: hidden; box-shadow: var(--shadow); }
.price-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px; background: linear-gradient(180deg, #fff, #f7fbff); border-bottom: 1px solid #dce8f5; }
.price-panel-title { display: flex; align-items: center; gap: 14px; min-width: 0; }
.price-service-icon { width: 50px; height: 50px; display: grid; place-items: center; padding: 10px; border: 1px solid #dce8f5; border-radius: 16px; background: #fff; flex: 0 0 auto; }
.price-service-icon img { width: 100%; height: 100%; object-fit: contain; }
.price-panel-title strong { display: block; font-family: var(--display); font-size: 1.1rem; line-height: 1.25; }
.price-panel-title small { display: block; color: #5e718b; margin-top: 4px; line-height: 1.4; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.price-table { width: 100%; min-width: 760px; border-collapse: collapse; table-layout: fixed; }
.price-table th, .price-table td { padding: 18px 18px; text-align: left; border-bottom: 1px solid #dce8f5; vertical-align: middle; }
.price-table th { background: #f1f7ff; color: #3d5570; font-size: .86rem; font-weight: 900; }
.price-table th:nth-child(1), .price-table td:nth-child(1) { width: 34%; }
.price-table th:nth-child(2), .price-table td:nth-child(2) { width: 18%; }
.price-table th:nth-child(3), .price-table td:nth-child(3) { width: 16%; }
.price-table th:nth-child(4), .price-table td:nth-child(4) { width: 32%; text-align: right; }
.country-cell { display: inline-flex; align-items: center; gap: 10px; min-width: 0; font-weight: 900; }
.country-cell img { width: 28px; height: 20px; object-fit: cover; border-radius: 4px; flex: 0 0 auto; }
.status-badge { display: inline-flex; align-items: center; min-height: 32px; padding: 0 10px; border-radius: 999px; background: #edf5ff; color: var(--blue); font-weight: 900; font-size: .84rem; }
.status-badge.high { background: #e8fbf3; color: #079b67; }
.price-row-action { min-height: 40px; padding-inline: 16px; white-space: nowrap; }
.price-note { margin: 0; padding: 16px 20px; color: #5e718b; line-height: 1.55; background: #f8fbff; }

.faq-layout { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 44px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid #dce8f5; border-radius: 20px; background: #fff; overflow: hidden; box-shadow: 0 10px 26px rgba(27,73,124,.06); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; border: 0; background: transparent; color: #10243a; font-weight: 900; text-align: left; cursor: pointer; }
.faq-item button span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #eaf4ff; color: var(--blue); flex: 0 0 auto; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-panel { height: 0; overflow: hidden; transition: height .25s ease; }
.faq-panel p { margin: 0; padding: 0 20px 20px; color: #5e718b; line-height: 1.68; }

.site-footer { padding: 48px 0 28px; background: #0f2439; color: white; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 34px; }
.footer-logo { width: 150px; height: auto; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.site-footer p { max-width: 520px; color: #bdd0e4; line-height: 1.7; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.footer-links a { padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d8e8f7; }
.footer-links a:hover { background: rgba(255,255,255,.08); }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #9ab2c9; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .14s; }

@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(.76); } }
@keyframes floatOrbit { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-14px) scale(1.04); } }
@keyframes screenShine { 0%, 62% { transform: translateX(-28%); opacity: 0; } 74% { opacity: 1; } 100% { transform: translateX(28%); opacity: 0; } }
@keyframes visualPulse { 0%,100% { transform: scale(.9); opacity: .8; } 50% { transform: scale(1.14); opacity: 1; } }
@keyframes floatCard { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

@media (max-width: 1180px) {
  .container { width: min(100% - 34px, 1040px); }
  .header-actions { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; align-items: start; }
  .hero-device-wrap { min-height: auto; place-items: start center; }
  .phone-shell { width: min(360px, 100%); }
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-grid, .faq-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 640px); }
  .section { padding: 62px 0; }
  .header-inner { min-height: 74px; }
  .brand-logo { width: 128px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 6px; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 14px; border-radius: 14px; }
  .hero { padding-top: 28px; }
  .hero h1 { font-size: clamp(1.95rem, 10vw, 2.68rem); line-height: 1.04; }
  .lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: 1fr; }
  .phone-shell { min-height: 528px; padding: 13px; border-radius: 32px; }
  .phone-screen { min-height: 326px; padding: 12px; border-radius: 24px; }
  .phone-scene { min-height: 300px; grid-template-rows: auto auto auto minmax(76px, auto) minmax(78px, auto); gap: 10px; }
  .phone-scene h3 { font-size: 1.1rem; }
  .phone-scene p { font-size: .88rem; line-height: 1.5; }
  .scene-visual { min-height: 86px; }
  .scene-visual img { width: 48px; height: 48px; }
  .code-panel { min-height: 78px; padding: 12px; }
  .phone-mini-status { min-height: 38px; font-size: .82rem; }
  .floating-card { display: none; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 190px; }
  .steps-grid { grid-template-columns: 1fr; gap: 16px; }
  .step-card { grid-template-rows: auto auto auto auto; }
  .step-phone { min-height: 136px; }
  .price-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
  .price-tabs button { flex: 0 0 auto; }
  .price-panel-head { align-items: flex-start; flex-direction: column; }
  .price-main-action { width: 100%; }
  .price-table { min-width: 700px; }
  .faq-layout { gap: 24px; }
  .footer-inner { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 390px) {
  .container { width: min(100% - 22px, 360px); }
  .brand-logo { width: 118px; }
  .phone-shell { min-height: 520px; }
  .phone-brand-row { padding: 8px; }
  .phone-panel-logo span { font-size: .88rem; }
  .scene-kicker { max-width: 120px; }
  .code-panel strong { font-size: 1.22rem; }
  .stats-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .device-orbit, .floating-card, .visual-glow, .phone-shell::after, .mini-status-dot { animation-duration: 8s; }
}

.price-status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 18px 0;
  background: #fff;
}
.price-status-strip span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #dce8f5;
  border-radius: 18px;
  background: linear-gradient(180deg, #f9fcff, #ffffff);
  color: #5e718b;
  line-height: 1.35;
  font-size: .88rem;
}
.price-status-strip strong { color: #0a2138; font-weight: 900; }
.price-mobile-list { display: none; }
.price-mobile-card {
  border: 1px solid #dce8f5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(27,73,124,.07);
  padding: 14px;
}
.price-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.price-mobile-service {
  margin-top: 14px;
  padding: 12px;
  border-radius: 16px;
  background: #f4f9ff;
  border: 1px solid #dce8f5;
}
.price-mobile-service span {
  display: block;
  color: #6b7f96;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.price-mobile-service strong {
  display: block;
  margin-top: 4px;
  color: #10243a;
  font-family: var(--display);
  line-height: 1.25;
}
.price-mobile-action { width: 100%; margin-top: 12px; }

@media (max-width: 760px) {
  .hero { padding: 14px 0 34px; }
  .hero-grid { gap: 20px; align-items: start; }
  .hero-copy { text-align: left; }
  .hero h1 { margin-bottom: 14px; letter-spacing: -.045em; }
  .lead { line-height: 1.62; }
  .hero-actions { margin-top: 20px; }
  .hero-trust { margin-top: 16px; gap: 8px; }
  .hero-trust span { padding: 8px 10px; font-size: .86rem; }
  .hero-device-wrap { min-height: 0; padding: 0; place-items: start center; }
  .phone-shell {
    width: min(342px, 94vw);
    min-height: 0;
    padding: 12px;
    border-radius: 30px;
    box-shadow: 0 22px 54px rgba(31,72,116,.16), inset 0 0 0 6px #f0f6ff;
  }
  .phone-top { height: 24px; font-size: .72rem; }
  .phone-brand-row { margin-top: 4px; padding: 8px 9px; border-radius: 17px; }
  .mini-logo-img { width: 28px; height: 28px; border-radius: 8px; }
  .status-pill { padding: 5px 8px; font-size: .72rem; }
  .phone-progress { height: 7px; margin: 10px 3px 10px; }
  .phone-screen {
    min-height: 298px;
    padding: 10px;
    border-radius: 22px;
  }
  .phone-scene {
    min-height: 276px;
    grid-template-rows: auto auto auto 78px 72px;
    gap: 8px;
  }
  .scene-badge, .scene-kicker { min-height: 24px; padding: 0 8px; font-size: .72rem; }
  .scene-kicker { max-width: 116px; }
  .phone-scene h3 { font-size: 1.05rem; line-height: 1.18; }
  .phone-scene p { font-size: .84rem; line-height: 1.42; }
  .scene-visual { min-height: 78px; border-radius: 20px; }
  .scene-visual img { width: 44px; height: 44px; }
  .code-panel { min-height: 72px; padding: 11px 12px; border-radius: 18px; }
  .code-panel small { font-size: .75rem; }
  .code-panel strong { font-size: 1.18rem; line-height: 1.12; }
  .phone-mini-status { min-height: 34px; margin-top: 10px; padding: 8px 10px; font-size: .78rem; }
  .hero-lane-wrap { margin-top: 22px; }

  #prices.section { padding-top: 56px; }
  #prices .section-head { margin-bottom: 20px; text-align: left; }
  #prices .section-head h2 { font-size: clamp(1.7rem, 8vw, 2.18rem); }
  #prices .section-head p { font-size: .96rem; line-height: 1.62; }
  .price-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 -14px 16px;
    padding: 0 14px 10px;
    scroll-snap-type: x proximity;
  }
  .price-tabs button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 13px;
    font-size: .9rem;
    scroll-snap-align: start;
  }
  .price-tabs img { width: 20px; height: 20px; }
  .price-table-wrap {
    border-radius: 24px;
    overflow: visible;
    box-shadow: 0 18px 42px rgba(27,73,124,.11);
  }
  .price-panel-head {
    padding: 16px;
    border-radius: 24px 24px 0 0;
    flex-direction: column;
    align-items: stretch;
  }
  .price-panel-title { align-items: flex-start; gap: 12px; }
  .price-service-icon { width: 44px; height: 44px; padding: 9px; border-radius: 14px; }
  .price-panel-title strong { font-size: 1rem; }
  .price-panel-title small { font-size: .88rem; line-height: 1.45; }
  .price-main-action { width: 100%; min-height: 46px; }
  .price-status-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 14px 0;
  }
  .price-status-strip span {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    font-size: .84rem;
  }
  .table-scroll { display: none; }
  .price-mobile-list {
    display: grid;
    gap: 12px;
    padding: 14px;
    background: #fff;
  }
  .price-mobile-top .country-cell { font-size: .95rem; }
  .price-mobile-top .status-badge { flex: 0 0 auto; }
  .price-note {
    padding: 14px;
    font-size: .9rem;
    border-radius: 0 0 24px 24px;
  }
}

@media (max-width: 390px) {
  .phone-shell { width: min(326px, 95vw); padding: 11px; }
  .phone-screen { min-height: 286px; }
  .phone-scene { min-height: 266px; grid-template-rows: auto auto auto 74px 68px; gap: 7px; }
  .phone-scene p { font-size: .8rem; }
  .scene-visual { min-height: 74px; }
  .code-panel { min-height: 68px; }
  .phone-mini-status { font-size: .74rem; }
  .price-status-strip span { display: block; }
  .price-status-strip strong { display: block; margin-bottom: 2px; }
  .price-mobile-top { align-items: flex-start; }
  .price-mobile-top .country-cell { max-width: 190px; align-items: flex-start; line-height: 1.25; }
}


/* Final mobile production refinements */
@media (max-width: 760px) {
  .hero { padding: 10px 0 30px; }
  .hero-grid { gap: 18px; }
  .hero-device-wrap { margin-top: 0; }

  .phone-shell {
    width: min(304px, 88vw);
    padding: 10px;
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(31,72,116,.14), inset 0 0 0 5px #f0f6ff;
  }
  .phone-shell::after { opacity: .55; }
  .phone-top { height: 22px; padding-inline: 8px; font-size: .7rem; }
  .phone-brand-row {
    margin-top: 3px;
    padding: 7px 8px;
    border-radius: 16px;
  }
  .phone-panel-logo { gap: 7px; font-size: .86rem; }
  .mini-logo-img { width: 26px; height: 26px; border-radius: 8px; }
  .status-pill { padding: 4px 7px; font-size: .7rem; }
  .phone-progress { height: 6px; margin: 9px 2px 9px; }
  .phone-screen {
    min-height: 254px;
    padding: 9px;
    border-radius: 20px;
  }
  .phone-scene {
    min-height: 236px;
    grid-template-rows: auto auto auto minmax(62px, auto) minmax(56px, auto);
    gap: 6px;
  }
  .phone-scene.is-changing { opacity: .95; transform: translateY(2px) scale(.998); filter: none; }
  .scene-head { gap: 6px; }
  .scene-badge, .scene-kicker { min-height: 22px; padding: 0 7px; font-size: .69rem; }
  .scene-kicker { max-width: 98px; }
  .phone-scene h3 { font-size: .98rem; line-height: 1.16; }
  .phone-scene p { font-size: .78rem; line-height: 1.36; }
  .scene-visual { min-height: 62px; border-radius: 18px; }
  .scene-visual img { width: 38px; height: 38px; }
  .visual-glow { width: 72px; height: 72px; }
  .code-panel {
    min-height: 56px;
    padding: 9px 10px;
    border-radius: 16px;
    gap: 4px;
  }
  .code-panel small { font-size: .68rem; line-height: 1.1; }
  .code-panel strong { font-size: 1.02rem; line-height: 1.12; }
  .phone-mini-status {
    min-height: 31px;
    margin-top: 8px;
    padding: 7px 9px;
    border-radius: 15px;
    font-size: .73rem;
  }
  .mini-status-dot { width: 8px; height: 8px; box-shadow: 0 0 0 5px rgba(18,185,129,.11); }

  #prices.section {
    display: none;
  }
}

@media (max-width: 390px) {
  .phone-shell { width: min(292px, 87vw); padding: 9px; border-radius: 26px; }
  .phone-screen { min-height: 242px; padding: 8px; }
  .phone-scene {
    min-height: 226px;
    grid-template-rows: auto auto auto minmax(58px, auto) minmax(52px, auto);
    gap: 6px;
  }
  .scene-visual { min-height: 58px; }
  .code-panel { min-height: 52px; }
  .code-panel strong { font-size: .98rem; }
  .phone-mini-status { font-size: .7rem; }
}
