:root {
  --navy: #071b35;
  --blue: #0878e7;
  --cyan: #40d5ee;
  --white: #f7fbff;
  --muted: #a8bbd0;
  --line: rgba(167, 203, 235, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header :where(a, summary), .button { min-height: 44px; }
:where(a, summary):focus-visible { outline: 3px solid #7edff0; outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.hero {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 75% 38%, rgba(6, 112, 214, 0.28), transparent 36%),
    radial-gradient(circle at 16% 82%, rgba(39, 207, 228, 0.09), transparent 28%),
    linear-gradient(135deg, #06162d 0%, #08213e 48%, #06172e 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, black 28%, transparent 86%);
}

.site-header {
  height: 92px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .2em; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.075); }
.brand-mark img { width: 36px; height: 36px; object-fit: contain; filter: brightness(0) invert(1) drop-shadow(0 0 7px rgba(255,255,255,.22)); }
.brand-name { color: #fff; font-size: 15px; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.desktop-nav { display: flex; align-items: center; gap: 21px; color: #bfd0df; font-size: 12px; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.header-login {
  border-color: rgba(126, 223, 240, .62);
  background: rgba(64, 213, 238, .12);
  color: #e9fcff;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.header-login:hover { border-color: #7edff0; background: rgba(64, 213, 238, .2); transform: translateY(-1px); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { list-style: none; cursor: pointer; padding: 10px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: white; font-size: 12px; font-weight: 800; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; z-index: 20; right: 0; top: 49px; width: min(300px, calc(100vw - 32px)); padding: 12px; display: grid; border: 1px solid rgba(145,199,232,.22); border-radius: 16px; background: #0a2441; box-shadow: 0 22px 50px rgba(0,0,0,.42); }
.mobile-nav nav a { padding: 12px 13px; border-radius: 9px; color: #d6e6f2; font-size: 12px; font-weight: 720; }
.mobile-nav nav a:hover { background: rgba(255,255,255,.06); color: white; }
.mobile-nav nav .mobile-login-link { margin-bottom: 6px; background: #52d9eb; color: #061b32; font-weight: 850; }
.mobile-nav nav .mobile-login-link:hover { background: #7be5f1; color: #061b32; }

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  align-items: center;
  min-height: calc(100vh - 196px);
  padding-block: 64px 72px;
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span { width: 26px; height: 1px; background: var(--cyan); }
h1 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(48px, 5.5vw, 80px);
  line-height: .99;
  letter-spacing: -.055em;
  font-weight: 730;
}
h1 em { color: #7edff0; font-style: normal; }
.hero-lead {
  max-width: 580px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 800;
}
.button-primary { color: #031a31; background: linear-gradient(135deg, #47d8ed, #79e5ef); box-shadow: 0 14px 32px rgba(32, 207, 232, .18); }
.button-ghost { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.hero-jobs { margin-top: 36px; display: flex; align-items: center; gap: 13px; color: #d4e2ee; font-size: 13px; }
.hero-jobs i { width: 3px; height: 3px; border-radius: 50%; background: #4bbdd4; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.visual-glow { position: absolute; inset: 10% 4%; border-radius: 50%; background: #0c72d9; filter: blur(100px); opacity: .22; }
.network-frame {
  position: relative;
  width: min(670px, 100%);
  border: 1px solid rgba(86, 185, 249, .3);
  border-radius: 26px;
  padding: 9px;
  background: rgba(7, 25, 50, .72);
  box-shadow: 0 34px 80px rgba(0,0,0,.42);
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}
.network-frame::before { content: ""; position: absolute; inset: 9px; border-radius: 18px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }
.network-frame img { width: 100%; border-radius: 18px; aspect-ratio: 1.54 / 1; object-fit: cover; }
.status-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 245px;
  padding: 14px 16px;
  border: 1px solid rgba(134, 210, 255, .25);
  border-radius: 15px;
  background: rgba(6, 29, 55, .9);
  box-shadow: 0 18px 36px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
}
.status-card strong, .status-card small { display: block; }
.status-card strong { font-size: 13px; }
.status-card small { color: #86a5c0; font-size: 10px; margin-top: 2px; }
.status-card b { margin-left: auto; color: #7be9bf; font-size: 17px; }
.status-card-top { right: -10px; top: 42px; }
.status-card-bottom { left: -24px; bottom: 46px; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: #34df9d; box-shadow: 0 0 0 5px rgba(52,223,157,.12); }
.alert-icon { width: 25px; height: 25px; border-radius: 8px; display: grid; place-items: center; background: #ffaf3e; color: #182942; font-weight: 900; }
.status-link { margin-left: auto; color: #66dbef; font-size: 11px; font-weight: 800; }

.hero-footer {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-height: 76px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.hero-footer p { margin: 0; color: #829db7; font-size: 12px; }
.audience-list { display: flex; gap: 28px; color: #d4e4f1; font-size: 12px; font-weight: 700; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; padding-block: 72px 130px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 430px; }
}

@media (max-width: 1120px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 32px, 1180px); }
  .site-header { height: 74px; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-grid { min-height: auto; padding-block: 58px 170px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-jobs { gap: 9px; font-size: 11px; }
  .hero-visual { min-height: 310px; margin-top: 4px; }
  .network-frame { transform: none; }
  .status-card { min-width: 205px; padding: 11px 12px; }
  .status-card-top { top: 4px; right: -4px; }
  .status-card-bottom { bottom: 0; left: -6px; }
  .status-card b { font-size: 14px; }
  .hero-footer { min-height: 136px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 34px; }
}

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

.section { padding: 120px 0; }
.platform-section { background: #f7f9fb; color: #0b1f37; }
.section-kicker {
  margin: 0 0 18px;
  color: #087f96;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-heading h2, .dashboard-copy h2, .mars-copy h2, .integration-copy h2, .contact-section h2 {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; }
.split-heading > p {
  margin: 0 0 4px;
  color: #617186;
  font-size: 17px;
  line-height: 1.65;
}
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 62px; }
.capability-card {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid #dfe6eb;
  border-radius: 20px;
  background: white;
  transition: transform .2s ease, border-color .2s ease;
}
.capability-card:hover { transform: translateY(-4px); border-color: #72cad8; }
.card-code { color: #0b8296; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.capability-card h3 { margin: 44px 0 12px; font-size: 23px; letter-spacing: -.025em; }
.capability-card p { margin: 0; color: #66758a; font-size: 14px; line-height: 1.65; }
.capability-card a { margin-top: auto; color: #087f96; font-size: 12px; font-weight: 800; display: flex; justify-content: space-between; }

.dashboard-story {
  margin-top: 96px;
  padding: 68px;
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 76px;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
  background: #0b223d;
  color: white;
  box-shadow: 0 34px 70px rgba(9, 34, 61, .16);
}
.dashboard-copy h2 { font-size: clamp(36px, 3.5vw, 53px); }
.dashboard-copy > p:not(.section-kicker) { color: #a8bbce; font-size: 16px; line-height: 1.7; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; color: #d5e1ec; font-size: 13px; }
.check-list span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 9px; border-radius: 50%; background: rgba(75, 216, 238, .12); color: #64ddeb; }
.dashboard-window { overflow: hidden; border: 1px solid rgba(150, 201, 235, .28); border-radius: 18px; background: white; box-shadow: 0 26px 50px rgba(0,0,0,.26); }
.window-bar { height: 38px; padding: 0 15px; display: flex; align-items: center; gap: 6px; background: #f1f5f8; border-bottom: 1px solid #d8e1e8; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c4cdd5; }
.window-bar span { margin-left: auto; color: #738293; font-size: 9px; }
.dashboard-crop { height: 410px; overflow: hidden; background: #edf2f5; }
.dashboard-crop img { width: 100%; transform: translateY(-2%); }

.mobile-app-section { overflow: hidden; background: #dff7f5; color: #0b2037; }
.mobile-app-panel { min-height: 520px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.mobile-app-copy h2 { max-width: 650px; margin: 0; font-size: clamp(38px, 4.4vw, 64px); line-height: 1.05; letter-spacing: -.045em; }
.mobile-app-copy > p:not(.section-kicker) { max-width: 560px; margin: 26px 0 0; color: #5c7282; font-size: 17px; line-height: 1.7; }
.app-store-actions { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.app-store-button { min-width: 196px; min-height: 68px; padding: 11px 18px; display: flex; align-items: center; gap: 13px; border: 1px solid #18364f; border-radius: 14px; background: #071b35; color: white; box-shadow: 0 14px 30px rgba(8, 46, 67, .13); }
.app-store-button > span:last-child, .app-store-button small, .app-store-button strong { display: block; }
.app-store-button small { color: #9cb3c5; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.app-store-button strong { margin-top: 3px; font-size: 18px; letter-spacing: -.02em; }
.play-store-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(135deg, #55dfd2, #55a8ee); color: #071b35; font-size: 15px; }
.ios-store-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,255,255,.08); color: #c7d5df; font-size: 10px; font-weight: 900; }
.app-store-button-soon { cursor: default; border-color: #c6d8da; background: rgba(255,255,255,.56); color: #405765; box-shadow: none; }
.app-store-button-soon small { color: #708891; }
.mobile-app-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.mobile-app-visual::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: linear-gradient(135deg, rgba(35,190,199,.3), rgba(6,90,122,.12)); }
.app-phone { position: relative; z-index: 2; width: 264px; min-height: 470px; padding: 36px 19px 22px; border: 8px solid #071b35; border-radius: 39px; background: linear-gradient(180deg, #f8fbfc, #e8f2f3); box-shadow: 0 35px 65px rgba(6,45,66,.24); transform: rotate(3deg); }
.app-phone-speaker { position: absolute; left: 50%; top: 13px; width: 62px; height: 5px; transform: translateX(-50%); border-radius: 999px; background: #17334d; }
.app-screen-head { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid #d4e2e5; }
.app-screen-head > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: #0a4665; color: #74e3ea; font-weight: 900; }
.app-screen-head small, .app-screen-head strong { display: block; }
.app-screen-head small { color: #0b8592; font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.app-screen-head strong { margin-top: 4px; color: #112d43; font-size: 13px; }
.app-screen-health { margin: 18px 0 13px; padding: 18px; border-radius: 17px; background: linear-gradient(135deg, #092b48, #086276); color: white; }
.app-screen-health > span { display: flex; align-items: center; gap: 7px; color: #b9e6e8; font-size: 8px; font-weight: 800; }
.app-screen-health i { width: 7px; height: 7px; border-radius: 50%; background: #43dfa3; box-shadow: 0 0 0 4px rgba(67,223,163,.13); }
.app-screen-health strong, .app-screen-health small { display: block; }
.app-screen-health strong { margin-top: 20px; font-size: 38px; letter-spacing: -.05em; }
.app-screen-health small { color: #a9c9d2; font-size: 9px; }
.app-screen-row { margin-top: 9px; padding: 14px 12px; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; border: 1px solid #d7e3e6; border-radius: 14px; background: white; color: #203b4d; }
.app-screen-row > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: #e0f4f3; color: #087c87; font-size: 8px; font-weight: 900; }
.app-screen-row strong, .app-screen-row small { display: block; }
.app-screen-row strong { font-size: 10px; }
.app-screen-row small { margin-top: 3px; color: #7d919b; font-size: 7px; }
.app-screen-row b { color: #0c7684; font-size: 15px; }
.app-float-card { position: absolute; z-index: 3; right: 2%; bottom: 66px; min-width: 220px; padding: 14px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(111,187,194,.45); border-radius: 15px; background: rgba(255,255,255,.94); color: #17354a; box-shadow: 0 20px 42px rgba(7,52,70,.17); }
.app-float-card > i { width: 9px; height: 9px; border-radius: 50%; background: #29c98c; box-shadow: 0 0 0 5px #e2f8ef; }
.app-float-card small, .app-float-card strong { display: block; }
.app-float-card small { color: #6b8892; font-size: 7px; font-style: normal; font-weight: 850; letter-spacing: .1em; }
.app-float-card strong { margin-top: 3px; font-size: 11px; }
.app-float-card b { margin-left: auto; color: #15966a; }

.solutions-section { background: #081a32; color: white; }
.light-heading { max-width: 730px; }
.light-heading > p:last-child { max-width: 620px; margin: 24px 0 0; color: #9eb2c8; font-size: 17px; line-height: 1.65; }
.solution-grid { margin-top: 62px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.solution-card {
  min-height: 175px;
  padding: 30px;
  border: 1px solid rgba(166, 202, 233, .17);
  border-radius: 19px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 23px;
  align-items: start;
  background: rgba(255,255,255,.025);
}
.solution-tag { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: #0d3458; color: #67d9e8; font-size: 11px; font-weight: 850; }
.solution-card h3 { margin: 2px 0 10px; font-size: 22px; }
.solution-card p { margin: 0; max-width: 420px; color: #93aac0; font-size: 14px; line-height: 1.6; }
.solution-arrow { color: #60d6e8; font-size: 20px; }
.workflow { margin-top: 80px; padding-top: 42px; border-top: 1px solid rgba(166, 202, 233, .17); display: grid; grid-template-columns: 1.6fr repeat(4, .6fr); gap: 24px; align-items: end; }
.workflow-intro h3 { margin: 0; font-size: 26px; }
.workflow-step { min-height: 84px; border-left: 1px solid rgba(98, 218, 235, .4); padding-left: 18px; display: flex; flex-direction: column; justify-content: space-between; }
.workflow-step span { color: #5ed3e5; font-size: 10px; font-weight: 800; }
.workflow-step strong { font-size: 14px; }

.mars-section { background: #edf8f7; color: #0b2037; }
.mars-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.mars-copy > p:not(.section-kicker) { max-width: 520px; margin: 26px 0; color: #617487; font-size: 17px; line-height: 1.7; }
.text-link { color: #087f96; font-size: 14px; font-weight: 850; display: inline-flex; gap: 12px; }
.mars-console { padding: 26px; border-radius: 25px; background: #fff; border: 1px solid #d8e7e6; box-shadow: 0 30px 70px rgba(20, 74, 79, .12); }
.mars-console-head { padding: 0 0 22px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #e4ecec; }
.mars-badge { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: white; background: linear-gradient(135deg, #0a4968, #09a7a3); font-weight: 900; }
.mars-console-head strong, .mars-console-head small { display: block; }
.mars-console-head small { margin-top: 2px; color: #82919d; font-size: 10px; }
.console-status { margin-left: auto; display: flex; align-items: center; gap: 7px; color: #5a6d79; font-size: 10px; font-weight: 750; }
.console-status i { width: 7px; height: 7px; border-radius: 50%; background: #21c689; box-shadow: 0 0 0 4px #e1f8ef; }
.mars-journey { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.mars-step { min-height: 116px; padding: 20px; display: flex; gap: 14px; border-radius: 16px; background: #f5f8f8; }
.mars-step > span { color: #0c8791; font-size: 10px; font-weight: 900; }
.mars-step strong, .mars-step small { display: block; }
.mars-step strong { font-size: 14px; }
.mars-step small { margin-top: 8px; color: #748491; font-size: 10px; line-height: 1.45; }

.integrations-section { background: white; color: #0b1f37; }
.integrations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.integration-map { position: relative; min-height: 520px; border-radius: 30px; overflow: hidden; border: 1px solid #dfe8ed; background: radial-gradient(circle, #eaf7f8 0 1px, transparent 1px); background-size: 19px 19px; }
.map-core { position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); width: 154px; height: 154px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: white; background: #0a2746; box-shadow: 0 22px 50px rgba(10,39,70,.24); }
.map-core strong, .map-core small { display: block; }
.map-core strong { margin-top: 8px; font-size: 17px; }
.map-core small { margin-top: 4px; color: #98b1c7; font-size: 9px; }
.mini-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 12px; background: #43d2e5; color: #08223f; font-weight: 900; }
.map-node { position: absolute; z-index: 2; min-width: 120px; padding: 13px 15px; border-radius: 13px; background: white; border: 1px solid #d6e2e8; box-shadow: 0 12px 32px rgba(29,70,95,.1); color: #31465b; font-size: 11px; font-weight: 800; }
.map-node i { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #29bfcc; }
.map-node-a { left: 8%; top: 17%; }.map-node-b { right: 7%; top: 19%; }.map-node-c { left: 9%; bottom: 17%; }.map-node-d { right: 7%; bottom: 15%; }
.map-line { position: absolute; left: 50%; top: 50%; width: 160px; height: 1px; background: #91cbd2; transform-origin: left center; }
.line-a { transform: rotate(220deg); }.line-b { transform: rotate(316deg); }.line-c { transform: rotate(141deg); }.line-d { transform: rotate(42deg); }
.integration-copy > p:not(.section-kicker) { margin: 26px 0 0; color: #66778b; font-size: 17px; line-height: 1.7; }
.boundary-list { margin-top: 34px; display: grid; gap: 5px; }
.boundary-list > div { padding: 19px 0; display: grid; grid-template-columns: 38px 1fr; border-bottom: 1px solid #e4eaee; }
.boundary-list > div > span { color: #13889b; font-size: 10px; font-weight: 900; }
.boundary-list p, .boundary-list strong, .boundary-list small { margin: 0; display: block; }
.boundary-list strong { font-size: 14px; }
.boundary-list small { margin-top: 6px; color: #788795; font-size: 11px; }

.contact-section { padding: 100px 0; color: white; background: linear-gradient(135deg, #0a2948, #07576b); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.fleet-brief { padding: 34px; border-radius: 22px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.06); }
.fleet-brief p { margin: 0 0 20px; color: #b8ccda; font-size: 13px; }
.brief-items { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 26px; }
.brief-items span { padding: 12px 15px; border-radius: 10px; background: rgba(255,255,255,.07); color: #e6f4fa; font-size: 12px; font-weight: 750; }

.site-footer { padding: 54px 0; background: #06152a; color: white; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-grid > p { margin: 0; color: #7f98ae; font-size: 12px; }
.footer-grid nav { display: flex; gap: 22px; color: #adc0d1; font-size: 11px; }
.footer-grid small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #5e758a; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .split-heading, .dashboard-story, .mobile-app-panel, .mars-grid, .integrations-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .dashboard-story { padding: 48px; }
  .mobile-app-copy { max-width: 720px; }
  .workflow { grid-template-columns: 1fr 1fr; }
  .workflow-intro { grid-column: 1 / -1; margin-bottom: 18px; }
  .integration-map { min-height: 450px; }
}

@media (max-width: 640px) {
  .section { padding: 72px 0; }
  .split-heading { gap: 26px; }
  .capability-grid, .solution-grid, .mars-journey { grid-template-columns: 1fr; }
  .capability-grid { margin-top: 42px; }
  .capability-card { min-height: 245px; }
  .dashboard-story { margin-top: 60px; padding: 30px 22px; }
  .dashboard-crop { height: 300px; }
  .app-store-actions { display: grid; }
  .app-store-button { width: 100%; }
  .mobile-app-visual { min-height: 450px; }
  .mobile-app-visual::before { width: 310px; height: 310px; }
  .app-phone { width: 242px; min-height: 430px; transform: none; }
  .app-float-card { right: -5px; bottom: 42px; min-width: 194px; }
  .solution-card { min-height: 150px; padding: 22px; grid-template-columns: auto 1fr; }
  .solution-arrow { display: none; }
  .workflow { gap: 24px 12px; }
  .mars-grid { gap: 42px; }
  .mars-console { padding: 17px; }
  .console-status { display: none; }
  .integration-map { min-height: 380px; }
  .map-core { width: 120px; height: 120px; }
  .map-node { min-width: 104px; padding: 10px; font-size: 9px; }
  .map-line { width: 115px; }
  .contact-grid { gap: 34px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-grid nav { flex-wrap: wrap; }
}

.inner-page { background: #f7f9fb; color: #0b1f37; }
.inner-hero {
  min-height: 590px;
  color: white;
  background:
    radial-gradient(circle at 77% 35%, rgba(21, 155, 206, .2), transparent 28%),
    linear-gradient(140deg, #06162d 0%, #0a2b4d 64%, #064c5d 100%);
}
.products-hero { background: radial-gradient(circle at 80% 34%, rgba(63, 213, 238, .17), transparent 30%), linear-gradient(140deg, #06162d, #092d50 62%, #083949); }
.inner-hero-content { padding: 100px 0 116px; }
.inner-hero-content h1 { max-width: 910px; }
.inner-hero-content > p:last-child { max-width: 700px; margin: 30px 0 0; color: #abc0d2; font-size: 18px; line-height: 1.65; }
.catalog-section { padding: 110px 0 120px; }
.catalog-heading { margin-bottom: 54px; display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.catalog-heading h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); letter-spacing: -.04em; }
.catalog-count { flex: 0 0 auto; padding: 10px 15px; border-radius: 999px; background: #e6f3f4; color: #087e90; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.catalog-intro { max-width: 420px; margin: 0 0 3px; color: #66778a; line-height: 1.65; }
.machine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.machine-card { overflow: hidden; border: 1px solid #dde6eb; border-radius: 23px; background: white; box-shadow: 0 18px 42px rgba(16,46,72,.06); }
.machine-image { height: 370px; overflow: hidden; background: #e9eef1; }
.machine-image img { width: 100%; height: 100%; object-fit: cover; }
.machine-body { padding: 26px; }
.machine-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #718294; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.machine-meta b { padding: 6px 8px; border-radius: 999px; background: #e5f7ef; color: #167b5e; font-size: 8px; letter-spacing: .04em; }
.machine-body h2 { margin: 23px 0 5px; font-size: 25px; letter-spacing: -.03em; }
.machine-type { margin: 0; color: #66798a; font-size: 12px; }
.protocol-list { margin: 21px 0; display: flex; flex-wrap: wrap; gap: 7px; }
.protocol-list span { padding: 7px 9px; border: 1px solid #d8e3e8; border-radius: 8px; color: #345066; font-size: 9px; font-weight: 750; }
.machine-note { min-height: 74px; margin: 0; padding-top: 20px; border-top: 1px solid #e6ecef; color: #71808f; font-size: 11px; line-height: 1.6; }
.qualification-note { margin-top: 32px; padding: 28px 30px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; border: 1px solid #cbdfe4; border-radius: 18px; background: #edf7f7; }
.qualification-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #0b7f91; color: white; font-family: Georgia, serif; font-weight: 900; }
.qualification-note strong { font-size: 13px; }
.qualification-note p { margin: 5px 0 0; color: #66798a; font-size: 11px; line-height: 1.5; }
.qualification-note a { color: #087f92; font-size: 11px; font-weight: 850; white-space: nowrap; }

.products-catalog { background: #f4f7f9; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid #dce5ea; border-radius: 22px; background: white; }
.product-visual { position: relative; height: 300px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(145deg, #edf4f6, #dce9ed); }
.product-visual.has-product-image { background: #f4f6f7; }
.product-visual img { width: 100%; height: 100%; padding: 18px; object-fit: contain; }
.product-number { position: absolute; left: 18px; top: 18px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(7,28,52,.86); color: #84e2ec; font-size: 9px; font-weight: 900; backdrop-filter: blur(10px); }
.product-visual-generated { background: radial-gradient(circle at 50% 42%, rgba(73,219,235,.28), transparent 26%), linear-gradient(145deg, #071d37, #0c3a5d); }
.product-device { position: relative; width: 126px; height: 188px; padding: 22px; border: 1px solid rgba(112,226,239,.44); border-radius: 22px; background: linear-gradient(155deg, #153e5e, #071c35); box-shadow: 0 24px 45px rgba(0,0,0,.3), inset 0 0 0 3px rgba(255,255,255,.025); }
.product-device > span { height: 92px; display: grid; place-items: center; border: 1px solid rgba(88,214,233,.25); border-radius: 12px; color: #71deea; background: #07182e; font-size: 28px; font-weight: 900; letter-spacing: -.06em; }
.product-device i { display: inline-block; width: 8px; height: 8px; margin: 18px 5px 0 0; border-radius: 50%; background: #42d4e7; opacity: .72; }
.product-body { min-height: 245px; padding: 25px; display: flex; flex-direction: column; }
.product-body > p { margin: 0; color: #0c8494; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-body h2 { margin: 13px 0 15px; font-size: 25px; letter-spacing: -.03em; }
.product-body > span { color: #687a8b; font-size: 12px; line-height: 1.65; }
.product-body a { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; color: #0b7f91; font-size: 11px; font-weight: 850; }
.product-body a b { font-size: 15px; }
.product-boundary { margin-top: 80px; padding: 58px; border-radius: 28px; color: white; background: linear-gradient(135deg, #08243f, #07596b); }
.product-boundary h2 { max-width: 760px; margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.08; letter-spacing: -.04em; }
.product-boundary > p:last-child { max-width: 650px; margin: 24px 0 0; color: #b5ced9; font-size: 15px; line-height: 1.65; }

@media (max-width: 980px) {
  .machine-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .inner-hero { min-height: 520px; }
  .inner-hero-content { padding: 76px 0 90px; }
}

@media (max-width: 640px) {
  .inner-hero { min-height: auto; }
  .inner-hero-content { padding: 62px 0 78px; }
  .catalog-section { padding: 72px 0 80px; }
  .catalog-heading { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 36px; }
  .machine-grid, .product-grid { grid-template-columns: 1fr; }
  .machine-image { height: 350px; }
  .machine-note { min-height: 0; }
  .qualification-note { grid-template-columns: auto 1fr; padding: 22px; }
  .qualification-note a { grid-column: 2; }
  .product-boundary { margin-top: 50px; padding: 34px 25px; }
}

.loyalty-hero {
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 47%, rgba(20, 215, 201, .17), transparent 31%),
    radial-gradient(circle at 89% 20%, rgba(80, 104, 234, .18), transparent 23%),
    linear-gradient(140deg, #07162f, #0a3150 60%, #07535d);
}
.loyalty-hero-grid { min-height: 625px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.loyalty-hero-copy { padding: 72px 0 100px; }
.loyalty-hero-copy .button { width: fit-content; margin-top: 32px; }
.membership-visual { min-height: 510px; position: relative; display: grid; place-items: center; }
.membership-visual::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; border: 1px solid rgba(105,220,226,.14); box-shadow: 0 0 0 70px rgba(71,168,197,.035), 0 0 0 140px rgba(71,168,197,.02); }
.membership-card { position: relative; z-index: 2; width: 390px; height: 245px; padding: 27px; overflow: hidden; border: 1px solid rgba(151,235,238,.32); border-radius: 24px; background: linear-gradient(145deg, rgba(31,102,124,.92), rgba(8,41,73,.96)); box-shadow: 0 35px 70px rgba(0,0,0,.35); transform: rotate(-5deg); }
.membership-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -80px; bottom: -105px; border-radius: 50%; border: 32px solid rgba(76,218,223,.08); }
.member-card-head { display: flex; align-items: center; gap: 10px; }
.member-card-head .mars-badge { width: 37px; height: 37px; border-radius: 12px; }
.member-card-head b { letter-spacing: .12em; }
.member-card-head small { margin-left: auto; color: #9ad7dd; font-size: 8px; letter-spacing: .13em; }
.member-card-value { margin-top: 34px; }
.member-card-value small, .member-card-value span { display: block; color: #97c5ce; font-size: 8px; letter-spacing: .12em; }
.member-card-value strong { display: block; margin: 4px 0 2px; color: white; font-size: 51px; letter-spacing: -.06em; line-height: 1; }
.member-card-foot { position: absolute; left: 27px; right: 27px; bottom: 24px; display: flex; justify-content: space-between; color: #abd7dc; font-size: 8px; font-weight: 750; letter-spacing: .1em; }
.redemption-card, .allocation-card { position: absolute; z-index: 3; border: 1px solid rgba(147,226,231,.24); border-radius: 16px; background: rgba(7,31,56,.92); box-shadow: 0 18px 38px rgba(0,0,0,.34); backdrop-filter: blur(12px); }
.redemption-card { right: 0; bottom: 55px; min-width: 245px; padding: 16px; display: flex; align-items: center; gap: 12px; }
.redeem-check { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #43d8aa; color: #07312d; font-weight: 900; }
.redemption-card strong, .redemption-card small, .allocation-card small, .allocation-card strong, .allocation-card span { display: block; }
.redemption-card strong { font-size: 12px; }.redemption-card small { margin-top: 4px; color: #8eaabe; font-size: 9px; }
.allocation-card { left: 0; top: 43px; min-width: 190px; padding: 17px; }
.allocation-card small { color: #78b9c5; font-size: 8px; letter-spacing: .12em; }.allocation-card strong { margin: 7px 0 4px; color: #6de0d5; font-size: 20px; }.allocation-card span { color: #91aabd; font-size: 9px; }

.mars-explainer { background: #f6f9fa; }
.mars-capability-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.mars-capability-grid article { min-height: 260px; padding: 25px; border: 1px solid #dde6e9; border-radius: 18px; background: white; }
.mars-capability-grid article > span { color: #0b8795; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.mars-capability-grid h3 { margin: 52px 0 13px; font-size: 19px; letter-spacing: -.025em; }
.mars-capability-grid p { margin: 0; color: #71808d; font-size: 11px; line-height: 1.65; }

.member-journey-section { color: white; background: #0a213b; }
.member-journey-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.journey-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.07; letter-spacing: -.045em; }
.journey-copy > p:last-child { margin: 24px 0 0; color: #96acbf; font-size: 15px; line-height: 1.7; }
.journey-track { display: grid; }
.journey-row { min-height: 78px; display: grid; grid-template-columns: 42px .7fr 1fr; align-items: center; gap: 16px; border-bottom: 1px solid rgba(156,197,225,.16); }
.journey-row > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(89,218,224,.38); color: #64d8e3; font-size: 9px; font-weight: 850; }
.journey-row strong { font-size: 13px; }.journey-row small { color: #8ca5b9; font-size: 10px; }

.loyalty-use-cases { color: white; background: #082b49; }
.loyalty-case-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.loyalty-case-grid article { min-height: 245px; padding: 26px; border: 1px solid rgba(153,206,229,.17); border-radius: 18px; background: rgba(255,255,255,.035); }
.loyalty-case-grid article > span { color: #61d9df; font-size: 9px; font-weight: 900; }
.loyalty-case-grid h3 { margin: 50px 0 13px; font-size: 20px; }
.loyalty-case-grid p { margin: 0; color: #94adbf; font-size: 11px; line-height: 1.65; }

.mars-ecosystem { background: #edf8f7; }
.ecosystem-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.ecosystem-grid h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.07; letter-spacing: -.045em; }
.ecosystem-flow { display: grid; gap: 5px; }
.ecosystem-flow > div { min-height: 90px; padding: 18px 20px; display: grid; grid-template-columns: 38px 1fr; align-items: center; border: 1px solid #d7e6e4; border-radius: 14px; background: white; }
.ecosystem-flow > div > span { color: #0a8790; font-size: 9px; font-weight: 900; }
.ecosystem-flow p, .ecosystem-flow strong, .ecosystem-flow small { margin: 0; display: block; }.ecosystem-flow strong { font-size: 13px; }.ecosystem-flow small { margin-top: 5px; color: #71818d; font-size: 10px; }
.loyalty-cta { background: linear-gradient(135deg, #0a2948, #087b78); }

@media (max-width: 980px) {
  .loyalty-hero-grid, .member-journey-grid, .ecosystem-grid { grid-template-columns: 1fr; gap: 50px; }
  .loyalty-hero-copy { padding-bottom: 0; }
  .membership-visual { margin-bottom: 80px; }
  .mars-capability-grid { grid-template-columns: 1fr 1fr; }
  .loyalty-case-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .loyalty-hero-grid { gap: 16px; }
  .loyalty-hero-copy { padding: 60px 0 22px; }
  .loyalty-hero-copy .button { width: 100%; }
  .membership-visual { min-height: 390px; margin-bottom: 45px; }
  .membership-card { width: 310px; height: 208px; padding: 21px; }
  .member-card-value { margin-top: 24px; }.member-card-value strong { font-size: 43px; }.member-card-foot { left: 21px; right: 21px; bottom: 20px; }
  .allocation-card { left: -4px; top: 16px; }.redemption-card { right: -4px; bottom: 24px; min-width: 218px; }
  .mars-capability-grid, .loyalty-case-grid { grid-template-columns: 1fr; }
  .mars-capability-grid article { min-height: 220px; }
  .journey-row { grid-template-columns: 36px 1fr; padding: 12px 0; }.journey-row small { grid-column: 2; }
}

.home-news-section { color: #0b1f37; background: #f3f7f9; }
.home-news-heading > div:last-child > p { margin: 0 0 18px; color: #617186; font-size: 16px; line-height: 1.65; }
.home-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }
.home-news-card { overflow: hidden; border: 1px solid #dce6eb; border-radius: 20px; background: white; }
.home-news-image { height: 245px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #0a2948, #087b78); }
.home-news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-news-image:hover img { transform: scale(1.025); }
.home-news-image > span { color: rgba(255,255,255,.8); font-size: 48px; font-weight: 850; }
.home-news-card > div { min-height: 245px; padding: 24px; display: flex; flex-direction: column; }
.home-news-card p { margin: 0; color: #0b8296; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.home-news-card h3 { margin: 15px 0 20px; font-size: 21px; line-height: 1.35; letter-spacing: -.025em; }
.home-news-card h3 a { color: #0b1f37; }
.home-news-card > div > a { margin-top: auto; color: #087f96; font-size: 11px; font-weight: 850; }

.news-hero { background: radial-gradient(circle at 75% 40%, rgba(55,216,227,.15), transparent 30%), linear-gradient(140deg, #07172e, #0a3150 66%, #07535d); }
.news-index-section { padding: 104px 0 120px; color: #0b1f37; background: #f6f9fa; }
.news-heading { margin-bottom: 48px; }
.galaxis-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.galaxis-news-card { overflow: hidden; border: 1px solid #dbe5e9; border-radius: 22px; background: white; }
.galaxis-news-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; }
.galaxis-news-image { min-height: 300px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #0a2948, #087b78); }
.galaxis-news-card--featured .galaxis-news-image { min-height: 470px; }
.galaxis-news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.galaxis-news-image:hover img { transform: scale(1.02); }
.galaxis-news-image > span { color: rgba(255,255,255,.75); font-size: 52px; font-weight: 850; }
.galaxis-news-body { min-height: 290px; padding: 30px; display: flex; flex-direction: column; }
.galaxis-news-card--featured .galaxis-news-body { justify-content: center; padding: 48px; }
.galaxis-news-body > p { margin: 0; color: #0b8296; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.galaxis-news-body h2 { margin: 15px 0; font-size: 26px; line-height: 1.24; letter-spacing: -.035em; }
.galaxis-news-card--featured h2 { font-size: clamp(30px, 3.3vw, 46px); }
.galaxis-news-body h2 a { color: #0b1f37; }
.galaxis-news-body > span { color: #687a8b; font-size: 14px; line-height: 1.7; }
.galaxis-news-link { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; color: #0b7f91; font-size: 12px; font-weight: 850; }
.galaxis-news-link b { font-size: 16px; }
.galaxis-news-empty { padding: 64px; border: 1px solid #dbe5e9; border-radius: 24px; background: white; text-align: center; }
.galaxis-news-empty h2 { margin: 0; font-size: 34px; }.galaxis-news-empty p { color: #687a8b; }

.article-hero { color: white; background: radial-gradient(circle at 78% 45%, rgba(55,216,227,.16), transparent 30%), linear-gradient(140deg, #07172e, #0a3150 64%, #07535d); }
.article-hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 70px; align-items: center; padding: 72px 0 96px; }
.article-back-link { min-height: 44px; display: inline-flex; align-items: center; margin-bottom: 24px; color: #7edff0; font-size: 12px; font-weight: 800; }
.article-hero-copy h1 { margin: 0; max-width: 650px; color: white; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -.052em; }
.article-meta { margin-top: 28px; display: flex; align-items: center; gap: 12px; color: #a8c0d2; font-size: 12px; font-weight: 700; }
.article-meta i { width: 3px; height: 3px; border-radius: 50%; background: #59d8e6; }
.article-hero-image { overflow: hidden; border: 1px solid rgba(143,219,239,.24); border-radius: 24px; box-shadow: 0 35px 70px rgba(0,0,0,.3); }
.article-hero-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.article-body-section { padding: 96px 0 110px; color: #203850; background: white; }
.article-body { max-width: 800px; font-size: 17px; line-height: 1.8; }
.article-body :where(h2,h3,h4) { margin: 2.2em 0 .7em; color: #0b1f37; line-height: 1.18; letter-spacing: -.03em; }
.article-body h2 { font-size: clamp(30px, 4vw, 42px); }.article-body h3 { font-size: 25px; }
.article-body p { margin: 0 0 1.35em; }
.article-body :where(ul,ol) { margin: 0 0 1.5em; padding-left: 1.4em; }
.article-body li + li { margin-top: .6em; }
.article-body a { color: #087f96; text-decoration: underline; text-underline-offset: .18em; }
.article-body blockquote { margin: 2em 0; padding: 20px 24px; border-left: 4px solid #16b6c2; background: #edf8f7; color: #284b5d; }
.article-body figure { margin: 2.4em 0; overflow: hidden; border-radius: 20px; background: #edf2f5; }
.article-body figure img { width: 100%; height: auto; }
.article-body :where(pre,code) { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.article-body pre { max-width: 100%; overflow-x: auto; padding: 20px; border-radius: 16px; color: #dff8f2; background: #071d33; }
.article-end { max-width: 800px; margin-top: 58px; padding-top: 28px; border-top: 1px solid #dbe5e9; }
.article-end a { color: #087f96; font-size: 13px; font-weight: 850; }

@media (max-width: 980px) {
  .home-news-grid { grid-template-columns: 1fr 1fr; }
  .home-news-card:last-child { grid-column: 1 / -1; }
  .galaxis-news-card--featured, .article-hero-grid { grid-template-columns: 1fr; }
  .article-hero-grid { gap: 46px; }
}

@media (max-width: 640px) {
  .home-news-grid, .galaxis-news-grid { grid-template-columns: 1fr; }
  .home-news-card:last-child, .galaxis-news-card--featured { grid-column: auto; }
  .home-news-image { height: 220px; }
  .galaxis-news-card--featured { display: block; }
  .galaxis-news-card--featured .galaxis-news-image, .galaxis-news-image { min-height: 250px; }
  .galaxis-news-card--featured .galaxis-news-body, .galaxis-news-body { padding: 25px; }
  .news-index-section { padding: 72px 0 80px; }
  .article-hero-grid { min-height: auto; padding: 62px 0 76px; }
  .article-body-section { padding: 68px 0 80px; }
  .article-body { font-size: 16px; }
}
