:root {
  --bg: #fff7ef;
  --bg-soft: #f6e6d5;
  --surface: rgba(255, 250, 243, 0.9);
  --surface-strong: #f2dfc9;
  --line: rgba(167, 126, 92, 0.18);
  --text: #4b2f22;
  --muted: #8f6f5a;
  --accent: #d9885b;
  --accent-2: #b96f4b;
  --shadow: 0 24px 80px rgba(124, 82, 53, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top, rgba(234, 193, 156, 0.34), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(255, 228, 196, 0.85), transparent 24%),
    linear-gradient(180deg, #fffaf4 0%, #fff4e8 38%, #f8eadb 100%);
  color: var(--text);
}

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

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

.page-shell {
  min-height: 100vh;
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0;
}

.hero {
  padding-top: 24px;
  padding-bottom: 54px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 56px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff8f1;
  background: linear-gradient(135deg, var(--accent), #efb089);
  box-shadow: 0 12px 32px rgba(217, 136, 91, 0.22);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-link,
.footer-link {
  color: var(--muted);
  transition: color 180ms ease;
}

.nav-link:hover,
.footer-link:hover {
  color: var(--text);
}

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

.hero h1,
.section-heading h2 {
  margin: 0;
  line-height: 1;
}

.hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  max-width: 10ch;
}

.hero-subheadline,
.section-copy,
.feature-card p,
.use-case-card p,
.enterprise-copy p,
.footer-copy,
.price-alt,
.cred-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-subheadline {
  max-width: 58ch;
  font-size: 1.08rem;
  margin: 20px 0 28px;
}

.hero-cta-row,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.button-primary {
  color: #fff8f1;
  background: linear-gradient(135deg, var(--accent), #efb089);
  box-shadow: 0 14px 32px rgba(217, 136, 91, 0.2);
}

.button-secondary,
.button-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.75);
}

.hero-proof,
.price-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li,
.price-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  margin-bottom: 12px;
  line-height: 1.6;
}

.hero-proof li::before,
.price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  transform: translateY(-50%);
}

.hero-panel,
.feature-card,
.use-case-card,
.cred-card,
.price-card,
.calendar-shell,
.enterprise-callout {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-panel {
  border-radius: 28px;
  padding: 24px;
}

.message-card {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.message-row {
  padding: 14px 16px;
  border-radius: 18px;
  max-width: 90%;
  line-height: 1.5;
}

.message-row.user {
  justify-self: end;
  background: linear-gradient(180deg, #1f9bff, #007aff);
  color: #ffffff;
}

.message-row.ai {
  background: #e9e9eb;
  color: #1c1c1e;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.stats-strip div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 248, 240, 0.82);
}

.stats-strip strong,
.price-line {
  display: block;
  font-size: 1.2rem;
}

.price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}

.price-row .price-line,
.price-row .refund-note {
  margin: 0;
}

.stats-strip span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 20px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 8px;
}

.pillars-grid,
.credibility-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.audience-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 24px;
  background: #d9c7b6;
}

.audience-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

.audience-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  background: linear-gradient(180deg, rgba(34, 24, 18, 0.04) 25%, rgba(34, 24, 18, 0.6) 100%);
}

.audience-overlay h3 {
  margin: 0;
  color: #fffaf4;
  font-size: 2rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
}

.feature-card,
.cred-card,
.price-card,
.use-case-card {
  border-radius: 24px;
  padding: 24px;
}

.icon-badge {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(239, 176, 137, 0.32), rgba(255, 228, 196, 0.9));
  font-size: 1.35rem;
}

.feature-card h3,
.use-case-card h3,
.price-card h3,
.cred-card h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.use-case-card {
  min-height: 220px;
}

.enterprise-callout {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 20px;
  padding: 28px;
  border-radius: 28px;
  align-items: center;
}

.enterprise-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.enterprise-list span,
.price-badge,
.refund-note {
  border-radius: 999px;
  padding: 8px 12px;
}

.enterprise-list span {
  background: rgba(255, 248, 240, 0.84);
  color: #6d4b37;
}

.credibility-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.cred-card {
  text-align: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.logo-frame {
  width: 116px;
  height: 116px;
  margin: 0 auto 18px;
  padding: 18px;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.price-card {
  position: relative;
}

.price-card-enterprise {
  background:
    linear-gradient(180deg, rgba(239, 176, 137, 0.3), rgba(255, 250, 243, 0.9)),
    var(--surface);
}

.price-badge {
  display: inline-block;
  margin-bottom: 18px;
  background: rgba(217, 136, 91, 0.12);
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.price-badge.muted {
  background: rgba(185, 111, 75, 0.12);
  color: #9d5f41;
}

.price-alt {
  margin: 8px 0 18px;
}

.refund-note {
  display: inline-block;
  color: #8f4f2f;
  background: rgba(239, 176, 137, 0.2);
}

.calendar-shell {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.calendar-shell #my-cal-inline-30min {
  width: 100%;
  min-height: 560px;
  max-width: 820px;
  margin: 0 auto;
}

.footer {
  padding-top: 24px;
  padding-bottom: 54px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.footer-title {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 800;
}

.copyright {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero-grid,
  .audience-grid,
  .pillars-grid,
  .use-case-grid,
  .enterprise-callout,
  .pricing-grid,
  .credibility-grid,
  .stats-strip,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .enterprise-callout {
    display: grid;
  }

  .use-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-callout {
    padding: 24px;
  }

  .footer-inner {
    display: grid;
  }
}

@media (max-width: 640px) {
  .section {
    width: min(100% - 20px, 1120px);
    padding: 28px 0;
  }

  .topbar {
    margin-bottom: 36px;
  }

  .topbar,
  .topbar-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .brand {
    justify-content: center;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-panel,
  .feature-card,
  .use-case-card,
  .cred-card,
  .price-card {
    padding: 20px;
  }

  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .message-row {
    max-width: 100%;
  }

  .calendar-shell iframe {
    min-height: 620px;
  }
}
