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-shell .max-w-7xl {
  max-width: 92rem;
}

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 .page-ai-visual-wrap {
  padding-block: 0 3.5rem;
}

body .page-ai-visual-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2rem);
  max-width: 76rem;
  margin-inline: auto;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 15% 18%, rgba(34, 211, 238, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.9));
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.1);
}

body .page-ai-visual-media {
  position: relative;
  overflow: hidden;
  border-radius: 1.55rem;
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
  box-shadow: 0 20px 48px rgba(37, 99, 235, 0.15);
}

body .page-ai-visual-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

body .page-ai-visual-copy {
  padding: clamp(0.25rem, 1vw, 0.8rem);
}

body .page-ai-visual-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  background: rgba(220, 252, 231, 0.9);
  color: #047857;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body .page-ai-visual-kicker::before {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 0.28rem rgba(34, 197, 94, 0.16);
}

body .page-ai-visual-copy h2 {
  margin: 0.85rem 0 0.55rem;
  max-width: 31rem;
  color: #0f172a;
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

body .page-ai-visual-copy p {
  margin: 0;
  max-width: 35rem;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.75;
}

body .page-ai-visual-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

body .page-ai-visual-points span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.68rem;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #1e3a8a;
  font-size: 0.76rem;
  font-weight: 700;
}

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);
}

body .home-handoff-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(27rem, 1.1fr);
  gap: 2rem;
  align-items: center;
  min-height: 40rem;
  margin: 3.5rem auto 2.5rem;
  padding: 4.2rem 4rem 3.8rem;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 68% 35%, rgba(37, 99, 235, 0.13), transparent 29rem),
    radial-gradient(circle at 18% 18%, rgba(16, 185, 129, 0.11), transparent 23rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  box-shadow:
    0 38px 90px rgba(15, 23, 42, 0.12),
    0 12px 34px rgba(37, 99, 235, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body .home-handoff-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), transparent 55%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.82), transparent 18rem);
  pointer-events: none;
}

body .home-handoff-hero-copy,
body .home-handoff-hero-art {
  position: relative;
  z-index: 1;
}

body .home-handoff-hero-copy h1 {
  max-width: 31rem;
  margin: 1.25rem 0 1rem;
  color: #0b1b3f;
  font-size: clamp(2.45rem, 4.45vw, 4.45rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

body .home-handoff-hero-copy h1 span {
  background: linear-gradient(135deg, #2563eb, #0891b2 58%, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body .home-handoff-hero-copy p {
  max-width: 29rem;
  margin: 0;
  color: #52617a;
  font-size: 1.08rem;
  line-height: 1.72;
}

body .home-handoff-hero-copy p + p {
  margin-top: 1rem;
}

body .home-handoff-hero-copy .home-hero-support-copy {
  max-width: 31rem;
  margin-top: 1.05rem;
  color: #334155;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.62;
}

body .home-handoff-hero .handoff-preview-actions {
  margin-top: 1.65rem;
}

body .home-handoff-hero .hero-xl-proof {
  justify-content: flex-start;
  margin-top: 1.5rem;
}

body .home-handoff-hero-art {
  min-height: 31rem;
}

body .home-hero-generated-image {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: min(96%, 43rem);
  max-width: none;
  border-radius: 2rem;
  box-shadow:
    0 34px 90px rgba(37, 99, 235, 0.2),
    0 14px 34px rgba(15, 23, 42, 0.1);
  transform: translate(-50%, -50%);
}

body .home-handoff-hero-art .handoff-orbit {
  position: absolute;
  inset: 0;
  display: none;
}

body .home-outcome-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 76rem;
  margin: -1.1rem auto 3rem;
  padding-inline: 0.25rem;
}

body .home-outcome-strip article {
  position: relative;
  overflow: hidden;
  padding: 1.05rem 1.1rem;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, 0.14), transparent 45%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

body .home-outcome-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.18rem 0.52rem;
  border-radius: 999px;
  background: rgba(219, 234, 254, 0.82);
  color: #1d4ed8;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .home-outcome-strip strong {
  display: block;
  margin-top: 0.65rem;
  color: #0f172a;
  font-size: 0.98rem;
  line-height: 1.35;
}

body .home-outcome-strip p {
  margin: 0.45rem 0 0;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.6;
}

body .home-handoff-hero-art .handoff-orbit::before {
  left: 13%;
  top: 2%;
  width: 24rem;
  height: 24rem;
}

body .home-handoff-hero-art .handoff-orbit::after {
  left: 22%;
  top: 44%;
  width: 18rem;
  height: 9rem;
}

body .home-handoff-hero-art .handoff-bot {
  left: 23%;
  top: 8%;
  transform: scale(1.14);
  transform-origin: top left;
}

body .home-handoff-hero-art .home-hero-agent-photo {
  right: 3%;
  top: 8%;
  width: 17.4rem;
  height: 24.5rem;
}

body .home-handoff-hero-art .handoff-people-chip {
  left: 43%;
  bottom: 16%;
}

body .home-handoff-hero-art .handoff-real-card {
  right: 8%;
  bottom: 1%;
}

body .handoff-preview {
  position: relative;
  overflow: hidden;
  max-width: 66rem;
  margin: 0 auto;
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: 1.65rem;
  background:
    radial-gradient(circle at 68% 30%, rgba(37, 99, 235, 0.13), transparent 29rem),
    radial-gradient(circle at 20% 12%, rgba(16, 185, 129, 0.1), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow:
    0 38px 90px rgba(15, 23, 42, 0.12),
    0 12px 34px rgba(37, 99, 235, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body .handoff-preview::before {
  content: "";
  position: absolute;
  inset: 4rem 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(203, 213, 225, 0.72), transparent);
}

body .handoff-preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.45rem;
}

body .handoff-preview-brand,
body .handoff-preview-status {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #0f172a;
}

body .handoff-preview-brand strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

body .handoff-preview-status {
  padding: 0.45rem 0.78rem;
  border: 1px solid rgba(203, 213, 225, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #334155;
  font-size: 0.78rem;
  font-weight: 700;
}

body .handoff-preview-status span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

body .handoff-preview-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr);
  gap: 1rem;
  align-items: center;
  padding: 3.2rem 3.6rem 3.4rem;
}

body .handoff-preview-copy {
  position: relative;
  z-index: 2;
}

body .handoff-ready {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(220, 252, 231, 0.9);
  color: #16a34a;
  font-size: 0.76rem;
  font-weight: 800;
}

body .handoff-ready::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: 2px solid currentColor;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

body .handoff-preview-copy h2 {
  max-width: 24rem;
  margin: 1.35rem 0 1rem;
  color: #0b1b3f;
  font-size: clamp(2.1rem, 4.1vw, 3.55rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

body .handoff-preview-copy h2::first-letter {
  letter-spacing: -0.07em;
}

body .handoff-preview-copy p {
  max-width: 25rem;
  margin: 0;
  color: #52617a;
  font-size: 1.02rem;
  line-height: 1.75;
}

body .handoff-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

body .handoff-primary,
body .handoff-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.78rem 1.35rem;
  border-radius: 0.72rem;
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

body .handoff-primary {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #0e7490);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

body .handoff-secondary {
  color: #164e63;
  border: 1px solid rgba(203, 213, 225, 0.88);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

body .handoff-primary:hover,
body .handoff-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

body .handoff-lock {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.35rem;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 700;
}

body .handoff-lock::before {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  border: 2px solid #94a3b8;
  border-radius: 0.18rem;
  box-shadow: 0 -0.34rem 0 -0.18rem #94a3b8;
}

body .handoff-preview-art {
  min-height: 28rem;
  position: relative;
}

body .handoff-orbit {
  position: absolute;
  inset: 0;
}

body .handoff-orbit::before {
  content: "";
  position: absolute;
  width: 20rem;
  height: 20rem;
  left: 18%;
  top: 6%;
  border-radius: 42% 58% 54% 46% / 48% 42% 58% 52%;
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.98), rgba(224, 242, 254, 0.62));
}

body .handoff-orbit::after {
  content: "";
  position: absolute;
  width: 15.5rem;
  height: 8.6rem;
  left: 22%;
  top: 42%;
  border-bottom: 3px dashed rgba(148, 163, 184, 0.45);
  border-radius: 0 0 70% 70%;
  transform: rotate(-8deg);
}

body .handoff-bot {
  position: absolute;
  left: 28%;
  top: 15%;
  width: 11rem;
  height: 15.5rem;
  filter: drop-shadow(0 24px 28px rgba(37, 99, 235, 0.12));
}

body .handoff-bot-body {
  position: absolute;
  left: 2.4rem;
  right: 2.4rem;
  bottom: 0;
  height: 7.8rem;
  border-radius: 4.8rem 4.8rem 2.4rem 2.4rem;
  background: linear-gradient(180deg, #ffffff, #dbeafe);
}

body .handoff-bot-face {
  position: absolute;
  z-index: 2;
  left: 1.55rem;
  top: 1.2rem;
  width: 7.8rem;
  height: 6.4rem;
  border: 1rem solid #fff;
  border-radius: 2.35rem;
  background:
    radial-gradient(circle at 34% 44%, #bde6ff 0 7%, transparent 8%),
    radial-gradient(circle at 66% 44%, #bde6ff 0 7%, transparent 8%),
    radial-gradient(ellipse at 50% 66%, transparent 0 25%, #bde6ff 26% 31%, transparent 32%),
    linear-gradient(180deg, #0b1b3f, #102a54);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

body .handoff-bot-antenna {
  position: absolute;
  left: 50%;
  top: -0.25rem;
  width: 0.32rem;
  height: 2rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #3b82f6;
}

body .handoff-bot-antenna::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.78rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.14);
}

body .handoff-bot-ear {
  position: absolute;
  top: 3.6rem;
  width: 1.5rem;
  height: 2.7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #3b82f6, #60a5fa);
}

body .handoff-bot-ear.left { left: 0.3rem; }
body .handoff-bot-ear.right { right: 0.3rem; }

body .handoff-bot-arm {
  position: absolute;
  right: -1.2rem;
  top: 8rem;
  width: 4.1rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #93c5fd, #3b82f6);
  transform: rotate(-48deg);
  transform-origin: left center;
}

body .handoff-agent-photo {
  position: absolute;
  z-index: 3;
  right: 4%;
  top: 30%;
  width: 9.7rem;
  height: 9.7rem;
  overflow: hidden;
  padding: 0;
  border: 0.5rem solid rgba(255, 255, 255, 0.94);
  border-radius: 2.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.92));
  box-shadow:
    0 28px 64px rgba(15, 23, 42, 0.18),
    0 10px 24px rgba(37, 99, 235, 0.12);
}

body .handoff-agent-photo::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 24%;
  top: 13%;
  width: 48%;
  height: 44%;
  border: 0.34rem solid #0f2a4d;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  filter: drop-shadow(0 0.18rem 0.18rem rgba(15, 23, 42, 0.18));
  pointer-events: none;
}

body .handoff-agent-photo::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: 17%;
  top: 45%;
  width: 1.1rem;
  height: 0.72rem;
  border-radius: 999px;
  background: #0f2a4d;
  box-shadow:
    -6.8rem -0.35rem 0 0 #0f2a4d,
    -1.45rem 1.05rem 0 -0.18rem #0f2a4d,
    -2.3rem 1.48rem 0 -0.3rem #2563eb;
  pointer-events: none;
}

body .handoff-agent-photo img {
  width: 100%;
  height: 100%;
  border-radius: 1.55rem;
  object-fit: cover;
  object-position: 52% 42%;
}

body .home-hero-agent-photo::before {
  left: 29%;
  top: 10%;
  width: 42%;
  height: 28%;
  border-width: 0.32rem;
}

body .home-hero-agent-photo::after {
  right: 23%;
  top: 31%;
  box-shadow:
    -8.6rem -0.25rem 0 0 #0f2a4d,
    -1.75rem 1.12rem 0 -0.18rem #0f2a4d,
    -2.75rem 1.58rem 0 -0.3rem #2563eb;
}

body .home-hero-agent-caption {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 5;
  display: grid;
  gap: 0.12rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(14px);
}

body .home-hero-agent-caption strong {
  color: #0b1b3f;
  font-size: 0.92rem;
  line-height: 1.2;
}

body .home-hero-agent-caption span {
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 800;
}

body .home-hero-agent-status {
  position: absolute;
  z-index: 6;
  right: 10%;
  top: 3%;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.78rem;
  border: 1px solid rgba(187, 247, 208, 0.95);
  border-radius: 999px;
  background: rgba(240, 253, 244, 0.94);
  color: #047857;
  font-size: 0.77rem;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(5, 150, 105, 0.13);
}

body .home-hero-agent-status::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 0.28rem rgba(34, 197, 94, 0.16);
}

body .handoff-people-chip {
  position: absolute;
  z-index: 4;
  left: 45%;
  bottom: 19%;
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #2563eb;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.16);
}

body .handoff-people-chip svg {
  width: 1.65rem;
  height: 1.65rem;
}

body .handoff-real-card {
  position: absolute;
  right: 3%;
  bottom: 8%;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.1rem 0.7rem;
  align-items: center;
  min-width: 12rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(226, 232, 240, 0.78);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.1);
}

body .handoff-real-card span {
  grid-row: span 2;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 44%, #fb7185 0 22%, transparent 24%),
    #ffe4e6;
}

body .handoff-real-card strong {
  color: #0f172a;
  font-size: 0.9rem;
  line-height: 1.2;
}

body .handoff-real-card em {
  color: #64748b;
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.2;
}

body .handoff-spark {
  position: absolute;
  z-index: 3;
  width: 0.55rem;
  height: 0.55rem;
  color: #93c5fd;
}

body .handoff-spark::before,
body .handoff-spark::after {
  content: "";
  position: absolute;
  inset: 45% 0 auto 0;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body .handoff-spark::after {
  transform: rotate(90deg);
}

body .spark-a { left: 20%; top: 12%; }
body .spark-b { right: 22%; top: 18%; transform: scale(1.45); }
body .spark-c { left: 61%; bottom: 22%; transform: scale(1.2); }

body .handoff-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.8rem 3.6rem 2.4rem;
  border-top: 1px solid rgba(226, 232, 240, 0.7);
  background: rgba(255, 255, 255, 0.62);
}

body .handoff-preview-grid article {
  padding: 1.2rem 1rem;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.76);
  text-align: center;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.04);
}

body .handoff-preview-grid span {
  display: inline-grid;
  place-items: center;
  min-width: 3.1rem;
  height: 3.1rem;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  color: #2563eb;
  font-size: 0.75rem;
  font-weight: 900;
}

body .handoff-preview-grid strong {
  display: block;
  color: #0b1b3f;
  font-size: 0.92rem;
  line-height: 1.35;
}

body .handoff-preview-grid p {
  margin: 0.45rem 0 0;
  color: #52617a;
  font-size: 0.82rem;
  line-height: 1.5;
}

body .home-photo-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr);
  gap: 3rem;
  align-items: center;
  max-width: 72rem;
  margin: 0 auto;
}

body .home-photo-story-copy h2 {
  max-width: 34rem;
  margin: 0 0 1rem;
  color: #0f172a;
  font-size: clamp(1.85rem, 3.4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

body .home-photo-story-copy > p {
  max-width: 34rem;
  margin: 0;
  color: #52617a;
  font-size: 1rem;
  line-height: 1.75;
}

body .home-photo-story-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

body .home-photo-story-points article {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(226, 232, 240, 0.88);
  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 .home-photo-story-points strong,
body .home-photo-story-points span {
  display: block;
}

body .home-photo-story-points strong {
  color: #0f172a;
  font-size: 0.95rem;
  line-height: 1.35;
}

body .home-photo-story-points span {
  margin-top: 0.24rem;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.6;
}

body .home-photo-collage {
  position: relative;
  min-height: 31rem;
}

body .home-photo-collage::before {
  content: "";
  position: absolute;
  inset: 8% 3% 2% 11%;
  border-radius: 3rem;
  background:
    radial-gradient(circle at 24% 20%, rgba(6, 182, 212, 0.18), transparent 38%),
    radial-gradient(circle at 86% 70%, rgba(37, 99, 235, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(236, 254, 255, 0.68), rgba(239, 246, 255, 0.8));
  filter: blur(1px);
}

body .home-photo-main,
body .home-photo-side {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: #0f172a;
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.16);
}

body .home-photo-main {
  left: 0;
  top: 2.5rem;
  width: 68%;
  height: 25rem;
  border-radius: 2rem;
}

body .home-photo-side {
  right: 0;
  width: 40%;
  height: 12.5rem;
  border-radius: 1.45rem;
}

body .home-photo-side-top {
  top: 0;
}

body .home-photo-side-bottom {
  bottom: 1.6rem;
}

body .home-photo-main img,
body .home-photo-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

body .home-photo-main:hover img,
body .home-photo-side:hover img {
  transform: scale(1.035);
}

body .home-photo-main::after,
body .home-photo-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.72));
  pointer-events: none;
}

body .home-photo-main figcaption,
body .home-photo-side figcaption {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
}

body .home-photo-main figcaption {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.15rem;
  background: rgba(15, 23, 42, 0.52);
  backdrop-filter: blur(14px);
}

body .home-photo-main figcaption span {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  background: rgba(165, 243, 252, 0.16);
  color: #a5f3fc;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .home-photo-main figcaption strong {
  display: block;
  margin-top: 0.55rem;
  font-size: 1.02rem;
  line-height: 1.38;
}

body .home-photo-side figcaption {
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(15, 23, 42, 0.32);
}

@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 .home-outcome-strip {
    grid-template-columns: 1fr;
    max-width: 48rem;
    margin-top: 1rem;
  }

  body .page-ai-visual-card {
    grid-template-columns: 1fr;
    max-width: 48rem;
  }

  body .page-ai-visual-copy {
    order: -1;
    text-align: center;
  }

  body .page-ai-visual-copy h2,
  body .page-ai-visual-copy p {
    margin-inline: auto;
  }

  body .page-ai-visual-points {
    justify-content: center;
  }

  body .home-handoff-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 1.4rem;
    padding: 2.2rem 1.25rem 1.5rem;
  }

  body .home-handoff-hero::before {
    background: radial-gradient(circle at 50% 70%, rgba(219, 234, 254, 0.72), transparent 21rem);
  }

  body .home-handoff-hero-copy h1,
  body .home-handoff-hero-copy p {
    max-width: none;
  }

  body .home-handoff-hero-art {
    min-height: clamp(18rem, 53vw, 31rem);
  }

  body .home-hero-generated-image {
    width: min(96%, 38rem);
  }

  body .home-handoff-hero-art .handoff-orbit::before {
    left: 11%;
    width: 18rem;
    height: 18rem;
  }

  body .home-handoff-hero-art .handoff-bot {
    left: 16%;
    transform: scale(0.92);
  }

  body .home-handoff-hero-art .home-hero-agent-photo {
    right: 2%;
    top: 12%;
    width: 14.4rem;
    height: 19.5rem;
  }

  body .home-hero-agent-status {
    right: 8%;
    top: 4%;
  }

  body .handoff-preview-topbar {
    padding: 1rem 1.1rem;
  }

  body .handoff-preview-hero {
    grid-template-columns: 1fr;
    padding: 2rem 1.25rem 1.7rem;
  }

  body .handoff-preview-copy h2,
  body .handoff-preview-copy p {
    max-width: none;
  }

  body .handoff-preview-art {
    min-height: 23rem;
  }

  body .handoff-orbit::before {
    left: 10%;
    width: 18rem;
    height: 18rem;
  }

  body .handoff-bot {
    left: 18%;
  }

  body .handoff-agent-photo {
    right: 1%;
    width: 8rem;
    height: 8rem;
  }

  body .handoff-real-card {
    right: 1rem;
    bottom: 0.8rem;
  }

  body .handoff-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1.25rem;
  }

  body .home-photo-story {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body .home-photo-collage {
    min-height: 28rem;
  }

  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: 48rem) and (max-width: 63.999rem) {
  body .home-handoff-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(23rem, 1.12fr);
    gap: 1.2rem;
    padding: 2.7rem 1.55rem 2.2rem;
  }

  body .home-handoff-hero-copy h1 {
    max-width: 22rem;
    font-size: clamp(2.65rem, 5.6vw, 3.4rem);
  }

  body .home-handoff-hero-copy p {
    max-width: 23rem;
    font-size: 0.98rem;
  }

  body .home-handoff-hero .hero-xl-proof {
    display: none;
  }

  body .home-handoff-hero-art {
    min-height: 23rem;
  }

  body .home-hero-generated-image {
    width: min(102%, 34rem);
  }

  body .home-handoff-hero-art .handoff-orbit::before {
    left: 2%;
    top: 5%;
    width: 18.5rem;
    height: 18.5rem;
  }

  body .home-handoff-hero-art .handoff-bot {
    left: 10%;
    top: 12%;
    transform: scale(0.82);
  }

  body .home-handoff-hero-art .home-hero-agent-photo {
    right: 0;
    top: 16%;
    width: 12.4rem;
    height: 16.7rem;
  }

  body .home-hero-agent-status {
    right: 7%;
    top: 6%;
  }

  body .home-handoff-hero-art .handoff-people-chip {
    left: 42%;
    bottom: 19%;
    width: 3.3rem;
    height: 3.3rem;
  }

  body .home-handoff-hero-art .handoff-real-card {
    right: 0;
    bottom: 6%;
    min-width: 10.4rem;
  }
}

@media (max-width: 38rem) {
  body .home-handoff-hero {
    border-radius: 1.1rem;
    padding: 1.5rem 1rem 1.1rem;
  }

  body .home-handoff-hero-copy h1 {
    font-size: clamp(2.35rem, 14vw, 3.6rem);
  }

  body .home-handoff-hero .handoff-preview-actions {
    flex-direction: column;
  }

  body .home-handoff-hero .handoff-primary,
  body .home-handoff-hero .handoff-secondary {
    width: 100%;
  }

  body .home-handoff-hero .hero-xl-proof {
    gap: 0.3rem 0.75rem;
  }

  body .home-handoff-hero-art {
    min-height: 15.5rem;
  }

  body .home-hero-generated-image {
    width: 112%;
  }

  body .home-handoff-hero-art .handoff-bot {
    left: 3%;
    top: 12%;
    transform: scale(0.72);
  }

  body .home-handoff-hero-art .handoff-orbit::before {
    left: 0;
    top: 8%;
    width: 15rem;
    height: 15rem;
  }

  body .home-handoff-hero-art .handoff-orbit::after {
    display: none;
  }

  body .home-handoff-hero-art .home-hero-agent-photo {
    right: 0;
    top: 12%;
    width: 11.2rem;
    height: 14.2rem;
  }

  body .home-hero-agent-caption {
    left: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    padding: 0.58rem 0.65rem;
  }

  body .home-hero-agent-caption strong {
    font-size: 0.76rem;
  }

  body .home-hero-agent-caption span,
  body .home-hero-agent-status {
    font-size: 0.68rem;
  }

  body .home-hero-agent-status {
    right: 4%;
    top: 3%;
    padding: 0.45rem 0.62rem;
  }

  body .home-handoff-hero-art .handoff-people-chip {
    left: 45%;
    bottom: 24%;
    width: 3.1rem;
    height: 3.1rem;
  }

  body .home-handoff-hero-art .handoff-real-card {
    min-width: 10rem;
    padding: 0.75rem 0.8rem;
  }

  body .handoff-preview {
    border-radius: 1.1rem;
  }

  body .handoff-preview-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  body .handoff-preview-actions {
    flex-direction: column;
  }

  body .handoff-primary,
  body .handoff-secondary {
    width: 100%;
  }

  body .handoff-preview-art {
    min-height: 19rem;
  }

  body .handoff-bot {
    left: 5%;
    top: 14%;
    transform: scale(0.78);
    transform-origin: top left;
  }

  body .handoff-orbit::before {
    left: 0;
    top: 8%;
    width: 15rem;
    height: 15rem;
  }

  body .handoff-orbit::after {
    display: none;
  }

  body .handoff-agent-photo {
    width: 6.6rem;
    height: 6.6rem;
    top: 27%;
  }

  body .handoff-people-chip {
    left: 45%;
    bottom: 24%;
    width: 3.1rem;
    height: 3.1rem;
  }

  body .handoff-real-card {
    min-width: 10.2rem;
    padding: 0.75rem 0.8rem;
  }

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

  body .home-photo-collage {
    display: grid;
    gap: 0.85rem;
    min-height: 0;
  }

  body .home-photo-main,
  body .home-photo-side {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 14rem;
  }

  body .home-photo-main {
    min-height: 18rem;
  }
}

@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;
}

/* Integration preset cards */

body .integration-preset-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  max-width: 72rem;
  margin: 0 auto;
}

body .integration-preset-card {
  position: relative;
  overflow: hidden;
  min-height: 15rem;
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 18% 12%, rgba(6, 182, 212, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 1.25rem;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}

body .integration-preset-card::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: -2.5rem;
  width: 7rem;
  height: 7rem;
  border-radius: 999px;
  background: rgba(8, 145, 178, 0.08);
}

body .integration-preset-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(14, 116, 144, 0.16);
  background: rgba(236, 254, 255, 0.86);
  padding: 0.28rem 0.62rem;
  color: #0e7490;
  font-size: 0.72rem;
  font-weight: 700;
}

body .integration-preset-card h3 {
  margin: 1rem 0 0.55rem;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

body .integration-preset-card p {
  margin: 0;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.65;
}

body .integration-preset-card code {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.2rem;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #0f172a;
  padding: 0.55rem 0.7rem;
  color: #a7f3d0;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

@media (max-width: 640px) {
  body .integration-preset-grid {
    grid-template-columns: 1fr;
  }
}
