.about-split{min-height:60vh;direction:var(--direction,rtl);flex-direction:row-reverse;align-items:stretch;margin:3rem 2rem;display:flex}.about-image{flex:1;justify-content:center;align-items:center;display:flex}.about-image img,.about-image .next-image{object-fit:cover;max-height:80vh}.about-content-split{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.about-content-split h2{color:var(--color-dark);font-size:2rem;font-weight:700;font-family:var(--font-assistant);margin-bottom:1.5rem}.about-content-split p{color:var(--color-dark);font-size:1.1rem;font-family:var(--font-assistant);width:600px}@media (max-width:700px){.about-split{flex-direction:column;min-height:40vh;margin:1.5rem .5rem}.about-content-split{padding:1.5rem .5rem}.about-content-split h2{font-size:1.3rem}.about-content-split p{width:100%;font-size:.95rem}.about-image img,.about-image .next-image{max-height:30vh}}
.hero{text-align:center;min-height:70vh;direction:var(--direction,rtl);background:linear-gradient(120deg,#f8fafc 0%,#e0e7ef 100%);justify-content:center;align-items:center;display:flex}.hero-content h1{color:#22223b;font-size:2.5rem;font-weight:700;font-family:var(--font-assistant);margin-bottom:1rem}.hero-content p{color:#4a4e69;font-size:1.25rem;font-family:var(--font-assistant);margin-bottom:2rem}.cta-button{background:var(--color-dark);color:#fff;font-size:1.1rem;font-weight:700;font-family:var(--font-assistant);opacity:0;border-radius:30px;padding:.75rem 2rem;text-decoration:none;transition:background .2s;animation:.8s ease-out .8s forwards fadeInUp;display:inline-block}.cta-button:hover{background:var(--hover-color)}.hero-split{min-height:80vh;direction:var(--direction,rtl);flex-direction:row-reverse;justify-content:space-between;align-items:stretch;display:flex}html[lang=fr] .hero-split{flex-direction:row}.hero-image{background:#f8fafc;flex:1;justify-content:center;align-items:center;margin:30px;display:flex}.hero-image img{object-fit:cover}.hero-content-split{text-align:center;flex-direction:column;flex:1;justify-content:space-between;align-items:center;padding:3rem 2rem;display:flex}.hero-content-split h1{font-size:3rem;font-weight:700;font-family:var(--font-assistant);opacity:0;margin-bottom:1.5rem;animation:1s ease-out .2s forwards fadeInDown}.hero-small-images{justify-content:center;gap:1rem;width:419px;height:434px;margin:2rem;display:flex;position:relative}.hero-small-images img{object-fit:cover}.hero-content-split p{font-size:1.5rem;font-family:var(--font-assistant);color:var(--color-dark);opacity:0;width:70%;margin-bottom:2rem;animation:1s ease-out .2s forwards fadeInUp}.hero-small-image-1{z-index:1;position:absolute;left:-30px}.hero-small-image-2{z-index:2;border:20px solid var(--background);position:absolute;bottom:0;right:-30px}.site-border-wrapper{margin-left:2vw;margin-right:2vw}.hero-content-split-header{flex-direction:column;justify-content:center;align-items:center;display:flex}.navbar-links{position:absolute;left:50%;transform:translate(-50%)}@media (max-width:700px){.hero-split{flex-direction:column;min-height:60vh}.hero-image{margin:10px 0}.hero-content-split{padding:1.5rem .5rem}.hero-content-split h1{font-size:2rem}html[lang=fr] .hero-content-split h1{text-align:center;align-self:center;width:100%}html[lang=fr] .hero-content-split-header{align-items:center;width:100%}html[lang=fr] .hero-break-after-à:after{content:"\a ";white-space:pre}.hero-small-images{width:100%;max-width:419px;height:300px;margin:0 auto 1.5rem}.hero-small-image-1{display:none}.hero-content-split p{width:100%;font-size:1rem}html[lang=fr] .hero-subtitle{text-align:center}html[lang=fr] .hero-description{text-align:left;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.cta-button{padding:.5rem 1.2rem;font-size:1rem}.site-border-wrapper{margin-left:.5vw;margin-right:.5vw}.hero-small-image-2{left:50%;right:auto;transform:translate(-50%)}}
.services-section{background:var(--background);margin:3rem 0;padding:0 2vw}.services-title{color:var(--text-primary);font-size:2rem;font-weight:700;font-family:var(--font-assistant);text-align:var(--text-align);margin-bottom:.2em}.services-subtitle{color:var(--text-secondary);text-align:var(--text-align);font-size:1.1rem;font-family:var(--font-assistant);margin-bottom:2rem}.services-tabs{gap:1.5rem;margin-bottom:2.5rem;padding:.5rem 0;display:flex}.services-tab{font-family:var(--font-assistant,inherit);color:var(--primary-blue);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:8px 8px 0 0;outline:none;align-items:center;padding:1rem 4rem;font-size:1.15rem;font-weight:600;display:flex;position:relative}.services-tab:hover,.services-tab:focus{background:var(--cool-gray);color:var(--primary-blue-dark)}.services-tab.active{color:var(--dark-slate);background:linear-gradient(90deg,var(--primary-blue)60%,var(--warm-yellow)100%);border-bottom:3px solid var(--warm-yellow);z-index:1;box-shadow:0 4px 16px #007bff4f}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{background:var(--card-background);border:3px solid var(--primary-blue);border-radius:16px;flex-direction:column;align-items:flex-start;gap:1.5rem;min-height:200px;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #007bff33}.service-card:before{content:"";background:linear-gradient(90deg,var(--primary-blue),var(--warm-yellow));height:4px;position:absolute;top:0;left:0;right:0}.service-card:hover{border-color:var(--warm-yellow);transform:translateY(-4px);box-shadow:0 12px 35px #007bff4d}.service-icon{margin-top:.2em}.circle-icon{border:4px solid var(--primary-blue);background:var(--primary-blue);opacity:0;border-radius:50%;width:40px;height:40px;animation:.8s ease-out .5s forwards fadeInDown;display:inline-block;position:relative}.circle-icon:after{content:"⚡";color:#fff;font-size:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.service-card h3{color:var(--text-primary);font-size:1.8rem;font-weight:700;font-family:var(--font-assistant);text-align:var(--text-align);border-bottom:2px solid var(--primary-blue);width:100%;margin-bottom:.8em;padding-bottom:.5em}.service-card ul{color:var(--text-secondary);font-size:1.2rem;font-family:var(--font-assistant);text-align:var(--text-align);margin:0;padding:0;line-height:1.7;list-style:none}.service-card li{margin-bottom:.8em;padding-right:1.5em;position:relative}html[lang=he] .service-card li{padding-left:0;padding-right:1.5em}html[lang=fr] .service-card li{padding-left:1.5em;padding-right:0}.service-card li:before{content:"✓";color:var(--primary-blue);font-size:1.1em;font-weight:700;position:absolute;top:0;right:0}html[lang=fr] .service-card li:before{left:0;right:auto}@media (max-width:700px){.services-section{margin:1.5rem 0;padding:0 .5rem}.services-title{font-size:1.3rem}.services-subtitle{font-size:.95rem}.services-grid{grid-template-columns:1fr;grid-template-areas:"card1""card2""card3""card4""card5""card6""card7";gap:1rem}.service-card{border-width:2px;height:auto;min-height:140px;padding:1.5rem 1rem}.service-card h3{font-size:1.3rem}.service-card ul{font-size:1rem}.circle-icon{width:32px;height:32px}.circle-icon:after{font-size:14px}.services-tabs{gap:.5rem;margin-bottom:1.2rem;padding:.3rem 0}.services-tab{padding:.5rem 1.1rem;font-size:1rem}}
