:root {
  --feature-ink: #171923;
  --feature-muted: #62687a;
  --feature-coral: #ff5a4f;
  --feature-coral-dark: #dc3e34;
  --feature-mint: #dff8ec;
  --feature-green: #087a4c;
  --feature-blue: #3b6ef5;
  --feature-paper: #f8f8fb;
  --feature-line: #e5e7ef;
  --feature-night: #171923;
}

html {
  scroll-behavior: smooth;
}

.feature-guide-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 90, 79, 0.05), transparent 24%),
    radial-gradient(circle at 92% 28%, rgba(59, 110, 245, 0.04), transparent 23%),
    #f8f8fb;
  color: var(--feature-ink);
  font-family: "Inter", sans-serif;
}

.feature-guide-page h1,
.feature-guide-page h2,
.feature-guide-page h3,
.feature-guide-page strong {
  font-family: "Manrope", "Inter", sans-serif;
}

.feature-site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(225, 227, 235, 0.8);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.feature-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--feature-line);
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.98), rgba(252, 250, 251, 0.92) 50%, rgba(244, 248, 255, 0.96));
}

.feature-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: radial-gradient(#bdc1cc 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-glow-one {
  top: -240px;
  right: -180px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(96, 132, 255, 0.17), transparent 68%);
}

.hero-glow-two {
  bottom: -280px;
  left: -240px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(255, 90, 79, 0.14), transparent 70%);
}

.feature-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.91fr) minmax(500px, 1.09fr);
  gap: 64px;
  align-items: center;
  width: min(1280px, calc(100% - 48px));
  min-height: 710px;
  margin: 0 auto;
  padding: 82px 0 92px;
}

.feature-hero-copy,
.hero-product-stage {
  min-width: 0;
}

.hero-label,
.section-label {
  color: var(--feature-coral-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #f3d2cf;
  border-radius: 999px;
  background: rgba(255, 247, 246, 0.9);
  padding: 8px 12px;
}

.hero-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--feature-coral);
  box-shadow: 0 0 0 5px rgba(255, 90, 79, 0.1);
}

.feature-hero h1 {
  max-width: 690px;
  margin: 24px 0 22px;
  color: var(--feature-ink);
  font-size: clamp(45px, 5.25vw, 76px);
  font-weight: 800;
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.hero-lead {
  max-width: 670px;
  margin: 0;
  color: #565c6e;
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.feature-primary-cta,
.feature-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.feature-primary-cta {
  gap: 16px;
  border: 1px solid #e9483d;
  background: linear-gradient(135deg, #ff645a, #f74d43);
  box-shadow: 0 15px 30px rgba(231, 68, 58, 0.22);
  color: #fff;
  padding: 0 20px;
}

.feature-primary-cta span {
  font-size: 18px;
}

.feature-secondary-cta {
  border: 1px solid #d9dce5;
  background: rgba(255, 255, 255, 0.8);
  color: #272a37;
  padding: 0 19px;
}

.feature-primary-cta:hover,
.feature-secondary-cta:hover,
.text-link:hover,
.export-cta-band a:hover {
  transform: translateY(-2px);
}

.feature-primary-cta:hover {
  box-shadow: 0 19px 36px rgba(231, 68, 58, 0.28);
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
  color: #5c6272;
  font-size: 12px;
  font-weight: 800;
}

.hero-trust-list span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.hero-trust-list b {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--feature-mint);
  color: var(--feature-green);
  font-size: 11px;
}

.hero-product-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid #dde0e9;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    0 35px 70px rgba(33, 38, 56, 0.14),
    0 2px 0 rgba(255, 255, 255, 0.9) inset;
  transform: perspective(1400px) rotateY(-4deg) rotateX(1deg);
}

.hero-product-stage::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 203, 144, 0.08), transparent 68%);
  pointer-events: none;
}

.stage-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #eaecf2;
  background: #fbfbfd;
  color: #626879;
  font-size: 11px;
  font-weight: 800;
  padding: 14px 17px;
}

.stage-dots {
  display: flex;
  gap: 5px;
}

.stage-dots i,
.screenshot-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5d8e1;
}

.stage-dots i:first-child,
.screenshot-bar i:first-child {
  background: #ff766d;
}

.stage-dots i:nth-child(2),
.screenshot-bar i:nth-child(2) {
  background: #ffc85c;
}

.stage-dots i:last-child,
.screenshot-bar i:last-child {
  background: #5fd19a;
}

.stage-live {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #19815a;
}

.stage-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #24b979;
  box-shadow: 0 0 0 4px rgba(36, 185, 121, 0.1);
}

.stage-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 18px 18px 10px;
}

.stage-metrics article {
  border: 1px solid #e8eaf0;
  border-radius: 13px;
  background: #fff;
  padding: 15px;
}

.stage-metrics span,
.stage-metrics small {
  display: block;
  color: #73798b;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.stage-metrics strong {
  display: block;
  margin: 4px 0 3px;
  color: #282b38;
  font-size: 27px;
  letter-spacing: -0.05em;
}

.stage-metrics .metric-review {
  background: #fffaf2;
}

.stage-metrics .metric-review strong {
  color: #bf7413;
}

.stage-quality {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin: 9px 18px;
  border: 1px solid #ccebdc;
  border-radius: 15px;
  background: linear-gradient(110deg, #effcf6, #fbfffd);
  padding: 18px;
}

.stage-eyebrow {
  display: block;
  color: #25815e;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.stage-quality > div > strong {
  display: block;
  margin-top: 5px;
  color: #202b29;
  font-size: 15px;
}

.stage-quality p {
  margin: 6px 0 0;
  color: #64716d;
  font-size: 10px;
  line-height: 1.5;
}

.stage-score {
  display: grid;
  place-items: center;
  width: 67px;
  height: 67px;
  border: 7px solid #bcebd4;
  border-radius: 50%;
  background: #fff;
}

.stage-score strong {
  color: #08774a;
  font-size: 21px;
  line-height: 1;
}

.stage-score span {
  color: #718078;
  font-size: 8px;
  font-weight: 800;
}

.stage-reference-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: start;
  margin: 14px 18px;
  border: 1px solid #dfe2e9;
  border-left: 3px solid #24ad76;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 34, 48, 0.06);
  padding: 16px;
}

.reference-check {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 7px;
  background: #e5f9ef;
  color: #07804d;
  font-size: 11px;
  font-weight: 900;
}

.reference-kicker {
  display: block;
  margin-bottom: 4px;
  color: #16825a;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.stage-reference-card strong {
  display: block;
  color: #292c39;
  font-size: 13px;
}

.stage-reference-card p {
  margin: 5px 0 9px;
  color: #73798a;
  font-size: 9px;
  line-height: 1.45;
}

.reference-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.reference-tags span {
  border-radius: 999px;
  background: #eff7ff;
  color: #37699f;
  font-size: 8px;
  font-weight: 800;
  padding: 4px 7px;
}

.stage-reference-card button {
  border: 1px solid #dfe2e9;
  border-radius: 8px;
  background: #fff;
  color: #404453;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  padding: 7px 9px;
}

.stage-export {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0 18px 19px;
  border-radius: 12px;
  background: #242733;
  padding: 12px;
}

.stage-export > span {
  margin-right: auto;
  color: #e2e4ec;
  font-size: 9px;
  font-weight: 800;
}

.stage-export b {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 8px;
  padding: 7px 9px;
}

.feature-jump-wrap {
  position: relative;
  z-index: 10;
  width: min(1180px, calc(100% - 48px));
  margin: -27px auto 0;
}

.feature-jump-nav {
  display: flex;
  overflow-x: auto;
  gap: 5px;
  align-items: center;
  border: 1px solid #e0e3eb;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(37, 42, 59, 0.1);
  padding: 8px;
  scrollbar-width: none;
}

.feature-jump-nav::-webkit-scrollbar {
  display: none;
}

.feature-jump-nav span {
  flex: 0 0 auto;
  border-right: 1px solid #e8eaf0;
  color: #8a8f9e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 8px 14px 8px 10px;
  text-transform: uppercase;
}

.feature-jump-nav a {
  flex: 0 0 auto;
  border-radius: 9px;
  color: #4f5566;
  font-size: 12px;
  font-weight: 800;
  padding: 9px 12px;
  text-decoration: none;
}

.feature-jump-nav a:hover {
  background: #f4f5f8;
  color: #1f222d;
}

.feature-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 94px 0;
}

.feature-intro {
  padding-top: 115px;
}

.section-heading {
  max-width: 810px;
  margin-bottom: 34px;
}

.centered-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2,
.proof-copy h2,
.detail-copy h2,
.limitation-copy h2,
.feature-final-cta h2,
.faq-heading h2 {
  margin: 10px 0 16px;
  color: var(--feature-ink);
  font-size: clamp(34px, 4.1vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child,
.proof-copy > p,
.detail-copy > p,
.limitation-copy > p,
.faq-heading > p {
  color: var(--feature-muted);
  font-size: 16px;
  line-height: 1.75;
}

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

.pipeline-grid article {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  border: 1px solid #e3e6ed;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(38, 43, 58, 0.045);
  padding: 27px;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.pipeline-grid article:hover {
  border-color: #f2c8c4;
  box-shadow: 0 18px 36px rgba(38, 43, 58, 0.085);
  transform: translateY(-4px);
}

.pipeline-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #d8dae2;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.pipeline-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff0ee;
  color: var(--feature-coral-dark);
}

.pipeline-icon svg,
.privacy-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.pipeline-grid h3 {
  margin: 24px 0 9px;
  color: #242732;
  font-size: 19px;
  letter-spacing: -0.025em;
}

.pipeline-grid p {
  margin: 0;
  color: #687082;
  font-size: 13px;
  line-height: 1.65;
}

.feature-proof-section {
  width: 100%;
  max-width: none;
  background:
    linear-gradient(90deg, rgba(247, 248, 251, 0), rgba(255, 255, 255, 0.86) 50%, rgba(247, 248, 251, 0));
  padding-right: max(24px, calc((100% - 1180px) / 2));
  padding-left: max(24px, calc((100% - 1180px) / 2));
}

.proof-layout,
.detail-layout,
.dark-section-grid,
.limitation-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: 70px;
  align-items: center;
}

.proof-points {
  display: grid;
  gap: 8px;
  margin: 26px 0;
}

.proof-points article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  border-bottom: 1px solid #e6e8ee;
  padding: 15px 0;
}

.proof-points article > span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  background: #242733;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.proof-points strong {
  display: block;
  color: #292c38;
  font-size: 14px;
}

.proof-points p {
  margin: 4px 0 0;
  color: #6b7181;
  font-size: 12px;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--feature-coral-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease;
}

.product-screenshot-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid #dfe2ea;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 30px 60px rgba(34, 39, 55, 0.13);
}

.screenshot-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #e8eaf0;
  background: #f9fafc;
  padding: 13px 16px;
}

.screenshot-bar > span {
  display: flex;
  gap: 5px;
}

.screenshot-bar b {
  color: #777d8e;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.screenshot-viewport {
  position: relative;
  overflow: hidden;
  background: #f5f7fb;
}

.screenshot-viewport img {
  display: block;
  width: 100%;
  height: auto;
}

.screenshot-overview {
  max-height: 565px;
}

.screenshot-overview img {
  transform: translateY(-2%);
}

.product-screenshot-card figcaption {
  border-top: 1px solid #eceef3;
  color: #858a99;
  font-size: 10px;
  padding: 11px 16px;
  text-align: center;
}

.example-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 13px;
  align-items: stretch;
}

.example-card {
  overflow: hidden;
  border: 1px solid #e1e4eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(38, 43, 58, 0.05);
  padding: 22px;
}

.example-card-top {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.example-card-top span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #f0f2f6;
  color: #535968;
  font-size: 11px;
  font-weight: 900;
}

.example-card-top strong {
  color: #292c38;
  font-size: 13px;
}

.example-raw pre {
  min-height: 177px;
  margin: 0;
  border-radius: 11px;
  background: #f5f6f9;
  color: #555b69;
  font-family: "Courier New", monospace;
  font-size: 11px;
  line-height: 1.6;
  padding: 16px;
  white-space: pre-wrap;
}

.example-card small {
  display: block;
  margin-top: 13px;
  color: #8b909e;
  font-size: 9px;
  line-height: 1.45;
}

.example-parsed dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.example-parsed dl > div {
  border: 1px solid #e7e9ef;
  border-radius: 10px;
  background: #fbfbfd;
  padding: 10px 12px;
}

.example-parsed dt {
  color: #9a9eaa;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.example-parsed dd {
  margin: 3px 0 0;
  color: #343845;
  font-size: 11px;
  font-weight: 700;
}

.example-ready {
  border-color: #cfe9dd;
  background: linear-gradient(145deg, #f3fcf8, #fff);
}

.example-status {
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 10px;
  background: #e4f8ee;
  color: #17724f;
  font-size: 11px;
  font-weight: 900;
  padding: 12px;
}

.example-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28b879;
  box-shadow: 0 0 0 5px rgba(40, 184, 121, 0.1);
}

.example-ready ul {
  display: grid;
  gap: 11px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.example-ready li {
  position: relative;
  color: #52625c;
  font-size: 11px;
  padding-left: 20px;
}

.example-ready li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #15915e;
  font-weight: 900;
}

.example-arrow {
  display: grid;
  place-items: center;
  color: #bdc1cc;
  font-size: 23px;
}

.honesty-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 20px;
  border: 1px solid #d9e2f1;
  border-radius: 14px;
  background: #f5f8fd;
  padding: 18px;
}

.honesty-note > span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #dfe9fb;
  color: #315fbd;
  font-family: Georgia, serif;
  font-weight: 900;
}

.honesty-note p {
  margin: 0;
  color: #566274;
  font-size: 12px;
  line-height: 1.65;
}

.feature-dark-section {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 90, 79, 0.17), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(78, 112, 244, 0.17), transparent 30%),
    #181a24;
  color: #fff;
  padding-right: max(24px, calc((100% - 1180px) / 2));
  padding-left: max(24px, calc((100% - 1180px) / 2));
}

.dark-section-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
}

.light-label {
  color: #ff8a82;
}

.dark-copy h2 {
  margin: 10px 0 17px;
  color: #fff;
  font-size: clamp(37px, 4vw, 57px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.dark-copy > p {
  color: #b7bbc8;
  font-size: 16px;
  line-height: 1.75;
}

.signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 25px;
}

.signal-list span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #dfe2eb;
  font-size: 10px;
  font-weight: 800;
  padding: 8px 11px;
}

.status-stack {
  display: grid;
  gap: 12px;
}

.status-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  padding: 20px;
}

.status-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 900;
}

.status-verified .status-icon {
  background: #dff8ec;
  color: #087a4c;
}

.status-check .status-icon {
  background: #fff0d6;
  color: #b36a05;
}

.status-unresolved .status-icon {
  background: #ffe6e3;
  color: #c83f35;
}

.status-card span {
  display: block;
  margin-bottom: 4px;
  color: #9da3b2;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-card strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.status-card p {
  margin: 5px 0 0;
  color: #aeb3c0;
  font-size: 11px;
  line-height: 1.55;
}

.detail-layout {
  grid-template-columns: minmax(520px, 1.12fr) minmax(0, 0.88fr);
}

.screenshot-detail {
  height: 580px;
}

.screenshot-detail img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
}

.detail-feature-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.detail-feature-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  border-bottom: 1px solid #e5e7ed;
  padding: 13px 0;
}

.detail-feature-list b {
  color: #262a36;
  font-size: 12px;
}

.detail-feature-list span {
  color: #676e7f;
  font-size: 12px;
  line-height: 1.55;
}

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

.export-grid article {
  position: relative;
  min-height: 190px;
  border: 1px solid #e3e5ec;
  border-radius: 17px;
  background: #fff;
  padding: 22px;
}

.format-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 13px;
  background: #232631;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.export-grid article:nth-child(2) .format-icon,
.export-grid article:nth-child(5) .format-icon {
  background: #fff0ee;
  color: #cd4339;
}

.export-grid article:nth-child(3) .format-icon,
.export-grid article:nth-child(4) .format-icon {
  background: #e7f8f0;
  color: #08794c;
}

.export-grid h3 {
  margin: 18px 0 7px;
  color: #292c38;
  font-size: 16px;
}

.export-grid p {
  margin: 0;
  color: #687082;
  font-size: 12px;
  line-height: 1.6;
}

.export-grid small {
  position: absolute;
  top: 24px;
  right: 22px;
  color: #a0a4b0;
  font-size: 9px;
  font-weight: 800;
}

.export-cta-band {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  border-radius: 17px;
  background:
    radial-gradient(circle at 85% 50%, rgba(255, 90, 79, 0.13), transparent 32%),
    #222530;
  padding: 26px 28px;
}

.export-cta-band span {
  display: block;
  color: #ff8c84;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.export-cta-band strong {
  display: block;
  max-width: 710px;
  margin-top: 5px;
  color: #fff;
  font-size: 16px;
}

.export-cta-band a {
  flex: 0 0 auto;
  display: inline-flex;
  gap: 13px;
  align-items: center;
  border-radius: 11px;
  background: #fff;
  color: #282b37;
  font-size: 12px;
  font-weight: 900;
  padding: 13px 16px;
  text-decoration: none;
  transition: transform 160ms ease;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #e2e4eb;
  border-radius: 19px;
  background: #e2e4eb;
}

.audience-grid article {
  min-height: 190px;
  background: #fff;
  padding: 25px;
}

.audience-grid article > span {
  color: #c3c6cf;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.audience-grid h3 {
  margin: 22px 0 8px;
  color: #292c38;
  font-size: 17px;
}

.audience-grid p {
  margin: 0;
  color: #697082;
  font-size: 12px;
  line-height: 1.65;
}

.limitation-section {
  width: 100%;
  max-width: none;
  background: #fff;
  padding-right: max(24px, calc((100% - 1180px) / 2));
  padding-left: max(24px, calc((100% - 1180px) / 2));
}

.limitation-layout {
  grid-template-columns: minmax(0, 0.75fr) minmax(560px, 1.25fr);
}

.fit-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.fit-columns article {
  border: 1px solid #e2e5ec;
  border-radius: 18px;
  padding: 22px;
}

.fit-good {
  background: #f4fcf8;
}

.fit-review {
  background: #fff9f2;
}

.fit-title {
  display: flex;
  gap: 10px;
  align-items: center;
}

.fit-title span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 900;
}

.fit-good .fit-title span {
  background: #dcf5e9;
  color: #08794c;
}

.fit-review .fit-title span {
  background: #ffebcc;
  color: #af6704;
}

.fit-title strong {
  color: #2c303b;
  font-size: 13px;
}

.fit-columns ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.fit-columns li {
  position: relative;
  color: #626b79;
  font-size: 11px;
  line-height: 1.5;
  padding-left: 16px;
}

.fit-columns li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.55;
}

.privacy-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 24px;
  border: 1px solid #e0e4ed;
  border-radius: 16px;
  background: #f8f9fb;
  padding: 20px 22px;
}

.privacy-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #e8ebf2;
  color: #4f5668;
}

.privacy-note strong {
  display: block;
  color: #2b2e3a;
  font-size: 13px;
}

.privacy-note p {
  margin: 5px 0 0;
  color: #6e7483;
  font-size: 11px;
  line-height: 1.6;
}

.distinction-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: 920px;
  margin: 0 auto;
}

.distinction-grid article {
  min-height: 250px;
  border: 1px solid #e1e4eb;
  border-radius: 20px;
  background: #fff;
  padding: 28px;
}

.distinction-grid .distinction-active {
  border-color: #f2c8c4;
  background: linear-gradient(145deg, #fff8f7, #fff);
  box-shadow: 0 18px 36px rgba(51, 43, 43, 0.08);
}

.distinction-label {
  color: #969ba8;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.distinction-grid h3 {
  margin: 20px 0 9px;
  color: #292c38;
  font-size: 22px;
  letter-spacing: -0.025em;
}

.distinction-grid p {
  color: #6a7181;
  font-size: 12px;
  line-height: 1.65;
}

.mini-document {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid #e3e6ed;
  border-radius: 12px;
  background: #f8f9fb;
  padding: 11px 15px;
}

.mini-document b {
  color: #343845;
  font-size: 24px;
}

.mini-document span {
  color: #7c8291;
  font-size: 10px;
  font-weight: 800;
}

.mini-many {
  border-color: #f1d1ce;
  background: #fff0ee;
}

.mini-many b {
  color: #d7473d;
}

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

.related-grid a {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  border: 1px solid #e2e5ec;
  border-radius: 18px;
  background: #fff;
  color: inherit;
  padding: 25px;
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.related-grid a:hover {
  box-shadow: 0 18px 35px rgba(39, 44, 58, 0.09);
  transform: translateY(-4px);
}

.related-grid a > span {
  color: var(--feature-coral-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.related-grid h3 {
  margin: 22px 0 9px;
  color: #292c38;
  font-size: 19px;
  line-height: 1.25;
}

.related-grid p {
  margin: 0 0 22px;
  color: #697082;
  font-size: 12px;
  line-height: 1.65;
}

.related-grid b {
  margin-top: auto;
  color: #343845;
  font-size: 11px;
}

.faq-section {
  padding-bottom: 110px;
}

.faq-layout {
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 28px;
}

.faq-heading .feature-secondary-cta {
  margin-top: 15px;
}

.feature-faq-list {
  overflow: hidden;
  border: 1px solid #e1e4eb;
  border-radius: 19px;
  background: #fff;
}

.feature-faq-list details {
  border-bottom: 1px solid #e6e8ee;
  padding: 0 24px;
}

.feature-faq-list details:last-child {
  border-bottom: 0;
}

.feature-faq-list summary {
  position: relative;
  cursor: pointer;
  color: #2b2f3a;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
  padding: 20px 38px 20px 0;
}

.feature-faq-list summary::-webkit-details-marker {
  display: none;
}

.feature-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #f0f2f6;
  color: #5f6575;
  font-size: 17px;
}

.feature-faq-list details[open] summary::after {
  content: "–";
  background: #fff0ee;
  color: #c94138;
}

.feature-faq-list p {
  margin: -4px 0 21px;
  color: #666d7d;
  font-size: 12px;
  line-height: 1.7;
}

.feature-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 0.45fr);
  gap: 80px;
  align-items: center;
  overflow: hidden;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 80px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 10%, rgba(83, 122, 255, 0.28), transparent 35%),
    radial-gradient(circle at 12% 100%, rgba(255, 90, 79, 0.25), transparent 38%),
    #181a24;
  padding: 64px 70px;
}

.feature-final-cta h2 {
  max-width: 780px;
  color: #fff;
}

.feature-final-cta p:not(.section-label) {
  max-width: 690px;
  color: #b8bdca;
  font-size: 15px;
  line-height: 1.7;
}

.light-cta {
  border-color: #fff;
  background: #fff;
  box-shadow: none;
  color: #222530;
}

.dark-secondary-cta {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.final-orbit {
  position: relative;
  width: 280px;
  height: 280px;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.final-orbit::before {
  content: "";
  position: absolute;
  inset: 47px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ff6e64, #e9483e);
  box-shadow: 0 16px 38px rgba(255, 90, 79, 0.28);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 900;
  transform: translate(-50%, -50%) rotate(-4deg);
}

.orbit-item {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 58px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  padding: 0 9px;
}

.orbit-bib {
  top: 13px;
  left: 108px;
}

.orbit-ris {
  top: 117px;
  right: -29px;
}

.orbit-csv {
  bottom: 7px;
  left: 104px;
}

.orbit-csl {
  top: 117px;
  left: -29px;
}

.feature-footer {
  border-top: 1px solid #e2e4eb;
}

@media (max-width: 1080px) {
  .feature-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 65px;
  }

  .feature-hero-copy {
    text-align: center;
  }

  .feature-hero h1,
  .hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions,
  .hero-trust-list {
    justify-content: center;
  }

  .hero-product-stage {
    width: min(760px, 100%);
    margin: 0 auto;
    transform: none;
  }

  .proof-layout,
  .detail-layout,
  .dark-section-grid,
  .limitation-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .detail-layout .product-screenshot-card {
    order: 2;
  }

  .faq-heading {
    position: static;
  }

  .feature-final-cta {
    grid-template-columns: 1fr;
  }

  .final-orbit {
    display: none;
  }
}

@media (max-width: 800px) {
  .feature-hero-inner,
  .feature-section,
  .feature-jump-wrap,
  .feature-final-cta {
    width: min(100% - 30px, 1180px);
  }

  .feature-hero-inner {
    padding-top: 54px;
  }

  .feature-hero h1 {
    font-size: clamp(41px, 12vw, 61px);
  }

  .feature-section {
    padding: 72px 0;
  }

  .pipeline-grid,
  .export-grid,
  .audience-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .example-flow {
    grid-template-columns: 1fr;
  }

  .example-arrow {
    height: 24px;
    transform: rotate(90deg);
  }

  .fit-columns,
  .distinction-grid {
    grid-template-columns: 1fr;
  }

  .feature-final-cta {
    padding: 48px 34px;
  }
}

@media (max-width: 620px) {
  .feature-site-header {
    gap: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .feature-site-header .brand {
    gap: 8px;
    font-size: 17px;
  }

  .feature-site-header .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .feature-site-header .header-actions {
    margin-left: auto;
  }

  .feature-site-header .signup-button {
    white-space: nowrap;
    font-size: 11px;
    padding: 10px 12px;
  }

  .feature-site-header .main-nav,
  .feature-site-header .login-link {
    display: none;
  }

  .feature-hero-inner {
    min-height: auto;
    padding-bottom: 75px;
  }

  .hero-label {
    font-size: 9px;
  }

  .feature-hero h1 {
    overflow-wrap: anywhere;
    font-size: clamp(39px, 11.2vw, 47px);
    letter-spacing: -0.045em;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
  }

  .feature-primary-cta,
  .feature-secondary-cta {
    width: 100%;
  }

  .hero-trust-list {
    display: grid;
    justify-content: center;
  }

  .stage-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .stage-toolbar > span:nth-child(2) {
    display: none;
  }

  .stage-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .stage-metrics article:last-child {
    grid-column: 1 / -1;
  }

  .stage-quality {
    grid-template-columns: 1fr;
  }

  .stage-score {
    display: none;
  }

  .stage-reference-card {
    grid-template-columns: auto 1fr;
  }

  .stage-reference-card button {
    display: none;
  }

  .stage-export {
    flex-wrap: wrap;
  }

  .stage-export > span {
    width: 100%;
  }

  .feature-jump-wrap {
    margin-top: -24px;
  }

  .feature-jump-nav span {
    display: none;
  }

  .pipeline-grid,
  .export-grid,
  .audience-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .pipeline-grid article,
  .audience-grid article {
    min-height: auto;
  }

  .section-heading h2,
  .proof-copy h2,
  .detail-copy h2,
  .limitation-copy h2,
  .feature-final-cta h2,
  .faq-heading h2 {
    font-size: 35px;
  }

  .screenshot-overview {
    max-height: 430px;
  }

  .screenshot-overview img {
    width: 720px;
    max-width: none;
  }

  .screenshot-detail {
    height: 480px;
  }

  .detail-feature-list article {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .export-cta-band {
    display: grid;
  }

  .export-cta-band a {
    justify-content: center;
  }

  .feature-final-cta {
    margin-bottom: 40px;
    padding: 42px 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .pipeline-grid article,
  .related-grid a,
  .feature-primary-cta,
  .feature-secondary-cta,
  .text-link,
  .export-cta-band a {
    transition: none;
  }
}
