:root {
  --ink: #102326;
  --muted: #526469;
  --line: #d9e4e2;
  --paper: #f7fbfa;
  --white: #ffffff;
  --teal: #0b6f6a;
  --teal-dark: #064845;
  --aqua: #d8f1ee;
  --gold: #d29c3f;
  --gold-light: #fff2d7;
  --shadow: 0 18px 50px rgba(7, 48, 48, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal-dark);
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 9px;
  background: var(--aqua);
}

.brand-mark svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--teal-dark);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a {
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--teal-dark);
  background: var(--aqua);
}

main {
  overflow: hidden;
}

.hero,
.page-hero,
.contact-panel,
.beats,
.examples,
.loop-section,
.future-tier,
.how,
.plans,
.plan-notes,
.cta-band {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 28px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 54px;
  align-items: center;
  min-height: calc(100vh - 96px);
  padding-top: 38px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(1.9rem, 3.4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.page-hero h1,
.contact-panel h1 {
  max-width: 900px;
  font-size: clamp(2.25rem, 5vw, 4.7rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.lede {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--teal);
}

.button.primary:hover {
  background: var(--teal-dark);
}

.button.secondary {
  color: var(--teal-dark);
  border-color: var(--line);
  background: var(--white);
}

.button.light {
  color: var(--teal-dark);
  background: var(--white);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-note,
.rate-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.brief-mockup,
.example-card,
.plan-card,
.faq-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.brief-mockup {
  padding: 26px;
}

.mockup-label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 6px 10px;
  border-radius: 7px;
  color: var(--teal-dark);
  background: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 800;
}

.brief-head {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--teal-dark);
  font-weight: 900;
}

.brief-line {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ink);
}

.brief-line strong {
  color: var(--teal-dark);
}

.focus-block span,
.loop-block span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.focus-block {
  margin-top: 20px;
  padding: 18px;
  border-left: 4px solid var(--gold);
  background: var(--paper);
}

.focus-block p {
  margin: 8px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.loop-block {
  margin-top: 14px;
  padding: 14px 18px;
  border-left: 4px solid var(--teal);
  background: var(--paper);
}

.loop-block p {
  margin: 6px 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
}

.brief-foot {
  margin: 16px 0 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.section-intro {
  max-width: 720px;
  margin-bottom: 28px;
}

.three-up,
.plans,
.faq-list {
  display: grid;
  gap: 20px;
}

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

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

.example-disclaimer {
  display: inline-flex;
  margin: 0 0 24px;
  padding: 8px 12px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  color: var(--ink);
  background: var(--gold-light);
  font-size: 0.9rem;
  font-weight: 900;
}

.example-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 26px;
}

.example-card.intelligence {
  border-color: var(--gold);
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--white) 26%);
}

.example-card h3 {
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-size: 1.35rem;
}

.example-card p,
.example-list {
  color: var(--muted);
}

.example-chip {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 7px;
  color: var(--teal-dark);
  background: var(--aqua);
  font-size: 0.78rem;
  font-weight: 900;
}

.example-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.example-list li {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.example-list span,
.email-thread span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.example-list strong {
  color: var(--ink);
}

.email-thread {
  display: grid;
  gap: 14px;
}

.email-thread p {
  margin: 0;
  padding: 16px;
  border-left: 4px solid var(--teal);
  background: var(--paper);
}

.email-thread p + p {
  border-left-color: var(--gold);
}

.email-thread span {
  display: block;
  margin-bottom: 6px;
}

.example-footer {
  margin: auto 0 0;
  padding-top: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.three-up article {
  padding: 26px 0;
  border-top: 2px solid var(--line);
}

.step {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 8px;
  color: var(--teal-dark);
  background: var(--aqua);
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr);
  gap: 44px;
  align-items: start;
}

.split p,
.three-up p,
.plan-card p,
.faq-list p {
  color: var(--muted);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 16px 0 16px 34px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 14px;
  height: 8px;
  border-bottom: 3px solid var(--teal);
  border-left: 3px solid var(--teal);
  transform: rotate(-45deg);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 48px;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal-dark);
}

.cta-band p {
  margin: 0;
  color: #cfe3e0;
}

.cta-copy {
  max-width: 760px;
}

.cta-copy p + p {
  margin-top: 12px;
}

.plans {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 20px;
}

.plan-card {
  position: relative;
  padding: 28px;
}

.plan-card.featured {
  border: 2px solid var(--gold);
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--white) 34%);
  box-shadow: 0 24px 64px rgba(7, 48, 48, 0.18);
  transform: translateY(-10px) scale(1.02);
  z-index: 1;
}

.plan-card.featured .price {
  font-size: 2.15rem;
}

.plan-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-top {
  display: grid;
  gap: 14px;
  min-height: 132px;
}

.status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--teal-dark);
  background: var(--aqua);
  font-size: 0.82rem;
  font-weight: 800;
}

.price {
  margin-bottom: 0;
  color: var(--ink) !important;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.1;
}

.plan-notes {
  padding-top: 24px;
}

.plan-notes p {
  max-width: 760px;
  color: var(--muted);
  font-weight: 700;
}

.faq-list {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 28px 72px;
}

.faq-list article {
  padding: 24px;
  box-shadow: none;
}

.faq-list h2 {
  font-size: 1.35rem;
}

.contact-panel {
  min-height: calc(100vh - 180px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 860px) {
  .site-header,
  .site-footer,
  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    flex-wrap: wrap;
  }

  .hero,
  .split,
  .three-up,
  .example-grid,
  .plans {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 32px;
  }

  .plan-top {
    min-height: 0;
  }

  .plan-card.featured {
    transform: none;
  }
}

@media (max-width: 520px) {
  .site-header,
  .site-footer,
  .hero,
  .page-hero,
  .contact-panel,
  .beats,
  .examples,
  .loop-section,
  .future-tier,
  .how,
  .plans,
  .plan-notes,
  .faq-list {
    padding-left: 18px;
    padding-right: 18px;
  }

  .button {
    width: 100%;
  }

}

.future-tier-content {
  border: 2px dashed var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, var(--paper) 0%, var(--white) 100%);
  padding: 48px;
  box-shadow: var(--shadow);
}

@media (max-width: 860px) {
  .future-tier-content {
    padding: 28px;
  }
}


.loop-mockup {
  padding: 20px;
}

.loop-mockup .loop-block {
  margin-top: 0;
}

.future-tier-status {
  display: inline-flex;
  margin-bottom: 16px;
}

.future-tier-cta {
  margin-top: 24px;
}
