:root {
  --bg: #f6efe6;
  --bg-alt: #fffaf4;
  --surface: rgba(255, 250, 244, 0.76);
  --surface-strong: #fffaf4;
  --text: #22160e;
  --muted: #6f5849;
  --line: rgba(73, 45, 26, 0.12);
  --primary: #c85c3a;
  --primary-dark: #9d452a;
  --accent: #e9c16d;
  --shadow: 0 20px 60px rgba(79, 45, 18, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max-width: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(233, 193, 109, 0.32), transparent 28%),
    radial-gradient(circle at top right, rgba(200, 92, 58, 0.16), transparent 22%),
    linear-gradient(180deg, #fbf6f0 0%, #f4eadf 100%);
}

body.modal-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

.page-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding-bottom: 4rem;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.brand-lockup {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fffaf4;
  font-weight: 800;
}

.brand-name,
.brand-tag,
.eyebrow,
.phone-label,
.phone-value,
.hero-points,
.form-note,
.form-status,
.header-link {
  margin: 0;
}

.brand-name {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.brand-tag {
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.header-link {
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
  padding: 3.5rem 0 4rem;
}

.eyebrow {
  color: var(--primary-dark);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 1.02;
}

h1 {
  margin-top: 1rem;
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 5.6rem);
}

h2 {
  margin-top: 0.8rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: 1.45rem;
}

.hero-description,
.section-heading p,
.problem-card p,
.benefit-card p,
.pricing-copy,
.waitlist-section > .section-heading + p,
.modal-card p,
.disclaimer-section p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-description {
  margin: 1.25rem 0 0;
  max-width: 34rem;
  font-size: 1.08rem;
}

.angle-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.angle-chip {
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.65);
  color: var(--text);
  padding: 0.8rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.angle-chip:hover,
.angle-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(157, 69, 42, 0.4);
}

.angle-chip.is-active {
  background: #fff4e4;
  border-color: rgba(157, 69, 42, 0.36);
  box-shadow: inset 0 0 0 1px rgba(157, 69, 42, 0.08);
}

.hero-actions,
.pricing-panel {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.hero-actions {
  margin-top: 1.75rem;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--primary);
  color: #fffaf4;
  box-shadow: 0 16px 30px rgba(200, 92, 58, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--primary-dark);
}

.button-secondary {
  background: rgba(255, 250, 244, 0.7);
  border-color: var(--line);
}

.hero-points {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.6rem;
  padding: 0;
  list-style: none;
}

.hero-points li,
.floating-note,
.insight-card,
.problem-card,
.benefit-card,
.pricing-panel,
.waitlist-form,
.disclaimer-section,
.modal-card {
  backdrop-filter: blur(14px);
}

.hero-points li {
  position: relative;
  padding-left: 1.5rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.phone-frame {
  width: min(100%, 28rem);
  padding: 1rem;
  border-radius: 2.6rem;
  background: linear-gradient(180deg, #f3dcc7, #fef7ef);
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.phone-screen {
  border-radius: 2rem;
  padding: 1.2rem;
  background: linear-gradient(180deg, #fff8f0, #f4ebdf);
  border: 1px solid rgba(73, 45, 26, 0.08);
}

.phone-top {
  margin-bottom: 1rem;
}

.phone-label {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--muted);
}

.phone-value {
  margin-top: 0.3rem;
  font-family: "Fraunces", serif;
  font-size: 1.7rem;
}

.phone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.stat-card,
.insight-card,
.problem-card,
.benefit-card,
.pricing-panel,
.waitlist-form,
.disclaimer-section,
.modal-card {
  border: 1px solid var(--line);
  background: var(--surface);
}

.stat-card {
  padding: 0.95rem;
  border-radius: 1.1rem;
}

.stat-card-large {
  padding: 1.1rem;
}

.stat-card span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.stat-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.08rem;
}

.meter {
  margin-top: 0.7rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(73, 45, 26, 0.08);
  overflow: hidden;
}

.meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}

.insight-card {
  margin-top: 0.85rem;
  padding: 1rem;
  border-radius: 1.1rem;
  color: var(--muted);
}

.floating-note {
  position: absolute;
  left: -0.6rem;
  bottom: 2rem;
  max-width: 14rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(34, 22, 14, 0.88);
  color: #fffaf4;
  box-shadow: var(--shadow);
}

.problem-section,
.benefits-section,
.pricing-section,
.waitlist-section {
  padding-top: 2rem;
}

.section-heading {
  max-width: 42rem;
}

.problem-grid,
.benefits-grid {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.6rem;
}

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

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

.problem-card,
.benefit-card {
  padding: 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.problem-card p,
.benefit-card p {
  margin: 0.85rem 0 0;
}

.benefit-number {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pricing-panel {
  justify-content: space-between;
  padding: 1.8rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.pricing-copy {
  margin: 0.85rem 0 0;
  max-width: 38rem;
}

.waitlist-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.waitlist-form label {
  display: grid;
  gap: 0.55rem;
  font-weight: 700;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.waitlist-form input,
.waitlist-form select {
  width: 100%;
  min-height: 3.3rem;
  border: 1px solid rgba(73, 45, 26, 0.16);
  border-radius: var(--radius-sm);
  background: var(--surface-strong);
  padding: 0 1rem;
  color: var(--text);
}

.waitlist-form input:focus-visible,
.waitlist-form select:focus-visible,
.angle-chip:focus-visible,
.button:focus-visible,
.modal-close:focus-visible {
  outline: 3px solid rgba(200, 92, 58, 0.26);
  outline-offset: 2px;
}

.form-note,
.form-status,
.section-heading p {
  margin-top: 0.25rem;
}

.form-note,
.form-status {
  color: var(--muted);
}

.disclaimer-section {
  display: grid;
  gap: 0.65rem;
  margin-top: 2rem;
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius-md);
}

.modal {
  border: 0;
  padding: 0;
  background: transparent;
}

.modal::backdrop {
  background: rgba(25, 16, 11, 0.52);
}

.modal-card {
  position: relative;
  width: min(calc(100vw - 2rem), 36rem);
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.modal-card h2 {
  margin-top: 0.7rem;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.modal-card p {
  margin-top: 1rem;
}

.modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 50%;
  background: rgba(73, 45, 26, 0.08);
  color: var(--text);
  font-size: 1.4rem;
  cursor: pointer;
}

@media (max-width: 980px) {
  .hero,
  .problem-grid,
  .benefits-grid,
  .pricing-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero-visual {
    order: -1;
  }

  .pricing-panel {
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 1.2rem), var(--max-width));
  }

  .site-header {
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions,
  .pricing-panel {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-points li {
    line-height: 1.6;
  }

  .phone-frame {
    transform: none;
  }

  .floating-note {
    position: static;
    margin-top: 1rem;
    max-width: none;
  }

  .modal-card {
    padding: 1.5rem;
  }
}
