@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2563eb;--text-dark:#172033;--text-muted:#334155}body{background:#fff;font-family:Montserrat,sans-serif;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}body{color:#fff;background:radial-gradient(circle at 18% 18%,#10b9812e,#0000 28%),radial-gradient(circle at 82% 20%,#2563eb38,#0000 32%),linear-gradient(135deg,#050816 0%,#0f172a 45%,#020617 100%)}body:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:52px 52px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 85%);mask-image:linear-gradient(#000,#0000 85%)}.globalGlowOne,.globalGlowTwo{filter:blur(90px);pointer-events:none;z-index:0;border-radius:999px;position:fixed}.globalGlowOne{background:#2563eb47;width:420px;height:420px;top:120px;right:-140px}.globalGlowTwo{background:#10b98138;width:380px;height:380px;bottom:-140px;left:-120px}
.Header-module__hBw1pG__header{z-index:999;background:linear-gradient(135deg,#fff 0%,#f8fafc 40%,#eef2ff 100%);border-bottom:1px solid #e2e8f0e6;width:100%;position:sticky;top:0;box-shadow:0 8px 28px #0f172a14,inset 0 1px #ffffffe6}.Header-module__hBw1pG__inner{grid-template-columns:210px 1fr 210px;align-items:center;gap:20px;max-width:1240px;min-height:82px;margin:0 auto;padding:0 24px;display:grid}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;width:210px;text-decoration:none;display:flex}.Header-module__hBw1pG__logo img{object-fit:contain;width:100%;height:auto}.Header-module__hBw1pG__nav{justify-content:center;align-items:center;gap:clamp(16px,2.2vw,30px);display:flex}.Header-module__hBw1pG__nav a,.Header-module__hBw1pG__dropdownBtn{color:var(--text-dark);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:7px;font-family:inherit;font-size:15px;font-weight:800;line-height:1;text-decoration:none;transition:color .2s,background .2s;display:inline-flex}.Header-module__hBw1pG__nav a:hover,.Header-module__hBw1pG__dropdownBtn:hover{color:var(--primary)}.Header-module__hBw1pG__dropdown{padding:28px 0;position:relative}.Header-module__hBw1pG__dropdownBtn svg{width:11px;height:11px;transition:transform .2s}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownBtn svg,.Header-module__hBw1pG__dropdown.Header-module__hBw1pG__open .Header-module__hBw1pG__dropdownBtn svg{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownMenu{opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #e5e7eb;border-radius:20px;grid-template-columns:1fr 1fr;gap:9px;width:min(420px,90vw);padding:14px;transition:all .22s;display:grid;position:absolute;top:74px;left:50%;transform:translate(-50%)translateY(12px);box-shadow:0 24px 70px #0f172a2e}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownMenu,.Header-module__hBw1pG__dropdown.Header-module__hBw1pG__open .Header-module__hBw1pG__dropdownMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__dropdownMenu a{color:var(--text-muted);white-space:normal;border-radius:15px;align-items:center;gap:11px;padding:12px;font-size:14px;font-weight:800;transition:all .2s;display:flex}.Header-module__hBw1pG__dropdownMenu a:hover{color:var(--primary);background:#eff6ff;transform:translateY(-1px)}.Header-module__hBw1pG__serviceIcon{width:36px;min-width:36px;height:36px;color:var(--primary);background:#eff6ff;border-radius:13px;justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__actions{justify-content:flex-end;width:210px;display:flex}.Header-module__hBw1pG__cta{background:linear-gradient(90deg, #10b981, var(--primary));white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:9px;width:210px;height:46px;font-size:14.5px;font-weight:900;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 12px 26px #2563eb38;color:#fff!important}.Header-module__hBw1pG__cta:hover{transform:translateY(-2px);box-shadow:0 16px 32px #2563eb47}.Header-module__hBw1pG__menuBtn{width:44px;height:44px;color:var(--text-dark);cursor:pointer;background:#fff;border:1px solid #d6d6d6;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:none}@media (max-width:1120px){.Header-module__hBw1pG__inner{grid-template-columns:185px 1fr 180px}.Header-module__hBw1pG__logo{width:185px}.Header-module__hBw1pG__actions,.Header-module__hBw1pG__cta{width:180px}.Header-module__hBw1pG__nav{gap:18px}}@media (max-width:980px){.Header-module__hBw1pG__inner{justify-content:space-between;gap:12px;min-height:76px;display:flex}.Header-module__hBw1pG__logo{width:185px}.Header-module__hBw1pG__actions{width:auto;margin-left:auto;display:flex}.Header-module__hBw1pG__cta{width:auto;min-width:150px;height:44px;padding:0 18px}.Header-module__hBw1pG__menuBtn{display:flex}.Header-module__hBw1pG__nav{background:#fff;border:1px solid #e5e7eb;border-radius:22px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:6px;width:auto;max-width:calc(100vw - 24px);max-height:calc(100dvh - 92px);padding:12px;display:none;position:fixed;top:78px;left:12px;right:12px;overflow:hidden auto;box-shadow:0 24px 70px #0f172a2e}.Header-module__hBw1pG__nav.Header-module__hBw1pG__active{display:flex}.Header-module__hBw1pG__nav>a,.Header-module__hBw1pG__dropdownBtn{box-sizing:border-box;color:#172033;border-radius:14px;justify-content:space-between;width:100%;min-height:48px;padding:13px 14px;font-size:15px}.Header-module__hBw1pG__nav>a:hover,.Header-module__hBw1pG__dropdownBtn:hover{color:#2563eb;background:#f8fafc}.Header-module__hBw1pG__dropdown{width:100%;padding:0}.Header-module__hBw1pG__dropdownBtn{align-items:center;display:flex}.Header-module__hBw1pG__dropdownMenu{width:100%;max-width:100%;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;box-sizing:border-box;background:0 0;border:none;border-radius:0;grid-template-columns:1fr;gap:6px;margin:0;padding:6px 0 0;display:none;position:static;transform:none!important}.Header-module__hBw1pG__dropdown.Header-module__hBw1pG__open .Header-module__hBw1pG__dropdownMenu{display:grid}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownMenu{display:none}.Header-module__hBw1pG__dropdown.Header-module__hBw1pG__open:hover .Header-module__hBw1pG__dropdownMenu{display:grid}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownBtn svg{transform:none}.Header-module__hBw1pG__dropdown.Header-module__hBw1pG__open .Header-module__hBw1pG__dropdownBtn svg,.Header-module__hBw1pG__dropdown.Header-module__hBw1pG__open:hover .Header-module__hBw1pG__dropdownBtn svg{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownMenu a{color:#334155;white-space:normal;box-sizing:border-box;background:#f8fafc;border-radius:14px;justify-content:flex-start;align-items:center;gap:11px;width:100%;min-height:52px;padding:12px;font-size:14px;font-weight:800;display:flex}.Header-module__hBw1pG__dropdownMenu a:hover{color:#2563eb;background:#eff6ff;transform:none}.Header-module__hBw1pG__serviceIcon{width:34px;min-width:34px;height:34px}}@media (max-width:640px){.Header-module__hBw1pG__inner{gap:10px;min-height:72px;padding:0 16px}.Header-module__hBw1pG__logo{width:185px}.Header-module__hBw1pG__cta{border-radius:50%;width:42px;min-width:42px;height:42px;padding:0}.Header-module__hBw1pG__cta span{display:none}.Header-module__hBw1pG__menuBtn{border-radius:13px;width:42px;height:42px}.Header-module__hBw1pG__nav{border-radius:18px;max-width:calc(100vw - 20px);max-height:calc(100dvh - 84px);padding:10px;top:74px;left:10px;right:10px}}@media (max-width:380px){.Header-module__hBw1pG__inner{gap:8px;padding:0 12px}.Header-module__hBw1pG__logo{width:145px}.Header-module__hBw1pG__cta{width:40px;min-width:40px;height:40px}.Header-module__hBw1pG__menuBtn{width:40px;height:40px}.Header-module__hBw1pG__nav{max-width:calc(100vw - 16px);max-height:calc(100dvh - 80px);top:72px;left:8px;right:8px}.Header-module__hBw1pG__nav>a,.Header-module__hBw1pG__dropdownBtn{padding:12px;font-size:14px}.Header-module__hBw1pG__dropdownMenu a{font-size:13.5px}}
.Footer-module__S6Hkya__footer{width:100%;padding:clamp(32px,5vw,48px) clamp(14px,3vw,24px) 24px}.Footer-module__S6Hkya__inner{width:100%;max-width:1120px;margin:0 auto}.Footer-module__S6Hkya__top{justify-content:space-between;align-items:center;gap:clamp(14px,3vw,24px);margin-bottom:18px;display:flex}.Footer-module__S6Hkya__brand{min-width:0}.Footer-module__S6Hkya__brand h3{letter-spacing:-.04em;background:linear-gradient(135deg,#34d399,#3b82f6);color:#0000;word-break:break-word;-webkit-background-clip:text;background-clip:text;width:fit-content;max-width:100%;margin:0;font-size:clamp(20px,3vw,28px);font-weight:950;line-height:1.1}.Footer-module__S6Hkya__brand p{color:#ffffffa3;max-width:470px;margin:7px 0 0;font-size:clamp(13px,1.6vw,14px);line-height:1.65}.Footer-module__S6Hkya__quick{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:10px;display:flex}.Footer-module__S6Hkya__quick a{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#34d399,#3b82f6);border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 15px;font-size:13px;font-weight:900;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex;box-shadow:0 10px 26px #3b82f62e}.Footer-module__S6Hkya__quick a:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 14px 32px #3b82f642}.Footer-module__S6Hkya__links{border-top:1px solid #ffffff13;border-bottom:1px solid #ffffff13;flex-wrap:wrap;align-items:center;gap:11px 17px;padding:16px 0;display:flex}.Footer-module__S6Hkya__links a{color:#ffffffa8;white-space:nowrap;font-size:clamp(12.5px,1.4vw,13.5px);font-weight:800;line-height:1.4;text-decoration:none;transition:color .2s;position:relative}.Footer-module__S6Hkya__links a:hover{color:#fff}.Footer-module__S6Hkya__links a:after{content:"";background:linear-gradient(90deg,#34d399,#3b82f6);border-radius:99px;width:0;height:2px;transition:width .22s;position:absolute;bottom:-5px;left:0}.Footer-module__S6Hkya__links a:hover:after{width:100%}.Footer-module__S6Hkya__legal{max-width:1000px;margin-top:15px}.Footer-module__S6Hkya__legal p{color:#ffffff85;margin:6px 0;font-size:clamp(11.5px,1.4vw,12px);line-height:1.7}.Footer-module__S6Hkya__legal span{color:#ffffff73;margin-top:12px;font-size:12px;font-weight:700;display:block}@media (max-width:820px){.Footer-module__S6Hkya__top{align-items:flex-start}.Footer-module__S6Hkya__quick{max-width:320px}.Footer-module__S6Hkya__quick a{flex:1}}@media (max-width:650px){.Footer-module__S6Hkya__footer{text-align:center;padding:34px 14px 22px}.Footer-module__S6Hkya__top{text-align:center;flex-direction:column;align-items:center}.Footer-module__S6Hkya__brand h3,.Footer-module__S6Hkya__brand p{margin-left:auto;margin-right:auto}.Footer-module__S6Hkya__quick{justify-content:center;width:100%}.Footer-module__S6Hkya__quick a{flex:1;max-width:160px}.Footer-module__S6Hkya__links{justify-content:center}.Footer-module__S6Hkya__links a{text-align:center}.Footer-module__S6Hkya__legal{text-align:center;margin-left:auto;margin-right:auto}}@media (max-width:420px){.Footer-module__S6Hkya__quick{flex-direction:column}.Footer-module__S6Hkya__quick a{width:100%}.Footer-module__S6Hkya__links{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.Footer-module__S6Hkya__links a{text-align:center;white-space:normal}}@media (max-width:330px){.Footer-module__S6Hkya__links{grid-template-columns:1fr}}
