.WebDevServices-module___WbDKa__pageContainer{background-color:var(--background);color:var(--foreground);min-height:100vh;padding-top:100px;position:relative;overflow:hidden}.WebDevServices-module___WbDKa__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:1000px;margin:0 auto;padding:8rem 2rem 6rem;display:flex;position:relative}.WebDevServices-module___WbDKa__backgroundGlow{z-index:0;pointer-events:none;background:radial-gradient(circle,#a78bfa14 0%,#0000 70%);width:100%;height:100%;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.WebDevServices-module___WbDKa__badge{background:var(--surface);border:1px solid var(--border);color:var(--foreground-muted);z-index:1;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;display:inline-flex}.WebDevServices-module___WbDKa__title{letter-spacing:-.02em;z-index:1;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1.1}.WebDevServices-module___WbDKa__description{color:var(--foreground-muted);z-index:1;max-width:800px;margin:0 auto 3rem;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6}.WebDevServices-module___WbDKa__ctaGroup{z-index:1;flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.WebDevServices-module___WbDKa__primaryCta{background:var(--primary);color:#fff;border-radius:8px;padding:1.1rem 2.8rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 10px 25px #a78bfa4d}.WebDevServices-module___WbDKa__primaryCta:hover{transform:translateY(-3px);box-shadow:0 15px 35px #a78bfa66}.WebDevServices-module___WbDKa__secondaryCta{color:var(--foreground);border:1px solid var(--border);background:0 0;border-radius:8px;padding:1.1rem 2.8rem;font-weight:600;text-decoration:none;transition:all .3s}.WebDevServices-module___WbDKa__secondaryCta:hover{background:var(--surface);border-color:var(--foreground-muted)}.WebDevServices-module___WbDKa__servicesSection{max-width:1200px;margin:0 auto;padding:4rem 2rem 8rem}.WebDevServices-module___WbDKa__sectionTitle{text-align:center;color:var(--foreground);margin-bottom:5rem;font-size:2.5rem}.WebDevServices-module___WbDKa__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.WebDevServices-module___WbDKa__card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.5rem 2rem;transition:all .3s;position:relative;overflow:hidden}.WebDevServices-module___WbDKa__card:after{content:"";background:radial-gradient(circle at top right,var(--accent-color)0%,transparent 40%);opacity:0;z-index:0;pointer-events:none;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.WebDevServices-module___WbDKa__card:hover{border-color:var(--accent-color);transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.WebDevServices-module___WbDKa__card:hover:after{opacity:.05}.WebDevServices-module___WbDKa__iconWrapper{background:var(--background);border:1px solid var(--border);z-index:1;border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;font-size:2.5rem;display:flex;position:relative}.WebDevServices-module___WbDKa__cardTitle{color:var(--foreground);z-index:1;margin-bottom:1rem;font-size:1.4rem;position:relative}.WebDevServices-module___WbDKa__cardDesc{color:var(--foreground-muted);z-index:1;min-height:60px;margin-bottom:2rem;font-size:.95rem;line-height:1.6;position:relative}.WebDevServices-module___WbDKa__featuresList{z-index:1;flex-direction:column;gap:.8rem;padding:0;list-style:none;display:flex;position:relative}.WebDevServices-module___WbDKa__featuresList li{color:var(--foreground);align-items:flex-start;gap:.8rem;font-size:.9rem;display:flex}.WebDevServices-module___WbDKa__bullet{color:var(--accent-color);font-weight:700}.WebDevServices-module___WbDKa__faqSection{max-width:800px;margin:0 auto;padding:5rem 2rem}.WebDevServices-module___WbDKa__faqHeader{text-align:center;margin-bottom:3rem}.WebDevServices-module___WbDKa__faqHeader h2{font-size:2.5rem}.WebDevServices-module___WbDKa__faqList{flex-direction:column;gap:1rem;display:flex}.WebDevServices-module___WbDKa__faqItem{background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:all .3s;overflow:hidden}.WebDevServices-module___WbDKa__faqItem[open]{border-color:var(--primary);box-shadow:0 5px 15px #a78bfa1a}.WebDevServices-module___WbDKa__question{cursor:pointer;color:var(--foreground);justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:600;list-style:none;display:flex}.WebDevServices-module___WbDKa__question::-webkit-details-marker{display:none}.WebDevServices-module___WbDKa__question:after{content:"+";color:var(--primary);font-size:1.5rem;font-weight:300;transition:transform .3s}.WebDevServices-module___WbDKa__faqItem[open] .WebDevServices-module___WbDKa__question:after{transform:rotate(45deg)}.WebDevServices-module___WbDKa__answerContent{color:var(--foreground-muted);padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.6;animation:.3s ease-out forwards WebDevServices-module___WbDKa__slideDown}@keyframes WebDevServices-module___WbDKa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.WebDevServices-module___WbDKa__finalCta{padding:4rem 2rem 8rem}.WebDevServices-module___WbDKa__ctaBox{background:linear-gradient(135deg,var(--surface)0%,var(--background)100%);border:1px solid var(--border);text-align:center;border-radius:20px;max-width:800px;margin:0 auto;padding:5rem 2rem}.WebDevServices-module___WbDKa__ctaBox h2{margin-bottom:1rem;font-size:2.5rem}.WebDevServices-module___WbDKa__ctaBox p{color:var(--foreground-muted);margin-bottom:2.5rem;font-size:1.1rem}.WebDevServices-module___WbDKa__actionBtn{background:var(--foreground);color:var(--background);border-radius:8px;padding:1.2rem 3rem;font-weight:700;text-decoration:none;transition:transform .3s;display:inline-block}.WebDevServices-module___WbDKa__actionBtn:hover{transform:scale(1.05)}
