

  :root {
    --navy: #0B2143; --navy-2: #0E2A54; --navy-deep: #071834;
    --red: #C8102E; --red-2: #A50E26; --red-br: #E0223E; --blue: #2E6BB0; --slate: #8A94A6;
    --paper: #FFFFFF; --gray: #EFEFF1; --gray-2: #E4E5E9;
    --ink: #1A2438; --muted: #5C6779;
    --line: rgba(11,33,67,.14); --line-2: rgba(11,33,67,.07);
    --bg: var(--paper); --fg: var(--ink); --accent: var(--red); --surface: var(--gray); --surface-2: var(--gray-2);
    --on-navy: #EAF0F8; --on-navy-muted: #9CB0CD;
    --sans: "Poppins", "Century Gothic", "Futura", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --maxw: 1180px; --gutter: clamp(20px, 5vw, 60px);
  }
  @media (prefers-color-scheme: dark){ :root{ --bg:#0A1526;--fg:#E9EEF6;--muted:#98A6BC;--surface:#10203A;--surface-2:#0C1A30;
    --line:rgba(185,205,235,.16);--line-2:rgba(185,205,235,.08);--gray:#10203A;--gray-2:#0C1A30;--accent:#E23E56;--navy:#0A1A32;--navy-2:#0E2748;} }
  :root[data-theme="dark"]{ --bg:#0A1526;--fg:#E9EEF6;--muted:#98A6BC;--surface:#10203A;--surface-2:#0C1A30;
    --line:rgba(185,205,235,.16);--line-2:rgba(185,205,235,.08);--gray:#10203A;--gray-2:#0C1A30;--accent:#E23E56;--navy:#0A1A32;--navy-2:#0E2748; }
  :root[data-theme="light"]{ --bg:#FFFFFF;--fg:#1A2438;--muted:#5C6779;--surface:#EFEFF1;--surface-2:#E4E5E9;
    --line:rgba(11,33,67,.14);--line-2:rgba(11,33,67,.07);--gray:#EFEFF1;--gray-2:#E4E5E9;--accent:#C8102E;--navy:#0B2143;--navy-2:#0E2A54; }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; } @media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} }
  body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--sans); font-size: 17px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
  .wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
  a { color: inherit; text-decoration: none; }
  h1,h2,h3 { margin: 0; font-weight: 400; letter-spacing: -.015em; line-height: 1.1; text-wrap: balance; }

  .pill { display: inline-flex; align-items: center; gap: 10px; border: 1.5px solid var(--navy); color: var(--fg); border-radius: 999px; padding: 8px 18px; font-size: 12.5px; font-weight: 600; letter-spacing: .06em; }
  .pill.on-navy { border-color: rgba(255,255,255,.4); color: #fff; } .pill .num { color: var(--accent); font-weight: 700; }

  .btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 24px; font-weight: 600; font-size: 15px; border: 1.5px solid transparent; border-radius: 999px; cursor: pointer; transition: all .15s ease; }
  .btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
  .btn-primary { background: var(--accent); color: #fff; } .btn-primary:hover { background: var(--red-br); transform: translateY(-1px); }
  .btn-outline { border-color: var(--line); color: var(--fg); } .btn-outline:hover { border-color: var(--accent); color: var(--accent); }
  .btn-on-navy { border-color: rgba(255,255,255,.4); color: #fff; } .btn-on-navy:hover { background: rgba(255,255,255,.08); }
  .arrow { transition: transform .15s ease; } .btn:hover .arrow, a.lnk:hover .arrow { transform: translateX(3px); }
  a.lnk { color: var(--accent); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 7px; }

  .topbar { background: var(--navy-deep); color: var(--on-navy-muted); font-size: 12.5px; }
  .topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 40px; }
  .topbar .l { display: flex; align-items: center; gap: 9px; } .topbar .l .dot { color: var(--red-br); }
  .topbar .r { display: flex; align-items: center; gap: 20px; } .topbar a { color: var(--on-navy); } .topbar a:hover { color:#fff; }
  .topbar .sep { width: 1px; height: 14px; background: rgba(255,255,255,.18); }
  @media (max-width: 680px){ .topbar .l { display:none; } }

  header.site { position: sticky; top: 0; z-index: 50; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 76px; }
  .brand .logo { height: 30px; width: auto; display: block; }
  .menu { display: flex; gap: 20px; align-items: center; }
  .menu > li { list-style: none; position: relative; } .menu ul { list-style: none; margin: 0; padding: 0; }
  .menu > li > a { font-size: 14px; font-weight: 500; color: var(--on-navy-muted); display: inline-flex; align-items: center; gap: 6px; padding: 6px 0; position: relative; }
  .menu > li > a:hover, .menu > li:hover > a, .menu > li.active > a { color: #fff; }
  .menu > li > a::after { content:""; position:absolute; left:0; right:0; bottom:-24px; height:2px; background:var(--red-br); transform:scaleX(0); transform-origin:left; transition:transform .2s ease; }
  .menu > li:hover > a::after, .menu > li.active > a::after { transform: scaleX(1); }
  .menu .caret { width:8px; height:8px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:rotate(45deg); position:relative; top:-2px; }
  .menu .sub { position:absolute; top:calc(100% + 8px); left:-14px; min-width:264px; background:var(--bg); border:1px solid var(--line); border-radius:10px; padding:8px; box-shadow:0 24px 50px -24px rgba(11,33,67,.5); opacity:0; visibility:hidden; transform:translateY(6px); transition:opacity .16s ease, transform .16s ease, visibility .16s; z-index:60; }
  .menu > li:hover > .sub, .menu > li:focus-within > .sub { opacity:1; visibility:visible; transform:none; }
  .menu .sub li { position: relative; }
  .menu .sub a { display:flex; align-items:center; justify-content:space-between; gap:10px; color:var(--fg); font-size:14px; font-weight:500; padding:10px 12px; border-radius:7px; }
  .menu .sub a:hover, .menu .sub a.active { background:var(--surface); color:var(--accent); }
  .menu .sub .chev { width:7px; height:7px; border-right:1.5px solid currentColor; border-top:1.5px solid currentColor; transform:rotate(45deg); opacity:.55; }
  .menu .sub .sub2 { top:-9px; left:calc(100% + 6px); }
  .menu .sub li:hover > .sub2, .menu .sub li:focus-within > .sub2 { opacity:1; visibility:visible; transform:none; }
  .menu .sub .lead-in { padding:6px 12px 8px; font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); }
  .nav-actions { display: flex; align-items: center; gap: 12px; }
  .icon-btn { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: transparent; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
  .icon-btn:hover { border-color: var(--red-br); color: var(--red-br); }
  .nav-actions .btn-primary { padding: 10px 18px; }
  .menu-toggle { display: none; }
  @media (max-width: 1200px){ .menu { display: none; } .menu-toggle { display: inline-flex; } }

  .phero { position: relative; overflow: hidden; background: var(--navy); color: var(--on-navy); border-bottom: 4px solid var(--red); }
  .phero .arcs { position: absolute; top: -70px; right: -90px; width: min(56vw, 560px); z-index: 1; opacity: .95; pointer-events: none; }
  .phero .wrap { position: relative; z-index: 2; padding-block: clamp(40px, 6vw, 76px); }
  .crumb { font-size: 13px; color: var(--on-navy-muted); display: flex; gap: 8px; align-items: center; }
  .crumb a:hover { color: #fff; } .crumb .s { opacity: .5; }
  .phero h1 { font-size: clamp(34px, 5vw, 56px); color: #fff; letter-spacing: -.03em; margin-top: 18px; }
  .phero h1 .em { color: var(--red-br); }
  .phero .lead { margin: 22px 0 0; color: var(--on-navy-muted); font-size: clamp(16px,1.35vw,19px); max-width: 62ch; }
  .phero .cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

  section { padding-block: clamp(52px, 7vw, 88px); }
  .sec-head { margin-bottom: 38px; }
  .sec-head h2 { font-size: clamp(24px,3vw,36px); margin-top: 16px; }
  .sec-head p { color: var(--muted); margin: 14px 0 0; max-width: 62ch; }

  /* Phares (services phares) */
  .phares { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .phare { position: relative; border: 1px solid var(--line); border-radius: 14px; padding: 26px 24px; background: var(--bg); overflow: hidden; transition: transform .15s ease, box-shadow .15s ease; }
  .phare:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -32px rgba(11,33,67,.5); }
  .phare .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--surface); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
  .phare h3 { font-size: 18px; font-weight: 600; }
  .phare p { color: var(--muted); font-size: 13.5px; margin: 10px 0 0; }
  .phare .badge { position: absolute; top: 16px; right: 16px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); border: 1px solid var(--accent); border-radius: 999px; padding: 3px 9px; font-weight: 600; }

  /* Cadres (Légal / Comptable / Fiscal / Transactionnel) */
  .frames { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .frame { --c: var(--navy); position: relative; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg); display: flex; flex-direction: column; box-shadow: 0 10px 26px -22px rgba(11,33,67,.4); transition: transform .18s ease, box-shadow .18s ease; }
  .frame:hover { transform: translateY(-5px); box-shadow: 0 28px 50px -30px rgba(11,33,67,.55); }
  .frame.c1 { --c: var(--navy); } .frame.c2 { --c: var(--blue); } .frame.c3 { --c: var(--red); } .frame.c4 { --c: var(--slate); }
  .frame .hd { position: relative; padding: 17px 18px; color: #fff; background: var(--c); display: flex; align-items: center; gap: 11px; }
  .frame .hd::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 58%); pointer-events: none; }
  .frame .hd svg { position: relative; z-index: 1; width: 26px; height: 26px; flex: none; opacity: .95; }
  .frame .hd span { position: relative; z-index: 1; font-size: 15.5px; font-weight: 600; letter-spacing: .01em; }
  .frame ul { list-style: none; margin: 0; padding: 6px 20px 18px; flex: 1; display: flex; flex-direction: column; background: color-mix(in srgb, var(--c) 4%, var(--bg)); }
  .frame li { position: relative; font-size: 13.5px; color: var(--fg); padding: 12px 0 12px 22px; border-top: 1px solid color-mix(in srgb, var(--c) 16%, transparent); line-height: 1.45; }
  .frame li:first-child { border-top: 0; }
  .frame li::before { content: ""; position: absolute; left: 2px; top: 17px; width: 7px; height: 7px; background: var(--c); transform: rotate(45deg); border-radius: 1px; }
  .frame li b { font-weight: 600; }
  .frame li b { font-weight: 600; }

  /* Contexts */
  .ctx-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .ctx { position: relative; border: 1px solid var(--line); border-radius: 12px; padding: 24px; background: var(--bg); }
  .ctx::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--accent); border-radius: 12px 0 0 12px; }
  .ctx .n { font-size: 13px; font-weight: 700; color: var(--accent); }
  .ctx h3 { font-size: 19px; font-weight: 600; margin-top: 6px; }
  .ctx p { color: var(--muted); font-size: 14px; margin: 10px 0 0; }
  .ctx.wide { grid-column: 1 / -1; }

  /* Méthodes */
  .m-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
  .m { background: var(--bg); padding: 22px 20px; }
  .m .t { font-weight: 600; font-size: 15px; } .m .t .k { color: var(--accent); font-weight: 700; margin-right: 8px; }
  .m p { color: var(--muted); font-size: 13px; margin: 8px 0 0; }

  /* Références fonds */
  .funds { background: var(--surface); }
  .fund-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .fund { background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 20px; display: flex; flex-direction: column; gap: 10px; transition: border-color .15s ease, transform .15s ease; }
  .fund:hover { border-color: var(--accent); transform: translateY(-3px); }
  .fund .logo-ph { height: 30px; display: flex; align-items: center; font-weight: 700; font-size: 15px; letter-spacing: -.01em; color: var(--fg); }
  .fund .d { font-size: 12.5px; color: var(--muted); }
  .fund .tag { margin-top: auto; font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
  .fund-note { margin-top: 22px; font-size: 12.5px; color: var(--muted); }

  .cta { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
  .cta .arcs { position: absolute; right: -100px; bottom: -150px; width: 400px; opacity: .85; }
  .cta .wrap { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding-block: 48px; }
  .cta h2 { font-size: clamp(24px,3vw,34px); font-weight: 400; } .cta p { color: var(--on-navy-muted); margin-top: 10px; }

  .others { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .oth { border: 1px solid var(--line); border-radius: 12px; padding: 24px; background: var(--bg); display: flex; flex-direction: column; transition: transform .15s ease; }
  .oth:hover { transform: translateY(-3px); }
  .oth .n { font-size: 13px; font-weight: 700; color: var(--accent); }
  .oth h3 { font-size: 19px; font-weight: 600; margin-top: 8px; }
  .oth p { color: var(--muted); font-size: 14px; margin: 10px 0 0; }
  .oth .lnk { margin-top: auto; padding-top: 16px; }

  footer.site { position: relative; overflow: hidden; background: var(--navy-deep); color: var(--on-navy); padding-block: 52px 32px; }
  .foot-top { position: relative; z-index: 2; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; }
  footer .arcs { position: absolute; right: -120px; bottom: -150px; width: 400px; opacity: .85; }
  .foot-brand .logo { height: 34px; } .foot-brand p { color: var(--on-navy-muted); font-size: 14px; margin-top: 13px; max-width: 32ch; }
  .foot-col h4 { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--on-navy-muted); margin: 0 0 14px; }
  .foot-col a { display: block; color: var(--on-navy); font-size: 14px; padding: 5px 0; opacity: .85; } .foot-col a:hover { opacity: 1; color: #fff; }
  .foot-bottom { position: relative; z-index: 2; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: space-between; font-size: 12px; color: var(--on-navy-muted); }
  .foot-bottom a { color: var(--on-navy-muted); } .foot-bottom a:hover { color: #fff; }

  .disclaimer { max-width: var(--maxw); margin: 0 auto; font-size: 12.5px; color: var(--muted); border: 1px dashed var(--line); border-radius: 8px; padding: 14px 18px; }
  .disclaimer b { color: var(--fg); } .disclaimer code { font-family: ui-monospace, Menlo, monospace; font-size: .9em; }

  .reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; } .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce){ .reveal { opacity: 1; transform: none; transition: none; } }

  @media (max-width: 980px){ .phares { grid-template-columns: 1fr 1fr; } .frames { grid-template-columns: 1fr 1fr; } .fund-grid { grid-template-columns: 1fr 1fr; } .m-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 900px){ .ctx-grid, .others { grid-template-columns: 1fr; } .foot-top { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px){ body { font-size: 16px; } .phares, .frames, .fund-grid, .m-grid { grid-template-columns: 1fr; } .foot-top { grid-template-columns: 1fr; } }

  /* Transaction : 3 cadres + déroulé */
  .frames3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .step { position: relative; border: 1px solid var(--line); border-radius: 12px; padding: 24px 20px 22px; background: var(--bg); overflow: hidden; }
  .step::before { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 46px; background: var(--accent); }
  .step .no { font-size: 12px; font-weight: 700; color: var(--accent); letter-spacing: .1em; }
  .step h3 { font-size: 16px; font-weight: 600; margin-top: 10px; }
  .step p { color: var(--muted); font-size: 13px; margin: 8px 0 0; line-height: 1.5; }
  .step .con { position: absolute; top: 40px; right: -12px; width: 16px; height: 1.5px; background: var(--line); z-index: 2; }
  .step:last-child .con { display: none; }
  @media (max-width: 980px){ .frames3 { grid-template-columns: 1fr; } .steps { grid-template-columns: 1fr 1fr; } .step .con { display: none; } }
  @media (max-width: 560px){ .steps { grid-template-columns: 1fr; } }

  .filters { display: grid; gap: 14px; }
  .frow { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
  .frow .flab { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); width: 72px; flex: none; }
  .chipf { border: 1px solid var(--line); background: var(--bg); border-radius: 999px; padding: 8px 15px; font-size: 13px; font-weight: 500; cursor: pointer; color: var(--fg); transition: all .14s ease; }
  .chipf:hover { border-color: var(--accent); color: var(--accent); }
  .chipf.active { background: var(--navy); border-color: var(--navy); color: #fff; }
  .rcount { margin: 26px 0 0; font-size: 13px; color: var(--muted); }
  .rcount b { color: var(--fg); font-variant-numeric: tabular-nums; }
  .jgrid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 22px; }
  .job { border: 1px solid var(--line); border-radius: 16px; padding: 28px; background: var(--bg); display: flex; flex-direction: column; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
  .job:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--accent) 40%, var(--line)); box-shadow: 0 24px 46px -30px rgba(11,33,67,.45); }
  .job .jt { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
  .stat { border-radius: 999px; padding: 5px 12px; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; color: #fff; flex: none; }
  .stat.s-cdi { background: var(--navy); } .stat.s-cdd { background: var(--blue); } .stat.s-stage { background: var(--slate); }
  .job h3 { font-size: 20px; font-weight: 600; line-height: 1.25; }
  .job .meta { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px 14px; font-size: 13px; color: var(--muted); }
  .job .meta span { display: inline-flex; align-items: center; gap: 7px; }
  .job .meta span::before { content: ""; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }
  .job .act { margin-top: 6px; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
  .job .postuler { margin-top: auto; padding-top: 20px; }
  .job .btn { padding: 10px 18px; font-size: 14px; }
  .rempty { text-align: center; color: var(--muted); padding: 40px 0; font-size: 15px; grid-column: 1 / -1; }
  .spontane { position: relative; overflow: hidden; background: var(--navy); color: #fff; border-radius: 18px; padding: 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
  .spontane .arcs { position: absolute; right: -110px; bottom: -150px; width: 380px; opacity: .8; }
  .spontane .st { position: relative; z-index: 2; }
  .spontane h3 { font-size: 24px; font-weight: 500; } .spontane p { color: var(--on-navy-muted); margin-top: 10px; max-width: 52ch; }
  .spontane .z { position: relative; z-index: 2; }
  @media (max-width: 820px){ .jgrid { grid-template-columns: 1fr; } .frow .flab { width: 100%; } }

  .why4 { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
  .tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
  .tcard { position: relative; border: 1px solid var(--line); border-radius: 16px; padding: 26px 26px 24px; background: var(--bg); display: flex; flex-direction: column; }
  .tcard .qm { font-family: Georgia, "Times New Roman", serif; font-size: 50px; line-height: .8; color: var(--accent); opacity: .32; height: 26px; }
  .tcard .q { font-size: 15px; line-height: 1.6; color: var(--fg); margin-top: 4px; }
  .tcard .who { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
  .tcard .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(160deg, var(--navy-2), var(--navy-deep)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; flex: none; }
  .tcard .who b { display: block; font-size: 14px; } .tcard .who span { font-size: 12px; color: var(--muted); }
  .attentes { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px,5vw,60px); align-items: center; }
  .attentes .lede { font-size: clamp(19px,2vw,25px); font-weight: 400; line-height: 1.42; letter-spacing: -.01em; }
  .attentes .lede b { color: var(--accent); font-weight: 600; }
  .att3 { display: flex; flex-direction: column; gap: 12px; }
  .att3 .a { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); }
  .att3 .a .k { color: var(--accent); font-weight: 700; font-size: 14px; }
  .att3 .a b { font-weight: 600; } .att3 .a p { color: var(--muted); font-size: 13px; margin: 3px 0 0; }
  @media (max-width: 900px){ .why4 { grid-template-columns: 1fr; } .tgrid { grid-template-columns: 1fr; } .attentes { grid-template-columns: 1fr; } }

  /* --- Correctifs mobile (header + menu burger) --- */
  body { overflow-x: clip; }
  @media (max-width: 600px){ .nav-actions .btn-primary { display: none; } }
  @media (max-width: 1200px){
    header.site.nav-open .menu { display: flex; flex-direction: column; align-items: stretch; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--line); padding: 10px 16px 18px; gap: 2px; max-height: 78vh; overflow: auto; box-shadow: 0 30px 44px -22px rgba(0,0,0,.35); }
    header.site.nav-open .menu > li { position: static; }
    header.site.nav-open .menu > li > a { color: var(--fg); font-size: 16px; padding: 12px 6px; }
    header.site.nav-open .menu > li > a::after { display: none; }
    header.site.nav-open .menu .caret, header.site.nav-open .menu .chev { display: none; }
    header.site.nav-open .menu .sub { position: static; opacity: 1; visibility: visible; transform: none; min-width: 0; background: transparent; border: 0; box-shadow: none; padding: 0 0 6px 14px; }
    header.site.nav-open .menu .sub a { color: var(--muted); padding: 9px 6px; }
    header.site.nav-open .menu .sub2 { padding-left: 14px; }
    header.site.nav-open .menu .lead-in { padding: 6px; }
  }

  .offerwrap { display: grid; grid-template-columns: 1fr 300px; gap: clamp(28px,4vw,48px); align-items: start; }
  .offer-body h2 { font-size: 20px; font-weight: 600; margin: 30px 0 10px; letter-spacing:-.01em; }
  .offer-body h2:first-child { margin-top: 0; }
  .offer-body h2 .k { color: var(--accent); font-weight: 700; margin-right: 10px; font-size: 15px; }
  .offer-body p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0 0 12px; }
  .offer-body ul { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0 0 14px; padding-left: 20px; }
  .offer-body li { margin: 6px 0; } .offer-body b, .offer-body strong { color: var(--fg); }
  .avantages { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 4px 0 8px; }
  .avg { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; font-weight: 600; font-size: 14px; background: var(--bg); }
  .avg svg { color: var(--accent); flex: none; }
  @media (max-width:560px){ .avantages { grid-template-columns: 1fr; } }
  .applybox { position: sticky; top: 96px; border: 1px solid var(--line); border-radius: 16px; padding: 24px; background: var(--bg); }
  .applybox .row { display: flex; justify-content: space-between; gap: 10px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 14px; }
  .applybox .row:first-of-type { border-top: 0; } .applybox .row .k { color: var(--muted); } .applybox .row .v { font-weight: 600; }
  .applybox .btn { width: 100%; justify-content: center; margin-top: 16px; }
  .applybox .note { font-size: 12px; color: var(--muted); margin-top: 12px; line-height: 1.5; }
  @media (max-width: 820px){ .offerwrap { grid-template-columns: 1fr; } .applybox { position: static; } }

