.elementor-20 .elementor-element.elementor-element-fe7c0ef{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-a587271{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-312614c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-909f9a7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-00d0ab9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-64a29dd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-bd621e5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ============================================================
   AiPro Institute™ — Shared Stylesheet
   Design direction: Light & Premium
   Single file used by every page. Mobile-first.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  /* Brand palette (matched to logo gradient) */
  --brand-cyan: #29B6E8;
  --brand-blue: #4F7FE0;
  --brand-purple: #8B5CF6;
  --brand-violet: #A855F7;
  --gradient: linear-gradient(135deg, var(--brand-cyan) 0%, var(--brand-blue) 45%, var(--brand-purple) 100%);
  --gradient-soft: linear-gradient(135deg, rgba(41,182,232,.12), rgba(168,85,247,.12));

  /* Ink & surfaces */
  --ink: #0F172A;
  --ink-2: #1E2438;
  --muted: #5B6478;
  --muted-2: #828aa0;
  --bg: #ffffff;
  --surface: #f7f8fc;
  --surface-2: #eef1f8;
  --line: #e6e9f2;
  --line-2: #d9deec;
  --white: #ffffff;

  /* Effects */
  --shadow-sm: 0 1px 2px rgba(15,23,42,.06), 0 1px 3px rgba(15,23,42,.05);
  --shadow-md: 0 8px 24px rgba(15,23,42,.08);
  --shadow-lg: 0 24px 60px rgba(31,41,87,.12);
  --shadow-brand: 0 16px 40px rgba(91,123,224,.28);

  /* Radius */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-pill: 999px;

  /* Layout */
  --container: 1160px;
  --gutter: 20px;
  --header-h: 72px;

  /* Type */
  --font-head: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ink);
}
h1 { font-size: clamp(2rem, 5.2vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.8vw, 2.5rem); }
h3 { font-size: clamp(1.18rem, 2.2vw, 1.4rem); }
h4 { font-size: 1.05rem; font-weight: 700; }
p { color: var(--muted); }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.22rem); color: var(--muted); }

.grad-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(56px, 9vw, 110px); }
.section--tight { padding-block: clamp(40px, 6vw, 72px); }
.section--surface { background: var(--surface); }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }
.measure { max-width: 720px; }
.measure-sm { max-width: 560px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head);
  font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--brand-blue);
  background: var(--gradient-soft);
  border: 1px solid var(--line);
  padding: 7px 14px; border-radius: var(--r-pill);
}
.section-head { margin-bottom: clamp(32px, 5vw, 56px); }
.section-head p { margin-top: 14px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 700; font-size: .98rem;
  padding: 14px 26px; border-radius: var(--r-pill);
  min-height: 48px; line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--gradient); color: #fff; box-shadow: var(--shadow-brand); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(91,123,224,.4); }
.btn--ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line-2); }
.btn--ghost:hover { border-color: var(--brand-blue); color: var(--brand-blue); transform: translateY(-2px); }
.btn--light { background: rgba(255,255,255,.16); color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
.btn--light:hover { background: rgba(255,255,255,.26); transform: translateY(-2px); }
.btn--wide { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.center .btn-row { justify-content: center; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-head); font-weight: 700; color: var(--brand-blue);
}
.link-arrow svg { width: 16px; height: 16px; transition: transform .18s ease; }
.link-arrow:hover svg { transform: translateX(4px); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h);
}
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 800; }
.brand img { height: 38px; width: auto; }
.brand .brand-fallback { font-size: 1.25rem; letter-spacing: -.02em; }
.brand .brand-fallback .b1 { color: #3B82C4; }
.brand .brand-fallback .b2 { background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu > li { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--ink-2);
  padding: 10px 14px; border-radius: var(--r-sm); transition: color .15s, background .15s;
}
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--brand-blue); background: var(--surface); }
.nav-link svg { width: 14px; height: 14px; opacity: .6; }

/* dropdown */
.has-sub > .submenu {
  position: absolute; top: calc(100% + 8px); left: 0;
  min-width: 250px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-md); box-shadow: var(--shadow-lg); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s, transform .18s, visibility .18s;
}
.has-sub:hover > .submenu, .has-sub:focus-within > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a { display: block; padding: 11px 13px; border-radius: var(--r-sm); }
.submenu a:hover { background: var(--surface); }
.submenu .s-title { font-family: var(--font-head); font-weight: 700; font-size: .92rem; color: var(--ink); }
.submenu .s-desc { font-size: .82rem; color: var(--muted-2); }

.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: var(--r-sm);
  align-items: center; justify-content: center; color: var(--ink);
}
.nav-toggle svg { width: 26px; height: 26px; }
.nav-toggle .icon-close { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; padding-block: clamp(48px, 8vw, 96px); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 60% at 85% 0%, rgba(168,85,247,.13), transparent 60%),
    radial-gradient(55% 55% at 5% 15%, rgba(41,182,232,.14), transparent 60%);
}
.hero-grid { display: grid; gap: clamp(36px, 5vw, 60px); align-items: center; }
.hero h1 { margin-bottom: 18px; }
.hero .lead { margin-bottom: 28px; }
.hero-art {
  background: var(--gradient); border-radius: var(--r-lg);
  aspect-ratio: 4 / 3; box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-art::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(40% 50% at 30% 20%, rgba(255,255,255,.35), transparent 60%);
}
.hero-art .glass-card {
  position: relative; z-index: 1;
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.35);
  border-radius: var(--r-md); padding: 24px 28px; color: #fff;
  backdrop-filter: blur(6px); max-width: 78%;
}

/* trust row */
.trust { display: flex; flex-wrap: wrap; gap: 22px 34px; align-items: center; margin-top: 30px; }
.trust span { font-size: .82rem; color: var(--muted-2); display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.trust svg { width: 18px; height: 18px; color: var(--brand-blue); }

/* ============================================================
   CARDS / GRIDS
   ============================================================ */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 28px;
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-2); }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .96rem; }

.icon-badge {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gradient-soft); border: 1px solid var(--line);
  margin-bottom: 18px;
}
.icon-badge svg { width: 26px; height: 26px; color: var(--brand-blue); }

.card--feature .icon-badge { background: var(--gradient); border: none; }
.card--feature .icon-badge svg { color: #fff; }

/* numbered pillar card */
.pillar { position: relative; padding-top: 30px; }
.pillar .num {
  font-family: var(--font-head); font-weight: 800; font-size: .85rem;
  color: var(--brand-purple); letter-spacing: .1em;
}
.card-list { margin-top: 16px; display: grid; gap: 10px; }
.card-list li { display: flex; gap: 10px; font-size: .93rem; color: var(--muted); align-items: flex-start; }
.card-list svg { width: 18px; height: 18px; color: var(--brand-blue); flex-shrink: 0; margin-top: 3px; }

/* ============================================================
   SPLIT / COMPARISON (internal vs external, corporate vs public)
   ============================================================ */
.split { display: grid; gap: 22px; grid-template-columns: 1fr; }
.split-card {
  border-radius: var(--r-lg); padding: clamp(26px, 4vw, 40px);
  border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm);
}
.split-card .tag {
  display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: .78rem;
  letter-spacing: .06em; text-transform: uppercase; color: var(--brand-blue);
  background: var(--gradient-soft); padding: 6px 12px; border-radius: var(--r-pill); margin-bottom: 16px;
}
.split-card--accent { background: var(--ink); border-color: var(--ink); }
.split-card--accent h3, .split-card--accent p { color: #fff; }
.split-card--accent p { color: rgba(255,255,255,.74); }
.split-card--accent .tag { background: rgba(255,255,255,.14); color: #fff; }
.split-card--accent .card-list li { color: rgba(255,255,255,.8); }

/* ============================================================
   STAT BAND
   ============================================================ */
.stat-band { background: var(--gradient); border-radius: var(--r-lg); padding: clamp(32px, 5vw, 52px); color: #fff; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 20px; text-align: center; }
.stat .num { font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem, 5vw, 2.8rem); line-height: 1; }
.stat .label { margin-top: 8px; font-size: .9rem; color: rgba(255,255,255,.85); }

/* ============================================================
   PROCESS / STEPS
   ============================================================ */
.steps { display: grid; gap: 22px; grid-template-columns: 1fr; counter-reset: step; }
.step { position: relative; padding-left: 64px; }
.step .step-num {
  position: absolute; left: 0; top: 0;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--gradient); color: #fff; font-family: var(--font-head); font-weight: 800;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-brand);
}
.step h4 { margin-bottom: 6px; }
.step p { font-size: .94rem; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.quote-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 28px; box-shadow: var(--shadow-sm); }
.quote-card .stars { color: #F5B33C; letter-spacing: 2px; margin-bottom: 12px; }
.quote-card blockquote { font-size: 1rem; color: var(--ink-2); line-height: 1.6; }
.quote-card .who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--gradient); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 800; }
.who .name { font-family: var(--font-head); font-weight: 700; font-size: .92rem; color: var(--ink); }
.who .role { font-size: .82rem; color: var(--muted-2); }

/* ============================================================
   PRICING
   ============================================================ */
.pricing { display: grid; gap: 22px; grid-template-columns: 1fr; align-items: stretch; }
.price-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.price-card.featured { border: 2px solid transparent; background:
  linear-gradient(#fff,#fff) padding-box,
  var(--gradient) border-box; box-shadow: var(--shadow-md); position: relative; }
.price-card.featured .badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--gradient); color: #fff; font-family: var(--font-head); font-weight: 700;
  font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; padding: 6px 14px; border-radius: var(--r-pill);
}
.price-card .plan { font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; }
.price-card .price { font-family: var(--font-head); font-weight: 800; font-size: 2.4rem; margin: 12px 0 2px; }
.price-card .price small { font-size: .9rem; font-weight: 600; color: var(--muted); }
.price-card .price-note { font-size: .82rem; color: var(--muted-2); }
.price-card .feat-list { margin: 22px 0; display: grid; gap: 12px; }
.price-card .feat-list li { display: flex; gap: 10px; font-size: .92rem; color: var(--muted); }
.price-card .feat-list svg { width: 18px; height: 18px; color: var(--brand-blue); flex-shrink: 0; margin-top: 2px; }
.price-card .btn { margin-top: auto; }
.placeholder-flag {
  display: inline-block; font-size: .72rem; font-weight: 700; color: #9a6b00;
  background: #fff4d6; border: 1px dashed #e9c662; padding: 2px 8px; border-radius: 6px; margin-left: 6px;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { background: var(--ink); border-radius: var(--r-lg); padding: clamp(36px, 6vw, 64px); text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(50% 80% at 80% 0%, rgba(168,85,247,.4), transparent 60%), radial-gradient(50% 80% at 10% 100%, rgba(41,182,232,.35), transparent 60%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.78); margin: 14px auto 26px; }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 22px; font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: var(--ink);
}
.faq-q .chev { transition: transform .25s; flex-shrink: 0; color: var(--brand-blue); }
.faq-q[aria-expanded="true"] .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 22px 22px; color: var(--muted); font-size: .96rem; }

/* ============================================================
   CONTACT METHODS
   ============================================================ */
.contact-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
.contact-card { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 24px; box-shadow: var(--shadow-sm); }
.contact-card .icon-badge { margin-bottom: 0; flex-shrink: 0; }
.contact-card h4 { margin-bottom: 4px; }
.contact-card p { font-size: .92rem; margin-bottom: 8px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #0B1020; color: rgba(255,255,255,.7); padding-block: clamp(48px, 7vw, 72px) 28px; }
.footer-grid { display: grid; gap: 36px; grid-template-columns: 1fr; }
.footer-brand .brand-fallback { color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; }
.footer-brand p { color: rgba(255,255,255,.6); font-size: .92rem; margin-top: 14px; max-width: 320px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; transition: background .15s; }
.footer-social a:hover { background: var(--gradient); }
.footer-social svg { width: 18px; height: 18px; color: #fff; }
.footer-col h5 { font-family: var(--font-head); font-weight: 700; color: #fff; font-size: .95rem; margin-bottom: 16px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { font-size: .9rem; color: rgba(255,255,255,.62); transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center;
  font-size: .84rem; color: rgba(255,255,255,.5);
}
.footer-bottom a { color: rgba(255,255,255,.5); }
.footer-bottom a:hover { color: #fff; }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb { font-size: .84rem; color: var(--muted-2); padding-top: 20px; }
.breadcrumb a:hover { color: var(--brand-blue); }
.breadcrumb span { margin-inline: 6px; opacity: .6; }

/* ============================================================
   MISC / UTIL
   ============================================================ */
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.chip { font-size: .82rem; font-weight: 600; color: var(--ink-2); background: var(--surface); border: 1px solid var(--line); padding: 7px 14px; border-radius: var(--r-pill); }
.note-box { background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--brand-blue); border-radius: var(--r-sm); padding: 16px 18px; font-size: .9rem; color: var(--muted); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 10px 16px; border-radius: 8px; z-index: 100; box-shadow: var(--shadow-md); }
.skip-link:focus { left: 8px; }

/* media object for split intro */
.media-2col { display: grid; gap: clamp(28px,5vw,52px); align-items: center; grid-template-columns: 1fr; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 640px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 768px) {
  .pricing { grid-template-columns: repeat(3, 1fr); }
  .pricing.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1180px) {
  .pricing.cols-4 { grid-template-columns: repeat(4, 1fr); }
  .pricing.cols-4 .price-card { padding: 26px 22px; }
  .pricing.cols-4 .price-card .price { font-size: 2rem; }
}
@media (min-width: 960px) {
  :root { --gutter: 32px; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; }
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .split { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .media-2col { grid-template-columns: 1fr 1fr; }
  .media-2col.reverse > :first-child { order: 2; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
}
@media (min-width: 1100px) {
  .steps.steps-4 { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- Mobile nav (drawer) ---------- */
@media (max-width: 959px) {
  .nav-toggle { display: flex; }
  .nav-menu {
    position: fixed; inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 14px var(--gutter) 22px; box-shadow: var(--shadow-lg);
    max-height: calc(100vh - var(--header-h)); overflow-y: auto;
    transform: translateY(-12px); opacity: 0; visibility: hidden;
    transition: opacity .2s, transform .2s, visibility .2s;
  }
  body.nav-open .nav-menu { transform: translateY(0); opacity: 1; visibility: visible; }
  body.nav-open .nav-toggle .icon-open { display: none; }
  body.nav-open .nav-toggle .icon-close { display: block; }
  .nav-link { padding: 13px 12px; font-size: 1.02rem; }
  .has-sub > .submenu {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: none; border-left: 2px solid var(--line); border-radius: 0;
    margin: 2px 0 8px 12px; padding: 0 0 0 8px; min-width: 0;
  }
  .submenu .s-desc { display: none; }
  .nav .nav-cta .btn--ghost { display: none; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}/* End custom CSS */