.ServicePage-module__yIDCVW__hero{background-color:#000;flex-direction:column;justify-content:flex-end;min-height:100vh;padding-top:10rem;padding-bottom:6rem;display:flex;position:relative;overflow:hidden}.ServicePage-module__yIDCVW__bgImageWrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.ServicePage-module__yIDCVW__bgImage{object-fit:cover}.ServicePage-module__yIDCVW__gradientOverlay{z-index:1;background:radial-gradient(circle at 60% 40%,#0000 0%,#00000080 60%,#0a0a0ae6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ServicePage-module__yIDCVW__bottomFade{z-index:2;background:linear-gradient(#0f0f0f00 0%,#0f0f0fb3 60%,#0f0f0ff2 100%);width:100%;height:70%;position:absolute;bottom:0;left:0}.ServicePage-module__yIDCVW__leftFade{z-index:2;background:linear-gradient(90deg,#0f0f0fcc 0%,#0f0f0f66 40%,#0f0f0f00 100%);width:60%;height:100%;position:absolute;top:0;left:0}.ServicePage-module__yIDCVW__container{z-index:10;width:100%;position:relative}.ServicePage-module__yIDCVW__leftColumn{max-width:700px}.ServicePage-module__yIDCVW__heroTitle{font-family:var(--font-heading);font-size:var(--h1-size);font-weight:var(--heading-weight);line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing);margin-bottom:var(--heading-margin-bottom);color:#fff}.ServicePage-module__yIDCVW__heroDesc{font-family:var(--font-body);color:#ffffffd9;max-width:520px;margin-bottom:2.5rem;font-size:.925rem;line-height:1.55}.ServicePage-module__yIDCVW__heroBtn{font-family:var(--font-body);background-color:var(--accent-lime);color:#000;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:transform .3s,background-color .3s;display:inline-flex}.ServicePage-module__yIDCVW__heroBtn:hover{background-color:#e3fa70;transform:translateY(-2px);box-shadow:0 10px 20px #d4f25533}.ServicePage-module__yIDCVW__arrowIcon{width:1.25rem;height:1.25rem;transition:transform .3s}.ServicePage-module__yIDCVW__heroBtn:hover .ServicePage-module__yIDCVW__arrowIcon{transform:translate(4px)}.ServicePage-module__yIDCVW__featuresSection{background-color:#fff;padding:10rem 0;position:relative}.ServicePage-module__yIDCVW__featuresSection:before{content:"";pointer-events:none;background:radial-gradient(circle at 10% 20%,#d4f2550d 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.ServicePage-module__yIDCVW__sectionHeader{text-align:center;margin-bottom:6rem}.ServicePage-module__yIDCVW__sectionTitle{font-family:var(--font-heading);font-size:var(--h2-size);font-weight:var(--heading-weight);line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing);margin-bottom:var(--heading-margin-bottom);color:#000}.ServicePage-module__yIDCVW__featuresGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.ServicePage-module__yIDCVW__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ServicePage-module__yIDCVW__featuresGrid{grid-template-columns:repeat(3,1fr);gap:3rem}}.ServicePage-module__yIDCVW__featureCard{border:1px solid var(--accent-lime);background:#fff;border-radius:2.5rem;flex-direction:column;gap:1.5rem;padding:3.5rem 3rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.ServicePage-module__yIDCVW__featureCard:hover{border-color:var(--accent-lime);box-shadow:0 40px 80px #0000000f}.ServicePage-module__yIDCVW__featureIconContainer{width:4.5rem;height:4.5rem;color:var(--accent-lime);z-index:2;background:#000;border-radius:1.25rem;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 20px #0000001a}.ServicePage-module__yIDCVW__featureCard:hover .ServicePage-module__yIDCVW__featureIconContainer{transform:scale(1.05)}.ServicePage-module__yIDCVW__featureCardTitle{font-family:var(--font-heading);font-size:var(--h3-size);font-weight:var(--heading-weight);line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing);color:#000;margin-bottom:.75rem}.ServicePage-module__yIDCVW__featureCardDesc{font-family:var(--font-body);color:#666;font-size:.925rem;font-weight:400;line-height:1.55}.ServicePage-module__yIDCVW__processSection{background-color:#0a0a0a;padding:8rem 0;position:relative;overflow:hidden}.ServicePage-module__yIDCVW__processSection:before{content:"";pointer-events:none;background:radial-gradient(#d4f2550a,#0000 70%);width:60%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ServicePage-module__yIDCVW__processTitle{font-family:var(--font-heading);font-size:var(--h2-size);font-weight:var(--heading-weight);line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing);margin-bottom:var(--heading-margin-bottom);color:#fff}.ServicePage-module__yIDCVW__processGrid{grid-template-columns:1fr;gap:2rem;margin-top:4rem;display:grid}@media (min-width:768px){.ServicePage-module__yIDCVW__processGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ServicePage-module__yIDCVW__processGrid{grid-template-columns:repeat(4,1fr)}}.ServicePage-module__yIDCVW__processCard{border:1px solid var(--accent-lime);background:#d4f2550f;border-radius:1.5rem;padding:3rem 2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1)}.ServicePage-module__yIDCVW__processCard:hover{background:#d4f2551a;box-shadow:0 20px 40px #0003}.ServicePage-module__yIDCVW__processStep{font-family:var(--font-sora);color:var(--accent-lime);text-shadow:0 0 20px #d4f25533;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1;transition:all .4s}.ServicePage-module__yIDCVW__processCard:hover .ServicePage-module__yIDCVW__processStep{color:var(--accent-lime)}.ServicePage-module__yIDCVW__processCardTitle{font-family:var(--font-heading);font-size:var(--h4-size);font-weight:var(--heading-weight);line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing);color:#fff;margin-bottom:.875rem}.ServicePage-module__yIDCVW__processCardDesc{font-family:var(--font-body);color:#ffffffa6;font-size:.925rem;line-height:1.55}.ServicePage-module__yIDCVW__benefitsSection{background-color:#fff;padding:8rem 0}.ServicePage-module__yIDCVW__benefitsLayout{grid-template-columns:1fr;align-items:center;gap:5rem;display:grid}@media (min-width:1024px){.ServicePage-module__yIDCVW__benefitsLayout{grid-template-columns:1fr 1fr}}.ServicePage-module__yIDCVW__benefitsTitle{font-family:var(--font-heading);font-size:var(--h2-size);font-weight:var(--heading-weight);line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing);margin-bottom:var(--heading-margin-bottom);color:#000}.ServicePage-module__yIDCVW__benefitsList{flex-direction:column;gap:1.25rem;display:flex}.ServicePage-module__yIDCVW__benefitItem{background:#fff;border:1px solid #0000000f;border-radius:1.25rem;align-items:center;gap:1.25rem;padding:1.75rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 6px #00000005}.ServicePage-module__yIDCVW__benefitItem:hover{border-color:#d4f25566;transform:translate(10px);box-shadow:0 20px 40px #0000000f}.ServicePage-module__yIDCVW__benefitDot{background:var(--accent-lime);border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 10px #d4f25566}.ServicePage-module__yIDCVW__benefitText{font-family:var(--font-sora);color:#000;font-size:1.125rem;font-weight:600}.ServicePage-module__yIDCVW__ctaSection{text-align:center;background:#0a0a0a;padding:8rem 0;position:relative;overflow:hidden}.ServicePage-module__yIDCVW__ctaSection:before{content:"";background:radial-gradient(#d4f2550f,#0000 65%);width:60%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ServicePage-module__yIDCVW__ctaTitle{font-family:var(--font-heading);font-size:var(--h2-size);font-weight:var(--heading-weight);line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing);color:#fff;margin-bottom:1.5rem}.ServicePage-module__yIDCVW__ctaDesc{font-family:var(--font-body);color:#ffffffb3;z-index:2;margin-bottom:3rem;font-size:.925rem;line-height:1.55;position:relative}.ServicePage-module__yIDCVW__ctaButtons{z-index:2;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.ServicePage-module__yIDCVW__ctaBtn{font-family:var(--font-body);cursor:pointer;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:transform .3s,background-color .3s,border-color .3s;display:inline-flex}.ServicePage-module__yIDCVW__ctaBtnPrimary{background:var(--accent-lime);color:#000;border:none}.ServicePage-module__yIDCVW__ctaBtnPrimary:hover{background:#e3fa70;transform:translateY(-2px);box-shadow:0 10px 20px #d4f25533}.ServicePage-module__yIDCVW__ctaBtnSecondary{color:#fff;background:0 0;border:1px solid #fff3}.ServicePage-module__yIDCVW__ctaBtnSecondary:hover{background:#ffffff08;border-color:#d4f25580;transform:translateY(-2px)}.ServicePage-module__yIDCVW__techSection{background-color:#fff;padding:10rem 0;position:relative;overflow:hidden}.ServicePage-module__yIDCVW__techSection:before{content:"";opacity:.25;pointer-events:none;background-image:radial-gradient(#d1d5db 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.ServicePage-module__yIDCVW__techGrid{z-index:2;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:5rem;display:grid;position:relative}@media (min-width:640px){.ServicePage-module__yIDCVW__techGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.ServicePage-module__yIDCVW__techGrid{grid-template-columns:repeat(6,1fr);gap:3rem}}.ServicePage-module__yIDCVW__techItem{-webkit-backdrop-filter:blur(10px);border:1px solid var(--accent-lime);background:#fffffff2;border-radius:2.5rem;flex-direction:column;align-items:center;gap:1.5rem;padding:3.5rem 2rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #0000000a}.ServicePage-module__yIDCVW__techItem:hover{background:#fff;box-shadow:0 40px 80px #00000014}.ServicePage-module__yIDCVW__techIconWrap{width:4rem;height:4rem;color:var(--accent-lime);background:#000;border:1px solid #d4f2554d;border-radius:1.25rem;justify-content:center;align-items:center;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 20px #0000001a,0 0 15px #d4f25533}.ServicePage-module__yIDCVW__techItem:hover .ServicePage-module__yIDCVW__techIconWrap{transform:scale(1.05)}.ServicePage-module__yIDCVW__techName{font-family:var(--font-sora);color:#111827;text-transform:capitalize;letter-spacing:.15em;text-align:center;font-size:.8125rem;font-weight:800;line-height:1.4}.ServicePage-module__yIDCVW__faqSection{background-color:#fff;padding:8rem 0}.ServicePage-module__yIDCVW__faqList{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.ServicePage-module__yIDCVW__faqItem{background:#fff;border:1px solid #0000000f;border-radius:1.25rem;transition:all .4s;overflow:hidden}.ServicePage-module__yIDCVW__faqItem:hover{border-color:#d4f25580;box-shadow:0 10px 30px #00000008}.ServicePage-module__yIDCVW__faqHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:2rem;display:flex}.ServicePage-module__yIDCVW__faqQuestion{font-family:var(--font-sora);color:#000;letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.ServicePage-module__yIDCVW__faqAnswer{color:#4b5563;font-family:var(--font-body);padding:0 2rem 2rem;font-size:.925rem;line-height:1.55}.ServicePage-module__yIDCVW__faqIcon{color:var(--accent-lime);transition:transform .4s cubic-bezier(.16,1,.3,1)}.ServicePage-module__yIDCVW__faqActive .ServicePage-module__yIDCVW__faqIcon{transform:rotate(180deg)}.ServicePage-module__yIDCVW__metricsSection{background-color:#0a0a0a;padding:10rem 0;position:relative;overflow:hidden}.ServicePage-module__yIDCVW__metricsSection:before{content:"";pointer-events:none;background-image:linear-gradient(#d4f25508 1px,#0000 1px),linear-gradient(90deg,#d4f25508 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.ServicePage-module__yIDCVW__metricsGrid{z-index:2;grid-template-columns:1fr;gap:2rem;display:grid;position:relative}@media (min-width:768px){.ServicePage-module__yIDCVW__metricsGrid{grid-template-columns:repeat(3,1fr)}}.ServicePage-module__yIDCVW__metricCard{-webkit-backdrop-filter:blur(12px);border:1px solid var(--accent-lime);text-align:center;background:#ffffff0a;border-radius:2rem;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 3rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex}.ServicePage-module__yIDCVW__metricCard:hover{background:#ffffff0f;box-shadow:0 40px 80px #00000080}.ServicePage-module__yIDCVW__metricIconWrap{background:var(--accent-lime);color:#000;border-radius:1.25rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:.5rem;transition:all .5s;display:flex;box-shadow:0 0 20px #d4f25566}.ServicePage-module__yIDCVW__metricCard:hover .ServicePage-module__yIDCVW__metricIconWrap{transform:scale(1.05)}.ServicePage-module__yIDCVW__metricValue{font-family:var(--font-sora);color:var(--accent-lime);letter-spacing:-.04em;margin-bottom:.5rem;font-size:4rem;font-weight:800;line-height:1}.ServicePage-module__yIDCVW__metricCard:hover .ServicePage-module__yIDCVW__metricValue{color:var(--accent-lime)}.ServicePage-module__yIDCVW__metricLabel{font-family:var(--font-sora);color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;display:block}.ServicePage-module__yIDCVW__metricDesc{font-family:var(--font-body);color:#ffffffbf;max-width:250px;margin:0 auto;font-size:.925rem;font-weight:400;line-height:1.55}.ServicePage-module__yIDCVW__packageSection{background-color:#fff;padding:8rem 0}.ServicePage-module__yIDCVW__packageGrid{grid-template-columns:1fr;gap:2rem;margin-top:4rem;display:grid}@media (min-width:1024px){.ServicePage-module__yIDCVW__packageGrid{grid-template-columns:repeat(3,1fr)}}.ServicePage-module__yIDCVW__packageCard{background:#fff;border:1px solid #00000014;border-radius:2rem;flex-direction:column;padding:3.5rem 2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.ServicePage-module__yIDCVW__packageCard:hover{border-color:var(--accent-lime);transform:translateY(-10px);box-shadow:0 40px 80px #00000014}.ServicePage-module__yIDCVW__packageName{font-family:var(--font-sora);color:#000;letter-spacing:-.02em;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.ServicePage-module__yIDCVW__packageDesc{font-family:var(--font-body);color:#4b5563;margin-bottom:2.5rem;font-size:.925rem;font-weight:400;line-height:1.55}.ServicePage-module__yIDCVW__packageList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.ServicePage-module__yIDCVW__packageListItem{font-family:var(--font-body);color:#374151;align-items:center;gap:.875rem;font-size:.925rem;font-weight:400;display:flex}.ServicePage-module__yIDCVW__packageCheck{color:var(--accent-lime);flex-shrink:0}.ServicePage-module__yIDCVW__featuredTestimonial{background-color:#f9fafb;padding:10rem 0;position:relative}.ServicePage-module__yIDCVW__testimonialContent{text-align:center;max-width:900px;margin:0 auto}.ServicePage-module__yIDCVW__testimonialQuote{font-family:var(--font-sora);color:#000;letter-spacing:-.03em;margin-bottom:3rem;font-size:2.25rem;font-weight:700;line-height:1.3;position:relative}@media (min-width:1024px){.ServicePage-module__yIDCVW__testimonialQuote{font-size:3rem}}.ServicePage-module__yIDCVW__testimonialQuote:before{content:"\"";color:var(--accent-lime);opacity:.2;font-family:serif;font-size:8rem;position:absolute;top:-2rem;left:50%;transform:translate(-50%)}.ServicePage-module__yIDCVW__testimonialAuthor{flex-direction:column;align-items:center;gap:1rem;display:flex}.ServicePage-module__yIDCVW__authorAvatar{background:#eee;border-radius:50%;width:5rem;height:5rem;position:relative;overflow:hidden}.ServicePage-module__yIDCVW__authorInfo{text-align:center}.ServicePage-module__yIDCVW__authorName{font-family:var(--font-sora);color:#000;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.ServicePage-module__yIDCVW__authorRole{font-family:var(--font-body);color:#6b7280;font-size:.925rem;font-weight:400}.ServicePage-module__yIDCVW__comparisonSection{background-color:#fcfcfc;padding:10rem 0;position:relative}.ServicePage-module__yIDCVW__compareGrid{flex-direction:column;gap:4rem;max-width:1100px;margin:6rem auto 0;display:flex}.ServicePage-module__yIDCVW__compareRow{flex-direction:column;gap:2rem;display:flex;position:relative}@media (min-width:1024px){.ServicePage-module__yIDCVW__compareRow{flex-direction:row;align-items:stretch}}.ServicePage-module__yIDCVW__compareFeatureLabel{font-family:var(--font-body);text-transform:capitalize;letter-spacing:.15em;color:#9ca3af;z-index:5;background:#fff;border:1px solid #e5e7eb;border-radius:2rem;padding:.25rem 1rem;font-size:.75rem;font-weight:800;position:absolute;top:-2.5rem;left:0}.ServicePage-module__yIDCVW__compareStandardCard{background:#fff;border:1px solid #f3f4f6;border-radius:2rem;flex-direction:column;flex:1;gap:1.5rem;padding:3rem;transition:all .4s;display:flex;position:relative}.ServicePage-module__yIDCVW__compareStandardCard:before{content:"✕";color:#ef4444;background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:900;display:flex;position:absolute;top:2.5rem;right:2.5rem}.ServicePage-module__yIDCVW__compareUsCard{border:2px solid var(--accent-lime);background:#000;border-radius:2rem;flex-direction:column;flex:1.2;gap:1.5rem;padding:3.5rem;display:flex;position:relative;transform:scale(1.02);box-shadow:0 40px 80px #0000001a}@media (max-width:1023px){.ServicePage-module__yIDCVW__compareUsCard{transform:scale(1)}}.ServicePage-module__yIDCVW__compareUsCard:before{content:"✓";background:var(--accent-lime);color:#000;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;font-weight:900;display:flex;position:absolute;top:2.5rem;right:2.5rem;box-shadow:0 0 20px #d4f25566}.ServicePage-module__yIDCVW__compareStandardTitle{font-family:var(--font-sora);color:#111827;letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.ServicePage-module__yIDCVW__compareCardTitle{font-family:var(--font-sora);letter-spacing:-.02em;color:#fff;font-size:1.5rem;font-weight:700}.ServicePage-module__yIDCVW__compareStandardContent{font-family:var(--font-body);color:#6b7280;max-width:90%;font-size:1.0625rem;line-height:1.6}.ServicePage-module__yIDCVW__compareUsContent{font-family:var(--font-sora);color:#fff;letter-spacing:-.01em;max-width:85%;font-size:1.25rem;font-weight:700;line-height:1.4}.ServicePage-module__yIDCVW__compareUsBadge{color:var(--accent-lime);font-family:var(--font-body);text-transform:capitalize;letter-spacing:.1em;background:#d4f2551a;border-radius:.75rem;margin-bottom:.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.ServicePage-module__yIDCVW__projectsSection{background-color:#0a0a0a;padding:8rem 0}.ServicePage-module__yIDCVW__projectsGrid{grid-template-columns:1fr;gap:2rem;margin-top:4rem;display:grid}@media (min-width:768px){.ServicePage-module__yIDCVW__projectsGrid{grid-template-columns:repeat(3,1fr)}}.ServicePage-module__yIDCVW__projectCard{aspect-ratio:4/5;cursor:pointer;border-radius:2rem;position:relative;overflow:hidden}.ServicePage-module__yIDCVW__projectImage{object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.ServicePage-module__yIDCVW__projectCard:hover .ServicePage-module__yIDCVW__projectImage{transform:scale(1.1)}.ServicePage-module__yIDCVW__projectOverlay{background:linear-gradient(#0000 40%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.ServicePage-module__yIDCVW__projectCategory{font-family:var(--font-body);text-transform:capitalize;letter-spacing:.1em;color:var(--accent-lime);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.ServicePage-module__yIDCVW__projectTitle{font-family:var(--font-sora);color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.ServicePage-module__yIDCVW__philosophySection{text-align:center;background-color:#fff;padding:10rem 0}.ServicePage-module__yIDCVW__philosophyQuote{font-family:var(--font-sora);color:#000;letter-spacing:-.04em;max-width:1000px;margin:0 auto 2rem;font-size:2.5rem;font-weight:700;line-height:1.2}@media (min-width:1024px){.ServicePage-module__yIDCVW__philosophyQuote{font-size:4rem}}.ServicePage-module__yIDCVW__philosophyAuthor{font-family:var(--font-body);text-transform:capitalize;letter-spacing:.2em;color:#6b7280;font-size:.875rem;font-weight:700}.ServicePage-module__yIDCVW__otherServicesSection{background-color:#000;padding:10rem 0;position:relative;overflow:hidden}.ServicePage-module__yIDCVW__otherServicesSection:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#d4f2550d 0%,#0000 70%);position:absolute;inset:0}.ServicePage-module__yIDCVW__otherServicesGrid{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1200px;margin-top:4rem;margin-left:auto;margin-right:auto;display:flex}.ServicePage-module__yIDCVW__otherServiceCard{background:#0a0a0acc;border:1px solid #ffffff0d;border-radius:1.25rem;align-items:center;gap:1.25rem;padding:1.25rem 2rem;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #00000080}.ServicePage-module__yIDCVW__otherServiceCard:after{content:"";background:linear-gradient(45deg,#0000,#d4f25508,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.ServicePage-module__yIDCVW__otherServiceCard:hover{border-color:var(--accent-lime);background:#d4f2550d;transform:translateY(-5px);box-shadow:0 20px 40px #0006,0 0 20px #d4f2551a}.ServicePage-module__yIDCVW__otherServiceCard:hover:after{transform:translate(100%)}.ServicePage-module__yIDCVW__otherServiceIcon{width:2.75rem;height:2.75rem;color:var(--accent-lime);background:#d4f2551a;border:1px solid #d4f25533;border-radius:.75rem;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.ServicePage-module__yIDCVW__otherServiceCard:hover .ServicePage-module__yIDCVW__otherServiceIcon{background:var(--accent-lime);color:#000;box-shadow:0 0 15px var(--accent-lime);transform:rotate(-5deg)scale(1.1)}.ServicePage-module__yIDCVW__otherServiceTitle{font-family:var(--font-sora);color:#fff9;white-space:nowrap;letter-spacing:-.01em;font-size:1rem;font-weight:600;transition:all .4s}.ServicePage-module__yIDCVW__otherServiceCard:hover .ServicePage-module__yIDCVW__otherServiceTitle{color:#fff;transform:translate(5px)}
