@font-face {
  font-family: "Satellite Sans";
  src: url("../fonts/Manrope-Variable.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 200 800;
}
@font-face {
  font-family: "Satellite Display";
  src: url("../fonts/Prata-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Satellite Mono";
  src: url("../fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --sat-black: #050607;
  --sat-black-soft: #101315;
  --sat-ink: #141719;
  --sat-gray: #eef1f2;
  --sat-line: #d7dcde;
  --sat-white: #ffffff;
  --sat-muted: #aeb6ba;
  --sat-accent: #64d9f1;
  --sat-accent-dark: #1896b3;
  --sat-shell: 1180px;
}

body:has(.sat-page) {
  margin: 0;
  background: var(--sat-black);
}

.sat-page,
.sat-page * {
  box-sizing: border-box;
}

.sat-page {
  color: var(--sat-ink);
  background: var(--sat-white);
  font-family: "Satellite Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
}

.sat-page a {
  color: inherit;
  text-decoration: none;
}

.sat-shell {
  width: min(var(--sat-shell), calc(100% - 40px));
  margin-inline: auto;
}

.sat-header {
  position: relative;
  z-index: 20;
  color: var(--sat-white);
  background: var(--sat-black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sat-header-inner {
  display: grid;
  min-height: 82px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 34px;
}

.sat-wordmark {
  display: inline-grid;
  justify-self: start;
  line-height: 1.05;
}

.sat-wordmark strong {
  font-family: "Satellite Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.sat-wordmark small {
  margin-top: 7px;
  color: var(--sat-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.sat-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #c1c7ca;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sat-nav a:hover,
.sat-nav a:focus-visible {
  color: var(--sat-white);
}

.sat-header-phone {
  display: inline-grid;
  justify-self: end;
  color: var(--sat-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
}

.sat-header-phone span {
  margin-bottom: 6px;
  color: var(--sat-accent);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sat-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  color: var(--sat-white);
  background: url("https://ordermysatellite.com/wp-content/uploads/2026/08/Home-beneath-a-clear-night-sky.jpg") center/cover no-repeat;
  isolation: isolate;
}

.sat-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(2, 6, 8, 0.97) 0%, rgba(2, 6, 8, 0.83) 49%, rgba(2, 6, 8, 0.24) 100%);
}

.sat-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image: linear-gradient(rgba(100, 217, 241, 0.12) 1px, transparent 1px);
  background-size: 100% 54px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.sat-hero-content {
  padding: 76px 0 86px;
}

.sat-kicker,
.sat-label {
  margin: 0 0 14px;
  color: var(--sat-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sat-hero h1,
.sat-title,
.sat-closing h2 {
  margin: 0;
  font-family: "Satellite Display", sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.sat-hero h1 {
  max-width: 870px;
  font-size: clamp(48px, 6.3vw, 86px);
}

.sat-hero h1 span {
  color: var(--sat-accent);
}

.sat-hero-sub {
  max-width: 680px;
  margin: 25px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 2vw, 21px);
}

.sat-call {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 62px;
  padding: 11px 23px;
  color: var(--sat-black) !important;
  background: var(--sat-accent);
  border: 1px solid var(--sat-accent);
  border-radius: 4px;
  box-shadow: 0 14px 32px rgba(100, 217, 241, 0.18);
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.sat-call:hover,
.sat-call:focus-visible {
  background: #a0edfb;
  box-shadow: 0 18px 42px rgba(100, 217, 241, 0.28);
  transform: translateY(-2px);
}

.sat-call svg {
  width: 23px;
  fill: currentColor;
}

.sat-call span {
  display: grid;
  line-height: 1.18;
}

.sat-call small {
  margin-bottom: 4px;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sat-call strong {
  font-size: 21px;
}

.sat-hero-note {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.sat-section {
  padding: 88px 0;
}

.sat-black-section {
  color: var(--sat-white);
  background: var(--sat-black);
}

.sat-gray-section {
  background: var(--sat-gray);
}

.sat-center {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.sat-title {
  font-size: clamp(36px, 5vw, 58px);
}

.sat-center .sat-title {
  color: inherit;
}

.sat-center p:last-child {
  color: #657075;
}

.sat-black-section .sat-center p:last-child {
  color: rgba(255, 255, 255, 0.55);
}

.sat-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.sat-benefit {
  position: relative;
  min-height: 265px;
  padding: 34px 27px;
}

.sat-benefit + .sat-benefit {
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.sat-number {
  display: block;
  margin-bottom: 48px;
  color: var(--sat-accent);
  font-family: "Satellite Display", sans-serif;
  font-size: 13px;
}

.sat-benefit h3 {
  margin: 0 0 12px;
  font-family: "Satellite Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.sat-benefit p {
  margin: 0;
  color: var(--sat-muted);
  font-size: 14px;
}

.sat-section-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 40px;
  padding: 26px 29px;
  color: var(--sat-ink);
  background: var(--sat-white);
  border: 1px solid var(--sat-line);
}

.sat-black-section .sat-section-call {
  color: var(--sat-white);
  background: var(--sat-black-soft);
  border-color: rgba(255, 255, 255, 0.16);
}

.sat-section-call span,
.sat-section-call strong {
  display: block;
}

.sat-section-call span {
  color: #727b80;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.sat-black-section .sat-section-call span {
  color: var(--sat-muted);
}

.sat-section-call strong {
  margin-top: 4px;
  font-family: "Satellite Display", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.sat-story {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  color: var(--sat-white);
  background: url("https://ordermysatellite.com/wp-content/uploads/2026/08/Remote-mountain-home-with-open-sky.jpg") center/cover no-repeat;
  isolation: isolate;
}

.sat-story::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 7, 10, 0.95), rgba(3, 7, 10, 0.69) 48%, rgba(3, 7, 10, 0.1));
}

.sat-story-content {
  max-width: 690px;
  margin: 0;
  padding: 90px 0;
}

.sat-story .sat-title {
  font-size: clamp(42px, 5.5vw, 67px);
}

.sat-story-copy {
  max-width: 620px;
  margin: 22px 0 29px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.sat-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.sat-compare-card {
  padding: 38px;
  background: var(--sat-white);
  border: 1px solid var(--sat-line);
}

.sat-compare-card.featured {
  color: var(--sat-white);
  background: var(--sat-black);
  border-color: var(--sat-black);
  box-shadow: 0 20px 48px rgba(5, 6, 7, 0.14);
}

.sat-compare-card h3 {
  margin: 0 0 25px;
  font-family: "Satellite Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.sat-compare-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sat-compare-card li {
  position: relative;
  padding: 14px 0 14px 25px;
  border-top: 1px solid var(--sat-line);
}

.sat-compare-card li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #adb5b8;
  border-radius: 50%;
}

.sat-compare-card.featured li {
  color: #d5dadd;
  border-color: rgba(255, 255, 255, 0.14);
}

.sat-compare-card.featured li::before {
  background: var(--sat-accent);
}

.sat-closing {
  position: relative;
  padding: 96px 0;
  color: var(--sat-white);
  background: var(--sat-black);
  text-align: center;
  overflow: hidden;
}

.sat-closing::before,
.sat-closing::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(100, 217, 241, 0.15);
  border-radius: 50%;
}

.sat-closing::before {
  width: 460px;
  height: 180px;
  top: -100px;
  left: -100px;
  transform: rotate(16deg);
}

.sat-closing::after {
  width: 620px;
  height: 220px;
  right: -170px;
  bottom: -140px;
  transform: rotate(-12deg);
}

.sat-closing-content {
  position: relative;
  z-index: 1;
}

.sat-closing h2 {
  margin-bottom: 17px;
  font-size: clamp(52px, 7vw, 86px);
}

.sat-closing p {
  max-width: 640px;
  margin: 0 auto 27px;
  color: rgba(255, 255, 255, 0.6);
}

.sat-closing .sat-disclaimer {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.37);
  font-size: 11px;
}

.sat-footer {
  color: #b0b7ba;
  background: #020303;
  font-size: 12px;
}

.sat-footer-top,
.sat-footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.sat-footer-top {
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.sat-footer-call {
  color: var(--sat-white) !important;
  font-size: 20px;
  font-weight: 700;
}

.sat-footer-legal {
  align-items: flex-start;
  padding: 26px 0 100px;
}

.sat-footer-legal p {
  max-width: 560px;
  margin: 0;
}

.sat-footer a {
  color: var(--sat-white);
}

.sat-mobile-call {
  position: fixed;
  right: 13px;
  bottom: 13px;
  left: 13px;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  color: var(--sat-black) !important;
  background: var(--sat-accent);
  border-radius: 4px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
  font-weight: 700;
}

@media (max-width: 900px) {
  .sat-header-inner {
    grid-template-columns: 1fr auto;
  }

  .sat-nav {
    display: none;
  }

  .sat-benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sat-benefit:nth-child(3) {
    border-left: 0;
  }

  .sat-benefit:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }
}

@media (max-width: 640px) {
  .sat-shell {
    width: min(var(--sat-shell), calc(100% - 26px));
  }

  .sat-header-inner {
    min-height: 72px;
  }

  .sat-wordmark strong {
    font-size: 13px;
  }

  .sat-header-phone {
    font-size: 16px;
  }

  .sat-header-phone span {
    display: none;
  }

  .sat-hero {
    min-height: 610px;
    align-items: end;
    background-position: 62% center;
  }

  .sat-hero::before {
    background: linear-gradient(180deg, rgba(2, 6, 8, 0.2), rgba(2, 6, 8, 0.96) 76%);
  }

  .sat-hero-content {
    padding: 80px 0 66px;
  }

  .sat-hero h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .sat-hero-sub {
    font-size: 16px;
  }

  .sat-call {
    width: 100%;
    justify-content: center;
  }

  .sat-section {
    padding: 68px 0;
  }

  .sat-benefit-grid {
    grid-template-columns: 1fr;
  }

  .sat-benefit {
    min-height: auto;
  }

  .sat-benefit + .sat-benefit {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }

  .sat-number {
    margin-bottom: 30px;
  }

  .sat-section-call {
    display: grid;
    padding: 22px;
  }

  .sat-story {
    min-height: 580px;
    align-items: end;
    background-position: 58% center;
  }

  .sat-story::before {
    background: linear-gradient(180deg, rgba(3, 7, 10, 0.18), rgba(3, 7, 10, 0.96) 72%);
  }

  .sat-story-content {
    padding: 90px 0 60px;
  }

  .sat-comparison {
    grid-template-columns: 1fr;
  }

  .sat-compare-card {
    padding: 28px 24px;
  }

  .sat-footer-top,
  .sat-footer-legal {
    display: grid;
  }

  .sat-mobile-call {
    display: flex;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .sat-hero-content > * {
    animation: sat-rise 650ms ease-out both;
  }

  .sat-hero-content > :nth-child(2) { animation-delay: 70ms; }
  .sat-hero-content > :nth-child(3) { animation-delay: 140ms; }
  .sat-hero-content > :nth-child(4) { animation-delay: 210ms; }

  @keyframes sat-rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

/* Elevated editorial-tech layer */
.sat-kicker,
.sat-label,
.sat-wordmark small,
.sat-header-phone span,
.sat-status,
.sat-marquee-track,
.sat-story-signal small,
.sat-featured-badge {
  font-family: "Satellite Mono", monospace;
}

.sat-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(18px);
  background: rgba(5, 6, 7, 0.94);
}

.sat-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 6%, rgba(100, 217, 241, 0.7) 50%, transparent 94%);
}

.sat-wordmark strong {
  font-family: "Satellite Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sat-hero {
  overflow: hidden;
}

.sat-hero-content {
  position: relative;
  z-index: 4;
}

.sat-hero h1,
.sat-story .sat-title,
.sat-closing h2 {
  text-wrap: balance;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.sat-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 23px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(10, 18, 21, 0.54);
  border: 1px solid rgba(100, 217, 241, 0.28);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sat-status::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--sat-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(100, 217, 241, 0.1), 0 0 20px rgba(100, 217, 241, 0.9);
}

.sat-orbit {
  position: absolute;
  top: 50%;
  right: -70px;
  z-index: 1;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(100, 217, 241, 0.2);
  border-radius: 50%;
  transform: translateY(-50%) rotate(-16deg);
}

.sat-orbit::before,
.sat-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(100, 217, 241, 0.16);
  border-radius: 50%;
}

.sat-orbit::before {
  inset: 68px;
}

.sat-orbit::after {
  inset: 145px;
}

.sat-orbit i {
  position: absolute;
  top: 47px;
  left: 106px;
  width: 13px;
  height: 13px;
  background: var(--sat-accent);
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(100, 217, 241, 0.9);
}

.sat-orbit i:nth-child(2) {
  top: auto;
  right: 60px;
  bottom: 110px;
  left: auto;
  width: 8px;
  height: 8px;
  border-width: 2px;
}

.sat-marquee {
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: var(--sat-black);
  background: var(--sat-accent);
  border-block: 1px solid rgba(5, 6, 7, 0.35);
}

.sat-marquee-track {
  display: flex;
  width: max-content;
  gap: 42px;
  padding: 13px 0;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: sat-marquee 24s linear infinite;
}

.sat-marquee-track span::after {
  content: "//";
  margin-left: 42px;
}

.sat-benefit {
  overflow: hidden;
  transition: background 220ms ease, transform 220ms ease;
}

.sat-benefit::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--sat-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}

.sat-benefit:hover {
  background: linear-gradient(180deg, rgba(100, 217, 241, 0.1), transparent 65%);
  transform: translateY(-5px);
}

.sat-benefit:hover::after {
  transform: scaleX(1);
}

.sat-call {
  position: relative;
  overflow: hidden;
}

.sat-call::after {
  content: "";
  position: absolute;
  top: -120%;
  bottom: -120%;
  left: -36%;
  width: 24%;
  background: rgba(255, 255, 255, 0.42);
  transform: rotate(20deg) translateX(-180%);
  transition: transform 600ms ease;
}

.sat-call:hover::after,
.sat-call:focus-visible::after {
  transform: rotate(20deg) translateX(700%);
}

.sat-story-signal {
  position: absolute;
  right: max(20px, calc((100vw - var(--sat-shell)) / 2));
  bottom: 52px;
  display: grid;
  min-width: 240px;
  padding: 17px 20px;
  color: var(--sat-white);
  background: rgba(5, 6, 7, 0.7);
  border: 1px solid rgba(100, 217, 241, 0.35);
  backdrop-filter: blur(16px);
}

.sat-story-signal small {
  color: var(--sat-accent);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sat-story-signal strong {
  margin-top: 4px;
  font-size: 15px;
}

.sat-compare-card.featured {
  position: relative;
  transform: translateY(-12px);
}

.sat-featured-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 11px;
  color: var(--sat-black);
  background: var(--sat-accent);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes sat-marquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .sat-orbit {
    right: -250px;
    opacity: 0.6;
  }

  .sat-story-signal {
    display: none;
  }
}

@media (max-width: 640px) {
  .sat-header {
    position: relative;
  }

  .sat-orbit {
    top: 23%;
    right: -255px;
    width: 420px;
    height: 420px;
    opacity: 0.42;
  }

  .sat-status {
    margin-bottom: 18px;
  }

  .sat-compare-card.featured {
    transform: none;
  }

  .sat-marquee-track {
    animation-duration: 18s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sat-marquee-track {
    animation: none;
  }
}