* {
  box-sizing: border-box;
}
:root {
  color-scheme: dark;
  --green: #103e35;
  --ink: #f5f0df;
  --muted: #c2cfc5;
  --gold: #e3c88c;
  --border: #d9d5ae30;
  --panel: #16483d;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: radial-gradient(ellipse at 85% 15%, #21523d66, transparent 48%), var(--green);
  color: var(--ink);
  font:
    16px/1.65 -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.58;
}
.site-header,
.site-footer,
main {
  width: min(1120px, calc(100% - 64px));
  margin-inline: auto;
}
.site-header {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--border);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  line-height: 1.2;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 37px;
  height: 48px;
  background: var(--ink);
  border-radius: 5px;
  color: var(--green);
  font-family: serif;
  font-size: 28px;
  box-shadow: 0 3px 0 #bdc8b4;
}
nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
}
nav a {
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 64px;
  padding: 76px 0 80px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 650;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
}
.hero .eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.plan-badge {
  font-size: 10px;
  padding: 5px 9px;
  border: 1px solid #e3c88c66;
  border-radius: 4px;
  letter-spacing: 0.07em;
}

#coach-access .button {
  margin: 0 8px 8px 0;
}
#bot-strategy-guide dt {
  margin-top: 18px;
  color: #153b2e;
}
#bot-strategy-guide dd {
  margin: 6px 0 14px;
  color: #36594e;
}
.legacy-waitlist {
  padding: 32px 0;
  border-top: 1px solid var(--border);
}
.legacy-waitlist h2 {
  font-size: 25px;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
.preview-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(42px, 5.4vw, 67px);
  margin-bottom: 25px;
}
h1 em {
  color: var(--gold);
  font-weight: 400;
}
h2 {
  font-size: 40px;
  margin-bottom: 18px;
}
h3 {
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 12px;
}
p {
  margin-bottom: 18px;
  line-height: 1.65;
}
.intro {
  color: var(--muted);
  max-width: 500px;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 7px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}
.primary {
  background: var(--gold);
  color: #153b2e;
}
.primary:hover:not(:disabled) {
  background: #f1d99f;
}
.hero-cta {
  gap: 26px;
}
.hero-cta span {
  font-size: 20px;
}
.fine-print {
  font-size: 12px;
  color: var(--muted);
  margin: 11px 0 0;
  line-height: 1.6;
}
.preview-card {
  padding: 28px;
  background: linear-gradient(145deg, #245444, #143b31);
  border: 1px solid #dacf9242;
  border-radius: 16px;
  box-shadow: 0 22px 60px #031e2440;
  transform: rotate(1.5deg);
}
.preview-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.preview-top .eyebrow {
  max-width: 240px;
  font-size: 10px;
  color: #d8dfc8;
  letter-spacing: 0.1em;
}
.preview-dot {
  width: 7px;
  height: 7px;
  flex: none;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.tile-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 24px 0 35px;
}
.tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 96px;
  background: linear-gradient(120deg, #fffced, #e5e4ce);
  border: 1px solid #fff7d8;
  border-radius: 7px;
  color: #b64f3c;
  box-shadow:
    0 6px 0 #8fa08d,
    0 10px 13px #05261c44;
  font-family: serif;
  line-height: 1.1;
}
.tile b {
  font-size: 34px;
  font-weight: 400;
}
.tile small {
  font-size: 27px;
}
.tile:nth-child(2) {
  transform: translateY(-8px);
}
.preview-title {
  font-size: 31px;
  margin-bottom: 12px;
}
.preview-card > p:not(.preview-title) {
  color: var(--muted);
  font-size: 14px;
}
.preview-label {
  display: block;
  border-top: 1px solid var(--border);
  padding-top: 16px;
  color: #c8d3be;
  font-size: 10px;
  letter-spacing: 0.015em;
}
.planned {
  padding: 54px 0 68px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section-heading {
  max-width: 580px;
}
.section-heading p:last-child {
  color: var(--muted);
  font-size: 15px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 36px;
}
.feature-grid article {
  padding-right: 18px;
}
.feature-number {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 16px;
  color: var(--gold);
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e3c88c66;
  min-width: 34px;
}
.feature-grid p {
  font-size: 15px;
  color: var(--muted);
  margin: 0;
}
.signup-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 90px;
  padding: 75px 0 85px;
  align-items: start;
}
.signup-copy {
  padding-top: 20px;
}
.signup-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
}
.text-link {
  display: inline-flex;
  gap: 14px;
  font-size: 14px;
  color: var(--gold);
  margin-top: 10px;
}
.signup-card {
  background: #f3efdf;
  color: #173d32;
  border: 1px solid #fcf6e3;
  border-radius: 13px;
  padding: 30px;
  scroll-margin-top: 24px;
}
.signup-card h3 {
  font-size: 22px;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}
.signup-card p {
  font-size: 14px;
  line-height: 1.65;
}
.signup-card .button {
  width: 100%;
}
.signup-card .fine-print {
  color: #4f6558;
  font-size: 12px;
}
.signup-card :focus-visible {
  outline-color: #346e52;
}
.signup-card .privacy-note {
  padding-top: 19px;
  margin: 22px 0 0;
  border-top: 1px solid #24493226;
  font-size: 11px;
  color: #4f6558;
}
.privacy-note a {
  white-space: nowrap;
}
.google-button {
  background: white;
  border-color: #193f333d;
  color: #173d32;
}
.google-button:hover:not(:disabled) {
  background: #fffdf7;
}
.google-letter {
  font-size: 21px;
  font-weight: 700;
}
.secondary {
  border-color: #e3c88c80;
  background: transparent;
  color: var(--ink);
}
.secondary:hover:not(:disabled) {
  background: #ffffff12;
}
.account-label {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  color: #566b5c;
}
.account-email {
  display: block;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 11px 0 22px;
  line-height: 1.5;
  font-size: 14px;
  cursor: pointer;
}
.consent input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin: 1px 0 0;
  accent-color: #235940;
  color-scheme: light;
}
.status:empty {
  display: none;
}
.signup-card .status {
  margin: 16px 0 0;
  font-size: 13px;
}
.signup-card #loading-status {
  margin: 0 0 12px;
}
.error {
  color: #9a3026;
  background: #fbe0d8;
  border: 1px solid #bf6d5b55;
  border-radius: 6px;
  padding: 12px;
  margin: 16px 0;
  font-size: 13px !important;
}
.text-button {
  min-height: 44px;
  padding: 8px 0;
  background: none;
  color: var(--ink);
  border: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 13px;
  text-align: left;
}
.confirmation-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #d7e4ce;
  color: #245a3e;
  border: 1px solid #2f634133;
  border-radius: 50%;
  font-size: 23px;
  margin-bottom: 15px;
}
#signup-confirmed h4 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 14px;
}
#signup-confirmed p {
  margin-bottom: 6px;
}
#confirmed-email {
  display: inline;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 32px;
  border-top: 1px solid var(--border);
  font-size: 11px;
  color: var(--muted);
}
.site-footer p {
  margin: 0;
}
.site-footer nav {
  font-size: 12px;
  gap: 18px;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -100px;
  z-index: 10;
  padding: 12px;
  background: var(--gold);
  color: var(--green);
}
.skip-link:focus {
  top: 12px;
}
@media (max-width: 900px) {
  .hero {
    gap: 35px;
    padding: 60px 0;
  }
  .preview-card {
    padding: 22px;
  }
  .signup-section {
    gap: 45px;
  }
  .feature-grid {
    gap: 24px;
  }
  .feature-grid article {
    padding-right: 0;
  }
  .tile {
    width: 60px;
    height: 86px;
  }
  .tile-row {
    gap: 8px;
  }
  .preview-title {
    font-size: 28px;
  }
}
@media (max-width: 680px) {
  .site-header,
  .site-footer,
  main {
    width: calc(100% - 36px);
  }
  .site-header {
    min-height: 88px;
    gap: 16px;
  }
  .brand {
    font-size: 16px;
    gap: 9px;
  }
  .brand-mark {
    width: 31px;
    height: 40px;
    font-size: 24px;
  }
  .site-header nav {
    gap: 15px;
    font-size: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 43px 0 44px;
  }
  .hero-copy {
    max-width: 510px;
  }
  h1 {
    font-size: 48px;
    line-height: 1.1;
  }
  .intro {
    font-size: 16px;
  }
  .hero .eyebrow {
    gap: 8px;
    font-size: 10px;
  }
  .hero-cta {
    width: 100%;
    justify-content: space-between;
  }
  .preview-card {
    max-width: 450px;
    width: calc(100% - 8px);
    margin: 0 auto;
    transform: rotate(0.8deg);
    padding: 23px;
  }
  .tile-row {
    padding: 16px 0 28px;
  }
  .preview-card > p:not(.preview-title) {
    max-width: 340px;
  }
  .planned {
    padding: 38px 0 44px;
  }
  h2 {
    font-size: 34px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 28px;
  }
  .feature-grid article {
    display: grid;
    grid-template-columns: 35px 1fr;
    column-gap: 17px;
    align-items: start;
  }
  .feature-number {
    grid-row: 1/3;
    margin: 0;
    font-size: 17px;
    min-width: 25px;
    padding-bottom: 8px;
  }
  .feature-grid h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .feature-grid p {
    grid-column: 2;
    font-size: 14px;
  }
  .signup-section {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 36px 0 45px;
  }
  .signup-copy {
    padding: 0;
  }
  .signup-card {
    padding: 24px;
  }
  .site-footer {
    display: block;
    padding: 22px 0;
  }
  .site-footer nav {
    flex-wrap: wrap;
    margin-top: 12px;
    gap: 18px;
  }
}
@media (max-width: 360px) {
  .site-header,
  .site-footer,
  main {
    width: calc(100% - 28px);
  }
  .site-header nav {
    gap: 10px;
    font-size: 11px;
  }
  .brand {
    font-size: 15px;
  }
  h1 {
    font-size: 40px;
  }
  .hero-cta {
    gap: 10px;
    padding-inline: 13px;
    font-size: 14px;
  }
  .signup-card {
    padding: 20px;
  }
  .signup-card .button {
    font-size: 14px;
    padding-inline: 10px;
  }
  .preview-card {
    padding: 20px;
  }
  .preview-title {
    font-size: 27px;
  }
  .eyebrow {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
