:root {
  --ink: #17202a;
  --muted: #667085;
  --paper: #f4f7fb;
  --panel: #ffffff;
  --line: #d8dee8;
  --brand: #0b66c3;
  --brand-deep: #093b74;
  --accent: #f26b3a;
  --dark: #0d1723;
  --shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
  --soft-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Microsoft YaHei",
    "PingFang SC",
    Arial,
    sans-serif;
  line-height: 1.6;
}

body.is-locked {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(220px, auto) 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(20px, 5vw, 72px);
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(13, 23, 35, 0.92);
  box-shadow: 0 14px 36px rgba(2, 8, 23, 0.2);
  backdrop-filter: blur(18px);
  padding-top: 12px;
  padding-bottom: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 800;
}

.brand-logo {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.brand-text {
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 44px);
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  padding: 8px 0;
}

.nav a:hover {
  color: #fff;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.language-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  width: 94px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.language-switch button {
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.language-switch button.is-active {
  background: #fff;
  color: var(--ink);
}

.header-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta {
  padding: 0 18px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 3px 0;
  background: #fff;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92svh;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0d1723 0%, #0d1723 50%, #101d2c 70%, #07101c 100%),
    linear-gradient(180deg, rgba(13, 23, 35, 0.08) 0%, rgba(13, 23, 35, 0.72) 58%, rgba(3, 8, 16, 0.98) 100%);
}

.hero-media::before {
  position: absolute;
  top: 8%;
  right: clamp(20px, 4vw, 64px);
  bottom: 12%;
  width: 50%;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(13, 23, 35, 0.18), rgba(13, 23, 35, 0.02) 28%, rgba(13, 23, 35, 0.22) 100%),
    url("assets/starlink-layout-case.jpg") center / contain no-repeat;
  content: "";
  filter: saturate(0.78) contrast(1.02) brightness(0.9);
  opacity: 0.96;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.92) 8%, #000 18%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.92) 8%, #000 18%, #000 100%);
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 23, 35, 0.99) 0%, rgba(13, 23, 35, 0.99) 46%, rgba(13, 23, 35, 0.08) 62%, rgba(7, 16, 28, 0.18) 100%),
    linear-gradient(90deg, transparent 0%, transparent 78%, rgba(7, 16, 28, 0.28) 91%, rgba(7, 16, 28, 0.58) 100%),
    linear-gradient(180deg, transparent 0%, rgba(2, 8, 18, 0.78) 100%),
    radial-gradient(circle at 18% 20%, rgba(148, 211, 255, 0.08), transparent 28%);
  content: "";
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(650px, calc(50vw - clamp(44px, 7vw, 104px)));
  margin-left: clamp(20px, 5vw, 72px);
  padding: clamp(112px, 18vh, 172px) 0 210px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
p,
a,
span,
strong,
li {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12.5em;
  margin-bottom: 18px;
  font-size: clamp(38px, 4.35vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.25;
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.35vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-btn,
.secondary-btn {
  padding: 0 24px;
}

.primary-btn {
  background: var(--brand);
  color: #fff;
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(10px);
}

.hero-proof {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: 22px;
  left: clamp(20px, 5vw, 72px);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-proof div {
  min-height: 96px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(14px);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  margin-bottom: 4px;
  font-size: 19px;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.72);
}

.section,
.section-band,
.contact-section {
  padding: clamp(76px, 9vw, 126px) clamp(20px, 5vw, 72px);
  scroll-margin-top: 86px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 42px;
}

.section-heading.wide {
  max-width: 900px;
}

.section-heading p,
.intro-copy p,
.solution-grid p,
.product-copy p,
.workflow p,
.culture-grid p,
.evidence-grid p,
.faq-grid p,
.contact-layout p {
  color: var(--muted);
  font-size: 17px;
}

.facts-section {
  background: #f8fbff;
}

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

.facts-grid div {
  min-height: 178px;
  padding: 24px;
  border: 1px solid rgba(11, 102, 195, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.facts-grid dt {
  margin-bottom: 12px;
  color: var(--brand-deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.facts-grid dd {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.62;
}

.intro {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11, 102, 195, 0.08), rgba(242, 107, 58, 0.04) 46%, rgba(255, 255, 255, 0) 76%),
    #fff;
}

.intro::before {
  position: absolute;
  top: 0;
  right: clamp(20px, 5vw, 72px);
  left: clamp(20px, 5vw, 72px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11, 102, 195, 0.34), transparent);
  content: "";
}

.intro-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: start;
}

.intro-heading {
  position: sticky;
  top: 110px;
}

.intro-heading h2 {
  max-width: 10.8em;
  margin-bottom: 24px;
  text-wrap: balance;
}

.intro-signal {
  display: grid;
  width: min(320px, 100%);
  margin-top: 34px;
  padding: 22px;
  border: 1px solid rgba(11, 102, 195, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--soft-shadow);
}

.intro-signal span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.intro-signal strong {
  color: var(--brand-deep);
  font-size: 28px;
  line-height: 1.12;
}

.intro-copy {
  padding-top: 0;
}

.intro-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.intro-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  content: "";
}

.capability-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.capability-list li {
  position: relative;
  padding: 14px 18px 14px 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  font-weight: 750;
}

.capability-list li::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.intro-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.intro-metrics div {
  min-height: 126px;
  padding: 22px;
  border: 1px solid rgba(11, 102, 195, 0.12);
  border-radius: 8px;
  background: #f8fbff;
}

.intro-metrics strong,
.intro-metrics span {
  display: block;
}

.intro-metrics strong {
  margin-bottom: 10px;
  color: var(--brand-deep);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
}

.intro-metrics span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.solution-grid article,
.culture-grid article {
  display: flex;
  min-width: 0;
  min-height: 260px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--soft-shadow);
}

.solution-grid span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

.solution-grid h3,
.culture-grid h3 {
  overflow-wrap: anywhere;
}

.solution-grid p,
.culture-grid p {
  overflow-wrap: anywhere;
}

.product-section {
  background: #fff;
}

.evidence-section {
  background: #fff;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.evidence-grid article {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--soft-shadow);
}

.evidence-placeholder {
  display: grid;
  min-height: 190px;
  place-items: center;
  border: 1px dashed rgba(11, 102, 195, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 102, 195, 0.08), rgba(242, 107, 58, 0.05)),
    #f8fbff;
  color: var(--brand-deep);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.evidence-grid h3,
.faq-grid h3 {
  margin-bottom: 0;
}

.evidence-grid p,
.faq-grid p {
  margin-bottom: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--soft-shadow);
}

.product-card.horizontal {
  grid-template-columns: 1fr;
}

.image-button {
  display: grid;
  aspect-ratio: 16 / 9;
  place-items: center;
  width: 100%;
  min-width: 0;
  padding: clamp(10px, 1.4vw, 18px);
  border: 0;
  background:
    linear-gradient(135deg, rgba(11, 102, 195, 0.06), rgba(242, 107, 58, 0.04)),
    #f4f7fb;
  cursor: zoom-in;
}

.image-button img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-card.large .image-button img {
  aspect-ratio: auto;
}

.product-grid .product-card:nth-child(2) .image-button img {
  object-position: 32% center;
}

.product-grid .product-card:nth-child(3) .image-button img {
  object-position: 68% center;
}

.product-card.horizontal .image-button img {
  aspect-ratio: auto;
  min-height: 0;
}

.product-copy {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-top: 1px solid var(--line);
}

.product-copy span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-copy p {
  margin-bottom: 0;
}

.workflow {
  background: var(--dark);
  color: #fff;
}

.workflow h2,
.workflow p {
  color: #fff;
}

.workflow p {
  opacity: 0.76;
}

.workflow-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.workflow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.workflow-steps::before {
  position: absolute;
  top: 42px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 211, 255, 0.34), transparent);
  content: "";
}

.workflow-steps li {
  position: relative;
  min-height: 210px;
  padding: 78px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  counter-increment: steps;
}

.workflow-steps li::before {
  position: absolute;
  top: 22px;
  left: 24px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(148, 211, 255, 0.36);
  border-radius: 50%;
  background: rgba(11, 102, 195, 0.28);
  color: #fff;
  content: "0" counter(steps);
  font-weight: 900;
}

.workflow-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.workflow-steps p {
  margin-bottom: 0;
}

.workflow-steps li:nth-child(3n + 1)::after,
.workflow-steps li:nth-child(3n + 2)::after {
  position: absolute;
  top: 42px;
  right: -18px;
  z-index: 2;
  width: 18px;
  height: 1px;
  background: rgba(148, 211, 255, 0.34);
  content: "";
}

.culture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.culture-grid h3 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.faq-section {
  background: #fff;
}

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

.faq-grid article {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--soft-shadow);
}

.faq-grid h3 {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 20px;
}

.contact-section {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  color: #fff;
}

.contact-section::before {
  display: none;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 0.76fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: center;
}

.contact-layout h2,
.contact-layout p {
  color: #fff;
}

.contact-copy > p {
  max-width: 650px;
  margin-bottom: 28px;
}

.contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-tags span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.contact-panel {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  font-style: normal;
  backdrop-filter: blur(12px);
}

.contact-panel a,
.contact-panel p {
  margin: 0;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font-weight: 800;
}

.contact-panel span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 5vw, 72px);
  background: var(--dark);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #fff;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(4, 10, 18, 0.9);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(1120px, 100%);
  max-height: 86svh;
  width: auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: minmax(0, auto) auto;
    justify-content: space-between;
  }

  .nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .site-header.is-open .nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px 8px 0 0;
    background: rgba(13, 23, 35, 0.98);
  }

  .site-header.is-open .nav a {
    padding: 15px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-header.is-open .header-actions {
    position: absolute;
    top: calc(100% + 273px);
    right: 20px;
    left: 20px;
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: rgba(13, 23, 35, 0.98);
  }

  .site-header.is-open .language-switch {
    width: 100%;
  }

  .solution-grid,
  .culture-grid,
  .evidence-grid,
  .faq-grid,
  .facts-grid {
    grid-column: auto;
  }

  .solution-grid,
  .culture-grid,
  .evidence-grid,
  .faq-grid,
  .facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-grid article {
    min-height: 220px;
    padding: 24px;
  }

  .solution-grid span {
    margin-bottom: 22px;
  }

  .intro-layout,
  .workflow-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-content {
    width: min(720px, calc(100% - 40px));
    min-width: 0;
    padding-top: clamp(118px, 18vh, 170px);
  }

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

  .workflow-steps::before,
  .workflow-steps li::after {
    display: none;
  }

  .intro-heading {
    position: static;
  }

  .intro-signal {
    width: 100%;
    margin-top: 22px;
  }

  .contact-section::before {
    width: min(420px, 70vw);
    opacity: 0.1;
  }
}

@media (max-width: 700px) {
  .brand-text {
    max-width: 11em;
  }

  .hero {
    min-height: auto;
    padding-bottom: 18px;
  }

  .hero-media {
    background:
      linear-gradient(180deg, #0d1723 0%, #101d2c 50%, #030a15 100%);
  }

  .hero-media::before {
    top: 84px;
    right: 10px;
    bottom: auto;
    width: calc(100% - 20px);
    height: 190px;
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(13, 23, 35, 0.12), rgba(13, 23, 35, 0.32)),
      url("assets/starlink-layout-case.jpg") center / contain no-repeat;
    filter: saturate(0.74) contrast(0.98) brightness(0.86);
    opacity: 0.88;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(13, 23, 35, 0.9), rgba(13, 23, 35, 0.72) 46%, rgba(3, 10, 21, 0.98)),
      radial-gradient(circle at 18% 18%, rgba(148, 211, 255, 0.08), transparent 30%);
  }

  .hero-content {
    width: calc(100% - 40px);
    padding-top: 176px;
    padding-bottom: 18px;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.12;
  }

  .hero-lede {
    margin-bottom: 20px;
    font-size: 16px;
  }

  h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
    position: relative;
    z-index: 4;
  }

  .hero-actions .primary-btn,
  .hero-actions .secondary-btn {
    width: 100%;
    min-height: 48px;
  }

  .hero-proof {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 1fr;
    margin: 0 20px;
    z-index: 2;
  }

  .hero-proof div {
    min-height: 64px;
    padding: 12px 14px;
  }

  .section,
  .section-band,
  .contact-section {
    padding-top: 62px;
    padding-bottom: 62px;
    scroll-margin-top: 76px;
  }

  .solution-grid,
  .product-grid,
  .workflow-steps,
  .culture-grid,
  .evidence-grid,
  .faq-grid,
  .facts-grid {
    grid-template-columns: 1fr;
  }

  .workflow-steps li {
    min-height: auto;
    padding: 76px 22px 22px;
  }

  .intro-metrics {
    grid-template-columns: 1fr;
  }

  .intro-card {
    padding: 24px;
  }

  .contact-section::before {
    display: none;
  }

  .solution-grid article,
  .culture-grid article,
  .faq-grid article,
  .facts-grid div {
    min-height: auto;
    padding: 22px;
  }

  .solution-grid span {
    margin-bottom: 14px;
  }

  .solution-grid h3 {
    font-size: 20px;
  }

  .solution-grid p {
    font-size: 15px;
  }

  .product-copy {
    padding: 22px;
  }

  .site-footer {
    display: grid;
  }
}
