:root{--bg: #ffffff;--bg-secondary: #fefcf5;--text: #0f172a;--muted: #475569;--primary: #f3d75a;--primary-600: #d4b84a;--primary-700: #b5993a;--ring: rgba(243,215,90,.35);--card: #ffffff;--border: #e5e7eb;--shadow-sm: 0 2px 8px rgba(0,0,0,.04);--shadow-md: 0 8px 24px rgba(0,0,0,.08);--shadow-lg: 0 20px 40px rgba(0,0,0,.12);--shadow-xl: 0 30px 60px rgba(0,0,0,.15)}*{box-sizing:border-box}html,body,#root{height:100%}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Heebo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(135deg,#fef9e7,#fff,#fef5d4);color:var(--text);line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1200px,92%);margin-inline:auto}h1,h2,h3{line-height:1.2;margin:0 0 .8rem;font-weight:800}h1{font-size:clamp(2.2rem,3vw + 1.5rem,3.8rem);letter-spacing:-.02em}h2{font-size:clamp(1.8rem,2vw + 1.2rem,2.8rem);letter-spacing:-.01em}h3{font-size:clamp(1.2rem,1.2vw + 1rem,1.5rem);font-weight:700}.gradient-text{background:linear-gradient(135deg,#f3d75a,#d4b84a,#b5993a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 6s ease infinite;background-size:200% 200%;position:relative;display:inline-block;padding-bottom:.1em}.gradient-text:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f3d75a,#d4b84a,#b5993a);border-radius:2px}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.4rem;border-radius:1rem;border:1px solid var(--border);background:var(--card);color:var(--text);font-weight:700;font-size:.95rem;box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.btn:hover:before{opacity:1}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn:active{transform:translateY(0)}.btn.primary{background:linear-gradient(135deg,#f3d75a,#d4b84a);color:#000;border-color:transparent;box-shadow:0 8px 24px #f3d75a4d;font-weight:800}.btn.primary:hover{box-shadow:0 12px 32px #f3d75a66;background:linear-gradient(135deg,#d4b84a,#b5993a)}.btn.primary.glow{animation:glow-pulse 2s ease-in-out infinite}@keyframes glow-pulse{0%,to{box-shadow:0 8px 24px #f3d75a4d}50%{box-shadow:0 12px 40px #f3d75a80}}.btn.primary.pulse{animation:pulse-scale 2s ease-in-out infinite}@keyframes pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.btn.secondary{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#0f172a;border:1px solid #cbd5e1}.btn.secondary:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.btn.xl{padding:1.1rem 1.8rem;font-size:1.05rem;border-radius:1.2rem}.section{padding:6rem 0;min-height:100vh;display:flex;align-items:center;position:relative}.section.alt{background:linear-gradient(180deg,#fefcf5,#fff)}.section-header{text-align:center;margin-bottom:3rem}.section-subtitle{color:var(--muted);font-size:1.15rem;margin-top:.5rem}.grid{display:grid;gap:1.5rem}.topbar{position:sticky;top:0;z-index:50;background:#ffffffd9;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(226,232,240,.6);box-shadow:0 1px 3px #0000000d;background:#0000004a}.topbar .bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.brand{font-weight:800;letter-spacing:-.01em;font-size:1.15rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;position:relative;padding:.2rem .6rem}.brand-icon{color:var(--primary)}.brand-logo{height:52px;width:auto;display:block;object-fit:contain;position:relative;z-index:1}.brand:after{content:"";position:absolute;inset:-14px -28px;background:radial-gradient(circle,rgba(243,215,90,.4) 0%,rgba(243,215,90,.18) 55%,transparent 85%);filter:blur(12px);opacity:.9;border-radius:999px;z-index:0;pointer-events:none}.nav{display:flex;align-items:center;gap:.8rem}.nav-link{padding:.6rem 1rem;border-radius:.8rem;color:var(--muted);font-weight:600;transition:all .2s ease}.nav-link:hover{background:#f3d75a1f;color:var(--primary)}.hero{position:relative;padding:8rem 0 6rem;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero-inner{display:grid;gap:2rem;align-items:center;position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f3d75a26,#d4b84a1a);border:1px solid rgba(243,215,90,.3);padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:700;color:#000;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-text .lead{color:var(--muted);margin:1rem 0 1.8rem;font-size:1.15rem;line-height:1.8}.hero-text .lead strong{color:#000;font-weight:800}.cta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.cta.vertical{flex-direction:column;align-items:stretch}.badges{display:flex;flex-wrap:wrap;gap:.8rem;padding:0;margin:2rem 0 0;list-style:none}.badges li{background:linear-gradient(135deg,#f3d75a26,#f3d75a14);color:#000;padding:.6rem 1rem;border-radius:.8rem;font-weight:700;font-size:.95rem;border:1px solid rgba(243,215,90,.3);display:flex;align-items:center;gap:.4rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #f3d75a33}.hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(243,215,90,.12) 0%,transparent 50%),radial-gradient(circle at 80% 30%,rgba(212,184,74,.15) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(181,153,58,.1) 0%,transparent 50%);animation:ambient-glow 8s ease-in-out infinite alternate}@keyframes ambient-glow{0%,to{opacity:.5}50%{opacity:1}}.hero-bg:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(243,215,90,.04) 50%,transparent 70%),linear-gradient(-45deg,transparent 30%,rgba(212,184,74,.04) 50%,transparent 70%);animation:shimmer 10s linear infinite}@keyframes shimmer{0%{transform:translate(-25%,-25%) rotate(0)}to{transform:translate(25%,25%) rotate(360deg)}}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px)}.orb-1{top:-10%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(243,215,90,.25),transparent 70%)}.orb-2{bottom:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(212,184,74,.2),transparent 70%)}.sparkle{position:absolute;width:4px;height:4px;background:radial-gradient(circle,#f3d75a 0%,#d4b84a 50%,transparent 70%);border-radius:50%;box-shadow:0 0 10px #f3d75acc,0 0 20px #d4b84a99,0 0 30px #b5993a66;pointer-events:none}.sparkle:before,.sparkle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(90deg,#f3d75a,#d4b84a);border-radius:50%}.sparkle:before{width:20px;height:2px;box-shadow:0 0 10px #f3d75acc}.sparkle:after{width:2px;height:20px;box-shadow:0 0 10px #d4b84acc}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:var(--primary);z-index:2;opacity:.6}.services-section{background:linear-gradient(180deg,#fff,#fefcf5)}.services{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{background:var(--card);border:1px solid var(--border);border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow-sm);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(243,215,90,.04),transparent);opacity:0;transition:opacity .4s ease}.card:hover:before{opacity:1}.card.service{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card.service:hover{border-color:#f3d75a66}.service-icon{width:64px;height:64px;border-radius:1.2rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;color:#fff;box-shadow:var(--shadow-md)}.bg-gradient-to-br{background:linear-gradient(135deg,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from: #3b82f6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))}.to-cyan-500{--tw-gradient-to: #06b6d4}.from-purple-500{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.to-pink-500{--tw-gradient-to: #ec4899}.from-green-500{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.to-emerald-500{--tw-gradient-to: #10b981}.from-orange-500{--tw-gradient-from: #f97316;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0))}.to-red-500{--tw-gradient-to: #ef4444}.from-yellow-500{--tw-gradient-from: #eab308;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0))}.to-amber-500{--tw-gradient-to: #f59e0b}.from-indigo-500{--tw-gradient-from: #6366f1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))}.card.service h3{margin-bottom:.8rem;color:var(--text)}.card.service p{color:var(--muted);margin:0;line-height:1.7}.why-section{background:linear-gradient(180deg,#fefcf5,#fef9e7,#fef5d4);position:relative}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.feature-card{background:#fff;border:1px solid var(--border);border-radius:1.2rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(243,215,90,.04),transparent);opacity:0;transition:opacity .3s ease}.feature-card:hover:before{opacity:1}.feature-card:hover{border-color:#f3d75a66;box-shadow:var(--shadow-md)}.feature-icon{flex-shrink:0;width:48px;height:48px;border-radius:.8rem;display:flex;align-items:center;justify-content:center;background:#f3d75a1f}.text-blue-500{color:#3b82f6}.text-purple-500{color:#a855f7}.text-yellow-500{color:#eab308}.text-green-500{color:#22c55e}.text-pink-500{color:#ec4899}.text-orange-500{color:#f97316}.feature-card p{margin:0;font-weight:600;flex:1}.check-icon{color:#22c55e;flex-shrink:0}.trust-badge{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid var(--primary);border-radius:1.5rem;padding:2rem;margin-top:3rem;display:flex;align-items:center;gap:1.5rem;box-shadow:var(--shadow-lg)}.trust-badge>svg{color:var(--primary);flex-shrink:0}.trust-badge h3{margin-bottom:.5rem;color:var(--text)}.trust-badge p{margin:0;color:var(--muted)}.areas-section{background:linear-gradient(135deg,#fef9e7,#fef5d4,#fef9e7);min-height:80vh}.areas-content{text-align:center;max-width:900px;margin:0 auto}.areas-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#f3d75a,#d4b84a);border-radius:1.5rem;color:#000;margin-bottom:1.5rem;box-shadow:var(--shadow-lg)}.areas-text{font-size:1.15rem;color:var(--muted);margin-bottom:2rem}.areas-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.area-tag{background:#fff;border:2px solid rgba(243,215,90,.3);color:#000;padding:.8rem 1.5rem;border-radius:999px;font-weight:700;font-size:1rem;box-shadow:var(--shadow-sm);transition:all .3s ease;cursor:pointer}.area-tag:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.contact{background:linear-gradient(135deg,#000,#1a1a1a,#000);color:#fff;position:relative;overflow:hidden;min-height:90vh}.contact:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(243,215,90,.08) 50%,transparent 70%);pointer-events:none}.contact:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.contact-inner{display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative;z-index:2}.contact-text h2{color:#fff;margin-bottom:1rem}.contact-text p{color:#ffffffe6;font-size:1.1rem;line-height:1.8}.contact-benefits{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.8rem}.contact-benefits li{display:flex;align-items:center;gap:.8rem;color:#fffffff2;font-weight:600}.contact-benefits svg{color:#22c55e;background:#fff;border-radius:50%;padding:2px}.footer{padding:3rem 0;background:linear-gradient(180deg,#0f172a,#1e293b);color:#ffffffb3;border-top:1px solid rgba(255,255,255,.1)}.footer-content{text-align:center}.footer-brand{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-bottom:1.5rem}.footer-brand svg{color:var(--primary)}.footer-brand p{color:#fffc;margin:0}.footer-copy{color:#ffffff80;margin:0;font-size:.9rem}.novatech-link{color:var(--primary);font-weight:700;transition:all .2s ease;text-decoration:underline;text-underline-offset:2px}.novatech-link:hover{color:#8b5cf6;text-decoration:none}.floating-cta{position:fixed;inset-inline-end:2rem;inset-block-end:2rem;background:linear-gradient(135deg,#f3d75a,#d4b84a);color:#000;padding:1.1rem 1.5rem;border-radius:999px;box-shadow:0 12px 32px #f3d75a66;font-weight:800;z-index:100;display:flex;align-items:center;gap:.6rem;transition:all .3s ease;animation:float-bounce 3s ease-in-out infinite}@keyframes float-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.floating-cta:hover{box-shadow:0 16px 48px #f3d75a80;background:linear-gradient(135deg,#d4b84a,#b5993a)}@media(max-width:768px){.section{min-height:auto;padding:4rem 0}.hero{min-height:90vh;padding:6rem 0 4rem}.nav .nav-link{display:none}.contact-inner{flex-direction:column;align-items:stretch;text-align:center}.trust-badge{flex-direction:column;text-align:center}.services{grid-template-columns:1fr}.floating-cta{inset-inline-end:1rem;inset-block-end:1rem;font-size:.9rem;padding:.9rem 1.2rem}.nav .btn.primary{display:none}}:where(a,button,[tabindex="0"]){outline:none}:where(a,button,[tabindex="0"]):focus-visible{box-shadow:0 0 0 4px var(--ring);border-radius:1rem}#root{min-height:100%}.site{display:flex;flex-direction:column;min-height:100%}main{flex:1}.video-carousel-section{padding:8rem 0;background:linear-gradient(135deg,#fef9e7,#fef5d4,#fef9e7);position:relative;overflow:hidden}.video-carousel-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(243,215,90,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(212,184,74,.1) 0%,transparent 50%);pointer-events:none}.video-carousel-section .section-header{position:relative;z-index:2;margin-bottom:4rem}.video-carousel-section h2{color:#0f172a;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.video-carousel-section .section-subtitle{color:#0f172ab3;font-size:1.25rem}.carousel-container{position:relative;height:600px;display:flex;align-items:center;justify-content:center;perspective:2000px;margin-bottom:3rem}.carousel-track{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-item{position:absolute;width:700px;height:400px;display:flex;align-items:center;justify-content:center;pointer-events:none}.carousel-item-center{z-index:3;pointer-events:auto}.carousel-item-left{right:60%;z-index:1;filter:blur(2px)}.carousel-item-right{left:60%;z-index:1;filter:blur(2px)}.video-wrapper{position:relative;width:100%;height:100%;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a;transition:all .3s ease}.carousel-item-center .video-wrapper{box-shadow:0 35px 70px -15px #000000b3,0 0 0 1px #ffffff26,0 0 100px #f3d75a4d}.carousel-item-center .video-wrapper:hover{box-shadow:0 40px 80px -15px #000c,0 0 0 1px #fff3,0 0 120px #f3d75a66;transform:scale(1.02)}.carousel-video{width:100%;height:100%;object-fit:cover;display:block;background:#000}.video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000 45%,#f3d75a26);display:flex;flex-direction:column;justify-content:flex-end;gap:.75rem;padding:1.5rem 1.5rem 1.25rem;pointer-events:none}.volume-toggle{background:#0f172ab3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(243,215,90,.4);border-radius:18px;width:56px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#f3d75a;box-shadow:0 10px 25px #00000073;pointer-events:auto}.volume-wrapper{display:flex;justify-content:flex-end}.volume-toggle:hover{background:#f3d75ad9;border-color:#f3d75ae6;color:#000;box-shadow:0 15px 35px #f3d75a80;transform:translateY(-2px)}.volume-icon{color:#fff;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5));animation:pulse-volume 2s ease-in-out infinite;width:24px;height:24px}@keyframes pulse-volume{0%,to{opacity:.9}50%{height:24px}}.progress-row{display:flex;align-items:center;gap:.75rem;width:100%;pointer-events:auto}.timecode{color:#ffffffd9;font-size:.9rem;font-weight:600;min-width:48px;text-align:center}.progress-slider{flex:1;appearance:none;-webkit-appearance:none;height:6px;border-radius:999px;background:#ffffff40;outline:none;cursor:pointer;transition:background .3s ease;box-shadow:inset 0 2px 6px #0000004d}.progress-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#f3d75a;border:2px solid #fff;box-shadow:0 4px 12px #f3d75a80;transition:transform .2s ease}.progress-slider:active::-webkit-slider-thumb{transform:scale(1.1)}.progress-slider::-moz-range-track{height:6px;border-radius:999px;background:transparent}.progress-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#f3d75a;border:2px solid #fff;box-shadow:0 4px 12px #f3d75a80}.video-overlay-side{position:absolute;inset:0;background:#0006;pointer-events:none}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:64px;height:64px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 8px 32px #0000004d}.carousel-arrow:hover{background:#f3d75a4d;border-color:#f3d75a80;box-shadow:0 12px 40px #f3d75a66}.carousel-arrow:active{transform:translateY(-50%) scale(.95)}.carousel-arrow-right{right:2rem}.carousel-arrow-left{left:2rem}.carousel-indicators{display:flex;gap:12px;justify-content:center;align-items:center;position:relative;z-index:2}.indicator{width:12px;height:12px;border-radius:50%;background:#f3d75a59;border:none;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:#f3d75a99;transform:scale(1.2)}.indicator.active{width:40px;border-radius:6px;background:linear-gradient(135deg,#f3d75a,#d4b84a);box-shadow:0 6px 16px #f3d75a73}@media(max-width:1200px){.carousel-item{width:600px;height:350px}.carousel-item-left{right:55%}.carousel-item-right{left:55%}}@media(max-width:992px){.video-carousel-section{padding:6rem 0}.carousel-container{height:500px}.carousel-item{width:500px;height:300px}.carousel-item-left,.carousel-item-right{display:none}.carousel-arrow{width:56px;height:56px}.carousel-arrow-right{right:1rem}.carousel-arrow-left{left:1rem}.video-carousel-section h2{font-size:2rem}}@media(max-width:768px){.video-carousel-section{padding:4rem 0}.carousel-container{height:400px}.carousel-item{width:90%;max-width:400px;height:250px}.carousel-arrow{width:48px;height:48px}.video-carousel-section h2{font-size:1.75rem}.video-carousel-section .section-subtitle{font-size:1rem}}@media(max-width:480px){.carousel-container{height:300px}.carousel-item{height:200px}.carousel-arrow{width:40px;height:40px}.carousel-arrow svg{width:24px;height:24px}.play-icon{width:36px;height:36px}}.language-switcher{position:relative;z-index:100}.language-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:1rem}.language-button:hover{background:#ffffff26;border-color:#ffffff4d}.current-lang{font-size:1.25rem;line-height:1}.language-backdrop{position:fixed;inset:0;z-index:99}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;overflow:hidden;min-width:160px;z-index:100}[dir=rtl] .language-dropdown{right:auto;left:0}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;transition:all .2s ease;font-size:.95rem;color:#1e293b;position:relative}.language-option:not(:last-child){border-bottom:1px solid rgba(0,0,0,.05)}.language-option.active{background:#0ea5e90d;color:#0ea5e9;font-weight:600}.lang-flag{font-size:1.25rem;line-height:1}.lang-name{flex:1;text-align:left}[dir=rtl] .lang-name{text-align:right}.check-mark{color:#0ea5e9;font-weight:700;font-size:1rem}@media(max-width:768px){.language-button{padding:.4rem .6rem}.language-dropdown{min-width:140px}.language-option{padding:.6rem .85rem;font-size:.9rem}}.accessibility-toggle{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#f3d75a,#d4b84a);color:#000;border:2px solid rgba(0,0,0,.1);box-shadow:0 4px 16px #f3d75a66;cursor:pointer;z-index:999;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.accessibility-toggle:hover{transform:scale(1.05);box-shadow:0 6px 24px #f3d75a80}.accessibility-icon{width:24px;height:24px}.accessibility-backdrop{position:fixed;inset:0;background:#00000080;z-index:998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.accessibility-panel{position:fixed;top:0;right:0;height:100vh;width:min(400px,90vw);background:#fff;box-shadow:-4px 0 24px #0003;z-index:999;overflow-y:auto;display:flex;flex-direction:column}.accessibility-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:linear-gradient(135deg,#f3d75a,#d4b84a);border-bottom:2px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:10}.accessibility-header h3{margin:0;color:#000;font-size:1.25rem;font-weight:800}.close-btn{background:transparent;border:none;cursor:pointer;color:#000;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s ease}.close-btn:hover{background:#0000001a}.accessibility-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.control-group{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.control-label{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#000;font-size:.95rem}.control-label svg{color:#f3d75a}.control-buttons{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#f8fafc;padding:.75rem;border-radius:.75rem;border:1px solid #e5e7eb}.control-buttons button{width:32px;height:32px;border-radius:.5rem;background:linear-gradient(135deg,#f3d75a,#d4b84a);color:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.control-buttons button:hover{transform:scale(1.05);box-shadow:0 2px 8px #f3d75a4d}.control-value{font-weight:700;color:#000;min-width:60px;text-align:center}.contrast-options,.toggle-buttons{display:flex;gap:.5rem}.contrast-options button,.toggle-buttons button{flex:1;padding:.75rem;border-radius:.75rem;background:#f8fafc;border:2px solid #e5e7eb;color:#475569;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;font-size:.9rem}.contrast-options button:hover,.toggle-buttons button:hover{background:#e2e8f0;border-color:#cbd5e1}.contrast-options button.active,.toggle-buttons button.active{background:linear-gradient(135deg,#f3d75a,#d4b84a);border-color:#f3d75a;color:#000}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border-radius:.75rem;background:#f8fafc;border:1px solid #e5e7eb;transition:all .2s ease}.checkbox-label:hover{background:#e2e8f0}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#f3d75a}.checkbox-label span{font-weight:600;color:#000}.reset-button{width:100%;padding:1rem;border-radius:.75rem;background:linear-gradient(135deg,#000,#1a1a1a);color:#f3d75a;border:none;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;font-size:1rem}.reset-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.accessibility-info{background:linear-gradient(135deg,#fef9e7,#fef5d4);border:2px solid #f3d75a;border-radius:.75rem;padding:1rem;margin-top:.5rem}.accessibility-info p{margin:0 0 .5rem;color:#000;font-size:.9rem;line-height:1.6}.accessibility-info p:last-child{margin-bottom:0;font-size:.85rem;color:#333}html.large-cursor,html.large-cursor *{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="black" stroke="white" stroke-width="2" d="M8 2 L8 24 L14 18 L18 28 L22 26 L18 16 L26 16 Z"/></svg>') 8 8,auto!important}html.underline-links a{text-decoration:underline!important;text-underline-offset:3px!important}html.highlight-links a{background:#f3d75a33!important;padding:0 4px!important;border-radius:3px!important}html.hide-images img,html.hide-images video{opacity:.1!important}html.readable-font *{font-family:Arial,sans-serif!important}html.high-contrast{filter:contrast(1.5)}html.dark-mode{filter:invert(1) hue-rotate(180deg)}html.dark-mode img,html.dark-mode video{filter:invert(1) hue-rotate(180deg)}html.inverted{filter:invert(1)}@media(max-width:768px){.accessibility-toggle{width:44px;height:44px;bottom:1.5rem;right:1rem}.accessibility-panel{width:100vw}}
