:root {
    --bg: #060c15;
    --bg-soft: #091321;
    --panel: rgba(13, 25, 41, 0.72);
    --line: rgba(155, 184, 214, 0.13);
    --text: #f3f7fb;
    --muted: #93a6bc;
    --blue: #31b7f3;
    --blue-soft: #75d4ff;
    --gold: #e8b84f;
    --green: #35d39a;
    --font-body: "DM Sans", sans-serif;
    --font-display: "Manrope", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    min-width: 320px;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.ambient { position: fixed; z-index: -2; border-radius: 50%; filter: blur(120px); pointer-events: none; }
.ambient-one { width: 440px; height: 440px; top: -180px; left: -150px; background: rgba(24, 113, 177, .12); }
.ambient-two { width: 420px; height: 420px; top: 460px; right: -250px; background: rgba(232, 184, 79, .07); }

.site-header {
    position: fixed;
    z-index: 50;
    top: 18px;
    left: 50%;
    width: min(1180px, calc(100% - 36px));
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 22px;
    transform: translateX(-50%);
    border: 1px solid transparent;
    border-radius: 18px;
    transition: .3s ease;
}
.site-header.scrolled { border-color: var(--line); background: rgba(6, 12, 21, .82); backdrop-filter: blur(18px); box-shadow: 0 16px 50px rgba(0,0,0,.28); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 17px/1 var(--font-display); letter-spacing: .18em; }
.brand-mark { position: relative; width: 25px; height: 27px; display: inline-block; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; top: 1px; width: 11px; height: 16px; border: 1px solid var(--gold); }
.brand-mark::before { left: 2px; transform: skewY(26deg); border-radius: 2px 0 7px 4px; }
.brand-mark::after { right: 2px; transform: skewY(-26deg); border-radius: 0 2px 4px 7px; }
.brand-mark i { position: absolute; top: 13px; width: 7px; height: 2px; z-index: 1; background: var(--gold); box-shadow: 0 0 10px rgba(232,184,79,.7); }
.brand-mark i:first-child { left: 4px; transform: rotate(18deg); }
.brand-mark i:last-child { right: 4px; transform: rotate(-18deg); }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 14px; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--text); }
.main-nav .nav-login { padding: 11px 15px; border: 1px solid var(--line); border-radius: 11px; color: var(--text); background: rgba(255,255,255,.025); }
.nav-login span { margin-left: 5px; color: var(--blue); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 11px; background: transparent; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--text); transition: .2s; }

.hero { width: min(1220px, calc(100% - 44px)); min-height: 790px; margin: 0 auto; padding: 160px 0 84px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 42px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue-soft); font: 700 12px/1 var(--font-display); letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 1px; background: var(--blue); box-shadow: 0 0 12px var(--blue); }
h1, h2, h3 { font-family: var(--font-display); }
h1 { max-width: 740px; margin-top: 23px; font-size: clamp(46px, 5.6vw, 75px); line-height: 1.04; letter-spacing: -.055em; font-weight: 600; }
h1 strong, h2 strong { color: var(--gold); font-weight: 700; }
.hero-copy > p { max-width: 620px; margin-top: 27px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 21px; border-radius: 12px; font-size: 14px; font-weight: 700; transition: .25s ease; }
.button-primary { color: #06101a; background: linear-gradient(135deg, #61cfff, #27a8e4); box-shadow: 0 14px 35px rgba(49,183,243,.17); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(49,183,243,.25); }
.button-secondary { border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.02); }
.button-secondary:hover { border-color: rgba(49,183,243,.35); background: rgba(49,183,243,.05); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #aebdd0; font-size: 12px; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(53,211,154,.6); }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.wolf-frame { position: relative; width: min(100%, 490px); aspect-ratio: .84; overflow: hidden; border-radius: 46% 46% 28% 28%; filter: drop-shadow(0 28px 45px rgba(0,0,0,.5)); }
.wolf-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, var(--bg) 99%), radial-gradient(circle at 50% 44%, transparent 25%, rgba(6,12,21,.22) 70%); }
.wolf-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; mix-blend-mode: screen; opacity: .9; }
.visual-orbit { position: absolute; border: 1px solid rgba(49,183,243,.1); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 370px; height: 370px; border-color: rgba(232,184,79,.1); }
.status-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7,16,28,.82); backdrop-filter: blur(14px); box-shadow: 0 16px 45px rgba(0,0,0,.3); }
.status-card small, .status-card strong { display: block; }
.status-card small { margin-bottom: 3px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.status-card strong { font-size: 12px; }
.status-top { top: 15%; right: -1%; }
.status-bottom { left: 0; bottom: 16%; }
.status-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: var(--green); background: rgba(53,211,154,.08); }
.pulse { width: 10px; height: 10px; margin: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(49,183,243,.09), 0 0 18px var(--blue); }

.signal-bar { width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.signal-bar strong { color: var(--text); }
.signal-bar > span { color: var(--gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.section { width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: 122px 0; }
.section-heading { max-width: 750px; }
.section-heading h2, .showcase-copy h2, .closing h2 { margin-top: 20px; font-size: clamp(36px, 4.4vw, 57px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p, .showcase-copy > p, .closing p { margin-top: 22px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 58px; }
.problem-grid article { position: relative; min-height: 260px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(15,29,47,.8), rgba(8,17,29,.56)); transition: .25s; }
.problem-grid article::after { content: ""; position: absolute; width: 120px; height: 120px; right: -60px; bottom: -60px; border: 1px solid rgba(49,183,243,.1); border-radius: 50%; }
.problem-grid article:hover { transform: translateY(-4px); border-color: rgba(49,183,243,.26); }
.feature-number { color: var(--gold); font: 700 12px/1 var(--font-display); letter-spacing: .14em; }
.problem-grid h3 { margin-top: 67px; font-size: 19px; }
.problem-grid p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.product-showcase { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; }
.check-list { margin-top: 30px; list-style: none; display: grid; gap: 14px; color: #c5d1df; font-size: 14px; }
.check-list li { display: flex; align-items: center; gap: 11px; }
.check-list span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 7px; color: var(--green); background: rgba(53,211,154,.08); font-size: 11px; }
.dashboard-shell { min-height: 470px; display: grid; grid-template-columns: 72px 1fr; overflow: hidden; border: 1px solid rgba(128,171,211,.17); border-radius: 22px; background: #081321; box-shadow: 0 35px 90px rgba(0,0,0,.36); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.dash-sidebar { padding: 22px 17px; border-right: 1px solid var(--line); }
.dash-logo { display: flex; align-items: center; gap: 6px; color: #f4f7fa; font: 700 8px/1 var(--font-display); letter-spacing: .1em; }
.dash-logo span { width: 12px; height: 14px; border: 1px solid var(--gold); border-radius: 50% 50% 35% 35%; }
.dash-sidebar > i { display: block; width: 32px; height: 32px; margin-top: 17px; border-radius: 8px; background: rgba(130,156,185,.07); }
.dash-sidebar > i:first-of-type { margin-top: 48px; }
.dash-sidebar > i.active { background: rgba(49,183,243,.14); border: 1px solid rgba(49,183,243,.15); }
.dash-main { min-width: 0; padding: 24px; }
.dash-top { display: flex; align-items: center; justify-content: space-between; font-size: 15px; font-weight: 700; }
.dash-top em { padding: 7px 9px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font-size: 8px; font-style: normal; font-weight: 500; }
.dash-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 25px; }
.dash-cards > div { padding: 15px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.018); }
.dash-cards small, .dash-cards strong, .dash-cards span { display: block; }
.dash-cards small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.dash-cards strong { margin-top: 12px; font-size: 15px; }
.dash-cards span { margin-top: 8px; color: var(--green); font-size: 8px; }
.dash-chart { position: relative; height: 260px; margin-top: 13px; padding: 17px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.012); }
.chart-head { display: flex; justify-content: space-between; font-size: 10px; }
.chart-head small { color: var(--muted); font-size: 8px; }
.chart-grid { position: absolute; inset: 54px 18px 20px; display: grid; grid-template-rows: repeat(4,1fr); }
.chart-grid i { border-top: 1px dashed rgba(130,156,185,.1); }
.dash-chart svg { position: absolute; left: 18px; right: 18px; bottom: 16px; width: calc(100% - 36px); height: 160px; overflow: visible; }
.chart-area { fill: url(#chart-fill); }
.chart-line { fill: none; stroke: var(--blue); stroke-width: 3; filter: drop-shadow(0 0 5px rgba(49,183,243,.45)); }

.centered { margin: 0 auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.steps { margin-top: 58px; border-top: 1px solid var(--line); }
.steps article { display: grid; grid-template-columns: 90px 1fr; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.steps article > span { color: var(--gold); font: 700 12px/1 var(--font-display); letter-spacing: .12em; }
.steps article div { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.steps h3 { font-size: 19px; }
.steps p { max-width: 480px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.closing { position: relative; min-height: 390px; margin-bottom: 50px; padding: 64px; display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; border: 1px solid rgba(49,183,243,.18); border-radius: 25px; background: linear-gradient(135deg, rgba(11,32,52,.9), rgba(8,17,29,.75)); }
.closing > div:not(.closing-glow) { position: relative; max-width: 740px; }
.closing-glow { position: absolute; width: 440px; height: 440px; right: -210px; top: -210px; border-radius: 50%; background: rgba(49,183,243,.11); filter: blur(40px); }
.closing .button { position: relative; flex: 0 0 auto; }
footer { width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: 32px 0 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer .brand { color: var(--text); }

@media (max-width: 980px) {
    .hero { grid-template-columns: 1fr; padding-top: 145px; text-align: center; }
    .hero-copy { display: flex; flex-direction: column; align-items: center; }
    .hero-actions, .hero-proof { justify-content: center; }
    .hero-visual { min-height: 480px; margin-top: -30px; }
    .problem-grid { grid-template-columns: 1fr; }
    .problem-grid article { min-height: 210px; }
    .problem-grid h3 { margin-top: 40px; }
    .product-showcase { grid-template-columns: 1fr; }
    .showcase-copy { max-width: 700px; }
    .dashboard-shell { transform: none; }
    .closing { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 720px) {
    .site-header { top: 10px; width: calc(100% - 20px); min-height: 60px; padding: 0 11px 0 17px; background: rgba(6,12,21,.82); border-color: var(--line); backdrop-filter: blur(18px); }
    .menu-button { display: block; }
    .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
    .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
    .main-nav { position: absolute; top: 67px; left: 0; width: 100%; padding: 16px; display: none; align-items: stretch; flex-direction: column; gap: 4px; border: 1px solid var(--line); border-radius: 16px; background: #081321; box-shadow: 0 25px 60px rgba(0,0,0,.4); }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 12px; }
    .main-nav .nav-login { margin-top: 5px; }
    .hero, .section, .signal-bar, footer { width: calc(100% - 28px); }
    .hero { min-height: auto; padding: 132px 0 54px; gap: 20px; }
    h1 { font-size: clamp(39px, 12vw, 56px); }
    .hero-copy > p { font-size: 16px; }
    .hero-proof { gap: 12px 18px; }
    .hero-visual { min-height: 410px; }
    .wolf-frame { width: 370px; max-width: 100%; }
    .visual-orbit { max-width: 95vw; max-height: 95vw; }
    .status-top { top: 11%; right: -1%; }
    .status-bottom { left: -1%; bottom: 12%; }
    .signal-bar { align-items: flex-start; flex-direction: column; gap: 9px; }
    .section { padding: 86px 0; }
    .section-heading h2, .showcase-copy h2, .closing h2 { font-size: 38px; }
    .dashboard-shell { min-height: 390px; grid-template-columns: 48px 1fr; }
    .dash-sidebar { padding: 16px 8px; }
    .dash-logo { font-size: 0; justify-content: center; }
    .dash-sidebar > i { width: 29px; height: 29px; }
    .dash-main { padding: 15px; }
    .dash-cards { grid-template-columns: 1fr 1fr; }
    .dash-cards > div:last-child { display: none; }
    .steps article { grid-template-columns: 48px 1fr; }
    .steps article div { align-items: flex-start; flex-direction: column; gap: 8px; }
    .closing { padding: 35px 26px; }
    footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
