@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--background: #ffffff;--foreground: #333333;--primary: #2563EB;--primary-foreground: #ffffff;--secondary: #0D9488;--accent: #4338CA;--muted: #F3F4F6;--muted-foreground: #6B7280;--card: #ffffff;--card-foreground: #333333;--border: #e5e7eb;--input: #e5e7eb;--ring: #2563EB}.dark{--background: #1F2937;--foreground: #F9FAFB;--primary: #3B82F6;--primary-foreground: #F9FAFB;--secondary: #10B981;--accent: #6366F1;--muted: #374151;--muted-foreground: #9CA3AF;--card: #1F2937;--card-foreground: #F9FAFB;--border: #374151;--input: #374151;--ring: #3B82F6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.5;color:var(--foreground);background:var(--background);transition:background-color .3s ease,color .3s ease}.container{max-width:1200px;margin:0 auto;padding:2rem}h1,h2,h3{line-height:1.2}h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:#f5f5f5;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:2rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:linear-gradient(to right,var(--secondary),var(--primary))}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.service-card{background:var(--card);border:1px solid var(--border);border-radius:.5rem;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;height:100%}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:var(--primary)}.service-card h3{color:var(--primary);margin-top:0;font-size:1.25rem;font-weight:600}.service-icon{font-size:2rem;margin-bottom:1rem;color:var(--primary)}.cta-button{display:inline-block;background:linear-gradient(45deg,var(--primary),var(--secondary));color:var(--primary-foreground);padding:.75rem 1.5rem;border-radius:.25rem;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;text-align:center;margin-top:2rem}.cta-button:hover{background:linear-gradient(45deg,var(--secondary),var(--primary));transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.features-list{list-style-type:none;padding-left:0}.features-list li{margin-bottom:.5rem;padding-left:1.5rem;position:relative;color:var(--muted-foreground)}.features-list li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.theme-toggle{position:fixed;top:1rem;right:1rem;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background:var(--secondary)}.main-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes titleGlow{0%{text-shadow:0 0 5px rgba(var(--primary-rgb),.5)}to{text-shadow:0 0 15px rgba(var(--primary-rgb),.8)}}.description{background:linear-gradient(135deg,var(--card) 0%,var(--muted) 100%);border-radius:1rem;padding:2rem;margin-bottom:3rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid rgba(var(--primary-rgb),.1);transition:all .3s ease}.description:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.description-content{max-width:800px;margin:0 auto}.description-title{font-size:1.8rem;color:var(--primary);margin-bottom:1rem;text-align:center}.description p{font-size:1.1rem;line-height:1.6;color:var(--foreground);margin-bottom:1rem}.description-list{list-style-type:none;padding-left:0;margin-bottom:1rem}.description-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:1.05rem}.description-list li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}@media (max-width: 768px){.main-title{font-size:2rem}.description{padding:1.5rem}.description-title{font-size:1.5rem}.description p,.description-list li{font-size:1rem}}
