@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Space+Grotesk:wght@400;500&display=swap";
.Hero-module__b6sTla__hero{background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);align-items:center;width:100%;min-height:100vh;padding:2rem 0;font-weight:400;display:flex;position:relative;overflow:hidden}@media (max-width:765px){.Hero-module__b6sTla__hero{margin-top:40px}}.Hero-module__b6sTla__geometricGrid{background-image:linear-gradient(#3b82f605 1px,#0000 1px),linear-gradient(90deg,#3b82f605 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(circle,#0000001a 0%,#0000 70%);mask-image:radial-gradient(circle,#0000001a 0%,#0000 70%)}.Hero-module__b6sTla__lightParticles{pointer-events:none;width:100%;height:100%;position:absolute}.Hero-module__b6sTla__particle{width:4px;height:4px;top:var(--y);left:var(--x);animation:8s ease-in-out infinite Hero-module__b6sTla__particleFloat;animation-delay:var(--delay);filter:blur(1px);background:#3b82f64d;border-radius:50%;position:absolute}@keyframes Hero-module__b6sTla__particleFloat{0%,to{opacity:.3;transform:translate(0)scale(1)}50%{opacity:.6;transform:translate(20px,-20px)scale(1.5)}}.Hero-module__b6sTla__circuitPattern{opacity:.05;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__b6sTla__circuitLine1,.Hero-module__b6sTla__circuitLine2,.Hero-module__b6sTla__circuitLine3{background:linear-gradient(90deg,#0000,#3b82f6,#0000);height:1px;animation:20s linear infinite Hero-module__b6sTla__circuitScan;position:absolute}.Hero-module__b6sTla__circuitLine1{width:100%;animation-delay:0s;top:30%}.Hero-module__b6sTla__circuitLine2{width:80%;animation-delay:6.66s;top:60%;left:10%}.Hero-module__b6sTla__circuitLine3{width:60%;animation-delay:13.33s;top:45%;left:20%}@keyframes Hero-module__b6sTla__circuitScan{0%{background-position:-100% 0}to{background-position:200% 0}}.Hero-module__b6sTla__container{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(2rem,6vw,6rem);width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);display:grid;position:relative}.Hero-module__b6sTla__contentColumn{padding-right:clamp(0,2vw,2rem)}.Hero-module__b6sTla__contentWrapper{width:100%;max-width:min(640px,100%)}.Hero-module__b6sTla__premiumHeader{margin-bottom:clamp(2rem,5vw,3rem)}.Hero-module__b6sTla__expertiseTag{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid #3b82f633;border-radius:100px;align-items:center;gap:.75rem;margin-bottom:clamp(1.5rem,3vw,2rem);padding:clamp(.625rem,1.5vw,.75rem) clamp(1rem,2vw,1.5rem);font-size:clamp(.75rem,2vw,.875rem);font-weight:400;display:inline-flex;position:relative;overflow:hidden}.Hero-module__b6sTla__tagIcon{color:#3b82f6;justify-content:center;align-items:center;display:flex}.Hero-module__b6sTla__tagIcon svg{width:clamp(14px,3vw,16px);height:clamp(14px,3vw,16px)}.Hero-module__b6sTla__tagText{color:#1e40af;letter-spacing:.5px;white-space:nowrap;font-size:clamp(.75rem,2vw,.875rem);font-weight:400}.Hero-module__b6sTla__tagLine{background:linear-gradient(90deg,#0000,#3b82f6,#0000);width:100%;height:2px;animation:3s ease-in-out infinite Hero-module__b6sTla__tagScan;position:absolute;bottom:0;left:0}@keyframes Hero-module__b6sTla__tagScan{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.Hero-module__b6sTla__mainTitle{color:#111827;letter-spacing:-.02em;margin-bottom:clamp(1rem,3vw,1.5rem);font-size:clamp(2rem,5vw,3.75rem);font-weight:400;line-height:1.1}.Hero-module__b6sTla__titleLine{margin-bottom:.25rem;display:block}.Hero-module__b6sTla__titleAccent{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 50%,#10b981 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;font-weight:400;animation:6s ease-in-out infinite Hero-module__b6sTla__gradientFlow;position:relative}@keyframes Hero-module__b6sTla__gradientFlow{0%,to{background-position:0%}50%{background-position:100%}}.Hero-module__b6sTla__tagline{color:#4b5563;max-width:min(580px,100%);margin-bottom:clamp(1rem,3vw,2rem);font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.6}.Hero-module__b6sTla__capabilities{flex-direction:column;gap:clamp(1.5rem,3vw,2rem);margin-bottom:clamp(2rem,4vw,3rem);display:flex}.Hero-module__b6sTla__capability{background:#fffc;border:1px solid #e5e7eb;border-radius:20px;align-items:flex-start;gap:clamp(1rem,2vw,1.5rem);padding:clamp(1.25rem,2vw,1.5rem);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Hero-module__b6sTla__capability:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 25px 50px -12px #3b82f626}.Hero-module__b6sTla__capability:before{content:"";opacity:0;background:linear-gradient(#3b82f6,#8b5cf6);width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Hero-module__b6sTla__capability:hover:before{opacity:1}.Hero-module__b6sTla__capabilityIcon{flex-shrink:0}.Hero-module__b6sTla__iconContainer{position:relative}.Hero-module__b6sTla__iconBackground{z-index:1;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:16px;justify-content:center;align-items:center;width:clamp(56px,8vw,64px);height:clamp(56px,8vw,64px);display:flex;position:relative;box-shadow:0 4px 20px #0000000d}.Hero-module__b6sTla__iconGlow{filter:blur(10px);opacity:0;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-radius:20px;width:clamp(70px,10vw,80px);height:clamp(70px,10vw,80px);transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__b6sTla__capability:hover .Hero-module__b6sTla__iconGlow{opacity:1}.Hero-module__b6sTla__capabilityImage{object-fit:cover;border-radius:10px;width:clamp(30px,4vw,35px);height:clamp(30px,4vw,35px)}.Hero-module__b6sTla__capabilityDetails{flex:1;min-width:0}.Hero-module__b6sTla__capabilityDetails h3{color:#111827;margin-bottom:.5rem;font-size:clamp(1.125rem,2vw,1.25rem);font-weight:400}.Hero-module__b6sTla__capabilityDetails p{color:#6b7280;margin-bottom:1rem;font-size:clamp(.875rem,1.5vw,.9375rem);font-weight:400;line-height:1.5}.Hero-module__b6sTla__capabilityProgress{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Hero-module__b6sTla__progressBar{background:#e5e7eb;border-radius:3px;flex:1;min-width:120px;height:6px;overflow:hidden}.Hero-module__b6sTla__progressFill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:3px;height:100%;transition:width 1.5s cubic-bezier(.4,0,.2,1)}.Hero-module__b6sTla__progressLabel{color:#3b82f6;min-width:80px;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:400}.Hero-module__b6sTla__valueProposition{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border:1px solid #3b82f61a;border-radius:20px;margin-bottom:clamp(2rem,4vw,3rem);padding:clamp(1.5rem,3vw,2rem)}.Hero-module__b6sTla__valueTitle{color:#111827;margin-bottom:1.5rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:400}.Hero-module__b6sTla__valuePoints{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:clamp(.75rem,1.5vw,1rem);display:grid}.Hero-module__b6sTla__valuePoint{color:#4b5563;align-items:center;gap:.75rem;font-size:clamp(.875rem,1.5vw,.9375rem);font-weight:400;display:flex}.Hero-module__b6sTla__valueIcon{color:#fff;background:#10b981;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(20px,3vw,24px);height:clamp(20px,3vw,24px);font-size:clamp(.75rem,1.5vw,.875rem);display:flex}.Hero-module__b6sTla__actionSection{margin-bottom:clamp(2rem,4vw,3rem)}.Hero-module__b6sTla__actionButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#111827 0%,#374151 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;width:100%;min-width:min(280px,100%);margin-bottom:1.5rem;padding:clamp(1rem,2vw,1.25rem) clamp(1.5rem,3vw,2.5rem);font-size:clamp(.9375rem,2vw,1rem);font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Hero-module__b6sTla__buttonInner{z-index:2;align-items:center;gap:.75rem;display:flex;position:relative}.Hero-module__b6sTla__buttonText{font-weight:400;position:relative}.Hero-module__b6sTla__buttonText:after{content:"";background:#fff;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Hero-module__b6sTla__actionButton:hover .Hero-module__b6sTla__buttonText:after{width:100%}.Hero-module__b6sTla__buttonIcon svg{width:clamp(14px,2vw,16px);height:clamp(14px,2vw,16px);transition:transform .3s cubic-bezier(.4,0,.2,1)}.Hero-module__b6sTla__actionButton:hover .Hero-module__b6sTla__buttonIcon svg{transform:translate(6px)}.Hero-module__b6sTla__buttonShadow{z-index:1;opacity:0;background:linear-gradient(135deg,#3b82f64d,#8b5cf64d);border-radius:18px;transition:opacity .3s;position:absolute;inset:8px -8px -8px 8px}.Hero-module__b6sTla__actionButton:hover .Hero-module__b6sTla__buttonShadow{opacity:1}.Hero-module__b6sTla__actionButton:hover{transform:translateY(-2px);box-shadow:0 20px 40px #00000026}.Hero-module__b6sTla__assurance{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1rem,2vw,1.5rem);display:flex}.Hero-module__b6sTla__assuranceItem{color:#10b981;align-items:center;gap:.5rem;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:400;display:flex}.Hero-module__b6sTla__assuranceIcon{justify-content:center;align-items:center;display:flex}.Hero-module__b6sTla__assuranceDivider{background:linear-gradient(#0000,#d1d5db,#0000);width:1px;height:20px}.Hero-module__b6sTla__metrics{border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(1.5rem,3vw,3rem);padding-top:2.5rem;display:flex}.Hero-module__b6sTla__metric{text-align:center;flex:1;min-width:80px}.Hero-module__b6sTla__metricValue{background:linear-gradient(135deg,#111827,#4b5563);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.375rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:400;line-height:1}.Hero-module__b6sTla__metricLabel{color:#6b7280;letter-spacing:.5px;white-space:nowrap;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:400}.Hero-module__b6sTla__metricDivider{background:linear-gradient(#0000,#e5e7eb,#0000);width:1px;height:40px}.Hero-module__b6sTla__visualColumn{width:100%;position:relative}.Hero-module__b6sTla__visualWrapper{justify-content:center;align-items:center;width:100%;height:clamp(400px,60vh,600px);display:flex;position:relative}.Hero-module__b6sTla__aiSphere{justify-content:center;align-items:center;width:min(400px,100%);height:min(400px,100%);display:flex;position:relative}.Hero-module__b6sTla__sphereOuter{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Hero-module__b6sTla__sphereInner{background:radial-gradient(circle at 30% 30%,#ffffffe6,#f8fafccc);border-radius:50%;justify-content:center;align-items:center;width:80%;height:80%;display:flex;position:relative;box-shadow:0 20px 60px #0000001a,inset 0 0 60px #3b82f61a}.Hero-module__b6sTla__sphereCore{border:2px solid #3b82f633;border-radius:50%;width:75%;height:75%;position:relative;overflow:hidden;box-shadow:0 0 40px #3b82f633,inset 0 0 40px #3b82f61a}.Hero-module__b6sTla__sphereVideo{object-fit:cover;filter:contrast(1.1)saturate(1.2);width:100%;height:100%}@media (max-width:765px){.Hero-module__b6sTla__sphereVideo{display:none}}.Hero-module__b6sTla__sphereGlow{background:radial-gradient(circle,#3b82f633,#0000 70%);width:100%;height:100%;animation:4s ease-in-out infinite Hero-module__b6sTla__spherePulse;position:absolute;top:0;left:0}@keyframes Hero-module__b6sTla__spherePulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.Hero-module__b6sTla__orbitRing{width:100%;height:100%;animation:30s linear infinite Hero-module__b6sTla__orbitRotate;position:absolute;top:0;left:0}@keyframes Hero-module__b6sTla__orbitRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Hero-module__b6sTla__orbitDot{width:clamp(8px,2vw,12px);height:clamp(8px,2vw,12px);transform:translate(-50%,-50%)rotate(var(--angle))translateX(min(180px,45vw))rotate(calc(var(--angle)*-1));position:absolute;top:50%;left:50%}.Hero-module__b6sTla__orbitPulse{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;width:100%;height:100%;animation:2s ease-in-out infinite Hero-module__b6sTla__orbitPulse;box-shadow:0 0 20px #3b82f699}@keyframes Hero-module__b6sTla__orbitPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.Hero-module__b6sTla__neuralPathways{width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__b6sTla__pathway{transform-origin:top;width:2px;height:180px;transform:translate(-50%,-50%)rotate(var(--rotation));animation:3s ease-in-out infinite Hero-module__b6sTla__pathwayFlow;animation-delay:calc(var(--rotation)*20ms);background:linear-gradient(#0000,#3b82f64d,#0000);position:absolute;top:50%;left:50%}@keyframes Hero-module__b6sTla__pathwayFlow{0%,to{opacity:.3;height:180px}50%{opacity:.8;height:220px}}.Hero-module__b6sTla__liveIndicator{white-space:nowrap;background:#ffffffe6;border:1px solid #e5e7eb;border-radius:100px;align-items:center;gap:.5rem;padding:clamp(.375rem,1vw,.5rem) clamp(.75rem,1.5vw,1rem);display:flex;position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000001a}.Hero-module__b6sTla__indicatorDot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__b6sTla__indicatorPulse}@keyframes Hero-module__b6sTla__indicatorPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.Hero-module__b6sTla__indicatorText{color:#4b5563;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:400}.Hero-module__b6sTla__floatingCards{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__b6sTla__floatingCard1,.Hero-module__b6sTla__floatingCard2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;background:#fffffff2;border:1px solid #fff3;border-radius:16px;width:clamp(180px,25vw,220px);padding:clamp(1rem,2vw,1.5rem);position:absolute;box-shadow:0 20px 40px #0000001a}.Hero-module__b6sTla__floatingCard1{animation:8s ease-in-out infinite Hero-module__b6sTla__floatCard1;top:-10%;right:0}.Hero-module__b6sTla__floatingCard2{width:clamp(160px,22vw,200px);animation:10s ease-in-out infinite Hero-module__b6sTla__floatCard2;bottom:20%;left:-10%}@keyframes Hero-module__b6sTla__floatCard1{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-10px)rotate(1deg)}66%{transform:translateY(5px)rotate(-1deg)}}@keyframes Hero-module__b6sTla__floatCard2{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(8px)rotate(-1deg)}66%{transform:translateY(-5px)rotate(1deg)}}.Hero-module__b6sTla__cardHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Hero-module__b6sTla__cardIcon{color:#3b82f6;font-size:clamp(1rem,2vw,1.25rem)}.Hero-module__b6sTla__cardTitle{color:#111827;font-size:clamp(.875rem,1.5vw,.9375rem);font-weight:400}.Hero-module__b6sTla__cardProgress{margin-top:.75rem}.Hero-module__b6sTla__progressTrack{background:#e5e7eb;border-radius:3px;width:100%;height:6px;margin-bottom:.5rem;overflow:hidden}.Hero-module__b6sTla__progressBar{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:3px;width:100%;height:100%;animation:3s ease-in-out infinite Hero-module__b6sTla__progressScan}@keyframes Hero-module__b6sTla__progressScan{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.Hero-module__b6sTla__progressStats{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.Hero-module__b6sTla__progressStats .Hero-module__b6sTla__stat{color:#111827;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:400}.Hero-module__b6sTla__progressStats .Hero-module__b6sTla__statLabel{color:#6b7280;font-size:clamp(.625rem,1.5vw,.75rem);font-weight:400}.Hero-module__b6sTla__accuracyMeter{text-align:center;margin:1rem 0}.Hero-module__b6sTla__meterValue{color:#111827;margin-bottom:.25rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.Hero-module__b6sTla__meterLabel{color:#6b7280;font-size:clamp(.625rem,1.5vw,.75rem);font-weight:400}.Hero-module__b6sTla__trend{justify-content:center;align-items:center;gap:.25rem;display:flex}.Hero-module__b6sTla__trendText{color:#10b981;font-size:clamp(.625rem,1.5vw,.75rem);font-weight:400}.Hero-module__b6sTla__premiumTestimonial{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#fffffff2;border:1px solid #fff3;border-radius:20px;width:clamp(240px,30vw,280px);padding:clamp(1.5rem,2vw,2rem);position:absolute;bottom:-25%;right:-15%;box-shadow:0 25px 50px -12px #00000026}.Hero-module__b6sTla__testimonialHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Hero-module__b6sTla__quoteIcon{color:#3b82f6;opacity:.3;font-size:clamp(2rem,4vw,3rem);line-height:1}.Hero-module__b6sTla__testimonialRating{gap:.125rem;display:flex}.Hero-module__b6sTla__star{color:#fbbf24;font-size:clamp(.875rem,1.5vw,1rem)}.Hero-module__b6sTla__testimonialContent{color:#4b5563;margin-bottom:1.5rem;font-size:clamp(.875rem,1.5vw,.9375rem);font-style:italic;font-weight:400;line-height:1.6}.Hero-module__b6sTla__testimonialAuthor{justify-content:space-between;align-items:center;display:flex}.Hero-module__b6sTla__authorProfile{align-items:center;gap:.75rem;display:flex}.Hero-module__b6sTla__authorAvatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(36px,4vw,40px);height:clamp(36px,4vw,40px);font-size:clamp(.75rem,1.5vw,.875rem);font-weight:400;display:flex}.Hero-module__b6sTla__authorInfo{flex-direction:column;display:flex}.Hero-module__b6sTla__authorName{color:#111827;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:400}.Hero-module__b6sTla__authorRole{color:#6b7280;font-size:clamp(.625rem,1.5vw,.75rem);font-weight:400}.Hero-module__b6sTla__companyLogo{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:clamp(28px,3vw,32px);height:clamp(28px,3vw,32px);display:flex}.Hero-module__b6sTla__logoPlaceholder{color:#6b7280;font-size:clamp(.625rem,1.5vw,.75rem);font-weight:400}.Hero-module__b6sTla__techElements{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute}.Hero-module__b6sTla__techElement1,.Hero-module__b6sTla__techElement2,.Hero-module__b6sTla__techElement3{background:#ffffffe6;border:1px solid #fff3;border-radius:16px;justify-content:center;align-items:center;width:clamp(48px,6vw,60px);height:clamp(48px,6vw,60px);font-weight:400;display:flex;position:absolute;box-shadow:0 10px 30px #0000001a}.Hero-module__b6sTla__techElement1{animation:15s ease-in-out infinite Hero-module__b6sTla__techFloat;top:15%;left:5%}.Hero-module__b6sTla__techElement2{animation:20s ease-in-out infinite reverse Hero-module__b6sTla__techFloat;top:70%;right:10%}.Hero-module__b6sTla__techElement3{animation:25s ease-in-out infinite Hero-module__b6sTla__techFloat;bottom:15%;left:15%}.Hero-module__b6sTla__techIcon{color:#3b82f6;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:400}@keyframes Hero-module__b6sTla__techFloat{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(10px,-10px)rotate(90deg)}50%{transform:translate(-5px,5px)rotate(180deg)}75%{transform:translate(-10px,-5px)rotate(270deg)}}@media (min-width:1440px){.Hero-module__b6sTla__container{max-width:1400px}}@media (max-width:1200px){.Hero-module__b6sTla__container{grid-template-columns:1fr 1fr;gap:4rem}.Hero-module__b6sTla__aiSphere{width:350px;height:350px}.Hero-module__b6sTla__orbitDot{transform:translate(-50%,-50%)rotate(var(--angle))translateX(160px)rotate(calc(var(--angle)*-1))}}@media (max-width:1024px){.Hero-module__b6sTla__container{grid-template-columns:1fr;gap:4rem}.Hero-module__b6sTla__contentColumn{order:2;padding-right:0}.Hero-module__b6sTla__visualColumn{order:1}.Hero-module__b6sTla__visualWrapper{height:clamp(350px,50vh,450px)}.Hero-module__b6sTla__aiSphere{width:min(300px,100%);height:min(300px,100%)}.Hero-module__b6sTla__orbitDot{transform:translate(-50%,-50%)rotate(var(--angle))translateX(min(140px,45vw))rotate(calc(var(--angle)*-1))}.Hero-module__b6sTla__premiumTestimonial{width:80%;margin:2rem auto 0;position:relative;bottom:auto;right:auto}.Hero-module__b6sTla__floatingCards{flex-direction:row;justify-content:center;gap:2rem;height:auto;margin-top:2rem;display:flex;position:relative}.Hero-module__b6sTla__floatingCard1,.Hero-module__b6sTla__floatingCard2{width:45%;position:relative;inset:auto}}@media (max-width:768px){.Hero-module__b6sTla__hero{padding:3rem 0}.Hero-module__b6sTla__container{gap:3rem}.Hero-module__b6sTla__valuePoints{grid-template-columns:1fr}.Hero-module__b6sTla__capability{text-align:center;flex-direction:column;align-items:center}.Hero-module__b6sTla__capabilityIcon{margin-bottom:1rem}.Hero-module__b6sTla__capabilityProgress{flex-direction:column;align-items:stretch}.Hero-module__b6sTla__progressBar{min-width:100%}.Hero-module__b6sTla__visualWrapper{height:clamp(300px,40vh,400px)}.Hero-module__b6sTla__aiSphere{width:min(250px,100%);height:min(250px,100%)}.Hero-module__b6sTla__orbitDot{transform:translate(-50%,-50%)rotate(var(--angle))translateX(min(115px,45vw))rotate(calc(var(--angle)*-1))}.Hero-module__b6sTla__metrics{justify-content:space-around}.Hero-module__b6sTla__metric{flex:0 0 calc(33.333% - 1rem)}.Hero-module__b6sTla__metricDivider{display:none}.Hero-module__b6sTla__assurance{text-align:center;justify-content:center}.Hero-module__b6sTla__assuranceDivider{display:none}.Hero-module__b6sTla__floatingCards{flex-direction:column;align-items:center;gap:1rem}.Hero-module__b6sTla__floatingCard1,.Hero-module__b6sTla__floatingCard2{width:80%}.Hero-module__b6sTla__techElements{display:none}}@media (max-width:480px){.Hero-module__b6sTla__hero{padding:2rem 0}.Hero-module__b6sTla__container{gap:2.5rem}.Hero-module__b6sTla__expertiseTag{margin-bottom:1.5rem}.Hero-module__b6sTla__tagline{margin-bottom:2rem}.Hero-module__b6sTla__capabilities{gap:1.5rem}.Hero-module__b6sTla__visualWrapper{height:clamp(250px,35vh,350px)}.Hero-module__b6sTla__aiSphere{width:min(200px,100%);height:min(200px,100%)}.Hero-module__b6sTla__orbitDot{transform:translate(-50%,-50%)rotate(var(--angle))translateX(min(90px,45vw))rotate(calc(var(--angle)*-1));width:6px;height:6px}.Hero-module__b6sTla__orbitPulse{width:6px;height:6px}.Hero-module__b6sTla__metrics{gap:1rem}.Hero-module__b6sTla__metric{flex:0 0 calc(50% - .5rem)}.Hero-module__b6sTla__metricValue{font-size:2rem}.Hero-module__b6sTla__floatingCard1,.Hero-module__b6sTla__floatingCard2{width:90%}.Hero-module__b6sTla__premiumTestimonial{width:100%;padding:1.5rem}.Hero-module__b6sTla__liveIndicator{padding:.375rem .75rem;font-size:.75rem}.Hero-module__b6sTla__indicatorText{font-size:.75rem}}@media (max-width:360px){.Hero-module__b6sTla__container{padding:0 .75rem}.Hero-module__b6sTla__mainTitle{font-size:1.875rem}.Hero-module__b6sTla__tagline{font-size:.9375rem}.Hero-module__b6sTla__visualWrapper{height:clamp(220px,30vh,300px)}.Hero-module__b6sTla__aiSphere{width:min(180px,100%);height:min(180px,100%)}.Hero-module__b6sTla__orbitDot{transform:translate(-50%,-50%)rotate(var(--angle))translateX(min(80px,45vw))rotate(calc(var(--angle)*-1))}.Hero-module__b6sTla__metric{flex:0 0 100%;margin-bottom:.5rem}.Hero-module__b6sTla__metric:last-child{margin-bottom:0}.Hero-module__b6sTla__metrics{flex-direction:column;gap:.5rem}.Hero-module__b6sTla__actionButton{padding:.875rem 1.25rem}}@media (max-height:600px) and (orientation:landscape){.Hero-module__b6sTla__hero{min-height:auto;padding:1.5rem 0}.Hero-module__b6sTla__container{grid-template-columns:1fr 1fr;gap:2rem}.Hero-module__b6sTla__visualWrapper{height:clamp(250px,60vh,350px)}.Hero-module__b6sTla__aiSphere{width:min(200px,100%);height:min(200px,100%)}.Hero-module__b6sTla__orbitDot{transform:translate(-50%,-50%)rotate(var(--angle))translateX(min(90px,40vw))rotate(calc(var(--angle)*-1))}}@media (min-width:1024px) and (max-width:1366px) and (orientation:landscape){.Hero-module__b6sTla__visualWrapper{height:clamp(400px,60vh,500px)}.Hero-module__b6sTla__aiSphere{width:min(350px,100%);height:min(350px,100%)}.Hero-module__b6sTla__orbitDot{transform:translate(-50%,-50%)rotate(var(--angle))translateX(min(160px,45vw))rotate(calc(var(--angle)*-1))}}@media (hover:none) and (pointer:coarse){.Hero-module__b6sTla__capability:hover{border-color:#e5e7eb;transform:none}.Hero-module__b6sTla__capability:hover:before,.Hero-module__b6sTla__capability:hover .Hero-module__b6sTla__iconGlow{opacity:0}.Hero-module__b6sTla__actionButton:hover{transform:none}.Hero-module__b6sTla__actionButton:active{transform:translateY(-2px)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.Hero-module__b6sTla__particle{filter:blur(.5px)}.Hero-module__b6sTla__iconGlow{filter:blur(8px)}.Hero-module__b6sTla__sphereGlow{filter:blur(10px)}}@media print{.Hero-module__b6sTla__hero{min-height:auto;background:#fff!important}.Hero-module__b6sTla__lightParticles,.Hero-module__b6sTla__circuitPattern,.Hero-module__b6sTla__techElements,.Hero-module__b6sTla__sphereGlow,.Hero-module__b6sTla__neuralPathways,.Hero-module__b6sTla__orbitRing,.Hero-module__b6sTla__buttonShadow{display:none!important}.Hero-module__b6sTla__container{max-width:100%!important;display:block!important}.Hero-module__b6sTla__visualColumn{display:none!important}}
.Reach-module__Aj9DLW__reachOverlay{z-index:20000;background:#000;transition:transform .5s cubic-bezier(.4,0,.2,1);position:fixed;inset:0;overflow-y:auto;transform:translate(100%)}.Reach-module__Aj9DLW__reachOverlay.Reach-module__Aj9DLW__active{transform:translate(0)}.Reach-module__Aj9DLW__reachContainer{flex-direction:column;max-width:1600px;min-height:100vh;margin:0 auto;padding:2rem;display:flex;position:relative}.Reach-module__Aj9DLW__closeButton{cursor:pointer;z-index:20001;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:fixed;top:2rem;right:2rem}.Reach-module__Aj9DLW__closeButton:hover{background:#667eea;transform:rotate(90deg)scale(1.1)}.Reach-module__Aj9DLW__reachContent{flex-grow:1;padding-top:4rem}.Reach-module__Aj9DLW__headerSection{text-align:center;max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.Reach-module__Aj9DLW__title{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:400}.Reach-module__Aj9DLW__subtitle{color:#fffc;font-size:1.25rem;line-height:1.6}.Reach-module__Aj9DLW__mainContent{grid-template-columns:1.5fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.Reach-module__Aj9DLW__formSection{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;padding:3rem}.Reach-module__Aj9DLW__formHeader{margin-bottom:3rem}.Reach-module__Aj9DLW__formHeader h2{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:400}.Reach-module__Aj9DLW__formHeader p{color:#ffffffb3;font-size:1rem}.Reach-module__Aj9DLW__contactForm{flex-direction:column;gap:1.5rem;display:flex}.Reach-module__Aj9DLW__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Reach-module__Aj9DLW__formGroup{flex-direction:column;gap:.5rem;display:flex}.Reach-module__Aj9DLW__formGroup label{color:#fff;font-size:.95rem;font-weight:500}.Reach-module__Aj9DLW__formGroup input,.Reach-module__Aj9DLW__formGroup select,.Reach-module__Aj9DLW__formGroup textarea{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.Reach-module__Aj9DLW__formGroup input:focus,.Reach-module__Aj9DLW__formGroup select:focus,.Reach-module__Aj9DLW__formGroup textarea:focus{background:#ffffff1f;border-color:#667eea;outline:none}.Reach-module__Aj9DLW__formGroup input::placeholder,.Reach-module__Aj9DLW__formGroup textarea::placeholder{color:#ffffff80}.Reach-module__Aj9DLW__formGroup select{appearance:none;color:#374eb7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:16px;padding-right:3rem}.Reach-module__Aj9DLW__checkboxLabel{cursor:pointer;color:#fffc;align-items:flex-start;gap:.75rem;font-weight:400;display:flex}.Reach-module__Aj9DLW__checkboxLabel input[type=checkbox]{flex-shrink:0;width:18px;height:18px;margin-top:.25rem}.Reach-module__Aj9DLW__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;width:100%;margin-top:1rem;padding:1.25rem 2rem;font-size:1.1rem;font-weight:400;transition:all .3s}.Reach-module__Aj9DLW__submitButton:hover{transform:translateY(-2px);box-shadow:0 20px 40px #667eea66}.Reach-module__Aj9DLW__infoSection{flex-direction:column;gap:2rem;display:flex}.Reach-module__Aj9DLW__infoCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem}.Reach-module__Aj9DLW__infoIcon{margin-bottom:1.5rem;font-size:3rem}.Reach-module__Aj9DLW__infoContent h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:400}.Reach-module__Aj9DLW__infoList{margin:0;padding:0;list-style:none}.Reach-module__Aj9DLW__infoList li{color:#fffc;border-bottom:1px solid #ffffff1a;align-items:flex-start;gap:.75rem;padding:.5rem 0;display:flex}.Reach-module__Aj9DLW__infoList li:before{content:"✓";color:#667eea;flex-shrink:0;margin-top:.25rem;font-weight:700}.Reach-module__Aj9DLW__infoList li:last-child{border-bottom:none}.Reach-module__Aj9DLW__contactInfo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem}.Reach-module__Aj9DLW__contactInfo h3{color:#fff;margin-bottom:1.5rem;font-size:1.5rem;font-weight:400}.Reach-module__Aj9DLW__contactDetails{flex-direction:column;gap:1.5rem;display:flex}.Reach-module__Aj9DLW__contactItem{align-items:flex-start;gap:1rem;display:flex}.Reach-module__Aj9DLW__contactIcon{flex-shrink:0;margin-top:.25rem;font-size:1.5rem}.Reach-module__Aj9DLW__contactLabel{color:#fff9;margin-bottom:.25rem;font-size:.875rem}.Reach-module__Aj9DLW__contactValue{color:#fff;font-size:1rem;font-weight:500}@media (max-width:1024px){.Reach-module__Aj9DLW__mainContent{grid-template-columns:1fr;gap:2rem}.Reach-module__Aj9DLW__title{font-size:2.5rem}.Reach-module__Aj9DLW__formSection,.Reach-module__Aj9DLW__infoCard,.Reach-module__Aj9DLW__contactInfo{padding:2rem}}@media (max-width:768px){.Reach-module__Aj9DLW__reachContainer{padding:1rem}.Reach-module__Aj9DLW__closeButton{top:1rem;right:1rem}.Reach-module__Aj9DLW__reachContent{padding-top:3rem}.Reach-module__Aj9DLW__title{font-size:2rem}.Reach-module__Aj9DLW__subtitle{font-size:1.1rem}.Reach-module__Aj9DLW__formHeader h2{font-size:1.75rem}.Reach-module__Aj9DLW__formGrid{grid-template-columns:1fr}.Reach-module__Aj9DLW__infoIcon{font-size:2.5rem}.Reach-module__Aj9DLW__infoContent h3,.Reach-module__Aj9DLW__contactInfo h3{font-size:1.25rem}}
.Success-module__e1c_Za__container{z-index:99099;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:100px;right:20px;transform:translateY(-20px)}.Success-module__e1c_Za__container[data-visible=true]{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.Success-module__e1c_Za__card{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:12px;min-width:240px;padding:12px 16px;display:flex;box-shadow:0 8px 30px #02061766}.Success-module__e1c_Za__icon{font-size:20px}.Success-module__e1c_Za__title{color:#4ade80;font-size:14px;font-weight:700}.Success-module__e1c_Za__msg{opacity:.9;margin-top:2px;font-size:13px}
.Footer-module__Grjkva__footer{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border-top:1px solid #ffffff1a;padding:3rem 0 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.Footer-module__Grjkva__footerContainer{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer-module__Grjkva__brandSection{text-align:center;border-bottom:1px solid #ffffff1a;margin-bottom:3rem;padding-bottom:2rem}.Footer-module__Grjkva__logoContainer{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Footer-module__Grjkva__logo{object-fit:contain;filter:drop-shadow(0 4px 6px #0000004d);border-radius:12px}.Footer-module__Grjkva__companyName{letter-spacing:-.5px;background:linear-gradient(45deg,#4cc9f0,#4361ee);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:400}.Footer-module__Grjkva__tagline{color:#b8b8d1;max-width:500px;margin:0 auto;font-size:1.1rem;font-weight:400;line-height:1.6}.Footer-module__Grjkva__linksSection{margin-bottom:3rem}.Footer-module__Grjkva__linksGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-items:center;gap:2.5rem;display:grid}.Footer-module__Grjkva__linkGroup{text-align:center}.Footer-module__Grjkva__linkGroupTitle{color:#4cc9f0;margin-bottom:1.5rem;font-size:1.3rem;font-weight:400;display:inline-block;position:relative}.Footer-module__Grjkva__linkGroupTitle:after{content:"";background:linear-gradient(90deg,#4361ee,#4cc9f0);border-radius:2px;width:40px;height:2px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.Footer-module__Grjkva__linkList{margin:0;padding:0;list-style:none}.Footer-module__Grjkva__linkList li{margin-bottom:.8rem}.Footer-module__Grjkva__link{color:#e0e0ff;padding:.3rem 0;font-size:1.05rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.Footer-module__Grjkva__link:after{content:"";background:linear-gradient(90deg,#4361ee,#4cc9f0);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.Footer-module__Grjkva__link:hover{color:#4cc9f0;transform:translate(5px)}.Footer-module__Grjkva__link:hover:after{width:100%}.Footer-module__Grjkva__socialSection{text-align:center;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;margin-bottom:3rem;padding:2rem 0}.Footer-module__Grjkva__socialTitle{color:#4cc9f0;margin-bottom:1.5rem;font-size:1.3rem;font-weight:400}.Footer-module__Grjkva__socialIcons{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:800px;margin:0 auto;display:flex}.Footer-module__Grjkva__socialIcon{color:#e0e0ff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__Grjkva__socialIcon:hover{color:#fff;background:linear-gradient(135deg,#4361ee,#4cc9f0);border-color:#0000;transform:translateY(-3px);box-shadow:0 10px 20px #4361ee4d}.Footer-module__Grjkva__copyrightSection{text-align:center}.Footer-module__Grjkva__copyright{color:#b8b8d1;margin-bottom:.5rem;font-size:.95rem;font-weight:400}.Footer-module__Grjkva__credits{color:#8a8ab5;font-size:.9rem;font-weight:400}@media (max-width:768px){.Footer-module__Grjkva__footer{padding:2.5rem 0 1.5rem}.Footer-module__Grjkva__companyName{font-size:2.2rem}.Footer-module__Grjkva__tagline{padding:0 1rem;font-size:1rem}.Footer-module__Grjkva__linksGrid{grid-template-columns:repeat(2,1fr);gap:2rem}.Footer-module__Grjkva__socialIcons{gap:.8rem}.Footer-module__Grjkva__socialIcon{width:42px;height:42px;font-size:1.1rem}}@media (max-width:480px){.Footer-module__Grjkva__footerContainer{padding:0 1rem}.Footer-module__Grjkva__brandSection{margin-bottom:2rem;padding-bottom:1.5rem}.Footer-module__Grjkva__logoContainer{flex-direction:column;gap:.5rem}.Footer-module__Grjkva__companyName{font-size:2rem}.Footer-module__Grjkva__linksGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__Grjkva__linkGroup{text-align:center}.Footer-module__Grjkva__socialIcons{gap:.6rem}.Footer-module__Grjkva__socialIcon{width:40px;height:40px;font-size:1rem}.Footer-module__Grjkva__copyright{font-size:.9rem}.Footer-module__Grjkva__credits{font-size:.85rem}}@media (min-width:1200px){.Footer-module__Grjkva__footerContainer{padding:0}}@media (max-width:360px){.Footer-module__Grjkva__socialIcons{gap:.5rem}.Footer-module__Grjkva__socialIcon{width:38px;height:38px;font-size:.95rem}}@media (prefers-color-scheme:dark){.Footer-module__Grjkva__footer{background:linear-gradient(135deg,#0f0f1a 0%,#1a1a2e 100%)}}
.Navbar-module___rHu7W__navbar{z-index:1000;background-color:#fff;border-bottom:1px solid #e5e7eb80;font-family:Times New Roman,Times,serif;font-weight:400;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #00000014}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;box-shadow:0 4px 20px #00000014}.Navbar-module___rHu7W__navbarSpacer{height:70px}.Navbar-module___rHu7W__container{justify-content:space-between;align-items:center;max-width:1400px;height:70px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.Navbar-module___rHu7W__logoSection{align-items:center;display:flex}.Navbar-module___rHu7W__logoLink{flex-direction:column;align-items:flex-start;text-decoration:none;transition:transform .3s;display:flex}.Navbar-module___rHu7W__logoLink:hover{transform:translate(5px)}.Navbar-module___rHu7W__logo{color:#2563eb;letter-spacing:.5px;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:400}.Navbar-module___rHu7W__logoSubtitle{color:#6b7280;letter-spacing:.5px;margin-top:1px;font-size:.7rem;font-weight:400}.Navbar-module___rHu7W__desktopNav{align-items:center;display:flex}.Navbar-module___rHu7W__navItems{align-items:center;gap:1rem;display:flex}.Navbar-module___rHu7W__navButton{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.95rem;font-weight:400;transition:all .3s;display:flex;position:relative}.Navbar-module___rHu7W__navButton:hover,.Navbar-module___rHu7W__navButton.Navbar-module___rHu7W__active{color:#2563eb}.Navbar-module___rHu7W__buttonText{font-weight:400}.Navbar-module___rHu7W__chevron{color:#6b7280;font-size:.6rem;transition:transform .3s}.Navbar-module___rHu7W__chevron.Navbar-module___rHu7W__rotate{color:#2563eb;transform:rotate(180deg)}.Navbar-module___rHu7W__navLink{color:#374151;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .3s;display:flex}.Navbar-module___rHu7W__navLink:hover{color:#2563eb;transform:translateY(-1px)}.Navbar-module___rHu7W__navLinkm{color:#374151;border-radius:6px;align-items:center;gap:.4rem;margin-left:-20px;padding:.5rem 1rem;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .3s;display:flex}.Navbar-module___rHu7W__navLinkm:hover{color:#2563eb;transform:translateY(-1px)}.Navbar-module___rHu7W__linkIndicator{opacity:0;font-size:.8rem;transition:all .3s;transform:translate(-5px)}.Navbar-module___rHu7W__navLink:hover .Navbar-module___rHu7W__linkIndicator{opacity:1;transform:translate(0)}.Navbar-module___rHu7W__mobileMenuButton{cursor:pointer;z-index:1001;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:.25rem;padding:.5rem;transition:all .3s;display:none;position:relative}.Navbar-module___rHu7W__mobileMenuButton:hover{background-color:#f3f4f6}.Navbar-module___rHu7W__hamburgerLine{background-color:#374151;border-radius:2px;width:22px;height:2px;transition:all .3s}.Navbar-module___rHu7W__dropdownContainer{opacity:0;z-index:999;background:#fff;border-top:1px solid #e5e7eb80;max-height:0;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;left:0;right:0;overflow:hidden;transform:translateY(-10px);box-shadow:0 8px 30px #0000001a}.Navbar-module___rHu7W__dropdownContainer.Navbar-module___rHu7W__dropdownOpen{opacity:1;height:400px;max-height:400px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;transform:translateY(0)}.Navbar-module___rHu7W__dropdownContainer.Navbar-module___rHu7W__transitioning{transition:all .3s}.Navbar-module___rHu7W__dropdownsWrapper{height:100%;position:relative}.Navbar-module___rHu7W__dropdownContent{opacity:0;visibility:hidden;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:translateY(10px)}.Navbar-module___rHu7W__dropdownContent.Navbar-module___rHu7W__active{opacity:1;visibility:visible;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.Navbar-module___rHu7W__dropdownContent.Navbar-module___rHu7W__hidden{opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(-10px)}.Navbar-module___rHu7W__scrollChevron{display:none}@media (max-width:1024px){.Navbar-module___rHu7W__container{padding:0 1.25rem}.Navbar-module___rHu7W__navbarSpacer{height:65px}.Navbar-module___rHu7W__logo{font-size:1.5rem}.Navbar-module___rHu7W__navButton{padding:.4rem .6rem;font-size:.9rem}.Navbar-module___rHu7W__navLink{padding:.4rem .8rem;font-size:.9rem}.Navbar-module___rHu7W__dropdownContainer.Navbar-module___rHu7W__dropdownOpen{height:350px;max-height:350px}}@media (max-width:768px){.Navbar-module___rHu7W__desktopNav{display:none}.Navbar-module___rHu7W__mobileMenuButton{display:flex}.Navbar-module___rHu7W__container{height:65px;padding:0 1rem}.Navbar-module___rHu7W__navbarSpacer{height:65px}.Navbar-module___rHu7W__logo{font-size:1.4rem}.Navbar-module___rHu7W__logoSubtitle{font-size:.65rem}.Navbar-module___rHu7W__dropdownContainer{display:none}}@media (max-width:480px){.Navbar-module___rHu7W__logo{font-size:1.3rem}.Navbar-module___rHu7W__container{padding:0 .75rem}.Navbar-module___rHu7W__navbarSpacer{height:65px}}
.DropdownBase-module__NzO6qW__container{width:100%;max-width:100%;height:100%;margin:0 auto}.DropdownBase-module__NzO6qW__contentWrapper{align-items:center;height:100%;padding:1.5rem;display:flex}.DropdownBase-module__NzO6qW__container *{max-width:100%}
.SolutionsDropdown-module__lAr3ka__solutionsDropdown{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.SolutionsDropdown-module__lAr3ka__grid{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.SolutionsDropdown-module__lAr3ka__leftSection{flex-direction:column;gap:1rem;display:flex}.SolutionsDropdown-module__lAr3ka__title{color:#1e293b;font-size:1.5rem;font-weight:400;line-height:1.2}.SolutionsDropdown-module__lAr3ka__subtitle{color:#64748b;font-size:.9rem;font-weight:400;line-height:1.4}.SolutionsDropdown-module__lAr3ka__linksGrid{gap:.5rem;margin-top:.5rem;display:grid}.SolutionsDropdown-module__lAr3ka__link{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;font-weight:400;text-decoration:none;transition:all .3s}.SolutionsDropdown-module__lAr3ka__link:hover{background:#f0f9ff;border-color:#2563eb;transform:translateY(-2px)}.SolutionsDropdown-module__lAr3ka__linkContent{align-items:center;gap:.75rem;display:flex}.SolutionsDropdown-module__lAr3ka__linkNumber{color:#2563eb;background:#2563eb1a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:400;display:flex}.SolutionsDropdown-module__lAr3ka__linkTitle{font-size:.9rem;font-weight:400}.SolutionsDropdown-module__lAr3ka__rightSection{position:relative}.SolutionsDropdown-module__lAr3ka__imageWrapper{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000001a}.SolutionsDropdown-module__lAr3ka__imageContainer{width:100%;height:180px;position:relative}.SolutionsDropdown-module__lAr3ka__image{object-fit:cover}.SolutionsDropdown-module__lAr3ka__imageContent{color:#fff;background:linear-gradient(#0000,#0009);padding:1rem;position:absolute;bottom:0;left:0;right:0}.SolutionsDropdown-module__lAr3ka__imageBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:12px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:400;display:inline-block}.SolutionsDropdown-module__lAr3ka__imageTitle{font-size:1.1rem;font-weight:400}@media (max-width:768px){.SolutionsDropdown-module__lAr3ka__grid{grid-template-columns:1fr;gap:1.5rem}.SolutionsDropdown-module__lAr3ka__title{font-size:1.25rem}.SolutionsDropdown-module__lAr3ka__imageContainer{height:150px}}
.SupportDropdown-module__djSmtq__supportDropdown{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%)}.SupportDropdown-module__djSmtq__grid{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.SupportDropdown-module__djSmtq__leftSection{flex-direction:column;gap:1rem;display:flex}.SupportDropdown-module__djSmtq__header{margin-bottom:1rem}.SupportDropdown-module__djSmtq__sectionLabel{color:#2563eb;background:#2563eb1a;border-radius:12px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:400;display:inline-block}.SupportDropdown-module__djSmtq__title{color:#1e293b;font-size:1.5rem;font-weight:400;line-height:1.2}.SupportDropdown-module__djSmtq__stats{gap:1.5rem;margin:1rem 0;display:flex}.SupportDropdown-module__djSmtq__stat{flex-direction:column;align-items:flex-start;display:flex}.SupportDropdown-module__djSmtq__statNumber{color:#2563eb;font-size:1.5rem;font-weight:400;line-height:1}.SupportDropdown-module__djSmtq__statLabel{color:#64748b;margin-top:.25rem;font-size:.75rem;font-weight:400}.SupportDropdown-module__djSmtq__supportLinks{gap:.75rem;margin-top:1rem;display:grid}.SupportDropdown-module__djSmtq__supportLink{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:400;text-decoration:none;transition:all .3s;display:flex}.SupportDropdown-module__djSmtq__supportLink:hover{background:#f0f9ff;border-color:#2563eb}.SupportDropdown-module__djSmtq__linkIcon{color:#2563eb;background:#2563eb1a;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;font-size:1.25rem;display:flex}.SupportDropdown-module__djSmtq__linkTitle{font-size:.9rem;font-weight:400}.SupportDropdown-module__djSmtq__rightSection{position:relative}.SupportDropdown-module__djSmtq__card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #00000014}.SupportDropdown-module__djSmtq__imageContainer{width:100%;height:150px;position:relative}.SupportDropdown-module__djSmtq__image{object-fit:cover}.SupportDropdown-module__djSmtq__cardContent{padding:1rem}.SupportDropdown-module__djSmtq__cardTitle{color:#1e293b;margin-bottom:.5rem;font-size:1.1rem;font-weight:400}.SupportDropdown-module__djSmtq__cardDescription{color:#64748b;font-size:.85rem;font-weight:400}@media (max-width:768px){.SupportDropdown-module__djSmtq__grid{grid-template-columns:1fr;gap:1.5rem}.SupportDropdown-module__djSmtq__title{font-size:1.25rem}.SupportDropdown-module__djSmtq__imageContainer{height:120px}}
.PartnersDropdown-module__kzPxMa__partnersDropdown{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%)}.PartnersDropdown-module__kzPxMa__grid{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.PartnersDropdown-module__kzPxMa__header{margin-bottom:1.5rem}.PartnersDropdown-module__kzPxMa__sectionLabel{color:#16a34a;background:#22c55e1a;border-radius:12px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:400;display:inline-block}.PartnersDropdown-module__kzPxMa__title{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem;font-weight:400;line-height:1.2}.PartnersDropdown-module__kzPxMa__subtitle{color:#64748b;font-size:.9rem;font-weight:400;line-height:1.4}.PartnersDropdown-module__kzPxMa__partnerBenefits{gap:.75rem;margin:1.5rem 0;display:grid}.PartnersDropdown-module__kzPxMa__benefit{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;font-weight:400;display:flex}.PartnersDropdown-module__kzPxMa__benefitIcon{color:#16a34a;background:#16a34a1a;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;font-size:1.25rem;display:flex}.PartnersDropdown-module__kzPxMa__benefitTitle{color:#1e293b;font-size:.9rem;font-weight:400}.PartnersDropdown-module__kzPxMa__ctaButton{color:#fff;background:#16a34a;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex}.PartnersDropdown-module__kzPxMa__ctaButton:hover{background:#15803d}.PartnersDropdown-module__kzPxMa__rightSection{position:relative}.PartnersDropdown-module__kzPxMa__partnerCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #00000014}.PartnersDropdown-module__kzPxMa__imageContainer{width:100%;height:150px;position:relative}.PartnersDropdown-module__kzPxMa__image{object-fit:cover}.PartnersDropdown-module__kzPxMa__partnerContent{padding:1rem}.PartnersDropdown-module__kzPxMa__partnerTitle{color:#1e293b;margin-bottom:.5rem;font-size:1.1rem;font-weight:400}.PartnersDropdown-module__kzPxMa__partnerDescription{color:#64748b;font-size:.85rem;font-weight:400}@media (max-width:768px){.PartnersDropdown-module__kzPxMa__grid{grid-template-columns:1fr;gap:1.5rem}.PartnersDropdown-module__kzPxMa__title{font-size:1.25rem}.PartnersDropdown-module__kzPxMa__imageContainer{height:120px}}
.CompanyDropdown-module__7d0MeW__companyDropdown{background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%)}.CompanyDropdown-module__7d0MeW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.CompanyDropdown-module__7d0MeW__header{margin-bottom:1.5rem}.CompanyDropdown-module__7d0MeW__title{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem;font-weight:400;line-height:1.2}.CompanyDropdown-module__7d0MeW__subtitle{color:#64748b;font-size:.9rem;font-weight:400;line-height:1.4}.CompanyDropdown-module__7d0MeW__companyStats{gap:1rem;margin:1.5rem 0;display:flex}.CompanyDropdown-module__7d0MeW__statCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1;padding:1rem;font-weight:400;transition:transform .3s}.CompanyDropdown-module__7d0MeW__statCard:hover{border-color:#7c3aed;transform:translateY(-2px)}.CompanyDropdown-module__7d0MeW__statNumber{color:#7c3aed;margin-bottom:.25rem;font-size:1.25rem;font-weight:400;display:block}.CompanyDropdown-module__7d0MeW__statLabel{color:#64748b;font-size:.75rem;font-weight:400}.CompanyDropdown-module__7d0MeW__linksSection{gap:.5rem;display:grid}.CompanyDropdown-module__7d0MeW__companyLink{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-weight:400;text-decoration:none;transition:all .3s;display:flex}.CompanyDropdown-module__7d0MeW__companyLink:hover{background:#faf5ff;border-color:#7c3aed}.CompanyDropdown-module__7d0MeW__linkText{font-size:.95rem;font-weight:400}.CompanyDropdown-module__7d0MeW__linkHoverText{color:#7c3aed;opacity:0;font-weight:400;transition:all .3s;transform:translate(-5px)}.CompanyDropdown-module__7d0MeW__companyLink:hover .CompanyDropdown-module__7d0MeW__linkHoverText{opacity:1;transform:translate(0)}.CompanyDropdown-module__7d0MeW__rightSection{position:relative}.CompanyDropdown-module__7d0MeW__companyCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #00000014}.CompanyDropdown-module__7d0MeW__imageContainer{width:100%;height:150px;position:relative}.CompanyDropdown-module__7d0MeW__image{object-fit:cover}.CompanyDropdown-module__7d0MeW__cardContent{padding:1rem}.CompanyDropdown-module__7d0MeW__values{gap:.75rem;display:grid}.CompanyDropdown-module__7d0MeW__value{align-items:center;gap:.75rem;display:flex}.CompanyDropdown-module__7d0MeW__valueIcon{color:#7c3aed;background:#7c3aed1a;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;font-size:1.25rem;display:flex}.CompanyDropdown-module__7d0MeW__valueTitle{color:#1e293b;font-size:.9rem;font-weight:400}@media (max-width:768px){.CompanyDropdown-module__7d0MeW__grid{grid-template-columns:1fr;gap:1.5rem}.CompanyDropdown-module__7d0MeW__title{font-size:1.25rem}.CompanyDropdown-module__7d0MeW__imageContainer{height:120px}}
.MobileMenu-module__T6Mg-G__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;position:fixed;inset:70px 0 0}.MobileMenu-module__T6Mg-G__overlayVisible{opacity:1;visibility:visible}.MobileMenu-module__T6Mg-G__mobileMenu{z-index:1000;background:#fff;flex-direction:column;width:100%;max-width:400px;height:calc(100vh - 70px);transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:70px;right:-100%;box-shadow:-10px 0 40px #0000001a}.MobileMenu-module__T6Mg-G__mobileMenu.MobileMenu-module__T6Mg-G__open{transform:translate(-100%)}.MobileMenu-module__T6Mg-G__menuHeader{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.MobileMenu-module__T6Mg-G__mobileLogo{color:#2563eb;letter-spacing:.5px;opacity:0;font-size:1.5rem;font-weight:400;text-decoration:none}.MobileMenu-module__T6Mg-G__closeButton{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:400;transition:all .3s;display:flex}.MobileMenu-module__T6Mg-G__closeButton:hover{color:#2563eb;background-color:#f3f4f6}.MobileMenu-module__T6Mg-G__menuContent{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;display:flex;overflow-y:auto}.MobileMenu-module__T6Mg-G__menuItem{margin-bottom:.5rem}.MobileMenu-module__T6Mg-G__mobileNavButton{text-align:left;color:#374151;cursor:pointer;background:#f9fafb;border:none;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:1.25rem;font-size:1.125rem;font-weight:400;transition:all .3s;display:flex}.MobileMenu-module__T6Mg-G__mobileNavButton:hover{color:#2563eb;background-color:#f3f4f6}.MobileMenu-module__T6Mg-G__mobileNavButton.MobileMenu-module__T6Mg-G__active{color:#2563eb;background-color:#eff6ff}.MobileMenu-module__T6Mg-G__buttonText{font-weight:400}.MobileMenu-module__T6Mg-G__chevron{color:#6b7280;transform-origin:50%;font-size:.7rem;transition:transform .4s cubic-bezier(.4,0,.2,1)}.MobileMenu-module__T6Mg-G__chevron.MobileMenu-module__T6Mg-G__rotate{color:#2563eb;transform:rotate(180deg)}.MobileMenu-module__T6Mg-G__mobileDropdown{border-radius:12px;max-height:0;margin-top:.5rem;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.MobileMenu-module__T6Mg-G__mobileDropdown.MobileMenu-module__T6Mg-G__dropdownOpen{max-height:400px;overflow-y:auto}.MobileMenu-module__T6Mg-G__dropdownContent{background-color:#f9fafb;border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.MobileMenu-module__T6Mg-G__mobileLink{color:#374151;opacity:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.75rem;padding:.875rem 1rem;font-weight:400;text-decoration:none;transition:all .3s;animation:.3s forwards MobileMenu-module__T6Mg-G__slideInMobile;display:flex;transform:translate(-10px)}.MobileMenu-module__T6Mg-G__mobileLink:hover{color:#2563eb;background:#f0f9ff;border-color:#2563eb;transform:translate(5px)}.MobileMenu-module__T6Mg-G__linkBullet{color:#2563eb;flex-shrink:0;font-size:1.2rem}.MobileMenu-module__T6Mg-G__linkText{flex:1;font-size:1rem;font-weight:400}.MobileMenu-module__T6Mg-G__linkArrow{color:#94a3b8;opacity:0;font-size:.875rem;font-weight:400;transition:all .3s;transform:translate(-5px)}.MobileMenu-module__T6Mg-G__mobileLink:hover .MobileMenu-module__T6Mg-G__linkArrow{opacity:1;color:#2563eb;transform:translate(0)}.MobileMenu-module__T6Mg-G__mobileBlogLink{color:#374151;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);border-radius:12px;justify-content:space-between;align-items:center;margin-top:1rem;padding:1.25rem;font-size:1.125rem;font-weight:400;text-decoration:none;transition:all .3s;display:flex}.MobileMenu-module__T6Mg-G__mobileBlogLink:hover{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.MobileMenu-module__T6Mg-G__blogArrow{font-weight:400;transition:transform .3s}.MobileMenu-module__T6Mg-G__mobileBlogLink:hover .MobileMenu-module__T6Mg-G__blogArrow{transform:translate(5px)}.MobileMenu-module__T6Mg-G__mobileFooter{border-top:1px solid #e5e7eb;margin-top:auto;padding-top:2rem}.MobileMenu-module__T6Mg-G__footerLinks{flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;display:flex}.MobileMenu-module__T6Mg-G__footerLinks a{color:#6b7280;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .3s}.MobileMenu-module__T6Mg-G__footerLinks a:hover{color:#2563eb}.MobileMenu-module__T6Mg-G__copyright{color:#9ca3af;margin-top:.5rem;font-size:.75rem;font-weight:400}@keyframes MobileMenu-module__T6Mg-G__slideInMobile{to{opacity:1;transform:translate(0)}}@media (max-width:768px) and (min-width:481px){.MobileMenu-module__T6Mg-G__mobileMenu{max-width:350px;height:calc(100vh - 70px);top:70px}.MobileMenu-module__T6Mg-G__overlay{top:70px}}@media (max-width:480px){.MobileMenu-module__T6Mg-G__mobileMenu{max-width:100%;height:calc(100vh - 70px);top:70px}.MobileMenu-module__T6Mg-G__overlay{top:70px}.MobileMenu-module__T6Mg-G__menuHeader,.MobileMenu-module__T6Mg-G__menuContent{padding:1.25rem}.MobileMenu-module__T6Mg-G__mobileNavButton,.MobileMenu-module__T6Mg-G__mobileBlogLink{padding:1rem}.MobileMenu-module__T6Mg-G__mobileLink{padding:.75rem}}@media (min-width:769px){.MobileMenu-module__T6Mg-G__overlay{top:80px}.MobileMenu-module__T6Mg-G__mobileMenu{height:calc(100vh - 80px);top:80px}}
.PaymentInfo-module__bbYkQW__paymentInfo{background:linear-gradient(135deg,#f8faff 0%,#fef7ff 50%,#f8faff 100%);max-width:1400px;margin:0 auto;padding:6rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-weight:400;position:relative;overflow:hidden}.PaymentInfo-module__bbYkQW__paymentInfo:before{content:"";background:linear-gradient(90deg,#0000,#667eea,#0000);height:1px;position:absolute;top:0;left:0;right:0}.PaymentInfo-module__bbYkQW__header{text-align:center;margin-bottom:4rem;position:relative}.PaymentInfo-module__bbYkQW__titleContainer{margin-bottom:4rem}.PaymentInfo-module__bbYkQW__title{color:#0000;letter-spacing:-1px;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:300;animation:8s infinite PaymentInfo-module__bbYkQW__gradientShift}@keyframes PaymentInfo-module__bbYkQW__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.PaymentInfo-module__bbYkQW__subtitle{color:#718096;letter-spacing:.5px;margin-bottom:2rem;font-size:1.25rem;font-weight:300}.PaymentInfo-module__bbYkQW__titleUnderline{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;width:100px;height:3px;margin:0 auto;position:relative}.PaymentInfo-module__bbYkQW__titleUnderline:after{content:"";background:#fff;width:20px;height:3px;animation:2s ease-in-out infinite PaymentInfo-module__bbYkQW__pulse;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes PaymentInfo-module__bbYkQW__pulse{0%,to{opacity:.3}50%{opacity:1}}.PaymentInfo-module__bbYkQW__infoContainer{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1100px;margin:0 auto;display:grid}.PaymentInfo-module__bbYkQW__infoCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:20px;align-items:flex-start;gap:1.5rem;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d,0 1px 3px #0000000d,inset 0 1px #fffc}.PaymentInfo-module__bbYkQW__infoCard:before{content:"";background:linear-gradient(90deg,#0000,#667eea66,#0000);height:1px;position:absolute;top:0;left:0;right:0}.PaymentInfo-module__bbYkQW__infoCard:hover{border-color:#667eea33;transform:translateY(-8px);box-shadow:0 20px 40px #667eea26,0 5px 15px #0000000d,inset 0 1px #fffc}.PaymentInfo-module__bbYkQW__infoIconContainer{flex-shrink:0;position:relative}.PaymentInfo-module__bbYkQW__infoIcon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 6px #667eea33);z-index:2;-webkit-background-clip:text;background-clip:text;font-size:3rem;position:relative}.PaymentInfo-module__bbYkQW__iconGlow{z-index:1;background:radial-gradient(circle,#667eea33 0%,#0000 70%);border-radius:50%;width:60px;height:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PaymentInfo-module__bbYkQW__infoContent{flex:1;position:relative}.PaymentInfo-module__bbYkQW__infoContent h3{color:#2d3748;letter-spacing:-.5px;margin-bottom:1rem;font-size:1.5rem;font-weight:400}.PaymentInfo-module__bbYkQW__infoContent p{color:#4a5568;font-size:1.05rem;font-weight:300;line-height:1.7}.PaymentInfo-module__bbYkQW__infoContent strong{color:#667eea;font-weight:500;position:relative}.PaymentInfo-module__bbYkQW__infoContent strong:after{content:"";opacity:.3;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:1px;height:2px;position:absolute;bottom:-2px;left:0;right:0}.PaymentInfo-module__bbYkQW__infoSparkle{opacity:.6;pointer-events:none;font-size:1.5rem;animation:3s ease-in-out infinite PaymentInfo-module__bbYkQW__float;position:absolute;top:-10px;right:-10px}@keyframes PaymentInfo-module__bbYkQW__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(10deg)}}.PaymentInfo-module__bbYkQW__container{position:relative}.PaymentInfo-module__bbYkQW__packagesGrid{perspective:1000px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:2rem;display:grid}.PaymentInfo-module__bbYkQW__packageCard{height:100%;transform-style:preserve-3d;background:#fff;border:1px solid #fffc;border-radius:24px;flex-direction:column;padding:2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f,0 1px 3px #00000008}.PaymentInfo-module__bbYkQW__packageCard:before{content:"";background:var(--card-gradient);-webkit-mask-composite:xor;opacity:0;pointer-events:none;z-index:1;border-radius:24px;padding:2px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.PaymentInfo-module__bbYkQW__packageCard:hover:before{opacity:1}.PaymentInfo-module__bbYkQW__cardGlow{background:var(--card-gradient);opacity:0;filter:blur(20px);z-index:0;pointer-events:none;border-radius:24px;height:100%;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.PaymentInfo-module__bbYkQW__packageCard.PaymentInfo-module__bbYkQW__hovered .PaymentInfo-module__bbYkQW__cardGlow{opacity:.1}.PaymentInfo-module__bbYkQW__packageCard:hover{transform:translateY(-12px)scale(1.02)rotateX(0);box-shadow:0 30px 60px #667eea33,0 15px 35px #0000001a}.PaymentInfo-module__bbYkQW__packageHeader{z-index:2;align-items:center;gap:1rem;margin-bottom:2rem;display:flex;position:relative}.PaymentInfo-module__bbYkQW__packageIcon{filter:drop-shadow(0 4px 8px #0000001a);z-index:2;font-size:2.5rem;position:relative}.PaymentInfo-module__bbYkQW__packageTitle{color:#2d3748;letter-spacing:-.5px;z-index:2;font-size:1.6rem;font-weight:400;line-height:1.3;position:relative}.PaymentInfo-module__bbYkQW__packageDescription{color:#4a5568;opacity:.9;z-index:2;flex-grow:1;margin-bottom:2.5rem;font-size:1.05rem;font-weight:300;line-height:1.8;position:relative}.PaymentInfo-module__bbYkQW__seeButton{color:#fff;cursor:pointer;letter-spacing:.5px;z-index:3;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.2rem 2rem;font-size:1.05rem;font-weight:400;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;pointer-events:auto!important}.PaymentInfo-module__bbYkQW__seeButton:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%}.PaymentInfo-module__bbYkQW__seeButton:hover:before{left:100%}.PaymentInfo-module__bbYkQW__seeButton:hover{transform:translateY(-2px);box-shadow:0 20px 40px #667eea66,0 5px 15px #0000001a}.PaymentInfo-module__bbYkQW__seeButton:active{transform:translateY(0)}.PaymentInfo-module__bbYkQW__buttonArrow{transition:transform .3s}.PaymentInfo-module__bbYkQW__seeButton:hover .PaymentInfo-module__bbYkQW__buttonArrow{transform:translate(5px)}.PaymentInfo-module__bbYkQW__modalOverlay{z-index:10000;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.PaymentInfo-module__bbYkQW__modalOverlay.PaymentInfo-module__bbYkQW__active{opacity:1;visibility:visible}.PaymentInfo-module__bbYkQW__modal{opacity:0;background:#fff;border-radius:0;width:100%;max-width:100%;height:100vh;max-height:100vh;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow-y:auto;transform:translateY(20px)}.PaymentInfo-module__bbYkQW__modal.PaymentInfo-module__bbYkQW__active{opacity:1;transform:translateY(0)}.PaymentInfo-module__bbYkQW__closeButton{cursor:pointer;z-index:10001;color:#4a5568;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;background:#fffffff2;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:2rem;right:2rem;box-shadow:0 10px 25px #00000026,0 5px 10px #0000000d}.PaymentInfo-module__bbYkQW__closeButton:hover{color:#fff;background:#667eea;transform:rotate(90deg)scale(1.1);box-shadow:0 15px 30px #667eea66,0 5px 15px #0000001a}.PaymentInfo-module__bbYkQW__modalContent{height:100%;padding:0;overflow-y:auto}@media (max-width:768px){.PaymentInfo-module__bbYkQW__paymentInfo{padding:3rem 1rem}.PaymentInfo-module__bbYkQW__title{font-size:2.5rem}.PaymentInfo-module__bbYkQW__subtitle{font-size:1.1rem}.PaymentInfo-module__bbYkQW__infoContainer{grid-template-columns:1fr;gap:1.5rem}.PaymentInfo-module__bbYkQW__infoCard{text-align:center;flex-direction:column;align-items:center;padding:2rem}.PaymentInfo-module__bbYkQW__infoIconContainer{margin-bottom:1rem}.PaymentInfo-module__bbYkQW__packagesGrid{grid-template-columns:1fr;gap:2rem}.PaymentInfo-module__bbYkQW__closeButton{width:48px;height:48px;top:1rem;right:1rem}}@media (min-width:768px) and (max-width:1024px){.PaymentInfo-module__bbYkQW__packagesGrid,.PaymentInfo-module__bbYkQW__infoContainer{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.PaymentInfo-module__bbYkQW__packagesGrid{grid-template-columns:repeat(3,1fr)}.PaymentInfo-module__bbYkQW__packageCard:nth-child(4){grid-column:1/span 2}.PaymentInfo-module__bbYkQW__packageCard:nth-child(5){grid-column:2/span 2}}@keyframes PaymentInfo-module__bbYkQW__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.PaymentInfo-module__bbYkQW__packageCard:after{content:"";opacity:0;pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000,#fff3,#0000);transition:opacity .3s;animation:2s infinite PaymentInfo-module__bbYkQW__shimmer;position:absolute;inset:0}.PaymentInfo-module__bbYkQW__packageCard:hover:after{opacity:1}
.Web-module__0D2RNW__web{background:linear-gradient(135deg,#667eea15 0%,#764ba215 100%);min-height:100vh;padding:0;overflow-y:auto}.Web-module__0D2RNW__contentWrapper{max-width:1400px;margin:0 auto;padding:4rem 2rem}.Web-module__0D2RNW__headerSection{text-align:center;margin-bottom:4rem}.Web-module__0D2RNW__title{color:#1a1a1a;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:400}.Web-module__0D2RNW__subtitle{color:#4a5568;opacity:.9;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Web-module__0D2RNW__mainContent{flex-direction:column;gap:4rem;display:flex}.Web-module__0D2RNW__sectionHeader{text-align:center;margin-bottom:3rem}.Web-module__0D2RNW__sectionHeader h2{color:#2d3748;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Web-module__0D2RNW__sectionDescription{color:#4a5568;max-width:600px;margin:0 auto;font-size:1.1rem}.Web-module__0D2RNW__packagesSection{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #667eea1a}.Web-module__0D2RNW__packagesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem;display:grid}.Web-module__0D2RNW__packageCard{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:2.5rem;transition:all .3s;display:flex;position:relative}.Web-module__0D2RNW__packageCard:hover{border-color:#667eea;transform:translateY(-10px);box-shadow:0 20px 40px #667eea26}.Web-module__0D2RNW__packageBadge{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Web-module__0D2RNW__packageHeader{border-bottom:2px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1.5rem}.Web-module__0D2RNW__packageHeader h3{color:#2d3748;margin-bottom:.5rem;font-size:1.75rem;font-weight:400}.Web-module__0D2RNW__packagePrice{color:#667eea;font-size:2rem;font-weight:400}.Web-module__0D2RNW__features{flex-grow:1;margin:0 0 2rem;padding:0;list-style:none}.Web-module__0D2RNW__features li{color:#4a5568;border-bottom:1px solid #edf2f7;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem;display:flex}.Web-module__0D2RNW__features li:before{content:"✓";color:#48bb78;flex-shrink:0;font-size:1.1rem;font-weight:700}.Web-module__0D2RNW__packageFooter{border-top:2px solid #e2e8f0;padding-top:1.5rem}.Web-module__0D2RNW__deliveryTime{color:#667eea;text-align:center;font-size:.95rem;font-weight:500}.Web-module__0D2RNW__featuresSection{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #667eea1a}.Web-module__0D2RNW__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Web-module__0D2RNW__featureItem{text-align:center;background:#f8fafc;border-radius:12px;padding:2rem;transition:all .3s}.Web-module__0D2RNW__featureItem:hover{background:linear-gradient(135deg,#667eea15 0%,#764ba215 100%);transform:translateY(-5px)}.Web-module__0D2RNW__featureIcon{margin-bottom:1rem;font-size:3rem}.Web-module__0D2RNW__featureItem h4{color:#2d3748;margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.Web-module__0D2RNW__featureItem p{color:#4a5568;font-size:.95rem;line-height:1.6}.Web-module__0D2RNW__offersSection{background:linear-gradient(135deg,#f6d365 0%,#fda085 100%);border-radius:24px;overflow:hidden}.Web-module__0D2RNW__offersContent{padding:4rem 3rem}.Web-module__0D2RNW__offersHeader{text-align:center;margin-bottom:3rem}.Web-module__0D2RNW__offersHeader h2{color:#744210;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Web-module__0D2RNW__offersHeader p{color:#744210;opacity:.9;font-size:1.1rem}.Web-module__0D2RNW__offersGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Web-module__0D2RNW__offerCard{background:#ffffffe6;border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.Web-module__0D2RNW__offerCard:hover{background:#fff;transform:translateY(-5px);box-shadow:0 15px 30px #74421033}.Web-module__0D2RNW__offerIcon{flex-shrink:0;font-size:3rem}.Web-module__0D2RNW__offerContent h4{color:#744210;margin-bottom:.25rem;font-size:1.25rem;font-weight:400}.Web-module__0D2RNW__offerContent p{color:#744210;opacity:.9;font-size:.95rem;line-height:1.5}.Web-module__0D2RNW__paymentSection{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:24px;overflow:hidden}.Web-module__0D2RNW__paymentContent{padding:4rem 3rem}.Web-module__0D2RNW__paymentHeader{text-align:center;margin-bottom:3rem}.Web-module__0D2RNW__paymentHeader h2{color:#fff;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Web-module__0D2RNW__paymentHeader p{color:#ffffffe6;font-size:1.1rem}.Web-module__0D2RNW__paymentOptions{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Web-module__0D2RNW__paymentOption{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:16px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.Web-module__0D2RNW__paymentOption:hover{background:#ffffff26;transform:translate(10px)}.Web-module__0D2RNW__paymentIcon{flex-shrink:0;font-size:2.5rem}.Web-module__0D2RNW__paymentDetails h4{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.Web-module__0D2RNW__paymentDetails p{color:#ffffffe6;font-size:.95rem;line-height:1.6}.Web-module__0D2RNW__ctaSection{text-align:center;background:#fff;border-radius:24px;padding:4rem;box-shadow:0 20px 60px #667eea1a}.Web-module__0D2RNW__ctaContent h2{color:#2d3748;margin-bottom:1rem;font-size:2.5rem;font-weight:400}.Web-module__0D2RNW__ctaContent p{color:#4a5568;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.Web-module__0D2RNW__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Web-module__0D2RNW__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;min-width:250px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:400;transition:all .3s}.Web-module__0D2RNW__primaryButton:hover{transform:translateY(-5px);box-shadow:0 20px 40px #667eea66}.Web-module__0D2RNW__secondaryButton{color:#667eea;cursor:pointer;background:0 0;border:2px solid #667eea;border-radius:12px;min-width:250px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:400;transition:all .3s}.Web-module__0D2RNW__secondaryButton:hover{color:#fff;background:#667eea;transform:translateY(-5px)}@media (max-width:768px){.Web-module__0D2RNW__contentWrapper{padding:2rem 1rem}.Web-module__0D2RNW__title{font-size:2rem}.Web-module__0D2RNW__subtitle{font-size:1.1rem}.Web-module__0D2RNW__mainContent{gap:2rem}.Web-module__0D2RNW__packagesSection,.Web-module__0D2RNW__featuresSection,.Web-module__0D2RNW__offersContent,.Web-module__0D2RNW__paymentContent,.Web-module__0D2RNW__ctaSection{padding:2rem 1.5rem}.Web-module__0D2RNW__packagesGrid{grid-template-columns:1fr}.Web-module__0D2RNW__packageCard{padding:1.5rem}.Web-module__0D2RNW__featuresGrid,.Web-module__0D2RNW__offersGrid,.Web-module__0D2RNW__paymentOptions{grid-template-columns:1fr}.Web-module__0D2RNW__offerCard{text-align:center;flex-direction:column}.Web-module__0D2RNW__ctaButtons{flex-direction:column}.Web-module__0D2RNW__primaryButton,.Web-module__0D2RNW__secondaryButton{min-width:100%}}@media (min-width:768px) and (max-width:1024px){.Web-module__0D2RNW__packagesGrid{grid-template-columns:repeat(2,1fr)}.Web-module__0D2RNW__packageCard:last-child{grid-column:span 2}}
.Mobile-module__i5vusa__mobile{background:linear-gradient(135deg,#0ea5e915 0%,#3b82f615 100%);min-height:100vh;padding:0;overflow-y:auto}.Mobile-module__i5vusa__contentWrapper{max-width:1400px;margin:0 auto;padding:4rem 2rem}.Mobile-module__i5vusa__headerSection{text-align:center;margin-bottom:4rem}.Mobile-module__i5vusa__title{color:#1a1a1a;background:linear-gradient(135deg,#0ea5e9 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:400}.Mobile-module__i5vusa__subtitle{color:#4a5568;opacity:.9;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Mobile-module__i5vusa__mainContent{flex-direction:column;gap:4rem;display:flex}.Mobile-module__i5vusa__sectionHeader{text-align:center;margin-bottom:3rem}.Mobile-module__i5vusa__sectionHeader h2{color:#2d3748;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Mobile-module__i5vusa__sectionDescription{color:#4a5568;max-width:600px;margin:0 auto;font-size:1.1rem}.Mobile-module__i5vusa__packagesSection{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #0ea5e91a}.Mobile-module__i5vusa__packagesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem;display:grid}.Mobile-module__i5vusa__packageCard{background:#f0f9ff;border:2px solid #bae6fd;border-radius:16px;flex-direction:column;padding:2.5rem;transition:all .3s;display:flex;position:relative}.Mobile-module__i5vusa__packageCard:hover{border-color:#0ea5e9;transform:translateY(-10px);box-shadow:0 20px 40px #0ea5e926}.Mobile-module__i5vusa__packageBadge{color:#fff;background:linear-gradient(135deg,#0ea5e9 0%,#3b82f6 100%);border-radius:20px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Mobile-module__i5vusa__packageHeader{border-bottom:2px solid #bae6fd;margin-bottom:2rem;padding-bottom:1.5rem}.Mobile-module__i5vusa__packageHeader h3{color:#0369a1;margin-bottom:.5rem;font-size:1.75rem;font-weight:400}.Mobile-module__i5vusa__packagePrice{color:#0ea5e9;font-size:2rem;font-weight:400}.Mobile-module__i5vusa__features{flex-grow:1;margin:0 0 2rem;padding:0;list-style:none}.Mobile-module__i5vusa__features li{color:#0c4a6e;border-bottom:1px solid #e0f2fe;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem;display:flex}.Mobile-module__i5vusa__features li:before{content:"✓";color:#0ea5e9;flex-shrink:0;font-size:1.1rem;font-weight:700}.Mobile-module__i5vusa__packageFooter{border-top:2px solid #bae6fd;padding-top:1.5rem}.Mobile-module__i5vusa__deliveryTime{color:#0ea5e9;text-align:center;font-size:.95rem;font-weight:500}.Mobile-module__i5vusa__platformsSection{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #0ea5e91a}.Mobile-module__i5vusa__platformsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Mobile-module__i5vusa__platformCard{text-align:center;background:#f0f9ff;border-radius:12px;padding:2rem;transition:all .3s}.Mobile-module__i5vusa__platformCard:hover{background:linear-gradient(135deg,#0ea5e915 0%,#3b82f615 100%);transform:translateY(-5px)}.Mobile-module__i5vusa__platformIcon{margin-bottom:1rem;font-size:3rem}.Mobile-module__i5vusa__platformCard h4{color:#0369a1;margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.Mobile-module__i5vusa__platformCard p{color:#0c4a6e;font-size:.95rem;line-height:1.6}.Mobile-module__i5vusa__offersSection{background:linear-gradient(135deg,#a5b4fc 0%,#818cf8 100%);border-radius:24px;overflow:hidden}.Mobile-module__i5vusa__offersContent{padding:4rem 3rem}.Mobile-module__i5vusa__offersHeader{text-align:center;margin-bottom:3rem}.Mobile-module__i5vusa__offersHeader h2{color:#1e1b4b;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Mobile-module__i5vusa__offersHeader p{color:#1e1b4b;opacity:.9;font-size:1.1rem}.Mobile-module__i5vusa__offersGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Mobile-module__i5vusa__offerCard{background:#ffffffe6;border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.Mobile-module__i5vusa__offerCard:hover{background:#fff;transform:translateY(-5px);box-shadow:0 15px 30px #1e1b4b33}.Mobile-module__i5vusa__offerIcon{flex-shrink:0;font-size:3rem}.Mobile-module__i5vusa__offerContent h4{color:#1e1b4b;margin-bottom:.25rem;font-size:1.25rem;font-weight:400}.Mobile-module__i5vusa__offerContent p{color:#1e1b4b;opacity:.9;font-size:.95rem;line-height:1.5}.Mobile-module__i5vusa__paymentSection{background:linear-gradient(135deg,#0ea5e9 0%,#3b82f6 100%);border-radius:24px;overflow:hidden}.Mobile-module__i5vusa__paymentContent{padding:4rem 3rem}.Mobile-module__i5vusa__paymentHeader{text-align:center;margin-bottom:3rem}.Mobile-module__i5vusa__paymentHeader h2{color:#fff;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Mobile-module__i5vusa__paymentHeader p{color:#ffffffe6;font-size:1.1rem}.Mobile-module__i5vusa__paymentOptions{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Mobile-module__i5vusa__paymentOption{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:16px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.Mobile-module__i5vusa__paymentOption:hover{background:#ffffff26;transform:translate(10px)}.Mobile-module__i5vusa__paymentIcon{flex-shrink:0;font-size:2.5rem}.Mobile-module__i5vusa__paymentDetails h4{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.Mobile-module__i5vusa__paymentDetails p{color:#ffffffe6;font-size:.95rem;line-height:1.6}.Mobile-module__i5vusa__ctaSection{text-align:center;background:#fff;border-radius:24px;padding:4rem;box-shadow:0 20px 60px #0ea5e91a}.Mobile-module__i5vusa__ctaContent h2{color:#2d3748;margin-bottom:1rem;font-size:2.5rem;font-weight:400}.Mobile-module__i5vusa__ctaContent p{color:#4a5568;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.Mobile-module__i5vusa__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Mobile-module__i5vusa__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9 0%,#3b82f6 100%);border:none;border-radius:12px;min-width:250px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:400;transition:all .3s}.Mobile-module__i5vusa__primaryButton:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0ea5e966}.Mobile-module__i5vusa__secondaryButton{color:#0ea5e9;cursor:pointer;background:0 0;border:2px solid #0ea5e9;border-radius:12px;min-width:250px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:400;transition:all .3s}.Mobile-module__i5vusa__secondaryButton:hover{color:#fff;background:#0ea5e9;transform:translateY(-5px)}@media (max-width:768px){.Mobile-module__i5vusa__contentWrapper{padding:2rem 1rem}.Mobile-module__i5vusa__title{font-size:2rem}.Mobile-module__i5vusa__subtitle{font-size:1.1rem}.Mobile-module__i5vusa__mainContent{gap:2rem}.Mobile-module__i5vusa__packagesSection,.Mobile-module__i5vusa__platformsSection,.Mobile-module__i5vusa__offersContent,.Mobile-module__i5vusa__paymentContent,.Mobile-module__i5vusa__ctaSection{padding:2rem 1.5rem}.Mobile-module__i5vusa__packagesGrid{grid-template-columns:1fr}.Mobile-module__i5vusa__packageCard{padding:1.5rem}.Mobile-module__i5vusa__platformsGrid,.Mobile-module__i5vusa__offersGrid,.Mobile-module__i5vusa__paymentOptions{grid-template-columns:1fr}.Mobile-module__i5vusa__offerCard{text-align:center;flex-direction:column}.Mobile-module__i5vusa__ctaButtons{flex-direction:column}.Mobile-module__i5vusa__primaryButton,.Mobile-module__i5vusa__secondaryButton{min-width:100%}}@media (min-width:768px) and (max-width:1024px){.Mobile-module__i5vusa__packagesGrid{grid-template-columns:repeat(2,1fr)}.Mobile-module__i5vusa__packageCard:last-child{grid-column:span 2}}
.Design-module__g8s1fW__design{background:linear-gradient(135deg,#eab30815 0%,#ca8a0415 100%);min-height:100vh;padding:0;overflow-y:auto}.Design-module__g8s1fW__contentWrapper{max-width:1400px;margin:0 auto;padding:4rem 2rem}.Design-module__g8s1fW__headerSection{text-align:center;margin-bottom:4rem}.Design-module__g8s1fW__title{color:#1a1a1a;background:linear-gradient(135deg,#eab308 0%,#ca8a04 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:400}.Design-module__g8s1fW__subtitle{color:#4a5568;opacity:.9;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Design-module__g8s1fW__mainContent{flex-direction:column;gap:4rem;display:flex}.Design-module__g8s1fW__sectionHeader{text-align:center;margin-bottom:3rem}.Design-module__g8s1fW__sectionHeader h2{color:#2d3748;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Design-module__g8s1fW__sectionDescription{color:#4a5568;max-width:600px;margin:0 auto;font-size:1.1rem}.Design-module__g8s1fW__packagesSection{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #eab3081a}.Design-module__g8s1fW__packagesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem;display:grid}.Design-module__g8s1fW__packageCard{background:#fefce8;border:2px solid #fde047;border-radius:16px;flex-direction:column;padding:2.5rem;transition:all .3s;display:flex;position:relative}.Design-module__g8s1fW__packageCard:hover{border-color:#eab308;transform:translateY(-10px);box-shadow:0 20px 40px #eab30826}.Design-module__g8s1fW__packageBadge{color:#fff;background:linear-gradient(135deg,#eab308 0%,#ca8a04 100%);border-radius:20px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Design-module__g8s1fW__packageHeader{border-bottom:2px solid #fde047;margin-bottom:2rem;padding-bottom:1.5rem}.Design-module__g8s1fW__packageHeader h3{color:#854d0e;margin-bottom:.5rem;font-size:1.75rem;font-weight:400}.Design-module__g8s1fW__packagePrice{color:#eab308;font-size:2rem;font-weight:400}.Design-module__g8s1fW__features{flex-grow:1;margin:0 0 2rem;padding:0;list-style:none}.Design-module__g8s1fW__features li{color:#854d0e;border-bottom:1px solid #fef9c3;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem;display:flex}.Design-module__g8s1fW__features li:before{content:"✓";color:#eab308;flex-shrink:0;font-size:1.1rem;font-weight:700}.Design-module__g8s1fW__packageFooter{border-top:2px solid #fde047;padding-top:1.5rem}.Design-module__g8s1fW__deliveryTime{color:#eab308;text-align:center;font-size:.95rem;font-weight:500}.Design-module__g8s1fW__processSection{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #eab3081a}.Design-module__g8s1fW__processSteps{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;display:grid}.Design-module__g8s1fW__processStep{text-align:center;background:#fefce8;border-radius:12px;padding:2rem;transition:all .3s}.Design-module__g8s1fW__processStep:hover{background:linear-gradient(135deg,#eab30815 0%,#ca8a0415 100%);transform:translateY(-5px)}.Design-module__g8s1fW__stepNumber{color:#fff;background:linear-gradient(135deg,#eab308 0%,#ca8a04 100%);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.25rem;font-weight:500;display:flex}.Design-module__g8s1fW__processStep h4{color:#854d0e;margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.Design-module__g8s1fW__processStep p{color:#854d0e;font-size:.95rem;line-height:1.6}.Design-module__g8s1fW__offersSection{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:24px;overflow:hidden}.Design-module__g8s1fW__offersContent{padding:4rem 3rem}.Design-module__g8s1fW__offersHeader{text-align:center;margin-bottom:3rem}.Design-module__g8s1fW__offersHeader h2{color:#78350f;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Design-module__g8s1fW__offersHeader p{color:#78350f;opacity:.9;font-size:1.1rem}.Design-module__g8s1fW__offersGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Design-module__g8s1fW__offerCard{background:#ffffffe6;border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.Design-module__g8s1fW__offerCard:hover{background:#fff;transform:translateY(-5px);box-shadow:0 15px 30px #78350f33}.Design-module__g8s1fW__offerIcon{flex-shrink:0;font-size:3rem}.Design-module__g8s1fW__offerContent h4{color:#78350f;margin-bottom:.25rem;font-size:1.25rem;font-weight:400}.Design-module__g8s1fW__offerContent p{color:#78350f;opacity:.9;font-size:.95rem;line-height:1.5}.Design-module__g8s1fW__paymentSection{background:linear-gradient(135deg,#eab308 0%,#ca8a04 100%);border-radius:24px;overflow:hidden}.Design-module__g8s1fW__paymentContent{padding:4rem 3rem}.Design-module__g8s1fW__paymentHeader{text-align:center;margin-bottom:3rem}.Design-module__g8s1fW__paymentHeader h2{color:#fff;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Design-module__g8s1fW__paymentHeader p{color:#ffffffe6;font-size:1.1rem}.Design-module__g8s1fW__paymentOptions{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Design-module__g8s1fW__paymentOption{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:16px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.Design-module__g8s1fW__paymentOption:hover{background:#ffffff26;transform:translate(10px)}.Design-module__g8s1fW__paymentIcon{flex-shrink:0;font-size:2.5rem}.Design-module__g8s1fW__paymentDetails h4{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.Design-module__g8s1fW__paymentDetails p{color:#ffffffe6;font-size:.95rem;line-height:1.6}.Design-module__g8s1fW__ctaSection{text-align:center;background:#fff;border-radius:24px;padding:4rem;box-shadow:0 20px 60px #eab3081a}.Design-module__g8s1fW__ctaContent h2{color:#2d3748;margin-bottom:1rem;font-size:2.5rem;font-weight:400}.Design-module__g8s1fW__ctaContent p{color:#4a5568;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.Design-module__g8s1fW__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Design-module__g8s1fW__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#eab308 0%,#ca8a04 100%);border:none;border-radius:12px;min-width:250px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:400;transition:all .3s}.Design-module__g8s1fW__primaryButton:hover{transform:translateY(-5px);box-shadow:0 20px 40px #eab30866}.Design-module__g8s1fW__secondaryButton{color:#eab308;cursor:pointer;background:0 0;border:2px solid #eab308;border-radius:12px;min-width:250px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:400;transition:all .3s}.Design-module__g8s1fW__secondaryButton:hover{color:#fff;background:#eab308;transform:translateY(-5px)}@media (max-width:768px){.Design-module__g8s1fW__contentWrapper{padding:2rem 1rem}.Design-module__g8s1fW__title{font-size:2rem}.Design-module__g8s1fW__subtitle{font-size:1.1rem}.Design-module__g8s1fW__mainContent{gap:2rem}.Design-module__g8s1fW__packagesSection,.Design-module__g8s1fW__processSection,.Design-module__g8s1fW__offersContent,.Design-module__g8s1fW__paymentContent,.Design-module__g8s1fW__ctaSection{padding:2rem 1.5rem}.Design-module__g8s1fW__packagesGrid{grid-template-columns:1fr}.Design-module__g8s1fW__packageCard{padding:1.5rem}.Design-module__g8s1fW__processSteps,.Design-module__g8s1fW__offersGrid,.Design-module__g8s1fW__paymentOptions{grid-template-columns:1fr}.Design-module__g8s1fW__offerCard{text-align:center;flex-direction:column}.Design-module__g8s1fW__ctaButtons{flex-direction:column}.Design-module__g8s1fW__primaryButton,.Design-module__g8s1fW__secondaryButton{min-width:100%}}@media (min-width:768px) and (max-width:1024px){.Design-module__g8s1fW__packagesGrid{grid-template-columns:repeat(2,1fr)}.Design-module__g8s1fW__packageCard:last-child{grid-column:span 2}}
.Graphic-module__xo6qzq__graphic{background:linear-gradient(135deg,#8b5cf615 0%,#7c3aed15 100%);min-height:100vh;padding:0;overflow-y:auto}.Graphic-module__xo6qzq__contentWrapper{max-width:1400px;margin:0 auto;padding:4rem 2rem}.Graphic-module__xo6qzq__headerSection{text-align:center;margin-bottom:4rem}.Graphic-module__xo6qzq__title{color:#1a1a1a;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:400}.Graphic-module__xo6qzq__subtitle{color:#4a5568;opacity:.9;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.Graphic-module__xo6qzq__mainContent{flex-direction:column;gap:4rem;display:flex}.Graphic-module__xo6qzq__sectionHeader{text-align:center;margin-bottom:3rem}.Graphic-module__xo6qzq__sectionHeader h2{color:#2d3748;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Graphic-module__xo6qzq__sectionDescription{color:#4a5568;max-width:600px;margin:0 auto;font-size:1.1rem}.Graphic-module__xo6qzq__packagesSection{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #8b5cf61a}.Graphic-module__xo6qzq__packagesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem;display:grid}.Graphic-module__xo6qzq__packageCard{background:#f5f3ff;border:2px solid #ddd6fe;border-radius:16px;flex-direction:column;padding:2.5rem;transition:all .3s;display:flex;position:relative}.Graphic-module__xo6qzq__packageCard:hover{border-color:#8b5cf6;transform:translateY(-10px);box-shadow:0 20px 40px #8b5cf626}.Graphic-module__xo6qzq__packageBadge{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border-radius:20px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Graphic-module__xo6qzq__packageHeader{border-bottom:2px solid #ddd6fe;margin-bottom:2rem;padding-bottom:1.5rem}.Graphic-module__xo6qzq__packageHeader h3{color:#5b21b6;margin-bottom:.5rem;font-size:1.75rem;font-weight:400}.Graphic-module__xo6qzq__packagePrice{color:#8b5cf6;font-size:2rem;font-weight:400}.Graphic-module__xo6qzq__features{flex-grow:1;margin:0 0 2rem;padding:0;list-style:none}.Graphic-module__xo6qzq__features li{color:#5b21b6;border-bottom:1px solid #ede9fe;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem;display:flex}.Graphic-module__xo6qzq__features li:before{content:"✓";color:#8b5cf6;flex-shrink:0;font-size:1.1rem;font-weight:700}.Graphic-module__xo6qzq__packageFooter{border-top:2px solid #ddd6fe;padding-top:1.5rem}.Graphic-module__xo6qzq__deliveryTime{color:#8b5cf6;text-align:center;font-size:.95rem;font-weight:500}.Graphic-module__xo6qzq__servicesSection{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #8b5cf61a}.Graphic-module__xo6qzq__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Graphic-module__xo6qzq__serviceCard{text-align:center;background:#f5f3ff;border-radius:12px;padding:2rem;transition:all .3s}.Graphic-module__xo6qzq__serviceCard:hover{background:linear-gradient(135deg,#8b5cf615 0%,#7c3aed15 100%);transform:translateY(-5px)}.Graphic-module__xo6qzq__serviceIcon{margin-bottom:1rem;font-size:3rem}.Graphic-module__xo6qzq__serviceCard h4{color:#5b21b6;margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.Graphic-module__xo6qzq__serviceCard p{color:#5b21b6;font-size:.95rem;line-height:1.6}.Graphic-module__xo6qzq__offersSection{background:linear-gradient(135deg,#ddd6fe 0%,#c4b5fd 100%);border-radius:24px;overflow:hidden}.Graphic-module__xo6qzq__offersContent{padding:4rem 3rem}.Graphic-module__xo6qzq__offersHeader{text-align:center;margin-bottom:3rem}.Graphic-module__xo6qzq__offersHeader h2{color:#4c1d95;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Graphic-module__xo6qzq__offersHeader p{color:#4c1d95;opacity:.9;font-size:1.1rem}.Graphic-module__xo6qzq__offersGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Graphic-module__xo6qzq__offerCard{background:#ffffffe6;border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.Graphic-module__xo6qzq__offerCard:hover{background:#fff;transform:translateY(-5px);box-shadow:0 15px 30px #4c1d9533}.Graphic-module__xo6qzq__offerIcon{flex-shrink:0;font-size:3rem}.Graphic-module__xo6qzq__offerContent h4{color:#4c1d95;margin-bottom:.25rem;font-size:1.25rem;font-weight:400}.Graphic-module__xo6qzq__offerContent p{color:#4c1d95;opacity:.9;font-size:.95rem;line-height:1.5}.Graphic-module__xo6qzq__paymentSection{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border-radius:24px;overflow:hidden}.Graphic-module__xo6qzq__paymentContent{padding:4rem 3rem}.Graphic-module__xo6qzq__paymentHeader{text-align:center;margin-bottom:3rem}.Graphic-module__xo6qzq__paymentHeader h2{color:#fff;margin-bottom:.5rem;font-size:2.25rem;font-weight:400}.Graphic-module__xo6qzq__paymentHeader p{color:#ffffffe6;font-size:1.1rem}.Graphic-module__xo6qzq__paymentOptions{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Graphic-module__xo6qzq__paymentOption{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:16px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.Graphic-module__xo6qzq__paymentOption:hover{background:#ffffff26;transform:translate(10px)}.Graphic-module__xo6qzq__paymentIcon{flex-shrink:0;font-size:2.5rem}.Graphic-module__xo6qzq__paymentDetails h4{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.Graphic-module__xo6qzq__paymentDetails p{color:#ffffffe6;font-size:.95rem;line-height:1.6}.Graphic-module__xo6qzq__ctaSection{text-align:center;background:#fff;border-radius:24px;padding:4rem;box-shadow:0 20px 60px #8b5cf61a}.Graphic-module__xo6qzq__ctaContent h2{color:#2d3748;margin-bottom:1rem;font-size:2.5rem;font-weight:400}.Graphic-module__xo6qzq__ctaContent p{color:#4a5568;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.Graphic-module__xo6qzq__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Graphic-module__xo6qzq__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border:none;border-radius:12px;min-width:250px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:400;transition:all .3s}.Graphic-module__xo6qzq__primaryButton:hover{transform:translateY(-5px);box-shadow:0 20px 40px #8b5cf666}.Graphic-module__xo6qzq__secondaryButton{color:#8b5cf6;cursor:pointer;background:0 0;border:2px solid #8b5cf6;border-radius:12px;min-width:250px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:400;transition:all .3s}.Graphic-module__xo6qzq__secondaryButton:hover{color:#fff;background:#8b5cf6;transform:translateY(-5px)}@media (max-width:768px){.Graphic-module__xo6qzq__contentWrapper{padding:2rem 1rem}.Graphic-module__xo6qzq__title{font-size:2rem}.Graphic-module__xo6qzq__subtitle{font-size:1.1rem}.Graphic-module__xo6qzq__mainContent{gap:2rem}.Graphic-module__xo6qzq__packagesSection,.Graphic-module__xo6qzq__servicesSection,.Graphic-module__xo6qzq__offersContent,.Graphic-module__xo6qzq__paymentContent,.Graphic-module__xo6qzq__ctaSection{padding:2rem 1.5rem}.Graphic-module__xo6qzq__packagesGrid{grid-template-columns:1fr}.Graphic-module__xo6qzq__packageCard{padding:1.5rem}.Graphic-module__xo6qzq__servicesGrid,.Graphic-module__xo6qzq__offersGrid,.Graphic-module__xo6qzq__paymentOptions{grid-template-columns:1fr}.Graphic-module__xo6qzq__offerCard{text-align:center;flex-direction:column}.Graphic-module__xo6qzq__ctaButtons{flex-direction:column}.Graphic-module__xo6qzq__primaryButton,.Graphic-module__xo6qzq__secondaryButton{min-width:100%}}@media (min-width:768px) and (max-width:1024px){.Graphic-module__xo6qzq__packagesGrid{grid-template-columns:repeat(2,1fr)}.Graphic-module__xo6qzq__packageCard:last-child{grid-column:span 2}}
:root{--white:#fff;--black:#000;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--primary:#06f;--secondary:#8b5cf6;--accent:#10b981;--font-sans:"Inter",system-ui,sans-serif;--font-mono:"Space Grotesk",monospace;--transition:all .4s cubic-bezier(.16,1,.3,1);--transition-fast:all .2s cubic-bezier(.16,1,.3,1)}html{scroll-behavior:smooth}.Service-module__ko25ta__container{font-family:var(--font-sans);color:var(--black);background:var(--white);min-height:100vh;font-weight:400;position:relative;overflow-x:hidden}.Service-module__ko25ta__bgOrb{filter:blur(120px);opacity:.15;width:600px;height:600px;transition:var(--transition);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Service-module__ko25ta__scrollIndicator{z-index:100;flex-direction:column;align-items:center;gap:20px;display:flex;position:fixed;top:50%;right:40px;transform:translateY(-50%)}.Service-module__ko25ta__scrollTrack{background:var(--gray-200);width:1px;height:200px;position:relative;overflow:hidden}.Service-module__ko25ta__scrollProgress{background:var(--black);width:100%;transition:height .1s linear;position:absolute;top:0;left:0}.Service-module__ko25ta__scrollText{color:var(--gray-500);letter-spacing:3px;text-transform:uppercase;transform-origin:50%;white-space:nowrap;font-size:12px;transform:rotate(90deg)}.Service-module__ko25ta__hero{z-index:1;align-items:center;min-height:100vh;padding:80px 40px;display:flex;position:relative}.Service-module__ko25ta__heroGrid{grid-template-columns:2fr 1fr;gap:80px;width:100%;max-width:1400px;margin:0 auto;display:grid}@media (max-width:1024px){.Service-module__ko25ta__heroGrid{grid-template-columns:1fr;gap:60px}}.Service-module__ko25ta__heroLeft{flex-direction:column;gap:60px;display:flex}.Service-module__ko25ta__logoContainer{position:relative}.Service-module__ko25ta__logoWrapper{background:0 0;border-radius:24px;width:160px;height:160px;padding:20px;position:relative;overflow:hidden}.Service-module__ko25ta__logo{transition:var(--transition);border-radius:16px}.Service-module__ko25ta__logo:hover{transform:scale(1.05)rotate(3deg)}.Service-module__ko25ta__heroTitle{flex-direction:column;gap:10px;display:flex}.Service-module__ko25ta__titleLine{font-family:var(--font-mono);letter-spacing:-2px;font-size:80px;font-weight:400;line-height:1;position:relative}.Service-module__ko25ta__titleLine:nth-child(2){margin-left:40px}.Service-module__ko25ta__titleHighlight{font-family:var(--font-sans);color:var(--gray-600);margin-top:20px;padding-left:40px;font-size:24px;position:relative}.Service-module__ko25ta__titleHighlight:before{content:"";background:var(--black);width:30px;height:1px;position:absolute;top:50%;left:0}.Service-module__ko25ta__heroSubtitle{color:var(--gray-600);max-width:600px;padding-left:40px;font-size:20px;line-height:1.6}.Service-module__ko25ta__heroRight{justify-content:flex-end;align-items:flex-end;display:flex}.Service-module__ko25ta__statsContainer{background:var(--white);border:1px solid var(--gray-200);border-radius:20px;flex-direction:column;gap:40px;padding:40px;display:flex;box-shadow:0 10px 30px #0000000d}.Service-module__ko25ta__stat{flex-direction:column;gap:8px;display:flex}.Service-module__ko25ta__statNumber{font-family:var(--font-mono);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:400;line-height:1}.Service-module__ko25ta__statLabel{color:var(--gray-500);text-transform:uppercase;letter-spacing:1px;font-size:14px}.Service-module__ko25ta__statDivider{background:linear-gradient(to right,transparent,var(--gray-200),transparent);height:1px}.Service-module__ko25ta__servicesSection{z-index:1;padding:120px 40px;position:relative}.Service-module__ko25ta__sectionHeader{align-items:center;gap:20px;max-width:1400px;margin-bottom:80px;margin-left:auto;margin-right:auto;display:flex}.Service-module__ko25ta__headerNumber{font-family:var(--font-mono);color:var(--gray-400);font-size:14px;font-weight:400}.Service-module__ko25ta__sectionTitle{font-family:var(--font-mono);letter-spacing:-1px;font-size:48px;font-weight:400}.Service-module__ko25ta__servicesContainer{max-width:1400px;margin:0 auto}.Service-module__ko25ta__servicesNav{gap:20px;margin-bottom:60px;display:flex;position:relative}.Service-module__ko25ta__serviceNavItem{background:var(--white);border:1px solid var(--gray-200);cursor:pointer;transition:var(--transition);border-radius:16px;flex-direction:column;flex:1;align-items:flex-start;gap:20px;padding:30px;display:flex;position:relative;overflow:hidden}.Service-module__ko25ta__serviceNavItem:before{content:"";background:var(--service-color);transform-origin:0;height:3px;transition:var(--transition);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Service-module__ko25ta__serviceNavItem:hover:before,.Service-module__ko25ta__serviceNavItem.Service-module__ko25ta__active:before{transform:scaleX(1)}.Service-module__ko25ta__serviceNavItem:hover{border-color:var(--service-color);transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.Service-module__ko25ta__serviceNavItem.Service-module__ko25ta__active{background:var(--white);border-color:var(--service-color);box-shadow:0 20px 40px #0000001a}.Service-module__ko25ta__navIcon{transition:var(--transition);font-size:32px;font-weight:400}.Service-module__ko25ta__serviceNavItem:hover .Service-module__ko25ta__navIcon{transform:scale(1.2)}.Service-module__ko25ta__navTitle{font-family:var(--font-mono);color:var(--black);transition:var(--transition);font-size:24px;font-weight:400}.Service-module__ko25ta__serviceNavItem:hover .Service-module__ko25ta__navTitle{color:var(--service-color)}.Service-module__ko25ta__serviceContent{grid-template-columns:2fr 1fr;align-items:center;gap:80px;display:grid}.Service-module__ko25ta__serviceDetails{flex-direction:column;gap:40px;display:flex}.Service-module__ko25ta__serviceHeader{justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.Service-module__ko25ta__serviceTitle{font-family:var(--font-mono);letter-spacing:-2px;font-size:64px;font-weight:400;line-height:1}.Service-module__ko25ta__serviceMetrics{flex-shrink:0;gap:30px;display:flex}.Service-module__ko25ta__metric{flex-direction:column;align-items:center;gap:8px;display:flex}.Service-module__ko25ta__metricValue{font-family:var(--font-mono);font-size:24px;font-weight:400}.Service-module__ko25ta__metricLabel{color:var(--gray-500);text-transform:uppercase;letter-spacing:1px;font-size:12px}.Service-module__ko25ta__serviceDescription{color:var(--gray-600);max-width:800px;font-size:20px;line-height:1.6}.Service-module__ko25ta__featuresGrid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.Service-module__ko25ta__feature{background:var(--white);border:1px solid var(--gray-200);transition:var(--transition-fast);border-radius:12px;align-items:center;gap:12px;padding:16px;display:flex}.Service-module__ko25ta__feature:hover{border-color:var(--primary);transform:translate(5px)}.Service-module__ko25ta__featureMarker{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px}.Service-module__ko25ta__feature span{color:var(--gray-700);font-size:16px}.Service-module__ko25ta__serviceVisual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.Service-module__ko25ta__visualCircle{border:1px solid;border-radius:50%;width:300px;height:300px;animation:20s linear infinite Service-module__ko25ta__rotate;position:relative}@keyframes Service-module__ko25ta__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Service-module__ko25ta__visualInner{border-radius:50%;animation:20s linear infinite reverse Service-module__ko25ta__rotate;position:absolute;inset:20px}.Service-module__ko25ta__appsSection{z-index:1;background:var(--gray-50);padding:120px 40px;position:relative}.Service-module__ko25ta__appsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:1400px;margin:0 auto;display:grid}.Service-module__ko25ta__appCard{background:var(--white);border:1px solid var(--gray-200);cursor:pointer;transition:var(--transition);opacity:0;border-radius:16px;flex-direction:column;align-items:center;gap:20px;padding:40px 30px;animation:.6s cubic-bezier(.16,1,.3,1) forwards Service-module__ko25ta__slideUp;display:flex;position:relative;overflow:hidden;transform:translateY(20px)}@keyframes Service-module__ko25ta__slideUp{to{opacity:1;transform:translateY(0)}}.Service-module__ko25ta__appCard:hover{border-color:var(--app-color);transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.Service-module__ko25ta__appIcon{transition:var(--transition);font-size:48px}.Service-module__ko25ta__appCard:hover .Service-module__ko25ta__appIcon{transform:scale(1.2)rotate(10deg)}.Service-module__ko25ta__appName{font-family:var(--font-mono);color:var(--black);text-align:center;font-size:20px;font-weight:400}.Service-module__ko25ta__appHover{background:var(--app-color);opacity:0;width:0;height:0;transition:var(--transition);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Service-module__ko25ta__appCard:hover .Service-module__ko25ta__appHover{opacity:.1;width:200px;height:200px}.Service-module__ko25ta__hoverCircle{filter:blur(20px);border-radius:50%;width:100%;height:100%}.Service-module__ko25ta__techSection{z-index:1;padding:120px 40px;position:relative}.Service-module__ko25ta__techContainer{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1400px;margin:0 auto;display:grid}@media (max-width:1024px){.Service-module__ko25ta__techContainer{grid-template-columns:1fr;gap:60px}}.Service-module__ko25ta__techList{flex-direction:column;gap:30px;display:flex}.Service-module__ko25ta__techItem{flex-direction:column;gap:12px;display:flex}.Service-module__ko25ta__techHeader{justify-content:space-between;align-items:center;display:flex}.Service-module__ko25ta__techName{font-family:var(--font-mono);color:var(--black);font-size:20px;font-weight:400}.Service-module__ko25ta__techLevel{font-family:var(--font-mono);color:var(--gray-500);font-size:16px}.Service-module__ko25ta__techBar{background:var(--gray-200);border-radius:2px;height:4px;overflow:hidden}.Service-module__ko25ta__techProgress{border-radius:2px;height:100%;transition:width 1.5s cubic-bezier(.16,1,.3,1)}.Service-module__ko25ta__techVisual{justify-content:center;align-items:center;display:flex}.Service-module__ko25ta__techSphere{width:300px;height:300px;animation:6s ease-in-out infinite Service-module__ko25ta__float;position:relative}@keyframes Service-module__ko25ta__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}.Service-module__ko25ta__techOrbit{border:1px solid;border-radius:50%;animation:20s linear infinite Service-module__ko25ta__orbit;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Service-module__ko25ta__techOrbit:first-child{width:100px;height:100px;animation-delay:0s}.Service-module__ko25ta__techOrbit:nth-child(2){width:140px;height:140px;animation-delay:.2s}.Service-module__ko25ta__techOrbit:nth-child(3){width:180px;height:180px;animation-delay:.4s}.Service-module__ko25ta__techOrbit:nth-child(4){width:220px;height:220px;animation-delay:.6s}.Service-module__ko25ta__techOrbit:nth-child(5){width:260px;height:260px;animation-delay:.8s}.Service-module__ko25ta__techOrbit:nth-child(6){width:300px;height:300px;animation-delay:1s}@keyframes Service-module__ko25ta__orbit{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.Service-module__ko25ta__techPoint{border-radius:50%;width:12px;height:12px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Service-module__ko25ta__processSection{z-index:1;background:var(--gray-50);padding:120px 40px;position:relative}.Service-module__ko25ta__processTimeline{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;max-width:1400px;margin:0 auto;display:grid;position:relative}.Service-module__ko25ta__processStep{background:var(--white);border:1px solid var(--gray-200);transition:var(--transition);border-radius:20px;flex-direction:column;align-items:center;gap:20px;padding:40px 20px;display:flex;position:relative}.Service-module__ko25ta__processStep:hover{border-color:var(--step-color);transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.Service-module__ko25ta__stepNumber{font-family:var(--font-mono);color:var(--gray-500);font-size:14px;font-weight:400}.Service-module__ko25ta__stepLine{background:var(--step-color);opacity:.3;width:2px;height:40px;transition:var(--transition)}.Service-module__ko25ta__processStep:hover .Service-module__ko25ta__stepLine{opacity:1;height:60px}.Service-module__ko25ta__stepTitle{font-family:var(--font-mono);color:var(--black);text-align:center;transition:var(--transition);font-size:24px;font-weight:400}.Service-module__ko25ta__processStep:hover .Service-module__ko25ta__stepTitle{color:var(--step-color)}.Service-module__ko25ta__stepCircle{width:40px;height:40px;transition:var(--transition);border-radius:50%;position:absolute;bottom:-20px}.Service-module__ko25ta__processStep:hover .Service-module__ko25ta__stepCircle{transform:scale(1.2)}.Service-module__ko25ta__ctaSection{z-index:1;padding:120px 40px;position:relative}.Service-module__ko25ta__ctaContainer{grid-template-columns:2fr 1fr;align-items:center;gap:80px;max-width:1400px;margin:0 auto;display:grid}@media (max-width:1024px){.Service-module__ko25ta__ctaContainer{grid-template-columns:1fr;gap:60px}}.Service-module__ko25ta__ctaLeft{flex-direction:column;gap:30px;display:flex}.Service-module__ko25ta__ctaTitle{font-family:var(--font-mono);letter-spacing:-2px;font-size:64px;font-weight:400;line-height:1.1}.Service-module__ko25ta__ctaHighlight{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.Service-module__ko25ta__ctaDescription{color:var(--gray-600);max-width:600px;font-size:20px;line-height:1.6}.Service-module__ko25ta__ctaRight{flex-direction:column;gap:40px;display:flex}.Service-module__ko25ta__ctaButtons{flex-direction:column;gap:20px;display:flex}.Service-module__ko25ta__ctaPrimary{background:var(--black);color:var(--white);font-family:var(--font-mono);cursor:pointer;transition:var(--transition);border:none;border-radius:12px;justify-content:space-between;align-items:center;padding:20px 40px;font-size:18px;font-weight:400;display:flex;position:relative;overflow:hidden}.Service-module__ko25ta__ctaPrimary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.Service-module__ko25ta__ctaPrimary:hover:before{left:100%}.Service-module__ko25ta__ctaPrimary:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003}.Service-module__ko25ta__arrowIcon{width:20px;height:20px;transition:var(--transition-fast)}.Service-module__ko25ta__ctaPrimary:hover .Service-module__ko25ta__arrowIcon{transform:translate(5px)}.Service-module__ko25ta__ctaSecondary{color:var(--black);border:1px solid var(--gray-300);font-family:var(--font-mono);cursor:pointer;transition:var(--transition);background:0 0;border-radius:12px;padding:20px 40px;font-size:18px;font-weight:400}.Service-module__ko25ta__ctaSecondary:hover{border-color:var(--black);background:var(--gray-100);transform:translateY(-5px)}.Service-module__ko25ta__ctaFeatures{flex-direction:column;gap:15px;display:flex}.Service-module__ko25ta__ctaFeature{align-items:center;gap:12px;display:flex}.Service-module__ko25ta__featureDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px}.Service-module__ko25ta__ctaFeature span{color:var(--gray-600);font-size:14px}@media (max-width:768px){.Service-module__ko25ta__hero{padding:60px 20px}.Service-module__ko25ta__heroGrid{gap:40px}.Service-module__ko25ta__titleLine{font-size:48px}.Service-module__ko25ta__titleLine:nth-child(2){margin-left:20px}.Service-module__ko25ta__titleHighlight{padding-left:20px}.Service-module__ko25ta__heroSubtitle{padding-left:20px;font-size:18px}.Service-module__ko25ta__servicesSection,.Service-module__ko25ta__appsSection,.Service-module__ko25ta__techSection,.Service-module__ko25ta__processSection,.Service-module__ko25ta__ctaSection{padding:80px 20px}.Service-module__ko25ta__sectionTitle{font-size:36px}.Service-module__ko25ta__servicesNav{flex-direction:column}.Service-module__ko25ta__serviceContent{grid-template-columns:1fr;gap:40px}.Service-module__ko25ta__serviceTitle{font-size:48px}.Service-module__ko25ta__serviceHeader{flex-direction:column;gap:20px}.Service-module__ko25ta__serviceMetrics{justify-content:space-between;width:100%}.Service-module__ko25ta__appsGrid{grid-template-columns:repeat(2,1fr)}.Service-module__ko25ta__ctaTitle{font-size:48px}.Service-module__ko25ta__scrollIndicator{display:none;right:20px}}@media (max-width:480px){.Service-module__ko25ta__titleLine,.Service-module__ko25ta__serviceTitle{font-size:36px}.Service-module__ko25ta__appsGrid,.Service-module__ko25ta__featuresGrid{grid-template-columns:1fr}.Service-module__ko25ta__ctaTitle{font-size:36px}}
