@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:400;src:url(../fonts/vazirmatn-arabic-400-normal.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+200C-200E,U+FB50-FDFF,U+FE70-FEFC}
@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:400;src:url(../fonts/vazirmatn-latin-400-normal.woff2) format('woff2');unicode-range:U+0000-00FF,U+2000-206F,U+20AC,U+2122}
@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:700;src:url(../fonts/vazirmatn-arabic-700-normal.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+200C-200E,U+FB50-FDFF,U+FE70-FEFC}
@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:700;src:url(../fonts/vazirmatn-latin-700-normal.woff2) format('woff2');unicode-range:U+0000-00FF,U+2000-206F,U+20AC,U+2122}
@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:900;src:url(../fonts/vazirmatn-arabic-900-normal.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+200C-200E,U+FB50-FDFF,U+FE70-FEFC}
@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:900;src:url(../fonts/vazirmatn-latin-900-normal.woff2) format('woff2');unicode-range:U+0000-00FF,U+2000-206F,U+20AC,U+2122}

:root {
  --primary: #1768e9;
  --primary-strong: #0847bd;
  --primary-soft: #eaf3ff;
  --navy: #0c2149;
  --text: #142547;
  --muted: #66738b;
  --line: #dce6f5;
  --surface: #fff;
  --background: #f5f8ff;
  --success: #138a55;
  --danger: #d83a55;
  --warning: #d88013;
  --shadow: 0 24px 70px rgba(20, 62, 134, .13);
  --soft-shadow: 0 12px 34px rgba(25, 70, 140, .09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 17px;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; background: var(--background); color: var(--text); font-family: Vazirmatn, Tahoma, Arial, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { display: block; }
[hidden], .is-hidden { display: none !important; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow-container { width: min(850px, 100%); }
.desktop-only { display: inline-flex; }

.page-glow { position: fixed; z-index: -1; pointer-events: none; width: 530px; height: 530px; border-radius: 50%; filter: blur(90px); opacity: .22; }
.page-glow-one { background: #59aaff; top: -270px; right: -220px; }
.page-glow-two { background: #b693ff; left: -320px; top: 45vh; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 15px; padding: 11px 20px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button-sm { min-height: 42px; padding: 8px 15px; border-radius: 13px; font-size: 13px; }
.button-lg { min-height: 56px; padding: 14px 27px; border-radius: 18px; }
.button-full { width: 100%; }
.button-primary { color: #fff; background: linear-gradient(135deg, #2786ff, #0c55dc 58%, #063da9); box-shadow: 0 12px 26px rgba(18, 91, 218, .26), inset 0 1px 0 rgba(255,255,255,.25); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(18, 91, 218, .32), inset 0 1px 0 rgba(255,255,255,.25); }
.button-outline { background: #fff; border-color: #b9cff3; color: var(--primary); }
.button-outline:hover { border-color: var(--primary); background: #f5f9ff; }
.button-ghost { background: rgba(255,255,255,.72); border-color: var(--line); color: var(--text); }
.button-white { background: #fff; color: #0c55dc; box-shadow: 0 12px 30px rgba(2, 31, 92, .2); }
.button-glass { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.3); }
.text-button { width: 100%; border: 0; background: transparent; color: var(--primary); padding: 12px; font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 80; height: 84px; background: rgba(248, 251, 255, .78); border-bottom: 1px solid rgba(185, 207, 240, .58); backdrop-filter: blur(20px) saturate(160%); transition: height .25s ease, box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(255,255,255,.93); box-shadow: 0 10px 30px rgba(24, 61, 120, .08); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { border-radius: 15px; filter: drop-shadow(0 8px 12px rgba(11, 70, 178, .2)); }
.brand span { display: flex; flex-direction: column; line-height: 1.25; }
.brand strong { font-size: 17px; font-weight: 900; color: var(--navy); }
.brand small { color: var(--muted); font-size: 9.5px; margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 5px; margin-inline-start: auto; }
.main-nav a { position: relative; padding: 10px 12px; color: #4e5f7d; font-size: 13px; font-weight: 800; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; right: 13px; left: 13px; bottom: 4px; height: 2px; background: var(--primary); border-radius: 3px; transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover { color: var(--primary); }
.main-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.account-chip { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 14px; background: #fff; font-size: 12px; font-weight: 800; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #a7b0c0; box-shadow: 0 0 0 5px #eef1f6; }
.status-dot.is-active { background: #1bb66c; box-shadow: 0 0 0 5px #e3f8ee; }
.mobile-menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 12px; padding: 10px; }
.mobile-menu-button span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy); border-radius: 4px; }

.toast-stack { position: fixed; z-index: 130; top: 94px; left: 20px; display: grid; gap: 10px; width: min(420px, calc(100vw - 40px)); }
.toast { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 17px; color: #14305c; background: #fff; border: 1px solid #d8e5f7; border-right: 5px solid #4188ed; border-radius: 15px; box-shadow: var(--soft-shadow); animation: toast-in .3s ease both; }
.toast-success { border-right-color: var(--success); }
.toast-error { border-right-color: var(--danger); }
.toast button { border: 0; background: transparent; color: #77849b; font-size: 24px; }
@keyframes toast-in { from { opacity: 0; transform: translateX(-20px); } }

.hero-section { position: relative; min-height: 710px; padding: 72px 0 48px; background: radial-gradient(circle at 75% 20%, rgba(88, 165, 255, .2), transparent 34%), linear-gradient(180deg, #fafdff 0%, #f1f7ff 70%, #f8fbff 100%); isolation: isolate; }
.hero-grid-lines { position: absolute; inset: 0; z-index: -1; opacity: .34; background-image: linear-gradient(rgba(51, 105, 185, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(51, 105, 185, .08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 90%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(450px, .97fr); align-items: center; gap: 28px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 12px; font-weight: 900; letter-spacing: -.1px; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #1bc47d; box-shadow: 0 0 0 0 rgba(27,196,125,.4); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(27,196,125,0); } }
.hero-copy h1 { max-width: 690px; margin: 17px 0 18px; color: #0c2149; font-size: clamp(40px, 4.5vw, 69px); line-height: 1.28; letter-spacing: -2.6px; font-weight: 900; text-wrap: balance; }
.hero-copy h1::after { content: ""; display: inline-block; width: 42px; height: 12px; margin-right: 10px; border-radius: 8px; background: linear-gradient(90deg, #6fbaff, #1768e9); transform: rotate(-5deg); opacity: .8; }
.hero-lead { max-width: 680px; margin: 0 0 27px; color: #536681; font-size: 16px; line-height: 2; }
.hero-search-card { position: relative; max-width: 690px; padding: 17px; background: rgba(255,255,255,.92); border: 1px solid rgba(167, 199, 241, .8); border-radius: 25px; box-shadow: 0 25px 55px rgba(19, 73, 154, .13), inset 0 1px 0 #fff; backdrop-filter: blur(18px); }
.hero-search-card > label { display: block; margin: 0 5px 9px; color: #52627b; font-size: 11px; font-weight: 800; }
.hero-search-row { display: flex; gap: 10px; }
.search-input-wrap { min-width: 0; flex: 1; display: flex; align-items: center; gap: 10px; height: 58px; padding: 0 14px; background: #f6f9fe; border: 1.5px solid #d8e5f7; border-radius: 17px; transition: border .2s, box-shadow .2s, background .2s; }
.search-input-wrap:focus-within { border-color: #4c96f8; background: #fff; box-shadow: 0 0 0 5px rgba(38, 126, 244, .1); }
.search-input-wrap svg { width: 24px; height: 24px; fill: var(--primary); }
.search-input-wrap input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--navy); font-family: Arial, sans-serif; font-size: 18px; font-weight: 800; letter-spacing: 1px; text-align: left; }
.search-input-wrap input::placeholder { color: #9eabc0; }
.button-search { min-width: 164px; height: 58px; border-radius: 17px; }
.search-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 10px 5px 0; color: #718098; font-size: 9.5px; }
.search-meta span { display: inline-flex; align-items: center; gap: 5px; }
.search-meta svg { width: 14px; height: 14px; fill: #3d83e8; }
.form-error { min-height: 0; margin: 7px 5px 0; color: var(--danger); font-size: 11px; font-weight: 700; }
.form-error:empty { display: none; }
.hero-trust-row { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.avatar-stack { display: flex; direction: ltr; padding-left: 9px; }
.avatar-stack span { display: grid; place-items: center; width: 35px; height: 35px; margin-left: -9px; border: 3px solid #f4f8ff; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #6fb9ff, #155bd2); font-size: 10px; font-weight: 900; }
.avatar-stack span:nth-child(2) { background: linear-gradient(145deg, #a797ff, #6049da); }
.avatar-stack span:nth-child(3) { background: linear-gradient(145deg, #58dcb0, #13946b); }
.avatar-stack span:last-child { color: var(--primary); background: #fff; border-color: #f4f8ff; }
.hero-trust-row p { margin: 0; color: #78869c; font-size: 10px; line-height: 1.6; }
.hero-trust-row strong { color: #324765; font-size: 11.5px; }

.hero-art { position: relative; min-height: 560px; display: grid; place-items: center; perspective: 1000px; }
.hero-device { position: relative; z-index: 2; width: 110%; max-width: 680px; transform: translate3d(0,0,0); filter: drop-shadow(0 35px 35px rgba(21, 70, 145, .08)); animation: device-float 5.5s ease-in-out infinite; will-change: transform; }
@keyframes device-float { 0%,100% { transform: translateY(0) rotateX(0); } 50% { transform: translateY(-12px) rotateX(1.5deg); } }
.hero-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(44, 120, 230, .2); box-shadow: inset 0 0 70px rgba(84, 161, 255, .06); }
.orbit-one { width: 500px; height: 500px; animation: orbit-rotate 22s linear infinite; }
.orbit-one::after { content: ""; position: absolute; top: 32px; left: 72px; width: 14px; height: 14px; border-radius: 50%; background: #459bff; box-shadow: 0 0 20px #459bff; }
.orbit-two { width: 390px; height: 390px; border-style: dashed; animation: orbit-rotate 18s linear infinite reverse; }
@keyframes orbit-rotate { to { transform: rotate(360deg); } }
.floating-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 190px; padding: 12px 14px; background: rgba(255,255,255,.88); border: 1px solid rgba(184, 210, 246, .8); border-radius: 17px; box-shadow: 0 15px 36px rgba(21, 64, 133, .13); backdrop-filter: blur(14px); animation: chip-float 4s ease-in-out infinite; }
.floating-chip > span { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 12px; color: var(--primary); background: #e8f3ff; font-weight: 900; }
.floating-chip div { display: flex; flex-direction: column; }
.floating-chip b { font-size: 11px; }
.floating-chip small { color: var(--muted); font-size: 8px; }
.chip-security { right: -20px; top: 86px; }
.chip-speed { left: -10px; bottom: 62px; animation-delay: -2s; }
@keyframes chip-float { 50% { transform: translateY(-8px); } }

.result-stage { position: relative; z-index: 12; margin-top: 24px; }
.result-card { overflow: hidden; background: #fff; border: 1px solid #cfe0f7; border-radius: 26px; box-shadow: var(--shadow); }
.result-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 22px 24px; border-bottom: 1px solid #e4ecf8; }
.result-head h2, .result-head h3 { margin: 4px 0 0; font-size: 21px; }
.result-close { width: 40px; height: 40px; border: 0; border-radius: 12px; background: #edf4ff; color: #4a607e; font-size: 25px; }
.result-loading { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 180px; color: var(--muted); }
.result-loading span { width: 34px; height: 34px; border: 4px solid #dceaff; border-top-color: var(--primary); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.result-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 20px; }
.result-item { display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid #dfe9f6; border-radius: 18px; background: #f9fbff; }
.result-avatar { display: grid; place-items: center; flex: 0 0 45px; width: 45px; height: 45px; border-radius: 15px; color: #fff; background: linear-gradient(145deg, #65b2ff, #1768e9); font-weight: 900; }
.result-copy { min-width: 0; flex: 1; }
.result-copy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.result-copy small { color: var(--muted); font-size: 9px; }
.confidence { color: #166d48; background: #e5f7ef; padding: 5px 8px; border-radius: 9px; font-size: 9px; font-weight: 900; }
.result-empty { grid-column: 1/-1; padding: 40px; text-align: center; color: var(--muted); }
.result-disclaimer { margin: 0; padding: 14px 22px; border-top: 1px solid #e4ecf8; background: #fffaf0; color: #8d642a; font-size: 10px; }

.trust-strip { position: relative; z-index: 4; padding: 0 0 20px; background: #f8fbff; }
.trust-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid #dce7f5; border-radius: 24px; box-shadow: var(--soft-shadow); }
.trust-strip-grid > div { display: flex; align-items: center; gap: 11px; padding: 18px; border-left: 1px solid #e4ecf7; }
.trust-strip-grid > div:last-child { border-left: 0; }
.trust-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 13px; background: #edf5ff; color: var(--primary); font: 900 10px Arial; }
.trust-strip p { display: flex; min-width: 0; flex-direction: column; margin: 0; }
.trust-strip strong { font-size: 10.5px; }
.trust-strip small { overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }

.section { position: relative; padding: 100px 0; }
.section-heading { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin: 12px 0 14px; color: var(--navy); font-size: clamp(28px, 3vw, 43px); line-height: 1.4; letter-spacing: -1.3px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.section-heading.align-start { margin-inline: 0; text-align: right; }
.heading-with-action { max-width: none; display: flex; align-items: end; justify-content: space-between; text-align: right; }
.heading-with-action a { color: var(--primary); font-size: 12px; font-weight: 900; }

.section-features { background: #fff; }
.bento-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-auto-rows: minmax(265px, auto); gap: 18px; }
.bento-card { position: relative; overflow: hidden; padding: 27px; border: 1px solid #dde8f6; border-radius: 27px; background: linear-gradient(145deg, #fff, #f8fbff); box-shadow: 0 15px 40px rgba(18, 59, 122, .06); transform-style: preserve-3d; transition: transform .25s ease, box-shadow .25s ease; }
.bento-card:hover { box-shadow: 0 25px 55px rgba(18, 69, 148, .12); }
.bento-large { grid-row: span 2; background: radial-gradient(circle at 20% 15%, rgba(65, 150, 255, .16), transparent 30%), linear-gradient(145deg, #fafdff, #edf5ff); }
.bento-wide { grid-column: span 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 220px; }
.card-shine { position: absolute; width: 260px; height: 260px; border-radius: 50%; top: -120px; left: -90px; background: rgba(255,255,255,.7); filter: blur(10px); }
.feature-number { position: absolute; top: 22px; left: 22px; color: #b6c7df; font: 900 10px Arial; }
.feature-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 18px; border-radius: 17px; }
.feature-icon svg { width: 29px; height: 29px; fill: currentColor; }
.feature-icon.blue { color: #1768e9; background: #e6f1ff; }
.feature-icon.green { color: #12875a; background: #e3f8ef; }
.feature-icon.purple { color: #7356db; background: #eee9ff; }
.feature-icon.orange { color: #c97812; background: #fff1d8; }
.bento-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 20px; }
.bento-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.mini-search-demo { position: absolute; right: 24px; left: 24px; bottom: 26px; display: grid; gap: 11px; padding: 18px; border: 1px solid #cadffa; border-radius: 19px; background: rgba(255,255,255,.85); box-shadow: 0 18px 35px rgba(33, 91, 166, .1); }
.mini-search-demo span { direction: ltr; text-align: left; color: #49617f; font: 800 15px Arial; letter-spacing: 1.4px; }
.mini-search-demo b { color: var(--primary); font-size: 10px; }
.mini-search-demo i { overflow: hidden; height: 6px; border-radius: 10px; background: #dceaff; }
.mini-search-demo i::after { content: ""; display: block; width: 45%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #6fb7ff, #1768e9); animation: progress 2.4s ease-in-out infinite; }
@keyframes progress { 50% { width: 90%; } }
.feature-copy { display: flex; align-items: center; gap: 17px; }
.feature-copy .feature-icon { flex: 0 0 60px; width: 60px; height: 60px; margin: 0; }
.payment-pill { display: flex; align-items: center; gap: 8px; padding: 13px 16px; border: 1px solid #cddff7; border-radius: 16px; background: #fff; box-shadow: var(--soft-shadow); white-space: nowrap; }
.payment-pill .lock-dot { color: #1cba72; }
.payment-pill b { color: #222f52; font-size: 13px; }
.payment-pill small { color: var(--muted); font-size: 8px; }

.how-section { overflow: hidden; background: linear-gradient(180deg, #f4f8ff, #fff); }
.how-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.how-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.glass-phone { position: relative; z-index: 2; width: 300px; min-height: 475px; padding: 30px 24px; border: 8px solid rgba(255,255,255,.9); border-radius: 48px; background: linear-gradient(155deg, rgba(255,255,255,.95), rgba(216,235,255,.78)); box-shadow: 0 45px 90px rgba(13, 74, 160, .24), inset 0 1px 0 #fff; transform: rotateY(-8deg) rotateX(3deg) rotateZ(3deg); backdrop-filter: blur(22px); }
.glass-top { display: flex; align-items: center; justify-content: space-between; color: var(--navy); font-size: 11px; }
.glass-top span, .glass-top i { width: 8px; height: 8px; border-radius: 50%; background: #65afff; }
.glass-avatar { width: 120px; height: 120px; margin: 45px auto 28px; display: grid; place-items: center; border-radius: 38px; background: linear-gradient(145deg, #61b0ff, #1768e9); box-shadow: 0 22px 35px rgba(23,104,233,.25); }
.glass-avatar span { width: 45px; height: 45px; position: relative; border-radius: 50%; background: #fff; }
.glass-avatar span::after { content: ""; position: absolute; width: 75px; height: 40px; top: 52px; right: 50%; transform: translateX(50%); border-radius: 40px 40px 20px 20px; background: #fff; }
.glass-line { width: 75%; height: 11px; margin: 12px auto; border-radius: 8px; background: #acc7e8; }
.glass-line.short { width: 48%; height: 8px; background: #d1dfef; }
.glass-result { display: flex; align-items: center; gap: 12px; margin-top: 40px; padding: 14px; border: 1px solid #c7ddf8; border-radius: 17px; background: rgba(255,255,255,.84); }
.glass-result i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: #e4f8ef; color: #138a55; font-style: normal; font-weight: 900; }
.glass-result div { display: flex; flex-direction: column; }
.glass-result b { font-size: 10px; }
.glass-result small { color: var(--muted); font-size: 8px; }
.how-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(35, 114, 225, .2); }
.ring-a { width: 440px; height: 440px; }
.ring-b { width: 560px; height: 560px; border-style: dashed; animation: orbit-rotate 28s linear infinite; }
.ring-b::after { content: ""; position: absolute; width: 22px; height: 22px; top: 65px; left: 80px; border-radius: 50%; background: #4da4ff; box-shadow: 0 0 25px #4da4ff; }
.steps-list { list-style: none; display: grid; gap: 12px; margin: 0; padding: 0; }
.steps-list li { display: flex; align-items: flex-start; gap: 16px; padding: 19px; border: 1px solid transparent; border-radius: 20px; transition: background .2s, border .2s, transform .2s; }
.steps-list li:hover { transform: translateX(-5px); background: #fff; border-color: #dce7f5; box-shadow: var(--soft-shadow); }
.steps-list li > span { display: grid; place-items: center; flex: 0 0 43px; height: 43px; border-radius: 14px; background: #e8f3ff; color: var(--primary); font-weight: 900; }
.steps-list h3 { margin: 1px 0 5px; font-size: 15px; }
.steps-list p { margin: 0; color: var(--muted); font-size: 11px; }

.privacy-section { padding-top: 40px; background: #fff; }
.privacy-card { position: relative; overflow: hidden; min-height: 360px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; padding: 50px 60px; border-radius: 38px; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(97, 186, 255, .45), transparent 30%), linear-gradient(135deg, #061b47, #0b4fc6 58%, #1688ed); box-shadow: 0 32px 70px rgba(7, 55, 140, .25); }
.privacy-card::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to left, #000, transparent 75%); }
.privacy-copy { position: relative; z-index: 2; }
.eyebrow-light { color: #cbe6ff; }
.privacy-copy h2 { margin: 12px 0 14px; color: #fff; font-size: clamp(30px, 3.3vw, 48px); line-height: 1.4; }
.privacy-copy p { max-width: 720px; margin: 0; color: #d8e8ff; font-size: 13px; line-height: 2.1; }
.privacy-actions { display: flex; gap: 10px; margin-top: 25px; }
.privacy-lock { position: relative; min-height: 260px; display: grid; place-items: center; }
.lock-body { position: relative; z-index: 2; width: 150px; height: 125px; border: 4px solid rgba(255,255,255,.8); border-radius: 32px; background: linear-gradient(145deg, rgba(255,255,255,.35), rgba(255,255,255,.1)); box-shadow: 0 25px 60px rgba(1, 24, 74, .3), inset 0 1px 0 rgba(255,255,255,.6); backdrop-filter: blur(15px); }
.lock-body::before { content: ""; position: absolute; width: 80px; height: 85px; border: 15px solid rgba(255,255,255,.85); border-bottom: 0; border-radius: 50px 50px 0 0; top: -78px; right: 20px; }
.lock-body span { position: absolute; width: 18px; height: 38px; border-radius: 10px; background: #fff; top: 42px; right: 62px; }
.privacy-orbit { position: absolute; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; animation: orbit-rotate 16s linear infinite; }
.privacy-orbit i { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #fff; box-shadow: 0 0 20px #fff; }
.privacy-orbit i:nth-child(1) { top: 25px; right: 48px; }.privacy-orbit i:nth-child(2) { bottom: 10px; left: 95px; }.privacy-orbit i:nth-child(3) { top: 110px; left: -6px; }

.app-banner-section { background: #fff; }
.subscription-banner { overflow: hidden; border: 1px solid #d4e2f5; border-radius: 28px; box-shadow: var(--shadow); }
.subscription-banner img { display: block; width: 100%; }

.pricing-section { overflow: hidden; background: linear-gradient(180deg, #f2f7ff, #fff); }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); align-items: stretch; gap: 20px; max-width: 920px; margin: 0 auto; }
.price-card { position: relative; padding: 30px; border: 1px solid #dbe6f4; border-radius: 28px; background: #fff; box-shadow: var(--soft-shadow); transition: transform .25s, box-shadow .25s; }
.price-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.price-card.is-featured { border: 2px solid #3b8cf4; background: radial-gradient(circle at 20% 0, #e5f2ff, transparent 38%), #fff; box-shadow: 0 28px 60px rgba(18, 92, 215, .17); }
.price-badge { position: absolute; top: 18px; left: 18px; padding: 6px 10px; border-radius: 99px; background: #e7f2ff; color: var(--primary); font-size: 9px; font-weight: 900; }
.is-featured .price-badge { color: #fff; background: var(--primary); }
.price-icon { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 20px; border-radius: 18px; color: var(--primary); background: #e8f3ff; }
.price-icon svg { width: 29px; height: 29px; fill: currentColor; }
.price-card h3 { margin: 0 0 8px; font-size: 20px; }
.price-card > p { min-height: 46px; margin: 0; color: var(--muted); font-size: 11px; }
.price-value { display: flex; flex-direction: column; gap: 2px; margin: 22px 0; }
.price-value strong { color: var(--navy); font-size: 24px; }
.price-value del { color: #9aa8bc; font-size: 10px; }
.price-card ul { display: grid; gap: 10px; margin: 0 0 25px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-right: 23px; color: #53627a; font-size: 11px; }
.price-card li::before { content: "✓"; position: absolute; right: 0; color: var(--success); font-weight: 900; }
.pricing-page-grid { max-width: 1080px; }
.pricing-note { max-width: 900px; display: flex; gap: 15px; margin: 28px auto 0; padding: 18px; border: 1px solid #f0d7a9; border-radius: 18px; background: #fffaf0; color: #795927; }
.pricing-note p { margin: 0; font-size: 11px; }

.compare-section { background: #fff; }
.compare-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.compare-table { overflow: hidden; border: 1px solid #dce7f5; border-radius: 25px; background: #fff; box-shadow: var(--soft-shadow); }
.compare-row { display: grid; grid-template-columns: 1.5fr .75fr .75fr; align-items: center; min-height: 58px; border-bottom: 1px solid #e6edf7; }
.compare-row:last-child { border: 0; }
.compare-row > * { padding: 12px 17px; text-align: center; font-size: 11px; }
.compare-row > span { text-align: right; color: #4f607a; }
.compare-head { color: #fff; background: linear-gradient(135deg, #0a285d, #0e5bd8); }
.compare-head > span { color: #fff; font-weight: 900; }
.compare-row .yes { color: var(--success); }
.compare-head .yes, .compare-head b { color: #fff; }
.compare-row .no { color: #a7b0be; }

.blog-preview-section { background: #f3f7ff; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { overflow: hidden; border: 1px solid #dce6f4; border-radius: 24px; background: #fff; box-shadow: 0 14px 36px rgba(20, 60, 120, .06); transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--soft-shadow); }
.post-cover { overflow: hidden; display: grid; place-items: center; aspect-ratio: 16/9; background: radial-gradient(circle at 30% 20%, #70b9ff, transparent 27%), linear-gradient(145deg, #0d2454, #1768e9); }
.post-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .post-cover img { transform: scale(1.04); }
.post-cover span { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 26px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(12px); }
.post-cover svg { width: 40px; height: 40px; fill: #fff; }
.post-card-body { padding: 22px; }
.post-card time, .post-category { display: inline-block; margin-bottom: 8px; color: var(--primary); font-size: 9px; font-weight: 800; }
.post-category { margin-left: 10px; padding: 4px 8px; border-radius: 8px; background: #ebf4ff; }
.post-card h2, .post-card h3 { margin: 0 0 9px; color: var(--navy); font-size: 16px; line-height: 1.65; }
.post-card p { display: -webkit-box; overflow: hidden; margin: 0 0 14px; color: var(--muted); font-size: 10.5px; line-height: 1.9; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.post-more { color: var(--primary); font-size: 10px; font-weight: 900; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.accordion { display: grid; gap: 10px; }
.accordion details { overflow: hidden; border: 1px solid #dfe8f5; border-radius: 18px; background: #fbfdff; transition: background .2s, border .2s; }
.accordion details[open] { border-color: #abcaf4; background: #fff; box-shadow: var(--soft-shadow); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; cursor: pointer; list-style: none; color: var(--navy); font-size: 12px; font-weight: 900; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 9px; color: var(--primary); background: #e9f3ff; font-size: 17px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 11px; line-height: 2; }
.compact-faq { padding-top: 20px; }
.compact-faq .accordion { max-width: 820px; margin: auto; }

.final-cta-section { padding-top: 20px; background: #fff; }
.final-cta { position: relative; overflow: hidden; min-height: 280px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 52px 60px; border-radius: 34px; color: #fff; background: linear-gradient(130deg, #081d49, #0c55dc 60%, #2fa6fa); box-shadow: 0 30px 70px rgba(11, 70, 170, .25); }
.final-cta > div:first-child { position: relative; z-index: 2; }
.final-cta h2 { margin: 10px 0 8px; font-size: clamp(28px, 3.2vw, 45px); }
.final-cta p { margin: 0; color: #d7e7ff; font-size: 12px; }
.final-cta .button { position: relative; z-index: 2; flex: 0 0 auto; }
.cta-orb { position: absolute; width: 350px; height: 350px; left: -80px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.5), rgba(255,255,255,0) 65%); }

.site-footer { margin-top: 90px; padding: 70px 0 22px; color: #c4d2e9; background: #071a3f; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.brand-light strong { color: #fff; }
.brand-light small { color: #9cb2d2; }
.footer-brand p { max-width: 420px; margin: 18px 0 0; color: #94a9c8; font-size: 11px; line-height: 2; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid h3 { margin: 0 0 8px; color: #fff; font-size: 13px; }
.footer-grid a { color: #9fb2ce; font-size: 10.5px; transition: color .2s, transform .2s; }
.footer-grid a:hover { color: #fff; transform: translateX(-3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #7187a8; font-size: 9px; }

.modal-shell { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .22s, visibility .22s; }
.modal-shell.is-open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4, 18, 46, .72); backdrop-filter: blur(10px); }
.account-modal { position: relative; z-index: 2; width: min(920px, 96vw); max-height: min(780px, 92vh); overflow: auto; display: grid; grid-template-columns: 280px 1fr; border: 1px solid rgba(255,255,255,.6); border-radius: 30px; background: #fff; box-shadow: 0 40px 100px rgba(1, 18, 55, .45); transform: translateY(25px) scale(.97); transition: transform .25s; }
.modal-shell.is-open .account-modal { transform: translateY(0) scale(1); }
.modal-close { position: absolute; z-index: 5; top: 15px; left: 15px; width: 38px; height: 38px; border: 1px solid #dce6f4; border-radius: 12px; color: #62728b; background: rgba(255,255,255,.9); font-size: 25px; }
.modal-visual { position: sticky; top: 0; min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 30px; color: #fff; background: radial-gradient(circle at 30% 20%, rgba(107,190,255,.55), transparent 35%), linear-gradient(145deg, #071e4c, #0d61df); }
.modal-visual::after { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.modal-visual p { position: relative; z-index: 2; color: #d7e7ff; font-size: 10px; }
.mini-orbit { position: relative; z-index: 2; width: 170px; height: 170px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; animation: orbit-rotate 20s linear infinite; }
.mini-orbit img { width: 83px; height: 83px; animation: orbit-rotate 20s linear infinite reverse; }
.mini-orbit span { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: #fff; box-shadow: 0 0 20px #fff; }
.mini-orbit span:first-child { top: 10px; left: 34px; }.mini-orbit span:nth-child(2) { bottom: 8px; right: 40px; width: 9px; height: 9px; }
.modal-content { min-height: 580px; padding: 48px 48px 30px; }
.modal-content h2 { margin: 10px 0 8px; color: var(--navy); font-size: 27px; line-height: 1.55; }
.modal-content > p { margin: 0 0 20px; color: var(--muted); font-size: 11px; }
.modal-plan-list { display: grid; gap: 9px; }
.modal-plan { position: relative; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 11px; padding: 14px; border: 1.5px solid #dfe8f5; border-radius: 17px; cursor: pointer; transition: border .2s, background .2s, transform .2s; }
.modal-plan:hover { transform: translateX(-3px); border-color: #9fc5f7; }
.modal-plan:has(input:checked) { border-color: var(--primary); background: #f2f7ff; box-shadow: 0 8px 20px rgba(23,104,233,.09); }
.modal-plan input { position: absolute; opacity: 0; }
.radio-ui { display: grid; place-items: center; width: 25px; height: 25px; border: 2px solid #a8b4c5; border-radius: 50%; }
.modal-plan input:checked + .radio-ui { border: 7px solid var(--primary); }
.modal-plan-copy { display: flex; flex-direction: column; }
.modal-plan-copy strong { font-size: 12px; }
.modal-plan-copy small { color: var(--muted); font-size: 8px; }
.modal-plan-price { display: flex; flex-direction: column; text-align: left; }
.modal-plan-price b { color: var(--primary); font-size: 11px; }
.modal-plan-price del { color: #a5afbe; font-size: 8px; }
.modal-content .button-full { margin-top: 15px; }
.trust-inline { display: flex; justify-content: center; gap: 13px; margin-top: 13px; color: #74829a; font-size: 8.5px; }
.modal-back { border: 0; padding: 0; margin-bottom: 18px; color: var(--primary); background: transparent; font-size: 10px; font-weight: 800; }
.field-label { display: block; margin-bottom: 8px; color: #52627a; font-size: 11px; font-weight: 800; }
.phone-field { display: flex; align-items: center; height: 59px; border: 1.5px solid #d7e4f5; border-radius: 17px; background: #f8fbff; }
.phone-field:focus-within { border-color: var(--primary); box-shadow: 0 0 0 5px rgba(23,104,233,.09); }
.phone-field span { padding: 0 15px; border-left: 1px solid #d7e4f5; color: #7b899d; font: 700 14px Arial; }
.phone-field input { min-width: 0; width: 100%; height: 100%; border: 0; outline: 0; padding: 0 16px; background: transparent; color: var(--navy); font: 800 18px Arial; letter-spacing: 1px; }
.otp-field input { width: 100%; height: 70px; border: 1.5px solid #d7e4f5; border-radius: 18px; outline: 0; text-align: center; color: var(--navy); background: #f8fbff; font: 900 28px Arial; letter-spacing: 12px; }
.otp-field input:focus { border-color: var(--primary); box-shadow: 0 0 0 5px rgba(23,104,233,.09); }

.inner-hero { position: relative; overflow: hidden; padding: 90px 0 80px; text-align: center; background: radial-gradient(circle at 50% -20%, rgba(80,161,255,.3), transparent 48%), linear-gradient(180deg, #fafdff, #edf5ff); }
.inner-hero::after { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(39,104,197,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(39,104,197,.08) 1px,transparent 1px); background-size: 45px 45px; mask-image: linear-gradient(#000, transparent); }
.inner-hero .container { position: relative; z-index: 2; }
.inner-hero h1 { max-width: 900px; margin: 13px auto 12px; color: var(--navy); font-size: clamp(34px, 4.2vw, 56px); line-height: 1.4; }
.inner-hero p { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 2; }
.blog-grid { grid-template-columns: repeat(3, 1fr); }
.empty-state { padding: 80px 20px; text-align: center; border: 1px dashed #bfd1e9; border-radius: 25px; background: #fff; }
.empty-state h2 { margin: 0 0 10px; }
.empty-state p { color: var(--muted); }
.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 35px; }
.pagination a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #d8e4f4; border-radius: 12px; background: #fff; font-size: 11px; font-weight: 800; }
.pagination a.is-active { color: #fff; background: var(--primary); border-color: var(--primary); }

.article-header { padding: 75px 0 65px; background: radial-gradient(circle at 50% 0, rgba(78,157,255,.22), transparent 45%), #f2f7ff; }
.article-header-inner { max-width: 900px; text-align: center; }
.article-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; color: #6d7c92; font-size: 9.5px; }
.article-breadcrumb a { color: var(--primary); }
.article-header h1 { margin: 18px 0 14px; color: var(--navy); font-size: clamp(32px, 4vw, 53px); line-height: 1.55; }
.article-header > .container > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.article-meta { display: flex; justify-content: center; gap: 22px; margin-top: 22px; color: #78869a; font-size: 9.5px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: start; gap: 40px; padding-top: 60px; }
.article-content { padding: 35px; border: 1px solid #dce6f3; border-radius: 26px; background: #fff; box-shadow: 0 12px 35px rgba(20,60,120,.05); }
.article-cover { width: 100%; margin-bottom: 32px; border-radius: 20px; }
.prose { color: #344862; font-size: 14px; line-height: 2.25; }
.prose h1, .prose h2, .prose h3, .prose h4 { color: var(--navy); line-height: 1.65; scroll-margin-top: 100px; }
.prose h2 { margin-top: 42px; font-size: 25px; }
.prose h3 { margin-top: 32px; font-size: 19px; }
.prose p { margin: 0 0 20px; }
.prose ul, .prose ol { display: grid; gap: 8px; padding-right: 25px; }
.prose a { color: var(--primary); text-decoration: underline; text-underline-offset: 4px; }
.prose blockquote { margin: 25px 0; padding: 18px 20px; border-right: 4px solid var(--primary); border-radius: 15px 0 0 15px; background: #eef6ff; color: #3f5879; }
.prose code { padding: 2px 6px; border-radius: 6px; background: #eef2f8; font: 12px Consolas, monospace; direction: ltr; }
.article-warning { margin-top: 40px; padding: 18px; border: 1px solid #efd9b2; border-radius: 16px; background: #fffaf1; color: #76572c; }
.article-warning p { margin: 5px 0 0; font-size: 11px; }
.article-sidebar { position: sticky; top: 95px; display: grid; gap: 16px; }
.sidebar-card { padding: 20px; border: 1px solid #dce6f4; border-radius: 20px; background: #fff; box-shadow: var(--soft-shadow); }
.sidebar-card h3 { margin: 0 0 8px; font-size: 15px; }
.sidebar-card > p { margin: 0 0 15px; color: var(--muted); font-size: 10px; }
.sidebar-post { display: flex; flex-direction: column; gap: 4px; padding: 11px 0; border-bottom: 1px solid #e7edf6; }
.sidebar-post:last-child { border: 0; }
.sidebar-post span { font-size: 10px; font-weight: 800; line-height: 1.7; }
.sidebar-post small { color: var(--muted); font-size: 8px; }
.page-hero .article-breadcrumb { margin-bottom: 10px; }
.page-prose { padding: 40px; border: 1px solid #dce6f4; border-radius: 26px; background: #fff; box-shadow: var(--soft-shadow); }

.contact-grid, .removal-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 45px; }
.contact-info h2, .removal-steps h2 { margin: 0 0 10px; font-size: 28px; }
.contact-info > p { margin: 0 0 25px; color: var(--muted); font-size: 12px; }
.contact-cards { display: grid; gap: 11px; }
.contact-cards a { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid #dce6f4; border-radius: 17px; background: #fff; transition: transform .2s, border .2s; }
.contact-cards a:hover { transform: translateX(-4px); border-color: #a5c8f6; }
.contact-cards a > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 14px; color: var(--primary); background: #eaf3ff; }
.contact-cards a div { display: flex; flex-direction: column; }
.contact-cards b { font-size: 11px; }
.contact-cards small { color: var(--muted); font-size: 9px; }
.surface-form { display: grid; gap: 15px; padding: 30px; border: 1px solid #dce6f4; border-radius: 26px; background: #fff; box-shadow: var(--soft-shadow); }
.surface-form h2 { margin: 0 0 8px; font-size: 24px; }
.surface-form label { display: grid; gap: 7px; color: #51617a; font-size: 10.5px; font-weight: 800; }
.surface-form input, .surface-form textarea, .surface-form select { width: 100%; border: 1.5px solid #d8e4f4; border-radius: 14px; outline: 0; padding: 12px 14px; color: var(--text); background: #f9fbff; font-weight: 500; transition: border .2s, box-shadow .2s; }
.surface-form input:focus, .surface-form textarea:focus, .surface-form select:focus { border-color: var(--primary); background: #fff; box-shadow: 0 0 0 5px rgba(23,104,233,.08); }
.surface-form textarea { resize: vertical; }
.removal-steps ol { display: grid; gap: 13px; margin: 25px 0; padding: 0; list-style: none; }
.removal-steps li { display: flex; gap: 13px; padding: 15px; border: 1px solid #dce6f4; border-radius: 17px; background: #fff; }
.removal-steps li > span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 12px; color: var(--primary); background: #eaf3ff; font-weight: 900; }
.removal-steps b { font-size: 11px; }
.removal-steps p { margin: 3px 0 0; color: var(--muted); font-size: 9.5px; }
.notice-box { padding: 15px; border: 1px solid #f0d8a8; border-radius: 15px; background: #fffaf0; color: #7f5d28; font-size: 10px; }

.dashboard-section { padding: 65px 0; }
.dashboard-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.dashboard-header h1 { margin: 8px 0 4px; font-size: 32px; }
.dashboard-header p { margin: 0; color: var(--muted); font-size: 11px; }
.dashboard-grid { display: grid; grid-template-columns: 280px minmax(0,1fr); align-items: start; gap: 24px; }
.dashboard-side { position: sticky; top: 95px; display: grid; gap: 15px; }
.subscription-status { padding: 24px; border: 1px solid #dce6f4; border-radius: 24px; background: #fff; box-shadow: var(--soft-shadow); }
.subscription-status.is-active { color: #fff; border-color: transparent; background: radial-gradient(circle at 20% 0, rgba(117,196,255,.5), transparent 35%), linear-gradient(145deg, #071f4f, #0d61df); }
.diamond { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; border-radius: 16px; color: var(--primary); background: #e8f3ff; }
.subscription-status small { color: var(--muted); font-size: 9px; }
.subscription-status.is-active small, .subscription-status.is-active p { color: #d5e5ff; }
.subscription-status h2 { margin: 5px 0; font-size: 19px; }
.subscription-status p { margin: 0 0 14px; color: var(--muted); font-size: 9.5px; }
.dashboard-nav { display: grid; padding: 10px; border: 1px solid #dce6f4; border-radius: 20px; background: #fff; }
.dashboard-nav a { padding: 11px 12px; border-radius: 12px; color: #53627a; font-size: 10.5px; font-weight: 800; }
.dashboard-nav a:hover { color: var(--primary); background: #eef6ff; }
.dashboard-main { min-width: 0; display: grid; gap: 20px; }
.dashboard-card { padding: 25px; border: 1px solid #dce6f4; border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(20,60,120,.05); }
.card-title { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 20px; }
.card-title h2 { margin: 5px 0 0; font-size: 20px; }
.card-title > span { color: var(--muted); font-size: 9px; }
.dashboard-search { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.dashboard-search input { height: 52px; border: 1.5px solid #d8e4f4; border-radius: 15px; outline: 0; padding: 0 15px; text-align: left; font: 800 16px Arial; }
.dashboard-search input:focus { border-color: var(--primary); box-shadow: 0 0 0 5px rgba(23,104,233,.08); }
.dashboard-search .form-error { grid-column: 1/-1; }
.inline-result { width: 100%; margin-top: 18px; }
.history-list { display: grid; gap: 9px; }
.history-item { display: flex; align-items: center; gap: 12px; padding: 13px; border: 1px solid #e2eaf5; border-radius: 15px; background: #fafcff; }
.history-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--primary); background: #e9f3ff; font-size: 20px; }
.history-item div { min-width: 0; flex: 1; display: flex; flex-direction: column; }
.history-item b { font: 800 13px Arial; }
.history-item small { color: var(--muted); font-size: 8px; }
.result-count { padding: 5px 8px; border-radius: 9px; color: var(--success); background: #e7f8f0; font-size: 8.5px; font-weight: 900; }
.empty-mini { padding: 30px; border: 1px dashed #c7d7ec; border-radius: 16px; text-align: center; color: var(--muted); font-size: 11px; }
.table-scroll { overflow: auto; }
.user-table { width: 100%; border-collapse: collapse; min-width: 650px; }
.user-table th, .user-table td { padding: 12px; border-bottom: 1px solid #e6edf6; text-align: right; font-size: 9.5px; }
.user-table th { color: #6e7c91; background: #f7faff; }
.status-badge { display: inline-block; padding: 5px 8px; border-radius: 9px; background: #eef2f7; color: #657287; font-size: 8px; font-weight: 900; }
.status-paid { background: #e4f8ef; color: #14764d; }.status-pending { background: #fff4da; color: #9b6a0c; }.status-failed,.status-cancelled { background: #ffebee; color: #b52f45; }

.payment-result-section { min-height: 70vh; display: grid; place-items: center; padding: 70px 20px; }
.payment-result-card { width: min(560px, 100%); padding: 42px; border: 1px solid #dce6f4; border-radius: 30px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.payment-result-icon { display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 18px; border-radius: 50%; color: #fff; background: var(--danger); font-size: 38px; font-weight: 900; box-shadow: 0 18px 30px rgba(216,58,85,.2); }
.is-success .payment-result-icon { background: var(--success); box-shadow: 0 18px 30px rgba(19,138,85,.2); }
.payment-result-card h1 { margin: 9px 0; font-size: 29px; }
.payment-result-card > p { color: var(--muted); font-size: 12px; }
.ref-box { display: flex; flex-direction: column; gap: 5px; margin: 22px 0; padding: 15px; border: 1px solid #d8e5f4; border-radius: 15px; background: #f7faff; }
.ref-box small { color: var(--muted); font-size: 9px; }.ref-box strong { font: 900 17px Arial; }
.payment-actions { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr .85fr; }
  .hero-art { min-height: 500px; }
  .floating-chip { display: none; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-large { grid-row: auto; grid-column: span 2; min-height: 400px; }
  .bento-wide { grid-column: span 2; }
  .how-grid { gap: 35px; }
  .faq-grid { gap: 40px; }
  .main-nav { gap: 0; }
  .main-nav a { padding-inline: 8px; font-size: 11px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 28px, 720px); }
  .desktop-only { display: none; }
  .site-header { height: 70px; }
  .brand small { display: none; }
  .mobile-menu-button { display: block; margin-inline-start: auto; }
  .main-nav { position: fixed; top: 75px; right: 14px; left: 14px; display: grid; gap: 3px; padding: 12px; border: 1px solid #d6e3f4; border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 12px; border-radius: 12px; font-size: 12px; }
  .main-nav a:hover { background: #edf5ff; }
  .header-actions .account-chip span:last-child { display: none; }
  .hero-section { padding-top: 45px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy h1 { margin-inline: auto; font-size: clamp(36px, 8vw, 58px); letter-spacing: -1.7px; }
  .hero-lead { margin-inline: auto; }
  .hero-search-card { margin-inline: auto; text-align: right; }
  .hero-trust-row { justify-content: center; text-align: right; }
  .hero-art { min-height: 470px; margin-top: -20px; }
  .hero-device { max-width: 590px; }
  .trust-strip-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip-grid > div { border-bottom: 1px solid #e4ecf7; }
  .trust-strip-grid > div:nth-child(2) { border-left: 0; }
  .trust-strip-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding: 75px 0; }
  .how-grid { grid-template-columns: 1fr; }
  .how-copy { order: -1; }
  .how-visual { min-height: 450px; }
  .privacy-card { grid-template-columns: 1fr; padding: 42px; }
  .privacy-lock { display: none; }
  .compare-grid, .faq-grid, .contact-grid, .removal-grid { grid-template-columns: 1fr; }
  .post-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2/4; }
  .account-modal { grid-template-columns: 1fr; width: min(620px, 96vw); }
  .modal-visual { display: none; }
  .modal-content { min-height: 0; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .dashboard-side { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 22px, 520px); }
  .header-inner { gap: 8px; }
  .brand img { width: 41px; height: 41px; }
  .brand strong { font-size: 14px; }
  .header-actions .button-ghost { padding: 7px 10px; font-size: 10px; }
  .hero-section { min-height: auto; padding: 40px 0 25px; }
  .hero-copy h1 { font-size: 37px; line-height: 1.4; }
  .hero-copy h1::after { width: 28px; height: 8px; }
  .hero-lead { font-size: 13px; }
  .hero-search-card { padding: 12px; border-radius: 21px; }
  .hero-search-row { display: grid; }
  .button-search { width: 100%; min-width: 0; }
  .search-meta { display: grid; justify-content: stretch; text-align: center; }
  .search-meta span { justify-content: center; }
  .page-glow { display: none; }
  .hero-art { min-height: 360px; overflow: hidden; }
  .hero-device { width: 100%; max-width: 100%; }
  .orbit-one { width: 340px; height: 340px; }.orbit-two { width: 270px; height: 270px; }
  .trust-strip-grid { grid-template-columns: 1fr; }
  .trust-strip-grid > div { border-left: 0; border-bottom: 1px solid #e4ecf7 !important; }
  .trust-strip-grid > div:last-child { border-bottom: 0 !important; }
  .result-list { grid-template-columns: 1fr; padding: 13px; }
  .section { padding: 62px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 29px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card, .bento-large, .bento-wide { grid-column: auto; min-height: 260px; }
  .bento-large { min-height: 390px; }
  .bento-wide { display: grid; }
  .payment-pill { width: max-content; }
  .glass-phone { width: 250px; min-height: 410px; }
  .glass-avatar { width: 100px; height: 100px; margin-top: 35px; }
  .how-visual { min-height: 420px; overflow: hidden; }
  .ring-a { width: 340px; height: 340px; }.ring-b { width: 430px; height: 430px; }
  .privacy-card { padding: 32px 24px; border-radius: 28px; }
  .privacy-actions { display: grid; }
  .pricing-grid { grid-template-columns: 1fr; }
  .compare-row { grid-template-columns: 1.25fr .75fr .75fr; }
  .compare-row > * { padding: 10px 6px; font-size: 8.5px; }
  .post-grid, .blog-grid { grid-template-columns: 1fr; }
  .heading-with-action { align-items: start; }
  .faq-grid { gap: 15px; }
  .final-cta { min-height: 330px; display: grid; padding: 36px 25px; text-align: center; }
  .final-cta .button { justify-self: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; text-align: center; }
  .account-modal { max-height: 94vh; border-radius: 24px; }
  .modal-content { padding: 40px 20px 24px; }
  .modal-content h2 { font-size: 22px; }
  .modal-plan { grid-template-columns: 25px 1fr; }
  .modal-plan-price { grid-column: 2; text-align: right; }
  .trust-inline { flex-wrap: wrap; }
  .inner-hero { padding: 65px 0 55px; }
  .inner-hero h1 { font-size: 34px; }
  .article-header h1 { font-size: 32px; }
  .article-meta { flex-wrap: wrap; gap: 10px 17px; }
  .article-content, .page-prose { padding: 22px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .surface-form { padding: 22px; }
  .dashboard-header { align-items: flex-start; }
  .dashboard-header h1 { font-size: 24px; }
  .dashboard-side { grid-template-columns: 1fr; }
  .dashboard-card { padding: 18px; }
  .dashboard-search { grid-template-columns: 1fr; }
  .payment-result-card { padding: 30px 20px; }
  .payment-actions { display: grid; }
}

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

/* Search type selector: phone and name are intentionally separate modes. */
.search-mode-switch { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 13px; padding: 5px; border: 1px solid #dce8f8; border-radius: 18px; background: #f3f7fd; }
.search-mode-switch button { display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-height: 50px; padding: 7px 12px; border: 0; border-radius: 14px; color: #687991; background: transparent; font-family: inherit; font-weight: 800; cursor: pointer; transition: color .2s, background .2s, box-shadow .2s, transform .2s; }
.search-mode-switch button:hover { color: var(--primary); }
.search-mode-switch button.is-active { color: #fff; background: linear-gradient(135deg, #2488f6, #155fd7); box-shadow: 0 8px 20px rgba(23, 104, 233, .22); transform: translateY(-1px); }
.search-mode-switch button span { font-size: 11px; font-weight: 900; }
.search-mode-switch button small { opacity: .82; font-size: 8px; }
.search-mode-switch.compact { grid-column: 1/-1; margin: 0 0 4px; }
.search-mode-switch.compact button { min-height: 42px; }
.search-input-wrap input[dir="rtl"], .dashboard-search input[dir="rtl"] { font-family: inherit; letter-spacing: 0; text-align: right; }
.result-avatar { position: relative; overflow: hidden; }
.result-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .2s; }
.result-avatar.has-image img { opacity: 1; }
.result-avatar-fallback { position: relative; z-index: 0; }
.result-phone { flex: 0 0 auto; padding: 7px 9px; border-radius: 10px; color: #155fd7; background: #e9f3ff; font: 900 10px Arial, sans-serif; white-space: nowrap; }
.result-phone:hover { background: #d9ebff; }
.dashboard-search .search-mode-switch, .dashboard-search .search-inline-help, .dashboard-search .form-error { grid-column: 1/-1; }
.search-inline-help { margin: -2px 3px 0; color: var(--muted); font-size: 9px; }

@media (max-width: 600px) {
  .search-mode-switch button { min-height: 46px; padding-inline: 7px; }
  .search-mode-switch button span { font-size: 10px; }
  .search-mode-switch button small { font-size: 7px; }
  .result-item { align-items: flex-start; flex-wrap: wrap; }
  .result-copy { min-width: calc(100% - 62px); }
  .result-phone, .confidence { margin-right: 58px; }
}
