/* DoWaba Instagram SEO sayfaları — home2.css üzerine, yalnız seo-* ekleri. */
.seo-landing-body {
  background: var(--paper);
}
.seo-landing-body .ann {
  background: linear-gradient(100deg, #064528, #076b3c 48%, #3b2a9f 100%);
  animation: none;
}
.seo-landing-body .hero-badge b {
  background: #076b3c;
}

.seo-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.seo-skip {
  position: fixed;
  inset-block-start: 10px;
  inset-inline-start: 12px;
  z-index: 120;
  padding: 11px 16px;
  border-radius: 10px;
  background: #07130d;
  color: #fff;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .18s ease;
}
.seo-skip:focus { transform: translateY(0); }

/* Ana sayfadaki açık CTA gradientinin kontrastını bu sayfalarda AA seviyesine çek. */
.seo-landing-body .btn--pri {
  background: linear-gradient(168deg, #0b7f47, #076b3c 62%, #064f2e);
}
.seo-landing-body .nav-links a[aria-current="page"] {
  color: var(--green-d);
  background: var(--green-s);
}
.seo-landing-body .more-panel a[aria-current="page"],
.seo-landing-body .m-grid a[aria-current="page"],
.seo-noscript-nav a[aria-current="page"] {
  color: var(--green-d);
  background: var(--green-s);
}
.seo-landing-body .more summary { list-style: none; }
.seo-landing-body .more summary::-webkit-details-marker { display: none; }

.seo-noscript-nav {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding-block: 14px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.seo-noscript-nav a {
  padding: 11px 12px;
  border-radius: 11px;
  color: var(--ink-2);
  font-size: .9rem;
  font-weight: 800;
}

.seo-breadcrumb {
  padding-block: 19px 0;
  font-family: var(--f-mono);
  font-size: .76rem;
  color: var(--muted);
}
.seo-breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.seo-breadcrumb a {
  color: var(--green-d);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-hero {
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(58px, 7vw, 96px);
}
.seo-hero-copy,
.seo-stage,
.seo-feature-card,
.seo-step-grid > li,
.seo-proof-grid > *,
.seo-related-card { min-width: 0; }
.seo-hero h1 {
  max-width: 19ch;
  font-size: clamp(2.35rem, 5.5vw, 4.55rem);
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.seo-gradtxt {
  background: linear-gradient(96deg, #076b3c 2%, #0b7f47 34%, #4a2fd6 78%, #633fc8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.seo-direct-answer { max-width: 61ch; }
.seo-hero .hero-cta svg,
.seo-final-cta .btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.seo-stage { margin: 0; }
.seo-stage .halo {
  background: conic-gradient(from 140deg, #feda75, #d62976 32%, #962fbf 60%, #4f5bd5 78%, #3be08e 100%);
  opacity: .42;
}
.seo-ig-orbit {
  position: absolute;
  inset: 5% 4%;
  z-index: 1;
  border: 1.5px dashed rgba(150, 47, 191, .25);
  border-radius: 38px;
  transform: rotate(-3deg);
  pointer-events: none;
}
.seo-mock {
  border-top: 4px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #feda75, #d62976, #962fbf, #4f5bd5) border-box;
}
.seo-mock .mock-top { padding-top: 14px; }
.seo-mock .mock-top > div { min-width: 0; }
.seo-mock .mock-top b,
.seo-mock .mock-top small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.seo-feature-card {
  --seo-accent: var(--green-b);
  position: relative;
  overflow: hidden;
  padding: clamp(25px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  background: #fff;
  box-shadow: var(--sh-1);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.seo-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--seo-accent);
}
.seo-feature-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--seo-accent) 42%, var(--line));
  box-shadow: var(--sh-2);
}
.seo-tone-violet { --seo-accent: var(--violet); }
.seo-tone-amber { --seo-accent: #b06e04; }
.seo-feature-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 23px;
  border-radius: 16px;
  color: var(--seo-accent);
  background: color-mix(in srgb, var(--seo-accent) 11%, #fff);
  border: 1px solid color-mix(in srgb, var(--seo-accent) 22%, #fff);
}
.seo-feature-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.seo-feature-card h3 { margin-bottom: 13px; }
.seo-feature-card p {
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.68;
}

.seo-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: seo-step;
}
.seo-step-grid > li {
  position: relative;
  padding: 29px 28px 30px;
  border: 1px solid rgba(11, 18, 14, .09);
  border-radius: var(--r-l);
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(12px);
  box-shadow: var(--sh-1);
}
.seo-step-grid > li:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-inline-end: -19px;
  inset-block-start: 49px;
  z-index: 2;
  width: 20px;
  border-top: 2px dashed rgba(124, 92, 255, .35);
}
.seo-step-number {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--violet-d);
  font-family: var(--f-mono);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.seo-step-grid h3 { margin-bottom: 12px; }
.seo-step-grid p {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.65;
}

.seo-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
}
.seo-proof-grid h2 { margin-bottom: 20px; }
.seo-proof-card {
  padding: clamp(24px, 3.2vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: #fff;
  box-shadow: var(--sh-3);
}
.seo-proof-card > ul {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.seo-proof-card > ul li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: var(--ink-2);
  font-weight: 700;
  line-height: 1.52;
}
.seo-proof-card > ul li > span {
  display: grid;
  place-items: center;
  flex: none;
  width: 27px;
  height: 27px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--green-s);
  color: var(--green-d);
}
.seo-proof-card > ul svg,
.seo-limit-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.seo-limit-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid #ead7ab;
  border-radius: var(--r-m);
  background: var(--amber-s);
}
.seo-limit-icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #fff;
  color: #8a5500;
}
.seo-limit-note strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--f-dsp);
  color: #674000;
}
.seo-limit-note p {
  color: #674b19;
  font-size: .88rem;
  line-height: 1.58;
}
.seo-proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  margin-top: 20px;
}
.seo-proof-links a {
  color: var(--green-d);
  font-size: .87rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.seo-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
.seo-price-disclosure {
  max-width: 850px;
  margin: -20px auto 30px;
  padding: 15px 18px;
  border: 1px solid #365442;
  border-radius: var(--r-m);
  background: rgba(92, 233, 162, .08);
  color: #c7d3ca;
  font-size: .86rem;
  line-height: 1.6;
  text-align: center;
}
.seo-price-disclosure strong { color: #fff; }
.seo-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 29px 24px 24px;
  border: 1px solid #284132;
  border-radius: var(--r-l);
  background: rgba(255, 255, 255, .06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}
.seo-price-card.is-featured {
  border-color: #5ce9a2;
  background: linear-gradient(160deg, rgba(23, 196, 110, .16), rgba(124, 92, 255, .1));
}
.seo-price-badge {
  position: absolute;
  inset-block-start: 15px;
  inset-inline-end: 15px;
  padding: 5px 9px;
  border-radius: var(--r-pill);
  background: #5ce9a2;
  color: #062d1b;
  font-family: var(--f-mono);
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}
.seo-price-card h3 { margin-bottom: 18px; color: #fff; }
.seo-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 15px;
}
.seo-price strong {
  color: #fff;
  font-family: var(--f-dsp);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: -.045em;
}
.seo-price span {
  color: #9fb0a4;
  font-size: .76rem;
  font-family: var(--f-mono);
}
.seo-price-card > p:not(.seo-price) {
  flex: 1;
  margin-bottom: 22px;
  color: #b9c1ba;
  font-size: .86rem;
  line-height: 1.58;
}
.seo-price-empty {
  max-width: 620px;
  margin-inline: auto;
  padding: 28px;
  border: 1px solid #284132;
  border-radius: var(--r-l);
  text-align: center;
}
.seo-price-empty p { margin-bottom: 18px; color: #b9c1ba; }

.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}
.seo-related-card {
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  background: #fff;
  box-shadow: var(--sh-1);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.seo-related-card:hover,
.seo-related-card:focus-visible {
  transform: translateY(-5px);
  border-color: #c9bfff;
  box-shadow: var(--sh-2);
}
.seo-related-card > span {
  margin-bottom: 15px;
  color: var(--violet-d);
  font-family: var(--f-mono);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.seo-related-card h3 { margin-bottom: 12px; }
.seo-related-card p {
  flex: 1;
  margin-bottom: 21px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.6;
}
.seo-related-card b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-d);
  font-family: var(--f-dsp);
  font-size: .89rem;
}
.seo-related-card b svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}
.seo-related-card:hover b svg { transform: translateX(4px); }

/* Sosyal medya paylaşım kuyruğu — konuşma mock'u yerine gerçek planlama yüzeyi. */
.queue-hero .hero-badge b { background: var(--violet-d); }
.queue-stage .halo {
  background: conic-gradient(from 120deg, #5ce9a2, #7c5cff 44%, #ffbd55 72%, #17c46e);
  opacity: .38;
}
.queue-orbit {
  position: absolute;
  inset: 4% 3%;
  z-index: 1;
  border: 1.5px dashed rgba(74, 47, 214, .24);
  border-radius: 42px;
  transform: rotate(2deg);
  pointer-events: none;
}
.queue-mock {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  overflow: hidden;
  border: 1px solid rgba(74, 47, 214, .17);
  border-top: 4px solid var(--violet);
  border-radius: var(--r-xl);
  background: #fff;
  box-shadow: var(--sh-4);
  transform-style: preserve-3d;
  transition: transform .25s ease;
}
.queue-mock-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
}
.queue-mock-head > div { min-width: 0; }
.queue-mock-head b,
.queue-mock-head small { display: block; }
.queue-mock-head b {
  overflow: hidden;
  color: var(--ink);
  font-family: var(--f-dsp);
  font-size: .94rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.queue-mock-head small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .72rem;
}
.queue-mock-head .live { margin-inline-start: auto; }
.queue-mock-icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--violet-s);
  color: var(--violet-d);
}
.queue-mock-icon svg,
.queue-cycle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.queue-slot-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  background: #f7f5ff;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 800;
}
.queue-slot-row span { margin-inline-end: auto; }
.queue-slot-row b {
  padding: 6px 9px;
  border: 1px solid #d9d0ff;
  border-radius: 9px;
  background: #fff;
  color: var(--violet-d);
  font-family: var(--f-mono);
  font-size: .68rem;
}
.queue-mock-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 14px;
}
.queue-mock-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}
.queue-order {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--green-s);
  color: var(--green-d);
  font-family: var(--f-mono);
  font-size: .65rem;
  font-weight: 900;
}
.queue-mock-list strong,
.queue-mock-list small { display: block; }
.queue-mock-list strong {
  overflow: hidden;
  color: var(--ink-2);
  font-size: .78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.queue-mock-list small {
  overflow: hidden;
  margin-top: 4px;
  color: var(--muted);
  font-size: .61rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.queue-mock-list em {
  color: var(--violet-d);
  font-family: var(--f-mono);
  font-size: .58rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.queue-cycle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 14px 14px;
  padding: 11px 13px;
  border: 1px solid #ead7ab;
  border-radius: 12px;
  background: var(--amber-s);
  color: #674b19;
  font-size: .68rem;
  font-weight: 800;
}
.queue-cycle svg { width: 16px; height: 16px; }

.queue-quick-nav {
  border-block: 1px solid var(--line);
  background: #fff;
}
.queue-quick-nav .wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.queue-quick-nav a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 21px 26px;
  border-inline-end: 1px solid var(--line);
  transition: background .2s ease;
}
.queue-quick-nav a:first-child { border-inline-start: 1px solid var(--line); }
.queue-quick-nav a:hover,
.queue-quick-nav a:focus-visible { background: var(--green-s); }
.queue-quick-nav span {
  color: var(--muted);
  font-family: var(--f-mono);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.queue-quick-nav strong {
  color: var(--ink-2);
  font-family: var(--f-dsp);
  font-size: .94rem;
}

.queue-explain-grid,
.queue-bundle-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
}
.queue-explain-grid h2,
.queue-bundle-grid h2 { margin-bottom: 18px; }
.queue-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  background: #fff;
  box-shadow: var(--sh-2);
}
.queue-matrix-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  text-align: start;
}
.queue-matrix-table th,
.queue-matrix-table td {
  padding: 17px 19px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .83rem;
  line-height: 1.55;
  text-align: start;
  vertical-align: top;
}
.queue-matrix-table thead th {
  background: #f7f5ff;
  color: var(--ink-2);
  font-family: var(--f-mono);
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.queue-matrix-table tbody th {
  color: var(--violet-d);
  font-family: var(--f-dsp);
  white-space: nowrap;
}
.queue-matrix-table tr:last-child > * { border-bottom: 0; }

.queue-example-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}
.queue-example-flow article {
  position: relative;
  padding: 21px 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  background: #fff;
  box-shadow: var(--sh-1);
}
.queue-example-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: -13px;
  z-index: 2;
  width: 13px;
  border-top: 2px dashed #c8bfff;
}
.queue-example-flow .is-cycle {
  border-color: #d7c9ff;
  background: #f7f5ff;
}
.queue-example-flow span,
.queue-example-flow strong,
.queue-example-flow p { display: block; }
.queue-example-flow span {
  margin-bottom: 13px;
  color: var(--muted);
  font-family: var(--f-mono);
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
}
.queue-example-flow strong { color: var(--ink-2); font-family: var(--f-dsp); }
.queue-example-flow p { margin-top: 5px; color: var(--muted); font-size: .76rem; }
.queue-concept-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}
.queue-concept-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  background: var(--paper-2);
}
.queue-concept-grid h3 { align-self: center; }
.queue-concept-grid p {
  grid-column: 2;
  margin-top: 8px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.6;
}
.queue-concept-icon {
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--violet-s);
  color: var(--violet-d);
}
.queue-concept-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.queue-bundle-section { border-block: 1px solid #183324; }
.queue-bundle-section .lede { color: #b9c1ba; }
.queue-bundle-section .hero-cta { margin-top: 26px; }
.queue-api-flow {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.queue-api-flow li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  padding: 18px;
  border: 1px solid #284132;
  border-radius: var(--r-m);
  background: rgba(255, 255, 255, .06);
}
.queue-api-flow li > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(92, 233, 162, .12);
  color: #5ce9a2;
  font-family: var(--f-mono);
  font-size: .68rem;
  font-weight: 900;
}
.queue-api-flow code {
  color: #fff;
  font-family: var(--f-mono);
  font-size: .8rem;
  overflow-wrap: anywhere;
}
.queue-api-flow p { margin-top: 7px; color: #b9c1ba; font-size: .82rem; line-height: 1.55; }
.queue-api-flow p code { color: #b9aaff; font-size: inherit; }

.queue-detail-list,
.queue-prereq-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.queue-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  background: #fff;
}
.queue-detail-list li > span {
  display: grid;
  place-items: center;
  flex: none;
  width: 29px;
  height: 29px;
  border-radius: 10px;
  background: var(--green-s);
  color: var(--green-d);
}
.queue-detail-list svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}
.queue-detail-list strong { color: var(--ink-2); font-family: var(--f-dsp); }
.queue-detail-list p { margin-top: 4px; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.queue-prereq-list { counter-reset: queue-prereq; }
.queue-prereq-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 19px;
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  background: var(--paper-2);
  color: var(--ink-2);
  font-weight: 700;
  line-height: 1.5;
}
.queue-prereq-list li span {
  display: grid;
  place-items: center;
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--violet-s);
  color: var(--violet-d);
  font-family: var(--f-mono);
  font-size: .7rem;
  font-weight: 900;
}

.seo-final-cta { border-block: 1px solid #183324; }
.seo-final-cta .eyebrow { margin-bottom: 24px; }
.seo-final-cta p { max-width: 64ch; margin-inline: auto; }

.seo-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

@media (max-width: 960px) {
  .seo-feature-grid,
  .seo-step-grid,
  .seo-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-step-grid > li:last-child { grid-column: 1 / -1; }
  .seo-step-grid > li::after { display: none; }
  .seo-proof-grid { grid-template-columns: 1fr; }
  .seo-stage { max-width: 670px; width: 100%; margin-inline: auto; }
  .queue-explain-grid,
  .queue-bundle-grid { grid-template-columns: 1fr; }
  .queue-example-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .queue-example-flow article::after { display: none; }
  .queue-example-flow article:nth-last-child(-n+2) { grid-column: span 1; }
  .ft-top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ft-top > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .seo-breadcrumb { padding-top: 15px; }
  .seo-hero { padding-top: 34px; }
  .seo-hero h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .seo-stage { padding-inline: 2px; }
  .seo-ig-orbit { display: none; }
  .queue-orbit { display: none; }
  .queue-quick-nav .wrap,
  .queue-example-flow,
  .queue-concept-grid { grid-template-columns: 1fr; }
  .queue-quick-nav a,
  .queue-quick-nav a:first-child { border-inline: 0; border-bottom: 1px solid var(--line); }
  .queue-quick-nav a:last-child { border-bottom: 0; }
  .queue-mock-list li { grid-template-columns: auto minmax(0, 1fr); }
  .queue-mock-list em { grid-column: 2; }
  .queue-concept-grid p { grid-column: 1 / -1; }
  .queue-concept-icon { grid-row: auto; }
  .seo-mock .live { padding-inline: 9px; font-size: .66rem; }
  .seo-mock .mock-body { padding-inline: 15px; }
  .seo-mock .msg { max-width: 96%; }
  .seo-mock .msg-fn { margin-left: 0; width: auto; }
  .seo-feature-grid,
  .seo-step-grid,
  .seo-related-grid,
  .seo-price-grid { grid-template-columns: 1fr; }
  .seo-step-grid > li:last-child { grid-column: auto; }
  .seo-proof-card { padding: 21px 18px; }
  .seo-limit-note { flex-direction: column; }
  .ft-top { grid-template-columns: 1fr 1fr; }
  .ft-top > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 390px) {
  .seo-hero h1 { font-size: 2.05rem; }
  .seo-mock .mock-top { padding-inline: 13px; gap: 9px; }
  .seo-mock .app--sm { width: 34px; height: 34px; }
  .seo-price-card,
  .seo-related-card,
  .seo-feature-card { padding-inline: 21px; }
  .ft-top { grid-template-columns: 1fr; }
  .ft-top > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-feature-card:hover,
  .seo-related-card:hover { transform: none; }
}

@media (forced-colors: active), print {
  .seo-gradtxt {
    background: none;
    color: inherit;
    -webkit-text-fill-color: currentColor;
  }
}
