/* Shared visual system for migrated internal and SEO pages. */
body.internal-page {
  min-width: 320px;
  background:
    linear-gradient(180deg, #010203 0%, #05090d 48%, #020405 100%);
  color: var(--text);
  overflow-x: clip;
}

.internal-page [data-shared-header] {
  display: block;
  min-height: 76px;
  background: #000;
}

.internal-page .site-shell {
  overflow: clip;
}

.internal-page .seo-breadcrumb {
  position: relative;
  z-index: 2;
  color: #9aa7b4;
  background: #05080b;
  border-bottom-color: rgba(255, 255, 255, 0.09);
}

.internal-page .seo-breadcrumb ol {
  width: min(calc(100% - 64px), 1360px);
  padding-block: 11px;
}

.internal-page .seo-breadcrumb a:hover,
.internal-page .seo-breadcrumb a:focus-visible {
  color: var(--green);
}

.internal-page main {
  display: block;
}

.internal-page main > section:not(.seo-hero):not(.seo-trust-section):not(.seo-final-cta) {
  padding: 22px 0;
}

.internal-page main > section + section:not(.seo-trust-section) {
  border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.internal-page main .container,
.internal-page .related-pages-v5 {
  width: min(calc(100% - 64px), 1180px);
  max-width: none;
  margin-inline: auto;
  padding: 0;
}

.internal-page .seo-hero.hero {
  height: auto;
  min-height: 0;
  padding: 42px 0 38px;
  background:
    linear-gradient(110deg, #020304 0%, #04070a 56%, #07131c 100%);
  border-bottom: 1px solid rgba(9, 151, 255, 0.17);
}

.internal-page .seo-hero.hero .container {
  width: min(calc(100% - 64px), 1180px);
  height: auto;
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
}

.seo-hero-copy {
  min-width: 0;
}

.internal-page .badge,
.seo-page-badge {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  margin: 0 0 17px;
  padding: 6px 11px;
  border: 1px solid rgba(167, 224, 0, 0.45);
  border-radius: 4px;
  background: rgba(167, 224, 0, 0.07);
  color: var(--green);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.internal-page h1,
.internal-page h2,
.internal-page h3 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}

.internal-page .seo-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 5.5vw, 5rem);
  line-height: 0.93;
  text-transform: uppercase;
}

.internal-page .seo-hero .lead {
  max-width: 690px;
  margin: 20px 0 0;
  color: #d5dee8;
  font-size: 1.02rem;
  line-height: 1.65;
}

.internal-page .cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.internal-page .btn.alt {
  background: transparent;
  color: #f8fbff;
  border-color: rgba(167, 224, 0, 0.55);
  box-shadow: none;
}

.internal-page .btn.alt:hover {
  background: rgba(167, 224, 0, 0.08);
}

.seo-hero-media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: #05080b;
}

.seo-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(1, 3, 5, 0.72) 100%);
  content: "";
  pointer-events: none;
}

.seo-hero-media picture,
.seo-hero-media img {
  width: 100%;
  height: 100%;
}

.seo-hero-media img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.seo-hero-media--phone img {
  object-position: 56% center;
}

.seo-hero-checklist {
  position: absolute;
  z-index: 1;
  inset: auto 18px 18px;
  padding: 16px;
  border: 1px solid rgba(167, 224, 0, 0.24);
  border-radius: 5px;
  background: rgba(2, 4, 6, 0.88);
  backdrop-filter: blur(10px);
}

.seo-hero-checklist h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.seo-hero-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 15px;
  margin: 0;
  padding: 0;
  color: #c4cfda;
  font-size: 0.75rem;
  list-style: none;
}

.seo-hero-checklist li::before {
  margin-right: 7px;
  color: var(--green);
  content: "✓";
}

.seo-hero-checklist .notice {
  margin: 10px 0 0;
  color: #8f9ca9;
  font-size: 0.68rem;
}

.contact-hero-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(9, 151, 255, 0.26);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(9, 151, 255, 0.08), rgba(167, 224, 0, 0.035)),
    #060a0e;
}

.contact-hero-card .section-kicker {
  margin: 0 0 13px;
}

.contact-hero-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  line-height: 1;
  text-transform: uppercase;
}

.contact-hero-card > p {
  margin: 22px 0 8px;
  padding: 7px 10px;
  border: 1px solid rgba(167, 224, 0, 0.35);
  border-radius: 4px;
  color: #dce7ef;
  font-size: 0.78rem;
}

.contact-hero-card > p.is-open {
  color: var(--green);
}

.contact-hero-card [data-business-hours] {
  display: grid;
  gap: 3px;
  color: #aab6c2;
  font-size: 0.78rem;
}

.contact-hero-card > a {
  margin-top: 13px;
  color: var(--blue-2);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

.seo-trust-section {
  padding: 0;
  background: #030507;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.seo-trust-item,
.seo-payment-details {
  min-width: 0;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.seo-payment-details {
  border-right: 0;
}

.seo-trust-item strong,
.seo-payment-details strong {
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-size: 0.86rem;
  font-weight: 500;
  text-transform: uppercase;
}

.seo-trust-item span,
.seo-payment-details summary span {
  color: #94a1ae;
  font-size: 0.7rem;
  line-height: 1.45;
}

.seo-trust-item:hover strong {
  color: var(--green);
}

.seo-payment-details summary {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  list-style: none;
}

.seo-payment-details summary::-webkit-details-marker {
  display: none;
}

.seo-payment-details p {
  margin: 10px 0 0;
  color: #aeb9c6;
  font-size: 0.68rem;
  line-height: 1.5;
}

.internal-page .grid,
.internal-page .grid2,
.internal-page .grid3,
.internal-page .links-grid {
  display: grid;
  align-items: stretch;
  gap: 14px;
}

.internal-page .grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

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

.internal-page .grid3,
.internal-page .links-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.internal-page .card {
  min-width: 0;
  padding: 22px;
  color: #d7e0e9;
  background:
    linear-gradient(145deg, rgba(9, 151, 255, 0.025), transparent 58%),
    #080c11;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  box-shadow: none;
}

.internal-page .card:hover {
  border-color: rgba(9, 151, 255, 0.32);
}

.internal-page .card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.internal-page .card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.1;
}

.internal-page .card p,
.internal-page .card li,
.internal-page .cta-band p,
.internal-page .related-pages-v5 a {
  color: #adb9c5;
  font-size: 0.9rem;
  line-height: 1.68;
}

.internal-page .card p:last-child,
.internal-page .card ul:last-child,
.internal-page .card ol:last-child {
  margin-bottom: 0;
}

.internal-page ul,
.internal-page ol {
  padding-left: 1.2rem;
}

.internal-page li + li {
  margin-top: 7px;
}

.internal-page .link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  color: #b9c5d0;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.internal-page .link-list a::after {
  color: var(--green);
  content: "→";
}

.internal-page .link-list a:hover {
  color: var(--green);
}

.internal-page .cta-band {
  padding: 27px;
  background:
    linear-gradient(100deg, rgba(167, 224, 0, 0.1), rgba(9, 151, 255, 0.07)),
    #060a0e;
  border: 1px solid rgba(167, 224, 0, 0.24);
  border-radius: 6px;
}

.internal-page .cta-band h2,
.internal-page .faq > .container > h2,
.internal-page .related-pages-v5 h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.internal-page .faq {
  background: transparent;
}

.internal-page .faq > .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.internal-page .faq > .container > h2 {
  grid-column: 1 / -1;
}

.internal-page .faq .card {
  margin: 0;
}

.internal-page .related-pages-v5 {
  margin-block: 24px 38px;
  padding: 24px;
  background: #070b10;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.internal-page .related-pages-v5 nav {
  gap: 9px 18px;
}

.internal-page .related-pages-v5 a:hover {
  color: var(--green);
}

.seo-final-cta {
  padding: 42px 0;
  border-top: 1px solid rgba(167, 224, 0, 0.18);
  border-bottom: 1px solid rgba(9, 151, 255, 0.18);
  background:
    linear-gradient(100deg, rgba(167, 224, 0, 0.07), rgba(9, 151, 255, 0.06)),
    #04070a;
}

.seo-final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 12px 48px;
  align-items: center;
}

.seo-final-cta .section-kicker {
  margin: 0 0 8px;
}

.seo-final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.seo-final-cta p {
  max-width: 700px;
  margin: 12px 0 0;
  color: #aeb9c6;
}

.seo-final-cta-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.seo-final-cta-actions .btn:first-child {
  grid-column: 1 / -1;
}

.seo-final-cta-actions.seo-final-cta-actions--two .btn:first-child {
  grid-column: auto;
}

.seo-final-cta-payment {
  grid-column: 1 / -1;
  margin-top: 4px !important;
  color: #798692 !important;
  font-size: 0.7rem;
}

/* Contact page */
.internal-page .contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 16px;
}

.contact-details {
  display: grid;
  gap: 12px;
  align-content: start;
}

.contact-detail {
  display: grid;
  gap: 4px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-detail:last-child {
  border-bottom: 0;
}

.contact-detail strong {
  color: var(--green);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.contact-detail a,
.contact-detail span {
  color: #dce4ec;
  text-decoration: none;
}

.contact-detail [data-business-hours] {
  display: grid;
  gap: 3px;
}

.contact-payment {
  padding: 16px;
  border: 1px solid rgba(167, 224, 0, 0.23);
  border-radius: 5px;
  background: #05080b;
}

.internal-page form {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.internal-page form label {
  display: grid;
  gap: 7px;
  color: #e8eef4;
  font-size: 0.84rem;
  font-weight: 800;
}

.internal-page input,
.internal-page textarea,
.internal-page select {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: #fff;
  background: #030609;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.internal-page textarea {
  resize: vertical;
}

.internal-page input[type="checkbox"] {
  width: 20px;
  min-height: 20px;
  accent-color: var(--green);
}

.internal-page label:has(input[type="checkbox"]) {
  grid-template-columns: 20px 1fr;
  align-items: start;
  font-weight: 500;
}

.internal-page .phone-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 8px;
}

.internal-page .notice,
.internal-page .muted {
  color: #9daab7;
}

@media (max-width: 1100px) {
  .internal-page .seo-breadcrumb ol,
  .internal-page main .container,
  .internal-page .related-pages-v5,
  .internal-page .seo-hero.hero .container {
    width: min(calc(100% - 32px), 1180px);
  }

  .seo-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.82fr);
    gap: 28px;
  }

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

  .seo-trust-item:nth-child(3),
  .seo-payment-details {
    border-right: 0;
  }

  .seo-trust-item:nth-child(n + 4),
  .seo-payment-details {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  .seo-payment-details {
    grid-column: span 2;
  }
}

@media (max-width: 820px) {
  .internal-page .seo-hero.hero {
    padding: 30px 0 26px;
  }

  .seo-hero-grid,
  .seo-final-cta-inner,
  .internal-page .contact-layout {
    grid-template-columns: 1fr;
  }

  .seo-hero-media {
    min-height: 340px;
  }

  .internal-page .grid,
  .internal-page .grid2,
  .internal-page .grid3,
  .internal-page .links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .internal-page .grid > :only-child,
  .internal-page .links-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .internal-page [data-shared-header] {
    min-height: 72px;
  }

  .internal-page .seo-breadcrumb ol,
  .internal-page main .container,
  .internal-page .related-pages-v5,
  .internal-page .seo-hero.hero .container {
    width: min(calc(100% - 28px), 1180px);
  }

  .internal-page .seo-hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.4rem);
  }

  .internal-page .seo-hero .lead {
    font-size: 0.93rem;
  }

  .internal-page .seo-hero .cta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .internal-page .seo-hero .cta .btn:first-child {
    grid-column: 1 / -1;
  }

  .internal-page .seo-hero .cta .btn {
    min-width: 0;
    padding-inline: 9px;
    font-size: 0.7rem;
  }

  .seo-hero-media {
    min-height: 315px;
  }

  .seo-hero-checklist {
    inset: auto 12px 12px;
    padding: 13px;
  }

  .seo-hero-checklist ul {
    grid-template-columns: 1fr;
    font-size: 0.7rem;
  }

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

  .seo-trust-item,
  .seo-payment-details {
    min-height: 90px;
    padding: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-right: 1px solid rgba(255, 255, 255, 0.09);
  }

  .seo-trust-item:nth-child(-n + 2) {
    border-top: 0;
  }

  .seo-trust-item:nth-child(even) {
    border-right: 0;
  }

  .seo-payment-details {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .internal-page .grid,
  .internal-page .grid2,
  .internal-page .grid3,
  .internal-page .links-grid,
  .internal-page .faq > .container {
    grid-template-columns: 1fr;
  }

  .internal-page .faq > .container > h2 {
    grid-column: auto;
  }

  .internal-page .card {
    padding: 18px;
  }

  .internal-page .cta-band {
    padding: 20px 18px;
  }

  .internal-page .cta .btn {
    width: 100%;
  }

  .seo-final-cta {
    padding-block: 32px;
  }

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

  .seo-final-cta-actions .btn:first-child {
    grid-column: auto;
  }

  .internal-page .phone-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .internal-page .seo-breadcrumb ol,
  .internal-page main .container,
  .internal-page .related-pages-v5,
  .internal-page .seo-hero.hero .container {
    width: min(calc(100% - 22px), 1180px);
  }

  .internal-page .seo-hero h1 {
    font-size: 2.35rem;
  }

  .seo-hero-media {
    min-height: 292px;
  }

  .seo-trust-item strong,
  .seo-payment-details strong {
    font-size: 0.77rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .internal-page *,
  .internal-page *::before,
  .internal-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
