:root {
  --bg: #08090b;
  --bg-soft: #0d0f12;
  --surface: #111318;
  --surface-2: #15171c;
  --surface-3: #1a1d23;
  --white: #f4f4f1;
  --muted: #989ca5;
  --muted-2: #6f747d;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --accent: #b82738;
  --accent-soft: #d34a59;
  --accent-dark: #711725;
  --accent-wash: rgba(184, 39, 56, 0.12);
  --container: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 1000; padding: 12px 16px; border-radius: 8px; background: var(--white); color: var(--bg); transition: top .2s ease; }
.skip-link:focus { top: 20px; }
.container { width: min(calc(100% - 64px), var(--container)); margin: 0 auto; }
.site-shell { overflow: clip; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(8, 9, 11, .82); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { width: min(calc(100% - 64px), 1380px); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-logo { width: 40px; height: 40px; object-fit: contain; }
.brand-name { font-size: 17px; font-weight: 700; letter-spacing: -.03em; }
.brand-name span { color: #cfd1d4; font-weight: 500; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-link, .header-login { color: #aaaeb6; font-size: 13px; transition: color .25s ease; }
.nav-link:hover, .header-login:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 650; letter-spacing: -.01em; transition: transform .3s var(--ease), background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 16px; }
.button-light { background: var(--white); color: #0a0b0d; }
.button-light:hover { box-shadow: 0 12px 35px rgba(255,255,255,.09); }
.button-primary { background: var(--accent); color: #fff; box-shadow: 0 14px 40px rgba(184,39,56,.18); }
.button-primary:hover { background: var(--accent-soft); box-shadow: 0 18px 50px rgba(184,39,56,.24); }
.button-outline { border-color: var(--line-strong); background: transparent; color: var(--white); }
.button-outline:hover { border-color: rgba(211,74,89,.5); background: rgba(184,39,56,.06); }
.button-arrow { font-size: 16px; font-weight: 400; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line-strong); border-radius: 8px; background: transparent; color: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; }
.menu-line { width: 16px; height: 1px; background: currentColor; transition: transform .25s ease; }
.menu-toggle.is-open .menu-line:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle.is-open .menu-line:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero-section { position: relative; min-height: 100svh; padding: 150px 0 80px; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 72% 45%, rgba(130, 23, 38, .12), transparent 34%), linear-gradient(180deg, #08090b 0%, #0a0b0e 72%, #090a0c 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,.8) 55%, transparent 100%); }
.hero-ambient { position: absolute; width: 700px; height: 700px; right: 3%; top: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(166,31,47,.16), rgba(166,31,47,.04) 38%, transparent 68%); filter: blur(20px); animation: ambientFloat 12s ease-in-out infinite; }
.hero-orb { position: absolute; border: 1px solid rgba(255,255,255,.045); border-radius: 50%; pointer-events: none; }
.hero-orb-one { width: 560px; height: 560px; right: 5%; top: 15%; animation: orbitPulse 8s ease-in-out infinite; }
.hero-orb-two { width: 820px; height: 820px; right: -5%; top: 2%; opacity: .5; animation: orbitPulse 11s ease-in-out infinite reverse; }
.hero-scan { position: absolute; width: 42%; height: 1px; right: 7%; top: 28%; background: linear-gradient(90deg, transparent, rgba(211,74,89,.55), transparent); filter: blur(.2px); animation: scanMove 6s ease-in-out infinite; opacity: .55; }
.hero-container { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr); gap: 70px; align-items: center; }
.hero-copy { max-width: 610px; padding-top: 24px; }
.eyebrow { margin: 0 0 20px; color: #aeb1b7; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--accent-soft); box-shadow: 0 0 0 5px rgba(211,74,89,.08); vertical-align: middle; }
.hero-title { max-width: 700px; margin: 0; font-size: clamp(48px, 5.4vw, 82px); line-height: .99; letter-spacing: -.065em; font-weight: 650; }
.hero-title span, .display-title span, .section-title span, .contact-title span { color: #9b9da3; }
.hero-description { max-width: 590px; margin: 28px 0 0; color: #a1a5ad; font-size: 16px; line-height: 1.8; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.text-link { color: #c3c5ca; font-size: 13px; transition: color .25s ease; }
.text-link:hover { color: var(--white); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 40px; color: #737780; font-size: 11px; }
.hero-meta span { position: relative; }
.hero-meta span:not(:last-child)::after { content: ""; position: absolute; width: 3px; height: 3px; top: 50%; right: -14px; border-radius: 50%; background: #555a62; }
.hero-product { min-width: 0; }
.product-window { position: relative; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(15,17,21,.92); box-shadow: 0 40px 100px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.04); overflow: hidden; transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); transition: transform .8s var(--ease); }
.product-window:hover { transform: perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(-4px); }
.window-header { height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.015); }
.window-brand { display: flex; align-items: center; gap: 9px; color: #d5d6d9; font-size: 12px; font-weight: 600; }
.window-mark { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 6px; background: var(--accent-dark); color: #fff; font-size: 10px; font-weight: 800; }
.window-state { color: #81858e; font-size: 10px; }
.window-body { display: grid; grid-template-columns: 130px minmax(0,1fr); min-height: 480px; }
.window-sidebar { padding: 24px 13px; border-right: 1px solid var(--line); background: rgba(255,255,255,.012); }
.sidebar-label { display: block; margin: 0 10px 13px; color: #555a62; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.sidebar-link { display: block; margin: 3px 0; padding: 9px 10px; border-radius: 6px; color: #686d76; font-size: 10px; }
.sidebar-link.is-active { background: rgba(184,39,56,.12); color: #e0e1e3; }
.window-main { padding: 28px; }
.window-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.window-heading span { display: block; color: #70747d; font-size: 9px; margin-bottom: 5px; }
.window-heading strong { display: block; font-size: 17px; letter-spacing: -.03em; }
.window-date { color: #8e9299 !important; border: 1px solid var(--line); padding: 6px 9px; border-radius: 5px; margin: 0 !important; }
.dashboard-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stat-card { min-height: 108px; padding: 15px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.018); }
.stat-card span, .stat-card small { display: block; color: #777b84; font-size: 9px; }
.stat-card strong { display: block; margin: 8px 0 4px; font-size: 23px; letter-spacing: -.04em; }
.dashboard-lower { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10px; margin-top: 10px; }
.activity-card, .incident-card { min-height: 215px; padding: 17px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.018); }
.activity-heading { display: flex; justify-content: space-between; color: #b3b5ba; font-size: 10px; }
.activity-heading small { color: #62666e; }
.activity-chart { position: relative; height: 145px; margin-top: 18px; display: flex; align-items: flex-end; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.07); background: repeating-linear-gradient(to bottom, transparent 0, transparent 35px, rgba(255,255,255,.035) 36px); }
.activity-chart span { width: 10px; border-radius: 10px 10px 0 0; background: linear-gradient(to top, rgba(184,39,56,.15), rgba(211,74,89,.65)); animation: bars 3s ease-in-out infinite alternate; }
.activity-chart span:nth-child(1) { height: 34%; } .activity-chart span:nth-child(2) { height: 52%; animation-delay: .1s; } .activity-chart span:nth-child(3) { height: 43%; animation-delay: .2s; } .activity-chart span:nth-child(4) { height: 66%; animation-delay: .3s; } .activity-chart span:nth-child(5) { height: 58%; animation-delay: .4s; } .activity-chart span:nth-child(6) { height: 76%; animation-delay: .5s; } .activity-chart span:nth-child(7) { height: 63%; animation-delay: .6s; } .activity-chart span:nth-child(8) { height: 86%; animation-delay: .7s; }
.activity-chart i { position: absolute; left: 0; right: 0; top: 43%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent); animation: chartSweep 3.8s ease-in-out infinite; }
.incident-row { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 9px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.incident-row:last-child { border-bottom: 0; }
.incident-icon { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 5px; color: #7f838b; font-size: 7px; }
.incident-row strong, .incident-row small { display: block; }
.incident-row strong { color: #bfc1c5; font-size: 9px; }
.incident-row small { color: #5f646c; font-size: 8px; margin-top: 2px; }
.incident-row em { color: #8c9097; font-size: 8px; font-style: normal; }
.hero-scroll { position: absolute; z-index: 3; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; color: #676b73; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.scroll-line { width: 42px; height: 1px; background: #4a4e55; position: relative; overflow: hidden; }
.scroll-line::after { content: ""; position: absolute; inset: 0; width: 35%; background: var(--accent-soft); animation: scrollLine 2s ease-in-out infinite; }

.section { padding: 150px 0; }
.section-kicker-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.section-counter { color: #555a62; font-size: 10px; letter-spacing: .1em; }
.overview-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); gap: 80px; align-items: end; }
.display-title { max-width: 950px; margin: 0; font-size: clamp(38px, 4.4vw, 64px); line-height: 1.03; letter-spacing: -.055em; font-weight: 620; }
.section-lead { margin: 0; color: #8f939c; font-size: 15px; line-height: 1.85; }
.overview-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; margin-top: 76px; }
.feature-panel { position: relative; min-height: 420px; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.008)); overflow: hidden; transition: transform .45s var(--ease), border-color .45s ease; }
.feature-panel:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.feature-panel-large { display: flex; flex-direction: column; justify-content: flex-end; }
.feature-number, .price-index, .control-index { color: #575c64; font-size: 10px; letter-spacing: .12em; }
.feature-copy { position: relative; z-index: 2; max-width: 500px; }
.feature-panel h3 { margin: 16px 0 10px; font-size: 23px; line-height: 1.12; letter-spacing: -.035em; }
.feature-panel p { margin: 0; color: #7f838c; font-size: 13px; line-height: 1.75; }
.feature-icon { position: absolute; top: 28px; right: 28px; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: #a8abb0; font-size: 18px; transition: transform .4s var(--ease), border-color .4s ease; }
.feature-panel:hover .feature-icon { transform: rotate(45deg); border-color: rgba(211,74,89,.45); }
.feature-icon-lines { border-radius: 9px; display: flex; flex-direction: column; gap: 4px; padding: 12px; }
.feature-icon-lines span { width: 100%; height: 1px; background: #7f838a; }
.feature-icon-lines span:nth-child(2) { width: 70%; } .feature-icon-lines span:nth-child(3) { width: 45%; }
.visual-radar { position: absolute; width: 390px; height: 390px; top: 5%; right: -8%; opacity: .75; }
.radar-ring { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.radar-ring-two { inset: 17%; }
.radar-line { position: absolute; left: 50%; top: 50%; width: 46%; height: 1px; transform-origin: left; background: linear-gradient(90deg, rgba(211,74,89,.7), transparent); animation: radarSweep 4s linear infinite; }
.radar-point { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-soft); box-shadow: 0 0 0 6px rgba(211,74,89,.08); animation: pointPulse 2.5s ease-in-out infinite; }
.radar-point-one { left: 62%; top: 31%; } .radar-point-two { left: 32%; top: 64%; animation-delay: .7s; } .radar-point-three { left: 70%; top: 70%; animation-delay: 1.2s; }

.dashboard-section { padding-top: 90px; }
.dashboard-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: 80px; align-items: end; }
.dashboard-showcase { margin-top: 70px; border: 1px solid var(--line-strong); border-radius: 14px; background: #0d0f12; box-shadow: 0 50px 120px rgba(0,0,0,.35); overflow: hidden; }
.showcase-topbar { height: 48px; padding: 0 18px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); background: #101216; }
.showcase-dot { width: 7px; height: 7px; border-radius: 50%; background: #3a3d43; }
.showcase-title { margin-left: 10px; color: #5e626a; font-size: 9px; }
.showcase-status { margin-left: auto; color: #747880; font-size: 8px; letter-spacing: .12em; }
.showcase-body { display: grid; grid-template-columns: 170px minmax(0,1fr); min-height: 580px; }
.showcase-sidebar { padding: 24px 14px; border-right: 1px solid var(--line); background: #0a0c0f; }
.showcase-logo { width: 32px; height: 32px; margin: 0 9px 28px; display: grid; place-items: center; border-radius: 8px; background: var(--accent-dark); color: #fff; font-weight: 800; font-size: 11px; }
.showcase-nav { display: block; margin: 3px 0; padding: 11px 12px; border-radius: 7px; color: #646970; font-size: 10px; }
.showcase-nav.active { color: #d5d7da; background: rgba(255,255,255,.045); }
.showcase-content { padding: 38px; }
.showcase-header { display: flex; justify-content: space-between; align-items: flex-start; }
.showcase-header span { color: #646970; font-size: 9px; }
.showcase-header h3 { margin: 7px 0 0; font-size: 24px; letter-spacing: -.04em; }
.showcase-button { width: 38px; height: 32px; border: 1px solid var(--line); border-radius: 6px; background: transparent; color: #777b83; cursor: pointer; }
.showcase-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; margin-top: 32px; }
.showcase-card { min-height: 225px; padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.018); }
.showcase-card-wide { grid-row: span 2; min-height: 465px; }
.showcase-card-title { display: flex; justify-content: space-between; gap: 20px; color: #c0c2c6; font-size: 11px; }
.showcase-card-title small { color: #5d626a; font-size: 8px; }
.bar-chart { height: 350px; margin-top: 30px; padding: 0 8px 10px; display: flex; align-items: flex-end; gap: 10px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 68px, rgba(255,255,255,.035) 69px); }
.bar-chart i { flex: 1; min-width: 6px; border-radius: 5px 5px 0 0; background: linear-gradient(to top, rgba(184,39,56,.15), rgba(211,74,89,.7)); transform-origin: bottom; animation: chartBars 4s ease-in-out infinite alternate; }
.bar-chart i:nth-child(2n) { animation-delay: .3s; } .bar-chart i:nth-child(3n) { animation-delay: .6s; }
.big-status { display: block; margin-top: 24px; font-size: 25px; letter-spacing: -.04em; font-weight: 600; }
.status-track { height: 3px; margin-top: 22px; background: #24272d; border-radius: 20px; overflow: hidden; }
.status-track span { display: block; width: 92%; height: 100%; background: var(--accent); animation: statusTrack 3s ease-in-out infinite alternate; }
.muted-copy { display: block; margin-top: 13px; color: #5f646c; font-size: 9px; }
.showcase-card-events { min-height: 225px; }
.log-item { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.log-item:last-child { border-bottom: 0; }
.log-item span, .log-item em { color: #5d626a; font-size: 8px; font-style: normal; }
.log-item strong { color: #aeb1b6; font-size: 9px; font-weight: 500; }

.control-section { background: #0b0d10; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.control-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1fr); gap: 120px; align-items: start; }
.control-copy .display-title { max-width: 640px; }
.control-copy .section-lead { max-width: 510px; margin: 28px 0 30px; }
.control-stack { border-top: 1px solid var(--line); }
.control-row { width: 100%; display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: center; padding: 25px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--white); text-align: left; cursor: pointer; }
.control-main strong, .control-main small { display: block; }
.control-main strong { font-size: 16px; font-weight: 600; }
.control-main small { max-width: 500px; margin-top: 6px; color: #6f747d; font-size: 11px; line-height: 1.6; }
.control-state { min-width: 38px; padding: 5px 7px; border: 1px solid var(--line-strong); border-radius: 5px; color: #6d727a; font-size: 8px; text-align: center; transition: color .3s ease, background .3s ease, border-color .3s ease; }
.control-row.is-active .control-state { color: #e5e5e3; background: var(--accent-wash); border-color: rgba(184,39,56,.35); }
.control-row.is-active .control-index { color: var(--accent-soft); }
.control-note { margin-top: 16px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 8px; color: #7e838b; font-size: 10px; background: rgba(255,255,255,.012); }

.pricing-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .45fr); gap: 80px; align-items: end; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 70px; }
.price-card { position: relative; min-height: 500px; padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: #0e1013; display: flex; flex-direction: column; transition: transform .4s var(--ease), border-color .4s ease; }
.price-card:hover { transform: translateY(-7px); border-color: var(--line-strong); }
.price-card-featured { border-color: rgba(184,39,56,.42); background: linear-gradient(150deg, rgba(184,39,56,.07), #0e1013 45%); }
.price-badge { position: absolute; top: 25px; right: 25px; padding: 6px 8px; border-radius: 4px; background: rgba(184,39,56,.12); color: #d17a84; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin: 38px 0 8px; font-size: 25px; letter-spacing: -.04em; }
.price-card p { margin: 0; min-height: 62px; color: #737780; font-size: 12px; line-height: 1.7; }
.price-value { margin: 30px 0; display: flex; align-items: baseline; gap: 7px; min-height: 44px; }
.price-value strong { font-size: 36px; letter-spacing: -.055em; }
.price-value span { color: #666b73; font-size: 10px; }
.price-card ul { margin: 0 0 28px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.price-card li { padding: 11px 0; border-bottom: 1px solid var(--line); color: #898d95; font-size: 10px; }
.price-card li::before { content: "✓"; margin-right: 8px; color: #8d929a; }
.price-card .button { margin-top: auto; }

.faq-section { padding-top: 110px; }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr); gap: 120px; }
.section-title { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.02; letter-spacing: -.055em; font-weight: 620; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { padding: 25px 42px 25px 0; position: relative; list-style: none; color: #c9cbd0; font-size: 14px; font-weight: 600; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 2px; top: 23px; color: #6e737b; font-size: 18px; font-weight: 300; transition: transform .3s ease, color .3s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); color: var(--accent-soft); }
.faq-item p { max-width: 760px; margin: -4px 0 24px; color: #747982; font-size: 12px; line-height: 1.8; }

.contact-section { padding: 0 0 150px; }
.contact-card { min-height: 330px; padding: 55px 60px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr); gap: 80px; align-items: center; border: 1px solid var(--line-strong); border-radius: 14px; background: radial-gradient(circle at 80% 40%, rgba(184,39,56,.1), transparent 34%), #0d0f12; }
.contact-title { margin: 0; font-size: clamp(34px, 3.5vw, 52px); line-height: 1.04; letter-spacing: -.05em; }
.contact-actions p { margin: 0 0 24px; color: #777b84; font-size: 12px; line-height: 1.8; }

.site-footer { border-top: 1px solid var(--line); background: #08090b; }
.footer-top { padding: 70px 0 60px; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; }
.footer-brand p { max-width: 330px; margin: 18px 0 0; color: #676b73; font-size: 11px; line-height: 1.8; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column h2 { margin: 0 0 10px; color: #b8bac0; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-column a { width: fit-content; color: #656a72; font-size: 10px; transition: color .25s ease; }
.footer-column a:hover { color: #d3d4d7; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: #4e535b; font-size: 9px; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a:hover { color: #8a8e95; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-delay="100"] { transition-delay: .1s; } [data-delay="120"] { transition-delay: .12s; } [data-delay="140"] { transition-delay: .14s; } [data-delay="180"] { transition-delay: .18s; }

@keyframes ambientFloat { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-30px,20px,0) scale(1.08); } }
@keyframes orbitPulse { 0%,100% { transform: scale(1); opacity: .4; } 50% { transform: scale(1.035); opacity: .7; } }
@keyframes scanMove { 0%,100% { transform: translateY(-100px); opacity: 0; } 35%,65% { opacity: .55; } 100% { transform: translateY(300px); opacity: 0; } }
@keyframes scrollLine { 0% { transform: translateX(-120%); } 50%,100% { transform: translateX(300%); } }
@keyframes bars { from { transform: scaleY(.88); } to { transform: scaleY(1.06); } }
@keyframes chartSweep { 0%,100% { transform: translateY(55px); opacity: .15; } 50% { transform: translateY(-35px); opacity: .7; } }
@keyframes radarSweep { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes pointPulse { 0%,100% { transform: scale(.8); opacity: .55; } 50% { transform: scale(1.3); opacity: 1; } }
@keyframes chartBars { from { transform: scaleY(.88); } to { transform: scaleY(1); } }
@keyframes statusTrack { from { width: 86%; } to { width: 96%; } }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .hero-container { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 760px; }
  .hero-product { max-width: 820px; width: 100%; }
  .overview-intro, .dashboard-heading, .pricing-heading { grid-template-columns: 1fr; gap: 28px; }
  .overview-grid { grid-template-columns: 1fr 1fr; }
  .feature-panel-large { grid-column: 1 / -1; min-height: 440px; }
  .control-layout { gap: 60px; }
  .footer-top { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 820px) {
  .container, .header-inner { width: min(calc(100% - 36px), var(--container)); }
  .header-inner { height: 72px; }
  .main-nav { position: absolute; left: 18px; right: 18px; top: 68px; padding: 12px; display: none; flex-direction: column; align-items: stretch; gap: 3px; border: 1px solid var(--line-strong); border-radius: 10px; background: rgba(12,14,17,.96); backdrop-filter: blur(18px); box-shadow: 0 20px 60px rgba(0,0,0,.35); }
  .main-nav.is-open { display: flex; }
  .nav-link { padding: 12px; }
  .header-login { display: none; }
  .menu-toggle { display: flex; }
  .hero-section { padding: 115px 0 80px; }
  .hero-title { font-size: clamp(44px, 10vw, 68px); }
  .hero-product { display: none; }
  .hero-copy { max-width: none; }
  .hero-meta { gap: 9px 20px; }
  .hero-scroll { display: none; }
  .section { padding: 105px 0; }
  .overview-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .feature-panel-large { grid-column: auto; min-height: 390px; }
  .feature-panel { min-height: 330px; }
  .visual-radar { width: 300px; height: 300px; right: -10%; }
  .dashboard-section { padding-top: 60px; }
  .dashboard-showcase { margin-top: 50px; }
  .showcase-body { grid-template-columns: 80px minmax(0,1fr); }
  .showcase-sidebar { padding: 20px 9px; }
  .showcase-nav { font-size: 8px; padding: 10px 7px; }
  .showcase-logo { margin-left: 7px; }
  .showcase-content { padding: 24px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-card-wide { grid-row: auto; min-height: 330px; }
  .bar-chart { height: 210px; }
  .control-layout, .faq-layout, .contact-card { grid-template-columns: 1fr; gap: 50px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 450px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container, .header-inner { width: min(calc(100% - 28px), var(--container)); }
  .header-actions { gap: 9px; }
  .button-small { display: none; }
  .brand-name { font-size: 16px; }
  .brand-logo { width: 36px; height: 36px; }
  .hero-title { font-size: clamp(42px, 13vw, 60px); }
  .hero-description { font-size: 14px; line-height: 1.75; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-meta span::after { display: none; }
  .section { padding: 88px 0; }
  .section-kicker-row { margin-bottom: 22px; }
  .display-title { font-size: 38px; }
  .section-lead { font-size: 13px; }
  .feature-panel { padding: 23px; }
  .feature-panel h3 { font-size: 21px; }
  .visual-radar { width: 250px; height: 250px; top: 8%; }
  .dashboard-showcase { display: none; }
  .control-layout { gap: 40px; }
  .control-row { grid-template-columns: 28px 1fr auto; gap: 12px; padding: 21px 0; }
  .control-main strong { font-size: 14px; }
  .control-main small { font-size: 10px; }
  .faq-layout { gap: 40px; }
  .faq-item summary { font-size: 13px; }
  .contact-card { padding: 34px 24px; }
  .contact-title { font-size: 34px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px 25px; padding: 55px 0 45px; }
  .footer-bottom { min-height: 90px; align-items: flex-start; padding: 20px 0; flex-direction: column; justify-content: center; }
}

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


.affiliate-card { position: relative; margin-top: 18px; padding: 42px; border: 1px solid var(--line-strong); border-radius: 14px; background: linear-gradient(135deg, rgba(255,255,255,.025), transparent 48%), #0c0e11; overflow: hidden; transition: transform .45s var(--ease), border-color .45s ease, background .45s ease; }
.affiliate-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: linear-gradient(180deg, transparent, var(--accent-soft), transparent); opacity: .8; }
.affiliate-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.2); }
.affiliate-content { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 80px; align-items: center; }
.affiliate-copy { max-width: 650px; }
.affiliate-index { display: block; margin-bottom: 26px; color: #575c64; font-size: 10px; letter-spacing: .12em; }
.affiliate-copy .eyebrow { margin-bottom: 14px; }
.affiliate-copy h3 { max-width: 620px; margin: 0; font-size: clamp(30px, 3vw, 46px); line-height: 1.05; letter-spacing: -.05em; }
.affiliate-copy p:not(.eyebrow) { max-width: 600px; margin: 20px 0 28px; color: #7f838c; font-size: 13px; line-height: 1.8; }
.affiliate-summary { padding: 26px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.018); }
.affiliate-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; }
.affiliate-price-label { width: 100%; margin-bottom: 5px; color: #666b73; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.affiliate-price strong { font-size: 42px; letter-spacing: -.055em; }
.affiliate-price > span:last-child { color: #666b73; font-size: 10px; }
.price-promotion { display: flex; align-items: center; gap: 9px; min-height: 22px; margin-top: -22px; margin-bottom: 24px; }
.price-promotion[hidden] { display: none; }
.price-original { color: #5e636b; font-size: 11px; text-decoration: line-through; text-decoration-thickness: 1px; }
.price-discount { display: inline-flex; align-items: center; min-height: 22px; padding: 3px 7px; border: 1px solid rgba(184,39,56,.28); border-radius: 5px; background: rgba(184,39,56,.08); color: #d47a84; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.affiliate-promotion { margin-top: 7px; margin-bottom: 22px; }
.affiliate-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 25px; border-top: 1px solid var(--line); }
.affiliate-steps > div { min-height: 112px; padding: 17px 14px 8px 0; border-right: 1px solid var(--line); }
.affiliate-steps > div:not(:first-child) { padding-left: 14px; }
.affiliate-steps > div:last-child { border-right: 0; padding-right: 0; }
.affiliate-steps span, .affiliate-steps strong, .affiliate-steps small { display: block; }
.affiliate-steps span { margin-bottom: 15px; color: #555a62; font-size: 8px; letter-spacing: .1em; }
.affiliate-steps strong { color: #bfc1c5; font-size: 10px; }
.affiliate-steps small { margin-top: 5px; color: #62666e; font-size: 8px; line-height: 1.5; }
@media (max-width: 1100px) { .affiliate-content { grid-template-columns: 1fr; gap: 42px; } .affiliate-copy { max-width: 760px; } }
@media (max-width: 820px) { .affiliate-card { padding: 30px 24px; } .affiliate-summary { padding: 22px; } }
@media (max-width: 560px) { .affiliate-card { margin-top: 14px; padding: 28px 20px; } .affiliate-copy h3 { font-size: 31px; } .affiliate-price strong { font-size: 36px; } .affiliate-steps { grid-template-columns: 1fr; } .affiliate-steps > div, .affiliate-steps > div:not(:first-child) { min-height: auto; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); } .affiliate-steps > div:last-child { border-bottom: 0; } }

.price-value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  min-height: 58px;
  margin-top: 7px;
}

.price-value .price-original,
.affiliate-price .price-original {
  color: #696e77;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.035em;
  text-decoration-line: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #777c84;
}

.price-value strong,
.affiliate-price strong {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.06em;
}

.price-value .price-discount,
.affiliate-price .price-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(210, 52, 70, .32);
  border-radius: 7px;
  background: rgba(210, 52, 70, .1);
  color: #e36b78;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
}

.price-value .price-discount[hidden],
.affiliate-price .price-discount[hidden],
.price-value .price-original[hidden],
.affiliate-price .price-original[hidden] {
  display: none;
}

.price-value > span:last-child {
  color: #666b73;
  font-size: 10px;
}

.affiliate-card {
  margin-top: 24px;
  padding: 44px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.012) 52%, rgba(184,39,56,.035));
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}

.affiliate-card::before {
  display: none;
}

.affiliate-content {
  grid-template-columns: minmax(0, 1fr) minmax(380px, .7fr);
  gap: 70px;
}

.affiliate-copy h3 {
  max-width: 650px;
  font-size: clamp(31px, 3vw, 46px);
}

.affiliate-copy p:not(.eyebrow) {
  color: #aeb2ba;
  font-size: 13px;
  line-height: 1.85;
}

.affiliate-summary {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(3,4,6,.32);
}

.affiliate-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  min-height: 78px;
}

.affiliate-price-label {
  flex-basis: 100%;
  margin-bottom: 1px;
}

.affiliate-price strong {
  font-size: 42px;
}

.affiliate-price > span:last-child {
  color: #777c84;
  font-size: 10px;
}

.affiliate-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 25px;
  padding-top: 0;
  border-top: 0;
}

.affiliate-steps > div,
.affiliate-steps > div:not(:first-child),
.affiliate-steps > div:last-child {
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}

.affiliate-tag span,
.affiliate-tag strong,
.affiliate-tag small {
  display: block;
}

.affiliate-tag span {
  width: fit-content;
  margin-bottom: 25px;
  padding: 5px 7px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 6px;
  color: #858a92;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.affiliate-tag strong {
  color: #f0f1f3;
  font-size: 11px;
  letter-spacing: -.01em;
}

.affiliate-tag small {
  max-width: 145px;
  margin-top: 6px;
  color: #898e97;
  font-size: 9px;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .affiliate-card { padding: 30px 24px; }
  .affiliate-content { gap: 42px; }
  .affiliate-summary { padding: 22px; }
}

@media (max-width: 560px) {
  .price-value { gap: 7px; }
  .price-value strong, .affiliate-price strong { font-size: 34px; }
  .price-value .price-original, .affiliate-price .price-original { font-size: 15px; }
  .price-value .price-discount, .affiliate-price .price-discount { min-height: 25px; padding: 4px 7px; font-size: 9px; }
  .affiliate-card { margin-top: 16px; padding: 28px 20px; }
  .affiliate-copy h3 { font-size: 31px; }
  .affiliate-steps { grid-template-columns: 1fr; }
  .affiliate-steps > div, .affiliate-steps > div:not(:first-child), .affiliate-steps > div:last-child { min-height: auto; }
}

.price-card ul li::before { color: var(--accent-soft); border-color: rgba(184,39,56,.34); background: rgba(184,39,56,.08); }
.affiliate-card::before { display: none; }
.affiliate-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; border-top: 0; }
.affiliate-step-tag { min-height: 108px; padding: 15px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.022); }
.affiliate-step-tag span, .affiliate-step-tag strong, .affiliate-step-tag small { display: block; }
.affiliate-step-tag span { margin-bottom: 14px; color: #737780; font-size: 8px; letter-spacing: .1em; }
.affiliate-step-tag strong { color: #e1e2e4; font-size: 11px; }
.affiliate-step-tag small { margin-top: 6px; color: #81858d; font-size: 9px; line-height: 1.55; }
@media (max-width:560px){ .affiliate-steps { grid-template-columns:1fr; } .affiliate-step-tag { min-height:auto; } }

/* login  */
.auth-page {
  min-height: 100vh;
  background: var(--bg);
}

.auth-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.auth-header {
  position: absolute;
}

.auth-header-active {
  color: var(--white);
}

.auth-section {
  position: relative;
  min-height: calc(100svh - 1px);
  padding: 150px 0 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(130, 23, 38, .11), transparent 32%),
    linear-gradient(180deg, #08090b 0%, #0a0b0e 72%, #090a0c 100%);
}

.auth-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.auth-background::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,.8) 55%, transparent 100%);
}

.auth-orb {
  position: absolute;
  border: 1px solid rgba(255,255,255,.045);
  border-radius: 50%;
}

.auth-orb-one {
  width: 520px;
  height: 520px;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  animation: orbitPulse 9s ease-in-out infinite;
}

.auth-orb-two {
  width: 760px;
  height: 760px;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  opacity: .45;
  animation: orbitPulse 12s ease-in-out infinite reverse;
}

.auth-grid {
  position: absolute;
  width: 42%;
  height: 1px;
  top: 31%;
  left: 29%;
  background: linear-gradient(90deg, transparent, rgba(211,74,89,.5), transparent);
  animation: scanMove 7s ease-in-out infinite;
}

.auth-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(440px, .75fr);
  gap: 100px;
  align-items: center;
}

.auth-intro {
  max-width: 570px;
}

.auth-title {
  max-width: 650px;
  margin: 0;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .99;
  letter-spacing: -.065em;
  font-weight: 650;
}

.auth-title span {
  color: #9b9da3;
}

.auth-description {
  max-width: 540px;
  margin: 28px 0 0;
  color: #8f939c;
  font-size: 15px;
  line-height: 1.85;
}

.auth-card {
  width: 100%;
  max-width: 510px;
  justify-self: end;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    rgba(13,15,18,.94);
  box-shadow:
    0 35px 100px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter: blur(18px);
}

.auth-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.auth-brand-mark {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184,39,56,.3);
  border-radius: 10px;
  background: rgba(184,39,56,.08);
  color: var(--accent-soft);
}

.auth-brand-mark svg {
  width: 23px;
  height: 23px;
}

.auth-card-kicker {
  display: block;
  margin-bottom: 3px;
  color: #666b73;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.auth-card-header h2,
.verification-content h2 {
  margin: 0;
  color: var(--white);
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  margin-bottom: 25px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255,255,255,.018);
}

.auth-tab {
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #696e76;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: color .25s ease, background .25s ease;
}

.auth-tab:hover {
  color: #c9cbd0;
}

.auth-tab.is-active {
  color: var(--white);
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.auth-message {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(184,39,56,.3);
  border-radius: 8px;
  background: rgba(184,39,56,.08);
  color: #d98a94;
  font-size: 11px;
  line-height: 1.6;
}

.auth-message[hidden] {
  display: none;
}

.auth-panel[hidden] {
  display: none;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field label,
.verification-code-group label {
  color: #bfc1c6;
  font-size: 11px;
  font-weight: 600;
}

.field-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.password-help {
  padding: 0;
  border: 0;
  background: transparent;
  color: #777c84;
  font-size: 10px;
  cursor: pointer;
  transition: color .25s ease;
}

.password-help:hover {
  color: var(--accent-soft);
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: #626770;
  transform: translateY(-50%);
  pointer-events: none;
}

.input-icon svg {
  width: 100%;
  height: 100%;
}

.input-wrapper input {
  width: 100%;
  min-height: 48px;
  padding: 0 46px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  outline: none;
  background: rgba(5,6,8,.72);
  color: var(--white);
  font: inherit;
  font-size: 12px;
  transition:
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.input-wrapper input::placeholder {
  color: #50555d;
}

.input-wrapper input:hover {
  border-color: rgba(255,255,255,.2);
}

.input-wrapper input:focus {
  border-color: rgba(211,74,89,.55);
  background: rgba(8,9,11,.9);
  box-shadow: 0 0 0 3px rgba(184,39,56,.08);
}

.password-toggle {
  position: absolute;
  right: 11px;
  top: 50%;
  width: 28px;
  height: 28px;
  padding: 6px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #666b73;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .25s ease, background .25s ease;
}

.password-toggle:hover {
  color: #bfc1c6;
  background: rgba(255,255,255,.045);
}

.password-toggle svg {
  width: 16px;
  height: 16px;
}

.field-error {
  min-height: 0;
  color: #d66b77;
  font-size: 10px;
  line-height: 1.5;
}

.field-error:not(:empty) {
  margin-top: -2px;
}

.auth-submit {
  width: 100%;
  margin-top: 3px;
  cursor: pointer;
}

.auth-submit:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

.auth-security-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 2px 0 0;
  color: #666b73;
  font-size: 9px;
  line-height: 1.6;
}

.security-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #747982;
}

.security-icon svg {
  width: 100%;
  height: 100%;
}

.password-strength {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 2px;
}

.password-strength-bar {
  height: 3px;
  overflow: hidden;
  border-radius: 10px;
  background: #24272d;
}

.password-strength-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
  transition: width .3s ease, background .3s ease;
}

.password-strength > span {
  color: #626770;
  font-size: 9px;
}

.password-rules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 12px;
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
}

.password-rules li {
  position: relative;
  padding-left: 17px;
  color: #666b73;
  font-size: 9px;
  line-height: 1.5;
  transition: color .25s ease;
}

.password-rules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border: 1px solid #4d525a;
  border-radius: 50%;
  transition: background .25s ease, border-color .25s ease;
}

.password-rules li.is-valid {
  color: #aeb1b7;
}

.password-rules li.is-valid::before {
  border-color: var(--accent-soft);
  background: var(--accent-soft);
}

.checkbox-field {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #777c84;
  font-size: 9px;
  line-height: 1.65;
  cursor: pointer;
}

.checkbox-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.checkbox-control {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: rgba(255,255,255,.02);
  transition: border-color .25s ease, background .25s ease;
}

.checkbox-control::after {
  content: "";
  width: 7px;
  height: 4px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  opacity: 0;
  transform: rotate(-45deg) translateY(-1px);
  transition: opacity .2s ease;
}

.checkbox-field input:checked + .checkbox-control {
  border-color: var(--accent);
  background: var(--accent);
}

.checkbox-field input:checked + .checkbox-control::after {
  opacity: 1;
}

.checkbox-field input:focus-visible + .checkbox-control {
  box-shadow: 0 0 0 3px rgba(184,39,56,.12);
}

.checkbox-field a {
  color: #a8abb1;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.18);
  text-underline-offset: 2px;
}

.checkbox-field a:hover {
  color: var(--white);
}

.verification-content {
  text-align: center;
}

.verification-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184,39,56,.3);
  border-radius: 14px;
  background: rgba(184,39,56,.08);
  color: var(--accent-soft);
}

.verification-icon svg {
  width: 26px;
  height: 26px;
}

.verification-content .auth-card-kicker {
  margin-bottom: 8px;
}

.verification-description {
  max-width: 390px;
  margin: 15px auto 25px;
  color: #777c84;
  font-size: 11px;
  line-height: 1.75;
}

.verification-description strong {
  color: #d2d4d8;
  font-weight: 600;
}

.verification-code-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.verification-code {
  width: 100%;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  outline: none;
  background: rgba(5,6,8,.72);
  color: var(--white);
  font-size: 24px;
  font-weight: 650;
  letter-spacing: .25em;
  text-align: center;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.verification-code::placeholder {
  color: #393e45;
  letter-spacing: .2em;
}

.verification-code:focus {
  border-color: rgba(211,74,89,.55);
  box-shadow: 0 0 0 3px rgba(184,39,56,.08);
}

.verification-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: -3px;
  color: #666b73;
  font-size: 10px;
}

.verification-meta strong {
  color: #bfc1c6;
  font-variant-numeric: tabular-nums;
}

.verification-resend {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  color: #656a72;
  font-size: 9px;
}

.resend-button,
.back-auth-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #aeb1b7;
  font-size: 9px;
  cursor: pointer;
  transition: color .25s ease, opacity .25s ease;
}

.resend-button:hover:not(:disabled),
.back-auth-button:hover {
  color: var(--accent-soft);
}

.resend-button:disabled {
  color: #4e535b;
  cursor: not-allowed;
}

.back-auth-button {
  align-self: center;
  color: #777c84;
}

@media (max-width: 1100px) {
  .auth-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .auth-intro {
    max-width: 760px;
  }

  .auth-card {
    justify-self: start;
    max-width: 600px;
  }

  .auth-section {
    padding-top: 130px;
  }
}

@media (max-width: 820px) {
  .auth-section {
    min-height: auto;
    padding: 120px 0 80px;
  }

  .auth-container {
    width: min(calc(100% - 36px), var(--container));
  }

  .auth-card {
    max-width: none;
  }

  .auth-intro {
    max-width: none;
  }

  .auth-title {
    font-size: clamp(44px, 9vw, 64px);
  }

  .auth-orb-one {
    width: 420px;
    height: 420px;
  }

  .auth-orb-two {
    width: 620px;
    height: 620px;
  }
}

@media (max-width: 560px) {
  .auth-section {
    padding: 105px 0 55px;
  }

  .auth-container {
    width: min(calc(100% - 28px), var(--container));
    gap: 35px;
  }

  .auth-description {
    margin-top: 20px;
    font-size: 13px;
  }

  .auth-card {
    padding: 24px 20px;
    border-radius: 13px;
  }

  .auth-card-header {
    margin-bottom: 22px;
  }

  .auth-tabs {
    margin-bottom: 22px;
  }

  .auth-tab {
    font-size: 10px;
  }

  .password-rules {
    grid-template-columns: 1fr;
  }

  .verification-code {
    min-height: 54px;
    font-size: 21px;
  }
}
