:root {
  --color-ink: #0c1f2e;
  --color-muted: #5f7280;
  --color-blue: #075985;
  --color-blue-dark: #063954;
  --color-teal: #0f9f8f;
  --color-green: #24a56f;
  --color-sky: #e7f7fb;
  --color-mint: #eafaf5;
  --color-surface: #ffffff;
  --color-soft: #f5f8fa;
  --color-line: #dce8ef;
  --shadow-soft: 0 18px 50px rgba(7, 48, 74, 0.1);
  --shadow-card: 0 14px 30px rgba(11, 50, 73, 0.09);
  --radius: 8px;
  --radius-lg: 18px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-surface);
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--color-surface);
  background: var(--color-blue-dark);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(220, 232, 239, 0.78);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(var(--max-width), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand-logo-slot {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
}

.brand-logo-slot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.brand strong,
.footer-brand {
  display: block;
  color: var(--color-blue-dark);
  font-size: 1.05rem;
  line-height: 1.1;
}

.brand small {
  display: block;
  color: var(--color-muted);
  font-size: 0.72rem;
  line-height: 1.1;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-menu a {
  border-radius: 999px;
  padding: 10px 15px;
  color: #294b5e;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-menu a:hover,
.site-menu a:focus-visible {
  color: var(--color-blue-dark);
  background: rgba(231, 247, 251, 0.92);
  box-shadow: inset 0 0 0 1px rgba(15, 159, 143, 0.16);
  outline: none;
}

.site-menu a.is-active {
  color: var(--color-blue-dark);
  background: rgba(234, 250, 245, 0.96);
  box-shadow: inset 0 0 0 1px rgba(15, 159, 143, 0.22);
}

.nav-toggle {
  display: inline-block;
  flex: 0 0 auto;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-surface);
  cursor: pointer;
}

@media (min-width: 981px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--color-blue-dark);
  transition: transform 180ms ease, opacity 180ms ease;
}

.section {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
  scroll-margin-top: 86px;
}

.hero {
  width: 100%;
  max-width: none;
  min-height: auto;
  padding: clamp(28px, 4vh, 46px) 0 clamp(30px, 4vh, 46px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(24px, 4vh, 38px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(15, 159, 143, 0.18), transparent 34%),
    radial-gradient(circle at 20% 76%, rgba(7, 89, 133, 0.13), transparent 31%),
    linear-gradient(135deg, #f8fcfd 0%, #eef8fb 56%, #f6fbf8 100%);
}

.hero-grid,
.metric-row {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(32px, 5vw, 54px);
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--color-teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--color-blue-dark);
  font-size: clamp(2.6rem, 4.35vw, 3.95rem);
  line-height: 1.01;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  color: var(--color-blue-dark);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  color: var(--color-blue-dark);
  font-size: 1.25rem;
  line-height: 1.25;
}

.hero-lede {
  max-width: 620px;
  color: #315163;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  margin-bottom: 20px;
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

.hero-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn-primary {
  color: var(--color-surface);
  background: linear-gradient(135deg, var(--color-blue), var(--color-teal));
  box-shadow: 0 12px 28px rgba(7, 89, 133, 0.24);
}

.btn-secondary {
  color: var(--color-blue-dark);
  background: rgba(255, 255, 255, 0.8);
  border-color: var(--color-line);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.trust-strip span,
.specialties span {
  border: 1px solid rgba(15, 159, 143, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  color: #285061;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  font-weight: 700;
}

.visual-card {
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(168, 211, 222, 0.65);
  border-radius: 28px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(234, 250, 245, 0.82)),
    repeating-linear-gradient(90deg, rgba(7, 89, 133, 0.05) 0 1px, transparent 1px 54px);
  box-shadow: var(--shadow-soft);
}

.hero-network-card {
  position: relative;
  min-height: clamp(374px, 49vh, 448px);
  border: 1px solid rgba(168, 211, 222, 0.7);
  border-radius: 26px;
  padding: clamp(16px, 2vw, 22px);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(15, 159, 143, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(234, 250, 245, 0.88)),
    repeating-linear-gradient(90deg, rgba(7, 89, 133, 0.05) 0 1px, transparent 1px 52px);
  box-shadow: var(--shadow-soft);
}

.network-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #4d6878;
  font-size: 0.84rem;
  font-weight: 800;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--color-blue-dark);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(220, 232, 239, 0.92);
}

.network-stage {
  position: relative;
  height: clamp(220px, 29vh, 268px);
  margin: clamp(14px, 2vh, 20px) 0;
  border-radius: 22px;
  background:
    linear-gradient(rgba(7, 89, 133, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 89, 133, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
}

.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.network-lines path {
  fill: none;
  stroke: rgba(7, 89, 133, 0.28);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 8 10;
}

.network-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 142px;
  min-height: 142px;
  border: 1px solid rgba(220, 232, 239, 0.95);
  border-radius: 26px;
  padding: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 34px rgba(7, 48, 74, 0.12);
  transform: translate(-50%, -50%);
}

.network-core img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 14px;
  transform: scale(1.34) translateY(-5%);
}

.network-core strong,
.network-node strong,
.hero-card-grid strong {
  color: var(--color-blue-dark);
  line-height: 1.15;
}

.network-core span,
.network-node small,
.hero-card-grid span {
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.network-node {
  position: absolute;
  z-index: 3;
  width: 126px;
  border: 1px solid rgba(220, 232, 239, 0.92);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 24px rgba(7, 48, 74, 0.09);
}

.network-node span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: 50%;
  color: var(--color-surface);
  background: var(--color-teal);
  font-size: 0.72rem;
  font-weight: 900;
}

.network-node strong,
.network-node small {
  display: block;
}

.node-patient {
  left: 0;
  top: 20px;
}

.node-hospital {
  right: 0;
  top: 22px;
}

.node-travel {
  left: 24px;
  bottom: 0;
}

.node-follow {
  right: 24px;
  bottom: 0;
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.hero-card-grid div {
  min-height: 72px;
  border: 1px solid rgba(220, 232, 239, 0.92);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.72);
}

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

.visual-slot {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 100%;
  padding: 28px;
  border: 1px dashed rgba(7, 89, 133, 0.28);
  border-radius: 22px;
  color: #315163;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(231, 247, 251, 0.8), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at center, rgba(15, 159, 143, 0.14), transparent 48%);
}

.visual-slot strong {
  display: block;
  color: var(--color-blue-dark);
  font-size: 1.55rem;
  line-height: 1.2;
}

.visual-slot small {
  max-width: 330px;
  margin-top: 8px;
  color: var(--color-muted);
}

.slot-kicker {
  margin-bottom: 12px;
  color: var(--color-teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pulse-node {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid var(--color-surface);
  border-radius: 50%;
  background: var(--color-teal);
  box-shadow: 0 0 0 12px rgba(15, 159, 143, 0.13);
  animation: pulse 2.4s ease-in-out infinite;
}

.node-one {
  top: 18%;
  left: 18%;
}

.node-two {
  right: 16%;
  top: 42%;
  animation-delay: 480ms;
}

.node-three {
  left: 36%;
  bottom: 17%;
  animation-delay: 940ms;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.82;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 0;
}

.metric-row div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  border: 1px solid rgba(220, 232, 239, 0.9);
  border-radius: 14px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 28px rgba(7, 89, 133, 0.06);
}

.metric-row strong {
  color: var(--color-blue);
  font-size: 1.95rem;
  line-height: 1;
}

.metric-row span {
  color: #36596a;
  font-weight: 700;
}

.section-heading {
  max-width: 780px;
}

.section-heading.narrow {
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.centered {
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--color-muted);
  font-size: 1.04rem;
}

.vision-section,
.solutions-section,
.team-section {
  background: var(--color-surface);
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.statement-card,
.service-card,
.support-card,
.advantage-card,
.team-card {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: 28px;
  background: var(--color-surface);
  box-shadow: var(--shadow-card);
}

.statement-card {
  background:
    linear-gradient(135deg, #ffffff 0%, #f3fbfd 100%);
}

.statement-index,
.solution-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--color-teal);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ecosystem-section,
.journey-section {
  width: 100%;
  max-width: none;
  background: var(--color-soft);
}

.ecosystem-section > *,
.journey-section > * {
  width: min(var(--max-width), calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.ecosystem-link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.ecosystem-link-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(15, 159, 143, 0.22);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--color-blue-dark);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(7, 48, 74, 0.05);
}

.ecosystem-link-row a:hover,
.ecosystem-link-row a:focus-visible {
  color: var(--color-surface);
  background: linear-gradient(135deg, var(--color-blue), var(--color-teal));
  outline: none;
}

.service-card {
  grid-column: span 2;
  min-height: 260px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(7, 48, 74, 0.14);
}

.service-card.featured {
  grid-column: span 4;
  color: var(--color-surface);
  background:
    linear-gradient(135deg, rgba(6, 57, 84, 0.94), rgba(7, 89, 133, 0.91)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
}

.service-card.featured h3,
.service-card.featured p,
.service-card.featured a {
  color: var(--color-surface);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 12px;
  color: var(--color-blue-dark);
  background: var(--color-mint);
  font-weight: 900;
}

.service-card p,
.support-card p,
.advantage-card p,
.team-card p,
.solution-row p,
.statement-card p {
  color: var(--color-muted);
}

.service-card.featured .service-icon {
  color: var(--color-surface);
  background: rgba(255, 255, 255, 0.16);
}

.service-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--color-blue);
  font-weight: 800;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 46px;
}

.image-panel {
  min-height: 420px;
  border-radius: var(--radius-lg);
  padding: 14px;
  background: linear-gradient(135deg, rgba(7, 89, 133, 0.08), rgba(15, 159, 143, 0.12));
}

.image-space {
  min-height: 390px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.specialties span {
  background: var(--color-surface);
}

.journey-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  padding: 0;
  overflow: visible;
  list-style: none;
}

.timeline-item {
  position: relative;
  min-height: 250px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: 24px;
  background: var(--color-surface);
}

.timeline-item span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--color-surface);
  background: var(--color-blue);
  font-weight: 900;
}

.timeline-item p {
  color: var(--color-muted);
  font-size: 0.95rem;
}

.solution-stack {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.solution-row {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: 28px;
  background: linear-gradient(135deg, #ffffff, #f8fcfd);
}

.solution-row h3 {
  margin-bottom: 0;
}

.advantage-section {
  width: 100%;
  max-width: none;
  color: var(--color-surface);
  background: linear-gradient(135deg, var(--color-blue-dark), #0f5f6e);
}

.advantage-shell {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

.advantage-section h2,
.advantage-section h3 {
  color: var(--color-surface);
}

.advantage-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.advantage-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.advantage-card p {
  color: rgba(255, 255, 255, 0.74);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.avatar-slot {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 18px;
  color: var(--color-surface);
  background: linear-gradient(135deg, var(--color-blue), var(--color-teal));
  font-weight: 900;
}

.role {
  margin-top: -8px;
  color: var(--color-teal) !important;
  font-weight: 800;
}

.contact-section {
  width: 100%;
  max-width: none;
  background:
    linear-gradient(135deg, rgba(231, 247, 251, 0.92), rgba(245, 248, 250, 0.92)),
    linear-gradient(90deg, rgba(7, 89, 133, 0.05) 1px, transparent 1px);
  background-size: auto, 54px 54px;
}

.contact-grid {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.contact-copy p {
  max-width: 780px;
  color: var(--color-muted);
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 780px;
  margin-top: 30px;
}

.contact-item {
  display: block;
  border: 1px solid rgba(220, 232, 239, 0.9);
  border-radius: 12px;
  padding: 14px 15px;
  color: var(--color-blue-dark);
  background: rgba(255, 255, 255, 0.74);
  overflow-wrap: anywhere;
  box-shadow: 0 10px 22px rgba(7, 48, 74, 0.05);
}

.contact-item span {
  display: block;
  margin-bottom: 4px;
  color: var(--color-teal);
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-item strong {
  display: block;
  color: var(--color-blue-dark);
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0;
}


.disclaimer {
  padding: 22px 16px;
  color: #496473;
  background: #edf6f8;
  text-align: center;
}

.disclaimer p {
  max-width: 980px;
  margin: 0 auto;
  font-size: 0.9rem;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 82% 0%, rgba(15, 159, 143, 0.18), transparent 34%),
    linear-gradient(135deg, var(--color-blue-dark), #072f42);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(150px, 0.7fr));
  gap: 36px;
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0 34px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  object-fit: cover;
  transform: scale(1.28) translateY(-5%);
  background: #ffffff;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.footer-logo strong {
  display: block;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.05;
}

.footer-logo small {
  display: block;
  color: rgba(231, 247, 251, 0.72);
  font-size: 0.76rem;
  line-height: 1.2;
}

.footer-brand-block p {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h2 {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  color: rgba(231, 247, 251, 0.76);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #ffffff;
  outline: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0 22px;
  color: rgba(231, 247, 251, 0.58);
  font-size: 0.82rem;
  font-weight: 700;
}

.footer-credit {
  width: 100%;
  text-align: center;
  margin-top: 4px;
  color: rgba(231, 247, 251, 0.65);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 200ms ease;
}

.footer-credit:hover {
  color: rgba(231, 247, 251, 0.9);
}

.footer-credit strong {
  font-weight: 700;
  color: rgba(15, 159, 143, 0.8);
  transition: color 200ms ease;
}

.footer-credit:hover strong {
  color: rgba(15, 159, 143, 1);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 680ms ease, transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.division-preview-section {
  background: var(--color-surface);
}

.division-showcase-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.division-card {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: 18px;
  background: linear-gradient(135deg, #ffffff, #f8fcfd);
  box-shadow: var(--shadow-card);
}

.division-card:first-child {
  grid-column: span 6;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
}

.division-card img {
  width: 100%;
  height: 220px;
  border-radius: 14px;
  object-fit: cover;
  background: #f5f8fa;
}

.division-card:first-child img {
  height: 300px;
}

.division-card p {
  color: var(--color-muted);
}

.division-card a {
  display: inline-flex;
  margin-top: 6px;
  color: var(--color-blue);
  font-weight: 900;
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  border-radius: 18px;
  object-fit: cover;
}

.subpage main {
  background: var(--color-surface);
}

.division-hero {
  width: 100%;
  max-width: none;
  padding: 76px 0;
  background:
    linear-gradient(135deg, rgba(248, 252, 253, 0.96), rgba(231, 247, 251, 0.86)),
    linear-gradient(90deg, rgba(7, 89, 133, 0.045) 1px, transparent 1px);
  background-size: auto, 58px 58px;
}

.division-shell {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(34px, 5vw, 60px);
  align-items: center;
}

.division-copy h1 {
  margin-bottom: 18px;
}

.division-visual-card {
  border: 1px solid rgba(168, 211, 222, 0.7);
  border-radius: 26px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.division-visual-card img {
  width: 100%;
  min-height: 360px;
  border-radius: 18px;
  object-fit: cover;
  background: #f5f8fa;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.detail-card {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: 26px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.detail-card p {
  color: var(--color-muted);
}

.page-feature-band {
  width: 100%;
  max-width: none;
  background: var(--color-soft);
}

.page-feature-band > * {
  width: min(var(--max-width), calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.page-cta {
  border: 1px solid rgba(168, 211, 222, 0.72);
  border-radius: 22px;
  padding: clamp(28px, 5vw, 48px);
  background:
    linear-gradient(135deg, rgba(231, 247, 251, 0.95), rgba(234, 250, 245, 0.86)),
    linear-gradient(90deg, rgba(7, 89, 133, 0.05) 1px, transparent 1px);
  background-size: auto, 54px 54px;
}

.page-cta h2 {
  max-width: 860px;
}

@media (max-width: 1040px) {
  .hero-grid,
  .split-layout,
  .contact-grid,
  .division-shell {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    justify-content: flex-start;
    padding: 24px 0 34px;
  }

  .hero-grid {
    gap: 34px;
  }

  .visual-card {
    min-height: 440px;
  }

  .hero-network-card {
    min-height: 430px;
  }

  .ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card,
  .service-card.featured {
    grid-column: span 1;
  }

  .support-grid,
  .advantage-grid,
  .detail-grid,
  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .division-showcase-grid,
  .division-card,
  .division-card:first-child {
    grid-template-columns: 1fr;
  }

  .division-card,
  .division-card:first-child {
    grid-column: span 6;
  }

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

  .footer-brand-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .section,
  .hero {
    padding: 72px 0;
  }

  .hero {
    padding: 26px 0 36px;
  }

  .hero-grid,
  .metric-row,
  .section,
  .ecosystem-section > *,
  .journey-section > *,
  .advantage-shell,
  .contact-grid,
  .site-footer,
  .nav-shell {
    width: min(var(--max-width), calc(100% - 40px));
  }

  h1 {
    max-width: 9em;
    font-size: clamp(2.05rem, 8.5vw, 2.75rem);
    line-height: 1.04;
  }

  .hero-lede {
    max-width: 330px;
  }

  .hero-copy,
  .hero-visual {
    width: 100%;
    max-width: 340px;
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

  .hero-actions,
  .btn,
  .site-footer {
    width: 100%;
  }

  .btn {
    padding-left: 14px;
    padding-right: 14px;
  }

  .metric-row,
  .vision-grid,
  .ecosystem-grid,
  .support-grid,
  .advantage-grid,
  .team-grid,
  .solution-row,
  .detail-grid,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .metric-row div {
    min-height: auto;
  }

  .visual-card,
  .image-space,
  .division-visual-card img {
    min-height: 340px;
  }

  .division-hero {
    padding: 54px 0;
  }

  .division-shell,
  .page-feature-band > * {
    width: min(var(--max-width), calc(100% - 40px));
  }

  .division-card,
  .division-card:first-child {
    grid-column: auto;
  }

  .division-showcase-grid {
    grid-template-columns: 1fr;
  }

  .division-card img,
  .division-card:first-child img {
    height: 230px;
  }

  .hero-network-card {
    min-height: auto;
    border-radius: 20px;
    padding: 14px;
  }

  .network-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .network-stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    gap: 10px;
    margin: 14px 0;
    background-size: 36px 36px;
  }

  .network-lines {
    display: none;
  }

  .network-core,
  .network-node {
    position: static;
    width: auto;
    transform: none;
  }

  .network-core {
    grid-column: 1 / -1;
    min-height: 120px;
    border-radius: 18px;
  }

  .network-node {
    min-height: 122px;
  }

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

  .contact-list {
    grid-template-columns: 1fr;
  }

  .journey-timeline {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .timeline-item {
    min-height: auto;
    padding: 22px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(var(--max-width), calc(100% - 40px));
    padding: 44px 0 28px;
  }

  .footer-brand-block {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    width: min(var(--max-width), calc(100% - 40px));
  }
}

@media (max-width: 980px) {
  .nav-shell {
    position: relative;
    width: min(var(--max-width), calc(100% - 40px));
    min-height: 68px;
    flex-wrap: nowrap;
    padding: 0;
    padding-right: 54px;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .nav-toggle {
    position: fixed;
    top: 12px;
    right: 20px;
    z-index: 120;
    display: inline-grid !important;
    place-items: center;
    margin-left: 0;
    background: var(--color-blue-dark);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 22px rgba(7, 48, 74, 0.2);
    transform: none;
  }

  .nav-toggle span {
    background: #ffffff;
  }

  .site-menu {
    position: fixed;
    inset: 68px 16px auto 16px;
    z-index: 70;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    width: auto;
    max-height: calc(100svh - 92px);
    overflow-y: auto;
    border: 1px solid var(--color-line);
    border-radius: 14px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-card);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-menu a {
    justify-content: flex-start;
    border-radius: 8px;
    padding: 13px 14px;
    font-size: 0.9rem;
    text-align: left;
  }

  .nav-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

@media (max-width: 760px) {
  .division-visual-card {
    padding: 10px;
  }

  .division-visual-card img,
  .image-panel img,
  .division-card img,
  .division-card:first-child img {
    width: 100%;
    height: min(72vw, 300px);
    min-height: 0;
    max-height: calc(100vw - 40px);
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .image-panel {
    min-height: 0;
    padding: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
