.streaming-card {
  border-color: #c7d8ec;
  background: #fff;
  color: var(--ink);
}

.streaming-card:hover { border-color: #aac8ee; }
.streaming-card .service-index { color: #91a3ba; }
.streaming-card .service-mark { border-color: #c9d9ee; }
.streaming-card h3 { color: var(--ink); }
.streaming-card > p { color: var(--muted); }
.streaming-card ul { border-color: #e8edf4; color: #526077; }
.streaming-card > a { color: var(--blue); }
.service-mark svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.live-mark svg { stroke-width: 1.9; }

/* Compact corporate pass: more information with a tighter visual rhythm. */
.brand img {
  width: 172px;
  height: 48px;
}

.site-header {
  grid-template-columns: 1fr auto 1fr;
  height: 72px;
}
.hero,
.hero-layout { min-height: 550px; }
.hero-layout { gap: 60px; padding-block: 38px 48px; }
.hero h1 { font-size: clamp(43px, 4.65vw, 60px); }
.hero-lead { max-width: 620px; margin-block: 22px 25px; }
.hero-actions { gap: 10px; }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 18px;
  color: #7f93b0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hero-meta span { position: relative; }
.hero-meta span:not(:last-child)::after {
  position: absolute;
  right: -13px;
  color: #31537e;
  content: "/";
}
.statement { padding-block: 56px; }
.statement-grid { gap: 62px; }
.statement h2,
.section-heading h2,
.method-intro h2,
.contact-layout h2 { font-size: clamp(32px, 3.7vw, 47px); }
.statement-grid p { line-height: 1.65; }
.audience-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid #dfe6ef;
}
.audience-strip strong {
  margin-right: 8px;
  color: var(--blue);
  font-size: 9px;
  letter-spacing: .15em;
}
.audience-strip span {
  padding: 7px 11px;
  border: 1px solid #dbe4ef;
  border-radius: 999px;
  color: #526077;
  font-size: 10px;
  font-weight: 600;
}
.services-section { padding-block: 60px; }
.section-heading { gap: 46px; }
.services-grid { margin-top: 34px; }
.service-card {
  min-height: 286px;
  padding: 21px;
}
.service-mark {
  width: 38px;
  height: 38px;
  margin: 18px 0 15px;
  font-size: 18px;
}
.service-card h3 { margin-bottom: 8px; font-size: 19px; }
.service-card > p { min-height: 55px; line-height: 1.52; }
.service-card ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 9px;
  margin-top: 14px;
  padding-top: 13px;
}
.service-card li { line-height: 1.35; }
.streaming-card { padding-bottom: 21px; }
.method-section { padding-block: 64px; }
.method-layout { grid-template-columns: .74fr 1.26fr; gap: 68px; align-items: center; }
.method-intro { position: static; }
.method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.method-list li,
.method-list li:last-child {
  grid-template-columns: 34px 1fr;
  gap: 12px;
  min-height: 132px;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  background: rgba(255, 255, 255, .025);
}
.method-list h3 { margin-bottom: 5px; font-size: 18px; }
.method-list p { line-height: 1.5; }
.method-list small {
  display: block;
  margin-top: 10px;
  color: #70a9f5;
  font-size: 10px;
  line-height: 1.4;
}
.principles { padding-block: 58px; }
.principles .section-heading { align-items: end; }
.principles-grid { gap: 28px; margin-top: 34px; }
.principles-grid article { padding-top: 17px; }
.principle-icon {
  display: grid !important;
  width: 32px;
  height: 32px;
  border: 1px solid #c9d9ee;
  border-radius: 9px;
  place-items: center;
}
.principle-icon svg,
.solution-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.principles-grid h3 { margin: 15px 0 7px; font-size: 19px; }
.contact-section { padding-block: 60px; }
.contact-layout > p:not(.eyebrow) { margin-block: 17px 24px; }
.site-footer { padding-top: 40px; }
.footer-main {
  grid-template-columns: 1fr minmax(260px, 400px) 1fr;
  padding-bottom: 30px;
}
.footer-main .brand { justify-self: start; }
.footer-main p {
  justify-self: center;
  text-align: center;
}
.footer-main nav { justify-self: end; }
.footer-bottom { justify-content: center; }

.hero-solutions {
  position: relative;
  padding: 25px 27px;
  border: 1px solid rgba(109, 166, 247, .27);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(17, 42, 78, .84), rgba(8, 20, 39, .82));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .05);
}
.hero-solutions::before {
  position: absolute;
  top: -1px;
  left: 30px;
  width: 100px;
  height: 2px;
  background: var(--blue-2);
  box-shadow: 0 0 18px var(--blue);
  content: "";
}
.panel-label {
  margin: 0 0 12px;
  color: #81aff0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}
.hero-solutions h2 {
  max-width: 430px;
  margin: 0 0 18px;
  font: 600 24px/1.18 "Space Grotesk", sans-serif;
  letter-spacing: -.04em;
}
.solution-list { display: grid; }
.solution-list > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.solution-list > div:last-child { border-bottom: 1px solid rgba(255, 255, 255, .1); }
.solution-icon {
  display: grid;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(101, 158, 238, .32);
  border-radius: 7px;
  place-items: center;
  color: #5f9ced;
}
.solution-list p { margin: 0; }
.solution-list strong {
  display: block;
  margin-bottom: 4px;
  color: #eaf2ff;
  font-size: 13px;
}
.solution-list small {
  color: #8295b2;
  font-size: 10px;
  line-height: 1.5;
}
.hero-solutions > a {
  display: inline-flex;
  gap: 9px;
  margin-top: 16px;
  color: #73adf9;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 920px) {
  .statement-grid { gap: 34px; }
  .hero-layout { gap: 42px; }
  .method-layout { grid-template-columns: 1fr; gap: 34px; }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .footer-main nav {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 68px; }
  .site-header {
    grid-template-columns: 1fr auto;
    height: 68px;
  }
  .brand img {
    width: 132px;
    height: 40px;
  }
  .hero,
  .hero-layout { min-height: 0; }
  .hero-layout { padding-block: 43px 48px; }
  .hero h1 { font-size: 40px; }
  .hero-lead { margin: 19px 0 22px; }
  .hero-meta { margin-top: 15px; }
  .hero-solutions { display: none; }
  .statement,
  .services-section,
  .method-section,
  .principles,
  .contact-section { padding-block: 52px; }
  .statement,
  .services-section,
  .method-section,
  .principles { padding-block: 52px; }
  .section-label { margin-bottom: 19px; }
  .statement-grid { gap: 16px; }
  .statement-grid p { margin-bottom: 13px; }
  .audience-strip { gap: 8px; margin-top: 22px; padding-top: 16px; }
  .audience-strip strong { width: 100%; margin-bottom: 2px; }
  .section-heading { gap: 15px; }
  .services-grid { margin-top: 26px; gap: 11px; }
  .service-card {
    min-height: 0;
    padding: 20px;
  }
  .service-card > p { min-height: 0; }
  .service-card ul { padding-bottom: 3px; }
  .streaming-card { padding-bottom: 20px; }
  .method-layout { gap: 26px; }
  .method-list { grid-template-columns: 1fr; gap: 9px; }
  .method-list li,
  .method-list li:last-child { min-height: 0; padding: 16px; }
  .principles-grid { gap: 22px; margin-top: 26px; }
  .footer-main { padding-bottom: 31px; }
  .footer-main p { text-align: center; }
}
