*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1a3a6b;--primary-light:#2856a3;--primary-dark:#0d2347;--accent:#b8892a;--accent-light:#d4a84b;--red:#c0392b;--red-light:#e74c3c;--bg:#eceef1;--bg-secondary:#e3e6ea;--bg-dark:#0d1c36;--text:#374151;--text-light:#6b7280;--text-white:#fff;--border:#dde3ee;--shadow:0 4px 20px #1a3a6b1a;--radius:12px;--sans:"Tajawal", "Segoe UI", system-ui, -apple-system, sans-serif;--display:"El Messiri", "Tajawal", "Segoe UI", serif}[lang=he]{--sans:"Assistant", "Segoe UI", system-ui, -apple-system, sans-serif;--display:"Heebo", "Assistant", "Segoe UI", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--text);background:var(--bg);direction:rtl;line-height:1.7}h1,h2,h3,.nav-logo,.footer-logo{font-family:var(--display)}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}.skip-link{background:var(--primary);color:#fff;z-index:2000;border-radius:0 0 0 8px;padding:10px 18px;font-weight:600;text-decoration:none;transition:transform .2s;position:fixed;top:0;right:0;transform:translateY(-120%)}.skip-link:focus{transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}#root{width:100%;min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1 0 auto}.nav{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d1c36f7;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 2rem;display:flex;position:fixed;top:0}.nav-logo{color:#fff;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.nav-logo-img{object-fit:contain;width:auto;height:50px}.nav-logo-icon{background:var(--accent);border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:#fffc;font-size:.92rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--accent-light)}.nav-links a.active{color:var(--accent-light);font-weight:700}.nav-cta{background:var(--accent);color:#fff;font-size:.9rem;font-family:var(--sans);cursor:pointer;border:none;border-radius:8px;padding:10px 22px;font-weight:600;transition:background .2s}.nav-cta:hover{background:var(--accent-light)}.lang-switcher{background:#ffffff14;border-radius:8px;gap:4px;padding:3px;display:flex}.lang-btn{color:#ffffffb3;cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--sans);background:0 0;border:none;border-radius:6px;padding:5px 13px;transition:background .2s,color .2s}.lang-btn.active{background:var(--accent);color:#fff}.lang-btn:hover:not(.active){color:#fff;background:#ffffff1a}.hero{background:radial-gradient(140% 90% at 50% -10%, #fff 0%, #fff0 55%), radial-gradient(70% 45% at 88% 8%, #c08a2e1a 0%, #c08a2e00 60%), var(--bg);text-align:center;justify-content:center;align-items:flex-start;min-height:100vh;padding:183.386px 2rem 60px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background-image:radial-gradient(circle at 1px 1px,#0000000a 1px,#0000 0);background-size:40px 40px;position:absolute;inset:0}.hero-content{max-width:720px;position:relative}.hero-badge{border:1px solid var(--accent);color:var(--accent);background:#b8892a1f;border-radius:50px;margin-bottom:1.5rem;padding:6px 18px;font-size:.85rem;font-weight:600;display:inline-block}.hero h1{color:#111827;margin-bottom:1.2rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.25}.hero h1 span{color:var(--accent)}.hero p{color:var(--text-light);max-width:520px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.8}.hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{background:var(--accent);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--sans);border:none;border-radius:10px;padding:14px 32px;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.btn-primary:hover{background:#d9b458;transform:translateY(-1px)}.btn-outline{color:var(--primary);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--sans);background:0 0;border:2px solid #1a3a6b59;border-radius:10px;padding:14px 32px;text-decoration:none;transition:border-color .2s,background .2s;display:inline-block}.btn-outline:hover{border-color:var(--primary);background:#1a3a6b0f}.hero-stats{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:4rem;padding-top:2.5rem;display:flex}.hero-stat h3{color:var(--primary);margin-bottom:4px;font-size:2rem;font-weight:700}.hero-stat p{color:var(--text-light);margin:0;font-size:.85rem}.hero-slider{border-radius:var(--radius);box-shadow:var(--shadow);margin-top:3.5rem;overflow:hidden}@media (width<=600px){.hero-slider{margin-top:2.5rem}}.hero-logo{justify-content:center;margin-bottom:2rem;display:flex}.hero-logo img{background:#fff;border-radius:20px;width:320px;max-width:80%;height:auto;padding:1.5rem;box-shadow:0 10px 40px #00000040}@media (width<=600px){.hero-logo{margin-bottom:1.5rem}.hero-logo img{width:220px;padding:1rem}}.section{padding:90px 2rem}.section-alt{background:var(--bg-secondary)}.container{max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:3.5rem}.section-tag{color:var(--primary);letter-spacing:.5px;text-transform:uppercase;background:#1a3a6b1a;border-radius:50px;margin-bottom:1rem;padding:5px 16px;font-size:.78rem;font-weight:700;display:inline-block}.section-header h2{color:#111827;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700;line-height:1.3}.section-header p{color:var(--text-light);max-width:520px;margin:0 auto;font-size:1.02rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.service-card{border:1px solid var(--border);border-radius:var(--radius);text-align:center;background:#fff;padding:2rem;transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.service-icon{border-radius:14px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:1.8rem;display:flex}.service-icon.green{background:#1a3a6b1a}.service-icon.amber{background:#b8892a1f}.service-icon.teal{background:#1a3a6b12}.service-icon.red{background:#c0392b1a}.service-card h3{color:#111827;margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.service-card p{color:var(--text-light);margin-bottom:1.25rem;font-size:.92rem;line-height:1.75}.service-link{color:var(--primary);font-size:.9rem;font-weight:600;text-decoration:none}.service-link:hover{color:var(--primary-light);text-decoration:underline}.courses-category-title{border-bottom:2px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.courses-category-title span{color:#111827;font-size:1.1rem;font-weight:700}.courses-category-title small{color:var(--text-light);background:#1a3a6b14;border-radius:50px;padding:3px 12px;font-size:.82rem}.natural-courses-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.natural-course-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;flex-direction:column;gap:.75rem;padding:1.25rem;transition:box-shadow .2s;display:flex}.natural-course-card:hover{box-shadow:var(--shadow)}.natural-course-header{align-items:center;gap:.75rem;display:flex}.natural-course-icon{flex-shrink:0;font-size:1.8rem}.natural-course-title{color:#111827;flex:1;margin-bottom:3px;font-size:.93rem;font-weight:700}.natural-course-age{color:var(--text-light);font-size:.78rem}.natural-course-desc{color:var(--text-light);border-top:1px solid var(--border);margin:0;padding-top:.5rem;font-size:.87rem;line-height:1.7}.btn-enroll-sm{background:var(--primary);color:#fff;cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--sans);white-space:nowrap;border:none;border-radius:7px;margin-right:auto;padding:7px 14px;transition:background .2s}.btn-enroll-sm:hover{background:var(--primary-light)}.courses-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.card-link{color:inherit;height:100%;text-decoration:none;display:block}.card-link .course-card{height:100%}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(1cm)}to{opacity:1;transform:translateY(0)}}.course-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;transition:box-shadow .2s,transform .2s;animation:2s ease-out both cardFadeUp;overflow:hidden}.course-card:first-child{animation-delay:0s}.course-card:nth-child(2){animation-delay:.15s}.course-card:nth-child(3){animation-delay:.3s}.course-card:nth-child(4){animation-delay:.45s}.course-card:nth-child(5){animation-delay:.6s}.course-card:nth-child(6){animation-delay:.75s}.course-card:nth-child(7){animation-delay:.9s}.course-card:nth-child(8){animation-delay:1.05s}.course-card:nth-child(9){animation-delay:1.2s}.hero-content,.section-header{animation:2s ease-out both cardFadeUp}.about-visual{animation:2s ease-out .1s both cardFadeUp}.about-point{animation:2s ease-out both cardFadeUp}.about-point:first-child{animation-delay:.1s}.about-point:nth-child(2){animation-delay:.25s}.about-point:nth-child(3){animation-delay:.4s}.about-point:nth-child(4){animation-delay:.55s}.about-point:nth-child(5){animation-delay:.7s}.contact-card{animation:2s ease-out both cardFadeUp}.contact-card:first-child{animation-delay:.1s}.contact-card:nth-child(2){animation-delay:.25s}.contact-card:nth-child(3){animation-delay:.4s}.courses-category-title{animation:2s ease-out both cardFadeUp}.page-cta{animation:2s ease-out .3s both cardFadeUp}.course-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.course-banner{justify-content:center;align-items:center;height:110px;font-size:3rem;display:flex}.course-banner.red-bg{background:linear-gradient(135deg,#c0392b,#96281b)}.course-banner.green-bg{background:linear-gradient(135deg,#1a3a6b,#0d2347)}.course-banner.blue-bg{background:linear-gradient(135deg,#b8892a,#8a6520)}.course-banner.nat-green{background:linear-gradient(135deg,#1a6b3a,#0f4a27)}.course-banner.nat-red{background:linear-gradient(135deg,#9b1c1c,#7b1414)}.course-banner.nat-blue{background:linear-gradient(135deg,#1e40af,#1e3a8a)}.course-banner.nat-amber{background:linear-gradient(135deg,#92400e,#78350f)}.course-banner.nat-dark{background:linear-gradient(135deg,#374151,#1f2937)}.course-body{padding:1.5rem}.course-badge{color:var(--primary);background:#1a3a6b1a;border-radius:50px;margin-bottom:.75rem;padding:3px 12px;font-size:.78rem;font-weight:700;display:inline-block}.course-body h3{color:#111827;margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.course-body p{color:var(--text-light);margin-bottom:1rem;font-size:.88rem;line-height:1.7}.course-meta{flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;display:flex}.course-meta span{color:var(--text-light);font-size:.82rem}.course-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.course-price{color:var(--primary);font-size:1.2rem;font-weight:700}.course-price span{color:var(--text-light);font-size:.8rem;font-weight:400}.btn-enroll{background:var(--primary);color:#fff;cursor:pointer;font-size:.88rem;font-weight:600;font-family:var(--sans);border:none;border-radius:8px;padding:9px 20px;transition:background .2s}.btn-enroll:hover{background:var(--primary-light)}.detail-page{max-width:820px}.detail-back{border:1px solid var(--border);width:44px;height:44px;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.4rem;line-height:1;text-decoration:none;transition:color .2s,background .2s,border-color .2s;display:inline-flex}.detail-back:hover{color:#fff;background:var(--primary);border-color:var(--primary)}.detail-head{text-align:center;margin-bottom:2rem}.detail-title{color:#111827;margin:.5rem 0 0;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;line-height:1.3}.detail-media{border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:2rem;overflow:hidden}.detail-banner{border-radius:var(--radius);height:320px;font-size:6rem}.slider{background:var(--bg-secondary);position:relative}.slider-img{object-fit:contain;width:100%;max-height:440px;display:block}.slider-btn{width:42px;height:42px;color:var(--primary);cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;line-height:1;transition:background .2s,color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000002e}.slider-btn:hover{background:var(--primary);color:#fff}.slider-prev{right:12px}.slider-next{left:12px}.slider-dots{justify-content:center;gap:8px;display:flex;position:absolute;bottom:12px;left:0;right:0}.slider-dot{cursor:pointer;background:#fff9;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:background .2s,transform .2s;box-shadow:0 1px 3px #0000004d}.slider-dot.active{background:var(--accent);transform:scale(1.25)}@media (width<=600px){.slider-img{max-height:320px}.slider-btn{width:36px;height:36px;font-size:1.3rem}}.detail-block{margin-bottom:2rem}.detail-block h2{color:#111827;border-bottom:2px solid var(--border);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700}.detail-block p{color:var(--text);margin:0;font-size:1rem;line-height:1.9}.detail-benefits{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.detail-benefits li{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:10px;padding:.75rem 2.5rem .75rem 1rem;font-size:.95rem;position:relative}.detail-benefits li:before{content:"✓";color:var(--accent);font-weight:700;position:absolute;top:50%;right:.85rem;transform:translateY(-50%)}@media (width<=600px){.detail-banner{height:220px;font-size:4rem}.detail-media img{max-height:300px}}.page-cta{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-top:3rem;padding:1.75rem 2rem;display:flex}.page-cta span{color:#111827;font-size:1.15rem;font-weight:700}@media (width<=500px){.page-cta{text-align:center;flex-direction:column;gap:1rem}.page-cta .btn-primary{text-align:center;width:100%}}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (width<=768px){.about-grid{grid-template-columns:1fr;gap:2.5rem}}.about-visual{text-align:center;color:#fff;background:linear-gradient(135deg,#0d1c36,#1a3a6b);border-radius:20px;padding:3rem 2rem}.about-visual-icon{margin-bottom:1.5rem;font-size:4rem}.about-visual h3{color:#fff;margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.about-visual p{color:#ffffffbf;font-size:.93rem}.about-points{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.about-point{align-items:flex-start;gap:1rem;display:flex}.about-point-icon{background:#1a3a6b1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.about-point-text h4{color:#111827;margin-bottom:3px;font-size:.93rem;font-weight:700}.about-point-text p{color:var(--text-light);font-size:.86rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.testimonial-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:1.75rem}.stars{color:#f59e0b;letter-spacing:2px;margin-bottom:.75rem;font-size:1rem}.testimonial-card blockquote{color:var(--text);margin-bottom:1.25rem;font-size:.92rem;font-style:italic;line-height:1.75}.testimonial-author{align-items:center;gap:.75rem;display:flex}.author-avatar{color:#fff;background:linear-gradient(135deg,#c0392b,#e74c3c);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:.95rem;font-weight:700;display:flex}.author-info strong{color:#111827;font-size:.9rem;font-weight:700;display:block}.author-info span{color:var(--text-light);font-size:.8rem}.contact-cards{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.contact-card{border:1px solid var(--border);border-radius:var(--radius);text-align:center;background:#fff;flex:1;min-width:220px;max-width:280px;padding:2.5rem 2rem}.contact-card-icon{justify-content:center;align-items:center;height:48px;margin-bottom:1rem;font-size:2.5rem;display:flex}.contact-card-icon img{object-fit:contain;width:48px;height:48px}.contact-card h4{color:#111827;margin-bottom:.5rem;font-size:1rem;font-weight:700}.contact-card a{color:var(--primary);direction:ltr;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.contact-card a:hover{color:var(--primary-light);text-decoration:underline}.contact-grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:3rem;display:grid}@media (width<=768px){.contact-grid{grid-template-columns:1fr;gap:2rem}}.contact-info h3{color:#111827;margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.contact-info>p{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.contact-items{flex-direction:column;gap:1rem;display:flex}.contact-item{color:var(--text);align-items:center;gap:.75rem;font-size:.93rem;display:flex}.contact-item-icon{background:#1a3a6b1a;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.contact-form{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:2rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}@media (width<=500px){.form-row{grid-template-columns:1fr}}.form-group{flex-direction:column;gap:6px;margin-bottom:1rem;display:flex}.form-group label{color:#374151;font-size:.86rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);font-size:.93rem;font-family:var(--sans);color:var(--text);direction:rtl;background:#fff;border-radius:8px;outline:none;width:100%;padding:10px 14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a6b5a14}.form-group textarea{resize:vertical;min-height:100px}.btn-submit{background:var(--primary);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--sans);border:none;border-radius:10px;width:100%;padding:13px 28px;transition:background .2s}.btn-submit:hover{background:var(--primary-light)}.footer{color:#ffffffb3;text-align:center;background:#0d1c36;padding:3rem 2rem 1.5rem}.footer-logo{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.footer>p{margin-bottom:1.5rem;font-size:.88rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem;padding:0;list-style:none;display:flex}.footer-links a{color:#fff9;font-size:.88rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--accent-light)}.footer-divider{border:none;border-top:1px solid #ffffff14;margin-bottom:1.25rem}.footer-bottom{color:#ffffff59;font-size:.82rem}.a11y{z-index:1500;position:fixed;bottom:20px;left:20px}.a11y-toggle{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:background .2s,transform .15s;display:flex;box-shadow:0 4px 16px #00000047}.a11y-toggle:hover{background:var(--primary-light);transform:scale(1.05)}.a11y-panel{border:1px solid var(--border);background:#fff;border-radius:12px;width:264px;position:absolute;bottom:66px;left:0;overflow:hidden;box-shadow:0 10px 34px #00000038}.a11y-head{color:var(--primary);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px;font-size:1.05rem;font-weight:700;display:flex}.a11y-close{color:var(--text-light);cursor:pointer;background:0 0;border:none;font-size:1.4rem;line-height:1}.a11y-item{border:none;border-bottom:1px solid var(--border);width:100%;font-family:var(--sans);color:var(--text);cursor:pointer;text-align:start;background:#fff;align-items:center;gap:12px;padding:12px 16px;font-size:.95rem;text-decoration:none;display:flex}.a11y-item:hover{background:var(--bg-secondary)}.a11y-item.on{color:var(--primary);background:#1a3a6b1a;font-weight:600}.a11y-ic{text-align:center;flex-shrink:0;width:22px;font-size:1.1rem}.a11y-ic-u{font-weight:700;text-decoration:underline}.a11y-statement{color:var(--primary);border-bottom:none;justify-content:center;font-weight:700}html.a11y-links a{outline-offset:2px;outline:2px solid var(--accent)!important;background:#b8892a24!important;text-decoration:underline!important}html.a11y-contrast body,html.a11y-contrast .hero,html.a11y-contrast .section,html.a11y-contrast .section-alt,html.a11y-contrast .nav,html.a11y-contrast .footer,html.a11y-contrast .course-card,html.a11y-contrast .contact-card,html.a11y-contrast .testimonial-card,html.a11y-contrast .about-visual,html.a11y-contrast .page-cta,html.a11y-contrast .a11y-panel,html.a11y-contrast .a11y-item,html.a11y-contrast .detail-benefits li{color:#fff!important;background:#000!important;border-color:#fff!important}html.a11y-contrast h1,html.a11y-contrast h2,html.a11y-contrast h3,html.a11y-contrast h4,html.a11y-contrast p,html.a11y-contrast span,html.a11y-contrast li,html.a11y-contrast small,html.a11y-contrast strong,html.a11y-contrast .course-badge,html.a11y-contrast .section-tag{color:#fff!important;background:0 0!important}html.a11y-contrast a{color:#ff0!important}html.a11y-contrast .btn-primary,html.a11y-contrast .nav-cta,html.a11y-contrast .btn-enroll,html.a11y-contrast .btn-submit,html.a11y-contrast .lang-btn.active{color:#000!important;background:#ff0!important;border:1px solid #fff!important}@media (width<=600px){.a11y{bottom:14px;left:14px}.a11y-toggle{width:48px;height:48px}}@media (width<=1024px){.container{padding:0 1.5rem}.courses-grid{grid-template-columns:repeat(2,1fr)}.hero-stats{gap:2rem}}@media (width<=768px){.nav-links{display:none}.section{padding:60px 1.25rem}.hero{padding:183.386px 1.25rem 50px}.hero h1{font-size:1.9rem}.hero p{font-size:1rem}.hero-stats{gap:1.5rem;margin-top:2.5rem;padding-top:2rem}.hero-stat h3{font-size:1.6rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-visual{padding:2rem 1.5rem}.courses-grid{grid-template-columns:repeat(2,1fr)}.contact-cards{flex-direction:column;align-items:center}.contact-card{width:100%;max-width:100%}.footer-links{gap:1rem}}@media (width<=600px){.nav{height:60px;padding:0 1rem}.nav-logo-img{height:38px}.hero{min-height:auto;padding:173.386px 1rem 40px}.hero h1{font-size:1.65rem;line-height:1.3}.hero p{margin-bottom:2rem;font-size:.95rem}.hero-badge{padding:5px 14px;font-size:.78rem}.btn-primary,.btn-outline{text-align:center;box-sizing:border-box;width:100%;padding:12px 22px;font-size:.92rem}.hero-btns{flex-direction:column;align-items:center}.hero-stats{gap:1.25rem}.hero-stat h3{font-size:1.4rem}.hero-stat p{font-size:.78rem}.section{padding:50px 1rem}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.4rem}.section-header p{font-size:.92rem}.courses-grid,.natural-courses-grid{grid-template-columns:1fr}.course-banner{height:90px;font-size:2.2rem}.course-body{padding:1.1rem}.course-body h3{font-size:.98rem}.course-meta{gap:.6rem}.course-price{font-size:1rem}.about-visual{padding:1.5rem 1rem}.about-visual h3{font-size:1.1rem}.about-points{gap:1rem}.contact-card{padding:1.75rem 1.25rem}.footer{padding:2rem 1rem 1rem}.footer-links{gap:.75rem;font-size:.82rem}.footer>p{font-size:.8rem}.courses-category-title{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (width<=400px){.hero h1{font-size:1.45rem}.nav-logo-img{height:32px}.course-badge{font-size:.72rem}.btn-enroll{padding:8px 14px;font-size:.82rem}.contact-card{padding:1.5rem 1rem}}
