/* ── Hero ────────────────────────────────────────────────────── */
.hero {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #fff6f5 0%, #ffffff 55%);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding-top: 62px;
  padding-bottom: 60px;
}

.hero-glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 700px;
  background: radial-gradient(ellipse at 50% 20%, rgba(220, 38, 38, .09) 0%, rgba(220, 38, 38, .03) 50%, transparent 75%);
  pointer-events: none;
  animation: glow-breathe 5s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 28px;
}

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

.hero-prompt-area {
  width: 100%;
  padding: 32px 0 48px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px 5px 6px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 600;
  color: #b91c1c;
  margin-bottom: 28px;
}

.badge-dot {
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background: #fee2e2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-dot::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dc2626;
  box-shadow: 0 0 6px rgba(220, 38, 38, .6);
  animation: pulse 2s ease-in-out infinite;
}

.hero h1 {
  font-size: clamp(38px, 6.5vw, 76px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.04em;
  color: #111827;
  margin-bottom: 22px;
}

.hero p {
  font-size: clamp(16px, 1.8vw, 19px);
  color: #6b7280;
  max-width: 750px;
  margin: 0 auto 36px;
  line-height: 1.7;
  font-weight: 400;
}

.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.hero-note {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 72px;
  font-weight: 400;
}

/* hero demo */
.hero-demo {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.demo-shadow {
  position: absolute;
  bottom: -30px;
  left: 10%;
  right: 10%;
  height: 60px;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, .12), transparent 70%);
  filter: blur(8px);
  z-index: 0;
}

.demo-win {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .04), 0 20px 40px rgba(0, 0, 0, .08), 0 0 0 1px rgba(0, 0, 0, .03);
}

.demo-tbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.d-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.d-r {
  background: #ff5f57;
}

.d-y {
  background: #febc2e;
}

.d-g {
  background: #28c840;
}

.demo-tbar-label {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #9ca3af;
  font-family: 'JetBrains Mono', monospace;
}

.demo-body {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 300px;
}

.demo-sbr {
  background: #f9fafb;
  border-right: 1px solid #e5e7eb;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.demo-sitem {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 12.5px;
  font-weight: 500;
  color: #9ca3af;
  white-space: nowrap;
  transition: all .12s;
}

.demo-sitem:hover {
  background: #fff;
  color: #374151;
}

.demo-sitem.active {
  background: #fef2f2;
  color: #dc2626;
}

.demo-sep {
  height: 1px;
  background: #e5e7eb;
  margin: 6px 2px;
}

.demo-sep-label {
  font-size: 11px;
  color: #d1d5db;
  padding: 4px 10px;
  font-weight: 500;
}

.demo-chat {
  display: flex;
  flex-direction: column;
  padding: 18px;
  gap: 14px;
  background: #fff;
}

.dmsg {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.dmsg.usr {
  flex-direction: row-reverse;
}

.dav {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.dav-u {
  background: #fee2e2;
  color: #dc2626;
}

.dav-ai {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #fff;
  font-size: 10px;
}

.dbubble {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.6;
  color: #374151;
  max-width: 460px;
}

.dmsg.usr .dbubble {
  background: #fef2f2;
  border-color: #fecaca;
  color: #dc2626;
}

.dcode {
  background: #1e1e2e;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  padding: 14px 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  line-height: 1.75;
  color: #cdd6f4;
  white-space: pre-wrap;
  word-break: break-all;
  max-width: 520px;
}

.kw {
  color: #cba6f7;
}

.fn {
  color: #89b4fa;
}

.str {
  color: #a6e3a1;
}

.cm {
  color: #585b70;
}

.nu {
  color: #fab387;
}

.cursor {
  display: inline-block;
  width: 2px;
  height: 13px;
  background: #dc2626;
  animation: blink .9s step-end infinite;
  vertical-align: text-bottom;
  margin-left: 1px;
}

/* ── Logos ───────────────────────────────────────────────────── */
.logos-wrap {
  padding: 56px 0;
  background: #f9fafb;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  overflow: hidden;
}

.logos-label {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.logos-track {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
  gap: 64px;
  padding-right: 64px;
}

.logo-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-item img {
  width: auto;
  height: 80px;
  object-fit: contain;
  transition: all .3s ease;
}

/* ── Sections shared ─────────────────────────────────────────── */
section {
  padding: 96px 0;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 11px;
  border-radius: 99px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  font-size: 12px;
  font-weight: 600;
  color: #dc2626;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(26px, 3.6vw, 44px);
  font-weight: 700;
  color: #111827;
  letter-spacing: -.035em;
  line-height: 1.12;
  margin-bottom: 14px;
}

.section-sub {
  font-size: 16.5px;
  color: #6b7280;
  line-height: 1.7;
  font-weight: 400;
}

.section-hdr {
  margin-bottom: 60px;
}

.section-hdr.center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ── Features ────────────────────────────────────────────────── */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 32px 28px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.feat-card:hover {
  border-color: #fca5a5;
  box-shadow: 0 4px 20px rgba(220, 38, 38, .07);
  transform: translateY(-2px);
}

.feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #fee2e2;
  border: 1px solid #fecaca;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 20px;
}

.feat-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
  letter-spacing: -.01em;
}

.feat-desc {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.65;
}


/* ── How it Works — Pinned Scroll + Slide-Up Cards ───────────── */

/* Scroll driver: tall element gives scroll distance (N × 100vh set by JS) */
.hiw-scroll-driver {
  position: relative;
  background: #f9fafb;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
}

/* Sticky wrapper: pins the entire section to the viewport */
.hiw-sticky-wrap {
  position: sticky;
  top: 62px;
  /* offset below fixed navbar */
  height: calc(100vh - 62px);
  overflow: hidden;
  background: #f9fafb;
}

/* Container fills full height — center content vertically to avoid bottom gaps on tall screens */
.hiw-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px 0;
}

/* Section heading — fixed above the stage */
.hiw-hdr {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 36px;
}

.hiw-hdr .section-title {
  margin-bottom: 10px;
}

.hiw-hdr .section-sub {
  margin-bottom: 0;
}

/* Stage: height is responsive but has a strict minimum to preserve bottom padding */
.hiw-stage {
  position: relative;
  flex: none;
  height: clamp(580px, 65vh, 720px);
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

/* ── Each card: stacked absolutely, JS drives translateY ── */
.hiw-feature-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 0 0 0 52px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.04), 0 25px 50px -12px rgba(0, 0, 0, 0.06);
  will-change: transform;
}

/* ── LEFT: Text column — top aligned ──────────────────── */
.hiw-feature-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  gap: 28px;
  padding: 52px 0;
}

.hiw-text-top {
  flex-shrink: 0;
}

/* Step counter + title on same baseline row */
.hiw-meta {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
}

.hiw-num-pill {
  font-size: 13px;
  font-weight: 600;
  color: #b91c1c;
  /* darkened for WCAG AA contrast on light bg */
  background: rgba(220, 38, 38, 0.05);
  /* very light red bg */
  padding: 4px 10px;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  letter-spacing: .02em;
  white-space: nowrap;
  flex-shrink: 0;
}

.hiw-feature-title {
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
  color: #111827;
  letter-spacing: -.03em;
  line-height: 1.15;
  margin: 0;
  /* Prevent wrapping inside the flex meta row */
  min-width: 0;
}

.hiw-text-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hiw-feature-desc {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
}

/* "Start building →" plain text link */
.hiw-cta .btn-black-sm,
.hiw-cta a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14.5px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  transition: color .2s, gap .2s;
}

.hiw-cta .btn-black-sm:hover,
.hiw-cta a:hover {
  color: #dc2626;
  gap: 11px;
}

/* ── RIGHT: Visual column ───────────────────────────────── */
.hiw-feature-visual {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}

/* ACF image — no border, image fills naturally */
.hiw-image-inner {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  border-left: 1px solid #e5e7eb;
  background: transparent;
  display: flex;
  align-items: stretch;
}

.hiw-step-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hiw-card-placeholder {
  width: 100%;
  height: 100%;
  background: #fff;
  border-left: 1px solid #e5e7eb;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hiw-card-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
}

.hiw-card-label {
  margin-left: 8px;
  font-size: 12px;
  color: #9ca3af;
  font-family: 'JetBrains Mono', monospace;
}

.d-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.d-r {
  background: #ff5f57;
}

.d-y {
  background: #febc2e;
}

.d-g {
  background: #28c840;
}

/* ── Mobile: static stacked layout ─────────────────────── */
@media (max-width: 900px) {
  .hiw-scroll-driver {
    height: auto !important;
  }

  .hiw-sticky-wrap {
    position: relative;
    height: auto;
    padding: 64px 0;
  }

  .hiw-inner {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hiw-hdr {
    margin-bottom: 32px;
  }

  .hiw-stage {
    overflow: visible;
    height: auto;
  }

  .hiw-feature-card {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    transform: none !important;
    margin-bottom: 32px;
    padding: 32px 24px;
    gap: 32px;
  }

  .hiw-feature-card:last-child {
    margin-bottom: 0;
  }

  .hiw-feature-title {
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 8px;
  }

  .hiw-feature-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #4b5563;
  }

  .hiw-num-pill {
    font-size: 11px;
  }

  .hiw-feature-visual {
    min-height: auto;
    margin-top: 8px;
  }
}

@media (max-width: 475px) {
  .hiw-feature-desc {
    font-size: 16px;
    line-height: 1.6;
  }

  .hiw-feature-title {
    font-size: 19px;
  }

  .hiw-feature-card {
    padding: 24px 20px;
    gap: 24px;
  }
}



/* deploy card specifics */
.deploy-wrap {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.deploy-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-ic {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10.5px;
}

.ic-done {
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  color: #15803d;
}

.ic-run {
  background: #fef9c3;
  border: 1px solid #fde68a;
  color: #92400e;
}

.step-txt {
  font-size: 12.5px;
  color: #6b7280;
  font-family: 'JetBrains Mono', monospace;
}

.build-log {
  padding: 14px 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.bl-title {
  font-size: 11px;
  color: #9ca3af;
  font-family: 'JetBrains Mono', monospace;
  margin-bottom: 8px;
}

.bl-line {
  font-size: 11.5px;
  font-family: 'JetBrains Mono', monospace;
  line-height: 1.9;
}

.bl-t {
  color: #d1d5db;
}

.bl-ok {
  color: #16a34a;
}

.bl-n {
  color: #9ca3af;
}

.deploy-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #6b7280;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 7px rgba(34, 197, 94, .6);
}

.ver-tag {
  font-size: 12px;
  color: #9ca3af;
}

/* ── Pricing ─────────────────────────────────────────────────── */
.ptoggle {
  display: flex;
  align-items: center;
  gap: 0;
  background: #f3f4f6;
  border-radius: 10px;
  padding: 4px;
  margin: 0 auto 52px;
  width: fit-content;
}

.ptog-btn {
  padding: 7px 20px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  background: transparent;
  transition: all .15s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
}

.ptog-btn.active {
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.save-pill {
  padding: 2px 7px;
  border-radius: 99px;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  font-size: 11px;
  font-weight: 600;
  color: #15803d;
}

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

.plan-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 30px;
  transition: all .22s;
  display: flex;
  flex-direction: column;
}

.plan-card:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .07);
  transform: translateY(-2px);
}

.plan-card.pop {
  border-color: #dc2626;
  border-width: 2px;
  position: relative;
  box-shadow: 0 4px 20px rgba(220, 38, 38, .1);
}

.plan-card.pop:hover {
  box-shadow: 0 8px 32px rgba(220, 38, 38, .15);
}

.pop-tag {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #dc2626;
  color: #fff;
  padding: 4px 14px;
  border-radius: 0 0 8px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
}

.plan-name {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 7px;
}

.plan-desc {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 22px;
  line-height: 1.6;
  min-height: 42px;
}

.plan-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 22px;
}

.plan-amount-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.plan-amount {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  letter-spacing: -.04em;
  line-height: 1;
}

.plan-per {
  font-size: 14px;
  color: #9ca3af;
  font-weight: 400;
}

.plan-billed {
  font-size: 14px;
  color: #9ca3af;
  font-weight: 400;
  min-height: 21px;
}

.plan-divider {
  height: 1px;
  background: #f3f4f6;
  margin: 22px 0;
}

.plan-features {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 26px;
  flex-grow: 1;
}

.plan-feat {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  color: #374151;
}

.feat-check {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #15803d;
}

.feat-x {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #d1d5db;
}

.plan-btn {
  width: 100%;
  height: 42px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  background: #f9fafb;
  color: #374151;
  border: 1px solid #e5e7eb;
  transition: all .15s;
  font-family: inherit;
  white-space: nowrap;
  padding: 0 16px;
}

.plan-btn:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

.plan-btn.red {
  background: #dc2626;
  color: #fff;
  border-color: #dc2626;
  box-shadow: 0 2px 6px rgba(220, 38, 38, .25);
}

.plan-btn.red:hover {
  background: #b91c1c;
  box-shadow: 0 4px 14px rgba(220, 38, 38, .3);
}

/* ── Testimonials ────────────────────────────────────────────── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.testi-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px;
  transition: all .22s;
}

.testi-card:hover {
  border-color: #fca5a5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
  transform: translateY(-2px);
}

.testi-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
}

.testi-stars span {
  color: #f59e0b;
  font-size: 13px;
}

.testi-quote {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 20px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testi-av {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.testi-name {
  font-size: 13.5px;
  font-weight: 600;
  color: #111827;
}

.testi-role {
  font-size: 12px;
  color: #9ca3af;
}

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq-list {
  max-width: 700px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #f3f4f6;
}

.faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  gap: 16px;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: color .15s;
  font-family: inherit;
}

.faq-trigger:hover {
  color: #dc2626;
}

.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #9ca3af;
  font-size: 17px;
  line-height: 1;
  transition: all .2s;
}

.faq-item.open .faq-icon {
  background: #fef2f2;
  border-color: #fecaca;
  color: #dc2626;
  transform: rotate(45deg);
}

.faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}

.faq-item.open .faq-body {
  grid-template-rows: 1fr;
}

.faq-body>div {
  overflow: hidden;
}

.faq-answer {
  padding: 0 0 18px;
  font-size: 14.5px;
  color: #6b7280;
  line-height: 1.7;
}

/* ── CTA ─────────────────────────────────────────────────────── */
section {}

.cta-section {
  background: #fef2f2;
}

.cta-box {
  /* background: #fff;
  border: 1px solid #fecaca;
  border-radius: 24px; */
  /* padding: 72px 48px; */
  text-align: center;
  /* box-shadow: 0 4px 6px rgba(220, 38, 38, .04), 0 20px 50px rgba(220, 38, 38, .06); */
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* height: 2px; */
  /* background: linear-gradient(90deg, transparent, #dc2626 40%, #dc2626 60%, transparent); */
}

.cta-box h2 {
  font-size: clamp(26px, 3.8vw, 46px);
  font-weight: 700;
  color: #111827;
  letter-spacing: -.03em;
  margin-bottom: 14px;
  line-height: 1.12;
}

.cta-box p {
  font-size: 17px;
  color: #6b7280;
  margin-bottom: 36px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.email-row {
  display: flex;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto 14px;
  justify-content: center;
}

@media (max-width: 620px) {
  .email-row {
    flex-direction: column;
    max-width: 100%;
    gap: 12px;
  }

  .email-inp {
    width: 100%;
    height: 48px !important;
  }
}

.email-inp {
  height: 48px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14.5px;
  color: #111827;
  font-family: inherit;
  outline: none;
  width: 400px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  transition: border-color .15s, box-shadow .15s;
}

.email-inp::placeholder {
  color: #9ca3af;
}

.email-inp:focus {
  border-color: rgba(220, 38, 38, .4);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .08);
}

.cta-note {
  font-size: 12.5px;
  color: #9ca3af;
}



/* ── Stats ──────────────────────────────────────────────────── */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .02);
}

.stat-cell {
  background: #fff;
  padding: 40px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-num {
  font-size: clamp(36px, 4.8vw, 48px);
  font-weight: 800;
  color: #dc2626;
  margin-bottom: 40px;
  line-height: 1;
}

.stat-label {
  font-size: 14.5px;
  color: #4b5563;
  font-weight: 500;
  line-height: 1.4;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media(max-width:1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr repeat(3, 1fr);
    gap: 32px;
  }
}

@media(max-width:960px) {
  .feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

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

  .stat-cell {
    padding: 56px 20px;
  }

  .stat-num {
    margin-bottom: 20px;
  }
}

@media(max-width:620px) {
  .feat-grid {
    grid-template-columns: 1fr;
  }

  .demo-body {
    grid-template-columns: 1fr;
  }

  .demo-sbr {
    display: none;
  }

  .hero h1 {
    font-size: clamp(32px, 8vw, 48px);
    letter-spacing: -.025em;
  }

  .email-row {
    flex-direction: column;
  }

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

  .stats-strip {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .stat-cell {
    padding: 32px 12px;
  }

  .stat-num {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .hero {
    padding: 0;
    min-height: auto;
  }

  .hero-main {
    flex: none;
  }
}

/* ── Hero ────────────────────────────────────────────────────── */
.hero {
  position: relative;
  padding: 130px 0 80px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #fff6f5 0%, #ffffff 55%);
}

.hero-glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 700px;
  background: radial-gradient(ellipse at 50% 20%, rgba(220, 38, 38, .09) 0%, rgba(220, 38, 38, .03) 50%, transparent 75%);
  pointer-events: none;
  animation: glow-breathe 5s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px 5px 6px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 600;
  color: #b91c1c;
  margin-bottom: 28px;
}

.badge-dot {
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background: #fee2e2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-dot::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dc2626;
  box-shadow: 0 0 6px rgba(220, 38, 38, .6);
  animation: pulse 2s ease-in-out infinite;
}

.hero h1 {
  font-size: clamp(38px, 6.5vw, 76px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  color: #111827;
  margin-bottom: 60px;
}

.hero p {
  font-size: clamp(16px, 1.8vw, 19px);
  color: #6b7280;
  margin: 0 auto 36px;
  line-height: 1.7;
  font-weight: 400;
}

.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.hero-note {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 72px;
  font-weight: 400;
}

/* hero demo */
.hero-demo {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.demo-shadow {
  position: absolute;
  bottom: -30px;
  left: 10%;
  right: 10%;
  height: 60px;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, .12), transparent 70%);
  filter: blur(8px);
  z-index: 0;
}

.demo-win {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .04), 0 20px 40px rgba(0, 0, 0, .08), 0 0 0 1px rgba(0, 0, 0, .03);
}

.demo-tbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.d-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.d-r {
  background: #ff5f57;
}

.d-y {
  background: #febc2e;
}

.d-g {
  background: #28c840;
}

.demo-tbar-label {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #9ca3af;
  font-family: 'JetBrains Mono', monospace;
}

.demo-body {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 300px;
}

.demo-sbr {
  background: #f9fafb;
  border-right: 1px solid #e5e7eb;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.demo-sitem {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 12.5px;
  font-weight: 500;
  color: #9ca3af;
  white-space: nowrap;
  transition: all .12s;
}

.demo-sitem:hover {
  background: #fff;
  color: #374151;
}

.demo-sitem.active {
  background: #fef2f2;
  color: #dc2626;
}

.demo-sep {
  height: 1px;
  background: #e5e7eb;
  margin: 6px 2px;
}

.demo-sep-label {
  font-size: 11px;
  color: #d1d5db;
  padding: 4px 10px;
  font-weight: 500;
}

.demo-chat {
  display: flex;
  flex-direction: column;
  padding: 18px;
  gap: 14px;
  background: #fff;
}

.dmsg {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.dmsg.usr {
  flex-direction: row-reverse;
}

.dav {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.dav-u {
  background: #fee2e2;
  color: #dc2626;
}

.dav-ai {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #fff;
  font-size: 10px;
}

.dbubble {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.6;
  color: #374151;
  max-width: 460px;
}

.dmsg.usr .dbubble {
  background: #fef2f2;
  border-color: #fecaca;
  color: #dc2626;
}

.dcode {
  background: #1e1e2e;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  padding: 14px 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  line-height: 1.75;
  color: #cdd6f4;
  white-space: pre-wrap;
  word-break: break-all;
  max-width: 520px;
}

.kw {
  color: #cba6f7;
}

.fn {
  color: #89b4fa;
}

.str {
  color: #a6e3a1;
}

.cm {
  color: #585b70;
}

.nu {
  color: #fab387;
}

.cursor {
  display: inline-block;
  width: 2px;
  height: 13px;
  background: #dc2626;
  animation: blink .9s step-end infinite;
  vertical-align: text-bottom;
  margin-left: 1px;
}

/* ── Logos ───────────────────────────────────────────────────── */
.logos-wrap {
  padding: 56px 0;
  background: #f9fafb;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  overflow: hidden;
}

.logos-label {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.logos-track {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
}

.logo-item {
  display: flex;
  align-items: center;
  transition: opacity .2s;
  flex-shrink: 0;
}

.logo-item:hover {
  opacity: .75;
}

.logo-name {
  font-size: 15px;
  font-weight: 700;
  color: #374151;
  letter-spacing: -.02em;
}

/* ── Sections shared ─────────────────────────────────────────── */
section {
  padding: 96px 0;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 11px;
  border-radius: 99px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  font-size: 12px;
  font-weight: 600;
  color: #dc2626;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(26px, 3.6vw, 44px);
  font-weight: 700;
  color: #111827;
  letter-spacing: -.035em;
  line-height: 1.12;
  margin-bottom: 14px;
}

.section-sub {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 40px;
}

.section-hdr {
  margin-bottom: 60px;
}

.section-hdr.center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.feat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 32px 28px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.feat-card:hover {
  border-color: #fca5a5;
  box-shadow: 0 4px 20px rgba(220, 38, 38, .07);
  transform: translateY(-2px);
}

.feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #fee2e2;
  border: 1px solid #fecaca;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 20px;
}

.feat-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
  letter-spacing: -.01em;
}

.feat-desc {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.65;
}


/* deploy card specifics */
.deploy-wrap {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.deploy-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-ic {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10.5px;
}

.ic-done {
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  color: #15803d;
}

.ic-run {
  background: #fef9c3;
  border: 1px solid #fde68a;
  color: #92400e;
}

.step-txt {
  font-size: 12.5px;
  color: #6b7280;
  font-family: 'JetBrains Mono', monospace;
}

.build-log {
  padding: 14px 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.bl-title {
  font-size: 11px;
  color: #9ca3af;
  font-family: 'JetBrains Mono', monospace;
  margin-bottom: 8px;
}

.bl-line {
  font-size: 11.5px;
  font-family: 'JetBrains Mono', monospace;
  line-height: 1.9;
}

.bl-t {
  color: #d1d5db;
}

.bl-ok {
  color: #16a34a;
}

.bl-n {
  color: #9ca3af;
}

.deploy-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #6b7280;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 7px rgba(34, 197, 94, .6);
}

.ver-tag {
  font-size: 12px;
  color: #9ca3af;
}

/* ── Pricing ─────────────────────────────────────────────────── */
.ptoggle {
  display: flex;
  align-items: center;
  gap: 0;
  background: #f3f4f6;
  border-radius: 10px;
  padding: 4px;
  margin: 0 auto 52px;
  width: fit-content;
}

.ptog-btn {
  padding: 7px 20px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  background: transparent;
  transition: all .15s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
}

.ptog-btn.active {
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.save-pill {
  padding: 2px 7px;
  border-radius: 99px;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  font-size: 11px;
  font-weight: 600;
  color: #15803d;
}

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

.plan-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 30px;
  transition: all .22s;
  display: flex;
  flex-direction: column;
}

.plan-card:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .07);
  transform: translateY(-2px);
}

.plan-card.pop {
  border-color: #dc2626;
  border-width: 2px;
  position: relative;
  box-shadow: 0 4px 20px rgba(220, 38, 38, .1);
}

.plan-card.pop:hover {
  box-shadow: 0 8px 32px rgba(220, 38, 38, .15);
}

.pop-tag {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #dc2626;
  color: #fff;
  padding: 4px 14px;
  border-radius: 0 0 8px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
}

.plan-name {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 7px;
}

.plan-desc {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 22px;
  line-height: 1.6;
  min-height: 42px;
}

.plan-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 22px;
}

.plan-amount-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.plan-amount {
  font-size: 44px;
  font-weight: 700;
  color: #111827;
  letter-spacing: -.04em;
  line-height: 1;
}

.plan-per {
  font-size: 14px;
  color: #9ca3af;
  font-weight: 400;
}

.plan-billed {
  font-size: 14px;
  color: #9ca3af;
  font-weight: 400;
  min-height: 21px;
}

.plan-divider {
  height: 1px;
  background: #f3f4f6;
  margin: 22px 0;
}

.plan-features {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 26px;
  flex-grow: 1;
}

.plan-feat {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  color: #374151;
}

.feat-check {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #15803d;
}

.feat-x {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #d1d5db;
}

.plan-btn {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  background: #f9fafb;
  color: #374151;
  border: 1px solid #e5e7eb;
  transition: all .15s;
  font-family: inherit;
  white-space: nowrap;
  padding: 0 16px;
}

.plan-btn:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

.plan-btn.red {
  background: #dc2626;
  color: #fff;
  border-color: #dc2626;
  box-shadow: 0 2px 6px rgba(220, 38, 38, .25);
}

.plan-btn.red:hover {
  background: #b91c1c;
  box-shadow: 0 4px 14px rgba(220, 38, 38, .3);
}

/* ── Testimonials ────────────────────────────────────────────── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.testi-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px;
  transition: all .22s;
}

.testi-card:hover {
  border-color: #fca5a5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
  transform: translateY(-2px);
}

.testi-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
}

.testi-stars span {
  color: #f59e0b;
  font-size: 13px;
}

.testi-quote {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 20px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testi-av {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.testi-name {
  font-size: 13.5px;
  font-weight: 600;
  color: #111827;
}

.testi-role {
  font-size: 12px;
  color: #9ca3af;
}

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq-list {
  max-width: 700px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #f3f4f6;
}

.faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  gap: 16px;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: color .15s;
  font-family: inherit;
}

.faq-trigger:hover {
  color: #dc2626;
}

.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #9ca3af;
  font-size: 17px;
  line-height: 1;
  transition: all .2s;
}

.faq-item.open .faq-icon {
  background: #fef2f2;
  border-color: #fecaca;
  color: #dc2626;
  transform: rotate(45deg);
}

.faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}

.faq-item.open .faq-body {
  grid-template-rows: 1fr;
}

.faq-body>div {
  overflow: hidden;
}

.faq-answer {
  padding: 0 0 18px;
  font-size: 14.5px;
  color: #6b7280;
  line-height: 1.7;
}

/* ── CTA ─────────────────────────────────────────────────────── */
section {}

.cta-section {
  background: #fef2f2;
}

.cta-box {
  /* background: #fff;
  border: 1px solid #fecaca;
  border-radius: 24px; */
  /* padding: 72px 48px; */
  text-align: center;
  /* box-shadow: 0 4px 6px rgba(220, 38, 38, .04), 0 20px 50px rgba(220, 38, 38, .06); */
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* height: 2px; */
  /* background: linear-gradient(90deg, transparent, #dc2626 40%, #dc2626 60%, transparent); */
}

.cta-box h2 {
  font-size: clamp(26px, 3.8vw, 46px);
  font-weight: 700;
  color: #111827;
  letter-spacing: -.03em;
  margin-bottom: 14px;
  line-height: 1.12;
}

.cta-box p {
  font-size: 17px;
  color: #6b7280;
  margin-bottom: 36px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.email-row {
  display: flex;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto 14px;
  justify-content: center;
}

@media (max-width: 620px) {
  .email-row {
    flex-direction: column;
    max-width: 100%;
    gap: 12px;
  }

  .email-inp {
    width: 100%;
    height: 48px !important;
  }
}

.email-inp {
  height: 48px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14.5px;
  color: #111827;
  font-family: inherit;
  outline: none;
  width: 400px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  transition: border-color .15s, box-shadow .15s;
}

.email-inp::placeholder {
  color: #9ca3af;
}

.email-inp:focus {
  border-color: rgba(220, 38, 38, .4);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .08);
}

.cta-note {
  font-size: 12.5px;
  color: #9ca3af;
}



/* ── Stats ──────────────────────────────────────────────────── */
.stats-section {
  padding: 0 0 96px;
  background: #fff;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .02);
}

.stat-cell {
  background: #fff;
  padding: 40px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-num {
  font-size: clamp(36px, 4.8vw, 48px);
  font-weight: 800;
  color: #dc2626;
  margin-bottom: 40px;
  line-height: 1;
}

.stat-label {
  font-size: 14.5px;
  color: #4b5563;
  font-weight: 500;
  line-height: 1.4;
}

/* Laptop / Small Height Optimization */
@media (max-height: 800px) {
  .hero-badge {
    margin-bottom: 18px;
  }

  .hero h1 {
    margin-bottom: 16px;
  }

  .hero p {
    margin-bottom: 24px;
  }

  .prompt-examples {
    margin-top: 18px;
  }
}

@media (max-width: 1024px) {
  .hero h1 {
    font-size: clamp(34px, 7vw, 60px);
  }

  .hero-content {
    padding: 0 28px;
  }
}

/* ── Tablet hero spacing (iPad mini 768 → iPad Pro 1024) ─────── */
@media (min-width: 621px) and (max-width: 1024px) {
  .hero {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 24px;
  }

  /* Stop hero-content from stretching to fill remaining height */
  .hero-content {
    flex: none;
  }

  .hero-prompt-area {
    padding: 20px 0 28px;
  }
}

/* ── Enterprise Section ───────────────────────────────────────── */
.enterprise-row {
  margin-top: 48px;
  width: 100%;
}

.ent-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 32px 40px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
}

.ent-card:hover {
  border-color: #dc262620;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .03);
}

.ent-icon {
  width: 52px;
  height: 52px;
  background: #fef2f2;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ent-body {
  flex: 1;
}

.ent-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 24px;
}

.ent-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px;
  letter-spacing: -.01em;
}

.ent-desc {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
  max-width: 100%;
}

.btn-sales {
  background: #ffffff;
  color: #374151;
  border: 1px solid #e5e7eb;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
}

.btn-sales:hover {
  border-color: #dc2626;
  color: #dc2626;
  background: #fff;
}

.ent-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.ent-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4b5563;
  font-weight: 500;
}

.ent-tag .tc {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #15803d;
  font-weight: 700;
}

@media(max-width: 850px) {
  .ent-card {
    flex-direction: column;
    padding: 32px 24px;
    gap: 20px;
  }

  .ent-top {
    flex-direction: column;
    gap: 20px;
  }

  .btn-sales {
    width: 100%;
    justify-content: center;
  }

  .ent-tags {
    gap: 12px;
  }

  .ent-tag {
    width: 100%;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 8px;
  }
}


/* ── Responsive ──────────────────────────────────────────────── */
@media(max-width:1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr repeat(3, 1fr);
    gap: 32px;
  }
}

@media(max-width:960px) {
  .feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .section-title {
    white-space: normal;
    font-size: 28px;
  }

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

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

  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-main {
    justify-content: center;
  }

  .stat-cell {
    padding: 56px 20px;
  }

  .stat-num {
    margin-bottom: 20px;
  }
}

@media(max-width:620px) {
  .feat-grid {
    grid-template-columns: 1fr;
  }

  .demo-body {
    grid-template-columns: 1fr;
  }

  .demo-sbr {
    display: none;
  }

  .hero h1 {
    font-size: clamp(32px, 8vw, 48px);
    letter-spacing: -.025em;
  }

  .email-row {
    flex-direction: column;
  }

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

  .stats-strip {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .stat-cell {
    padding: 32px 12px;
  }

  .stat-num {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .hero-main {
    justify-content: center;
  }

  .hiw-scroll-driver {
    padding: 0 28px;
  }
}