*{margin:0;padding:0;box-sizing:border-box;line-height:22px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#333;border-radius:6px}::-webkit-scrollbar-track{background-color:#fff;border-radius:6px}::-webkit-scrollbar-thumb:hover{background-color:#000}.navbar{background-color:#fff;color:#000;position:relative;box-shadow:0 4px 4px #bfbfbf}.navbar-logo-container{display:flex}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:10px}.navbar-logo{color:#000;width:50px;height:50px;-webkit-user-select:none;user-select:none}p.logo-text{font-size:30px;margin:2px 12px -10px 20px;font-weight:700;color:#000;-webkit-user-select:none;user-select:none}.navbar-links{list-style:none;display:flex;align-items:center;justify-content:space-around;margin:0;padding:0}.navbar-link{text-decoration:none;font-weight:700;color:#000;margin:5px;font-size:16px;transition:background-color .3s ease}.navbar-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;cursor:pointer}.navbar-toggle-icon{display:block;width:30px;height:4px;background-color:#333;border-radius:4px;transition:all .3s ease}.navbar-toggle-icon.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-toggle-icon.open:nth-child(2){opacity:0}.navbar-toggle-icon.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar-container ul li{margin:10px}@media (max-width: 720px){.navbar-links{display:flex;flex-direction:column;width:100%;background-color:#fff;position:absolute;top:60px;left:0;padding:20px;transform:translate(100%);transition:transform .3s ease-in-out}.navbar-links.active{transform:translate(0);display:flex;margin-top:10px}.navbar-toggle{display:flex}.navbar-links{display:none}}@media (min-width: 720px){.navbar-toggle{display:none}.navbar-links{display:flex;justify-content:space-around}}.cta-btn{background-color:#ff4081;color:#fff;padding:15px 30px;text-decoration:none;border-radius:50px;font-weight:700;transition:background-color .3s ease}.cta-btn:hover{background-color:#e82c6a}.languages{padding:60px 20px;text-align:center}.languages h2{font-size:2.5rem;margin-bottom:40px}.language-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.card{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 10px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-10px);box-shadow:0 6px 20px #0000001a}.card img{width:50px;height:50px;margin-bottom:20px}.card h3{font-size:1.6rem;margin-bottom:10px;color:#001eff}.card p{font-size:1rem;margin-bottom:20px;color:#000}.card-btn{background-color:#07f;color:#fff;padding:10px 20px;text-decoration:none;border-radius:50px;font-weight:700;transition:background-color .3s ease}.card-btn:hover{background-color:#000}.content-container{max-width:900px;margin:0 auto}.content{padding:5px}.content h1{color:#0af;text-align:center}.content ul{margin-left:10px}.program-container{max-width:1200px;font-family:Courier New,Courier,monospace;margin:0 auto;padding:10px}.program-container h1{font-size:20px;color:#59ff0c}p{font-size:1rem;color:#000;line-height:1.6}.program-explanation{padding:10px;margin-left:10px;background-color:#8686861f;border-radius:5px}.program-explanation h1,.program-explanation h2,.program-explanation h3{color:#001eff}.program-explanation p{color:#000;margin-top:10px}.cc-header{position:sticky;top:0;z-index:1000;width:100%;background-color:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.8);box-shadow:0 4px 6px -1px #0000000d}.cc-nav-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:4.5rem;display:flex;align-items:center;justify-content:space-between}.cc-nav-right{display:flex;align-items:center;gap:1.5rem}.cc-search-btn{background:none;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;padding:.5rem;transition:color .2s}.cc-search-btn:hover{color:#0f172a}.cc-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:800;letter-spacing:-.04em;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:none;transition:transform .2s cubic-bezier(.4,0,.2,1)}.cc-logo:hover{transform:scale(1.02)}.cc-logo img{height:32px;width:auto;margin-right:10px;display:block}.cc-desktop-nav{display:none}@media (min-width: 1024px){.cc-desktop-nav{display:flex;align-items:center;gap:2.5rem;height:100%}}.cc-nav-item{position:relative;height:100%;display:flex;align-items:center}.cc-nav-link{display:flex;align-items:center;gap:.25rem;font-size:.95rem;font-weight:600;color:#475569;cursor:pointer;transition:color .2s ease;padding:.5rem 0}.cc-nav-item:hover .cc-nav-link{color:#3b82f6}.cc-nav-item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#a855f7,#3b82f6);opacity:0;transform:scaleX(0);transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:3px 3px 0 0}.cc-nav-item:hover:after{opacity:1;transform:scaleX(1)}.cc-chevron{width:1rem;height:1rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.cc-nav-item:hover .cc-chevron{transform:rotate(180deg)}.cc-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(15px);background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #f1f5f9;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:1rem;min-width:240px;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:.25rem}.cc-nav-item:hover .cc-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.cc-nav-item:first-child .cc-dropdown{left:0;transform:translateY(15px)}.cc-nav-item:first-child:hover .cc-dropdown{transform:translateY(0)}.cc-nav-item:last-child .cc-dropdown{left:auto;right:0;transform:translateY(15px)}.cc-nav-item:last-child:hover .cc-dropdown{transform:translateY(0)}.cc-dropdown a{display:block;padding:.6rem 1rem;font-size:.9rem;font-weight:500;color:#475569;text-decoration:none;border-radius:.5rem;transition:all .2s ease}.cc-dropdown a:hover{background-color:#f8fafc;color:#3b82f6;transform:translate(4px)}.cc-dropdown.cc-mega{display:grid;grid-template-columns:repeat(2,1fr);min-width:500px;gap:.5rem}.cc-hamburger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:1002}@media (min-width: 1024px){.cc-hamburger{display:none}}.cc-hamburger span{display:block;height:2px;width:100%;background-color:#0f172a;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.cc-hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.cc-hamburger.active span:nth-child(2){opacity:0}.cc-hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.cc-mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fffffffa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:1001;padding-top:5rem;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:none}.cc-mobile-overlay.active{transform:translate(0);display:contents}.mobile-wrapper{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.mobile-group{border-bottom:1px solid #f1f5f9;padding-bottom:1rem}.mobile-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;font-size:1.15rem;font-weight:700;color:#0f172a;padding:.5rem 0;cursor:pointer}.cc-arrow{width:1.25rem;height:1.25rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-group.open .cc-arrow{transform:rotate(180deg);color:#3b82f6}.mobile-content{display:none;flex-direction:column;gap:.75rem;padding-top:1rem;padding-left:.5rem}.mobile-group.open .mobile-content{display:flex}.mobile-content a{font-size:1rem;font-weight:500;color:#64748b;text-decoration:none;padding:.25rem 0;transition:color .2s ease}.mobile-content a:hover{color:#3b82f6}.cc-footer{background-color:#f3f4f6;border-top:1px solid #e5e7eb;padding:80px 1.5rem 40px;font-family:Inter,sans-serif}.cc-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:4rem}.footer-logo{font-size:1.5rem;font-weight:800;color:#111;margin-bottom:1.5rem;letter-spacing:-.02em}.cc-footer-brand p{font-size:.95rem;line-height:1.6;color:#666;margin-bottom:2rem;max-width:320px}.brand-socials{display:flex;gap:1rem}.brand-socials button{width:36px;height:36px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#666;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.brand-socials button:hover{background-color:#0050d5;color:#fff;border-color:#0050d5}.cc-footer-col h4{font-size:.9rem;font-weight:700;color:#111;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.cc-footer-col ul{list-style:none;padding:0;margin:0}.cc-footer-col ul li{margin-bottom:.75rem}.cc-footer-col ul li a{text-decoration:none;font-size:.9rem;color:#666;transition:color .2s}.cc-footer-col ul li a:hover{color:#0050d5}.cc-footer-bottom{border-top:1px solid #e5e7eb;margin-top:5rem;padding-top:2rem}.footer-bottom-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#666}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{text-decoration:none;color:#666;transition:color .2s}.footer-bottom-links a:hover{color:#0050d5}@media (max-width: 1200px){.cc-footer-container{grid-template-columns:repeat(3,1fr);gap:3rem}.cc-footer-brand{grid-column:span 3;margin-bottom:2rem}}@media (max-width: 768px){.cc-footer-container{grid-template-columns:repeat(2,1fr)}.cc-footer-brand{grid-column:span 2}.footer-bottom-container{flex-direction:column;gap:1.5rem;text-align:center}.footer-bottom-links{gap:1.5rem}}@media (max-width: 480px){.cc-footer-container{grid-template-columns:1fr}.cc-footer-brand{grid-column:span 1}}.hero-modern{position:relative;padding:8rem 2rem 6rem;background-color:#fcfcfc;display:flex;justify-content:center;align-items:center;min-height:90vh}.hero-modern-container{position:relative;max-width:1200px;width:100%;display:flex;align-items:center;gap:4rem;z-index:10}.hero-modern-content{flex:1.2}.hero-tag{display:inline-block;color:#0050d5;font-weight:700;font-size:.8rem;letter-spacing:.1em;margin-bottom:1.5rem;font-family:inherit}.hero-modern-content h1{font-size:4.5rem;line-height:1.05;color:#111;font-weight:800;margin-bottom:2rem;letter-spacing:-.02em}.text-glow{color:#0050d5;background:none;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial}.hero-modern-content p{font-size:1.25rem;color:#444;margin-bottom:3rem;line-height:1.6;max-width:580px}.hero-modern-btns{display:flex;gap:1.5rem}.btn-glow-primary{background-color:#0050d5;color:#fff;border:none;padding:1rem 2rem;border-radius:.5rem;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 10px 20px -5px #0050d54d}.btn-glow-primary:hover{background-color:#0041ac;transform:translateY(-2px);box-shadow:0 15px 25px -5px #0050d566}.btn-ghost{background-color:transparent;color:#444;border:1px solid #e5e7eb;padding:1rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-ghost:hover{background-color:#f9fafb;border-color:#d1d5db;transform:translateY(-2px)}.hero-modern-visual{flex:1;display:flex;justify-content:center;perspective:1000px}.glass-code-card{width:100%;max-width:540px;background:#1e1e1e;border-radius:.75rem;overflow:hidden;box-shadow:0 30px 60px -12px #00000040;display:flex;flex-direction:column}.glass-card-header{background:#2d2d2d;padding:.75rem 1rem;display:flex;align-items:center;gap:1.5rem}.traffic-lights{display:flex;gap:6px}.traffic-lights span{width:10px;height:10px;border-radius:50%;background:#ff5f56}.traffic-lights span:nth-child(2){background:#ffbd2e}.traffic-lights span:nth-child(3){background:#27c93f}.tab-title{color:#999;font-family:inherit;font-size:.75rem;font-weight:500}.glass-card-body{padding:2rem;display:flex;gap:1.5rem;background:#1e1e1e;min-height:240px}.line-numbers{display:flex;flex-direction:column;color:#555;font-family:Fira Code,monospace;font-size:.9rem;text-align:right;-webkit-user-select:none;user-select:none}.typing-code{margin:0;font-family:Fira Code,monospace;font-size:.9rem;line-height:1.6;color:#d4d4d4;white-space:pre-wrap}.c-keyword{color:#569cd6}.c-func{color:#dcdcaa}.c-string{color:#ce9178}.cursor-blink{display:inline-block;width:2px;height:1em;background-color:#0050d5;margin-left:2px;animation:blink 1s step-end infinite;vertical-align:middle}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.card-footer{background:#252526;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #333;color:#999;font-size:.75rem}.copy-btn{background:none;border:none;color:#999;display:flex;align-items:center;gap:.4rem;cursor:pointer;padding:.2rem .5rem;border-radius:.25rem;transition:background .2s}.copy-btn:hover{background:#333;color:#fff}@media (max-width: 1024px){.hero-modern-container{flex-direction:column;text-align:center;gap:4rem}.hero-modern-content{flex:none;max-width:800px}.hero-modern-content h1{font-size:3.5rem}.hero-modern-content p{margin:0 auto 3rem}.hero-modern-btns{justify-content:center}.hero-modern-visual{width:100%}}@media (max-width: 640px){.hero-modern{padding:6rem 1.5rem 4rem}.hero-modern-content h1{font-size:2.75rem}.hero-modern-content p{font-size:1.1rem}.hero-modern-btns{flex-direction:column;gap:1rem}.btn-glow-primary,.btn-ghost{width:100%;justify-content:center}.glass-card-body{padding:1.25rem;gap:1rem}}.modern-home.white-theme{background-color:#fff;color:#111;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;overflow-x:hidden}.languages-section{max-width:1200px;margin:0 auto;padding:6rem 1.5rem}.section-header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;gap:2rem}.section-title-group h2{font-size:2.5rem;font-weight:800;color:#111;margin-bottom:.75rem;letter-spacing:-.02em}.section-title-group p{font-size:1.1rem;color:#666;max-width:600px;line-height:1.5}.explore-all-link{color:#0050d5;font-weight:700;text-decoration:none;font-size:1rem;display:flex;align-items:center;gap:.5rem;white-space:nowrap;padding-bottom:.5rem}.explore-all-link:hover .arrow{transform:translate(4px)}.explore-all-link .arrow{transition:transform .2s}.language-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.language-card{background:#fff;border:1px solid #f3f4f6;padding:2.5rem 2rem;border-radius:1rem;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:0 4px 20px #00000008}.language-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014;border-color:#e5e7eb}.lang-icon-box{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.lang-icon-box img{width:24px;height:24px;object-fit:contain}.html-bg{background-color:#fff4f0}.css-bg{background-color:#f0f7ff}.js-bg{background-color:#fdfbe7}.php-bg{background-color:#f5f3ff}.java-bg{background-color:#fff1f2}.python-bg{background-color:#f0f9ff}.c-bg{background-color:#f3f4f6}.cpp-bg{background-color:#f0f7ff}.language-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#111}.language-card p{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:2rem;flex-grow:1}.card-explore-link{text-align:center;color:#0050d5;font-weight:700;text-decoration:none;font-size:.95rem;padding:.5rem;transition:opacity .2s}.card-explore-link:hover{opacity:.8}.features-section{background-color:#f9f9f9;padding:8rem 1.5rem}.features-header{text-align:center;max-width:800px;margin:0 auto 5rem}.features-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#111}.features-header p{font-size:1.15rem;color:#666;line-height:1.6}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.feature-item{text-align:center;display:flex;flex-direction:column;align-items:center}.feature-icon{width:64px;height:64px;background-color:#f0f7ff;color:#0050d5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.feature-item h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#111}.feature-item p{font-size:1rem;color:#666;line-height:1.6}@media (max-width: 1024px){.section-header-row{flex-direction:column;align-items:flex-start;gap:1.5rem}.language-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 640px){.section-title-group h2{font-size:2rem}.language-grid{grid-template-columns:1fr}.language-card{padding:2rem 1.5rem}.features-section{padding:5rem 1.5rem}.features-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:3rem}}.about-container{max-width:1000px;margin:0 auto;padding:6rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#111;background-color:#fff}.about-header{text-align:center;margin-bottom:5rem}.about-header h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.03em;color:#111}.text-gradient{background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.about-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.7}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:6rem}.about-card{background:#fff;border:1px solid #f1f5f9;padding:3rem 2rem;border-radius:1rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.about-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#e2e8f0}.card-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block;background:#f0f7ff;width:80px;height:80px;line-height:80px;border-radius:50%;color:#0050d5}.about-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.about-card p{font-size:1rem;color:#64748b;line-height:1.6}.about-story{max-width:800px;margin:0 auto;text-align:left;background:#f8fafc;padding:4rem;border-radius:1.5rem;border:1px solid #f1f5f9}.about-story h2{font-size:2.5rem;font-weight:800;margin-bottom:2rem;color:#0f172a;letter-spacing:-.02em}.about-story p{font-size:1.15rem;color:#334155;line-height:1.8;margin-bottom:1.5rem}.about-story p:last-child{margin-bottom:0}@media (max-width: 900px){.about-grid{grid-template-columns:1fr}.about-header h1{font-size:2.5rem}.about-story{padding:2.5rem 1.5rem}}.contact-wrapper{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;font-family:Inter,sans-serif}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h1{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.contact-header p{font-size:1.2rem;color:#64748b}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#f8fafc;padding:2rem;border-radius:1rem;border:1px solid #e2e8f0;transition:transform .2s}.info-card:hover{transform:translateY(-2px);border-color:#cbd5e1}.info-icon{width:3rem;height:3rem;background:#eff6ff;color:#2563eb;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.info-card h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.info-card p,.info-card a{color:#64748b;text-decoration:none;font-size:1rem}.contact-form-container{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #0000001a;border:1px solid #e2e8f0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:#334155;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #cbd5e1;font-size:1rem;transition:all .2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.submit-btn{width:100%;padding:1rem;background:#2563eb;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover{background:#1d4ed8}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.legal-container{max-width:900px;margin:0 auto;padding:4rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#334155;line-height:1.8}.legal-header{text-align:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.legal-header h1{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-.02em}.legal-date{color:#64748b;font-size:.95rem}.legal-content section{margin-bottom:3rem}.legal-content h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1rem;letter-spacing:-.01em}.legal-content p{margin-bottom:1.5rem;font-size:1.05rem}.legal-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem;list-style-type:disc}.legal-content a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s}.legal-content a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width: 768px){.legal-header h1{font-size:2.25rem}.legal-container{padding:3rem 1.5rem}}.search-page{padding:6rem 1.5rem;min-height:100vh;background-color:#fafafa}.search-container{max-width:1200px;margin:0 auto}.search-header{text-align:center;margin-bottom:5rem}.search-header h1{font-size:3rem;font-weight:800;color:#111;margin-bottom:2rem;letter-spacing:-.02em}.search-bar-expand{display:flex;align-items:center;max-width:700px;margin:0 auto 2rem;background:#fff;padding:1.25rem 2rem;border-radius:100px;box-shadow:0 10px 40px #0000000d;border:1px solid #f1f5f9;transition:all .3s ease}.search-bar-expand:focus-within{box-shadow:0 15px 50px #0050d51a;border-color:#0050d5;transform:translateY(-2px)}.search-bar-expand svg{color:#0050d5;margin-right:1.5rem}.search-bar-expand input{flex:1;border:none;font-size:1.25rem;font-weight:500;outline:none;color:#111;background:transparent}.search-stats{font-size:1.1rem;color:#666}.search-stats .highlight{color:#111;font-weight:700}.search-main{display:flex;flex-direction:column;gap:4rem}.search-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.search-card{background:#fff;border:1px solid #f3f4f6;padding:2rem;border-radius:1.25rem;text-decoration:none;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:0 4px 15px #00000005}.search-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014;border-color:#e5e7eb}.card-category{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#0050d5;letter-spacing:.05em;margin-bottom:1rem}.search-card h3{font-size:1.25rem;font-weight:700;color:#111;margin-bottom:1rem}.search-card p{font-size:.95rem;color:#666;line-height:1.5;margin-bottom:2rem;flex-grow:1}.card-footer-link{font-weight:700;color:#111;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.card-footer-link .arrow{transition:transform .2s}.search-card:hover .card-footer-link .arrow{transform:translate(4px)}.search-no-results,.search-initial{text-align:center;padding:5rem 1rem}.no-results-icon{font-size:4rem;margin-bottom:2rem}.search-no-results h2,.search-initial h2{font-size:2rem;font-weight:800}.search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;gap:1.5rem}.loader{width:48px;height:48px;border:5px solid #f3f3f3;border-bottom-color:#0050d5;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem}.page-btn{background:#fff;border:1px solid #e5e7eb;padding:.75rem 1.25rem;border-radius:.75rem;font-weight:600;color:#444;cursor:pointer;transition:all .2s}.page-btn:hover:not(:disabled){background:#f9fafb;border-color:#0050d5;color:#0050d5}.page-btn.active{background:#0050d5;color:#fff;border-color:#0050d5}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-numbers{display:flex;gap:.75rem}@media (max-width: 1024px){.search-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.search-grid{grid-template-columns:1fr}.search-header h1{font-size:2.25rem}.search-bar-expand{padding:1rem 1.5rem}.pagination{flex-direction:column;gap:1rem}}
