:root {
  --green-950: #032b18;
  --green-900: #05361f;
  --green-800: #07522a;
  --green-700: #086a38;
  --green-100: #e5f2eb;
  --green-50: #f2f8f5;
  --gold-600: #d99612;
  --gold-500: #ebab23;
  --gold-100: #fff0c8;
  --gold-50: #fff9e9;
  --blue-700: #175f8f;
  --blue-100: #e5f1f8;
  --blue-50: #f2f8fc;
  --ink-950: #14231c;
  --ink-800: #263c32;
  --ink-600: #5f7169;
  --ink-500: #74837c;
  --surface: #ffffff;
  --page: #f3f7f5;
  --line: #dfe8e3;
  --shadow-sm: 0 8px 24px rgba(3, 43, 24, 0.07);
  --shadow-md: 0 18px 50px rgba(3, 43, 24, 0.11);
  --shadow-lg: 0 28px 70px rgba(3, 43, 24, 0.15);
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink-950);
  background:
    radial-gradient(circle at 6% 14%, rgba(7, 82, 42, 0.07), transparent 22rem),
    radial-gradient(circle at 94% 35%, rgba(235, 171, 35, 0.09), transparent 24rem),
    var(--page);
  font-family:
    "Segoe UI",
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

svg {
  display: block;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 11px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--green-950);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(122deg, var(--green-950) 0%, var(--green-800) 58%, #0b6b3b 100%);
  border-bottom: 4px solid var(--gold-500);
  box-shadow: 0 12px 38px rgba(3, 43, 24, 0.24);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to right, transparent, #000 28%, #000);
}

.header-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.header-glow-one {
  top: -140px;
  right: 10%;
  width: 330px;
  height: 330px;
  background: rgba(235, 171, 35, 0.16);
}

.header-glow-two {
  bottom: -180px;
  right: -30px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.08);
}

.header-inner {
  position: relative;
  z-index: 1;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 18px;
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: inherit;
  text-decoration: none;
}

.logo-shell {
  width: 205px;
  height: 76px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 8px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.20),
    inset 0 0 0 1px rgba(7, 82, 42, 0.04);
}

.logo-shell > * {
  grid-area: 1 / 1;
}

.logo-fallback {
  color: var(--green-800);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand-logo {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
}

.brand-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.brand-copy strong {
  font-size: clamp(1.32rem, 2vw, 1.85rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.brand-copy span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.91rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.official-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.91);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.official-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #7cf2ac;
  box-shadow: 0 0 0 5px rgba(124, 242, 172, 0.12);
}

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

.hero-panel {
  position: relative;
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: 44px;
  padding: clamp(32px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(7, 82, 42, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 250, 0.96));
  box-shadow: var(--shadow-md);
}

.hero-panel::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -110px;
  width: 430px;
  height: 430px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(235, 171, 35, 0.20), rgba(235, 171, 35, 0.02) 57%, transparent 72%);
}

.hero-panel::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -180px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(7, 82, 42, 0.10), transparent 68%);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 12px 8px 9px;
  border: 1px solid rgba(7, 82, 42, 0.13);
  border-radius: 999px;
  color: var(--green-800);
  background: var(--green-50);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.eyebrow-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--green-800);
}

.eyebrow-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--green-950);
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.hero-copy > p {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--ink-600);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.78;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink-600);
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 600;
}

.hero-facts strong {
  color: var(--green-800);
  font-size: 0.86rem;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 278px;
  display: grid;
  place-items: center;
}

.visual-orbit {
  position: absolute;
  border: 1px dashed rgba(7, 82, 42, 0.19);
  border-radius: 999px;
}

.visual-orbit-large {
  width: 310px;
  height: 310px;
}

.visual-orbit-small {
  width: 240px;
  height: 240px;
  border-style: solid;
  border-color: rgba(235, 171, 35, 0.18);
}

.gateway-card {
  position: relative;
  z-index: 2;
  width: min(100%, 344px);
  padding: 20px;
  border: 1px solid rgba(7, 82, 42, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(10px);
  transform: rotate(1.5deg);
}

.gateway-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}

.gateway-lock {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, var(--green-700), var(--green-950));
  box-shadow: 0 10px 20px rgba(7, 82, 42, 0.20);
}

.gateway-lock svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gateway-top span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.gateway-top small {
  color: var(--ink-500);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.gateway-top strong {
  color: var(--green-950);
  font-size: 0.91rem;
}

.live-pulse {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #1ebd67;
  box-shadow: 0 0 0 6px rgba(30, 189, 103, 0.12);
}

.gateway-apps {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.gateway-apps > span {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 11px;
  border: 1px solid #e8efeb;
  border-radius: 13px;
  color: var(--ink-800);
  background: #fbfdfc;
  font-size: 0.8rem;
  font-weight: 700;
}

.mini-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 9px;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 900;
}

.mini-green {
  color: var(--green-800);
  background: var(--green-100);
}

.mini-gold {
  color: #8d6500;
  background: var(--gold-100);
}

.mini-blue {
  color: var(--blue-700);
  background: var(--blue-100);
}

.applications {
  padding: 26px 0 20px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
  align-items: end;
  gap: 36px;
  margin-bottom: 24px;
}

.section-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.section-heading p {
  margin: 0;
  color: var(--ink-600);
  font-size: 0.94rem;
  line-height: 1.7;
}

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

.app-card {
  --card-accent: var(--green-800);
  --icon-background: var(--green-100);
  --icon-color: var(--green-800);

  position: relative;
  min-width: 0;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.app-card:hover {
  z-index: 2;
  transform: translateY(-6px);
  border-color: var(--card-accent);
  border-color: color-mix(in srgb, var(--card-accent) 34%, var(--line));
  box-shadow: var(--shadow-md);
}

.app-card-shareholder {
  --card-accent: var(--gold-500);
  --icon-background: var(--gold-100);
  --icon-color: #986d00;
}

.app-card-jobs {
  --card-accent: var(--blue-700);
  --icon-background: var(--blue-100);
  --icon-color: var(--blue-700);
}

.card-accent {
  height: 5px;
  flex: 0 0 auto;
  background: var(--card-accent);
  background:
    linear-gradient(90deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 42%, white));
}

.card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 0;
}

.app-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-color: color-mix(in srgb, var(--icon-color) 12%, transparent);
  border-radius: 17px;
  color: var(--icon-color);
  background: var(--icon-background);
}

.app-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid #d2eadc;
  border-radius: 999px;
  color: #17643a;
  background: #f0faf4;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.availability i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1ab760;
  box-shadow: 0 0 0 4px rgba(26, 183, 96, 0.10);
}

.card-body {
  flex: 1 1 auto;
  padding: 22px 24px 16px;
}

.app-category {
  display: block;
  margin-bottom: 8px;
  color: var(--card-accent);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.card-body h3 {
  margin: 0;
  color: var(--green-950);
  font-size: 1.45rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.card-body > p {
  margin: 13px 0 0;
  color: var(--ink-600);
  font-size: 0.93rem;
  line-height: 1.67;
}

.feature-list {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid #edf2ef;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-800);
  font-size: 0.82rem;
  font-weight: 650;
}

.feature-list li span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  color: var(--icon-color);
  background: var(--icon-background);
  font-size: 0.72rem;
  font-weight: 900;
}

.card-footer {
  padding: 0 24px 24px;
}

.app-button {
  position: relative;
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 15px 12px 17px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #fff;
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 10px 22px rgba(3, 43, 24, 0.13);
  transition:
    transform 160ms ease,
    filter 160ms ease,
    box-shadow 160ms ease;
}

.app-button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease;
}

.app-button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 13px 26px rgba(3, 43, 24, 0.17);
}

.app-button:hover svg {
  transform: translateX(3px);
}

.app-button:focus-visible,
.brand:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 4px;
}

.button-green {
  background: linear-gradient(135deg, var(--green-800), var(--green-700));
}

.button-gold {
  color: #3f3004;
  background: linear-gradient(135deg, #f5c249, var(--gold-500));
}

.button-blue {
  background: linear-gradient(135deg, #175f8f, #227aad);
}

.trust-section {
  padding: 26px 0 22px;
}

.trust-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 24px 26px;
  border: 1px solid rgba(7, 82, 42, 0.13);
  border-radius: 20px;
  background:
    linear-gradient(110deg, #eff8f3, #fffdf7);
  box-shadow: var(--shadow-sm);
}

.trust-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, var(--green-800), var(--green-950));
  box-shadow: 0 10px 22px rgba(3, 43, 24, 0.16);
}

.trust-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-panel h2 {
  margin: 0;
  color: var(--green-950);
  font-size: 1.05rem;
}

.trust-panel p {
  max-width: 820px;
  margin: 6px 0 0;
  color: var(--ink-600);
  font-size: 0.84rem;
  line-height: 1.6;
}

.trust-label {
  padding: 8px 11px;
  border: 1px solid rgba(7, 82, 42, 0.12);
  border-radius: 999px;
  color: var(--green-800);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.73rem;
  font-weight: 800;
  white-space: nowrap;
}

.site-footer {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.70);
  background: var(--green-950);
}

.footer-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner p {
  margin: 0;
  font-size: 0.79rem;
}

.footer-inner p:last-child {
  color: rgba(255, 255, 255, 0.48);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 1020px) {
  .hero-panel {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 28px;
  }

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

  .app-card-jobs {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    justify-self: center;
  }
}

@media (max-width: 820px) {
  .official-chip {
    display: none;
  }

  .hero-panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 250px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section-heading p {
    max-width: 640px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    min-height: 94px;
  }

  .brand {
    gap: 12px;
  }

  .logo-shell {
    width: 148px;
    height: 60px;
    padding: 7px 10px;
    border-radius: 14px;
  }

  .brand-copy strong {
    font-size: 1.12rem;
  }

  .brand-copy span {
    font-size: 0.74rem;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-panel {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

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

  .hero-facts li {
    width: 100%;
  }

  .apps-grid {
    grid-template-columns: 1fr;
  }

  .app-card,
  .app-card-jobs {
    width: 100%;
    min-height: 0;
    grid-column: auto;
  }

  .trust-panel {
    grid-template-columns: auto 1fr;
    align-items: start;
  }

  .trust-label {
    display: none;
  }

  .footer-inner {
    min-height: 96px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .brand-copy span {
    display: none;
  }

  .logo-shell {
    width: 136px;
  }

  .hero-visual {
    min-height: 220px;
  }

  .visual-orbit-large {
    width: 250px;
    height: 250px;
  }

  .visual-orbit-small {
    width: 200px;
    height: 200px;
  }

  .gateway-card {
    padding: 16px;
    transform: none;
  }

  .card-header,
  .card-body,
  .card-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

@media print {
  .site-header {
    color: #000;
    background: #fff;
    border-bottom-color: #000;
    box-shadow: none;
  }

  .official-chip,
  .hero-visual,
  .app-button {
    display: none;
  }

  .hero-panel,
  .app-card,
  .trust-panel {
    box-shadow: none;
  }
}

/* ==============================================================
   COMPACT HEADER AND HERO
   Keeps the application cards visible in the first screen.
   ============================================================== */

.site-header {
  border-bottom-width: 3px;
}

.site-header .header-inner {
  min-height: 82px;
  padding-block: 10px;
}

.site-header .brand {
  gap: 13px;
}

.site-header .logo-shell {
  width: 158px;
  height: 58px;
  padding: 5px 9px;
  border-radius: 14px;
  box-shadow:
    0 9px 22px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(7, 82, 42, 0.05);
}

.site-header .brand-logo {
  transform: scale(1.10);
  transform-origin: center;
}

.brand-divider {
  width: 1px;
  height: 36px;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.26);
}

.site-header .brand-copy {
  gap: 3px;
}

.site-header .brand-copy strong {
  font-size: clamp(1.08rem, 1.7vw, 1.38rem);
  letter-spacing: -0.02em;
}

.site-header .brand-copy span {
  font-size: 0.75rem;
  letter-spacing: 0.025em;
}

.site-header .official-chip {
  padding: 8px 12px;
  font-size: 0.75rem;
}

.compact-hero {
  padding: 18px 0 8px;
}

.compact-hero-panel {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.55fr);
  gap: 28px;
  padding: 22px 28px;
  border-radius: 20px;
}

.compact-hero-panel::before {
  top: -120px;
  right: -80px;
  width: 290px;
  height: 290px;
}

.compact-hero-panel::after {
  left: -95px;
  bottom: -135px;
  width: 240px;
  height: 240px;
}

.compact-hero .eyebrow {
  margin-bottom: 9px;
  padding: 6px 10px 6px 7px;
  font-size: 0.68rem;
}

.compact-hero .eyebrow-icon {
  width: 22px;
  height: 22px;
}

.compact-hero h1 {
  max-width: 660px;
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  line-height: 1.07;
  letter-spacing: -0.038em;
}

.compact-hero .hero-copy > p {
  max-width: 640px;
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.compact-platforms {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(7, 82, 42, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(3, 43, 24, 0.09);
  backdrop-filter: blur(8px);
}

.compact-platform-count {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.compact-platform-count strong {
  color: var(--green-800);
  font-size: 1.65rem;
  line-height: 1;
}

.compact-platform-count span {
  color: var(--ink-800);
  font-size: 0.77rem;
  font-weight: 800;
}

.compact-platform-count > i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #1ab760;
  box-shadow: 0 0 0 5px rgba(26, 183, 96, 0.11);
}

.compact-platform-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.compact-platform-list > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid #e8efeb;
  border-radius: 10px;
  color: var(--ink-800);
  background: #fbfdfc;
  font-size: 0.69rem;
  font-weight: 750;
  white-space: nowrap;
}

.compact-platform-list .mini-icon {
  width: 25px;
  height: 25px;
  border-radius: 7px;
  font-size: 0.56rem;
}

.compact-hero + .applications,
.applications {
  padding-top: 14px;
}

.section-heading {
  margin-bottom: 18px;
}

@media (max-width: 820px) {
  .compact-hero-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 21px 22px;
  }

  .compact-platforms {
    grid-template-columns: 160px 1fr;
    align-items: center;
  }

  .compact-platform-count {
    padding: 0 12px 0 0;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .site-header .header-inner {
    min-height: 72px;
    padding-block: 8px;
  }

  .site-header .logo-shell {
    width: 132px;
    height: 50px;
    padding: 4px 7px;
    border-radius: 12px;
  }

  .brand-divider {
    height: 30px;
  }

  .site-header .brand-copy strong {
    font-size: 1rem;
  }

  .site-header .brand-copy span {
    font-size: 0.67rem;
  }

  .compact-hero {
    padding-top: 14px;
  }

  .compact-platforms {
    grid-template-columns: 1fr;
  }

  .compact-platform-count {
    padding: 0 0 9px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 430px) {
  .site-header .brand {
    gap: 9px;
  }

  .site-header .logo-shell {
    width: 118px;
    height: 46px;
  }

  .brand-divider {
    display: none;
  }

  .site-header .brand-copy span {
    display: none;
  }

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