.Header-module__ldgnoG__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:var(--transition);background:#ffffffe6;position:fixed;top:0;left:0;right:0}@media (prefers-color-scheme:dark){.Header-module__ldgnoG__header{background:#0f172ae6}}.Header-module__ldgnoG__headerScrolled{box-shadow:var(--shadow-md)}.Header-module__ldgnoG__headerInner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.Header-module__ldgnoG__logo{align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.Header-module__ldgnoG__logoIcon{border-radius:var(--radius-lg);object-fit:cover;width:40px;height:40px}.Header-module__ldgnoG__nav{align-items:center;gap:2rem;display:flex}.Header-module__ldgnoG__navList{gap:2rem;list-style:none;display:flex}.Header-module__ldgnoG__navLink{color:var(--foreground-muted);font-weight:500;position:relative}.Header-module__ldgnoG__navLink:hover{color:var(--primary)}.Header-module__ldgnoG__navLink:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__ldgnoG__navLink:hover:after{width:100%}.Header-module__ldgnoG__ctaButton{padding:.625rem 1.25rem;font-size:.875rem}.Header-module__ldgnoG__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;display:none}.Header-module__ldgnoG__mobileMenuBtn span{background:var(--foreground);width:24px;height:2px;transition:var(--transition);margin:5px 0;display:block}@media (max-width:768px){.Header-module__ldgnoG__mobileMenuBtn{display:flex}.Header-module__ldgnoG__nav{background:var(--background);border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0}.Header-module__ldgnoG__navOpen{display:flex}.Header-module__ldgnoG__navList{flex-direction:column;gap:0;width:100%}.Header-module__ldgnoG__navLink{border-bottom:1px solid var(--border);padding:.75rem 0;display:block}.Header-module__ldgnoG__ctaButton{text-align:center;width:100%}}
.Hero-module__JgYmMq__hero{background:linear-gradient(135deg,var(--background)0%,var(--background-alt)100%);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#0066ff14 0%,#0000 70%);width:70%;height:140%;position:absolute;top:-50%;right:-20%}.Hero-module__JgYmMq__heroInner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.Hero-module__JgYmMq__heroContent{z-index:1}.Hero-module__JgYmMq__heroBadge{margin-bottom:1.5rem}.Hero-module__JgYmMq__heroTitle{color:var(--foreground);margin-bottom:1.5rem}.Hero-module__JgYmMq__heroHighlight{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__heroDescription{max-width:540px;margin-bottom:2rem;font-size:1.25rem}.Hero-module__JgYmMq__heroButtons{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__JgYmMq__heroStats{border-top:1px solid var(--border);gap:3rem;margin-top:3rem;padding-top:3rem;display:flex}.Hero-module__JgYmMq__statItem{text-align:left}.Hero-module__JgYmMq__statNumber{color:var(--primary);font-size:2.5rem;font-weight:700;line-height:1}.Hero-module__JgYmMq__statLabel{color:var(--foreground-muted);margin-top:.25rem;font-size:.875rem}.Hero-module__JgYmMq__heroVisual{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__JgYmMq__heroImageWrapper{width:400px;height:400px;position:relative}.Hero-module__JgYmMq__heroImageBg{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));opacity:.1;border-radius:50%;animation:4s ease-in-out infinite Hero-module__JgYmMq__pulse;position:absolute;inset:-20px}.Hero-module__JgYmMq__heroImage{object-fit:cover;border:4px solid var(--background);width:100%;height:100%;box-shadow:var(--shadow-xl);z-index:1;border-radius:50%;position:relative}.Hero-module__JgYmMq__floatingCard{background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);z-index:2;padding:1rem 1.25rem;position:absolute}.Hero-module__JgYmMq__floatingCard1{animation:3s ease-in-out infinite Hero-module__JgYmMq__float;top:10%;right:-10%}.Hero-module__JgYmMq__floatingCard2{animation:3s ease-in-out .5s infinite Hero-module__JgYmMq__float;bottom:10%;left:-10%}.Hero-module__JgYmMq__floatingCardIcon{margin-bottom:.25rem;font-size:1.5rem}.Hero-module__JgYmMq__floatingCardText{color:var(--foreground);font-size:.875rem;font-weight:600}.Hero-module__JgYmMq__floatingCardSub{color:var(--foreground-muted);font-size:.75rem}@media (max-width:1024px){.Hero-module__JgYmMq__heroInner{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__JgYmMq__heroContent{order:2}.Hero-module__JgYmMq__heroVisual{order:1}.Hero-module__JgYmMq__heroDescription{margin-left:auto;margin-right:auto}.Hero-module__JgYmMq__heroButtons,.Hero-module__JgYmMq__heroStats{justify-content:center}.Hero-module__JgYmMq__heroImageWrapper{width:300px;height:300px}.Hero-module__JgYmMq__floatingCard{display:none}}@media (max-width:768px){.Hero-module__JgYmMq__heroVisual{display:none}}@media (max-width:640px){.Hero-module__JgYmMq__heroStats{flex-direction:column;align-items:center;gap:1.5rem}.Hero-module__JgYmMq__statItem{text-align:center}}@media (max-width:480px){.Hero-module__JgYmMq__heroDescription{font-size:1rem}.Hero-module__JgYmMq__heroImageWrapper{width:240px;height:240px}.Hero-module__JgYmMq__statNumber{font-size:2rem}}
.CollapsibleSection-module__ukVxSq__collapsible{background:linear-gradient(#0d1117 0%,#0f1722 100%);border-bottom:1px solid #ffffff0f}.CollapsibleSection-module__ukVxSq__collapsible:first-of-type{border-top:1px solid #ffffff0f}.CollapsibleSection-module__ukVxSq__container{max-width:1200px;margin:0 auto;padding:0 24px}.CollapsibleSection-module__ukVxSq__toggleHeader{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;padding:28px 0;font-family:inherit;transition:opacity .2s;display:flex}.CollapsibleSection-module__ukVxSq__toggleHeader:hover{opacity:.85}.CollapsibleSection-module__ukVxSq__headerContent{flex:1;min-width:0}.CollapsibleSection-module__ukVxSq__headerTitle{color:#fff;margin:0;font-size:clamp(1.375rem,3vw,1.75rem);font-weight:700;line-height:1.3}.CollapsibleSection-module__ukVxSq__headerSubtitle{color:#8b949e;margin:6px 0 0;font-size:.9375rem;line-height:1.5}.CollapsibleSection-module__ukVxSq__headerActions{flex-shrink:0;align-items:center;gap:12px;margin-left:16px;display:flex}.CollapsibleSection-module__ukVxSq__headerBadge{color:#58a6ff;white-space:nowrap;letter-spacing:.3px;background:#3b82f61f;border:1px solid #3b82f633;border-radius:20px;align-items:center;padding:5px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.CollapsibleSection-module__ukVxSq__chevron{color:#58a6ff;background:#3b82f61f;border:1px solid #3b82f633;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:transform .3s,background .2s;display:inline-flex}.CollapsibleSection-module__ukVxSq__chevronUp{transform:rotate(180deg)}.CollapsibleSection-module__ukVxSq__contentWrapper{grid-template-rows:0fr;transition:grid-template-rows .4s;display:grid;overflow:hidden}.CollapsibleSection-module__ukVxSq__contentExpanded{grid-template-rows:1fr}.CollapsibleSection-module__ukVxSq__content{min-height:0;overflow:hidden}.CollapsibleSection-module__ukVxSq__contentExpanded .CollapsibleSection-module__ukVxSq__content{overflow:visible}@media (max-width:640px){.CollapsibleSection-module__ukVxSq__toggleHeader{padding:20px 0}.CollapsibleSection-module__ukVxSq__headerBadge{display:none}}
.WhyChooseUs-module__YwVtra__whyChooseUs{background:0 0;padding:20px 0 40px}.WhyChooseUs-module__YwVtra__container{max-width:1200px;margin:0 auto;padding:0 24px}.WhyChooseUs-module__YwVtra__header{text-align:center;margin-bottom:60px}.WhyChooseUs-module__YwVtra__badge{color:#22c55e;text-transform:uppercase;letter-spacing:1px;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:50px;margin-bottom:20px;padding:8px 20px;font-size:.875rem;font-weight:500;display:inline-block}.WhyChooseUs-module__YwVtra__title{color:#fff;background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:clamp(2rem,5vw,3rem);font-weight:700}.WhyChooseUs-module__YwVtra__subtitle{color:#888;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.WhyChooseUs-module__YwVtra__reasonsGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px;display:grid}@media (max-width:992px){.WhyChooseUs-module__YwVtra__reasonsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.WhyChooseUs-module__YwVtra__reasonsGrid{grid-template-columns:1fr}}.WhyChooseUs-module__YwVtra__reasonCard{text-align:center;background:linear-gradient(145deg,#1e1e1ecc,#141414e6);border:1px solid #ffffff0d;border-radius:16px;padding:30px;transition:all .3s;position:relative;overflow:hidden}.WhyChooseUs-module__YwVtra__reasonCard:before{content:"";opacity:0;background:linear-gradient(90deg,#3b82f6,#22c55e);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.WhyChooseUs-module__YwVtra__reasonCard:hover{border-color:#3b82f64d;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.WhyChooseUs-module__YwVtra__reasonCard:hover:before{opacity:1}.WhyChooseUs-module__YwVtra__cardIcon{margin-bottom:16px;font-size:2.5rem}.WhyChooseUs-module__YwVtra__cardTitle{color:#fff;margin-bottom:12px;font-size:1.25rem;font-weight:600}.WhyChooseUs-module__YwVtra__cardDescription{color:#888;margin-bottom:16px;font-size:.938rem;line-height:1.6}.WhyChooseUs-module__YwVtra__cardHighlight{color:#22c55e;text-transform:uppercase;letter-spacing:.5px;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:20px;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-block}.WhyChooseUs-module__YwVtra__statsBar{background:linear-gradient(145deg,#3b82f614,#1e1e1e80);border:1px solid #3b82f626;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:60px;padding:40px 60px;display:grid}@media (max-width:992px){.WhyChooseUs-module__YwVtra__statsBar{grid-template-columns:repeat(2,1fr);padding:32px 40px}}@media (max-width:768px){.WhyChooseUs-module__YwVtra__statsBar{grid-template-columns:repeat(2,1fr);padding:30px}}@media (max-width:480px){.WhyChooseUs-module__YwVtra__statsBar{grid-template-columns:1fr}}.WhyChooseUs-module__YwVtra__statItem{text-align:center}.WhyChooseUs-module__YwVtra__statValue{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#22c55e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;display:block}.WhyChooseUs-module__YwVtra__statLabel{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.WhyChooseUs-module__YwVtra__ctaSection{background:linear-gradient(135deg,#3b82f61a 0%,#22c55e1a 100%);border:1px solid #3b82f633;border-radius:20px;justify-content:space-between;align-items:center;padding:40px 50px;display:flex}@media (max-width:768px){.WhyChooseUs-module__YwVtra__ctaSection{text-align:center;flex-direction:column;gap:24px;padding:30px}}.WhyChooseUs-module__YwVtra__ctaContent h3{color:#fff;margin-bottom:8px;font-size:1.5rem;font-weight:600}.WhyChooseUs-module__YwVtra__ctaContent p{color:#888;font-size:1rem}.WhyChooseUs-module__YwVtra__ctaButtons{gap:16px;display:flex}@media (max-width:480px){.WhyChooseUs-module__YwVtra__ctaButtons{flex-direction:column;width:100%}}.WhyChooseUs-module__YwVtra__ctaPrimary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:10px;padding:14px 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.WhyChooseUs-module__YwVtra__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f64d}.WhyChooseUs-module__YwVtra__ctaSecondary{color:#fff;background:0 0;border:1px solid #fff3;border-radius:10px;padding:14px 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.WhyChooseUs-module__YwVtra__ctaSecondary:hover{background:#ffffff0d;border-color:#ffffff80}
.ServiceCatalog-module__Mg0ELq__catalog{background:var(--background)}.ServiceCatalog-module__Mg0ELq__searchBar{max-width:600px;margin:0 auto 2rem;position:relative}.ServiceCatalog-module__Mg0ELq__searchIcon{pointer-events:none;font-size:1.125rem;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.ServiceCatalog-module__Mg0ELq__searchInput{border:2px solid var(--border);border-radius:var(--radius-full);background:var(--card-bg);width:100%;color:var(--foreground);transition:var(--transition);padding:1rem 3rem;font-family:inherit;font-size:1rem}.ServiceCatalog-module__Mg0ELq__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light);outline:none}.ServiceCatalog-module__Mg0ELq__searchInput::placeholder{color:var(--foreground-muted)}.ServiceCatalog-module__Mg0ELq__clearSearch{background:var(--primary-light);color:var(--primary);cursor:pointer;width:28px;height:28px;transition:var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.ServiceCatalog-module__Mg0ELq__clearSearch:hover{background:var(--primary);color:#fff}.ServiceCatalog-module__Mg0ELq__categoryTabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.ServiceCatalog-module__Mg0ELq__categoryTab{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);color:var(--foreground-muted);align-items:center;gap:6px;padding:.625rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;display:flex}.ServiceCatalog-module__Mg0ELq__categoryTab:hover{border-color:var(--primary);color:var(--primary)}.ServiceCatalog-module__Mg0ELq__categoryTabActive{background:var(--primary);border-color:var(--primary);color:#fff}.ServiceCatalog-module__Mg0ELq__categoryTabActive:hover{color:#fff}.ServiceCatalog-module__Mg0ELq__categoryCount{background:#fff3;border-radius:10px;justify-content:center;align-items:center;min-width:24px;height:20px;padding:0 6px;font-size:.6875rem;font-weight:700;display:inline-flex}.ServiceCatalog-module__Mg0ELq__categoryTabActive .ServiceCatalog-module__Mg0ELq__categoryCount{color:#fff;background:#ffffff4d}.ServiceCatalog-module__Mg0ELq__resultsInfo{text-align:center;color:var(--foreground-muted);margin-bottom:2rem;font-size:.875rem}.ServiceCatalog-module__Mg0ELq__resultsInfo strong{color:var(--foreground)}.ServiceCatalog-module__Mg0ELq__servicesGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (max-width:1024px){.ServiceCatalog-module__Mg0ELq__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ServiceCatalog-module__Mg0ELq__servicesGrid{grid-template-columns:1fr}}.ServiceCatalog-module__Mg0ELq__serviceCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;display:flex;position:relative}.ServiceCatalog-module__Mg0ELq__serviceCard:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.ServiceCatalog-module__Mg0ELq__popularTag{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:8px;padding:3px 10px;font-size:.625rem;font-weight:700;position:absolute;top:-8px;right:12px}.ServiceCatalog-module__Mg0ELq__serviceName{color:var(--foreground);font-size:.9375rem;font-weight:600;line-height:1.3}.ServiceCatalog-module__Mg0ELq__serviceMeta{align-items:center;gap:8px;font-size:.8125rem;display:flex}.ServiceCatalog-module__Mg0ELq__servicePrice{color:var(--primary);font-weight:600}.ServiceCatalog-module__Mg0ELq__priceOriginal{color:var(--foreground-muted);margin-right:4px;font-size:.75rem;font-weight:400;text-decoration:line-through}.ServiceCatalog-module__Mg0ELq__priceDiscounted{color:#22c55e;font-weight:700}.ServiceCatalog-module__Mg0ELq__discountTag{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#7c3aed,#db2777);border-radius:8px;padding:3px 10px;font-size:.625rem;font-weight:700;position:absolute;top:-8px;left:12px}.ServiceCatalog-module__Mg0ELq__serviceDivider{color:var(--border)}.ServiceCatalog-module__Mg0ELq__serviceDelivery{color:var(--foreground-muted)}.ServiceCatalog-module__Mg0ELq__cardActions{align-items:center;gap:.5rem;margin-top:auto;display:flex}.ServiceCatalog-module__Mg0ELq__orderBtn{color:var(--primary);background:var(--primary-light);border-radius:var(--radius-md);text-align:center;cursor:pointer;transition:var(--transition);border:none;flex:1;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;display:inline-block}.ServiceCatalog-module__Mg0ELq__orderBtn:hover{background:var(--primary);color:#fff}.ServiceCatalog-module__Mg0ELq__whatsappBtn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--foreground-muted);border:1.5px solid var(--border);transition:var(--transition);background:0 0;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.ServiceCatalog-module__Mg0ELq__whatsappBtn:hover{color:#fff;background:#25d366;border-color:#25d366;transform:translateY(-1px);box-shadow:0 4px 12px #25d36666}.ServiceCatalog-module__Mg0ELq__noResults{text-align:center;padding:4rem 2rem}.ServiceCatalog-module__Mg0ELq__noResultsIcon{margin-bottom:1rem;font-size:3rem;display:block}.ServiceCatalog-module__Mg0ELq__noResults h4{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem}.ServiceCatalog-module__Mg0ELq__noResults p{color:var(--foreground-muted);margin-bottom:1.5rem}.ServiceCatalog-module__Mg0ELq__resetBtn{background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);border:none;padding:.75rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600}.ServiceCatalog-module__Mg0ELq__resetBtn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.ServiceCatalog-module__Mg0ELq__catalogCta{text-align:center;background:var(--primary-light);border-radius:var(--radius-lg);margin-top:3rem;padding:2rem}.ServiceCatalog-module__Mg0ELq__catalogCta p{color:var(--foreground);margin-bottom:1rem;font-weight:500}.ServiceCatalog-module__Mg0ELq__catalogCtaBtn{background:var(--primary);color:#fff;border-radius:var(--radius-md);transition:var(--transition);padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-block}.ServiceCatalog-module__Mg0ELq__catalogCtaBtn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.ServiceCatalog-module__Mg0ELq__pagination{justify-content:center;align-items:center;gap:12px;margin-top:2.5rem;display:flex}.ServiceCatalog-module__Mg0ELq__pageBtn{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);cursor:pointer;transition:var(--transition);align-items:center;gap:4px;padding:.625rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;display:inline-flex}.ServiceCatalog-module__Mg0ELq__pageBtn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.ServiceCatalog-module__Mg0ELq__pageBtn:disabled{opacity:.4;cursor:not-allowed}.ServiceCatalog-module__Mg0ELq__pageNumbers{gap:4px;display:flex}.ServiceCatalog-module__Mg0ELq__pageEllipsis{min-width:36px;min-height:44px;color:var(--foreground-muted);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:inline-flex}.ServiceCatalog-module__Mg0ELq__pageNumber{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);min-width:44px;min-height:44px;color:var(--foreground-muted);cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;font-family:inherit;font-size:.8125rem;font-weight:600;display:inline-flex}.ServiceCatalog-module__Mg0ELq__pageNumber:hover{border-color:var(--primary);color:var(--primary)}.ServiceCatalog-module__Mg0ELq__pageNumberActive{background:var(--primary);border-color:var(--primary);color:#fff}.ServiceCatalog-module__Mg0ELq__pageNumberActive:hover{color:#fff}@media (max-width:640px){.ServiceCatalog-module__Mg0ELq__pagination{flex-wrap:wrap;gap:8px}.ServiceCatalog-module__Mg0ELq__pageNumbers{flex-wrap:wrap;order:-1;justify-content:center;width:100%}}
.Pricing-module__Pm6ArG__pricing{background:linear-gradient(#0a0a0a 0%,#111 100%);padding:100px 0}.Pricing-module__Pm6ArG__container{max-width:1200px;margin:0 auto;padding:0 24px}.Pricing-module__Pm6ArG__header{text-align:center;margin-bottom:60px}.Pricing-module__Pm6ArG__badge{color:#22c55e;text-transform:uppercase;letter-spacing:1px;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:50px;margin-bottom:20px;padding:8px 20px;font-size:.875rem;font-weight:500;display:inline-block}.Pricing-module__Pm6ArG__title{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:clamp(2rem,5vw,3rem);font-weight:700}.Pricing-module__Pm6ArG__subtitle{color:#888;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.Pricing-module__Pm6ArG__plansGrid{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;margin-bottom:60px;display:grid}@media (max-width:992px){.Pricing-module__Pm6ArG__plansGrid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}.Pricing-module__Pm6ArG__planCard{background:linear-gradient(145deg,#1e1e1ecc,#141414e6);border:1px solid #ffffff0d;border-radius:20px;padding:36px 30px;transition:all .3s;position:relative}.Pricing-module__Pm6ArG__planCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.Pricing-module__Pm6ArG__planHighlighted{background:linear-gradient(145deg,#3b82f614,#141414f2);border-color:#3b82f666;transform:scale(1.02)}.Pricing-module__Pm6ArG__planHighlighted:hover{transform:scale(1.02)translateY(-5px)}.Pricing-module__Pm6ArG__planBadge{color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:20px;padding:6px 20px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__Pm6ArG__planName{color:#fff;text-align:center;margin-bottom:16px;font-size:1.25rem;font-weight:600}.Pricing-module__Pm6ArG__planPrice{text-align:center;margin-bottom:12px}.Pricing-module__Pm6ArG__priceAmount{background:linear-gradient(135deg,#3b82f6 0%,#22c55e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,3rem);font-weight:700}.Pricing-module__Pm6ArG__pricePeriod{color:#888;margin-top:4px;font-size:.875rem;display:block}.Pricing-module__Pm6ArG__priceOriginal{color:#888;margin-bottom:2px;font-size:1.25rem;font-weight:500;text-decoration:line-through;display:block}.Pricing-module__Pm6ArG__promoBadge{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#7c3aed 0%,#db2777 100%);border-radius:50px;margin-top:16px;padding:10px 24px;font-size:.9375rem;font-weight:700;animation:2s ease-in-out infinite Pricing-module__Pm6ArG__promoPulse;display:inline-block}@keyframes Pricing-module__Pm6ArG__promoPulse{0%,to{box-shadow:0 0 #7c3aed66}50%{box-shadow:0 0 0 10px #7c3aed00}}.Pricing-module__Pm6ArG__planDescription{color:#888;text-align:center;margin-bottom:24px;font-size:.938rem;line-height:1.6}.Pricing-module__Pm6ArG__planCta{text-align:center;color:#fff;background:0 0;border:1px solid #fff3;border-radius:10px;width:100%;margin-bottom:24px;padding:14px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.Pricing-module__Pm6ArG__planCta:hover{background:#ffffff0d;border-color:#ffffff80}.Pricing-module__Pm6ArG__planCtaHighlighted{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-color:#0000}.Pricing-module__Pm6ArG__planCtaHighlighted:hover{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);transform:translateY(-2px);box-shadow:0 10px 30px #3b82f64d}.Pricing-module__Pm6ArG__featureList{padding:0;list-style:none}.Pricing-module__Pm6ArG__featureItem{color:#ccc;border-bottom:1px solid #ffffff08;align-items:flex-start;gap:10px;padding:8px 0;font-size:.875rem;display:flex}.Pricing-module__Pm6ArG__featureItem:last-child{border-bottom:none}.Pricing-module__Pm6ArG__featureCheck{color:#22c55e;flex-shrink:0;font-size:.875rem;font-weight:700}.Pricing-module__Pm6ArG__paymentTypeSection{text-align:center;margin-bottom:40px}.Pricing-module__Pm6ArG__paymentTypeTitle{color:#fff;margin-bottom:20px;font-size:1.5rem;font-weight:700}.Pricing-module__Pm6ArG__paymentTypeTabs{grid-template-columns:1fr 1fr;gap:16px;max-width:700px;margin:0 auto 20px;display:grid}.Pricing-module__Pm6ArG__paymentTypeTab{cursor:pointer;text-align:left;color:#ccc;background:#ffffff08;border:2px solid #ffffff14;border-radius:14px;align-items:center;gap:14px;padding:20px 24px;transition:all .3s;display:flex}.Pricing-module__Pm6ArG__paymentTypeTab:hover{background:#3b82f60d;border-color:#3b82f64d}.Pricing-module__Pm6ArG__paymentTypeTabActive{background:#3b82f61a;border-color:#3b82f699}.Pricing-module__Pm6ArG__paymentTypeTab strong{color:#fff;margin-bottom:2px;font-size:1rem;display:block}.Pricing-module__Pm6ArG__paymentTypeTab p{color:#888;margin:0;font-size:.8125rem}.Pricing-module__Pm6ArG__paymentTypeIcon{flex-shrink:0;font-size:1.75rem}.Pricing-module__Pm6ArG__paymentTypeInfo{background:#3b82f60d;border:1px solid #3b82f61a;border-radius:10px;max-width:700px;margin:0 auto;padding:16px 24px}.Pricing-module__Pm6ArG__paymentTypeInfo p{color:#aaa;margin:0;font-size:.9375rem;line-height:1.6}.Pricing-module__Pm6ArG__paymentTypeInfo strong{color:#fff}@media (max-width:640px){.Pricing-module__Pm6ArG__paymentTypeTabs{grid-template-columns:1fr}}.Pricing-module__Pm6ArG__paymentSection{text-align:center;background:linear-gradient(145deg,#3b82f60d,#1e1e1e80);border:1px solid #3b82f626;border-radius:20px;margin-bottom:40px;padding:48px 40px}.Pricing-module__Pm6ArG__paymentTitle{color:#fff;margin-bottom:12px;font-size:1.5rem;font-weight:700}.Pricing-module__Pm6ArG__paymentSubtitle{color:#888;max-width:700px;margin:0 auto 32px;font-size:1rem;line-height:1.7}.Pricing-module__Pm6ArG__paymentSubtitle strong{color:#fff}.Pricing-module__Pm6ArG__paymentGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px;display:grid}@media (max-width:992px){.Pricing-module__Pm6ArG__paymentGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Pricing-module__Pm6ArG__paymentGrid{grid-template-columns:1fr}.Pricing-module__Pm6ArG__planCard{padding:28px 20px}.Pricing-module__Pm6ArG__paymentSection,.Pricing-module__Pm6ArG__customQuote{padding:24px 16px}}.Pricing-module__Pm6ArG__paymentMethod{text-align:left;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:12px;padding:16px;display:flex}.Pricing-module__Pm6ArG__paymentIcon{flex-shrink:0;font-size:1.75rem}.Pricing-module__Pm6ArG__paymentName{color:#fff;margin-bottom:2px;font-size:.875rem;font-weight:600}.Pricing-module__Pm6ArG__paymentDesc{color:#888;font-size:.75rem}.Pricing-module__Pm6ArG__paymentFlow{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding-top:24px;display:flex}.Pricing-module__Pm6ArG__flowStep{color:#ccc;align-items:center;gap:8px;font-size:.875rem;display:flex}.Pricing-module__Pm6ArG__flowNumber{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.Pricing-module__Pm6ArG__flowArrow{color:#555;font-size:1.25rem}@media (max-width:768px){.Pricing-module__Pm6ArG__paymentSection{padding:32px 20px}.Pricing-module__Pm6ArG__flowArrow{display:none}.Pricing-module__Pm6ArG__paymentFlow{flex-direction:column;gap:8px}}.Pricing-module__Pm6ArG__customQuote{background:linear-gradient(135deg,#22c55e14 0%,#3b82f614 100%);border:1px solid #22c55e33;border-radius:20px;justify-content:space-between;align-items:center;padding:36px 40px;display:flex}@media (max-width:768px){.Pricing-module__Pm6ArG__customQuote{text-align:center;flex-direction:column;gap:20px;padding:30px 24px}}.Pricing-module__Pm6ArG__customQuoteContent h3{color:#fff;margin-bottom:8px;font-size:1.5rem;font-weight:600}.Pricing-module__Pm6ArG__customQuoteContent p{color:#888;font-size:.938rem}.Pricing-module__Pm6ArG__customQuoteCta{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:10px;padding:14px 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.Pricing-module__Pm6ArG__customQuoteCta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #22c55e4d}@media (max-width:480px){.Pricing-module__Pm6ArG__planCard{padding:28px 20px}.Pricing-module__Pm6ArG__paymentSection,.Pricing-module__Pm6ArG__customQuote{padding:24px 16px}.Pricing-module__Pm6ArG__pricing{padding:60px 0}}
.Testimonials-module__5wb8fq__testimonials{background:0 0;padding:20px 0 40px}.Testimonials-module__5wb8fq__container{max-width:1200px;margin:0 auto;padding:0 24px}.Testimonials-module__5wb8fq__header{text-align:center;margin-bottom:60px}.Testimonials-module__5wb8fq__badge{color:#f59e0b;text-transform:uppercase;letter-spacing:1px;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:50px;margin-bottom:20px;padding:8px 20px;font-size:.875rem;font-weight:500;display:inline-block}.Testimonials-module__5wb8fq__title{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:clamp(2rem,5vw,3rem);font-weight:700}.Testimonials-module__5wb8fq__subtitle{color:#888;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.Testimonials-module__5wb8fq__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px;display:grid}@media (max-width:992px){.Testimonials-module__5wb8fq__grid{grid-template-columns:1fr;max-width:600px;margin-left:auto;margin-right:auto}}.Testimonials-module__5wb8fq__card{background:linear-gradient(145deg,#1e1e1ecc,#141414e6);border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;min-width:0;padding:28px;transition:all .3s;display:flex;overflow:hidden}.Testimonials-module__5wb8fq__card:hover{border-color:#f59e0b4d;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.Testimonials-module__5wb8fq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.Testimonials-module__5wb8fq__stars{gap:2px;display:flex}.Testimonials-module__5wb8fq__star{color:#f59e0b;font-size:1rem}.Testimonials-module__5wb8fq__serviceTag{color:#60a5fa;white-space:nowrap;text-overflow:ellipsis;background:#3b82f626;border:1px solid #3b82f64d;border-radius:20px;max-width:140px;padding:4px 10px;font-size:.6875rem;font-weight:500;overflow:hidden}.Testimonials-module__5wb8fq__cardText{color:#ccc;overflow-wrap:break-word;word-break:break-word;flex-grow:1;margin-bottom:20px;font-size:.938rem;font-style:italic;line-height:1.7}@media (max-width:768px){.Testimonials-module__5wb8fq__cardText{scrollbar-width:thin;scrollbar-color:#f59e0b4d transparent;max-height:150px;overflow-y:auto}}.Testimonials-module__5wb8fq__cardAuthor{border-top:1px solid #ffffff0d;align-items:center;gap:12px;padding-top:16px;display:flex}.Testimonials-module__5wb8fq__authorAvatar{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#22c55e 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.75rem;font-weight:700;display:flex}.Testimonials-module__5wb8fq__authorName{color:#fff;margin-bottom:2px;font-size:.9375rem;font-weight:600}.Testimonials-module__5wb8fq__authorRole{color:#888;overflow-wrap:break-word;word-break:break-word;font-size:.75rem}.Testimonials-module__5wb8fq__trustBar{background:linear-gradient(145deg,#f59e0b0d,#1e1e1e80);border:1px solid #f59e0b26;border-radius:16px;flex-wrap:wrap;justify-content:center;gap:24px;padding:32px 40px;display:flex}@media (max-width:768px){.Testimonials-module__5wb8fq__trustBar{gap:16px;padding:24px}}.Testimonials-module__5wb8fq__trustItem{align-items:center;gap:8px;display:flex}.Testimonials-module__5wb8fq__trustIcon{font-size:1.25rem}.Testimonials-module__5wb8fq__trustLabel{color:#ccc;font-size:.875rem;font-weight:500}
.Publications-module__Sbxl6W__publications{background:0 0;padding:20px 0 40px}.Publications-module__Sbxl6W__publicationsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Publications-module__Sbxl6W__publicationCard{background:var(--card-bg);border-radius:var(--radius-xl);border:1px solid var(--border);transition:var(--transition);flex-direction:column;padding:2rem;display:flex}.Publications-module__Sbxl6W__publicationCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary)}.Publications-module__Sbxl6W__publicationBadge{margin-bottom:1rem}.Publications-module__Sbxl6W__publicationTitle{color:var(--foreground);flex-grow:1;margin-bottom:1rem;font-size:1.125rem;font-weight:700;line-height:1.4}.Publications-module__Sbxl6W__publicationMeta{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Publications-module__Sbxl6W__publicationMetaItem{color:var(--foreground-muted);align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.Publications-module__Sbxl6W__publicationMetaIcon{font-size:1rem}.Publications-module__Sbxl6W__publicationLink{color:var(--primary);border-top:1px solid var(--border);align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;font-size:.875rem;font-weight:600;display:inline-flex}.Publications-module__Sbxl6W__publicationLink:hover{text-decoration:underline}.Publications-module__Sbxl6W__publicationsNote{text-align:center;background:var(--primary-light);border-radius:var(--radius-lg);margin-top:3rem;padding:1.5rem}.Publications-module__Sbxl6W__publicationsNote p{color:var(--foreground);font-weight:500}@media (max-width:768px){.Publications-module__Sbxl6W__publicationsGrid{grid-template-columns:1fr}}
.Portfolio-module__Qfg8ta__portfolio{background:0 0;padding:20px 0 40px}.Portfolio-module__Qfg8ta__portfolioTabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.Portfolio-module__Qfg8ta__portfolioTab{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);color:var(--foreground-muted);padding:.75rem 1.5rem;font-size:.875rem;font-weight:600}.Portfolio-module__Qfg8ta__portfolioTab:hover{border-color:var(--primary);color:var(--primary)}.Portfolio-module__Qfg8ta__portfolioTabActive{background:var(--primary);border-color:var(--primary);color:#fff}.Portfolio-module__Qfg8ta__portfolioTabActive:hover{color:#fff}.Portfolio-module__Qfg8ta__portfolioGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.Portfolio-module__Qfg8ta__portfolioItem{border-radius:var(--radius-lg);aspect-ratio:4/3;cursor:pointer;group:portfolio;position:relative;overflow:hidden}.Portfolio-module__Qfg8ta__portfolioImage{object-fit:cover;width:100%;height:100%;transition:transform .4s}.Portfolio-module__Qfg8ta__portfolioItem:hover .Portfolio-module__Qfg8ta__portfolioImage{transform:scale(1.05)}.Portfolio-module__Qfg8ta__portfolioOverlay{opacity:0;background:linear-gradient(#0000 0%,#0006 50%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.Portfolio-module__Qfg8ta__portfolioItem:hover .Portfolio-module__Qfg8ta__portfolioOverlay{opacity:1}.Portfolio-module__Qfg8ta__portfolioItemTitle{color:#fff;margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.Portfolio-module__Qfg8ta__portfolioItemCategory{color:#ffffffb3;font-size:.75rem}.Portfolio-module__Qfg8ta__lightbox{z-index:2000;background:#000000f2;justify-content:center;align-items:center;padding:2rem;animation:.3s Portfolio-module__Qfg8ta__fadeIn;display:flex;position:fixed;inset:0}@keyframes Portfolio-module__Qfg8ta__fadeIn{0%{opacity:0}to{opacity:1}}.Portfolio-module__Qfg8ta__lightboxClose{color:#fff;cursor:pointer;width:48px;height:48px;transition:var(--transition);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Portfolio-module__Qfg8ta__lightboxClose:hover{background:#fff3}.Portfolio-module__Qfg8ta__lightboxContent{max-width:90vw;max-height:85vh;position:relative}.Portfolio-module__Qfg8ta__lightboxImage{object-fit:contain;border-radius:var(--radius-lg);max-width:100%;max-height:80vh}.Portfolio-module__Qfg8ta__lightboxCaption{text-align:center;color:#fff;margin-top:1rem}.Portfolio-module__Qfg8ta__lightboxCaption h4{margin-bottom:.25rem;font-size:1.125rem}.Portfolio-module__Qfg8ta__lightboxCaption p{color:#ffffffb3;font-size:.875rem}@media (max-width:1024px){.Portfolio-module__Qfg8ta__portfolioGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Portfolio-module__Qfg8ta__portfolioGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Portfolio-module__Qfg8ta__portfolioGrid{grid-template-columns:1fr}}
.Process-module__Y14LMW__process{background:linear-gradient(#0a0a0a 0%,#111 100%);padding:100px 0}.Process-module__Y14LMW__container{max-width:1200px;margin:0 auto;padding:0 24px}.Process-module__Y14LMW__header{text-align:center;margin-bottom:60px}.Process-module__Y14LMW__badge{color:#3b82f6;text-transform:uppercase;letter-spacing:1px;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:50px;margin-bottom:20px;padding:8px 20px;font-size:.875rem;font-weight:500;display:inline-block}.Process-module__Y14LMW__title{color:#fff;background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:clamp(2rem,5vw,3rem);font-weight:700}.Process-module__Y14LMW__subtitle{color:#888;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.Process-module__Y14LMW__timeline{grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px;display:grid}@media (max-width:992px){.Process-module__Y14LMW__timeline{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Process-module__Y14LMW__timeline{grid-template-columns:1fr}}.Process-module__Y14LMW__timelineItem{background:linear-gradient(145deg,#1e1e1ecc,#141414e6);border:1px solid #ffffff0d;border-radius:16px;padding:30px;transition:all .3s;position:relative}.Process-module__Y14LMW__timelineItem:hover{border-color:#3b82f64d;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.Process-module__Y14LMW__stepNumber{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:-15px;left:20px}.Process-module__Y14LMW__stepContent{padding-top:10px}.Process-module__Y14LMW__stepIcon{margin-bottom:16px;font-size:2.5rem}.Process-module__Y14LMW__stepTitle{color:#fff;margin-bottom:10px;font-size:1.25rem;font-weight:600}.Process-module__Y14LMW__stepDescription{color:#888;font-size:.938rem;line-height:1.7}.Process-module__Y14LMW__connector{display:none}.Process-module__Y14LMW__guarantees{background:linear-gradient(145deg,#3b82f60d,#1e1e1e80);border:1px solid #3b82f633;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:24px;padding:40px;display:grid}@media (max-width:992px){.Process-module__Y14LMW__guarantees{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Process-module__Y14LMW__guarantees{grid-template-columns:1fr;padding:20px 16px}.Process-module__Y14LMW__process{padding:60px 0}.Process-module__Y14LMW__timelineItem{padding:24px 20px}}.Process-module__Y14LMW__guaranteeItem{align-items:center;gap:16px;display:flex}.Process-module__Y14LMW__guaranteeIcon{flex-shrink:0;font-size:2rem}.Process-module__Y14LMW__guaranteeItem h4{color:#fff;margin-bottom:4px;font-size:1rem;font-weight:600}.Process-module__Y14LMW__guaranteeItem p{color:#888;font-size:.875rem}
.About-module__S-Ka5a__about{background:var(--background)}.About-module__S-Ka5a__aboutGrid{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.About-module__S-Ka5a__aboutImage{position:relative}.About-module__S-Ka5a__aboutImageWrapper{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.About-module__S-Ka5a__aboutImg{width:100%;height:auto;display:block}.About-module__S-Ka5a__aboutImageBadge{background:var(--primary);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1rem 1.5rem;position:absolute;bottom:-1rem;right:-1rem}.About-module__S-Ka5a__aboutImageBadge strong{font-size:1.5rem;line-height:1;display:block}.About-module__S-Ka5a__aboutImageBadge span{opacity:.9;font-size:.75rem}.About-module__S-Ka5a__aboutContent h3{color:var(--foreground);margin-bottom:1.5rem;font-size:1.75rem}.About-module__S-Ka5a__aboutText{margin-bottom:2rem}.About-module__S-Ka5a__aboutText p{margin-bottom:1rem}.About-module__S-Ka5a__aboutFeatures{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.About-module__S-Ka5a__aboutFeature{align-items:flex-start;gap:1rem;display:flex}.About-module__S-Ka5a__aboutFeatureIcon{border-radius:var(--radius-md);background:var(--primary-light);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.About-module__S-Ka5a__aboutFeatureText h4{color:var(--foreground);margin-bottom:.25rem;font-size:1rem}.About-module__S-Ka5a__aboutFeatureText p{margin:0;font-size:.875rem}.About-module__S-Ka5a__credentials{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:2rem}.About-module__S-Ka5a__credentials h4{color:var(--foreground);margin-bottom:1rem;font-size:1rem}.About-module__S-Ka5a__credentialsList{flex-wrap:wrap;gap:1rem;display:flex}.About-module__S-Ka5a__credentialItem{background:var(--background-alt);border-radius:var(--radius-md);color:var(--foreground-muted);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.About-module__S-Ka5a__credentialIcon{color:var(--primary)}.About-module__S-Ka5a__aboutCta{margin-top:2rem}.About-module__S-Ka5a__aboutCtaLink{color:var(--primary);border:1px solid var(--primary);background:0 0;border-radius:10px;padding:12px 28px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.About-module__S-Ka5a__aboutCtaLink:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #0066ff40}@media (max-width:1024px){.About-module__S-Ka5a__aboutGrid{grid-template-columns:1fr;gap:3rem}.About-module__S-Ka5a__aboutImage{max-width:400px;margin:0 auto}}@media (max-width:640px){.About-module__S-Ka5a__aboutFeatures{grid-template-columns:1fr}}
.FAQ-module__YTKPaG__faq{background:0 0;padding:20px 0 40px}.FAQ-module__YTKPaG__container{max-width:1200px;margin:0 auto;padding:0 24px}.FAQ-module__YTKPaG__header{text-align:center;margin-bottom:60px}.FAQ-module__YTKPaG__badge{color:#3b82f6;text-transform:uppercase;letter-spacing:1px;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:50px;margin-bottom:20px;padding:8px 20px;font-size:.875rem;font-weight:500;display:inline-block}.FAQ-module__YTKPaG__title{color:#fff;background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:clamp(2rem,5vw,3rem);font-weight:700}.FAQ-module__YTKPaG__subtitle{color:#888;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.FAQ-module__YTKPaG__faqGrid{grid-template-columns:1fr 350px;align-items:start;gap:40px;display:grid}@media (max-width:992px){.FAQ-module__YTKPaG__faqGrid{grid-template-columns:1fr}}.FAQ-module__YTKPaG__faqList{flex-direction:column;gap:12px;display:flex}.FAQ-module__YTKPaG__faqItem{background:linear-gradient(145deg,#1e1e1ecc,#141414e6);border:1px solid #ffffff0d;border-radius:12px;transition:all .3s;overflow:hidden}.FAQ-module__YTKPaG__faqItem:hover{border-color:#ffffff1a}.FAQ-module__YTKPaG__faqItem.FAQ-module__YTKPaG__active{border-color:#3b82f64d}.FAQ-module__YTKPaG__faqQuestion{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.FAQ-module__YTKPaG__faqQuestion:hover{color:#3b82f6}.FAQ-module__YTKPaG__faqIcon{color:#3b82f6;flex-shrink:0;margin-left:16px;font-size:1.5rem;font-weight:300}.FAQ-module__YTKPaG__faqAnswer{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.FAQ-module__YTKPaG__faqAnswer.FAQ-module__YTKPaG__open{scrollbar-width:thin;scrollbar-color:#3b82f64d transparent;max-height:250px;overflow-y:auto}.FAQ-module__YTKPaG__faqAnswer.FAQ-module__YTKPaG__open::-webkit-scrollbar{width:4px}.FAQ-module__YTKPaG__faqAnswer.FAQ-module__YTKPaG__open::-webkit-scrollbar-track{background:0 0}.FAQ-module__YTKPaG__faqAnswer.FAQ-module__YTKPaG__open::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:2px}.FAQ-module__YTKPaG__faqAnswer p{color:#888;padding:0 24px 20px;font-size:.938rem;line-height:1.7}.FAQ-module__YTKPaG__supportCard{text-align:center;background:linear-gradient(145deg,#3b82f61a,#1e1e1ecc);border:1px solid #3b82f633;border-radius:20px;padding:40px 30px;position:sticky;top:100px}.FAQ-module__YTKPaG__supportIcon{margin-bottom:20px;font-size:3rem}.FAQ-module__YTKPaG__supportCard h3{color:#fff;margin-bottom:12px;font-size:1.5rem;font-weight:600}.FAQ-module__YTKPaG__supportCard>p{color:#888;margin-bottom:24px;font-size:.938rem;line-height:1.6}.FAQ-module__YTKPaG__supportButton{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:10px;margin-bottom:30px;padding:14px 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.FAQ-module__YTKPaG__supportButton:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f64d}.FAQ-module__YTKPaG__supportMethods{border-top:1px solid #ffffff1a;flex-direction:column;gap:12px;padding-top:20px;display:flex}.FAQ-module__YTKPaG__method{color:#888;justify-content:center;align-items:center;gap:10px;font-size:.875rem;display:flex}.FAQ-module__YTKPaG__method span:first-child{font-size:1rem}
.Contact-module__Bs3a0a__contact{background:var(--background-alt)}.Contact-module__Bs3a0a__contactGrid{grid-template-columns:1fr 1.2fr;gap:4rem;display:grid}.Contact-module__Bs3a0a__contactInfo h3{color:var(--foreground);margin-bottom:1rem;font-size:1.75rem}.Contact-module__Bs3a0a__contactInfo>p{margin-bottom:2rem}.Contact-module__Bs3a0a__contactMethods{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.Contact-module__Bs3a0a__contactMethod{align-items:flex-start;gap:1rem;display:flex}.Contact-module__Bs3a0a__contactMethodIcon{border-radius:var(--radius-md);background:var(--primary-light);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.Contact-module__Bs3a0a__contactMethodText h4{color:var(--foreground);margin-bottom:.25rem;font-size:1rem}.Contact-module__Bs3a0a__contactMethodText p{margin:0;font-size:.9375rem}.Contact-module__Bs3a0a__contactMethodText a{color:var(--primary)}.Contact-module__Bs3a0a__contactMethodText a:hover{text-decoration:underline}.Contact-module__Bs3a0a__contactWithCopy{align-items:center;gap:.5rem;display:flex}.Contact-module__Bs3a0a__copyBtn{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);color:var(--foreground-muted);background:0 0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.375rem .75rem;font-size:.75rem;display:inline-flex}.Contact-module__Bs3a0a__copyBtn:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.Contact-module__Bs3a0a__platforms h4{color:var(--foreground);margin-bottom:1rem;font-size:1rem}.Contact-module__Bs3a0a__platformsList{flex-wrap:wrap;gap:1rem;display:flex}.Contact-module__Bs3a0a__platformBadge{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);transition:var(--transition);align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.Contact-module__Bs3a0a__platformBadge:hover{border-color:var(--primary);color:var(--primary)}.Contact-module__Bs3a0a__contactForm{background:var(--card-bg);border-radius:var(--radius-xl);border:1px solid var(--border);padding:2.5rem}.Contact-module__Bs3a0a__contactForm h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem}.Contact-module__Bs3a0a__contactForm>p{margin-bottom:2rem}.Contact-module__Bs3a0a__formGroup{margin-bottom:1.5rem}.Contact-module__Bs3a0a__formLabel{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.Contact-module__Bs3a0a__formInput,.Contact-module__Bs3a0a__formTextarea,.Contact-module__Bs3a0a__formSelect{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);width:100%;color:var(--foreground);transition:var(--transition);padding:.875rem 1rem;font-family:inherit;font-size:1rem}.Contact-module__Bs3a0a__formInput:focus,.Contact-module__Bs3a0a__formTextarea:focus,.Contact-module__Bs3a0a__formSelect:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.Contact-module__Bs3a0a__formTextarea{resize:vertical;min-height:120px}.Contact-module__Bs3a0a__formRow{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Contact-module__Bs3a0a__formSubmit{width:100%;padding:1rem;font-size:1rem}.Contact-module__Bs3a0a__formNote{text-align:center;color:var(--foreground-muted);margin-top:1rem;font-size:.8125rem}.Contact-module__Bs3a0a__formSuccess{color:#10b981;border-radius:var(--radius-md);text-align:left;background:#10b9811a;border:1px solid #10b9814d;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;font-size:.9375rem;display:flex}.Contact-module__Bs3a0a__formSuccess strong{color:#059669;margin-bottom:.25rem;display:block}.Contact-module__Bs3a0a__formSuccess p{color:#10b981;margin:0}.Contact-module__Bs3a0a__successIcon{flex-shrink:0;font-size:1.5rem}.Contact-module__Bs3a0a__formError{color:#ef4444;border-radius:var(--radius-md);text-align:left;background:#ef44441a;border:1px solid #ef44444d;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;font-size:.875rem;display:flex}.Contact-module__Bs3a0a__formError strong{color:#dc2626;margin-bottom:.25rem;display:block}.Contact-module__Bs3a0a__formError p{margin:0 0 .5rem}.Contact-module__Bs3a0a__errorIcon{flex-shrink:0;font-size:1.5rem}.Contact-module__Bs3a0a__errorHint{color:#9ca3af;font-size:.8125rem}.Contact-module__Bs3a0a__errorHint a{color:var(--primary);text-decoration:underline}.Contact-module__Bs3a0a__required{color:#ef4444}.Contact-module__Bs3a0a__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:.5rem;animation:.8s linear infinite Contact-module__Bs3a0a__spin;display:inline-block}@keyframes Contact-module__Bs3a0a__spin{to{transform:rotate(360deg)}}.Contact-module__Bs3a0a__formSubmit:disabled{opacity:.7;cursor:not-allowed}.Contact-module__Bs3a0a__formFileInput{border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--background);width:100%;color:var(--foreground);cursor:pointer;transition:var(--transition);padding:.75rem 1rem;font-size:.9375rem}.Contact-module__Bs3a0a__formFileInput:hover{border-color:var(--primary)}.Contact-module__Bs3a0a__formFileInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.Contact-module__Bs3a0a__formFileHint{color:var(--foreground-muted);margin-top:.5rem;font-size:.75rem}.Contact-module__Bs3a0a__formLabelOptional{color:var(--foreground-muted);font-size:.8125rem;font-weight:400}.Contact-module__Bs3a0a__fileInputWrapper{position:relative}.Contact-module__Bs3a0a__fileInputError{background:#ef44440d;border-color:#ef4444!important}.Contact-module__Bs3a0a__fileInputError:hover{border-color:#dc2626!important}.Contact-module__Bs3a0a__selectedFile{border-radius:var(--radius-sm);color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.Contact-module__Bs3a0a__selectedFileIcon{font-size:1rem}.Contact-module__Bs3a0a__selectedFileName{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Contact-module__Bs3a0a__clearFileBtn{color:#22c55e;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.25rem;font-size:.875rem;line-height:1;transition:all .2s}.Contact-module__Bs3a0a__clearFileBtn:hover{color:#16a34a;background:#22c55e33}.Contact-module__Bs3a0a__fileErrorMessage{border-radius:var(--radius-sm);color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;align-items:flex-start;gap:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.875rem;animation:.5s ease-in-out Contact-module__Bs3a0a__shake;display:flex}.Contact-module__Bs3a0a__fileErrorIcon{flex-shrink:0;font-size:1rem}@keyframes Contact-module__Bs3a0a__shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.Contact-module__Bs3a0a__formSubmitDisabled{opacity:.8;cursor:not-allowed!important;background:linear-gradient(135deg,#6b7280 0%,#4b5563 100%)!important}.Contact-module__Bs3a0a__formSubmitDisabled:hover{box-shadow:none!important;transform:none!important}.Contact-module__Bs3a0a__warningIcon{margin-right:.5rem}.Contact-module__Bs3a0a__selectedServiceDisplay{border-radius:var(--radius-md);background:#10b98114;border:1px solid #10b9814d;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.Contact-module__Bs3a0a__selectedServiceIcon{color:#10b981;background:#10b98133;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.Contact-module__Bs3a0a__selectedServiceName{color:var(--foreground);flex:1;font-size:.9375rem;font-weight:600}.Contact-module__Bs3a0a__changeServiceBtn{color:var(--primary);background:var(--primary-light);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);white-space:nowrap;border:1px solid #0000;padding:.375rem .75rem;font-family:inherit;font-size:.75rem;font-weight:600}.Contact-module__Bs3a0a__changeServiceBtn:hover{border-color:var(--primary)}.Contact-module__Bs3a0a__customServiceWrapper{align-items:flex-start;gap:.5rem;display:flex}.Contact-module__Bs3a0a__customServiceWrapper .Contact-module__Bs3a0a__formInput{flex:1}.Contact-module__Bs3a0a__customServiceWrapper .Contact-module__Bs3a0a__changeServiceBtn{margin-top:.5rem}.Contact-module__Bs3a0a__serviceChoices{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.Contact-module__Bs3a0a__serviceChoiceBtn{background:var(--background);border:2px dashed var(--border);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);color:var(--foreground-muted);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;display:flex}.Contact-module__Bs3a0a__serviceChoiceBtn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light);border-style:solid}.Contact-module__Bs3a0a__serviceChoiceIcon{font-size:1rem}@media (max-width:480px){.Contact-module__Bs3a0a__serviceChoices{grid-template-columns:1fr}}@media (max-width:1024px){.Contact-module__Bs3a0a__contactGrid{grid-template-columns:1fr;gap:3rem}}@media (max-width:640px){.Contact-module__Bs3a0a__formRow{grid-template-columns:1fr}.Contact-module__Bs3a0a__contactForm{padding:1.5rem}}
.Footer-module__Grjkva__footer{background:var(--secondary);color:#fff;padding:4rem 0 2rem}.Footer-module__Grjkva__footerTop{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__Grjkva__footerBrand h3{align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.5rem;display:flex}.Footer-module__Grjkva__footerLogo{border-radius:var(--radius-md);width:40px;height:40px}.Footer-module__Grjkva__footerBrand p{color:#ffffffb3;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.Footer-module__Grjkva__footerSocials{gap:.75rem;display:flex}.Footer-module__Grjkva__footerSocialLink{border-radius:var(--radius-md);width:40px;height:40px;transition:var(--transition);background:#ffffff1a;justify-content:center;align-items:center;font-size:1.125rem;display:flex}.Footer-module__Grjkva__footerSocialLink:hover{background:var(--primary)}.Footer-module__Grjkva__footerColumn h4{color:#fff;margin-bottom:1.25rem;font-size:1rem}.Footer-module__Grjkva__footerLinks{list-style:none}.Footer-module__Grjkva__footerLinks li{margin-bottom:.75rem}.Footer-module__Grjkva__footerLinks a{color:#ffffffb3;transition:var(--transition);font-size:.9375rem}.Footer-module__Grjkva__footerLinks a:hover{color:#fff;padding-left:4px}.Footer-module__Grjkva__footerNewsletter p{color:#ffffffb3;margin-bottom:1rem;font-size:.9375rem}.Footer-module__Grjkva__newsletterForm{gap:.5rem;display:flex}.Footer-module__Grjkva__newsletterInput{border-radius:var(--radius-md);color:#fff;background:#ffffff0d;border:1px solid #fff3;flex:1;padding:.75rem 1rem;font-size:.9375rem}.Footer-module__Grjkva__newsletterInput::placeholder{color:#ffffff80}.Footer-module__Grjkva__newsletterInput:focus{border-color:var(--primary);outline:none}.Footer-module__Grjkva__newsletterBtn{background:var(--primary);border-radius:var(--radius-md);color:#fff;cursor:pointer;transition:var(--transition);border:none;padding:.75rem 1.25rem;font-weight:600}.Footer-module__Grjkva__newsletterBtn:hover{background:var(--primary-dark)}.Footer-module__Grjkva__newsletterBtn:disabled,.Footer-module__Grjkva__newsletterInput:disabled{opacity:.7;cursor:not-allowed}.Footer-module__Grjkva__newsletterError{color:#ef4444;width:100%;margin-top:.5rem;font-size:.75rem;display:block}.Footer-module__Grjkva__footerBottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__Grjkva__footerCopyright{color:#fff9;font-size:.875rem}.Footer-module__Grjkva__footerLegal{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Footer-module__Grjkva__footerLegal a{color:#fff9;transition:var(--transition);font-size:.875rem;text-decoration:none}.Footer-module__Grjkva__footerLegal a:hover{color:var(--primary)}.Footer-module__Grjkva__footerLegal span{color:#fff9;font-size:.875rem}.Footer-module__Grjkva__footerLegalSep{color:#ffffff4d!important;font-size:.75rem!important}.Footer-module__Grjkva__footerServiceBtn{cursor:pointer;color:#ffffffb3;transition:var(--transition);text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9375rem}.Footer-module__Grjkva__footerServiceBtn:hover{color:#fff;padding-left:4px}@media (max-width:1024px){.Footer-module__Grjkva__footerTop{grid-template-columns:repeat(2,1fr)}.Footer-module__Grjkva__footerBrand{grid-column:span 2}}@media (max-width:640px){.Footer-module__Grjkva__footerTop{grid-template-columns:1fr}.Footer-module__Grjkva__footerBrand{grid-column:span 1}.Footer-module__Grjkva__footerBottom{text-align:center;flex-direction:column}.Footer-module__Grjkva__newsletterForm{flex-direction:column}}
.FloatingCTA-module__pi5ktW__floatingContainer{z-index:999;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.FloatingCTA-module__pi5ktW__whatsappBtn{color:#fff;background:#25d366;border-radius:50px;align-items:center;gap:10px;padding:14px 20px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;animation:2s ease-in-out infinite FloatingCTA-module__pi5ktW__pulse-green;display:flex;box-shadow:0 4px 20px #25d36666}.FloatingCTA-module__pi5ktW__whatsappBtn:hover{animation:none;transform:translateY(-3px)scale(1.05);box-shadow:0 8px 30px #25d36680}.FloatingCTA-module__pi5ktW__whatsappLabel{font-size:.875rem}@keyframes FloatingCTA-module__pi5ktW__pulse-green{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d36699}}@media (max-width:640px){.FloatingCTA-module__pi5ktW__floatingContainer{bottom:16px;right:16px}.FloatingCTA-module__pi5ktW__whatsappLabel{display:none}.FloatingCTA-module__pi5ktW__whatsappBtn{border-radius:50%;justify-content:center;width:56px;height:56px;padding:14px}}
.PromoBanner-module__IUptdq__banner{z-index:1100;color:#fff;background:linear-gradient(135deg,#1d4ed8 0%,#7c3aed 50%,#db2777 100%);padding:10px 0;animation:.4s ease-out PromoBanner-module__IUptdq__slideDown;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #0000004d}@keyframes PromoBanner-module__IUptdq__slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.PromoBanner-module__IUptdq__bannerInner{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.PromoBanner-module__IUptdq__bannerContent{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.PromoBanner-module__IUptdq__promoLabel{white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border-radius:20px;padding:4px 12px;font-size:.8125rem;font-weight:700}.PromoBanner-module__IUptdq__promoMessage{text-align:center;font-size:.9375rem;font-weight:500}.PromoBanner-module__IUptdq__countdown{align-items:center;gap:4px;display:flex}.PromoBanner-module__IUptdq__timeBlock{flex-direction:column;align-items:center;min-width:40px;display:flex}.PromoBanner-module__IUptdq__timeValue{font-variant-numeric:tabular-nums;text-align:center;background:#0000004d;border-radius:6px;min-width:36px;padding:4px 8px;font-size:1.125rem;font-weight:700}.PromoBanner-module__IUptdq__timeUnit{text-transform:uppercase;letter-spacing:.5px;opacity:.8;margin-top:2px;font-size:.625rem}.PromoBanner-module__IUptdq__timeSep{opacity:.6;margin-top:-12px;font-size:1.125rem;font-weight:700}.PromoBanner-module__IUptdq__dismissBtn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.75rem;transition:background .2s;display:flex}.PromoBanner-module__IUptdq__dismissBtn:hover{background:#ffffff4d}@media (max-width:768px){.PromoBanner-module__IUptdq__bannerInner{gap:10px;padding:0 16px}.PromoBanner-module__IUptdq__promoMessage{font-size:.8125rem}.PromoBanner-module__IUptdq__timeValue{min-width:30px;padding:3px 6px;font-size:.9375rem}.PromoBanner-module__IUptdq__timeUnit{font-size:.5625rem}}@media (max-width:480px){.PromoBanner-module__IUptdq__banner{padding:8px 0}.PromoBanner-module__IUptdq__bannerContent{gap:8px}.PromoBanner-module__IUptdq__promoLabel{padding:3px 10px;font-size:.75rem}.PromoBanner-module__IUptdq__promoMessage{font-size:.75rem}.PromoBanner-module__IUptdq__countdown{gap:2px}.PromoBanner-module__IUptdq__timeBlock{min-width:32px}.PromoBanner-module__IUptdq__timeValue{min-width:26px;padding:2px 5px;font-size:.8125rem}}
.DiscountBalloon-module__TZMN5a__balloon{cursor:pointer;z-index:1050;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#7c3aed,#db2777);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:76px;height:76px;transition:transform .2s;animation:.5s ease-out DiscountBalloon-module__TZMN5a__balloonIn,3s ease-in-out .5s infinite DiscountBalloon-module__TZMN5a__balloonPulse;display:flex;position:fixed;bottom:100px;left:20px;box-shadow:0 6px 24px #7c3aed80}.DiscountBalloon-module__TZMN5a__balloon:hover{transform:scale(1.12)}.DiscountBalloon-module__TZMN5a__dismiss{color:#fff;cursor:pointer;background:#1e1e1e;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:.625rem;line-height:1;transition:background .2s;display:flex;position:absolute;top:-6px;right:-6px}.DiscountBalloon-module__TZMN5a__dismiss:hover{background:#ef4444}.DiscountBalloon-module__TZMN5a__value{color:#fff;font-size:1.25rem;font-weight:800;line-height:1}.DiscountBalloon-module__TZMN5a__label{color:#ffffffe6;text-transform:uppercase;letter-spacing:1px;margin-top:1px;font-size:.625rem;font-weight:700;line-height:1}.DiscountBalloon-module__TZMN5a__sub{color:#ffffffb3;white-space:nowrap;margin-top:3px;font-size:.4375rem;line-height:1}@keyframes DiscountBalloon-module__TZMN5a__balloonIn{0%{opacity:0;transform:scale(0)translateY(20px)}60%{transform:scale(1.15)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes DiscountBalloon-module__TZMN5a__balloonPulse{0%,to{box-shadow:0 6px 24px #7c3aed80}50%{box-shadow:0 8px 32px #db277799}}@media (max-width:480px){.DiscountBalloon-module__TZMN5a__balloon{width:64px;height:64px;bottom:80px;left:14px}.DiscountBalloon-module__TZMN5a__value{font-size:1.1rem}.DiscountBalloon-module__TZMN5a__sub{display:none}}
