/* JupitoSecure homepage v2
   Design direction: clean enterprise SaaS, strong typography, restrained cards,
   generous whitespace, blue/purple/orange platform accents, fully responsive.
*/
:root {
  --navy: #09265b;
  --navy-2: #122f68;
  --blue: #1457e8;
  --blue-2: #2f72ff;
  --purple: #5421a8;
  --violet: #6d32db;
  --orange: #f46a12;
  --olive: #727000;
  --ink: #182235;
  --muted: #c5c5c5;
  --muted-2: #5f6b7d;
  --line: #dbe2ed;
  --soft: #f7f9fc;
  --white: #fff;
  --shadow: 0 14px 38px rgba(9, 38, 91, 0.08);
  --radius: 18px;
  --container: 1220px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family:
    Satoshi,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
.container {
  width: min(var(--container), calc(100% - 44px));
  margin-inline: auto;
}
.section-rule {
  border-bottom: 1px solid var(--line);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 4000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-visual-image {
  display: block;

  width: 100%;

  height: auto;

  object-fit: contain;
}

.hero-visual-image-small {
  display: block;

  width: 180px;

  height: 65px;

  object-fit: contain;
}

.product-logo-image {
  display: block;

  width: 150px;

  height: 140px;

  object-fit: contain;
}

.icon-image-medium {
  display: block;

  width: 100px;

  height: 100px;

  object-fit: contain;
}

.icon-image-small {
  display: block;

  width: 50px;

  height: 50px;

  object-fit: contain;
}

.icon-image-tiny {
  display: block;

  width: 20px;

  height: 20px;

  object-fit: contain;
  margin: 0 auto 8px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 205px;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid #b8c6df;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 20px;
  color: var(--blue);
  background: linear-gradient(145deg, #fff, #f2f6ff);
}
.brand strong {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #111b2e;
}
.brand strong span {
  font-weight: 900;
  color: #111b2e;
}
.brand small {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #59667a;
  margin-top: 4px;
  letter-spacing: 0.01em;
}
.site-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-item {
  position: relative;
}
.nav-link,
.nav-demo,
.nav-cta {
  border: 0;
  background: transparent;
  text-decoration: none;
  color: #121418;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 11px;
  cursor: pointer;
  white-space: nowrap;
}
.nav-link span {
  font-size: 16px;
  margin-left: 1px;
  margin-top: 1px;
  color: #738098;
}
.nav-link:hover,
.nav-link.active,
.nav-link.direct:hover {
  color: var(--blue);
}
.nav-cta {
  background: var(--orange);
  color: #fff;
  border-radius: 7px;
  margin-left: 8px;
  padding: 11px 15px;
  box-shadow: 0 5px 14px rgba(244, 106, 18, 0.18);
}
.nav-demo {
  background: var(--purple);
  color: #fff;
  border-radius: 7px;
  padding: 11px 15px;
  margin-left: 3px;
}
.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 230px;
  padding: 9px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: 0.18s ease;
}
.dropdown-wide {
  width: 330px;
}
.has-menu.open .dropdown,
.has-menu:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.dropdown a {
  display: block;
  padding: 10px 11px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #253249;
}
.dropdown a:hover {
  background: #f5f8fe;
  color: var(--blue);
}
.dropdown b {
  display: block;
  font-size: 14px;
}
.dropdown small {
  display: block;
  color: var(--muted-2);
  font-size: 14px;
  margin-top: 2px;
}
.menu-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 9px;
  padding: 9px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--navy);
  margin: 5px 0;
  border-radius: 2px;
}

.hero {
  background:
    radial-gradient(
      circle at 82% 20%,
      rgba(20, 87, 232, 0.06),
      transparent 29%
    ),
    radial-gradient(
      circle at 58% 80%,
      rgba(84, 33, 168, 0.05),
      transparent 26%
    ),
    #fff;
}
.hero-grid {
  min-height: 585px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
  padding: 60px 0;
}
.kicker {
  display: inline-block;
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.kicker.red {
  color: #c73535;
}
.kicker.light {
  color: #bcd0ff;
}
.hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 900;
}
.hero h2 {
  margin: 7px 0 15px;
  color: var(--blue);
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.hero h2 span,
.section-heading h2 span {
  background: linear-gradient(90deg, var(--blue), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-heading h3 span {
  background: linear-gradient(90deg, var(--blue), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-promise {
  font-size: 20px;
  font-weight: 850;
  color: var(--navy);
  margin: 0 0 10px;
}
.hero-copy > p:not(.hero-promise) {
  max-width: 680px;
  color: #4f5c70;
  font-size: 16px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 17px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 850;
  font-size: 12px;
  border: 1px solid var(--blue);
  transition: 0.18s ease;
}
.button:hover {
  transform: translateY(-1px);
}
.button-primary {
  background: var(--blue);
  color: #fff;
}
.button-outline {
  background: #fff;
  color: var(--blue);
}
.button-dark {
  background: var(--navy);
  color: #fff;
}
.text-link {
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  color: var(--navy);
  padding: 10px 5px;
}
.text-link:hover {
  color: var(--blue);
}
.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.hero-points div {
  padding: 0 18px;
  border-left: 1px solid var(--line);
  justify-content: center;
  text-align: center;
}

.hero-points > div .icon-image-small {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero-points div:first-child {
  padding-left: 0;
  border-left: 0;
}
.hero-points b {
  display: block;
  font-size: 16px;
  color: var(--navy);
  justify-content: center;
}
.hero-points span {
  display: block;
  color: var(--muted-2);
  font-size: 14px;
  margin-top: 3px;
}

.hero-diagram {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
}
.fabric-core {
  width: 180px;
  height: 180px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow:
    0 0 0 12px rgba(20, 87, 232, 0.035),
    0 0 0 22px rgba(20, 87, 232, 0.025),
    var(--shadow);
  z-index: 2;
  text-align: center;
  color: var(--navy);
}
.fabric-core b {
  font-size: 18px;
}
.fabric-core span {
  font-size: 12px;
  line-height: 1.3;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(20, 87, 232, 0.14);
  border-radius: 50%;
}
.orbit-1 {
  width: 330px;
  height: 330px;
}
.orbit-2 {
  width: 430px;
  height: 430px;
}
.platform-node {
  position: absolute;
  background: #fff;
  border: 1px solid #cbd6e8;
  border-radius: 10px;
  padding: 11px 14px;
  font-weight: 850;
  font-size: 12px;
  color: var(--navy);
  box-shadow: 0 8px 22px rgba(9, 38, 91, 0.05);
  z-index: 3;
  min-width: 145px;
  text-align: center;
}
.platform-node small {
  display: block;
  color: var(--muted-2);
  font-weight: 600;
  font-size: 9px;
  margin-top: 2px;
}
.node-1 {
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-color: #9db8ff;
  color: var(--blue);
}
.node-2 {
  left: 0;
  top: 115px;
  border-color: #b5bd8c;
  color: var(--olive);
}
.node-3 {
  right: 0;
  top: 115px;
  border-color: #c4ace9;
  color: var(--purple);
}
.node-4 {
  left: 55px;
  bottom: 42px;
  border-color: #f7bd95;
  color: var(--orange);
}
.node-5 {
  right: 55px;
  bottom: 42px;
  border-color: #bba0eb;
  color: var(--purple);
}

.trust {
  background: #fff;
}
.trust-row {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 16px;
  color: #536075;
}
.trust-row div:not(:first-child) {
  font-weight: 850;
  color: #29364d;
}
.trust-row div:first-child {
  color: #27334a;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.start {
  background: #fbfcfe;
  padding: 58px 0;
}
.section-heading {
  margin-bottom: 34px;
}
.section-heading.compact {
  margin-bottom: 25px;
}
.section-heading.center {
  text-align: center;
  margin-inline: auto;
  max-width: 850px;
}
.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}
.section-heading p {
  max-width: 760px;
  color: var(--muted-2);
  font-size: 16px;
  margin: 13px 0 0;
}
.section-heading.center p {
  margin-inline: auto;
}
.journey {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 9px;
}
.journey > div {
  border: 1px solid #cfd9e8;
  background: #fff;
  border-radius: 10px;
  padding: 15px 12px;
  text-align: center;
}
.journey b {
  display: block;
  color: var(--blue);
  font-size: 14px;
}
.journey strong {
  font-size: 20px;
  color: var(--navy);
}
.journey i {
  font-style: normal;
  color: #8c98aa;
  font-weight: 900;
}
.center-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.why,
.platforms,
.products,
.solutions,
.industries,
.conversion,
.events,
.news {
  padding: 78px 0;
}
.feature-grid {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.feature-grid.six {
  grid-template-columns: repeat(6, 1fr);
}
.feature-grid article {
  padding: 25px 19px;
  background: #fff;
  border-right: 1px solid var(--line);
}
.feature-grid article:last-child {
  border-right: 0;
}
.feature-grid b {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}
.feature-grid p {
  margin: 10px 0 0;
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.5;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.platform-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 26px 25px 23px;
  background: #fff;
  min-height: 205px;
  box-shadow: 0 4px 16px rgba(9, 38, 91, 0.025);
}
.platform-card.wide {
  grid-column: 1/-1;
}
.platform-card .number {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 13px;
}
.platform-card h3 {
  margin: 0;
  color: var(--blue);
  font-size: 23px;
  letter-spacing: -0.02em;
}
.platform-card small {
  display: block;
  margin-top: 3px;
  color: #28344a;
  font-weight: 800;
  font-size: 16px;
}
.platform-card p {
  color: var(--muted-2);
  font-size: 16px;
  margin: 15px 0 14px;
}
.platform-card a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}
.platform-card.olive {
  border-color: #c8ceb1;
}
.platform-card.olive h3 {
  color: var(--olive);
}
.platform-card.olive .number {
  background: var(--olive);
}
.platform-card.purple {
  border-color: #d1c1e9;
}
.platform-card.purple h3 {
  color: var(--purple);
}
.platform-card.purple .number {
  background: var(--purple);
}
.platform-card.orange {
  border-color: #f5c8a8;
}
.platform-card.orange h3 {
  color: var(--orange);
}
.platform-card.orange .number {
  background: var(--orange);
}
.platform-card.violet {
  border-color: #d2c3ec;
}
.platform-card.violet h3 {
  color: var(--purple);
}
.platform-card.violet .number {
  background: var(--purple);
}

.fabric {
  background: #fbfcff;
  padding: 78px 0;
}
.fabric-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border: 1px solid #ccd7e7;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.fabric-row span {
  padding: 17px 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #26354c;
  border-right: 1px solid var(--line);
}
.fabric-row span:last-child {
  border-right: 0;
}
.execution-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 27px auto 27px;
}
.execution-flow b {
  background: var(--navy);
  color: #fff;
  border-radius: 7px;
  padding: 10px 13px;
  font-size: 16px;
}
.execution-flow i {
  font-style: normal;
  color: var(--blue);
  font-weight: 900;
}
.fabric-tagline {
  text-align: center;
  color: var(--muted-2);
  font-size: 20px;
  margin: 20px 0 0;
}
.fabric-tagline strong {
  color: var(--navy);
}

.impact {
  padding: 70px 0;
}
.impact-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}
.impact-grid > div {
  border: 1px solid #d0d9e7;
  border-radius: 13px;
  padding: 27px 15px;
  text-align: center;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.impact-grid b {
  font-size: 18px;
  color: var(--navy);
  line-height: 1.25;
}
.impact-grid small {
  font-size: 16px;
  color: var(--muted-2);
  margin-top: 8px;
}
.impact-grid > div:last-child {
  border-color: #b8a4db;
  background: #fbf9ff;
}
.impact-grid > div:last-child b {
  color: var(--purple);
}
.fine-print {
  text-align: center;
  color: #778296;
  font-size: 12px;
  margin: 14px 0 0;
}

.catalog-grid,
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.catalog-grid article,
.solution-grid article {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  background: #fff;
}
.catalog-grid h3,
.solution-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
}
.catalog-grid p,
.solution-grid p {
  margin: 8px 0 0;
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.55;
}

.industries {
  background: #fbfcff;
}
.industry-row {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  overflow: hidden;
}
.industry-row span {
  flex: 1 1 14%;
  min-width: 125px;
  padding: 17px 12px;
  text-align: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  font-weight: 850;
  color: #334057;
}

.conversion {
  padding: 70px 0;
  background: #fff;
}
.conversion-grid,
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.conversion-grid article,
.three-col article {
  border: 1px solid var(--muted);
  border-radius: 15px;
  padding: 27px;
  background: #fff;
}
.conversion-grid article:nth-child(1) {
  border-top: 3px solid var(--orange);
}
.conversion-grid article:nth-child(2) {
  border-top: 3px solid var(--blue);
}
.conversion-grid article:nth-child(3) {
  border-top: 3px solid var(--purple);
}
.conversion h2,
.three-col h2 {
  font-size: 21px;
  line-height: 1.15;
  color: var(--navy);
  margin: 0 0 9px;
}
.conversion p,
.three-col p {
  font-size: 16px;
  color: var(--muted-2);
  margin: 0 0 18px;
}
.events,
.news {
  background: #fbfcff;
}

.final-cta {
  background: linear-gradient(110deg, #071f4d, #112f69 58%, #4a1c92);
  color: #fff;
  padding: 66px 0;
}
.final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.final-cta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 49px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.final-cta h2 span {
  color: #bcd0ff;
}
.final-cta p {
  color: #d8e2f5;
  max-width: 650px;
  font-size: 14px;
}
.final-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 500px;
}
.button-lime {
  background: #9aa900;
  border-color: #9aa900;
  color: #fff;
}
.button-blue {
  background: #1c63ff;
  border-color: #1c63ff;
  color: #fff;
}
.button-purple {
  background: #6c29c9;
  border-color: #6c29c9;
  color: #fff;
}
.button-white {
  background: #fff;
  border-color: #fff;
  color: var(--navy);
}

.site-footer {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 44px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 30px;
}
.footer-grid strong {
  color: var(--navy);
  font-size: 16px;
}
.footer-grid p {
  color: var(--muted-2);
  font-size: 14px;
}
.footer-grid b {
  display: block;
  color: var(--navy);
  font-size: 14px;
  margin-bottom: 8px;
}
.footer-grid a {
  display: block;
  text-decoration: none;
  color: var(--muted-2);
  font-size: 14px;
  margin: 6px 0;
}
.footer-grid a:hover {
  color: var(--blue);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 16px;
  color: #7b8698;
  font-size: 14px;
}

/* =========================================================
   WHY JUPITOSECURE
   ========================================================= */

.why-jupitosecure {
  width: 100%;
  padding: 52px 0 48px;
  background: #ffffff;
  color: #071f5b;
}

/* Main content width */
.why-jupitosecure .why-header,
.why-jupitosecure .why-grid,
.why-jupitosecure .why-fabric {
  width: min(1220px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.why-header {
  margin-bottom: 32px;
}

.section-eyebrow {
  margin-bottom: 12px;

  font-family: "Satoshi", Inter, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #3048d8;
}

.why-header h2 {
  margin: 0 0 12px;

  font-family: "Satoshi", Inter, sans-serif;
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;

  color: #071f5b;
}

.why-header h2 span {
  color: #4335d4;
}

.why-header p {
  max-width: 900px;
  margin: 0;

  font-family: "Satoshi", Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;

  color: #526487;
}

/* =========================================================
   SIX DIFFERENTIATION CARDS
   ========================================================= */

.why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);

  border: 1px solid #d7deed;
  border-radius: 14px;
  overflow: hidden;

  background: #ffffff;
}

.why-card {
  min-height: 170px;
  padding: 25px 19px 22px;

  border-right: 1px solid #d7deed;

  background: #ffffff;
}

.why-card:last-child {
  border-right: 0;
}

.why-card h3 {
  margin: 0 0 13px;

  font-family: "Satoshi", Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.015em;

  color: #071f5b;
}

.why-card p {
  margin: 0;

  font-family: "Satoshi", Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;

  color: #5a6b8b;
}

/* =========================================================
   FABRIC STRIP
   ========================================================= */

.why-fabric {
  margin-top: 28px;

  border-top: 1px solid #d7deed;
  border-bottom: 1px solid #d7deed;

  background: linear-gradient(90deg, #f8fbff 0%, #ffffff 50%, #faf8ff 100%);
}

.why-fabric-title {
  padding: 16px 20px 10px;

  text-align: center;

  font-family: "Satoshi", Inter, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.04em;

  color: #1837b8;
}

.why-fabric-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);

  border-top: 1px solid #e2e6f0;
}

.why-fabric-items span {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 8px 12px;

  border-right: 1px solid #e2e6f0;

  text-align: center;

  font-family: "Satoshi", Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;

  color: #14285c;
}

.why-fabric-items span:last-child {
  border-right: 0;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-card {
    border-bottom: 1px solid #d7deed;
  }

  .why-card:nth-child(3n) {
    border-right: 0;
  }

  .why-card:nth-child(n + 4) {
    border-bottom: 0;
  }

  .why-fabric-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-fabric-items span:nth-child(3) {
    border-right: 0;
  }

  .why-fabric-items span:nth-child(-n + 3) {
    border-bottom: 1px solid #e2e6f0;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {
  .why-jupitosecure {
    padding: 38px 0 36px;
  }

  .why-jupitosecure .why-header,
  .why-jupitosecure .why-grid,
  .why-jupitosecure .why-fabric {
    width: calc(100% - 28px);
  }

  .section-eyebrow {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .why-header h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.035em;
  }

  .why-header p {
    font-size: 15px;
    line-height: 1.55;
  }

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

  .why-card {
    min-height: 150px;
    padding: 20px 16px;
  }

  .why-card:nth-child(3n) {
    border-right: 1px solid #d7deed;
  }

  .why-card:nth-child(2n) {
    border-right: 0;
  }

  .why-card:nth-child(n + 5) {
    border-bottom: 0;
  }

  .why-card h3 {
    font-size: 16px;
  }

  .why-card p {
    font-size: 13px;
  }

  .why-fabric-title {
    font-size: 14px;
    padding: 14px 10px 9px;
  }

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

  .why-fabric-items span {
    min-height: 44px;
    font-size: 10px;
  }

  .why-fabric-items span:nth-child(3) {
    border-right: 1px solid #e2e6f0;
  }

  .why-fabric-items span:nth-child(2n) {
    border-right: 0;
  }

  .why-fabric-items span:nth-child(n + 5) {
    border-bottom: 0;
  }
}

@media (max-width: 1050px) {
  .site-menu {
    gap: 0;
  }
  .nav-link {
    padding-inline: 7px;
  }
  .nav-cta,
  .nav-demo {
    padding-inline: 11px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-diagram {
    min-height: 430px;
  }
  .feature-grid.six {
    grid-template-columns: repeat(3, 1fr);
  }
  .feature-grid article:nth-child(3) {
    border-right: 0;
  }
  .feature-grid article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }
  .fabric-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .fabric-row span:nth-child(4) {
    border-right: 0;
  }
  .fabric-row span:nth-child(-n + 4) {
    border-bottom: 1px solid var(--line);
  }
  .impact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .impact-grid > div:last-child {
    grid-column: 2;
  }
}
@media (max-width: 860px) {
  .nav-wrap {
    min-height: 68px;
  }
  .menu-toggle {
    display: block;
  }
  .site-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 68px;
    bottom: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 12px 22px 28px;
    overflow: auto;
    gap: 2px;
    border-top: 1px solid var(--line);
    transform: translateX(100%);
    transition: transform 0.22s ease;
  }
  .site-menu.open {
    transform: translateX(0);
  }
  .nav-item {
    width: 100%;
  }
  .nav-link,
  .nav-link.direct {
    width: 100%;
    text-align: left;
    padding: 15px 5px;
    border-bottom: 1px solid #eef1f6;
  }
  .nav-link span {
    float: right;
  }
  .nav-cta,
  .nav-demo {
    display: block;
    text-align: center;
    margin: 10px 0 0;
  }
  .dropdown,
  .dropdown-wide {
    position: static;
    width: 100%;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0 0 6px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .has-menu.open .dropdown {
    display: block;
  }
  .dropdown a {
    padding: 11px 12px 11px 20px;
    background: #fafbfe;
    margin-top: 2px;
  }
  .brand {
    min-width: 0;
  }
  .brand small {
    font-size: 8px;
  }
  .hero-grid {
    padding: 48px 0;
  }
  .hero-points {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .hero-points div {
    border-left: 0;
    padding: 0;
    border-top: 2px solid var(--blue-2);
    padding-top: 12px;
  }
  .hero-points div:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .platform-grid {
    grid-template-columns: 1fr;
  }
  .platform-card.wide {
    grid-column: auto;
  }
  .catalog-grid,
  .solution-grid,
  .conversion-grid,
  .three-col {
    grid-template-columns: 1fr 1fr;
  }
  .final-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .final-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .container {
    width: min(var(--container), calc(100% - 30px));
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero h2 {
    font-size: 30px;
  }
  .hero-promise {
    font-size: 17px;
  }
  .hero-diagram {
    min-height: 385px;
    transform: scale(0.82);
    margin: -35px 0;
  }
  .node-1 {
    top: 4px;
  }
  .node-2 {
    left: 0;
    top: 98px;
  }
  .node-3 {
    right: 0;
    top: 98px;
  }
  .node-4 {
    left: 24px;
    bottom: 30px;
  }
  .node-5 {
    right: 24px;
    bottom: 30px;
  }
  .orbit-2 {
    width: 385px;
    height: 385px;
  }
  .orbit-1 {
    width: 295px;
    height: 295px;
  }
  .trust-row {
    justify-content: flex-start;
    padding: 20px 0;
  }
  .trust-row div {
    font-size: 11px;
  }
  .journey {
    grid-template-columns: 1fr;
  }
  .journey i {
    display: none;
  }
  .feature-grid.six,
  .catalog-grid,
  .solution-grid,
  .conversion-grid,
  .three-col {
    grid-template-columns: 1fr;
  }
  .feature-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .feature-grid article:last-child {
    border-bottom: 0;
  }
  .fabric-row {
    grid-template-columns: 1fr 1fr;
  }
  .fabric-row span:nth-child(4) {
    border-right: 1px solid var(--line);
  }
  .fabric-row span:nth-child(2n) {
    border-right: 0;
  }
  .impact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .impact-grid > div:last-child {
    grid-column: 1/-1;
  }
  .industry-row span {
    flex-basis: 50%;
    min-width: 0;
  }
  .why,
  .platforms,
  .products,
  .solutions,
  .industries,
  .conversion,
  .events,
  .news {
    padding: 58px 0;
  }
  .section-heading {
    margin-bottom: 26px;
  }
  .final-cta {
    padding: 52px 0;
  }
  .final-actions {
    width: 100%;
  }
  .final-actions .button {
    flex: 1 1 46%;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* ============================
/* ============================

/* =========================================================
   WHY JUPITOSECURE — PROBLEM / APPROACH
   Compact centered comparison
   ========================================================= */

.why-comparison {
  width: min(100% - 32px, 1100px);
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* Individual comparison cards */
.why-comparison-card {
  background: #ffffff;
  border: 1px solid #cfd5e2;
  border-radius: 16px;
  padding: 28px 30px 26px;
  box-sizing: border-box;
  min-width: 0;
}

/* Problem card */
.why-comparison-card.problem {
  border-top: 3px solid #ff5a1f;
}

/* Approach card */
.why-comparison-card.approach {
  border-top: 3px solid #3048e8;
}

/* Card heading */
.why-comparison-title {
  margin: 0 0 18px;
  color: #3048e8;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 2px;
}

/* List */
.why-comparison-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

/* Each row */
.why-comparison-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #102b67;
  font-size: 15px;
  line-height: 1.45;
}

/* Check / X icon */
.why-comparison-mark {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

/* Red X */
.why-comparison-mark.no {
  background: #ef3b2d;
}

/* Green check */
.why-comparison-mark.yes {
  background: #12c69a;
}

/* Approach text */
.why-comparison-item strong {
  color: #09245f;
  font-weight: 700;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {
  .why-comparison {
    width: min(100% - 28px, 700px);
    gap: 16px;
  }

  .why-comparison-card {
    padding: 24px 24px;
  }

  .why-comparison-title {
    font-size: 18px;
  }
}

/* =========================================================
   MOBILE — STACK CARDS
   ========================================================= */

@media (max-width: 640px) {
  .why-comparison {
    width: calc(100% - 28px);
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .why-comparison-card {
    width: 100%;
    padding: 22px 20px;
    border-radius: 14px;
  }

  .why-comparison-title {
    font-size: 17px;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
  }

  .why-comparison-list {
    gap: 8px;
  }

  .why-comparison-item {
    font-size: 14px;
  }
}

/* =========================================================
   MOBILE NAVIGATION — FINAL FIX
   ========================================================= */

.navbar {
  position: relative;
  z-index: 10000;
  overflow: visible !important;
}

/* Prevent sections from clipping the mobile menu */
header,
.navbar,
.navbar-container,
.nav-container {
  overflow: visible !important;
}

/* =========================================================
   MOBILE MENU PANEL
   ========================================================= */

.mobile-nav {
  display: none;

  position: fixed;
  top: 80px; /* header height */
  left: 0;
  right: 0;
  bottom: 0;

  width: 100%;
  height: calc(100vh - 80px);

  background: #ffffff;

  z-index: 999999;

  overflow-y: auto;
  overflow-x: hidden;

  -webkit-overflow-scrolling: touch;

  box-sizing: border-box;

  border-top: 1px solid #dce3ef;
}

/* OPEN STATE */

.mobile-nav.active {
  display: block;
}

/* =========================================================
   MOBILE NAV CONTENT
   ========================================================= */

.mobile-nav > ul,
.mobile-nav-list {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 12px 20px 40px;

  box-sizing: border-box;

  list-style: none;
}

/* =========================================================
   MOBILE NAV LINKS
   ========================================================= */

.mobile-nav a {
  display: flex;
  align-items: center;

  width: 100%;

  min-height: 52px;

  padding: 14px 8px;

  box-sizing: border-box;

  color: #09265c;
  background: #ffffff;

  text-decoration: none;

  font-size: 16px;
  font-weight: 600;

  border-bottom: 1px solid #e5eaf2;
}

/* Hover / active */

.mobile-nav a:hover,
.mobile-nav a:focus {
  color: #244cff;
  background: #f6f8ff;
}

/* =========================================================
   MOBILE DROPDOWN
   ========================================================= */

.mobile-dropdown {
  width: 100%;
  box-sizing: border-box;
}

.mobile-dropdown-btn {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 52px;

  padding: 14px 8px;

  border: 0;
  border-bottom: 1px solid #e5eaf2;

  background: #ffffff;

  color: #09265c;

  font-family: inherit;
  font-size: 16px;
  font-weight: 600;

  text-align: left;

  cursor: pointer;
}

/* Dropdown arrow */

.mobile-dropdown-btn::after {
  content: "＋";

  font-size: 20px;
  line-height: 1;

  color: #244cff;
}

.mobile-dropdown.active .mobile-dropdown-btn::after {
  content: "−";
}

/* =========================================================
   DROPDOWN CONTENT
   ========================================================= */

.mobile-dropdown-content {
  display: none;

  width: 100%;

  padding: 4px 0 8px;

  background: #f8faff;

  box-sizing: border-box;
}

.mobile-dropdown.active .mobile-dropdown-content {
  display: block;
}

.mobile-dropdown-content a {
  min-height: 44px;

  padding: 11px 16px 11px 24px;

  font-size: 14px;
  font-weight: 500;

  background: #f8faff;
}

/* =========================================================
   HAMBURGER
   ========================================================= */

#mobileToggle {
  position: relative;

  z-index: 1000000;

  width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #d7e0ed;
  border-radius: 12px;

  background: #ffffff;

  color: #09265c;

  font-size: 0;

  cursor: pointer;
}

/* Hamburger */

#mobileToggle::before {
  content: "☰";

  font-size: 30px;
  line-height: 1;
}

/* X when menu is open */

#mobileToggle.menu-open::before {
  content: "✕";
  font-size: 26px;
}

/* =========================================================
   MOBILE HEADER
   ========================================================= */

@media (max-width: 1100px) {
  .navbar {
    position: relative;
    z-index: 100000;
    height: 80px;
    min-height: 80px;
    background: #ffffff !important;
  }

  .navbar-container {
    height: 80px;
    min-height: 80px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
    z-index: 100001;

    background: #ffffff;
  }

  .mobile-nav {
    top: 80px;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .navbar {
    height: 72px;
    min-height: 72px;
  }

  .navbar-container {
    height: 72px;
    min-height: 72px;
  }

  .mobile-nav {
    top: 72px;
    height: calc(100vh - 72px);
  }

  .mobile-nav > ul,
  .mobile-nav-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  #mobileToggle {
    width: 50px;
    height: 50px;
  }
}

/* =========================== */

/* =========================================================
   JUPITOSECURE — INDEPENDENT MOBILE MENU
   Completely separate from existing .mobile-nav
========================================================= */

.jp-mobile-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin-left: auto;
  padding: 0;

  border: 1px solid #d8deea;
  border-radius: 10px;

  background: #ffffff;

  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;

  cursor: pointer;

  position: relative;
  z-index: 10001;
}

.jp-mobile-toggle span {
  display: block;

  width: 25px;
  height: 2px;

  background: #0b2860;

  border-radius: 2px;

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

/* =========================================================
   FULL MOBILE OVERLAY
========================================================= */

.jp-mobile-menu {
  display: none;

  position: fixed;

  inset: 0;

  width: 100vw;
  height: 100dvh;

  background: rgba(7, 25, 65, 0.28);

  z-index: 999999;

  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

/* OPEN */

.jp-mobile-menu.is-open {
  display: block;

  opacity: 1;
  visibility: visible;
}

/* =========================================================
   MENU PANEL
========================================================= */

.jp-mobile-menu-panel {
  position: absolute;

  top: 0;
  right: 0;

  width: min(430px, 100vw);
  height: 100dvh;

  background: #ffffff;

  box-shadow: -12px 0 40px rgba(11, 40, 96, 0.16);

  overflow-y: auto;
  overflow-x: hidden;

  -webkit-overflow-scrolling: touch;

  transform: translateX(100%);

  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.jp-mobile-menu.is-open .jp-mobile-menu-panel {
  transform: translateX(0);
}

/* =========================================================
   MENU HEADER
========================================================= */

.jp-mobile-menu-header {
  height: 82px;

  padding: 0 22px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom: 1px solid #e2e7f0;

  background: #ffffff;

  position: sticky;
  top: 0;

  z-index: 2;
}

.jp-mobile-menu-logo img {
  display: block;

  width: 175px;
  height: auto;
}

.jp-mobile-menu-close {
  width: 44px;
  height: 44px;

  border: 1px solid #d8deea;
  border-radius: 9px;

  background: #ffffff;

  color: #0b2860;

  font-size: 30px;
  font-weight: 300;

  line-height: 1;

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   NAVIGATION
========================================================= */

.jp-mobile-menu-nav {
  padding: 12px 20px 40px;
}

.jp-mobile-menu-nav > a,
.jp-mobile-menu-dropdown {
  width: 100%;

  min-height: 52px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 14px 4px;

  border: 0;
  border-bottom: 1px solid #e8ecf3;

  background: transparent;

  color: #09265f;

  font-family: inherit;

  font-size: 16px;
  font-weight: 700;

  text-align: left;

  text-decoration: none;

  cursor: pointer;
}

.jp-mobile-menu-dropdown span {
  font-size: 23px;

  font-weight: 400;

  color: #3157d8;

  transition: transform 0.2s ease;
}

.jp-mobile-menu-group.is-open .jp-mobile-menu-dropdown span {
  transform: rotate(45deg);
}

/* =========================================================
   SUBMENU
========================================================= */

.jp-mobile-menu-submenu {
  display: none;

  padding: 5px 0 10px 15px;

  border-bottom: 1px solid #e8ecf3;
}

.jp-mobile-menu-group.is-open .jp-mobile-menu-submenu {
  display: block;
}

.jp-mobile-menu-submenu a {
  display: block;

  padding: 10px 5px;

  color: #42577d;

  font-size: 14px;
  font-weight: 500;

  line-height: 1.4;

  text-decoration: none;
}

.jp-mobile-menu-submenu a:hover,
.jp-mobile-menu-submenu a:focus {
  color: #3157d8;
}

/* =========================================================
   MOBILE CTA
========================================================= */

.jp-mobile-menu-actions {
  display: flex;

  flex-direction: column;

  gap: 10px;

  padding-top: 25px;
}

.jp-mobile-btn {
  min-height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 7px;

  text-decoration: none;

  font-size: 14px;
  font-weight: 700;
}

.jp-mobile-btn-primary {
  color: #ffffff;

  background: linear-gradient(90deg, #ff6b00, #f04b00);
}

.jp-mobile-btn-secondary {
  color: #ffffff;

  background: linear-gradient(90deg, #4d18a8, #7024c9);
}

/* =========================================================
   MOBILE BREAKPOINT
========================================================= */

@media (max-width: 900px) {
  .jp-mobile-toggle {
    display: flex;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  .jp-mobile-menu-panel {
    width: 100vw;
  }

  .jp-mobile-menu-header {
    height: 76px;

    padding-left: 18px;
    padding-right: 18px;
  }

  .jp-mobile-menu-logo img {
    width: 160px;
  }

  .jp-mobile-menu-nav {
    padding-left: 18px;
    padding-right: 18px;
  }
}
