@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#1e293b;--accent:#c22;--accent-hover:#a81c1c;--radius-soft:24px;--radius-pill:9999px;--header-height:80px}html,body{max-width:100vw;overflow-x:clip}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Rubik,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}
.Header-module__hBw1pG__topAccent{background:linear-gradient(90deg,var(--accent)0%,#e8554a 40%,var(--foreground)100%);height:3px;position:absolute;top:0;left:0;right:0}.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(16px);height:var(--header-height);background:#ffffffeb;align-items:center;transition:box-shadow .4s,background .4s;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__headerScrolled{background:#fffffff7;box-shadow:0 4px 30px #1e293b14}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;display:flex}.Header-module__hBw1pG__logo{z-index:1010;flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex;position:relative}.Header-module__hBw1pG__logoIcon{background:0 0;border-radius:0;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .3s;display:flex;position:relative;overflow:visible}.Header-module__hBw1pG__logoIcon img{position:absolute;top:50%;left:50%;transform:translate(-50%,-45%);width:72px!important;max-width:none!important;height:72px!important}.Header-module__hBw1pG__logo:hover .Header-module__hBw1pG__logoIcon{border-radius:16px;transform:rotate(-8deg)scale(1.05)}.Header-module__hBw1pG__logoText{color:var(--foreground);letter-spacing:-.01em;margin-left:20px;font-size:1.15rem;font-weight:700;line-height:1.1}.Header-module__hBw1pG__logoSub{color:#1e293b73;letter-spacing:.08em;text-transform:none;font-size:.65rem;font-weight:500;display:block}.Header-module__hBw1pG__desktopNav{align-items:center;gap:4px;display:flex}.Header-module__hBw1pG__navInner{border-radius:var(--radius-pill);background:#1e293b0a;align-items:center;gap:4px;padding:5px;display:flex}.Header-module__hBw1pG__navLink{border-radius:var(--radius-pill);color:#1e293bb3;cursor:pointer;background:0 0;border:none;padding:10px 22px;font-family:inherit;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .3s,background .3s;position:relative}.Header-module__hBw1pG__navLink:hover{color:var(--foreground);background:#fff;box-shadow:0 2px 12px #1e293b14}.Header-module__hBw1pG__dropdownWrap{position:relative}.Header-module__hBw1pG__dropdownTrigger{align-items:center;gap:5px;display:flex}.Header-module__hBw1pG__chevron{color:#1e293b66;flex-shrink:0;transition:transform .3s}.Header-module__hBw1pG__chevronOpen{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownBridge{height:8px;position:absolute;bottom:-8px;left:0;right:0}.Header-module__hBw1pG__dropdown{z-index:1100;background:#fff;border-radius:18px;min-width:320px;padding:8px;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0000001a}.Header-module__hBw1pG__dropdownItem{color:var(--foreground);border-radius:12px;align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex}.Header-module__hBw1pG__dropdownItem:hover{color:var(--accent);background:#cc22220d}.Header-module__hBw1pG__dropdownDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Header-module__hBw1pG__cta{border-radius:var(--radius-pill);background:var(--accent);color:#fff;flex-shrink:0;align-items:center;gap:8px;padding:12px 28px;font-size:.92rem;font-weight:600;transition:background .3s,transform .25s,box-shadow .3s;display:flex;box-shadow:0 4px 16px #cc222240}.Header-module__hBw1pG__cta:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 24px #cc222259}.Header-module__hBw1pG__cta:active{transform:translateY(0)}.Header-module__hBw1pG__burger{cursor:pointer;z-index:1010;background:#1e293b0a;border:none;border-radius:16px;flex-direction:column;justify-content:center;gap:6px;width:48px;height:48px;padding:12px;transition:background .3s;display:none;position:relative}.Header-module__hBw1pG__burger:hover{background:#1e293b14}.Header-module__hBw1pG__burger span{background:var(--foreground);transform-origin:50%;border-radius:4px;width:100%;height:2.5px;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .25s,width .3s;display:block}.Header-module__hBw1pG__burger span:nth-child(2){width:70%}.Header-module__hBw1pG__burgerOpen{background:#ffffff26}.Header-module__hBw1pG__burgerOpen:hover{background:#fff3}.Header-module__hBw1pG__burgerOpen span{background:#fff}.Header-module__hBw1pG__burgerOpen span:first-child{transform:translateY(8.5px)rotate(45deg)}.Header-module__hBw1pG__burgerOpen span:nth-child(2){opacity:0;width:0%}.Header-module__hBw1pG__burgerOpen span:nth-child(3){transform:translateY(-8.5px)rotate(-45deg)}.Header-module__hBw1pG__mobileMenu{display:none}@media (max-width:900px){.Header-module__hBw1pG__container{padding:0 20px}.Header-module__hBw1pG__desktopNav,.Header-module__hBw1pG__cta{display:none}.Header-module__hBw1pG__burger{display:flex}.Header-module__hBw1pG__mobileMenu{z-index:1001;background:var(--foreground);opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s;display:block;position:fixed;inset:0;overflow-y:auto}.Header-module__hBw1pG__mobileMenuOpen{opacity:1;visibility:visible}.Header-module__hBw1pG__closeBtn{color:#fff;cursor:pointer;z-index:10;background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;transition:background .3s,transform .3s;display:flex;position:absolute;top:18px;right:20px}.Header-module__hBw1pG__closeBtn:hover{background:var(--accent);border-color:var(--accent);transform:rotate(90deg)}.Header-module__hBw1pG__mobileNav{padding:calc(var(--header-height) + 40px)32px 24px;flex-direction:column;gap:0;display:flex}.Header-module__hBw1pG__mobileLink{color:#fff;opacity:0;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff12;align-items:center;gap:20px;width:100%;padding:22px 0;font-family:inherit;text-decoration:none;transition:opacity .45s,transform .45s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(-30px)}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileLink{opacity:1;transform:translate(0)}.Header-module__hBw1pG__mobileNav>:first-child>.Header-module__hBw1pG__mobileLink,.Header-module__hBw1pG__mobileNav>.Header-module__hBw1pG__mobileLink:first-child{border-top:1px solid #ffffff12}.Header-module__hBw1pG__mobileLinkNum{color:var(--accent);font-variant-numeric:tabular-nums;opacity:.7;min-width:28px;font-size:.75rem;font-weight:600}.Header-module__hBw1pG__mobileLinkText{text-align:left;flex:1;font-size:clamp(1.4rem,5vw,2rem);font-weight:600;transition:padding-left .3s}.Header-module__hBw1pG__mobileLink:hover .Header-module__hBw1pG__mobileLinkText{padding-left:8px}.Header-module__hBw1pG__mobileLinkArrow{color:#fff3;flex-shrink:0;transition:color .3s,transform .3s}.Header-module__hBw1pG__mobileLink:hover .Header-module__hBw1pG__mobileLinkArrow{color:var(--accent);transform:translate(4px)}.Header-module__hBw1pG__mobileChevron{color:#ffffff4d;flex-shrink:0;transition:transform .3s,color .3s}.Header-module__hBw1pG__mobileChevronOpen{color:var(--accent);transform:rotate(180deg)}.Header-module__hBw1pG__mobileSub{opacity:0;max-height:0;transition:max-height .35s,opacity .3s;overflow:hidden}.Header-module__hBw1pG__mobileSubOpen{opacity:1;max-height:500px}.Header-module__hBw1pG__mobileSubLink{color:#fff9;align-items:center;gap:12px;padding:14px 0 14px 48px;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s,padding-left .2s;display:flex}.Header-module__hBw1pG__mobileSubLink:hover{color:#fff;padding-left:52px}.Header-module__hBw1pG__mobileSubDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Header-module__hBw1pG__mobileBottom{opacity:0;padding:32px 32px 48px;transition:opacity .45s,transform .45s;transform:translateY(20px)}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileBottom{opacity:1;transform:translateY(0)}.Header-module__hBw1pG__mobileCta{border-radius:var(--radius-pill);background:var(--accent);color:#fff;justify-content:center;align-items:center;gap:12px;width:100%;padding:20px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .3s,transform .25s;display:flex;box-shadow:0 4px 24px #cc22224d}.Header-module__hBw1pG__mobileCta:hover{background:var(--accent-hover);transform:translateY(-2px)}.Header-module__hBw1pG__mobileSocials{justify-content:center;gap:16px;margin-top:28px;display:flex}.Header-module__hBw1pG__mobileSocials a{color:#ffffff80;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .3s,color .3s,border-color .3s,transform .3s;display:flex}.Header-module__hBw1pG__mobileSocials a:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}}@media (max-width:480px){.Header-module__hBw1pG__header{height:64px}.Header-module__hBw1pG__topAccent{height:2px}.Header-module__hBw1pG__logoIcon{border-radius:11px;width:36px;height:36px}.Header-module__hBw1pG__logoIcon img{width:44px!important;height:44px!important;transform:translate(-50%,-50%)!important}.Header-module__hBw1pG__logoIcon svg{width:18px;height:18px}.Header-module__hBw1pG__logoText{margin-left:8px;font-size:1rem}.Header-module__hBw1pG__container{padding:0 16px}.Header-module__hBw1pG__mobileNav{padding:96px 24px 20px}.Header-module__hBw1pG__mobileLink{gap:16px;padding:18px 0}.Header-module__hBw1pG__mobileBottom{padding:24px 24px 40px}}
.Footer-module__S6Hkya__footer{margin-top:auto;position:relative}.Footer-module__S6Hkya__curve{margin-top:-1px;line-height:0;position:relative}.Footer-module__S6Hkya__curve svg{width:100%;height:60px;display:block}.Footer-module__S6Hkya__body{background:var(--foreground);color:#ffffffd9;position:relative;overflow:hidden}.Footer-module__S6Hkya__bgImage{object-fit:cover;object-position:center;z-index:0;filter:grayscale()contrast(.8)brightness(.4);opacity:.08;mix-blend-mode:lighten;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.Footer-module__S6Hkya__container{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.Footer-module__S6Hkya__grid{grid-template-columns:1.5fr 1fr 1fr;gap:64px;padding:56px 0 48px;display:grid}.Footer-module__S6Hkya__column{flex-direction:column;gap:20px;display:flex}.Footer-module__S6Hkya__logo{color:#fff;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoIcon{background:var(--accent);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.Footer-module__S6Hkya__description{color:#ffffff80;max-width:320px;font-size:.9rem;line-height:1.8}.Footer-module__S6Hkya__columnTitle{color:#ffffff59;text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px;font-size:.82rem;font-weight:700}.Footer-module__S6Hkya__nav{flex-direction:column;gap:4px;display:flex}.Footer-module__S6Hkya__link{color:#fff9;border-radius:14px;align-items:center;gap:10px;margin-left:-16px;padding:10px 16px;font-size:.92rem;transition:background .3s,color .3s,padding-left .3s;display:flex}.Footer-module__S6Hkya__linkDot{background:var(--accent);opacity:0;border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:opacity .3s,transform .3s;transform:scale(0)}.Footer-module__S6Hkya__link:hover{color:#fff;background:#ffffff0f;padding-left:20px}.Footer-module__S6Hkya__link:hover .Footer-module__S6Hkya__linkDot{opacity:1;transform:scale(1)}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:14px;display:flex}.Footer-module__S6Hkya__contactItem{color:#ffffff8c;align-items:center;gap:12px;font-size:.9rem;transition:color .3s;display:flex}.Footer-module__S6Hkya__contactItem svg{color:var(--accent);opacity:.8;flex-shrink:0}.Footer-module__S6Hkya__contactItem:hover{color:#ffffffe6}.Footer-module__S6Hkya__socials{gap:10px;margin-top:4px;display:flex}.Footer-module__S6Hkya__socialIcon{color:#fff9;background:#ffffff12;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s,color .3s,transform .3s,border-color .3s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-3px)}.Footer-module__S6Hkya__bottom{z-index:2;border-top:1px solid #ffffff14;margin-top:8px;padding:24px 0;position:relative}.Footer-module__S6Hkya__bottom p{color:#ffffff4d;text-align:center;letter-spacing:.01em;font-size:.82rem}@media (max-width:900px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:40px 32px;padding:48px 0 40px}.Footer-module__S6Hkya__column:first-child{grid-column:1/-1}.Footer-module__S6Hkya__container{padding:0 24px}.Footer-module__S6Hkya__curve svg{height:40px}}@media (max-width:600px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:36px;padding:40px 0 32px}.Footer-module__S6Hkya__column:first-child{grid-column:auto}.Footer-module__S6Hkya__container{padding:0 16px}.Footer-module__S6Hkya__curve svg{height:30px}.Footer-module__S6Hkya__logo{font-size:1.05rem}.Footer-module__S6Hkya__logoIcon{border-radius:10px;width:34px;height:34px}.Footer-module__S6Hkya__logoIcon svg{width:17px;height:17px}.Footer-module__S6Hkya__description{font-size:.92rem}.Footer-module__S6Hkya__columnTitle{font-size:.78rem}.Footer-module__S6Hkya__bottom{padding:20px 0}.Footer-module__S6Hkya__bottom p{font-size:.78rem}}
