.about-split{display:flex;flex-direction:row-reverse;align-items:stretch;min-height:60vh;direction:rtl;margin:3rem 2rem}.about-image{flex:1 1;display:flex;align-items:center;justify-content:center}.about-image .next-image,.about-image img{object-fit:cover;max-height:80vh}.about-content-split{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.about-content-split h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.about-content-split h2,.about-content-split p{color:var(--color-dark);font-family:var(--font-assistant)}.about-content-split p{font-size:1.1rem;width:600px}@media (max-width:700px){.about-split{flex-direction:column;margin:1.5rem .5rem;min-height:40vh}.about-content-split{padding:1.5rem .5rem}.about-content-split h2{font-size:1.3rem}.about-content-split p{font-size:.95rem;width:100%}.about-image .next-image,.about-image img{max-height:30vh}}.hero{display:flex;align-items:center;justify-content:center;min-height:70vh;background:linear-gradient(120deg,#f8fafc,#e0e7ef);text-align:center;direction:rtl}.hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#22223b}.hero-content h1,.hero-content p{font-family:var(--font-assistant)}.hero-content p{font-size:1.25rem;margin-bottom:2rem;color:#4a4e69}.cta-button{display:inline-block;padding:.75rem 2rem;background:var(--color-dark);color:#fff;border-radius:30px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background .2s;font-family:var(--font-assistant);opacity:0;animation:fadeInUp .8s ease-out .8s forwards}.cta-button:hover{background:var(--hover-color)}.hero-split{display:flex;flex-direction:row-reverse;align-items:stretch;justify-content:space-between;min-height:80vh;direction:rtl}.hero-image{flex:1 1;display:flex;align-items:center;justify-content:center;background:#f8fafc;margin:30px}.hero-image img{object-fit:cover}.hero-content-split{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:3rem 2rem;text-align:center}.hero-content-split h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;font-family:var(--font-assistant);opacity:0;animation:fadeInDown 1s ease-out .2s forwards}.hero-small-images{display:flex;gap:1rem;justify-content:center;position:relative;width:419px;height:434px;margin:2rem}.hero-small-images img{object-fit:cover}.hero-content-split p{font-size:1.5rem;margin-bottom:2rem;font-family:var(--font-assistant);color:var(--color-dark);width:70%;opacity:0;animation:fadeInUp 1s ease-out .2s forwards}.hero-small-image-1{position:absolute;left:-30px;z-index:1}.hero-small-image-2{position:absolute;bottom:0;right:-30px;z-index:2;border:20px solid var(--background)}.site-border-wrapper{margin-left:2vw;margin-right:2vw}.hero-content-split-header{display:flex;flex-direction:column;align-items:center;justify-content:center}.navbar-links{position:absolute;left:50%;transform:translateX(-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}.hero-small-images{width:419px;height:300px;margin-top:0}.hero-small-image-1{display:none}.hero-content-split p{font-size:1rem;width:100%}.cta-button{font-size:1rem;padding:.5rem 1.2rem}.site-border-wrapper{margin-left:.5vw;margin-right:.5vw}.hero-small-image-2{left:50%;right:auto;transform:translateX(-50%)}}.services-section{margin:3rem 0;padding:0 2vw;background:var(--background)}.services-title{font-size:2rem;font-weight:700;margin-bottom:.2em;color:var(--text-primary)}.services-subtitle,.services-title{font-family:var(--font-assistant);text-align:right}.services-subtitle{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem}.services-tabs{display:flex;gap:1.5rem;margin-bottom:2.5rem;padding:.5rem 0}.services-tab{display:flex;align-items:center;font-family:var(--font-assistant,inherit);font-size:1.15rem;font-weight:600;color:var(--primary-blue);background:transparent;border:none;border-bottom:3px solid transparent;padding:1rem 4rem;cursor:pointer;outline:none;border-radius:8px 8px 0 0;position:relative}.services-tab:focus,.services-tab:hover{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);box-shadow:0 4px 16px rgba(0,123,255,.309);z-index:1}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.service-card{background:var(--card-background);border:3px solid var(--primary-blue);border-radius:16px;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;min-height:200px;box-shadow:0 8px 25px rgba(0,123,255,.2);transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--warm-yellow))}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,123,255,.3);border-color:var(--warm-yellow)}.service-icon{margin-top:.2em}.circle-icon{display:inline-block;width:40px;height:40px;border:4px solid var(--primary-blue);border-radius:50%;background:var(--primary-blue);opacity:0;animation:fadeInDown .8s ease-out .5s forwards;position:relative}.circle-icon:after{content:"⚡";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;color:white}.service-card h3{font-size:1.8rem;font-weight:700;margin-bottom:.8em;color:var(--text-primary);border-bottom:2px solid var(--primary-blue);padding-bottom:.5em;width:100%}.service-card h3,.service-card ul{font-family:var(--font-assistant);text-align:right}.service-card ul{font-size:1.2rem;color:var(--text-secondary);line-height:1.7;list-style:none;padding:0;margin:0}.service-card li{margin-bottom:.8em;position:relative;padding-right:1.5em}.service-card li:before{content:"✓";position:absolute;right:0;top:0;color:var(--primary-blue);font-weight:700;font-size:1.1em}@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{padding:1.5rem 1rem;height:auto;min-height:140px;border-width:2px}.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{font-size:1rem;padding:.5rem 1.1rem}}