body {
  background: #fff;
  color: #09152f;
}

.container {
  width: min(1150px, 92vw);
  margin: 0 auto;
}

.marketing-header {
  --header-nav-height: 4.5rem;
  --header-btn-padding-y: 0.64rem;
  --header-btn-padding-x: 1.08rem;
  --header-btn-font-size: 0.95rem;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid #eef2f7;
  backdrop-filter: blur(8px);
}

.marketing-header.is-scrolled {
  --header-nav-height: 3.625rem;
  --header-btn-padding-y: 0.52rem;
  --header-btn-padding-x: 0.95rem;
  --header-btn-font-size: 0.9rem;
}

.nav-shell {
  min-height: var(--header-nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: min-height 0.28s ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #0a1835;
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.marketing-header.is-scrolled .brand {
  transform: scale(0.93);
}

.brand-logo {
  display: block;
  width: clamp(132px, 14vw, 172px);
  height: auto;
}

.marketing-nav,
.marketing-actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.marketing-nav a,
.link-btn {
  text-decoration: none;
  color: #334155;
  font-size: 1rem;
  font-weight: 600;
}

.marketing-header .btn-sm {
  width: auto;
  min-width: 0;
  padding: var(--header-btn-padding-y) var(--header-btn-padding-x);
  border-radius: 0.5rem;
  background: #2f6bff;
  font-size: var(--header-btn-font-size);
  transition: padding 0.28s ease, font-size 0.28s ease;
}

.hero-section {
  padding: 3.9rem 0 1.4rem;
  display: block;
}

.hero-copy {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #3d6cff;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 5.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #0b1740;
}

.hero-copy .lead {
  margin: 1.4rem auto 1.6rem;
  max-width: 560px;
  font-size: 1.16rem;
  line-height: 1.55;
  color: #42526b;
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
}

.hero-cta .btn {
  width: auto;
  min-width: 206px;
  height: 3.25rem;
  border-radius: 0.58rem;
  font-size: 1.03rem;
}

.hero-cta .btn:first-child {
  background: #2f6bff;
}

.hero-cta .btn-secondary {
  background: #fff;
  color: #102041;
  border: 1px solid #cad5e7;
}

.hero-meta {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: #6b7a91;
  font-size: 0.97rem;
}

.meta-icon {
  display: inline-grid;
  place-items: center;
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid #b8c5da;
  border-radius: 50%;
  margin-right: 0.38rem;
  color: #60728f;
  font-size: 0.7rem;
}

.hero-table-wrap {
  margin-top: 1rem;
}

.hero-preview {
  border: 1px solid #e5edf8;
  border-radius: 0.82rem;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(25, 51, 117, 0.08);
  background: #fff;
}

.preview-header {
  padding: 0.72rem 0.88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebf1f9;
  background: #fff;
}

.google-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: #334155;
  font-size: 0.86rem;
  font-weight: 700;
}

.google-g {
  display: inline-grid;
  place-items: center;
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 50%;
  border: 1px solid #d8e1ef;
  font-weight: 800;
  color: #2f6bff;
  font-size: 0.65rem;
}

.preview-header button {
  border: 0;
  height: 1.9rem;
  padding: 0 0.78rem;
  border-radius: 0.42rem;
  background: #2f6bff;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}

.preview-table {
  padding: 0.46rem 0.88rem 0.52rem;
  background: #ffffff !important;
  font-family: var(--font) !important;
}

.preview-table .row {
  display: grid;
  grid-template-columns: 2fr repeat(7, 0.56fr) 0.84fr;
  align-items: center;
  gap: 0.34rem;
  min-height: 2.08rem;
  border-bottom: 1px solid #edf2f8;
  color: #1e2d4f;
  font-size: 0.84rem;
  font-weight: 600;
  background: #ffffff;
}

.preview-table .row.head {
  min-height: 1.9rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: #7a8ba6;
}

.preview-table .row:last-child {
  border-bottom: 0;
}

.preview-table .kw {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.preview-table .kw i {
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #eef4ff;
  color: #4c7dff;
  font-style: normal;
  font-size: 0.47rem;
  font-weight: 800;
}

.trend {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}

.trend b {
  width: 0.92rem;
  height: 0.52rem;
  border-radius: 0.2rem;
  display: inline-block;
  border: 1px solid #e5edf8;
}

.trend u {
  text-decoration: none;
  color: #9aacbf;
  font-size: 0.86rem;
  font-weight: 700;
}

.trend.up b {
  background: linear-gradient(140deg, #eafdf3, #fff);
  border-color: #bff1d1;
}

.trend.up u {
  color: #16a34a;
}

.trend.down b {
  background: linear-gradient(140deg, #fff1f1, #fff);
  border-color: #f8c7c7;
}

.trend.down u {
  color: #ef4444;
}

.trend.flat b {
  background: linear-gradient(140deg, #f2f6fb, #fff);
  border-color: #d6e1ef;
}

.trend.flat u {
  color: #64748b;
}

.preview-stats {
  border-top: 1px solid #edf2f8;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
}

.preview-stats > div {
  padding: 0.62rem 0.74rem 0.74rem;
  border-right: 1px solid #edf2f8;
  min-height: 5.55rem;
}

.preview-stats > div:last-child {
  border-right: 0;
}

.metric-line {
  margin: 0.18rem 0 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.3rem;
}

.preview-stats span {
  color: #7f8da3;
  font-size: 0.75rem;
  font-weight: 600;
}

.preview-stats strong {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 1;
  color: #0c1f45;
}

.preview-stats em {
  display: inline-block;
  margin: 0;
  color: #22c55e;
  font-style: normal;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.spark {
  display: block;
  margin-top: 0.2rem;
  width: 100%;
  height: 1.5rem;
  border-radius: 0.24rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.spark.s1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 30'%3E%3Cpolyline fill='none' stroke='%233b82f6' stroke-width='2.4' points='2,22 16,19 30,21 44,15 58,18 72,10 86,12 100,5 114,8'/%3E%3C/svg%3E");
}

.spark.s2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 30'%3E%3Cpolyline fill='none' stroke='%2310b981' stroke-width='2.4' points='2,23 16,24 30,18 44,16 58,19 72,11 86,13 100,6 114,9'/%3E%3C/svg%3E");
}

.spark.s3,
.spark.s4 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 30'%3E%3Cpolyline fill='none' stroke='%238b5cf6' stroke-width='2.4' points='2,22 16,20 30,22 44,16 58,17 72,9 86,12 100,4 114,8'/%3E%3C/svg%3E");
}

.feature-section {
  padding: 3.1rem 0 0.4rem;
}

.feature-section h2 {
  margin: 0 auto 1.6rem;
  max-width: 620px;
  text-align: center;
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #0b1740;
}

.feature-section .eyebrow {
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.feature-card {
  background: #fff;
  padding: 0.5rem 0.2rem;
}

.feature-icon-img {
  width: 2.75rem;
  height: 2.75rem;
  display: block;
  margin-bottom: 0.7rem;
}

.feature-icon {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.55rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.feature-icon.green { background: #ebfdf4; color: #16a34a; }
.feature-icon.blue { background: #eef6ff; color: #2563eb; }
.feature-icon.violet { background: #f3f0ff; color: #7c3aed; }
.feature-icon.amber { background: #fff6ec; color: #ea580c; }
.feature-icon.cyan { background: #edfdff; color: #0891b2; }
.feature-icon.emerald { background: #edfcf5; color: #059669; }

.feature-card h3 {
  margin: 0 0 0.26rem;
  font-size: 1.14rem;
}

.feature-card p {
  margin: 0;
  color: #60728f;
  font-size: 0.94rem;
  line-height: 1.45;
}

.pricing-section,
.social-proof,
.waitlist-section,
.faq-section {
  padding-top: 2.2rem;
}

.pricing-section h2,
.social-proof h2,
.waitlist-copy h2,
.faq-section h2 {
  margin: 0 0 1.2rem;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.price-card {
  border: 1px solid #e7eef8;
  border-radius: 0.8rem;
  background: #fff;
  padding: 1rem;
}

.price-card.popular {
  border-color: #7aa5ff;
  box-shadow: 0 18px 30px rgba(47, 107, 255, 0.15);
}

.price-card h3 {
  margin: 0;
  font-size: 1.16rem;
}

.price {
  margin: 0.4rem 0 0.75rem;
  color: #42526b;
  font-size: 0.98rem;
}

.price span {
  font-size: 2rem;
  font-weight: 800;
  color: #0b1740;
}

.price-card ul {
  margin: 0 0 0.8rem;
  padding-left: 1rem;
  color: #60728f;
  font-size: 0.95rem;
}

.price-card .btn {
  width: auto;
  min-width: 138px;
  height: 2.15rem;
  font-size: 0.87rem;
  border-radius: 0.4rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.testimonial-grid blockquote {
  margin: 0;
  padding: 0.95rem;
  border: 1px solid #e7eef8;
  border-radius: 0.75rem;
  background: #fff;
}

.quote-stars {
  margin: 0 0 0.35rem;
  color: #f59e0b;
}

.testimonial-grid p {
  margin: 0 0 0.6rem;
  color: #334155;
  font-size: 0.95rem;
}

.testimonial-grid cite {
  color: #8190a8;
  font-size: 0.88rem;
  font-style: normal;
}

.waitlist-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.contact-hero {
  padding: 3.2rem 0 1rem;
  text-align: center;
}

.contact-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.contact-hero .lead {
  margin: 0 auto;
  max-width: 58ch;
  color: #60728f;
  font-size: 1.05rem;
  line-height: 1.55;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.5rem 0 3.5rem;
}

.contact-aside h2 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.contact-methods {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.contact-methods li {
  display: grid;
  gap: 0.2rem;
}

.contact-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8190a8;
}

.contact-methods a {
  color: #2f6bff;
  font-weight: 600;
  text-decoration: none;
}

.contact-methods a:hover {
  text-decoration: underline;
}

.contact-methods span {
  color: #60728f;
  font-size: 0.98rem;
  line-height: 1.5;
}

.contact-section .card {
  border: 1px solid #e7eef8;
  border-radius: 0.8rem;
  box-shadow: none;
}

.contact-section textarea {
  resize: vertical;
  min-height: 8rem;
}

.waitlist-copy p {
  margin: 0;
  max-width: 52ch;
  color: #60728f;
  font-size: 1.03rem;
  line-height: 1.55;
}

.waitlist-section .card {
  border: 1px solid #e7eef8;
  border-radius: 0.8rem;
  box-shadow: none;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.faq-grid article {
  border: 1px solid #e7eef8;
  border-radius: 0.75rem;
  padding: 0.9rem;
}

.faq-grid h3 {
  margin: 0 0 0.3rem;
  font-size: 1.06rem;
}

.faq-grid p {
  margin: 0;
  color: #60728f;
  font-size: 0.94rem;
  line-height: 1.5;
}

.site-footer {
  margin-top: 2.4rem;
  background: linear-gradient(160deg, #10254e, #050b18 75%);
  color: #cbd5e1;
  padding: 2rem 0 0.95rem;
  text-align: left;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1rem;
}

.site-footer .brand {
  color: #eff6ff;
  margin: 0;
}

.site-footer .brand-logo {
  width: clamp(138px, 15vw, 178px);
}

.footer-grid > div > p {
  margin: 0.4rem 0 0;
  color: #94a3b8;
  max-width: 38ch;
  font-size: 0.95rem;
  line-height: 1.55;
}

.footer-grid h3 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 1.02rem;
}

.footer-grid a {
  color: #94a3b8;
  text-decoration: none;
  display: block;
  margin: 0.24rem 0;
  font-size: 0.93rem;
}

.footer-legal {
  margin: 1rem auto 0;
  width: min(1150px, 92vw);
  text-align: left;
  font-size: 0.84rem;
  color: #64748b;
}

@media (max-width: 1080px) {
  .hero-copy h1 {
    font-size: 3.2rem;
  }

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

  .pricing-grid,
  .testimonial-grid,
  .faq-grid,
  .waitlist-section,
  .contact-section {
    grid-template-columns: 1fr 1fr;
  }

  .preview-table .row { font-size: 0.8rem; }
}

@media (max-width: 760px) {
  .marketing-nav,
  .marketing-actions {
    display: none;
  }

  .hero-copy h1 {
    font-size: 2.3rem;
  }

  .hero-copy .lead {
    font-size: 1rem;
  }

  .hero-cta {
    flex-direction: column;
    align-items: center;
  }

  .hero-cta .btn {
    width: 100%;
    max-width: 320px;
  }

  .preview-table {
    overflow-x: auto;
  }

  .preview-table .row { min-width: 920px; }

  .preview-stats,
  .feature-grid,
  .pricing-grid,
  .testimonial-grid,
  .faq-grid,
  .waitlist-section,
  .contact-section,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
