.Header-module__lnUIdW__header{--h-bg:#fafbfdd1;--h-bg-solid:#fafbfd;--h-border:#e2e8f073;--h-text:#475569;--h-text-strong:#0f172a;--h-text-muted:#64748b;--h-accent:#2563eb;--h-accent-bg:#dbeafe;--h-hover-bg:#f1f5f9b3;--h-radius:12px;z-index:1000;background:0 0;align-items:center;width:100%;height:64px;padding:0 24px;transition:background .3s,box-shadow .3s,border-color .3s;display:flex;position:sticky;top:0}[data-theme=dark] .Header-module__lnUIdW__header{--h-bg:#080f23e0;--h-bg-solid:#0a1228;--h-border:#2d3c5f59;--h-text:#94a3b8;--h-text-strong:#f1f5f9;--h-text-muted:#64748b;--h-accent:#3b82f6;--h-accent-bg:#3b82f61f;--h-hover-bg:#1e325066;background:var(--h-bg);-webkit-backdrop-filter:blur(16px)saturate(1.6)}@media (min-width:1024px){.Header-module__lnUIdW__header{padding:0 48px}}.Header-module__lnUIdW__scrolled{background:var(--h-bg);-webkit-backdrop-filter:blur(16px)saturate(1.6);box-shadow:0 1px 0 var(--h-border)}.Header-module__lnUIdW__inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0;display:flex}.Header-module__lnUIdW__logo{flex-shrink:0;align-items:center;height:56px;display:flex}.Header-module__lnUIdW__logo img{object-fit:contain;width:auto;height:100%}.Header-module__lnUIdW__desktopNav{align-items:center;gap:4px;margin-left:40px;display:none}@media (min-width:860px){.Header-module__lnUIdW__desktopNav{display:flex}}.Header-module__lnUIdW__navLink{color:var(--h-text);letter-spacing:.005em;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 14px;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.4;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.Header-module__lnUIdW__navLink:hover{color:var(--h-text-strong);background:var(--h-hover-bg)}.Header-module__lnUIdW__chevron{opacity:.55;flex-shrink:0;transition:transform .2s}.Header-module__lnUIdW__chevronOpen{transform:rotate(180deg)}.Header-module__lnUIdW__dropdown{position:relative}.Header-module__lnUIdW__dropdownPanel{background:var(--h-bg-solid);border:1px solid var(--h-border);border-radius:var(--h-radius);z-index:100;min-width:200px;padding:6px;animation:.18s cubic-bezier(.16,1,.3,1) Header-module__lnUIdW__dropIn;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a}.Header-module__lnUIdW__dropdownPanelGrid{grid-template-columns:repeat(3,1fr);min-width:660px;animation:.18s cubic-bezier(.16,1,.3,1) Header-module__lnUIdW__dropInGrid;display:grid;left:50%;transform:translate(-50%)}@keyframes Header-module__lnUIdW__dropInGrid{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}[data-theme=dark] .Header-module__lnUIdW__dropdownPanel{box-shadow:0 8px 32px #00000059,0 2px 8px #0003}.Header-module__lnUIdW__dropdownRight{left:auto;right:0}@keyframes Header-module__lnUIdW__dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Header-module__lnUIdW__dropdownItem{color:var(--h-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 14px;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:flex}.Header-module__lnUIdW__dropdownItem:hover{background:var(--h-hover-bg);color:var(--h-text-strong)}.Header-module__lnUIdW__dropdownActive{color:var(--h-accent);background:var(--h-accent-bg)}.Header-module__lnUIdW__dropdownIcon{color:var(--h-text-muted);flex-shrink:0;align-items:center;display:flex}.Header-module__lnUIdW__dropdownItem:hover .Header-module__lnUIdW__dropdownIcon{color:var(--h-accent)}.Header-module__lnUIdW__controls{align-items:center;gap:4px;margin-left:auto;display:flex}.Header-module__lnUIdW__iconBtn{width:36px;height:36px;color:var(--h-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.Header-module__lnUIdW__iconBtn:hover{background:var(--h-hover-bg);color:var(--h-text-strong)}.Header-module__lnUIdW__langBtn{color:var(--h-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;padding:6px 10px;font-family:inherit;font-size:.8rem;font-weight:600;transition:color .15s,background .15s;display:inline-flex}.Header-module__lnUIdW__langBtn:hover{background:var(--h-hover-bg);color:var(--h-text-strong)}.Header-module__lnUIdW__burger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;transition:background .15s;display:flex}.Header-module__lnUIdW__burger:hover{background:var(--h-hover-bg)}@media (min-width:860px){.Header-module__lnUIdW__burger{display:none}}.Header-module__lnUIdW__burger span{background:var(--h-text);border-radius:2px;width:18px;height:1.5px;transition:transform .25s,opacity .2s;display:block}.Header-module__lnUIdW__burgerOpen span:first-child{transform:translateY(6.5px)rotate(45deg)}.Header-module__lnUIdW__burgerOpen span:nth-child(2){opacity:0}.Header-module__lnUIdW__burgerOpen span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.Header-module__lnUIdW__mobileOverlay{z-index:999;-webkit-backdrop-filter:blur(4px);background:#0000004d;animation:.2s Header-module__lnUIdW__fadeIn;position:fixed;inset:0}@keyframes Header-module__lnUIdW__fadeIn{0%{opacity:0}to{opacity:1}}.Header-module__lnUIdW__mobileNav{background:#fafbfd;border:1px solid #e2e8f073;border-radius:16px;width:min(320px,100vw - 32px);max-height:calc(100vh - 80px);margin:8px 16px;padding:12px;animation:.25s cubic-bezier(.16,1,.3,1) Header-module__lnUIdW__slideIn;position:absolute;top:64px;right:0;overflow-y:auto;box-shadow:0 16px 48px #0000001f,0 4px 16px #0000000f}[data-theme=dark] .Header-module__lnUIdW__mobileNav{background:#0a1228;border-color:#2d3c5f59;box-shadow:0 16px 48px #00000080,0 4px 16px #0000004d}@keyframes Header-module__lnUIdW__slideIn{0%{opacity:0;transform:translateY(-12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__lnUIdW__mobileLink{color:var(--h-text);border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:flex}.Header-module__lnUIdW__mobileLink:hover{background:var(--h-hover-bg);color:var(--h-text-strong)}.Header-module__lnUIdW__mobileDivider{background:var(--h-border);height:1px;margin:8px 14px}.Header-module__lnUIdW__mobileLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--h-text-muted);margin:0;padding:8px 14px 4px;font-size:.72rem;font-weight:600}@media (prefers-reduced-motion:reduce){.Header-module__lnUIdW__header{transition:none}.Header-module__lnUIdW__dropdownPanel,.Header-module__lnUIdW__dropdownPanelGrid,.Header-module__lnUIdW__mobileOverlay,.Header-module__lnUIdW__mobileNav{animation:none}.Header-module__lnUIdW__chevron,.Header-module__lnUIdW__burger span{transition:none}}
.NewsletterForm-module__6lDYbW__card{background:#fff;border-radius:12px;width:100%;max-width:100%;margin:0 auto;box-shadow:0 4px 12px #0000001a}.NewsletterForm-module__6lDYbW__cardDark{box-shadow:0 4px 12px #0000004d;background:#1a1a1a!important;border-color:#0000!important}.NewsletterForm-module__6lDYbW__wrapper{padding:40px}.NewsletterForm-module__6lDYbW__header{text-align:center;margin-bottom:32px}.NewsletterForm-module__6lDYbW__titleIcon{margin-right:8px;font-size:24px}.NewsletterForm-module__6lDYbW__modalTitle{color:#000!important;margin-bottom:8px!important;font-size:28px!important;font-weight:600!important}.NewsletterForm-module__6lDYbW__modalTitleDark{color:#fff!important}.NewsletterForm-module__6lDYbW__modalSubtitle{font-size:14px;color:#666!important}.NewsletterForm-module__6lDYbW__modalSubtitleDark{color:#adb5bd!important}.NewsletterForm-module__6lDYbW__form{flex-direction:column;gap:16px;display:flex}.NewsletterForm-module__6lDYbW__input{color:#000;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px 16px;font-size:14px;transition:all .3s}.NewsletterForm-module__6lDYbW__inputDark{color:#fff;background:#262626;border-color:#434343}.NewsletterForm-module__6lDYbW__input:hover:not(:disabled){border-color:#1677ff}.NewsletterForm-module__6lDYbW__input:focus{border-color:#1677ff;outline:none;box-shadow:0 0 0 3px #1677ff1a}.NewsletterForm-module__6lDYbW__input:disabled{cursor:not-allowed;opacity:.6;background:#f5f5f5}.NewsletterForm-module__6lDYbW__inputDark:disabled{background:#1a1a1a}.NewsletterForm-module__6lDYbW__input::placeholder{color:#999}.NewsletterForm-module__6lDYbW__inputDark::placeholder{color:#666}.NewsletterForm-module__6lDYbW__privacyWrapper{margin:8px 0}.NewsletterForm-module__6lDYbW__checkbox .ant-checkbox-inner{background:#fff!important;border-width:2px!important;border-color:#8c8c8c!important}.NewsletterForm-module__6lDYbW__checkbox:hover .ant-checkbox-inner{border-color:#1677ff!important}.NewsletterForm-module__6lDYbW__checkbox .ant-checkbox-checked .ant-checkbox-inner{background:#1677ff!important;border-color:#1677ff!important}.NewsletterForm-module__6lDYbW__checkboxDark .ant-checkbox-inner{background:#262626!important;border-color:#434343!important}.NewsletterForm-module__6lDYbW__checkboxDark:hover .ant-checkbox-inner{border-color:#1677ff!important}.NewsletterForm-module__6lDYbW__checkboxDark .ant-checkbox-checked .ant-checkbox-inner{background:#1677ff!important;border-color:#1677ff!important}.NewsletterForm-module__6lDYbW__privacyText{color:#666;font-size:14px}.NewsletterForm-module__6lDYbW__privacyTextDark{color:#adb5bd}.NewsletterForm-module__6lDYbW__privacyLink{color:#1677ff;font-weight:500;text-decoration:none}.NewsletterForm-module__6lDYbW__privacyLink:hover{text-decoration:underline}.NewsletterForm-module__6lDYbW__submitButton{color:#fff;cursor:pointer;background:#1677ff;border:none;border-radius:8px;margin-top:8px;padding:14px 24px;font-size:16px;font-weight:600;transition:all .3s}.NewsletterForm-module__6lDYbW__submitButton:hover:not(:disabled){background:#0958d9;transform:translateY(-1px);box-shadow:0 4px 12px #1677ff4d}.NewsletterForm-module__6lDYbW__submitButton:active:not(:disabled){transform:translateY(0)}.NewsletterForm-module__6lDYbW__submitButtonDisabled{color:#999;cursor:not-allowed;background:#d9d9d9}@media (max-width:768px){.NewsletterForm-module__6lDYbW__wrapper{padding:24px}.NewsletterForm-module__6lDYbW__modalTitle{font-size:24px!important}.NewsletterForm-module__6lDYbW__card{max-width:100%}}
.Hero-module__lYpGPq__hero{--accent:#2563eb;--accent-muted:#dbeafe;--accent-glow:#2563eb1f;--text-primary:#0f172a;--text-secondary:#475569;--bg-start:#fafbfd;--bg-end:#fff;--border:#e2e8f0;background:linear-gradient(180deg,var(--bg-start)0%,var(--bg-end)100%);justify-content:center;align-items:center;min-height:90vh;padding:120px 24px 80px;display:flex;position:relative;overflow:hidden}[data-theme=dark] .Hero-module__lYpGPq__hero{--accent:#3b82f6;--accent-muted:#3b82f61f;--accent-glow:#3b82f624;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--bg-start:#060b18;--bg-end:#0c1222;--border:#1e293b}@media (min-width:1024px){.Hero-module__lYpGPq__hero{padding:140px 48px 96px}}.Hero-module__lYpGPq__heroCanvas{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.Hero-module__lYpGPq__glowOrb1{pointer-events:none;z-index:0;filter:blur(40px);background:radial-gradient(#2563eb0b 0%,#0000 70%);width:55%;height:70%;position:absolute;top:-10%;right:-5%}.Hero-module__lYpGPq__glowOrb2{pointer-events:none;z-index:0;filter:blur(60px);background:radial-gradient(#7c3aed06 0%,#0000 70%);width:45%;height:55%;position:absolute;bottom:-15%;left:-10%}[data-theme=dark] .Hero-module__lYpGPq__glowOrb1{background:radial-gradient(#3b82f612 0%,#0000 70%)}[data-theme=dark] .Hero-module__lYpGPq__glowOrb2{background:radial-gradient(#7c3aed0a 0%,#0000 70%)}.Hero-module__lYpGPq__heroGrid{z-index:1;grid-template-columns:1fr;align-items:center;gap:48px;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}@media (min-width:1060px){.Hero-module__lYpGPq__heroGrid{grid-template-columns:1fr 1.15fr;gap:56px}}.Hero-module__lYpGPq__heroContent{text-align:center;opacity:0;flex-direction:column;align-items:center;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(20px)}.Hero-module__lYpGPq__heroContent.Hero-module__lYpGPq__visible{opacity:1;transform:translateY(0)}@media (min-width:1060px){.Hero-module__lYpGPq__heroContent{text-align:left;align-items:flex-start}}.Hero-module__lYpGPq__heroVisual{opacity:0;justify-content:center;align-items:center;transition:opacity 1s cubic-bezier(.16,1,.3,1) .15s,transform 1s cubic-bezier(.16,1,.3,1) .15s;display:none;transform:translateY(24px)}@media (min-width:1060px){.Hero-module__lYpGPq__heroVisual{display:flex}}.Hero-module__lYpGPq__heroVisual.Hero-module__lYpGPq__visible{opacity:1;transform:translateY(0)}.Hero-module__lYpGPq__previewWrapper{width:100%;position:relative}.Hero-module__lYpGPq__previewFrame{border:1px solid var(--border);background:var(--bg-end);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 8px 40px #00000014,0 2px 12px #0000000a}[data-theme=dark] .Hero-module__lYpGPq__previewFrame{box-shadow:0 8px 40px #0006,0 2px 12px #0003}.Hero-module__lYpGPq__previewImage{object-fit:cover;width:100%;height:auto;display:block}.Hero-module__lYpGPq__mobileFrame{aspect-ratio:9/19;background:var(--bg-end);z-index:2;border:2px solid #6b7280;border-radius:20px;width:140px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-32px;right:-28px;overflow:hidden;box-shadow:0 12px 48px #0000001f,0 4px 16px #0000000f}.Hero-module__lYpGPq__mobileFrame:hover{transform:translateY(-4px)}[data-theme=dark] .Hero-module__lYpGPq__mobileFrame{background:#111827;border-color:#6b7280;box-shadow:0 12px 48px #00000080,0 4px 16px #0000004d}.Hero-module__lYpGPq__mobileNotch{z-index:3;background:#383838;border-radius:3px;width:36px;height:4px;margin:7px auto 3px;position:relative}[data-theme=dark] .Hero-module__lYpGPq__mobileNotch{background:#383838}.Hero-module__lYpGPq__mobileImage{object-fit:cover;border-radius:0 0 17px 17px;width:100%;height:calc(100% - 14px);position:absolute;top:14px;left:0}.Hero-module__lYpGPq__badge{background:var(--accent-muted);color:var(--accent);letter-spacing:.03em;text-transform:uppercase;border-radius:20px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 14px;font-size:.78rem;font-weight:600;line-height:1;display:inline-flex}.Hero-module__lYpGPq__badgeIcon{opacity:.8;flex-shrink:0;width:12px;height:12px}.Hero-module__lYpGPq__headline{letter-spacing:-.04em;color:var(--text-primary);margin:0 0 24px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:760;line-height:1.06}.Hero-module__lYpGPq__headlineAccent{color:var(--accent)}.Hero-module__lYpGPq__sub{color:var(--text-secondary);max-width:560px;margin:0 0 40px;font-size:clamp(1rem,1.8vw,1.18rem);font-weight:400;line-height:1.7}.Hero-module__lYpGPq__ctas{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}@media (min-width:1060px){.Hero-module__lYpGPq__ctas{justify-content:flex-start}}@media (max-width:480px){.Hero-module__lYpGPq__ctas{flex-direction:column;width:100%}}.Hero-module__lYpGPq__ctaPrimary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:52px;padding:0 36px;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s,box-shadow .2s,transform .15s;display:inline-flex;box-shadow:0 2px 20px #2563eb4d}.Hero-module__lYpGPq__ctaPrimary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 28px #2563eb66}[data-theme=dark] .Hero-module__lYpGPq__ctaPrimary{box-shadow:0 2px 20px #3b82f640}[data-theme=dark] .Hero-module__lYpGPq__ctaPrimary:hover{background:#2563eb;box-shadow:0 6px 28px #3b82f659}.Hero-module__lYpGPq__ctaSecondary{border:1.5px solid var(--border);-webkit-backdrop-filter:blur(8px);height:52px;color:var(--text-primary);cursor:pointer;background:#ffffff80;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:0 28px;font-family:inherit;font-size:.95rem;font-weight:500;transition:border-color .2s,background .2s,transform .15s;display:inline-flex}.Hero-module__lYpGPq__ctaSecondary:hover{border-color:var(--accent);background:var(--accent-muted);transform:translateY(-1px)}[data-theme=dark] .Hero-module__lYpGPq__ctaSecondary{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a80}[data-theme=dark] .Hero-module__lYpGPq__ctaSecondary:hover{background:#3b82f614}.Hero-module__lYpGPq__ctaArrow{flex-shrink:0;width:16px;height:16px;transition:transform .2s}.Hero-module__lYpGPq__ctaIcon{flex-shrink:0;width:16px;height:16px}.Hero-module__lYpGPq__ctaSecondary:hover .Hero-module__lYpGPq__ctaArrow{transform:translate(3px)}.Hero-module__lYpGPq__trust{background:#fff;border-top:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:24px;padding:40px 24px;display:flex}[data-theme=dark] .Hero-module__lYpGPq__trust{background:#0c1222;border-top-color:#1e293b}.Hero-module__lYpGPq__trustCaption{color:#64748b;letter-spacing:.03em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:500}[data-theme=dark] .Hero-module__lYpGPq__trustCaption{color:#475569}.Hero-module__lYpGPq__trustRow{flex-wrap:wrap;justify-content:center;gap:36px;display:flex}@media (max-width:640px){.Hero-module__lYpGPq__trustRow{gap:24px}}.Hero-module__lYpGPq__trustItem{flex-direction:column;align-items:center;gap:10px;transition:transform .2s;display:flex}.Hero-module__lYpGPq__trustItem:hover{transform:translateY(-2px)}.Hero-module__lYpGPq__trustIcon{color:#475569;background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,color .2s;display:flex}.Hero-module__lYpGPq__trustItem:hover .Hero-module__lYpGPq__trustIcon{color:#2563eb;background:#dbeafe}[data-theme=dark] .Hero-module__lYpGPq__trustIcon{color:#94a3b8;background:#1e293b}[data-theme=dark] .Hero-module__lYpGPq__trustItem:hover .Hero-module__lYpGPq__trustIcon{color:#3b82f6;background:#3b82f61f}.Hero-module__lYpGPq__trustLabel{color:#475569;letter-spacing:.01em;font-size:.8rem;font-weight:600}[data-theme=dark] .Hero-module__lYpGPq__trustLabel{color:#94a3b8}.Hero-module__lYpGPq__modalBody{background-color:#fff;padding:30px 20px}[data-theme=dark] .Hero-module__lYpGPq__modalBody{background-color:#0c1222}@media (prefers-reduced-motion:reduce){.Hero-module__lYpGPq__heroContent,.Hero-module__lYpGPq__heroVisual{opacity:1;transition:none;transform:none}}
.Features-module__cojejq__section{background:#fff;padding:96px 24px}[data-theme=dark] .Features-module__cojejq__section{background:#0c1222}@media (min-width:1024px){.Features-module__cojejq__section{padding:120px 48px}}.Features-module__cojejq__container{max-width:1200px;margin:0 auto}.Features-module__cojejq__header{text-align:center;max-width:620px;margin:0 auto 64px}.Features-module__cojejq__title{letter-spacing:-.03em;color:#0f172a;margin:0 0 16px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:720}[data-theme=dark] .Features-module__cojejq__title{color:#f1f5f9}.Features-module__cojejq__subtitle{color:#64748b;margin:0;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.7}[data-theme=dark] .Features-module__cojejq__subtitle{color:#94a3b8}.Features-module__cojejq__grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:640px){.Features-module__cojejq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Features-module__cojejq__grid{grid-template-columns:repeat(3,1fr)}}.Features-module__cojejq__card{background:#fafbfd;border:1px solid #e2e8f0;border-radius:16px;padding:32px 28px;transition:border-color .2s,box-shadow .2s,transform .2s}.Features-module__cojejq__card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 32px #0000000f}[data-theme=dark] .Features-module__cojejq__card{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .Features-module__cojejq__card:hover{border-color:#334155;box-shadow:0 8px 32px #00000040}.Features-module__cojejq__iconWrap{color:#2563eb;background:#dbeafe;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}[data-theme=dark] .Features-module__cojejq__iconWrap{color:#3b82f6;background:#3b82f61f}.Features-module__cojejq__cardTitle{color:#0f172a;letter-spacing:-.01em;margin:0 0 10px;font-size:1.05rem;font-weight:650}[data-theme=dark] .Features-module__cojejq__cardTitle{color:#f1f5f9}.Features-module__cojejq__cardDesc{color:#64748b;margin:0;font-size:.9rem;line-height:1.65}[data-theme=dark] .Features-module__cojejq__cardDesc{color:#94a3b8}
.About-module__w0UIqa__section{background:#fafbfd;padding:96px 24px}[data-theme=dark] .About-module__w0UIqa__section{background:#060b18}@media (min-width:1024px){.About-module__w0UIqa__section{padding:120px 48px}}.About-module__w0UIqa__container{max-width:1200px;margin:0 auto}.About-module__w0UIqa__header{text-align:center;max-width:700px;margin:0 auto 64px}.About-module__w0UIqa__title{letter-spacing:-.03em;color:#0f172a;margin:0 0 16px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:720}[data-theme=dark] .About-module__w0UIqa__title{color:#f1f5f9}.About-module__w0UIqa__subtitle{color:#64748b;margin:0;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.7}[data-theme=dark] .About-module__w0UIqa__subtitle{color:#94a3b8}.About-module__w0UIqa__grid{grid-template-columns:1fr;gap:24px;margin-bottom:64px;display:grid}@media (min-width:640px){.About-module__w0UIqa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.About-module__w0UIqa__grid{grid-template-columns:repeat(4,1fr)}}.About-module__w0UIqa__card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 24px;transition:border-color .2s,box-shadow .2s,transform .2s}.About-module__w0UIqa__card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 8px 32px #0000000f}[data-theme=dark] .About-module__w0UIqa__card{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .About-module__w0UIqa__card:hover{border-color:#334155;box-shadow:0 8px 32px #00000040}.About-module__w0UIqa__iconWrap{color:#2563eb;background:#dbeafe;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:inline-flex}[data-theme=dark] .About-module__w0UIqa__iconWrap{color:#3b82f6;background:#3b82f61f}.About-module__w0UIqa__cardTitle{color:#0f172a;margin:0 0 10px;font-size:1.05rem;font-weight:650}[data-theme=dark] .About-module__w0UIqa__cardTitle{color:#f1f5f9}.About-module__w0UIqa__cardDesc{color:#64748b;margin:0;font-size:.88rem;line-height:1.65}[data-theme=dark] .About-module__w0UIqa__cardDesc{color:#94a3b8}.About-module__w0UIqa__story{background:#2563eb0a;border:1px solid #2563eb1a;border-radius:16px;max-width:820px;margin:0 auto;padding:32px 32px 32px 40px;position:relative;overflow:hidden}[data-theme=dark] .About-module__w0UIqa__story{background:#3b82f60f;border-color:#3b82f61f}.About-module__w0UIqa__storyAccent{background:#2563eb;border-radius:4px 0 0 4px;width:4px;position:absolute;top:0;bottom:0;left:0}[data-theme=dark] .About-module__w0UIqa__storyAccent{background:#3b82f6}.About-module__w0UIqa__storyText{color:#334155;margin:0;font-size:1rem;line-height:1.8}[data-theme=dark] .About-module__w0UIqa__storyText{color:#cbd5e1}@media (max-width:640px){.About-module__w0UIqa__story{padding:24px 24px 24px 32px}}
.Pricing-module__9ZH_4q__section{background:#fff;padding:96px 24px}[data-theme=dark] .Pricing-module__9ZH_4q__section{background:#0c1222}@media (min-width:1024px){.Pricing-module__9ZH_4q__section{padding:120px 48px}}.Pricing-module__9ZH_4q__container{max-width:1100px;margin:0 auto}.Pricing-module__9ZH_4q__header{text-align:center;margin-bottom:56px}.Pricing-module__9ZH_4q__title{letter-spacing:-.03em;color:#0f172a;margin:0 0 16px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:720}[data-theme=dark] .Pricing-module__9ZH_4q__title{color:#f1f5f9}.Pricing-module__9ZH_4q__subtitle{color:#64748b;margin:0 0 32px;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.7}[data-theme=dark] .Pricing-module__9ZH_4q__subtitle{color:#94a3b8}.Pricing-module__9ZH_4q__toggle{align-items:center;gap:10px;display:inline-flex}.Pricing-module__9ZH_4q__toggleLabel{color:#94a3b8;font-size:.875rem;font-weight:500;transition:color .15s}.Pricing-module__9ZH_4q__toggleActive{color:#0f172a}[data-theme=dark] .Pricing-module__9ZH_4q__toggleActive{color:#f1f5f9}.Pricing-module__9ZH_4q__toggleSwitch{cursor:pointer;background:#e2e8f0;border:none;border-radius:12px;width:44px;height:24px;padding:0;transition:background .2s;position:relative}[data-theme=dark] .Pricing-module__9ZH_4q__toggleSwitch{background:#1e293b}.Pricing-module__9ZH_4q__toggleKnob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.Pricing-module__9ZH_4q__toggleKnobOn{transform:translate(20px)}.Pricing-module__9ZH_4q__saveBadge{color:#16a34a;background:#dcfce7;border-radius:6px;padding:3px 8px;font-size:.72rem;font-weight:600}[data-theme=dark] .Pricing-module__9ZH_4q__saveBadge{color:#4ade80;background:#16a34a1f}.Pricing-module__9ZH_4q__grid{grid-template-columns:1fr;gap:24px;margin-bottom:40px;display:grid}@media (min-width:768px){.Pricing-module__9ZH_4q__grid{grid-template-columns:repeat(3,1fr)}}.Pricing-module__9ZH_4q__card{background:#fafbfd;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:32px 28px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.Pricing-module__9ZH_4q__card:hover{border-color:#cbd5e1;box-shadow:0 8px 32px #0000000f}[data-theme=dark] .Pricing-module__9ZH_4q__card{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .Pricing-module__9ZH_4q__card:hover{border-color:#334155;box-shadow:0 8px 32px #00000040}.Pricing-module__9ZH_4q__cardPopular{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.Pricing-module__9ZH_4q__cardPopular:hover{border-color:#2563eb;box-shadow:0 8px 32px #2563eb26,0 0 0 1px #2563eb}[data-theme=dark] .Pricing-module__9ZH_4q__cardPopular{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}[data-theme=dark] .Pricing-module__9ZH_4q__cardPopular:hover{border-color:#3b82f6;box-shadow:0 8px 32px #3b82f633,0 0 0 1px #3b82f6}.Pricing-module__9ZH_4q__popularTag{color:#fff;letter-spacing:.02em;background:#2563eb;border-radius:8px;align-items:center;gap:4px;padding:4px 12px;font-size:.72rem;font-weight:600;display:inline-flex;position:absolute;top:-12px;right:20px}[data-theme=dark] .Pricing-module__9ZH_4q__popularTag{background:#3b82f6}.Pricing-module__9ZH_4q__planBadge{color:#2563eb;text-transform:uppercase;letter-spacing:.03em;margin:0 0 8px;font-size:.82rem;font-weight:600}[data-theme=dark] .Pricing-module__9ZH_4q__planBadge{color:#3b82f6}.Pricing-module__9ZH_4q__planDesc{color:#64748b;margin:0 0 24px;font-size:.88rem;line-height:1.5}[data-theme=dark] .Pricing-module__9ZH_4q__planDesc{color:#94a3b8}.Pricing-module__9ZH_4q__priceBlock{align-items:baseline;gap:6px;margin-bottom:24px;display:flex}.Pricing-module__9ZH_4q__price{color:#0f172a;letter-spacing:-.03em;font-size:2rem;font-weight:720}[data-theme=dark] .Pricing-module__9ZH_4q__price{color:#f1f5f9}.Pricing-module__9ZH_4q__period{color:#94a3b8;font-size:.875rem}.Pricing-module__9ZH_4q__cta{cursor:pointer;border-radius:10px;width:100%;height:46px;margin-bottom:28px;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s,box-shadow .2s,transform .15s}.Pricing-module__9ZH_4q__ctaPrimary{color:#fff;background:#2563eb;border:none;box-shadow:0 2px 12px #2563eb4d}.Pricing-module__9ZH_4q__ctaPrimary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 20px #2563eb66}[data-theme=dark] .Pricing-module__9ZH_4q__ctaPrimary:hover{background:#2563eb}.Pricing-module__9ZH_4q__ctaSecondary{color:#0f172a;background:0 0;border:1.5px solid #e2e8f0}.Pricing-module__9ZH_4q__ctaSecondary:hover{background:#2563eb0a;border-color:#2563eb;transform:translateY(-1px)}[data-theme=dark] .Pricing-module__9ZH_4q__ctaSecondary{color:#f1f5f9;border-color:#1e293b}[data-theme=dark] .Pricing-module__9ZH_4q__ctaSecondary:hover{background:#3b82f60f;border-color:#3b82f6}.Pricing-module__9ZH_4q__features{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Pricing-module__9ZH_4q__featureItem{color:#475569;align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.5;display:flex}[data-theme=dark] .Pricing-module__9ZH_4q__featureItem{color:#cbd5e1}.Pricing-module__9ZH_4q__checkIcon{color:#16a34a;flex-shrink:0;align-items:center;margin-top:1px;display:flex}.Pricing-module__9ZH_4q__footerNote{text-align:center;color:#94a3b8;margin:0;font-size:.82rem;font-style:italic}[data-theme=dark] .Pricing-module__9ZH_4q__footerNote{color:#475569}
.FAQ-module__Eu89IW__section{background:#fafbfd;padding:96px 24px}[data-theme=dark] .FAQ-module__Eu89IW__section{background:#060b18}@media (min-width:1024px){.FAQ-module__Eu89IW__section{padding:120px 48px}}.FAQ-module__Eu89IW__container{max-width:760px;margin:0 auto}.FAQ-module__Eu89IW__header{text-align:center;margin-bottom:48px}.FAQ-module__Eu89IW__title{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:720}[data-theme=dark] .FAQ-module__Eu89IW__title{color:#f1f5f9}.FAQ-module__Eu89IW__list{flex-direction:column;gap:12px;display:flex}.FAQ-module__Eu89IW__item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.FAQ-module__Eu89IW__item:hover{border-color:#cbd5e1}[data-theme=dark] .FAQ-module__Eu89IW__item{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .FAQ-module__Eu89IW__item:hover{border-color:#334155}.FAQ-module__Eu89IW__itemOpen{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb26}.FAQ-module__Eu89IW__itemOpen:hover{border-color:#2563eb}[data-theme=dark] .FAQ-module__Eu89IW__itemOpen{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f626}[data-theme=dark] .FAQ-module__Eu89IW__itemOpen:hover{border-color:#3b82f6}.FAQ-module__Eu89IW__question{cursor:pointer;text-align:left;color:#0f172a;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 22px;font-family:inherit;font-size:.95rem;font-weight:600;line-height:1.4;display:flex}[data-theme=dark] .FAQ-module__Eu89IW__question{color:#f1f5f9}.FAQ-module__Eu89IW__icon{color:#2563eb;background:#2563eb14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s;display:flex}.FAQ-module__Eu89IW__question:hover .FAQ-module__Eu89IW__icon{background:#2563eb24}[data-theme=dark] .FAQ-module__Eu89IW__icon{color:#3b82f6;background:#3b82f61a}[data-theme=dark] .FAQ-module__Eu89IW__question:hover .FAQ-module__Eu89IW__icon{background:#3b82f62e}.FAQ-module__Eu89IW__answer{padding:0 22px 20px;animation:.25s cubic-bezier(.16,1,.3,1) FAQ-module__Eu89IW__slideDown}.FAQ-module__Eu89IW__answer p{color:#64748b;margin:0;font-size:.9rem;line-height:1.7}[data-theme=dark] .FAQ-module__Eu89IW__answer p{color:#94a3b8}@keyframes FAQ-module__Eu89IW__slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.FAQ-module__Eu89IW__answer{animation:none}}
.ContactForm-module__Thu04W__section{background:#fff;padding:96px 24px}[data-theme=dark] .ContactForm-module__Thu04W__section{background:#0c1222}@media (min-width:1024px){.ContactForm-module__Thu04W__section{padding:120px 48px}}.ContactForm-module__Thu04W__container{max-width:640px;margin:0 auto}.ContactForm-module__Thu04W__header{text-align:center;margin-bottom:40px}.ContactForm-module__Thu04W__title{letter-spacing:-.03em;color:#0f172a;margin:0 0 10px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:720}[data-theme=dark] .ContactForm-module__Thu04W__title{color:#f1f5f9}.ContactForm-module__Thu04W__subtitle{color:#64748b;margin:0;font-size:1rem;line-height:1.5}[data-theme=dark] .ContactForm-module__Thu04W__subtitle{color:#94a3b8}.ContactForm-module__Thu04W__form{flex-direction:column;gap:20px;display:flex}.ContactForm-module__Thu04W__row{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:600px){.ContactForm-module__Thu04W__row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.ContactForm-module__Thu04W__field{flex-direction:column;gap:6px;display:flex}.ContactForm-module__Thu04W__label{color:#475569;text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:600}[data-theme=dark] .ContactForm-module__Thu04W__label{color:#94a3b8}.ContactForm-module__Thu04W__input,.ContactForm-module__Thu04W__textarea{color:#0f172a;background:#fafbfd;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:.92rem;transition:border-color .15s,box-shadow .15s}.ContactForm-module__Thu04W__input:focus,.ContactForm-module__Thu04W__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}:is([data-theme=dark] .ContactForm-module__Thu04W__input,[data-theme=dark] .ContactForm-module__Thu04W__textarea){color:#f1f5f9;background:#0f172a80;border-color:#1e293b}:is([data-theme=dark] .ContactForm-module__Thu04W__input:focus,[data-theme=dark] .ContactForm-module__Thu04W__textarea:focus){border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.ContactForm-module__Thu04W__textarea{resize:vertical;min-height:120px}.ContactForm-module__Thu04W__checkboxes{flex-direction:column;gap:12px;display:flex}.ContactForm-module__Thu04W__checkboxLabel{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:.88rem;display:flex}[data-theme=dark] .ContactForm-module__Thu04W__checkboxLabel{color:#94a3b8}.ContactForm-module__Thu04W__checkbox{opacity:0;width:0;height:0;position:absolute}.ContactForm-module__Thu04W__checkmark{background:#fff;border:1.5px solid #cbd5e1;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .15s;display:flex;position:relative}[data-theme=dark] .ContactForm-module__Thu04W__checkmark{background:#0f172a80;border-color:#334155}.ContactForm-module__Thu04W__checkbox:checked+.ContactForm-module__Thu04W__checkmark{background:#2563eb;border-color:#2563eb}.ContactForm-module__Thu04W__checkbox:checked+.ContactForm-module__Thu04W__checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;transform:rotate(45deg)translate(-1px,-1px)}[data-theme=dark] .ContactForm-module__Thu04W__checkbox:checked+.ContactForm-module__Thu04W__checkmark{background:#3b82f6;border-color:#3b82f6}.ContactForm-module__Thu04W__link{color:#2563eb;text-underline-offset:2px;text-decoration:underline}[data-theme=dark] .ContactForm-module__Thu04W__link{color:#3b82f6}.ContactForm-module__Thu04W__error{color:#ef4444;margin:0;font-size:.85rem}.ContactForm-module__Thu04W__submit{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .15s,transform .1s;display:flex}.ContactForm-module__Thu04W__submit:hover:not(:disabled){background:#1d4ed8}.ContactForm-module__Thu04W__submit:active:not(:disabled){transform:scale(.99)}.ContactForm-module__Thu04W__submit:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .ContactForm-module__Thu04W__submit{background:#3b82f6}[data-theme=dark] .ContactForm-module__Thu04W__submit:hover:not(:disabled){background:#2563eb}.ContactForm-module__Thu04W__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite ContactForm-module__Thu04W__spin}@keyframes ContactForm-module__Thu04W__spin{to{transform:rotate(360deg)}}.ContactForm-module__Thu04W__successCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:20px;padding:48px 32px;display:flex}[data-theme=dark] .ContactForm-module__Thu04W__successCard{background:#0f172a80;border-color:#1e293b}.ContactForm-module__Thu04W__successTitle{color:#0f172a;margin:0;font-size:1.1rem;font-weight:600}[data-theme=dark] .ContactForm-module__Thu04W__successTitle{color:#f1f5f9}.ContactForm-module__Thu04W__resetBtn{color:#475569;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:10px;padding:10px 24px;font-family:inherit;font-size:.88rem;font-weight:500;transition:border-color .15s,color .15s}.ContactForm-module__Thu04W__resetBtn:hover{color:#2563eb;border-color:#2563eb}[data-theme=dark] .ContactForm-module__Thu04W__resetBtn{color:#94a3b8;border-color:#1e293b}[data-theme=dark] .ContactForm-module__Thu04W__resetBtn:hover{color:#3b82f6;border-color:#3b82f6}
.Footer-module__3hUVsW__footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:64px 24px 32px}[data-theme=dark] .Footer-module__3hUVsW__footer{background:#060b18;border-top-color:#1e293b}@media (min-width:1024px){.Footer-module__3hUVsW__footer{padding:80px 48px 36px}}.Footer-module__3hUVsW__container{max-width:1120px;margin:0 auto}.Footer-module__3hUVsW__top{grid-template-columns:1fr;gap:48px;margin-bottom:40px;display:grid}@media (min-width:768px){.Footer-module__3hUVsW__top{grid-template-columns:260px 1fr;gap:64px}}.Footer-module__3hUVsW__brand{flex-direction:column;gap:14px;display:flex}.Footer-module__3hUVsW__logo{letter-spacing:-.02em;color:#0f172a;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}[data-theme=dark] .Footer-module__3hUVsW__logo{color:#f1f5f9}.Footer-module__3hUVsW__tagline{color:#64748b;margin:0;font-size:.85rem;line-height:1.4}[data-theme=dark] .Footer-module__3hUVsW__tagline{color:#64748b}.Footer-module__3hUVsW__socials{gap:10px;margin-top:4px;display:flex}.Footer-module__3hUVsW__socialLink{color:#64748b;background:#0f172a0d;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}.Footer-module__3hUVsW__socialLink:hover{color:#fff;background:#2563eb}[data-theme=dark] .Footer-module__3hUVsW__socialLink{color:#64748b;background:#ffffff0d}[data-theme=dark] .Footer-module__3hUVsW__socialLink:hover{color:#fff;background:#3b82f6}.Footer-module__3hUVsW__columns{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}@media (min-width:768px){.Footer-module__3hUVsW__columns{grid-template-columns:repeat(4,1fr)}}.Footer-module__3hUVsW__column{flex-direction:column;gap:14px;display:flex}.Footer-module__3hUVsW__columnTitle{text-transform:uppercase;letter-spacing:.06em;color:#0f172a;margin:0;font-size:.78rem;font-weight:650}[data-theme=dark] .Footer-module__3hUVsW__columnTitle{color:#f1f5f9}.Footer-module__3hUVsW__columnList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__columnLink{color:#64748b;font-size:.85rem;text-decoration:none;transition:color .15s}.Footer-module__3hUVsW__columnLink:hover{color:#2563eb}[data-theme=dark] .Footer-module__3hUVsW__columnLink{color:#64748b}[data-theme=dark] .Footer-module__3hUVsW__columnLink:hover{color:#3b82f6}.Footer-module__3hUVsW__divider{background:#e2e8f0;height:1px;margin-bottom:24px}[data-theme=dark] .Footer-module__3hUVsW__divider{background:#1e293b}.Footer-module__3hUVsW__bottom{flex-direction:column;align-items:center;gap:12px;display:flex}@media (min-width:600px){.Footer-module__3hUVsW__bottom{flex-direction:row;justify-content:space-between}}.Footer-module__3hUVsW__copyright{color:#94a3b8;font-size:.8rem}[data-theme=dark] .Footer-module__3hUVsW__copyright{color:#475569}.Footer-module__3hUVsW__legal{gap:20px;display:flex}.Footer-module__3hUVsW__legalLink{color:#94a3b8;font-size:.8rem;text-decoration:none;transition:color .15s}.Footer-module__3hUVsW__legalLink:hover{color:#2563eb}[data-theme=dark] .Footer-module__3hUVsW__legalLink{color:#475569}[data-theme=dark] .Footer-module__3hUVsW__legalLink:hover{color:#3b82f6}
.AiPlatformContent-module__1suysW__content{background:#fafbfd;min-height:100vh;padding:100px 24px 80px}[data-theme=dark] .AiPlatformContent-module__1suysW__content{background:#060b18}@media (min-width:1024px){.AiPlatformContent-module__1suysW__content{padding:120px 48px 96px}}.AiPlatformContent-module__1suysW__container{max-width:900px;margin:0 auto}.AiPlatformContent-module__1suysW__hero{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.AiPlatformContent-module__1suysW__heroTitle{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:750;line-height:1.15}[data-theme=dark] .AiPlatformContent-module__1suysW__heroTitle{color:#f1f5f9}.AiPlatformContent-module__1suysW__heroSubtitle{color:#475569;max-width:680px;margin:0;font-size:1.05rem;line-height:1.6}[data-theme=dark] .AiPlatformContent-module__1suysW__heroSubtitle{color:#94a3b8}.AiPlatformContent-module__1suysW__tagGroup{flex-wrap:wrap;gap:8px;display:flex}.AiPlatformContent-module__1suysW__tag{color:#2563eb;background:#2563eb14;border:1px solid #2563eb26;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}[data-theme=dark] .AiPlatformContent-module__1suysW__tag{color:#3b82f6;background:#3b82f61a;border-color:#3b82f633}.AiPlatformContent-module__1suysW__meta{color:#94a3b8;font-size:.8rem}[data-theme=dark] .AiPlatformContent-module__1suysW__meta{color:#64748b}.AiPlatformContent-module__1suysW__divider{background:#e2e8f0;border:none;height:1px;margin:0}[data-theme=dark] .AiPlatformContent-module__1suysW__divider{background:#1e293b}.AiPlatformContent-module__1suysW__section{margin-top:48px}.AiPlatformContent-module__1suysW__sectionTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 12px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700}[data-theme=dark] .AiPlatformContent-module__1suysW__sectionTitle{color:#f1f5f9}.AiPlatformContent-module__1suysW__paragraph{color:#475569;margin:0 0 8px;font-size:.92rem;line-height:1.7}[data-theme=dark] .AiPlatformContent-module__1suysW__paragraph{color:#94a3b8}.AiPlatformContent-module__1suysW__list{flex-direction:column;gap:10px;margin:16px 0 0;padding:0;list-style:none;display:flex}.AiPlatformContent-module__1suysW__listItem{color:#334155;align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}[data-theme=dark] .AiPlatformContent-module__1suysW__listItem{color:#cbd5e1}.AiPlatformContent-module__1suysW__checkIcon{color:#2563eb;flex-shrink:0;margin-top:2px}[data-theme=dark] .AiPlatformContent-module__1suysW__checkIcon{color:#3b82f6}.AiPlatformContent-module__1suysW__kpiRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:24px;display:grid}.AiPlatformContent-module__1suysW__kpiBox{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}[data-theme=dark] .AiPlatformContent-module__1suysW__kpiBox{background:#0f172a80;border-color:#1e293b}.AiPlatformContent-module__1suysW__kpiTitle{color:#0f172a;margin-bottom:6px;font-size:.9rem;display:block}[data-theme=dark] .AiPlatformContent-module__1suysW__kpiTitle{color:#f1f5f9}.AiPlatformContent-module__1suysW__kpiDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}[data-theme=dark] .AiPlatformContent-module__1suysW__kpiDesc{color:#94a3b8}.AiPlatformContent-module__1suysW__cardGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:20px;display:grid}.AiPlatformContent-module__1suysW__card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;transition:border-color .2s}.AiPlatformContent-module__1suysW__card:hover{border-color:#cbd5e1}[data-theme=dark] .AiPlatformContent-module__1suysW__card{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .AiPlatformContent-module__1suysW__card:hover{border-color:#334155}.AiPlatformContent-module__1suysW__cardTitle{color:#0f172a;margin:0 0 8px;font-size:1rem;font-weight:650}[data-theme=dark] .AiPlatformContent-module__1suysW__cardTitle{color:#f1f5f9}.AiPlatformContent-module__1suysW__cardDesc{color:#64748b;margin:0;font-size:.88rem;line-height:1.6}[data-theme=dark] .AiPlatformContent-module__1suysW__cardDesc{color:#94a3b8}.AiPlatformContent-module__1suysW__cta{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:flex-start;gap:16px;margin-top:56px;padding:36px;display:flex}[data-theme=dark] .AiPlatformContent-module__1suysW__cta{background:#0f172a80;border-color:#1e293b}.AiPlatformContent-module__1suysW__ctaTitle{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}[data-theme=dark] .AiPlatformContent-module__1suysW__ctaTitle{color:#f1f5f9}.AiPlatformContent-module__1suysW__ctaDesc{color:#64748b;margin:0;font-size:.92rem;line-height:1.6}[data-theme=dark] .AiPlatformContent-module__1suysW__ctaDesc{color:#94a3b8}.AiPlatformContent-module__1suysW__ctaActions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.AiPlatformContent-module__1suysW__btnPrimary{color:#fff;background:#2563eb;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.AiPlatformContent-module__1suysW__btnPrimary:hover{background:#1d4ed8}[data-theme=dark] .AiPlatformContent-module__1suysW__btnPrimary{background:#3b82f6}[data-theme=dark] .AiPlatformContent-module__1suysW__btnPrimary:hover{background:#2563eb}.AiPlatformContent-module__1suysW__btnSecondary{color:#475569;background:0 0;border:1px solid #e2e8f0;border-radius:10px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.AiPlatformContent-module__1suysW__btnSecondary:hover{color:#2563eb;border-color:#2563eb}[data-theme=dark] .AiPlatformContent-module__1suysW__btnSecondary{color:#94a3b8;border-color:#1e293b}[data-theme=dark] .AiPlatformContent-module__1suysW__btnSecondary:hover{color:#3b82f6;border-color:#3b82f6}.AiPlatformContent-module__1suysW__btnLink{color:#2563eb;align-items:center;padding:12px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.AiPlatformContent-module__1suysW__btnLink:hover{opacity:.8}[data-theme=dark] .AiPlatformContent-module__1suysW__btnLink{color:#3b82f6}.AiPlatformContent-module__1suysW__support{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:32px;padding:24px}[data-theme=dark] .AiPlatformContent-module__1suysW__support{background:#0f172a4d;border-color:#1e293b}.AiPlatformContent-module__1suysW__supportIcon{color:#2563eb;margin-bottom:4px}[data-theme=dark] .AiPlatformContent-module__1suysW__supportIcon{color:#3b82f6}.AiPlatformContent-module__1suysW__supportTitle{color:#0f172a;margin:0 0 6px;font-size:.95rem;font-weight:650}[data-theme=dark] .AiPlatformContent-module__1suysW__supportTitle{color:#f1f5f9}.AiPlatformContent-module__1suysW__supportDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.6}[data-theme=dark] .AiPlatformContent-module__1suysW__supportDesc{color:#94a3b8}.AiPlatformContent-module__1suysW__supportLink{color:#2563eb;margin-top:10px;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.AiPlatformContent-module__1suysW__supportLink:hover{opacity:.75}[data-theme=dark] .AiPlatformContent-module__1suysW__supportLink{color:#3b82f6}
.ApiIntegrationContent-module__q7IJhq__content{background:#fafbfd;min-height:100vh;padding:100px 24px 80px}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__content{background:#060b18}@media (min-width:1024px){.ApiIntegrationContent-module__q7IJhq__content{padding:120px 48px 96px}}.ApiIntegrationContent-module__q7IJhq__container{max-width:900px;margin:0 auto}.ApiIntegrationContent-module__q7IJhq__hero{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.ApiIntegrationContent-module__q7IJhq__heroTitle{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:750;line-height:1.15}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__heroTitle{color:#f1f5f9}.ApiIntegrationContent-module__q7IJhq__heroSubtitle{color:#475569;max-width:680px;margin:0;font-size:1.05rem;line-height:1.6}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__heroSubtitle{color:#94a3b8}.ApiIntegrationContent-module__q7IJhq__tagGroup{flex-wrap:wrap;gap:8px;display:flex}.ApiIntegrationContent-module__q7IJhq__tag{color:#2563eb;background:#2563eb14;border:1px solid #2563eb26;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__tag{color:#3b82f6;background:#3b82f61a;border-color:#3b82f633}.ApiIntegrationContent-module__q7IJhq__meta{color:#94a3b8;font-size:.8rem}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__meta{color:#64748b}.ApiIntegrationContent-module__q7IJhq__divider{background:#e2e8f0;border:none;height:1px;margin:0}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__divider{background:#1e293b}.ApiIntegrationContent-module__q7IJhq__docsCallout{background:#2563eb0a;border:1px solid #2563eb33;border-radius:14px;align-items:flex-start;gap:16px;margin-top:32px;padding:24px;display:flex}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__docsCallout{background:#3b82f60f;border-color:#3b82f633}.ApiIntegrationContent-module__q7IJhq__docsIcon{color:#2563eb;flex-shrink:0;margin-top:2px}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__docsIcon{color:#3b82f6}.ApiIntegrationContent-module__q7IJhq__docsTitle{color:#0f172a;margin-bottom:4px;font-size:.95rem;display:block}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__docsTitle{color:#f1f5f9}.ApiIntegrationContent-module__q7IJhq__docsDesc{color:#475569;margin:0 0 8px;font-size:.88rem;line-height:1.6}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__docsDesc{color:#94a3b8}.ApiIntegrationContent-module__q7IJhq__docsLink{color:#2563eb;font-size:.88rem;font-weight:600;text-decoration:none;transition:opacity .15s}.ApiIntegrationContent-module__q7IJhq__docsLink:hover{opacity:.8}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__docsLink{color:#3b82f6}.ApiIntegrationContent-module__q7IJhq__section{margin-top:48px}.ApiIntegrationContent-module__q7IJhq__sectionTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 12px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__sectionTitle{color:#f1f5f9}.ApiIntegrationContent-module__q7IJhq__paragraph{color:#475569;margin:0 0 8px;font-size:.92rem;line-height:1.7}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__paragraph{color:#94a3b8}.ApiIntegrationContent-module__q7IJhq__list{flex-direction:column;gap:10px;margin:16px 0 0;padding:0;list-style:none;display:flex}.ApiIntegrationContent-module__q7IJhq__listItem{color:#334155;align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__listItem{color:#cbd5e1}.ApiIntegrationContent-module__q7IJhq__checkIcon{color:#2563eb;flex-shrink:0;margin-top:2px}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__checkIcon{color:#3b82f6}.ApiIntegrationContent-module__q7IJhq__kpiRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:24px;display:grid}.ApiIntegrationContent-module__q7IJhq__kpiBox{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__kpiBox{background:#0f172a80;border-color:#1e293b}.ApiIntegrationContent-module__q7IJhq__kpiTitle{color:#0f172a;margin-bottom:6px;font-size:.9rem;display:block}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__kpiTitle{color:#f1f5f9}.ApiIntegrationContent-module__q7IJhq__kpiDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__kpiDesc{color:#94a3b8}.ApiIntegrationContent-module__q7IJhq__cardGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:20px;display:grid}.ApiIntegrationContent-module__q7IJhq__card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;transition:border-color .2s}.ApiIntegrationContent-module__q7IJhq__card:hover{border-color:#cbd5e1}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__card{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__card:hover{border-color:#334155}.ApiIntegrationContent-module__q7IJhq__cardTitle{color:#0f172a;margin:0 0 8px;font-size:1rem;font-weight:650}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__cardTitle{color:#f1f5f9}.ApiIntegrationContent-module__q7IJhq__cardDesc{color:#64748b;margin:0;font-size:.88rem;line-height:1.6}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__cardDesc{color:#94a3b8}.ApiIntegrationContent-module__q7IJhq__cardLink{color:#2563eb;margin-top:12px;font-size:.88rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.ApiIntegrationContent-module__q7IJhq__cardLink:hover{opacity:.8}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__cardLink{color:#3b82f6}.ApiIntegrationContent-module__q7IJhq__tableWrap{margin-top:16px;overflow-x:auto}.ApiIntegrationContent-module__q7IJhq__table{border-collapse:collapse;width:100%;font-size:.88rem}.ApiIntegrationContent-module__q7IJhq__table th{text-align:left;color:#0f172a;white-space:nowrap;border-bottom:2px solid #e2e8f0;padding:10px 16px;font-weight:600}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__table th{color:#f1f5f9;border-bottom-color:#1e293b}.ApiIntegrationContent-module__q7IJhq__table td{color:#475569;border-bottom:1px solid #e2e8f0;padding:10px 16px}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__table td{color:#94a3b8;border-bottom-color:#1e293b}.ApiIntegrationContent-module__q7IJhq__mono{font-family:SF Mono,Fira Code,Fira Mono,monospace;font-size:.82rem}.ApiIntegrationContent-module__q7IJhq__cta{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:flex-start;gap:16px;margin-top:56px;padding:36px;display:flex}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__cta{background:#0f172a80;border-color:#1e293b}.ApiIntegrationContent-module__q7IJhq__ctaTitle{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__ctaTitle{color:#f1f5f9}.ApiIntegrationContent-module__q7IJhq__ctaDesc{color:#64748b;margin:0;font-size:.92rem;line-height:1.6}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__ctaDesc{color:#94a3b8}.ApiIntegrationContent-module__q7IJhq__ctaActions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.ApiIntegrationContent-module__q7IJhq__btnPrimary{color:#fff;background:#2563eb;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.ApiIntegrationContent-module__q7IJhq__btnPrimary:hover{background:#1d4ed8}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__btnPrimary{background:#3b82f6}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__btnPrimary:hover{background:#2563eb}.ApiIntegrationContent-module__q7IJhq__btnSecondary{color:#475569;background:0 0;border:1px solid #e2e8f0;border-radius:10px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.ApiIntegrationContent-module__q7IJhq__btnSecondary:hover{color:#2563eb;border-color:#2563eb}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__btnSecondary{color:#94a3b8;border-color:#1e293b}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__btnSecondary:hover{color:#3b82f6;border-color:#3b82f6}.ApiIntegrationContent-module__q7IJhq__btnLink{color:#2563eb;align-items:center;padding:12px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.ApiIntegrationContent-module__q7IJhq__btnLink:hover{opacity:.8}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__btnLink{color:#3b82f6}.ApiIntegrationContent-module__q7IJhq__support{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:32px;padding:24px}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__support{background:#0f172a4d;border-color:#1e293b}.ApiIntegrationContent-module__q7IJhq__supportIcon{color:#2563eb;margin-bottom:4px}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__supportIcon{color:#3b82f6}.ApiIntegrationContent-module__q7IJhq__supportTitle{color:#0f172a;margin:0 0 6px;font-size:.95rem;font-weight:650}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__supportTitle{color:#f1f5f9}.ApiIntegrationContent-module__q7IJhq__supportDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.6}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__supportDesc{color:#94a3b8}.ApiIntegrationContent-module__q7IJhq__supportLink{color:#2563eb;margin-top:10px;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.ApiIntegrationContent-module__q7IJhq__supportLink:hover{opacity:.75}[data-theme=dark] .ApiIntegrationContent-module__q7IJhq__supportLink{color:#3b82f6}
.CareersContent-module__KPv7wa__content{background:#fafbfd;min-height:100vh;padding:100px 24px 80px}[data-theme=dark] .CareersContent-module__KPv7wa__content{background:#060b18}@media (min-width:1024px){.CareersContent-module__KPv7wa__content{padding:120px 48px 96px}}.CareersContent-module__KPv7wa__container{max-width:900px;margin:0 auto}.CareersContent-module__KPv7wa__hero{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.CareersContent-module__KPv7wa__heroTitle{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:750;line-height:1.15}[data-theme=dark] .CareersContent-module__KPv7wa__heroTitle{color:#f1f5f9}.CareersContent-module__KPv7wa__heroSubtitle{color:#475569;margin:0;font-size:1.05rem;line-height:1.6}[data-theme=dark] .CareersContent-module__KPv7wa__heroSubtitle{color:#94a3b8}.CareersContent-module__KPv7wa__meta{color:#94a3b8;font-size:.82rem}[data-theme=dark] .CareersContent-module__KPv7wa__meta{color:#64748b}.CareersContent-module__KPv7wa__divider{background:#e2e8f0;border:none;height:1px;margin:0}[data-theme=dark] .CareersContent-module__KPv7wa__divider{background:#1e293b}.CareersContent-module__KPv7wa__section{margin-top:40px}.CareersContent-module__KPv7wa__sectionTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 20px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.1rem,2.2vw,1.4rem);font-weight:700}[data-theme=dark] .CareersContent-module__KPv7wa__sectionTitle{color:#f1f5f9}.CareersContent-module__KPv7wa__jobGrid{flex-direction:column;gap:20px;display:flex}.CareersContent-module__KPv7wa__jobCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;scroll-margin-top:100px;transition:border-color .2s}.CareersContent-module__KPv7wa__jobCard:hover{border-color:#cbd5e1}[data-theme=dark] .CareersContent-module__KPv7wa__jobCard{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .CareersContent-module__KPv7wa__jobCard:hover{border-color:#334155}.CareersContent-module__KPv7wa__jobTitle{color:#0f172a;margin:0 0 10px;font-size:1.1rem;font-weight:650}[data-theme=dark] .CareersContent-module__KPv7wa__jobTitle{color:#f1f5f9}.CareersContent-module__KPv7wa__jobIntro{color:#64748b;margin:0 0 16px;font-size:.9rem;line-height:1.6}[data-theme=dark] .CareersContent-module__KPv7wa__jobIntro{color:#94a3b8}.CareersContent-module__KPv7wa__detailColumns{grid-template-columns:1fr;gap:20px;margin-top:16px;display:grid}@media (min-width:768px){.CareersContent-module__KPv7wa__detailColumns{grid-template-columns:repeat(3,1fr)}}.CareersContent-module__KPv7wa__columnLabel{color:#0f172a;margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}[data-theme=dark] .CareersContent-module__KPv7wa__columnLabel{color:#e2e8f0}.CareersContent-module__KPv7wa__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.CareersContent-module__KPv7wa__listItem{color:#475569;padding-left:14px;font-size:.85rem;line-height:1.5;position:relative}.CareersContent-module__KPv7wa__listItem:before{content:"";background:#2563eb;border-radius:50%;width:5px;height:5px;position:absolute;top:8px;left:0}[data-theme=dark] .CareersContent-module__KPv7wa__listItem{color:#94a3b8}[data-theme=dark] .CareersContent-module__KPv7wa__listItem:before{background:#3b82f6}.CareersContent-module__KPv7wa__jobActions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.CareersContent-module__KPv7wa__cta{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:flex-start;gap:16px;margin-top:48px;padding:36px;display:flex}[data-theme=dark] .CareersContent-module__KPv7wa__cta{background:#0f172a80;border-color:#1e293b}.CareersContent-module__KPv7wa__ctaTitle{color:#0f172a;margin:0;font-size:1.2rem;font-weight:700}[data-theme=dark] .CareersContent-module__KPv7wa__ctaTitle{color:#f1f5f9}.CareersContent-module__KPv7wa__ctaDesc{color:#64748b;margin:0;font-size:.92rem;line-height:1.6}[data-theme=dark] .CareersContent-module__KPv7wa__ctaDesc{color:#94a3b8}.CareersContent-module__KPv7wa__ctaActions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.CareersContent-module__KPv7wa__btnPrimary{color:#fff;background:#2563eb;border-radius:10px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.CareersContent-module__KPv7wa__btnPrimary:hover{background:#1d4ed8}[data-theme=dark] .CareersContent-module__KPv7wa__btnPrimary{background:#3b82f6}[data-theme=dark] .CareersContent-module__KPv7wa__btnPrimary:hover{background:#2563eb}.CareersContent-module__KPv7wa__btnSecondary{color:#475569;background:0 0;border:1px solid #e2e8f0;border-radius:10px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.CareersContent-module__KPv7wa__btnSecondary:hover{color:#2563eb;border-color:#2563eb}[data-theme=dark] .CareersContent-module__KPv7wa__btnSecondary{color:#94a3b8;border-color:#1e293b}[data-theme=dark] .CareersContent-module__KPv7wa__btnSecondary:hover{color:#3b82f6;border-color:#3b82f6}
.Co2FootprintContent-module__V9Yxyq__content{background:#fafbfd;min-height:100vh;padding:100px 24px 80px}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__content{background:#060b18}@media (min-width:1024px){.Co2FootprintContent-module__V9Yxyq__content{padding:120px 48px 96px}}.Co2FootprintContent-module__V9Yxyq__container{max-width:900px;margin:0 auto}.Co2FootprintContent-module__V9Yxyq__hero{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.Co2FootprintContent-module__V9Yxyq__heroTitle{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:750;line-height:1.15}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__heroTitle{color:#f1f5f9}.Co2FootprintContent-module__V9Yxyq__heroSubtitle{color:#475569;max-width:680px;margin:0;font-size:1.05rem;line-height:1.6}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__heroSubtitle{color:#94a3b8}.Co2FootprintContent-module__V9Yxyq__tagGroup{flex-wrap:wrap;gap:8px;display:flex}.Co2FootprintContent-module__V9Yxyq__tag{color:#2563eb;background:#2563eb14;border:1px solid #2563eb26;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__tag{color:#3b82f6;background:#3b82f61a;border-color:#3b82f633}.Co2FootprintContent-module__V9Yxyq__meta{color:#94a3b8;font-size:.8rem}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__meta{color:#64748b}.Co2FootprintContent-module__V9Yxyq__divider{background:#e2e8f0;border:none;height:1px;margin:0}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__divider{background:#1e293b}.Co2FootprintContent-module__V9Yxyq__section{margin-top:48px}.Co2FootprintContent-module__V9Yxyq__sectionTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 12px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__sectionTitle{color:#f1f5f9}.Co2FootprintContent-module__V9Yxyq__paragraph{color:#475569;margin:0 0 8px;font-size:.92rem;line-height:1.7}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__paragraph{color:#94a3b8}.Co2FootprintContent-module__V9Yxyq__list{flex-direction:column;gap:10px;margin:16px 0 0;padding:0;list-style:none;display:flex}.Co2FootprintContent-module__V9Yxyq__listItem{color:#334155;align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__listItem{color:#cbd5e1}.Co2FootprintContent-module__V9Yxyq__checkIcon{color:#2563eb;flex-shrink:0;margin-top:2px}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__checkIcon{color:#3b82f6}.Co2FootprintContent-module__V9Yxyq__kpiRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:24px;display:grid}.Co2FootprintContent-module__V9Yxyq__kpiBox{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__kpiBox{background:#0f172a80;border-color:#1e293b}.Co2FootprintContent-module__V9Yxyq__kpiTitle{color:#0f172a;margin-bottom:6px;font-size:.9rem;display:block}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__kpiTitle{color:#f1f5f9}.Co2FootprintContent-module__V9Yxyq__kpiDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__kpiDesc{color:#94a3b8}.Co2FootprintContent-module__V9Yxyq__cardGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:20px;display:grid}.Co2FootprintContent-module__V9Yxyq__card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;transition:border-color .2s}.Co2FootprintContent-module__V9Yxyq__card:hover{border-color:#cbd5e1}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__card{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__card:hover{border-color:#334155}.Co2FootprintContent-module__V9Yxyq__cardTitle{color:#0f172a;margin:0 0 8px;font-size:1rem;font-weight:650}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__cardTitle{color:#f1f5f9}.Co2FootprintContent-module__V9Yxyq__cardDesc{color:#64748b;margin:0;font-size:.88rem;line-height:1.6}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__cardDesc{color:#94a3b8}.Co2FootprintContent-module__V9Yxyq__cta{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:flex-start;gap:16px;margin-top:56px;padding:36px;display:flex}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__cta{background:#0f172a80;border-color:#1e293b}.Co2FootprintContent-module__V9Yxyq__ctaTitle{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__ctaTitle{color:#f1f5f9}.Co2FootprintContent-module__V9Yxyq__ctaDesc{color:#64748b;margin:0;font-size:.92rem;line-height:1.6}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__ctaDesc{color:#94a3b8}.Co2FootprintContent-module__V9Yxyq__ctaActions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.Co2FootprintContent-module__V9Yxyq__btnPrimary{color:#fff;background:#2563eb;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.Co2FootprintContent-module__V9Yxyq__btnPrimary:hover{background:#1d4ed8}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__btnPrimary{background:#3b82f6}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__btnPrimary:hover{background:#2563eb}.Co2FootprintContent-module__V9Yxyq__btnSecondary{color:#475569;background:0 0;border:1px solid #e2e8f0;border-radius:10px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.Co2FootprintContent-module__V9Yxyq__btnSecondary:hover{color:#2563eb;border-color:#2563eb}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__btnSecondary{color:#94a3b8;border-color:#1e293b}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__btnSecondary:hover{color:#3b82f6;border-color:#3b82f6}.Co2FootprintContent-module__V9Yxyq__btnLink{color:#2563eb;align-items:center;padding:12px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.Co2FootprintContent-module__V9Yxyq__btnLink:hover{opacity:.8}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__btnLink{color:#3b82f6}.Co2FootprintContent-module__V9Yxyq__support{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:32px;padding:24px}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__support{background:#0f172a4d;border-color:#1e293b}.Co2FootprintContent-module__V9Yxyq__supportIcon{color:#2563eb;margin-bottom:4px}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__supportIcon{color:#3b82f6}.Co2FootprintContent-module__V9Yxyq__supportTitle{color:#0f172a;margin:0 0 6px;font-size:.95rem;font-weight:650}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__supportTitle{color:#f1f5f9}.Co2FootprintContent-module__V9Yxyq__supportDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.6}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__supportDesc{color:#94a3b8}.Co2FootprintContent-module__V9Yxyq__supportLink{color:#2563eb;margin-top:10px;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.Co2FootprintContent-module__V9Yxyq__supportLink:hover{opacity:.75}[data-theme=dark] .Co2FootprintContent-module__V9Yxyq__supportLink{color:#3b82f6}
.CustomContent-module__8Ebb9G__content{background:#fafbfd;min-height:100vh;padding:100px 24px 80px}[data-theme=dark] .CustomContent-module__8Ebb9G__content{background:#060b18}@media (min-width:1024px){.CustomContent-module__8Ebb9G__content{padding:120px 48px 96px}}.CustomContent-module__8Ebb9G__container{max-width:960px;margin:0 auto}.CustomContent-module__8Ebb9G__hero{text-align:left;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:40px;display:flex}.CustomContent-module__8Ebb9G__heroTitle{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:750;line-height:1.15}[data-theme=dark] .CustomContent-module__8Ebb9G__heroTitle{color:#f1f5f9}.CustomContent-module__8Ebb9G__heroSubtitle{color:#475569;max-width:680px;margin:0;font-size:1.05rem;line-height:1.6}[data-theme=dark] .CustomContent-module__8Ebb9G__heroSubtitle{color:#94a3b8}.CustomContent-module__8Ebb9G__tagGroup{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.CustomContent-module__8Ebb9G__tag{color:#2563eb;background:#2563eb14;border:1px solid #2563eb26;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}[data-theme=dark] .CustomContent-module__8Ebb9G__tag{color:#3b82f6;background:#3b82f61a;border-color:#3b82f633}.CustomContent-module__8Ebb9G__divider{background:#e2e8f0;border:none;height:1px;margin:0}[data-theme=dark] .CustomContent-module__8Ebb9G__divider{background:#1e293b}.CustomContent-module__8Ebb9G__section{margin-top:48px}.CustomContent-module__8Ebb9G__sectionTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 12px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700}[data-theme=dark] .CustomContent-module__8Ebb9G__sectionTitle{color:#f1f5f9}.CustomContent-module__8Ebb9G__paragraph{color:#475569;margin:0 0 8px;font-size:.92rem;line-height:1.7}[data-theme=dark] .CustomContent-module__8Ebb9G__paragraph{color:#94a3b8}.CustomContent-module__8Ebb9G__solutionGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:24px;display:grid}.CustomContent-module__8Ebb9G__solutionCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;transition:border-color .2s,box-shadow .2s}.CustomContent-module__8Ebb9G__solutionCard:hover{border-color:#cbd5e1;box-shadow:0 2px 12px #0000000a}[data-theme=dark] .CustomContent-module__8Ebb9G__solutionCard{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .CustomContent-module__8Ebb9G__solutionCard:hover{box-shadow:none;border-color:#334155}.CustomContent-module__8Ebb9G__solutionHeader{align-items:center;gap:12px;margin-bottom:14px;display:flex}.CustomContent-module__8Ebb9G__solutionIcon{color:#2563eb;background:#2563eb14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}[data-theme=dark] .CustomContent-module__8Ebb9G__solutionIcon{color:#3b82f6;background:#3b82f61a}.CustomContent-module__8Ebb9G__solutionTitle{color:#0f172a;margin:0;font-size:1rem;font-weight:650}[data-theme=dark] .CustomContent-module__8Ebb9G__solutionTitle{color:#f1f5f9}.CustomContent-module__8Ebb9G__solutionDesc{color:#64748b;margin:0 0 16px;font-size:.88rem;line-height:1.6}[data-theme=dark] .CustomContent-module__8Ebb9G__solutionDesc{color:#94a3b8}.CustomContent-module__8Ebb9G__featureList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.CustomContent-module__8Ebb9G__featureItem{color:#334155;align-items:center;gap:8px;font-size:.86rem;display:flex}[data-theme=dark] .CustomContent-module__8Ebb9G__featureItem{color:#cbd5e1}.CustomContent-module__8Ebb9G__featureCheck{color:#22c55e;flex-shrink:0;display:flex}.CustomContent-module__8Ebb9G__processSteps{flex-direction:column;gap:20px;margin-top:24px;display:flex}.CustomContent-module__8Ebb9G__processStep{background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:20px;padding:24px;display:flex}[data-theme=dark] .CustomContent-module__8Ebb9G__processStep{background:#0f172a80;border-color:#1e293b}.CustomContent-module__8Ebb9G__stepNumber{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}[data-theme=dark] .CustomContent-module__8Ebb9G__stepNumber{background:#3b82f6}.CustomContent-module__8Ebb9G__stepBody{flex:1}.CustomContent-module__8Ebb9G__stepTitle{color:#0f172a;margin-bottom:4px;font-size:.95rem;display:block}[data-theme=dark] .CustomContent-module__8Ebb9G__stepTitle{color:#f1f5f9}.CustomContent-module__8Ebb9G__stepDesc{color:#64748b;margin:0;font-size:.88rem;line-height:1.6}[data-theme=dark] .CustomContent-module__8Ebb9G__stepDesc{color:#94a3b8}.CustomContent-module__8Ebb9G__benefitGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:20px;display:grid}.CustomContent-module__8Ebb9G__benefitItem{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:10px;padding:14px 18px;display:flex}[data-theme=dark] .CustomContent-module__8Ebb9G__benefitItem{background:#0f172a80;border-color:#1e293b}.CustomContent-module__8Ebb9G__benefitCheck{color:#22c55e;flex-shrink:0;display:flex}.CustomContent-module__8Ebb9G__benefitText{color:#334155;font-size:.88rem}[data-theme=dark] .CustomContent-module__8Ebb9G__benefitText{color:#cbd5e1}.CustomContent-module__8Ebb9G__cta{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:center;gap:16px;margin-top:56px;padding:36px;display:flex}[data-theme=dark] .CustomContent-module__8Ebb9G__cta{background:#0f172a80;border-color:#1e293b}.CustomContent-module__8Ebb9G__ctaTitle{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}[data-theme=dark] .CustomContent-module__8Ebb9G__ctaTitle{color:#f1f5f9}.CustomContent-module__8Ebb9G__ctaDesc{color:#64748b;margin:0;font-size:.92rem;line-height:1.6}[data-theme=dark] .CustomContent-module__8Ebb9G__ctaDesc{color:#94a3b8}.CustomContent-module__8Ebb9G__ctaActions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.CustomContent-module__8Ebb9G__btnPrimary{color:#fff;background:#2563eb;border-radius:10px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.CustomContent-module__8Ebb9G__btnPrimary:hover{background:#1d4ed8}[data-theme=dark] .CustomContent-module__8Ebb9G__btnPrimary{background:#3b82f6}[data-theme=dark] .CustomContent-module__8Ebb9G__btnPrimary:hover{background:#2563eb}.CustomContent-module__8Ebb9G__btnSecondary{color:#475569;background:0 0;border:1px solid #e2e8f0;border-radius:10px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.CustomContent-module__8Ebb9G__btnSecondary:hover{color:#2563eb;border-color:#2563eb}[data-theme=dark] .CustomContent-module__8Ebb9G__btnSecondary{color:#94a3b8;border-color:#1e293b}[data-theme=dark] .CustomContent-module__8Ebb9G__btnSecondary:hover{color:#3b82f6;border-color:#3b82f6}@media (max-width:640px){.CustomContent-module__8Ebb9G__processStep{flex-direction:column;align-items:flex-start}}
.FleetManagementContent-module__GK5GnG__content{background:#fafbfd;min-height:100vh;padding:100px 24px 80px}[data-theme=dark] .FleetManagementContent-module__GK5GnG__content{background:#060b18}@media (min-width:1024px){.FleetManagementContent-module__GK5GnG__content{padding:120px 48px 96px}}.FleetManagementContent-module__GK5GnG__container{max-width:900px;margin:0 auto}.FleetManagementContent-module__GK5GnG__hero{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.FleetManagementContent-module__GK5GnG__heroTitle{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:750;line-height:1.15}[data-theme=dark] .FleetManagementContent-module__GK5GnG__heroTitle{color:#f1f5f9}.FleetManagementContent-module__GK5GnG__heroSubtitle{color:#475569;max-width:680px;margin:0;font-size:1.05rem;line-height:1.6}[data-theme=dark] .FleetManagementContent-module__GK5GnG__heroSubtitle{color:#94a3b8}.FleetManagementContent-module__GK5GnG__tagGroup{flex-wrap:wrap;gap:8px;display:flex}.FleetManagementContent-module__GK5GnG__tag{color:#2563eb;background:#2563eb14;border:1px solid #2563eb26;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}[data-theme=dark] .FleetManagementContent-module__GK5GnG__tag{color:#3b82f6;background:#3b82f61a;border-color:#3b82f633}.FleetManagementContent-module__GK5GnG__meta{color:#94a3b8;font-size:.8rem}[data-theme=dark] .FleetManagementContent-module__GK5GnG__meta{color:#64748b}.FleetManagementContent-module__GK5GnG__divider{background:#e2e8f0;border:none;height:1px;margin:0}[data-theme=dark] .FleetManagementContent-module__GK5GnG__divider{background:#1e293b}.FleetManagementContent-module__GK5GnG__section{margin-top:48px}.FleetManagementContent-module__GK5GnG__sectionTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 12px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700}[data-theme=dark] .FleetManagementContent-module__GK5GnG__sectionTitle{color:#f1f5f9}.FleetManagementContent-module__GK5GnG__paragraph{color:#475569;margin:0 0 8px;font-size:.92rem;line-height:1.7}[data-theme=dark] .FleetManagementContent-module__GK5GnG__paragraph{color:#94a3b8}.FleetManagementContent-module__GK5GnG__list{flex-direction:column;gap:10px;margin:16px 0 0;padding:0;list-style:none;display:flex}.FleetManagementContent-module__GK5GnG__listItem{color:#334155;align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}[data-theme=dark] .FleetManagementContent-module__GK5GnG__listItem{color:#cbd5e1}.FleetManagementContent-module__GK5GnG__checkIcon{color:#2563eb;flex-shrink:0;margin-top:2px}[data-theme=dark] .FleetManagementContent-module__GK5GnG__checkIcon{color:#3b82f6}.FleetManagementContent-module__GK5GnG__kpiRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:24px;display:grid}.FleetManagementContent-module__GK5GnG__kpiBox{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}[data-theme=dark] .FleetManagementContent-module__GK5GnG__kpiBox{background:#0f172a80;border-color:#1e293b}.FleetManagementContent-module__GK5GnG__kpiTitle{color:#0f172a;margin-bottom:6px;font-size:.9rem;display:block}[data-theme=dark] .FleetManagementContent-module__GK5GnG__kpiTitle{color:#f1f5f9}.FleetManagementContent-module__GK5GnG__kpiDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}[data-theme=dark] .FleetManagementContent-module__GK5GnG__kpiDesc{color:#94a3b8}.FleetManagementContent-module__GK5GnG__cardGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:20px;display:grid}.FleetManagementContent-module__GK5GnG__card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;transition:border-color .2s}.FleetManagementContent-module__GK5GnG__card:hover{border-color:#cbd5e1}[data-theme=dark] .FleetManagementContent-module__GK5GnG__card{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .FleetManagementContent-module__GK5GnG__card:hover{border-color:#334155}.FleetManagementContent-module__GK5GnG__cardTitle{color:#0f172a;margin:0 0 8px;font-size:1rem;font-weight:650}[data-theme=dark] .FleetManagementContent-module__GK5GnG__cardTitle{color:#f1f5f9}.FleetManagementContent-module__GK5GnG__cardDesc{color:#64748b;margin:0;font-size:.88rem;line-height:1.6}[data-theme=dark] .FleetManagementContent-module__GK5GnG__cardDesc{color:#94a3b8}.FleetManagementContent-module__GK5GnG__cta{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:flex-start;gap:16px;margin-top:56px;padding:36px;display:flex}[data-theme=dark] .FleetManagementContent-module__GK5GnG__cta{background:#0f172a80;border-color:#1e293b}.FleetManagementContent-module__GK5GnG__ctaTitle{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}[data-theme=dark] .FleetManagementContent-module__GK5GnG__ctaTitle{color:#f1f5f9}.FleetManagementContent-module__GK5GnG__ctaDesc{color:#64748b;margin:0;font-size:.92rem;line-height:1.6}[data-theme=dark] .FleetManagementContent-module__GK5GnG__ctaDesc{color:#94a3b8}.FleetManagementContent-module__GK5GnG__ctaActions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.FleetManagementContent-module__GK5GnG__btnPrimary{color:#fff;background:#2563eb;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.FleetManagementContent-module__GK5GnG__btnPrimary:hover{background:#1d4ed8}[data-theme=dark] .FleetManagementContent-module__GK5GnG__btnPrimary{background:#3b82f6}[data-theme=dark] .FleetManagementContent-module__GK5GnG__btnPrimary:hover{background:#2563eb}.FleetManagementContent-module__GK5GnG__btnSecondary{color:#475569;background:0 0;border:1px solid #e2e8f0;border-radius:10px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.FleetManagementContent-module__GK5GnG__btnSecondary:hover{color:#2563eb;border-color:#2563eb}[data-theme=dark] .FleetManagementContent-module__GK5GnG__btnSecondary{color:#94a3b8;border-color:#1e293b}[data-theme=dark] .FleetManagementContent-module__GK5GnG__btnSecondary:hover{color:#3b82f6;border-color:#3b82f6}.FleetManagementContent-module__GK5GnG__btnLink{color:#2563eb;align-items:center;padding:12px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.FleetManagementContent-module__GK5GnG__btnLink:hover{opacity:.8}[data-theme=dark] .FleetManagementContent-module__GK5GnG__btnLink{color:#3b82f6}.FleetManagementContent-module__GK5GnG__support{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:32px;padding:24px}[data-theme=dark] .FleetManagementContent-module__GK5GnG__support{background:#0f172a4d;border-color:#1e293b}.FleetManagementContent-module__GK5GnG__supportIcon{color:#2563eb;margin-bottom:4px}[data-theme=dark] .FleetManagementContent-module__GK5GnG__supportIcon{color:#3b82f6}.FleetManagementContent-module__GK5GnG__supportTitle{color:#0f172a;margin:0 0 6px;font-size:.95rem;font-weight:650}[data-theme=dark] .FleetManagementContent-module__GK5GnG__supportTitle{color:#f1f5f9}.FleetManagementContent-module__GK5GnG__supportDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.6}[data-theme=dark] .FleetManagementContent-module__GK5GnG__supportDesc{color:#94a3b8}.FleetManagementContent-module__GK5GnG__supportLink{color:#2563eb;margin-top:10px;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.FleetManagementContent-module__GK5GnG__supportLink:hover{opacity:.75}[data-theme=dark] .FleetManagementContent-module__GK5GnG__supportLink{color:#3b82f6}
.FleetTelematicsContent-module__vo_JmG__content{background:#fafbfd;min-height:100vh;padding:100px 24px 80px}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__content{background:#060b18}@media (min-width:1024px){.FleetTelematicsContent-module__vo_JmG__content{padding:120px 48px 96px}}.FleetTelematicsContent-module__vo_JmG__container{max-width:900px;margin:0 auto}.FleetTelematicsContent-module__vo_JmG__hero{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.FleetTelematicsContent-module__vo_JmG__heroTitle{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:750;line-height:1.15}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__heroTitle{color:#f1f5f9}.FleetTelematicsContent-module__vo_JmG__heroSubtitle{color:#475569;max-width:680px;margin:0;font-size:1.05rem;line-height:1.6}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__heroSubtitle{color:#94a3b8}.FleetTelematicsContent-module__vo_JmG__tagGroup{flex-wrap:wrap;gap:8px;display:flex}.FleetTelematicsContent-module__vo_JmG__tag{color:#2563eb;background:#2563eb14;border:1px solid #2563eb26;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__tag{color:#3b82f6;background:#3b82f61a;border-color:#3b82f633}.FleetTelematicsContent-module__vo_JmG__meta{color:#94a3b8;font-size:.8rem}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__meta{color:#64748b}.FleetTelematicsContent-module__vo_JmG__divider{background:#e2e8f0;border:none;height:1px;margin:0}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__divider{background:#1e293b}.FleetTelematicsContent-module__vo_JmG__section{margin-top:48px}.FleetTelematicsContent-module__vo_JmG__sectionTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 12px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__sectionTitle{color:#f1f5f9}.FleetTelematicsContent-module__vo_JmG__paragraph{color:#475569;margin:0 0 8px;font-size:.92rem;line-height:1.7}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__paragraph{color:#94a3b8}.FleetTelematicsContent-module__vo_JmG__list{flex-direction:column;gap:10px;margin:16px 0 0;padding:0;list-style:none;display:flex}.FleetTelematicsContent-module__vo_JmG__listItem{color:#334155;align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__listItem{color:#cbd5e1}.FleetTelematicsContent-module__vo_JmG__checkIcon{color:#2563eb;flex-shrink:0;margin-top:2px}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__checkIcon{color:#3b82f6}.FleetTelematicsContent-module__vo_JmG__kpiRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:24px;display:grid}.FleetTelematicsContent-module__vo_JmG__kpiBox{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__kpiBox{background:#0f172a80;border-color:#1e293b}.FleetTelematicsContent-module__vo_JmG__kpiTitle{color:#0f172a;margin-bottom:6px;font-size:.9rem;display:block}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__kpiTitle{color:#f1f5f9}.FleetTelematicsContent-module__vo_JmG__kpiDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__kpiDesc{color:#94a3b8}.FleetTelematicsContent-module__vo_JmG__cardGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:20px;display:grid}.FleetTelematicsContent-module__vo_JmG__card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;transition:border-color .2s}.FleetTelematicsContent-module__vo_JmG__card:hover{border-color:#cbd5e1}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__card{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__card:hover{border-color:#334155}.FleetTelematicsContent-module__vo_JmG__cardTitle{color:#0f172a;margin:0 0 8px;font-size:1rem;font-weight:650}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__cardTitle{color:#f1f5f9}.FleetTelematicsContent-module__vo_JmG__cardDesc{color:#64748b;margin:0;font-size:.88rem;line-height:1.6}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__cardDesc{color:#94a3b8}.FleetTelematicsContent-module__vo_JmG__cta{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:flex-start;gap:16px;margin-top:56px;padding:36px;display:flex}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__cta{background:#0f172a80;border-color:#1e293b}.FleetTelematicsContent-module__vo_JmG__ctaTitle{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__ctaTitle{color:#f1f5f9}.FleetTelematicsContent-module__vo_JmG__ctaDesc{color:#64748b;margin:0;font-size:.92rem;line-height:1.6}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__ctaDesc{color:#94a3b8}.FleetTelematicsContent-module__vo_JmG__ctaActions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.FleetTelematicsContent-module__vo_JmG__btnPrimary{color:#fff;background:#2563eb;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.FleetTelematicsContent-module__vo_JmG__btnPrimary:hover{background:#1d4ed8}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__btnPrimary{background:#3b82f6}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__btnPrimary:hover{background:#2563eb}.FleetTelematicsContent-module__vo_JmG__btnSecondary{color:#475569;background:0 0;border:1px solid #e2e8f0;border-radius:10px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.FleetTelematicsContent-module__vo_JmG__btnSecondary:hover{color:#2563eb;border-color:#2563eb}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__btnSecondary{color:#94a3b8;border-color:#1e293b}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__btnSecondary:hover{color:#3b82f6;border-color:#3b82f6}.FleetTelematicsContent-module__vo_JmG__btnLink{color:#2563eb;align-items:center;padding:12px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.FleetTelematicsContent-module__vo_JmG__btnLink:hover{opacity:.8}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__btnLink{color:#3b82f6}.FleetTelematicsContent-module__vo_JmG__support{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:32px;padding:24px}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__support{background:#0f172a4d;border-color:#1e293b}.FleetTelematicsContent-module__vo_JmG__supportIcon{color:#2563eb;margin-bottom:4px}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__supportIcon{color:#3b82f6}.FleetTelematicsContent-module__vo_JmG__supportTitle{color:#0f172a;margin:0 0 6px;font-size:.95rem;font-weight:650}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__supportTitle{color:#f1f5f9}.FleetTelematicsContent-module__vo_JmG__supportDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.6}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__supportDesc{color:#94a3b8}.FleetTelematicsContent-module__vo_JmG__supportLink{color:#2563eb;margin-top:10px;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.FleetTelematicsContent-module__vo_JmG__supportLink:hover{opacity:.75}[data-theme=dark] .FleetTelematicsContent-module__vo_JmG__supportLink{color:#3b82f6}
.MobileAppContent-module__z_DhgG__content{background:#fafbfd;min-height:100vh;padding:100px 24px 80px}[data-theme=dark] .MobileAppContent-module__z_DhgG__content{background:#060b18}@media (min-width:1024px){.MobileAppContent-module__z_DhgG__content{padding:120px 48px 96px}}.MobileAppContent-module__z_DhgG__container{max-width:900px;margin:0 auto}.MobileAppContent-module__z_DhgG__hero{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.MobileAppContent-module__z_DhgG__heroTitle{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:750;line-height:1.15}[data-theme=dark] .MobileAppContent-module__z_DhgG__heroTitle{color:#f1f5f9}.MobileAppContent-module__z_DhgG__heroSubtitle{color:#475569;max-width:680px;margin:0;font-size:1.05rem;line-height:1.6}[data-theme=dark] .MobileAppContent-module__z_DhgG__heroSubtitle{color:#94a3b8}.MobileAppContent-module__z_DhgG__tagGroup{flex-wrap:wrap;gap:8px;display:flex}.MobileAppContent-module__z_DhgG__tag{color:#2563eb;background:#2563eb14;border:1px solid #2563eb26;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}[data-theme=dark] .MobileAppContent-module__z_DhgG__tag{color:#3b82f6;background:#3b82f61a;border-color:#3b82f633}.MobileAppContent-module__z_DhgG__meta{color:#94a3b8;font-size:.8rem}[data-theme=dark] .MobileAppContent-module__z_DhgG__meta{color:#64748b}.MobileAppContent-module__z_DhgG__divider{background:#e2e8f0;border:none;height:1px;margin:0}[data-theme=dark] .MobileAppContent-module__z_DhgG__divider{background:#1e293b}.MobileAppContent-module__z_DhgG__section{margin-top:48px}.MobileAppContent-module__z_DhgG__sectionTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 12px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700}[data-theme=dark] .MobileAppContent-module__z_DhgG__sectionTitle{color:#f1f5f9}.MobileAppContent-module__z_DhgG__paragraph{color:#475569;margin:0 0 8px;font-size:.92rem;line-height:1.7}[data-theme=dark] .MobileAppContent-module__z_DhgG__paragraph{color:#94a3b8}.MobileAppContent-module__z_DhgG__list{flex-direction:column;gap:10px;margin:16px 0 0;padding:0;list-style:none;display:flex}.MobileAppContent-module__z_DhgG__listItem{color:#334155;align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}[data-theme=dark] .MobileAppContent-module__z_DhgG__listItem{color:#cbd5e1}.MobileAppContent-module__z_DhgG__checkIcon{color:#2563eb;flex-shrink:0;margin-top:2px}[data-theme=dark] .MobileAppContent-module__z_DhgG__checkIcon{color:#3b82f6}.MobileAppContent-module__z_DhgG__kpiRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:24px;display:grid}.MobileAppContent-module__z_DhgG__kpiBox{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}[data-theme=dark] .MobileAppContent-module__z_DhgG__kpiBox{background:#0f172a80;border-color:#1e293b}.MobileAppContent-module__z_DhgG__kpiTitle{color:#0f172a;margin-bottom:6px;font-size:.9rem;display:block}[data-theme=dark] .MobileAppContent-module__z_DhgG__kpiTitle{color:#f1f5f9}.MobileAppContent-module__z_DhgG__kpiDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}[data-theme=dark] .MobileAppContent-module__z_DhgG__kpiDesc{color:#94a3b8}.MobileAppContent-module__z_DhgG__cardGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:20px;display:grid}.MobileAppContent-module__z_DhgG__card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;transition:border-color .2s}.MobileAppContent-module__z_DhgG__card:hover{border-color:#cbd5e1}[data-theme=dark] .MobileAppContent-module__z_DhgG__card{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .MobileAppContent-module__z_DhgG__card:hover{border-color:#334155}.MobileAppContent-module__z_DhgG__cardTitle{color:#0f172a;margin:0 0 8px;font-size:1rem;font-weight:650}[data-theme=dark] .MobileAppContent-module__z_DhgG__cardTitle{color:#f1f5f9}.MobileAppContent-module__z_DhgG__cardDesc{color:#64748b;margin:0;font-size:.88rem;line-height:1.6}[data-theme=dark] .MobileAppContent-module__z_DhgG__cardDesc{color:#94a3b8}.MobileAppContent-module__z_DhgG__cta{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:flex-start;gap:16px;margin-top:56px;padding:36px;display:flex}[data-theme=dark] .MobileAppContent-module__z_DhgG__cta{background:#0f172a80;border-color:#1e293b}.MobileAppContent-module__z_DhgG__ctaTitle{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}[data-theme=dark] .MobileAppContent-module__z_DhgG__ctaTitle{color:#f1f5f9}.MobileAppContent-module__z_DhgG__ctaDesc{color:#64748b;margin:0;font-size:.92rem;line-height:1.6}[data-theme=dark] .MobileAppContent-module__z_DhgG__ctaDesc{color:#94a3b8}.MobileAppContent-module__z_DhgG__ctaActions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.MobileAppContent-module__z_DhgG__btnPrimary{color:#fff;background:#2563eb;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.MobileAppContent-module__z_DhgG__btnPrimary:hover{background:#1d4ed8}[data-theme=dark] .MobileAppContent-module__z_DhgG__btnPrimary{background:#3b82f6}[data-theme=dark] .MobileAppContent-module__z_DhgG__btnPrimary:hover{background:#2563eb}.MobileAppContent-module__z_DhgG__btnSecondary{color:#475569;background:0 0;border:1px solid #e2e8f0;border-radius:10px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.MobileAppContent-module__z_DhgG__btnSecondary:hover{color:#2563eb;border-color:#2563eb}[data-theme=dark] .MobileAppContent-module__z_DhgG__btnSecondary{color:#94a3b8;border-color:#1e293b}[data-theme=dark] .MobileAppContent-module__z_DhgG__btnSecondary:hover{color:#3b82f6;border-color:#3b82f6}.MobileAppContent-module__z_DhgG__btnLink{color:#2563eb;align-items:center;padding:12px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.MobileAppContent-module__z_DhgG__btnLink:hover{opacity:.8}[data-theme=dark] .MobileAppContent-module__z_DhgG__btnLink{color:#3b82f6}.MobileAppContent-module__z_DhgG__support{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:32px;padding:24px}[data-theme=dark] .MobileAppContent-module__z_DhgG__support{background:#0f172a4d;border-color:#1e293b}.MobileAppContent-module__z_DhgG__supportIcon{color:#2563eb;margin-bottom:4px}[data-theme=dark] .MobileAppContent-module__z_DhgG__supportIcon{color:#3b82f6}.MobileAppContent-module__z_DhgG__supportTitle{color:#0f172a;margin:0 0 6px;font-size:.95rem;font-weight:650}[data-theme=dark] .MobileAppContent-module__z_DhgG__supportTitle{color:#f1f5f9}.MobileAppContent-module__z_DhgG__supportDesc{color:#64748b;margin:0;font-size:.85rem;line-height:1.6}[data-theme=dark] .MobileAppContent-module__z_DhgG__supportDesc{color:#94a3b8}.MobileAppContent-module__z_DhgG__supportLink{color:#2563eb;margin-top:10px;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.MobileAppContent-module__z_DhgG__supportLink:hover{opacity:.75}[data-theme=dark] .MobileAppContent-module__z_DhgG__supportLink{color:#3b82f6}
.PartnersContent-module__27oklG__content{background:#fafbfd;min-height:100vh;padding:100px 24px 80px}[data-theme=dark] .PartnersContent-module__27oklG__content{background:#060b18}@media (min-width:1024px){.PartnersContent-module__27oklG__content{padding:120px 48px 96px}}.PartnersContent-module__27oklG__container{max-width:960px;margin:0 auto}.PartnersContent-module__27oklG__hero{text-align:left;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:40px;display:flex}.PartnersContent-module__27oklG__heroTitle{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:750;line-height:1.15}[data-theme=dark] .PartnersContent-module__27oklG__heroTitle{color:#f1f5f9}.PartnersContent-module__27oklG__heroSubtitle{color:#475569;max-width:680px;margin:0;font-size:1.05rem;line-height:1.6}[data-theme=dark] .PartnersContent-module__27oklG__heroSubtitle{color:#94a3b8}.PartnersContent-module__27oklG__divider{background:#e2e8f0;border:none;height:1px;margin:0}[data-theme=dark] .PartnersContent-module__27oklG__divider{background:#1e293b}.PartnersContent-module__27oklG__section{margin-top:48px}.PartnersContent-module__27oklG__sectionTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 12px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700}[data-theme=dark] .PartnersContent-module__27oklG__sectionTitle{color:#f1f5f9}.PartnersContent-module__27oklG__paragraph{color:#475569;margin:0 0 8px;font-size:.92rem;line-height:1.7}[data-theme=dark] .PartnersContent-module__27oklG__paragraph{color:#94a3b8}.PartnersContent-module__27oklG__cardGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:24px;display:grid}.PartnersContent-module__27oklG__card,.PartnersContent-module__27oklG__typeCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;transition:border-color .2s,box-shadow .2s}.PartnersContent-module__27oklG__card:hover,.PartnersContent-module__27oklG__typeCard:hover{border-color:#cbd5e1;box-shadow:0 2px 12px #0000000a}:is([data-theme=dark] .PartnersContent-module__27oklG__card,[data-theme=dark] .PartnersContent-module__27oklG__typeCard){background:#0f172a80;border-color:#1e293b}:is([data-theme=dark] .PartnersContent-module__27oklG__card:hover,[data-theme=dark] .PartnersContent-module__27oklG__typeCard:hover){box-shadow:none;border-color:#334155}.PartnersContent-module__27oklG__typeGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:24px;display:grid}.PartnersContent-module__27oklG__cardHeader{align-items:center;gap:12px;margin-bottom:14px;display:flex}.PartnersContent-module__27oklG__cardIcon{color:#2563eb;background:#2563eb14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}[data-theme=dark] .PartnersContent-module__27oklG__cardIcon{color:#3b82f6;background:#3b82f61a}.PartnersContent-module__27oklG__cardTitle{color:#0f172a;margin:0;font-size:1rem;font-weight:650}[data-theme=dark] .PartnersContent-module__27oklG__cardTitle{color:#f1f5f9}.PartnersContent-module__27oklG__cardDesc{color:#64748b;margin:0;font-size:.88rem;line-height:1.6}[data-theme=dark] .PartnersContent-module__27oklG__cardDesc{color:#94a3b8}.PartnersContent-module__27oklG__featureList{flex-direction:column;gap:8px;margin:16px 0 0;padding:0;list-style:none;display:flex}.PartnersContent-module__27oklG__featureItem{color:#334155;align-items:center;gap:8px;font-size:.86rem;display:flex}[data-theme=dark] .PartnersContent-module__27oklG__featureItem{color:#cbd5e1}.PartnersContent-module__27oklG__featureCheck{color:#22c55e;flex-shrink:0;display:flex}.PartnersContent-module__27oklG__formSection{background:#fff;border:1px solid #e2e8f0;border-radius:18px;margin-top:56px;padding:36px}[data-theme=dark] .PartnersContent-module__27oklG__formSection{background:#0f172a80;border-color:#1e293b}.PartnersContent-module__27oklG__form{flex-direction:column;gap:18px;margin-top:24px;display:flex}.PartnersContent-module__27oklG__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:640px){.PartnersContent-module__27oklG__formRow{grid-template-columns:1fr}}.PartnersContent-module__27oklG__formGroup{flex-direction:column;gap:6px;display:flex}.PartnersContent-module__27oklG__label{color:#475569;font-size:.82rem;font-weight:600}[data-theme=dark] .PartnersContent-module__27oklG__label{color:#94a3b8}.PartnersContent-module__27oklG__input,.PartnersContent-module__27oklG__select,.PartnersContent-module__27oklG__textarea{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .15s}.PartnersContent-module__27oklG__input:focus,.PartnersContent-module__27oklG__select:focus,.PartnersContent-module__27oklG__textarea:focus{border-color:#2563eb}:is([data-theme=dark] .PartnersContent-module__27oklG__input,[data-theme=dark] .PartnersContent-module__27oklG__select,[data-theme=dark] .PartnersContent-module__27oklG__textarea){color:#f1f5f9;background:#0f172acc;border-color:#1e293b}:is([data-theme=dark] .PartnersContent-module__27oklG__input:focus,[data-theme=dark] .PartnersContent-module__27oklG__select:focus,[data-theme=dark] .PartnersContent-module__27oklG__textarea:focus){border-color:#3b82f6}.PartnersContent-module__27oklG__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 12 12'%3E%3Cpath d='M3 5l3 3 3-3' fill='none' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.PartnersContent-module__27oklG__textarea{resize:vertical;min-height:100px}.PartnersContent-module__27oklG__checkboxLabel{color:#475569;cursor:pointer;align-items:center;gap:8px;font-size:.85rem;display:flex}[data-theme=dark] .PartnersContent-module__27oklG__checkboxLabel{color:#94a3b8}.PartnersContent-module__27oklG__checkbox{accent-color:#2563eb;cursor:pointer;width:16px;height:16px}.PartnersContent-module__27oklG__privacyLink{color:#2563eb;text-decoration:underline}[data-theme=dark] .PartnersContent-module__27oklG__privacyLink{color:#3b82f6}.PartnersContent-module__27oklG__error{color:#ef4444;margin:0;font-size:.85rem}.PartnersContent-module__27oklG__submitBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;padding:12px 28px;font-size:.9rem;font-weight:600;transition:background .15s;display:inline-flex}.PartnersContent-module__27oklG__submitBtn:hover:not(:disabled){background:#1d4ed8}.PartnersContent-module__27oklG__submitBtn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .PartnersContent-module__27oklG__submitBtn{background:#3b82f6}[data-theme=dark] .PartnersContent-module__27oklG__submitBtn:hover:not(:disabled){background:#2563eb}.PartnersContent-module__27oklG__successMessage{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:10px;margin-top:20px;padding:20px 24px;font-size:.92rem;display:flex}[data-theme=dark] .PartnersContent-module__27oklG__successMessage{color:#4ade80;background:#22c55e14;border-color:#22c55e33}
.SupportContent-module__kcPtFW__content{background:#fafbfd;min-height:100vh;padding:100px 24px 80px}[data-theme=dark] .SupportContent-module__kcPtFW__content{background:#060b18}@media (min-width:1024px){.SupportContent-module__kcPtFW__content{padding:120px 48px 96px}}.SupportContent-module__kcPtFW__container{max-width:900px;margin:0 auto}.SupportContent-module__kcPtFW__hero{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.SupportContent-module__kcPtFW__heroTitle{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:750;line-height:1.15}[data-theme=dark] .SupportContent-module__kcPtFW__heroTitle{color:#f1f5f9}.SupportContent-module__kcPtFW__heroSubtitle{color:#475569;max-width:680px;margin:0;font-size:1.05rem;line-height:1.6}[data-theme=dark] .SupportContent-module__kcPtFW__heroSubtitle{color:#94a3b8}.SupportContent-module__kcPtFW__divider{background:#e2e8f0;border:none;height:1px;margin:0}[data-theme=dark] .SupportContent-module__kcPtFW__divider{background:#1e293b}.SupportContent-module__kcPtFW__section{margin-top:48px}.SupportContent-module__kcPtFW__sectionTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 16px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700}[data-theme=dark] .SupportContent-module__kcPtFW__sectionTitle{color:#f1f5f9}.SupportContent-module__kcPtFW__paragraph{color:#475569;margin:0 0 8px;font-size:.92rem;line-height:1.7}[data-theme=dark] .SupportContent-module__kcPtFW__paragraph{color:#94a3b8}.SupportContent-module__kcPtFW__channelGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:8px;display:grid}.SupportContent-module__kcPtFW__channelCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:8px;padding:24px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.SupportContent-module__kcPtFW__channelCard:hover{border-color:#2563eb;box-shadow:0 4px 16px #2563eb14}[data-theme=dark] .SupportContent-module__kcPtFW__channelCard{background:#0f172a80;border-color:#1e293b}[data-theme=dark] .SupportContent-module__kcPtFW__channelCard:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f61a}.SupportContent-module__kcPtFW__channelIcon{color:#2563eb;align-items:center;display:flex}[data-theme=dark] .SupportContent-module__kcPtFW__channelIcon{color:#3b82f6}.SupportContent-module__kcPtFW__channelTitle{color:#0f172a;font-size:.95rem;font-weight:650}[data-theme=dark] .SupportContent-module__kcPtFW__channelTitle{color:#f1f5f9}.SupportContent-module__kcPtFW__channelDesc{color:#64748b;flex:1;margin:0;font-size:.85rem;line-height:1.55}[data-theme=dark] .SupportContent-module__kcPtFW__channelDesc{color:#94a3b8}.SupportContent-module__kcPtFW__channelAction{color:#2563eb;margin-top:4px;font-size:.82rem;font-weight:600}[data-theme=dark] .SupportContent-module__kcPtFW__channelAction{color:#3b82f6}.SupportContent-module__kcPtFW__list{flex-direction:column;gap:10px;margin:16px 0 0;padding:0;list-style:none;display:flex}.SupportContent-module__kcPtFW__listItem{color:#334155;align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}[data-theme=dark] .SupportContent-module__kcPtFW__listItem{color:#cbd5e1}.SupportContent-module__kcPtFW__checkIcon{color:#2563eb;flex-shrink:0;margin-top:2px}[data-theme=dark] .SupportContent-module__kcPtFW__checkIcon{color:#3b82f6}.SupportContent-module__kcPtFW__slaGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:20px;display:grid}.SupportContent-module__kcPtFW__slaBox{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:4px;padding:20px;display:flex}[data-theme=dark] .SupportContent-module__kcPtFW__slaBox{background:#0f172a80;border-color:#1e293b}.SupportContent-module__kcPtFW__slaLevel{text-transform:uppercase;letter-spacing:.05em;color:#2563eb;font-size:.82rem;font-weight:600}[data-theme=dark] .SupportContent-module__kcPtFW__slaLevel{color:#3b82f6}.SupportContent-module__kcPtFW__slaTime{color:#0f172a;font-size:1.15rem;font-weight:700}[data-theme=dark] .SupportContent-module__kcPtFW__slaTime{color:#f1f5f9}.SupportContent-module__kcPtFW__slaDesc{color:#64748b;margin:4px 0 0;font-size:.82rem;line-height:1.5}[data-theme=dark] .SupportContent-module__kcPtFW__slaDesc{color:#94a3b8}.SupportContent-module__kcPtFW__faqList{flex-direction:column;gap:0;margin-top:8px;display:flex}.SupportContent-module__kcPtFW__faqItem{border-bottom:1px solid #e2e8f0;padding:20px 0}.SupportContent-module__kcPtFW__faqItem:last-child{border-bottom:none}[data-theme=dark] .SupportContent-module__kcPtFW__faqItem{border-color:#1e293b}.SupportContent-module__kcPtFW__faqQuestion{color:#0f172a;margin:0 0 8px;font-size:.95rem;font-weight:650}[data-theme=dark] .SupportContent-module__kcPtFW__faqQuestion{color:#f1f5f9}.SupportContent-module__kcPtFW__faqAnswer{color:#64748b;margin:0;font-size:.88rem;line-height:1.65}[data-theme=dark] .SupportContent-module__kcPtFW__faqAnswer{color:#94a3b8}.SupportContent-module__kcPtFW__cta{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:center;gap:12px;margin-top:56px;padding:40px;display:flex}[data-theme=dark] .SupportContent-module__kcPtFW__cta{background:#0f172a80;border-color:#1e293b}.SupportContent-module__kcPtFW__ctaIcon{color:#2563eb}[data-theme=dark] .SupportContent-module__kcPtFW__ctaIcon{color:#3b82f6}.SupportContent-module__kcPtFW__ctaTitle{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}[data-theme=dark] .SupportContent-module__kcPtFW__ctaTitle{color:#f1f5f9}.SupportContent-module__kcPtFW__ctaDesc{color:#64748b;max-width:500px;margin:0;font-size:.92rem;line-height:1.6}[data-theme=dark] .SupportContent-module__kcPtFW__ctaDesc{color:#94a3b8}.SupportContent-module__kcPtFW__btnPrimary{color:#fff;background:#2563eb;border-radius:10px;align-items:center;gap:8px;margin-top:4px;padding:12px 28px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.SupportContent-module__kcPtFW__btnPrimary:hover{background:#1d4ed8}[data-theme=dark] .SupportContent-module__kcPtFW__btnPrimary{background:#3b82f6}[data-theme=dark] .SupportContent-module__kcPtFW__btnPrimary:hover{background:#2563eb}
.page-module__W_KE5q__layout{flex-direction:column;min-height:100vh;display:flex}
.page-module__WHbR6q__layout{flex-direction:column;min-height:100vh;display:flex}
.page-module__FBtO9q__layout{flex-direction:column;min-height:100vh;display:flex}
.page-module__y0SRlG__layout{flex-direction:column;min-height:100vh;display:flex}
.page-module__ty21uG__layout{flex-direction:column;min-height:100vh;display:flex}
.page-module__Z-Vlya__layout{flex-direction:column;min-height:100vh;display:flex}
.page-module__Qv8XEW__layout{flex-direction:column;min-height:100vh;display:flex}
.page-module__hOYmNa__layout{flex-direction:column;min-height:100vh;display:flex}
.page-module__kqkItW__layout{background:#fff;min-height:100vh}.page-module__kqkItW__content{justify-content:center;align-items:center;min-height:calc(100vh - 264px);padding:80px 20px;display:flex}.page-module__kqkItW__container{text-align:center;max-width:600px}.page-module__kqkItW__icon{color:#52c41a;font-size:80px}[data-theme=dark] .page-module__kqkItW__icon{color:#fff}.page-module__kqkItW__title{color:#000!important;margin:0!important;font-size:2.5rem!important;font-weight:700!important}.page-module__kqkItW__description{color:#666;margin:0;font-size:1.125rem}[data-theme=dark] .page-module__kqkItW__layout{background:#0a0a0a}[data-theme=dark] .page-module__kqkItW__title{color:#fff!important}[data-theme=dark] .page-module__kqkItW__description{color:#adb5bd}@media (max-width:768px){.page-module__kqkItW__icon{font-size:60px}.page-module__kqkItW__title{font-size:2rem!important}.page-module__kqkItW__description{font-size:1rem}}
.page-module__UWR5rW__layout{flex-direction:column;min-height:100vh;display:flex}
.page-module__pgaT6G__layout{flex-direction:column;min-height:100vh;display:flex}
.LandingPage-module__U9ej6W__page{flex-direction:column;min-height:100vh;display:flex}.LandingPage-module__U9ej6W__page main{flex:1}
.LegalContent-module__0vvT4W__content{background:#fafbfd;min-height:100vh;padding:100px 24px 80px}[data-theme=dark] .LegalContent-module__0vvT4W__content{background:#060b18}@media (min-width:1024px){.LegalContent-module__0vvT4W__content{padding:120px 48px 96px}}.LegalContent-module__0vvT4W__container{max-width:900px;margin:0 auto}.LegalContent-module__0vvT4W__hero{flex-direction:column;gap:8px;margin-bottom:32px;display:flex}.LegalContent-module__0vvT4W__title{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:750;line-height:1.15}[data-theme=dark] .LegalContent-module__0vvT4W__title{color:#f1f5f9}.LegalContent-module__0vvT4W__lastUpdated{color:#94a3b8;margin:0;font-size:.88rem}[data-theme=dark] .LegalContent-module__0vvT4W__lastUpdated{color:#64748b}.LegalContent-module__0vvT4W__divider{background:#e2e8f0;border:none;height:1px;margin:24px 0 40px}[data-theme=dark] .LegalContent-module__0vvT4W__divider{background:#1e293b}.LegalContent-module__0vvT4W__section{margin-bottom:40px}.LegalContent-module__0vvT4W__sectionTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 12px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:680;line-height:1.25}[data-theme=dark] .LegalContent-module__0vvT4W__sectionTitle{color:#f1f5f9}.LegalContent-module__0vvT4W__paragraph{color:#475569;margin:0 0 8px;font-size:.98rem;line-height:1.7}[data-theme=dark] .LegalContent-module__0vvT4W__paragraph{color:#94a3b8}
