:root {
  --gt-orange: #f68b1f;
  --gt-orange-2: #ffa800;
  --gt-dark: #090909;
  --gt-dark-2: #151515;
  --gt-card: #202020;
  --gt-grey: #2e2e2e;
  --gt-text: #ffffff;
  --gt-muted: #bdbdbd;
  --gt-border: rgba(255, 255, 255, 0.12);
  --gt-shadow: 0 26px 90px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  background: var(--gt-dark);
  color: var(--gt-text);
  overflow-x: hidden;
}

a {
  transition: 0.25s ease;
}

::selection {
  background: var(--gt-orange);
  color: #111;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 2000;
  color: #111;
  background: var(--gt-orange);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  top: 18px;
}

.fw-black {
  font-weight: 900;
}

.letter-space {
  letter-spacing: 0.12em;
}

.section-padding {
  padding: 104px 0;
}

.section-dark {
  background:
    radial-gradient(circle at 80% 10%, rgba(246, 139, 31, 0.08), transparent 35%),
    linear-gradient(135deg, #0c0c0c, #171717 55%, #202020);
}

.gt-navbar {
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.25s ease;
}

.gt-navbar.navbar-scrolled {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.35);
}

.brand-logo {
  width: 190px;
  max-width: 60vw;
  height: auto;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  font-size: 0.94rem;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--gt-orange-2);
}

.btn-brand {
  --bs-btn-color: #111;
  --bs-btn-bg: var(--gt-orange);
  --bs-btn-border-color: var(--gt-orange);
  --bs-btn-hover-color: #111;
  --bs-btn-hover-bg: var(--gt-orange-2);
  --bs-btn-hover-border-color: var(--gt-orange-2);
  --bs-btn-active-color: #111;
  --bs-btn-active-bg: var(--gt-orange-2);
  font-weight: 900;
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(246, 139, 31, 0.25);
}

.btn-outline-light {
  border-radius: 999px;
  font-weight: 800;
}

.hero-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(246, 139, 31, 0.25), transparent 32%),
    radial-gradient(circle at 85% 55%, rgba(246, 139, 31, 0.18), transparent 34%),
    linear-gradient(135deg, #000 0%, #141414 52%, #2e2e2e 100%);
}

.hero-container {
  padding-top: 72px;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, #000, transparent 75%);
  opacity: 0.45;
}

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

.hero-glow-one {
  width: 420px;
  height: 420px;
  right: -120px;
  top: 100px;
  border: 48px solid rgba(246, 139, 31, 0.16);
}

.hero-glow-two {
  width: 230px;
  height: 230px;
  left: -70px;
  bottom: 90px;
  border: 38px solid rgba(255, 168, 0, 0.1);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  color: var(--gt-orange-2);
  background: rgba(246, 139, 31, 0.12);
  border: 1px solid rgba(246, 139, 31, 0.38);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-title {
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero-subtitle,
.section-text {
  color: var(--gt-muted);
  line-height: 1.8;
}

.hero-subtitle {
  max-width: 790px;
}

.glass-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--gt-border);
  box-shadow: var(--gt-shadow);
  backdrop-filter: blur(18px);
  border-radius: 32px;
}

.hero-card,
.product-card {
  padding: 34px;
}

.icon-orb,
.service-icon,
.mission-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #111;
  background: linear-gradient(135deg, var(--gt-orange), var(--gt-orange-2));
  box-shadow: 0 16px 40px rgba(246, 139, 31, 0.24);
  font-size: 1.5rem;
}

.feature-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
}

.feature-line i {
  color: var(--gt-orange-2);
  font-size: 1.1rem;
}

.dark-panel {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-stat {
  height: 100%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}

.mini-stat strong {
  display: block;
  color: var(--gt-orange-2);
  font-size: 1.55rem;
  line-height: 1;
}

.mini-stat span {
  display: block;
  color: var(--gt-muted);
  font-size: 0.82rem;
  margin-top: 6px;
}

.service-strip {
  padding: 34px 0;
  background: #111;
  border-top: 1px solid var(--gt-border);
  border-bottom: 1px solid var(--gt-border);
}

.strip-item {
  height: 100%;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--gt-border);
  border-radius: 18px;
  font-weight: 900;
}

.strip-item i {
  color: var(--gt-orange);
  margin-right: 8px;
}

.section-title {
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin-top: 20px;
}

.service-card,
.mission-card,
.process-step,
.innovation-card {
  padding: 32px;
  border-radius: 28px;
  background: var(--gt-card);
  border: 1px solid var(--gt-border);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.service-card::after,
.mission-card::after,
.innovation-card::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--gt-orange);
  opacity: 0.08;
  right: -75px;
  top: -75px;
}

.service-card:hover,
.mission-card:hover,
.process-step:hover,
.innovation-card:hover,
.product-feature:hover {
  transform: translateY(-8px);
  border-color: rgba(246, 139, 31, 0.65);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.service-card h3,
.mission-card h3,
.process-step h3,
.innovation-card h3 {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 22px 0 12px;
}

.service-card p,
.mission-card p,
.process-step p,
.innovation-card p {
  color: var(--gt-muted);
  line-height: 1.75;
  margin: 0;
}

.section-product {
  background:
    radial-gradient(circle at 20% 10%, rgba(246, 139, 31, 0.14), transparent 35%),
    radial-gradient(circle at 85% 75%, rgba(255, 168, 0, 0.08), transparent 28%),
    #0b0b0b;
}

.product-badge {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  color: #111;
  background: linear-gradient(135deg, var(--gt-orange), var(--gt-orange-2));
}

.product-feature {
  height: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.92);
  font-weight: 800;
  transition: 0.25s ease;
}

.product-feature i {
  color: var(--gt-orange-2);
  font-size: 1.2rem;
}

.innovation-card span {
  color: var(--gt-orange-2);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.innovation-card.featured {
  background: linear-gradient(135deg, rgba(246, 139, 31, 0.16), #202020);
  border-color: rgba(246, 139, 31, 0.42);
}

.about-card {
  padding: 28px;
}

.about-box {
  padding: 24px;
  min-height: 150px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-box strong {
  color: var(--gt-orange);
  font-size: 1.4rem;
  display: block;
  margin-bottom: 14px;
}

.about-box span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

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

.skill-pill {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  font-weight: 800;
  color: rgba(255,255,255,0.9);
}

.mission-card.featured {
  background: linear-gradient(135deg, rgba(246, 139, 31, 0.14), #202020);
  border-color: rgba(246, 139, 31, 0.42);
}

.solution-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.solution-pill i {
  color: var(--gt-orange-2);
}

.process-step span {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  color: #111;
  font-weight: 900;
  border-radius: 50%;
  background: var(--gt-orange);
}

.cta-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(246, 139, 31, 0.2), transparent 35%),
    #090909;
}

.cta-card {
  max-width: 950px;
  margin: 0 auto;
  padding: 58px 32px;
  border-radius: 34px;
  border: 1px solid rgba(246, 139, 31, 0.35);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  color: var(--gt-muted);
}

.contact-detail i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(246, 139, 31, 0.12);
  color: var(--gt-orange-2);
  flex: 0 0 auto;
}

.contact-detail a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.contact-detail a:hover {
  color: var(--gt-orange-2);
}

.contact-form {
  padding: 32px;
}

.form-label {
  font-weight: 800;
  color: rgba(255, 255, 255, 0.86);
}

.form-control,
.form-select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 16px;
  min-height: 52px;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.form-control:focus,
.form-select:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: var(--gt-orange);
  box-shadow: 0 0 0 0.25rem rgba(246, 139, 31, 0.18);
}

.form-select option {
  color: #111;
}

.is-invalid {
  border-color: #ffb199 !important;
}

.form-status {
  color: var(--gt-orange-2);
  min-height: 24px;
  font-weight: 700;
}

.footer {
  background: #050505;
  border-top: 1px solid var(--gt-border);
}

.footer-logo {
  width: 165px;
  max-width: 60vw;
  height: auto;
}

.footer-link {
  color: var(--gt-muted);
  text-decoration: none;
  margin-left: 18px;
  font-weight: 800;
  font-size: 0.92rem;
}

.footer-link:hover {
  color: var(--gt-orange-2);
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #111;
  background: var(--gt-orange);
  box-shadow: 0 14px 40px rgba(246, 139, 31, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: 0.25s ease;
  z-index: 1000;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

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

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.legal-page {
  min-height: 100vh;
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #090909, #191919);
}

.legal-card {
  max-width: 960px;
  margin: 0 auto;
  padding: 42px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--gt-border);
}

.legal-card h1,
.legal-card h2 {
  font-weight: 900;
}

.legal-card p,
.legal-card li {
  color: var(--gt-muted);
  line-height: 1.8;
}

@media (min-width: 992px) {
  .section-title {
    font-size: 3rem;
  }
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 78px 0;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .brand-logo {
    width: 170px;
  }

  .navbar-collapse {
    background: rgba(0, 0, 0, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    margin-top: 12px;
    padding: 18px;
  }
}

@media (max-width: 575.98px) {
  html {
    scroll-padding-top: 82px;
  }

  .hero-title {
    font-size: 2.65rem;
    letter-spacing: -0.045em;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-card,
  .contact-form,
  .service-card,
  .mission-card,
  .process-step,
  .product-card,
  .innovation-card {
    padding: 24px;
    border-radius: 24px;
  }

  .section-title {
    font-size: 2.05rem;
  }

  .skill-grid {
    grid-template-columns: 1fr;
  }

  .footer-link {
    display: inline-block;
    margin: 8px 8px 0;
  }

  .legal-card {
    padding: 26px;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* -------------------------------------------------------
   Gild Technologies v3 improvements
   Product feature layout + polished legal pages
------------------------------------------------------- */

.product-title {
  max-width: 620px;
}

.product-card {
  padding: 34px;
  max-width: 100%;
}

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

.product-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  line-height: 1.35;
  transition: 0.25s ease;
}

.product-feature i {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #111;
  background: linear-gradient(135deg, var(--gt-orange), var(--gt-orange-2));
  font-size: 1rem;
}

.product-feature:hover {
  transform: translateY(-5px);
  border-color: rgba(246, 139, 31, 0.55);
}

.legal-main {
  background:
    radial-gradient(circle at 15% 8%, rgba(246, 139, 31, 0.16), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(255, 168, 0, 0.08), transparent 28%),
    linear-gradient(135deg, #060606 0%, #111 52%, #1b1b1b 100%);
  min-height: 100vh;
  padding-top: 118px;
}

.legal-hero {
  padding: 84px 0 42px;
}

.legal-hero-card {
  padding: 42px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--gt-border);
  box-shadow: var(--gt-shadow);
}

.legal-hero h1 {
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
}

.legal-updated {
  color: var(--gt-muted);
  font-weight: 700;
}

.legal-content-section {
  padding: 34px 0 92px;
}

.legal-content-card {
  padding: 42px;
  border-radius: 30px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--gt-border);
}

.legal-content-card h2 {
  color: #fff;
  font-weight: 900;
  margin-top: 34px;
  margin-bottom: 12px;
  letter-spacing: -0.025em;
}

.legal-content-card h2:first-child {
  margin-top: 0;
}

.legal-content-card p,
.legal-content-card li {
  color: var(--gt-muted);
  line-height: 1.85;
}

.legal-content-card a {
  color: var(--gt-orange-2);
}

.legal-note {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(246, 139, 31, 0.1);
  border: 1px solid rgba(246, 139, 31, 0.25);
  color: rgba(255,255,255,0.88);
}

@media (max-width: 575.98px) {
  .product-feature-grid {
    grid-template-columns: 1fr;
  }

  .product-title {
    font-size: 2.2rem;
  }

  .legal-main {
    padding-top: 92px;
  }

  .legal-hero {
    padding: 56px 0 28px;
  }

  .legal-hero-card,
  .legal-content-card {
    padding: 26px;
    border-radius: 24px;
  }
}


/* -------------------------------------------------------
   Detailed legal page refinements
------------------------------------------------------- */

.legal-content-card .lead {
  color: rgba(255, 255, 255, 0.88);
}

.legal-section-divider {
  height: 1px;
  margin: 34px 0;
  background: linear-gradient(90deg, transparent, rgba(246, 139, 31, 0.45), transparent);
}

.legal-list {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.legal-list li {
  margin-bottom: 10px;
}

.legal-table {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--gt-border);
  background: rgba(0, 0, 0, 0.22);
}

.legal-table table {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
}

.legal-table th {
  background: rgba(246, 139, 31, 0.13);
  color: #fff;
  font-weight: 900;
  border-color: rgba(255, 255, 255, 0.08);
}

.legal-table td {
  color: var(--gt-muted);
  border-color: rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.legal-callout {
  padding: 22px;
  border-radius: 22px;
  background: rgba(246, 139, 31, 0.08);
  border: 1px solid rgba(246, 139, 31, 0.25);
}

.legal-mini-card {
  height: 100%;
  padding: 22px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-mini-card h3 {
  font-size: 1.05rem;
  font-weight: 900;
}

.legal-content-card strong {
  color: rgba(255,255,255,0.95);
}

@media (max-width: 767.98px) {
  .legal-table {
    overflow-x: auto;
  }

  .legal-table table {
    min-width: 720px;
  }
}


/* Footer social links */
.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  flex-wrap: wrap;
}

.social-link {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  font-size: 1.08rem;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.social-link:hover {
  transform: translateY(-4px);
  color: #111;
  background: linear-gradient(135deg, var(--gt-orange), var(--gt-orange-2));
  border-color: rgba(246, 139, 31, 0.7);
  box-shadow: 0 16px 40px rgba(246, 139, 31, 0.22);
}

@media (max-width: 991.98px) {
  .footer .col-lg-4 {
    text-align: center !important;
  }
}

.text-muted {
    --bs-text-opacity: 1;
    color: rgb(173 125 14 / 75%) !important;
}

/* -------------------------------------------------------
   Dedicated GildSafeHome AI page
------------------------------------------------------- */

.gsh-hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(246, 139, 31, 0.24), transparent 34%),
    radial-gradient(circle at 86% 62%, rgba(255, 168, 0, 0.14), transparent 32%),
    linear-gradient(135deg, #000 0%, #111 48%, #2a2a2a 100%);
  padding-top: 72px;
}

.gsh-status-card {
  padding: 34px;
}

.gsh-status-list {
  display: grid;
  gap: 14px;
}

.gsh-status-list div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gsh-status-list div:last-child {
  border-bottom: 0;
}

.gsh-status-list i {
  color: var(--gt-orange-2);
  font-size: 1.1rem;
}

.gsh-status-list span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.gsh-card,
.faq-card {
  padding: 30px;
  border-radius: 28px;
  background: var(--gt-card);
  border: 1px solid var(--gt-border);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease;
}

.gsh-card::after,
.faq-card::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--gt-orange);
  opacity: 0.07;
  right: -72px;
  top: -72px;
}

.gsh-card:hover,
.faq-card:hover {
  transform: translateY(-7px);
  border-color: rgba(246, 139, 31, 0.55);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.gsh-card h3,
.faq-card h3 {
  font-size: 1.22rem;
  font-weight: 900;
  margin: 22px 0 12px;
}

.gsh-card p,
.faq-card p {
  color: var(--gt-muted);
  line-height: 1.75;
  margin-bottom: 0;
}

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

.roadmap-list {
  display: grid;
  gap: 16px;
}

.roadmap-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255,255,255,0.09);
}

.roadmap-item strong {
  color: var(--gt-orange-2);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.roadmap-item span {
  color: rgba(255,255,255,0.88);
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .gsh-feature-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-item {
    grid-template-columns: 1fr;
  }
}


/* SEO content and FAQ refinements */
.faq-card {
  height: 100%;
}

.faq-card h3 {
  line-height: 1.35;
}

.legal-content-card p,
.legal-content-card li,
.legal-table td {
  font-size: 0.98rem;
}

.legal-table th {
  font-size: 0.92rem;
}
