:root {
  --ink: #111a34;
  --muted: #667189;
  --gold: #d59b2d;
  --coral: #ff6f61;
  --teal: #18a7a2;
  --rose: #f75f8f;
  --sun: #ffd166;
  --sky: #7cc9ff;
  --mint: #dff8ef;
  --mist: #f7f8fb;
  --paper: #fffaf4;
  --line: #eadfd1;
  --shadow: 0 24px 70px rgba(17, 26, 52, 0.14);
  --shadow-strong: 0 32px 90px rgba(17, 26, 52, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 209, 102, 0.24), transparent 340px),
    linear-gradient(115deg, rgba(124, 201, 255, 0.2), transparent 34%),
    linear-gradient(250deg, rgba(247, 95, 143, 0.16), transparent 40%),
    var(--paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(20px, 5vw, 72px);
  background: rgba(255, 250, 244, 0.82);
  border-bottom: 1px solid rgba(234, 223, 209, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(17, 26, 52, 0.06);
}

.brand img {
  display: block;
  width: auto;
  height: 58px;
  max-width: 178px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #4f5d75;
  font-size: 0.94rem;
  font-weight: 600;
}

.nav a:hover {
  color: var(--coral);
}

.nav-button {
  padding: 11px 17px;
  color: white;
  background: linear-gradient(135deg, var(--coral), var(--rose));
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(247, 95, 143, 0.24);
}

.section,
.hero,
.start-section {
  padding: clamp(68px, 9vw, 116px) clamp(20px, 5vw, 72px);
}

.section-band {
  background:
    linear-gradient(135deg, rgba(24, 167, 162, 0.22), transparent 38%),
    linear-gradient(315deg, rgba(255, 111, 97, 0.2), transparent 42%),
    linear-gradient(90deg, rgba(255, 209, 102, 0.3), transparent 28%, rgba(124, 201, 255, 0.24)),
    linear-gradient(180deg, #fff6da, #fff0f3 58%, #effcff);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 960px);
  align-items: center;
  justify-content: center;
  gap: clamp(42px, 6vw, 76px);
  min-height: calc(100vh - 100px);
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(42px, 6vw, 72px);
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 12px;
  opacity: 0.54;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(255, 111, 97, 0.58) 12% 13%, transparent 13% 31%, rgba(24, 167, 162, 0.48) 31% 32%, transparent 32% 54%, rgba(213, 155, 45, 0.5) 54% 55%, transparent 55% 78%, rgba(124, 201, 255, 0.44) 78% 79%, transparent 79%),
    linear-gradient(0deg, transparent 0 17%, rgba(124, 201, 255, 0.46) 17% 18%, transparent 18% 43%, rgba(247, 95, 143, 0.38) 43% 44%, transparent 44% 69%, rgba(255, 209, 102, 0.44) 69% 70%, transparent 70%);
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.hero::after {
  right: clamp(16px, 5vw, 76px);
  bottom: clamp(16px, 4vw, 54px);
  width: 178px;
  height: 178px;
  background:
    conic-gradient(from 20deg, var(--sun), var(--coral), var(--rose), var(--teal), var(--sky), var(--sun));
  clip-path: polygon(50% 0, 59% 35%, 94% 21%, 68% 50%, 98% 68%, 61% 63%, 50% 100%, 39% 63%, 2% 68%, 32% 50%, 6% 21%, 41% 35%);
  opacity: 0.16;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: #b06e11;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.98;
}

h1 {
  max-width: 920px;
  font-size: clamp(3.35rem, 6.6vw, 6.2rem);
  letter-spacing: 0;
}

h2 {
  max-width: 820px;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
}

h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-lede,
.hero-text,
.section-intro p {
  max-width: 720px;
}

.hero-lede {
  margin: 24px 0 0;
  color: #17223d;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
}

.hero-text,
.section-intro p {
  color: var(--muted);
  font-size: 1.08rem;
}

.founding-note,
.price-note {
  display: inline-flex;
  max-width: 720px;
  margin: 18px 0 0;
  padding: 11px 15px;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(255, 209, 102, 0.38), rgba(255, 111, 97, 0.12));
  border: 1px solid rgba(213, 155, 45, 0.36);
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(213, 155, 45, 0.14);
}

.price-note {
  margin-top: 18px;
}

.price-card .price-note {
  color: var(--ink);
  margin-top: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 21px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

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

.button.primary {
  color: white;
  background: linear-gradient(135deg, var(--ink), #293b79 48%, var(--teal));
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(17, 26, 52, 0.24);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(17, 26, 52, 0.18);
  box-shadow: 0 14px 30px rgba(17, 26, 52, 0.08);
}

.mini-calendar {
  position: relative;
  z-index: 1;
  max-width: 220px;
  margin: 12px auto 22px;
  overflow: hidden;
  text-align: center;
  background: #fffaf0;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.calendar-top {
  height: 48px;
  background: var(--ink);
}

.calendar-date {
  padding-top: 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 0.9;
}

.calendar-label {
  padding: 10px 18px 22px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.message-card {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 0 auto;
  padding: 22px;
  color: var(--muted);
  background: var(--mist);
  border-radius: 8px;
}

.message-card p {
  margin: 0;
}

.message-card p + p {
  margin-top: 10px;
}

.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: var(--teal);
  border-radius: 50%;
}

.message-title {
  display: inline;
  color: var(--ink);
  font-weight: 800;
}

.sparkline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 9px;
  margin-top: 28px;
  height: 58px;
}

.sparkline span {
  width: 24px;
  background: linear-gradient(180deg, var(--coral), var(--gold));
  border-radius: 999px 999px 0 0;
}

.sparkline span:nth-child(1) { height: 28px; }
.sparkline span:nth-child(2) { height: 38px; }
.sparkline span:nth-child(3) { height: 52px; }
.sparkline span:nth-child(4) { height: 32px; }
.sparkline span:nth-child(5) { height: 46px; }

.section-intro {
  margin-bottom: 34px;
}

.centered-section .section-intro {
  display: grid;
  justify-items: center;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered-section .section-intro h2,
.centered-section .section-intro p {
  margin-right: auto;
  margin-left: auto;
}

.feature-grid,
.steps,
.pricing-grid,
.include-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid article,
.steps article,
.price-card,
.email-preview,
.benefits-list div,
.faq details,
.include-grid div,
.legal-card,
.contact-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(234, 223, 209, 0.9);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 26, 52, 0.07);
  backdrop-filter: blur(10px);
}

.section:not(.section-band):not(.faq) {
  background:
    linear-gradient(120deg, rgba(255, 209, 102, 0.16), transparent 28%),
    linear-gradient(300deg, rgba(124, 201, 255, 0.14), transparent 34%),
    rgba(255, 250, 244, 0.46);
}

.feature-grid article,
.steps article,
.price-card,
.include-grid div {
  padding: 26px;
}

.feature-grid p,
.steps p,
.price-card p,
.benefits-list p,
.faq p,
.legal-card p,
.contact-card p {
  margin: 0;
  color: var(--muted);
}

.section-intro p + p {
  margin-top: 14px;
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: white;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  border-radius: 50%;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(255, 111, 97, 0.22);
}

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

.centered-section .steps article,
.centered-section .benefits-list div {
  text-align: center;
}

.audience-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.audience-strip span {
  padding: 9px 13px;
  color: var(--ink);
  background: linear-gradient(135deg, white, rgba(255, 209, 102, 0.18));
  border: 1px solid rgba(234, 223, 209, 0.9);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

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

.include-grid div {
  position: relative;
  color: var(--ink);
  font-weight: 800;
  padding-left: 46px;
  text-align: left;
}

.include-grid div::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 30px;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, var(--coral), var(--sun));
  clip-path: polygon(50% 0, 63% 35%, 100% 35%, 70% 57%, 82% 100%, 50% 73%, 18% 100%, 30% 57%, 0 35%, 37% 35%);
}

.sample-section {
  display: grid;
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
  text-align: center;
}

.email-preview {
  padding: 0 28px 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.sample-request {
  margin-top: 28px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(234, 223, 209, 0.9);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 26, 52, 0.07);
}

.sample-request h3 {
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.sample-request form {
  display: grid;
  grid-template-columns: minmax(180px, 1.3fr) minmax(130px, 0.8fr) minmax(110px, 0.6fr);
  gap: 12px;
  margin-top: 18px;
}

.hidden-field {
  display: none;
}

.sample-request label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: left;
}

.sample-request input,
.sample-request select {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(17, 26, 52, 0.16);
  border-radius: 8px;
  font: inherit;
}

.sample-request button {
  grid-column: 1 / -1;
  justify-self: start;
  cursor: pointer;
}

.email-bar {
  display: flex;
  gap: 8px;
  margin: 0 -28px 28px;
  padding: 16px 22px;
  background: linear-gradient(90deg, var(--ink), #25376d, var(--teal));
}

.email-bar span {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  opacity: 0.72;
}

.email-meta {
  color: #af6e0e;
  font-size: 0.86rem;
  font-weight: 700;
}

.sample-image {
  display: grid;
  min-height: 190px;
  margin-bottom: 24px;
  padding: 28px;
  place-content: center;
  text-align: center;
  color: white;
  background:
    linear-gradient(135deg, rgba(17, 26, 52, 0.88), rgba(24, 167, 162, 0.68)),
    linear-gradient(45deg, var(--coral), var(--rose), var(--sun));
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.sample-image span {
  color: #f2d28b;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sample-image strong {
  margin-top: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.email-signoff {
  color: var(--ink);
  font-weight: 700;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.benefits-list div {
  padding: 24px;
}

.plan {
  color: #af6e0e;
  font-weight: 800;
  text-transform: uppercase;
}

.price-card h3 {
  margin-bottom: 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.6rem;
}

.price-card h3 span {
  color: var(--muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95rem;
}

.price-card ul {
  padding-left: 20px;
  margin: 22px 0 0;
  color: var(--muted);
}

.featured {
  border-color: rgba(213, 155, 45, 0.62);
  box-shadow: 0 24px 66px rgba(213, 155, 45, 0.18);
}

.single-price {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.pricing.centered-section .price-card {
  text-align: center;
}

.pricing.centered-section .price-card ul {
  display: inline-block;
  text-align: left;
}

.price-button {
  margin-top: 26px;
}

.legal-page,
.contact-page {
  max-width: 980px;
  margin: 0 auto;
}

.legal-card,
.contact-card {
  padding: clamp(26px, 5vw, 44px);
}

.legal-card h2,
.contact-card h2 {
  margin-top: 34px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.legal-card h2:first-child,
.contact-card h2:first-child {
  margin-top: 0;
}

.legal-card ul,
.contact-card ul {
  color: var(--muted);
}

.faq {
  max-width: 980px;
  margin: 0 auto;
}

.faq details {
  padding: 20px 24px;
  margin-bottom: 12px;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq summary::marker {
  color: var(--coral);
}

.start-section {
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 111, 97, 0.24), transparent 34%),
    linear-gradient(315deg, rgba(24, 167, 162, 0.34), transparent 42%),
    var(--ink);
  color: white;
}

.start-section img {
  width: min(310px, 72vw);
  height: auto;
  margin-bottom: 22px;
  padding: 16px;
  background: white;
  border-radius: 8px;
}

.start-section h2 {
  margin: 0 auto;
}

.start-section p {
  max-width: 660px;
  margin: 20px auto 30px;
  color: rgba(255, 255, 255, 0.78);
}

.start-section .button {
  color: var(--ink);
  background: linear-gradient(135deg, white, #fff2c4);
  border-color: white;
}

footer {
  padding: 28px 20px;
  text-align: center;
  color: var(--muted);
  background: linear-gradient(90deg, #fff2dd, #edf8f7);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 10px 0 0;
  font-weight: 700;
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    flex-wrap: wrap;
  }

  .hero,
  .sample-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .feature-grid,
  .steps,
  .pricing-grid,
  .benefits-list,
  .include-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    padding: 12px 18px;
  }

  .brand img {
    height: 44px;
    max-width: 148px;
  }

  .nav {
    gap: 0;
    font-size: 0.88rem;
  }

  .nav a:not(.nav-button) {
    display: none;
  }

  .nav-button {
    padding: 9px 14px;
  }

  .section,
  .hero,
  .start-section {
    padding-inline: 18px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  h1 {
    font-size: 2.35rem;
  }

  .hero-lede,
  .hero-text {
    font-size: 1rem;
  }

  .founding-note {
    display: flex;
    font-size: 0.94rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .sample-request form {
    grid-template-columns: 1fr;
  }

  .sample-request button {
    justify-self: stretch;
  }

  .hero-lede {
    margin-top: 16px;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .feature-grid,
  .steps,
  .pricing-grid,
  .benefits-list,
  .include-grid {
    grid-template-columns: 1fr;
  }

  .calendar-date {
    font-size: 4.8rem;
  }
}
