:root {
  --page-bg: #ece7df;
  --text: #0f172a;
  --muted: #5f6b7a;
  --panel: rgba(255, 255, 255, 0.82);
  --panel-strong: #ffffff;
  --line: rgba(15, 23, 42, 0.1);
  --hero-border: rgba(255, 255, 255, 0.16);
  --hero-panel: rgba(5, 19, 31, 0.42);
  --teal: #117b73;
  --green: #50c465;
  --gold: #efca47;
  --navy: #0f172a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell,
.section-shell,
.legal-shell,
.blog-shell {
  width: 95%;
  max-width: 1800px;
  margin: 0 auto;
}

.hero-wrap {
  padding: 12px 0 48px;
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #0f5f63;
  box-shadow: 0 24px 90px rgba(15, 23, 42, 0.18);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(8, 20, 31, 0.12), rgba(7, 28, 48, 0.48));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 20px 20px 48px;
}

.hero-header {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  border: 1px solid var(--hero-border);
  border-radius: 32px;
  background: var(--hero-panel);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0;
  color: #fff;
}

.brand-logo {
  display: block;
  width: auto;
  height: 48px;
}

.header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.header-link {
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  transition: background 0.2s ease;
}

.header-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header-link--active {
  background: rgba(255, 255, 255, 0.14);
}

.demo-btn,
.launch-btn,
.plan-btn,
.visit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.demo-btn:hover,
.launch-btn:hover,
.plan-btn:hover,
.visit-btn:hover {
  transform: translateY(-1px);
}

.demo-btn {
  border-radius: 18px;
  padding: 12px 18px;
  background: var(--green);
  color: #fff;
  font-size: 15px;
}

.demo-arrow {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
}

.hero-copy {
  width: min(1100px, 100%);
  min-height: 760px;
  margin: 0 auto;
  padding: 64px 16px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.hero-pill-icon {
  color: #d8f4a8;
  font-size: 18px;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero-lead {
  max-width: 840px;
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.375rem);
  line-height: 1.6;
}

.insight-bar {
  padding: 0 0 32px;
}

.insight-grid {
  display: grid;
  gap: 24px;
  padding: 32px;
  border-radius: 32px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.18);
  grid-template-columns: 1.1fr 1fr 1fr;
}

.eyebrow {
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #5eead4;
}

.insight-title,
.section-title,
.results-title,
.launch-title {
  margin: 12px 0 0;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.insight-title {
  font-size: 32px;
}

.section {
  padding: 64px 0;
}

.section-header {
  max-width: 680px;
  margin-bottom: 40px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.6rem);
}

.section-copy,
.insight-copy,
.results-copy,
.step-copy,
.price-copy,
.footer-copy {
  line-height: 1.75;
}

.insight-copy {
  color: rgba(255, 255, 255, 0.8);
}

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

.card,
.result-panel,
.steps-panel,
.pricing-card,
.footer-grid {
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.card {
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.75);
}

.icon-badge {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #e7f6f2;
  color: #0f766e;
}

.card-title,
.step-title,
.price-title {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.results-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 0.95fr 1.05fr;
}

.result-panel {
  padding: 32px;
  background: #dff5ee;
}

.stats-box {
  margin-top: 32px;
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.stats-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.status-pill {
  padding: 4px 12px;
  border-radius: 999px;
  background: #dcfce7;
  color: #047857;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.metric-dark,
.metric-light {
  border-radius: 18px;
  padding: 16px;
}

.metric-dark {
  background: var(--navy);
  color: #fff;
}

.metric-light {
  background: #f4efe7;
  color: var(--text);
}

.metric-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
}

.metric-value {
  margin-top: 12px;
  font-size: 40px;
  font-weight: 700;
}

.steps-panel {
  padding: 32px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.8);
}

.steps-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.steps-list {
  display: grid;
  gap: 20px;
  margin-top: 32px;
}

.step {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  background: #faf7f2;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  flex: 0 0 auto;
}

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

.pricing-card {
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.8);
}

.pricing-card.featured {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.popular-badge {
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.price-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.price-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #64748b;
}

.featured .price-label {
  color: #5eead4;
}

.price-value {
  margin-top: 16px;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.price-suffix {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #64748b;
}

.featured .price-suffix,
.featured .price-copy,
.featured .plan-list {
  color: rgba(255, 255, 255, 0.8);
}

.price-divider {
  height: 1px;
  margin: 24px 0;
  background: #e2e8f0;
}

.featured .price-divider {
  background: rgba(255, 255, 255, 0.1);
}

.plan-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.plan-list li {
  display: flex;
  gap: 12px;
  line-height: 1.75;
}

.check {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 4px;
  color: #0f766e;
}

.featured .check {
  color: #5eead4;
}

.plan-btn {
  width: 100%;
  margin-top: 28px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
}

.featured .plan-btn {
  background: #fff;
  color: var(--navy);
}

.launch-panel {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 40px;
  border-radius: 36px;
  background: linear-gradient(135deg, #0f172a 0%, #134e4a 100%);
  color: #fff;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.2);
}

.launch-copy {
  max-width: 700px;
}

.launch-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.launch-copy p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

.visit-btn {
  padding: 14px 24px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
}

.footer-wrap {
  padding-bottom: 64px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  padding: 32px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.8);
}

.footer-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #64748b;
}

.footer-link,
.footer-copy {
  display: inline-block;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #0f766e;
}

.footer-copy {
  color: var(--text);
}

.footer-legal-links {
  display: flex;
  gap: 18px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 15px;
  font-weight: 600;
}

.footer-legal-links a {
  color: #0f766e;
}

.footer-legal-links a:hover {
  color: var(--text);
}

.muted {
  color: var(--muted);
}

svg {
  flex: 0 0 auto;
}

@media (max-width: 1100px) {
  .cards,
  .pricing-grid,
  .results-grid,
  .insight-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .launch-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .hero-content {
    padding: 12px 12px 32px;
  }

  .hero-header {
    padding: 12px 14px;
    border-radius: 24px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .brand {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }

  .brand-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    max-width: none;
  }

  .header-actions {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .header-link {
    padding: 8px 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  .demo-btn {
    gap: 8px;
    padding: 10px 12px;
    font-size: 14px;
    white-space: nowrap;
  }

  .demo-arrow {
    width: 24px;
    height: 24px;
  }

  .hero-copy {
    min-height: 620px;
    padding-top: 56px;
  }

  .insight-grid,
  .card,
  .result-panel,
  .steps-panel,
  .pricing-card,
  .launch-panel,
  .footer-grid {
    padding: 24px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .footer-legal-links {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .hero-header {
    padding: 10px 12px;
    gap: 8px;
  }

  .header-actions {
    gap: 4px;
  }

  .header-link {
    padding: 6px 8px;
    font-size: 13px;
  }

  .demo-btn {
    gap: 6px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .demo-arrow {
    width: 22px;
    height: 22px;
  }
}

.legal-page {
  min-height: 100vh;
  padding: 24px 0 56px;
}

.legal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.legal-card {
  margin-top: 24px;
  padding: 40px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.legal-kicker {
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.legal-title {
  margin: 12px 0 0;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.legal-meta {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.legal-notice {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  background: #f4efe7;
  color: #475569;
  line-height: 1.7;
}

.legal-toc {
  margin: 28px 0 0;
  padding-left: 20px;
  color: #475569;
  line-height: 1.8;
}

.legal-section {
  margin-top: 36px;
}

.legal-section h2 {
  margin: 0 0 12px;
  font-size: 28px;
  letter-spacing: -0.03em;
}

.legal-section p,
.legal-section li {
  color: #334155;
  line-height: 1.85;
}

.legal-section ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--teal);
}

.legal-back:hover {
  color: var(--navy);
}

.blog-page {
  min-height: 100vh;
  padding: 24px 0 56px;
}

.blog-hero {
  margin-top: 24px;
  padding: 40px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(15, 118, 110, 0.9));
  color: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 600;
}

.breadcrumb a {
  color: #c7f9ef;
}

.blog-kicker {
  color: #9af0e1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.blog-title {
  max-width: 960px;
  margin: 14px 0 0;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.blog-dek {
  max-width: 860px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.75;
}

.blog-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.blog-meta-pill {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 600;
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  margin-top: 24px;
}

.blog-card {
  padding: 40px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.blog-prose {
  font-size: 18px;
  line-height: 1.85;
  color: #243244;
}

.blog-prose h2 {
  margin: 42px 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.blog-prose p {
  margin: 16px 0;
}

.blog-prose ul,
.blog-prose ol {
  margin: 18px 0;
  padding-left: 22px;
}

.blog-prose li + li {
  margin-top: 10px;
}

.blog-prose strong {
  color: #0f172a;
}

.blog-prose a {
  color: #0f766e;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-callout {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid #0f766e;
  border-radius: 20px;
  background: #f4efe7;
  color: #334155;
}

.blog-aside {
  display: grid;
  gap: 20px;
  align-self: start;
  position: sticky;
  top: 24px;
}

.blog-panel {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.blog-panel h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.3;
}

.blog-panel p,
.blog-panel li {
  color: #475569;
  line-height: 1.7;
}

.blog-panel ul,
.blog-panel ol {
  margin: 0;
  padding-left: 18px;
}

.blog-panel li + li {
  margin-top: 10px;
}

.blog-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
}

.blog-list {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}

.article-link-card {
  display: grid;
  gap: 16px;
  padding: 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.article-link-card h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.article-title-link {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.12em;
}

.article-title-link:hover,
.article-title-link:focus-visible {
  text-decoration: underline;
}

.article-link-card p {
  margin: 0;
  color: #475569;
  line-height: 1.8;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
}

.blog-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
}

.source-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-aside {
    position: static;
  }
}
