:root{--primary-color:#0c1e3e;--primary-light:#183362;--primary-dark:#061024;--accent-color:#e65c00;--accent-hover:#f72;--secondary-color:#09c;--bg-color:#f8fafc;--surface-color:#fff;--text-main:#1f2937;--text-muted:#6b7280;--border-color:#e5e7eb;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-lg:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-display:"Outfit", system-ui, -apple-system, sans-serif;--max-width:1200px;--nav-height:80px;--radius-md:12px;--radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-color);scroll-behavior:smooth;line-height:1.6}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(circle at 15%,#0099cc0f,#0000 25%),radial-gradient(circle at 85% 30%,#e65c000a,#0000 25%);background-attachment:fixed}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--primary-color);line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3rem);font-weight:700}h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:700}h4{font-size:1.25rem;font-weight:600}p{color:var(--text-muted);margin-bottom:1rem;font-size:1.125rem}a{color:var(--accent-color);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-light{background-color:var(--surface-color)}.section-dark{background-color:var(--primary-color);color:#fff}.section-dark h2,.section-dark p{color:#fff}.section-dark p{opacity:.9}.text-center{text-align:center}.btn{cursor:pointer;font-size:1.125rem;font-weight:600;font-family:var(--font-display);border:1px solid #0000;border-radius:50px;justify-content:center;align-items:center;padding:.875rem 2rem;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";z-index:1;background:linear-gradient(120deg,#0000,#ffffff4d,#0000);width:50%;height:100%;transition:all .6s cubic-bezier(.19,1,.22,1);position:absolute;top:0;left:-100%;transform:skew(-20deg)}.btn:hover:after{left:150%}.btn-primary{background-color:var(--accent-color);color:#fff;box-shadow:0 4px 15px #e65c004d}.btn-primary:hover{-webkit-backdrop-filter:saturate(150%)blur(10px);color:#fff;background-color:#ff7722e6;border-color:#fff6;transform:translateY(-3px);box-shadow:0 8px 25px #e65c0066,inset 0 1px 1px #ffffff4d}.btn-outline{color:var(--primary-color);border:2px solid var(--primary-color);background-color:#0000}.btn-outline:hover{background-color:var(--primary-color);color:#fff}.btn-glass{color:#fff;-webkit-backdrop-filter:blur(10px);background-color:#ffffff1a;border:1px solid #ffffff4d!important}.btn-glass:hover{color:#fff;background-color:#fff3;transform:translateY(-3px);box-shadow:0 8px 25px #00000026;border-color:#fff9!important}.glass-card{-webkit-backdrop-filter:saturate(180%)blur(25px);border-radius:var(--radius-lg);background:#ffffff73;border:1px solid #ffffff4d;border-color:#fff9 #ffffff4d #ffffff4d #fff9;padding:2.5rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s,background .4s;position:relative;overflow:hidden;box-shadow:0 8px 32px #1f268712}.glass-card:before{content:"";background:linear-gradient(120deg,#0000,#ffffff80,#0000);width:50%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.glass-card:hover:before{left:150%}.glass-card:hover{background:#ffffff8c;transform:translateY(-8px);box-shadow:0 15px 40px #1f26871f}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (width<=768px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}.section{padding:4rem 0}}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-12{gap:3rem}.flex-wrap{flex-wrap:wrap}.justify-end{justify-content:flex-end}.items-start{align-items:flex-start}@media (width>=640px){.sm\:flex-row{flex-direction:row}.sm\:justify-between{justify-content:space-between}.sm\:items-center{align-items:center}}@media (width>=768px){.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:justify-end{justify-content:flex-end}}
