@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/fonts/satoshi/Satoshi-Variable.woff2') format('woff2');
}

:root {
  --c-50: #FDF3E7;
  --c-100: #FBDDBC;
  --c-200: #F8C792;
  --c-300: #F5B167;
  --c-400: #F39B3C;
  --c-500: #F08412;
  --c-600: #C76D0D;
  --c-700: #9D560A;
  --c-800: #723E07;
  --ink-900: #1F1102;
  --ink-800: #2E2312;
  --ink-600: #57493A;
  --ink-500: #6E5F4C;
  --ink-300: #CDBDB6;
  --ink-200: #E6DACB;
  --ink-100: #F3EADC;
  --paper: #FFFCF7;
  --base: #F7EEE1;
  --edge: #E7D7C1;
  --violet: #7F3AED;
  --violet-soft: rgba(127, 58, 237, .10);
  --brand: linear-gradient(135deg, #F08412 0%, #C76D0D 52%, #9D560A 100%);
  --shadow-sm: 0 1px 2px rgba(31, 22, 48, .06);
  --shadow-md: 0 14px 34px -18px rgba(31, 22, 48, .30);
  --shadow-xl: 0 40px 90px -40px rgba(31, 17, 2, .45), 0 12px 30px -18px rgba(31, 17, 2, .25);
  --font: 'Satoshi', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --shell: 1140px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }

body {
  margin: 0;
  background: var(--base);
  color: var(--ink-900);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 22px; }

.skip {
  position: absolute; left: -999px; top: 0; z-index: 100;
  padding: 10px 16px; background: var(--paper); border-radius: 0 0 10px 0; font-weight: 700;
}
.skip:focus { left: 0; }

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 238, 225, .72);
  backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.site-head.is-stuck { border-bottom-color: var(--edge); background: rgba(255, 252, 247, .86); box-shadow: 0 8px 26px -22px rgba(31, 17, 2, .6); }
.head-inner { display: flex; align-items: center; gap: 18px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; text-decoration: none; letter-spacing: -.01em; }
.brand img { border-radius: 9px; }
.brand strong { font-weight: 800; }
.head-nav { margin-left: auto; display: flex; gap: 26px; }
.head-nav a { position: relative; font-size: 14.5px; font-weight: 600; color: var(--ink-600); text-decoration: none; }
.head-nav a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; border-radius: 2px;
  background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.head-nav a:hover { color: var(--ink-900); }
.head-nav a:hover::after { transform: scaleX(1); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 13px 22px; border-radius: 13px;
  font-size: 15px; font-weight: 700; text-decoration: none; white-space: nowrap;
  transition: transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.btn span { display: grid; line-height: 1.15; text-align: left; }
.btn small { font-size: 11px; font-weight: 600; opacity: .78; letter-spacing: .02em; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 14px 26px -16px rgba(157, 86, 10, .95), inset 0 1px 0 rgba(255,255,255,.2); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 34px -18px rgba(157, 86, 10, 1), inset 0 1px 0 rgba(255,255,255,.25); }
.btn-ghost { background: var(--paper); color: var(--ink-900); border: 1px solid var(--edge); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--c-300); box-shadow: var(--shadow-md); }
.btn-sm { padding: 9px 16px; border-radius: 11px; font-size: 14px; }
.btn:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--c-400); outline-offset: 3px; }

/* ---------- hero ---------- */
.hero { position: relative; padding: clamp(42px, 7vw, 82px) 0 clamp(26px, 4vw, 52px); overflow: hidden; }
.aurora { position: absolute; inset: -20% -10% auto -10%; height: 130%; pointer-events: none; filter: blur(60px); opacity: .85; }
.aurora span { position: absolute; display: block; border-radius: 50%; mix-blend-mode: multiply; animation: drift 22s ease-in-out infinite; }
.aurora span:nth-child(1) { width: 46vw; height: 36vw; left: -6vw; top: 2vw; background: radial-gradient(circle, rgba(240,132,18,.30), rgba(240,132,18,0) 68%); }
.aurora span:nth-child(2) { width: 40vw; height: 34vw; right: -4vw; top: -6vw; background: radial-gradient(circle, rgba(127,58,237,.24), rgba(127,58,237,0) 68%); animation-delay: -7s; }
.aurora span:nth-child(3) { width: 38vw; height: 30vw; left: 38%; top: 22vw; background: radial-gradient(circle, rgba(245,177,103,.30), rgba(245,177,103,0) 70%); animation-delay: -13s; }
@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  33% { transform: translate3d(3vw, -2vw, 0) scale(1.08); }
  66% { transform: translate3d(-2vw, 2.5vw, 0) scale(.95); }
}

.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: clamp(26px, 5vw, 56px); align-items: center; }
.chip {
  display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px;
  padding: 6px 14px; border: 1px solid var(--c-200); border-radius: 999px;
  background: rgba(255, 252, 247, .8); color: var(--c-700);
  font-size: 12.5px; font-weight: 700;
}
.chip-dot { width: 7px; height: 7px; border-radius: 50%; background: #2E9D62; box-shadow: 0 0 0 3px rgba(46,157,98,.18); animation: pulse 2.6s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(46,157,98,.18); } 50% { box-shadow: 0 0 0 6px rgba(46,157,98,.06); } }

h1 { margin: 0 0 18px; font-size: clamp(38px, 5.6vw, 66px); line-height: 1.02; font-weight: 800; letter-spacing: -.035em; }
.grad { background: var(--brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { margin: 0 0 28px; max-width: 46ch; color: var(--ink-600); font-size: clamp(16px, 1.3vw, 18px); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--ink-500); font-size: 13.5px; font-weight: 600; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points li::before { content: ''; width: 16px; height: 16px; border-radius: 50%; background: var(--c-50); box-shadow: inset 0 0 0 1px var(--c-200);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23C76D0D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 6.3 5 8.6 9.5 3.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 10px; }

.hero-shot { position: relative; will-change: transform; }
.shot-frame {
  position: relative; border-radius: 18px; overflow: hidden;
  background: var(--paper); border: 1px solid var(--edge);
  box-shadow: var(--shadow-xl);
  transition: transform .5s cubic-bezier(.2,.7,.3,1);
}
.shot-frame img { display: block; }
.tilt { transform: perspective(1400px) rotateY(-5deg) rotateX(2.2deg); }
.tilt:hover { transform: perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(-4px); }
.float-card {
  position: absolute; z-index: 2;
  padding: 9px 15px; border-radius: 12px;
  background: rgba(255, 252, 247, .92); border: 1px solid var(--edge);
  box-shadow: var(--shadow-md); backdrop-filter: blur(8px);
  font-size: 13px; font-weight: 700; color: var(--ink-800);
  animation: bob 6s ease-in-out infinite;
}
.float-a { left: -18px; top: 16%; }
.float-b { right: -14px; bottom: 12%; animation-delay: -3s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ---------- support button ---------- */
.support-fab {
  position: absolute; z-index: 4; top: -6px; right: 22px;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 17px 9px 11px; border-radius: 999px;
  border: 1px solid var(--c-200);
  background: linear-gradient(135deg, rgba(255,252,247,.96), rgba(253,243,231,.92));
  box-shadow: 0 10px 26px -16px rgba(157, 86, 10, .75), var(--shadow-sm);
  color: var(--c-700); font-size: 13.5px; font-weight: 700; text-decoration: none;
  backdrop-filter: blur(8px); overflow: hidden;
  animation: fabIn .8s cubic-bezier(.2,.7,.3,1) both .5s;
  transition: transform .28s cubic-bezier(.2,.7,.3,1), box-shadow .28s ease, border-color .28s ease;
}
.support-fab::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.75) 50%, transparent 62%);
  transform: translateX(-120%); animation: fabShine 5.5s ease-in-out infinite 2s;
}
.support-fab:hover { transform: translateY(-2px); border-color: var(--c-300); box-shadow: 0 16px 30px -16px rgba(157, 86, 10, .95), var(--shadow-md); }
.support-heart {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--brand); color: #fff; box-shadow: 0 0 0 0 rgba(240, 132, 18, .45);
  animation: fabBeat 2.8s ease-in-out infinite;
}
.support-heart svg { width: 14px; height: 14px; fill: currentColor; }
.support-fab:hover .support-heart { animation-duration: 1.1s; }
@keyframes fabBeat {
  0%, 62%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(240, 132, 18, .45); }
  70% { transform: scale(1.14); box-shadow: 0 0 0 7px rgba(240, 132, 18, 0); }
  78% { transform: scale(1); }
  86% { transform: scale(1.09); }
}
@keyframes fabShine { 0%, 62% { transform: translateX(-120%); } 82%, 100% { transform: translateX(120%); } }
@keyframes fabIn { from { opacity: 0; transform: translateY(-10px) scale(.96); } to { opacity: 1; transform: none; } }

/* ---------- metrics ---------- */
.metrics { padding: 0 0 clamp(8px, 2vw, 20px); }
.metrics-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px;
  padding: 22px; border: 1px solid var(--edge); border-radius: 20px;
  background: linear-gradient(170deg, rgba(255,252,247,.96), rgba(253,243,231,.7));
  box-shadow: var(--shadow-sm);
}
.metric { display: grid; gap: 2px; text-align: center; }
.metric strong { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; letter-spacing: -.03em; font-variant-numeric: tabular-nums; background: var(--brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.metric span { color: var(--ink-500); font-size: 13px; font-weight: 600; }

/* ---------- sections ---------- */
.section { padding: clamp(48px, 7vw, 86px) 0; }
.section-alt { background: linear-gradient(180deg, rgba(255,252,247,0) 0%, rgba(255,252,247,.85) 12%, rgba(255,252,247,.85) 88%, rgba(255,252,247,0) 100%); }
.section-head { max-width: 640px; margin: 0 0 clamp(26px, 4vw, 46px); }
.eyebrow { display: inline-block; margin: 0 0 10px; padding: 3px 12px; border-radius: 999px; background: var(--violet-soft); color: var(--violet); font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h2 { margin: 0 0 12px; font-size: clamp(27px, 3.5vw, 40px); line-height: 1.1; font-weight: 800; letter-spacing: -.028em; }
.section-sub { margin: 0; color: var(--ink-600); font-size: 16.5px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.feature {
  position: relative; padding: 24px 22px 26px; border-radius: 18px; overflow: hidden;
  background: var(--paper); border: 1px solid var(--edge); box-shadow: var(--shadow-sm);
  transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease, border-color .3s ease;
}
.feature::before {
  content: ''; position: absolute; inset: 0 0 auto; height: 3px; background: var(--brand);
  transform: scaleX(0); transform-origin: left; transition: transform .45s cubic-bezier(.2,.7,.3,1);
}
.feature:hover { transform: translateY(-5px); border-color: var(--c-200); box-shadow: var(--shadow-md); }
.feature:hover::before { transform: scaleX(1); }
.f-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; margin-bottom: 15px; border-radius: 13px;
  background: var(--c-50); color: var(--c-600); box-shadow: inset 0 0 0 1px var(--c-200);
}
.f-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.feature h3 { margin: 0 0 8px; font-size: 18px; font-weight: 800; letter-spacing: -.015em; }
.feature p { margin: 0; color: var(--ink-600); font-size: 14.8px; }

/* ---------- showcase ---------- */
.showcase { display: grid; gap: clamp(28px, 5vw, 58px); }
.show-row { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(20px, 4vw, 48px); align-items: center; }
.row-flip .show-copy { order: 2; }
.show-copy h3 { margin: 0 0 10px; font-size: clamp(20px, 2.4vw, 26px); font-weight: 800; letter-spacing: -.02em; }
.show-copy p { margin: 0; color: var(--ink-600); }
.show-shot {
  margin: 0; border-radius: 16px; overflow: hidden;
  background: var(--paper); border: 1px solid var(--edge); box-shadow: var(--shadow-md);
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease;
}
.show-shot:hover { transform: translateY(-4px); box-shadow: var(--shadow-xl); }
.shot-narrow { max-width: 330px; justify-self: center; }

/* ---------- install ---------- */
.install-card {
  position: relative; overflow: hidden;
  padding: clamp(32px, 5vw, 56px); border-radius: 24px; text-align: center;
  background: linear-gradient(160deg, #2E2312 0%, #1F1102 55%, #472705 100%);
  color: var(--c-50);
  box-shadow: var(--shadow-xl);
}
.install-card::after {
  content: ''; position: absolute; width: 60%; height: 200%; top: -50%; left: -20%;
  background: radial-gradient(circle, rgba(240,132,18,.22), rgba(240,132,18,0) 62%);
  animation: sweep 14s linear infinite;
}
@keyframes sweep { 0% { transform: translateX(-10%); } 50% { transform: translateX(120%); } 100% { transform: translateX(-10%); } }
.install-card h2, .install-card p { position: relative; z-index: 1; }
.install-card p { margin: 0 auto 24px; max-width: 48ch; color: rgba(253,243,231,.78); }
.install-card .hero-cta { position: relative; z-index: 1; justify-content: center; }
.install-card .btn-ghost { background: rgba(255,252,247,.08); color: #fff; border-color: rgba(253,243,231,.25); }
.install-card .btn-ghost:hover { background: rgba(255,252,247,.14); border-color: rgba(253,243,231,.45); }
.install-note { margin-top: 22px !important; font-size: 13.5px; }

/* ---------- faq ---------- */
.faq-wrap { max-width: 800px; }
.faq { display: grid; gap: 10px; }
.faq details {
  border: 1px solid var(--edge); border-radius: 14px; background: var(--paper);
  box-shadow: var(--shadow-sm); transition: border-color .25s ease, box-shadow .25s ease;
}
.faq details[open] { border-color: var(--c-200); box-shadow: var(--shadow-md); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 17px 20px; cursor: pointer; font-size: 16.5px; font-weight: 700; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.mark { position: relative; flex: none; width: 20px; height: 20px; }
.mark::before, .mark::after {
  content: ''; position: absolute; left: 50%; top: 50%; width: 11px; height: 2px; border-radius: 2px;
  background: var(--c-600); transform: translate(-50%, -50%); transition: transform .3s cubic-bezier(.2,.7,.3,1);
}
.mark::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details[open] .mark::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq details p { margin: 0; padding: 0 20px 19px; color: var(--ink-600); animation: fadeUp .35s ease both; }
.faq a { color: var(--c-700); font-weight: 700; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ---------- footer ---------- */
.site-foot { padding: 34px 0 40px; border-top: 1px solid var(--edge); background: rgba(255,252,247,.6); }
.foot-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }
.foot-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; }
.foot-brand img { border-radius: 8px; }
.foot-brand strong { font-weight: 800; }
.foot-links { display: flex; flex-wrap: wrap; gap: 18px; margin-left: auto; }
.foot-links a { color: var(--ink-600); font-size: 14px; font-weight: 600; text-decoration: none; }
.foot-links a:hover { color: var(--c-700); }
.foot-note { flex: 1 0 100%; margin: 6px 0 0; color: var(--ink-500); font-size: 13px; }
.foot-note a { color: var(--c-700); font-weight: 700; text-decoration: none; }

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.js .reveal.in { opacity: 1; transform: none; }
.feature-grid .reveal.in:nth-child(2), .metrics-grid .reveal.in:nth-child(2) { transition-delay: .07s; }
.feature-grid .reveal.in:nth-child(3), .metrics-grid .reveal.in:nth-child(3) { transition-delay: .14s; }
.feature-grid .reveal.in:nth-child(4), .metrics-grid .reveal.in:nth-child(4) { transition-delay: .21s; }
.feature-grid .reveal.in:nth-child(5) { transition-delay: .28s; }
.feature-grid .reveal.in:nth-child(6) { transition-delay: .35s; }
.faq .reveal.in:nth-child(2) { transition-delay: .05s; }
.faq .reveal.in:nth-child(3) { transition-delay: .1s; }
.faq .reveal.in:nth-child(4) { transition-delay: .15s; }
.faq .reveal.in:nth-child(5) { transition-delay: .2s; }
.faq .reveal.in:nth-child(6) { transition-delay: .25s; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr); padding-top: 52px; }
  .support-fab { top: 0; right: auto; left: 22px; }
  .hero-shot { order: 2; margin-top: 8px; }
  .tilt, .tilt:hover { transform: none; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .show-row, .row-flip .show-copy { grid-template-columns: minmax(0, 1fr); order: 0; }
  .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .head-nav { display: none; }
}
@media (max-width: 560px) {
  .feature-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-cta .btn { flex: 1 1 100%; justify-content: center; }
  .float-a, .float-b { display: none; }
  .foot-links { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .aurora span, .float-card, .chip-dot, .install-card::after,
  .support-fab, .support-fab::after, .support-heart { animation: none; }
  .btn, .feature, .show-shot, .shot-frame { transition: none; }
  .faq details p { animation: none; }
}
.tool-cta { margin: 18px 0 0; }
.tool-cta .btn { display: inline-flex; }
