:root {
  --cream: #fbf6eb;
  --sand: #efe5d4;
  --ink: #16202c;
  --muted: #607080;
  --card: #fffdf8;
  --line: #e2d8c7;
  --teal: #0e766f;
  --teal-dark: #0c4f55;
  --teal-soft: #ddf4f0;
  --gold: #d99732;
  --rose: #f8e1d5;
  --shadow: rgba(28, 39, 54, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(900px 420px at 10% -10%, #ffe5b4 0%, transparent 62%),
    radial-gradient(780px 380px at 90% -8%, #c9f1e8 0%, transparent 60%),
    linear-gradient(180deg, var(--cream) 0%, var(--sand) 100%);
  min-height: 100vh;
}

h1,
h2,
h3 {
  font-family: "Syne", sans-serif;
  letter-spacing: -0.022em;
}

.page-shell {
  max-width: 1180px;
  padding: 2.2rem 0 3rem;
}

.hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 253, 247, 0.9) 52%, rgba(221, 244, 240, 0.88) 100%);
  padding: clamp(1.5rem, 3vw, 3rem);
  box-shadow: 0 28px 70px var(--shadow);
  animation: rise 0.5s ease-out both;
}

.hero::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -110px;
  top: -120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(217, 151, 50, 0.34), transparent 68%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0.95rem 0 0.85rem;
  font-size: clamp(1.45rem, 2.6vw, 2.3rem);
  line-height: 1.12;
}

.hero-copy {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.05vw, 0.98rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.35rem;
}

.btn-primary-soft,
.btn-outline-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  min-height: 44px;
  padding: 0.6rem 0.9rem;
  white-space: nowrap;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.btn-primary-soft {
  color: #f6fffb;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
  box-shadow: 0 14px 26px rgba(14, 118, 111, 0.22);
}

.btn-outline-soft {
  color: var(--teal-dark);
  border: 1px solid rgba(12, 79, 85, 0.25);
  background: rgba(255, 255, 255, 0.62);
}

.btn-primary-soft:hover,
.btn-outline-soft:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(22, 32, 44, 0.16);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.35rem;
  max-width: 820px;
}

.proof-item {
  border: 1px solid rgba(14, 118, 111, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  padding: 0.85rem;
  color: #31404f;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.pricing-grid {
  margin-top: 1.75rem;
}

.pricing-grid > [class*="col-"] {
  animation: rise 0.55s ease-out both;
}

.pricing-grid > [class*="col-"]:nth-child(1) {
  animation-delay: 0.04s;
}

.pricing-grid > [class*="col-"]:nth-child(2) {
  animation-delay: 0.08s;
}

.pricing-grid > [class*="col-"]:nth-child(3) {
  animation-delay: 0.12s;
}

.pricing-grid > [class*="col-"]:nth-child(4) {
  animation-delay: 0.16s;
}

.pricing-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, var(--card) 0%, #ffffff 100%);
  padding: 1.2rem;
  box-shadow: 0 16px 38px rgba(28, 39, 54, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(28, 39, 54, 0.16);
  border-color: rgba(14, 118, 111, 0.34);
}

.pricing-card.highlight {
  border: 2px solid rgba(14, 118, 111, 0.62);
  background:
    radial-gradient(120% 85% at 100% 0%, rgba(201, 241, 232, 0.95) 0%, transparent 55%),
    linear-gradient(180deg, #fffefa 0%, #f7fffc 100%);
  box-shadow: 0 28px 60px rgba(14, 118, 111, 0.22);
  transform: translateY(-5px);
}

.choice-badge {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border-radius: 999px;
  padding: 0.35rem 0.68rem;
  color: #fffdf6;
  background: linear-gradient(135deg, var(--gold) 0%, #bd7421 100%);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.plan-kicker {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.plan-name {
  padding-right: 4.8rem;
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
  line-height: 1.25;
}

.plan-promise {
  min-height: 70px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.founder {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: var(--rose);
  color: #8f472b;
  padding: 0.28rem 0.62rem;
  font-size: 0.72rem;
  font-weight: 900;
  margin: 0.45rem 0 0.75rem;
}

.price {
  font-size: 2rem;
  font-weight: 900;
  color: #111927;
  line-height: 1;
}

.price small {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.annual {
  margin: 0.35rem 0 1rem;
  color: #0d675f;
  font-size: 0.86rem;
  font-weight: 800;
}

.feature-list {
  padding: 0;
  margin: 0 0 1.25rem;
  list-style: none;
  color: #2f3d4e;
  font-size: 0.9rem;
}

.feature-list li {
  display: flex;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
  line-height: 1.45;
}

.feature-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(14, 118, 111, 0.12);
}

.extra-patient-note {
  border: 1px solid rgba(14, 118, 111, 0.16);
  border-radius: 14px;
  background: rgba(14, 118, 111, 0.06);
  color: #0d675f;
  font-size: 0.78rem;
  font-weight: 800;
  margin: -0.35rem 0 1rem;
  padding: 0.65rem 0.75rem;
}

.btn-plan {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 14px;
  padding: 0.78rem 0.95rem;
  color: #f6fffb;
  background: linear-gradient(135deg, var(--ink) 0%, #244660 100%);
  font-weight: 900;
  text-decoration: none;
}

.highlight .btn-plan {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
}

@media (min-width: 1200px) {
  .hero {
    padding: 2.35rem 2.5rem;
  }
}

.empty {
  border: 1px dashed #c8ab78;
  border-radius: 18px;
  padding: 1.1rem;
  background: #fff8e7;
  color: #5d4a30;
}

@media (max-width: 767px) {
  .page-shell {
    padding-top: 1.25rem;
  }

  .hero h1 {
    line-height: 1.12;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .pricing-card.highlight {
    transform: none;
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
