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