:root {
  --bg: #fbfaf8;
  --panel: #ffffff;
  --panel-2: #f4f1ed;
  --ink: #171717;
  --muted: #5b5b5b;
  --soft: #8a8a8a;
  --line: #ded8d0;
  --orange: #e85d04;
  --orange-dark: #b84702;
  --blue: #1864ab;
  --green: #2b8a3e;
  --red: #c92a2a;
  --shadow: 0 28px 80px rgba(25, 20, 15, .16);
  --radius: 16px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
[data-theme="dark"] {
  --bg: #10100f;
  --panel: #191918;
  --panel-2: #22211f;
  --ink: #f7f4ef;
  --muted: #c5beb5;
  --soft: #a49c92;
  --line: #35322e;
  --orange: #ff7a1a;
  --orange-dark: #ffb077;
  --blue: #8cc8ff;
  --green: #8ce99a;
  --red: #ffa8a8;
  --shadow: 0 28px 80px rgba(0, 0, 0, .42);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: radial-gradient(circle at top right, rgba(232,93,4,.13), transparent 34rem), var(--bg);
  color: var(--ink);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.eyebrow { color: var(--orange-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
header { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: -.03em; }
.mark { width: 38px; height: 38px; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-items: center; color: var(--orange); background: var(--panel); }
.brand small { display: block; color: var(--muted); font-weight: 650; letter-spacing: 0; font-size: .76rem; }
.links { display: none; align-items: center; gap: 20px; color: var(--muted); font-weight: 780; font-size: .92rem; }
.links a:hover { color: var(--orange-dark); }
@media (min-width: 920px) { .links { display: flex; } }
.theme-toggle { cursor: pointer; min-height: 40px; padding: 0 12px; border-radius: 12px; border: 1px solid var(--line); background: var(--panel); color: var(--ink); font-weight: 850; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 18px; border-radius: 12px; font-weight: 850; border: 1px solid var(--ink); box-shadow: 0 2px 0 var(--ink); transition: transform .16s ease, box-shadow .16s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 4px 0 var(--ink); }
.btn-primary { background: var(--orange); color: #fff; }
.btn-ghost { background: var(--panel); color: var(--ink); }
.hero { padding: 70px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
@media (min-width: 980px) { .hero-grid { grid-template-columns: 1.05fr .95fr; } }
h1 { font-size: clamp(3rem, 7vw, 5.8rem); line-height: .95; letter-spacing: -.065em; margin: 12px 0 22px; max-width: 860px; }
.lede { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.32rem); max-width: 735px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 26px; }
.proof-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 760px; }
@media (min-width: 720px) { .proof-row { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.proof { background: color-mix(in srgb, var(--panel) 88%, transparent); border: 1px solid var(--line); border-radius: 14px; padding: 13px; }
.proof strong { display: block; font-size: 1.02rem; }
.proof span { color: var(--muted); font-size: .84rem; }
.phone-stage { position: relative; min-height: 660px; display: grid; place-items: center; }
.phone-stage::before { content: ""; position: absolute; width: 82%; height: 76%; border-radius: 40px; background: linear-gradient(135deg, rgba(232,93,4,.22), rgba(24,100,171,.12)); filter: blur(8px); transform: rotate(-5deg); z-index: 0; }
.phone { position: relative; z-index: 2; width: min(360px, 94vw); border: 12px solid #111; border-radius: 42px; background: #111; box-shadow: var(--shadow); overflow: hidden; }
.phone::before { content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 104px; height: 28px; background: #111; border-radius: 0 0 18px 18px; z-index: 4; }
.screen { min-height: 704px; background: #f7f4ef; color: #171717; border-radius: 30px; overflow: hidden; border: 1px solid #000; }
.status { height: 42px; display: flex; justify-content: space-between; align-items: end; padding: 0 22px 8px; font-size: .78rem; font-weight: 800; }
.app-top { padding: 18px; background: #fff; border-bottom: 1px solid #e7dfd5; }
.app-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.app-title strong { font-size: 1.12rem; letter-spacing: -.03em; }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 99px; background: #e7f5ff; color: var(--blue); font-size: .72rem; font-weight: 850; }
.search { background: #f1eee9; border: 1px solid #e1d9d0; border-radius: 14px; padding: 12px 13px; color: #636363; font-size: .92rem; }
.app-main { padding: 14px; display: grid; gap: 12px; }
.alert-card { background: #fff5f5; border: 1px solid #ffc9c9; border-radius: 16px; padding: 13px; }
.alert-card strong { color: #c92a2a; display: block; font-size: .9rem; margin-bottom: 4px; }
.card { background: #fff; border: 1px solid #e4ddd4; border-radius: 18px; padding: 14px; }
.resource-head { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.resource-head h3 { font-size: 1rem; line-height: 1.2; letter-spacing: -.02em; }
.tag { padding: 5px 8px; border-radius: 999px; font-size: .68rem; font-weight: 900; background: #ebfbee; color: #2b8a3e; white-space: nowrap; }
.meta { margin: 8px 0 12px; color: #5b5b5b; font-size: .82rem; }
.actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mini-btn { padding: 9px; border-radius: 11px; background: #f4f1ed; text-align: center; font-weight: 850; font-size: .82rem; border: 1px solid #e1d9d0; }
.route { display: flex; align-items: center; justify-content: space-between; font-size: .82rem; color: #5b5b5b; }
.route b { color: #171717; }
.bottom-nav { height: 72px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #e4ddd4; background: #fff; margin-top: 6px; }
.nav-item { display: grid; place-items: center; color: #777; font-size: .68rem; font-weight: 800; }
.nav-item.active { color: #b84702; }
.shot-note { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; color: var(--muted); font-size: .86rem; }
section { padding: 72px 0; }
.section-head { max-width: 820px; margin-bottom: 28px; }
h2 { font-size: clamp(2.1rem, 4vw, 3.55rem); line-height: 1; letter-spacing: -.055em; margin: 8px 0 14px; }
h3 { letter-spacing: -.025em; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 760px) { .grid.two { grid-template-columns: repeat(2, 1fr); } .grid.three { grid-template-columns: repeat(3, 1fr); } .grid.four { grid-template-columns: repeat(4, 1fr); } }
.feature { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: 0 8px 26px rgba(20,20,20,.05); }
.feature h3 { font-size: 1.12rem; margin-bottom: 7px; }
.feature p, .feature li { color: var(--muted); font-size: .96rem; }
.feature ul { display: grid; gap: 8px; list-style: none; }
.icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--panel-2); margin-bottom: 16px; color: var(--orange-dark); font-weight: 900; }
.tech { background: #171717; color: #fff; border-top: 1px solid #000; border-bottom: 1px solid #000; }
.tech .section-head p, .tech .feature p, .tech .feature li { color: #c9c9c9; }
.tech .feature { background: #222; border-color: #333; }
.tech .icon { background: #111; color: #ffb077; }
.tech .eyebrow { color: #ffb077; }
.stack-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 12px; }
.stack-list span { border: 1px solid #3a3a3a; border-radius: 999px; padding: 7px 10px; color: #eeeeee; background: #191919; font-size: .86rem; font-weight: 750; }
.screens { background: var(--panel-2); }
.screenshot-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .screenshot-grid { grid-template-columns: repeat(4, 1fr); } }
.screenshot-card { border: 1px dashed #b7ada2; border-radius: 24px; background: var(--panel); padding: 16px; min-height: 360px; display: grid; align-content: center; text-align: center; color: var(--muted); }
.screenshot-card strong { color: var(--ink); display: block; font-size: 1.05rem; margin-bottom: 7px; }
.screenshot-card code { display: inline-block; margin-top: 12px; background: var(--panel-2); border: 1px solid var(--line); padding: 5px 8px; border-radius: 8px; color: var(--ink); }
.story { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quote-box { background: var(--panel-2); border: 1px solid var(--line); border-radius: 24px; padding: clamp(22px, 4vw, 38px); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 850; letter-spacing: -.035em; }
.cta { padding: 80px 0; }
.cta-box { background: var(--ink); color: var(--bg); border-radius: 30px; padding: clamp(28px, 5vw, 54px); display: grid; gap: 24px; align-items: center; }
@media (min-width: 880px) { .cta-box { grid-template-columns: 1fr auto; } }
.cta-box p { color: color-mix(in srgb, var(--bg) 76%, transparent); max-width: 760px; }
.footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }
.page-hero { padding: 78px 0 36px; }
.page-hero h1 { max-width: 980px; }
.detail-block { background: var(--panel); border: 1px solid var(--line); border-radius: 24px; padding: clamp(22px, 4vw, 38px); margin: 18px 0; }
.detail-block p { color: var(--muted); margin: 10px 0; }
.detail-block ul { margin: 12px 0 0 18px; color: var(--muted); }
.detail-block li { margin: 8px 0; }
.kicker { font-weight: 900; color: var(--orange-dark); }
