.hero{align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-badge{border:1.5px solid var(--border);color:var(--muted);background:var(--input-bg);border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.3rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}.pulse-dot{background-color:var(--hl);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #1d4ed866}70%{box-shadow:0 0 0 6px #1d4ed800}to{box-shadow:0 0 #1d4ed800}}[data-theme=dark] .pulse-dot{animation:2s infinite pulseDark}@keyframes pulseDark{0%{box-shadow:0 0 #60a5fa66}70%{box-shadow:0 0 0 6px #60a5fa00}to{box-shadow:0 0 #60a5fa00}}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--muted);max-width:600px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.hero-actions{gap:1rem;display:flex}.hero-visual{justify-content:center;align-items:center;height:500px;display:flex;position:relative}.clean-mockup{background:var(--input-bg);border:1px solid var(--border);border-radius:16px;justify-content:center;align-items:center;width:100%;height:100%;max-height:400px;display:flex}.hero-tech-image-container{border:1px solid var(--border);width:100%;max-width:550px;transition:transform .4s var(--ease), box-shadow .4s var(--ease);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000014}.hero-tech-image-container:hover{transform:translateY(-10px);box-shadow:0 30px 70px #0000001f}.hero-tech-image{object-fit:cover;width:100%;height:auto;display:block}.stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.stat-card{text-align:center;padding:2rem}.stat-card h2{color:var(--hl);margin-bottom:.5rem;font-size:3.5rem;font-weight:800}.stat-card p{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:500}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.service-card{padding:2rem}.service-icon{color:var(--hl);margin-bottom:1.5rem}.service-card h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.service-card p{color:var(--muted);line-height:1.6}.products-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.product-card{flex-direction:column;padding:0;display:flex;overflow:hidden}.product-image-placeholder{background:var(--input-bg);border-bottom:1px solid var(--border);height:200px;color:var(--muted);justify-content:center;align-items:center;font-weight:600;display:flex}.product-info{flex-direction:column;flex:1;padding:2rem;display:flex}.product-status{background:var(--input-bg);color:var(--hl);border:1px solid var(--border);border-radius:100px;width:fit-content;margin-bottom:1rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.product-info h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.product-info p{color:var(--muted);flex:1;margin-bottom:1.5rem}.product-stack{flex-wrap:wrap;gap:.5rem;display:flex}.tech-badge{background:var(--input-bg);border:1px solid var(--border);color:var(--muted);border-radius:100px;padding:.25rem .6rem;font-size:.8rem}.tech-chips{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:900px;margin:0 auto;display:flex}.tech-chip{background:var(--site-bg);border:1px solid var(--border);color:var(--txt);border-radius:100px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:border-color .2s,transform .2s}.tech-chip:hover{border-color:var(--hl);transform:translateY(-2px)}.timeline-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.timeline-item{align-items:center;gap:1rem;display:flex}.timeline-dot{background:var(--site-bg);border:2px solid var(--hl);border-radius:50%;flex-shrink:0;width:12px;height:12px}.timeline-content{background:var(--site-bg);border:1px solid var(--border);border-radius:12px;flex:1;padding:1.5rem}.timeline-content h4{font-size:1.05rem;font-weight:600}.process-timeline{justify-content:space-between;gap:1rem;padding:2rem 0;display:flex;position:relative;overflow-x:auto}.process-timeline:before{content:"";background:var(--border);z-index:0;height:1px;position:absolute;top:50%;left:0;right:0}.process-step{z-index:1;background:var(--site-bg);border:1px solid var(--border);text-align:center;border-radius:100px;flex-direction:column;gap:.5rem;min-width:120px;padding:.5rem 1rem;display:flex;position:relative}.process-number{color:var(--hl);font-size:.85rem;font-weight:700}.process-step h4{color:var(--txt);font-size:.95rem;font-weight:500}.pricing-cta{padding:8rem 0}.cta-box{background:var(--input-bg);border:1px solid var(--border);border-radius:24px;padding:4rem 2rem}.cta-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cta-description{color:var(--muted);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem}@media (max-width:1024px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-actions{justify-content:center}.hero-visual{height:auto}.stats-grid{grid-template-columns:1fr}}
