@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600&family=JetBrains+Mono:wght@500&display=swap");

:root {
  color-scheme: dark;
  --bg: #090b11;
  --panel: #111520;
  --panel-2: #151a27;
  --line: rgba(255,255,255,.09);
  --ink: #f1f3f8;
  --muted: #a2abbd;
  --dim: #727c91;
  --accent: #f4a73a;
  --accent-bright: #ffc25c;
  --accent-deep: #e98e20;
  --accent-ink: #291604;
  --teal: #5ad0c4;
  --display: "Newsreader", Georgia, serif;
  --body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: var(--body); font-size: 16px; -webkit-font-smoothing: antialiased; }
img, video, iframe { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { width: min(1120px, calc(100% - 40px)); height: 68px; margin: 0 auto; display: flex; align-items: center; position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-family: var(--display); font-size: 19px; font-weight: 600; }
.brand img { border-radius: 9px; object-fit: cover; box-shadow: 0 6px 20px -7px rgba(244,167,58,.8); }
.brand b { color: var(--accent); font-weight: inherit; }
nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
nav a { color: #b8c0d0; text-decoration: none; font-size: 14px; font-weight: 600; }
nav a:hover { color: #fff; }
.nav-buy { height: 38px; padding: 0 18px; display: inline-flex; align-items: center; border-radius: 8px; background: var(--accent); color: var(--accent-ink); }
nav .nav-buy:hover { color: var(--accent-ink); background: var(--accent-bright); }

.hero { width: min(1120px, calc(100% - 40px)); min-height: calc(100vh - 68px); max-height: 900px; margin: 0 auto; padding: clamp(48px, 8vh, 88px) 0 40px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); align-items: center; gap: clamp(42px, 6vw, 76px); }
.hero-copy { min-width: 0; max-width: 650px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; color: #ffce7a; font-size: 12px; font-weight: 700; letter-spacing: .35px; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
h1, h2 { font-family: var(--display); letter-spacing: 0; }
h1 { margin: 0; font-size: clamp(54px, 6.2vw, 82px); line-height: .92; font-weight: 600; }
h1 em { color: var(--accent); font-style: normal; }
.hero-offer { margin: 14px 0 0; color: #dfe3ec; font-family: var(--display); font-size: clamp(27px, 3vw, 39px); line-height: 1.08; }
.hero-description { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: clamp(15px, 1.35vw, 18px); line-height: 1.62; }
.hero-difference { margin-top: 18px; padding-left: 13px; border-left: 2px solid var(--teal); display: flex; flex-direction: column; gap: 2px; }
.hero-difference strong { color: #dfe3ec; font-size: 13px; }
.hero-difference span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 24px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; font-size: 15px; font-weight: 700; }
.button.primary { background: var(--accent); color: var(--accent-ink); box-shadow: 0 15px 35px -15px rgba(244,167,58,.85); }
.button.primary:hover { background: var(--accent-bright); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.035); color: #d9deea; }
.button.secondary:hover { background: rgba(255,255,255,.07); }
.price-line { margin-top: 22px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.price-line s { color: var(--dim); font-family: var(--display); font-size: 21px; }
.price-line strong { color: #ffce7a; font-family: var(--display); font-size: 29px; }
.price-line span { padding: 5px 10px; border: 1px solid rgba(90,208,196,.3); border-radius: 100px; background: rgba(90,208,196,.1); color: var(--teal); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.requirements { margin: 10px 0 0; color: var(--dim); font-size: 12px; }
.hero-media { width: 100%; margin: 0; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #0c0f17; box-shadow: 0 35px 90px -42px #000; aspect-ratio: 16 / 9; }
.hero-media video { width: 100%; height: 100%; object-fit: contain; }

.compatibility { width: min(1120px, calc(100% - 40px)); margin: 18px auto 0; padding: 23px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; }
.compatibility div { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.compatibility span { color: #626c81; font-size: 10px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.compatibility strong { color: #aeb6c7; font-family: var(--mono); font-size: 12px; font-weight: 500; }

.section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 104px 0 20px; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading .kicker, .kicker { margin: 0 0 12px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-size: clamp(36px, 5vw, 58px); line-height: 1.04; font-weight: 600; }
.section-heading > p:last-child { max-width: 650px; margin: 15px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid article { min-width: 0; padding: 28px 24px 34px; border-right: 1px solid var(--line); }
.feature-grid article:first-child { padding-left: 0; }
.feature-grid article:last-child { padding-right: 0; border-right: 0; }
.feature-number { color: var(--accent); font-family: var(--mono); font-size: 11px; }
.feature-grid h3 { margin: 31px 0 10px; font-size: 17px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.slicer-support { padding-top: 104px; }
.support-table { border-top: 1px solid var(--line); }
.support-row { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(130px, .6fr) minmax(300px, 2fr); gap: 24px; align-items: center; min-height: 70px; border-bottom: 1px solid var(--line); }
.support-row > * { min-width: 0; }
.support-row strong { font-size: 14px; font-weight: 600; }
.support-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.support-head { min-height: 42px; color: #626c81; font-size: 10px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.status { width: fit-content; font-family: var(--mono); font-size: 11px; }
.status.full { color: #77e3c1; }
.status.verified { color: var(--accent); }
.status.limited { color: #b7bfd0; }
.status.no { color: #e18a94; }
.support-note { margin: 16px 0 0; color: #737d91; font-size: 11px; line-height: 1.5; }

.how { padding-top: 126px; }
.video-frame { width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #0c0f17; aspect-ratio: 16 / 9; box-shadow: 0 36px 90px -48px #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-fallback { margin: 12px 0 0; color: var(--dim); font-size: 12px; text-align: center; }
.video-fallback a { color: var(--accent); }
.steps { margin: 42px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; gap: 28px; }
.steps li { display: flex; align-items: flex-start; gap: 15px; }
.steps li > span { width: 30px; height: 30px; flex: none; display: grid; place-items: center; border: 1px solid rgba(244,167,58,.3); border-radius: 50%; color: var(--accent); font-family: var(--mono); font-size: 11px; }
.steps h3 { margin: 2px 0 7px; font-size: 15px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.faq { padding-top: 126px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 23px 34px 23px 0; position: relative; cursor: pointer; color: #e3e7ef; font-size: 16px; font-weight: 600; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 2px; top: 19px; color: var(--accent); font-family: var(--mono); font-size: 21px; font-weight: 500; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; margin: -4px 0 24px; color: var(--muted); line-height: 1.65; }

.buy-section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 126px 0 90px; }
.buy-panel { max-width: 620px; margin: 0 auto; padding: 42px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); text-align: center; }
.buy-panel h2 { margin: 0; font-size: 38px; }
.buy-price { margin-top: 18px; display: flex; align-items: baseline; justify-content: center; gap: 9px; }
.buy-price strong { color: #ffce7a; font-family: var(--display); font-size: 64px; line-height: 1; }
.buy-price span { color: var(--dim); font-size: 12px; font-weight: 700; }
.buy-panel > p:not(.kicker) { margin: 12px 0 24px; color: var(--muted); }
.buy-button { width: 100%; }
.buy-panel ul { margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); display: flex; justify-content: center; flex-wrap: wrap; gap: 9px 18px; list-style: none; color: #c7cedc; font-size: 12px; }
.buy-panel li::before { content: "✓ "; color: var(--teal); }
.buy-panel small { display: block; margin-top: 20px; color: #697388; font-size: 10.5px; line-height: 1.55; }

footer { width: min(1120px, calc(100% - 40px)); min-height: 92px; margin: 0 auto; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 24px; }
.footer-brand { font-size: 15px; }
footer > div { margin-left: auto; display: flex; gap: 20px; }
footer > div a { color: var(--muted); text-decoration: none; font-size: 12px; }
footer > div a:hover { color: var(--ink); }
footer > p { margin: 0; color: #5e687b; font-size: 11px; }

@media (max-width: 840px) {
  .hero { min-height: 0; max-height: none; padding-top: 64px; display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .hero-copy { max-width: 720px; }
  .hero-media { width: min(720px, 100%); margin: 42px auto 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid article:nth-child(2) { border-right: 0; padding-right: 0; }
  .feature-grid article:nth-child(3), .feature-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .feature-grid article:nth-child(3) { padding-left: 0; }
  .steps { grid-template-columns: 1fr; }
  footer { padding: 25px 0; flex-wrap: wrap; }
  footer > div { margin-left: auto; }
  footer > p { flex-basis: 100%; }
}

@media (max-width: 560px) {
  .site-header, .hero, .compatibility, .section, .buy-section, footer { width: min(calc(100% - 32px), 1120px); }
  .site-header { height: 62px; }
  .brand { font-size: 16px; }
  nav > a:not(.nav-buy) { display: none; }
  .nav-buy { height: 36px; padding: 0 14px; }
  .hero { padding-top: 48px; }
  h1 { font-size: clamp(42px, 13vw, 68px); white-space: nowrap; }
  .hero-offer { font-size: 29px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-media { margin-top: 34px; border-radius: 8px; }
  .compatibility { align-items: flex-start; flex-direction: column; }
  .compatibility div { gap: 13px; }
  .section { padding-top: 82px; }
  .section-heading { margin-bottom: 30px; }
  .feature-grid { display: block; }
  .feature-grid article { padding: 24px 0 28px; border-right: 0; border-top: 1px solid var(--line); }
  .feature-grid article:first-child { border-top: 0; }
  .feature-grid h3 { margin-top: 18px; }
  .support-head { display: none; }
  .support-row { grid-template-columns: 1fr auto; gap: 7px 14px; padding: 17px 0; }
  .support-row p { grid-column: 1 / -1; }
  .video-frame { border-radius: 8px; }
  .buy-section { padding-top: 90px; }
  .buy-panel { padding: 32px 20px; }
  .buy-panel h2 { font-size: 31px; }
  footer { display: block; }
  footer > div { margin: 20px 0 0; flex-wrap: wrap; }
  footer > p { margin-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
