.t2t-seo-page {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(18, 215, 255, .08), transparent 420px),
    linear-gradient(135deg, rgba(255, 159, 26, .10), transparent 42%),
    var(--bg);
}

.t2t-seo-hero {
  padding: 92px 0 76px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.single-t2t_seo_page .menu {
  min-width: 0;
}

.single-t2t_seo_page .nav-actions {
  min-width: 0;
}

.t2t-seo-hero-grid,
.t2t-seo-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: 32px;
  align-items: start;
}

.t2t-seo-hero-grid {
  align-items: end;
}

.t2t-seo-split > :only-child {
  grid-column: 1 / -1;
}

.t2t-seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.t2t-seo-breadcrumbs a {
  color: var(--cyan);
  text-decoration: none;
}

.t2t-seo-eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.t2t-seo-hero h1,
.t2t-seo-section h2,
.t2t-seo-final h2 {
  margin-top: 0;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.12;
}

.t2t-seo-hero h1 {
  max-width: 980px;
  margin-bottom: 20px;
  font-size: 58px;
}

.t2t-seo-section h2,
.t2t-seo-final h2 {
  margin-bottom: 18px;
  font-size: 42px;
}

.t2t-seo-section h3,
.t2t-seo-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.18;
}

.t2t-seo-lead {
  max-width: 860px;
  margin: 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.62;
}

.t2t-seo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.t2t-seo-cta-row.is-centered {
  justify-content: center;
}

.t2t-seo-btn {
  min-height: 50px;
  border-radius: var(--r);
}

.t2t-seo-btn-primary {
  background: var(--orange);
  color: #14100a;
}

.t2t-seo-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.t2t-seo-pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: #e9f1ff;
  font-size: 14px;
  font-weight: 800;
}

.t2t-seo-pill.is-hot {
  border-color: rgba(255, 159, 26, .38);
  background: rgba(255, 159, 26, .13);
  color: #ffe2b3;
}

.t2t-seo-stat-panel,
.t2t-seo-side-panel,
.t2t-seo-panel-accent {
  display: grid;
  gap: 14px;
}

.t2t-seo-stat-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background:
    linear-gradient(145deg, rgba(255, 159, 26, .13), rgba(18, 215, 255, .08)),
    var(--panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .32);
}

.t2t-seo-stat-row {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--r);
  background: rgba(0, 0, 0, .18);
}

.t2t-seo-stat-row strong {
  color: #fff;
}

.t2t-seo-stat-row span {
  min-width: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.t2t-seo-section {
  position: relative;
}

.t2t-seo-section-dark {
  background: rgba(8, 16, 31, .72);
}

.t2t-seo-section-darker {
  background: rgba(5, 10, 22, .86);
}

.t2t-seo-boss-section {
  background:
    linear-gradient(135deg, rgba(255, 77, 103, .13), transparent 48%),
    linear-gradient(315deg, rgba(255, 159, 26, .11), transparent 44%),
    rgba(8, 16, 31, .78);
}

.t2t-seo-narrow {
  max-width: 900px;
}

.t2t-seo-content p,
.t2t-seo-section p,
.t2t-seo-final p {
  color: var(--muted);
}

.t2t-seo-section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.t2t-seo-grid {
  display: grid;
  gap: 18px;
}

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

.t2t-seo-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-color: rgba(255, 255, 255, .10);
}

.t2t-seo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 159, 26, .12), transparent 58%);
  pointer-events: none;
}

.t2t-seo-card > * {
  position: relative;
}

.t2t-seo-card-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  place-items: center;
  border: 1px solid rgba(18, 215, 255, .28);
  border-radius: var(--r);
  background: rgba(18, 215, 255, .13);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  overflow-wrap: anywhere;
}

.t2t-seo-card-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--orange2);
  font-weight: 900;
  text-decoration: none;
}

.t2t-seo-steps {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  counter-reset: step;
}

.t2t-seo-steps li {
  position: relative;
  min-height: 78px;
  padding: 20px 20px 20px 72px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--r);
  background: rgba(255, 255, 255, .052);
  counter-increment: step;
}

.t2t-seo-steps li::before {
  content: counter(step);
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: var(--r);
  background: var(--cyan);
  color: #061018;
  font-weight: 950;
}

.t2t-seo-steps strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.t2t-seo-steps span {
  color: var(--muted);
}

.t2t-seo-panel-accent {
  background:
    linear-gradient(145deg, rgba(255, 159, 26, .13), rgba(18, 215, 255, .06)),
    var(--panel);
}

.t2t-seo-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.t2t-seo-list li {
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--r);
  background: rgba(255, 255, 255, .045);
  color: var(--muted);
}

.t2t-seo-warning {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 159, 26, .28);
  border-radius: var(--r);
  background: rgba(255, 159, 26, .08);
}

.t2t-seo-warning p:last-child {
  margin-bottom: 0;
}

.t2t-seo-faq {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.t2t-seo-faq details {
  padding: 19px 21px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--r);
  background: rgba(255, 255, 255, .058);
  box-shadow: 0 14px 44px rgba(0, 0, 0, .18);
}

.t2t-seo-faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 900;
}

.t2t-seo-faq p:last-child {
  margin-bottom: 0;
}

.t2t-seo-links-section {
  background: rgba(8, 18, 35, .55);
}

.t2t-seo-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.t2t-seo-link-grid a {
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: var(--r);
  background: rgba(255, 255, 255, .045);
  color: var(--text);
  font-weight: 900;
  text-decoration: none;
}

.t2t-seo-final {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 159, 26, .14), transparent 60%),
    var(--bg);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.t2t-seo-final p {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.t2t-seo-footer-note {
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #050912;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1320px) and (min-width: 981px) {
  .single-t2t_seo_page .menu {
    gap: 16px !important;
    font-size: 11px !important;
  }

  .single-t2t_seo_page .nav-actions .btn.outline {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .t2t-seo-hero {
    padding-top: 72px;
  }

  .t2t-seo-hero h1 {
    font-size: 44px;
  }

  .t2t-seo-section h2,
  .t2t-seo-final h2 {
    font-size: 34px;
  }

  .t2t-seo-hero-grid,
  .t2t-seo-split {
    grid-template-columns: 1fr;
  }

  .t2t-seo-grid-4,
  .t2t-seo-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .t2t-seo-hero h1 {
    font-size: 34px;
  }

  .t2t-seo-section h2,
  .t2t-seo-final h2 {
    font-size: 29px;
  }

  .t2t-seo-lead {
    font-size: 18px;
  }

  .t2t-seo-btn,
  .t2t-seo-cta-row .btn {
    width: 100%;
  }

  .t2t-seo-stat-row {
    grid-template-columns: 1fr;
  }

  .t2t-seo-grid-4,
  .t2t-seo-link-grid {
    grid-template-columns: 1fr;
  }

  .t2t-seo-steps li {
    padding-left: 62px;
  }

  .t2t-seo-steps li::before {
    left: 16px;
  }
}
