body .site-bot-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, #0f7a78 0%, #2563eb 54%, #163756 100%);
  box-shadow: 0 18px 34px rgba(17, 54, 86, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body .site-bot-mark::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18%;
  width: 0.9rem;
  height: 1rem;
  transform: translateX(-50%);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 32%, transparent 34%) center top / 0.9rem 0.9rem no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74)) center 0.38rem / 2px 0.68rem no-repeat;
  filter: drop-shadow(0 3px 5px rgba(15, 31, 52, 0.18));
}

body .site-bot-mark::after {
  content: "";
  position: absolute;
  inset: -8%;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.26);
  opacity: 0.82;
}

body .site-bot-face {
  position: absolute;
  inset: 0;
}

body .site-bot-face::before,
body .site-bot-face::after {
  content: "";
  position: absolute;
}

body .site-bot-face::before {
  inset: 24% 18% 30%;
  border-radius: 15px;
  background:
    radial-gradient(circle at 34% 50%, #0f6e79 0 9%, transparent 10%),
    radial-gradient(circle at 66% 50%, #0f6e79 0 9%, transparent 10%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(229, 244, 249, 0.95));
  box-shadow: inset 0 -1px 0 rgba(9, 47, 77, 0.08);
}

body .site-bot-face::after {
  left: 29%;
  right: 29%;
  bottom: 22%;
  height: 12%;
  border-radius: 999px;
  background: rgba(14, 83, 108, 0.88);
}

body .site-bot-mark-sm {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 1rem;
}

body .site-bot-mark-xs {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.1rem;
  flex: 0 0 auto;
  border-radius: 0.75rem;
}

body .site-bot-mark-xs::before {
  width: 0.56rem;
  height: 0.68rem;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 32%, transparent 34%) center top / 0.56rem 0.56rem no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74)) center 0.24rem / 2px 0.36rem no-repeat;
}

body .site-bot-mark-orb {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 1.45rem;
  box-shadow:
    0 28px 48px rgba(37, 99, 235, 0.28),
    0 0 0 10px rgba(255, 255, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

body .site-bot-mark-orb::before {
  width: 1.25rem;
  height: 1.3rem;
}

body .home-hero-shell {
  position: relative;
}

body .home-hero-shell::before {
  content: "";
  position: absolute;
  inset: 1.5rem 0 auto auto;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.1), transparent 62%);
  filter: blur(6px);
  pointer-events: none;
}

body .hero-proof-band {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

body .hero-proof-band span {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.35rem 0.72rem;
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #0e7490;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body .hero-proof-band span:hover {
  border-color: rgba(14, 116, 144, 0.22);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

body .hero-control-grid {
  display: grid;
  gap: 0.85rem;
}

body .hero-control-card {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.72));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

body .hero-control-card strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #0f172a;
  font-size: 0.95rem;
}

body .hero-control-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.6;
}

body .hero-stage {
  padding-top: 2.2rem;
  padding-bottom: 2rem;
}

body .hero-stage .widget-mockup {
  position: relative;
  z-index: 2;
}

body .hero-stage-note {
  position: absolute;
  z-index: 3;
  max-width: 15rem;
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.09);
  backdrop-filter: blur(12px);
}

body .hero-control-card:hover,
body .hero-stage-note:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
}

body .hero-control-card:hover {
  border-color: rgba(37, 99, 235, 0.18);
}

body .market-pulse-grid,
body .market-fit-grid,
body .feature-stack-grid,
body .compare-lens-grid {
  display: grid;
  gap: 0.95rem;
}

body .market-pulse-card,
body .compare-lens-card {
  padding: 1.15rem 1.15rem 1.05rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.82));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

body .market-pulse-card strong,
body .compare-lens-card strong {
  display: block;
  margin: 0.45rem 0 0.3rem;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.4;
}

body .market-pulse-card p,
body .compare-lens-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.65;
}

body .market-fit-grid .card,
body .feature-stack-grid .card {
  position: relative;
  overflow: hidden;
}

body .market-fit-grid .card::before,
body .feature-stack-grid .card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.22rem;
  background: linear-gradient(90deg, rgba(8, 145, 178, 0.92), rgba(37, 99, 235, 0.7));
}

body .compare-callout {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(8, 145, 178, 0.14);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(236, 254, 255, 0.74), rgba(255, 255, 255, 0.92));
  text-align: center;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.04);
}

body .compare-callout strong {
  display: block;
  margin-bottom: 0.22rem;
  color: #0f172a;
}

body .compare-callout p {
  margin: 0;
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.65;
}

body .pricing-guide-grid,
body .pricing-checklist-grid,
body .compare-fit-grid,
body .compare-priority-grid {
  display: grid;
  gap: 0.95rem;
}

body .pricing-guide-card,
body .pricing-checklist-card,
body .compare-fit-card,
body .compare-priority-card {
  padding: 1.15rem 1.15rem 1.05rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.82));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

body .pricing-guide-kicker,
body .compare-fit-kicker,
body .pricing-mix-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.1);
  color: #0e7490;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .pricing-guide-card strong,
body .pricing-checklist-card strong,
body .compare-fit-card strong,
body .compare-priority-card strong {
  display: block;
  margin: 0.48rem 0 0.3rem;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.45;
}

body .pricing-guide-card p,
body .pricing-checklist-card p,
body .compare-fit-card p,
body .compare-priority-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.65;
}

body .pricing-seat-fit {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(14, 116, 144, 0.08);
  color: #0e7490;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
}

body .pricing-mix-panel,
body .pricing-cta-panel,
body .compare-cta-panel {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.9rem;
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.14), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #10213b 52%, #0b1220 100%);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.24);
}

body .pricing-mix-grid {
  display: grid;
  gap: 0.8rem;
}

body .pricing-mix-card {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

body .pricing-mix-card strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #f8fafc;
  font-size: 0.92rem;
}

body .pricing-mix-card p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.83rem;
  line-height: 1.6;
}

body .home-story-grid,
body .page-visual-panel {
  display: grid;
  gap: 1rem;
}

body .home-photo-grid {
  display: grid;
  gap: 0.9rem;
}

body .home-photo-card,
body .page-visual-media {
  position: relative;
  overflow: hidden;
  min-height: 15rem;
  border-radius: 1.55rem;
  background: #0f172a;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

body .home-photo-card-lg {
  min-height: 19rem;
}

body .home-photo-card::after,
body .page-visual-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.72));
  pointer-events: none;
}

body .home-photo-card img,
body .page-visual-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .home-photo-caption,
body .page-visual-caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.1rem;
  background: rgba(15, 23, 42, 0.54);
  backdrop-filter: blur(14px);
}

body .home-photo-caption span {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  padding: 0.2rem 0.56rem;
  border-radius: 999px;
  background: rgba(165, 243, 252, 0.14);
  color: #a5f3fc;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .home-photo-caption strong,
body .page-visual-caption strong {
  display: block;
  margin-top: 0.55rem;
  color: #f8fafc;
  font-size: 0.96rem;
  line-height: 1.45;
}

body .page-visual-caption {
  color: #cbd5e1;
  font-size: 0.83rem;
  line-height: 1.6;
}

body .page-visual-copy {
  padding: 0.2rem 0;
}

body .page-visual-copy h3 {
  margin: 0.95rem 0 0.55rem;
  color: #0f172a;
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

body .page-visual-copy > p {
  margin: 0;
  max-width: 38rem;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.75;
}

body .page-visual-points {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

body .page-visual-point {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.82));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

body .page-visual-point strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #0f172a;
  font-size: 0.94rem;
}

body .page-visual-point p {
  margin: 0;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.6;
}

body .home-journey-grid {
  display: grid;
  gap: 0.95rem;
}

body .home-journey-card {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 1.15rem 1.15rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.82));
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

body .home-journey-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.24rem;
  background: linear-gradient(90deg, rgba(8, 145, 178, 0.92), rgba(37, 99, 235, 0.72));
}

body .home-journey-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08);
}

body .home-journey-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.12), rgba(37, 99, 235, 0.14));
  color: #0e7490;
  font-size: 0.78rem;
  font-weight: 800;
}

body .home-journey-card strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.4;
}

body .home-journey-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.65;
}

body .home-journey-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  color: #0e7490;
  font-size: 0.83rem;
  font-weight: 700;
}

body .home-journey-link:hover {
  color: #0f172a;
}

body .home-journey-link::after {
  content: "\2192";
  margin-left: 0.35rem;
  transition: transform 140ms ease;
}

body .home-journey-link:hover::after {
  transform: translateX(2px);
}

body .home-cta-panel {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.9rem;
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.14), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #10213b 52%, #0b1220 100%);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.24);
}

body .home-cta-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.32rem 0.64rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #a5f3fc;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .home-cta-proof {
  display: grid;
  gap: 0.8rem;
}

body .home-cta-proof-item {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

body .home-cta-proof-item strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #f8fafc;
  font-size: 0.92rem;
}

body .home-cta-proof-item p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.83rem;
  line-height: 1.6;
}

body .hero-stage-note-label {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.1);
  color: #0e7490;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .hero-stage-note strong {
  display: block;
  margin: 0.55rem 0 0.25rem;
  color: #0f172a;
  font-size: 0.95rem;
  line-height: 1.4;
}

body .hero-stage-note p {
  margin: 0;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.55;
}

body .hero-stage-note-top {
  top: 0;
  right: -1.7rem;
}

body .hero-stage-note-bottom {
  left: -2rem;
  bottom: 0.4rem;
}

body .hero-launch-orb {
  z-index: 4;
}

body .widget-mockup-header .site-bot-mark-sm {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 18px rgba(15, 23, 42, 0.12);
}

body .widget-mockup-header .site-bot-face::before {
  background:
    radial-gradient(circle at 34% 50%, #2563eb 0 9%, transparent 10%),
    radial-gradient(circle at 66% 50%, #2563eb 0 9%, transparent 10%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(239, 246, 255, 0.95));
}

body .widget-mockup-body .site-bot-mark-xs {
  box-shadow: 0 10px 18px rgba(37, 99, 235, 0.16);
}

@media (min-width: 64rem) {
  body .home-story-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.9fr);
    align-items: start;
  }

  body .home-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .home-photo-card-lg {
    grid-column: 1 / -1;
  }

  body .hero-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .pricing-guide-grid,
  body .pricing-checklist-grid,
  body .compare-priority-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body .compare-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  body .pricing-mix-panel,
  body .pricing-cta-panel,
  body .compare-cta-panel {
    grid-template-columns: minmax(0, 1.45fr) minmax(19rem, 0.95fr);
    align-items: center;
    padding: 2rem;
  }

  body .page-visual-panel {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.95fr);
    align-items: center;
    padding: 0.25rem 0;
  }

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

  body .home-cta-panel {
    grid-template-columns: minmax(0, 1.45fr) minmax(19rem, 0.95fr);
    align-items: center;
    padding: 2rem;
  }

  body .market-pulse-grid,
  body .market-fit-grid,
  body .feature-stack-grid,
  body .compare-lens-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 63.999rem) {
  body .hero-stage {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  body .hero-stage-note {
    position: static;
    max-width: none;
    margin-bottom: 0.9rem;
  }

  body .hero-stage-note-bottom {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  body .hero-launch-orb {
    right: 0.35rem;
    bottom: -0.9rem;
  }

  body .pricing-mix-panel,
  body .pricing-cta-panel,
  body .compare-cta-panel {
    padding: 1.35rem;
  }

  body .home-cta-panel {
    padding: 1.35rem;
  }
}

@media (min-width: 80rem) {
  body .market-pulse-grid,
  body .compare-lens-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

@media (min-width: 90rem) {
  body .home-journey-grid {
    gap: 1.25rem;
  }

  body .market-pulse-card,
  body .compare-lens-card,
  body .pricing-guide-card,
  body .pricing-checklist-card,
  body .compare-fit-card,
  body .compare-priority-card {
    padding: 1.35rem 1.35rem 1.25rem;
  }

  body .home-cta-panel,
  body .pricing-mix-panel,
  body .pricing-cta-panel,
  body .compare-cta-panel {
    padding: 2.5rem;
  }

  body .hero-control-card {
    padding: 1.15rem 1.2rem;
  }

  body .home-photo-card {
    min-height: 17rem;
  }

  body .home-photo-card-lg {
    min-height: 22rem;
  }
}

/* Template gallery */

body .template-card {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.35rem;
  background: white;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body .template-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
  border-color: rgba(37, 99, 235, 0.2);
}

body .template-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  border-radius: 0.35rem;
}

body .template-launcher {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

body .template-launcher-circle {
  border-radius: 50%;
}

body .template-launcher-pill {
  border-radius: 1rem;
}

body .template-card-body {
  padding: 1rem 1.15rem 1.15rem;
}

body .template-card-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

body .template-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(14, 116, 144, 0.08);
  color: #0e7490;
  font-size: 0.7rem;
  font-weight: 700;
}

body .template-badge-ai {
  background: rgba(30, 41, 59, 0.08);
  color: #334155;
}

body .template-shape {
  font-size: 0.68rem;
  color: #94a3b8;
  font-weight: 500;
}

body .template-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

body .template-prompts span {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.6rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 500;
  color: #64748b;
  background: rgba(248, 250, 252, 0.8);
}

body .template-filter-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  background: white;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 140ms ease;
}

body .template-filter-btn:hover {
  border-color: rgba(37, 99, 235, 0.2);
  color: #334155;
}

body .template-filter-btn.active {
  background: #0f172a;
  border-color: #0f172a;
  color: white;
}

/* ── Compare page: competitor tabs + pills ────────────────────────── */

body .compare-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0.5rem;
  background: rgba(236, 254, 255, 0.55);
  border: 1px solid rgba(8, 145, 178, 0.12);
  border-radius: 9999px;
  width: fit-content;
}

body .compare-tab {
  padding: 0.55rem 1.1rem;
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0e7490;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(8, 145, 178, 0.18);
  transition: all 140ms ease;
}

body .compare-tab:hover {
  background: #0891b2;
  color: #fff;
  border-color: #0891b2;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(8, 145, 178, 0.22);
}

body .scroll-mt-24 {
  scroll-margin-top: 5.5rem;
}

body .compare-yes {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 9999px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.3;
  border: 1px solid rgba(8, 145, 178, 0.18);
}

body .compare-partial {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 9999px;
  background: #fffbeb;
  color: #b45309;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.3;
  border: 1px solid rgba(245, 158, 11, 0.22);
}

body .compare-no {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 9999px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.3;
  border: 1px solid rgba(239, 68, 68, 0.18);
}

/* ── Home: logo wall ──────────────────────────────────────────────── */

body .logo-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.75rem;
  align-items: center;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
}

body .logo-wall-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  color: #94a3b8;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: all 180ms ease;
}

body .logo-wall-item:hover {
  color: #0891b2;
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-1px);
}

body .logo-wall-item svg {
  max-height: 100%;
  width: auto;
}

@media (max-width: 768px) {
  body .logo-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.25rem;
  }
}

/* ── Home: testimonial cards ──────────────────────────────────────── */

body .testimonial-card {
  position: relative;
  padding: 1.75rem 1.5rem 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-left: 3px solid #0891b2;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 18px 44px rgba(15, 23, 42, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body .testimonial-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06), 0 22px 48px rgba(15, 23, 42, 0.08);
}

body .testimonial-quote {
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

body .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body .testimonial-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #06b6d4, #0e7490);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

body .testimonial-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.25;
}

body .testimonial-role {
  display: block;
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 500;
  margin-top: 0.1rem;
}

/* ── Home: product showcase rows ──────────────────────────────────── */

body .product-showcase {
  display: grid;
  gap: 1.5rem;
}

body .product-showcase-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2rem;
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(236, 254, 255, 0.4) 0%, #fff 55%);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 18px 44px rgba(15, 23, 42, 0.05);
}

body .product-showcase-row:nth-child(even) .product-showcase-media {
  order: 2;
}

body .product-showcase-media {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #f8fafc;
  aspect-ratio: 16 / 10;
  position: relative;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

body .product-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body .product-showcase-media-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #94a3b8;
  background:
    linear-gradient(135deg, rgba(6, 182, 212, 0.08) 0%, rgba(14, 116, 144, 0.04) 100%),
    repeating-linear-gradient(45deg, rgba(148, 163, 184, 0.08) 0 6px, transparent 6px 14px);
}

body .product-showcase-kicker {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
}

body .product-showcase-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

body .product-showcase-copy {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.7;
}

body .product-showcase-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: #475569;
}

body .product-showcase-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

body .product-showcase-list li::before {
  content: "";
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.55rem;
  border-radius: 9999px;
  background: #06b6d4;
}

@media (max-width: 768px) {
  body .product-showcase-row {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    gap: 1.5rem;
  }

  body .product-showcase-row:nth-child(even) .product-showcase-media {
    order: 0;
  }
}

/* ── Home: hero product collage ───────────────────────────────────── */

body .hero-product-collage {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(6, 182, 212, 0.22), transparent 55%),
    linear-gradient(135deg, #e0f7fa 0%, #f0fdfa 55%, #fff 100%);
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

body .hero-product-collage-inbox {
  position: absolute;
  inset: 1.5rem 1.5rem auto 1.5rem;
  height: 70%;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

body .hero-product-collage-inbox img,
body .hero-product-collage-inbox-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body .hero-product-collage-inbox-placeholder {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  gap: 0.55rem;
}

body .hero-product-collage-inbox-placeholder .row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.6rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  font-size: 0.65rem;
  color: #475569;
}

body .hero-product-collage-inbox-placeholder .row .avatar {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #06b6d4, #0e7490);
  flex-shrink: 0;
}

body .hero-product-collage-inbox-placeholder .row .line {
  flex: 1;
  height: 0.45rem;
  border-radius: 9999px;
  background: rgba(148, 163, 184, 0.3);
}

body .hero-product-collage-inbox-placeholder .row.active {
  background: #ecfeff;
  border-color: rgba(8, 145, 178, 0.28);
}

body .hero-product-collage-widget {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 55%;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.32);
  border: 2px solid #fff;
}

/* ── Pricing calculator ──────────────────────────────────────────── */

body .calc-panel {
  padding: 1.75rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(236, 254, 255, 0.5) 0%, #fff 60%);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 18px 44px rgba(15, 23, 42, 0.05);
}

body .calc-input-row {
  margin-bottom: 1.5rem;
}

body .calc-input-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.65rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
}

body .calc-input-output {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0891b2;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: #ecfeff;
  border: 1px solid rgba(8, 145, 178, 0.2);
}

body .calc-slider {
  width: 100%;
  height: 8px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #06b6d4 0%, #0e7490 100%);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}

body .calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 9999px;
  background: #fff;
  border: 3px solid #0891b2;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(8, 145, 178, 0.3);
  transition: transform 120ms ease;
}

body .calc-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

body .calc-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 9999px;
  background: #fff;
  border: 3px solid #0891b2;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(8, 145, 178, 0.3);
}

body .calc-input-ticks {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.68rem;
  color: #94a3b8;
}

body .calc-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1rem;
}

body .calc-card {
  padding: 1.1rem 1rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1rem;
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body .calc-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  border-color: rgba(148, 163, 184, 0.4);
}

body .calc-card-winner {
  border-color: rgba(8, 145, 178, 0.45);
  background: linear-gradient(180deg, #ecfeff 0%, #fff 75%);
  box-shadow: 0 2px 6px rgba(8, 145, 178, 0.1), 0 14px 32px rgba(8, 145, 178, 0.08);
}

body .calc-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

body .calc-card-head strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

body .calc-badge {
  padding: 0.15rem 0.55rem;
  border-radius: 9999px;
  background: #0891b2;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body .calc-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 0.4rem 0 0.55rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}

body .calc-price-suffix {
  font-size: 0.7rem;
  font-weight: 500;
  color: #64748b;
}

body .calc-sub {
  font-size: 0.72rem;
  line-height: 1.5;
  color: #64748b;
  min-height: 2.5rem;
}

body .calc-delta {
  margin-top: 0.75rem;
  padding: 0.25rem 0.6rem;
  border-radius: 9999px;
  font-size: 0.68rem;
  font-weight: 600;
  display: inline-block;
}

body .calc-delta-up {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

body .calc-delta-down {
  background: #fffbeb;
  color: #92400e;
  border: 1px solid rgba(245, 158, 11, 0.22);
}

body .calc-cta {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
  background: #0891b2;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  transition: background 140ms ease, transform 140ms ease;
}

body .calc-cta:hover {
  background: #0e7490;
  transform: translateY(-1px);
}

body .calc-footnote {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  font-size: 0.7rem;
  line-height: 1.6;
  color: #94a3b8;
}

@media (max-width: 900px) {
  body .calc-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body .calc-results {
    grid-template-columns: 1fr;
  }

  body .calc-panel {
    padding: 1.25rem;
  }
}

/* ── Blog: list cards + article layout ──────────────────────────── */

body .blog-card {
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.1rem;
  overflow: hidden;
  background: #fff;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

body .blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 145, 178, 0.3);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05), 0 22px 50px rgba(15, 23, 42, 0.08);
}

body .blog-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

body .blog-card-media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.08), rgba(14, 116, 144, 0.04));
  overflow: hidden;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

body .blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

body .blog-card-body {
  padding: 1.4rem 1.4rem 1.6rem;
}

body .blog-card-category {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 9999px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

body .blog-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 0.6rem;
  letter-spacing: -0.005em;
}

body .blog-card:hover .blog-card-title {
  color: #0e7490;
}

body .blog-card-description {
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

body .blog-card-meta {
  display: flex;
  gap: 0.45rem;
  font-size: 0.72rem;
  color: #94a3b8;
}

/* Blog article page */

body .blog-article {
  max-width: 48rem;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

body .blog-article-header {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

body .blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #fff;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  transition: all 140ms ease;
}

body .blog-back-link:hover {
  border-color: rgba(8, 145, 178, 0.3);
  color: #0e7490;
  background: #ecfeff;
}

body .blog-article-category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.1rem;
}

body .blog-article-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  body .blog-article-title {
    font-size: 2.35rem;
    line-height: 1.17;
  }
}

body .blog-article-meta {
  display: flex;
  gap: 0.6rem;
  font-size: 0.82rem;
  color: #94a3b8;
}

body .blog-article-body {
  font-size: 1rem;
  line-height: 1.85;
  color: #334155;
}

body .blog-lede {
  font-size: 1.12rem;
  line-height: 1.75;
  color: #1e293b;
  font-weight: 400;
  margin-bottom: 1.75rem;
}

body .blog-article-body p {
  margin-bottom: 1.25rem;
}

body .blog-article-body h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-top: 2.75rem;
  margin-bottom: 1rem;
}

body .blog-article-body h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0f172a;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

body .blog-article-body ul,
body .blog-article-body ol {
  margin: 0 0 1.25rem 0;
  padding-left: 1.35rem;
}

body .blog-article-body ul {
  list-style-type: disc;
}

body .blog-article-body ol {
  list-style-type: decimal;
}

body .blog-article-body li {
  margin-bottom: 0.55rem;
  padding-left: 0.25rem;
}

body .blog-article-body a {
  color: #0891b2;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(8, 145, 178, 0.4);
  transition: color 140ms ease, text-decoration-color 140ms ease;
}

body .blog-article-body a:hover {
  color: #0e7490;
  text-decoration-color: #0e7490;
}

body .blog-article-body strong {
  font-weight: 600;
  color: #0f172a;
}

body .blog-article-body em {
  font-style: italic;
  color: #475569;
}

body .blog-article-body code {
  padding: 0.12rem 0.4rem;
  border-radius: 0.35rem;
  background: #f1f5f9;
  color: #0f172a;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 0.88em;
}

body .blog-code {
  background: #0f172a;
  border-radius: 0.85rem;
  padding: 1.1rem 1.25rem;
  overflow-x: auto;
  margin: 1.25rem 0 1.5rem;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 0.78rem;
  line-height: 1.7;
  color: #ecfeff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
}

body .blog-code code {
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: inherit;
}

body .blog-matrix {
  margin: 1.5rem 0 2rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}

body .blog-matrix table {
  width: 100%;
  border-collapse: collapse;
}

body .blog-matrix thead th {
  background: #f8fafc;
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.72rem;
  font-weight: 700;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

body .blog-matrix tbody td {
  padding: 0.7rem 1rem;
  font-size: 0.88rem;
  color: #334155;
  border-top: 1px solid rgba(226, 232, 240, 0.6);
}

body .blog-matrix tbody tr:first-child td {
  border-top: 0;
}

body .blog-cta {
  margin: 2.75rem 0 2rem;
  padding: 1.75rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #ecfeff 0%, #f0fdfa 100%);
  border: 1px solid rgba(8, 145, 178, 0.18);
}

body .blog-cta h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.65rem 0;
}

body .blog-cta p {
  margin-bottom: 1.25rem;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

body .blog-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

body .blog-related {
  list-style: none !important;
  padding: 0 !important;
  margin: 1rem 0 0 0 !important;
  display: grid;
  gap: 0.55rem;
}

body .blog-related li {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0.7rem;
  background: #fff;
  transition: border-color 140ms ease, background 140ms ease;
  margin-bottom: 0 !important;
}

body .blog-related li:hover {
  border-color: rgba(8, 145, 178, 0.3);
  background: #ecfeff;
}

body .blog-related li a {
  text-decoration: none !important;
  font-weight: 500;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  body .blog-article-title {
    font-size: 1.65rem;
    line-height: 1.22;
  }

  body .blog-article-body h2 {
    font-size: 1.3rem;
  }

  body .blog-cta {
    padding: 1.25rem;
  }
}

/* ── Code inside <pre> blocks ────────────────────────────────────
   Tailwind v4's base layer applies background-color:slate-100 to every
   <code> element. When nested inside a dark <pre>, this produces
   light-on-light invisible text. Reset the nested code styling so the
   <pre>'s own color/background wins. */
body pre code {
  background-color: transparent !important;
  color: inherit;
  padding: 0 !important;
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
  display: block;
  white-space: pre;
  word-break: normal;
}

/* ══════════════════════════════════════════════════════════════════
   Marketing site — Linear/Raycast-inspired patterns
   Goal: confident typography, section rhythm (light/dark/light),
   real focal points, no uniform card-on-card mush.
   ══════════════════════════════════════════════════════════════════ */

/* Section variants that break up the flat white */

body .section-dark {
  margin-inline: calc(-1 * var(--page-inset, 2rem));
  padding-inline: var(--page-inset, 2rem);
  background: linear-gradient(180deg, #0b1220 0%, #0f172a 70%, #0b1220 100%);
  color: #e2e8f0;
  position: relative;
  overflow: hidden;
}

body .section-dark::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 60%;
  background:
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(6, 182, 212, 0.22), transparent 70%),
    radial-gradient(ellipse 40% 30% at 85% 10%, rgba(14, 116, 144, 0.18), transparent 60%);
  pointer-events: none;
}

body .section-dark > * {
  position: relative;
  z-index: 1;
}

body .section-muted {
  margin-inline: calc(-1 * var(--page-inset, 2rem));
  padding-inline: var(--page-inset, 2rem);
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-block: 1px solid rgba(226, 232, 240, 0.7);
}

/* Adjust margins for sections at full-bleed so they don't overflow */

@media (min-width: 1280px) {
  body .section-dark,
  body .section-muted {
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50% + 2rem);
  }
}

/* BIG hero type */

body .hero-xl {
  padding-block: 4.5rem 5rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 1024px) {
  body .hero-xl {
    padding-block: 6.5rem 5.5rem;
  }
}

body .hero-xl::before {
  content: "";
  position: absolute;
  inset: -20% 0 auto 0;
  height: 90%;
  background:
    radial-gradient(ellipse 50% 50% at 50% 0%, rgba(6, 182, 212, 0.22), transparent 72%),
    radial-gradient(ellipse 30% 40% at 20% 40%, rgba(14, 116, 144, 0.1), transparent 70%),
    radial-gradient(ellipse 30% 40% at 80% 40%, rgba(59, 130, 246, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

body .hero-xl > * {
  position: relative;
  z-index: 1;
}

body .hero-xl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(8, 145, 178, 0.22);
  color: #0e7490;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(8, 145, 178, 0.08);
}

body .hero-xl-title {
  margin: 1.75rem auto 1.25rem;
  max-width: 56rem;
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  color: #0f172a;
}

body .hero-xl-title .accent {
  background: linear-gradient(135deg, #0891b2 0%, #06b6d4 50%, #22d3ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

body .hero-xl-title .accent-muted {
  color: #475569;
}

body .hero-xl-subtitle {
  margin: 0 auto 2.25rem;
  max-width: 42rem;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.6;
  color: #475569;
}

body .hero-xl-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

body .hero-xl-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.4rem;
  font-size: 0.78rem;
  color: #64748b;
}

body .hero-xl-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

body .hero-xl-proof-item::before {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 9999px;
  background: #10b981;
}

/* Hero product frame — the drama below the headline */

body .hero-product-frame {
  position: relative;
  margin: 0 auto;
  max-width: 60rem;
  border-radius: 1.25rem;
  padding: 0.65rem;
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.22), rgba(59, 130, 246, 0.12));
  box-shadow:
    0 40px 80px rgba(14, 116, 144, 0.22),
    0 0 0 1px rgba(8, 145, 178, 0.15);
}

body .hero-product-frame::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle at 50% 50%, rgba(6, 182, 212, 0.18), transparent 45%);
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
  filter: blur(40px);
}

body .hero-product-frame-inner {
  border-radius: 0.85rem;
  background: #fff;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
  border: 1px solid rgba(226, 232, 240, 0.8);
}

body .hero-product-frame-inner img,
body .hero-product-frame-inner > svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

/* Floating widget preview that overlaps the bottom-right of the hero frame */

body .hero-product-frame-overlay {
  position: absolute;
  bottom: -3rem;
  right: -1rem;
  width: 18rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #0f172a;
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.35),
    0 0 0 1px rgba(8, 145, 178, 0.3);
  transform: rotate(2deg);
  z-index: 2;
}

@media (max-width: 768px) {
  body .hero-product-frame-overlay {
    display: none;
  }
}

/* Section headers shared pattern (bigger than before) */

body .section-head {
  max-width: 46rem;
  margin: 0 auto 2.75rem;
  text-align: center;
}

body .section-head-eyebrow {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  border-radius: 9999px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

body .section-head-title {
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #0f172a;
  margin-bottom: 0.85rem;
}

body .section-head-subtitle {
  font-size: 1rem;
  line-height: 1.65;
  color: #64748b;
}

body .section-dark .section-head-eyebrow {
  background: rgba(6, 182, 212, 0.16);
  color: #67e8f9;
}

body .section-dark .section-head-title {
  color: #f1f5f9;
}

body .section-dark .section-head-subtitle {
  color: #94a3b8;
}

/* Split panel — alternating image+copy layout, tighter than product-showcase-row */

body .split-grid {
  display: grid;
  gap: 3rem;
  max-width: 72rem;
  margin: 0 auto;
}

body .split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

body .split-row:nth-child(even) .split-row-media {
  order: 2;
}

body .split-row-media {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(226, 232, 240, 0.8);
}

body .split-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body .split-row-body {
  max-width: 34rem;
}

body .split-row-kicker {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

body .split-row-title {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #0f172a;
  margin-bottom: 1rem;
}

body .split-row-body p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #475569;
}

body .split-row-bullets {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.55rem;
}

body .split-row-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: #334155;
  line-height: 1.55;
}

body .split-row-bullets li::before {
  content: "";
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
  border-radius: 9999px;
  background: #ecfeff;
  position: relative;
  border: 1px solid rgba(8, 145, 178, 0.22);
}

body .split-row-bullets li::after {
  content: "";
  position: absolute;
  margin-left: -0.95rem;
  margin-top: 0.4rem;
  width: 0.55rem;
  height: 0.35rem;
  border-bottom: 2px solid #0891b2;
  border-left: 2px solid #0891b2;
  transform: rotate(-45deg);
}

body .split-row-bullets li {
  position: relative;
}

@media (max-width: 900px) {
  body .split-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  body .split-row:nth-child(even) .split-row-media {
    order: 0;
  }
}

/* Logo wall on dark background variant */

body .logo-wall-dark {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2.25rem;
  align-items: center;
  padding: 2rem 1rem;
  opacity: 0.7;
}

body .logo-wall-dark .logo-wall-item {
  color: #94a3b8;
  filter: grayscale(100%) brightness(1.6);
  opacity: 0.6;
  transition: opacity 200ms ease, filter 200ms ease;
}

body .logo-wall-dark .logo-wall-item:hover {
  opacity: 1;
  filter: grayscale(0) brightness(1);
}

@media (max-width: 768px) {
  body .logo-wall-dark {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.5rem;
  }
}

/* Feature tri-grid — bigger than before, with real icon, no card boxes */

body .feature-tri {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  max-width: 72rem;
  margin: 0 auto;
}

body .feature-tri-item {
  text-align: left;
}

body .feature-tri-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #ecfeff, #cffafe);
  color: #0e7490;
  margin-bottom: 1rem;
  border: 1px solid rgba(8, 145, 178, 0.2);
}

body .feature-tri-icon svg {
  width: 1.3rem;
  height: 1.3rem;
}

body .feature-tri-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

body .feature-tri-body {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #64748b;
}

@media (max-width: 900px) {
  body .feature-tri {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

/* Big CTA block — full-width, dramatic */

body .cta-xl {
  padding: 4rem 2rem;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

body .cta-xl-title {
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #f8fafc;
  margin-bottom: 1rem;
}

body .cta-xl-subtitle {
  font-size: 1rem;
  line-height: 1.65;
  color: #94a3b8;
  max-width: 34rem;
  margin: 0 auto 2rem;
}

body .cta-xl-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

/* Button variants tuned for hero/CTA */

body .btn-xl-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1.35rem;
  border-radius: 9999px;
  background: #0f172a;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 180ms ease;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2), 0 0 0 1px rgba(15, 23, 42, 0.8);
}

body .btn-xl-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.28);
  background: #1e293b;
}

body .btn-xl-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1.35rem;
  border-radius: 9999px;
  background: #fff;
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid rgba(203, 213, 225, 0.9);
  transition: all 180ms ease;
}

body .btn-xl-secondary:hover {
  transform: translateY(-1px);
  background: #f8fafc;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

body .section-dark .btn-xl-primary {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

body .section-dark .btn-xl-primary:hover {
  background: #e2e8f0;
}

body .section-dark .btn-xl-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  border-color: rgba(255, 255, 255, 0.15);
}

body .section-dark .btn-xl-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

/* Testimonial layout — wider quotes, cleaner author area */

body .testimonial-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 72rem;
  margin: 0 auto;
}

body .testimonial-big {
  padding: 1.75rem 1.5rem 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 0.95rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body .testimonial-big:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

body .testimonial-big-quote {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #0f172a;
  margin: 0;
  flex: 1;
}

body .testimonial-big-quote::before {
  content: "\201C";
  display: block;
  font-size: 2rem;
  line-height: 0.4;
  color: #0891b2;
  margin-bottom: 0.75rem;
  font-family: Georgia, serif;
}

body .testimonial-big-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
}

body .testimonial-big-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0891b2, #0e7490);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

body .testimonial-big-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
}

body .testimonial-big-role {
  display: block;
  font-size: 0.72rem;
  color: #64748b;
  margin-top: 0.1rem;
}

@media (max-width: 900px) {
  body .testimonial-row {
    grid-template-columns: 1fr;
  }
}

/* Numbered step list — Linear-style journey */

body .journey-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
  counter-reset: step;
}

body .journey-step {
  position: relative;
  padding-top: 3.5rem;
}

body .journey-step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: transparent;
  background: linear-gradient(135deg, #0891b2, #06b6d4);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
}

body .journey-step-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

body .journey-step-body {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #64748b;
  margin-bottom: 1rem;
}

body .journey-step-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0891b2;
  transition: gap 140ms ease, color 140ms ease;
}

body .journey-step-link:hover {
  gap: 0.5rem;
  color: #0e7490;
}

body .journey-step-link::after {
  content: "\2192";
}

@media (max-width: 900px) {
  body .journey-steps {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Large product mock for the hero (SVG browser frame) */

body .hero-browser-frame {
  position: relative;
  margin: 0 auto;
  max-width: 62rem;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #0f172a, #020617);
  padding: 0.55rem 0.55rem 0.55rem;
  box-shadow:
    0 50px 100px -20px rgba(8, 145, 178, 0.35),
    0 30px 60px -30px rgba(15, 23, 42, 0.5),
    0 0 0 1px rgba(8, 145, 178, 0.2);
}

body .hero-browser-frame::before {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: -1;
  background: radial-gradient(ellipse 40% 50% at 50% 60%, rgba(6, 182, 212, 0.22), transparent 70%);
  pointer-events: none;
  filter: blur(30px);
}

body .hero-browser-bar {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.85rem 0.85rem;
}

body .hero-browser-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  background: rgba(148, 163, 184, 0.35);
}

body .hero-browser-dot.r { background: #ef4444; }
body .hero-browser-dot.y { background: #eab308; }
body .hero-browser-dot.g { background: #22c55e; }

body .hero-browser-url {
  margin-left: 0.75rem;
  padding: 0.25rem 0.85rem;
  border-radius: 9999px;
  background: rgba(148, 163, 184, 0.15);
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 0.68rem;
  color: rgba(226, 232, 240, 0.7);
}

body .hero-browser-body {
  border-radius: 0.75rem;
  background: #fff;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
}

body .hero-browser-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* Style @page-inset for the full-bleed sections */

body {
  --page-inset: 2rem;
}

/* Install page code block */

body .install-code-block {
  position: relative;
  border-radius: 1rem;
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
  overflow: hidden;
  border: 1px solid rgba(8, 145, 178, 0.25);
  box-shadow: 0 30px 80px rgba(8, 145, 178, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

body .install-code-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: rgba(15, 23, 42, 0.6);
  border-bottom: 1px solid rgba(51, 65, 85, 0.6);
}

body .install-code-bar-label {
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
  font-family: var(--font-mono, ui-monospace, monospace);
}

body .install-code-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  background: rgba(71, 85, 105, 0.4);
  border: 1px solid rgba(100, 116, 139, 0.4);
  border-radius: 0.45rem;
  color: #e2e8f0;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 120ms ease;
}

body .install-code-copy:hover {
  background: rgba(100, 116, 139, 0.55);
  color: #fff;
}

body .install-code-copy svg {
  width: 0.95rem;
  height: 0.95rem;
}

body .install-code-block pre {
  margin: 0;
  padding: 1.4rem 1.25rem;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 0.88rem;
  line-height: 1.7;
  color: #e2e8f0;
  overflow-x: auto;
  background: transparent;
}

body .install-code-block pre code {
  background: transparent !important;
  color: inherit;
  padding: 0 !important;
}

body .install-code-block .tok-keyword { color: #93c5fd; }
body .install-code-block .tok-attr { color: #f472b6; }
body .install-code-block .tok-string { color: #86efac; }
body .install-code-block .tok-muted { color: #64748b; }

body .install-code-block .snippet-status {
  margin: 0;
  padding: 0 1rem 0.85rem;
  font-size: 0.72rem;
  color: #94a3b8;
  min-height: 1rem;
}

body .install-meta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem 0.6rem;
  margin-top: 1.25rem;
  font-size: 0.78rem;
  color: #64748b;
}

/* FAQ v2 — modern Linear-style accordion */

body .faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  max-width: 50rem;
  margin: 0 auto;
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}

body .faq-item {
  border-top: 1px solid rgba(226, 232, 240, 0.85);
  transition: background 120ms ease;
}

body .faq-item:first-child {
  border-top: 0;
}

body .faq-item[open] {
  background: rgba(236, 254, 255, 0.35);
}

body .faq-item summary {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  list-style: none;
}

body .faq-item summary::-webkit-details-marker {
  display: none;
}

body .faq-q {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.005em;
}

body .faq-chevron {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  color: #94a3b8;
  transition: transform 180ms ease;
}

body .faq-item[open] .faq-chevron {
  transform: rotate(180deg);
  color: #0891b2;
}

body .faq-a {
  padding: 0 1.25rem 1.25rem 1.25rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #475569;
}

body .faq-a a {
  color: #0891b2;
  text-decoration: underline;
  text-underline-offset: 2px;
}
