:root {
  --bg: #0c1118;
  --panel: #121a24;
  --panel2: #f3f5f7;
  --text: #10151b;
  --muted: #5d6875;
  --white: #fff;
  --accent: #e7ff63;
  --line: #dce1e6;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

.wrap { width: min(var(--max), calc(100% - 40px)); margin: auto; }
.narrow { max-width: 780px; }

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(12,17,24,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #27313d;
}
.nav-inner { height: 68px; display: flex; align-items: center; gap: 30px; }
.brand, .footer-brand {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .04em;
}
.nav nav { display: flex; gap: 24px; margin-left: auto; }
.nav nav a, .footer-links a { color: #cbd3dc; text-decoration: none; font-size: 14px; }
.nav nav a:hover, .footer-links a:hover, .card-link:hover { color: #fff; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 13px 20px;
  border-radius: 7px;
  background: var(--accent);
  color: #111;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid var(--accent);
  transition: transform .18s ease, opacity .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.small { padding: 9px 14px; }
.btn.disabled { background: #e9edf0; border-color: #d6dce1; color: #7f8994; cursor: default; }
.btn.disabled:hover { transform: none; }

.hero { background: var(--bg); color: #fff; padding: 88px 0 76px; }
.hero-grid, .two { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 12px;
  color: #687584;
}
.hero .eyebrow, .statement .eyebrow, .final .eyebrow { color: var(--accent); }
h1 {
    font-size: clamp(42px, 4vw, 64px);
    line-height: 1;
    letter-spacing: -.045em;
    margin: 0 0 24px;
    max-width: none;
    white-space: nowrap;
}
h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -.035em;
  margin: 0 0 18px;
}
h3 { line-height: 1.2; font-size: 25px; margin: 12px 0 14px; }
.lead { font-size: 20px; color: #cbd3dc; max-width: 700px; }
.actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.text-link { color: #fff; font-weight: 700; text-decoration: none; }
.micro { font-size: 13px; color: #8f9aa6; margin-top: 22px; }
.hero .lead {
    max-width: none;
    white-space: nowrap;
    font-size: 18px;
}
.hero-panel {
  min-height: 390px;
  border: 1px solid #35404c;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #101720;
  background-size: 26px 26px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}
.panel-label { margin: 0; color: #8793a0; font-size: 12px; letter-spacing: .16em; font-weight: 900; }
.hero-mark { font-size: clamp(110px, 15vw, 185px); line-height: .75; font-weight: 950; letter-spacing: -.09em; }
.hero-mark span { color: var(--accent); }
.hero-panel-copy { max-width: 340px; margin: 0; color: #b9c2cc; font-size: 18px; }

.statement { background: var(--panel); color: #fff; padding: 72px 0; text-align: center; }
.statement .big { font-size: 28px; font-weight: 800; margin: 0 0 12px; }
.statement p:last-child { color: #b9c2cc; }

.section { padding: 92px 0; }
.alt { background: var(--panel2); }
.section-head { width: 100%; max-width: none; margin-bottom: 42px; }
.section-head > p:last-child, .two > div > p, .work-grid p, .principles p { color: var(--muted); }

.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(10,20,30,.06);
  display: flex;
  flex-direction: column;
}
.product-live { border-top: 5px solid var(--accent); }
.product-soon { border-top: 5px solid #aab3bc; }
.product-topline { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.status, .platform {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.status.live { color: #576400; background: #f3ffc2; padding: 6px 9px; border-radius: 99px; }
.status.soon { color: #58626e; background: #eef1f4; padding: 6px 9px; border-radius: 99px; }
.platform { color: #8a949f; }
.product-name { font-size: 52px; font-weight: 950; letter-spacing: -.055em; margin-top: 30px; line-height: 1; }
.product-kicker { color: #74808c; font-weight: 700; margin: 8px 0 4px; }
.product-card > p:not(.product-kicker) { color: var(--muted); }
.product-points { padding-left: 20px; margin: 20px 0 28px; color: #38424c; }
.product-actions { display: flex; gap: 18px; align-items: center; margin-top: auto; }
.card-link { color: #26313c; font-weight: 800; text-decoration: none; }

.principles { display: grid; gap: 12px; }
.principles article { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 22px 24px; }
.principles article span { font-size: 12px; font-weight: 900; color: #8b96a1; }
.principles h3 { font-size: 20px; margin: 6px 0 4px; }
.principles p { margin: 0; }

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-grid article { border: 1px solid var(--line); border-radius: 10px; padding: 26px; background: #fff; }
.work-grid strong { font-size: 18px; }

.final { background: var(--bg); color: #fff; text-align: center; padding: 86px 0; }
.final p { color: #bdc6d0; }
.center { justify-content: center; }

footer { background: #070b10; color: #b9c2cc; padding: 50px 0 28px; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; }
.footer-inner p { margin: 8px 0 0; color: #717d89; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; align-content: flex-start; }
.legal { border-top: 1px solid #202833; margin-top: 32px; padding-top: 20px; font-size: 12px; color: #717d89; }

/* ========================================
   Product Slider
======================================== */

.product-slider {
    position: relative;
    margin-top: 56px;
    border: 1px solid #2a3542;
    background: #121a24;
    overflow: hidden;
}


/* Slide */

.product-slide {
    display: none;
}

    .product-slide.active {
        display: block;
    }


/* Layout */

.slide-content {
    display: grid;
    grid-template-columns: 34% 66%;
    align-items: stretch;
    min-height: 430px;
}


/* Copy */

.slide-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 42px;
    min-width: 0;
}

.slide-label {
    margin: 0 0 12px;
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
}

.slide-copy h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -.04em;
}

.slide-kicker {
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.slide-description {
    margin: 0 0 30px;
    color: #aeb8c3;
    font-size: 15px;
    line-height: 1.65;
    max-width: 360px;
}

.slide-link {
    align-self: flex-start;
    color: var(--accent);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

    .slide-link:hover {
        text-decoration: underline;
    }


/* Video */

.slide-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 28px 28px 0;
    min-width: 0;
}

.slide-video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 674;
    object-fit: contain;
    background: #0c1118;
}


/* Controls */

.slider-controls {
    position: absolute;
    left: 42px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.slider-arrow {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #394553;
    background: transparent;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
}

    .slider-arrow:hover {
        border-color: var(--accent);
        color: var(--accent);
    }


.slider-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #596573;
    cursor: pointer;
}

    .slider-dot.active {
        width: 22px;
        border-radius: 999px;
        background: var(--accent);
    }

/* Contact */

.contact-section {
    background: var(--bg);
    color: #fff;
}

    .contact-section .eyebrow {
        color: var(--accent);
    }

    .contact-section .section-head p:last-child {
        color: #bdc6d0;
    }

    .contact-section .btn {
        margin-top: 8px;
    }

@media (max-width: 820px) {
  .nav nav { display: none; }
  .nav .btn { margin-left: auto; }
  .hero-grid, .two, .product-grid, .work-grid { grid-template-columns: 1fr; }
  .hero-grid, .two { gap: 36px; }
  .hero { padding-top: 60px; }
    h1,
    .hero .lead {
        white-space: normal;
    }
  .section { padding: 68px 0; }
  .footer-inner { flex-direction: column; }
  .actions, .product-actions { align-items: stretch; flex-direction: column; }
  .text-link, .card-link { text-align: center; }
  .hero-panel { min-height: 300px; }
}
