@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#6366f1;--primary-color-alpha:rgba(99,102,241,.1);--secondary-color:#8b5cf6;--secondary-color-alpha:rgba(139,92,246,.1);--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#64748b;--border-color:#e2e8f0;--success-color:#10b981;--success-color-alpha:rgba(16,185,129,.1);--error-color:#ef4444;--warning-color:#f59e0b}[data-theme=dark]{--primary-color:#818cf8;--primary-color-alpha:rgba(129,140,248,.15);--secondary-color:#a78bfa;--secondary-color-alpha:rgba(167,139,250,.15);--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f8fafc;--text-secondary:#94a3b8;--border-color:#334155;--success-color:#34d399;--success-color-alpha:rgba(52,211,153,.15)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:10px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.btn-primary:hover{background:transparent;color:var(--primary-color)}.btn-outline{background:transparent;border-color:var(--border-color);color:var(--text-primary)}.btn-outline:hover{border-color:var(--primary-color);color:var(--primary-color)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-color)}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.btn-danger{background:var(--error-color);color:#fff;border-color:var(--error-color)}.btn-danger:hover{background:transparent;color:var(--error-color)}.gradient-text{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::selection{background:var(--primary-color);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.container{max-width:1280px;margin:0 auto;padding:0 2rem}section{scroll-margin-top:80px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease forwards}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}ol,ul{list-style:none}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}.spinner{width:20px;height:20px;border:2px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-tag{display:inline-block;padding:.5rem 1rem;background:var(--primary-color-alpha);color:var(--primary-color);font-size:.85rem;font-weight:600;border-radius:50px;margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:1rem}.section-description{font-size:1.1rem;color:var(--text-secondary);line-height:1.7}.page-header{background:var(--bg-secondary);padding:8rem 2rem 4rem;text-align:center}.page-header-content{max-width:700px;margin:0 auto}.page-tag{display:inline-block;padding:.5rem 1rem;background:var(--primary-color-alpha);color:var(--primary-color);font-size:.85rem;font-weight:600;border-radius:50px;margin-bottom:1rem}.page-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:1.5rem}.page-description{font-size:1.1rem;color:var(--text-secondary);line-height:1.7}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:50px}.badge-success{background:var(--success-color-alpha);color:var(--success-color)}.badge-danger{background:rgba(239,68,68,.1);color:var(--error-color)}.badge-warning{background:rgba(245,158,11,.1);color:var(--warning-color)}.badge-info{background:var(--primary-color-alpha);color:var(--primary-color)}.form-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid var(--border-color);border-radius:10px;background:var(--bg-primary);color:var(--text-primary);transition:all .3s ease}.form-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px var(--primary-color-alpha)}.form-label{display:block;font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.card{background:var(--bg-secondary);border-radius:16px;border:1px solid var(--border-color);overflow:hidden}.btn-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:none;background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.btn-icon:hover{background:var(--primary-color-alpha);color:var(--primary-color)}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:4rem 0 0}.footer-container{max-width:1280px;margin:0 auto;padding:0 2rem}.footer-main{display:grid;grid-template-columns:1.5fr 2fr;grid-gap:4rem;gap:4rem;padding-bottom:3rem;border-bottom:1px solid var(--border-color)}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-size:1.5rem;font-weight:700}.footer-description{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin:0;max-width:300px}.footer-social{display:flex;gap:.75rem}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:10px;color:var(--text-secondary);transition:all .3s ease}.footer-social a:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.footer-column h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 1.25rem}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-column a{font-size:.9rem;color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:var(--primary-color)}.footer-newsletter{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--border-color)}.newsletter-content h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.newsletter-content p{font-size:.9rem;color:var(--text-secondary);margin:0}.newsletter-form{display:flex;gap:.75rem}.newsletter-form input{padding:.875rem 1.25rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:10px;font-size:.95rem;color:var(--text-primary);min-width:280px;transition:all .3s ease}.newsletter-form input::placeholder{color:var(--text-secondary)}.newsletter-form input:focus{outline:none;border-color:var(--primary-color)}.newsletter-form button:disabled,.newsletter-form input:disabled{opacity:.7;cursor:not-allowed}.newsletter-success{color:var(--success-color,#10b981)}.newsletter-error,.newsletter-success{font-size:.875rem;margin:.5rem 0 0;text-align:right}.newsletter-error{color:#ef4444}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.footer-bottom p{font-size:.875rem;color:var(--text-secondary);margin:0}@media (max-width:992px){.footer-main{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-newsletter{flex-direction:column;text-align:center}.newsletter-form{flex-direction:column;width:100%;max-width:400px}.newsletter-form input{min-width:auto;width:100%}}@media (max-width:576px){.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--bg-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);transition:all .3s ease}.navbar-container{max-width:1280px;margin:0 auto;padding:1rem 2rem;justify-content:space-between}.navbar-container,.navbar-logo{display:flex;align-items:center}.navbar-logo{gap:.5rem;text-decoration:none;font-size:1.5rem;font-weight:700}.logo-icon{font-size:1.75rem}.logo-text{color:var(--text-primary)}.logo-accent{color:var(--primary-color)}.navbar-links,.navbar-menu{display:flex;align-items:center}.navbar-links{gap:2rem;list-style:none;margin:0;padding:0}.navbar-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.navbar-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.navbar-links a:hover{color:var(--primary-color)}.navbar-links a.active:after,.navbar-links a:hover:after{width:100%}.navbar-links a.active{color:var(--primary-color)}.navbar-actions{gap:1rem}.navbar-actions,.theme-toggle{display:flex;align-items:center}.theme-toggle{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:50%;width:40px;height:40px;justify-content:center;cursor:pointer;color:var(--text-primary);transition:all .3s ease}.theme-toggle:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.navbar-cta{padding:.75rem 1.5rem}.navbar-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.navbar-toggle span{width:25px;height:3px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.navbar-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:992px){.navbar-menu{position:fixed;top:70px;left:0;right:0;background:var(--bg-primary);padding:2rem;border-bottom:1px solid var(--border-color);transform:translateY(-150%);opacity:0;transition:all .3s ease}.navbar-menu.active{transform:translateY(0);opacity:1}.navbar-links{flex-direction:column;gap:1.5rem}.navbar-toggle{display:flex}.navbar-cta{display:none}}