:root{--color-bg:#fff;--color-surface:#fafafa;--color-surface-muted:#f5f5f5;--header-height:106px;--header-height-scrolled:72px;--logo-width-scrolled:132px;--color-accent:#f7931e;--color-accent-hover:#991923;--color-accent-soft:#fdf2f2;--header-bg:#fffffff5;--header-border:#0f172a14;--text-main:#111827;--text-soft:#111827b8;--panel-bg:#ffffffeb;--color-text:#1a1a1a;--color-text-secondary:#4a4a4a;--color-text-muted:#6b7280;--color-text-light:#9ca3af;--color-border:#e5e7eb;--color-border-strong:#d1d5db;--color-secondary:#6b7280;--color-secondary-soft:#f3f4f6;--color-success:#059669;--color-warning:#d97706;--color-error:#dc2626;--font-sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-heading:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--fs-xs:.75rem;--fs-sm:.875rem;--fs-base:1rem;--fs-md:1.125rem;--fs-lg:1.25rem;--fs-xl:1.5rem;--fs-2xl:1.875rem;--fs-3xl:2.25rem;--fs-4xl:3rem;--fs-5xl:3.75rem;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-extrabold:800;--ls-tight:-.025em;--ls-normal:0;--ls-wide:.05em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-none:0;--radius-sm:0;--radius-md:0;--radius-lg:0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--container-max-width:1500px;--border-width:1px;--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition-normal:.25s cubic-bezier(.4,0,.2,1);--transition-slow:.35s cubic-bezier(.4,0,.2,1);--logo-width:200px!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);font-size:var(--fs-base);color:var(--color-text);background-color:var(--color-bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--fw-bold);letter-spacing:var(--ls-tight);color:var(--color-text);margin-bottom:var(--space-4);line-height:1.2}h1{font-size:var(--fs-5xl);font-weight:var(--fw-extrabold)}h2{font-size:var(--fs-4xl);font-weight:var(--fw-bold)}h3{font-size:var(--fs-3xl);font-weight:var(--fw-bold)}h4{font-size:var(--fs-2xl);font-weight:var(--fw-semibold)}h5{font-size:var(--fs-xl);font-weight:var(--fw-semibold)}h6{font-size:var(--fs-lg);font-weight:var(--fw-medium)}p{margin-bottom:var(--space-4);color:var(--color-text-secondary);line-height:1.7;font-weight:var(--fw-regular)}.text-lead{font-size:var(--fs-lg);color:var(--color-text-secondary);font-weight:var(--fw-regular);line-height:1.6}.text-body{font-size:var(--fs-base);color:var(--color-text-secondary);font-weight:var(--fw-regular);line-height:1.6}.text-caption{font-size:var(--fs-sm);color:var(--color-text-muted);font-weight:var(--fw-regular);line-height:1.5}.text-overline{font-size:var(--fs-xs);color:var(--color-accent);font-weight:var(--fw-semibold);letter-spacing:var(--ls-wide);text-transform:uppercase}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent)}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max-width);padding:0 var(--space-4);margin:0 auto}@media (min-width:768px){.container{padding:0 var(--space-6)}}@media (min-width:1024px){.container{padding:0 var(--space-8)}}.section{padding:var(--space-16)0}.section--sm{padding:var(--space-12)0}.section--lg{padding:var(--space-20)0}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-6);font-size:var(--fs-base);font-weight:var(--fw-semibold);border:var(--border-width)solid transparent;border-radius:var(--radius-none);cursor:pointer;transition:all var(--transition-normal);white-space:nowrap;min-height:48px;line-height:1.5;text-decoration:none;display:inline-flex}.btn--primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn--secondary{color:var(--color-text);border-color:var(--color-border-strong);background:0 0}.btn--secondary:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-1px)}.btn--sm{padding:var(--space-2)var(--space-4);font-size:var(--fs-sm);min-height:40px}.btn--lg{padding:var(--space-4)var(--space-8);font-size:var(--fs-lg);min-height:56px}.card{background:var(--color-surface);border:var(--border-width)solid var(--color-border);padding:var(--space-6);box-shadow:var(--shadow-sm)}.card--hover{transition:all var(--transition-normal)}.card--hover:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}input,textarea,select{font-family:inherit;font-size:inherit;border:var(--border-width)solid var(--color-border);padding:var(--space-3);border-radius:var(--radius-none);transition:border-color var(--transition-fast);min-height:48px}input:focus,textarea:focus,select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mb-0{margin-bottom:0}.mb-2{margin-bottom:var(--space-2)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.mt-0{margin-top:0}.mt-2{margin-top:var(--space-2)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.text-primary{color:var(--color-text)}.text-secondary{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.text-light{color:var(--color-text-light)}.text-accent{color:var(--color-accent)}.bg-surface{background:var(--color-surface)}.bg-surface-muted{background:var(--color-surface-muted)}.bg-accent{background:var(--color-accent)}.bg-accent-soft{background:var(--color-accent-soft)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border-strong)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}::selection{background:var(--color-accent-soft);color:var(--color-text)}::selection{background:var(--color-accent-soft);color:var(--color-text)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}ul,ol{margin:0 0 var(--space-4);color:var(--color-text-secondary);padding-left:1.5rem}li{margin-bottom:var(--space-2);line-height:1.6}hr{background:var(--color-border);height:1px;margin:var(--space-8)0;border:none}code{background:var(--color-surface-muted);padding:var(--space-1)var(--space-2);border-radius:var(--radius-none);color:var(--color-text);border:1px solid var(--color-border);font-size:.875em}pre{background:var(--color-surface-muted);padding:var(--space-4);border-radius:var(--radius-none);border:1px solid var(--color-border);margin-bottom:var(--space-4);overflow-x:auto}pre code{color:inherit;background:0 0;border:none;padding:0}
.Header-module__85i50G__header{--header-height:94px;--header-height-scrolled:78px;--logo-width:148px;--logo-width-scrolled:138px;width:100%;height:var(--header-height);z-index:1000;background:var(--header-bg);border-bottom:1px solid var(--header-border);-webkit-backdrop-filter:blur(14px);transition:height .25s,background .25s,border-color .25s,box-shadow .25s;position:fixed;top:0;left:0}.Header-module__85i50G__scrolled{height:var(--header-height-scrolled);background:#fffffffb;border-bottom-color:#0f172a1a;box-shadow:0 14px 30px #0f172a12}.Header-module__85i50G__topAccent{background:linear-gradient(90deg,var(--color-accent)0%,#ffab45 40%,var(--color-accent)100%);z-index:1;height:3px;position:absolute;inset:0 0 auto}.Header-module__85i50G__container{max-width:1600px;height:100%;margin:0 auto;padding:0 22px}@media (min-width:768px){.Header-module__85i50G__container{padding:0 30px}}@media (min-width:1200px){.Header-module__85i50G__container{padding:0 42px}}.Header-module__85i50G__inner{z-index:2;justify-content:space-between;align-items:center;gap:18px;height:100%;display:flex;position:relative}.Header-module__85i50G__logo{z-index:1002;flex-shrink:0;align-items:center;min-width:0;line-height:0;text-decoration:none;display:inline-flex;position:relative}.Header-module__85i50G__logoFrame{justify-content:center;align-items:center;height:100%;min-height:0;padding:10px 0 8px;display:inline-flex;overflow:visible}.Header-module__85i50G__logoImage{width:var(--logo-width);height:auto;max-height:calc(var(--header-height) - 22px);object-fit:contain;object-position:left center;transition:width .25s,max-height .25s,opacity .2s,transform .25s;display:block;filter:none!important;box-shadow:none!important}.Header-module__85i50G__logo:hover .Header-module__85i50G__logoImage{opacity:.92;transform:scale(1.02)}.Header-module__85i50G__scrolled .Header-module__85i50G__logoImage{width:var(--logo-width-scrolled);max-height:calc(var(--header-height-scrolled) - 18px)}.Header-module__85i50G__nav{display:none}@media (min-width:1024px){.Header-module__85i50G__nav{align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}}.Header-module__85i50G__navCenter{background:var(--panel-bg);-webkit-backdrop-filter:blur(10px);border:1px solid #0f172a14;align-items:center;gap:4px;padding:5px;display:flex;box-shadow:inset 0 1px #fffc,0 10px 24px #0f172a0f}.Header-module__85i50G__navLink{letter-spacing:.01em;height:42px;color:var(--text-main);white-space:nowrap;align-items:center;padding:0 16px;font-size:14px;font-weight:700;text-decoration:none;transition:color .2s,background .2s;display:inline-flex;position:relative}.Header-module__85i50G__navLink:hover{color:#0b1220;background:#0f172a0d}.Header-module__85i50G__navLink:after{content:"";background:linear-gradient(90deg,var(--color-accent)0%,#ff9f2a 100%);transform-origin:0;height:2px;transition:transform .2s;position:absolute;bottom:7px;left:16px;right:16px;transform:scaleX(0)}.Header-module__85i50G__navLink:hover:after{transform:scaleX(1)}.Header-module__85i50G__desktopActions{display:none}@media (min-width:1024px){.Header-module__85i50G__desktopActions{flex-shrink:0;align-items:center;gap:12px;display:flex}}.Header-module__85i50G__phoneLink{height:42px;color:var(--text-main);background:#fffffff5;border:1px solid #0f172a1a;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 20px #0f172a0d}.Header-module__85i50G__phoneLink:hover{color:#0b1220;background:#fff;border-color:#0f172a29}.Header-module__85i50G__phoneIcon{color:var(--color-accent);flex:none;width:15px;height:15px}.Header-module__85i50G__ctaBtn{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff;letter-spacing:.01em;cursor:pointer;justify-content:center;align-items:center;height:44px;padding:0 19px;font-size:14px;font-weight:800;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 14px 28px #f7931e33}.Header-module__85i50G__ctaBtn:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 18px 34px #f7931e42}.Header-module__85i50G__mobileActions{align-items:center;gap:10px;margin-left:auto;display:flex}@media (min-width:1024px){.Header-module__85i50G__mobileActions{display:none}}.Header-module__85i50G__mobilePhoneBtn{width:44px;height:44px;color:var(--color-accent);background:#f7931e1f;border:1px solid #f7931e47;flex:none;justify-content:center;align-items:center;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex;position:relative;box-shadow:0 10px 24px #f7931e29,inset 0 1px #ffffff59}.Header-module__85i50G__mobilePhoneBtn:hover{background:#f7931e29;border-color:#f7931e61;transform:translateY(-1px)}.Header-module__85i50G__mobilePhoneBtn:active{transform:scale(.97)}.Header-module__85i50G__mobilePhoneIcon{z-index:2;transform-origin:50%;width:18px;height:18px;animation:2.2s ease-in-out infinite Header-module__85i50G__phoneShake;position:relative}.Header-module__85i50G__mobilePhoneRing{pointer-events:none;border:1px solid #f7931e59;border-radius:999px;width:100%;height:100%;animation:2.2s ease-out infinite Header-module__85i50G__phonePulse;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}@keyframes Header-module__85i50G__phoneShake{0%,to{transform:rotate(0)}4%{transform:rotate(-16deg)}8%{transform:rotate(14deg)}12%{transform:rotate(-12deg)}16%{transform:rotate(10deg)}20%{transform:rotate(-8deg)}24%{transform:rotate(0)}}@keyframes Header-module__85i50G__phonePulse{0%{opacity:0;transform:translate(-50%,-50%)scale(.82)}10%{opacity:.42}28%{opacity:0;transform:translate(-50%,-50%)scale(1.28)}to{opacity:0;transform:translate(-50%,-50%)scale(1.28)}}.Header-module__85i50G__mobileToggle{z-index:1002;width:44px;height:44px;color:var(--text-main);cursor:pointer;background:#fffffff0;border:1px solid #0f172a1a;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s;display:inline-flex;position:relative;box-shadow:0 8px 20px #0f172a0d}.Header-module__85i50G__mobileToggle:hover{background:#fff;border-color:#0f172a29;transform:translateY(-1px)}@media (min-width:1024px){.Header-module__85i50G__mobileToggle{display:none}}.Header-module__85i50G__mobileMenu{--mobile-header-offset:94px;z-index:999;visibility:hidden;pointer-events:none;position:fixed;inset:0}.Header-module__85i50G__mobileMenuOpen{visibility:visible;pointer-events:auto}.Header-module__85i50G__mobileMenuOverlay{-webkit-backdrop-filter:blur(6px);opacity:0;background:#0208176b;transition:opacity .35s;position:absolute;inset:0}.Header-module__85i50G__mobileMenuOpen .Header-module__85i50G__mobileMenuOverlay{opacity:1}.Header-module__85i50G__mobileMenuPanel{top:var(--mobile-header-offset);width:min(420px,100%);height:calc(100% - var(--mobile-header-offset));background:linear-gradient(#fff 0%,#fafafa 100%);border-left:1px solid #0f172a14;flex-direction:column;transition:transform .38s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;right:0;transform:translate(100%);box-shadow:-18px 0 50px #0f172a29}.Header-module__85i50G__mobileMenuOpen .Header-module__85i50G__mobileMenuPanel{transform:translate(0)}.Header-module__85i50G__mobileMenuTop{-webkit-backdrop-filter:blur(10px);background:#ffffffe0;border-bottom:1px solid #0f172a0f;justify-content:space-between;align-items:center;gap:12px;padding:18px 18px 14px;display:flex}.Header-module__85i50G__mobileLogo{align-items:center;line-height:0;text-decoration:none;display:inline-flex}.Header-module__85i50G__mobileLogoFrame{justify-content:center;align-items:center;min-height:48px;display:inline-flex;overflow:visible}.Header-module__85i50G__mobileLogoImage{object-fit:contain;object-position:left center;width:118px;height:auto;display:block;filter:none!important;box-shadow:none!important}.Header-module__85i50G__mobileClose{width:42px;height:42px;color:var(--text-main);cursor:pointer;background:#fffffff5;border:1px solid #0f172a1a;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 8px 18px #0f172a0d}.Header-module__85i50G__mobileMenuContent{flex:1;padding:18px 18px 22px;overflow-y:auto}.Header-module__85i50G__mobileNav{flex-direction:column;gap:10px;display:flex}.Header-module__85i50G__mobileNavLink{background:#0f172a06;border:1px solid #0f172a17;justify-content:space-between;align-items:center;min-height:58px;padding:0 16px;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:flex;box-shadow:inset 0 1px #ffffff8c}.Header-module__85i50G__mobileNavLink:hover{background:#0f172a0a;border-color:#0f172a24;transform:translate(2px)}.Header-module__85i50G__mobileNavText{color:var(--text-main);letter-spacing:-.01em;font-size:17px;font-weight:700}.Header-module__85i50G__mobileNavArrow{color:#111827b8;flex:none;width:18px;height:18px}.Header-module__85i50G__mobileBottom{border-top:1px solid #0f172a0f;margin-top:22px;padding-top:20px}.Header-module__85i50G__mobileCtaCard{background:linear-gradient(#fff,#fafafb);border:1px solid #0f172a17;padding:20px 18px 18px;position:relative;box-shadow:0 24px 56px #0f172a14,inset 0 1px #fffc}.Header-module__85i50G__mobileCardEyebrow{letter-spacing:.14em;text-transform:uppercase;color:#1118279e;margin-bottom:10px;font-size:11px;font-weight:800;display:inline-block}.Header-module__85i50G__mobileCtaTitle{letter-spacing:-.03em;color:var(--text-main);margin:0;font-size:1.28rem;line-height:1.08}.Header-module__85i50G__mobileCtaText{color:#111827c7;margin:12px 0 0;font-size:14px;line-height:1.6}.Header-module__85i50G__mobileCtaBtn{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:10px;width:100%;min-height:48px;margin-top:16px;font-size:14px;font-weight:800;transition:background .2s,border-color .2s,transform .2s;display:inline-flex;box-shadow:0 16px 30px #f7931e2e}.Header-module__85i50G__mobileCtaBtn:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);transform:translateY(-1px)}.Header-module__85i50G__arrow{width:16px;height:16px}.Header-module__85i50G__mobileContact{gap:10px;margin-top:16px;display:grid}.Header-module__85i50G__mobileContactItem{color:inherit;background:#0f172a06;border:1px solid #0f172a17;align-items:center;gap:12px;padding:14px;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.Header-module__85i50G__mobileContactItem:hover{background:#0f172a0a;border-color:#0f172a24}.Header-module__85i50G__mobileContactIconWrap{background:#0f172a0a;border:1px solid #0f172a17;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.Header-module__85i50G__mobileContactIcon{width:16px;height:16px;color:var(--color-accent)}.Header-module__85i50G__mobileContactText{flex-direction:column;gap:2px;min-width:0;display:flex}.Header-module__85i50G__mobileContactLabel{letter-spacing:.14em;text-transform:uppercase;color:#1118278f;font-size:11px;font-weight:800}.Header-module__85i50G__mobileContactValue{color:var(--text-main);word-break:break-word;font-size:14px;font-weight:600}@media (max-width:1023px){.Header-module__85i50G__header{--header-height:82px;--header-height-scrolled:70px;--logo-width:128px;--logo-width-scrolled:120px}.Header-module__85i50G__mobileMenu{--mobile-header-offset:82px}.Header-module__85i50G__inner{gap:14px}.Header-module__85i50G__logoFrame{padding:8px 0 6px}}@media (max-width:767px){.Header-module__85i50G__container{padding:0 18px}.Header-module__85i50G__header{--header-height:76px;--header-height-scrolled:66px;--logo-width:118px;--logo-width-scrolled:112px}.Header-module__85i50G__mobileMenu{--mobile-header-offset:76px}.Header-module__85i50G__mobileMenuTop{padding:16px 16px 12px}.Header-module__85i50G__mobileMenuContent{padding:16px 16px 20px}.Header-module__85i50G__mobileLogoImage{width:112px}.Header-module__85i50G__mobileNavText{font-size:16px}.Header-module__85i50G__mobileCtaTitle{font-size:1.18rem}}@media (max-width:480px){.Header-module__85i50G__header{--header-height:72px;--header-height-scrolled:64px;--logo-width:112px;--logo-width-scrolled:108px}.Header-module__85i50G__mobileMenu{--mobile-header-offset:72px}.Header-module__85i50G__mobileActions{gap:8px}.Header-module__85i50G__mobilePhoneBtn,.Header-module__85i50G__mobileToggle{width:42px;height:42px}.Header-module__85i50G__mobilePhoneIcon{width:17px;height:17px}.Header-module__85i50G__mobileNavLink{min-height:54px;padding:0 14px}.Header-module__85i50G__mobileNavText{font-size:15.5px}.Header-module__85i50G__mobileCtaText,.Header-module__85i50G__mobileContactValue{font-size:13px}.Header-module__85i50G__mobileLogoImage{width:104px}}@media (prefers-reduced-motion:reduce){.Header-module__85i50G__header,.Header-module__85i50G__logoImage,.Header-module__85i50G__navLink,.Header-module__85i50G__phoneLink,.Header-module__85i50G__ctaBtn,.Header-module__85i50G__mobileToggle,.Header-module__85i50G__mobilePhoneBtn,.Header-module__85i50G__mobileMenuOverlay,.Header-module__85i50G__mobileMenuPanel,.Header-module__85i50G__mobileNavLink,.Header-module__85i50G__mobileCtaBtn{transition:none}.Header-module__85i50G__mobilePhoneIcon,.Header-module__85i50G__mobilePhoneRing{animation:none}.Header-module__85i50G__ctaBtn:hover,.Header-module__85i50G__mobileCtaBtn:hover,.Header-module__85i50G__mobileToggle:hover,.Header-module__85i50G__mobilePhoneBtn:hover,.Header-module__85i50G__mobileNavLink:hover{transform:none}}.Header-module__85i50G__navLink:focus-visible,.Header-module__85i50G__phoneLink:focus-visible,.Header-module__85i50G__ctaBtn:focus-visible,.Header-module__85i50G__mobileToggle:focus-visible,.Header-module__85i50G__mobilePhoneBtn:focus-visible,.Header-module__85i50G__mobileNavLink:focus-visible,.Header-module__85i50G__mobileCtaBtn:focus-visible,.Header-module__85i50G__mobileContactItem:focus-visible,.Header-module__85i50G__mobileClose:focus-visible,.Header-module__85i50G__logo:focus-visible,.Header-module__85i50G__mobileLogo:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}
