:root {
  color-scheme: dark;
  --noir: #1a1016;
  --noir-2: #241419;
  --wine: #3a1720;
  --cream: #f6e9e2;
  --cream-soft: #ead9d2;
  --blush: #e7a9ae;
  --blush-deep: #b65067;
  --champagne: #d8b877;
  --muted: #bca9a7;
  --line: rgba(246, 233, 226, 0.16);
  --card: rgba(255, 255, 255, 0.055);
  --card-strong: rgba(255, 255, 255, 0.09);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  color: var(--cream);
  background:
    radial-gradient(circle at 20% 8%, rgba(231, 169, 174, 0.22), transparent 25rem),
    radial-gradient(circle at 82% 18%, rgba(216, 184, 119, 0.14), transparent 24rem),
    linear-gradient(145deg, #160d13 0%, #241419 52%, #120b10 100%);
}

body::before {
  content: "♥";
  position: fixed;
  right: clamp(18px, 5vw, 72px);
  top: 88px;
  z-index: -1;
  color: rgba(231, 169, 174, 0.11);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(8rem, 20vw, 18rem);
  line-height: 1;
}

a {
  color: var(--blush);
}

.site-nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 8px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.wordmark {
  display: grid;
  gap: 2px;
  color: var(--cream);
  text-decoration: none;
}

.wordmark span {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.55rem;
}

.wordmark small {
  color: var(--champagne);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.header-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.header-socials a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 184, 119, 0.32);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.055);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.header-socials a:hover {
  border-color: rgba(231, 169, 174, 0.75);
  background: rgba(231, 169, 174, 0.12);
}

.header-socials svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.site-nav nav a {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream-soft);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
  padding: 44px 0 76px;
}

.hero-shell {
  min-height: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 36px;
  padding: 46px 0 62px;
}

.purchase-panel {
  max-width: 680px;
}

.hero-panel {
  max-width: 900px;
}

.hero-panel .brand,
.hero-panel .hero-promises {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.brand,
.preview-kicker,
.eyebrow {
  width: max-content;
  max-width: 100%;
  padding: 8px 13px;
  border: 1px solid rgba(216, 184, 119, 0.32);
  border-radius: 999px;
  color: var(--champagne) !important;
  background: rgba(216, 184, 119, 0.08);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1 {
  margin: 20px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 3.7vw, 3.75rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.lede {
  max-width: 61ch;
  margin-left: auto;
  margin-right: auto;
  color: var(--cream-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 2px;
}

.hero-promises span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.9rem;
  font-weight: 800;
}

.cta-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.cta-link {
  display: inline-grid;
  place-items: center;
  min-height: 48px;
  padding: 13px 18px;
  text-align: center;
  text-decoration: none;
}

.form {
  display: grid;
  gap: 14px;
  margin-top: 0;
}

.plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.plans legend {
  grid-column: 1 / -1;
  margin-bottom: 5px;
  color: var(--cream);
  font-weight: 900;
}

.plan-option {
  position: relative;
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 142px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--cream);
  background: var(--card);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.plan-option:hover,
.plan-option.selected {
  transform: translateY(-2px);
  border-color: rgba(231, 169, 174, 0.72);
  background: rgba(231, 169, 174, 0.1);
}

.plan-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.plan-option span {
  color: var(--cream-soft);
  font-size: 0.94rem;
  font-weight: 850;
}

.plan-option strong {
  color: var(--blush);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.plan-option small {
  color: var(--muted);
  line-height: 1.45;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 4px;
}

.flow-steps div,
.info-grid article,
.explain-strip article,
.paywall,
.success,
.legal-confirmations,
.legal-box,
.legal-form,
.admin-login,
.admin-stats article,
.admin-card,
.submission-row {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  backdrop-filter: blur(18px);
}

.flow-steps div {
  min-height: 82px;
  padding: 13px;
}

.flow-steps strong {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: 999px;
  color: var(--wine);
  background: var(--blush);
  font-size: 0.86rem;
}

.flow-steps span {
  display: block;
  color: var(--cream-soft);
  font-size: 0.9rem;
  font-weight: 850;
}

label {
  display: grid;
  gap: 7px;
  color: var(--cream);
  font-weight: 760;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.075);
  font: inherit;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: rgba(246, 233, 226, 0.44);
}

input[type="date"],
input[type="time"] {
  color-scheme: dark;
  min-height: 52px;
  padding-right: 12px;
}

input:focus,
textarea:focus {
  border-color: var(--blush);
  box-shadow: 0 0 0 4px rgba(231, 169, 174, 0.13);
}

.legal-confirmations {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.legal-confirmations label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--cream-soft);
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 650;
}

.legal-confirmations input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--blush);
}

.primary,
.yes-button {
  border: 0;
  border-radius: 16px;
  padding: 15px 20px;
  color: var(--wine);
  background: linear-gradient(135deg, var(--blush), #f0c2c5);
  box-shadow: 0 18px 34px rgba(231, 169, 174, 0.17);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.primary:hover,
.yes-button:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #f0b8bd, var(--blush));
}

.secondary {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.07);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.danger-button {
  color: #ffd4db;
  border-color: rgba(231, 169, 174, 0.38);
  background: rgba(182, 80, 103, 0.16);
}

.paywall,
.success {
  margin-top: 24px;
  padding: 20px;
}

.paywall h2,
.success h2 {
  margin: 6px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.paywall p,
.success p,
.checkout-note {
  margin: 0 0 12px;
  color: var(--cream-soft);
  line-height: 1.55;
}

#paypalButtons {
  width: 100%;
  max-width: 100%;
  min-height: 218px;
  margin-top: 16px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(246, 233, 226, 0.12);
  border-radius: 18px;
  background: rgba(18, 11, 16, 0.46);
}

#paypalButtons iframe {
  max-width: 100% !important;
  border-radius: 12px !important;
}

.price {
  margin-bottom: 14px;
  color: var(--cream-soft);
}

.price strong {
  color: var(--blush);
}

.link-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.public-link,
.admin-link-row a {
  display: block;
  min-width: 0;
  padding: 13px 14px;
  overflow-wrap: anywhere;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--blush);
  font-weight: 850;
}

.notice {
  min-height: 24px;
  color: var(--blush);
  font-weight: 800;
}

.hidden {
  display: none !important;
}

.preview,
.tool-shell {
  display: grid;
  place-items: center;
}

.preview {
  width: min(100%, 680px);
}

.tool-shell {
  min-height: 100vh;
  padding: 28px;
}

.choice-card {
  width: min(100%, 560px);
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid rgba(246, 233, 226, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(26, 16, 22, 0.72);
  box-shadow: var(--shadow);
  text-align: center;
  backdrop-filter: blur(24px);
}

.choice-card h1,
.choice-card h2 {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1.02;
}

.choice-card span,
.owner {
  display: block;
  margin-top: 10px;
  color: var(--cream-soft);
  font-size: 0.94rem;
}

.owner {
  margin: 0 0 14px;
}

.date-card {
  overflow: hidden;
}

.invite-step {
  display: grid;
  gap: 22px;
}

.invite-step .preview-kicker,
.compact .preview-kicker,
.choice-card .preview-kicker {
  margin: 0 auto;
}

.date-actions {
  position: relative;
  min-height: 232px;
  margin-top: 8px;
  border: 1px dashed rgba(231, 169, 174, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.yes-button,
.no-button {
  min-width: 150px;
  transition: transform 160ms ease, box-shadow 160ms ease, left 180ms ease, top 180ms ease;
}

.yes-button {
  position: absolute;
  left: 42px;
  top: 86px;
}

.no-button {
  position: absolute;
  right: 42px;
  top: 86px;
  border: 1px solid rgba(246, 233, 226, 0.22);
  border-radius: 16px;
  padding: 15px 20px;
  min-width: 132px;
  max-width: 180px;
  color: var(--cream-soft);
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  white-space: normal;
}

.no-button.is-running {
  right: auto;
}

.preview-note {
  margin: 16px 0 0;
  color: var(--cream-soft);
  font-weight: 850;
}

.preview-cta {
  margin: 20px auto 0;
  width: max-content;
  max-width: 100%;
}

.pricing-section,
.demo-section,
.checkout-section,
.conversion-section {
  padding: 72px max(16px, calc((100vw - 1180px) / 2));
  color: var(--noir);
  background: #f6e9e2;
}

.pricing-section {
  text-align: center;
}

.pricing-section .eyebrow,
.demo-section .eyebrow {
  margin: 0 auto 14px;
  border: 0;
  color: #b7833f !important;
  background: transparent;
}

.pricing-section h2,
.demo-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.5vw, 3.25rem);
  line-height: 1.05;
  color: #250d13;
}

.pricing-section > p,
.demo-section > p {
  max-width: 720px;
  margin: 12px auto 0;
  color: #6e5559;
  font-size: 1.03rem;
  line-height: 1.6;
}

.pricing-section .plans {
  width: min(1120px, 100%);
  margin: 42px auto 0;
  gap: 18px;
}

.pricing-section .plan-option {
  min-height: 334px;
  padding: 22px;
  border-color: rgba(58, 23, 32, 0.09);
  border-radius: 20px;
  color: #250d13;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 46px rgba(68, 35, 39, 0.08);
  text-align: left;
}

.pricing-section .plan-option:hover,
.pricing-section .plan-option.selected {
  border-color: rgba(182, 80, 103, 0.78);
  background: #fffafa;
}

.pricing-section .plan-option em {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 999px;
  color: #a47b7e;
  background: #f1ded8;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-section .plan-option.selected em {
  color: #fff5f5;
  background: #bd556a;
}

.pricing-section .plan-option span {
  margin-top: 8px;
  color: #321720;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.pricing-section .plan-option strong {
  color: #2a171d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 2.55rem;
  letter-spacing: 0;
}

.pricing-section .plan-option small {
  color: #a27980;
  font-weight: 800;
}

.pricing-section .plan-option p {
  min-height: 54px;
  margin: 8px 0 8px;
  color: #6e5559;
  line-height: 1.55;
}

.pricing-section .plan-option b {
  align-self: end;
  display: grid;
  place-items: center;
  min-height: 50px;
  margin-top: auto;
  border: 1px solid rgba(58, 23, 32, 0.16);
  border-radius: 14px;
  color: #321720;
  background: #fff;
}

.pricing-section .plan-option.selected b {
  border-color: #8c3148;
  color: #fff;
  background: #8c3148;
}

.pricing-note {
  color: #98777b !important;
  font-size: 0.92rem !important;
}

.pricing-cta,
.demo-cta {
  width: max-content;
  max-width: 100%;
  margin: 28px auto 0;
}

.conversion-section {
  color: var(--cream);
  background:
    radial-gradient(circle at 15% 8%, rgba(231, 169, 174, 0.18), transparent 26rem),
    #1a1016;
}

.conversion-head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.conversion-head .eyebrow {
  margin: 0 auto 14px;
}

.conversion-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
}

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

.conversion-grid article,
.checkout-reassurance article {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  backdrop-filter: blur(18px);
}

.conversion-grid article {
  min-height: 198px;
  padding: 22px;
}

.conversion-grid strong,
.checkout-reassurance strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blush);
  font-size: 1.02rem;
}

.conversion-grid p,
.checkout-reassurance p {
  margin: 0;
  color: var(--cream-soft);
  line-height: 1.6;
}

.conversion-cta {
  width: max-content;
  max-width: 100%;
  margin: 30px auto 0;
}

.checkout-section {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(280px, 420px);
  justify-content: center;
  align-items: start;
  gap: 22px;
  border-top: 1px solid rgba(58, 23, 32, 0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(231, 169, 174, 0.16), transparent 28rem),
    #1a1016;
}

.checkout-section.is-highlighted .checkout-card {
  border-color: rgba(231, 169, 174, 0.72);
  box-shadow: 0 0 0 6px rgba(231, 169, 174, 0.14), 0 26px 80px rgba(0, 0, 0, 0.28);
}

.checkout-card {
  width: min(100%, 620px);
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(246, 233, 226, 0.15);
  border-radius: 28px;
  background: rgba(42, 24, 32, 0.76);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.checkout-reassurance {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 18px;
}

.checkout-reassurance article {
  padding: 18px;
}

.checkout-reassurance span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: var(--wine);
  background: var(--champagne);
  font-weight: 900;
}

.checkout-card > .eyebrow {
  margin: 0 0 12px;
}

.checkout-card > h2 {
  margin: 0 0 22px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.45rem);
  line-height: 1.08;
  white-space: nowrap;
}

.selected-plan-summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(231, 169, 174, 0.24);
  border-radius: 16px;
  background: rgba(231, 169, 174, 0.08);
}

.selected-plan-summary span,
.selected-plan-summary strong {
  display: block;
}

.selected-plan-summary span {
  color: var(--muted);
  font-size: 0.86rem;
}

.selected-plan-summary strong {
  margin-top: 3px;
  color: var(--cream);
  font-size: 1.05rem;
}

.selected-plan-summary a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(246, 233, 226, 0.22);
  border-radius: 999px;
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.selected-plan-summary a:hover {
  border-color: var(--blush);
}

.checkout-section label {
  color: var(--blush);
  font-weight: 820;
}

.checkout-section input,
.checkout-section textarea {
  min-height: 52px;
  color: var(--cream);
  border-color: rgba(246, 233, 226, 0.17);
  border-radius: 15px;
  background: rgba(18, 10, 15, 0.62);
}

.checkout-section input::placeholder,
.checkout-section textarea::placeholder {
  color: rgba(246, 233, 226, 0.45);
}

.checkout-section label > small {
  color: var(--muted);
  font-weight: 500;
}

.checkout-section .flow-steps div,
.checkout-section .legal-confirmations,
.checkout-section .paywall,
.checkout-section .success {
  border-color: rgba(246, 233, 226, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.checkout-section .flow-steps span,
.checkout-section .legal-confirmations label,
.checkout-section .paywall p,
.checkout-section .success p,
.checkout-section .checkout-note,
.checkout-section .price {
  color: var(--cream-soft);
}

.checkout-section .legal-confirmations {
  padding: 0;
  border: 0;
  background: transparent;
  gap: 14px;
}

.checkout-section .legal-confirmations label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: var(--cream);
  font-weight: 650;
}

.checkout-section .legal-confirmations input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
}

.checkout-section .legal-confirmations span {
  line-height: 1.45;
}

.checkout-section .paywall h2,
.checkout-section .success h2 {
  color: var(--cream);
}

.checkout-section .secondary,
.checkout-section .public-link {
  color: var(--cream);
  border-color: rgba(246, 233, 226, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.checkout-section .primary {
  min-height: 57px;
  margin-top: 10px;
  color: #fff;
  background: #c75d73;
  box-shadow: 0 18px 36px rgba(199, 93, 115, 0.22);
}

.checkout-section .primary:hover {
  background: #d16a7f;
}

.demo-section {
  border-top: 1px solid rgba(58, 23, 32, 0.08);
  text-align: center;
  background: #fbf3ef;
}

.demo-grid {
  width: min(1120px, 100%);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.demo-card {
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(58, 23, 32, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 48px rgba(68, 35, 39, 0.12);
  text-align: left;
}

.demo-feature {
  grid-row: auto;
  min-height: 0;
}

.demo-wide {
  grid-column: auto;
  min-height: 0;
}

.demo-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background:
    radial-gradient(circle at 30% 0%, rgba(231, 169, 174, 0.18), transparent 18rem),
    #1a1016;
}

.demo-card::after {
  content: none;
}

.demo-card div {
  display: grid;
  align-content: start;
  padding: 18px;
}

.demo-card span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff4f4;
  background: #bd556a;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-card strong {
  display: block;
  color: #250d13;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.08;
}

.demo-card p {
  max-width: 44ch;
  margin: 10px 0 0;
  color: #6e5559;
  line-height: 1.55;
}

.final-cta {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto 70px;
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid rgba(246, 233, 226, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.055);
  text-align: center;
}

.final-cta .eyebrow {
  margin: 0 auto 14px;
}

.final-cta h2 {
  margin: 0 0 20px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.05;
}

.info-section,
.explain-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 70px;
}

.info-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 32px;
  align-items: start;
  padding-top: 34px;
}

.info-section h2 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
}

.info-grid,
.explain-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

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

.info-grid article,
.explain-strip article {
  min-height: 172px;
  padding: 20px;
}

.info-grid strong,
.explain-strip strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blush);
  font-size: 1.02rem;
}

.explain-strip span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: var(--wine);
  background: var(--champagne);
  font-weight: 900;
}

.info-grid p,
.explain-strip p,
.legal-page p,
.admin-stats span,
.admin-card p,
.admin-meta span,
.submission-row span,
.admin-empty {
  margin: 0;
  color: var(--cream-soft);
  line-height: 1.58;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-links,
.social-tokens {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer a,
.back-link {
  color: var(--champagne);
  font-weight: 800;
  text-decoration: none;
}

.social-tokens a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(237, 193, 124, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--cream);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.site-footer a:hover,
.back-link:hover {
  text-decoration: underline;
}

.seo-intent-section,
.faq-section,
.seo-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 70px;
}

.seo-intent-section {
  padding-top: 18px;
}

.seo-intent-section > .eyebrow,
.faq-section > .eyebrow {
  margin: 0 auto 14px;
}

.seo-intent-section > h2,
.faq-section > h2,
.seo-page h1 {
  max-width: 860px;
  margin: 0 auto 28px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.05;
  text-align: center;
}

.seo-intent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.seo-intent-grid article,
.faq-list details,
.seo-card,
.seo-page-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  backdrop-filter: blur(18px);
}

.seo-intent-grid article {
  min-height: 252px;
  padding: 22px;
}

.seo-intent-grid h3,
.seo-card h2,
.seo-page-card h2 {
  margin: 0 0 10px;
  color: var(--blush);
}

.seo-intent-grid p,
.faq-list p,
.seo-page p,
.seo-page li {
  color: var(--cream-soft);
  line-height: 1.65;
}

.seo-intent-grid a,
.seo-page a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(231, 169, 174, 0.34);
  border-radius: 999px;
  color: #ffd4db;
  background: rgba(231, 169, 174, 0.1);
  font-weight: 900;
  text-decoration: none;
}

.seo-intent-grid a:hover,
.seo-page a:hover {
  border-color: rgba(231, 169, 174, 0.62);
  background: rgba(231, 169, 174, 0.16);
  text-decoration: none;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--cream);
  font-weight: 900;
}

.faq-list details[open] summary {
  color: var(--blush);
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
}

.seo-page {
  padding: 38px 0 64px;
}

.seo-page .lede {
  text-align: center;
}

.seo-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 34px;
}

.seo-page-card,
.seo-card {
  padding: 22px;
}

.seo-page-card ul,
.seo-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.seo-page-card li + li,
.seo-card li + li {
  margin-top: 8px;
}

.seo-page-cta {
  margin-top: 28px;
  text-align: center;
}

.choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.selection-block {
  display: grid;
  gap: 10px;
}

.form-step {
  display: none;
  gap: 14px;
}

.form-step.active {
  display: grid;
}

.step-button {
  margin-top: 8px;
}

.step-actions {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 12px;
  margin-top: 8px;
}

.selection-label {
  margin: 8px 0 0;
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-choices {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.idea-choices {
  max-height: 376px;
  margin-top: 0;
  overflow: auto;
  padding: 2px 8px 6px 2px;
  scrollbar-color: rgba(246, 233, 226, 0.45) rgba(255, 255, 255, 0.08);
}

.choices button {
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.055);
  font-size: 1.9rem;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.category-choices button {
  min-height: 82px;
}

.idea-choices button {
  min-height: 84px;
}

.choices button small {
  display: block;
  margin-top: 8px;
  color: var(--cream-soft);
  font-size: 0.82rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.choices button:hover,
.choices button.selected {
  transform: translateY(-2px);
  border-color: rgba(231, 169, 174, 0.7);
  background: rgba(231, 169, 174, 0.13);
}

.compact {
  margin-top: 24px;
  text-align: left;
}

.compact h2,
.compact span {
  text-align: center;
}

.compact .choices {
  margin-bottom: 10px;
}

.date-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 14px;
}

.date-grid label {
  min-width: 0;
}

.date-grid small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.date-grid input {
  width: 100%;
  min-width: 0;
  text-align: center;
}

.success-actions {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(246, 233, 226, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  text-align: center;
}

.success-actions p {
  margin: 0 0 14px;
  color: var(--cream-soft);
  font-weight: 850;
}

.success-actions div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.success-actions a,
.success-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  text-align: center;
  text-decoration: none;
}

.legal-page,
.admin-shell {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 56px;
}

.legal-page h1,
.admin-header h1 {
  margin: 18px 0 24px;
}

.legal-page h2 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.legal-page section {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.legal-box,
.legal-form {
  padding: 18px;
}

.legal-date {
  font-size: 0.92rem;
}

.admin-header {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.admin-login {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.admin-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.admin-stats article {
  min-height: 96px;
  padding: 16px;
}

.admin-stats strong {
  display: block;
  font-size: 1.7rem;
}

.admin-list {
  display: grid;
  gap: 14px;
}

.admin-card {
  padding: 18px;
}

.admin-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.admin-card h2 {
  margin: 0 0 4px;
  font-size: 1.35rem;
}

.status-pill {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-pill.is-paid {
  color: #bdf6d1;
  background: rgba(67, 176, 113, 0.16);
}

.status-pill.is-pending {
  color: #ffe1aa;
  background: rgba(216, 184, 119, 0.14);
}

.admin-meta {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.admin-meta span {
  display: grid;
  gap: 3px;
  min-height: 64px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  overflow-wrap: anywhere;
}

.admin-meta strong {
  color: var(--cream);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.admin-link-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.admin-detail-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

.submission-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.submission-row {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
}

.submission-row div {
  display: grid;
  gap: 4px;
}

.submission-row p {
  grid-column: 1 / -1;
  margin-top: 4px;
}

@media (max-width: 920px) {
  .site-nav,
  .shell,
  .checkout-section,
  .info-section,
  .admin-header {
    grid-template-columns: 1fr;
  }

  .shell {
    min-height: auto;
    padding-top: 34px;
  }

  .preview {
    order: -1;
  }

  .hero-shell .preview {
    order: initial;
  }

  .plans,
  .flow-steps,
  .info-grid,
  .explain-strip,
  .conversion-grid,
  .admin-stats,
  .admin-meta,
  .submission-row {
    grid-template-columns: 1fr;
  }

  .checkout-section {
    justify-content: stretch;
  }

  .checkout-reassurance {
    position: static;
  }

  .info-section {
    margin-top: 0;
  }

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

@media (max-width: 560px) {
  body::before {
    top: 72px;
    right: -18px;
    font-size: 9rem;
  }

  .site-nav {
    align-items: flex-start;
    flex-direction: column;
    width: min(100% - 24px, 1180px);
    padding: 14px 0 6px;
    gap: 12px;
  }

  .site-nav nav {
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
  }

  .header-socials {
    width: 100%;
    justify-content: flex-start;
  }

  .header-socials a {
    width: 40px;
    height: 40px;
  }

  .site-nav nav a {
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .wordmark span {
    font-size: 1.28rem;
  }

  .shell,
  .hero-shell {
    width: min(100% - 24px, 1180px);
    gap: 24px;
    padding: 26px 0 42px;
  }

  .hero-panel {
    max-width: 100%;
  }

  h1 {
    margin-top: 16px;
    font-size: clamp(2.05rem, 11vw, 3.15rem);
    line-height: 0.98;
  }

  .lede {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .brand,
  .preview-kicker,
  .eyebrow {
    padding: 7px 11px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .hero-promises {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cta-link,
  .preview-cta,
  .pricing-cta,
  .demo-cta {
    width: 100%;
  }

  .hero-promises span {
    width: 100%;
    padding: 10px 12px;
    font-size: 0.86rem;
  }

  .tool-shell {
    min-height: auto;
    padding: 12px;
  }

  .choice-card {
    width: 100%;
    padding: 18px;
    border-radius: 22px;
  }

  .choice-card h1,
  .choice-card h2 {
    font-size: clamp(1.9rem, 10vw, 2.55rem);
    line-height: 1.02;
  }

  .choice-card span,
  .owner {
    font-size: 0.88rem;
  }

  .date-actions {
    min-height: 178px;
    border-radius: 18px;
  }

  .yes-button,
  .no-button {
    min-width: 116px;
    max-width: 142px;
    padding: 12px 14px;
    font-size: 0.92rem;
  }

  .yes-button {
    left: 14px;
    top: 68px;
  }

  .no-button {
    right: 14px;
    top: 68px;
  }

  .category-choices,
  .choices,
  .link-box,
  .admin-link-row,
  .seo-intent-grid,
  .seo-page-grid {
    grid-template-columns: 1fr;
  }

  .seo-intent-section,
  .faq-section,
  .seo-page {
    width: min(100% - 24px, 1180px);
    margin-bottom: 44px;
  }

  .seo-intent-grid {
    gap: 12px;
  }

  .seo-intent-grid article,
  .seo-card,
  .seo-page-card {
    min-height: auto;
    padding: 18px;
    border-radius: 18px;
  }

  .seo-intent-grid a,
  .seo-page a {
    width: 100%;
    min-height: 44px;
    margin-top: 12px;
    text-align: center;
  }

  .checkout-card > h2 {
    white-space: normal;
  }

  .pricing-section,
  .demo-section,
  .checkout-section,
  .conversion-section {
    padding: 48px 12px;
  }

  .pricing-section h2,
  .demo-section h2,
  .conversion-head h2,
  .checkout-card > h2,
  .info-section h2 {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .conversion-grid article,
  .checkout-reassurance article {
    min-height: auto;
    padding: 16px;
  }

  .pricing-section > p,
  .demo-section > p {
    font-size: 0.94rem;
  }

  .pricing-section .plans {
    gap: 12px;
    margin-top: 28px;
  }

  .pricing-section .plan-option {
    min-height: auto;
    padding: 18px;
    border-radius: 18px;
  }

  .pricing-section .plan-option em {
    font-size: 0.66rem;
  }

  .pricing-section .plan-option span {
    font-size: 1.22rem;
  }

  .pricing-section .plan-option strong {
    font-size: 2.25rem;
  }

  .pricing-section .plan-option p {
    min-height: 0;
    font-size: 0.95rem;
  }

  .pricing-section .plan-option b {
    min-height: 46px;
  }

  .pricing-note {
    font-size: 0.82rem !important;
  }

  .checkout-card {
    width: 100%;
    padding: 20px;
    border-radius: 22px;
  }

  .selected-plan-summary {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
  }

  .selected-plan-summary a {
    text-align: center;
  }

  .checkout-section input,
  .checkout-section textarea,
  input,
  textarea {
    min-height: 48px;
    padding: 13px 14px;
    font-size: 16px;
  }

  .checkout-section .legal-confirmations label {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    font-size: 0.88rem;
  }

  .primary,
  .secondary {
    width: 100%;
    min-height: 48px;
  }

  .compact {
    margin-top: 18px;
  }

  .category-choices {
    grid-template-columns: 1fr;
  }

  .idea-choices {
    max-height: min(52vh, 360px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .choices button,
  .category-choices button,
  .idea-choices button {
    min-height: 78px;
    border-radius: 15px;
    font-size: 1.55rem;
  }

  .choices button small {
    margin-top: 6px;
    font-size: 0.74rem;
    line-height: 1.18;
  }

  .step-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .date-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
    gap: 10px;
  }

  .demo-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .demo-feature,
  .demo-card,
  .demo-wide {
    min-height: 0;
    grid-column: auto;
    grid-row: auto;
  }

  .demo-card {
    border-radius: 18px;
  }

  .demo-card div {
    padding: 18px;
  }

  .demo-card img {
    aspect-ratio: 4 / 4.7;
  }

  .final-cta {
    width: min(100% - 24px, 880px);
    margin-bottom: 44px;
    border-radius: 22px;
  }

  .info-section,
  .explain-strip {
    width: min(100% - 24px, 1180px);
    margin-bottom: 44px;
  }

  .info-section {
    gap: 18px;
    padding-top: 26px;
  }

  .info-grid,
  .explain-strip {
    gap: 10px;
  }

  .info-grid article,
  .explain-strip article {
    min-height: auto;
    padding: 16px;
  }

  .site-footer {
    width: min(100% - 24px, 1180px);
    gap: 10px;
    margin-bottom: 22px;
    font-size: 0.84rem;
  }

  .success-actions div {
    grid-template-columns: 1fr;
  }

  .footer-links,
  .social-tokens {
    width: 100%;
    gap: 10px;
  }

  .social-tokens a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .site-nav nav a {
    font-size: 0.76rem;
    padding: 7px 8px;
  }

  h1 {
    font-size: 2rem;
  }

  .choice-card {
    padding: 15px;
  }

  .date-actions {
    min-height: 166px;
  }

  .yes-button,
  .no-button {
    min-width: 104px;
    max-width: 124px;
    padding: 11px 10px;
    font-size: 0.84rem;
  }

  .idea-choices {
    grid-template-columns: 1fr;
  }

  .date-grid,
  .success-actions div {
    grid-template-columns: 1fr;
  }
}
