:root{color-scheme:light dark;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Noto Sans Hebrew", sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Code", "Roboto Mono", Menlo, Consolas, monospace;--brand-navy: #0b1220;--brand-navy-2: #111a2e;--accent: #14b8a6;--accent-strong: #0d9488;--accent-ink: #032422;--bg: #f6f8fb;--bg-elevated: #ffffff;--bg-subtle: #eef2f7;--surface-border: #d9e0ea;--ink: #0f1b2d;--ink-muted: #4a5768;--ink-faint: #6b7688;--link: #0d7d72;--link-hover: #0b6a61;--ring: #14b8a6;--shadow: 0 1px 2px rgba(9, 20, 40, .06), 0 8px 24px rgba(9, 20, 40, .06);--shadow-lg: 0 12px 40px rgba(9, 20, 40, .12);--radius: 12px;--radius-sm: 8px;--radius-lg: 20px;--maxw: 1120px;--gap: clamp(1rem, 3vw, 2rem);--section-y: clamp(3rem, 8vw, 6rem)}@media(prefers-color-scheme:dark){:root{--bg: #0b1220;--bg-elevated: #111a2e;--bg-subtle: #0f1728;--surface-border: #1f2b44;--ink: #e8eef7;--ink-muted: #a9b6ca;--ink-faint: #8492ab;--link: #4fd1c5;--link-hover: #66e0d6;--ring: #2dd4bf;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .35);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .5)}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}body{margin:0;font-family:var(--font-sans);font-size:clamp(1rem,.96rem + .2vw,1.075rem);line-height:1.65;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}h1,h2,h3,h4{line-height:1.15;font-weight:700;letter-spacing:-.02em;color:var(--ink);margin:0 0 .5em;text-wrap:balance}h1{font-size:clamp(2rem,1.4rem + 3vw,3.25rem)}h2{font-size:clamp(1.5rem,1.2rem + 1.5vw,2.15rem)}h3{font-size:clamp(1.15rem,1.05rem + .5vw,1.4rem)}p{margin:0 0 1rem}p:last-child{margin-bottom:0}a{color:var(--link);text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--link-hover)}img,svg{max-width:100%;height:auto;display:block}ul,ol{margin:0 0 1rem;padding-inline-start:1.25rem}li{margin:.25rem 0}strong{font-weight:700;color:var(--ink)}small{font-size:.85em}:focus-visible{outline:3px solid var(--ring);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:8px;top:-60px;z-index:100;background:var(--accent);color:var(--accent-ink);padding:.6rem 1rem;border-radius:var(--radius-sm);font-weight:600;transition:top .15s ease}.skip-link:focus{top:8px;color:var(--accent-ink)}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.section{padding-block:var(--section-y)}.section--tight{padding-block:clamp(2rem,5vw,3.5rem)}.section--alt{background:var(--bg-subtle);border-block:1px solid var(--surface-border)}.eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong);margin-bottom:.75rem}@media(prefers-color-scheme:dark){.eyebrow{color:var(--accent)}}.lede{font-size:1.15rem;color:var(--ink-muted);max-width:60ch}.muted{color:var(--ink-muted)}.center{text-align:center}.mx-auto{margin-inline:auto}.stack>*+*{margin-top:1rem}.btn{--btn-bg: var(--accent);--btn-fg: var(--accent-ink);display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.35rem;border-radius:var(--radius-sm);font-weight:650;font-size:1rem;line-height:1;text-decoration:none;border:1px solid transparent;background:var(--btn-bg);color:var(--btn-fg);cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;box-shadow:var(--shadow)}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg);color:var(--btn-fg)}.btn:active{transform:translateY(0)}.btn--primary{--btn-bg: var(--accent);--btn-fg: var(--accent-ink)}.btn--ghost{--btn-bg: transparent;--btn-fg: var(--ink);border-color:var(--surface-border);box-shadow:none}.btn--ghost:hover{background:var(--bg-subtle);color:var(--ink)}.btn--lg{padding:1rem 1.75rem;font-size:1.075rem}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--surface-border)}.site-header__inner{display:flex;align-items:center;gap:1rem;min-height:64px}.brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;letter-spacing:-.02em;font-size:1.2rem;color:var(--ink);text-decoration:none;margin-inline-end:auto}.brand:hover{color:var(--ink)}.brand__mark{width:30px;height:30px;flex:none;color:var(--accent)}.brand__dot{color:var(--accent)}.site-nav{display:none}.site-nav ul{display:flex;gap:.25rem;list-style:none;margin:0;padding:0}.site-nav a{display:inline-block;padding:.5rem .8rem;border-radius:var(--radius-sm);color:var(--ink-muted);text-decoration:none;font-weight:550}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--ink);background:var(--bg-subtle)}.header-actions{display:flex;align-items:center;gap:.5rem}.header-actions .btn{padding:.55rem 1rem}@media(min-width:860px){.site-nav{display:block}}.lang-switch{display:flex;align-items:center;gap:.15rem}.lang-switch a{padding:.35rem .5rem;font-size:.8rem;font-weight:700;letter-spacing:.04em;border-radius:6px;color:var(--ink-faint);text-decoration:none}.lang-switch a:hover{color:var(--ink);background:var(--bg-subtle)}.lang-switch a[aria-current=true]{color:var(--accent-strong)}@media(prefers-color-scheme:dark){.lang-switch a[aria-current=true]{color:var(--accent)}}.lang-switch .sep{color:var(--surface-border)}.hero{position:relative;padding-block:clamp(3rem,8vw,6.5rem);background:radial-gradient(1200px 500px at 100% -10%,color-mix(in srgb,var(--accent) 18%,transparent),transparent 60%),radial-gradient(900px 500px at -10% 10%,color-mix(in srgb,var(--brand-navy) 8%,transparent),transparent 55%);overflow:hidden}.hero__grid{display:grid;gap:clamp(2rem,5vw,3.5rem);align-items:center}@media(min-width:940px){.hero__grid{grid-template-columns:1.15fr .85fr}}.hero h1{margin-bottom:.5rem}.hero .lede{font-size:1.25rem}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.hero__trust{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;font-size:.9rem;color:var(--ink-muted)}.hero__trust span{display:inline-flex;align-items:center;gap:.45rem}.hero__trust svg{color:var(--accent-strong);flex:none}@media(prefers-color-scheme:dark){.hero__trust svg{color:var(--accent)}}.assurance{background:var(--bg-elevated);border:1px solid var(--surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5rem}.assurance h2{font-size:1.05rem;letter-spacing:0}.assurance ul{list-style:none;padding:0;margin:0}.assurance li{display:flex;gap:.7rem;padding:.7rem 0;border-top:1px solid var(--surface-border)}.assurance li:first-of-type{border-top:0}.assurance .ico{flex:none;width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--accent-strong)}@media(prefers-color-scheme:dark){.assurance .ico{color:var(--accent)}}.assurance .ico svg{width:18px;height:18px}.assurance b{display:block;font-size:.95rem}.assurance small{color:var(--ink-muted)}.grid{display:grid;gap:var(--gap)}.grid--2{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.grid--4{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}.card{background:var(--bg-elevated);border:1px solid var(--surface-border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);height:100%}.card--link{transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.card--link:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:color-mix(in srgb,var(--accent) 45%,var(--surface-border))}.card__ico{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent-strong);margin-bottom:1rem}@media(prefers-color-scheme:dark){.card__ico{color:var(--accent)}}.card__ico svg{width:22px;height:22px}.card h3{margin-bottom:.4rem}.card p{color:var(--ink-muted);margin-bottom:.75rem}.card ul{color:var(--ink-muted);margin-bottom:0}.card__more{font-weight:600;text-decoration:none}.card__more:after{content:" →"}[dir=rtl] .card__more:after{content:" ←"}.section-head{max-width:62ch;margin-bottom:clamp(1.5rem,4vw,2.5rem)}.section-head--center{margin-inline:auto;text-align:center}.stats{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.stat{text-align:center;padding:1rem}.stat b{display:block;font-size:clamp(1.8rem,1.4rem + 1.5vw,2.5rem);color:var(--ink);letter-spacing:-.03em}.stat span{color:var(--ink-muted);font-size:.95rem}.checklist{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.checklist li{display:flex;gap:.6rem;align-items:flex-start;color:var(--ink-muted);margin:0}.checklist svg{flex:none;margin-top:.28rem;color:var(--accent-strong);width:18px;height:18px}@media(prefers-color-scheme:dark){.checklist svg{color:var(--accent)}}.checklist b{color:var(--ink)}.prose{max-width:68ch}.prose h2{margin-top:2rem}.prose h3{margin-top:1.5rem}.cta-band{background:linear-gradient(120deg,var(--brand-navy),var(--brand-navy-2));color:#eaf1fb;border-radius:var(--radius-lg);padding:clamp(2rem,5vw,3.25rem);text-align:center;box-shadow:var(--shadow-lg)}.cta-band h2{color:#fff}.cta-band p{color:#bcccdf;max-width:55ch;margin-inline:auto}.cta-band .btn--ghost{color:#eaf1fb;border-color:#ffffff4d}.cta-band .btn--ghost:hover{background:#ffffff1a;color:#fff}.cta-band .hero__cta{justify-content:center}.form-wrap{display:grid;gap:clamp(2rem,5vw,3rem);align-items:start}@media(min-width:900px){.form-wrap{grid-template-columns:1fr 1fr}}.form-card{background:var(--bg-elevated);border:1px solid var(--surface-border);border-radius:var(--radius);padding:clamp(1.25rem,3vw,2rem);box-shadow:var(--shadow)}.field{margin-bottom:1.1rem}.field label{display:block;font-weight:600;margin-bottom:.35rem;font-size:.95rem}.field .req{color:#dc2626}@media(prefers-color-scheme:dark){.field .req{color:#f87171}}.field input,.field select,.field textarea{width:100%;font:inherit;color:var(--ink);background:var(--bg);border:1px solid var(--surface-border);border-radius:var(--radius-sm);padding:.7rem .8rem;transition:border-color .12s ease,box-shadow .12s ease}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 30%,transparent)}.field textarea{min-height:140px;resize:vertical}.field-row{display:grid;gap:1.1rem}@media(min-width:520px){.field-row{grid-template-columns:1fr 1fr}}.form-hint{font-size:.85rem;color:var(--ink-faint);margin-top:.25rem}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.consent{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;color:var(--ink-muted)}.consent input{width:auto;margin-top:.25rem;flex:none}.contact-aside .card{margin-bottom:1rem}.contact-aside dl{margin:0}.contact-aside dt{font-weight:700;margin-top:.75rem}.contact-aside dd{margin:0;color:var(--ink-muted)}.site-footer{background:var(--brand-navy);color:#c6d2e3;border-top:1px solid var(--surface-border);padding-block:clamp(2.5rem,6vw,4rem) 2rem}.site-footer a{color:#c6d2e3;text-decoration:none}.site-footer a:hover{color:#fff;text-decoration:underline}.footer-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:720px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.2fr}}.footer-brand .brand{color:#fff}.footer-brand p{color:#93a2b8;max-width:34ch;font-size:.95rem}.footer-col h4{color:#fff;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin:.4rem 0}.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between;align-items:center;color:#7f8ea6;font-size:.85rem}.footer-lang{display:flex;gap:.5rem}.footer-lang a{font-weight:600}[dir=rtl] .hero__trust svg,[dir=rtl] .checklist svg{transform:scaleX(-1)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:999px;background:var(--bg-subtle);border:1px solid var(--surface-border);font-size:.8rem;font-weight:600;color:var(--ink-muted)}.badge svg{width:14px;height:14px;color:var(--accent-strong)}@media(prefers-color-scheme:dark){.badge svg{color:var(--accent)}}.logo{display:inline-flex;align-items:center;gap:.55rem}.logo__mark{flex:none}.logo__word{white-space:nowrap}.hero{position:relative}.hero>.container{position:relative;z-index:1}.hero:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(to right,color-mix(in srgb,var(--ink) 5%,transparent) 1px,transparent 1px),linear-gradient(to bottom,color-mix(in srgb,var(--ink) 5%,transparent) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:radial-gradient(130% 120% at 100% 0,#000,transparent 68%);mask-image:radial-gradient(130% 120% at 100% 0,#000,transparent 68%)}[dir=rtl] .hero:before{-webkit-mask-image:radial-gradient(130% 120% at 0 0,#000,transparent 68%);mask-image:radial-gradient(130% 120% at 0 0,#000,transparent 68%)}.hero__motif{position:absolute;top:50%;inset-inline-end:-70px;transform:translateY(-50%);width:min(48vw,540px);z-index:0;pointer-events:none}[dir=rtl] .hero__motif{transform:translateY(-50%) scaleX(-1)}.hero__motif svg{width:100%;height:auto}@media(max-width:700px){.hero__motif{inset-inline-end:-32%;width:380px;opacity:.55}}.svc-illus{color:var(--accent-strong);border:1px solid color-mix(in srgb,var(--accent) 16%,var(--surface-border));background:color-mix(in srgb,var(--accent) 7%,transparent);border-radius:var(--radius-sm);padding:.85rem 1rem;margin-bottom:1.1rem}@media(prefers-color-scheme:dark){.svc-illus{color:var(--accent)}}.svc-illus svg{display:block;width:auto;height:72px;margin-inline:auto}.card--service{overflow:hidden;display:flex;flex-direction:column}.svc-banner{margin:-1.5rem -1.5rem 1.25rem;padding:1.1rem 1.5rem;border-bottom:1px solid var(--surface-border);border-radius:var(--radius) var(--radius) 0 0;color:var(--accent-strong);background:radial-gradient(140% 160% at 100% 0,color-mix(in srgb,var(--accent) 13%,transparent),transparent 62%),var(--bg-subtle)}@media(prefers-color-scheme:dark){.svc-banner{color:var(--accent)}}.svc-banner .svc-illus{margin:0;padding:0;border:0;background:none}.svc-banner .svc-illus svg{height:82px}
