:root {
  --ink: #24312f;
  --muted: #66716e;
  --soft: #f6f1e8;
  --paper: #fffdf8;
  --card: #ffffff;
  --line: #ddd6c8;
  --accent: #4d8b7a;
  --accent-dark: #2f6559;
  --accent-soft: #dcece6;
  --amber: #c98b43;
  --shadow: 0 24px 70px rgba(61, 74, 67, 0.12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: "Aptos", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(77, 139, 122, 0.16), transparent 34rem),
    linear-gradient(180deg, #fbf7ef 0%, #f7f2e9 46%, #eef4ef 100%);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  padding: 0.75rem 1rem;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(90, 91, 77, 0.12);
  background: rgba(251, 247, 239, 0.84);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
}

.brand-mark,
.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand-mark {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand-icon {
  display: grid;
  gap: 3px;
  width: 34px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  padding: 7px;
  box-shadow: 0 8px 24px rgba(47, 101, 89, 0.12);
}

.brand-icon span {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: var(--accent);
}

.brand-icon span:nth-child(2) {
  width: 72%;
}

.brand-icon span:nth-child(3) {
  width: 48%;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--accent-dark);
}

.nav-cta {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  padding: 0.65rem 0.95rem;
}

.section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 5.5rem 1.25rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.78fr);
  gap: 3rem;
  align-items: center;
  min-height: 760px;
  padding-top: 6.5rem;
}

.eyebrow,
.section-label,
.offer-tag {
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--font-display);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.35rem, 7.7vw, 6.65rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.hero-lede {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.hero-offer-note {
  display: inline-flex;
  margin: 0.4rem 0 0;
  border: 1px solid rgba(77, 139, 122, 0.22);
  border-radius: 999px;
  background: rgba(220, 236, 230, 0.62);
  color: var(--accent-dark);
  padding: 0.52rem 0.78rem;
  font-size: 0.95rem;
  font-weight: 850;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  border-radius: 999px;
  padding: 0.85rem 1.2rem;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  background: var(--accent-dark);
  color: white;
  box-shadow: 0 16px 35px rgba(47, 101, 89, 0.22);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.72);
}

.button.disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

.fine-print {
  margin-top: 1.15rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.inbox-board {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 238, 226, 0.9)),
    repeating-linear-gradient(0deg, transparent, transparent 34px, rgba(77, 139, 122, 0.05) 35px);
  padding: 1.15rem;
  box-shadow: var(--shadow);
}

.inbox-board::before {
  content: "";
  position: absolute;
  inset: 1.15rem auto auto -1.25rem;
  width: 2.5rem;
  height: 72%;
  border-radius: 999px;
  background: var(--accent-soft);
  z-index: -1;
}

.board-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.board-topline strong {
  color: var(--ink);
}

.mail-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  border: 1px solid rgba(221, 214, 200, 0.88);
  border-radius: 22px;
  background: var(--card);
  padding: 1rem;
}

.mail-card + .mail-card {
  margin-top: 0.8rem;
}

.mail-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.dot {
  width: 0.78rem;
  height: 0.78rem;
  margin-top: 0.42rem;
  border-radius: 999px;
  background: var(--accent);
}

.urgent .dot {
  background: var(--amber);
}

.calm .dot {
  background: #8ba9cc;
}

.promise-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1160px;
  margin: -3.5rem auto 0;
  padding: 0 1.25rem 3rem;
}

.promise-strip div {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 248, 0.76);
  padding: 1.2rem;
}

.promise-strip span {
  color: var(--accent-dark);
  font-weight: 900;
}

.promise-strip p,
.section-grid p,
.fit-panel p,
.proof-grid p,
.cta-section p {
  color: var(--muted);
}

.section-grid,
.fit-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

.offers,
.process,
.faq {
  border-top: 1px solid rgba(102, 113, 110, 0.14);
}

.offer-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

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

.offer-card,
.proof-grid article,
.steps article,
.fit-panel,
.faq-list details,
.cta-section {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 14px 45px rgba(61, 74, 67, 0.07);
}

.offer-card {
  padding: 1.5rem;
}

.offer-card.featured {
  background: linear-gradient(145deg, #ffffff, #eaf5ef);
  border-color: rgba(77, 139, 122, 0.34);
}

.offer-card ul,
.check-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.25rem 0;
  padding-left: 1.2rem;
}

.offer-card li,
.check-list li {
  padding-left: 0.2rem;
}

.price-note {
  display: inline-flex;
  border-radius: 999px;
  background: var(--soft);
  color: var(--accent-dark);
  padding: 0.45rem 0.7rem;
  font-size: 0.86rem;
  font-weight: 850;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.steps article,
.proof-grid article {
  padding: 1.25rem;
}

.steps span {
  display: inline-flex;
  margin-bottom: 1.4rem;
  color: var(--accent-dark);
  font-family: var(--font-display);
  font-size: 2.2rem;
}

.fit-panel {
  padding: 1.5rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}

.faq-list details {
  padding: 1.1rem 1.25rem;
}

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

.faq-list p {
  margin: 0.85rem 0 0;
  color: var(--muted);
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 4rem;
  padding: 2rem;
  background: linear-gradient(135deg, #ffffff, #e9f3ee);
}

.cta-section h2 {
  margin-bottom: 0.75rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding: 2rem 1.25rem;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .nav-shell,
  .nav-links,
  .hero-actions,
  .site-footer,
  .cta-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .section-grid,
  .fit-panel,
  .offer-grid,
  .proof-grid,
  .steps,
  .promise-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 4rem;
  }

  .promise-strip {
    margin-top: 0;
  }
}
