.hero{align-items:center;min-height:100vh;padding-top:68px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#378add14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-200px}.hero-content{max-width:820px}.hero-badge{color:var(--accent);letter-spacing:.04em;background:#378add1a;border:1px solid #378add4d;align-items:center;gap:8px;margin-bottom:32px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.hero-badge:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-headline{letter-spacing:-.03em;color:var(--white);margin-bottom:24px;font-size:clamp(40px,6vw,72px);font-weight:900;line-height:1.08}.hero-headline .accent{color:var(--accent)}.hero-sub{color:var(--gray);max-width:560px;margin-bottom:40px;font-size:clamp(16px,2vw,19px);font-weight:400;line-height:1.65}.hero-ctas{flex-wrap:wrap;gap:16px;display:flex}.hero-scroll{color:var(--gray);letter-spacing:.08em;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero-scroll-line{background:var(--border);width:1px;height:40px;animation:1.8s infinite scroll-line}@keyframes scroll-line{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}.how{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.how-header{text-align:center;margin-bottom:64px}.how-header h2{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(28px,4vw,44px)}.how-header p{color:var(--gray);max-width:480px;margin:0 auto;font-size:17px}.how-steps{grid-template-columns:repeat(3,1fr);gap:0;display:grid;position:relative}.how-steps:before{content:"";background:var(--border);height:1px;position:absolute;top:40px;left:calc(16.66% + 24px);right:calc(16.66% + 24px)}.how-step{text-align:center;padding:0 32px;position:relative}.how-step:not(:last-child){border-right:1px solid var(--border)}.how-step-num{background:var(--bg-3);border:1px solid var(--border);z-index:1;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 28px;display:flex;position:relative}.how-step-icon{font-size:28px}.how-step-count{background:var(--accent);width:24px;height:24px;color:var(--white);justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex;position:absolute;top:-10px;right:-10px}.how-step h3{letter-spacing:-.01em;margin-bottom:12px;font-size:18px;font-weight:700}.how-step p{color:var(--gray);font-size:15px;line-height:1.6}.services-preview{background:var(--bg)}.services-preview-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;display:flex}.services-preview-header h2{letter-spacing:-.02em;max-width:480px;font-size:clamp(28px,4vw,44px)}.services-preview-header a{color:var(--accent);white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:600;transition:gap .2s;display:flex}.services-preview-header a:hover{gap:10px}.services-cards{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.service-card{background:var(--bg);padding:40px 36px;transition:background .2s;position:relative}.service-card:hover{background:var(--bg-3)}.service-card-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:20px;font-size:11px;font-weight:700;display:inline-block}.service-card h3{letter-spacing:-.02em;margin-bottom:12px;font-size:22px;font-weight:800}.service-card-price{color:var(--white);margin-bottom:16px;font-size:15px;font-weight:700}.service-card-price span{color:var(--gray);font-size:14px;font-weight:400}.service-card p{color:var(--gray);margin-bottom:28px;font-size:15px;line-height:1.6}.service-card-link{color:var(--accent);align-items:center;gap:6px;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.service-card-link:hover{gap:10px}.why{background:var(--bg-3);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.why-header{text-align:center;margin-bottom:64px}.why-header h2{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(28px,4vw,44px)}.why-header p{color:var(--gray);max-width:480px;margin:0 auto;font-size:17px}.why-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.why-card{background:var(--bg-3);padding:40px 32px;transition:background .2s}.why-card:hover{background:var(--bg-2)}.why-card-icon{margin-bottom:20px;font-size:28px}.why-card-stat{letter-spacing:-.03em;color:var(--accent);margin-bottom:8px;font-size:32px;font-weight:900;line-height:1}.why-card h3{letter-spacing:-.01em;margin-bottom:10px;font-size:16px;font-weight:700}.why-card p{color:var(--gray);font-size:14px;line-height:1.6}.testimonials{background:var(--bg)}.testimonials-header{text-align:center;margin-bottom:56px}.testimonials-header h2{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(28px,4vw,44px)}.testimonials-header p{color:var(--gray);font-size:17px}.testimonials-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.testimonial-placeholder{background:var(--bg);flex-direction:column;justify-content:space-between;min-height:200px;padding:40px 32px;display:flex}.testimonial-stars{color:var(--accent);letter-spacing:2px;margin-bottom:16px;font-size:16px}.testimonial-text{color:var(--gray);flex:1;font-size:15px;font-style:italic;line-height:1.65}.testimonial-placeholder-label{letter-spacing:.1em;text-transform:uppercase;color:var(--border);border:1px dashed var(--border);text-align:center;margin-top:20px;padding:8px 12px;font-size:12px;font-weight:700}.cta-banner{background:var(--accent);padding:80px 0}.cta-banner-inner{justify-content:space-between;align-items:center;gap:32px;display:flex}.cta-banner-text h2{letter-spacing:-.02em;color:var(--white);margin-bottom:8px;font-size:clamp(24px,4vw,40px);font-weight:900}.cta-banner-text p{color:#ffffffbf;font-size:17px}.cta-banner .btn-outline{border-color:var(--white);color:var(--white);flex-shrink:0}.cta-banner .btn-outline:hover{background:var(--white);color:var(--accent)}@media (max-width:1024px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.how-steps{grid-template-columns:1fr}.how-steps:before{display:none}.how-step{text-align:left;align-items:flex-start;gap:24px;padding:32px 0;display:flex}.how-step:not(:last-child){border-right:none;border-bottom:1px solid var(--border)}.how-step-num{flex-shrink:0;width:64px;height:64px;margin:0}.services-cards{grid-template-columns:1fr}.services-preview-header{flex-direction:column;align-items:flex-start}.why-grid{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}.cta-banner-inner{text-align:center;flex-direction:column}}@media (max-width:480px){.why-grid{grid-template-columns:1fr}}
