.GlobalHeader-module__B0if_G__header{z-index:1000;font-family:var(--font-nunito), sans-serif;transition:transform .4s cubic-bezier(.4,0,.2,1),background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.GlobalHeader-module__B0if_G__visible{transform:translateY(0)}.GlobalHeader-module__B0if_G__hidden{transform:translateY(-110%)}.GlobalHeader-module__B0if_G__scrolled .GlobalHeader-module__B0if_G__inner{background:var(--bg);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.GlobalHeader-module__B0if_G__inner{background:0 0;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;height:72px;padding:0 2.5rem;transition:background .3s,box-shadow .3s;display:flex}.GlobalHeader-module__B0if_G__header:not(.GlobalHeader-module__B0if_G__scrolled) .GlobalHeader-module__B0if_G__inner{background:linear-gradient(to bottom, rgba(var(--bg-rgb,255,255,255), .95) 0%, rgba(var(--bg-rgb,255,255,255), 0) 100%)}.GlobalHeader-module__B0if_G__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.GlobalHeader-module__B0if_G__logoDesktop{align-items:center;gap:.5rem;display:flex}.GlobalHeader-module__B0if_G__logoMobile{align-items:center;display:none}.GlobalHeader-module__B0if_G__logoIcon{font-size:1.6rem;line-height:1}.GlobalHeader-module__B0if_G__logoText{color:var(--fg);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.GlobalHeader-module__B0if_G__logoAccent{color:var(--primary)}.GlobalHeader-module__B0if_G__nav{align-items:center;gap:.25rem;display:flex}.GlobalHeader-module__B0if_G__navLink{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;padding:.5rem .85rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:color .2s,background .2s;position:relative}.GlobalHeader-module__B0if_G__navLink:after{content:"";background:var(--primary);border-radius:2px;width:60%;height:2px;transition:transform .25s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)scaleX(0)}.GlobalHeader-module__B0if_G__navLink:hover{color:var(--primary);background:var(--surface2)}.GlobalHeader-module__B0if_G__navLink.GlobalHeader-module__B0if_G__active{color:var(--primary)}.GlobalHeader-module__B0if_G__navLink.GlobalHeader-module__B0if_G__active:after{transform:translate(-50%)scaleX(1)}.GlobalHeader-module__B0if_G__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.GlobalHeader-module__B0if_G__themeBtn{background:var(--surface);border:1px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--fg);border-radius:10px;justify-content:center;align-items:center;transition:background .2s,transform .2s,border-color .2s;display:flex}.GlobalHeader-module__B0if_G__themeBtn:hover{background:var(--surface2);border-color:var(--primary);transform:rotate(20deg)}.GlobalHeader-module__B0if_G__ctaBtn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:50px;padding:.55rem 1.25rem;font-family:inherit;font-size:.88rem;font-weight:700;transition:opacity .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 14px #4a90d959}.GlobalHeader-module__B0if_G__ctaBtn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 20px #4a90d973}.GlobalHeader-module__B0if_G__hamburger{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:none}.GlobalHeader-module__B0if_G__hamburger span{background:var(--fg);border-radius:2px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.GlobalHeader-module__B0if_G__hamburger.GlobalHeader-module__B0if_G__open span:first-child{transform:translateY(7px)rotate(45deg)}.GlobalHeader-module__B0if_G__hamburger.GlobalHeader-module__B0if_G__open span:nth-child(2){opacity:0}.GlobalHeader-module__B0if_G__hamburger.GlobalHeader-module__B0if_G__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.GlobalHeader-module__B0if_G__drawer{background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;gap:.25rem;max-height:0;padding:0 1.5rem;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s;display:none;overflow:hidden}.GlobalHeader-module__B0if_G__drawerOpen{max-height:420px;padding:.75rem 1.5rem 1.5rem}.GlobalHeader-module__B0if_G__drawerLink{cursor:pointer;color:var(--text-muted);text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:10px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:color .2s,background .2s}.GlobalHeader-module__B0if_G__drawerLink:hover,.GlobalHeader-module__B0if_G__drawerLink.GlobalHeader-module__B0if_G__active{color:var(--primary);background:var(--surface2)}.GlobalHeader-module__B0if_G__drawerCta{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;text-align:center;border:none;border-radius:50px;margin-top:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:700}[data-theme=dark] .GlobalHeader-module__B0if_G__logoText{color:#fff}[data-theme=dark] .GlobalHeader-module__B0if_G__navLink{color:#ffffffb3}[data-theme=dark] .GlobalHeader-module__B0if_G__navLink:hover,[data-theme=dark] .GlobalHeader-module__B0if_G__navLink.GlobalHeader-module__B0if_G__active{color:#fff;background:#ffffff14}[data-theme=dark] .GlobalHeader-module__B0if_G__navLink.GlobalHeader-module__B0if_G__active:after{background:#fff}[data-theme=dark] .GlobalHeader-module__B0if_G__themeBtn{color:#fff;background:#ffffff14;border-color:#ffffff26}[data-theme=dark] .GlobalHeader-module__B0if_G__themeBtn:hover{background:#ffffff26;border-color:#ffffff4d}[data-theme=dark] .GlobalHeader-module__B0if_G__hamburger span{background:#fff}[data-theme=dark] .GlobalHeader-module__B0if_G__hamburger{background:#ffffff14;border-color:#ffffff26}[data-theme=dark] .GlobalHeader-module__B0if_G__drawerLink{color:#ffffffbf}[data-theme=dark] .GlobalHeader-module__B0if_G__drawerLink:hover,[data-theme=dark] .GlobalHeader-module__B0if_G__drawerLink.GlobalHeader-module__B0if_G__active{color:#fff;background:#ffffff1a}@media (max-width:900px){.GlobalHeader-module__B0if_G__nav,.GlobalHeader-module__B0if_G__ctaBtn{display:none}.GlobalHeader-module__B0if_G__hamburger,.GlobalHeader-module__B0if_G__drawer{display:flex}.GlobalHeader-module__B0if_G__logoDesktop{display:none}.GlobalHeader-module__B0if_G__logoMobile{display:flex}}@media (max-width:1100px){.GlobalHeader-module__B0if_G__navLink{padding:.5rem .65rem;font-size:.88rem}.GlobalHeader-module__B0if_G__ctaBtn{padding:.5rem 1rem;font-size:.82rem}}@media (max-width:480px){.GlobalHeader-module__B0if_G__inner{height:64px;padding:0 1rem}.GlobalHeader-module__B0if_G__logoText{font-size:1rem}.GlobalHeader-module__B0if_G__logoIcon{font-size:1.35rem}.GlobalHeader-module__B0if_G__drawer{padding:0 1rem}.GlobalHeader-module__B0if_G__drawerOpen{padding:.75rem 1rem 1.25rem}.GlobalHeader-module__B0if_G__drawerLink{padding:.65rem .85rem;font-size:.95rem}.GlobalHeader-module__B0if_G__drawerCta{padding:.65rem 1.25rem;font-size:.88rem}}
.HeroSection-module__sBkrQG__hero{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:100px 2rem 80px;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__blob1,.HeroSection-module__sBkrQG__blob2,.HeroSection-module__sBkrQG__blob3{filter:blur(70px);opacity:.35;pointer-events:none;border-radius:50%;animation:8s ease-in-out infinite HeroSection-module__sBkrQG__blob;position:absolute}.HeroSection-module__sBkrQG__blob1{background:radial-gradient(circle, var(--primary-light), transparent 70%);width:500px;height:500px;animation-delay:0s;top:-100px;left:-100px}.HeroSection-module__sBkrQG__blob2{background:radial-gradient(circle, var(--secondary), transparent 70%);width:400px;height:400px;animation-delay:3s;bottom:-80px;right:-80px}.HeroSection-module__sBkrQG__blob3{background:radial-gradient(circle, var(--accent-light), transparent 70%);width:300px;height:300px;animation-delay:6s;top:40%;left:50%;transform:translate(-50%,-50%)}.HeroSection-module__sBkrQG__particles{pointer-events:none;position:absolute;inset:0}.HeroSection-module__sBkrQG__particle{left:var(--x);width:var(--size);height:var(--size);background:var(--primary);opacity:.25;animation:HeroSection-module__sBkrQG__floatUp var(--dur) var(--delay) ease-in-out infinite;border-radius:50%;position:absolute;bottom:-10px}@keyframes HeroSection-module__sBkrQG__floatUp{0%{opacity:.25;transform:translateY(0)scale(1)}50%{opacity:.5}to{opacity:0;transform:translateY(-100vh)scale(.3)}}.HeroSection-module__sBkrQG__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.HeroSection-module__sBkrQG__content{opacity:0;transition:opacity .8s,transform .8s;transform:translate(-30px)}.HeroSection-module__sBkrQG__content.HeroSection-module__sBkrQG__show{opacity:1;transform:translate(0)}.HeroSection-module__sBkrQG__badge{background:var(--surface2);border:1px solid var(--primary-light);color:var(--primary-dark);letter-spacing:.02em;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}[data-theme=dark] .HeroSection-module__sBkrQG__badge{color:var(--primary-light)}.HeroSection-module__sBkrQG__badgeDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s ease-out infinite HeroSection-module__sBkrQG__pulse-ring}.HeroSection-module__sBkrQG__heading{color:var(--fg);font-size:clamp(1.6rem,3.2vw,2.7rem);font-weight:800;line-height:1.25;font-family:var(--font-poppins), sans-serif;margin-bottom:1.25rem}.HeroSection-module__sBkrQG__highlight{color:var(--primary);white-space:nowrap;display:inline}.HeroSection-module__sBkrQG__rotatingWord{color:var(--accent);border-bottom:3px solid var(--accent);min-width:7ch;padding-bottom:2px;animation:.4s forwards HeroSection-module__sBkrQG__fadeInUp;display:inline-block}.HeroSection-module__sBkrQG__subtext{color:var(--text-muted);max-width:520px;margin-bottom:2rem;font-size:.97rem;line-height:1.75}.HeroSection-module__sBkrQG__stats{gap:2rem;margin-bottom:2.5rem;display:flex}.HeroSection-module__sBkrQG__stat{flex-direction:column;gap:.2rem;display:flex}.HeroSection-module__sBkrQG__statValue{color:var(--primary);font-size:1.6rem;font-weight:800;font-family:var(--font-poppins), sans-serif}.HeroSection-module__sBkrQG__statLabel{color:var(--text-muted);font-size:.78rem;font-weight:600}.HeroSection-module__sBkrQG__actions{flex-wrap:wrap;gap:1rem;display:flex}.HeroSection-module__sBkrQG__btnPrimary{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 6px 20px #4a90d966}.HeroSection-module__sBkrQG__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #4a90d980}.HeroSection-module__sBkrQG__btnSecondary{background:var(--card-bg);color:var(--fg);border:1.5px solid var(--border);cursor:pointer;border-radius:50px;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:border-color .2s,background .2s,transform .2s;display:flex}.HeroSection-module__sBkrQG__btnSecondary:hover{border-color:var(--primary);background:var(--surface2);transform:translateY(-2px)}.HeroSection-module__sBkrQG__playIcon{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;display:flex}.HeroSection-module__sBkrQG__illustration{opacity:0;justify-content:center;transition:opacity .8s .3s,transform .8s .3s;display:flex;transform:translate(30px)}.HeroSection-module__sBkrQG__illustration.HeroSection-module__sBkrQG__show{opacity:1;transform:translate(0)}.HeroSection-module__sBkrQG__illustrationCard{width:380px;height:380px;position:relative}.HeroSection-module__sBkrQG__centerCircle{background:linear-gradient(135deg, var(--primary), var(--secondary));z-index:2;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 30px #4a90d973}.HeroSection-module__sBkrQG__centerEmoji{font-size:2.5rem;animation:3s ease-in-out infinite HeroSection-module__sBkrQG__float}.HeroSection-module__sBkrQG__ring1,.HeroSection-module__sBkrQG__ring2{border:2px solid var(--primary);opacity:.25;border-radius:50%;animation:2.5s ease-out infinite HeroSection-module__sBkrQG__pulse-ring;position:absolute}.HeroSection-module__sBkrQG__ring1{width:150px;height:150px;animation-delay:0s}.HeroSection-module__sBkrQG__ring2{width:200px;height:200px;animation-delay:.8s}.HeroSection-module__sBkrQG__orbitRing{transform-origin:50%;animation:18s linear infinite HeroSection-module__sBkrQG__orbitRing;position:absolute;inset:0}@keyframes HeroSection-module__sBkrQG__orbitRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.HeroSection-module__sBkrQG__orbitCard{background:var(--card-bg);border:1.5px solid var(--border);width:72px;height:72px;box-shadow:var(--shadow);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:1.3rem;animation:18s linear infinite HeroSection-module__sBkrQG__counterRotate;display:flex;position:absolute}@keyframes HeroSection-module__sBkrQG__counterRotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.HeroSection-module__sBkrQG__orbitCard small{color:var(--text-muted);text-align:center;white-space:nowrap;font-size:.5rem;font-weight:700;line-height:1.2}.HeroSection-module__sBkrQG__orbitCard:first-child{top:154px;left:294px}.HeroSection-module__sBkrQG__orbitCard:nth-child(2){top:287px;left:169px}.HeroSection-module__sBkrQG__orbitCard:nth-child(3){top:218px;left:40px}.HeroSection-module__sBkrQG__orbitCard:nth-child(4){top:82px;left:40px}.HeroSection-module__sBkrQG__orbitCard:nth-child(5){top:17px;left:169px}.HeroSection-module__sBkrQG__floatCard1,.HeroSection-module__sBkrQG__floatCard2{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:3;border-radius:14px;align-items:center;gap:.6rem;padding:.65rem 1rem;font-size:.8rem;animation:4s ease-in-out infinite HeroSection-module__sBkrQG__float;display:flex;position:absolute}.HeroSection-module__sBkrQG__floatCard1{animation-delay:1s;bottom:-10px;left:-20px}.HeroSection-module__sBkrQG__floatCard2{animation-delay:2s;top:-10px;right:-20px}.HeroSection-module__sBkrQG__floatCard1 span,.HeroSection-module__sBkrQG__floatCard2 span{font-size:1.4rem}.HeroSection-module__sBkrQG__floatCard1 strong,.HeroSection-module__sBkrQG__floatCard2 strong{color:var(--fg);font-size:.82rem;font-weight:700;display:block}.HeroSection-module__sBkrQG__floatCard1 p,.HeroSection-module__sBkrQG__floatCard2 p{color:var(--text-muted);margin:0;font-size:.72rem}.HeroSection-module__sBkrQG__scrollIndicator{cursor:pointer;color:var(--text-muted);background:0 0;border:none;flex-direction:column;align-items:center;gap:.4rem;font-family:inherit;font-size:.75rem;font-weight:600;animation:1s 1.5s both HeroSection-module__sBkrQG__fadeInUp;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.HeroSection-module__sBkrQG__scrollMouse{border:2px solid var(--border);border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:6px;display:flex}.HeroSection-module__sBkrQG__scrollWheel{background:var(--primary);border-radius:2px;width:4px;height:8px;animation:1.5s ease-in-out infinite HeroSection-module__sBkrQG__scrollDown}.HeroSection-module__sBkrQG__hero:after{content:"";background:linear-gradient(to bottom, transparent, var(--surface));pointer-events:none;z-index:2;height:120px;position:absolute;bottom:0;left:0;right:0}@keyframes HeroSection-module__sBkrQG__scrollDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}@media (max-width:900px){.HeroSection-module__sBkrQG__container{text-align:center;grid-template-columns:1fr;gap:3rem}.HeroSection-module__sBkrQG__subtext{max-width:100%;font-size:.93rem}.HeroSection-module__sBkrQG__stats,.HeroSection-module__sBkrQG__actions{justify-content:center}.HeroSection-module__sBkrQG__badge{margin:0 auto 1.5rem;font-size:.75rem}.HeroSection-module__sBkrQG__illustration{order:-1}.HeroSection-module__sBkrQG__illustrationCard{width:280px;height:280px}.HeroSection-module__sBkrQG__orbitCard{border-radius:11px;width:56px;height:56px;font-size:1rem}.HeroSection-module__sBkrQG__orbitCard small{font-size:.42rem}.HeroSection-module__sBkrQG__orbitCard:first-child{top:112px;left:212px}.HeroSection-module__sBkrQG__orbitCard:nth-child(2){top:223px;left:109px}.HeroSection-module__sBkrQG__orbitCard:nth-child(3){top:159px;left:13px}.HeroSection-module__sBkrQG__orbitCard:nth-child(4){top:53px;left:13px}.HeroSection-module__sBkrQG__orbitCard:nth-child(5){top:0;left:109px}.HeroSection-module__sBkrQG__floatCard1,.HeroSection-module__sBkrQG__floatCard2{display:none}}@media (max-width:640px){.HeroSection-module__sBkrQG__heading{font-size:clamp(1.4rem,5.5vw,1.9rem)}.HeroSection-module__sBkrQG__subtext{font-size:.88rem}.HeroSection-module__sBkrQG__statValue{font-size:1.3rem}.HeroSection-module__sBkrQG__statLabel{font-size:.72rem}.HeroSection-module__sBkrQG__btnPrimary,.HeroSection-module__sBkrQG__btnSecondary{padding:.75rem 1.35rem;font-size:.85rem}}@media (max-width:480px){.HeroSection-module__sBkrQG__hero{padding:88px 1rem 60px}.HeroSection-module__sBkrQG__stats{gap:1rem}.HeroSection-module__sBkrQG__badge{padding:.35rem .85rem;font-size:.7rem}.HeroSection-module__sBkrQG__illustrationCard{width:240px;height:240px}.HeroSection-module__sBkrQG__orbitCard{width:52px;height:52px;font-size:.95rem}.HeroSection-module__sBkrQG__orbitCard:first-child{top:94px;left:180px}.HeroSection-module__sBkrQG__orbitCard:nth-child(2){top:190px;left:89px}.HeroSection-module__sBkrQG__orbitCard:nth-child(3){top:136px;left:4px}.HeroSection-module__sBkrQG__orbitCard:nth-child(4){top:38px;left:4px}.HeroSection-module__sBkrQG__orbitCard:nth-child(5){top:0;left:89px}}
.AboutSection-module__UGBiha__section{background:var(--surface);padding:80px 2rem 100px;overflow:hidden}.AboutSection-module__UGBiha__container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.AboutSection-module__UGBiha__visual{opacity:0;transition:opacity .8s,transform .8s;transform:translate(-30px)}.AboutSection-module__UGBiha__visual.AboutSection-module__UGBiha__show{opacity:1;transform:translate(0)}.AboutSection-module__UGBiha__imageWrap{justify-content:center;display:flex;position:relative}.AboutSection-module__UGBiha__photoFrame{background:linear-gradient(135deg, var(--primary-light), var(--secondary));border-radius:40% 60% 55% 45%/40% 45% 55% 60%;flex-shrink:0;width:300px;height:380px;animation:9s ease-in-out infinite AboutSection-module__UGBiha__blob;position:relative;overflow:hidden}.AboutSection-module__UGBiha__photo{object-fit:cover;object-position:top center;z-index:1;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:100%;height:100%;position:relative}.AboutSection-module__UGBiha__photoShield{z-index:3;pointer-events:none;mix-blend-mode:overlay;background:repeating-linear-gradient(45deg,#fff0 0 2px,#4a90d908 2px 4px);animation:80ms step-end infinite AboutSection-module__UGBiha__shieldFlicker;position:absolute;inset:0}@keyframes AboutSection-module__UGBiha__shieldFlicker{0%{opacity:1}50%{opacity:.97}to{opacity:1}}.AboutSection-module__UGBiha__photoBg{z-index:2;background:linear-gradient(#0000 60%,#4a90d940 100%);position:absolute;inset:0}.AboutSection-module__UGBiha__floatBadge{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:4;white-space:nowrap;border-radius:14px;align-items:center;gap:.6rem;padding:.7rem 1rem;display:flex;position:absolute}.AboutSection-module__UGBiha__badgeBottomLeft{animation:4s ease-in-out infinite AboutSection-module__UGBiha__float;bottom:16px;left:-24px}.AboutSection-module__UGBiha__badgeTopRight{animation:3.5s ease-in-out 1s infinite AboutSection-module__UGBiha__float;top:16px;right:-24px}.AboutSection-module__UGBiha__badgeMidLeft{animation:4.2s ease-in-out .5s infinite AboutSection-module__UGBiha__float;top:42%;left:-32px}.AboutSection-module__UGBiha__badgeCompact{flex-direction:column;align-items:center;gap:.1rem;padding:.65rem .9rem}.AboutSection-module__UGBiha__badgeIcon{flex-shrink:0;font-size:1.4rem}.AboutSection-module__UGBiha__floatBadge strong{color:var(--fg);font-size:.8rem;font-weight:700;line-height:1.2;display:block}.AboutSection-module__UGBiha__floatBadge span{color:var(--text-muted);font-size:.68rem;font-weight:500;display:block}.AboutSection-module__UGBiha__badgeNum{font-family:var(--font-poppins), sans-serif;color:var(--primary)!important;font-size:1.4rem!important;font-weight:800!important;line-height:1!important}.AboutSection-module__UGBiha__badgeLabel{text-align:center;color:var(--text-muted)!important;font-size:.65rem!important;font-weight:600!important}.AboutSection-module__UGBiha__content{opacity:0;transition:opacity .8s .2s,transform .8s .2s;transform:translate(30px)}.AboutSection-module__UGBiha__content.AboutSection-module__UGBiha__show{opacity:1;transform:translate(0)}.AboutSection-module__UGBiha__sectionTag{background:var(--surface2);color:var(--primary);border:1px solid var(--primary-light);letter-spacing:.05em;text-transform:uppercase;border-radius:50px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.AboutSection-module__UGBiha__heading{color:var(--fg);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1.25;font-family:var(--font-poppins), sans-serif;margin-bottom:1.25rem}.AboutSection-module__UGBiha__accent{color:var(--primary)}.AboutSection-module__UGBiha__desc{color:var(--text-muted);margin-bottom:1rem;font-size:.97rem;line-height:1.8}.AboutSection-module__UGBiha__sellingPoints{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:.65rem;margin:1.25rem 0 1.5rem;padding:1.25rem;display:flex}.AboutSection-module__UGBiha__spItem{align-items:center;gap:.75rem;display:flex}.AboutSection-module__UGBiha__spIcon{text-align:center;flex-shrink:0;width:32px;font-size:1.2rem}.AboutSection-module__UGBiha__spLabel{color:var(--fg);font-size:.85rem;font-weight:700;line-height:1.2;display:block}.AboutSection-module__UGBiha__spDesc{color:var(--text-muted);font-size:.75rem;line-height:1.3;display:block}.AboutSection-module__UGBiha__values{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.AboutSection-module__UGBiha__valueCard{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;align-items:flex-start;gap:.75rem;padding:.9rem;transition:transform .2s,box-shadow .2s;display:flex}.AboutSection-module__UGBiha__valueCard:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.AboutSection-module__UGBiha__valueEmoji{flex-shrink:0;margin-top:2px;font-size:1.4rem}.AboutSection-module__UGBiha__valueTitle{color:var(--fg);margin-bottom:.2rem;font-size:.82rem;font-weight:700;display:block}.AboutSection-module__UGBiha__valueDesc{color:var(--text-muted);font-size:.74rem;line-height:1.5}@media (max-width:900px){.AboutSection-module__UGBiha__container{text-align:center;grid-template-columns:1fr;gap:3rem}.AboutSection-module__UGBiha__visual{order:-1}.AboutSection-module__UGBiha__photoFrame{width:220px;height:280px;margin:0 auto}.AboutSection-module__UGBiha__badgeBottomLeft{bottom:8px;left:0}.AboutSection-module__UGBiha__badgeTopRight{top:8px;right:0}.AboutSection-module__UGBiha__badgeMidLeft{left:-8px}.AboutSection-module__UGBiha__values{grid-template-columns:1fr}.AboutSection-module__UGBiha__valueCard,.AboutSection-module__UGBiha__sellingPoints{text-align:left}}@media (max-width:480px){.AboutSection-module__UGBiha__section{padding:60px 1rem 80px}.AboutSection-module__UGBiha__photoFrame{width:190px;height:240px}.AboutSection-module__UGBiha__floatBadge{padding:.5rem .75rem}.AboutSection-module__UGBiha__floatBadge strong{font-size:.72rem}.AboutSection-module__UGBiha__floatBadge span{font-size:.62rem}.AboutSection-module__UGBiha__badgeMidLeft{display:none}}
.ServicesSection-module__JL3_nq__section{background:var(--bg);padding:100px 2rem;overflow:hidden}.ServicesSection-module__JL3_nq__container{max-width:1200px;margin:0 auto}.ServicesSection-module__JL3_nq__header{text-align:center;opacity:0;margin-bottom:3.5rem;transition:opacity .7s,transform .7s;transform:translateY(20px)}.ServicesSection-module__JL3_nq__header.ServicesSection-module__JL3_nq__show{opacity:1;transform:translateY(0)}.ServicesSection-module__JL3_nq__sectionTag{background:var(--surface2);color:var(--primary);border:1px solid var(--primary-light);letter-spacing:.05em;text-transform:uppercase;border-radius:50px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.ServicesSection-module__JL3_nq__heading{color:var(--fg);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1.25;font-family:var(--font-poppins), sans-serif;margin-bottom:1rem}.ServicesSection-module__JL3_nq__accent{color:var(--primary)}.ServicesSection-module__JL3_nq__subtext{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}.ServicesSection-module__JL3_nq__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.ServicesSection-module__JL3_nq__card{background:var(--card-bg);border:1.5px solid var(--border);cursor:pointer;opacity:0;border-radius:20px;flex-direction:column;padding:1.75rem;transition:opacity .6s,transform .6s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;transform:translateY(24px)}.ServicesSection-module__JL3_nq__card.ServicesSection-module__JL3_nq__show{opacity:1;animation:.6s forwards ServicesSection-module__JL3_nq__fadeInUp;transform:translateY(0)}.ServicesSection-module__JL3_nq__card:hover{border-color:var(--card-color);box-shadow:0 8px 32px color-mix(in srgb, var(--card-color) 20%, transparent);transform:translateY(-6px)}.ServicesSection-module__JL3_nq__cardGlow{opacity:0;pointer-events:none;border-radius:inherit;transition:opacity .3s;position:absolute;inset:0}.ServicesSection-module__JL3_nq__card:hover .ServicesSection-module__JL3_nq__cardGlow{opacity:1}.ServicesSection-module__JL3_nq__cardIcon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.1rem;font-size:1.75rem;transition:transform .3s;display:flex}.ServicesSection-module__JL3_nq__card:hover .ServicesSection-module__JL3_nq__cardIcon{transform:scale(1.1)rotate(-5deg)}.ServicesSection-module__JL3_nq__cardTitle{color:var(--fg);font-size:1.05rem;font-weight:700;font-family:var(--font-poppins), sans-serif;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-shrink:0;height:2.94rem;margin-bottom:.6rem;line-height:1.4;display:-webkit-box;overflow:hidden}.ServicesSection-module__JL3_nq__cardDesc{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-shrink:0;height:4.224rem;margin-bottom:1rem;font-size:.88rem;line-height:1.6;display:-webkit-box;overflow:hidden}.ServicesSection-module__JL3_nq__tags{flex-wrap:wrap;flex-shrink:0;gap:.4rem;margin-bottom:.85rem;display:flex}.ServicesSection-module__JL3_nq__tag{border-radius:50px;padding:.2rem .65rem;font-size:.72rem;font-weight:700}.ServicesSection-module__JL3_nq__cardArrow{cursor:pointer;opacity:.75;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.35rem;margin-top:auto;padding:0;font-family:inherit;font-size:.82rem;font-weight:700;transition:gap .2s,opacity .2s;display:inline-flex}.ServicesSection-module__JL3_nq__card:hover .ServicesSection-module__JL3_nq__cardArrow{opacity:1;gap:.55rem}.ServicesSection-module__JL3_nq__ctaBanner{background:linear-gradient(135deg, var(--primary), var(--secondary));opacity:0;border-radius:20px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.75rem 2rem;transition:opacity .7s .5s,transform .7s .5s;display:flex;transform:translateY(20px)}.ServicesSection-module__JL3_nq__ctaBanner.ServicesSection-module__JL3_nq__show{opacity:1;transform:translateY(0)}.ServicesSection-module__JL3_nq__ctaContent{color:#fff;align-items:center;gap:1rem;display:flex}.ServicesSection-module__JL3_nq__ctaEmoji{flex-shrink:0;font-size:2rem}.ServicesSection-module__JL3_nq__ctaContent strong{margin-bottom:.2rem;font-size:1rem;font-weight:700;display:block}.ServicesSection-module__JL3_nq__ctaContent p{opacity:.85;font-size:.88rem}.ServicesSection-module__JL3_nq__ctaBtn{color:var(--primary);cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:50px;flex-shrink:0;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s}.ServicesSection-module__JL3_nq__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}@media (max-width:1024px){.ServicesSection-module__JL3_nq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ServicesSection-module__JL3_nq__section{padding:70px 1rem}.ServicesSection-module__JL3_nq__grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.ServicesSection-module__JL3_nq__card{border-radius:14px;padding:1.1rem}.ServicesSection-module__JL3_nq__cardIcon{border-radius:10px;width:42px;height:42px;margin-bottom:.75rem;font-size:1.3rem}.ServicesSection-module__JL3_nq__cardTitle{height:2.296rem;margin-bottom:.4rem;font-size:.82rem}.ServicesSection-module__JL3_nq__cardDesc{height:3.4875rem;margin-bottom:.65rem;font-size:.75rem;line-height:1.55}.ServicesSection-module__JL3_nq__tag{padding:.15rem .5rem;font-size:.62rem}.ServicesSection-module__JL3_nq__cardArrow{font-size:.72rem}.ServicesSection-module__JL3_nq__ctaBanner,.ServicesSection-module__JL3_nq__ctaContent{text-align:center;flex-direction:column}}@media (max-width:380px){.ServicesSection-module__JL3_nq__grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.ServicesSection-module__JL3_nq__card{padding:.9rem}.ServicesSection-module__JL3_nq__cardTitle{height:2.128rem;font-size:.76rem}.ServicesSection-module__JL3_nq__cardDesc{height:3.255rem;font-size:.7rem}}
.ServiceModal-module__ILzE3q__overlay{z-index:2000;-webkit-backdrop-filter:blur(6px);background:#0000008c;justify-content:center;align-items:center;padding:1rem;animation:.25s forwards ServiceModal-module__ILzE3q__overlayIn;display:flex;position:fixed;inset:0}@keyframes ServiceModal-module__ILzE3q__overlayIn{0%{opacity:0}to{opacity:1}}.ServiceModal-module__ILzE3q__modal{background:var(--card-bg);border:1px solid var(--border);border-radius:24px;flex-direction:column;width:100%;max-width:680px;max-height:90vh;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards ServiceModal-module__ILzE3q__modalIn;display:flex;overflow:hidden;box-shadow:0 24px 80px #0000004d}@keyframes ServiceModal-module__ILzE3q__modalIn{0%{opacity:0;transform:scale(.92)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.ServiceModal-module__ILzE3q__modalHeader{border-bottom:1px solid var(--border);flex-shrink:0;padding:1.75rem 1.75rem 1.5rem;position:relative;overflow:hidden}.ServiceModal-module__ILzE3q__headerBg{background:linear-gradient(135deg, color-mix(in srgb, var(--modal-color) 8%, transparent), transparent 60%);pointer-events:none;position:absolute;inset:0}.ServiceModal-module__ILzE3q__headerContent{z-index:1;align-items:center;gap:1rem;display:flex;position:relative}.ServiceModal-module__ILzE3q__headerIcon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex}.ServiceModal-module__ILzE3q__headerTag{color:var(--modal-color);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;font-size:.72rem;font-weight:700}.ServiceModal-module__ILzE3q__headerTitle{color:var(--fg);font-size:1.35rem;font-weight:800;font-family:var(--font-poppins), sans-serif;line-height:1.2}.ServiceModal-module__ILzE3q__closeBtn{background:var(--surface);border:1px solid var(--border);cursor:pointer;width:36px;height:36px;color:var(--text-muted);z-index:2;border-radius:10px;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.ServiceModal-module__ILzE3q__closeBtn:hover{background:var(--surface2);color:var(--fg);transform:rotate(90deg)}.ServiceModal-module__ILzE3q__modalBody{scrollbar-width:thin;scrollbar-color:var(--primary) var(--surface);flex-direction:column;flex:1;gap:1.75rem;padding:1.75rem;display:flex;overflow-y:auto}.ServiceModal-module__ILzE3q__modalBody::-webkit-scrollbar{width:4px}.ServiceModal-module__ILzE3q__modalBody::-webkit-scrollbar-track{background:var(--surface)}.ServiceModal-module__ILzE3q__modalBody::-webkit-scrollbar-thumb{background:var(--primary);border-radius:2px}.ServiceModal-module__ILzE3q__section{flex-direction:column;gap:.85rem;display:flex}.ServiceModal-module__ILzE3q__sectionTitle{color:var(--fg);font-size:.95rem;font-weight:800;font-family:var(--font-poppins), sans-serif;align-items:center;gap:.6rem;display:flex}.ServiceModal-module__ILzE3q__sectionDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.ServiceModal-module__ILzE3q__overview{color:var(--text-muted);font-size:.92rem;line-height:1.75}.ServiceModal-module__ILzE3q__metaRow{grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid}.ServiceModal-module__ILzE3q__metaCard{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:14px;flex-direction:column;gap:.25rem;padding:.9rem 1rem;display:flex}.ServiceModal-module__ILzE3q__metaIcon{font-size:1.3rem}.ServiceModal-module__ILzE3q__metaLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.68rem;font-weight:700}.ServiceModal-module__ILzE3q__metaValue{color:var(--fg);font-size:.82rem;font-weight:700}.ServiceModal-module__ILzE3q__benefitList{flex-direction:column;gap:.6rem;list-style:none;display:flex}.ServiceModal-module__ILzE3q__benefitItem{color:var(--fg);align-items:flex-start;gap:.65rem;font-size:.9rem;line-height:1.55;display:flex}.ServiceModal-module__ILzE3q__benefitCheck{flex-shrink:0;margin-top:1px;display:flex}.ServiceModal-module__ILzE3q__processGrid{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}.ServiceModal-module__ILzE3q__processCard{background:var(--surface);border:1px solid var(--border);border-radius:14px;align-items:flex-start;gap:.85rem;padding:1rem;transition:border-color .2s,box-shadow .2s;display:flex}.ServiceModal-module__ILzE3q__processCard:hover{border-color:var(--primary);box-shadow:0 4px 16px #4a90d91a}.ServiceModal-module__ILzE3q__processStep{width:36px;height:36px;font-size:.72rem;font-weight:800;font-family:var(--font-poppins), sans-serif;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ServiceModal-module__ILzE3q__processTitle{color:var(--fg);margin-bottom:.25rem;font-size:.85rem;font-weight:700;display:block}.ServiceModal-module__ILzE3q__processDesc{color:var(--text-muted);font-size:.78rem;line-height:1.5}.ServiceModal-module__ILzE3q__tagsRow{flex-wrap:wrap;gap:.5rem;display:flex}.ServiceModal-module__ILzE3q__tag{border-radius:50px;padding:.3rem .85rem;font-size:.75rem;font-weight:700}.ServiceModal-module__ILzE3q__modalFooter{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.75rem;display:flex}.ServiceModal-module__ILzE3q__footerNote{color:var(--text-muted);font-size:.82rem;line-height:1.4}.ServiceModal-module__ILzE3q__footerNote strong{color:var(--fg)}.ServiceModal-module__ILzE3q__footerActions{flex-shrink:0;gap:.75rem;display:flex}.ServiceModal-module__ILzE3q__footerSecondary{background:var(--card-bg);color:var(--text-muted);border:1.5px solid var(--border);cursor:pointer;border-radius:50px;padding:.6rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:border-color .2s,color .2s}.ServiceModal-module__ILzE3q__footerSecondary:hover{border-color:var(--primary);color:var(--primary)}.ServiceModal-module__ILzE3q__footerPrimary{color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 4px 14px #0003}.ServiceModal-module__ILzE3q__footerPrimary:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 6px 20px #00000040}@media (max-width:640px){.ServiceModal-module__ILzE3q__modal{border-radius:20px 20px 0 0;align-self:flex-end;max-height:92vh}.ServiceModal-module__ILzE3q__overlay{align-items:flex-end;padding:0}.ServiceModal-module__ILzE3q__modalHeader{padding:1.25rem 1.25rem 1rem}.ServiceModal-module__ILzE3q__headerIcon{width:48px;height:48px;font-size:1.6rem}.ServiceModal-module__ILzE3q__headerTitle{font-size:1.1rem}.ServiceModal-module__ILzE3q__modalBody{gap:1.25rem;padding:1.25rem}.ServiceModal-module__ILzE3q__metaRow{grid-template-columns:repeat(3,1fr);gap:.6rem}.ServiceModal-module__ILzE3q__metaCard{padding:.7rem .5rem}.ServiceModal-module__ILzE3q__metaValue{font-size:.75rem}.ServiceModal-module__ILzE3q__processGrid{grid-template-columns:1fr}.ServiceModal-module__ILzE3q__modalFooter{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem 1.25rem}.ServiceModal-module__ILzE3q__footerActions{flex-direction:column}.ServiceModal-module__ILzE3q__footerPrimary,.ServiceModal-module__ILzE3q__footerSecondary{text-align:center;justify-content:center}}
.FAQSection-module__ZB1fIa__section{background:var(--surface);padding:100px 2rem;overflow:hidden}.FAQSection-module__ZB1fIa__container{max-width:1200px;margin:0 auto}.FAQSection-module__ZB1fIa__header{text-align:center;opacity:0;margin-bottom:3.5rem;transition:opacity .7s,transform .7s;transform:translateY(20px)}.FAQSection-module__ZB1fIa__header.FAQSection-module__ZB1fIa__show{opacity:1;transform:translateY(0)}.FAQSection-module__ZB1fIa__sectionTag{background:var(--surface2);color:var(--primary);border:1px solid var(--primary-light);letter-spacing:.05em;text-transform:uppercase;border-radius:50px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.FAQSection-module__ZB1fIa__heading{color:var(--fg);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1.25;font-family:var(--font-poppins), sans-serif;margin-bottom:1rem}.FAQSection-module__ZB1fIa__accent{color:var(--primary)}.FAQSection-module__ZB1fIa__subtext{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1rem;line-height:1.7}.FAQSection-module__ZB1fIa__faqGrid{grid-template-columns:1fr 340px;align-items:start;gap:2.5rem;display:grid}.FAQSection-module__ZB1fIa__faqList{flex-direction:column;gap:.75rem;display:flex}.FAQSection-module__ZB1fIa__faqItem{background:var(--card-bg);border:1.5px solid var(--border);opacity:0;border-radius:16px;transition:opacity .5s,transform .5s,border-color .3s,box-shadow .3s;overflow:hidden;transform:translate(-20px)}.FAQSection-module__ZB1fIa__faqItem.FAQSection-module__ZB1fIa__show{opacity:1;animation:.5s forwards FAQSection-module__ZB1fIa__fadeInLeft;transform:translate(0)}.FAQSection-module__ZB1fIa__faqItem.FAQSection-module__ZB1fIa__open{border-color:var(--primary);box-shadow:0 4px 20px #4a90d91f}.FAQSection-module__ZB1fIa__faqQuestion{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.85rem;width:100%;padding:1.1rem 1.25rem;font-family:inherit;display:flex}.FAQSection-module__ZB1fIa__faqNum{color:var(--primary);background:var(--surface2);font-size:.75rem;font-weight:800;font-family:var(--font-poppins), sans-serif;border-radius:8px;flex-shrink:0;padding:.2rem .5rem}.FAQSection-module__ZB1fIa__faqText{color:var(--fg);flex:1;font-size:.95rem;font-weight:700;line-height:1.4}.FAQSection-module__ZB1fIa__faqIcon{color:var(--text-muted);flex-shrink:0;transition:transform .3s;display:flex}.FAQSection-module__ZB1fIa__faqIcon.FAQSection-module__ZB1fIa__rotated{color:var(--primary);transform:rotate(180deg)}.FAQSection-module__ZB1fIa__faqAnswer{max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQSection-module__ZB1fIa__faqItem.FAQSection-module__ZB1fIa__open .FAQSection-module__ZB1fIa__faqAnswer{max-height:200px}.FAQSection-module__ZB1fIa__faqAnswer p{color:var(--text-muted);padding:0 1.25rem 1.1rem 3.5rem;font-size:.9rem;line-height:1.7}.FAQSection-module__ZB1fIa__sideCard{opacity:0;transition:opacity .7s .3s,transform .7s .3s;position:sticky;top:90px;transform:translate(20px)}.FAQSection-module__ZB1fIa__sideCard.FAQSection-module__ZB1fIa__show{opacity:1;transform:translate(0)}.FAQSection-module__ZB1fIa__sideCardInner{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;text-align:center;border-radius:24px;padding:2rem}.FAQSection-module__ZB1fIa__sideEmoji{margin-bottom:1rem;font-size:3rem;animation:3s ease-in-out infinite FAQSection-module__ZB1fIa__float;display:block}.FAQSection-module__ZB1fIa__sideCardInner h3{font-size:1.15rem;font-weight:800;font-family:var(--font-poppins), sans-serif;margin-bottom:.75rem}.FAQSection-module__ZB1fIa__sideCardInner p{opacity:.88;margin-bottom:1.5rem;font-size:.88rem;line-height:1.65}.FAQSection-module__ZB1fIa__sideBtn{color:var(--primary);cursor:pointer;background:#fff;border:none;border-radius:50px;width:100%;margin-bottom:1.5rem;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s}.FAQSection-module__ZB1fIa__sideBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.FAQSection-module__ZB1fIa__sideStats{border-top:1px solid #ffffff40;justify-content:center;gap:2rem;padding-top:1.25rem;display:flex}.FAQSection-module__ZB1fIa__sideStat{flex-direction:column;align-items:center;gap:.2rem;display:flex}.FAQSection-module__ZB1fIa__sideStat strong{font-size:1.2rem;font-weight:800}.FAQSection-module__ZB1fIa__sideStat span{opacity:.8;font-size:.72rem}@media (max-width:900px){.FAQSection-module__ZB1fIa__faqGrid{grid-template-columns:1fr}.FAQSection-module__ZB1fIa__sideCard{order:-1;position:static}}@media (max-width:480px){.FAQSection-module__ZB1fIa__section{padding:70px 1rem}.FAQSection-module__ZB1fIa__faqAnswer p{padding-left:1.25rem}}
.ContactSection-module__UONp9G__section{background:var(--bg);padding:100px 2rem;overflow:hidden}.ContactSection-module__UONp9G__container{max-width:1200px;margin:0 auto}.ContactSection-module__UONp9G__header{text-align:center;opacity:0;margin-bottom:3.5rem;transition:opacity .7s,transform .7s;transform:translateY(20px)}.ContactSection-module__UONp9G__header.ContactSection-module__UONp9G__show{opacity:1;transform:translateY(0)}.ContactSection-module__UONp9G__sectionTag{background:var(--surface2);color:var(--primary);border:1px solid var(--primary-light);letter-spacing:.05em;text-transform:uppercase;border-radius:50px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.ContactSection-module__UONp9G__heading{color:var(--fg);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1.25;font-family:var(--font-poppins), sans-serif;margin-bottom:1rem}.ContactSection-module__UONp9G__accent{color:var(--primary)}.ContactSection-module__UONp9G__subtext{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1rem;line-height:1.7}.ContactSection-module__UONp9G__grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:2.5rem;display:grid}.ContactSection-module__UONp9G__info{opacity:0;flex-direction:column;gap:1.25rem;transition:opacity .7s,transform .7s;display:flex;transform:translate(-20px)}.ContactSection-module__UONp9G__info.ContactSection-module__UONp9G__show{opacity:1;transform:translate(0)}.ContactSection-module__UONp9G__infoCard{background:var(--card-bg);border:1.5px solid var(--border);border-radius:20px;padding:1.75rem}.ContactSection-module__UONp9G__infoTitle{color:var(--fg);font-size:1.05rem;font-weight:700;font-family:var(--font-poppins), sans-serif;margin-bottom:1.25rem}.ContactSection-module__UONp9G__infoList{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.ContactSection-module__UONp9G__infoItem{align-items:flex-start;gap:.85rem;display:flex}.ContactSection-module__UONp9G__infoEmoji{flex-shrink:0;margin-top:2px;font-size:1.25rem}.ContactSection-module__UONp9G__infoLabel{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem;font-size:.72rem;font-weight:700;display:block}.ContactSection-module__UONp9G__infoValue{color:var(--fg);font-size:.88rem;font-weight:500;line-height:1.5;display:block}.ContactSection-module__UONp9G__infoLink{color:var(--primary);font-size:.88rem;font-weight:600;line-height:1.5;text-decoration:none;transition:color .2s,-webkit-text-decoration .2s,text-decoration .2s;display:block}.ContactSection-module__UONp9G__infoLink:hover{color:var(--primary-dark);text-decoration:underline}.ContactSection-module__UONp9G__socialRow{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.ContactSection-module__UONp9G__socialLabel{color:var(--text-muted);font-size:.78rem;font-weight:600}.ContactSection-module__UONp9G__socialChip{background:var(--surface2);color:var(--primary);cursor:pointer;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;transition:background .2s}.ContactSection-module__UONp9G__socialChip:hover{background:var(--primary);color:#fff}.ContactSection-module__UONp9G__mapPlaceholder{background:linear-gradient(135deg, var(--surface2), var(--surface));border:1.5px dashed var(--border);cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:140px;transition:border-color .2s;display:flex}.ContactSection-module__UONp9G__mapPlaceholder:hover{border-color:var(--primary)}.ContactSection-module__UONp9G__mapPlaceholder span{font-size:2rem}.ContactSection-module__UONp9G__mapPlaceholder p{color:var(--text-muted);font-size:.82rem;font-weight:600}.ContactSection-module__UONp9G__formWrap{opacity:0;transition:opacity .7s .2s,transform .7s .2s;transform:translate(20px)}.ContactSection-module__UONp9G__formWrap.ContactSection-module__UONp9G__show{opacity:1;transform:translate(0)}.ContactSection-module__UONp9G__form{background:var(--card-bg);border:1.5px solid var(--border);border-radius:20px;flex-direction:column;gap:1.1rem;padding:2rem;display:flex}.ContactSection-module__UONp9G__formTitle{color:var(--fg);font-size:1.1rem;font-weight:700;font-family:var(--font-poppins), sans-serif;margin-bottom:.25rem}.ContactSection-module__UONp9G__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ContactSection-module__UONp9G__field{flex-direction:column;gap:.4rem;display:flex}.ContactSection-module__UONp9G__field label{color:var(--fg);font-size:.82rem;font-weight:700}.ContactSection-module__UONp9G__required{color:#e74c3c}.ContactSection-module__UONp9G__inputWrap{display:flex;position:relative}.ContactSection-module__UONp9G__inputWrap input,.ContactSection-module__UONp9G__inputWrap select,.ContactSection-module__UONp9G__inputWrap textarea{background:var(--surface);border:1.5px solid var(--border);width:100%;color:var(--fg);resize:vertical;border-radius:10px;outline:none;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.ContactSection-module__UONp9G__inputWrap input::placeholder,.ContactSection-module__UONp9G__inputWrap textarea::placeholder{color:var(--text-muted)}.ContactSection-module__UONp9G__inputWrap input:focus,.ContactSection-module__UONp9G__inputWrap select:focus,.ContactSection-module__UONp9G__inputWrap textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4a90d91f}.ContactSection-module__UONp9G__inputError input,.ContactSection-module__UONp9G__inputError select,.ContactSection-module__UONp9G__inputError textarea{border-color:#e74c3c!important;box-shadow:0 0 0 3px #e74c3c1a!important}.ContactSection-module__UONp9G__inputOk input,.ContactSection-module__UONp9G__inputOk select,.ContactSection-module__UONp9G__inputOk textarea{padding-right:2.5rem;border-color:#27ae60!important}.ContactSection-module__UONp9G__iconOk{color:#27ae60;pointer-events:none;font-size:.9rem;font-weight:700;position:absolute;top:50%;right:.85rem;transform:translateY(-50%)}.ContactSection-module__UONp9G__errorMsg{color:#e74c3c;margin-top:-.1rem;font-size:.75rem;font-weight:600}.ContactSection-module__UONp9G__inputWrap select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;padding-right:2.5rem}.ContactSection-module__UONp9G__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.6rem;margin-top:.25rem;padding:.9rem 2rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 6px 20px #25d36659}.ContactSection-module__UONp9G__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 28px #25d36673}.ContactSection-module__UONp9G__submitBtn:disabled{opacity:.7;cursor:not-allowed}.ContactSection-module__UONp9G__spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite ContactSection-module__UONp9G__spin-slow}.ContactSection-module__UONp9G__privacy{color:var(--text-muted);text-align:center;font-size:.78rem}.ContactSection-module__UONp9G__successState{display:none}@media (max-width:900px){.ContactSection-module__UONp9G__grid{grid-template-columns:1fr}.ContactSection-module__UONp9G__section{padding:70px 1rem}}@media (max-width:560px){.ContactSection-module__UONp9G__row{grid-template-columns:1fr}.ContactSection-module__UONp9G__form{padding:1.5rem}}
.Footer-module__S6Hkya__footer{background:var(--surface);border-top:1px solid var(--border);font-family:var(--font-nunito), sans-serif;padding:4rem 2rem 2rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto}.Footer-module__S6Hkya__top{grid-template-columns:1.2fr 2fr;gap:4rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__logo{color:var(--fg);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.3rem;font-weight:700;display:flex}.Footer-module__S6Hkya__logo span:first-child{font-size:1.6rem}.Footer-module__S6Hkya__logo strong{color:var(--primary)}.Footer-module__S6Hkya__tagline{color:var(--text-muted);max-width:280px;margin-bottom:1.5rem;font-size:.88rem;line-height:1.7}.Footer-module__S6Hkya__socials{gap:.5rem;display:flex}.Footer-module__S6Hkya__socialBtn{background:var(--card-bg);border:1px solid var(--border);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;transition:background .2s,border-color .2s,transform .2s;display:flex}.Footer-module__S6Hkya__socialBtn:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-2px)}.Footer-module__S6Hkya__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__S6Hkya__linkGroup{flex-direction:column;gap:.6rem;display:flex}.Footer-module__S6Hkya__linkGroup h4{color:var(--fg);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.85rem;font-weight:800}.Footer-module__S6Hkya__linkBtn{cursor:pointer;color:var(--text-muted);text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:.88rem;transition:color .2s}.Footer-module__S6Hkya__linkBtn:hover{color:var(--primary)}.Footer-module__S6Hkya__linkText{color:var(--text-muted);font-size:.88rem;line-height:1.5}.Footer-module__S6Hkya__linkAnchor{color:var(--text-muted);font-size:.88rem;line-height:1.5;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__linkAnchor:hover{color:var(--primary)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__S6Hkya__bottom p{color:var(--text-muted);font-size:.82rem}.Footer-module__S6Hkya__bottomLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__bottomLinks span{color:var(--text-muted);cursor:pointer;font-size:.82rem;transition:color .2s}.Footer-module__S6Hkya__bottomLinks span:hover{color:var(--primary)}@media (max-width:900px){.Footer-module__S6Hkya__top{grid-template-columns:1fr;gap:2.5rem}.Footer-module__S6Hkya__links{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.Footer-module__S6Hkya__footer{padding:3rem 1rem 1.5rem}.Footer-module__S6Hkya__links{grid-template-columns:1fr}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column}}
.WAButton-module__71CVdG__wrapper{z-index:999;opacity:0;pointer-events:none;align-items:center;gap:.75rem;transition:opacity .5s,transform .5s;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;transform:translateY(20px)}.WAButton-module__71CVdG__wrapper.WAButton-module__71CVdG__show{opacity:1;pointer-events:auto;transform:translateY(0)}.WAButton-module__71CVdG__label{background:var(--card-bg);border:1px solid var(--border);white-space:nowrap;pointer-events:none;border-radius:50px;padding:.45rem 1rem;box-shadow:0 4px 16px #0000001f}.WAButton-module__71CVdG__labelText{color:var(--fg);font-size:.82rem;font-weight:700;animation:.35s forwards WAButton-module__71CVdG__fadeInUp}.WAButton-module__71CVdG__btn{cursor:pointer;background:#25d366;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 6px 24px #25d36673}.WAButton-module__71CVdG__btn:hover{transform:scale(1.1);box-shadow:0 10px 32px #25d3668c}.WAButton-module__71CVdG__btn:active{transform:scale(.96)}.WAButton-module__71CVdG__icon{color:#fff;z-index:1;width:28px;height:28px;position:relative}.WAButton-module__71CVdG__pulse1,.WAButton-module__71CVdG__pulse2{opacity:0;background:#25d366;border-radius:50%;animation:2.5s ease-out infinite WAButton-module__71CVdG__waPulse;position:absolute;inset:0}.WAButton-module__71CVdG__pulse2{animation-delay:.8s}@keyframes WAButton-module__71CVdG__waPulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.9)}}@media (max-width:480px){.WAButton-module__71CVdG__wrapper{bottom:1.25rem;right:1.25rem}.WAButton-module__71CVdG__btn{width:52px;height:52px}.WAButton-module__71CVdG__icon{width:24px;height:24px}.WAButton-module__71CVdG__label{padding:.4rem .85rem}.WAButton-module__71CVdG__labelText{font-size:.76rem}}
