:root {
  --navy: oklch(0.16 0.035 255);
  --navy-raised: oklch(0.21 0.043 252);
  --paper: oklch(0.96 0.016 78);
  --paper-deep: oklch(0.90 0.025 74);
  --orange: oklch(0.68 0.19 38);
  --orange-soft: oklch(0.81 0.115 55);
  --orange-ink: oklch(0.50 0.16 38);
  --ink: oklch(0.20 0.025 255);
  --muted-dark: oklch(0.44 0.025 255);
  --muted-light: oklch(0.75 0.025 255);
  --light: oklch(0.97 0.01 78);
  --rule-paper: oklch(0.73 0.025 72 / .68);
  --rule-dark: oklch(0.35 0.03 255 / .58);
  --shell: min(1180px, calc(100% - 56px));
  --header: 76px;
  --sans: 'Assistant', system-ui, sans-serif;
  --serif: 'Frank Ruhl Libre', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
::selection { background: var(--orange); color: var(--navy); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 500; top: -80px; inset-inline-start: 16px; padding: 10px 16px; background: var(--orange); color: var(--navy); font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header); background: oklch(0.16 0.035 255 / .97); border-bottom: 1px solid var(--rule-dark); }
.nav-shell { width: var(--shell); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 18px; direction: ltr; }
.brand { display: inline-flex; align-items: center; gap: 9px; direction: ltr; text-decoration: none; }
.brand-name { display: inline-flex; align-items: baseline; color: var(--light); font-size: 1.35rem; letter-spacing: -.045em; }
.brand-name > span { font-weight: 500; }
.brand-name b { color: var(--orange); }
.brand-mark { display: grid; flex: 0 0 auto; place-items: center; width: 32px; height: 32px; font-size: 1.35rem; line-height: 1; transform: rotate(-5deg); }
.site-header .brand { margin-inline-end: 0; }
.customer-login { margin-inline-end: auto; }
.site-nav { display: flex; gap: 28px; align-items: center; }
html[dir='rtl'] .site-nav { direction: rtl; }
.site-nav a { color: var(--muted-light); text-decoration: none; font-size: .88rem; font-weight: 700; }
.site-nav a:hover { color: var(--light); }
.nav-login { min-height: 40px; padding: 0 14px; border: 1px solid var(--orange); background: transparent; color: var(--light); font-size: .78rem; font-weight: 800; cursor: not-allowed; opacity: .82; }
.language-link { padding: 6px 9px; border: 1px solid var(--rule-dark); color: var(--muted-light); text-decoration: none; font-size: .75rem; font-weight: 800; }
.language-link:hover { color: var(--light); border-color: var(--orange); }
.button-primary { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; background: var(--orange); color: var(--navy); text-decoration: none; font-weight: 800; transition: transform .25s cubic-bezier(.16,1,.3,1), background .2s ease; }
.button-primary:hover { transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--rule-dark); background: transparent; color: var(--light); cursor: pointer; }

.hero { min-height: calc(88vh - var(--header)); background: var(--navy); color: var(--light); }
.hero-inner { width: var(--shell); min-height: calc(88vh - var(--header)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr); align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(85px, 10vw, 140px) clamp(40px, 6vw, 90px) clamp(75px, 9vw, 120px) 0; }
html[dir='rtl'] .hero-copy { padding-inline: 0 clamp(40px, 6vw, 90px); }
.hero-label, .section-kicker, .audience-index { color: var(--orange-soft); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 790px; margin-bottom: 30px; font-size: clamp(4.2rem, 7.1vw, 7.4rem); line-height: .91; letter-spacing: -.058em; }
html[lang='he'] .hero h1, html[lang='he'] h2 { font-family: var(--serif); letter-spacing: -.025em; }
html[lang='he'] .hero h1 { line-height: 1; }
.hero h1 span { color: var(--orange); }
.hero-lead { max-width: 620px; margin-bottom: 36px; color: var(--muted-light); font-size: clamp(1.08rem, 1.45vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.text-link { color: var(--muted-light); text-underline-offset: 5px; font-weight: 700; }

.hero-rocket { position: relative; align-self: center; min-height: 525px; overflow: hidden; background: var(--navy-raised); border: 1px solid var(--rule-dark); box-shadow: 16px 16px 0 var(--orange); }
.hero-rocket video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.solutions { padding: clamp(65px, 7vw, 90px) 0 clamp(75px, 8vw, 100px); }
.small-business-block { width: var(--shell); margin-inline: auto; }
.solutions-intro { display: grid; grid-template-columns: .35fr 1.65fr; gap: 50px; margin-bottom: 20px; padding-top: 24px; border-top: 1px solid var(--rule-paper); }
.solutions-intro h3 { max-width: 780px; margin-bottom: 8px; font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.08; }
.solutions-intro p:last-child { max-width: 65ch; color: var(--muted-dark); }
.solution-category + .solution-category { margin-top: 18px; }
.category-heading { padding: 12px 16px; background: var(--paper-deep); }
.category-heading > div { display: grid; grid-template-columns: minmax(210px, .7fr) minmax(320px, 1.7fr); gap: 24px; align-items: baseline; }
.category-heading h3 { margin: 0; font-size: 1.18rem; font-weight: 800; }
.category-heading p { margin: 0; color: var(--muted-dark); font-size: .94rem; }
.category-solutions { margin-inline-start: 42px; }
.solution-list { border-top: 1px solid var(--rule-paper); }
.solution-row { display: grid; grid-template-columns: 30px minmax(210px, .7fr) minmax(320px, 1.15fr) minmax(190px, .55fr); gap: 24px; align-items: center; padding: 15px 12px; border-bottom: 1px solid var(--rule-paper); color: inherit; text-decoration: none; transition: transform .25s cubic-bezier(.16,1,.3,1), background .2s ease, box-shadow .2s ease; }
.solution-row::before { content: '✦'; color: var(--orange); font-size: .9rem; line-height: 1; transition: transform .25s cubic-bezier(.16,1,.3,1); }
.solution-row:hover { background: oklch(0.92 0.03 72); box-shadow: inset 0 0 0 1px var(--rule-paper); transform: translateX(5px); }
html[dir='rtl'] .solution-row:hover { transform: translateX(-5px); }
.solution-row:hover::before { transform: rotate(45deg) scale(1.18); }
.solution-row:hover h4 { color: var(--orange-ink); }
.solution-row h4 { margin: 0; font-size: 1.16rem; font-weight: 800; }
.solution-row h4 small { display: inline-block; margin-inline-start: 8px; color: var(--muted-dark); font-size: .62rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; vertical-align: middle; }
.solution-row p { margin: 0; color: var(--muted-dark); }
.solution-row > span { color: var(--muted-dark); font-size: .76rem; text-align: end; }
.solution-row-preview { cursor: default; }
.solutions .audience-index, .about .section-kicker, .policy-main .section-kicker { color: var(--orange-ink); }

.about { padding: clamp(100px, 12vw, 170px) max(28px, calc((100vw - 1180px) / 2)); background: var(--paper-deep); }
.about-intro { display: grid; grid-template-columns: .35fr 1.65fr; gap: 50px; }
.about-intro h2 { margin: 0; font-size: clamp(3.1rem, 5.8vw, 5.7rem); line-height: 1.01; letter-spacing: -.05em; }
.about-intro h2 span { color: var(--orange-ink); }
.about-copy { width: 100%; margin: 60px 0 0; display: grid; grid-template-columns: .35fr 1.65fr; gap: 0 50px; color: var(--muted-dark); font-size: 1.12rem; }
.about-copy p { grid-column: 2; max-width: 760px; }
.method-line { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; border-block: 1px solid var(--rule-paper); }
.method-line > div { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 25px 22px; border-inline-end: 1px solid var(--rule-paper); }
.method-line > div:last-child { border-inline-end: 0; }
.method-line b { color: var(--orange-ink); }
.method-line strong, .method-line span { grid-column: 2; }
.method-line strong { font-size: 1.15rem; }
.method-line span { color: var(--muted-dark); font-size: .86rem; }

.contact { padding: clamp(105px, 13vw, 185px) max(28px, calc((100vw - 1180px) / 2)); background: var(--orange); color: var(--navy); }
.contact-head { display: grid; grid-template-columns: .35fr 1.65fr; gap: 50px; margin-bottom: 80px; }
.contact-head .section-kicker { color: var(--navy); }
.contact-head h2 { margin: 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .9; letter-spacing: -.06em; }
.contact-head h2 span { color: var(--paper); }
.contact-options { border-top: 1px solid oklch(0.25 0.04 255 / .35); }
.contact-options a { display: grid; grid-template-columns: 55px 1fr 42px; gap: 22px; align-items: center; padding: 28px 0; border-bottom: 1px solid oklch(0.25 0.04 255 / .35); text-decoration: none; }
.contact-options a:hover { color: var(--paper); }
.contact-options b { font-size: .75rem; }
.contact-options strong, .contact-options span { display: block; }
.contact-options strong { font-size: 1.55rem; }
.contact-options span { opacity: .78; }
.contact-options i { font-style: normal; font-size: 1.8rem; }

.site-footer { padding: 32px max(28px, calc((100vw - 1180px) / 2)); display: flex; gap: 16px 22px; align-items: center; flex-wrap: nowrap; direction: ltr; background: var(--navy); color: var(--muted-light); border-top: 1px solid var(--rule-dark); font-size: .78rem; }
.site-footer p { margin: 0; white-space: nowrap; }
.site-footer .brand-name { font-size: 1.15rem; }
.footer-legal { display: flex; justify-content: flex-end; gap: 12px 18px; margin-left: auto; white-space: nowrap; }
html[dir='rtl'] .footer-legal { direction: rtl; }
html[dir='rtl'] .site-footer p { direction: rtl; }
.footer-legal a { color: var(--muted-light); text-underline-offset: 4px; }
.footer-legal a:hover { color: var(--light); }
.site-footer > a[href^='mailto:'], .site-footer > span { white-space: nowrap; }

.policy-main { min-height: calc(100vh - var(--header)); padding: clamp(85px, 10vw, 140px) max(28px, calc((100vw - 900px) / 2)); background: var(--paper); }
.policy-main h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.4rem, 7vw, 6rem); line-height: .95; letter-spacing: -.055em; }
html[lang='he'] .policy-main h1 { font-family: var(--serif); letter-spacing: -.025em; }
.policy-notice { margin-bottom: 52px; padding: 18px 20px; background: var(--paper-deep); color: var(--muted-dark); font-weight: 700; }
.policy-content { max-width: 760px; }
.policy-content h2 { margin: 42px 0 10px; font-size: 1.55rem; }
.policy-content p, .policy-content li { color: var(--muted-dark); }
.placeholder-main { min-height: calc(100vh - var(--header) - 170px); background: var(--paper); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.not-found-page { min-height: 100vh; background: var(--navy); color: var(--light); }
.not-found-main { width: min(1180px, calc(100% - 48px)); min-height: 100vh; margin: 0 auto; padding: clamp(54px, 8vw, 110px) 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.not-found-main .brand { margin-bottom: clamp(70px, 10vw, 140px); }
.not-found-main h1 { max-width: 900px; margin: 12px 0 22px; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .98; letter-spacing: -.05em; }
.not-found-main h1 span { display: block; margin-top: 18px; color: var(--orange); font-family: var(--serif); letter-spacing: -.02em; }
.not-found-main > p:not(.section-kicker) { max-width: 58ch; color: var(--muted-light); }
.not-found-actions { display: flex; gap: 24px; align-items: center; margin-top: 34px; }
.not-found-actions .text-link { color: var(--light); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); --header: 70px; }
  .nav-shell { gap: 12px; }
  .menu-toggle { display: grid; place-items: center; order: 4; }
  .site-nav { position: fixed; top: var(--header); inset-inline: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 18px; background: var(--navy); border-bottom: 1px solid var(--rule-dark); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 4px; border-bottom: 1px solid var(--rule-dark); }
  .hero-inner { grid-template-columns: 1fr; padding-bottom: 80px; }
  .hero-copy { padding: 90px 0 65px; }
  .hero-rocket { width: min(620px, 100%); min-height: 470px; }
  .solutions-intro, .about-intro, .contact-head { grid-template-columns: 1fr; gap: 18px; }
  .category-heading > div { grid-template-columns: 1fr; gap: 2px; }
  .category-solutions { margin-inline-start: 32px; }
  .solution-row { grid-template-columns: 30px 1fr; }
  .solution-row p, .solution-row > span { grid-column: 2; text-align: start; }
  .about-copy { margin-top: 45px; grid-template-columns: 1fr; }
  .about-copy p { grid-column: 1; }
  .site-footer { flex-wrap: wrap; }
  .footer-legal { flex-basis: 100%; order: 5; justify-content: flex-start; margin-left: 0; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); --header: 66px; }
  body { font-size: 16px; }
  h1, h2, h3 { min-width: 0; overflow-wrap: break-word; text-wrap: wrap; }
  .nav-shell { gap: 8px; }
  .brand-name { font-size: 1.15rem; }
  .brand-mark { width: 28px; height: 28px; font-size: 1.2rem; }
  .customer-login { display: none; }
  .language-link { font-size: .68rem; }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 4.8rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-rocket { min-height: 410px; box-shadow: 8px 8px 0 var(--orange); }
  .solutions-intro h3 { font-size: 2.15rem; }
  .solutions-intro { margin-bottom: 14px; }
  .solution-category + .solution-category { margin-top: 12px; }
  .category-heading { padding: 11px 13px; }
  .category-heading p { font-size: .9rem; line-height: 1.4; }
  .category-solutions { margin-inline-start: 12px; }
  .solution-row { grid-template-columns: 24px 1fr; padding: 12px 0; gap: 6px 9px; }
  .solution-row h4 { font-size: 1.08rem; }
  .about, .contact { padding-inline: 18px; }
  .about-intro > *, .contact-head > *, .about-copy > *, .contact-options a > * { min-width: 0; }
  .about-intro h2 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .method-line { grid-template-columns: 1fr; }
  .method-line > div { border-inline-end: 0; border-bottom: 1px solid var(--rule-paper); }
  .method-line > div:last-child { border-bottom: 0; }
  .contact-head h2 { font-size: clamp(4rem, 18vw, 5.5rem); }
  .contact-options a { grid-template-columns: 34px 1fr 28px; gap: 12px; }
  .contact-options strong { font-size: 1.25rem; }
  .site-footer { align-items: flex-start; gap: 11px 16px; }
  .site-footer p { flex-basis: calc(100% - 130px); white-space: normal; }
  .site-footer > a[href^='mailto:'] { flex-basis: 100%; }
  .footer-legal { flex-wrap: wrap; margin-top: 10px; }
  .not-found-main { width: min(100% - 28px, 1180px); }
  .not-found-actions { align-items: flex-start; flex-direction: column; }
}

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