.service-page{padding-top:80px}.sp-hero{background:var(--background);padding:80px 0}.sp-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.sp-hero h1{color:var(--foreground);margin:.5rem 0 1rem;font-size:2.25rem;font-weight:700;line-height:1.2}.sp-hero-desc{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.sp-hero-features{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.sp-feature-item{color:var(--foreground);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.sp-feature-icon{background:var(--secondary-light);border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;display:flex}.sp-feature-icon svg{width:16px;height:16px;color:var(--secondary)}.sp-hero-image-wrap{position:relative}.sp-hero-image{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:520px;box-shadow:var(--shadow-lg)}.sp-hero-buttons{gap:1rem;margin-top:2rem;display:flex}.sp-btn-primary{background:var(--primary);min-width:180px;height:56px;color:var(--primary-foreground);border:2px solid var(--primary);border-radius:14px;justify-content:center;align-items:center;padding:0 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.sp-btn-primary:hover{opacity:.9;box-shadow:0 4px 12px #0066cc4d}.sp-btn-secondary{min-width:180px;height:56px;color:var(--primary);border:2px solid var(--primary);background:0 0;border-radius:14px;justify-content:center;align-items:center;padding:0 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.sp-btn-secondary:hover{background:var(--primary);color:var(--primary-foreground);box-shadow:0 4px 12px #0066cc4d}.sp-about{background:var(--background);padding:80px 0 60px}.sp-about .section-label{margin-bottom:1.5rem;display:block}.sp-about-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.sp-about h2{color:var(--foreground);margin:0 0 1.25rem;font-size:2.25rem;font-weight:700;line-height:1.2}.sp-about p{color:var(--muted-foreground);margin-bottom:1rem;font-size:1rem;line-height:1.7}.sp-about-image{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:420px;box-shadow:var(--shadow-lg)}.sp-offers{background:var(--muted);padding:60px 0 80px}.sp-offers-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid}.sp-offers-image{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:360px;box-shadow:var(--shadow-md)}.sp-offers h2{color:var(--foreground);margin:.5rem 0 1.25rem;font-size:1.875rem;font-weight:700;line-height:1.2}.sp-checklist{grid-template-columns:1fr 1fr;gap:.75rem;margin:1.5rem 0;display:grid}.sp-check-item{color:var(--foreground);align-items:center;gap:.625rem;font-size:.9375rem;font-weight:500;display:flex}.sp-check-icon{background:var(--secondary-light);border-radius:50%;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;display:flex}.sp-check-icon svg{width:14px;height:14px;color:var(--secondary)}.sp-features{background:var(--muted);padding:80px 0}.sp-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.sp-feature-card{background:var(--background);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:box-shadow .3s,border-color .3s}.sp-feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.sp-feature-card-icon{background:var(--primary-light);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.sp-feature-card-icon svg{width:26px;height:26px;color:var(--primary)}.sp-feature-card h3{color:var(--foreground);margin-bottom:.625rem;font-size:1.0625rem;font-weight:600}.sp-feature-card p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.6}.sp-why{background:var(--background);padding:80px 0}.sp-why-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.sp-why-image{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:520px;box-shadow:var(--shadow-lg)}.sp-why-list{flex-direction:column;gap:1rem;display:flex}.sp-why-card{background:var(--muted);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;transition:box-shadow .3s,border-color .3s;display:flex}.sp-why-card:hover{box-shadow:var(--shadow);border-color:var(--primary)}.sp-why-card-icon{background:var(--primary-light);border-radius:10px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex}.sp-why-card-icon svg{width:22px;height:22px;color:var(--primary)}.sp-why-card h3{color:var(--foreground);margin-bottom:.25rem;font-size:1rem;font-weight:600}.sp-why-card p{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.sp-faq{background:var(--muted);padding:80px 0}.sp-faq-grid{flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.sp-accordion{flex-direction:column;gap:.75rem;display:flex}.accordion-item{border:1px solid var(--border);background:var(--background);border-radius:12px;transition:border-color .25s,box-shadow .25s;overflow:hidden}.accordion-item:hover{border-color:var(--primary)}.accordion-item.active{border-color:var(--primary);box-shadow:var(--shadow)}.accordion-trigger{cursor:pointer;text-align:left;width:100%;font-family:var(--font);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:background .2s;display:flex}.accordion-trigger:hover{background:var(--primary-light)}.accordion-trigger h3{color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.accordion-icon{background:var(--muted);border-radius:6px;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;transition:background .25s,transform .3s;display:flex}.accordion-item.active .accordion-icon{background:var(--primary);transform:rotate(180deg)}.accordion-icon svg{width:14px;height:14px;color:var(--muted-foreground);transition:color .25s}.accordion-item.active .accordion-icon svg{color:#fff}.accordion-content{max-height:0;transition:max-height .35s;overflow:hidden}.accordion-item.active .accordion-content{max-height:200px}.accordion-body{color:var(--muted-foreground);padding:0 1.5rem 1.25rem;font-size:.9375rem;line-height:1.7}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.from-left{transform:translate(-40px)}.reveal.from-right{transform:translate(40px)}.reveal.visible{opacity:1;transform:translate(0)}@media (width<=1024px){.sp-hero-grid,.sp-about-grid,.sp-offers-grid,.sp-why-grid{grid-template-columns:1fr;gap:2.5rem}.sp-hero-image,.sp-about-image,.sp-why-image{height:400px}.sp-offers-image{height:320px}.sp-features-grid{grid-template-columns:repeat(2,1fr)}.sp-faq-grid{max-width:100%}}@media (width<=768px){.service-page{padding-top:70px}.sp-hero h1{font-size:1.75rem}.sp-hero-image,.sp-about-image,.sp-why-image{height:320px}.sp-offers-image{height:240px}.sp-features-grid,.sp-hero-features{grid-template-columns:1fr}}@media (width<=480px){.sp-about,.sp-offers{padding:60px 0}.sp-about h2{font-size:1.75rem}.sp-checklist{grid-template-columns:1fr}.sp-features,.sp-why,.sp-faq{padding:60px 0}.accordion-trigger{padding:1rem 1.25rem}.accordion-body{padding:0 1.25rem 1rem}}
