/* הבינני — דף הבית */
body.home .hv-page{--blue:#0876bb;--blue-deep:#063b70;--blue-dark:#032c55;--sky:#eaf6fd;
      --orange:#ff9418;--orange-soft:#fff1df;--ink:#0b2740;--muted:#62768a;
      --line:#dbe9f2;--white:#fff;--shadow:0 22px 70px rgba(3,44,85,.12);
      --radius:26px;--max:1240px}
body.home .hv-page *{box-sizing:border-box}
body.home .hv-page{margin:0;font-family:"Heebo",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;overflow-x:hidden}
body.home .hv-page .page-root.menu-open{overflow:hidden}
body.home .hv-page a{color:inherit;text-decoration:none}
body.home .hv-page img{max-width:100%;display:block}
body.home .hv-page button{font:inherit}
body.home .hv-page .container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
body.home .hv-page .eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:1.02rem;font-weight:800;letter-spacing:.04em}
body.home .hv-page .eyebrow:before{content:"";width:30px;height:3px;border-radius:10px;background:var(--orange);flex:none}
body.home .hv-page h1,body.home .hv-page h2,body.home .hv-page h3,body.home .hv-page p{margin-top:0}
body.home .hv-page h1{font-size:clamp(3rem,6.1vw,6.1rem);line-height:.97;letter-spacing:-.055em;margin-bottom:26px}
body.home .hv-page h2{font-size:clamp(2.15rem,4.3vw,4rem);line-height:1.08;letter-spacing:-.045em;margin-bottom:20px}
body.home .hv-page h3{font-size:1.5rem;line-height:1.2;margin-bottom:12px}
body.home .hv-page p{font-size:1.06rem}
body.home .hv-page .btn{min-height:54px;padding:0 25px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;border:1px solid transparent;transition:.25s ease;cursor:pointer}
body.home .hv-page .btn-primary{background:var(--orange);color:#172535;box-shadow:0 11px 25px rgba(255,148,24,.28)}
body.home .hv-page .btn-primary:hover{transform:translateY(-2px);background:#ffa128}
body.home .hv-page .btn-secondary{border-color:rgba(255,255,255,.34);color:#fff;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
body.home .hv-page .btn-secondary:hover{background:#fff;color:var(--blue-dark)}
body.home .hv-page .arrow{font-size:1.25em;line-height:1;transform:translateY(-1px)}
body.home .hv-page .hero{min-height:820px;position:relative;color:#fff;background:
      radial-gradient(circle at 16% 23%,rgba(16,146,219,.9),transparent 29%),
      linear-gradient(120deg,#0876bb 0%,#064f8d 42%,#032c55 100%);padding:166px 0 100px;overflow:hidden}
body.home .hv-page .hero:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.09);border-radius:50%;left:-180px;top:90px;box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018)}
body.home .hv-page .hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:64px;position:relative;z-index:2}
body.home .hv-page .hero-copy{max-width:670px}
body.home .hv-page .hero .eyebrow{color:#fff;margin-bottom:18px}
body.home .hv-page .hero h1 span{color:var(--orange)}
body.home .hv-page .hero-lead{font-size:clamp(1.12rem,1.6vw,1.36rem);max-width:620px;color:#e3f2fb;line-height:1.75;margin-bottom:34px}
body.home .hv-page .hero-actions{display:flex;gap:12px;flex-wrap:wrap}
body.home .hv-page .hero-visual{position:relative}
body.home .hv-page .hero-photo{min-height:520px;border-radius:38px 10px 38px 38px;overflow:hidden;position:relative;box-shadow:0 32px 80px rgba(0,20,44,.36);border:1px solid rgba(255,255,255,.18)}
body.home .hv-page .hero-photo iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
body.home .hv-page .photo-caption{position:absolute;z-index:2;inset:auto 28px 25px;color:#fff;display:flex;align-items:center;gap:12px;font-weight:700}
body.home .hv-page .play{width:52px;height:52px;border-radius:50%;background:var(--orange);display:grid;place-items:center;color:var(--blue-dark)}
body.home .hv-page .play:before{content:"";border-right:11px solid currentColor;border-top:7px solid transparent;border-bottom:7px solid transparent;transform:translateX(-2px)}
body.home .hv-page .hero-seal{position:absolute;z-index:3;left:-32px;top:34px;width:126px;height:126px;border-radius:50%;display:grid;place-items:center;text-align:center;background:#fff;color:var(--blue-dark);font-weight:900;line-height:1.2;box-shadow:0 18px 50px rgba(0,25,50,.3);border:7px solid var(--orange-soft)}
body.home .hv-page .hero-seal small{display:block;font-weight:600;color:var(--blue);font-size:.75rem}
body.home .hv-page .course-jump{position:relative;margin-top:-64px;z-index:4}
body.home .hv-page .course-tabs{background:#fff;border-radius:26px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(3,1fr);padding:10px}
body.home .hv-page .course-tab{padding:22px 25px;border-left:1px solid var(--line);display:flex;align-items:center;gap:17px;transition:.2s}
body.home .hv-page .course-tab:last-child{border-left:0}
body.home .hv-page .course-tab:hover{background:var(--sky);border-radius:18px;transform:translateY(-2px)}
body.home .hv-page .tab-number{font-size:.78rem;font-weight:900;color:var(--orange);border:1px solid #ffd39e;padding:4px 8px;border-radius:20px}
body.home .hv-page .course-tab strong{display:block;font-size:1.2rem}
body.home .hv-page .course-tab small{color:var(--muted)}
body.home .hv-page .section{padding:112px 0}
body.home .hv-page .section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}
body.home .hv-page .section-head p{max-width:550px;color:var(--muted);margin-bottom:5px}
body.home .hv-page .courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
body.home .hv-page .course-card{position:relative;border:1px solid var(--line);border-radius:var(--radius);padding:34px;min-height:470px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:.3s;box-shadow:0 10px 35px rgba(4,71,116,.06)}
body.home .hv-page .course-card:hover{transform:translateY(-8px);box-shadow:0 24px 60px rgba(3,64,106,.15);border-color:#b7d9ee}
body.home .hv-page .course-card.featured{background:linear-gradient(145deg,var(--blue),var(--blue-deep));color:#fff;border:0}
body.home .hv-page .course-card:before{content:attr(data-index);position:absolute;left:21px;top:8px;font-size:6.8rem;font-weight:900;line-height:1;color:rgba(8,118,187,.07)}
body.home .hv-page .course-card.featured:before{color:rgba(255,255,255,.08)}
body.home .hv-page .card-kicker{color:var(--blue);font-size:.95rem;font-weight:900;margin-bottom:75px}
body.home .hv-page .featured .card-kicker{color:#aaddfb}
body.home .hv-page .course-card h3{font-size:2rem;letter-spacing:-.03em}
body.home .hv-page .course-card p{color:var(--muted);margin-bottom:24px}
body.home .hv-page .course-card.featured p{color:#d9eefb}
body.home .hv-page .course-meta{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:9px;font-weight:600;font-size:.95rem}
body.home .hv-page .course-meta li{display:flex;align-items:center;gap:10px}
body.home .hv-page .course-meta li:before{content:"✓";width:23px;height:23px;border-radius:50%;background:var(--orange-soft);color:#c66600;display:grid;place-items:center;font-size:.75rem;font-weight:900}
body.home .hv-page .featured .course-meta li:before{background:rgba(255,255,255,.14);color:var(--orange)}
body.home .hv-page .card-link{margin-top:auto;display:inline-flex;align-items:center;gap:9px;font-weight:900;color:var(--blue)}
body.home .hv-page .featured .card-link{color:var(--orange)}
body.home .hv-page .proof{background:var(--sky);padding:44px 0}
body.home .hv-page .proof-grid{display:grid;grid-template-columns:repeat(3,1fr)}
body.home .hv-page .proof-item{text-align:center;padding:12px 30px;border-left:1px solid #c9e2f1}
body.home .hv-page .proof-item:last-child{border-left:0}
body.home .hv-page .proof-item strong{font-size:2rem;color:var(--blue-dark);display:block}
body.home .hv-page .proof-item span{color:var(--muted)}
body.home .hv-page .method{background:#f9fcfe;overflow:hidden}
body.home .hv-page .method-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:80px;align-items:center}
body.home .hv-page .method-panel{background:var(--blue-dark);border-radius:34px;padding:48px;color:#fff;position:relative;min-height:520px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}
body.home .hv-page .method-panel:before{content:"ב";position:absolute;left:-25px;top:-95px;font-size:27rem;font-weight:900;color:rgba(255,255,255,.035);line-height:1}
body.home .hv-page .method-panel .eyebrow{color:#fff;position:relative}
body.home .hv-page .method-panel h2{font-size:3rem;position:relative}
body.home .hv-page .method-panel p{color:#cfe5f4;position:relative;margin-bottom:0}
body.home .hv-page .steps{display:grid;gap:8px}
body.home .hv-page .step{display:grid;grid-template-columns:62px 1fr;gap:19px;padding:22px;border-radius:20px;transition:.2s}
body.home .hv-page .step:hover{background:#fff;box-shadow:0 15px 40px rgba(3,57,96,.08)}
body.home .hv-page .step-icon{width:56px;height:56px;border-radius:17px;background:linear-gradient(145deg,var(--orange-soft),#ffe2bd);color:#c96700;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(255,148,24,.2),0 8px 20px rgba(214,111,0,.1);transition:transform .25s ease,box-shadow .25s ease}
body.home .hv-page .step-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body.home .hv-page .step:hover .step-icon{transform:translateY(-3px) rotate(-2deg);box-shadow:inset 0 0 0 1px rgba(255,148,24,.3),0 12px 24px rgba(214,111,0,.16)}
body.home .hv-page .step p{margin:0;color:var(--muted);font-size:.98rem}
body.home .hv-page .rabbis{background:#fff}
body.home .hv-page .rabbis-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
body.home .hv-page .rabbi-card{border:1px solid var(--line);padding:22px;border-radius:20px;display:flex;align-items:center;gap:16px;transition:.2s}
body.home .hv-page .rabbi-card:hover{border-color:#aad3ec;background:var(--sky)}
body.home .hv-page .avatar{width:72px;height:72px;flex:none;border-radius:50%;background:var(--sky);display:grid;place-items:center;overflow:hidden;border:3px solid #fff;box-shadow:0 7px 18px rgba(3,64,106,.16);color:var(--blue);font-size:1.15rem;font-weight:900}
body.home .hv-page .avatar img{width:100%;height:100%;object-fit:cover}
body.home .hv-page .rabbi-card strong{display:block;font-size:1.1rem}
body.home .hv-page .rabbi-card span{display:block;color:var(--muted);font-size:.88rem;line-height:1.45}
body.home .hv-page .testimonials{background:linear-gradient(120deg,var(--blue-dark),#064d86);color:#fff;position:relative;overflow:hidden}
body.home .hv-page .testimonials:after{content:"”";position:absolute;left:5%;top:-100px;font-size:28rem;color:rgba(255,255,255,.035);font-family:serif}
body.home .hv-page .testimonials .section-head p{color:#cbe2f1}
body.home .hv-page .quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;position:relative;z-index:2}
body.home .hv-page .quote{padding:31px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(8px);display:flex;flex-direction:column}
body.home .hv-page .quote-mark{color:var(--orange);font-size:3.5rem;font-family:serif;line-height:.7;margin-bottom:16px}
body.home .hv-page .quote blockquote{margin:0 0 25px;font-size:1rem;line-height:1.8;color:#eff8fd}
body.home .hv-page .quote footer{margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;gap:14px}
body.home .hv-page .quote-person{width:64px;height:70px;flex:none;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.05));display:flex;align-items:flex-end;justify-content:center}
body.home .hv-page .quote-person img{width:100%;height:100%;object-fit:contain;object-position:center bottom}
body.home .hv-page .quote footer strong{display:block}
body.home .hv-page .quote footer span{color:#9fcae5;font-size:.86rem}
body.home .hv-page .cta{padding:92px 0;background:var(--orange-soft)}
body.home .hv-page .cta-box{background:#fff;border-radius:34px;padding:55px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;box-shadow:var(--shadow);position:relative;overflow:hidden}
body.home .hv-page .cta-box:before{content:"";position:absolute;right:-60px;top:-80px;width:230px;height:230px;border-radius:50%;border:45px solid var(--sky)}
body.home .hv-page .cta-box>div{position:relative}
body.home .hv-page .cta-box h2{font-size:clamp(2.2rem,4vw,3.7rem);margin-bottom:12px}
body.home .hv-page .cta-box p{color:var(--muted);margin:0}
body.home .hv-page .cta-actions{display:flex;gap:12px;position:relative;flex-wrap:wrap}
body.home .hv-page .cta .btn-secondary{border-color:var(--line);color:var(--blue-dark);background:#fff}
body.home .hv-page .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
body.home .hv-page .reveal.visible{opacity:1;transform:none}
@media (max-width:1000px){
body.home .hv-page .hero{padding-top:150px}
body.home .hv-page .hero-grid{grid-template-columns:1fr;gap:42px}
body.home .hv-page .hero-copy{max-width:780px}
body.home .hv-page .hero-photo{min-height:420px}
body.home .hv-page .section-head{align-items:start;flex-direction:column;gap:10px}
body.home .hv-page .courses-grid{grid-template-columns:1fr}
body.home .hv-page .course-card{min-height:0}
body.home .hv-page .card-kicker{margin-bottom:45px}
body.home .hv-page .method-grid{grid-template-columns:1fr;gap:38px}
body.home .hv-page .method-panel{min-height:390px}
body.home .hv-page .quotes{grid-template-columns:1fr}
body.home .hv-page .rabbis-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:700px){
body.home .hv-page .container{width:min(100% - 28px,var(--max))}
body.home .hv-page .hero{min-height:auto;padding:126px 0 102px}
body.home .hv-page .hero h1{font-size:clamp(3.05rem,16vw,4.5rem)}
body.home .hv-page .hero-lead{font-size:1.05rem}
body.home .hv-page .hero-photo{min-height:330px;border-radius:26px 8px 26px 26px}
body.home .hv-page .hero-seal{width:94px;height:94px;left:-8px;top:18px;font-size:.84rem;border-width:5px}
body.home .hv-page .photo-caption{inset:auto 18px 18px;font-size:.9rem}
body.home .hv-page .play{width:44px;height:44px}
body.home .hv-page .course-jump{margin-top:-54px}
body.home .hv-page .course-tabs{grid-template-columns:1fr;padding:7px}
body.home .hv-page .course-tab{border-left:0;border-bottom:1px solid var(--line);padding:15px}
body.home .hv-page .course-tab:last-child{border-bottom:0}
body.home .hv-page .section{padding:78px 0}
body.home .hv-page .section-head{margin-bottom:30px}
body.home .hv-page .course-card{padding:28px}
body.home .hv-page .course-card:before{font-size:5.7rem}
body.home .hv-page .proof{padding:24px 0}
body.home .hv-page .proof-grid{grid-template-columns:1fr}
body.home .hv-page .proof-item{border-left:0;border-bottom:1px solid #c9e2f1;padding:17px}
body.home .hv-page .proof-item:last-child{border-bottom:0}
body.home .hv-page .method-panel{padding:30px;min-height:360px}
body.home .hv-page .method-panel h2{font-size:2.5rem}
body.home .hv-page .step{grid-template-columns:50px 1fr;padding:17px 4px}
body.home .hv-page .step-icon{width:48px;height:48px}
body.home .hv-page .step-icon svg{width:24px;height:24px}
body.home .hv-page .rabbis-grid{grid-template-columns:1fr}
body.home .hv-page .quotes{gap:12px}
body.home .hv-page .quote{padding:25px}
body.home .hv-page .cta{padding:65px 0}
body.home .hv-page .cta-box{padding:34px 25px;grid-template-columns:1fr}
body.home .hv-page .cta-actions{width:100%}
body.home .hv-page .cta-actions .btn{width:100%}
}
@media (prefers-reduced-motion:reduce){
body.home .hv-page .reveal{opacity:1;transform:none}
body.home .hv-page .course-card,body.home .hv-page .course-tab,body.home .hv-page .btn{transition:none}
}
body.home .hv-page{display:block;overflow:hidden;background:#fff;color:var(--ink);font-family:"Heebo",Arial,sans-serif}
body.home .hv-page .page-root{min-height:700px}
body.home .hv-page .reveal{opacity:1!important;transform:none!important}
body.home .hv-page .course-hero{padding-top:145px}
body.home .hv-page .standalone-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
body.home .hv-page .standalone-form .full{grid-column:1/-1}
body.home .hv-page .standalone-form input,body.home .hv-page .standalone-form select,body.home .hv-page .standalone-form textarea{width:100%;border:1px solid var(--line);border-radius:13px;padding:14px 16px;font:inherit;color:var(--ink);background:#fff}
body.home .hv-page .standalone-form textarea{min-height:135px;resize:vertical}
body.home .hv-page .standalone-form label{display:grid;gap:7px;font-weight:700}
body.home .hv-page .form-note{min-height:1.5em;color:var(--blue);font-weight:700}
body.home .hv-page .about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
body.home .hv-page .about-value{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff}
body.home .hv-page .about-value p{color:var(--muted);margin:0}
body.home .hv-page .about-mark{width:52px;height:52px;border-radius:16px;background:var(--orange-soft);color:#bd5f00;display:grid;place-items:center;font-weight:900;font-size:1.35rem;margin-bottom:22px}
body.home .hv-page .contact-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:24px}
body.home .hv-page .contact-card{border:1px solid var(--line);border-radius:28px;background:#fff;padding:34px}
body.home .hv-page .contact-list{display:grid;gap:17px;margin-top:25px}
body.home .hv-page .contact-list>a,body.home .hv-page .contact-list>span{display:flex;gap:12px;align-items:center}
body.home .hv-page .contact-dot{width:38px;height:38px;border-radius:12px;background:var(--sky);color:var(--blue);display:grid;place-items:center;line-height:1;font-weight:900;flex:none}
@media(max-width:760px){
body.home .hv-page .course-hero{padding-top:118px}
body.home .hv-page .standalone-form,body.home .hv-page .about-values,body.home .hv-page .contact-layout{grid-template-columns:1fr}
body.home .hv-page .standalone-form .full{grid-column:auto}
}
