:root{--bg-color: #f8fafc;--bg-card: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--accent-color: #3b82f6;--accent-hover: #2563eb;--border-color: #e2e8f0;--font-family: "Inter", system-ui, sans-serif;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .5)}html[data-theme=dark]{--bg-color: #020617;--bg-card: #0f172a;--text-primary: #f8fafc;--text-secondary: #94a3b8;--accent-color: #38bdf8;--accent-hover: #0ea5e9;--border-color: #1e293b;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .2);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .3), 0 2px 4px -2px rgb(0 0 0 / .3);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .3), 0 4px 6px -4px rgb(0 0 0 / .3);--glass-bg: rgba(15, 23, 42, .7);--glass-border: rgba(30, 41, 59, .5)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:14.5px;scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:var(--accent-color);transition:color .2s ease}a:hover{color:var(--accent-hover)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600;color:var(--text-primary)}.section-title{font-size:clamp(2.2rem,4vw,2.8rem);font-weight:800;margin-bottom:2.5rem;letter-spacing:-.5px;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:50%;height:3px;background-color:var(--accent-color);border-radius:2px}.section-header{margin-bottom:3rem}.section-subtitle{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--accent-color);display:block;margin-bottom:.5rem}.section-description{font-size:1.1rem;color:var(--text-secondary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out forwards}.delay-1{animation-delay:.1s;opacity:0}.delay-2{animation-delay:.2s;opacity:0}.delay-3{animation-delay:.3s;opacity:0}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit;font-size:.95rem}.btn-primary{background-color:var(--accent-color);color:#fff;box-shadow:0 2px 4px #3b82f633}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-1px);color:#fff}.btn-icon{width:2.5rem;height:2.5rem;padding:0;border-radius:50%;background-color:transparent;color:var(--text-primary);display:flex;align-items:center;justify-content:center}.btn-icon:hover{background-color:var(--border-color)}.hero{min-height:auto;display:flex;align-items:center;justify-content:space-between;padding-top:120px;padding-bottom:50px;gap:3rem;flex-direction:column-reverse}@media (min-width: 768px){.hero{flex-direction:row;padding-top:120px}}.hero-content{flex:1;max-width:650px}.hero-image-container{flex:1;display:flex;justify-content:center;align-items:center}.hero-image{width:100%;max-width:320px;border-radius:20px;box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:3/4}.status-badge{display:inline-flex;align-items:center;gap:8px;background:#3b82f61a;color:#2563eb;padding:6px 14px;border-radius:99px;font-weight:600;font-size:.85rem;margin-bottom:1.5rem}html[data-theme=dark] .status-badge{background:#38bdf826;color:#38bdf8}.status-dot{width:8px;height:8px;background-color:#10b981;border-radius:50%}.hero-title{font-size:clamp(2.5rem,5vw,3.8rem);letter-spacing:-1.5px;margin-bottom:.5rem;color:var(--text-primary);font-weight:800}.hero-subtitle{font-size:clamp(1.4rem,3vw,1.8rem);font-weight:600;color:var(--accent-color);margin-bottom:1.5rem}.hero-description p{font-size:1.05rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2rem}.hero-list{list-style:none;padding:0;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:.8rem}.hero-list li{display:flex;align-items:center;gap:12px;color:var(--text-secondary);font-size:.95rem;font-weight:500}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-outline{background-color:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary)}.btn-outline:hover{border-color:var(--text-secondary);transform:translateY(-1px)}
