:root {
  --bg: #f3f1ea;
  --surface: rgba(250, 247, 240, 0.84);
  --surface-strong: #fffdfa;
  --ink: #1d221e;
  --muted: #627063;
  --line: rgba(29, 34, 30, 0.12);
  --accent: #5f8b5a;
  --accent-soft: rgba(95, 139, 90, 0.12);
  --gold: #cfaa5d;
  --shadow: 0 24px 70px rgba(36, 32, 24, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(207, 170, 93, 0.12), transparent 20%),
    radial-gradient(circle at right, rgba(95, 139, 90, 0.12), transparent 24%),
    linear-gradient(180deg, #f7f3eb 0%, #efebe2 100%);
}

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

button,
input {
  font: inherit;
}

.page-shell {
  width: min(1220px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 22px 0 48px;
}

.hero,
.section {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.section-alt {
  background: rgba(255, 252, 246, 0.86);
}

.topbar,
.hero-grid,
.section-header,
.position-grid,
.dashboard-layout,
.hero-benefits,
.hero-kpis,
.metric-row,
.kpi-grid,
.panel-grid,
.message-grid,
.cta-panel {
  display: grid;
  gap: 20px;
}

.topbar {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 28px;
}

.brand,
.top-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--ink);
  color: #f9f6f0;
  font-weight: 700;
}

.eyebrow,
.microcopy,
.card-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

.microcopy,
.lede,
.hero-points,
.section-header p,
.signal-card p,
.position-card p,
.dashboard-card p,
.check-item span,
.tip-strip p,
.lead-form label,
.clean-list,
.metric-card p {
  color: var(--muted);
}

.hero-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.hero-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.benefit-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 252, 246, 0.94);
}

.benefit-card strong {
  display: block;
  margin-bottom: 8px;
}

.hero-copy h1,
.section-header h2,
.cta-panel h2,
.signal-card h3,
.position-card h3,
.brand-dashboard h3,
.message-card h3 {
  margin: 0;
}

.hero-copy h1,
.section-header h2,
.cta-panel h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.92;
  font-weight: 600;
}

.lede,
.section-header p,
.signal-card p,
.position-card p,
.dashboard-card p,
.message-card h3,
.cta-panel p {
  font-size: 1rem;
  line-height: 1.6;
}

.hero-points,
.clean-list {
  margin: 18px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.hero-aside,
.signal-card,
.metric-card,
.benefit-card,
.position-card,
.phone-frame,
.brand-dashboard,
.routine-card,
.check-item,
.tip-strip,
.kpi-card,
.dashboard-card,
.message-card,
.lead-form {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 252, 246, 0.94);
}

.hero-aside {
  display: grid;
  gap: 16px;
  border: 0;
  background: transparent;
}

.hero-showcase {
  display: grid;
  gap: 16px;
}

.phone-frame-hero {
  max-width: 380px;
}

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

.signal-card,
.position-card,
.brand-dashboard,
.message-card,
.lead-form {
  padding: 20px;
}

.metric-row,
.position-grid,
.message-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric-card {
  padding: 18px;
}

.metric-card span,
.kpi-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: 700;
}

.button,
.button-secondary,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
}

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

.button-secondary,
.button-ghost {
  color: var(--ink);
  border-color: var(--line);
}

.ghost-link {
  color: var(--muted);
}

.dashboard-layout {
  grid-template-columns: 360px minmax(0, 1fr);
  align-items: start;
}

.phone-frame {
  padding: 12px;
  background: linear-gradient(180deg, #21241f 0%, #131613 100%);
  box-shadow: 0 26px 70px rgba(18, 20, 18, 0.24);
}

.phone-header {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  padding: 0 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.phone-screen {
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(95, 139, 90, 0.12), transparent 20%),
    linear-gradient(180deg, #fffdf7 0%, #fbfaf4 100%);
}

.routine-app {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.routine-top,
.dashboard-head,
.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  background: rgba(29, 34, 30, 0.08);
}

.pill-soft {
  background: var(--accent-soft);
  color: var(--accent);
}

.small-copy {
  font-size: 0.82rem;
  color: var(--muted);
}

.routine-card,
.dashboard-card {
  padding: 18px;
}

.spotlight {
  background: linear-gradient(180deg, rgba(95, 139, 90, 0.12), rgba(255, 255, 255, 0.96));
}

.progress {
  height: 8px;
  margin-top: 14px;
  border-radius: 999px;
  background: rgba(29, 34, 30, 0.1);
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--accent) 0%, #84b57d 100%);
}

.checklist {
  display: grid;
  gap: 10px;
}

.check-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
}

.check-item.complete {
  background: rgba(95, 139, 90, 0.08);
}

.check-item input {
  margin-top: 4px;
}

.check-item strong,
.dashboard-card h4,
.signal-card h3,
.position-card h3 {
  display: block;
  margin: 0 0 4px;
}

.tip-strip {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.brand-dashboard {
  display: grid;
  gap: 18px;
}

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

.kpi-card {
  padding: 16px;
  border-radius: 22px;
  background: var(--surface-strong);
}

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

.message-card h3 {
  font-size: 1.3rem;
}

.cta-panel {
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
}

.lead-form {
  display: grid;
  gap: 12px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  font-size: 0.92rem;
}

.lead-form input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
}

@media (max-width: 980px) {
  .hero-grid,
  .dashboard-layout,
  .cta-panel,
  .hero-benefits,
  .hero-kpis,
  .kpi-grid,
  .panel-grid,
  .position-grid,
  .message-grid,
  .metric-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100vw - 20px, 1220px);
    padding-top: 12px;
  }

  .topbar,
  .top-actions,
  .hero-actions,
  .dashboard-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .section-header h2,
  .cta-panel h2 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .phone-frame-hero {
    max-width: none;
  }
}
