:root{--background:#f8fafc;--foreground:#0f172a;--card:#fff;--border:#e2e8f0;--muted:#64748b;--green-900:#0f172a;--green-800:#1e293b;--green-700:#2563eb;--green-600:#3b82f6;--green-500:#0ea5e9;--green-400:#38bdf8;--green-300:#bae6fd;--gold:#d97706;--cream:#f8fafc;--radius:8px;--destructive:#ef4444;--success:#10b981;--grad-hero:linear-gradient(135deg, #0b1329 0%, #1e293b 50%, #0f766e 100%);--grad-primary:linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);--grad-accent:linear-gradient(135deg, #0ea5e9 0%, #0d9488 100%);--grad-gold:linear-gradient(135deg, #d97706 0%, #f59e0b 100%);--grad-dark:linear-gradient(135deg, #0f172a 0%, #1e293b 100%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif}h1,h2,h3,h4,h5{font-family:Playfair Display,serif}.mono{font-family:DM Mono,monospace}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#b0a898;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8b8378}@media (max-width:768px){.hidden-mobile{display:none!important}::-webkit-scrollbar{width:4px}}@media (min-width:769px){.show-mobile{display:none!important}}.hero-slider-bg{opacity:0;transition:opacity 1.2s ease-in-out}.hero-slider-bg.active{opacity:1;animation:6s ease-out forwards kenBurns}.hero-slider-bg.inactive{opacity:0}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.04)}}.hero-grid{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}@media (min-width:1024px){.hero-grid{grid-template-columns:7fr 5fr!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-item{opacity:0;animation:.6s forwards fadeInUp}.animate-badge{animation-delay:50ms}.animate-title{animation-delay:.15s}.animate-desc{animation-delay:.25s}.animate-buttons{animation-delay:.35s}.product-card{border-color:var(--border);transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s}.product-card:hover{border-color:var(--gold);transform:translateY(-6px);box-shadow:0 16px 40px #0b1c1826}.product-card:hover .product-card-img{transform:scale(1.06)}.product-card-img{transition:transform .6s}.stats-card:hover{background:#e2b03a26!important}.stats-card:hover .stats-number{color:#fff!important}.process-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #e2b03a26;border-color:var(--gold)!important}.process-steps{flex-direction:column;gap:32px;display:flex;position:relative}@media (min-width:768px){.process-steps{flex-direction:row;gap:24px}.process-line{background:linear-gradient(to right, var(--green-700), var(--gold));z-index:0;height:3px;display:block;position:absolute;top:28px;left:50px;right:50px}}
