.hero{justify-content:center;align-items:center;min-height:100vh;padding:120px 1.5rem 80px;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;background:radial-gradient(80% 60% at 60% 40%,#cc000026 0%,#0000 70%),radial-gradient(60% 80% at 20% 80%,#cc000014 0%,#0000 60%),linear-gradient(135deg,#111 0%,#1a0000 50%,#111 100%);position:absolute;inset:0}.hero__bg:before,.hero__bg:after{content:"";pointer-events:none;border:1px solid #cc00001f;border-radius:50%;position:absolute}.hero__bg:before{width:600px;height:600px;top:-150px;right:-100px}.hero__bg:after{border-color:#cc000012;width:400px;height:400px;bottom:-100px;left:-80px}.hero__content{z-index:1;text-align:center;max-width:720px;position:relative}.hero__badge{color:var(--primary-light);letter-spacing:.06em;text-transform:uppercase;background:#cc000026;border:1px solid #cc00004d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero__title{letter-spacing:-.02em;color:var(--foreground);margin-bottom:1.25rem;font-size:clamp(2.2rem,6vw,4rem);font-weight:800;line-height:1.1}.hero__title span{color:var(--primary)}.hero__desc{color:var(--muted);max-width:520px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hero__btn-primary{background:var(--primary);color:#fff;border-radius:10px;align-items:center;gap:.6rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 24px #cc00004d}.hero__btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 32px #c006}.hero__btn-secondary{color:var(--foreground);border:1px solid var(--border);background:0 0;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:border-color .2s,background .2s,transform .15s;display:inline-flex}.hero__btn-secondary:hover{background:#ffffff0a;border-color:#fff3;transform:translateY(-2px)}.hero__stats{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-top:4rem;display:flex}.hero__stat{text-align:center}.hero__stat-value{color:var(--foreground);font-size:1.75rem;font-weight:800;line-height:1}.hero__stat-value span{color:var(--primary)}.hero__stat-label{color:var(--muted);letter-spacing:.03em;margin-top:.3rem;font-size:.8rem}@media (max-width:480px){.hero__actions{flex-direction:column;align-items:stretch}.hero__btn-primary,.hero__btn-secondary{justify-content:center}.hero__stats{gap:1.5rem}}
.services{background:var(--background);padding:6rem 1.5rem}.services__inner{max-width:1200px;margin:0 auto}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.section-title{color:var(--foreground);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.section-desc{color:var(--muted);max-width:540px;font-size:1rem;line-height:1.7}.services__head{flex-direction:column;gap:.75rem;margin-bottom:3.5rem;display:flex}.services__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem 1.75rem;transition:border-color .25s,transform .25s,box-shadow .25s}.service-card:hover{border-color:#cc000059;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.service-card__icon{width:52px;height:52px;color:var(--primary);background:#cc00001f;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:background .25s;display:flex}.service-card:hover .service-card__icon{background:#c003}.service-card__title{color:var(--foreground);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.service-card__desc{color:var(--muted);word-break:break-word;font-size:.9rem;line-height:1.6}.service-card--link{color:inherit;cursor:pointer;border-color:#c003;text-decoration:none;display:block}.service-card--link:hover{background:#cc00000a;border-color:#cc000080}.service-card__cta{color:var(--primary-light);align-items:center;gap:.35rem;margin-top:1rem;font-size:.82rem;font-weight:700;transition:gap .2s;display:inline-flex}.service-card--link:hover .service-card__cta{gap:.55rem}@media (max-width:768px){.services{padding:5rem 1.25rem}.services__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:480px){.services{padding:4rem 1rem}.services__grid{grid-template-columns:1fr}}
