/* ==========================================================================
   Nexus Pharma Trade — Regulatory & Market Services Italy
   Design system 2026 — corporate / pharmaceutical / international / B2B
   ========================================================================== */

/* --- Tokens ------------------------------------------------------------- */
:root {
  /* Brand */
  --navy:        #0B2239;
  --navy-800:    #102D4A;
  --navy-700:    #16395C;
  --navy-600:    #1D4670;
  --cyan:        #00B4E5;
  --cyan-600:    #0098C4;
  --cyan-050:    #E6F7FD;
  --green:       #7FC241;
  --green-050:   #F0F8E7;

  /* Neutrals */
  --ink:         #16202B;
  --body:        #465666;
  --muted:       #6D7C8B;
  --line:        #E3E9EF;
  --line-soft:   #EFF3F7;
  --bg:          #FFFFFF;
  --bg-soft:     #F6F9FB;
  --bg-tint:     #EEF4F8;

  /* Type */
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --tracking-eyebrow: .14em;

  /* Space & shape */
  --container: 1200px;
  --gutter: 24px;
  --radius: 4px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 2px rgba(11,34,57,.06), 0 2px 8px rgba(11,34,57,.04);
  --shadow-md: 0 2px 4px rgba(11,34,57,.05), 0 12px 32px rgba(11,34,57,.08);
  --shadow-lg: 0 4px 8px rgba(11,34,57,.06), 0 24px 56px rgba(11,34,57,.12);
  --header-h: 76px;
}

/* --- Reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.68;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--cyan-600); text-decoration: none; }
a:hover { color: var(--navy); }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
h1, h2, h3, h4, h5 { margin: 0; color: var(--ink); font-weight: 700; letter-spacing: -.02em; line-height: 1.16; }
h1, h2, h3, h4, h5, p, li, label, .btn { overflow-wrap: break-word; }
/* Long option labels must never widen the page on a narrow phone. */
.field select, .choice-text, .audience li { overflow-wrap: anywhere; min-width: 0; }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); letter-spacing: -.03em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.3rem; letter-spacing: -.015em; }
h4 { font-size: 1.06rem; letter-spacing: -.01em; }
p  { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
strong { color: var(--ink); font-weight: 600; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 2px; border-radius: 2px; }

/* --- Layout primitives -------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 860px; }
.section { padding: clamp(56px, 7vw, 100px) 0; }
.section--soft { background: var(--bg-soft); }
.section--tint { background: var(--bg-tint); }
.section--tight { padding: clamp(40px, 5vw, 68px) 0; }
.grid { display: grid; gap: 28px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--navy); color: #fff; padding: 12px 20px;
}
.skip-link:focus { left: 12px; top: 12px; color: #fff; }

/* --- Type helpers ------------------------------------------------------- */
.eyebrow {
  display: block; margin: 0 0 14px;
  font-size: .74rem; font-weight: 700; letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase; color: var(--cyan-600);
}
.eyebrow--light { color: #7FD8F4; }
.lead { font-size: 1.16rem; line-height: 1.62; color: var(--body); }
.section-head { max-width: 760px; margin-bottom: clamp(32px, 4vw, 52px); }
.section-head--center { max-width: 820px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 16px; font-size: 1.1rem; }
.rule { width: 52px; height: 3px; background: var(--cyan); border: 0; margin: 18px 0 0; }
.section-head--center .rule { margin-inline: auto; }
.text-light, .text-light h1, .text-light h2, .text-light h3, .text-light h4 { color: #fff; }
.text-light p, .text-light li { color: rgba(255,255,255,.82); }

/* --- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border: 1px solid transparent; border-radius: var(--radius);
  font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 15px; height: 15px; flex: none; }
.btn--primary { background: var(--cyan); color: #fff; box-shadow: 0 6px 18px rgba(0,180,229,.28); }
.btn--primary:hover { background: var(--cyan-600); color: #fff; box-shadow: 0 10px 26px rgba(0,180,229,.34); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-700); color: #fff; }
.btn--green { background: var(--green); color: #fff; box-shadow: 0 6px 18px rgba(127,194,65,.28); }
.btn--green:hover { background: #6FAF35; color: #fff; }
.btn--outline { border-color: var(--line); background: #fff; color: var(--navy); }
.btn--outline:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.btn--ghost-light { border-color: rgba(255,255,255,.45); color: #fff; background: transparent; }
.btn--ghost-light:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn--sm { padding: 11px 18px; font-size: .7rem; letter-spacing: .07em; white-space: nowrap; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row--center { justify-content: center; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--navy);
}
.link-arrow svg { width: 14px; height: 14px; transition: transform .18s ease; }
.link-arrow:hover { color: var(--cyan-600); }
.link-arrow:hover svg { transform: translateX(4px); }

/* --- Header ------------------------------------------------------------- */
.topbar {
  background: var(--navy); color: rgba(255,255,255,.7);
  font-size: .8rem; letter-spacing: .01em;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.topbar a { color: rgba(255,255,255,.78); }
.topbar a:hover { color: #fff; }
.topbar-meta { display: flex; align-items: center; gap: 22px; }
.topbar-tag { color: rgba(255,255,255,.55); letter-spacing: .08em; text-transform: uppercase; font-size: .7rem; font-weight: 600; }

.lang-switch { display: flex; align-items: center; gap: 4px; }
.lang-switch a {
  padding: 3px 8px; border-radius: 3px; font-size: .72rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6);
}
.lang-switch a:hover { background: rgba(255,255,255,.1); color: #fff; }
.lang-switch a[aria-current="true"] { background: var(--cyan); color: #fff; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96); backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; gap: 18px; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 14px; flex: none; }
.brand img { height: 38px; width: auto; }
.brand-sig {
  display: none; padding-left: 14px; border-left: 1px solid var(--line);
  font-size: .68rem; font-weight: 600; line-height: 1.35; letter-spacing: .06em;
  text-transform: uppercase; color: var(--muted); max-width: 130px;
}
.nav { margin-left: auto; }
.nav > ul { display: flex; align-items: center; gap: 2px; }
.nav > ul > li { position: relative; }
.nav > ul > li > a {
  display: flex; align-items: center; gap: 6px; padding: 9px 11px;
  font-size: .75rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  white-space: nowrap; color: var(--navy); border-radius: var(--radius);
}
.nav > ul > li > a:hover { background: var(--bg-tint); }
.nav > ul > li > a[aria-current="page"] { color: var(--cyan-600); }
.nav .caret { width: 9px; height: 9px; opacity: .55; transition: transform .18s ease; }
.has-sub[data-open="true"] .caret { transform: rotate(180deg); }
.subnav {
  position: absolute; top: calc(100% + 8px); left: 0; z-index: 20;
  min-width: 288px; padding: 10px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.has-sub:hover .subnav, .has-sub:focus-within .subnav, .has-sub[data-open="true"] .subnav {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.subnav a {
  display: block; padding: 10px 14px; border-radius: var(--radius);
  font-size: .92rem; font-weight: 500; color: var(--ink);
}
.subnav a span { display: block; margin-top: 2px; font-size: .78rem; font-weight: 400; color: var(--muted); }
.subnav a:hover { background: var(--bg-tint); color: var(--navy); }
.subnav a:hover span { color: var(--body); }
.subnav li.is-featured a { background: var(--navy); color: #fff; }
.subnav li.is-featured a span { color: rgba(255,255,255,.72); }
.subnav li.is-featured a:hover { background: var(--navy-700); }
.header-cta { flex: none; }
.nav .mobile-cta { display: none; }
.nav-toggle {
  display: none; margin-left: auto; width: 44px; height: 44px; padding: 0;
  background: transparent; border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 18px; height: 2px; background: var(--navy); margin-inline: auto;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle span { position: relative; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: translateY(-6px) rotate(-45deg); }

/* --- Hero (home) -------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, #071A2C 0%, var(--navy) 46%, var(--navy-700) 100%);
  color: #fff;
}
/* Corporate texture rather than stock photography: a fine dot grid fading in
   from the right. To use a commissioned photograph instead, add it as a third
   background layer here, keeping the navy scrim in front of it. */
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: .55;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.13) 1px, transparent 0);
  background-size: 26px 26px;
  mask-image: linear-gradient(100deg, transparent 38%, #000 100%);
  -webkit-mask-image: linear-gradient(100deg, transparent 38%, #000 100%);
}
/* Angled brand accent anchoring the right edge of the hero. */
.hero-mark {
  position: absolute; z-index: 2; right: 0; top: 0; bottom: 0; width: 46%;
  pointer-events: none;
  background:
    linear-gradient(200deg, rgba(0,180,229,.18) 0%, rgba(0,180,229,0) 46%),
    linear-gradient(340deg, rgba(127,194,65,.16) 0%, rgba(127,194,65,0) 44%);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}
/* Brand mark as a quiet watermark, cropped out of the full logo lockup. */
.hero-mark::before {
  content: ""; position: absolute; right: 6%; top: 50%;
  width: 420px; height: 420px; transform: translateY(-50%);
  background-image: url("../img/nexus-logo.png");
  background-repeat: no-repeat;
  background-size: auto 420px;
  background-position: -32px center;
  opacity: .13;
}
@media (max-width: 1100px) { .hero-mark::before { display: none; } }
@media (max-width: 900px)  { .hero-mark { display: none; } }
.hero::before {
  content: ""; position: absolute; z-index: 2; right: -180px; top: -140px;
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,180,229,.32) 0%, rgba(0,180,229,0) 68%);
}
.hero .container { position: relative; z-index: 3; padding-top: clamp(60px, 8vw, 104px); padding-bottom: clamp(52px, 6vw, 84px); }
.hero-inner { max-width: 800px; }
.hero h1 { color: #fff; }
.hero h1 .accent { color: #5FD4F5; }
.hero-sub {
  margin: 20px 0 0; font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 400; line-height: 1.4; color: rgba(255,255,255,.88); letter-spacing: -.01em;
}
.hero-capabilities {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 26px;
  margin: 32px 0 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16);
}
.hero-capabilities li {
  position: relative; padding-left: 16px;
  font-size: .76rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(255,255,255,.78);
}
.hero-capabilities li::before {
  content: ""; position: absolute; left: 0; top: .5em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--cyan);
}
.hero .btn-row { margin-top: 34px; }
.hero-note {
  margin-top: 26px; font-size: .88rem; color: rgba(255,255,255,.6);
}

/* --- Page hero (inner pages) -------------------------------------------- */
.page-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(115deg, #071A2C 0%, var(--navy) 55%, var(--navy-700) 100%);
  color: #fff;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.10) 1px, transparent 0);
  background-size: 28px 28px;
  mask-image: linear-gradient(105deg, transparent 45%, #000 100%);
  -webkit-mask-image: linear-gradient(105deg, transparent 45%, #000 100%);
}
.page-hero::before {
  content: ""; position: absolute; right: -140px; top: -160px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,180,229,.26) 0%, rgba(0,180,229,0) 70%);
}
.page-hero--premium { background: linear-gradient(115deg, #05131F 0%, #0B2239 48%, #123252 100%); }
.page-hero--premium::before { background: radial-gradient(circle, rgba(127,194,65,.24) 0%, rgba(127,194,65,0) 70%); }
.page-hero .container { position: relative; z-index: 2; padding-top: clamp(40px, 5vw, 60px); padding-bottom: clamp(52px, 6vw, 80px); }
.page-hero h1 { color: #fff; max-width: 20ch; }
.page-hero .lead { margin-top: 20px; max-width: 62ch; color: rgba(255,255,255,.85); font-size: 1.2rem; }
.page-hero .btn-row { margin-top: 32px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; font-size: .8rem; }
.breadcrumb li { color: rgba(255,255,255,.55); }
.breadcrumb a { color: rgba(255,255,255,.72); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; color: rgba(255,255,255,.3); }

/* --- Pathway (6 steps) -------------------------------------------------- */
.pathway-intro { text-align: center; max-width: 800px; margin: 0 auto clamp(36px, 4vw, 56px); }
.pathway-intro h2 { font-size: clamp(1.6rem, 2.6vw, 2.15rem); }
.pathway { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; position: relative; }
.pathway::before {
  content: ""; position: absolute; left: 8%; right: 8%; top: 27px; height: 2px;
  background: linear-gradient(90deg, var(--cyan) 0%, var(--cyan) 55%, var(--green) 100%);
  opacity: .35;
}
.pathway--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pathway--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.pathway-step { position: relative; padding: 0 12px; text-align: center; }
.pathway-num {
  position: relative; z-index: 2; width: 54px; height: 54px; margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #fff; border: 2px solid var(--cyan);
  font-size: .95rem; font-weight: 700; color: var(--navy); letter-spacing: -.01em;
  box-shadow: 0 0 0 6px var(--bg-soft);
}
.section--soft .pathway-num { box-shadow: 0 0 0 6px var(--bg-soft); }
.pathway-step:nth-child(n+5) .pathway-num { border-color: var(--green); }
.pathway-step h3 { font-size: 1rem; letter-spacing: -.01em; }
.pathway-step p { margin-top: 8px; font-size: .88rem; line-height: 1.5; color: var(--muted); }

/* --- Offer blocks (two routes) ------------------------------------------ */
.offers { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 28px; align-items: stretch; }
.offer {
  position: relative; display: flex; flex-direction: column;
  padding: clamp(30px, 3.4vw, 46px);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.offer--premium {
  background: linear-gradient(150deg, #0B2239 0%, #12324F 100%);
  border-color: transparent; box-shadow: var(--shadow-lg); color: rgba(255,255,255,.82);
}
.offer--premium h3, .offer--premium h2 { color: #fff; }
.offer-badge {
  position: absolute; top: 0; right: clamp(28px, 3vw, 44px); transform: translateY(-50%);
  padding: 7px 16px; border-radius: 100px; background: var(--green); color: #fff;
  font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(127,194,65,.35);
}
.offer h3 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); }
.offer-claim {
  margin: 16px 0 0; font-size: 1.1rem; line-height: 1.5; color: var(--ink); font-weight: 500;
}
.offer--premium .offer-claim { color: #9FE3FB; }
.offer-list { margin: 26px 0 0; display: grid; gap: 11px; }
.offer--premium .offer-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; }
.offer-list li { position: relative; padding-left: 26px; font-size: .96rem; line-height: 1.45; }
.offer-list li::before {
  content: ""; position: absolute; left: 0; top: .48em; width: 8px; height: 8px;
  border-radius: 2px; background: var(--cyan);
}
.offer--premium .offer-list li::before { background: var(--green); }
.offer .btn-row { margin-top: auto; padding-top: 32px; }

/* --- Cards -------------------------------------------------------------- */
.card {
  display: flex; flex-direction: column; height: 100%;
  padding: 30px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
a.card:hover, .card--link:hover { border-color: var(--cyan); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.card h3 { font-size: 1.14rem; }
.card p { margin-top: 12px; font-size: .96rem; color: var(--body); }
.card .link-arrow { margin-top: auto; padding-top: 22px; }
.card-icon {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; margin-bottom: 20px;
  border-radius: var(--radius); background: var(--cyan-050); color: var(--cyan-600);
}
.card-icon svg { width: 24px; height: 24px; }
.card-icon--green { background: var(--green-050); color: #5E9C2B; }
.card-num {
  display: block; margin-bottom: 14px; font-size: .78rem; font-weight: 700;
  letter-spacing: .12em; color: var(--cyan-600);
}

/* Business-line cards */
.line-card { position: relative; overflow: hidden; padding: 34px 30px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); height: 100%; display: flex; flex-direction: column; }
.line-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--cyan); }
.line-card--2::before { background: var(--green); }
.line-card--3::before { background: var(--navy-600); }
.line-card h3 { font-size: 1.2rem; }
.line-card p { margin-top: 12px; font-size: .96rem; }
.line-card .link-arrow { margin-top: auto; padding-top: 22px; }

/* --- Phases (Full Service Italy) ---------------------------------------- */
.phases { display: grid; gap: 20px; counter-reset: phase; }
.phase {
  display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 40px;
  padding: clamp(26px, 3vw, 38px); background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
}
.phase-head { position: relative; }
.phase-tag {
  display: inline-block; margin-bottom: 12px; padding: 5px 12px; border-radius: 3px;
  background: var(--cyan-050); color: var(--cyan-600);
  font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.phase:nth-child(n+4) .phase-tag { background: var(--green-050); color: #5E9C2B; }
.phase-head h3 { font-size: 1.35rem; }
.phase-head p { margin-top: 10px; font-size: .92rem; color: var(--muted); }
.phase-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; align-content: start; }
.phase-list li { position: relative; padding-left: 28px; font-size: .98rem; color: var(--ink); }
.phase-list li::before {
  content: ""; position: absolute; left: 0; top: .34em; width: 17px; height: 17px;
  border-radius: 50%; background: var(--cyan-050);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230098C4' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 11px; background-repeat: no-repeat; background-position: center;
}
.phase:nth-child(n+4) .phase-list li::before {
  background-color: var(--green-050);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235E9C2B' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

/* --- Service list (regulatory) ------------------------------------------ */
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.service-list li { background: #fff; padding: 22px 26px; display: flex; gap: 16px; align-items: flex-start; }
.service-list .n { font-size: .74rem; font-weight: 700; letter-spacing: .1em; color: var(--cyan-600); padding-top: 3px; min-width: 26px; }
.service-list h4 { font-size: 1rem; }
.service-list p { margin-top: 5px; font-size: .9rem; line-height: 1.5; color: var(--muted); }

/* --- Statement band ----------------------------------------------------- */
.statement {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-700) 100%); color: #fff;
}
.statement::before {
  content: ""; position: absolute; left: -120px; bottom: -180px; width: 480px; height: 480px;
  border-radius: 50%; background: radial-gradient(circle, rgba(127,194,65,.22) 0%, rgba(127,194,65,0) 70%);
}
.statement .container { position: relative; z-index: 2; text-align: center; }
.statement .statement-quote {
  margin: 0 auto; max-width: 20ch;
  font-size: clamp(2rem, 4.4vw, 3.1rem); font-weight: 700; line-height: 1.12;
  letter-spacing: -.03em; color: #fff;
}
.statement .statement-quote em { font-style: normal; color: #9CDC5E; }
.statement p { max-width: 62ch; margin: 26px auto 0; font-size: 1.08rem; color: rgba(255,255,255,.76); }

/* --- Split (image + text) ----------------------------------------------- */
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 5vw, 72px); align-items: center; }
.split--top { align-items: start; }
.split--reverse .split-media { order: 2; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; object-fit: cover; }
.split-media--tall img { aspect-ratio: 4 / 3; }

/* --- Why Nexus ---------------------------------------------------------- */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.why-item { background: #fff; padding: 34px 30px; }
.why-item .card-icon { margin-bottom: 18px; }
.why-item h3 { font-size: 1.08rem; }
.why-item p { margin-top: 10px; font-size: .94rem; color: var(--muted); }

/* --- Audience checklist ------------------------------------------------- */
.audience { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.audience li {
  display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  font-size: 1.02rem; color: var(--ink); font-weight: 500;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.audience li:hover { border-color: var(--cyan); box-shadow: var(--shadow-sm); }
.audience .tick {
  flex: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--cyan-050); display: flex; align-items: center; justify-content: center; color: var(--cyan-600);
}
.audience .tick svg { width: 14px; height: 14px; }

/* --- Facts / figures ---------------------------------------------------- */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; }
.fact { padding-left: 22px; border-left: 3px solid var(--cyan); }
.fact-value { display: block; font-size: 1.05rem; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }
.fact p { margin-top: 6px; font-size: .92rem; color: var(--muted); }

/* --- Callout ------------------------------------------------------------ */
.callout {
  padding: clamp(26px, 3vw, 38px); border-radius: var(--radius-lg);
  background: var(--bg-tint); border-left: 4px solid var(--cyan);
}
.callout h3 { font-size: 1.2rem; }
.callout p { margin-top: 10px; }
.callout--green { border-left-color: var(--green); background: var(--green-050); }

/* --- CTA band ----------------------------------------------------------- */
.cta-band { background: var(--navy); color: #fff; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: clamp(40px, 5vw, 64px); }
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 2.4vw, 2rem); max-width: 22ch; }
.cta-band p { margin-top: 12px; color: rgba(255,255,255,.76); max-width: 56ch; }
.cta-band .btn-row { flex: none; }

/* --- Forms -------------------------------------------------------------- */
.form-wrap {
  padding: clamp(28px, 3.4vw, 44px); background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 600; color: var(--ink); letter-spacing: .01em; }
.field .req { color: var(--cyan-600); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; font-family: inherit; font-size: .98rem; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color .16s ease, box-shadow .16s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px var(--cyan-050);
}
.field textarea { min-height: 130px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236D7C8B' stroke-width='2.5' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 15px; padding-right: 40px; }
.choice-group { display: grid; gap: 10px; }
.choice {
  display: flex; align-items: flex-start; gap: 12px; padding: 15px 18px; cursor: pointer;
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  transition: border-color .16s ease, background .16s ease;
}
.choice:hover { border-color: var(--cyan); background: var(--cyan-050); }
.choice input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--cyan); flex: none; }
.choice-text { font-size: .96rem; color: var(--ink); font-weight: 500; }
.choice-text span { display: block; margin-top: 2px; font-size: .84rem; font-weight: 400; color: var(--muted); }
.inline-radios { display: flex; gap: 22px; padding-top: 4px; }
.inline-radios label { display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: .96rem; color: var(--ink); cursor: pointer; }
.inline-radios input { accent-color: var(--cyan); width: 17px; height: 17px; }
.form-consent { display: flex; gap: 12px; align-items: flex-start; font-size: .86rem; color: var(--muted); }
.form-consent input { margin-top: 3px; accent-color: var(--cyan); width: 17px; height: 17px; flex: none; }
.form-note { margin-top: 18px; font-size: .84rem; color: var(--muted); }
.hp { position: absolute; left: -9999px; }

/* --- Contact info ------------------------------------------------------- */
.info-list { display: grid; gap: 26px; }
.info-item { display: flex; gap: 16px; }
.info-item .card-icon { flex: none; margin: 0; width: 42px; height: 42px; }
.info-item h4 { font-size: .96rem; }
.info-item p { margin-top: 4px; font-size: .95rem; color: var(--muted); }

/* --- Footer ------------------------------------------------------------- */
.site-footer { background: #071A2C; color: rgba(255,255,255,.62); font-size: .93rem; }
.footer-main { padding: clamp(52px, 6vw, 76px) 0 44px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; min-width: 0; }
.footer-brand img { height: 44px; width: auto; filter: brightness(0) invert(1); opacity: .95; }
.footer-sig { margin-top: 16px; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan); }
.footer-brand p { margin-top: 14px; max-width: 34ch; font-size: .92rem; }
.site-footer h4 { color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.site-footer ul { display: grid; gap: 10px; }
.site-footer a { color: rgba(255,255,255,.62); }
.site-footer a:hover { color: var(--cyan); }
.footer-legal { border-top: 1px solid rgba(255,255,255,.1); padding: 24px 0 34px; }
.footer-legal p { font-size: .8rem; line-height: 1.65; color: rgba(255,255,255,.45); }
.footer-legal b { color: rgba(255,255,255,.7); font-weight: 600; }

/* --- Prose (legal / long text) ------------------------------------------ */
.prose h2 { margin-top: 2.2em; font-size: 1.5rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.8em; }
.prose ul { margin: 0 0 1.2em; display: grid; gap: 8px; }
.prose ul li { position: relative; padding-left: 22px; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .6em; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }
.prose a { text-decoration: underline; text-underline-offset: 3px; }

/* --- Utilities ---------------------------------------------------------- */
.mt-1 { margin-top: 16px; }
.mt-2 { margin-top: 22px; }
.mt-3 { margin-top: 26px; }
.mt-4 { margin-top: 32px; }
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: 28px; }
.pt-0 { padding-top: 0; }
.center { text-align: center; }
.center-x { margin-inline: auto; }
.measure { max-width: 64ch; margin-inline: auto; }
.list-1 { grid-template-columns: minmax(0, 1fr); }
.title-md { font-size: 1.5rem; }
.title-lg { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.pane { min-height: 52vh; display: flex; align-items: center; }

/* --- Reveal animation --------------------------------------------------- */
/* Scoped to .js: without JavaScript every section stays visible. */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* --- Responsive --------------------------------------------------------- */
@media (min-width: 1460px) { .brand-sig { display: block; } }

@media (max-width: 1100px) {
  .pathway, .pathway--3, .pathway--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 40px; }
  .pathway::before { display: none; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
}

@media (max-width: 1180px) {
  :root { --header-h: 66px; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0; margin: 0;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    max-height: calc(100vh - var(--header-h)); overflow-y: auto;
    display: none; padding: 12px var(--gutter) 26px;
  }
  .nav[data-open="true"] { display: block; }
  .nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav > ul > li > a { padding: 14px 4px; border-bottom: 1px solid var(--line-soft); border-radius: 0; font-size: .88rem; }
  .nav > ul > li > a:hover { background: transparent; color: var(--cyan-600); }
  .has-sub > a { justify-content: space-between; }
  .subnav {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: 0; border-bottom: 1px solid var(--line-soft);
    border-radius: 0; padding: 6px 0 14px; min-width: 0; display: none;
    background: var(--bg-soft);
  }
  .has-sub[data-open="true"] .subnav { display: block; }
  .has-sub:hover .subnav { display: none; }
  .has-sub[data-open="true"]:hover .subnav { display: block; }
  .nav .mobile-cta { display: block; margin-top: 20px; }
  .offers { grid-template-columns: minmax(0, 1fr); }
  .phase { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .split { grid-template-columns: minmax(0, 1fr); }
  .split--reverse .split-media { order: 0; }
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-band .container { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .hero-capabilities { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: minmax(0, 1fr); }
  .service-list, .audience, .phase-list, .form-grid { grid-template-columns: minmax(0, 1fr); }
  .offer--premium .offer-list { grid-template-columns: minmax(0, 1fr); }
  .pathway, .pathway--3, .pathway--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .topbar .topbar-tag { display: none; }
  .topbar .container { justify-content: flex-end; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .hero-capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
}
