:root {
  --bg: #f3efe7;
  --panel: rgba(255, 252, 246, 0.88);
  --panel-strong: #fffaf0;
  --ink: #1b1b18;
  --muted: #655f57;
  --line: rgba(27, 27, 24, 0.12);
  --accent: #ff6b2c;
  --accent-deep: #c84714;
  --accent-soft: #ffd8c5;
  --sage: #d9e3ce;
  --shadow: 0 18px 45px rgba(47, 32, 18, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 107, 44, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(217, 227, 206, 0.9), transparent 22%),
    linear-gradient(180deg, #f7f2e9 0%, var(--bg) 100%);
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

code {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.95em;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(243, 239, 231, 0.72);
  border-bottom: 1px solid rgba(27, 27, 24, 0.08);
}

.header-inner,
.footer-grid,
.trust-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.header-inner,
.site-footer {
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #ff9a69);
  color: #fff8f1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-name,
.footer-brand {
  font-size: 1.05rem;
  font-weight: 700;
}

.site-nav,
.footer-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-nav a,
.footer-nav a {
  text-decoration: none;
  color: var(--muted);
}

.site-nav a:hover,
.footer-nav a:hover,
.site-nav a:focus-visible,
.footer-nav a:focus-visible,
.button:hover,
.button:focus-visible {
  color: var(--ink);
}

.hero,
.section {
  padding: 4.5rem 0;
}

.hero-grid,
.feature-grid,
.screens-grid,
.steps {
  display: grid;
  gap: 1.5rem;
}

.hero-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: var(--accent-deep);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
}

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

h1 {
  font-size: clamp(2.8rem, 7vw, 4.9rem);
  line-height: 0.95;
  max-width: 10ch;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}

.hero-text,
.section-heading p,
.feature-card p,
.step p,
.trust-copy p,
.footer-copy,
.legal-shell p,
.legal-shell li {
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid var(--line);
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(27, 27, 24, 0.24);
}

.button-primary {
  background: var(--ink);
  color: #fff8f1;
}

.button-secondary {
  background: rgba(255, 250, 240, 0.65);
}

.hero-points {
  padding-left: 1.25rem;
  color: var(--muted);
}

.hero-panel {
  display: flex;
  justify-content: center;
}

.phone-frame {
  width: min(100%, 360px);
  padding: 0.95rem;
  border-radius: 36px;
  background: linear-gradient(180deg, #231b17, #45312b);
  box-shadow: var(--shadow);
}

.phone-screen {
  min-height: 640px;
  border-radius: 28px;
  padding: 1rem;
  background:
    radial-gradient(circle at top, rgba(255, 107, 44, 0.24), transparent 28%),
    linear-gradient(180deg, #161311 0%, #211d19 100%);
  color: #fff5eb;
}

.mini-status,
.mini-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
}

.mini-status {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0.95rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.mini-card {
  padding: 1rem;
  margin-bottom: 0.9rem;
}

.mini-card-hot {
  background: linear-gradient(180deg, rgba(255, 107, 44, 0.22), rgba(255, 255, 255, 0.06));
}

.mini-label,
.step-number {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffbf9a;
}

.section-alt {
  background: rgba(255, 250, 240, 0.48);
  border-top: 1px solid rgba(27, 27, 24, 0.06);
  border-bottom: 1px solid rgba(27, 27, 24, 0.06);
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step,
.feature-card,
.shot-card,
.legal-shell,
.legal-nav {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.step,
.feature-card {
  padding: 1.4rem;
}

.screens-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shot-card {
  overflow: hidden;
}

.shot-card img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background:
    linear-gradient(180deg, rgba(255, 107, 44, 0.22), rgba(27, 27, 24, 0.12)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.45) 0,
      rgba(255, 255, 255, 0.45) 10px,
      rgba(255, 255, 255, 0.08) 10px,
      rgba(255, 255, 255, 0.08) 20px
    );
}

.shot-card figcaption {
  padding: 1rem;
  color: var(--muted);
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-copy {
  max-width: 42rem;
}

.site-footer {
  border-top: 1px solid rgba(27, 27, 24, 0.08);
}

.legal-main {
  padding: 4rem 0 5rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 1.5rem;
}

.legal-nav,
.legal-shell {
  padding: 1.5rem;
}

.legal-nav a {
  display: block;
  margin-bottom: 0.8rem;
  text-decoration: none;
  color: var(--muted);
}

.legal-shell ul {
  padding-left: 1.2rem;
}

.placeholder-note {
  display: none;
  padding: 0.85rem 1rem;
  margin: 1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 107, 44, 0.08);
  color: var(--accent-deep);
  font-size: 0.95rem;
}

.shot-card.is-missing .placeholder-note {
  display: block;
}

@media (max-width: 920px) {
  .hero-grid,
  .legal-layout,
  .steps,
  .feature-grid,
  .screens-grid,
  .trust-grid,
  .header-inner,
  .footer-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero,
  .section {
    padding: 3.5rem 0;
  }

  .site-nav {
    gap: 0.75rem;
  }

  .phone-frame {
    width: min(100%, 400px);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  h1 {
    max-width: none;
  }

  .phone-screen {
    min-height: 560px;
  }
}
