:root {
  --ink: #0b0d0e;
  --paper: #f0f2ec;
  --muted: #9aa19a;
  --line: rgba(240, 242, 236, 0.16);
  --line-dark: rgba(11, 13, 14, 0.14);
  --acid: #d5f64a;
  --acid-deep: #b4d829;
  --orange: #ff6b42;
  --max: 1240px;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --sans: "Manrope", "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.38;
  background-image: linear-gradient(rgba(240,242,236,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(240,242,236,.025) 1px, transparent 1px);
  background-size: 76px 76px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%);
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  pointer-events: none;
}

body::after {
  position: fixed;
  inset: -20%;
  z-index: -3;
  content: "";
  background: radial-gradient(circle at 67% 14%, rgba(213,246,74,.11), transparent 27%), radial-gradient(circle at 5% 80%, rgba(255,107,66,.09), transparent 24%);
  pointer-events: none;
}

a { color: inherit; text-decoration: none; }

button, input { font: inherit; }

.shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }

.site-noise {
  position: fixed;
  inset: 0;
  z-index: 10;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
}

.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; }

.brand img, .footer-brand img { display: block; border-radius: 12px; }

.brand-wordmark, .footer-brand span { font-size: 15px; font-weight: 800; letter-spacing: -.03em; }

.main-nav { display: flex; gap: 32px; margin-left: 96px; color: var(--muted); font-size: 13px; }

.main-nav a, .header-chip, .text-link, .site-footer a { transition: color .25s ease; }
.main-nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--acid); }

.header-chip { display: inline-flex; align-items: center; gap: 9px; color: var(--paper); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

.chip-dot, .signal-bar i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px var(--acid); }

.hero { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(40px, 8vw, 126px); align-items: center; min-height: 740px; padding-top: 80px; padding-bottom: 84px; }

.kicker, .section-index, .feature-number, .feature-caption, .signal-note, .visual-label, .range-value { color: var(--muted); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; }

.kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 34px; }
.kicker-line { width: 40px; height: 1px; background: var(--acid); }

h1, h2, h3, p { margin-top: 0; }

h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(4rem, 8.6vw, 8.4rem); font-weight: 700; line-height: .91; letter-spacing: -.095em; }
h1 em, .closing-section em { color: var(--acid); font-style: normal; }

.hero-intro { max-width: 440px; margin-bottom: 34px; color: #bdc3bc; font-size: 17px; line-height: 1.75; }

.hero-actions { display: flex; align-items: center; gap: 27px; }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 190px; padding: 15px 16px 15px 20px; border: 1px solid transparent; font-size: 13px; font-weight: 700; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--acid); }
.button-primary:hover { background: #e4fb77; }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: var(--acid); }
.button-arrow { font-size: 18px; line-height: 1; }
.text-link { color: #c0c6bf; font-size: 13px; }
.text-link span { margin-left: 7px; color: var(--acid); font-size: 17px; }

.hero-meta { display: flex; gap: 24px; margin-top: 70px; color: #7e867e; font-family: var(--mono); font-size: 10px; letter-spacing: .03em; text-transform: uppercase; }
.hero-meta strong { margin-right: 5px; color: var(--acid); font-weight: 400; }

.hero-visual { position: relative; min-width: 0; padding: 28px 0 0 28px; }
.crop-stage { position: relative; aspect-ratio: 1.14 / 1; overflow: hidden; border: 1px solid rgba(240,242,236,.3); background: #222727; box-shadow: 18px 18px 0 rgba(213,246,74,.12), 0 30px 80px rgba(0,0,0,.35); }
.crop-stage::before { position: absolute; inset: 0; z-index: 4; content: ""; pointer-events: none; background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.16) 50%, transparent 50.1%), linear-gradient(0deg, transparent 49.9%, rgba(255,255,255,.1) 50%, transparent 50.1%); background-size: 100% 100%, 100% 100%; opacity: .34; }
.crop-stage::after { position: absolute; inset: 0; z-index: 5; content: ""; pointer-events: none; background: radial-gradient(circle at 50% 36%, transparent 20%, rgba(0,0,0,.28) 100%); }

.mock-screenshot { position: absolute; inset: 8% 18%; overflow: hidden; background: #e4e7de; color: #161a1a; box-shadow: 0 16px 28px rgba(0,0,0,.28); }
.mock-screenshot-before { z-index: 1; padding-top: 0; background: #c4c9bf; }
.mock-screenshot-before::before, .mock-screenshot-before::after { position: absolute; left: 0; right: 0; content: ""; background: #1b2120; }
.mock-screenshot-before::before { top: 0; height: 18%; }
.mock-screenshot-before::after { bottom: 0; height: 15%; }
.mock-screenshot-after { z-index: 2; clip-path: inset(0 0 0 var(--split, 52%)); background: #f0f2ec; }
.mock-statusbar { position: relative; z-index: 2; display: flex; justify-content: space-between; padding: 16px 17px 10px; color: rgba(240,242,236,.65); font-family: var(--mono); font-size: 8px; }
.mock-screenshot-after .mock-statusbar { color: #48514b; }
.mock-top-space { height: 21%; }
.mock-bottom-space { height: 11%; }
.mock-content-card { position: relative; z-index: 1; width: 78%; margin: 7% auto 0; padding: 18px; border: 1px solid rgba(28,39,35,.18); background: rgba(247,249,241,.85); box-shadow: 0 10px 18px rgba(28,39,35,.12); }
.mock-screenshot-after .mock-content-card { margin-top: 19%; }
.mock-card-title { width: 58%; height: 13px; margin-bottom: 8px; background: #27322e; }
.mock-card-subtitle { width: 38%; height: 5px; margin-bottom: 22px; background: #9ca99b; }
.mock-card-lines { display: grid; gap: 8px; }
.mock-card-lines i { display: block; height: 5px; background: #c4ccc1; }
.mock-card-lines i:nth-child(2) { width: 82%; }
.mock-card-lines i:nth-child(3) { width: 91%; }
.mock-card-lines i:nth-child(4) { width: 66%; }
.mock-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.mock-card-footer b { width: 25px; height: 25px; border-radius: 50%; background: var(--acid); }
.mock-card-footer small { width: 31%; height: 7px; background: #849183; }
.mock-home-indicator { position: absolute; bottom: 4%; left: 50%; width: 32%; height: 4px; transform: translateX(-50%); border-radius: 3px; background: rgba(240,242,236,.74); }
.mock-screenshot-after .mock-home-indicator { background: #27322e; }

.visual-label { position: absolute; top: 4px; z-index: 6; }
.visual-label-before { left: 0; }
.visual-label-after { right: 0; color: var(--acid); }
.crop-line { position: absolute; top: 0; bottom: 0; left: var(--split, 52%); z-index: 7; width: 1px; transform: translateX(-50%); background: var(--acid); box-shadow: 0 0 18px rgba(213,246,74,.8); pointer-events: none; }
.crop-handle { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 40px; height: 40px; transform: translate(-50%, -50%); color: var(--ink); border: 1px solid var(--acid); border-radius: 50%; background: var(--acid); font-size: 19px; font-weight: 700; box-shadow: 0 0 24px rgba(213,246,74,.28); }
.crop-tag { position: absolute; left: calc(var(--split, 52%) + 14px); bottom: 19px; z-index: 8; color: var(--acid); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
.scan-corner { position: absolute; z-index: 8; width: 18px; height: 18px; border-color: var(--acid); border-style: solid; }
.scan-corner-tl { top: 13px; left: 13px; border-width: 1px 0 0 1px; }
.scan-corner-tr { top: 13px; right: 13px; border-width: 1px 1px 0 0; }
.scan-corner-bl { bottom: 13px; left: 13px; border-width: 0 0 1px 1px; }
.scan-corner-br { right: 13px; bottom: 13px; border-width: 0 1px 1px 0; }

.visual-controls { display: flex; align-items: center; gap: 13px; margin-top: 18px; color: #adb5ad; font-family: var(--mono); font-size: 10px; }
.visual-controls label { white-space: nowrap; }
.visual-controls input { width: 100%; accent-color: var(--acid); cursor: ew-resize; }
.range-value { color: var(--acid); }

.signal-bar { display: flex; align-items: center; gap: clamp(18px, 4vw, 58px); padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #bbc1b9; font-family: var(--mono); font-size: 10px; letter-spacing: .03em; text-transform: uppercase; }
.signal-bar span:not(.signal-note) { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.signal-note { margin-left: auto; color: #687168; font-size: 9px; }

.why-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 10vw, 150px); padding-top: 165px; padding-bottom: 190px; }
.section-index { margin-bottom: 35px; color: var(--acid); }
.section-intro h2, .workflow-heading h2, .closing-section h2 { margin-bottom: 26px; font-size: clamp(2.8rem, 5vw, 5.3rem); font-weight: 600; line-height: .97; letter-spacing: -.08em; }
.section-intro h2 span, .workflow-heading h2 span { color: #788178; }
.section-intro > p:last-child { max-width: 330px; color: #9ea69e; font-size: 15px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: center; }
.feature-card { position: relative; min-height: 300px; padding: 30px; overflow: hidden; color: var(--ink); background: var(--paper); }
.feature-card-wide { grid-column: 1 / -1; min-height: 270px; }
.feature-card-dark { color: var(--paper); background: #1b211f; }
.feature-card-accent { color: var(--ink); background: var(--acid); }
.feature-mark { position: absolute; top: 23px; right: 28px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; font-size: 19px; }
.feature-mark-eye { font-size: 15px; }
.feature-mark-arrow { border: 0; font-size: 28px; }
.feature-number { margin-bottom: 52px; color: #566057; }
.feature-card-dark .feature-number { color: #7c887d; }
.feature-card-accent .feature-number { color: #546019; }
.feature-card h3 { max-width: 300px; margin-bottom: 11px; font-size: 23px; letter-spacing: -.055em; }
.feature-card p:not(.feature-number) { max-width: 340px; margin-bottom: 0; color: #5e685e; font-size: 14px; line-height: 1.7; }
.feature-card-dark p:not(.feature-number) { color: #adb8ad; }
.feature-card-accent p:not(.feature-number) { color: #455010; }
.feature-card code { font-family: var(--mono); font-size: .9em; }
.feature-caption { position: absolute; right: 30px; bottom: 28px; color: #879087; font-size: 9px; }
.feature-card-accent .feature-caption { color: #67751c; }
.mini-bars { position: absolute; right: 31px; bottom: 29px; display: flex; align-items: end; gap: 5px; height: 54px; }
.mini-bars i { display: block; width: 8px; background: var(--ink); }
.mini-bars i:nth-child(1) { height: 29%; opacity: .2; }
.mini-bars i:nth-child(2) { height: 48%; opacity: .35; }
.mini-bars i:nth-child(3) { height: 73%; opacity: .5; }
.mini-bars i:nth-child(4) { height: 90%; opacity: .7; }
.mini-bars i:nth-child(5) { height: 100%; background: var(--acid-deep); }

.workflow-section { padding-bottom: 190px; }
.workflow-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 72px; }
.workflow-heading h2 { margin-bottom: 0; }
.workflow-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 12%; align-items: center; }
.steps { border-top: 1px solid var(--line); }
.step { padding: 26px 0 30px; border-bottom: 1px solid var(--line); transition: padding-left .25s ease; }
.step:hover, .step.is-active { padding-left: 18px; }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; color: var(--acid); font-family: var(--mono); font-size: 11px; }
.step-symbol { color: #69736a; font-size: 20px; }
.step h3 { margin-bottom: 8px; font-size: 25px; letter-spacing: -.06em; }
.step p { max-width: 380px; margin: 0; color: #8e9890; font-size: 14px; }

.phone-wrap { position: relative; justify-self: center; width: min(100%, 315px); padding: 29px 20px 28px 27px; }
.phone { position: relative; z-index: 2; min-height: 560px; padding: 18px 17px 16px; overflow: hidden; border: 6px solid #303734; border-radius: 40px; color: #15201b; background: #e9ede4; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3), 15px 20px 0 rgba(213,246,74,.14), 0 25px 60px rgba(0,0,0,.35); }
.phone::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.65), transparent 22%, transparent 75%, rgba(166,179,164,.25)); }
.phone-island { position: absolute; top: 8px; left: 50%; width: 83px; height: 22px; transform: translateX(-50%); border-radius: 20px; background: #303734; }
.phone-status { position: relative; z-index: 1; display: flex; justify-content: space-between; padding: 0 7px; font-family: var(--mono); font-size: 8px; }
.phone-header { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: 35px; padding: 0 4px; font-size: 15px; font-weight: 800; letter-spacing: -.04em; }
.phone-menu { color: #849083; letter-spacing: 2px; }
.phone-empty { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 310px; gap: 8px; color: #778276; text-align: center; }
.phone-stack-icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 8px; border: 1px solid #b3beb0; border-radius: 17px; color: #9eaa9d; font-size: 34px; }
.phone-empty strong { color: #647064; font-size: 13px; }
.phone-empty span, .phone-hint { font-size: 10px; }
.phone-button { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 8px; color: var(--ink); background: var(--acid); font-size: 12px; font-weight: 800; }
.phone-hint { position: relative; z-index: 1; margin-top: 8px; color: #90998e; text-align: center; }
.phone-bottom-nav { position: absolute; right: 24px; bottom: 15px; left: 24px; display: flex; justify-content: space-around; padding-top: 12px; border-top: 1px solid #cad2c7; color: #a0aaa0; font-size: 12px; }
.phone-bottom-nav .active { color: #5a675a; }
.phone-shadow { position: absolute; right: 0; bottom: 0; width: 80%; height: 72%; background: var(--acid); opacity: .16; transform: rotate(-11deg); }
.phone-note { position: absolute; z-index: 3; color: #8c998c; font-family: var(--mono); font-size: 9px; letter-spacing: .06em; line-height: 1.55; }
.phone-note b { color: var(--acid); font-weight: 400; }
.note-top { top: 5px; right: -5px; text-align: left; }
.note-bottom { bottom: 2px; left: -6px; }

.closing-section { position: relative; min-height: 670px; padding-top: 132px; padding-bottom: 120px; overflow: hidden; }
.closing-section > *:not(.closing-orbit) { position: relative; z-index: 1; }
.closing-section h2 { max-width: 780px; font-size: clamp(4.5rem, 11vw, 10.6rem); }
.closing-copy { margin-bottom: 38px; color: #8c978d; font-family: var(--mono); font-size: 11px; letter-spacing: .03em; }
.closing-orbit { position: absolute; top: 60px; right: -5%; width: 53%; height: 520px; border: 1px solid rgba(213,246,74,.22); border-radius: 50%; transform: rotate(-25deg); }
.closing-orbit::before { position: absolute; inset: 12% -4%; content: ""; border: 1px solid rgba(213,246,74,.1); border-radius: 50%; }
.orbit-line { position: absolute; top: 50%; left: -7%; width: 114%; height: 1px; background: linear-gradient(90deg, transparent, var(--acid), transparent); transform: rotate(23deg); }
.orbit-line-two { transform: rotate(-18deg); opacity: .3; }
.orbit-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 20px var(--acid); }
.orbit-dot-one { top: 12%; left: 21%; }
.orbit-dot-two { right: 17%; bottom: 17%; width: 5px; height: 5px; opacity: .55; }

.site-footer { display: flex; align-items: center; justify-content: space-between; min-height: 105px; border-top: 1px solid var(--line); color: #717b72; font-family: var(--mono); font-size: 10px; }
.footer-brand { color: var(--paper); font-family: var(--sans); }
.footer-brand img { border-radius: 9px; }

:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 68px; min-height: auto; padding-top: 92px; }
  .hero-copy { max-width: 750px; }
  .hero-visual { width: min(100%, 690px); margin-left: auto; }
  .why-section { grid-template-columns: 1fr; gap: 58px; padding-top: 130px; }
  .section-intro > p:last-child { max-width: 500px; }
  .workflow-layout { gap: 48px; }
  .closing-orbit { right: -22%; width: 68%; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 36px), var(--max)); }
  .site-header { min-height: 76px; }
  .main-nav { display: none; }
  .header-chip { font-size: 9px; }
  .brand img { width: 36px; height: 36px; border-radius: 10px; }
  .hero { padding-top: 74px; padding-bottom: 68px; }
  h1 { font-size: clamp(3.8rem, 18vw, 6rem); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-meta { flex-wrap: wrap; gap: 11px 18px; margin-top: 54px; }
  .hero-visual { padding: 22px 0 0; }
  .crop-stage { aspect-ratio: .93 / 1; }
  .mock-screenshot { inset: 10% 12%; }
  .visual-controls { align-items: flex-start; flex-wrap: wrap; gap: 8px 12px; }
  .visual-controls label { width: 100%; }
  .signal-bar { align-items: flex-start; flex-wrap: wrap; gap: 12px 22px; padding: 17px 0; }
  .signal-note { width: 100%; margin: 4px 0 0; }
  .why-section { padding-top: 110px; padding-bottom: 120px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; }
  .feature-card { min-height: 280px; }
  .workflow-heading { display: block; margin-bottom: 48px; }
  .workflow-layout { grid-template-columns: 1fr; }
  .phone-wrap { margin-top: 18px; }
  .closing-section { min-height: 610px; padding-top: 110px; }
  .closing-section h2 { font-size: clamp(4rem, 19vw, 7rem); }
  .closing-orbit { top: 150px; right: -50%; width: 125%; height: 370px; }
  .site-footer { align-items: flex-start; flex-wrap: wrap; gap: 15px; padding: 26px 0; }
  .site-footer > span { width: 100%; order: 3; }
}

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