:root{--primary: #1e40af;--primary-foreground: #ffffff;--accent: #f97316;--accent-foreground: #ffffff;--background: #ffffff;--foreground: #374151;--secondary: #f3f4f6;--secondary-foreground: #374151;--muted: #e5e7eb;--muted-foreground: #6b7280;--border: #e5e7eb;--input-bg: #f3f4f6;--destructive: #dc2626;--destructive-foreground: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Inter,sans-serif;background-color:var(--background);color:var(--foreground)}body{margin:0;font-size:16px;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;line-height:1.2}h1{font-size:2.25rem}@media (min-width: 768px){h1{font-size:3rem}}@media (min-width: 1024px){h1{font-size:3.75rem}}h2{font-size:1.875rem}@media (min-width: 768px){h2{font-size:2.25rem}}@media (min-width: 1024px){h2{font-size:2.25rem}}h3{font-size:1.5rem}@media (min-width: 768px){h3{font-size:1.875rem}}p{margin-bottom:1rem}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent)}button{font-family:Inter,sans-serif;cursor:pointer;border:none;transition:all .3s ease}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font-family:Inter,sans-serif;font-size:1rem;border:1px solid var(--border);border-radius:.65rem;padding:.75rem;background-color:var(--input-bg);color:var(--foreground);transition:border-color .3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1e40af1a}textarea{resize:vertical}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.flex{display:flex}.flex-col{flex-direction:column}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-32{padding-top:8rem;padding-bottom:8rem}.bg-primary{background-color:var(--primary);color:var(--primary-foreground)}.bg-accent{background-color:var(--accent);color:var(--accent-foreground)}.bg-secondary{background-color:var(--secondary)}.text-muted{color:var(--muted-foreground)}.font-semibold{font-weight:600}.font-bold{font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.slide-up{animation:slideUp .6s ease-out}
