/* Planelli Founding Beta and Four-Dinner Week */

:root {
  --beta-ink: #12202f;
  --beta-muted: #52606d;
  --beta-teal: #0f766e;
  --beta-teal-bright: #14b8a6;
  --beta-mint: #eefaf8;
  --beta-cream: #fcfbf8;
  --beta-border: #e7e1d8;
  --beta-card: #ffffff;
  --beta-warm: #fff5ea;
}

.beta-hero {
  background:
    radial-gradient(circle at 90% 10%, rgba(20, 184, 166, 0.12), transparent 34%),
    linear-gradient(180deg, #f5faf8 0%, var(--beta-cream) 100%);
  border-bottom: 1px solid var(--beta-border);
}

.beta-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 36px;
  align-items: center;
}

.beta-hero h1 {
  max-width: 14ch;
}

.beta-hero .subhead {
  max-width: 720px;
}

.beta-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 18px;
  padding: 0;
  list-style: none;
  font-family: Arial, sans-serif;
}

.beta-meta li {
  border: 1px solid #bdebe4;
  background: rgba(255, 255, 255, 0.82);
  color: #175f57;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.9rem;
  font-weight: 700;
}

.beta-hero-card,
.beta-card,
.week-card,
.beta-form-card,
.beta-status,
.founder-note {
  background: var(--beta-card);
  border: 1px solid var(--beta-border);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(18, 32, 47, 0.06);
}

.beta-hero-card,
.beta-card,
.beta-form-card,
.founder-note {
  padding: 26px;
}

.beta-hero-card h2,
.beta-hero-card h3,
.beta-card h3,
.founder-note h2 {
  margin-top: 0;
}

.beta-hero-card p,
.beta-hero-card li,
.beta-card p,
.beta-card li,
.founder-note p {
  font-family: Arial, sans-serif;
  color: var(--beta-muted);
  line-height: 1.62;
}

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

.beta-hero-card li + li,
.beta-card li + li {
  margin-top: 8px;
}

.beta-section {
  padding-top: 48px;
}

.beta-section > h2,
.beta-section > .lead {
  max-width: 800px;
}

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

.week-card {
  min-height: 148px;
  padding: 18px 15px;
  box-shadow: none;
}

.week-day,
.card-kicker,
.form-section-kicker {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--beta-teal);
  font-size: 0.74rem;
  font-weight: 800;
}

.week-card h3 {
  margin: 9px 0 7px;
  font-size: 1.04rem;
}

.week-card p {
  margin: 0;
  font-family: Arial, sans-serif;
  color: var(--beta-muted);
  font-size: 0.91rem;
  line-height: 1.45;
}

.week-card.is-flex {
  background: var(--beta-warm);
}

.week-card.is-leftover {
  background: var(--beta-mint);
}

.beta-grid-2,
.beta-grid-3,
.beta-steps {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

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

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

.beta-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--beta-mint);
  color: var(--beta-teal);
  font-family: Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 13px;
}

.beta-cta {
  margin-top: 28px;
  padding: 30px;
  background: var(--beta-ink);
  border-radius: 20px;
}

.beta-cta h2,
.beta-cta p,
.beta-cta li {
  color: #fff;
}

.beta-cta p,
.beta-cta li {
  font-family: Arial, sans-serif;
}

.beta-cta .button.secondary {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.beta-cta .button.secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.message-note {
  margin-top: 16px;
  padding: 14px 16px;
  border-left: 4px solid var(--beta-teal-bright);
  background: var(--beta-mint);
  font-family: Arial, sans-serif;
  color: #315a56;
  border-radius: 0 12px 12px 0;
}

.beta-form-shell {
  max-width: 920px;
  margin: 0 auto;
}

.beta-form-card {
  margin-top: 26px;
}

.beta-form-section {
  padding: 0 0 28px;
  margin: 0 0 28px;
  border: 0;
  border-bottom: 1px solid var(--beta-border);
}

.beta-form-section:last-of-type {
  border-bottom: 0;
  margin-bottom: 10px;
}

.beta-form-section legend {
  width: 100%;
  margin: 7px 0 15px;
  padding: 0;
  color: var(--beta-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.beta-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.beta-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.beta-field.full {
  grid-column: 1 / -1;
}

.beta-field label,
.choice-group-label {
  font-family: Arial, sans-serif;
  color: #24313d;
  font-weight: 700;
  font-size: 0.96rem;
}

.beta-field input,
.beta-field select,
.beta-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d1c7;
  border-radius: 12px;
  background: #fff;
  padding: 12px 13px;
  color: #24313d;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

.beta-field textarea {
  min-height: 110px;
  resize: vertical;
}

.beta-field input:focus,
.beta-field select:focus,
.beta-field textarea:focus,
.choice:focus-within {
  outline: 3px solid rgba(20, 184, 166, 0.22);
  border-color: var(--beta-teal-bright);
}

.field-help,
.form-privacy,
.form-required-note {
  margin: 0;
  color: #697681;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 9px;
}

.choice {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid #ddd6cc;
  border-radius: 12px;
  padding: 12px 13px;
  background: #fff;
  font-family: Arial, sans-serif;
  color: #3d4a56;
  line-height: 1.42;
  cursor: pointer;
}

.choice input {
  margin-top: 3px;
  flex: 0 0 auto;
}

.choice.is-wide {
  grid-column: 1 / -1;
}

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

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.form-actions .button {
  margin: 0;
}

.form-error-summary {
  display: none;
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid #efb4b4;
  border-radius: 14px;
  background: #fff4f4;
  color: #7f1d1d;
  font-family: Arial, sans-serif;
}

.form-error-summary.is-visible {
  display: block;
}

.form-error-summary ul {
  margin: 8px 0 0;
}

.beta-status {
  padding: 26px;
  margin-top: 24px;
}

.beta-status h1,
.beta-status h2 {
  margin-top: 0;
}

.beta-status p {
  font-family: Arial, sans-serif;
  color: var(--beta-muted);
}

.beta-status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-bottom: 16px;
  background: var(--beta-mint);
  color: var(--beta-teal);
  font-family: Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
}

.redirect-shell {
  max-width: 660px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.redirect-shell p {
  font-family: Arial, sans-serif;
  color: var(--beta-muted);
}

@media (max-width: 980px) {
  .beta-hero-grid,
  .week-grid,
  .beta-grid-3,
  .beta-steps {
    grid-template-columns: 1fr 1fr;
  }

  .week-card {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .beta-hero-grid,
  .week-grid,
  .beta-grid-2,
  .beta-grid-3,
  .beta-steps,
  .beta-form-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .beta-hero h1 {
    max-width: none;
  }

  .beta-hero-card,
  .beta-card,
  .beta-form-card,
  .founder-note,
  .beta-cta {
    padding: 21px;
  }

  .choice.is-wide,
  .beta-field.full {
    grid-column: auto;
  }

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

  .form-actions .button {
    width: 100%;
  }
}
