:root {
  --jumo-cyan: #117FC3;
  --jumo-charcoal: #383939;
  --jumo-gray: #A7A9AC;
  --jumo-blue: #0066B3;
  --jumo-light: #CCCCCC;
  --jumo-navy: #003870;
  --jumo-accent: #CCDB2F;
  --jumo-mist: #F5F7F8;
  --jumo-white: #FFFFFF;
  --copy: #4E5964;
  --line: #DDE3E8;
  --page: 1180px;
  --text: 760px;
}

section[id],
.section[id] {
  scroll-margin-top: 110px;
}

* { box-sizing: border-box; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0 !important;
  color: var(--jumo-charcoal) !important;
  background: var(--jumo-white) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  -webkit-font-smoothing: antialiased;
}

.brand-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 72px;
  display: flex;
  align-items: center;
  padding: 0 max(28px, calc((100vw - var(--page)) / 2));
  background: rgba(0, 56, 112, .96);
  border-bottom: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
}
.brand-bar img { display: block; width: 226px; height: 40px; object-fit: contain; object-position: left center; }
.brand-shell { width: 100%; max-width: var(--page); margin: 0 auto; display: flex; align-items: center; gap: 30px; }
.brand-logo { display: inline-flex; flex: 0 0 auto; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 4px; width: 100%; }
.nav-item { position: relative; }
.nav-link, .nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 11px;
  border: 0;
  border-radius: 8px;
  color: rgba(255,255,255,.88);
  background: transparent;
  font: inherit;
  font-size: .82rem;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
}
.nav-link:hover, .nav-trigger:hover, .nav-trigger[aria-expanded="true"] { color: white; background: rgba(255,255,255,.09); }
.nav-trigger::after { content: "⌄"; transform: translateY(-2px); font-size: .9rem; color: var(--jumo-accent); }
.nav-menu {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  width: 250px;
  padding: 10px;
  margin: 0;
  list-style: none;
  border: 1px solid rgba(0,56,112,.12);
  border-radius: 12px;
  background: white;
  box-shadow: 0 18px 50px rgba(0,32,68,.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.nav-item:hover .nav-menu, .nav-item:focus-within .nav-menu, .nav-item.open .nav-menu { opacity: 1; visibility: visible; transform: none; }
.nav-menu a { display: block; padding: 10px 11px; border-radius: 8px; color: var(--jumo-navy); font-size: .84rem; font-weight: 650; text-decoration: none; }
.nav-menu a:hover, .nav-menu a:focus { background: #EEF5FA; color: var(--jumo-blue); outline: none; }
.nav-mega { width: 520px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px; }
.nav-group + .nav-group { border-left: 1px solid var(--line); padding-left: 10px; }
.nav-menu .nav-group-title { color: var(--jumo-blue); font-size: .94rem; font-weight: 800; }
.nav-cta { margin-left: 8px; color: var(--jumo-navy) !important; background: var(--jumo-accent) !important; border-radius: 999px !important; padding: 0 17px !important; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; background: transparent; color: white; font-size: 1.2rem; cursor: pointer; }

.section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 76px max(32px, calc((100vw - var(--page)) / 2)) !important;
  border: 0 !important;
}
.section > * { position: relative; z-index: 1; }
.section.light { background: var(--jumo-mist) !important; }
.section.dark { background: var(--jumo-navy) !important; color: var(--jumo-white) !important; }
.section:not(.hero):not(.dark):not(.light):not(.cta-final) { background: var(--jumo-white) !important; }

h1, h2, h3, h4 { color: var(--jumo-navy); letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 5.8vw, 5.6rem) !important; line-height: 1.03 !important; font-weight: 800 !important; }
h2 { font-size: clamp(2rem, 3.65vw, 3.45rem) !important; line-height: 1.08 !important; font-weight: 750 !important; margin: 0 0 24px !important; }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem) !important; line-height: 1.18 !important; }
h4 { font-size: 1.05rem !important; line-height: 1.35 !important; }
p, li { color: var(--copy); }
.lead { font-size: 1.16rem !important; line-height: 1.65 !important; }
.difference-lead { width: 100% !important; max-width: var(--page) !important; margin-left: auto !important; margin-right: auto !important; }
.difference-section { text-align: left !important; }
.difference-section > h2,
.difference-section > p,
.difference-section > div { width: 100% !important; max-width: var(--page) !important; margin-left: auto !important; margin-right: auto !important; text-align: left !important; }
.difference-section .section-label { margin-bottom: 12px !important; color: var(--jumo-navy) !important; font-size: 1.05rem !important; line-height: 1.35 !important; letter-spacing: .06em !important; }
.difference-section .feat-list li { padding-top: 12px !important; padding-bottom: 12px !important; font-size: clamp(1.05rem, 1.45vw, 1.22rem) !important; line-height: 1.5 !important; }
.difference-section > p.lead { margin-top: 34px !important; margin-bottom: 18px !important; font-size: clamp(1.18rem, 1.65vw, 1.4rem) !important; font-weight: 650 !important; color: var(--jumo-navy) !important; }
.difference-section > p:last-child { margin-top: 34px !important; font-size: clamp(1.16rem, 1.55vw, 1.34rem) !important; line-height: 1.5 !important; color: var(--jumo-navy) !important; }
.core-differentiation > h2 { width: 100% !important; max-width: none !important; white-space: nowrap !important; font-size: clamp(1.8rem, 3.65vw, 3.45rem) !important; }
.core-differentiation > p.lead { width: 100% !important; max-width: var(--page) !important; margin-left: auto !important; margin-right: auto !important; }
.serve-section > h2 { width: 100% !important; max-width: none !important; white-space: nowrap !important; font-size: clamp(1.65rem, 3.5vw, 3.45rem) !important; }
.serve-section > p.lead { width: 100% !important; max-width: var(--page) !important; margin-left: auto !important; margin-right: auto !important; }
.serve-section .indication-strip { width: 100% !important; justify-content: center !important; margin-left: auto !important; margin-right: auto !important; }
.dark h2, .dark h3, .dark h4, .cta-final h2, .cta-final h3 { color: var(--jumo-white) !important; }
.dark p, .dark li { color: rgba(255,255,255,.78) !important; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 0 !important;
  padding-top: 102px !important;
  padding-bottom: 72px !important;
  text-align: left !important;
  background: var(--jumo-navy) !important;
}
.hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -190px;
  top: -210px;
  border: 1px solid rgba(17,127,195,.5);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(17,127,195,.12), 0 0 0 180px rgba(17,127,195,.06);
}
.hero h1 { width: 100% !important; max-width: var(--page) !important; margin: 0 0 30px !important; color: var(--jumo-white) !important; }
.hero-line { display: block; white-space: nowrap; }
.hero .lead, .hero > p { width: 100% !important; max-width: 980px !important; margin-left: 0 !important; margin-right: 0 !important; text-align: left !important; }
.hero .cta-group { justify-content: flex-start !important; }

.cta, a.cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px !important;
  border-radius: 999px !important;
  font-size: .88rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, color .2s ease !important;
}
.cta:hover { transform: translateY(-2px); }
.cta.accent { color: var(--jumo-navy) !important; background: var(--jumo-accent) !important; border-color: var(--jumo-accent) !important; }
.cta.primary { color: white !important; background: var(--jumo-blue) !important; border-color: var(--jumo-blue) !important; }

.stats-row {
  max-width: 840px !important;
  margin: 54px 0 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  border-top: 1px solid rgba(255,255,255,.24);
}
.stat { padding: 22px 24px 0 0 !important; text-align: left !important; }
.stat-number { color: var(--jumo-accent) !important; font-size: clamp(2.35rem, 3.5vw, 3.25rem) !important; line-height: .95 !important; font-weight: 800 !important; letter-spacing: -.045em !important; }
.stat-label { margin-top: 10px; color: rgba(255,255,255,.76) !important; font-size: 1rem !important; line-height: 1.35 !important; font-weight: 550 !important; }

.trust-bar {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 24px max(32px, calc((100vw - var(--page)) / 2)) !important;
  background: #F8FAFB !important;
  border-bottom: 1px solid var(--line) !important;
  text-align: center !important;
}
.trust-label { display: block !important; width: 100% !important; max-width: var(--page) !important; margin: 0 auto 16px !important; padding: 0 !important; color: var(--jumo-navy) !important; font-weight: 800 !important; font-size: clamp(1.25rem, 2.25vw, 2rem) !important; line-height: 1.2 !important; letter-spacing: -.035em !important; text-align: center !important; white-space: nowrap !important; }
.trust-logos { display: flex !important; flex-wrap: wrap !important; justify-content: flex-start !important; margin-top: 14px !important; }
.logo-placeholder { color: #68737D !important; opacity: 1 !important; font-size: .78rem !important; font-weight: 700 !important; }

.feat-list { padding: 0 !important; list-style: none !important; }
.feat-list li { position: relative; padding: 9px 0 9px 24px !important; border-bottom: 1px solid var(--line); }
.feat-list li::before { content: "→" !important; position: absolute; left: 0; color: var(--jumo-blue) !important; font-weight: 800; }
.dark .feat-list li { border-color: rgba(255,255,255,.18); }
.dark .feat-list li::before { color: var(--jumo-accent) !important; }

.section-label { font-size: .74rem !important; letter-spacing: .12em !important; font-weight: 800 !important; }

.product-cards { width: 100% !important; max-width: 930px !important; }
.product-card {
  padding: 38px !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 45px rgba(0,56,112,.07) !important;
}
.product-card.core { border-top: 5px solid var(--jumo-cyan) !important; }
.product-card.prism { border-top: 5px solid var(--jumo-blue) !important; }
.product-card .badge { display: block !important; width: auto !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; font-size: clamp(3rem, 6vw, 5rem) !important; line-height: .95 !important; letter-spacing: -.055em !important; font-weight: 850 !important; }
.product-card.core .badge { color: var(--jumo-cyan) !important; }
.product-card.prism .badge { color: var(--jumo-blue) !important; }
.product-card .badge + div { font-size: .8rem !important; line-height: 1.35 !important; letter-spacing: .105em !important; margin: 14px 0 20px !important; }
.product-card h3 { font-size: clamp(1.9rem, 3vw, 2.65rem) !important; line-height: 1.1 !important; letter-spacing: -.04em !important; margin: 0 0 20px !important; }
.product-card.core h3 { white-space: nowrap !important; font-size: clamp(1.55rem, 3vw, 2.65rem) !important; }
.product-card .hook { font-size: 1.08rem !important; line-height: 1.55 !important; color: var(--jumo-navy) !important; }

.section > div[style*="grid-template-columns:repeat(auto-fit,minmax(280px,1fr))"] > div,
.section > div[style*="grid-template-columns:repeat(2,1fr)"] > div {
  border-radius: 14px !important;
  box-shadow: none !important;
  border-color: var(--line) !important;
}

.together-banner {
  max-width: 940px !important;
  margin: 0 auto !important;
  padding: 42px !important;
  border-radius: 18px !important;
  border: 1px solid var(--line) !important;
  background: var(--jumo-white) !important;
}

.indication-strip { justify-content: flex-start !important; }
.indication-chip { border-radius: 999px !important; }

.faq-section { text-align: center !important; }
.faq-grid { width: 100% !important; gap: 0 !important; max-width: 980px !important; margin-left: auto !important; margin-right: auto !important; }
.faq-section > h2 { text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
.faq-item { padding: 26px 0 !important; border: 0 !important; border-bottom: 1px solid var(--line) !important; border-radius: 0 !important; background: transparent !important; text-align: left !important; }
.faq-item h4 { margin-bottom: 8px !important; }

.cta-final {
  position: relative;
  overflow: hidden;
  background: var(--jumo-navy) !important;
  padding-top: 82px !important;
  padding-bottom: 82px !important;
  text-align: center !important;
}
.cta-final > h2 { width: 100% !important; max-width: none !important; margin: 0 auto 16px !important; text-align: center !important; white-space: nowrap !important; font-size: clamp(1.4rem, 4vw, 3.45rem) !important; }
.cta-final > p { max-width: 680px !important; margin: 0 auto 36px !important; text-align: center !important; }
.cta-final > div[style*="grid-template-columns"] { margin: 0 auto 36px !important; align-items: stretch !important; }
.cta-final > div[style*="grid-template-columns"] > div { height: 100%; padding: 28px 24px !important; }
.cta-final .cta-group { display: flex !important; justify-content: center !important; align-items: center !important; gap: 12px !important; margin: 0 auto !important; }
.cta-final::after {
  content: "";
  position: absolute;
  inset: auto -140px -260px auto;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  border: 1px solid rgba(204,219,47,.32);
  box-shadow: 0 0 0 75px rgba(204,219,47,.06), 0 0 0 150px rgba(204,219,47,.035);
}

#back-to-sitemap-btn { border-radius: 999px !important; }

@media (max-width: 1060px) {
  .brand-bar { height: 64px; padding: 0 20px; }
  .brand-bar img { width: 190px; height: 34px; }
  .brand-shell { gap: 14px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 2px; padding: 14px 20px 20px; background: var(--jumo-navy); border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 40px rgba(0,32,68,.22); }
  .site-nav.open { display: flex; }
  .nav-link, .nav-trigger { width: 100%; justify-content: space-between; min-height: 44px; padding: 0 10px; }
  .nav-menu { position: static; display: none; width: 100%; margin: 0 0 6px; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; border-radius: 9px; }
  .nav-mega { grid-template-columns: 1fr; gap: 4px; }
  .nav-group + .nav-group { border-left: 0; border-top: 1px solid var(--line); padding: 8px 0 0; margin-top: 4px; }
  .nav-item.open .nav-menu { display: block; }
  .nav-item:hover .nav-menu:not(:focus-within) { display: none; }
  .nav-item.open:hover .nav-menu { display: block; }
  .nav-cta { margin: 8px 0 0 !important; justify-content: center !important; }
}

@media (max-width: 820px) {
  .brand-bar { height: 64px; padding: 0 20px; }
  .brand-bar img { width: 190px; height: 34px; }
  .brand-shell { gap: 14px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 2px; padding: 14px 20px 20px; background: var(--jumo-navy); border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 40px rgba(0,32,68,.22); }
  .site-nav.open { display: flex; }
  .nav-link, .nav-trigger { width: 100%; justify-content: space-between; min-height: 44px; padding: 0 10px; }
  .nav-menu { position: static; display: none; width: 100%; margin: 0 0 6px; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; border-radius: 9px; }
  .nav-item.open .nav-menu { display: block; }
  .nav-item:hover .nav-menu:not(:focus-within) { display: none; }
  .nav-item.open:hover .nav-menu { display: block; }
  .nav-cta { margin: 8px 0 0 !important; justify-content: center !important; }
  .section { padding: 58px 22px !important; }
  .hero { padding-top: 72px !important; }
  .hero h1 { font-size: clamp(1.8rem, 8vw, 4.3rem) !important; }
  .stats-row { grid-template-columns: 1fr 1fr !important; }
  .trust-bar { padding: 22px !important; }
  .trust-label { white-space: nowrap !important; font-size: clamp(.6rem, 2.5vw, 1.1rem) !important; }
  .product-card, .together-banner { padding: 26px !important; }
  .product-card.core h3 { font-size: clamp(1rem, 4.6vw, 1.55rem) !important; }
  .core-differentiation > h2 { font-size: clamp(.95rem, 4vw, 1.8rem) !important; }
  .serve-section > h2 { font-size: clamp(.85rem, 3.8vw, 1.7rem) !important; }
  .section > div[style*="grid-template-columns:1fr 1fr"],
  .section > div[style*="grid-template-columns:repeat(2,1fr)"] { grid-template-columns: 1fr !important; }
  .cta-final > div[style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  .cta-final .cta-group { flex-direction: column !important; }
  .cta-final .cta-group .cta { width: min(100%, 320px) !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
