:root {
  color-scheme: dark;
  --bg: #06101c;
  --bg-deep: #040b14;
  --panel: rgba(12, 27, 45, .78);
  --panel-solid: #0d1b2c;
  --line: rgba(148, 176, 214, .14);
  --line-strong: rgba(148, 176, 214, .24);
  --text: #f5f7fb;
  --muted: #8da1b9;
  --muted-dark: #62778f;
  --purple: #8a76ff;
  --purple-light: #b3a7ff;
  --blue: #39aef5;
  --green: #35d393;
  --orange: #ffb15c;
  --danger: #ff758a;
  --shadow: 0 35px 100px rgba(0, 0, 0, .32);
  font-family: Inter, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 95px; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; color: var(--text); background: var(--bg); font-size: 15px; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -3; background: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.section-shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.section-block { padding-top: 138px; padding-bottom: 138px; }
.hidden { display: none !important; }

.ambient { position: fixed; z-index: -2; border-radius: 50%; filter: blur(110px); opacity: .2; pointer-events: none; animation: ambientDrift 15s ease-in-out infinite alternate; }
.ambient-one { width: 520px; height: 520px; top: -180px; right: 4%; background: #6957ea; }
.ambient-two { width: 420px; height: 420px; top: 45%; left: -240px; background: #118dc0; animation-delay: -7s; }
.cursor-glow { position: fixed; z-index: -1; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(94,121,255,.09), transparent 68%); transform: translate(-50%, -50%); pointer-events: none; opacity: 0; transition: opacity .3s; }
@keyframes ambientDrift { to { transform: translate3d(40px, 50px, 0) scale(1.08); } }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; padding: 16px 0; transition: .3s ease; }
.site-header.scrolled { padding: 10px 0; background: rgba(5, 14, 25, .76); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { width: min(1260px, calc(100% - 36px)); min-height: 58px; margin: auto; padding: 0 10px 0 12px; display: flex; align-items: center; justify-content: space-between; border: 1px solid transparent; border-radius: 18px; transition: .3s; }
.site-header:not(.scrolled) .nav-shell { background: rgba(9, 20, 34, .46); border-color: rgba(144,170,205,.09); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 43px; height: 43px; display: block; filter: drop-shadow(0 9px 22px rgba(25,165,180,.23)); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 18px; letter-spacing: -.02em; }
.brand small { margin-top: -2px; color: #71869e; font-size: 8px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 24px; color: #9aabc0; font-size: 12px; font-weight: 650; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: white; }
.nav-cta { display: flex; align-items: center; gap: 10px; padding: 10px 15px; border: 1px solid rgba(138,118,255,.26); border-radius: 11px; color: #d7d1ff; background: rgba(138,118,255,.1); font-size: 11px; font-weight: 750; transition: .2s; }
.nav-cta:hover { border-color: rgba(138,118,255,.55); background: rgba(138,118,255,.16); transform: translateY(-1px); }

.hero { min-height: 940px; padding-top: 165px; display: grid; grid-template-columns: .86fr 1.34fr; gap: 44px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 50px; }
.hero-badge { width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 7px 11px; border: 1px solid rgba(53,211,147,.18); border-radius: 99px; color: #a9b9ca; background: rgba(53,211,147,.055); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.hero-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); animation: pulseDot 1.8s ease-in-out infinite; }
.hero h1 { margin: 0; max-width: 660px; font-size: clamp(62px, 6vw, 91px); line-height: .93; letter-spacing: -.065em; font-weight: 780; }
h1 em, h2 em { color: transparent; background: linear-gradient(100deg, #b7adff, #7f6bf5 58%, #56bce8); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-lead { max-width: 580px; margin: 27px 0 0; color: #a0b1c5; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.button { min-height: 51px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 0; border-radius: 13px; cursor: pointer; font-size: 12px; font-weight: 800; transition: transform .22s, filter .22s, border-color .22s; }
.button-primary { color: white; background: linear-gradient(135deg, #a18fff, #6b56ec 72%); box-shadow: 0 17px 40px rgba(91,69,219,.25), inset 0 1px rgba(255,255,255,.24); }
.button-primary:hover { filter: brightness(1.1); transform: translateY(-2px); }
.button-quiet, .button-secondary { color: #bac7d6; border: 1px solid var(--line-strong); background: rgba(17,34,54,.7); }
.button-quiet:hover, .button-secondary:hover { color: white; border-color: rgba(160,183,214,.4); }
.play { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-size: 8px; }
.full { width: 100%; }
.hero-facts { display: flex; gap: 33px; margin-top: 48px; }
.hero-facts div { display: flex; align-items: center; gap: 9px; }
.hero-facts div + div { padding-left: 31px; border-left: 1px solid var(--line); }
.hero-facts strong { font-size: 25px; line-height: 1; letter-spacing: -.04em; }
.hero-facts span { color: #73889f; font-size: 9px; line-height: 1.35; }

.hero-visual { position: relative; z-index: 1; min-width: 0; transform: perspective(1400px) rotateY(-4deg) rotateX(2deg); transform-origin: center; }
.visual-halo { position: absolute; inset: 5% -4% -8% 8%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(86,104,224,.28), rgba(44,153,198,.08) 48%, transparent 70%); filter: blur(30px); }
.app-window { overflow: hidden; border: 1px solid rgba(159,181,213,.2); border-radius: 21px; background: #081522; box-shadow: 0 55px 130px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.02) inset; }
.window-bar { height: 54px; padding: 0 15px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: #0b1828; }
.window-brand { display: flex; align-items: center; gap: 8px; font-size: 10px; }
.window-brand img { width: 26px; height: 26px; }
.window-title { color: #7f93aa; font-size: 8px; }
.window-title i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.window-controls { justify-self: end; display: flex; gap: 6px; }
.window-controls span { width: 7px; height: 7px; border-radius: 50%; background: #2d4058; }
.app-body { min-height: 492px; display: grid; grid-template-columns: 146px 1fr; }
.demo-sidebar { padding: 19px 12px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: #091725; }
.demo-nav { width: 100%; min-height: 40px; display: grid; grid-template-columns: 19px 1fr auto; gap: 7px; align-items: center; border: 0; border-radius: 9px; color: #71869d; background: transparent; text-align: left; }
.demo-nav span { font-size: 14px; }.demo-nav b { font-size: 8px; font-weight: 650; }.demo-nav i { min-width: 17px; padding: 2px 4px; border-radius: 9px; background: #263951; font-size: 7px; font-style: normal; text-align: center; }
.demo-nav.active { color: #d9d4ff; background: rgba(132,111,245,.13); box-shadow: inset 2px 0 var(--purple); }
.demo-safe { margin-top: auto; padding: 10px; display: flex; gap: 7px; border: 1px solid rgba(53,211,147,.14); border-radius: 9px; color: #6f839a; background: rgba(53,211,147,.045); font-size: 6px; }
.demo-safe > span { color: var(--green); }.demo-safe p { margin: 0; }.demo-safe strong { display: block; color: #93d8bd; font-size: 7px; }
.demo-main { min-width: 0; padding: 26px; background: radial-gradient(circle at 82% 0, rgba(70,91,169,.12), transparent 36%); }
.demo-heading { display: flex; align-items: flex-end; justify-content: space-between; }
.demo-heading small { color: #637a94; font-size: 7px; letter-spacing: .16em; }.demo-heading h2 { margin: 4px 0 0; font-size: 19px; letter-spacing: -.03em; }
.demo-counter strong { font-size: 21px; }.demo-counter span { color: #6d8198; font-size: 8px; }
.demo-progress { height: 4px; margin: 18px 0 20px; overflow: hidden; border-radius: 9px; background: #14263c; }
.demo-progress span { display: block; width: 66%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--purple), var(--blue), var(--green)); transition: width .7s ease; }
.queue-card { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: rgba(11,25,42,.78); }
.queue-top { height: 45px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; color: #66809a; border-bottom: 1px solid var(--line); font-size: 6px; letter-spacing: .13em; }
.queue-top b { padding: 5px 7px; border-radius: 20px; color: #75dcb4; background: rgba(53,211,147,.08); font-size: 6px; letter-spacing: 0; }.queue-top b i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--green); }
.queue-row { position: relative; min-height: 66px; padding: 9px 13px; display: grid; grid-template-columns: 20px 34px minmax(0,1fr) 40px 18px; gap: 8px; align-items: center; border-bottom: 1px solid var(--line); transition: .45s ease; }
.queue-row:last-child { border: 0; }.queue-row.active { background: rgba(57,174,245,.055); box-shadow: inset 2px 0 var(--blue); }.queue-row.done { opacity: .76; }
.queue-row .order { color: #5d748c; font-size: 7px; }.service { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: white; font-size: 9px; font-weight: 850; }.service.telegram { background: linear-gradient(145deg,#4bc2f6,#1684c7); }.service.whatsapp { background: linear-gradient(145deg,#4bdf91,#12a65d); }
.queue-row div { min-width: 0; }.queue-row strong, .queue-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.queue-row strong { font-size: 8px; }.queue-row small { margin-top: 3px; color: #667c94; font-size: 6px; }.queue-row time { color: #8194a8; font-size: 7px; }.queue-row > b { color: var(--green); font-size: 8px; }
.loader { width: 13px; height: 13px; border: 2px solid rgba(57,174,245,.2); border-top-color: var(--blue); border-radius: 50%; animation: spin .8s linear infinite; }
.floating-chip { position: absolute; z-index: 3; min-width: 174px; padding: 10px 12px; display: grid; grid-template-columns: 32px 1fr 18px; gap: 9px; align-items: center; border: 1px solid var(--line-strong); border-radius: 13px; background: rgba(12,27,45,.88); backdrop-filter: blur(14px); box-shadow: 0 22px 50px rgba(0,0,0,.35); animation: chipFloat 4s ease-in-out infinite; }
.floating-chip > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: white; font-size: 9px; font-weight: 850; }.floating-chip strong,.floating-chip small { display: block; }.floating-chip strong { font-size: 8px; }.floating-chip small { color: #70859d; font-size: 6px; }.floating-chip > b { color: var(--green); font-size: 10px; }
.chip-telegram { top: 29%; right: -51px; }.chip-telegram > span { background: #249bd5; }.chip-whatsapp { left: -37px; bottom: 9%; animation-delay: -2s; }.chip-whatsapp > span { background: #20b96b; }
@keyframes pulseDot { 50% { opacity: .4; transform: scale(.8); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes chipFloat { 50% { transform: translateY(-8px); } }

.trust-strip { min-height: 78px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--line); border-radius: 16px; color: #657b93; background: rgba(11,25,41,.52); font-size: 8px; font-weight: 750; letter-spacing: .15em; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: #6e61d5; }
.section-heading { max-width: 720px; margin-bottom: 56px; }.section-heading.centered { margin-inline: auto; text-align: center; }.eyebrow { margin: 0 0 13px; color: #6f849c; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.section-heading h2, .security-copy h2, .payment-copy h2 { margin: 0; font-size: clamp(39px,4.5vw,61px); line-height: 1.03; letter-spacing: -.052em; }.section-heading > p:last-child { max-width: 590px; margin: 20px 0 0; color: var(--muted); font-size: 16px; }.section-heading.centered > p:last-child { margin-inline: auto; }

.audience-section { padding-bottom: 30px; }
.audience-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:14px; }
.audience-card { position:relative;min-height:245px;padding:27px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(15,31,50,.86),rgba(8,20,34,.88));transition:border-color .25s,transform .25s,background .25s; }
.audience-card::after { content:"";position:absolute;width:150px;height:150px;right:-80px;bottom:-90px;border-radius:50%;background:var(--purple);filter:blur(55px);opacity:.08; }
.audience-card:nth-child(2)::after,.audience-card:nth-child(5)::after { background:var(--blue); }.audience-card:nth-child(3)::after,.audience-card:nth-child(6)::after { background:var(--green); }
.audience-card:hover { transform:translateY(-4px);border-color:rgba(151,135,255,.32);background:linear-gradient(145deg,rgba(18,37,59,.94),rgba(9,23,39,.94)); }
.audience-card > span { position:absolute;top:23px;right:25px;color:#445b74;font-size:9px;font-weight:800;letter-spacing:.12em; }
.audience-card > i { width:43px;height:43px;display:grid;place-items:center;border-radius:12px;color:#b7adff;background:rgba(138,118,255,.11);font-size:17px;font-style:normal; }
.audience-card:nth-child(2) > i,.audience-card:nth-child(5) > i { color:#8fd6fb;background:rgba(57,174,245,.1); }.audience-card:nth-child(3) > i,.audience-card:nth-child(6) > i { color:#82dfb8;background:rgba(53,211,147,.09); }
.audience-card h3 { margin:24px 0 8px;font-size:18px;letter-spacing:-.025em; }.audience-card p { margin:0;color:var(--muted);font-size:11px;line-height:1.6; }.audience-card small { position:absolute;left:27px;right:27px;bottom:24px;color:#5e748c;font-size:8px; }

.bento-grid { display: grid; grid-template-columns: 1.17fr .83fr; gap: 15px; }
.bento { position: relative; min-height: 360px; overflow: hidden; padding: 31px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(15,31,50,.91), rgba(8,20,34,.91)); box-shadow: inset 0 1px rgba(255,255,255,.02); }
.bento::before { content:""; position:absolute; width:260px; height:260px; border-radius:50%; filter:blur(70px); opacity:.08; pointer-events:none; }.bento-catalog::before { right:-60px; bottom:-100px; background:var(--purple); }.bento-timer::before { right:-70px; top:-100px; background:var(--blue); }.bento-format::before { left:-80px; bottom:-100px; background:var(--green); }.bento-control::before { right:-70px; bottom:-100px; background:var(--orange); }
.bento h3 { margin: 20px 0 9px; font-size: 21px; letter-spacing: -.025em; }.bento p { max-width: 510px; margin: 0; color: var(--muted); font-size: 13px; }.feature-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; font-size: 18px; font-weight: 700; }.feature-icon.purple { color: #bdb4ff; background: rgba(138,118,255,.13); }.feature-icon.blue { color: #8dd5ff; background: rgba(57,174,245,.12); }.feature-icon.green { color: #87e5bd; background: rgba(53,211,147,.11); }.feature-icon.orange { color: #ffd09a; background: rgba(255,177,92,.11); }
.bento-catalog { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 28px; }.catalog-stack { display: grid; gap: 8px; transform: rotate(-2deg); }.catalog-stack > div { min-height: 73px; padding: 8px; display: grid; grid-template-columns: 77px 1fr 20px; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 11px; background: rgba(8,20,34,.86); box-shadow: 0 15px 35px rgba(0,0,0,.16); }.catalog-stack > div:nth-child(2) { transform: translateX(-20px); }.catalog-photo { width: 77px; height: 55px; display:block; border-radius: 7px; background-size:cover; }.photo-one { background: linear-gradient(140deg,#536e88,#1b2939 49%,#a98765 50%,#604733); }.photo-two { background: linear-gradient(30deg,#2d5c4d,#86ac8d 40%,#c9b58c 41%,#4b5967); }.photo-three { background: linear-gradient(150deg,#6383a1,#bdc9cf 48%,#6f8a4d 49%,#2b4a34); }.catalog-stack b,.catalog-stack small { display:block; }.catalog-stack b { font-size:8px; }.catalog-stack small { color:#647a92;font-size:6px;margin-top:3px; }.catalog-stack i { width: 18px; height: 18px; display:grid;place-items:center;border:1px solid #2f465f;border-radius:5px;color:white;background:#24b67c;font-size:8px;font-style:normal; }
.time-wheel { margin-top: 49px; display:flex;align-items:center;justify-content:center;gap:11px; }.time-wheel span { min-width:70px;padding:12px 10px;border:1px solid var(--line);border-radius:10px;background:#091725;text-align:center;color:#c8d3df;font-size:11px; }.time-wheel span:nth-of-type(2) { border-color:rgba(57,174,245,.38);box-shadow:0 0 30px rgba(57,174,245,.12); }.time-wheel i { width: 10px; border-top:1px dashed #39516c; }
.story-frame { width: 116px; height: 184px; margin: 28px auto 0; padding: 7px; position:relative;border:1px solid rgba(53,211,147,.27);border-radius:20px;background:#071420;box-shadow:0 22px 45px rgba(0,0,0,.25); }.story-frame div { width:100%;height:100%;border-radius:14px;background:linear-gradient(180deg,rgba(8,18,30,.1),rgba(8,18,30,.12)),linear-gradient(150deg,#6b869e,#d3d5cd 43%,#896f54 44%,#252f3a 72%);background-size:cover; }.story-frame span { position:absolute;right:-15px;bottom:19px;padding:5px 7px;border:1px solid var(--line);border-radius:7px;background:#12243a;color:#83dcb7;font-size:7px; }
.bento-control { display:grid;grid-template-columns:1fr 1fr;align-items:center; }.service-route { display:flex;align-items:center;justify-content:center;gap:13px; }.service-route span { width:55px;height:55px;display:grid;place-items:center;border-radius:16px;font-size:15px;font-weight:850;box-shadow:0 14px 35px rgba(0,0,0,.2); }.route-source { background:#13233a; }.route-source img { width:47px; }.route-tg { background:#229bd7; }.route-wa { background:#22b96b; }.service-route i { width:16px;border-top:1px dashed #48617c; }

.workflow-wrap { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg,rgba(13,27,45,.28),rgba(7,17,30,.72)); }
.workflow-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:14px; }.workflow-card { position:relative;min-height:275px;padding:28px;border:1px solid var(--line);border-radius:18px;background:rgba(10,23,39,.64); }.workflow-card > span { position:absolute;top:25px;right:25px;color:#445b74;font-size:10px;font-weight:800; }.workflow-icon { width:54px;height:54px;display:grid;place-items:center;margin-top:20px;border:1px solid rgba(138,118,255,.22);border-radius:16px;color:#a99dff;background:rgba(138,118,255,.08);font-size:20px; }.workflow-card h3 { margin:33px 0 8px;font-size:20px; }.workflow-card p { margin:0;color:var(--muted);font-size:12px; }

.security-section { display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px; }.security-visual { position:relative;min-height:530px;display:grid;place-items:center; }.shield { position:relative;z-index:3;width:220px;height:260px;display:grid;place-items:center;align-content:center;clip-path:polygon(50% 0,93% 18%,86% 72%,50% 100%,14% 72%,7% 18%);background:linear-gradient(145deg,#162d48,#0c1b2d);filter:drop-shadow(0 35px 45px rgba(0,0,0,.32));text-align:center; }.shield::before { content:"";position:absolute;inset:2px;z-index:-1;clip-path:inherit;background:radial-gradient(circle at 50% 20%,rgba(138,118,255,.18),transparent 50%),#0c1c2e; }.shield span { width:50px;height:50px;display:grid;place-items:center;margin-bottom:14px;border-radius:50%;color:#8fe1bd;background:rgba(53,211,147,.1);font-size:20px; }.shield strong { font-size:13px;line-height:1.5; }.security-orbit { position:absolute;border:1px solid rgba(122,146,180,.13);border-radius:50%;animation:orbitSpin 13s linear infinite; }.orbit-one { width:410px;height:410px; }.orbit-two { width:520px;height:520px;animation-direction:reverse;animation-duration:20s; }.security-orbit i { position:absolute;top:50%;left:-5px;width:10px;height:10px;border-radius:50%;background:var(--purple);box-shadow:0 0 18px var(--purple); }.orbit-two i { top:15%;left:auto;right:9%;background:var(--green);box-shadow:0 0 18px var(--green); }.security-tag { position:absolute;z-index:4;padding:9px 12px;border:1px solid var(--line);border-radius:10px;color:#93a6ba;background:rgba(12,27,45,.82);backdrop-filter:blur(10px);font-size:8px;box-shadow:0 15px 35px rgba(0,0,0,.2); }.tag-local { top:24%;left:2%; }.tag-token { right:0;bottom:25%; }
@keyframes orbitSpin { to { transform:rotate(360deg); } }
.security-copy > p:not(.eyebrow) { margin:22px 0 0;color:var(--muted);font-size:15px; }.security-copy ul { margin:34px 0 0;padding:0;display:grid;gap:18px;list-style:none; }.security-copy li { display:grid;grid-template-columns:34px 1fr;gap:13px;align-items:start; }.security-copy li > span { width:31px;height:31px;display:grid;place-items:center;border-radius:9px;color:#82dcb7;background:rgba(53,211,147,.09);font-size:10px; }.security-copy li strong,.security-copy li small { display:block; }.security-copy li strong { font-size:12px; }.security-copy li small { margin-top:3px;color:#72869d;font-size:10px; }

.payment-section { display:grid;grid-template-columns:.88fr 1.12fr;gap:92px;align-items:center;padding:74px;border:1px solid rgba(138,118,255,.22);border-radius:26px;background:radial-gradient(circle at 0 0,rgba(138,118,255,.13),transparent 35%),linear-gradient(145deg,rgba(15,31,51,.97),rgba(8,19,33,.98));box-shadow:var(--shadow); }.offer-badge { width:fit-content;padding:6px 9px;border:1px solid rgba(138,118,255,.2);border-radius:7px;color:#a89cff;background:rgba(138,118,255,.08);font-size:8px;font-weight:850;letter-spacing:.14em; }.payment-copy h2 { margin-top:19px; }.payment-copy > p:not(.no-renew) { margin:20px 0 0;color:var(--muted);font-size:14px; }.price { display:flex;align-items:end;gap:10px;margin-top:29px; }.price > strong { font-size:66px;line-height:.85;letter-spacing:-.06em; }.price div span,.price div small { display:block; }.price div span { color:#d8e0e9;font-size:22px;line-height:1; }.price div small { margin-top:3px;color:#758ba2;font-size:9px; }.offer-list { margin:30px 0 0;padding:0;display:grid;gap:10px;list-style:none;color:#afbdcc;font-size:11px; }.offer-list span { color:var(--green);margin-right:8px; }.no-renew { margin:28px 0 0;padding:12px;display:grid;grid-template-columns:29px 1fr;column-gap:10px;align-items:center;border:1px solid rgba(53,211,147,.14);border-radius:10px;background:rgba(53,211,147,.045); }.no-renew > span { grid-row:span 2;width:29px;height:29px;display:grid;place-items:center;border-radius:8px;color:#8bdfbb;background:rgba(53,211,147,.09); }.no-renew strong,.no-renew small { display:block; }.no-renew strong { color:#a9cfbf;font-size:9px; }.no-renew small { color:#667e76;font-size:7px; }
.payment-card { padding:31px;border:1px solid var(--line-strong);border-radius:19px;background:#091725;box-shadow:0 25px 70px rgba(0,0,0,.25); }.payment-head { margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid var(--line); }.payment-head span,.payment-head small { display:block; }.payment-head span { font-size:18px;font-weight:780; }.payment-head small { margin-top:3px;color:#70859d;font-size:9px; }.payment-card label { display:block;margin:0 0 16px;color:#aab9c9;font-size:10px;font-weight:700; }.payment-card input { width:100%;margin-top:7px;padding:13px 14px;border:1px solid var(--line);border-radius:10px;outline:none;color:white;background:#06121f;font-size:11px;transition:.2s; }.payment-card input:focus { border-color:rgba(138,118,255,.65);box-shadow:0 0 0 3px rgba(138,118,255,.08); }.payment-card button:disabled { opacity:.55;cursor:wait; }.privacy-note { display:flex!important;align-items:center;justify-content:center;gap:6px;margin-top:12px!important;color:#5f758d!important;font-size:8px!important; }.payment-step > p { color:#aab8c9; }.step-success { margin-bottom:18px;display:grid;grid-template-columns:37px 1fr;gap:11px;align-items:center; }.step-success > span { width:37px;height:37px;display:grid;place-items:center;border-radius:10px;color:#95e2c2;background:rgba(53,211,147,.1);font-weight:850; }.step-success p { margin:0;color:#8194aa;font-size:9px; }.step-success strong { display:block;color:#cbd5df;font-size:11px; }.order-code { position:relative;margin:12px 0;padding:13px;border:1px dashed #354d68;border-radius:10px;background:rgba(6,18,31,.55); }.order-code span,.order-code strong { display:block; }.order-code span { color:#647c95;font-size:8px; }.order-code strong { margin-top:4px;color:#e4e9ef;font-size:12px;letter-spacing:.08em; }.order-code button { position:absolute;right:12px;bottom:12px;border:0;color:#aa9fff;background:transparent;cursor:pointer;font-size:8px; }.payment-step .button { margin:14px 0 16px; }.success-step { padding:29px 8px;text-align:center; }.success-step > span { width:54px;height:54px;margin:auto;display:grid;place-items:center;border-radius:50%;color:var(--green);background:rgba(53,211,147,.11);font-size:22px; }.success-step h3 { margin:16px 0 5px;font-size:17px; }.success-step p { margin:0;color:var(--muted);font-size:10px; }.form-error { margin:13px 0 0;padding:10px;border:1px solid rgba(255,117,138,.16);border-radius:8px;color:#ff97a7;background:rgba(255,117,138,.07);font-size:9px; }

.questions { max-width:900px; }.faq-list { border-top:1px solid var(--line); }.faq-list details { border-bottom:1px solid var(--line); }.faq-list summary { padding:23px 3px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font-size:14px;font-weight:700; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary span { color:#8c80ed;font-size:18px;transition:transform .25s; }.faq-list details[open] summary span { transform:rotate(45deg); }.faq-list p { max-width:720px;margin:-5px 0 24px;color:var(--muted);font-size:12px; }
.final-cta { margin-bottom:100px;padding:39px 45px;display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(125deg,rgba(138,118,255,.1),rgba(20,39,62,.46)); }.final-cta h2 { margin:0;font-size:32px;letter-spacing:-.04em; }
footer { border-top:1px solid var(--line);background:#050d17; }.footer-shell { width:min(1220px,calc(100% - 48px));min-height:160px;margin:auto;display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center; }.footer-shell > p { color:#72869c;font-size:10px; }.footer-shell > small { justify-self:end;max-width:400px;color:#52677e;font-size:8px;text-align:right; }
.mobile-buy { display:none; }

.motion-ready .reveal { opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1); }.motion-ready .reveal.visible { opacity:1;transform:none; }.bento-grid .reveal:nth-child(2),.workflow-grid .reveal:nth-child(2) { transition-delay:.1s; }.bento-grid .reveal:nth-child(3),.workflow-grid .reveal:nth-child(3) { transition-delay:.18s; }.bento-grid .reveal:nth-child(4) { transition-delay:.25s; }

.apps-section { padding-bottom:120px; }
.connect-wrap { border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 18% 20%,rgba(57,174,245,.09),transparent 30%),radial-gradient(circle at 82% 78%,rgba(53,211,147,.07),transparent 28%),rgba(5,14,25,.48); }
.connect-section .section-heading { max-width:760px;margin-inline:auto; }
.connect-grid { margin-top:58px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px; }
.connect-card { position:relative;overflow:hidden;padding:28px;border:1px solid var(--line-strong);border-radius:21px;background:linear-gradient(145deg,rgba(14,31,50,.96),rgba(7,18,31,.96));box-shadow:0 28px 70px rgba(0,0,0,.2); }
.connect-card::before { content:"";position:absolute;z-index:0;width:210px;height:210px;right:-100px;top:-110px;border-radius:50%;filter:blur(65px);opacity:.13; }
.connect-telegram::before { background:var(--blue); }.connect-whatsapp::before { background:var(--green); }
.connect-card > * { position:relative;z-index:1; }
.connect-card-head { display:grid;grid-template-columns:48px 1fr auto;gap:13px;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--line); }
.connect-service { width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:white;font-size:17px;font-weight:850;box-shadow:0 12px 28px rgba(0,0,0,.2); }
.connect-service.telegram { background:linear-gradient(145deg,#48b9f3,#2287c5); }.connect-service.whatsapp { background:linear-gradient(145deg,#4cde89,#169e59); }
.connect-card-head small { display:block;color:#70869e;font-size:7px;font-weight:800;letter-spacing:.16em; }.connect-card-head h3 { margin:3px 0 0;font-size:18px;letter-spacing:-.025em; }
.connect-badge { padding:6px 8px;border:1px solid;border-radius:20px;font-size:7px;letter-spacing:.1em;white-space:nowrap; }.connect-badge.official { color:#83d5fb;border-color:rgba(57,174,245,.2);background:rgba(57,174,245,.07); }.connect-badge.local { color:#80dfb7;border-color:rgba(53,211,147,.2);background:rgba(53,211,147,.07); }
.connect-steps { margin:10px 0 0;padding:0;list-style:none;counter-reset:none; }.connect-steps li { min-height:78px;padding:15px 0;display:grid;grid-template-columns:34px 1fr;gap:12px;border-bottom:1px solid var(--line); }
.connect-steps li > span { width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(138,118,255,.2);border-radius:9px;color:#aaa0fa;background:rgba(138,118,255,.07);font-size:8px;font-weight:850; }.connect-steps strong { display:block;font-size:11px; }.connect-steps p { margin:3px 0 0;color:#778da5;font-size:9px;line-height:1.5; }
.connect-requirement { margin-top:18px;padding:12px 13px;display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:center;border:1px solid rgba(57,174,245,.14);border-radius:11px;background:rgba(57,174,245,.045); }.connect-requirement > span { width:29px;height:29px;display:grid;place-items:center;border-radius:8px;color:#8dd5fb;background:rgba(57,174,245,.1);font-size:10px;font-weight:850; }.connect-requirement strong,.connect-requirement p { display:block; }.connect-requirement p { margin:0;color:#70869e;font-size:8px; }.connect-requirement strong { margin-bottom:2px;color:#a9c5d6;font-size:9px; }
.connect-requirement.warning { border-color:rgba(255,177,92,.16);background:rgba(255,177,92,.045); }.connect-requirement.warning > span { color:#ffc27f;background:rgba(255,177,92,.1); }
.connect-footer { max-width:800px;margin:22px auto 0;padding:13px 16px;display:grid;grid-template-columns:31px 1fr;gap:11px;align-items:center;border:1px solid rgba(138,118,255,.16);border-radius:12px;background:rgba(138,118,255,.05); }.connect-footer > span { width:31px;height:31px;display:grid;place-items:center;border-radius:9px;color:#aea4ff;background:rgba(138,118,255,.11);font-size:13px; }.connect-footer p { margin:0;color:#71869e;font-size:9px; }.connect-footer strong { display:block;color:#b7c3d1;font-size:10px; }
.connect-checks { margin-top:22px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px; }.connect-checks article { padding:15px;display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:start;border:1px solid var(--line);border-radius:12px;background:rgba(9,23,37,.58); }.connect-checks article > span { width:33px;height:33px;display:grid;place-items:center;border-radius:9px;color:#83dfb7;background:rgba(53,211,147,.09);font-size:11px;font-weight:850; }.connect-checks article:nth-child(2) > span { color:#ffc27f;background:rgba(255,177,92,.09); }.connect-checks strong { display:block;font-size:10px; }.connect-checks p { margin:3px 0 0;color:#71869d;font-size:8px;line-height:1.55; }
.platform-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:15px; }
.platform-card { position:relative;min-height:440px;overflow:hidden;padding:28px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(15,31,50,.94),rgba(8,20,34,.94)); }
.platform-card::before { content:"";position:absolute;width:220px;height:220px;right:-90px;bottom:-100px;border-radius:50%;background:var(--purple);filter:blur(70px);opacity:.08; }
.platform-card:nth-child(2)::before { background:var(--blue); }.platform-card:nth-child(3)::before { background:var(--green); }.platform-ready { border-color:rgba(53,211,147,.22); }
.platform-top { display:flex;align-items:center;justify-content:space-between;gap:15px; }.platform-icon { width:45px;height:45px;display:grid;place-items:center;border-radius:13px;font-size:18px;font-weight:800; }
.windows-icon { color:#9a8dff;background:rgba(138,118,255,.12); }.mobile-icon { color:#7dcefa;background:rgba(57,174,245,.11); }.web-icon { color:#7de0b7;background:rgba(53,211,147,.1); }
.availability { padding:6px 8px;border:1px solid var(--line);border-radius:20px;color:#73879e;background:rgba(255,255,255,.025);font-size:7px;letter-spacing:.12em; }.availability.ready { color:#79ddb5;border-color:rgba(53,211,147,.18);background:rgba(53,211,147,.07); }.availability.soon { color:#8bcef4;border-color:rgba(57,174,245,.18);background:rgba(57,174,245,.06); }
.platform-card h3 { margin:24px 0 9px;font-size:20px;letter-spacing:-.025em; }.platform-card > p { min-height:62px;margin:0;color:var(--muted);font-size:12px; }.platform-card ul { margin:24px 0 0;padding:0;display:grid;gap:7px;list-style:none;color:#8195ac;font-size:9px; }.platform-card li::before { content:"✓";margin-right:7px;color:var(--green); }
.desktop-device,.mobile-device,.web-device { position:absolute;left:28px;right:28px;bottom:0;height:125px; }.desktop-device { display:grid;place-items:end center; }.desktop-device > div { width:220px;height:104px;padding:8px;border:1px solid #30445d;border-radius:10px 10px 3px 3px;background:#081522;box-shadow:0 20px 45px rgba(0,0,0,.28); }.desktop-device > div span { display:block;height:11px;margin-bottom:7px;border-radius:3px;background:linear-gradient(90deg,#7f6bf5 20%,#14263c 20%); }.desktop-device > div i { display:block;width:78%;height:7px;margin:7px;border-radius:3px;background:#152a42; }.desktop-device > div i:nth-of-type(2) { width:58%; }.desktop-device > b { width:100px;height:8px;border-radius:0 0 20px 20px;background:#23374f; }
.mobile-device { display:grid;place-items:start center; }.mobile-device > i { position:absolute;top:5px;z-index:2;width:33px;height:5px;border-radius:5px;background:#273a50; }.mobile-device > div { width:103px;height:145px;padding:19px 10px 10px;border:2px solid #30445d;border-bottom:0;border-radius:20px 20px 0 0;background:#081522;box-shadow:0 20px 45px rgba(0,0,0,.28); }.mobile-device span { display:block;height:25px;margin-bottom:7px;border-radius:6px;background:linear-gradient(90deg,#27af71 27%,#142840 27%); }.mobile-device span:nth-child(2) { background:linear-gradient(90deg,#269ed8 27%,#142840 27%); }
.web-device { padding:10px 13px;border:1px solid #30445d;border-bottom:0;border-radius:11px 11px 0 0;background:#081522;box-shadow:0 20px 45px rgba(0,0,0,.28); }.web-device > span { display:block;width:32%;height:9px;margin-bottom:13px;border-radius:3px;background:linear-gradient(90deg,#7d68ef 33%,#1a304a 33%); }.web-device > div { display:grid;grid-template-columns:repeat(3,1fr);gap:8px; }.web-device i { height:70px;border:1px solid #1d334c;border-radius:7px;background:linear-gradient(180deg,#142a43,#0b1929); }
.apps-note { max-width:780px;margin:22px auto 0;padding:12px 15px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(57,174,245,.13);border-radius:11px;color:#748aa1;background:rgba(57,174,245,.045);font-size:9px;text-align:center; }.apps-note span { width:20px;height:20px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#8bd4fa;background:rgba(57,174,245,.1);font-weight:800; }

.payment-guide-wrap { border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 20% 30%,rgba(138,118,255,.1),transparent 31%),linear-gradient(180deg,rgba(13,27,45,.24),rgba(7,17,30,.7)); }.payment-guide { display:grid;grid-template-columns:.92fr 1.08fr;gap:85px;align-items:center; }
.payment-guide-copy h2 { margin:0;font-size:clamp(39px,4.5vw,61px);line-height:1.03;letter-spacing:-.052em; }.payment-guide-copy > p:not(.eyebrow) { max-width:560px;margin:21px 0 0;color:var(--muted);font-size:15px; }
.payment-method { width:fit-content;margin-top:32px;padding:12px 14px;display:grid;grid-template-columns:35px 1fr;gap:11px;align-items:center;border:1px solid rgba(138,118,255,.17);border-radius:12px;background:rgba(138,118,255,.055); }.payment-method > span { width:35px;height:35px;display:grid;place-items:center;border-radius:10px;color:white;background:linear-gradient(145deg,#8f7afa,#5c47d6);font-weight:850; }.payment-method strong,.payment-method small { display:block; }.payment-method strong { font-size:10px; }.payment-method small { margin-top:2px;color:#71869e;font-size:8px; }
.payment-steps { padding:25px;border:1px solid var(--line-strong);border-radius:19px;background:rgba(9,23,37,.86);box-shadow:0 25px 70px rgba(0,0,0,.22); }.payment-steps article { min-height:84px;padding:13px 4px;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;border-bottom:1px solid var(--line); }.payment-steps article > span { width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(138,118,255,.18);border-radius:11px;color:#aa9eff;background:rgba(138,118,255,.07);font-size:9px;font-weight:850; }.payment-steps strong { display:block;font-size:12px; }.payment-steps p { margin:4px 0 0;color:#73879e;font-size:9px; }
.payment-promise { margin:17px 0;padding:11px 13px;display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:center;border:1px solid rgba(53,211,147,.14);border-radius:10px;background:rgba(53,211,147,.045); }.payment-promise > span { width:29px;height:29px;display:grid;place-items:center;border-radius:8px;color:#8ce0bc;background:rgba(53,211,147,.1);font-size:10px; }.payment-promise strong,.payment-promise small { display:block; }.payment-promise strong { color:#a9cfbf;font-size:9px; }.payment-promise small { margin-top:2px;color:#647d73;font-size:7px; }

.support-wrap { border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 22% 25%,rgba(57,174,245,.08),transparent 30%),radial-gradient(circle at 80% 70%,rgba(138,118,255,.09),transparent 32%),#07121f; }
.support-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:14px; }.support-card { min-height:180px;padding:24px;display:grid;grid-template-columns:48px 1fr 20px;gap:14px;align-items:start;border:1px solid var(--line-strong);border-radius:18px;background:linear-gradient(145deg,rgba(15,31,50,.94),rgba(8,20,34,.94));transition:transform .2s,border-color .2s; }.support-card:hover { transform:translateY(-4px);border-color:rgba(138,118,255,.38); }.support-card > span { width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:white;background:#249bd5;font-size:14px;font-weight:850; }.support-vk > span { background:#287ee7; }.support-phone > span { background:#23b86b; }.support-card small { color:#667e98;font-size:7px;font-weight:800;letter-spacing:.15em; }.support-card h3 { margin:7px 0;font-size:16px;line-height:1.25; }.support-card p { margin:0;color:var(--muted);font-size:9px;line-height:1.55; }.support-card > b { align-self:center;color:#9d91f5;font-size:17px; }.support-security { max-width:850px;margin:20px auto 0;padding:12px 15px;display:flex;gap:10px;align-items:center;justify-content:center;border:1px solid rgba(53,211,147,.13);border-radius:11px;color:#71889f;background:rgba(53,211,147,.04);font-size:8px;text-align:center; }.support-security span { width:21px;height:21px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#85dfb8;background:rgba(53,211,147,.09);font-weight:800; }

@media (max-width: 1120px) {
  .audience-grid { grid-template-columns:repeat(2,1fr); }
  .platform-grid { grid-template-columns:repeat(2,1fr); }.platform-card:last-child { grid-column:span 2; }.payment-guide { gap:45px; }
  .hero { grid-template-columns:1fr;padding-top:150px;gap:20px; }.hero-copy { text-align:center;padding-bottom:20px; }.hero-badge,.hero-lead { margin-left:auto;margin-right:auto; }.hero-actions,.hero-facts { justify-content:center; }.hero-visual { width:min(850px,100%);margin:auto;transform:none; }.chip-telegram { right:-15px; }.chip-whatsapp { left:-15px; }
  .security-section { gap:35px; }.payment-section { gap:45px;padding:55px; }
}
@media (max-width: 850px) {
  .section-shell { width:min(100% - 28px,680px); }.section-block { padding-top:88px;padding-bottom:88px; }.desktop-nav { display:none; }.nav-cta { font-size:0; }.nav-cta span { font-size:14px; }
  .hero { min-height:auto;padding-top:135px; }.hero h1 { font-size:clamp(49px,15vw,70px); }.hero-lead { font-size:15px; }.hero-facts { gap:14px; }.hero-facts div + div { padding-left:14px; }
  .app-body { grid-template-columns:1fr; }.demo-sidebar { display:none; }.demo-main { padding:19px 14px; }.app-body { min-height:450px; }.floating-chip { display:none; }.hero-visual { margin-top:25px; }
  .trust-strip { overflow:hidden;justify-content:flex-start;white-space:nowrap; }.trust-strip span:nth-of-type(n+4),.trust-strip i:nth-of-type(n+3) { display:none; }
  .bento-grid,.bento-catalog,.bento-control,.connect-grid,.platform-grid,.payment-guide,.security-section,.payment-section,.support-grid,.connect-checks { grid-template-columns:1fr; }.connect-grid { margin-top:38px; }.platform-card:last-child { grid-column:auto; }.platform-card { min-height:420px; }.bento { min-height:330px; }.bento-catalog { gap:35px; }.catalog-stack { width:min(380px,100%);margin:auto; }.bento-control { gap:45px; }.workflow-grid { grid-template-columns:1fr; }.workflow-card { min-height:220px; }.workflow-card h3 { margin-top:22px; }.payment-guide { gap:50px; }
  .security-visual { width:100%;min-height:430px;transform:scale(.82); }.security-section { gap:10px;overflow:hidden; }.security-copy { order:-1; }.security-orbit,.cursor-glow,.ambient { display:none; }.payment-section { width:min(100% - 20px,680px);padding:32px 20px;gap:50px; }.footer-shell { width:calc(100% - 32px);grid-template-columns:1fr;gap:15px;padding:35px 0;text-align:center; }.footer-shell .brand { justify-content:center; }.footer-shell > small { justify-self:center;text-align:center; }.footer-shell > p { margin:0; }.final-cta { margin-bottom:75px;padding:30px;display:grid;text-align:center; }.mobile-buy { position:fixed;z-index:25;left:10px;right:10px;bottom:10px;height:55px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:linear-gradient(135deg,#927fff,#6651e8);box-shadow:0 18px 45px rgba(0,0,0,.42);font-size:9px; }.mobile-buy strong { font-size:11px; }
}
@media (max-width: 520px) {
  .site-header { padding-top:8px; }.nav-shell { width:calc(100% - 16px); }.brand img { width:38px;height:38px; }.brand strong { font-size:16px; }.brand small { font-size:7px; }
  .hero-actions { display:grid; }.hero-facts { display:grid;grid-template-columns:repeat(3,1fr); }.hero-facts div { display:block; }.hero-facts div + div { padding-left:10px; }.hero-facts strong,.hero-facts span { display:block; }.hero-facts span { margin-top:5px; }
  .window-title { display:none; }.window-bar { grid-template-columns:1fr 1fr; }.queue-row { grid-template-columns:18px 30px minmax(0,1fr) 31px; }.queue-row > b { display:none; }.queue-row time { font-size:6px; }.demo-heading h2 { font-size:17px; }.trust-strip { padding:0 16px; }.trust-strip span:nth-of-type(3),.trust-strip i:nth-of-type(2) { display:none; }
  .audience-grid { grid-template-columns:1fr; }.audience-card { min-height:225px; }.bento { padding:24px; }.connect-card { padding:20px; }.connect-card-head { grid-template-columns:43px 1fr; }.connect-service { width:43px;height:43px; }.connect-badge { grid-column:1/-1;width:fit-content;margin-top:3px; }.catalog-stack > div { grid-template-columns:60px 1fr 18px; }.catalog-photo { width:60px; }.time-wheel { gap:5px; }.time-wheel span { min-width:60px;padding-inline:6px; }.time-wheel i { width:5px; }.service-route { gap:7px; }.service-route span { width:48px;height:48px; }.service-route i { width:9px; }
  .section-heading h2,.payment-guide-copy h2,.security-copy h2,.payment-copy h2 { font-size:39px; }.security-visual { min-height:360px;transform:scale(.68);margin:-50px 0; }.payment-card { padding:23px 17px; }.price > strong { font-size:59px; }.questions { padding-bottom:65px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important; }.reveal { opacity:1;transform:none; }.cursor-glow { display:none; }
}
