:root {
  --bg: #f5f7fb;
  --bg-soft: #eef3fa;
  --bg-silver: #e8edf5;
  --text: #111827;
  --muted: #465364;
  --muted-strong: #1e293b;
  --line: rgba(15, 23, 42, 0.11);
  --blue: #2563eb;
  --blue-soft: rgba(37, 99, 235, 0.1);
  --violet: #7c3aed;
  --violet-soft: #ede9fe;
  --cyan: #06b6d4;
  --silver: #c9d3e5;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  --shadow-soft: 0 12px 32px rgba(37, 99, 235, 0.09);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 8%, rgba(37, 99, 235, 0.08), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(124, 58, 237, 0.07), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #f3f6fb 48%, #f8fafc 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  background: var(--text);
  color: var(--white);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.section-pad {
  padding: 112px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 0;
  color: var(--white);
  background: transparent;
  box-shadow: none;
  font-size: 0.78rem;
  overflow: visible;
}

.brand-mark img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.26));
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.site-nav a,
.footer-links a {
  color: var(--muted-strong);
  font-weight: 650;
  font-size: 0.94rem;
  border-radius: 999px;
  padding: 0.62rem 0.86rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--blue);
  background: var(--blue-soft);
}

.header-cta,
.btn,
.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), background 0.22s ease, color 0.22s ease;
}

.header-cta {
  padding: 0.72rem 1.08rem;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
  white-space: nowrap;
}

.header-cta:hover,
.btn:hover,
.card-link:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  padding-top: 92px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 680px;
  pointer-events: none;
  background:
    linear-gradient(rgba(96, 165, 250, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: center;
  gap: 54px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 5.6vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4.4vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-lede,
.section-heading p,
.feature-split p,
.roadmap-shell p,
.contact-shell p {
  color: var(--muted);
  font-size: 1.07rem;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 34px;
  font-size: 1.19rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.btn {
  padding: 0.86rem 1.24rem;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.22);
}

.btn-primary:hover {
  box-shadow: 0 22px 44px rgba(37, 99, 235, 0.28);
}

.btn-secondary {
  color: var(--text);
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.btn-secondary:hover {
  border-color: rgba(37, 99, 235, 0.28);
  color: var(--blue);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 520px;
  margin-top: 42px;
}

.hero-metrics div {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 15px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  font-size: 1.28rem;
  line-height: 1.1;
}

.hero-metrics span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-visual {
  min-height: 590px;
  display: grid;
  place-items: center;
}

.hero-icon-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 320px;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 45%, rgba(96, 165, 250, 0.22), transparent 34%),
    radial-gradient(circle at 70% 72%, rgba(124, 58, 237, 0.22), transparent 36%),
    linear-gradient(145deg, #071126, #050817 72%);
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 24px 74px rgba(15, 23, 42, 0.22);
  cursor: crosshair;
}

.hero-card-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-icon-card .product-page-icon {
  position: relative;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.34));
}

.products-section,
.why-section {
  background: linear-gradient(180deg, rgba(239, 244, 251, 0.7), rgba(248, 250, 252, 0.96));
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.product-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card,
.why-card {
  position: relative;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s var(--ease), border-color 0.24s ease, box-shadow 0.24s var(--ease);
}

.product-card:hover,
.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(96, 165, 250, 0.4);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.1), 0 0 42px rgba(96, 165, 250, 0.12);
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-card:nth-child(1),
.product-card:nth-child(2),
.product-card:nth-child(3) {
  grid-column: span 2;
}

.product-card:nth-child(4),
.product-card:nth-child(5),
.product-card:nth-child(6) {
  grid-column: span 2;
}

.product-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.plugin-icon,
.product-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: var(--white);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.3), transparent 34%),
    linear-gradient(135deg, rgba(96, 165, 250, 0.26), rgba(124, 58, 237, 0.24));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2), 0 0 34px rgba(96, 165, 250, 0.14);
  font-size: 0.78rem;
  font-weight: 900;
}

.plugin-icon {
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.plugin-icon-fallback {
  font-size: 1.15rem;
  letter-spacing: 0;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, rgba(20, 184, 166, 0.8), rgba(37, 99, 235, 0.9), rgba(124, 58, 237, 0.86));
}

.product-kicker {
  margin: 0 0 4px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card p,
.why-card p,
.workflow-row p {
  color: var(--muted);
}

.product-points {
  display: grid;
  gap: 8px;
  margin: 4px 0 18px;
  padding: 0;
  list-style: none;
  color: var(--muted-strong);
  font-size: 0.94rem;
}

.product-points li {
  position: relative;
  padding-left: 20px;
}

.product-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.67em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 12px rgba(96, 165, 250, 0.46);
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 16px;
}

.product-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.38rem 0.62rem;
  color: var(--muted-strong);
  background: #f8fafc;
  font-size: 0.78rem;
  font-weight: 800;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 22px;
}

.tag-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.38rem 0.62rem;
  color: var(--muted-strong);
  background: #f8fafc;
  font-size: 0.8rem;
  font-weight: 760;
}

.card-link {
  width: fit-content;
  padding: 0.66rem 0.94rem;
  color: var(--blue);
  background: var(--blue-soft);
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.card-link-ghost {
  color: var(--muted-strong);
  background: #f8fafc;
  border: 1px solid var(--line);
}

.card-link:hover {
  background: rgba(96, 165, 250, 0.24);
}

.ai-section {
  overflow: hidden;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: 58px;
}

.workflow-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.workflow-panel::before {
  content: "";
  position: absolute;
  inset: -70px -100px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(6, 182, 212, 0.16));
  filter: blur(8px);
  z-index: -1;
}

.workflow-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  background: #ffffff;
}

.workflow-row + .workflow-row {
  margin-top: 12px;
}

.workflow-row span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-soft);
  font-weight: 900;
}

.workflow-row strong {
  display: block;
  margin-bottom: 2px;
}

.workflow-row p {
  margin-bottom: 0;
}

.why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-card {
  min-height: 230px;
}

.why-card::before {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--violet));
}

.roadmap-section {
  padding-top: 80px;
}

.roadmap-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: 42px;
  align-items: center;
  border: 1px solid rgba(201, 211, 229, 0.82);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 6vw, 58px);
  background:
    radial-gradient(circle at 12% 20%, rgba(96, 165, 250, 0.2), transparent 30%),
    radial-gradient(circle at 86% 64%, rgba(124, 58, 237, 0.22), transparent 32%),
    #ffffff;
  box-shadow: var(--shadow-soft);
}

.roadmap-shell h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.contact-section {
  padding-top: 80px;
}

.contact-shell {
  max-width: 880px;
  border-radius: var(--radius-lg);
  padding: clamp(32px, 7vw, 68px);
  text-align: center;
  background:
    radial-gradient(circle at 20% 8%, rgba(96, 165, 250, 0.18), transparent 32%),
    radial-gradient(circle at 88% 74%, rgba(124, 58, 237, 0.18), transparent 36%),
    #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.contact-shell .eyebrow {
  margin-bottom: 12px;
}

.contact-shell h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.contact-actions {
  justify-content: center;
  margin-top: 26px;
}

.email-link {
  color: var(--muted-strong);
  font-weight: 760;
}

.email-link:hover {
  color: var(--blue);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 34px 0;
  background: #ffffff;
}

.product-page .site-header {
  position: sticky;
}

.product-hero {
  padding: 96px 0 70px;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 54px;
  align-items: center;
}

.product-hero h1 {
  max-width: 820px;
}

.product-hero p {
  color: var(--muted);
  font-size: 1.12rem;
}

.product-hero-media {
  display: grid;
  place-items: center;
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 50%, rgba(96, 165, 250, 0.22), transparent 34%),
    radial-gradient(circle at 70% 72%, rgba(124, 58, 237, 0.22), transparent 36%),
    #ffffff;
  box-shadow: var(--shadow-soft);
}

.product-hero-media.hero-icon-card {
  background:
    radial-gradient(circle at 50% 45%, rgba(96, 165, 250, 0.22), transparent 34%),
    radial-gradient(circle at 70% 72%, rgba(124, 58, 237, 0.22), transparent 36%),
    linear-gradient(145deg, #071126, #050817 72%);
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 24px 74px rgba(15, 23, 42, 0.22);
}

.product-page-icon {
  width: min(220px, 62vw);
  height: min(220px, 62vw);
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.34));
}

.product-page-icon-fallback {
  width: min(220px, 62vw);
  height: min(220px, 62vw);
  display: grid;
  place-items: center;
  border-radius: 48px;
  color: var(--white);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, rgba(20, 184, 166, 0.84), rgba(37, 99, 235, 0.92), rgba(124, 58, 237, 0.88));
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.34), 0 0 60px rgba(96, 165, 250, 0.24);
  font-size: 3rem;
  font-weight: 900;
}

.product-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.product-stats div,
.detail-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.product-stats div {
  padding: 18px;
}

.product-stats strong,
.product-stats span {
  display: block;
}

.product-stats strong {
  font-size: 1.28rem;
}

.product-stats span {
  color: var(--muted);
  font-size: 0.88rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.detail-card {
  padding: 26px;
}

.detail-card h2,
.detail-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.detail-card p,
.detail-card li {
  color: var(--muted);
}

.detail-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 1.1rem;
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.comparison-table {
  min-width: 920px;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  color: var(--text);
  font-weight: 850;
}

.comparison-table td strong {
  color: var(--blue);
}

.comparison-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.comparison-cta {
  justify-content: center;
}

.product-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.doc-nav {
  padding: 22px 0;
  border-block: 1px solid var(--line);
  background: #ffffff;
}

.doc-nav-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.doc-nav-grid a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.58rem 0.82rem;
  color: var(--muted-strong);
  background: #f8fafc;
  font-size: 0.88rem;
  font-weight: 800;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s var(--ease);
}

.doc-nav-grid a:hover,
.doc-nav-grid a.is-active {
  color: var(--blue);
  background: rgba(37, 99, 235, 0.09);
  transform: translateY(-2px);
}

.feature-matrix,
.doc-card-grid,
.use-case-grid,
.steps-grid {
  display: grid;
  gap: 18px;
}

.feature-matrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.doc-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.use-case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: step;
}

.feature-tile,
.doc-card,
.step-card,
.callout-panel,
.tool-category,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.feature-tile,
.doc-card,
.step-card,
.callout-panel,
.tool-category,
.faq-item {
  padding: 24px;
}

.feature-tile h3,
.doc-card h3,
.step-card h3,
.tool-category h3,
.faq-item h3 {
  margin-bottom: 10px;
}

.feature-tile p,
.doc-card p,
.step-card p,
.callout-panel p,
.tool-category p,
.faq-item p {
  color: var(--muted);
}

.backup-feature-grid .doc-card {
  min-height: 260px;
}

.feature-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: var(--blue);
}

.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.feature-icon-schedule::before {
  width: 34px;
  height: 34px;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

.feature-icon-schedule::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: translate(11px, -12px) rotate(-35deg);
}

.feature-icon-incremental::before {
  width: 34px;
  height: 34px;
  border: 3px dashed currentColor;
  border-radius: 50%;
}

.feature-icon-incremental::after {
  width: 15px;
  height: 22px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.feature-icon-restore::before {
  width: 34px;
  height: 22px;
  border: 3px solid currentColor;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom: 0;
  transform: translateY(4px);
}

.feature-icon-restore::after {
  width: 18px;
  height: 18px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: translate(5px, 6px) rotate(45deg);
}

.feature-icon-check::before {
  width: 36px;
  height: 36px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.feature-icon-check::after {
  width: 18px;
  height: 10px;
  border-left: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: translateY(-1px) rotate(-45deg);
}

.feature-icon-migration::before {
  width: 34px;
  height: 26px;
  border: 3px solid currentColor;
  border-radius: 6px;
}

.feature-icon-migration::after {
  width: 18px;
  height: 12px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: translateX(1px) rotate(45deg);
}

.feature-icon-tools::before {
  width: 34px;
  height: 34px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.feature-icon-tools::after {
  width: 22px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -8px 0 currentColor, 0 8px 0 currentColor;
}

.feature-icon-report::before {
  width: 30px;
  height: 36px;
  border: 3px solid currentColor;
  border-radius: 5px;
}

.feature-icon-report::after {
  width: 16px;
  height: 15px;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  box-shadow: 0 8px 0 -1px currentColor;
}

.feature-icon-hosting::before {
  width: 36px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 14px;
}

.feature-icon-hosting::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: -10px 0 0 currentColor, 10px 0 0 currentColor;
}

.feature-icon-logs::before {
  width: 34px;
  height: 34px;
  border: 3px solid currentColor;
  border-radius: 9px;
}

.feature-icon-logs::after {
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -8px 0 currentColor, 0 8px 0 currentColor;
}

.step-card {
  position: relative;
}

.step-card::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-soft);
  font-weight: 900;
}

.badge-row,
.integration-cloud,
.tool-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.badge-row span,
.integration-cloud span,
.tool-badges span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.42rem 0.66rem;
  color: var(--muted-strong);
  background: #f8fafc;
  font-size: 0.82rem;
  font-weight: 800;
}

.tool-badges .write {
  color: #fee2e2;
  background: rgba(248, 113, 113, 0.12);
  border-color: rgba(248, 113, 113, 0.26);
}

.tool-badges .read {
  color: #dbeafe;
  background: rgba(96, 165, 250, 0.13);
  border-color: rgba(96, 165, 250, 0.26);
}

.tool-badges .sensitive {
  color: #fef3c7;
  background: rgba(245, 158, 11, 0.13);
  border-color: rgba(245, 158, 11, 0.28);
}

.tool-category ul,
.doc-list {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.doc-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 28px;
  align-items: start;
}

.code-panel {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px;
  color: #1e3a8a;
  background: #f8fafc;
  font-size: 0.9rem;
  line-height: 1.7;
}

.doc-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 850;
}

.doc-link:hover {
  color: var(--cyan);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.docs-page {
  background:
    radial-gradient(circle at 14% 8%, rgba(37, 99, 235, 0.08), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(124, 58, 237, 0.07), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #f3f6fb 48%, #f8fafc 100%);
}

.docs-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  width: min(100% - 28px, 1760px);
  margin-inline: auto;
  padding: 54px 0 96px;
}

.docs-sidebar {
  position: sticky;
  top: 104px;
  max-height: calc(100vh - 124px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(37, 99, 235, 0.45) #eef2f7;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.docs-sidebar::-webkit-scrollbar {
  width: 8px;
}

.docs-sidebar::-webkit-scrollbar-track {
  background: #eef2f7;
  border-radius: 999px;
}

.docs-sidebar::-webkit-scrollbar-thumb {
  background: rgba(96, 165, 250, 0.5);
  border-radius: 999px;
}

.docs-sidebar-title {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.docs-sidebar nav {
  display: grid;
  gap: 4px;
}

.docs-sidebar-group {
  display: grid;
  gap: 4px;
  margin-top: 14px;
}

.docs-sidebar-heading {
  margin: 0;
  padding: 0.54rem 0.7rem 0.25rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.docs-sidebar a {
  border-radius: 10px;
  padding: 0.62rem 0.7rem;
  color: var(--muted-strong);
  font-size: 0.92rem;
  font-weight: 720;
}

.docs-sidebar a:hover,
.docs-sidebar a.is-active {
  color: var(--blue);
  background: rgba(37, 99, 235, 0.09);
}

.docs-content {
  width: 100%;
  min-width: 0;
}

.docs-article {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(26px, 5vw, 48px);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.docs-article h1 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.04;
}

.docs-article h2 {
  margin-top: 46px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  font-size: clamp(1.55rem, 3vw, 2.3rem);
}

.docs-article h3 {
  margin-top: 24px;
}

.docs-article p,
.docs-article li {
  color: var(--muted);
}

.docs-lede {
  color: var(--muted-strong);
  font-size: 1.12rem;
}

.docs-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
}

.docs-index a {
  color: var(--blue);
  font-weight: 760;
}

.docs-index a:hover {
  color: var(--cyan);
}

.docs-note {
  margin: 24px 0;
  border-left: 3px solid var(--blue);
  border-radius: 0 14px 14px 0;
  padding: 16px 18px;
  background: rgba(96, 165, 250, 0.1);
}

.docs-note strong {
  color: var(--text);
}

.docs-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.docs-table th,
.docs-table td {
  border-bottom: 1px solid var(--line);
  padding: 0.78rem 0.86rem;
  text-align: left;
  vertical-align: top;
}

.docs-table th {
  color: var(--muted-strong);
  background: #f8fafc;
}

.docs-table td {
  color: var(--muted);
}

.docs-tree {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.docs-tree summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 12px;
  padding: 0.62rem 0.7rem;
  color: var(--muted-strong);
  font-size: 0.92rem;
  font-weight: 760;
  cursor: pointer;
  list-style: none;
}

.docs-tree summary::-webkit-details-marker {
  display: none;
}

.docs-tree summary::after {
  content: "+";
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 900;
  transition: transform 0.2s ease;
}

.docs-tree[open] summary::after {
  content: "-";
}

.docs-tree summary:hover,
.docs-tree summary.is-active {
  color: var(--blue);
  background: rgba(37, 99, 235, 0.09);
}

.docs-subnav {
  display: grid;
  gap: 2px;
  padding: 0 6px 8px;
}

.docs-subnav a {
  position: relative;
  margin-left: 9px;
  border-radius: 10px;
  padding: 0.54rem 0.7rem 0.54rem 1.06rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
}

.docs-subnav a::before {
  content: "";
  position: absolute;
  left: 0.34rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgba(169, 184, 216, 0.46);
}

.docs-subnav a:hover,
.docs-subnav a.is-active {
  color: var(--blue);
  background: rgba(37, 99, 235, 0.09);
}

.docs-subnav a:hover::before,
.docs-subnav a.is-active::before {
  background: var(--blue);
}

.docs-subnav .docs-tree-plugin {
  margin: 4px 0 2px 9px;
  border-color: var(--line);
  background: #f8fafc;
}

.docs-subnav .docs-tree-plugin summary {
  padding: 0.52rem 0.64rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 720;
}

.docs-subnav .docs-tree-plugin summary::after {
  font-size: 0.8rem;
}

.docs-subnav .docs-tree-plugin summary:hover,
.docs-subnav .docs-tree-plugin summary.is-active {
  color: var(--blue);
  background: rgba(37, 99, 235, 0.09);
}

.docs-plugin-links {
  gap: 1px;
  padding: 0 4px 6px;
}

.docs-plugin-links a {
  margin-left: 6px;
  padding: 0.48rem 0.64rem 0.48rem 0.96rem;
  font-size: 0.82rem;
}

.docs-plugin-links a::before {
  left: 0.3rem;
  width: 5px;
  height: 5px;
}

.tools-hub-intro {
  margin-top: 34px;
  display: grid;
  gap: 18px;
}

.tools-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tools-hub-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.tools-hub-card p {
  margin-bottom: 14px;
}

.tools-hub-card a {
  color: var(--blue);
  font-weight: 800;
}

.tools-hub-card a:hover {
  color: var(--cyan);
}

.tools-sticky-groups {
  position: sticky;
  top: 88px;
  z-index: 18;
  margin: 30px 0 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 10px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.tools-group-scroll {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  overflow-x: hidden;
  scrollbar-width: thin;
}

.tools-group-scroll::-webkit-scrollbar {
  height: 6px;
}

.tools-group-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.4);
}

.tools-group-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.48rem 0.74rem;
  color: var(--muted-strong);
  background: #f8fafc;
  font-size: 0.83rem;
  font-weight: 760;
}

.tools-group-chip:hover,
.tools-group-chip.is-active {
  color: var(--blue);
  border-color: rgba(37, 99, 235, 0.26);
  background: rgba(37, 99, 235, 0.09);
}

.tools-group-chip span {
  border-radius: 999px;
  padding: 0.14rem 0.48rem;
  color: var(--muted-strong);
  background: #ffffff;
  font-size: 0.74rem;
  font-weight: 850;
}

.tools-section {
  margin-top: 26px;
  padding-top: 22px;
  scroll-margin-top: 180px;
  border-top: 1px solid var(--line);
}

.tools-section h2 {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: clamp(1.2rem, 2.3vw, 1.76rem);
}

.tools-section-head {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tools-section-head p {
  margin: 0;
}

.tools-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 1560px) {
  .tools-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1280px) {
  .tools-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tools-card-grid {
    grid-template-columns: 1fr;
  }
}

.tool-card {
  display: flex;
  flex-direction: column;
  min-height: 236px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.tool-card:hover {
  border-color: rgba(96, 165, 250, 0.4);
  transform: translateY(-2px);
}

.tool-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.tool-code {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0.44rem 0.56rem;
  color: #1e3a8a;
  background: #eef4ff;
  border: 1px solid rgba(37, 99, 235, 0.16);
  font-family: "JetBrains Mono", "Cascadia Mono", Consolas, "Courier New", monospace;
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.2;
}

.risk-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.24rem 0.55rem;
  font-size: 0.66rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.risk-pill.read {
  color: #166534;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.24);
}

.risk-pill.sensitive {
  color: #92400e;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.28);
}

.risk-pill.write {
  color: #991b1b;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.24);
}

.risk-pill.dynamic {
  color: #5b21b6;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.24);
}

.tool-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.48;
}

.tool-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.tool-card-category {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 860;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tool-card-link {
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 820;
}

.tool-card-link:hover {
  color: var(--cyan);
}

.tool-detail-page {
  background:
    radial-gradient(circle at 14% 8%, rgba(37, 99, 235, 0.08), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(124, 58, 237, 0.07), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #f3f6fb 48%, #f8fafc 100%);
}

.tool-detail-shell {
  width: min(100% - 28px, 1340px);
  margin-inline: auto;
  padding: 46px 0 92px;
}

.tool-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.84rem;
}

.tool-breadcrumb a {
  color: var(--muted-strong);
  font-weight: 700;
}

.tool-detail-hero {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(24px, 4vw, 42px);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.tool-detail-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.tool-detail-head h1 {
  margin: 0;
  max-width: 800px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.04;
}

.tool-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.tool-detail-layout {
  margin-top: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
  gap: 20px;
}

.tool-detail-main,
.tool-detail-aside {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: #ffffff;
}

.tool-detail-main h2,
.tool-detail-main h3 {
  margin-top: 0;
  margin-bottom: 12px;
  border: 0;
  padding: 0;
  font-size: 1.26rem;
}

.tool-detail-main h3 {
  margin-top: 24px;
  font-size: 1.05rem;
}

.tool-detail-main p,
.tool-detail-main li,
.tool-detail-aside p,
.tool-detail-aside li {
  color: var(--muted);
}

.tool-detail-main ul,
.tool-detail-aside ul {
  margin: 0;
  display: grid;
  gap: 8px;
  padding-left: 1.1rem;
}

.tool-detail-aside ul + h3 {
  margin-top: 1rem;
}

.tool-detail-aside h3 + p {
  margin-top: 0.62rem;
}

.tool-detail-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tool-code-block {
  margin-top: 18px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 14px;
  padding: 14px;
  background: #f8fafc;
  color: #1e3a8a;
  font-family: "JetBrains Mono", "Cascadia Mono", Consolas, "Courier New", monospace;
  font-size: 0.83rem;
  line-height: 1.6;
  overflow-x: auto;
}

.tool-faq-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tool-faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: #ffffff;
}

.tool-faq-item h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.tool-faq-item p {
  margin: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
}

.footer-brand {
  margin-bottom: 4px;
}

.site-footer p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.copyright {
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1040px) {
  .header-cta {
    display: none;
  }

  .hero-grid,
  .feature-split,
  .roadmap-shell {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 520px;
  }

  .trust-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-card:nth-child(n) {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .product-hero-grid,
  .detail-grid,
  .comparison-highlights,
  .feature-matrix,
  .doc-card-grid,
  .tools-hub-grid,
  .use-case-grid,
  .steps-grid,
  .doc-split,
  .faq-grid,
  .tool-detail-layout,
  .tool-faq-grid {
    grid-template-columns: 1fr;
  }

  .copyright {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .docs-shell {
    grid-template-columns: minmax(250px, 280px) minmax(0, 1fr);
    gap: 24px;
  }
}

@media (max-width: 860px) {
  .docs-shell {
    grid-template-columns: 1fr;
  }

  .docs-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section-pad {
    padding: 78px 0;
  }

  .nav-shell {
    min-height: 68px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 78px;
    display: grid;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 12px;
    background: rgba(8, 13, 32, 0.96);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(18px);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    border-radius: 14px;
    padding: 0.9rem 1rem;
  }

  .hero {
    padding-top: 62px;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 3.55rem);
  }

  .hero-grid {
    gap: 42px;
  }

  .hero-actions .btn,
  .contact-actions .btn {
    width: 100%;
  }

  .hero-metrics,
  .trust-grid,
  .product-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-icon-card {
    width: 100%;
    min-height: 320px;
  }

  .roadmap-shell {
    gap: 24px;
  }

  .product-stats {
    grid-template-columns: 1fr;
  }

  .docs-index {
    grid-template-columns: 1fr;
  }

  .tools-sticky-groups {
    top: 76px;
    margin-top: 20px;
  }

  .tool-card {
    min-height: 0;
  }

  .tool-detail-shell {
    width: min(100% - 20px, 1340px);
    padding-top: 24px;
  }

  .tool-detail-hero {
    padding: 18px;
  }

  .tool-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .brand {
    gap: 9px;
    font-size: 0.98rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 0;
  }

  .brand-mark img {
    width: 35px;
    height: 35px;
  }

  .hero-metrics div,
  .product-card,
  .why-card,
  .workflow-row {
    padding: 18px;
  }

  .footer-links {
    display: grid;
  }
}
