@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/Inter-Regular.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/Inter-Medium.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/Inter-SemiBold.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/Inter-Bold.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/Rubik-Regular.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/Rubik-Medium.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/Rubik-SemiBold.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/Rubik-Bold.woff2') format('woff2')}:root{--color-primary:#071828;--color-secondary:#7FE7D6;--color-accent:#C7FF3D;--color-background:#F3FAFF;--color-text-dark:#071828;--color-text-light:#F3FAFF;--gradient-primary:linear-gradient(135deg, #0B3B63 0%, #1F7EA9 45%, #A8F3E7 100%);--gradient-gold-shine:linear-gradient(90deg, rgba(255,184,107,0) 0%, rgba(255,184,107,0.65) 45%, rgba(255,184,107,0) 100%);--gradient-secondary:linear-gradient(180deg, #0A355C 0%, #1C6E95 55%, #DFF4FA 100%);--gradient-gold-accent:linear-gradient(135deg, #FFB86B 0%, #FFD2A3 55%, #FFF2E3 100%);--gradient-dark-section:radial-gradient(120% 90% at 10% 10%, #1C6E95 0%, #0B3B63 45%, #062B4A 100%);--gradient-overlay-dark:linear-gradient(180deg, rgba(6,43,74,0.00) 0%, rgba(6,43,74,0.35) 70%, rgba(6,43,74,0.55) 100%);--gradient-light-section:radial-gradient(120% 120% at 50% 0%, #FFFFFF 0%, #EAF8FC 35%, #DFF4FA 100%);--gradient-overlay-light:linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.35) 60%, rgba(255,255,255,0.00) 100%);--font-heading:Heebo,Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;--font-body:Inter,Heebo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;--font-size-h1:clamp(3rem, 5vw + 1rem, 5rem);--font-size-h2:clamp(2rem, 3vw + 0.5rem, 2.75rem);--font-size-h3:clamp(1.25rem, 2vw + 0.25rem, 1.625rem);--font-size-body:clamp(1rem, 1vw + 0.25rem, 1.125rem);--font-weight-heading:800;--font-weight-body:400;--line-height-heading:1.2;--line-height-body:1.65;--letter-spacing-heading:-0.02em;--letter-spacing-body:0;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-2xl:4rem;--spacing-3xl:6rem;--container-max-width:1200px;--content-max-width:66ch;--content-narrow-width:58ch;--border-radius-sm:0.375rem;--border-radius-md:0.5rem;--border-radius-lg:1rem;--border-radius-xl:1.5rem;--border-radius-pill:999px;--transition-fast:0.2s ease;--transition-base:0.3s ease;--transition-slow:0.5s ease;--shadow-sm:0 2px 8px rgba(7, 24, 40, 0.08);--shadow-md:0 4px 16px rgba(7, 24, 40, 0.12);--shadow-lg:0 8px 32px rgba(7, 24, 40, 0.16);--shadow-xl:0 12px 48px rgba(7, 24, 40, 0.2);--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html[dir=rtl]{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;direction:rtl}body{font-family:Rubik,sans-serif;font-size:var(--font-size-body);font-weight:var(--font-weight-body);line-height:var(--line-height-body);color:var(--color-text-dark);background-color:var(--color-background);letter-spacing:var(--letter-spacing-body)}h1,h2,h3,h4,h5,h6{font-family:Rubik,sans-serif;font-weight:var(--font-weight-heading);line-height:var(--line-height-heading);letter-spacing:var(--letter-spacing-heading);color:var(--color-text-dark);margin-bottom:var(--spacing-md)}h1{font-size:var(--font-size-h1);font-weight:800}h2{font-size:var(--font-size-h2);font-weight:700}h3{font-size:var(--font-size-h3);font-weight:600}p{margin-bottom:var(--spacing-md);max-width:var(--content-max-width)}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-secondary)}canvas,img,picture,svg,video{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}button{cursor:pointer;border:none;background:0 0}ol,ul{list-style:none}.container{width:100%;max-width:var(--container-max-width);margin-right:auto;margin-left:auto;padding-right:var(--spacing-md);padding-left:var(--spacing-md)}@media (min-width:768px){.container{padding-right:var(--spacing-lg);padding-left:var(--spacing-lg)}}@media (min-width:1024px){.container{padding-right:var(--spacing-xl);padding-left:var(--spacing-xl)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-family:Rubik,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border-radius:var(--border-radius-pill);transition:all var(--transition-base);cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--color-primary);color:var(--color-text-light)}.btn-primary:hover{background:#0a2438;color:var(--color-text-light)}.btn-secondary{background:var(--color-secondary);color:var(--color-text-dark)}.btn-secondary:hover{background:#6dd9c9;color:var(--color-text-dark)}.btn-accent{background:var(--color-accent);color:var(--color-text-dark)}.btn-accent:hover{background:#b8f030;color:var(--color-text-dark)}.btn-outline-primary{background:0 0;color:var(--color-primary);border-color:var(--color-primary)}.btn-outline-primary:hover{background:var(--color-primary);color:var(--color-text-light)}.btn-outline-secondary{background:0 0;color:var(--color-secondary);border-color:var(--color-secondary)}.btn-outline-secondary:hover{background:var(--color-secondary);color:var(--color-text-dark)}.badge{display:inline-flex;align-items:center;padding:.375rem .875rem;font-size:.875rem;font-weight:500;line-height:1.4;border-radius:var(--border-radius-pill);background:var(--color-background);color:var(--color-text-dark);white-space:nowrap}.badge-primary{background:var(--color-primary);color:var(--color-text-light)}.badge-secondary{background:var(--color-secondary);color:var(--color-text-dark)}.badge-accent{background:var(--color-accent);color:var(--color-text-dark)}.badge-wrap{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.text-center{text-align:center}.text-start{text-align:right}.text-end{text-align:left}.text-light{color:var(--color-text-light)}.text-dark{color:var(--color-text-dark)}.bg-primary{background:var(--color-primary)}.bg-secondary{background:var(--color-secondary)}.bg-accent{background:var(--color-accent)}.bg-light{background:var(--color-background)}.gradient-primary{background:var(--gradient-primary)}.gradient-secondary{background:var(--gradient-secondary)}.gradient-dark-section{background:var(--gradient-dark-section)}.gradient-light-section{background:var(--gradient-light-section)}.section{padding:var(--spacing-2xl) 0}@media (min-width:768px){.section{padding:var(--spacing-3xl) 0}}.glass-panel{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:var(--border-radius-xl);border:1px solid rgba(255,255,255,.2);padding:var(--spacing-lg);box-shadow:var(--shadow-lg)}.whatsapp-float{position:fixed;bottom:20px;left:20px;width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;z-index:999;box-shadow:0 4px 12px rgba(0,0,0,.15);text-decoration:none;transition:transform .3s,box-shadow .3s}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2);color:#fff}@media (min-width:769px){.whatsapp-float{display:none!important}}@media (max-width:640px){.btn{padding:.75rem 1.5rem;font-size:.9375rem}}@media (min-width:768px){.btn{padding:1rem 2.5rem;font-size:1.0625rem}}:root{--primary:#071828;--secondary:#7FE7D6;--accent:#C7FF3D;--background:#F3FAFF;--background-dark:#062B4A;--text-dark:#071828;--text-light:#F3FAFF}.navbar{position:fixed;left:0;right:0;background:linear-gradient(135deg,rgba(7,24,40,.95) 0,rgba(6,43,74,.95) 100%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(7,24,40,.15);padding:0}.navbar::before{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--secondary),transparent);opacity:.3}.navbar>*{max-width:1200px;margin:0 auto;display:flex;align-items:center;padding:1rem 2rem;gap:2rem}.nav-brand{display:flex;align-items:center;flex-shrink:0}.logo-link{display:flex;align-items:center;transition:transform .3s}.logo-link:hover{transform:scale(1.05)}.mobile-toggle{display:none;background:0 0;border:none;color:var(--text-light);cursor:pointer;padding:.5rem;margin-right:auto;transition:color .3s}.mobile-toggle:hover{color:var(--secondary)}.phone-header-btn{display:none;background:var(--secondary);border:none;color:var(--primary);cursor:pointer;padding:.75rem;border-radius:50%;transition:.3s;box-shadow:0 2px 10px rgba(127,231,214,.3)}.phone-header-btn:hover{background:var(--accent);transform:scale(1.1)}.nav-menu{display:flex;gap:2.5rem;align-items:center}.nav-menu a{color:var(--text-light);font-size:1rem;position:relative;padding:.5rem 0;display:inline-block}.nav-menu a::after{content:'';position:absolute;bottom:0;right:0;width:0;height:2px;background:linear-gradient(90deg,var(--secondary),var(--accent));transition:width .3s}.nav-menu a:hover{color:var(--secondary)}.nav-menu a:hover::after{width:100%}.nav-cta-container{display:flex;align-items:center}.nav-cta-btn{background:linear-gradient(135deg,var(--secondary) 0,var(--accent) 100%);color:var(--primary);text-decoration:none;padding:.75rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;transition:.3s;box-shadow:0 4px 15px rgba(127,231,214,.3);border:2px solid transparent}.nav-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(127,231,214,.5);background:linear-gradient(135deg,var(--accent) 0,var(--secondary) 100%)}@media (max-width:768px){.navbar>*{padding:1rem;position:relative}.mobile-toggle{display:block;order:3}.phone-header-btn{display:block;order:2;margin-right:auto}.nav-brand{order:1}.nav-menu{position:absolute;top:100%;right:0;left:0;flex-direction:column;background:linear-gradient(135deg,rgba(7,24,40,.98) 0,rgba(6,43,74,.98) 100%);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);padding:1.5rem;gap:0;max-height:0;overflow:hidden;transition:.3s;box-shadow:0 10px 30px rgba(7,24,40,.3)}.nav-menu.active{max-height:500px;opacity:1;padding:1.5rem}.nav-menu li{width:100%;text-align:center;border-bottom:1px solid rgba(127,231,214,.1)}.nav-menu li:last-child{border-bottom:none}.nav-menu a{display:block;padding:1rem;font-size:1.1rem}.nav-menu a::after{display:none}.nav-cta-container{position:absolute;top:100%;right:0;left:0;margin:0;padding:1.5rem;background:linear-gradient(135deg,rgba(7,24,40,.98) 0,rgba(6,43,74,.98) 100%);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);max-height:0;overflow:hidden;transition:.3s;border-top:1px solid rgba(127,231,214,.1)}.nav-cta-container.active{max-height:200px;opacity:1}.nav-cta-btn{width:100%;text-align:center;display:block;padding:1rem 2rem}}.site-footer{background:linear-gradient(135deg,var(--primary,#071828) 0,var(--background-dark,#062b4a) 100%);color:var(--text-light,#f3faff);padding:60px 20px 20px;font-family:Rubik,sans-serif}html[dir=rtl] .site-footer{direction:rtl}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(127,231,214,.2)}.footer-column{display:flex;flex-direction:column;gap:20px}.footer-about{grid-column:span 1}.logo{margin-bottom:15px;filter:brightness(0) invert(1)}.footer-description{font-size:14px;line-height:1.6;color:var(--text-light,#f3faff);opacity:.9;margin:0}.footer-title{font-size:18px;font-weight:700;color:var(--secondary,#7fe7d6);margin:0 0 15px;text-transform:uppercase;letter-spacing:.5px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links a{color:var(--text-light,#f3faff);text-decoration:none;font-size:15px;transition:.3s;display:inline-block;position:relative}.footer-links a::before{content:'';position:absolute;right:0;bottom:-2px;width:0;height:2px;background-color:var(--accent,#c7ff3d);transition:width .3s}.footer-links a:hover{color:var(--accent,#c7ff3d);padding-right:8px}.footer-links a:hover::before{width:100%}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.footer-contact li{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5}.footer-contact i{color:var(--secondary,#7fe7d6);font-size:16px;margin-top:2px;flex-shrink:0}.footer-contact a{color:var(--text-light,#f3faff);text-decoration:none;transition:color .3s}.footer-contact a:hover{color:var(--accent,#c7ff3d)}.footer-contact span{color:var(--text-light,#f3faff)}.social-links{display:flex;gap:15px;flex-wrap:wrap}.social-links a{width:45px;height:45px;border-radius:50%;background-color:rgba(127,231,214,.1);border:2px solid var(--secondary,#7fe7d6);display:flex;align-items:center;justify-content:center;color:var(--secondary,#7fe7d6);font-size:18px;transition:.3s;text-decoration:none}.social-links a:hover{background-color:var(--accent,#c7ff3d);border-color:var(--accent,#c7ff3d);color:var(--primary,#071828);transform:translateY(-3px)}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;font-size:14px}.footer-legal{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.footer-legal a{color:var(--text-light,#f3faff);text-decoration:none;transition:color .3s;opacity:.9}.footer-legal a:hover{color:var(--accent,#c7ff3d);opacity:1}.footer-legal .separator{color:var(--secondary,#7fe7d6);opacity:.5}.footer-copyright p{margin:0;color:var(--text-light,#f3faff);opacity:.8}.footer-attribution{margin-inline-start:auto}.zappy-attribution{color:var(--text-light,#f3faff);text-decoration:none;font-size:13px;opacity:.7;transition:.3s;display:inline-flex;align-items:center;gap:5px}.zappy-attribution:hover{opacity:1;color:var(--accent,#c7ff3d)}@media (max-width:768px){.site-footer{padding:40px 20px 20px}.footer-grid{grid-template-columns:1fr;gap:30px;margin-bottom:30px;padding-bottom:30px}.footer-about{grid-column:span 1}.footer-bottom{flex-direction:column;text-align:center;gap:15px}.footer-legal{justify-content:center}.footer-attribution{margin-inline-start:0}}@media (max-width:480px){.footer-title{font-size:16px}.footer-legal{flex-direction:column;gap:10px}.footer-legal .separator{display:none}.social-links a{width:40px;height:40px;font-size:16px}}.home-hero-section{position:relative;min-height:100vh;display:flex;align-items:center;background:radial-gradient(120% 90% at 10% 10%,#1c6e95 0,#0b3b63 45%,#062b4a 100%);overflow:hidden;padding:0;margin:0}.home-hero-section .hero-bg-ribbons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.home-hero-section .ribbon{position:absolute;width:140%;height:35vh;opacity:.15;animation:25s ease-in-out infinite floatRibbon}.home-hero-section .ribbon-1{top:10%;left:-20%;background:linear-gradient(135deg,rgba(127,230,230,.4) 0,rgba(168,243,231,.3) 50%,rgba(127,230,230,.2) 100%);transform:rotate(-8deg);animation-delay:0s}.home-hero-section .ribbon-2{top:40%;right:-25%;background:linear-gradient(135deg,rgba(168,243,231,.3) 0,rgba(127,230,230,.4) 50%,rgba(201,255,46,.15) 100%);transform:rotate(12deg);animation-delay:8s}.home-hero-section .ribbon-3{bottom:15%;left:-15%;background:linear-gradient(135deg,rgba(127,230,230,.25) 0,rgba(168,243,231,.35) 100%);transform:rotate(-5deg);animation-delay:16s}@keyframes floatRibbon{0%,100%{transform:translateY(0) translateX(0) rotate(-8deg)}50%{transform:translateY(-30px) translateX(20px) rotate(-6deg)}}.home-hero-section .hero-container{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:80px 40px 140px;z-index:1}.home-hero-section .hero-content-wrapper{display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center}.home-hero-section .hero-text-panel{position:relative;background:var(--glass);backdrop-filter:blur(var(--blur));-webkit-backdrop-filter:blur(var(--blur));border-radius:var(--radius-xl);padding:60px 50px;border:1px solid var(--border-light);box-shadow:var(--shadow-strong)}.home-hero-section .hero-text-content{position:relative;z-index:2}.home-hero-section .hero-title{font-family:Rubik,sans-serif;font-size:clamp(48px, 6vw, 80px);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--text-light);margin:0 0 24px;max-width:18ch}.home-hero-section .hero-description{font-family:Rubik,sans-serif;font-size:18px;font-weight:500;line-height:1.7;color:var(--text-light);margin:0 0 36px;max-width:58ch;opacity:.95}.home-hero-section .hero-cta-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:28px}.home-hero-section .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:var(--accent);color:var(--text-dark);font-family:Rubik,sans-serif;font-size:16px;font-weight:700;text-decoration:none;border-radius:var(--radius-md);border:none;box-shadow:0 8px 24px rgba(201,255,46,.35);transition:transform 240ms,box-shadow 240ms,background-color 240ms;cursor:pointer}.home-hero-section .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(201,255,46,.45);background:#d4ff5e}.home-hero-section .btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:0 0;color:var(--text-light);font-family:Rubik,sans-serif;font-size:16px;font-weight:700;text-decoration:none;border-radius:var(--radius-md);border:2px solid var(--border-light);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform 240ms,background-color 240ms,border-color 240ms;cursor:pointer}.home-hero-section .btn-secondary:hover{transform:translateY(-3px);background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.8)}.home-hero-section .hero-badges{display:flex;flex-wrap:wrap;gap:12px}.home-hero-section .badge{display:inline-flex;align-items:center;padding:10px 20px;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);border-radius:50px;font-family:Rubik,sans-serif;font-size:14px;font-weight:600;color:var(--text-light);white-space:nowrap}.home-hero-section .hero-image-panel{position:relative;display:flex;align-items:center;justify-content:center}.home-hero-section .hero-image-wrapper{position:relative;width:100%;max-width:550px;clip-path:polygon(0% 8%,8% 0%,92% 0%,100% 8%,100% 92%,92% 100%,8% 100%,0% 92%);filter:drop-shadow(0 20px 50px rgba(0,0,0,.3))}.home-hero-section .hero-image-wrapper img{display:block;width:100%;height:auto;object-fit:cover}.home-hero-section .hero-transition{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:2;pointer-events:none}@media (max-width:768px){.home-hero-section{min-height:auto;padding:0}.home-hero-section .hero-container{padding:60px 20px 100px}.home-hero-section .hero-content-wrapper{grid-template-columns:1fr;gap:40px}.home-hero-section .hero-text-panel{padding:40px 28px}.home-hero-section .hero-title{font-size:clamp(36px, 9vw, 52px);max-width:100%}.home-hero-section .hero-description{font-size:16px;max-width:100%}.home-hero-section .hero-cta-row{flex-direction:column;gap:12px}.home-hero-section .btn-primary,.home-hero-section .btn-secondary{width:100%;padding:14px 24px}.home-hero-section .hero-badges{gap:8px}.home-hero-section .badge{font-size:13px;padding:8px 16px}.home-hero-section .hero-image-wrapper{max-width:100%}.home-hero-section .ribbon{width:180%;height:25vh}}.home-features-section{position:relative;background:radial-gradient(120% 120% at 50% 0,#fff 0,#eaf8fc 35%,#dff4fa 100%);padding:120px 20px 140px;overflow:hidden}.home-features-section .features-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.home-features-section .features-header{display:grid;grid-template-columns:55fr 45fr;gap:60px;margin-bottom:80px;align-items:start}.home-features-section .features-title{font-family:Rubik,sans-serif;font-size:clamp(44px, 5vw, 64px);font-weight:900;line-height:1.05;letter-spacing:-.01em;color:var(--text-dark);margin:0}.home-features-section .features-intro{font-family:Rubik,sans-serif;font-size:18px;font-weight:600;line-height:1.7;color:var(--text-dark);margin:0;max-width:none}.home-features-section .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:80px}.home-features-section .feature-card{background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-lg);padding:36px 32px;transition:transform 240ms,box-shadow 240ms;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 12px 28px rgba(7,28,50,.1);position:relative}.home-features-section .feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,rgba(31,126,169,0) 0,rgba(31,126,169,.5) 50%,rgba(31,126,169,0) 100%);border-radius:var(--radius-lg) var(--radius-lg) 0 0;transition:opacity 240ms}.home-features-section .feature-card:hover{transform:translateY(-6px);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 18px 40px rgba(7,28,50,.14)}.home-features-section .feature-card:hover::before{opacity:1}.home-features-section .feature-title{font-family:Rubik,sans-serif;font-size:22px;font-weight:800;line-height:1.2;color:var(--text-dark);margin:0 0 16px}.home-features-section .feature-description{font-family:Rubik,sans-serif;font-size:16px;font-weight:500;line-height:1.6;color:var(--text-dark);margin:0 0 24px;max-width:none}.home-features-section .feature-badges{display:flex;flex-wrap:wrap;gap:10px}.home-features-section .badge{font-family:Rubik,sans-serif;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dark);background:rgba(31,126,169,.12);padding:8px 16px;border-radius:20px;border:1px solid rgba(31,126,169,.25);white-space:nowrap}.home-features-section .features-footer{text-align:center;padding-top:40px;border-top:1px solid rgba(31,126,169,.15)}.home-features-section .footer-text{font-family:Rubik,sans-serif;font-size:18px;font-weight:600;line-height:1.6;color:var(--text-dark);margin:0 0 24px;max-width:none!important}.home-features-section .footer-links{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.home-features-section .footer-link{font-family:Rubik,sans-serif;font-size:16px;font-weight:800;color:var(--primary);text-decoration:none;padding:14px 32px;border-radius:50px;border:2px solid var(--primary);background:0 0;transition:240ms;display:inline-block}.home-features-section .footer-link:hover{background:var(--primary);color:var(--text-light);transform:translateY(-2px);box-shadow:0 8px 20px rgba(31,126,169,.25)}.home-features-section .section-divider{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:1}.home-features-section .gradient-shard{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(80px);opacity:.15;pointer-events:none;z-index:0}.home-features-section .gradient-shard-top{top:-200px;right:-100px;background:linear-gradient(135deg,rgba(127,230,230,.5) 0,rgba(31,126,169,.3) 100%)}.home-features-section .gradient-shard-bottom{bottom:-200px;left:-100px;background:linear-gradient(135deg,rgba(201,255,46,.3) 0,rgba(127,230,230,.4) 100%)}@media (max-width:768px){.home-features-section{padding:80px 20px 100px}.home-features-section .features-header{grid-template-columns:1fr;gap:24px;margin-bottom:50px}.home-features-section .features-title{font-size:clamp(32px, 8vw, 44px)}.home-features-section .features-intro{font-size:16px}.home-features-section .features-grid{grid-template-columns:1fr;gap:24px;margin-bottom:60px}.home-features-section .feature-card{padding:28px 24px}.home-features-section .feature-title{font-size:20px}.home-features-section .feature-description{font-size:15px}.home-features-section .footer-links{flex-direction:column;align-items:center}.home-features-section .footer-link{width:100%;max-width:300px;text-align:center}.home-features-section .gradient-shard{width:400px;height:400px}}.home-gallery-section{position:relative;background:radial-gradient(120% 120% at 50% 0,#fff 0,#eaf8fc 35%,#dff4fa 100%);padding:120px 20px 180px;overflow:hidden}.home-gallery-section .gallery-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.home-gallery-section .gallery-header{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}.home-gallery-section .gallery-title{font-size:48px;font-weight:900;letter-spacing:-.01em;line-height:1.05;color:var(--text-dark);margin:0 0 24px;max-width:none}.home-gallery-section .gallery-intro{font-size:18px;font-weight:600;line-height:1.7;color:var(--text-dark);margin:0;max-width:none}.home-gallery-section .header-image-wrapper{position:relative}.home-gallery-section .glass-frame{background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-xl);padding:12px;box-shadow:0 18px 40px rgba(7,28,50,.14);transition:transform 240ms,box-shadow 240ms}.home-gallery-section .glass-frame:hover{transform:translateY(-6px);box-shadow:0 26px 60px rgba(7,28,50,.18)}.home-gallery-section .hero-frame{animation:6s ease-in-out infinite float}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.home-gallery-section .glass-frame img{display:block;width:100%;height:auto;border-radius:var(--radius-lg);object-fit:cover}.home-gallery-section .gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(200px,auto);gap:24px;margin-bottom:80px}.home-gallery-section .gallery-item{position:relative}.home-gallery-section .tile-1{grid-column:1/7;grid-row:1/3}.home-gallery-section .tile-1 .glass-frame img{height:100%;min-height:450px}.home-gallery-section .tile-2{grid-column:7/10;grid-row:1/2}.home-gallery-section .tile-2 .glass-frame img{height:100%;min-height:200px}.home-gallery-section .tile-3{grid-column:10/13;grid-row:1/2}.home-gallery-section .tile-3 .glass-frame img{height:100%;min-height:200px}.home-gallery-section .tile-4{grid-column:7/10;grid-row:2/3}.home-gallery-section .tile-4 .glass-frame img{height:100%;min-height:200px}.home-gallery-section .tile-5{grid-column:7/13;grid-row:3/5}.home-gallery-section .tile-5 .glass-frame img{height:100%;min-height:450px}.home-gallery-section .tile-6{grid-column:1/7;grid-row:3/4}.home-gallery-section .tile-6 .glass-frame img{height:100%;min-height:200px}.home-gallery-section .gallery-cta{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-lg);padding:48px 56px;box-shadow:0 18px 40px rgba(7,28,50,.14)}.home-gallery-section .cta-title{font-size:26px;font-weight:800;line-height:1.2;color:var(--text-dark);margin:0 0 12px}.home-gallery-section .cta-text{font-size:16px;font-weight:500;line-height:1.6;color:var(--text-dark);margin:0;max-width:none}.home-gallery-section .btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:var(--text-light);font-size:16px;font-weight:800;padding:18px 36px;border-radius:var(--radius-xl);text-decoration:none;border:none;cursor:pointer;transition:transform 240ms,box-shadow 240ms,background-color 240ms;box-shadow:0 12px 28px rgba(7,28,50,.1);white-space:nowrap}.home-gallery-section .btn-primary:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(7,28,50,.14);background:linear-gradient(135deg,#0b3b63 0,#1f7ea9 45%,#a8f3e7 100%)}.home-gallery-section .wind-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(201,255,46,.03) 0,rgba(127,230,230,.05) 50%,rgba(31,126,169,.03) 100%);pointer-events:none;z-index:1;animation:20s ease-in-out infinite windMove}@keyframes windMove{0%,100%{opacity:.4;transform:translateX(0)}50%{opacity:.6;transform:translateX(30px)}}.home-gallery-section .section-transition{position:absolute;bottom:0;left:0;right:0;height:120px;z-index:3;pointer-events:none}.home-gallery-section .transition-curve{width:100%;height:100%;display:block}@media(max-width:768px){.home-gallery-section{padding:80px 20px 140px}.home-gallery-section .gallery-header{grid-template-columns:1fr;gap:40px}.home-gallery-section .gallery-title{font-size:34px}.home-gallery-section .gallery-intro{font-size:16px}.home-gallery-section .gallery-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:20px}.home-gallery-section .tile-1,.home-gallery-section .tile-2,.home-gallery-section .tile-3,.home-gallery-section .tile-4,.home-gallery-section .tile-5,.home-gallery-section .tile-6{grid-column:1/-1;grid-row:auto}.home-gallery-section .tile-1 .glass-frame img,.home-gallery-section .tile-5 .glass-frame img{min-height:300px}.home-gallery-section .tile-2 .glass-frame img,.home-gallery-section .tile-3 .glass-frame img,.home-gallery-section .tile-4 .glass-frame img,.home-gallery-section .tile-6 .glass-frame img{min-height:240px}.home-gallery-section .gallery-cta{grid-template-columns:1fr;gap:24px;padding:32px 28px;text-align:center}.home-gallery-section .cta-title{font-size:22px}.home-gallery-section .cta-text{max-width:none!important}.home-gallery-section .btn-primary{width:100%;padding:16px 28px}}.home-testimonials-section{position:relative;background:radial-gradient(120% 90% at 10% 10%,#1c6e95 0,#0b3b63 45%,#062b4a 100%);padding:120px 24px 180px;overflow:hidden}html[dir=rtl] .home-testimonials-section{direction:rtl}.home-testimonials-section::before{content:'';position:absolute;top:-10%;right:-5%;width:600px;height:600px;background:radial-gradient(circle,rgba(168,243,231,.15) 0,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.home-testimonials-section::after{content:'';position:absolute;bottom:-15%;left:-8%;width:700px;height:700px;background:radial-gradient(circle,rgba(127,230,230,.12) 0,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.home-testimonials-section .testimonials-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.home-testimonials-section .testimonials-header{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px;align-items:start}.home-testimonials-section .testimonials-title{font-family:Rubik,sans-serif;font-size:clamp(36px, 5vw, 48px);font-weight:900;line-height:1.05;letter-spacing:-.01em;color:var(--text-light);margin:0}.home-testimonials-section .testimonials-intro{font-family:Rubik,sans-serif;font-size:18px;font-weight:600;line-height:1.7;color:var(--text-light);margin:0;opacity:.9}.home-testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:80px}.home-testimonials-section .testimonial-card{background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:22px;padding:40px 32px;box-shadow:0 18px 40px rgba(7,28,50,.14);transition:transform 240ms,box-shadow 240ms}.home-testimonials-section .testimonial-card:hover{transform:translateY(-6px);box-shadow:0 26px 60px rgba(7,28,50,.18)}.home-testimonials-section .testimonial-heading{font-family:Rubik,sans-serif;font-size:26px;font-weight:800;line-height:1.2;color:var(--text-dark);margin:0 0 16px}.home-testimonials-section .testimonial-quote{font-family:Rubik,sans-serif;font-size:16px;font-weight:500;line-height:1.6;color:var(--text-dark);margin:0 0 24px;opacity:.85}.home-testimonials-section .testimonial-badges{display:flex;flex-wrap:wrap;gap:8px}.home-testimonials-section .badge{display:inline-block;background:var(--accent);color:var(--text-dark);font-family:Rubik,sans-serif;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.home-testimonials-section .expectations-section{text-align:center;margin-top:60px}.home-testimonials-section .expectations-title{font-family:Rubik,sans-serif;font-size:18px;font-weight:800;line-height:1.25;color:var(--text-light);margin:0 0 32px;text-align:center}.home-testimonials-section .expectations-chips{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}.home-testimonials-section .expectation-chip{background:rgba(255,255,255,.25);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.5);border-radius:18px;padding:28px 24px;text-align:center;transition:transform 240ms,background-color 240ms}.home-testimonials-section .expectation-chip:hover{transform:translateY(-4px);background:rgba(255,255,255,.35)}.home-testimonials-section .expectation-chip i{font-size:32px;color:var(--accent);margin-bottom:16px;display:block}.home-testimonials-section .expectation-chip p{font-family:Rubik,sans-serif;font-size:16px;font-weight:600;line-height:1.6;color:var(--text-light);margin:0;max-width:none!important}.home-testimonials-section .section-transition{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:2;pointer-events:none}.home-testimonials-section .transition-glow{width:100%;height:100%;display:block}@media (max-width:768px){.home-testimonials-section{padding:80px 20px 140px}.home-testimonials-section .testimonials-header{grid-template-columns:1fr;gap:24px;margin-bottom:48px}.home-testimonials-section .testimonials-title{font-size:32px}.home-testimonials-section .testimonials-intro{font-size:16px}.home-testimonials-section .testimonials-grid{grid-template-columns:1fr;gap:24px;margin-bottom:60px}.home-testimonials-section .testimonial-card{padding:32px 24px}.home-testimonials-section .testimonial-heading{font-size:22px}.home-testimonials-section .testimonial-quote{font-size:15px}.home-testimonials-section .expectations-chips{grid-template-columns:1fr;gap:16px}.home-testimonials-section .expectation-chip{padding:24px 20px}.home-testimonials-section .expectation-chip i{font-size:28px}.home-testimonials-section .expectation-chip p{font-size:15px}}.home-cta-section{position:relative;background:radial-gradient(120% 120% at 50% 0,#fff 0,#eaf8fc 35%,#dff4fa 100%);padding:120px 20px 100px;overflow:hidden}.home-cta-section .cta-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.home-cta-section .cta-glass-card{background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:28px;padding:80px 60px;text-align:center;box-shadow:0 26px 60px rgba(7,28,50,.18),inset 0 1px 0 rgba(255,255,255,.55);position:relative}.home-cta-section .cta-glass-card::before{content:'';position:absolute;inset:0;border-radius:28px;padding:2px;background:linear-gradient(135deg,rgba(255,255,255,.6) 0,rgba(201,255,46,.2) 50%,rgba(127,230,230,.3) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.4}.home-cta-section .cta-headline{font-size:clamp(38px, 5vw, 56px);font-weight:900;letter-spacing:-.01em;line-height:1.1;color:var(--text-dark);margin:0 0 24px;max-width:none!important}.home-cta-section .cta-description{font-size:18px;font-weight:600;line-height:1.7;color:var(--text-dark);margin:0 auto 48px;max-width:none!important;opacity:.85}.home-cta-section .cta-buttons{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:40px}.home-cta-section .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:18px 44px;background:var(--primary);color:var(--text-light);font-size:16px;font-weight:800;text-decoration:none;border-radius:100px;box-shadow:0 18px 40px rgba(7,28,50,.14);transition:transform 240ms,box-shadow 240ms,background-color 240ms;border:none;cursor:pointer;min-width:180px}.home-cta-section .btn-primary:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(7,28,50,.22);background:#1a6a92}.home-cta-section .btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:18px 44px;background:0 0;color:var(--primary);font-size:16px;font-weight:800;text-decoration:none;border-radius:100px;border:2px solid var(--primary);transition:transform 240ms,background-color 240ms,color 240ms;cursor:pointer;min-width:180px}.home-cta-section .btn-secondary:hover{transform:translateY(-4px);background:var(--primary);color:var(--text-light)}.home-cta-section .cta-badges{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.home-cta-section .badge{display:inline-block;padding:10px 20px;background:rgba(31,126,169,.12);color:var(--text-dark);font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;border:1px solid rgba(31,126,169,.25)}.home-cta-section .cta-gradient-shard{position:absolute;pointer-events:none;z-index:0;opacity:.3}.home-cta-section .shard-1{width:400px;height:400px;top:-100px;right:-50px;background:radial-gradient(circle,rgba(201,255,46,.3) 0,rgba(127,230,230,.2) 50%,transparent 100%);border-radius:50%;filter:blur(60px)}.home-cta-section .shard-2{width:500px;height:500px;bottom:-150px;left:-100px;background:radial-gradient(circle,rgba(31,126,169,.25) 0,rgba(127,230,230,.15) 50%,transparent 100%);border-radius:50%;filter:blur(80px)}.home-cta-section .cta-divider{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0,rgba(31,126,169,.3) 20%,rgba(127,230,230,.4) 50%,rgba(31,126,169,.3) 80%,transparent 100%)}@media (max-width:768px){.home-cta-section{padding:80px 20px 60px}.home-cta-section .cta-glass-card{padding:50px 30px;border-radius:22px}.home-cta-section .cta-headline{font-size:32px;margin-bottom:20px}.home-cta-section .cta-description{font-size:16px;margin-bottom:36px}.home-cta-section .cta-buttons{flex-direction:column;gap:16px;margin-bottom:32px}.home-cta-section .btn-primary,.home-cta-section .btn-secondary{width:100%;max-width:320px;padding:16px 36px}.home-cta-section .cta-badges{gap:12px}.home-cta-section .badge{font-size:11px;padding:8px 16px}.home-cta-section .shard-1{width:250px;height:250px;top:-50px;right:-30px}.home-cta-section .shard-2{width:300px;height:300px;bottom:-80px;left:-60px}}:root{--primary:#1F7EA9;--secondary:#0B3B63;--accent:#C9FF2E;--accent-alt:#7FE6E6;--gold:#FFB86B;--bg-dark:#062B4A;--bg-med:#1B6F96;--bg-light:#DFF4FA;--text-light:#F2FBFF;--text-dark:#0B3559;--text-muted:#6E9BB4;--border-light:rgba(255,255,255,0.55);--border-dark:rgba(7,36,61,0.18);--radius-sm:12px;--radius-md:18px;--radius-lg:22px;--radius-xl:28px;--shadow-soft:0 12px 28px rgba(7,28,50,0.10);--shadow-med:0 18px 40px rgba(7,28,50,0.14);--shadow-strong:0 26px 60px rgba(7,28,50,0.18);--glass:rgba(255,255,255,0.35);--blur:14px;--gradient-primary:linear-gradient(135deg, #0B3B63 0%, #1F7EA9 45%, #A8F3E7 100%);--gradient-darkSection:radial-gradient(120% 90% at 10% 10%, #1C6E95 0%, #0B3B63 45%, #062B4A 100%)}.programs-hero-section{position:relative;min-height:100vh;background:radial-gradient(120% 90% at 10% 10%,#1c6e95 0,#0b3b63 45%,#062b4a 100%);display:flex;align-items:center;overflow:hidden;padding:0;margin:0}.programs-hero-section__gradient-veil{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 80% 60% at 30% 40%,rgba(127,231,214,.12) 0,transparent 60%);pointer-events:none;z-index:1}.programs-hero-section__decorative-wave{position:absolute;top:0;left:0;width:100%;height:200px;pointer-events:none;z-index:0;opacity:.6}.programs-hero-section__container{position:relative;z-index:2;max-width:1400px;width:100%;margin:0 auto;padding:80px 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.programs-hero-section__content{display:flex;flex-direction:column;justify-content:center}.programs-hero-section__glass-panel{background:rgba(255,255,255,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-xl);padding:60px 50px;box-shadow:0 26px 60px rgba(7,28,50,.25),inset 0 1px 0 rgba(255,255,255,.25)}.programs-hero-section__headline{font-size:clamp(48px, 6vw, 80px);font-weight:800;letter-spacing:-.02em;line-height:1.05;color:var(--text-light);margin:0 0 24px;font-family:Rubik,sans-serif}.programs-hero-section__intro{font-size:18px;font-weight:500;line-height:1.7;color:var(--text-light);margin:0 0 36px;opacity:.92;max-width:520px;font-family:Rubik,sans-serif}.programs-hero-section__cta-button{display:inline-block;background:var(--accent);color:var(--text-dark);font-size:18px;font-weight:800;padding:18px 44px;border-radius:50px;text-decoration:none;transition:280ms cubic-bezier(.4, 0, .2, 1);box-shadow:0 12px 28px rgba(201,255,46,.35),inset 0 1px 0 rgba(255,255,255,.5);border:none;cursor:pointer;align-self:flex-start;margin-bottom:32px;font-family:Rubik,sans-serif}.programs-hero-section__cta-button:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(201,255,46,.45),inset 0 1px 0 rgba(255,255,255,.6);background:#d4ff5e}.programs-hero-section__cta-button:active{transform:translateY(-1px)}.programs-hero-section__badges{display:flex;flex-wrap:wrap;gap:12px}.programs-hero-section__badge{display:inline-block;background:rgba(255,255,255,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text-light);font-size:13px;font-weight:700;padding:10px 20px;border-radius:20px;border:1px solid rgba(255,255,255,.25);white-space:nowrap;font-family:Rubik,sans-serif;letter-spacing:.02em}.programs-hero-section__image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.programs-hero-section__image-mask{position:relative;width:100%;max-width:600px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 26px 60px rgba(7,28,50,.35),0 0 0 1px rgba(255,255,255,.15);transform:rotate(-2deg);transition:transform 320ms cubic-bezier(.4, 0, .2, 1)}.programs-hero-section__image-mask:hover{transform:rotate(0) translateY(-8px)}.programs-hero-section__image-mask::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(31,126,169,.15) 0,transparent 50%);z-index:1;pointer-events:none}.programs-hero-section__image-mask img{display:block;width:100%;height:auto;object-fit:cover;border-radius:var(--radius-xl)}@media (max-width:1024px){.programs-hero-section__container{gap:60px;padding:60px 32px}.programs-hero-section__glass-panel{padding:48px 40px}.programs-hero-section__headline{font-size:clamp(40px, 5vw, 64px)}}@media (max-width:768px){.programs-hero-section{min-height:auto;padding:60px 0}.programs-hero-section__container{grid-template-columns:1fr;gap:40px;padding:40px 24px}.programs-hero-section__glass-panel{padding:36px 28px}.programs-hero-section__headline{font-size:clamp(32px, 8vw, 48px);margin-bottom:20px}.programs-hero-section__intro{font-size:16px;margin-bottom:28px;max-width:100%}.programs-hero-section__cta-button{width:100%;text-align:center;padding:16px 36px;font-size:16px}.programs-hero-section__badges{gap:10px}.programs-hero-section__badge{font-size:12px;padding:8px 16px}.programs-hero-section__image-mask{max-width:100%;transform:rotate(0)}.programs-hero-section__image-mask:hover{transform:translateY(-4px)}}.programs-features-section{position:relative;background:radial-gradient(120% 120% at 50% 0,#fff 0,#eaf8fc 35%,#dff4fa 100%);padding:120px 24px;overflow:hidden}.programs-features-section .programs-features-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.programs-features-section .programs-features-header{text-align:center;margin-bottom:80px;max-width:800px;margin-inline:auto}.programs-features-section .programs-features-title{font-family:Rubik,sans-serif;font-size:clamp(32px, 5vw, 48px);font-weight:900;letter-spacing:-.01em;line-height:1.05;color:var(--text-dark);margin-bottom:24px}.programs-features-section .programs-features-intro{font-family:Rubik,sans-serif;font-size:18px;font-weight:600;line-height:1.7;color:var(--text-dark);opacity:.85;max-width:none!important}.programs-features-section .programs-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:80px}.programs-features-section .program-card{background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:18px;padding:40px;box-shadow:0 12px 28px rgba(7,28,50,.1);transition:transform 240ms,box-shadow 240ms;position:relative;overflow:hidden}.programs-features-section .program-card::before{content:'';position:absolute;top:0;right:0;width:100%;height:4px;background:linear-gradient(90deg,rgba(31,126,169,0) 0,rgba(31,126,169,.5) 50%,rgba(31,126,169,0) 100%);transition:opacity 240ms}.programs-features-section .program-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(7,28,50,.14)}.programs-features-section .program-card:hover::before{opacity:1}.programs-features-section .program-card-content{display:flex;flex-direction:column;gap:20px}.programs-features-section .program-card-title{font-family:Rubik,sans-serif;font-size:26px;font-weight:800;line-height:1.2;color:var(--text-dark);margin:0}.programs-features-section .program-card-description{font-family:Rubik,sans-serif;font-size:16px;font-weight:500;line-height:1.6;color:var(--text-dark);opacity:.8;margin:0}.programs-features-section .program-card-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.programs-features-section .program-badge{display:inline-flex;align-items:center;gap:6px;font-family:Rubik,sans-serif;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--primary);background:rgba(31,126,169,.12);padding:8px 16px;border-radius:12px;border:1px solid rgba(31,126,169,.25);white-space:nowrap}.programs-features-section .program-badge i{font-size:12px;opacity:.8}.programs-features-section .programs-features-footer{text-align:center;max-width:700px;margin-inline:auto;padding-top:40px;border-top:1px solid rgba(31,126,169,.15)}.programs-features-section .programs-features-note{font-family:Rubik,sans-serif;font-size:16px;font-weight:500;line-height:1.6;color:var(--text-dark);opacity:.75;margin-bottom:32px;max-width:none!important}.programs-features-section .programs-features-cta{display:inline-flex;align-items:center;justify-content:center;font-family:Rubik,sans-serif;font-size:16px;font-weight:800;letter-spacing:.02em;color:var(--text-dark);background:var(--accent);padding:16px 40px;border-radius:12px;text-decoration:none;box-shadow:0 12px 28px rgba(201,255,46,.25);transition:transform 240ms,box-shadow 240ms,background-color 240ms;border:1px solid rgba(11,53,89,.1)}.programs-features-section .programs-features-cta:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(201,255,46,.35);background:#d4ff5e}.programs-features-section .programs-features-decoration{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:0;pointer-events:none}.programs-features-section .decoration-wave{width:100%;height:100%;display:block}@media (max-width:768px){.programs-features-section{padding:80px 20px}.programs-features-section .programs-features-header{margin-bottom:60px}.programs-features-section .programs-features-title{font-size:32px;margin-bottom:20px}.programs-features-section .programs-features-intro{font-size:16px}.programs-features-section .programs-features-grid{grid-template-columns:1fr;gap:24px;margin-bottom:60px}.programs-features-section .program-card{padding:32px 24px}.programs-features-section .program-card-title{font-size:22px}.programs-features-section .program-card-description{font-size:15px}.programs-features-section .program-badge{font-size:11px;padding:6px 12px}.programs-features-section .programs-features-footer{padding-top:32px}.programs-features-section .programs-features-note{font-size:15px;margin-bottom:24px}.programs-features-section .programs-features-cta{font-size:15px;padding:14px 32px;width:100%}}.programs-stats-section{position:relative;background:radial-gradient(120% 90% at 10% 10%,#1c6e95 0,#0b3b63 45%,#062b4a 100%);padding:120px 24px;overflow:hidden}html[dir=rtl] .programs-stats-section{direction:rtl}.programs-stats-section .stats-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.programs-stats-section .stats-header{text-align:center;margin-bottom:80px}.programs-stats-section .stats-title{font-size:clamp(38px, 5vw, 48px);font-weight:900;letter-spacing:-.01em;line-height:1.05;color:var(--text-light);margin-bottom:16px;max-width:none!important}.programs-stats-section .stats-subtitle{font-size:18px;font-weight:600;line-height:1.7;color:var(--text-light);opacity:.85;max-width:none!important}.programs-stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;margin-top:60px}.programs-stats-section .stat-card{background:rgba(255,255,255,.08);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.15);border-radius:22px;padding:40px 32px;text-align:center;transition:transform 240ms,box-shadow 240ms,background-color 240ms;box-shadow:0 12px 28px rgba(7,28,50,.1);position:relative;overflow:hidden}.programs-stats-section .stat-card::before{content:'';position:absolute;top:0;right:0;width:100%;height:4px;background:linear-gradient(90deg,rgba(201,255,46,0) 0,rgba(201,255,46,.65) 45%,rgba(201,255,46,0) 100%);transition:opacity 240ms}.programs-stats-section .stat-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.12);box-shadow:0 26px 60px rgba(7,28,50,.18)}.programs-stats-section .stat-card:hover::before{opacity:1}.programs-stats-section .stat-icon{width:64px;height:64px;margin:0 auto 24px;background:linear-gradient(135deg,rgba(201,255,46,.15) 0,rgba(127,230,214,.15) 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(201,255,46,.25)}.programs-stats-section .stat-icon i{font-size:28px;color:var(--accent)}.programs-stats-section .stat-number{font-size:44px;font-weight:900;letter-spacing:-.02em;line-height:1;color:var(--text-light);margin-bottom:12px;background:linear-gradient(180deg,#f2fbff 0,#cfefff 55%,#a8f3e7 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.programs-stats-section .stat-label{font-size:18px;font-weight:800;line-height:1.25;color:var(--text-light);margin-bottom:12px;max-width:none!important}.programs-stats-section .stat-description{font-size:14px;font-weight:500;line-height:1.6;color:var(--text-light);opacity:.75;max-width:none!important}.programs-stats-section .stats-decorative-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgba(127,230,214,.08) 0,transparent 50%),radial-gradient(circle at 20% 80%,rgba(201,255,46,.06) 0,transparent 50%);pointer-events:none;z-index:1}.programs-stats-section .stats-wave-decoration{position:absolute;top:0;left:0;width:100%;height:120px;pointer-events:none;z-index:0;opacity:.6}@media (max-width:768px){.programs-stats-section{padding:80px 20px}.programs-stats-section .stats-header{margin-bottom:60px}.programs-stats-section .stats-title{font-size:32px}.programs-stats-section .stats-subtitle{font-size:16px}.programs-stats-section .stats-grid{grid-template-columns:1fr;gap:24px;margin-top:40px}.programs-stats-section .stat-card{padding:32px 24px}.programs-stats-section .stat-number{font-size:36px}.programs-stats-section .stat-label{font-size:16px}.programs-stats-section .stat-description{font-size:13px}.programs-stats-section .stat-icon{width:56px;height:56px}.programs-stats-section .stat-icon i{font-size:24px}}.programs-team-section{position:relative;background:radial-gradient(120% 120% at 50% 0,#fff 0,#eaf8fc 35%,#dff4fa 100%);padding:100px 20px 120px;overflow:hidden}html[dir=rtl] .programs-team-section{direction:rtl}.programs-team-section__container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.programs-team-section__header{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px;align-items:center}.programs-team-section__header-content{text-align:right}.programs-team-section__title{font-family:Rubik,sans-serif;font-size:48px;font-weight:900;letter-spacing:-.01em;line-height:1.05;color:var(--text-dark);margin:0}.programs-team-section__header-text{text-align:right}.programs-team-section__intro{font-family:Rubik,sans-serif;font-size:18px;font-weight:600;line-height:1.7;color:var(--text-dark);margin:0;max-width:none}.programs-team-section__coaches{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.programs-team-section__coach-card{background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-lg);padding:0;box-shadow:var(--shadow-soft);transition:transform 240ms,box-shadow 240ms;overflow:hidden}.programs-team-section__coach-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-med)}.programs-team-section__coach-image-wrapper{width:100%;height:380px;overflow:hidden;position:relative}.programs-team-section__coach-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:0;clip-path:ellipse(85% 90% at 50% 10%)}.programs-team-section__coach-content{padding:32px 28px 36px;text-align:right}.programs-team-section__coach-name{font-family:Rubik,sans-serif;font-size:26px;font-weight:800;line-height:1.2;color:var(--text-dark);margin:0 0 6px}.programs-team-section__coach-title{font-family:Rubik,sans-serif;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:0 0 20px}.programs-team-section__coach-bio{font-family:Rubik,sans-serif;font-size:16px;font-weight:500;line-height:1.6;color:var(--text-dark);margin:0 0 24px}.programs-team-section__expertise{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.programs-team-section__badge{display:inline-block;background:linear-gradient(135deg,var(--accent) 0,var(--accent-alt) 100%);color:var(--text-dark);font-family:Rubik,sans-serif;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;padding:8px 16px;border-radius:20px;box-shadow:0 4px 12px rgba(201,255,46,.25)}.programs-team-section__wave-decoration{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:0;pointer-events:none}@media (max-width:768px){.programs-team-section{padding:60px 20px 80px}.programs-team-section__header{grid-template-columns:1fr;gap:30px;margin-bottom:50px}.programs-team-section__title{font-size:36px}.programs-team-section__intro{font-size:16px}.programs-team-section__coaches{grid-template-columns:1fr;gap:30px}.programs-team-section__coach-image-wrapper{height:320px}.programs-team-section__coach-content{padding:24px 20px 28px}.programs-team-section__coach-name{font-size:22px}.programs-team-section__coach-bio{font-size:15px}.programs-team-section__expertise{justify-content:center}}.programs-cta-section{position:relative;background:radial-gradient(120% 90% at 10% 10%,#1c6e95 0,#0b3b63 45%,#062b4a 100%);padding:120px 24px;overflow:hidden}html[dir=rtl] .programs-cta-section{direction:rtl}.programs-cta-section__container{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:flex;justify-content:center;align-items:center}.programs-cta-section__glass-card{position:relative;background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-xl);padding:64px 48px;max-width:800px;width:100%;text-align:center;box-shadow:0 26px 60px rgba(7,28,50,.18);transition:transform 240ms,box-shadow 240ms}.programs-cta-section__glass-card:hover{transform:translateY(-6px);box-shadow:0 32px 72px rgba(7,28,50,.24)}.programs-cta-section__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(201,255,46,.25) 0,rgba(127,230,230,.15) 40%,transparent 70%);border-radius:50%;filter:blur(60px);z-index:-1;pointer-events:none}.programs-cta-section__title{font-family:Rubik,sans-serif;font-size:clamp(32px, 5vw, 48px);font-weight:900;line-height:1.15;letter-spacing:-.01em;color:var(--text-light);margin:0 0 24px;max-width:none!important}.programs-cta-section__description{font-family:Rubik,sans-serif;font-size:18px;font-weight:600;line-height:1.7;color:var(--text-light);margin:0 0 40px;opacity:.95;max-width:none!important}.programs-cta-section__btn{display:inline-block;background:var(--accent);color:var(--text-dark);font-family:Rubik,sans-serif;font-size:18px;font-weight:800;padding:18px 48px;border-radius:50px;text-decoration:none;box-shadow:0 8px 24px rgba(201,255,46,.35),inset 0 1px 0 rgba(255,255,255,.55);transition:transform 240ms,box-shadow 240ms,background-color 240ms;border:none;cursor:pointer}.programs-cta-section__btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(201,255,46,.45),inset 0 1px 0 rgba(255,255,255,.55);background:#d4ff5a}.programs-cta-section__btn:active{transform:translateY(-1px)}.programs-cta-section__wave{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:1;pointer-events:none}@media (max-width:768px){.programs-cta-section{padding:80px 20px}.programs-cta-section__glass-card{padding:40px 28px}.programs-cta-section__title{font-size:clamp(24px, 6vw, 32px);margin-bottom:20px}.programs-cta-section__description{font-size:16px;margin-bottom:32px}.programs-cta-section__btn{font-size:16px;padding:16px 36px;width:100%;max-width:320px}.programs-cta-section__glow{width:400px;height:400px}}:root{--primary:#1F7EA9;--secondary:#0B3B63;--accent:#C9FF2E;--accent-alt:#7FE6E6;--gold:#FFB86B;--bg-dark:#062B4A;--bg-med:#1B6F96;--bg-light:#DFF4FA;--text-light:#F2FBFF;--text-dark:#0B3559;--text-muted:#6E9BB4;--border-light:rgba(255,255,255,0.55);--border-dark:rgba(7,36,61,0.18);--radius-sm:12px;--radius-md:18px;--radius-lg:22px;--radius-xl:28px;--shadow-soft:0 12px 28px rgba(7,28,50,0.10);--shadow-med:0 18px 40px rgba(7,28,50,0.14);--shadow-strong:0 26px 60px rgba(7,28,50,0.18);--glass:rgba(255,255,255,0.35);--blur:14px;--gradient-primary:linear-gradient(135deg,#0B3B63 0%,#1F7EA9 45%,#A8F3E7 100%);--gradient-goldShine:linear-gradient(90deg,rgba(255,184,107,0) 0%,rgba(255,184,107,0.65) 45%,rgba(255,184,107,0) 100%);--gradient-secondary:linear-gradient(180deg,#0A355C 0%,#1C6E95 55%,#DFF4FA 100%);--gradient-goldAccent:linear-gradient(135deg,#FFB86B 0%,#FFD2A3 55%,#FFF2E3 100%);--gradient-darkSection:radial-gradient(120% 90% at 10% 10%,#1C6E95 0%,#0B3B63 45%,#062B4A 100%);--gradient-overlayDark:linear-gradient(180deg,rgba(6,43,74,0.00) 0%,rgba(6,43,74,0.35) 70%,rgba(6,43,74,0.55) 100%);--gradient-lightSection:radial-gradient(120% 120% at 50% 0%,#FFFFFF 0%,#EAF8FC 35%,#DFF4FA 100%);--gradient-overlayLight:linear-gradient(180deg,rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.35) 60%,rgba(255,255,255,0.00) 100%)}.rentals-hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(120% 90% at 10% 10%,#1c6e95 0,#0b3b63 45%,#062b4a 100%);overflow:hidden;padding:80px 20px 60px}.rentals-hero-section .rentals-hero-gradient-mist{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 80% 60% at 70% 40%,rgba(127,230,214,.15) 0,rgba(127,230,214,.05) 40%,transparent 70%);pointer-events:none;z-index:1}.rentals-hero-section .rentals-hero-container{position:relative;z-index:2;max-width:1200px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:40px;align-items:center}.rentals-hero-section .rentals-hero-content{display:flex;flex-direction:column;gap:0}.rentals-hero-section .rentals-hero-glass-card{background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-lg);padding:48px 40px;box-shadow:0 26px 60px rgba(7,28,50,.18)}.rentals-hero-section .rentals-hero-title{font-size:clamp(48px,6vw,72px);font-weight:900;letter-spacing:-.02em;line-height:.95;color:var(--text-light);margin:0 0 24px;max-width:none}.rentals-hero-section .rentals-hero-description{font-size:18px;font-weight:600;line-height:1.7;color:var(--text-light);margin:0 0 32px;max-width:58ch;opacity:.95}.rentals-hero-section .rentals-hero-buttons{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px}.rentals-hero-section .rentals-hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-size:16px;font-weight:800;text-decoration:none;border-radius:50px;transition:transform 240ms,box-shadow 240ms,background-color 240ms;cursor:pointer;white-space:nowrap}.rentals-hero-section .rentals-hero-btn-primary{background:var(--accent);color:var(--text-dark);box-shadow:0 12px 28px rgba(201,255,46,.35)}.rentals-hero-section .rentals-hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(201,255,46,.45)}.rentals-hero-section .rentals-hero-btn-ghost{background:0 0;color:var(--text-light);border:2px solid rgba(255,255,255,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.rentals-hero-section .rentals-hero-btn-ghost:hover{background:rgba(255,255,255,.15);transform:translateY(-3px)}.rentals-hero-section .rentals-hero-badges{display:flex;flex-wrap:wrap;gap:12px}.rentals-hero-section .rentals-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(255,255,255,.25);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.4);border-radius:50px;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-light);box-shadow:0 4px 12px rgba(7,28,50,.08)}.rentals-hero-section .rentals-hero-badge i{font-size:14px;color:var(--accent)}.rentals-hero-section .rentals-hero-image-container{position:relative;z-index:3}.rentals-hero-section .rentals-hero-image-wrapper{position:relative;width:100%;max-width:700px;margin:0 auto}.rentals-hero-section .rentals-hero-image-wrapper::before{content:'';position:absolute;top:-20px;right:-20px;width:calc(100% + 40px);height:calc(100% + 40px);background:linear-gradient(135deg,rgba(127,230,214,.2) 0,rgba(201,255,46,.15) 100%);border-radius:var(--radius-xl);z-index:-1;filter:blur(30px)}.rentals-hero-section .rentals-hero-image-wrapper img{display:block;width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:0 26px 60px rgba(7,28,50,.18);clip-path:polygon(0 8%,8% 0,100% 0,100% 92%,92% 100%,0 100%)}@media (min-width:768px){.rentals-hero-section{padding:100px 40px 80px}.rentals-hero-section .rentals-hero-container{grid-template-columns:55fr 45fr;gap:60px}.rentals-hero-section .rentals-hero-glass-card{padding:56px 48px}.rentals-hero-section .rentals-hero-description{max-width:none}}@media (min-width:1024px){.rentals-hero-section .rentals-hero-container{gap:80px}.rentals-hero-section .rentals-hero-glass-card{padding:64px 56px}}.rentals-gallery-section{position:relative;background:radial-gradient(120% 120% at 50% 0,#fff 0,#eaf8fc 35%,#dff4fa 100%);padding:100px 20px 120px;overflow:hidden}html[dir=rtl] .rentals-gallery-section{direction:rtl}.rentals-gallery-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.rentals-gallery-header{text-align:center;margin-bottom:70px;max-width:800px;margin-inline:auto}.rentals-gallery-title{font-size:48px;font-weight:900;letter-spacing:-.01em;line-height:1.05;color:var(--text-dark);margin-bottom:18px}.rentals-gallery-subtitle{font-size:18px;font-weight:600;line-height:1.7;color:var(--text-dark);opacity:.8;max-width:none!important}.rentals-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:80px}.rentals-category-card{background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-lg);overflow:hidden;transition:transform 240ms,box-shadow 240ms;box-shadow:var(--shadow-soft)}.rentals-category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-med)}.rentals-card-image-wrapper{position:relative;width:100%;height:280px;overflow:hidden}.rentals-card-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s}.rentals-category-card:hover .rentals-card-image{transform:scale(1.05)}.rentals-card-overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.6) 100%);pointer-events:none}.rentals-card-content{padding:32px 28px 36px}.rentals-card-title{font-size:26px;font-weight:800;line-height:1.2;color:var(--text-dark);margin-bottom:14px}.rentals-card-description{font-size:16px;font-weight:500;line-height:1.6;color:var(--text-dark);margin-bottom:22px;max-width:none}.rentals-badge-row{display:flex;flex-wrap:wrap;gap:10px}.rentals-badge{display:inline-block;padding:8px 16px;background:linear-gradient(135deg,var(--primary) 0,var(--accent-alt) 100%);color:var(--text-light);font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm);box-shadow:0 4px 12px rgba(31,126,169,.2);transition:transform 180ms}.rentals-badge:hover{transform:translateY(-2px)}.rentals-gallery-cta{text-align:center;padding:50px 30px;background:rgba(255,255,255,.45);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);max-width:700px;margin:0 auto}.rentals-cta-text{font-size:18px;font-weight:600;line-height:1.7;color:var(--text-dark);margin-bottom:26px;max-width:none!important}.rentals-cta-button{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,var(--primary) 0,var(--accent-alt) 100%);color:var(--text-light);font-size:16px;font-weight:800;text-decoration:none;border-radius:50px;box-shadow:0 8px 24px rgba(31,126,169,.3);transition:transform 240ms,box-shadow 240ms;border:none;cursor:pointer}.rentals-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(31,126,169,.4)}.rentals-decorative-wave{position:absolute;bottom:-2px;left:0;right:0;width:100%;height:120px;z-index:0;pointer-events:none}.rentals-decorative-wave svg{display:block;width:100%;height:100%}@media (max-width:768px){.rentals-gallery-section{padding:60px 16px 80px}.rentals-gallery-header{margin-bottom:50px}.rentals-gallery-title{font-size:34px;margin-bottom:14px}.rentals-gallery-subtitle{font-size:16px}.rentals-gallery-grid{grid-template-columns:1fr;gap:30px;margin-bottom:60px}.rentals-card-image-wrapper{height:220px}.rentals-card-content{padding:24px 20px 28px}.rentals-card-title{font-size:22px;margin-bottom:12px}.rentals-card-description{font-size:15px;margin-bottom:18px}.rentals-badge{font-size:11px;padding:6px 12px}.rentals-gallery-cta{padding:40px 24px}.rentals-cta-text{font-size:16px;margin-bottom:22px}.rentals-cta-button{padding:14px 32px;font-size:15px}}.rentals-features-section{position:relative;background:radial-gradient(120% 120% at 50% 0,#fff 0,#eaf8fc 35%,#dff4fa 100%);padding:100px 20px 120px;overflow:hidden}html[dir=rtl] .rentals-features-section{direction:rtl}.rentals-features-section::before{content:'';position:absolute;top:0;right:0;width:60%;height:100%;background:linear-gradient(135deg,rgba(31,126,169,.06) 0,rgba(168,243,231,.08) 100%);pointer-events:none;z-index:0}.rentals-features-section .features-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.rentals-features-section .features-header{text-align:center;margin-bottom:60px;max-width:700px;margin-inline:auto}.rentals-features-section .features-title{font-size:48px;font-weight:900;letter-spacing:-.01em;line-height:1.05;color:var(--text-dark);margin-bottom:16px;max-width:none!important}.rentals-features-section .features-subtitle{font-size:18px;font-weight:600;line-height:1.7;color:var(--text-muted);max-width:none!important}.rentals-features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px;margin-bottom:60px}.rentals-features-section .feature-card{background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:18px;padding:36px 28px;box-shadow:0 12px 28px rgba(7,28,50,.1),inset 0 1px 0 rgba(255,255,255,.55);transition:transform 240ms,box-shadow 240ms;position:relative}.rentals-features-section .feature-card::before{content:'';position:absolute;top:0;right:0;width:100%;height:4px;background:linear-gradient(90deg,var(--accent) 0,var(--accent-alt) 100%);border-radius:18px 18px 0 0;transition:opacity 240ms}.rentals-features-section .feature-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(7,28,50,.14),inset 0 1px 0 rgba(255,255,255,.55)}.rentals-features-section .feature-card:hover::before{opacity:1}.rentals-features-section .feature-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 8px 20px rgba(31,126,169,.25)}.rentals-features-section .feature-icon i{font-size:28px;color:var(--text-light)}.rentals-features-section .feature-title{font-size:26px;font-weight:800;line-height:1.2;color:var(--text-dark);margin-bottom:12px}.rentals-features-section .feature-description{font-size:16px;font-weight:500;line-height:1.6;color:var(--text-dark);max-width:none}.rentals-features-section .process-badges{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center;padding:32px;background:rgba(255,255,255,.45);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.7);border-radius:22px;box-shadow:0 12px 28px rgba(7,28,50,.1)}.rentals-features-section .badge-item{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,var(--accent) 0,rgba(201,255,46,.85) 100%);border-radius:12px;box-shadow:0 4px 12px rgba(201,255,46,.25);transition:transform 240ms,box-shadow 240ms}.rentals-features-section .badge-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(201,255,46,.35)}.rentals-features-section .badge-item i{font-size:16px;color:var(--text-dark)}.rentals-features-section .badge-item span{font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dark)}.rentals-features-section .decorative-wave{position:absolute;bottom:0;left:0;width:100%;height:120px;pointer-events:none;z-index:0}.rentals-features-section .decorative-wave svg{width:100%;height:100%;display:block}@media (max-width:768px){.rentals-features-section{padding:60px 16px 80px}.rentals-features-section .features-title{font-size:32px}.rentals-features-section .features-subtitle{font-size:16px}.rentals-features-section .features-grid{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.rentals-features-section .feature-card{padding:28px 20px}.rentals-features-section .feature-icon{width:56px;height:56px}.rentals-features-section .feature-icon i{font-size:24px}.rentals-features-section .feature-title{font-size:22px}.rentals-features-section .feature-description{font-size:15px}.rentals-features-section .process-badges{padding:20px;gap:12px}.rentals-features-section .badge-item{padding:10px 16px}.rentals-features-section .badge-item i{font-size:14px}.rentals-features-section .badge-item span{font-size:11px}}.rentals-testimonials-section{position:relative;background:radial-gradient(120% 90% at 10% 10%,#1c6e95 0,#0b3b63 45%,#062b4a 100%);padding:120px 24px;overflow:hidden}html[dir=rtl] .rentals-testimonials-section{direction:rtl}.rentals-testimonials-section .testimonials-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.rentals-testimonials-section .testimonials-header{text-align:center;margin-bottom:64px}.rentals-testimonials-section .testimonials-title{font-size:clamp(32px, 5vw, 48px);font-weight:900;letter-spacing:-.01em;line-height:1.05;color:var(--text-light);margin:0;max-width:none!important}.rentals-testimonials-section .testimonials-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:56px}.rentals-testimonials-section .testimonial-card{background:rgba(255,255,255,.45);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-lg);padding:40px;box-shadow:0 18px 40px rgba(7,28,50,.14);transition:transform 240ms,box-shadow 240ms;position:relative}.rentals-testimonials-section .testimonial-card:hover{transform:translateY(-6px);box-shadow:0 26px 60px rgba(7,28,50,.18)}.rentals-testimonials-section .testimonial-card::before{content:'';position:absolute;top:0;right:0;width:80px;height:80px;background:linear-gradient(135deg,rgba(201,255,46,.25) 0,transparent 70%);border-radius:0 var(--radius-lg) 0 0;pointer-events:none}.rentals-testimonials-section .testimonial-content{position:relative;z-index:1}.rentals-testimonials-section .testimonial-name{font-size:26px;font-weight:800;line-height:1.2;color:var(--text-dark);margin:0 0 16px}.rentals-testimonials-section .testimonial-text{font-size:16px;font-weight:500;line-height:1.7;color:var(--text-dark);margin:0 0 24px;max-width:none}.rentals-testimonials-section .testimonial-badges{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.rentals-testimonials-section .badge{display:inline-flex;align-items:center;background:rgba(31,126,169,.15);border:1px solid rgba(31,126,169,.3);border-radius:20px;padding:8px 16px;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dark);transition:background 240ms,border-color 240ms}.rentals-testimonials-section .badge:hover{background:rgba(31,126,169,.25);border-color:rgba(31,126,169,.45)}.rentals-testimonials-section .testimonials-cta{text-align:center}.rentals-testimonials-section .btn-contact{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:var(--text-dark);font-size:18px;font-weight:800;text-decoration:none;padding:18px 48px;border-radius:32px;box-shadow:0 12px 28px rgba(7,28,50,.1),0 0 40px rgba(201,255,46,.25);transition:transform 240ms,box-shadow 240ms,background-color 240ms;border:none;cursor:pointer}.rentals-testimonials-section .btn-contact:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 18px 40px rgba(7,28,50,.14),0 0 50px rgba(201,255,46,.35);background:#d4ff5a}.rentals-testimonials-section .decorative-wave{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:0;pointer-events:none;opacity:.6}@media (min-width:768px){.rentals-testimonials-section{padding:140px 40px}.rentals-testimonials-section .testimonials-grid{grid-template-columns:repeat(2,1fr);gap:40px}.rentals-testimonials-section .testimonial-card{padding:48px}.rentals-testimonials-section .testimonial-text{font-size:18px;line-height:1.7}}@media (min-width:1024px){.rentals-testimonials-section .testimonials-header{margin-bottom:80px}.rentals-testimonials-section .testimonials-grid{margin-bottom:72px}}.rentals-cta-section{position:relative;background:radial-gradient(120% 120% at 50% 0,#fff 0,#eaf8fc 35%,#dff4fa 100%);padding:120px 24px;overflow:hidden}html[dir=rtl] .rentals-cta-section{direction:rtl}.rentals-cta-section .rentals-cta-container{max-width:880px;margin:0 auto;position:relative;z-index:2}.rentals-cta-section .rentals-cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(168,243,231,.35) 0,rgba(31,126,169,.15) 40%,transparent 70%);filter:blur(80px);pointer-events:none;z-index:0}.rentals-cta-section .rentals-cta-card{position:relative;background:rgba(255,255,255,.55);backdrop-filter:blur(20px);border-radius:28px;padding:64px 56px;text-align:center;border:1px solid rgba(255,255,255,.75);box-shadow:0 26px 60px rgba(7,28,50,.08),inset 0 1px 0 rgba(255,255,255,.85);transition:transform .3s,box-shadow .3s}.rentals-cta-section .rentals-cta-card:hover{transform:translateY(-6px);box-shadow:0 32px 70px rgba(7,28,50,.12),inset 0 1px 0 rgba(255,255,255,.9)}.rentals-cta-section .rentals-cta-title{font-family:Rubik,sans-serif;font-size:48px;font-weight:900;line-height:1.1;letter-spacing:-.01em;color:var(--text-dark);margin:0 0 24px;max-width:none!important}.rentals-cta-section .rentals-cta-text{font-family:Rubik,sans-serif;font-size:18px;font-weight:500;line-height:1.7;color:var(--text-dark);margin:0 0 40px;max-width:none!important;opacity:.85}.rentals-cta-section .rentals-cta-button{display:inline-flex;align-items:center;gap:12px;background:var(--primary);color:var(--text-light);font-family:Rubik,sans-serif;font-size:18px;font-weight:800;padding:18px 42px;border-radius:50px;text-decoration:none;box-shadow:0 12px 28px rgba(31,126,169,.3);transition:transform 240ms,box-shadow 240ms,background-color 240ms;border:none;cursor:pointer}.rentals-cta-section .rentals-cta-button:hover{transform:translateY(-3px);background:#1b6f96;box-shadow:0 18px 40px rgba(31,126,169,.4)}.rentals-cta-section .rentals-cta-button svg{transition:transform 240ms}.rentals-cta-section .rentals-cta-button:hover svg{transform:translateX(-4px)}@media (max-width:768px){.rentals-cta-section{padding:80px 20px}.rentals-cta-section .rentals-cta-card{padding:48px 32px;border-radius:22px}.rentals-cta-section .rentals-cta-title{font-size:32px;margin-bottom:20px}.rentals-cta-section .rentals-cta-text{font-size:16px;margin-bottom:32px}.rentals-cta-section .rentals-cta-button{font-size:16px;padding:16px 36px}.rentals-cta-section .rentals-cta-glow{width:400px;height:400px}}.contact-hero-section{position:relative;background:radial-gradient(120% 90% at 10% 10%,#1c6e95 0,#0b3b63 45%,#062b4a 100%);padding:80px 20px 100px;overflow:hidden;min-height:75vh;display:flex;align-items:center}.contact-hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(127,231,214,.08) 0,rgba(201,255,46,.05) 100%);pointer-events:none;z-index:0}.contact-hero-section .contact-hero-container{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:2}.contact-hero-section .contact-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact-hero-section .contact-hero-text-panel{background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-lg);padding:48px 40px;box-shadow:var(--shadow-med)}.contact-hero-section .contact-hero-title{font-family:Rubik,sans-serif;font-size:clamp(48px, 6vw, 72px);font-weight:800;line-height:1.05;letter-spacing:-.02em;color:var(--text-light);margin:0 0 24px;text-align:start}.contact-hero-section .contact-hero-description{font-family:Rubik,sans-serif;font-size:18px;font-weight:600;line-height:1.7;color:var(--text-light);margin:0 0 36px;max-width:100%;opacity:.95}.contact-hero-section .contact-hero-chips{display:flex;flex-direction:column;gap:16px}.contact-hero-section .contact-chip{background:rgba(255,255,255,.25);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.45);border-radius:var(--radius-md);padding:18px 22px;display:flex;align-items:center;gap:16px;transition:240ms;box-shadow:0 4px 12px rgba(7,28,50,.08)}.contact-hero-section .contact-chip:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(7,28,50,.14);background:rgba(255,255,255,.32)}.contact-hero-section .contact-chip-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--accent-alt) 0,var(--primary) 100%);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(31,126,169,.25)}.contact-hero-section .contact-chip-icon i{font-size:20px;color:var(--text-light)}.contact-hero-section .contact-chip-content{display:flex;flex-direction:column;gap:4px;flex:1}.contact-hero-section .contact-chip-label{font-family:Rubik,sans-serif;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);opacity:.75}.contact-hero-section .contact-chip-value{font-family:Rubik,sans-serif;font-size:16px;font-weight:700;color:var(--text-light);text-decoration:none;transition:color .2s}.contact-hero-section .contact-chip-value:hover{color:var(--accent)}.contact-hero-section a.contact-chip-value{cursor:pointer}.contact-hero-section .contact-hero-image-wrapper{position:relative;height:100%;min-height:500px}.contact-hero-section .contact-hero-image-mask{position:relative;width:100%;height:100%;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-strong);transform:rotate(-2deg);transition:transform .3s}.contact-hero-section .contact-hero-image-mask:hover{transform:rotate(0) translateY(-6px)}.contact-hero-section .contact-hero-image-mask::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(6,43,74,0) 0,rgba(6,43,74,.35) 70%,rgba(6,43,74,.55) 100%);z-index:1;pointer-events:none}.contact-hero-section .contact-hero-image-mask img{display:block;width:100%;height:100%;object-fit:cover;border-radius:var(--radius-xl)}.contact-hero-section .contact-hero-decoration{position:absolute;top:10%;right:-10%;width:60%;height:60%;z-index:0;pointer-events:none;opacity:.6}.contact-hero-section .contact-hero-decoration svg{width:100%;height:100%}@media (max-width:768px){.contact-hero-section{padding:60px 20px 80px;min-height:auto}.contact-hero-section .contact-hero-content{grid-template-columns:1fr;gap:40px}.contact-hero-section .contact-hero-text-panel{padding:36px 28px}.contact-hero-section .contact-hero-title{font-size:clamp(36px, 8vw, 48px);margin-bottom:20px}.contact-hero-section .contact-hero-description{font-size:16px;margin-bottom:28px}.contact-hero-section .contact-hero-chips{gap:12px}.contact-hero-section .contact-chip{padding:16px 18px}.contact-hero-section .contact-chip-icon{width:40px;height:40px}.contact-hero-section .contact-chip-icon i{font-size:18px}.contact-hero-section .contact-chip-value{font-size:15px}.contact-hero-section .contact-hero-image-wrapper{min-height:400px;order:-1}.contact-hero-section .contact-hero-decoration{width:80%;height:50%;top:5%;right:-20%}}:root{--primary:#1F7EA9;--secondary:#0B3B63;--accent:#C9FF2E;--accent-alt:#7FE6E6;--gold:#FFB86B;--bg-dark:#062B4A;--bg-med:#1B6F96;--bg-light:#DFF4FA;--text-light:#F2FBFF;--text-dark:#0B3559;--text-muted:#6E9BB4;--border-light:rgba(255,255,255,0.55);--border-dark:rgba(7,36,61,0.18);--radius-sm:12px;--radius-md:18px;--radius-lg:22px;--radius-xl:28px;--shadow-soft:0 12px 28px rgba(7,28,50,0.10);--shadow-med:0 18px 40px rgba(7,28,50,0.14);--shadow-strong:0 26px 60px rgba(7,28,50,0.18);--glass:rgba(255,255,255,0.35);--blur:14px}.contact-features-section{position:relative;background:radial-gradient(120% 120% at 50% 0,#fff 0,#eaf8fc 35%,#dff4fa 100%);padding:100px 24px;overflow:hidden}html[dir=rtl] .contact-features-section{direction:rtl}.contact-features-section .background-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='rgba(31,126,169,0.08)' stroke-width='1.5'%3E%3Cpath d='M0 80 C20 70 40 70 60 80 C80 90 100 90 120 80'/%3E%3Cpath d='M0 40 C20 30 40 30 60 40 C80 50 100 50 120 40'/%3E%3Cpath d='M0 0 C20 -10 40 -10 60 0 C80 10 100 10 120 0'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:120px 120px;opacity:.6;pointer-events:none;z-index:0}.contact-features-section .contact-features-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.contact-features-section .contact-features-grid{display:grid;grid-template-columns:1fr;gap:60px;align-items:start}.contact-features-section .contact-form-wrapper{background:rgba(255,255,255,.45);backdrop-filter:blur(18px);border:1.5px solid rgba(255,255,255,.7);border-radius:28px;padding:48px;box-shadow:0 18px 40px rgba(7,28,50,.1),inset 0 1px 0 rgba(255,255,255,.6);transition:transform 240ms,box-shadow 240ms}.contact-features-section .contact-form-wrapper:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(7,28,50,.14),inset 0 1px 0 rgba(255,255,255,.6)}.contact-features-section .contact-form{display:flex;flex-direction:column;gap:28px}.contact-features-section .form-group{display:flex;flex-direction:column;gap:10px}.contact-features-section .form-group label{font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dark);font-family:Rubik,sans-serif}.contact-features-section .form-group input,.contact-features-section .form-group textarea{width:100%;padding:16px 20px;background:rgba(255,255,255,.7);border:1.5px solid rgba(31,126,169,.2);border-radius:14px;font-size:16px;font-weight:500;color:var(--text-dark);font-family:Rubik,sans-serif;transition:240ms;outline:0}.contact-features-section .form-group input::placeholder,.contact-features-section .form-group textarea::placeholder{color:var(--text-muted);opacity:.7}.contact-features-section .form-group input:focus,.contact-features-section .form-group textarea:focus{background:rgba(255,255,255,.9);border-color:var(--accent);box-shadow:0 0 0 3px rgba(201,255,46,.15),0 4px 12px rgba(31,126,169,.1)}.contact-features-section .form-group textarea{resize:vertical;min-height:140px;line-height:1.6}.contact-features-section .submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 36px;background:linear-gradient(135deg,var(--primary) 0,var(--bg-med) 100%);color:var(--text-light);font-size:16px;font-weight:800;font-family:Rubik,sans-serif;border:none;border-radius:18px;cursor:pointer;transition:240ms;box-shadow:0 12px 28px rgba(31,126,169,.25),inset 0 1px 0 rgba(255,255,255,.2);align-self:flex-start}.contact-features-section .submit-btn:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(31,126,169,.35),inset 0 1px 0 rgba(255,255,255,.2);background:linear-gradient(135deg,#1b6f96 0,var(--primary) 100%)}.contact-features-section .submit-btn:active{transform:translateY(-1px)}.contact-features-section .submit-btn svg{transform:scaleX(-1);transition:transform 240ms}.contact-features-section .submit-btn:hover svg{transform:scaleX(-1) translateX(-4px)}.contact-features-section .contact-info-wrapper{display:flex;flex-direction:column;gap:28px;position:relative}.contact-features-section .contact-title{font-size:48px;font-weight:900;letter-spacing:-.01em;line-height:1.05;color:var(--text-dark);font-family:Rubik,sans-serif;margin:0}.contact-features-section .contact-description{font-size:18px;font-weight:600;line-height:1.7;color:var(--text-dark);font-family:Rubik,sans-serif;margin:0;max-width:100%}.contact-features-section .info-badges{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px}.contact-features-section .info-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:rgba(255,255,255,.6);border:1.5px solid rgba(31,126,169,.25);border-radius:14px;box-shadow:0 4px 12px rgba(7,28,50,.06);transition:240ms}.contact-features-section .info-badge:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(7,28,50,.1);background:rgba(255,255,255,.8)}.contact-features-section .badge-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,var(--accent-alt) 0,var(--accent) 100%);border-radius:10px;color:var(--text-dark);flex-shrink:0}.contact-features-section .info-badge span{font-size:14px;font-weight:800;color:var(--text-dark);font-family:Rubik,sans-serif;white-space:nowrap}.contact-features-section .decorative-wave{margin-top:40px;opacity:.8;pointer-events:none}@media (min-width:768px){.contact-features-section{padding:120px 40px}.contact-features-section .contact-features-grid{grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.contact-features-section .contact-form-wrapper{padding:56px}.contact-features-section .contact-title{font-size:56px}.contact-features-section .info-badges{margin-top:20px}}@media (min-width:1024px){.contact-features-section .contact-features-grid{gap:100px}.contact-features-section .contact-form-wrapper{padding:64px}.contact-features-section .contact-title{font-size:64px}}.contact-gallery-section{position:relative;background:radial-gradient(120% 120% at 50% 0,#fff 0,#eaf8fc 35%,#dff4fa 100%);padding:100px 24px;overflow:hidden}html[dir=rtl] .contact-gallery-section{direction:rtl}.contact-gallery-section::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,rgba(31,126,169,.04) 0,rgba(168,243,231,.06) 100%);pointer-events:none;z-index:0}.contact-gallery-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.contact-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact-gallery-map-wrapper{position:relative}.contact-gallery-map-frame{position:relative;background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border-radius:22px;padding:16px;box-shadow:0 18px 40px rgba(7,28,50,.14);border:1px solid rgba(255,255,255,.55);overflow:hidden}.contact-gallery-map-frame::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1f7ea9 0,#7fe6e6 50%,#c9ff2e 100%);z-index:2}.contact-gallery-map-frame img{display:block;width:100%;height:auto;border-radius:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.contact-gallery-content{padding-inline-start:20px}.contact-gallery-title{font-size:48px;font-weight:900;letter-spacing:-.01em;line-height:1.05;color:var(--text-dark);margin:0 0 24px}.contact-gallery-description{font-size:18px;font-weight:600;line-height:1.7;color:var(--text-dark);margin:0 0 40px;max-width:none}.contact-gallery-chips{display:flex;flex-direction:column;gap:20px}.contact-gallery-chip{display:flex;gap:18px;align-items:flex-start;background:rgba(255,255,255,.35);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:18px;padding:20px 24px;box-shadow:0 12px 28px rgba(7,28,50,.1);transition:transform 240ms,box-shadow 240ms}.contact-gallery-chip:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(7,28,50,.14)}.contact-gallery-chip-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1f7ea9 0,#a8f3e7 100%);border-radius:12px;color:var(--text-light);font-size:20px;box-shadow:0 8px 20px rgba(31,126,169,.25)}.contact-gallery-chip-content{flex:1}.contact-gallery-chip-title{font-size:18px;font-weight:800;line-height:1.25;color:var(--text-dark);margin:0 0 8px}.contact-gallery-chip-text{font-size:16px;font-weight:500;line-height:1.6;color:var(--text-dark);margin:0}.contact-gallery-wave-decoration{position:absolute;bottom:0;left:0;width:100%;height:120px;pointer-events:none;z-index:0}@media (max-width:768px){.contact-gallery-section{padding:60px 20px}.contact-gallery-grid{grid-template-columns:1fr;gap:40px}.contact-gallery-content{padding-inline-start:0}.contact-gallery-title{font-size:36px;margin-bottom:16px}.contact-gallery-description{font-size:16px;margin-bottom:32px}.contact-gallery-chip{flex-direction:column;gap:12px;padding:18px 20px}.contact-gallery-chip-icon{width:44px;height:44px;font-size:18px}.contact-gallery-chip-title{font-size:16px}.contact-gallery-chip-text{font-size:14px}}:root{--primary:#1F7EA9;--secondary:#0B3B63;--accent:#C9FF2E;--accent-alt:#7FE6E6;--gold:#FFB86B;--bg-dark:#062B4A;--bg-med:#1B6F96;--bg-light:#DFF4FA;--text-light:#F2FBFF;--text-dark:#0B3559;--text-muted:#6E9BB4;--border-light:rgba(255,255,255,0.55);--border-dark:rgba(7,36,61,0.18);--radius-sm:12px;--radius-md:18px;--radius-lg:22px;--radius-xl:28px;--shadow-soft:0 12px 28px rgba(7,28,50,0.10);--shadow-med:0 18px 40px rgba(7,28,50,0.14);--shadow-strong:0 26px 60px rgba(7,28,50,0.18);--glass:rgba(255,255,255,0.35);--blur:14px;--gradient-primary:linear-gradient(135deg, #0B3B63 0%, #1F7EA9 45%, #A8F3E7 100%);--gradient-goldShine:linear-gradient(90deg, rgba(255,184,107,0) 0%, rgba(255,184,107,0.65) 45%, rgba(255,184,107,0) 100%);--gradient-secondary:linear-gradient(180deg, #0A355C 0%, #1C6E95 55%, #DFF4FA 100%);--gradient-goldAccent:linear-gradient(135deg, #FFB86B 0%, #FFD2A3 55%, #FFF2E3 100%);--gradient-darkSection:radial-gradient(120% 90% at 10% 10%, #1C6E95 0%, #0B3B63 45%, #062B4A 100%);--gradient-overlayDark:linear-gradient(180deg, rgba(6,43,74,0.00) 0%, rgba(6,43,74,0.35) 70%, rgba(6,43,74,0.55) 100%);--gradient-lightSection:radial-gradient(120% 120% at 50% 0%, #FFFFFF 0%, #EAF8FC 35%, #DFF4FA 100%);--gradient-overlayLight:linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.35) 60%, rgba(255,255,255,0.00) 100%);--cc-btn-primary-bg:#3b82f6;--cc-btn-primary-border:#3b82f6;--cc-btn-primary-hover-bg:#2269dd;--accessibility-focus:#071828}.contact-cta-section{position:relative;background:var(--bg-dark);padding:100px 20px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:500px}.contact-cta-container{max-width:900px;width:100%;margin:0 auto;position:relative;z-index:2}.contact-cta-glass-card{background:rgba(255,255,255,.35);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:60px 50px;box-shadow:var(--shadow-strong);text-align:center;transition:transform 240ms,box-shadow 240ms}.contact-cta-glass-card:hover{transform:translateY(-6px);box-shadow:0 32px 70px rgba(7,28,50,.22)}.contact-cta-heading{font-family:Rubik,sans-serif;font-size:clamp(32px, 5vw, 48px);font-weight:900;letter-spacing:-.01em;line-height:1.05;color:var(--text-dark);margin:0 0 24px;max-width:none!important}.contact-cta-description{font-family:Rubik,sans-serif;font-size:18px;font-weight:600;line-height:1.7;color:var(--text-dark);margin:0 0 40px;max-width:none!important;opacity:.9}.contact-cta-buttons{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.contact-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 36px;font-family:Rubik,sans-serif;font-size:16px;font-weight:800;text-decoration:none;border-radius:50px;transition:240ms;cursor:pointer;white-space:nowrap;min-width:180px}.contact-cta-btn-primary{background:var(--primary);color:var(--text-light);box-shadow:0 12px 28px rgba(31,126,169,.35)}.contact-cta-btn-primary:hover{background:var(--bg-med);transform:translateY(-3px);box-shadow:0 18px 40px rgba(31,126,169,.45)}.contact-cta-btn-secondary{background:0 0;color:var(--text-dark);border:2px solid var(--text-dark)}.contact-cta-btn-secondary:hover{background:var(--text-dark);color:var(--text-light);transform:translateY(-3px);box-shadow:0 12px 28px rgba(11,53,89,.25)}.contact-cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(127,231,214,.35) 0,rgba(127,231,214,.15) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:1;filter:blur(60px)}@media (max-width:768px){.contact-cta-section{padding:80px 20px;min-height:400px}.contact-cta-glass-card{padding:40px 30px}.contact-cta-heading{font-size:clamp(26px, 6vw, 36px);margin-bottom:20px}.contact-cta-description{font-size:16px;margin-bottom:32px}.contact-cta-buttons{flex-direction:column;gap:12px}.contact-cta-btn{width:100%;min-width:unset}.contact-cta-glow{width:400px;height:400px}}figure,img,picture{opacity:1!important;visibility:visible!important}:not(.fas):not(.far):not(.fab):not(.fa):not([class*=fa-]):not(.iconify):not([class*=icon]):not(code):not(pre):not(i[class*=fa]){font-family:Rubik,sans-serif!important}.logo,.logo img,.logo-link img,.nav-brand img,img.logo{max-height:40px!important;height:auto!important;width:auto!important;object-fit:contain!important}@media (min-width:769px){.whatsapp-float{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}}@media (max-width:768px){body,html{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important}*,::after,::before{box-sizing:border-box!important}.container,.section,.wrapper,article,main,section{width:100%!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important;padding-left:1rem!important;padding-right:1rem!important}form{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0!important}.form-input,.form-select,.form-textarea,input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.form-container,.form-field,.form-group,.input-group{width:100%!important;max-width:100%!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;grid-template-columns:none!important}.grid,[style*="display: grid"],[style*="display:grid"]{display:flex!important;flex-direction:column!important;gap:1rem!important;grid-template-columns:none!important}h1{font-size:clamp(28px, 8vw, 48px)!important}h2{font-size:clamp(24px, 6vw, 36px)!important}h3{font-size:clamp(20px, 5vw, 28px)!important}h4{font-size:clamp(18px, 4vw, 24px)!important}li,p,span{font-size:clamp(14px, 4vw, 18px)!important}img{max-width:100%!important;height:auto!important;object-fit:contain!important}[style*="position: absolute"]:not(.mobile-toggle):not(.phone-header-btn):not(.skip-link),[style*="position:absolute"]:not(.mobile-toggle):not(.phone-header-btn):not(.skip-link){position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important}.columns,[style*="columns:"],[style*=column-count]{column-count:1!important;columns:1!important}.flex,[style*="display: flex"],[style*="display:flex"]{flex-wrap:wrap!important}.btn,.button,button{width:100%!important;max-width:100%!important;padding:12px 20px!important;font-size:16px!important}table{width:100%!important;display:block!important;overflow-x:auto!important}.block,.box,.card{width:100%!important;max-width:100%!important;margin-bottom:1rem!important}.contact-form-section,.form-container,.form-text-side{width:100%!important;max-width:100%!important;padding:1rem!important;box-sizing:border-box!important}.hero,.hero-section,[class*=hero]{min-height:auto!important;height:auto!important;padding:2rem 1rem!important;display:flex!important;flex-direction:column!important}.hero-overlay,[class*=hero][class*=overlay]{position:relative!important;top:0!important;left:0!important;width:100%!important;max-width:100%!important;padding:1rem!important;box-sizing:border-box!important}.hero img,.hero-section img,[class*=hero]>img{position:relative!important;width:100%!important;height:auto!important;max-height:400px!important;object-fit:cover!important}[class*="-scroll"],[class*=scroll],[style*="overflow-x: auto"],[style*="overflow-x:auto"]{display:flex!important;flex-direction:column!important;overflow-x:visible!important;gap:1rem!important}.packages-grid,.packages-scroll,[class*=card][class*=grid],[class*=package][class*=grid]{display:flex!important;flex-direction:column!important;overflow-x:visible!important;width:100%!important}body>*{max-width:100vw!important}}.navbar{position:sticky;top:0;width:100%;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.1)}.nav-container{display:flex;align-items:center;gap:2rem;position:relative;max-width:1200px;margin:0 auto;padding:1rem 2rem;width:100%;box-sizing:border-box}.logo{max-width:180px!important;display:block;object-fit:contain;transition:opacity .3s}.logo:hover{opacity:.8}.logo-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.logo-link:focus{outline:0}.nav-brand{display:flex;align-items:center;flex-shrink:0;margin:0}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.nav-menu li{margin:0;padding:0}.nav-menu a{text-decoration:none;transition:color .3s;font-weight:500}.nav-cta-container{display:flex;align-items:center}.nav-cta-item{list-style:none;margin:0;padding:0}html[dir=ltr] .nav-container,html[lang=en] .nav-container,html[lang=es] .nav-container,html[lang=fr] .nav-container{justify-content:flex-start}html[dir=ltr] .nav-menu,html[lang=en] .nav-menu,html[lang=es] .nav-menu,html[lang=fr] .nav-menu{margin-left:0;margin-right:0}html[dir=ltr] .nav-cta-container,html[lang=en] .nav-cta-container,html[lang=es] .nav-cta-container,html[lang=fr] .nav-cta-container{margin-left:auto;margin-right:0}.nav-container,html[lang=ar] .nav-container,html[lang=he] .nav-container{flex-direction:row-reverse;justify-content:space-between}.nav-cta-container,html[lang=ar] .nav-cta-container,html[lang=he] .nav-cta-container{order:-1;margin:0}.nav-right-group,html[lang=ar] .nav-right-group,html[lang=he] .nav-right-group{display:flex;align-items:center;gap:2rem;order:1;flex-direction:row-reverse}.nav-right-group .nav-brand,html[lang=ar] .nav-right-group .nav-brand,html[lang=he] .nav-right-group .nav-brand{order:2}.nav-right-group .nav-menu,html[lang=ar] .nav-right-group .nav-menu,html[lang=he] .nav-right-group .nav-menu{order:1}@media (min-width:769px){.mobile-toggle,.nav-menu .mobile-contact-link,.phone-header-btn{display:none!important}}@media (max-width:768px){.nav-container{padding:.75rem 1rem;gap:0;justify-content:center!important}.mobile-toggle{position:absolute;top:15px;display:flex!important;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;padding:8px;z-index:1001;width:44px!important;height:44px!important;color:var(--text-dark,#1a1a1a)}.phone-header-btn{position:absolute;top:15px;display:flex!important;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;padding:8px;z-index:1001;width:44px!important;height:44px!important;color:var(--accent,#f59e0b)}.mobile-toggle svg,.phone-header-btn svg{width:24px!important;height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;transition:opacity .3s}.mobile-toggle svg path,.phone-header-btn svg path{stroke:currentColor!important}.mobile-toggle img,.phone-header-btn img{width:24px!important;height:24px!important}.mobile-toggle:hover svg,.phone-header-btn:hover svg{opacity:.8}.mobile-toggle:active,.mobile-toggle:focus,.phone-header-btn:active,.phone-header-btn:focus{outline:0;border:none;box-shadow:none}.nav-brand{margin:0 auto!important;text-align:center;order:0!important}.logo{max-height:35px!important;max-width:180px!important}.nav-right-group{display:contents!important}.nav-cta-container{display:none!important}.nav-menu{position:fixed;top:70px;width:50%;max-width:300px;flex-direction:column;gap:0;padding:20px 0;box-shadow:0 4px 12px rgba(0,0,0,.15);display:none;z-index:999;margin:0!important;align-items:stretch;justify-content:flex-start}.nav-menu.active{display:flex!important}.nav-menu li{width:100%}.nav-menu .mobile-contact-link{display:block!important}.nav-menu a{display:block;padding:15px 30px;width:100%;font-weight:500}html[dir=ltr] .mobile-toggle,html[lang=en] .mobile-toggle,html[lang=es] .mobile-toggle,html[lang=fr] .mobile-toggle{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}html[dir=ltr] .nav-menu,html[lang=en] .nav-menu,html[lang=es] .nav-menu,html[lang=fr] .nav-menu{left:0;right:auto}.mobile-toggle,html[lang=ar] .mobile-toggle,html[lang=he] .mobile-toggle{left:auto;right:15px}.phone-header-btn,html[lang=ar] .phone-header-btn,html[lang=he] .phone-header-btn{left:15px;right:auto}.nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{right:0;left:auto}.nav-menu a,html[lang=ar] .nav-menu a,html[lang=he] .nav-menu a{text-align:right}}main{margin-top:0!important;padding-top:0!important}.legal-page-content{padding:60px 0;min-height:60vh}.legal-page-content .container{max-width:800px;margin:0 auto;padding:0 20px}.legal-page-content h1{font-size:2.5rem;margin-bottom:1rem;color:inherit}.legal-page-content .last-updated{color:#666;margin-bottom:2rem;font-style:italic}.legal-page-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:inherit}.legal-page-content p{margin-bottom:1rem;line-height:1.7}.legal-page-content ul{margin-bottom:1.5rem;padding-left:1.5rem}[dir=rtl] .legal-page-content ul{padding-left:0;padding-right:1.5rem}.legal-page-content li{margin-bottom:.5rem;line-height:1.6}.legal-page-content .contact-box{background:rgba(0,0,0,.03);padding:1.5rem;border-radius:8px;margin-top:1.5rem}.legal-page-content .contact-box a{color:inherit;text-decoration:underline}.legal-page-content .contact-box a:hover{opacity:.8}#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(7,24,40,.1)!important;box-shadow:0 2px 8px rgba(7,24,40,.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:#071828!important;stroke:#071828!important;color:#071828!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:#071828!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:#071828!important;color:#071828!important;background-color:rgba(7,24,40,.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:#071828!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}}html[dir=ltr],html[dir=ltr] .container,html[dir=ltr] .content,html[dir=ltr] .wrapper,html[dir=ltr] article,html[dir=ltr] body,html[dir=ltr] main,html[dir=ltr] section{direction:ltr!important}html[dir=ltr] .legal-content,html[dir=ltr] .legal-content li,html[dir=ltr] .legal-content p,html[dir=ltr] .privacy-content,html[dir=ltr] .privacy-content li,html[dir=ltr] .privacy-content p,html[dir=ltr] .terms-content,html[dir=ltr] .terms-content li,html[dir=ltr] .terms-content p{direction:ltr!important;text-align:left!important}html[dir=rtl],html[dir=rtl] .container,html[dir=rtl] .content,html[dir=rtl] .wrapper,html[dir=rtl] article,html[dir=rtl] body,html[dir=rtl] main,html[dir=rtl] section{direction:rtl!important}.legal-content,html[dir=rtl] .legal-content li,html[dir=rtl] .legal-content p,html[dir=rtl] .privacy-content,html[dir=rtl] .privacy-content li,html[dir=rtl] .privacy-content p,html[dir=rtl] .terms-content,html[dir=rtl] .terms-content li,html[dir=rtl] .terms-content p{text-align:right!important}html[dir=rtl] .legal-content,html[dir=rtl] .legal-content li,html[dir=rtl] .legal-content p,html[dir=rtl] .privacy-content,html[dir=rtl] .privacy-content li,html[dir=rtl] .privacy-content p,html[dir=rtl] .terms-content,html[dir=rtl] .terms-content li,html[dir=rtl] .terms-content p{direction:rtl!important}.zappy-lang-switcher-container{position:fixed;top:12px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;right:auto;left:12px}.lang-switcher{position:relative;display:inline-flex;align-items:center;z-index:1000}.navbar .lang-switcher,header .lang-switcher,nav .lang-switcher{margin-left:8px;margin-right:8px}.lang-switcher-current{display:flex;align-items:center;padding:8px;background:0 0;border:none;border-radius:6px;cursor:pointer;color:inherit;transition:opacity .2s}.lang-switcher-current:hover{opacity:.7}.lang-switcher-dropdown{position:absolute;top:100%;margin-top:6px;min-width:150px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s;overflow:hidden;right:auto;left:0}.lang-option{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:0 0;border:none;cursor:pointer;font-size:14px;color:#333;transition:background .15s;text-align:right}.lang-option:hover{background:#f5f5f5},html[dir=rtl] body{overflow-x:hidden!important;max-width:100vw!important}.benefits-section,.testimonials-section,.zappy-carousel-container,.zappy-carousel-wrapper,[class*=carousel]{overflow-x:hidden!important}.lang-switcher{overflow:visible}@media (max-width:768px){.zappy-lang-switcher-container{top:8px;right:auto;left:8px}.lang-switcher-current{padding:6px}.lang-option{padding:10px 14px;font-size:13px}.mobile-toggle,.phone-header-btn{position:absolute!important;top:50%!important;transform:translateY(-50%)!important}.lang-switcher{position:relative}.lang-switcher-dropdown{left:auto!important;right:0!important;max-width:calc(100vw - 20px)}.mobile-toggle,html[lang=ar] .mobile-toggle,html[lang=he] .mobile-toggle{left:auto!important;right:15px!important}.phone-header-btn,html[lang=ar] .phone-header-btn,html[lang=he] .phone-header-btn{left:15px!important;right:auto!important}.nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{left:auto!important;right:0!important}.navbar .mobile-toggle,html[dir=rtl] .mobile-toggle,html[dir=rtl] .nav-container .mobile-toggle,html[dir=rtl] header .mobile-toggle,html[dir=rtl] nav .mobile-toggle{left:auto!important;right:15px!important}.navbar .phone-header-btn,html[dir=rtl] .nav-container .phone-header-btn,html[dir=rtl] .phone-header-btn,html[dir=rtl] header .phone-header-btn,html[dir=rtl] nav .phone-header-btn{left:15px!important;right:auto!important}.navbar .nav-menu,html[dir=rtl] .nav-container .nav-menu,html[dir=rtl] .nav-menu,html[dir=rtl] header .nav-menu,html[dir=rtl] nav .nav-menu{left:auto!important;right:0!important}.nav-menu a,html[dir=rtl] .nav-menu li{text-align:right!important}}