*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:#1a1a1a;background:#f8f9fa}img{max-width:100%;height:auto;display:block}:root{--primary-color:#6b8e7f;--secondary-color:#e8d5c4;--accent-color:#c9a66b;--text-color:#2d3436;--light-text:#ffffff;--bg-white:#ffffff;--bg-light:#f8f9fa;--shadow:0 4px 12px rgba(0,0,0,0.08);--nav-color:#2d3436;--nav-hover-color:#6b8e7f;--cc-btn-primary-bg:#3b82f6;--cc-btn-primary-border:#3b82f6;--cc-btn-primary-hover-bg:#2269dd;--accessibility-focus:#f2f2f2}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:#f8f9fa;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:var(--shadow)}.nav-container{display:flex;justify-content:flex-end;align-items:center;gap:2rem;position:relative;max-width:none!important;width:100%;padding-left:60px;padding-right:60px}.nav-brand{margin-right:0;margin-left:0;display:flex;align-items:center;flex-shrink:0}.logo-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.logo-link:active,.logo-link:focus{outline:0!important;box-shadow:none!important}.logo{min-height:30px;height:auto;width:auto;max-width:100px;max-height:40px;object-fit:contain;display:block;background:0 0;transition:opacity .3s}.nav-brand .brand-name,.nav-brand h1,.nav-brand span:not(.mobile-toggle span){display:none!important}.nav-menu{display:flex;gap:2rem;list-style:none;margin-right:0;margin-left:auto}.nav-menu li{margin:0}.nav-menu a{text-decoration:none;color:var(--nav-color);font-weight:500;transition:color .3s;font-size:16px}.nav-menu a.active,.nav-menu a:hover{color:var(--nav-hover-color)}.mobile-toggle,.phone-header-btn{display:none;background:0 0;border:none;cursor:pointer;padding:10px;z-index:1001;flex-shrink:0}.mobile-toggle svg,.phone-header-btn svg{color:var(--nav-color);transition:color .3s}.mobile-toggle:active,.mobile-toggle:focus,.phone-header-btn:active,.phone-header-btn:focus{outline:0;border:none;box-shadow:none}.mobile-toggle:hover svg,.phone-header-btn:hover svg{color:var(--nav-hover-color)}.hero{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:30px 40px}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2}.hero-content{position:relative;z-index:3;color:#fff;max-width:800px}.hero h1{font-size:48px!important;font-weight:700!important;line-height:1.2!important;margin-bottom:1rem!important;margin-top:.5rem!important;color:#fff}.hero-subtitle{font-size:20px!important;margin-bottom:2rem!important;color:#fff;font-weight:400!important}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:14px 32px;text-decoration:none;border-radius:6px;font-weight:600;transition:.3s;border:2px solid;cursor:pointer;font-size:16px}.btn-primary{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.btn-primary:hover{background:#5a7868;border-color:#5a7868;transform:translateY(-2px);box-shadow:0 6px 16px rgba(107,142,127,.3)}.btn-secondary{background:var(--secondary-color);color:#000;border-color:var(--secondary-color)}.btn-secondary:hover{background:#d9c4b3;border-color:#d9c4b3;transform:translateY(-2px)}.btn-cta{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.btn-cta:hover{background:#5a7868;border-color:#5a7868;transform:translateY(-2px);box-shadow:0 6px 16px rgba(107,142,127,.3)}section{padding-top:20px;padding-bottom:20px}.approach-section,.cta-section,.intro-section,.services-preview,.target-audience{padding:30px 40px}.approach-content,.intro-content{max-width:900px;margin:0 auto;text-align:center;padding:20px}h1{font-size:48px!important;font-weight:700!important;line-height:1.2!important;margin-bottom:1rem!important;margin-top:.5rem!important;color:var(--text-color)}h2{font-size:32px!important;font-weight:600!important;line-height:1.3!important;margin-bottom:1rem!important;margin-top:.5rem!important;color:var(--text-color)}h3{font-size:24px!important;font-weight:600!important;line-height:1.4!important;margin-bottom:1rem!important;margin-top:.5rem!important;color:var(--text-color)}h4{font-size:20px!important;font-weight:600!important;line-height:1.4!important;margin-bottom:.75rem!important;margin-top:.5rem!important}h5,h6{font-size:18px!important;font-weight:600!important;line-height:1.4!important;margin-bottom:.5rem!important;margin-top:.5rem!important}p{font-size:16px!important;font-weight:400!important;line-height:1.7!important;margin-bottom:1rem!important}.section-title{text-align:center;margin-bottom:1rem!important}.audience-grid,.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:2rem;margin-top:2rem}.audience-card,.service-card{background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s;padding:24px}.audience-card:hover,.service-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.service-card img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.audience-icon{font-size:48px;text-align:center;margin-bottom:1rem}.services-cta{text-align:center;margin-top:3rem}.approach-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:2rem}.approach-list{list-style:none;padding:0}.approach-list li{padding:12px 0;border-bottom:1px solid #e9ecef}.approach-list li:last-child{border-bottom:none}.approach-image img{width:100%;border-radius:12px;box-shadow:var(--shadow)}.cta-section{background:linear-gradient(135deg,var(--primary-color),#5a7868);color:#fff;text-align:center;border-radius:12px;margin:40px 0}.cta-content h2{color:#fff}.cta-content p{color:#fff;margin-bottom:2rem}.page-header{background:var(--secondary-color);padding:30px 40px;text-align:center}.page-subtitle{font-size:18px!important;color:var(--text-color);margin-top:.5rem}.services-full{padding:30px 40px}.service-item{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem;padding:20px}.service-item.reverse{direction:ltr}.service-item.reverse .service-content{direction:rtl}.service-features{list-style:none;padding:0}.service-features li{padding:10px 24px 10px 0;position:relative}.service-features li:before{content:"✓";position:absolute;right:0;color:var(--primary-color);font-weight:700}.service-image img{width:100%;border-radius:12px;box-shadow:var(--shadow)}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:2rem;margin-top:2rem}.process-step{text-align:center;padding:24px}.step-number{width:60px;height:60px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 1rem}.about-intro,.approach-detail,.mission-vision,.values-section,.why-choose{padding:30px 40px}.about-content{max-width:900px;margin:0 auto;padding:20px}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:2rem;margin-top:2rem}.mission-card{background:var(--bg-white);padding:24px;border-radius:12px;box-shadow:var(--shadow)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:2rem;margin-top:2rem}.value-card{text-align:center;padding:24px;background:var(--bg-white);border-radius:12px;box-shadow:var(--shadow)}.value-icon{font-size:48px;margin-bottom:1rem}.approach-pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:2rem;margin-top:2rem}.pillar{padding:24px;background:var(--bg-white);border-radius:12px;box-shadow:var(--shadow)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:2rem;margin-top:2rem}.why-item{padding:24px;background:var(--bg-white);border-radius:12px;box-shadow:var(--shadow)}.contact-section{padding:30px 40px}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.contact-form-wrapper,.contact-info{padding:24px}.contact-details{margin-top:2rem}.contact-item{display:flex;gap:1rem;margin-bottom:2rem;align-items:flex-start}.contact-item i{font-size:24px;color:var(--primary-color);margin-top:4px}.contact-item a{color:var(--primary-color);text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-hours{margin-top:2rem;padding:20px;background:var(--bg-light);border-radius:8px}.contact-form{background:var(--bg-white);padding:24px;border-radius:12px;box-shadow:var(--shadow)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-color)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px;border:1px solid #dee2e6;border-radius:6px;font-size:16px;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--primary-color)}.faq-section{padding:30px 40px;background:var(--bg-light)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:2rem;margin-top:2rem}.faq-item{background:var(--bg-white);padding:24px;border-radius:12px;box-shadow:var(--shadow)}.whatsapp-float{display:none}@media (max-width:768px){.nav-container{padding-left:60px;padding-right:60px}.mobile-toggle,.phone-header-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%)}.nav-menu{display:none;position:fixed;top:0;width:50%;height:75%;max-width:50%;background:var(--bg-white);flex-direction:column;padding:80px 20px 20px;gap:1rem;box-shadow:var(--shadow);z-index:999;overflow-y:auto}.nav-menu.active{display:flex}.nav-brand{margin:0 auto;justify-content:center}html[dir=rtl] .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{right:0;left:auto}html[dir=ltr] .nav-menu,html[lang=en] .nav-menu,html[lang=es] .nav-menu,html[lang=fr] .nav-menu{left:0;right:auto}html[dir=rtl] .mobile-toggle,html[lang=ar] .mobile-toggle,html[lang=he] .mobile-toggle{right:15px;left:auto}html[dir=ltr] .mobile-toggle,html[dir=rtl] .phone-header-btn,html[lang=ar] .phone-header-btn,html[lang=en] .mobile-toggle,html[lang=es] .mobile-toggle,html[lang=fr] .mobile-toggle,html[lang=he] .phone-header-btn{left:15px;right:auto}html[dir=ltr] .phone-header-btn,html[lang=en] .phone-header-btn,html[lang=es] .phone-header-btn,html[lang=fr] .phone-header-btn{right:15px;left:auto}.whatsapp-float{display:flex;position:fixed;bottom:20px;width:50px;height:50px;border-radius:50%;align-items:center;justify-content:center;font-size:24px;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.3);background:#25d366;color:#fff;text-decoration:none}html[dir=rtl] .whatsapp-float,html[lang=ar] .whatsapp-float,html[lang=he] .whatsapp-float{right:20px;left:auto}html[dir=ltr] .whatsapp-float,html[lang=en] .whatsapp-float,html[lang=es] .whatsapp-float,html[lang=fr] .whatsapp-float{left:20px;right:auto}.about-intro,.approach-detail,.approach-section,.contact-section,.cta-section,.faq-section,.hero,.intro-section,.mission-vision,.page-header,.services-full,.services-preview,.target-audience,.values-section,.why-choose{padding:30px 20px}section{padding-top:15px;padding-bottom:15px}.logo{min-height:30px;max-width:100px;max-height:40px}h1{font-size:28px!important;margin-bottom:1rem!important;margin-top:.5rem!important}h2{font-size:22px!important;margin-bottom:1rem!important;margin-top:.5rem!important}h3{font-size:18px!important;margin-bottom:1rem!important;margin-top:.5rem!important}h4,h5,h6{font-size:16px!important;margin-bottom:.75rem!important;margin-top:.5rem!important}p{font-size:14px!important}.hero{min-height:400px}.hero-cta{flex-direction:column}.approach-pillars,.audience-grid,.faq-grid,.mission-grid,.process-grid,.services-grid,.values-grid,.why-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.approach-split,.contact-wrapper,.service-item{grid-template-columns:1fr;gap:2rem}.service-item.reverse{direction:rtl}}@media (max-width:1024px){h1{font-size:36px!important}h2{font-size:28px!important}h3{font-size:20px!important}p{font-size:15px!important}}figure,img,picture{opacity:1!important;visibility:visible!important}.legal-footer{background-color:#f2f2f2;color:#1a1a1a;padding:5px 0;font-size:14px;border-top:3px solid #1a202c}.legal-footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.legal-footer .footer-main{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.legal-footer .all-rights-reserved{flex:1;min-width:200px}.legal-footer .all-rights-reserved p{margin:0!important}.legal-footer .zappy-attribution{text-align:center;width:100%;padding-top:15px;border-top:1px solid #1a1a1a;opacity:.3}.legal-footer .zappy-attribution p{margin:0;font-size:12px;color:rgba(0,0,0,.5);font-style:italic}.legal-footer .footer-social{display:flex;align-items:center;gap:15px;flex-wrap:wrap;justify-content:center;flex-shrink:0}.legal-footer .footer-social a{color:#1a1a1a!important;text-decoration:none;font-size:22px;transition:color .3s,transform .2s;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:rgba(0,0,0,.08)}.legal-footer .footer-social a:hover{color:#1a202c!important;transform:scale(1.15);background-color:rgba(0,0,0,.15)}.legal-footer .footer-social a:focus{outline:#1a202c solid 2px;outline-offset:2px;border-radius:50%}.legal-footer .footer-social i{font-size:20px}.legal-footer .footer-legal{display:flex;align-items:center;gap:10px;flex-shrink:0;justify-content:flex-end}.legal-footer .footer-legal a{color:#1a1a1a!important;text-decoration:none;transition:color .3s,opacity .3s;font-weight:500;opacity:.9}.legal-footer .footer-legal a:hover{color:#1a1a1a!important;opacity:1;text-decoration:underline}.legal-footer .footer-legal a:focus{outline:#1a1a1a solid 2px;outline-offset:2px;border-radius:2px}.legal-footer .separator{color:#1a1a1a!important;font-weight:300;opacity:.7}@media (max-width:968px){.legal-footer .footer-main{flex-direction:column;text-align:center;gap:0}.legal-footer .footer-social{justify-content:center;order:1;margin-bottom:20px}.legal-footer .all-rights-reserved{width:100%;text-align:center;order:2;margin-bottom:5px}.legal-footer .footer-legal{flex-wrap:wrap;justify-content:center;order:3}}@media (min-width:969px){.legal-footer .footer-main{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;gap:30px;margin-bottom:10px}.legal-footer .all-rights-reserved{text-align:left;justify-self:start;margin-bottom:0}.legal-footer .footer-social{justify-self:center;margin-bottom:0}.legal-footer .footer-legal{justify-self:end;text-align:right}[dir=rtl] .legal-footer .all-rights-reserved{text-align:right;justify-self:end}[dir=rtl] .legal-footer .footer-legal{justify-self:start;text-align:left}}@media (max-width:968px){[dir=rtl] .legal-footer .all-rights-reserved,[dir=rtl] .legal-footer .footer-legal{text-align:center}}[dir=rtl] .legal-footer .footer-legal,[dir=rtl] .legal-footer .footer-main{direction:rtl}#cc--main{font-family:inherit!important}.cc-btn.cc--btn-primary{background-color:var(--cc-btn-primary-bg)!important;border-color:var(--cc-btn-primary-border)!important}.cc-btn.cc--btn-primary:hover{background-color:var(--cc-btn-primary-hover-bg)!important}@media (max-width:768px){#cc--main .cc__btn{font-size:14px!important;padding:8px 16px!important}.cc__modal .cc__modal-content{margin:10px!important}}.cookie-preferences-btn:hover{text-decoration:none!important}.skip-link:focus{position:absolute!important;top:6px!important;left:6px!important;background:#000!important;color:#fff!important;padding:8px!important;text-decoration:none!important;z-index:10000!important;border-radius:4px!important}:focus{outline:2px solid var(--accessibility-focus)!important;outline-offset:2px!important}@media (prefers-contrast:high){*{border-color:currentColor!important}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}.sr-only{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}#mic-access-tool-general-button{background:0 0!important;border:none!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;align-items:center!important;justify-content:center!important;padding:0!important;position:relative!important;overflow:hidden!important}#mic-access-tool-general-button,#mic-access-tool-general-button :not(svg):not(path):not(circle):not(rect):not(polygon):not(ellipse):not(line):not(polyline):not(g){font-size:0!important;color:transparent!important;text-indent:-9999px!important;line-height:0!important;letter-spacing:-999em!important;white-space:nowrap!important}#mic-access-tool-general-button::after,#mic-access-tool-general-button::before{content:none!important;display:none!important}#mic-access-tool-general-button:hover{background:rgba(242,242,242,.1)!important;box-shadow:0 2px 8px rgba(242,242,242,.2)!important;font-size:0!important;color:transparent!important;text-indent:-9999px!important}#mic-access-tool-general-button svg{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-general-button svg,#mic-access-tool-general-button svg *,#mic-access-tool-general-button svg circle,#mic-access-tool-general-button svg ellipse,#mic-access-tool-general-button svg g,#mic-access-tool-general-button svg line,#mic-access-tool-general-button svg path,#mic-access-tool-general-button svg polygon,#mic-access-tool-general-button svg polyline,#mic-access-tool-general-button svg rect{fill:#f2f2f2!important;stroke:#f2f2f2!important;color:#f2f2f2!important}#mic-access-tool-general-button i,#mic-access-tool-general-button img{width:18px!important;height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-box .mic-access-tool-box-header,.mic-access-tool-box-header,div[id*=mic-access-tool-box] .header,div[id*=mic-access-tool-box] header{background:#f2f2f2!important;color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header *,.mic-access-tool-box-header *,div[id*=mic-access-tool-box] .header *,div[id*=mic-access-tool-box] header *{color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header a,#mic-access-tool-box .mic-access-tool-box-header button,#mic-access-tool-box [class*=close],#mic-access-tool-box button[title*=Close],#mic-access-tool-box button[title*=close]{color:#fff!important;background:0 0!important}#mic-access-tool-box button.active,#mic-access-tool-box button:hover,div[id*=mic-access-tool-box] button.active,div[id*=mic-access-tool-box] button:hover{border-color:#f2f2f2!important;color:#f2f2f2!important;background-color:rgba(242,242,242,.1)!important}#mic-access-tool-box [class*=reset],#mic-access-tool-box button[title*=Reset],#mic-access-tool-box button[title*=reset],div[id*=mic-access-tool-box] button[class*=reset]{background:#f2f2f2!important;color:#fff!important}#mic-access-tool-box [class*=reset] *,#mic-access-tool-box button[title*=Reset] *,#mic-access-tool-box button[title*=reset] *,div[id*=mic-access-tool-box] button[class*=reset] *{color:#fff!important}#mic-access-tool-box,#mic-access-tool-general-button,#mic-init-access-tool #mic-access-tool-box,#mic-init-access-tool #mic-access-tool-general-button,#mic-init-access-tool .mic-access-tool-general-button,._access-icon,._access-menu,.mic-access-tool-box,.mic-access-tool-general-button,div[id*=mic-access-tool-box]{display:none!important}body.accessibility-widget-visible #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool .mic-access-tool-general-button,body.accessibility-widget-visible ._access-icon,body.accessibility-widget-visible .mic-access-tool-general-button{display:flex!important}body.accessibility-widget-visible #mic-access-tool-box,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-box,body.accessibility-widget-visible ._access-menu,body.accessibility-widget-visible .mic-access-tool-box,body.accessibility-widget-visible div[id*=mic-access-tool-box]{display:block!important}@media (max-width:768px){#mic-access-tool-box,#mic-access-tool-general-button,#mic-init-access-tool #mic-access-tool-box,#mic-init-access-tool #mic-access-tool-general-button,#mic-init-access-tool .mic-access-tool-general-button,._access-icon,._access-menu,.mic-access-tool-box,.mic-access-tool-general-button,body.accessibility-widget-visible #mic-access-tool-box,body.accessibility-widget-visible #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-box,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool .mic-access-tool-general-button,body.accessibility-widget-visible ._access-icon,body.accessibility-widget-visible ._access-menu,body.accessibility-widget-visible .mic-access-tool-box,body.accessibility-widget-visible .mic-access-tool-general-button,body.accessibility-widget-visible div[id*=mic-access-tool-box],div[id*=mic-access-tool-box]{display:none!important}}