
  /* Typography — heavier display level: Rubik for all headings/buttons (rounded, chunky), balanced wraps */
  :root { --font-display: 'Rubik', 'Heebo', 'Arial Hebrew', system-ui, sans-serif; --font-body: 'Rubik', 'Assistant', 'Heebo', system-ui, sans-serif; }
  h1, h2, h3, h4 { text-wrap: balance; }
  p { text-wrap: pretty; }
  html { scroll-behavior: auto; }
  body { overflow-x: hidden; }
  .container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
  .section { padding-block: var(--section-y); }

  /* ---------- Nav ---------- */
  .site-nav { position: fixed; top: 0; right: 0; left: 0; z-index: 70; transition: background var(--dur-base) ease, box-shadow var(--dur-base) ease, backdrop-filter var(--dur-base) ease; }
  .site-nav.scrolled { background: var(--bg-nav-glass); backdrop-filter: var(--blur-nav); -webkit-backdrop-filter: var(--blur-nav); box-shadow: var(--shadow-nav); }
  .site-nav.on-light:not(.scrolled) .nav-brand b { color: var(--gray-900); }
  .site-nav.on-light:not(.scrolled) .nav-phone { color: var(--maroon-700) !important; }
  .site-nav.on-light:not(.scrolled) .nav-phone:hover { color: #fff !important; }
  .nav-inner { display: flex; align-items: center; gap: 28px; height: 78px; max-width: var(--container-wide); margin-inline: auto; padding-inline: var(--gutter); }
  .nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
  .nav-brand img { height: 48px; width: 48px; object-fit: cover; border-radius: var(--radius-sm); box-shadow: 0 0 0 1.5px rgba(190,38,67,.65); }
  .nav-brand b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 19px; color: #fff; line-height: 1.15; }
  .nav-brand small { display: block; font-size: 12px; color: var(--maroon-500); font-weight: 600; }
  .nav-phone { display: inline-flex; align-items: center; gap: 9px; margin-right: auto; font-family: var(--font-display); font-weight: 800; font-size: 16.5px; color: #fff !important; direction: ltr;
    padding: 11px 18px; border-radius: var(--radius-sm); box-shadow: inset 0 0 0 1.5px var(--maroon-500); transition: all var(--dur-base) ease; }
  .nav-phone:hover { background: var(--maroon-600); color: #fff !important; }
  @media (max-width: 980px) {
    .nav-phone { padding: 9px 14px; font-size: 15px; }
  }

  /* ---------- Hero: white stage — centered copy, video player, logos belt ---------- */
  .hero { position: relative; overflow: hidden;
    /* פרימיום: זוהר בורדו עולה מהרצפה, וינייטה בצדדים, טקסטורת מתכת עדינה — הכל מעוגן לתחתית הסקשן (החלק הגלוי מתחת לבמה הלבנה) */
    background:
      radial-gradient(85% 55% at 50% 102%, rgba(140,0,27,.22), transparent 64%),
      radial-gradient(150% 42% at 50% 100%, transparent 52%, rgba(0,0,0,.45) 100%),
      repeating-linear-gradient(90deg, rgba(255,255,255,.013) 0 1px, transparent 1px 90px),
      linear-gradient(180deg, var(--ink-950) 0%, var(--ink-950) 55%, #101117 78%, var(--ink-950) 100%); }
  .hero-red { background: #fff; min-height: 100vh; min-height: 100svh; box-sizing: border-box; padding: calc(78px + 2.5vh) 24px 3.5vh; text-align: center; display: flex; position: relative; }
  .hero-red::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; pointer-events: none;
    background: linear-gradient(90deg, transparent 6%, rgba(233,185,74,.5) 50%, transparent 94%); }
  .hero-red-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 900px; min-width: 0; margin: auto; }
  .hero-video-card { margin-top: clamp(18px, 3.2vh, 40px); display: flex; flex-direction: column; gap: 16px; align-items: center; }
  .hero-video-frame { position: relative; display: block; width: min(620px, 86vw, 62vh); aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; background: #000; }
  .hero-video-frame video { width: 100%; height: 100%; object-fit: contain; display: block; }
  .hero-headline { font-family: var(--font-display); font-weight: 900; color: var(--gray-900); font-size: clamp(32px, 6.2vh, 64px); line-height: 1.06; margin: 0; }
  .hero-headline .accent { color: var(--maroon-700); }
  .hero-checklist { list-style: none; margin: 2.2vh 0 0; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 32px; }
  .hero-checklist li { display: flex; align-items: center; gap: 12px; color: var(--text-body); font-size: 17px; font-weight: 600; }
  .hero-check-badge { flex: none; width: 24px; height: 24px; border-radius: 50%; background: rgba(140,0,27,.08); display: inline-flex; align-items: center; justify-content: center; color: var(--maroon-700); }
  .hero-flow { padding: 0 70px 80px; }
  .hero-form-band { background:
      repeating-linear-gradient(90deg, rgba(255,255,255,.014) 0 1px, transparent 1px 90px),
      var(--ink-950); }
  .hero-form-band .hero-flow--standalone { padding-top: 78px; }
  .hero-about-band { margin: 170px 0 72px; }
  .hero-about-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 64px; }
  .hero-about-avatars { display: flex; justify-content: center; width: 100%; margin-bottom: 34px; }
  .hero-about-avatars img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 3px solid var(--ink-950); box-shadow: 0 0 0 1px rgba(233,185,74,.4); }
  .hero-about-avatars img + img { margin-inline-start: -20px; }
  .hero-about-headline { font-family: var(--font-display); font-weight: 400; font-size: clamp(30px, 4.2vw, 58px); line-height: 1.3; margin: 0; max-width: 880px; }
  .hero-about-headline .bright { color: #fff; }
  .hero-about-headline .dim { color: var(--maroon-500); font-weight: 500; }
  .hero-about-desc { color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.85; max-width: 300px; margin: 0 0 10px; flex: none; }
  @media (max-width: 980px) {
    .hero-about-band { margin: 90px 0 52px; }
    .hero-about-row { flex-direction: column; align-items: flex-start; gap: 22px; }
    .hero-about-avatars { margin-bottom: 22px; }
    .hero-about-avatars img { width: 52px; height: 52px; }
    .hero-about-headline, .hero-about-desc { max-width: none; }
  }
  .hero-clients-kicker { font-family: var(--font-display); color: rgba(233,185,74,.72); font-size: 13px; font-weight: 500; letter-spacing: .24em; margin: 0 0 26px; padding: 0 24px; }
  .hero-clients-kicker--center { text-align: center; display: flex; align-items: center; justify-content: center; gap: 18px; }
  .hero-clients-kicker--center::before, .hero-clients-kicker--center::after { content: ''; height: 1px; width: clamp(28px, 6vw, 64px); background: linear-gradient(90deg, transparent, rgba(233,185,74,.45)); }
  .hero-clients-kicker--center::after { background: linear-gradient(90deg, rgba(233,185,74,.45), transparent); }
  .hero-clients-panel { margin: 0 -70px 48px; min-width: 0; }
  .hero-clients-panel .hero-clients-kicker { margin-bottom: 14px; }
  .hero-clients-marquee { overflow: hidden; max-width: 100%; direction: ltr; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
  .hero-clients-track { display: flex; gap: 44px; width: max-content; animation: heroClientsMarquee 34s linear infinite; }
  .hero-clients-marquee:hover .hero-clients-track { animation-play-state: paused; }
  @keyframes heroClientsMarquee { to { transform: translateX(-50%); } }
  .hero-client-logo { flex: none; width: clamp(56px, 8vh, 72px); height: clamp(56px, 8vh, 72px); border-radius: 50%; background: #fff; object-fit: contain; padding: 9px; box-shadow: 0 0 0 1.5px rgba(140,0,27,.28), 0 6px 18px rgba(20,8,12,.1); }
  .hero-client-name { flex: none; display: flex; align-items: center; direction: rtl; font-family: var(--font-display); font-weight: 700; font-size: clamp(14px, 1.7vh, 16.5px); letter-spacing: .02em; color: rgba(255,255,255,.52); white-space: nowrap; }
  .hero-client-name::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-500); opacity: .5; margin-inline-end: 11px; }
  @media (prefers-reduced-motion: reduce) { .hero-clients-track { animation: none; } }
  @media (max-width: 560px) {
    .hero-clients-track { gap: 20px; animation-duration: 26s; }
    .hero-client-logo { width: 54px; height: 54px; padding: 8px; }
    .hero-headline { font-size: clamp(28px, 4.6vh, 40px); }
    .hero-checklist { gap: 8px 18px; }
    .hero-checklist li { font-size: 15px; gap: 8px; }
  }
  .hero-lead-form--bar { display: flex; flex-direction: column; align-items: stretch; gap: 22px; max-width: 1080px; margin-inline: auto; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); border: 1px solid rgba(233,185,74,.2); border-radius: 20px; padding: 32px 28px; box-shadow: 0 30px 70px -34px rgba(0,0,0,.55); }
  .hero-lead-form--bar .form-privacy-note { margin-top: -6px; }
  .hero-lead-sent--bar { margin-inline: auto; }
  /* Desktop — structured grid: header column | fields row + buttons row, note spanning below */
  @media (min-width: 1281px) {
    .hero-lead-form--bar { display: grid; grid-template-columns: 280px 1fr; column-gap: 52px; row-gap: 18px; align-items: center; max-width: 980px; padding: 40px 48px; }
    .hero-formbar-label { grid-row: 1 / span 2; max-width: none; text-align: start; border-inline-end: 1px solid rgba(255,255,255,.12); padding-inline-end: 44px; align-self: center; }
    .hero-lead-fields.hero-lead-fields--inline { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0; }
    .hero-lead-fields.hero-lead-fields--inline > * { width: auto; flex: none; }
    .hero-cta-stack { display: grid; grid-template-columns: 190px auto 1fr; align-items: center; gap: 14px; min-width: 0; }
    .hero-cta-stack .hero-cta-or::before, .hero-cta-stack .hero-cta-or::after { display: none; }
    .hero-lead-form--bar .form-privacy-note { grid-column: 1 / -1; margin: 6px 0 0; }
  }
  .hero-formbar-label { max-width: 230px; text-align: start; flex: none; }
  .hero-formbar-label h3 { font-family: var(--font-display); color: #fff; font-size: 25px; margin: 0 0 6px; line-height: 1.2; }
  .hero-formbar-label p { color: rgba(255,255,255,.55); margin: 0; font-size: 14.5px; }
  .hero-lead-fields.hero-lead-fields--inline { flex: none; margin-bottom: 0; }
  .hero-lead-fields.hero-lead-fields--inline > * { width: 188px; flex: none; }
  .hero-cta-stack { display: flex; flex-direction: column; align-items: stretch; gap: 10px; min-width: 250px; }
  .hero-cta-or { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 13.5px; font-weight: 700; }
  .hero-cta-or::before, .hero-cta-or::after { content: ''; height: 1px; flex: 1; background: rgba(255,255,255,.18); }
  @media (max-width: 980px) {
    .hero-red { padding: calc(78px + 2vh) 20px 3vh; }
    .hero-flow { padding: 0 24px 64px; }
  }
  /* Below this, the lead-form bar can't fit label + fields + CTAs on one line without
     wrapping into a broken, space-between-flung-apart layout — so it switches to a
     clean stacked column well before that danger zone (instead of at the 980px nav
     breakpoint, which left a wide gap where the row still tried and failed to fit). */
  @media (max-width: 1280px) {
    .hero-lead-form--bar { flex-direction: column; align-items: stretch; padding: 32px 28px; }
    .hero-formbar-label { max-width: none; text-align: center; }
    .hero-lead-fields.hero-lead-fields--inline { display: flex; }
    .hero-lead-fields.hero-lead-fields--inline > * { flex: 1; width: auto; }
  }

  .sec-alt { background: var(--surface-alt); }
  .sec-dark { background: var(--surface-dark-deepest); }
  .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
  .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
  @media (max-width: 980px) { .grid-3 { grid-template-columns: minmax(0, 1fr); } .grid-2 { grid-template-columns: minmax(0, 1fr); } }

  /* Services — dark dome stage; one continuous vault-band: certs (deepest) → services → lead form (ink) */
  .svc2-section { overflow: hidden; padding-bottom: 0; padding-top: clamp(44px, 6vh, 76px);
    background:
      linear-gradient(90deg, rgba(0,0,0,.28) 0%, transparent 22%, transparent 78%, rgba(0,0,0,.28) 100%),
      radial-gradient(90% 55% at 50% 110%, rgba(140,0,27,.32), transparent 63%),
      radial-gradient(75% 40% at 50% -12%, rgba(233,185,74,.05), transparent 60%),
      repeating-linear-gradient(90deg, rgba(255,255,255,.014) 0 1px, transparent 1px 90px),
      linear-gradient(180deg, var(--surface-dark-deepest) 0%, #12131A 44%, var(--ink-950) 100%); }
  .svc2-section .hs-goldrule { display: none; }
  .svc2-section .hs-secheader__title { font-weight: 300; letter-spacing: .02em; }
  .svc2-section .hs-secheader__title strong, .svc2-section .hs-secheader__title b { font-weight: 700; }
  .svc2-stage { --svc2-d: clamp(340px, min(78vw, 66vh), 900px); --svc2-r: calc(var(--svc2-d) / 2); position: relative; margin: clamp(56px, 8vh, 110px) auto 0; height: calc(var(--svc2-d) * 0.60); max-width: 1200px; }
  .svc2-dome { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: var(--svc2-d); height: var(--svc2-d); border-radius: 50%; overflow: hidden; background: var(--ink-900);
    box-shadow: 0 0 0 1px rgba(233,185,74,.22), 0 -40px 120px -40px rgba(233,185,74,.25), 0 0 140px rgba(140,0,27,.3); }
  .svc2-dome-dial { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; transition: transform 1s cubic-bezier(.3,1.08,.35,1); }
  .svc2-dome-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 50% 32%, rgba(11,11,14,.5) 0%, rgba(11,11,14,.88) 58%, rgba(11,11,14,.97) 100%); }
  .svc2-dome-content { position: absolute; top: calc(var(--svc2-d) * 0.2); left: 50%; transform: translateX(-50%); width: min(72%, 520px); max-width: calc(100vw - 48px); text-align: center; animation: svc2In .5s ease both; z-index: 2; }
  @keyframes svc2In { from { opacity: 0; transform: translateX(-50%) translateY(16px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
  @media (prefers-reduced-motion: reduce) { .svc2-dome-content { animation: none; } .svc2-dome-dial { transition: none; } }
  .svc2-num { display: block; font-family: var(--font-display); font-weight: 900; font-size: clamp(16px, calc(var(--svc2-d) * 0.031), 28px); color: var(--maroon-500); line-height: 1; margin-bottom: 4px; }
  .svc2-title { font-family: var(--font-display); font-weight: 900; font-size: clamp(19px, calc(var(--svc2-d) * 0.042), 36px); color: var(--maroon-500); margin: 0 0 12px; }
  .svc2-desc { color: rgba(255,255,255,.78); font-size: clamp(12.5px, calc(var(--svc2-d) * 0.019), 16.5px); line-height: 1.7; margin: 0; }
  .svc2-node { position: absolute; display: flex; flex-direction: column; align-items: center; gap: 10px; background: none; border: 0; cursor: pointer; padding: 0; }
  .svc2-node-icon { width: clamp(30px, 3.6vw, 40px); height: clamp(30px, 3.6vw, 40px); border-radius: 50%; background: linear-gradient(165deg, #201C24, #131118); box-shadow: inset 0 0 0 1px rgba(233,185,74,.22), inset 0 1px 0 rgba(255,255,255,.06), 0 6px 16px -6px rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center; color: rgba(233,185,74,.55); transition: all .35s cubic-bezier(.34,1.1,.4,1); }
  .svc2-node:hover .svc2-node-icon { color: var(--gold-500); box-shadow: inset 0 0 0 1px rgba(233,185,74,.45), inset 0 1px 0 rgba(255,255,255,.08), 0 8px 20px -6px rgba(0,0,0,.65); }
  .svc2-node.is-active .svc2-node-icon { width: clamp(40px, 4.6vw, 50px); height: clamp(40px, 4.6vw, 50px); background: var(--grad-brand); color: #fff; box-shadow: 0 0 0 1px rgba(233,185,74,.55), 0 0 0 4px rgba(233,185,74,.1), 0 10px 26px -8px rgba(140,0,27,.75); }
  .svc2-node-label { font-size: clamp(12px, 1.2vw, 13px); font-weight: 600; letter-spacing: .02em; color: rgba(255,255,255,.5); white-space: nowrap; transition: color .35s ease, font-size .35s ease; }
  .svc2-node.is-active .svc2-node-label { color: var(--gold-500); font-weight: 700; font-size: clamp(12.5px, 1.3vw, 13.5px); }
  /* TikTok-style tap zones: right half = forward, left half = back (no visible arrows) */
  .svc2-tap { position: absolute; top: 0; bottom: 0; width: 50%; background: none; border: 0; padding: 0; cursor: pointer; z-index: 2; }
  .svc2-tap--next { right: 0; }
  .svc2-tap--prev { left: 0; }
  .svc2-tap--next:active { background: linear-gradient(270deg, rgba(255,255,255,.05), transparent 55%); }
  .svc2-tap--prev:active { background: linear-gradient(90deg, rgba(255,255,255,.05), transparent 55%); }
  .svc2-tap:focus-visible { outline: 2px solid rgba(233,185,74,.5); outline-offset: -2px; }
  .svc2-dots { position: relative; z-index: 5; display: flex; justify-content: center; gap: 2px; padding: 14px 0 24px; }
  .svc2-dot { width: 34px; height: 34px; border-radius: 50%; background: none; border: 0; padding: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
  .svc2-dot::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.25); transition: all .25s ease; }
  .svc2-dot.is-on::before { background: var(--maroon-500); width: 22px; border-radius: 4px; }

  /* Reviews — compact Google strip + one WhatsApp belt (lives on the white hero stage) */
  .hero-reviews { width: 100%; min-width: 0; max-width: 100%; margin-top: clamp(14px, 2.2vh, 30px); overflow: hidden; }
  .hero-reviews-head { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 12px; padding: 0 24px; margin: 0 0 14px; }
  .hero-reviews-cta { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; margin: 0 0 18px; }
  .urgent-wrap .hs-btn { background: linear-gradient(135deg, #8f1620, #5d0f17); animation: urgentPulse 1.8s ease-out infinite; }
  .urgent-wrap .hs-btn:hover { background: linear-gradient(135deg, #a51925, #6d1119); }
  .urgent-dot { width: 9px; height: 9px; border-radius: 50%; background: #ff4d5a; box-shadow: 0 0 0 3px rgba(255,77,90,.28); animation: urgentBlink 1.1s ease-in-out infinite; }
  @keyframes urgentPulse { 0% { box-shadow: 0 0 0 0 rgba(178,24,35,.5); } 70% { box-shadow: 0 0 0 13px rgba(178,24,35,0); } 100% { box-shadow: 0 0 0 0 rgba(178,24,35,0); } }
  @keyframes urgentBlink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
  .cta-247 { flex-basis: 100%; display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--text-muted); }
  .cta-247 i { width: 8px; height: 8px; border-radius: 50%; background: #1fae5e; box-shadow: 0 0 0 3px rgba(31,174,94,.22); animation: urgentBlink 1.4s ease-in-out infinite; }
  @media (prefers-reduced-motion: reduce) { .urgent-wrap .hs-btn, .urgent-dot { animation: none; } }
  .hero-reviews-score { font-family: var(--font-display); font-weight: 900; font-size: clamp(26px, 4vw, 32px); color: var(--gray-900); line-height: 1; }
  .hero-reviews-stars { display: inline-flex; gap: 2.5px; }
  .hero-reviews-label { color: var(--text-muted); font-size: 15px; font-weight: 600; }
  .wa-marquee { overflow: hidden; direction: ltr; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
  .wa-track { display: flex; align-items: stretch; gap: 14px; width: max-content; animation: waBelt 60s linear infinite; padding: 4px 0 6px; }
  .wa-marquee:hover .wa-track { animation-play-state: paused; }
  @keyframes waBelt { to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) { .wa-track { animation: none; } }
  /* Google-style review cards */
  .g-rev { direction: rtl; flex: none; width: 268px; box-sizing: border-box; background: #fff; border-radius: 12px; padding: 12px 14px; box-shadow: 0 1px 2px rgba(60,64,67,.14), 0 0 0 1px rgba(20,8,12,.06); position: relative; }
  .g-rev-glogo { position: absolute; top: 12px; left: 12px; width: 17px; height: 17px; }
  .g-rev-head { display: flex; align-items: center; gap: 9px; margin-bottom: 7px; }
  .g-rev-avatar { flex: none; width: 34px; height: 34px; border-radius: 50%; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 15px; }
  .g-rev-name { display: block; font-size: 13.5px; font-weight: 700; color: #202124; line-height: 1.25; }
  .g-rev-meta { display: flex; align-items: center; gap: 6px; margin-top: 2px; }
  .g-rev-stars { display: inline-flex; gap: 1px; }
  .g-rev-time { font-size: 12px; color: #70757A; }
  .g-rev p { margin: 0; font-size: 13.5px; line-height: 1.5; color: #3C4043; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  @media (max-width: 980px) { .hero-clients-panel { margin-left: -24px; margin-right: -24px; } }
  @media (max-width: 560px) { .g-rev { width: 244px; } }

  .about-photo { position: relative; }
  .about-photo img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; object-position: center 20%; border-radius: var(--radius-sm); }

  .video-wrap { display: flex; justify-content: center; }

  /* CTA band — vault glow, brass-edged like the main dark band */
  .cta-band { text-align: center; position: relative; overflow: hidden;
    background:
      radial-gradient(85% 130% at 50% 118%, rgba(140,0,27,.34), transparent 62%),
      radial-gradient(60% 45% at 50% -10%, rgba(233,185,74,.05), transparent 60%),
      var(--surface-dark-deepest); }
  .cta-band::before, .cta-band::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; pointer-events: none;
    background: linear-gradient(90deg, transparent 6%, rgba(233,185,74,.5) 50%, transparent 94%); }
  .cta-band::before { top: 0; }
  .cta-band::after { bottom: 0; }
  .cta-phone { font-family: var(--font-display); font-weight: 900; font-size: clamp(38px, 5vw, 64px); color: #fff; direction: ltr; display: inline-block; margin: 8px 0 26px; }
  .cta-phone b { color: var(--maroon-500); font-weight: 900; }

  /* Footer */
  .footer { background: var(--ink-950); color: var(--text-inverse-soft); border-top: 3px solid var(--maroon-700); }
  .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.3fr; gap: 36px; padding-block: 64px 44px; }
  @media (max-width: 980px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
  .footer h5 { color: #fff; font-size: 16px; font-weight: 800; margin: 0 0 16px; }
  .footer a:not(.hs-iconbtn) { color: var(--text-inverse-soft); display: block; padding-block: 9px; font-size: 15px; }
  .footer a:not(.hs-iconbtn):hover { color: var(--maroon-500); }
  .footer-bottom a { display: inline-block; padding: 12px 6px; margin: -8px -6px; }
  .legal-body a, .contact-row a, .form-privacy-note a { display: inline-block; padding-block: 9px; margin-block: -9px; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 18px; display: flex; justify-content: space-between; gap: 12px; font-size: 13.5px; color: rgba(255,255,255,.45); flex-wrap: wrap; }

  /* Catalog */
  .chips { display: flex; gap: 10px; flex-wrap: wrap; }
  .chip { border: 1.5px solid var(--gray-300); background: #fff; color: var(--text-body); border-radius: var(--radius-pill); padding: 12px 20px; font-family: var(--font-display); font-weight: 700; font-size: 15px; cursor: pointer; transition: all var(--dur-base) var(--ease-out-expo); }
  .chip:hover { border-color: var(--maroon-700); color: var(--maroon-700); transform: translateY(-2px); }
  .chip.on { background: var(--maroon-700); border-color: var(--maroon-700); color: #fff; }
  .product { background: #fff; box-shadow: var(--shadow-card); overflow: hidden; transition: transform var(--dur-slow) var(--ease-out-expo), box-shadow var(--dur-slow) ease; }
  .product:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
  .product-media { aspect-ratio: 4/3; overflow: hidden; position: relative; background: var(--gray-100); }
  .product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-hero) var(--ease-out-expo); }
  .product:hover .product-media img { transform: scale(1.06); }
  .product-body { padding: 22px 22px 24px; }
  .product-specs { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 16px; }
  .spec { font-size: 12.5px; font-weight: 600; color: var(--text-muted); background: var(--gray-100); border-radius: var(--radius-pill); padding: 4px 10px; }

  /* הקצוות הפס הכהה — קו פליז דק שהופך כל מעבר כהה⇔בהיר למכוון
     (הפס: certs → services → lead-form הוא יחידה אחת; הקו רק בקצוותיה) */
  .certs-band { position: relative; }
  .certs-band::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; pointer-events: none;
    background: linear-gradient(90deg, transparent 6%, rgba(233,185,74,.5) 50%, transparent 94%); }
  .hero-form-band { position: relative; }
  .hero-form-band::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; pointer-events: none;
    background: linear-gradient(90deg, transparent 6%, rgba(233,185,74,.5) 50%, transparent 94%); }
  /* הצללה עדינה מתחת לפס הכהה אל הסקשן הבהיר שאחריו — מרכך את החיתוך */
  .sale-sec { position: relative; }
  .sale-sec::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 56px; pointer-events: none;
    background: linear-gradient(180deg, rgba(11,11,14,.07), transparent); }

  /* Certifications — center card full, two peeking a third from behind */
  .certs-band { background:
      repeating-linear-gradient(90deg, rgba(255,255,255,.014) 0 1px, transparent 1px 90px),
      var(--surface-dark-deepest);
    padding-block: clamp(32px, 4vw, 52px); }
  .certs-seo { text-align: center; max-width: 780px; margin: 0 auto clamp(28px, 4vw, 46px); }
  .certs-seo h2 { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: clamp(22px, 3vw, 32px); line-height: 1.3; margin: 0 0 14px; text-wrap: pretty; }
  .certs-seo p { color: rgba(255,255,255,.75); font-size: 15.5px; line-height: 1.85; margin: 0; text-wrap: pretty; }
  .certs-seo a { color: var(--gold-500); font-weight: 800; text-decoration: none; }
  .certs-seo a:hover { text-decoration: underline; }
  .certs-cards { display: flex; justify-content: center; align-items: center; }
  .cert-card { margin: 0; background: #fff; padding: 10px 10px 0; border: 1px solid var(--gray-300); box-shadow: var(--shadow-card); cursor: zoom-in;
    transition: transform var(--dur-slow) var(--ease-out-expo), box-shadow var(--dur-slow) ease; }
  .cert-card img { display: block; width: 100%; height: auto; }
  .cert-card figcaption { font-size: 12.5px; font-weight: 600; color: var(--text-muted); text-align: center; padding: 9px 4px 11px; }

  /* Safe-sales locker stripes */
  .sale-sec .hs-goldrule { display: none; }
  .sale-stripes { display: flex; gap: 12px; margin-top: 40px; }
  .sale-stripe { flex: 1; min-height: 270px; background: var(--surface-dark-deepest); color: #fff; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px;
    position: relative; overflow: hidden; text-decoration: none; transition: flex .65s var(--ease-out-expo), background .4s ease; }
  .sale-stripe-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .34; transition: opacity .5s ease, transform .8s var(--ease-out-expo); }
  .sale-stripe-text { display: contents; }
  .sale-stripe::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,14,.15), rgba(10,10,14,.88) 80%); transition: background .4s ease; }
  .sale-stripe b { font-family: var(--font-display); font-weight: 800; font-size: 21px; color: #fff; position: relative; z-index: 1; margin-top: auto; }
  .sale-stripe p { margin: 0; font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.72); max-width: 30ch; position: relative; z-index: 1;
    opacity: 0; transform: translateY(8px); transition: opacity .45s ease .12s, transform .45s var(--ease-out-expo) .12s; }
  .sale-stripe:hover { flex: 2.1; }
  .sale-stripe:hover .sale-stripe-bg { opacity: .52; transform: scale(1.05); }
  .sale-stripe:hover::after { background: linear-gradient(180deg, rgba(70,10,16,.35), rgba(10,10,14,.9) 80%); }
  .sale-stripe:hover p { opacity: 1; transform: none; }
  @media (max-width: 760px) {
    .sale-stripes { flex-direction: column; gap: 12px; }
    .sale-stripe { flex-direction: row; align-items: center; gap: 16px; justify-content: flex-start; min-height: 0; padding: 14px; }
    .sale-stripe-bg { position: static; width: 72px; height: 72px; flex: none; border-radius: 12px; opacity: 1; }
    .sale-stripe::after { display: none; }
    .sale-stripe-text { display: flex; flex-direction: column; gap: 4px; min-width: 0; flex: 1; }
    .sale-stripe b { margin-top: 0; font-size: 16.5px; }
    .sale-stripe p { opacity: 1; transform: none; max-width: none; font-size: 13px; }
  }
  .cert-card--center { position: relative; width: min(380px, 56vw); z-index: 2; }
  .cert-card--side { width: min(225px, 28vw); z-index: 1; }
  .cert-card--side figcaption { display: none; }
  .certs-cards .cert-card--side:nth-child(1) { transform: rotate(-5deg); margin-inline-end: calc(-1 * min(142px, 17vw)); }
  .certs-cards .cert-card--side:nth-child(3) { transform: rotate(5deg); margin-inline-start: calc(-1 * min(142px, 17vw)); }
  .cert-card--center:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
  .cert-card--side:hover { z-index: 3; box-shadow: var(--shadow-lift); }
  .certs-cards .cert-card--side:nth-child(1):hover { transform: rotate(-2deg) translateY(-8px); }
  .certs-cards .cert-card--side:nth-child(3):hover { transform: rotate(2deg) translateY(-8px); }

  /* Certificates lightbox */
  .certs-zoom { position: fixed; inset: 0; z-index: 300; background: rgba(8,9,12,.95); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 24px; }
  .certs-zoom .certs-main { max-width: min(92vw, 980px); max-height: 66vh; object-fit: contain; background: #fff; border-radius: 4px; box-shadow: 0 30px 90px rgba(0,0,0,.65); }
  .certs-caption { color: rgba(255,255,255,.85); font-size: 14.5px; text-align: center; max-width: 70ch; margin: 0; }
  .certs-thumbs { display: flex; gap: 10px; }
  .certs-thumbs button { border: 2px solid transparent; background: rgba(255,255,255,.08); padding: 0; cursor: pointer; width: 84px; height: 54px; overflow: hidden; border-radius: 4px; opacity: .55; transition: all var(--dur-base) ease; }
  .certs-thumbs button img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .certs-thumbs button:hover { opacity: .85; }
  .certs-thumbs button.on { border-color: var(--maroon-500); opacity: 1; }

  /* Catalog book viewer */
  .book-stage { position: relative; background: var(--surface-dark-deepest); border-radius: var(--radius-sm); padding: clamp(14px, 2.5vw, 28px); }
  .book-frame { position: relative; width: fit-content; max-width: 100%; margin-inline: auto; perspective: 1500px; }
  .book-page-wrap { position: relative; transform-style: preserve-3d; will-change: transform; cursor: zoom-in; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
  .book-page-wrap.dragging { cursor: grabbing; }
  .book-frame img { display: block; width: auto; max-width: 100%; max-height: min(62vh, 700px); height: auto; box-shadow: 0 24px 60px rgba(0,0,0,.5); -webkit-user-drag: none; }
  .book-zoom-chip { position: absolute; bottom: 10px; inset-inline-start: 10px; display: inline-flex; align-items: center; gap: 6px; background: rgba(12,13,16,.72); color: rgba(255,255,255,.85); backdrop-filter: blur(6px); font-size: 12px; font-weight: 600; padding: 6px 11px; border-radius: var(--radius-pill); pointer-events: none; transition: opacity var(--dur-base) ease; }
  .dragging .book-zoom-chip { opacity: 0; }
  .book-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer;
    background: var(--maroon-700); color: #fff; display: flex; align-items: center; justify-content: center; transition: all var(--dur-base) var(--ease-out-expo); }
  .book-arrow:hover { background: var(--maroon-500); transform: translateY(-50%) scale(1.08); }
  .book-arrow:disabled { opacity: .3; cursor: default; transform: translateY(-50%); }
  .book-arrow--next { right: clamp(-6px, 0vw, 6px); }
  .book-arrow--prev { left: clamp(-6px, 0vw, 6px); }
  .book-count { text-align: center; color: rgba(255,255,255,.65); font-size: 13px; margin-top: 12px; font-weight: 600; }
  .book-progress { height: 3px; background: rgba(255,255,255,.14); border-radius: 2px; max-width: 420px; margin: 16px auto 0; overflow: hidden; }
  .book-progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--maroon-500), var(--maroon-700)); transition: width .5s var(--ease-out-expo); }
  .book-hint { text-align: center; color: rgba(255,255,255,.38); font-size: 12px; margin-top: 5px; }
  .book-thumbs { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 12px; }
  .book-thumb { border: 2px solid transparent; background: rgba(255,255,255,.08); padding: 0; cursor: pointer; width: 62px; overflow: hidden; border-radius: 4px; opacity: .55; transition: all var(--dur-base) ease; }
  .book-thumb img { display: block; width: 100%; height: 40px; object-fit: cover; object-position: top; }
  .book-thumb:hover { opacity: .85; }
  .book-thumb.on { border-color: var(--maroon-500); opacity: 1; }
  .book-zoom { position: fixed; inset: 0; z-index: 300; background: rgba(8,9,12,.96); overflow: auto; overscroll-behavior: contain; cursor: zoom-out; }
  .book-zoom img { display: block; margin: 56px auto 40px; max-width: none; box-shadow: 0 30px 90px rgba(0,0,0,.65); cursor: default; }
  .book-zoom-bar { position: fixed; top: 14px; inset-inline-end: 14px; z-index: 301; display: flex; gap: 8px; }
  .book-zoom-btn { width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(255,255,255,.12); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; backdrop-filter: blur(8px); transition: background var(--dur-base) ease; }
  .book-zoom-btn:hover { background: var(--maroon-700); }
  @media (max-width: 640px) { .book-arrow { width: 42px; height: 42px; } .book-thumb { width: 56px; } }

  .areas-sec .hs-goldrule, .faq-sec .hs-goldrule, .guides-sec .hs-goldrule { display: none; }
  /* Service areas — GEO map */
  .areas-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: stretch; margin-top: 40px; }
  .areas-map { position: relative; min-height: 400px; box-shadow: var(--shadow-card); background: var(--gray-100); }
  .areas-map::before { content: 'המפה נטענת…'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 14px; }
  .areas-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
  .areas-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; justify-content: center; }
  .areas-list li { padding: 15px 0; border-bottom: 1px solid var(--border-subtle); display: flex; flex-direction: column; gap: 4px; }
  .areas-list li:last-child { border-bottom: 0; }
  .areas-list b { font-family: var(--font-display); font-weight: 800; font-size: 17px; display: flex; align-items: center; gap: 7px; }
  .areas-list b .licon { color: var(--maroon-700); }
  .areas-list span { color: var(--text-body); font-size: 14.5px; line-height: 1.6; }
  @media (max-width: 820px) { .areas-grid { grid-template-columns: 1fr; } .areas-map { min-height: 300px; } }

  /* Service page timeline */
  .steps { position: relative; margin-top: 26px; }
  .steps::before { content: ''; position: absolute; top: 0; bottom: 0; inset-inline-start: 27px; width: 2px; background: var(--border-subtle); }
  .steps .progress { position: absolute; top: 0; inset-inline-start: 27px; width: 2px; background: linear-gradient(180deg, var(--maroon-700), var(--maroon-500)); height: 0; }
  .step { position: relative; display: flex; gap: 24px; padding-block: 20px; }
  .step-num { flex: none; width: 56px; height: 56px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 2px var(--maroon-700); color: var(--maroon-700);
    font-family: var(--font-display); font-weight: 900; font-size: 20px; display: flex; align-items: center; justify-content: center; z-index: 1; }
  .step h4 { margin: 6px 0 6px; }
  .step p { color: var(--text-body); max-width: 56ch; margin: 0; }

  /* Contact */
  .contact-panel { background: var(--grad-brand); color: #fff; padding: clamp(28px, 4vw, 48px); border-radius: var(--radius-sm); position: relative; overflow: hidden; }
  .contact-panel::after { content: ''; position: absolute; inset: auto -40px -40px auto; width: 200px; height: 200px; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; }
  .contact-row { display: flex; align-items: center; gap: 14px; padding-block: 13px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .contact-row:last-of-type { border: 0; }
  .contact-row .licon { color: var(--maroon-100); }
  .contact-row b { font-family: var(--font-display); font-size: 17px; }
  .contact-row a { color: #fff; }
  .contact-row a:hover { color: var(--maroon-100); }
  .hero-lead-form h3 { font-family: var(--font-display); color: #fff; font-size: 24px; margin: 0 0 22px; }
  .hero-lead-fields { display: flex; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
  .hero-lead-fields > * { flex: 1; min-width: 180px; }
  .hero-lead-form .hs-field__label { color: rgba(255,255,255,.82); }
  .hero-lead-form .hs-field__control { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.2); color: #fff; }
  .hero-lead-form .hs-field__control::placeholder { color: rgba(255,255,255,.4); }
  .hero-lead-form .hs-field__control:hover { border-color: rgba(255,255,255,.34); }
  .hero-lead-form .hs-field__control:focus { border-color: var(--maroon-500); box-shadow: 0 0 0 3px rgba(190,38,67,.28); }
  .hero-lead-sent { display: flex; align-items: flex-start; gap: 16px; max-width: 440px; }
  .hero-lead-sent-icon { flex: none; width: 48px; height: 48px; border-radius: 50%; background: var(--maroon-500); display: flex; align-items: center; justify-content: center; }
  .hero-lead-sent h3 { color: #fff; font-family: var(--font-display); font-size: 20px; margin: 0 0 6px; }
  .hero-lead-sent p { color: rgba(255,255,255,.65); margin: 0; font-size: 14.5px; }

  /* Page head (inner pages) */
  .page-head { background: var(--ink-950); position: relative; overflow: hidden; padding-top: 78px; }
  .page-head .hs-goldrule { display: none; }
  .page-head-inner { padding-block: clamp(48px, 7vw, 84px); position: relative; z-index: 2; }
  .page-head .bg { position: absolute; inset: 0; opacity: .3; }
  .page-head .bg img { width: 100%; height: 100%; object-fit: cover; }
  .page-head .bg::after { content: ''; position: absolute; inset: 0; background: var(--overlay-hero); }
  .crumb { color: rgba(255,255,255,.55); font-size: 14px; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
  .crumb a { color: rgba(255,255,255,.75); display: inline-block; padding-block: 12px; margin-block: -12px; } .crumb a:hover { color: var(--maroon-500); }

  [data-reveal] { opacity: 0; }
  @media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; } }
  .form-privacy-note { font-size: 12.5px; line-height: 1.6; color: var(--text-muted); margin: 4px 0 0; }
  .form-privacy-note a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
  .hero-lead-form .form-privacy-note { color: rgba(255,255,255,.55); flex-basis: 100%; text-align: center; }
  .licon { display: inline-flex; line-height: 0; }
  .licon svg { width: 1em; height: 1em; stroke-width: 2; }

  /* Legal pages */
  .legal-body { max-width: 72ch; margin-inline: auto; }
  .legal-body h2 { font-size: 21px; margin: 34px 0 10px; }
  .legal-body p, .legal-body li { font-size: 15.5px; line-height: 1.85; color: var(--text-body); }
  .legal-body ul { padding-inline-start: 20px; }
  .legal-updated { font-size: 13px; color: var(--text-muted); margin-top: 40px; }

  .certs-seo a { display: inline-block; padding-block: 12px; margin-block: -12px; }

  /* ---------- Blog ---------- */
  .blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
  .blog-card { display: flex; flex-direction: column; background: #fff; border: 1.5px solid var(--gray-200); border-radius: 16px; overflow: hidden; color: inherit; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
  .blog-card:hover { border-color: var(--maroon-500); transform: translateY(-3px); box-shadow: var(--shadow-lift); }
  .blog-card-photo img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
  .blog-card-body { display: flex; flex-direction: column; gap: 9px; padding: 20px 20px 22px; }
  .blog-card-tag { align-self: flex-start; background: var(--gray-100); border: 1px solid var(--gray-200); border-radius: 999px; padding: 4px 12px; font-size: 12.5px; font-weight: 700; color: var(--maroon-700); }
  .blog-card-body b { font-family: var(--font-display); font-size: 19px; line-height: 1.35; color: var(--gray-900); }
  .blog-card-body p { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--text-body); }
  .blog-card-meta { margin-top: auto; font-size: 13px; color: var(--text-muted); }
  .post-meta { color: rgba(255,255,255,.65); font-size: 14px; margin: 18px 0 0; }
  .post-meta b { color: #fff; }
  .post-body { max-width: 74ch; margin-inline: auto; }
  .post-body h2 { font-family: var(--font-display); font-size: clamp(22px, 3vw, 27px); color: var(--gray-900); margin: 40px 0 12px; }
  .post-body h3 { font-size: 18.5px; margin: 26px 0 8px; }
  .post-body p, .post-body li { font-size: 16.5px; line-height: 1.9; color: var(--text-body); }
  .post-body p { margin: 0 0 16px; }
  .post-body ul, .post-body ol { padding-inline-start: 22px; margin: 0 0 16px; }
  .post-body li { margin-bottom: 8px; }
  .post-body a:not(.hs-btn) { color: var(--maroon-700); font-weight: 700; }
  .post-tip { background: var(--gray-100); border-inline-start: 3px solid var(--gold-500); border-radius: 10px; padding: 16px 18px; font-size: 15.5px; line-height: 1.8; color: var(--text-body); margin: 22px 0; }
  .post-table-wrap { overflow-x: auto; margin: 20px 0; }
  .post-table { width: 100%; border-collapse: collapse; font-size: 15px; }
  .post-table th { background: var(--ink-950); color: #fff; font-family: var(--font-display); font-weight: 700; padding: 11px 14px; text-align: start; }
  .post-table td { border: 1px solid var(--gray-200); padding: 11px 14px; color: var(--text-body); }
  .post-table tr:nth-child(even) td { background: var(--gray-50, #F9FAFA); }
  .post-table-note { font-size: 13px; color: var(--text-muted); margin: 8px 0 0; }
  .post-cta { background: var(--ink-950); border-radius: 16px; padding: 30px 26px; text-align: center; margin: 34px 0; }
  .post-cta p { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 19px; margin: 0 0 18px; }

  /* Cookie consent bar */
  .cookie-bar { position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 61; width: min(600px, calc(100vw - 170px));
    background: var(--ink-950); color: rgba(255,255,255,.82); border: 1px solid rgba(233,185,74,.35); border-radius: 14px;
    box-shadow: 0 14px 40px -10px rgba(0,0,0,.55); padding: 14px 18px; display: flex; align-items: center; gap: 16px;
    animation: cookieUp .5s var(--ease-out-back, ease-out) both; }
  @keyframes cookieUp { from { opacity: 0; transform: translateX(-50%) translateY(18px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
  @media (prefers-reduced-motion: reduce) { .cookie-bar { animation: none; } }
  .cookie-text { margin: 0; font-size: 13.5px; line-height: 1.65; }
  .cookie-text a { color: var(--gold-500); text-decoration: underline; text-underline-offset: 2px; }
  .cookie-actions { display: flex; flex-direction: column; gap: 8px; flex: none; }
  .cookie-btn { border: 0; border-radius: 999px; padding: 9px 18px; font-family: var(--font-display); font-weight: 700; font-size: 13.5px; cursor: pointer; white-space: nowrap; }
  .cookie-btn--ok { background: var(--gold-500); color: var(--ink-950); }
  .cookie-btn--ok:hover { background: var(--gold-400); }
  .cookie-btn--min { background: transparent; color: rgba(255,255,255,.65); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.25); }
  .cookie-btn--min:hover { color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.5); }
  @media (max-width: 640px) { .cookie-bar { width: calc(100vw - 24px); bottom: 78px; flex-direction: column; align-items: stretch; text-align: center; }
    .cookie-actions { flex-direction: row; justify-content: center; } }

  /* Accessibility widget */
  .a11y-fab { position: fixed; bottom: 24px; right: 24px; z-index: 62; width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer;
    background: #1a4fd6; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px -6px rgba(26,79,214,.55); }
  .a11y-fab:hover { transform: translateY(-2px); }
  .a11y-panel { position: fixed; bottom: 86px; right: 24px; z-index: 62; width: 230px; background: #fff; border-radius: 12px; box-shadow: var(--shadow-lift); padding: 14px; display: flex; flex-direction: column; gap: 6px; }
  .a11y-title { font-family: var(--font-display); font-weight: 800; font-size: 16px; margin-bottom: 4px; }
  .a11y-opt { display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1.5px solid var(--gray-300); background: #fff; border-radius: 8px; padding: 9px 12px; font-size: 14px; font-weight: 600; cursor: pointer; text-align: start; }
  .a11y-opt i { flex: none; width: 30px; height: 17px; border-radius: 9px; background: var(--gray-300); position: relative; transition: background .2s ease; }
  .a11y-opt i::after { content: ''; position: absolute; top: 2px; inset-inline-start: 2px; width: 13px; height: 13px; border-radius: 50%; background: #fff; transition: transform .2s ease; }
  .a11y-opt.on { border-color: #1a4fd6; }
  .a11y-opt.on i { background: #1a4fd6; }
  .a11y-opt.on i::after { transform: translateX(-13px); }
  .a11y-reset { justify-content: center; color: var(--text-muted); }
  .a11y-link { font-size: 13px; text-align: center; color: #1a4fd6; margin-top: 2px; }
  @media (max-width: 640px) { .a11y-fab { right: 14px; bottom: 14px; width: 46px; height: 46px; } .a11y-panel { right: 14px; bottom: 70px; } }

  /* Accessibility modes */
  html.a11y-fontlg { font-size: 115%; }
  html.a11y-readable body, html.a11y-readable button, html.a11y-readable input, html.a11y-readable h1, html.a11y-readable h2, html.a11y-readable h3, html.a11y-readable h4, html.a11y-readable b, html.a11y-readable p, html.a11y-readable a, html.a11y-readable span { font-family: Arial, 'Segoe UI', sans-serif !important; }
  html.a11y-links a { text-decoration: underline !important; text-underline-offset: 2px; }
  html.a11y-noanim *, html.a11y-noanim *::before, html.a11y-noanim *::after { animation: none !important; transition: none !important; }
  html.a11y-noanim [data-reveal] { opacity: 1 !important; transform: none !important; visibility: visible !important; }
  html.a11y-contrast { --text-muted: #383b43; --text-body: #14161b; }
  html.a11y-contrast :is(.sec-dark, .hero-flow, .certs-band, .footer, .hero-form-band, .contact-panel, .sale-stripe) :is(p, span, small, li, figcaption) { color: #fff !important; }

  /* ---------- Phone-first fixes (kept last so they win the cascade) ---------- */
  @media (max-width: 560px) {
    .nav-inner { gap: 12px; }
    .nav-phone { padding: 9px 12px; font-size: 14px; gap: 6px; }
    .footer-grid { grid-template-columns: 1fr; gap: 4px 0; padding-block: 44px 32px; }
    .footer h5 { margin: 22px 0 10px; }
    .step { gap: 14px; }
    .step-num { width: 44px; height: 44px; font-size: 17px; }
    .steps::before, .steps .progress { inset-inline-start: 21px; }
    .step > div { min-width: 0; }
    .step p { max-width: none; }
    .contact-row b { font-size: 15.5px; }
    .contact-row > div { min-width: 0; }
    .contact-row b, .contact-row a { overflow-wrap: anywhere; }
    .svc2-node:not(.is-active) .svc2-node-label { display: none; }
    .footer-bottom { justify-content: center; text-align: center; }
  }

  /* ---------- City landing pages ---------- */
  /* City hero — אותה במה לבנה של מסך הבית, מקוצרת לדף פנימי */
  .city-page .hs-goldrule { display: none; }
  .city-page .hs-secheader__kicker { display: none; }
  .city-hero .hero-red { min-height: max(540px, 78svh); padding-bottom: max(4.5vh, 36px); }
  .city-hero .crumb { justify-content: center; margin-bottom: clamp(18px, 3vh, 30px); }
  .city-hero .crumb, .city-hero .crumb a { color: var(--text-muted); }
  .city-hero .crumb a:hover { color: var(--maroon-700); }
  .city-hero-desc { max-width: 62ch; margin: clamp(14px, 2.2vh, 22px) auto 0; color: var(--text-body); font-size: clamp(15.5px, 1.9vh, 17.5px); line-height: 1.8; text-wrap: pretty; }
  .city-hero .hero-reviews-cta { margin: clamp(30px, 4.6vh, 48px) 0 0; justify-content: center; }
  .city-cta-strip { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
  .city-intro { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
  .city-intro p { font-size: 16.5px; line-height: 1.9; color: var(--text-body); margin: 0 0 16px; }
  .city-intro-photo { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lift); }
  .city-intro-photo img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/3; }
  @media (max-width: 860px) { .city-intro { grid-template-columns: 1fr; } }
  .city-svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin-top: 36px; }
  .city-svc { display: flex; flex-direction: column; gap: 10px; background: #fff; border: 1.5px solid var(--gray-200); border-radius: 14px; padding: 24px 22px; color: inherit; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
  .city-svc:hover { border-color: var(--maroon-500); transform: translateY(-3px); box-shadow: var(--shadow-lift); }
  .city-svc .licon { color: var(--maroon-700); font-size: 26px; }
  .city-svc b { font-family: var(--font-display); font-size: 17.5px; color: var(--gray-900); }
  .city-svc p { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--text-body); }
  .city-svc span { margin-top: auto; font-weight: 700; font-size: 14px; color: var(--maroon-700); }
  .city-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; }
  .city-chip { background: var(--gray-100); border: 1px solid var(--gray-200); border-radius: 999px; padding: 8px 16px; font-size: 14.5px; font-weight: 600; color: var(--gray-900); }
  .city-nearby { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-top: 30px; font-size: 15px; align-items: center; }
  .city-nearby a { color: var(--maroon-700); font-weight: 700; display: inline-block; padding-block: 10px; margin-block: -10px; }

  /* ---------- Course landing page ---------- */
  .crs-hero { background: var(--ink-950); position: relative; overflow: hidden; padding: clamp(120px, 20vh, 200px) 0 clamp(70px, 11vh, 110px); text-align: center; }
  .crs-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 60% at 50% 0%, rgba(190,38,67,.22), transparent 65%), radial-gradient(45% 45% at 85% 90%, rgba(233,185,74,.12), transparent 70%); }
  .crs-hero-inner { position: relative; z-index: 1; }
  .crs-hero-title { font-family: var(--font-display); font-weight: 900; color: #fff; font-size: clamp(44px, 8vw, 96px); line-height: 1.02; margin: 0; }
  .crs-hero-title .word { display: inline-block; will-change: transform, opacity; }
  .crs-hero-title .accent { color: var(--maroon-500); }
  .crs-hero-desc { color: var(--text-inverse-soft); font-size: clamp(16px, 2vw, 19px); line-height: 1.8; max-width: 56ch; margin: 28px auto 0; text-wrap: pretty; }
  .crs-hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }

  /* ---------- Course cinema — one full-screen scrubbed landing (GSAP + Framer) ---------- */
  .cin { position: relative; height: 100vh; overflow: hidden; background: radial-gradient(120% 100% at 50% 18%, #fdfaf2 0%, #f4ecdc 52%, #e4d7c0 100%); }
  .cin-persp { position: absolute; inset: 0; perspective: 1500px; }
  .cin-shift { position: absolute; inset: 0; will-change: transform; transform-style: preserve-3d; }
  .cin-tilt { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; will-change: transform; transform-style: preserve-3d; }
  .cin-tilt video { width: min(112vw, 199vh); aspect-ratio: 16/9; object-fit: cover; mix-blend-mode: darken; filter: saturate(.94) contrast(1.02); }
  .cin-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(140,0,27,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(140,0,27,.05) 1px, transparent 1px); background-size: 76px 76px; -webkit-mask-image: radial-gradient(80% 75% at 50% 50%, transparent 30%, #000 100%); mask-image: radial-gradient(80% 75% at 50% 50%, transparent 30%, #000 100%); }
  .cin-noise { position: absolute; inset: 0; pointer-events: none; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E"); }
  .cin-vig { position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 190px rgba(70,35,10,.15); }
  .cin-corner { position: absolute; width: 22px; height: 22px; z-index: 6; pointer-events: none; border: 0 solid rgba(197,153,58,.9); }
  .cin-corner-tl { top: 16px; left: 16px; border-top-width: 1.5px; border-left-width: 1.5px; }
  .cin-corner-tr { top: 16px; right: 16px; border-top-width: 1.5px; border-right-width: 1.5px; }
  .cin-corner-bl { bottom: 16px; left: 16px; border-bottom-width: 1.5px; border-left-width: 1.5px; }
  .cin-corner-br { bottom: 16px; right: 16px; border-bottom-width: 1.5px; border-right-width: 1.5px; }
  .cin-hud { position: absolute; top: 0; left: 0; right: 0; z-index: 7; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: clamp(20px, 3.6vh, 34px) clamp(24px, 4vw, 56px); pointer-events: none; }
  .cin-hud-tc { display: flex; align-items: center; gap: 8px; font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 11px; letter-spacing: .1em; color: rgba(20,20,23,.55); direction: ltr; min-width: 110px; }
  .cin-hud-tc i { width: 7px; height: 7px; border-radius: 50%; background: #b3122e; animation: cinRec 1.7s ease-in-out infinite; }
  @keyframes cinRec { 0%, 100% { opacity: 1; } 50% { opacity: .2; } }
  .cin-hud-label { font-size: 12px; font-weight: 700; letter-spacing: .18em; color: rgba(20,20,23,.48); }
  @media (max-width: 900px) { .cin-hud-label { display: none; } }
  .cin-hud-idx { font-family: var(--font-display); font-weight: 800; font-size: 13.5px; color: var(--maroon-800); min-width: 110px; text-align: end; }
  .cin-hud-idx small { color: rgba(20,20,23,.4); font-weight: 600; }
  .cin-copy { position: absolute; top: 50%; transform: translateY(-50%); width: min(500px, 42vw); z-index: 5; }
  .cin-copy.side-r { inset-inline-start: clamp(44px, 7vw, 130px); }
  .cin-copy.side-l { inset-inline-end: clamp(44px, 7vw, 130px); }
  .cin-copy.side-c { inset-inline-start: 50%; inset-inline-end: auto; top: 47%; transform: translate(50%, -50%); width: min(780px, 84vw); text-align: center; }
  .cin-copy::before { content: ''; position: absolute; inset: -12% -14%; background: rgba(252,248,240,.58); backdrop-filter: blur(14px) saturate(1.05); -webkit-backdrop-filter: blur(14px) saturate(1.05); border-radius: 30px; -webkit-mask-image: radial-gradient(closest-side, #000 60%, transparent 100%); mask-image: radial-gradient(closest-side, #000 60%, transparent 100%); z-index: -1; }
  .cin-copy.has-blur::before { background: rgba(252,248,240,.66); }
  .cin-inner { position: relative; perspective: 1000px; }
  .cin-ghost { position: absolute; top: -.62em; inset-inline-start: -.1em; z-index: -1; font-family: var(--font-display); font-weight: 900; font-size: clamp(120px, 14vw, 200px); line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(140,0,27,.15); pointer-events: none; user-select: none; }
  .side-c .cin-ghost { inset-inline-start: 50%; transform: translateX(50%); }
  .cin-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0; color: var(--maroon-800); font-weight: 800; font-size: 13px; letter-spacing: .06em; }
  .cin-kicker-ic { width: 27px; height: 27px; border-radius: 8px; border: 1px solid rgba(197,153,58,.75); background: rgba(255,255,255,.65); display: inline-flex; align-items: center; justify-content: center; color: var(--maroon-700); }
  .cin-kicker em { font-style: normal; font-family: ui-monospace, Menlo, monospace; font-size: 10px; letter-spacing: .18em; color: rgba(20,20,23,.42); direction: ltr; }
  .cin-title { margin: 16px 0 0; font-family: var(--font-display); font-weight: 900; font-size: clamp(30px, 3.7vw, 58px); line-height: 1.08; color: #101014; perspective: 700px; }
  .cin-title .w { display: inline-block; transform-origin: 50% 100%; will-change: transform, opacity; }
  .cin-title .accent { color: var(--maroon-600, #b3122e); }
  .cin-desc { margin: 18px 0 0; font-size: clamp(14.5px, 1.2vw, 17px); line-height: 1.85; color: rgba(20,20,23,.66); max-width: 46ch; text-wrap: pretty; }
  .side-c .cin-desc { margin-inline: auto; }
  .cin-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
  .side-c .cin-chips { justify-content: center; }
  .cin-chip { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.8); backdrop-filter: blur(8px); border: 1px solid rgba(140,0,27,.13); border-radius: 11px; padding: 9px 14px; font-size: 12.5px; font-weight: 700; color: #1b1b20; box-shadow: 0 12px 26px -16px rgba(70,35,10,.4); }
  .cin-chip .licon { color: var(--maroon-700); }
  .cin-cards { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
  .cin-card { display: flex; align-items: flex-start; gap: 11px; width: calc(50% - 5px); background: rgba(255,255,255,.84); backdrop-filter: blur(8px); border: 1px solid rgba(140,0,27,.12); border-radius: 14px; padding: 13px 15px; box-shadow: 0 16px 32px -20px rgba(70,35,10,.45); }
  .cin-card-ic { flex-shrink: 0; width: 31px; height: 31px; border-radius: 9px; background: linear-gradient(140deg, rgba(233,185,74,.28), rgba(233,185,74,.07)); border: 1px solid rgba(197,153,58,.55); display: flex; align-items: center; justify-content: center; color: var(--maroon-800); }
  .cin-card b { display: block; font-family: var(--font-display); font-size: 13px; color: #101014; line-height: 1.3; }
  .cin-card small { display: block; margin-top: 3px; font-size: 11.5px; line-height: 1.55; color: rgba(20,20,23,.55); }
  .cin-stats { display: flex; justify-content: center; gap: clamp(26px, 4vw, 54px); margin-top: 30px; }
  .cin-stat b { display: block; font-family: var(--font-display); font-weight: 900; font-size: clamp(32px, 3.2vw, 46px); line-height: 1; color: var(--maroon-800); }
  .cin-stat small { display: block; margin-top: 6px; font-size: 12px; font-weight: 600; color: rgba(20,20,23,.55); }
  .cin-ctas { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
  .cin-cert { position: absolute; bottom: 9%; inset-inline-end: 6.5%; width: clamp(120px, 11vw, 170px); z-index: 4; border-radius: 10px; box-shadow: 0 26px 54px -22px rgba(50,25,5,.5), 0 0 0 1px rgba(197,153,58,.45); animation: cinCertIn .7s var(--ease-out-expo) both, cinFloat 5s ease-in-out .7s infinite; }
  @keyframes cinCertIn { from { opacity: 0; transform: rotate(-11deg) translateY(46px); } to { opacity: 1; transform: rotate(-6deg) translateY(0); } }
  @keyframes cinFloat { 0%, 100% { transform: rotate(-6deg) translateY(0); } 50% { transform: rotate(-5deg) translateY(-9px); } }
  @media (max-width: 1180px) { .cin-cert { display: none; } }
  .cin-hint { position: absolute; bottom: clamp(70px, 11vh, 100px); left: 50%; transform: translateX(-50%); z-index: 6; display: flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600; letter-spacing: .1em; color: rgba(20,20,23,.48); transition: opacity .6s ease; pointer-events: none; }
  .cin-hint .licon { color: var(--maroon-700); animation: cinHop 1.9s ease-in-out infinite; }
  @keyframes cinHop { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
  .cin-rail { position: absolute; bottom: clamp(18px, 3.4vh, 32px); left: 50%; transform: translateX(-50%); z-index: 7; display: flex; gap: clamp(12px, 2vw, 26px); background: rgba(252,248,240,.74); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(140,0,27,.1); border-radius: 14px; padding: 10px 16px; box-shadow: 0 12px 30px -18px rgba(70,35,10,.35); }
  .cin-rail button { display: flex; flex-direction: column; gap: 8px; min-width: clamp(58px, 7.4vw, 108px); background: none; border: 0; padding: 0; cursor: pointer; font: inherit; text-align: start; opacity: .42; transition: opacity .35s ease; }
  .cin-rail button.is-on, .cin-rail button:hover { opacity: 1; }
  .cin-rail-top { display: flex; align-items: baseline; gap: 7px; }
  .cin-rail-top i { font-style: normal; font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; color: var(--maroon-800); }
  .cin-rail-top span { font-size: 11.5px; font-weight: 700; color: #17171b; }
  .cin-rail-bar { height: 2px; border-radius: 2px; background: rgba(20,20,23,.16); overflow: hidden; }
  .cin-rail-bar i { display: block; height: 100%; width: 0%; background: var(--maroon-700); }
  .cin-noFM .cin-inner > * { animation: cinIn .75s var(--ease-out-expo) both; }
  .cin-noFM .cin-inner > *:nth-child(3) { animation-delay: .08s; }
  .cin-noFM .cin-inner > *:nth-child(4) { animation-delay: .16s; }
  .cin-noFM .cin-inner > *:nth-child(5) { animation-delay: .24s; }
  .cin-noFM .cin-inner > *:nth-child(6) { animation-delay: .32s; }
  @keyframes cinIn { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: none; } }
  /* Tablet — give the side copy a bit more room */
  @media (min-width: 761px) and (max-width: 1100px) {
    .cin-copy { width: min(440px, 47vw); }
    .cin-copy.side-r { inset-inline-start: clamp(28px, 4vw, 60px); }
    .cin-copy.side-l { inset-inline-end: clamp(28px, 4vw, 60px); }
  }
  /* Mobile — full cinematic scrub, tuned for portrait: centered copy on frosted glass, zoom-driven camera */
  @media (max-width: 760px) {
    .cin:not(.is-static) { height: 100svh; }
    .cin-tilt { align-items: flex-end; padding-bottom: 9vh; }
    .cin-tilt video { width: 135vw; }
    .cin-copy, .cin-copy.side-r, .cin-copy.side-l, .cin-copy.side-c { inset-inline: 16px; width: auto; top: max(96px, 13vh); transform: none; text-align: center; }
    .cin-copy::before, .cin-copy.has-blur::before { inset: -8% -10%; background: rgba(252,248,240,.78); filter: none; backdrop-filter: blur(12px) saturate(1.05); -webkit-backdrop-filter: blur(12px) saturate(1.05); border-radius: 24px; -webkit-mask-image: radial-gradient(closest-side, #000 72%, transparent 100%); mask-image: radial-gradient(closest-side, #000 72%, transparent 100%); }
    .cin-ghost { display: none; }
    .cin-title { font-size: clamp(29px, 8.6vw, 37px); margin-top: 12px; }
    .cin-desc { margin: 12px auto 0; font-size: 14px; line-height: 1.72; max-width: 36ch; }
    .cin-chips { margin-top: 16px; gap: 7px; justify-content: center; }
    .cin-chip { padding: 7px 11px; font-size: 11.5px; border-radius: 9px; }
    .cin-cards { margin-top: 16px; gap: 7px; justify-content: center; }
    .cin-card { width: calc(50% - 4px); padding: 9px 10px; border-radius: 11px; gap: 8px; }
    .cin-card-ic { width: 26px; height: 26px; }
    .cin-card b { font-size: 11.5px; }
    .cin-card small { font-size: 10px; line-height: 1.45; }
    .cin-stats { margin-top: 18px; gap: 20px; }
    .cin-stat b { font-size: 28px; }
    .cin-stat small { font-size: 11px; }
    .cin-ctas { margin-top: 20px; flex-direction: column; align-items: center; gap: 10px; }
    .cin-hud { padding: 16px 18px; }
    .cin-hud-tc, .cin-hud-idx { min-width: 0; }
    .cin-rail { bottom: 14px; gap: 10px; padding: 8px 12px; }
    .cin-rail button { min-width: 30px; }
    .cin-rail-top span { display: none; }
    .cin-hint { bottom: 62px; }
    .cin-corner { width: 14px; height: 14px; }
    .cin-corner-tl, .cin-corner-tr { top: 10px; }
    .cin-corner-bl, .cin-corner-br { bottom: 10px; }
    .cin-corner-tl, .cin-corner-bl { left: 10px; }
    .cin-corner-tr, .cin-corner-br { right: 10px; }
  }
  /* Static fallback — mobile / reduced motion */
  .cin.is-static { height: auto; padding: 60px 0 70px; }
  .cin.is-static .cin-static-head { text-align: center; padding: 0 22px; }
  .cin.is-static .cin-static-head span { font-size: 11.5px; font-weight: 700; letter-spacing: .2em; color: rgba(20,20,23,.5); }
  .cin-static-video { display: block; width: min(560px, 94%); margin: 4px auto 0; mix-blend-mode: darken; }
  .cin-static-ch { max-width: 540px; margin: 48px auto 0; padding: 0 24px; }
  .cin-static-ch .cin-num { display: block; font-family: ui-monospace, Menlo, monospace; font-size: 11px; letter-spacing: .14em; color: rgba(20,20,23,.4); margin-bottom: 10px; direction: ltr; text-align: start; }
  .cin-static-ch .cin-title { font-size: clamp(26px, 7vw, 34px); }
  .cin-static-ch .cin-stats { justify-content: flex-start; }
  .cin-static-ch .cin-ctas { justify-content: flex-start; }
  .cin-static-ch .cin-card { width: 100%; }

  /* Enroll band */
  .crs-enroll { background: var(--surface-dark-deepest); }
  .crs-enroll .hs-secheader .hs-goldrule { display: none; }
  .crs-enroll-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
  @media (max-width: 860px) { .crs-enroll-grid { grid-template-columns: 1fr; } }
  .crs-enroll-price { background: var(--ink-900); border: 1px solid rgba(233,185,74,.25); border-radius: 18px; padding: clamp(26px, 3.6vw, 38px); text-align: start; position: relative; overflow: hidden; }
  .crs-enroll-price::before { content: ''; position: absolute; inset: 0; background: radial-gradient(90% 60% at 85% -10%, rgba(233,185,74,.13), transparent 60%); pointer-events: none; }
  .crs-price-flag { display: inline-flex; align-items: center; gap: 7px; background: rgba(190,38,67,.16); border: 1px solid rgba(190,38,67,.45); color: #ffd9e0; font-size: 12px; font-weight: 700; border-radius: 999px; padding: 6px 12px; }
  .crs-price-flag .licon { color: #e46a80; }
  .crs-price-title { display: block; margin-top: 16px; font-family: var(--font-display); font-weight: 900; font-size: clamp(24px, 2.6vw, 30px); color: #fff; }
  .crs-price-sub { display: block; margin-top: 6px; font-size: 13.5px; color: var(--text-inverse-soft); }
  .crs-price-line { display: flex; align-items: baseline; gap: 12px; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
  .crs-price-line small { font-size: 12.5px; color: var(--text-inverse-soft); }
  .crs-price-line b { font-family: var(--font-display); font-weight: 900; font-size: clamp(24px, 2.8vw, 32px); color: var(--gold-500); line-height: 1; }
  .crs-price-note { display: block; margin-top: 8px; font-size: 12.5px; color: var(--text-inverse-soft); }
  .crs-price-divider { display: flex; align-items: center; gap: 12px; margin: 24px 0 2px; font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--gold-400); }
  .crs-price-divider::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, rgba(233,185,74,.4), transparent); }
  .crs-enroll-list { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
  .crs-enroll-list li { display: flex; gap: 11px; align-items: flex-start; }
  .crs-enroll-list .licon { color: var(--gold-500); flex-shrink: 0; margin-top: 2px; }
  .crs-enroll-list b { display: block; color: #fff; font-size: 14px; font-family: var(--font-display); font-weight: 700; line-height: 1.4; }
  .crs-enroll-list small { display: block; color: var(--text-inverse-soft); font-size: 12.5px; line-height: 1.55; margin-top: 2px; }
  .crs-price-foot { display: flex; align-items: center; gap: 12px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
  .crs-price-foot img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1.5px rgba(233,185,74,.55); }
  .crs-price-foot b { display: block; color: #fff; font-size: 14px; font-family: var(--font-display); }
  .crs-price-foot span { display: block; color: var(--text-inverse-soft); font-size: 12.5px; margin-top: 2px; }
  .crs-price-foot a { margin-inline-start: auto; width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: var(--whatsapp, #25D366); box-shadow: 0 10px 22px -10px rgba(37,211,102,.7); transition: transform .2s ease; }
  .crs-price-foot a:hover { transform: translateY(-2px); }
