.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;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:block}.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:640px){.Hero-module__JgYmMq__heroStats{flex-direction:column;align-items:center;gap:1.5rem}.Hero-module__JgYmMq__statItem{text-align:center}}
.Services-module__h5-agW__services{background:var(--background-alt)}.Services-module__h5-agW__servicesGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Services-module__h5-agW__serviceCard{background:var(--card-bg);border-radius:var(--radius-xl);border:1px solid var(--border);transition:var(--transition);padding:2.5rem;position:relative;overflow:hidden}.Services-module__h5-agW__serviceCard:before{content:"";background:linear-gradient(90deg,var(--gradient-start),var(--gradient-end));height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__h5-agW__serviceCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.Services-module__h5-agW__serviceCard:hover:before{transform:scaleX(1)}.Services-module__h5-agW__serviceIcon{border-radius:var(--radius-lg);background:var(--primary-light);justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;font-size:2rem;display:flex}.Services-module__h5-agW__serviceTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Services-module__h5-agW__serviceDescription{margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.Services-module__h5-agW__serviceList{margin-bottom:1.5rem;list-style:none}.Services-module__h5-agW__serviceListItem{color:var(--foreground-muted);align-items:flex-start;gap:.75rem;margin-bottom:.625rem;font-size:.875rem;display:flex}.Services-module__h5-agW__serviceListIcon{color:var(--accent);flex-shrink:0;font-weight:700}.Services-module__h5-agW__serviceCount{color:var(--primary);border-top:1px solid var(--border);padding-top:1rem;font-size:.8125rem;font-weight:600}@media (max-width:1024px){.Services-module__h5-agW__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__h5-agW__servicesGrid{grid-template-columns:1fr}.Services-module__h5-agW__serviceCard{padding:2rem}}
.WhyChooseUs-module__YwVtra__whyChooseUs{background:linear-gradient(#111 0%,#0a0a0a 100%);padding:100px 0}.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: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}
.Publications-module__Sbxl6W__publications{background:var(--background)}.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:var(--background-alt)}.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:24px}}.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)}@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:#0a0a0a;padding:100px 0}.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 .3s,padding .3s;overflow:hidden}.FAQ-module__YTKPaG__faqAnswer.FAQ-module__YTKPaG__open{max-height:300px}.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;padding:.25rem .5rem;font-size:.75rem}.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}@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{gap:1.5rem;display:flex}.Footer-module__Grjkva__footerLegal a{color:#fff9;font-size:.875rem}.Footer-module__Grjkva__footerLegal a:hover{color:#fff}@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}}
