.Navbar-module__oCXpda__header{z-index:100;background:color-mix(in srgb, var(--bg-base) 92%, transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background .25s,border-color .25s;position:sticky;top:0}.Navbar-module__oCXpda__nav{justify-content:space-between;align-items:center;gap:32px;height:68px;display:flex}.Navbar-module__oCXpda__logo{letter-spacing:-.01em;white-space:nowrap;color:var(--text-primary);align-items:center;gap:10px;font-size:1.0625rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__oCXpda__logoMark{background:#09090b;border:1px solid #27272a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -4px #0000004d}.Navbar-module__oCXpda__logoImg{object-fit:contain;width:100%;height:100%}.Navbar-module__oCXpda__links{flex:1;justify-content:center;align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__oCXpda__navItem{list-style:none}.Navbar-module__oCXpda__link{border-radius:var(--radius-pill);color:var(--text-secondary);padding:7px 14px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.Navbar-module__oCXpda__link:hover{color:var(--text-primary);background:var(--bg-muted)}.Navbar-module__oCXpda__actions{align-items:center;gap:8px;display:flex}.Navbar-module__oCXpda__iconBtn{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:color .18s,background .18s;display:flex}.Navbar-module__oCXpda__iconBtn:hover{color:var(--text-primary);background:var(--bg-muted)}.Navbar-module__oCXpda__langWrap{position:relative}.Navbar-module__oCXpda__langBtn{border-radius:var(--radius-sm);height:38px;color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:0 10px;font-size:.8125rem;font-weight:600;transition:color .18s,background .18s;display:flex}.Navbar-module__oCXpda__langBtn:hover{color:var(--text-primary);background:var(--bg-muted)}.Navbar-module__oCXpda__langFlag{font-size:1rem;line-height:1}.Navbar-module__oCXpda__langCode{letter-spacing:.04em;font-size:.75rem;font-weight:700}.Navbar-module__oCXpda__langChevron{opacity:.6;transition:transform .2s}.Navbar-module__oCXpda__langChevronOpen{transform:rotate(180deg)}.Navbar-module__oCXpda__langMenu{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);min-width:160px;box-shadow:var(--shadow-lifted);z-index:200;margin:0;padding:6px;list-style:none;animation:.15s Navbar-module__oCXpda__dropIn;position:absolute;top:calc(100% + 8px);right:0}@keyframes Navbar-module__oCXpda__dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__oCXpda__langOption{border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);cursor:pointer;text-align:start;background:0 0;border:none;align-items:center;gap:9px;padding:8px 10px;font-size:.875rem;transition:background .12s,color .12s;display:flex}.Navbar-module__oCXpda__langOption:hover{background:var(--bg-muted);color:var(--text-primary)}.Navbar-module__oCXpda__langOptionActive{color:var(--text-primary);font-weight:600}.Navbar-module__oCXpda__langCheck{color:var(--accent-green);flex-shrink:0;margin-inline-start:auto}.Navbar-module__oCXpda__burger{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__oCXpda__bar{background:var(--text-primary);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s}.Navbar-module__oCXpda__barOpen1{transform:translateY(7px)rotate(45deg)}.Navbar-module__oCXpda__barOpen2{opacity:0}.Navbar-module__oCXpda__barOpen3{transform:translateY(-7px)rotate(-45deg)}.Navbar-module__oCXpda__ctaMobileItem{width:100%;margin-top:10px;display:none}.Navbar-module__oCXpda__ctaMobile{justify-content:center;width:100%}@media (max-width:820px){.Navbar-module__oCXpda__burger{display:flex}.Navbar-module__oCXpda__links{background:var(--bg-base);border-bottom:1px solid var(--border);opacity:0;pointer-events:none;flex-direction:column;align-items:flex-start;gap:2px;max-height:0;padding:0 20px;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s,padding .35s;position:absolute;top:68px;left:0;right:0;overflow-y:hidden}.Navbar-module__oCXpda__linksOpen{opacity:1;pointer-events:auto;max-height:calc(100vh - 68px);padding:20px 20px 32px;display:flex;overflow-y:auto}.Navbar-module__oCXpda__navItem{width:100%}.Navbar-module__oCXpda__link{border-radius:var(--radius-sm);width:100%;padding:12px 16px;display:block}.Navbar-module__oCXpda__langCode{display:none}}@media (max-width:480px){.Navbar-module__oCXpda__nav{gap:8px}.Navbar-module__oCXpda__logo span:last-child{text-overflow:ellipsis;white-space:nowrap;max-width:110px;overflow:hidden}.Navbar-module__oCXpda__actions{gap:4px}.Navbar-module__oCXpda__iconBtn{width:34px;height:34px}.Navbar-module__oCXpda__langBtn{height:34px;padding:0 8px}.Navbar-module__oCXpda__langMenu{min-width:140px}.Navbar-module__oCXpda__ctaDesktop{display:none}.Navbar-module__oCXpda__ctaMobileItem{display:block}.Navbar-module__oCXpda__burger{padding:6px}}@media (max-width:340px){.Navbar-module__oCXpda__logo span:last-child{max-width:80px}.Navbar-module__oCXpda__langFlag{display:none}}
.Footer-module__8-teKW__moreServices{background:var(--bg-muted);border-top:1px solid var(--border);padding:40px 0}.Footer-module__8-teKW__exploreLabel{color:var(--text-muted);margin-bottom:16px}.Footer-module__8-teKW__capsuleGrid{flex-wrap:wrap;gap:10px;display:flex}.Footer-module__8-teKW__capsule{border:1.5px solid var(--border);border-radius:var(--radius-pill);color:var(--text-secondary);background:var(--bg-card);padding:8px 18px;font-size:.8125rem;font-weight:600;transition:border-color .15s,color .15s,background .15s}.Footer-module__8-teKW__capsule:hover{border-color:var(--text-primary);color:var(--text-primary);background:var(--bg-base)}.Footer-module__8-teKW__main{padding:64px 0 32px}.Footer-module__8-teKW__top{border-bottom:1px solid #ffffff14;grid-template-columns:1.4fr 2fr;gap:64px;padding-bottom:48px;display:grid}.Footer-module__8-teKW__brand{flex-direction:column;gap:20px;display:flex}.Footer-module__8-teKW__logo{align-items:center;gap:10px;font-size:1.0625rem;font-weight:700;text-decoration:none;transition:color .2s,opacity .2s;display:flex;color:#e4e4e7!important}.Footer-module__8-teKW__logo:hover,.Footer-module__8-teKW__logo:hover span{opacity:.95;color:#fff!important}.Footer-module__8-teKW__logoMark{background:#09090b;border:1px solid #27272a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;display:flex;overflow:hidden}.Footer-module__8-teKW__logoImg{object-fit:contain;width:100%;height:100%}.Footer-module__8-teKW__brandDesc{max-width:420px;font-size:.875rem;line-height:1.7;color:#a1a1aa!important}.Footer-module__8-teKW__contact{flex-direction:column;gap:8px;display:flex}.Footer-module__8-teKW__contactLink{word-break:break-all;font-size:.875rem;text-decoration:none;transition:color .15s;color:#a1a1aa!important}.Footer-module__8-teKW__contactLink:hover{color:#fff!important}.Footer-module__8-teKW__socials{flex-wrap:wrap;gap:16px;display:flex}.Footer-module__8-teKW__socialLink{align-items:center;gap:8px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex;color:#a1a1aa!important}.Footer-module__8-teKW__socialLink:hover{color:#fff!important}.Footer-module__8-teKW__socialIconWrapper{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Footer-module__8-teKW__columns{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.Footer-module__8-teKW__colTitle{letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.75rem;font-weight:700;color:#71717a!important}.Footer-module__8-teKW__colLink{font-size:.875rem;text-decoration:none;transition:color .15s;display:block;color:#a1a1aa!important}.Footer-module__8-teKW__colLink:hover{color:#fff!important}.Footer-module__8-teKW__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:28px;display:flex}.Footer-module__8-teKW__copy{color:#f7f6f34d;font-size:.8125rem;line-height:1.5}@media (max-width:960px){.Footer-module__8-teKW__top{grid-template-columns:1fr;gap:48px}.Footer-module__8-teKW__columns{grid-template-columns:repeat(2,1fr);gap:32px 24px}.Footer-module__8-teKW__brandDesc{max-width:100%}}@media (max-width:640px){.Footer-module__8-teKW__moreServices{padding:30px 0}.Footer-module__8-teKW__exploreLabel{text-align:center;margin-bottom:12px}.Footer-module__8-teKW__capsuleGrid{justify-content:center;gap:8px}.Footer-module__8-teKW__capsule{padding:6px 14px;font-size:.75rem}.Footer-module__8-teKW__main{padding:48px 0 80px}.Footer-module__8-teKW__top{gap:40px;padding-bottom:36px}.Footer-module__8-teKW__brand{gap:16px}.Footer-module__8-teKW__columns{grid-template-columns:repeat(2,1fr);gap:28px 16px}.Footer-module__8-teKW__bottom{text-align:center;flex-direction:column;align-items:center;gap:8px;padding-top:24px}}@media (max-width:420px){.Footer-module__8-teKW__columns{grid-template-columns:1fr;gap:24px}.Footer-module__8-teKW__contact{gap:10px}}
.Hero-module__b0RKna__hero{padding-top:100px;padding-bottom:60px}.Hero-module__b0RKna__heroSplit{align-items:center;gap:48px}.Hero-module__b0RKna__heroHeadline{letter-spacing:-.03em;line-height:1.1}.Hero-module__b0RKna__heroSub{max-width:500px;color:var(--text-secondary);line-height:1.6}.Hero-module__b0RKna__em{color:var(--accent-blue);font-style:italic}.Hero-module__b0RKna__dot{background:var(--accent-blue);border-radius:50%;width:6px;height:6px;display:inline-block}.Hero-module__b0RKna__ctas{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Hero-module__b0RKna__ctaIcon{margin-left:6px;transition:transform .2s}.Hero-module__b0RKna__ctas a:hover .Hero-module__b0RKna__ctaIcon{transform:translate(3px)}.Hero-module__b0RKna__metrics{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:24px;margin-top:16px;padding-top:24px;display:grid}.Hero-module__b0RKna__metric{flex-direction:column;gap:4px;display:flex}.Hero-module__b0RKna__metricVal{font-size:1.75rem;font-weight:700;font-family:var(--font-serif);letter-spacing:-.02em;color:var(--text-primary)}.Hero-module__b0RKna__metricLabel{color:var(--text-secondary)}.Hero-module__b0RKna__dashboard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lifted);width:100%;overflow:hidden}.Hero-module__b0RKna__dashHeader{border-bottom:1px solid var(--border);background:var(--bg-muted);align-items:center;gap:12px;padding:14px 20px;display:flex}.Hero-module__b0RKna__dashDots{gap:6px;display:flex}.Hero-module__b0RKna__dotRed{background:#ff5f57;border-radius:50%;width:12px;height:12px}.Hero-module__b0RKna__dotYellow{background:#ffbd2e;border-radius:50%;width:12px;height:12px}.Hero-module__b0RKna__dotGreen{background:#28c840;border-radius:50%;width:12px;height:12px}.Hero-module__b0RKna__dashBody{flex-direction:column;gap:20px;padding:24px;display:flex}.Hero-module__b0RKna__dashMeta{justify-content:space-between;align-items:flex-start;display:flex}.Hero-module__b0RKna__dashMetaLabel{color:var(--text-muted)}.Hero-module__b0RKna__dashBig{font-size:1.75rem;font-weight:700;font-family:var(--font-serif);letter-spacing:-.02em;color:var(--text-primary);margin-top:2px}.Hero-module__b0RKna__badge{color:var(--accent-green);border-radius:var(--radius-pill);background:#dcfce7;padding:5px 10px;font-size:.8125rem;font-weight:700}.Hero-module__b0RKna__chartBar{background:var(--bg-muted);border-radius:var(--radius-sm);align-items:flex-end;gap:6px;height:100px;padding:8px;display:flex}.Hero-module__b0RKna__bar{background:var(--bg-dark);opacity:.85;border-radius:3px 3px 0 0;flex:1;transition:opacity .2s}.Hero-module__b0RKna__bar:nth-child(7){opacity:1}.Hero-module__b0RKna__dashCards{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.Hero-module__b0RKna__dashCard{border-radius:var(--radius-sm);padding:12px}.Hero-module__b0RKna__dashCard[data-color=blue]{color:#3730a3;background:#eef2ff}.Hero-module__b0RKna__dashCard[data-color=green]{color:#166534;background:#dcfce7}.Hero-module__b0RKna__dashCard[data-color=yellow]{color:#854d0e;background:#fef9c3}[data-theme=dark] .Hero-module__b0RKna__dashCard[data-color=blue]{color:#93c5fd;background:#1e2235}[data-theme=dark] .Hero-module__b0RKna__dashCard[data-color=green]{color:#86efac;background:#162318}[data-theme=dark] .Hero-module__b0RKna__dashCard[data-color=yellow]{color:#fde047;background:#211e0e}[data-theme=dark] .Hero-module__b0RKna__dashCard{color:var(--text-primary)}.Hero-module__b0RKna__dashCardVal{margin-top:4px;font-size:1.0625rem;font-weight:700}@media (max-width:992px){.Hero-module__b0RKna__hero{padding-top:80px}.Hero-module__b0RKna__heroSplit{grid-template-columns:1fr;gap:40px}.Hero-module__b0RKna__left{order:0}.Hero-module__b0RKna__dashboard{order:1;max-width:600px;margin:0 auto}.Hero-module__b0RKna__heroSub{max-width:100%}}@media (max-width:640px){.Hero-module__b0RKna__hero{padding-top:64px;padding-bottom:40px}.Hero-module__b0RKna__metrics{grid-template-columns:repeat(2,1fr);gap:20px;padding-top:20px}.Hero-module__b0RKna__metric:last-child{text-align:center;grid-column:span 2}.Hero-module__b0RKna__metricVal{font-size:1.5rem}.Hero-module__b0RKna__dashCards{grid-template-columns:repeat(3,1fr)}.Hero-module__b0RKna__dashCard{padding:8px}.Hero-module__b0RKna__dashCardVal{font-size:.95rem}}@media (max-width:480px){.Hero-module__b0RKna__ctas{flex-direction:column;align-items:stretch;gap:10px}.Hero-module__b0RKna__ctas a{text-align:center;justify-content:center}.Hero-module__b0RKna__metrics{grid-template-columns:1fr}.Hero-module__b0RKna__metric{text-align:center}.Hero-module__b0RKna__metric:last-child{grid-column:span 1}.Hero-module__b0RKna__dashBody{gap:16px;padding:16px}.Hero-module__b0RKna__dashCards{grid-template-columns:1fr}.Hero-module__b0RKna__dashBig{font-size:1.5rem}.Hero-module__b0RKna__chartBar{height:80px}}
.Overview-module__w3kcZW__em{color:var(--accent-blue);font-style:italic}.Overview-module__w3kcZW__layout{align-items:center;gap:48px}.Overview-module__w3kcZW__ctaBtn{align-self:flex-start}.Overview-module__w3kcZW__pillar{padding:20px 24px;transition:border-color .25s,transform .25s,box-shadow .25s}.Overview-module__w3kcZW__pillar:hover{border-color:var(--accent-green,#16a34a);box-shadow:var(--shadow-lifted);transform:translate(4px)}.Overview-module__w3kcZW__pillarHead{align-items:center;gap:12px;margin-bottom:8px;display:flex}.Overview-module__w3kcZW__checkIcon{background:color-mix(in srgb, var(--accent-green,#16a34a) 15%, transparent);width:24px;min-width:24px;height:24px;color:var(--accent-green,#16a34a);border-radius:50%;justify-content:center;align-items:center;transition:background .25s,color .25s;display:flex}.Overview-module__w3kcZW__pillar:hover .Overview-module__w3kcZW__checkIcon{background:var(--accent-green,#16a34a);color:var(--bg-card,#fff)}.Overview-module__w3kcZW__checkSvg{width:12px;height:12px}.Overview-module__w3kcZW__pillarTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.Overview-module__w3kcZW__pillarDesc{color:var(--text-secondary);margin-left:36px;line-height:1.5}@media (max-width:992px){.Overview-module__w3kcZW__layout{flex-direction:column;gap:40px;display:flex}.Overview-module__w3kcZW__layout>div{width:100%!important;max-width:100%!important}}@media (max-width:640px){.Overview-module__w3kcZW__layout{gap:32px}.Overview-module__w3kcZW__pillar{padding:16px 20px}.Overview-module__w3kcZW__pillarDesc{margin-top:6px;margin-left:0;padding-left:4px}.Overview-module__w3kcZW__ctaBtn{text-align:center;justify-content:center;width:100%}}
.Services-module__L0pS0W__headline{margin-top:16px;margin-bottom:14px}.Services-module__L0pS0W__desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.Services-module__L0pS0W__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.Services-module__L0pS0W__card{flex-direction:column;justify-content:space-between;height:100%;padding:28px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.Services-module__L0pS0W__card:hover{box-shadow:var(--shadow-lifted);border-color:var(--accent-blue,#0070f3);transform:translateY(-4px)}.Services-module__L0pS0W__icon{color:var(--accent-blue,#0070f3);margin-bottom:4px;font-size:1.5rem;line-height:1;display:inline-block}.Services-module__L0pS0W__title{color:var(--text-primary);font-size:1.125rem;font-weight:700}.Services-module__L0pS0W__tags{flex-wrap:wrap;gap:6px;margin-top:12px;margin-bottom:16px;display:flex}.Services-module__L0pS0W__tag{color:var(--text-secondary);background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-pill);letter-spacing:.02em;padding:4px 10px;font-size:.71875rem;font-weight:600;transition:background .15s,color .15s}.Services-module__L0pS0W__card:hover .Services-module__L0pS0W__tag{background:var(--bg-card)}.Services-module__L0pS0W__link{color:var(--text-primary);align-items:center;gap:6px;margin-top:auto;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.Services-module__L0pS0W__link:hover{color:var(--accent-blue,#0070f3)}.Services-module__L0pS0W__arrow{transition:transform .2s cubic-bezier(.4,0,.2,1)}.Services-module__L0pS0W__card:hover .Services-module__L0pS0W__arrow{transform:translate(4px)}@media (max-width:992px){.Services-module__L0pS0W__grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:36px}.Services-module__L0pS0W__card{padding:24px}}@media (max-width:640px){.Services-module__L0pS0W__grid{grid-template-columns:1fr;gap:16px}.Services-module__L0pS0W__card{padding:22px}}@media (max-width:360px){.Services-module__L0pS0W__tags{gap:4px}.Services-module__L0pS0W__tag{padding:3px 8px;font-size:.6875rem}}
.Industries-module___DY1rW__headline{margin-top:16px;margin-bottom:14px}.Industries-module___DY1rW__desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.Industries-module___DY1rW__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.Industries-module___DY1rW__card{background:var(--bg-card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:var(--radius-md,12px);box-shadow:var(--shadow-card,0 4px 6px -1px #0000000d);align-items:flex-start;gap:18px;padding:28px 24px;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),border-color .25s;display:flex}.Industries-module___DY1rW__card:hover{box-shadow:var(--shadow-lifted,0 10px 15px -3px #0000001a);border-color:var(--text-primary,#0f172a);transform:translateY(-5px)}.Industries-module___DY1rW__iconWrap{background:var(--bg-muted,#f8fafc);border:1px solid var(--border,#e2e8f0);border-radius:var(--radius-sm,8px);width:48px;min-width:48px;height:48px;color:var(--text-secondary,#64748b);justify-content:center;align-items:center;transition:background .25s,color .25s,border-color .25s,transform .25s cubic-bezier(.34,1.56,.64,1);display:flex}.Industries-module___DY1rW__icon{stroke-width:1.75px;width:22px;height:22px}.Industries-module___DY1rW__card:hover .Industries-module___DY1rW__iconWrap{background:var(--bg-base,#fff);color:var(--accent-blue,#0070f3);border-color:color-mix(in srgb, var(--accent-blue,#0070f3) 25%, transparent);transform:scale(1.08)}.Industries-module___DY1rW__name{color:var(--text-primary,#0f172a);margin-bottom:4px;font-size:1.1rem;font-weight:700}@media (max-width:992px){.Industries-module___DY1rW__grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:36px}}@media (max-width:640px){.Industries-module___DY1rW__grid{grid-template-columns:1fr;gap:16px}.Industries-module___DY1rW__card{padding:22px 20px}}@media (max-width:400px){.Industries-module___DY1rW__card{flex-direction:column;align-items:flex-start;gap:16px}.Industries-module___DY1rW__iconWrap{width:44px;min-width:44px;height:44px}.Industries-module___DY1rW__icon{width:20px;height:20px}}
.AIFeatures-module__IQtSra__heading{margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.25;color:#fff!important}.AIFeatures-module__IQtSra__subTitle{margin-bottom:1.5rem;font-size:1rem;line-height:1.6;color:#f7f6f3bf!important}.AIFeatures-module__IQtSra__em{color:#93c5fd;font-style:italic}.AIFeatures-module__IQtSra__featureItem{color:#f7f6f3bf;align-items:flex-start;gap:12px;font-size:.9375rem;display:flex}.AIFeatures-module__IQtSra__tick{color:#4ade80;margin-top:1px;font-size:1rem;font-weight:700}.AIFeatures-module__IQtSra__btnWrapper{justify-content:flex-start;display:flex}.AIFeatures-module__IQtSra__mockup{border-radius:var(--radius-lg);background:#191917;border:1px solid #ffffff1a;width:100%;overflow:hidden}.AIFeatures-module__IQtSra__mockupHeader{background:#ffffff08;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.AIFeatures-module__IQtSra__mockupTitle{align-items:center;gap:8px;display:flex}.AIFeatures-module__IQtSra__aiDot{background:#4ade80;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #4ade80}.AIFeatures-module__IQtSra__statusBadge{color:#4ade80;font-size:.75rem;font-weight:600}.AIFeatures-module__IQtSra__mockupBody{flex-direction:column;gap:12px;padding:20px;display:flex}.AIFeatures-module__IQtSra__chatBubble{border-radius:var(--radius-md);word-break:break-word;max-width:88%;padding:12px 16px;font-size:.875rem;line-height:1.6}.AIFeatures-module__IQtSra__chatAI{color:#f7f6f3d9;background:#ffffff0f}.AIFeatures-module__IQtSra__chatUser{color:#fff;background:#2563eb;align-self:flex-end}.AIFeatures-module__IQtSra__metricRow{gap:10px;margin:4px 0;display:flex}.AIFeatures-module__IQtSra__metricCell{border-radius:var(--radius-sm);text-align:center;background:#ffffff0d;flex-direction:column;flex:1;gap:2px;padding:12px;display:flex}.AIFeatures-module__IQtSra__metricV{color:var(--text-invert);font-size:1.0625rem;font-weight:700}.AIFeatures-module__IQtSra__metricK{color:#f7f6f373;font-size:.71875rem}.AIFeatures-module__IQtSra__inputRow{gap:8px;margin-top:4px;display:flex}.AIFeatures-module__IQtSra__aiInput{border-radius:var(--radius-pill);color:#f7f6f3e6;font-family:var(--font-sans);background:#ffffff0f;border:1px solid #ffffff1a;outline:none;flex:1;padding:10px 16px;font-size:.875rem}.AIFeatures-module__IQtSra__sendBtn{background:var(--accent-blue);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .18s;display:flex}.AIFeatures-module__IQtSra__sendBtn:hover{opacity:.85}.AIFeatures-module__IQtSra__chatWindow{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex-direction:column;gap:12px;max-height:280px;padding-right:4px;display:flex;overflow-y:auto}.AIFeatures-module__IQtSra__chatWindow::-webkit-scrollbar{width:4px}.AIFeatures-module__IQtSra__chatWindow::-webkit-scrollbar-track{background:0 0}.AIFeatures-module__IQtSra__chatWindow::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:4px}.AIFeatures-module__IQtSra__typingDots{align-items:center;gap:4px;padding:2px 0;display:inline-flex}.AIFeatures-module__IQtSra__typingDots span{background:#f7f6f373;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite AIFeatures-module__IQtSra__typingBounce}.AIFeatures-module__IQtSra__typingDots span:nth-child(2){animation-delay:.2s}.AIFeatures-module__IQtSra__typingDots span:nth-child(3){animation-delay:.4s}@keyframes AIFeatures-module__IQtSra__typingBounce{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.AIFeatures-module__IQtSra__aiInput:not(:disabled):focus{color:#f7f6f3e6;border-color:#ffffff40}.AIFeatures-module__IQtSra__aiInput:disabled{opacity:.5;cursor:not-allowed}.AIFeatures-module__IQtSra__sendBtn:disabled{opacity:.4;cursor:not-allowed}@media (max-width:768px){.AIFeatures-module__IQtSra__heading{font-size:1.875rem}.AIFeatures-module__IQtSra__btnWrapper,.AIFeatures-module__IQtSra__btnWrapper a{justify-content:center;width:100%}}@media (max-width:480px){.AIFeatures-module__IQtSra__mockupBody{gap:10px;padding:12px}.AIFeatures-module__IQtSra__metricRow{flex-wrap:wrap;gap:6px}.AIFeatures-module__IQtSra__metricCell{flex:calc(50% - 3px);min-width:calc(50% - 3px);padding:8px}.AIFeatures-module__IQtSra__chatBubble{max-width:92%;padding:10px 12px;font-size:.8125rem}.AIFeatures-module__IQtSra__aiInput{min-width:0;padding:8px 12px;font-size:.8125rem}.AIFeatures-module__IQtSra__sendBtn{width:34px;height:34px}}
.TechStack-module__ekcv-a__headline{margin-top:16px;margin-bottom:14px}.TechStack-module__ekcv-a__tabsWrapper{justify-content:center;width:100%;margin-bottom:40px;padding:4px 10px;display:flex}.TechStack-module__ekcv-a__tabs{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-pill);gap:8px;width:100%;max-width:450px;padding:6px;display:flex}.TechStack-module__ekcv-a__tab{text-align:center;border-radius:var(--radius-pill);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:1;padding:10px 24px;font-size:.9rem;font-weight:600;transition:color .2s,background-color .2s}.TechStack-module__ekcv-a__tab:hover{color:var(--text-primary)!important}.TechStack-module__ekcv-a__tabActive{background:var(--text-primary)!important;color:var(--bg-card)!important}.TechStack-module__ekcv-a__badgeGrid{grid-template-columns:repeat(6,1fr);gap:16px;animation:.35s cubic-bezier(.16,1,.3,1) TechStack-module__ekcv-a__fadeIn;display:grid}.TechStack-module__ekcv-a__techBadge{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 16px;transition:box-shadow .25s,transform .25s,border-color .25s;display:flex}.TechStack-module__ekcv-a__techBadge:hover{box-shadow:var(--shadow-lifted);border-color:var(--text-muted);transform:translateY(-4px)}.TechStack-module__ekcv-a__techIcon{background:var(--bg-muted);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;padding:8px;transition:transform .2s,background .2s;display:flex}.TechStack-module__ekcv-a__techBadge:hover .TechStack-module__ekcv-a__techIcon{background:color-mix(in srgb, var(--text-primary) 5%, var(--bg-muted));transform:scale(1.05)}.TechStack-module__ekcv-a__techName{text-align:center;color:var(--text-primary);font-size:.8125rem;font-weight:700;transition:color .2s;opacity:1!important}.TechStack-module__ekcv-a__techBadge:hover .TechStack-module__ekcv-a__techName{color:var(--text-primary)!important;opacity:1!important}@keyframes TechStack-module__ekcv-a__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.TechStack-module__ekcv-a__badgeGrid{grid-template-columns:repeat(3,1fr);gap:14px}}@media (max-width:768px){.TechStack-module__ekcv-a__tabsWrapper{justify-content:center}}@media (max-width:560px){.TechStack-module__ekcv-a__badgeGrid{grid-template-columns:repeat(2,1fr);gap:12px}.TechStack-module__ekcv-a__techBadge{padding:18px 12px}.TechStack-module__ekcv-a__techIcon{width:40px;min-width:40px;height:40px;padding:6px}.TechStack-module__ekcv-a__tab{padding:8px 14px;font-size:.85rem}}
.CaseStudies-module__fRmxja__caseCard{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);grid-template-columns:1.4fr 1fr;transition:box-shadow .2s,border-color .25s;display:grid;overflow:hidden}.CaseStudies-module__fRmxja__caseCard:hover{box-shadow:var(--shadow-lifted)}.CaseStudies-module__fRmxja__mainHeading{margin-top:16px;margin-bottom:14px}.CaseStudies-module__fRmxja__caseDesc{color:var(--text-secondary);margin-top:8px;font-size:.9rem;line-height:1.6}.CaseStudies-module__fRmxja__caseLeft{background:var(--case-bg,var(--bg-muted));color:var(--text-primary);word-break:break-word;overflow-wrap:break-word;flex-direction:column;justify-content:center;gap:12px;padding:36px;display:flex}[data-theme=dark] .CaseStudies-module__fRmxja__caseLeft{background:var(--bg-muted)}.CaseStudies-module__fRmxja__client{font-size:1.6rem;font-weight:700;font-family:var(--font-serif);color:var(--text-primary);margin-top:4px}.CaseStudies-module__fRmxja__caseRight{background:var(--bg-card);border-left:1px solid var(--border);flex-direction:column;justify-content:center;gap:0;transition:background .25s,border-color .25s;display:flex}.CaseStudies-module__fRmxja__metricBox{border-bottom:1px solid var(--border);flex-direction:column;flex:1;justify-content:center;gap:4px;padding:24px 32px;transition:border-color .25s;display:flex}.CaseStudies-module__fRmxja__metricBox:last-child{border-bottom:none}.CaseStudies-module__fRmxja__metricVal{font-size:1.75rem;font-weight:700;font-family:var(--font-serif);letter-spacing:-.02em;color:var(--text-primary)}.CaseStudies-module__fRmxja__metricLabel{color:var(--text-secondary)}@media (max-width:960px){.CaseStudies-module__fRmxja__caseCard{grid-template-columns:1fr}.CaseStudies-module__fRmxja__caseRight{border-left:none;border-top:1px solid var(--border);flex-flow:wrap}.CaseStudies-module__fRmxja__metricBox{border-bottom:none;border-right:1px solid var(--border);text-align:center;align-items:center;padding:24px 20px}.CaseStudies-module__fRmxja__metricBox:last-child{border-right:none}}@media (max-width:768px){.CaseStudies-module__fRmxja__caseLeft{padding:30px}.CaseStudies-module__fRmxja__client{font-size:1.4rem}.CaseStudies-module__fRmxja__caseRight{grid-template-columns:repeat(3,1fr);display:grid}.CaseStudies-module__fRmxja__metricBox{border-right:1px solid var(--border);border-bottom:none;padding:20px 12px}.CaseStudies-module__fRmxja__metricBox:last-child{border-right:none}.CaseStudies-module__fRmxja__metricVal{font-size:1.5rem}}@media (max-width:576px){.CaseStudies-module__fRmxja__caseLeft{gap:8px;padding:24px}.CaseStudies-module__fRmxja__client{font-size:1.25rem}.CaseStudies-module__fRmxja__mainHeading{font-size:2rem}.CaseStudies-module__fRmxja__caseRight{grid-template-columns:1fr}.CaseStudies-module__fRmxja__metricBox{border-right:none;border-bottom:1px solid var(--border);text-align:left;align-items:flex-start;padding:16px 20px}.CaseStudies-module__fRmxja__metricBox:last-child{border-bottom:none}.CaseStudies-module__fRmxja__metricVal{font-size:1.35rem}}
.Testimonials-module__PrZ9aa__headline{margin-top:16px;margin-bottom:14px}.Testimonials-module__PrZ9aa__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.Testimonials-module__PrZ9aa__card{flex-direction:column;justify-content:space-between;gap:24px;height:100%;padding:32px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.Testimonials-module__PrZ9aa__card:hover{box-shadow:var(--shadow-lifted);border-color:var(--accent-blue,#0070f3);transform:translateY(-4px)}.Testimonials-module__PrZ9aa__topInfo{flex-direction:column;flex:1;gap:16px;display:flex}.Testimonials-module__PrZ9aa__stars{color:#f59e0b;gap:4px;display:flex}.Testimonials-module__PrZ9aa__starSvg{width:14px;height:14px}.Testimonials-module__PrZ9aa__quote{color:var(--text-secondary);margin:0;font-size:.9375rem;font-style:italic;line-height:1.7}.Testimonials-module__PrZ9aa__author{border-top:1px solid var(--border);align-items:center;gap:12px;padding-top:20px;display:flex}.Testimonials-module__PrZ9aa__avatar{color:#fff;width:42px;min-width:42px;height:42px;box-shadow:0 0 0 2px var(--bg-card), 0 4px 6px -1px #00000026;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;font-weight:800;display:flex}.Testimonials-module__PrZ9aa__authorMeta{flex-direction:column;gap:2px;display:flex}.Testimonials-module__PrZ9aa__name{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:700}.Testimonials-module__PrZ9aa__role{color:var(--text-secondary);margin:0;font-size:.8125rem}@media (max-width:992px){.Testimonials-module__PrZ9aa__grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:36px}.Testimonials-module__PrZ9aa__card{padding:24px}}@media (max-width:640px){.Testimonials-module__PrZ9aa__grid{grid-template-columns:1fr;gap:16px}.Testimonials-module__PrZ9aa__card{gap:20px;padding:22px}.Testimonials-module__PrZ9aa__quote{font-size:.875rem}}
.Pricing-module__orsKuq__headline{margin-top:16px;margin-bottom:14px}.Pricing-module__orsKuq__grid{gap:var(--gap-md,24px);grid-template-columns:repeat(3,1fr);align-items:stretch;margin-top:48px;display:grid}.Pricing-module__orsKuq__plan{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;gap:24px;height:100%;padding:32px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative}.Pricing-module__orsKuq__plan:not(.Pricing-module__orsKuq__planHighlight):hover{box-shadow:var(--shadow-lifted);border-color:var(--text-muted);transform:translateY(-4px)}.Pricing-module__orsKuq__planHighlight{background:var(--bg-dark);border-color:var(--border-dark);color:var(--text-invert);box-shadow:var(--shadow-lifted)}.Pricing-module__orsKuq__planHighlight:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #00000040,0 10px 10px -5px #00000040}.Pricing-module__orsKuq__popularBadge{background:var(--accent-blue,#0070f3);color:#fff;border-radius:var(--radius-pill);white-space:nowrap;letter-spacing:.02em;padding:5px 16px;font-size:.75rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.Pricing-module__orsKuq__planName{color:var(--text-primary);font-size:1.125rem;font-weight:700}.Pricing-module__orsKuq__planHighlight .Pricing-module__orsKuq__planName{color:var(--text-invert,#fff)}.Pricing-module__orsKuq__priceLine{align-items:baseline;gap:6px;display:flex}.Pricing-module__orsKuq__price{font-size:2.25rem;font-weight:800;font-family:var(--font-serif);letter-spacing:-.02em;color:var(--text-primary)}.Pricing-module__orsKuq__planHighlight .Pricing-module__orsKuq__price{color:var(--text-invert,#fff)}.Pricing-module__orsKuq__period{color:var(--text-secondary);font-size:.875rem}.Pricing-module__orsKuq__planHighlight .Pricing-module__orsKuq__period{color:#f7f6f380}.Pricing-module__orsKuq__planDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.Pricing-module__orsKuq__planHighlight .Pricing-module__orsKuq__planDesc{color:#f7f6f3a6}.Pricing-module__orsKuq__divider{background:var(--border);border:none;height:1px;margin:0}.Pricing-module__orsKuq__planHighlight .Pricing-module__orsKuq__divider{background:#ffffff1f}.Pricing-module__orsKuq__features{flex:1;margin:0;padding:0;list-style:none}.Pricing-module__orsKuq__feature{color:var(--text-secondary);align-items:flex-start;gap:12px;font-size:.875rem;line-height:1.5;display:flex}.Pricing-module__orsKuq__planHighlight .Pricing-module__orsKuq__feature{color:#f7f6f3d9}.Pricing-module__orsKuq__featureIcon{color:var(--accent-green,#16a34a);min-width:16px;height:16px;margin-top:3px}.Pricing-module__orsKuq__planHighlight .Pricing-module__orsKuq__featureIcon{color:#4ade80}.Pricing-module__orsKuq__cta{border-radius:var(--radius-pill,99px);justify-content:center;align-self:center;width:auto;min-width:180px;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .15s;display:inline-flex;padding:12px 24px!important}.Pricing-module__orsKuq__cta:active{transform:scale(.98)}.Pricing-module__orsKuq__footnote{text-align:center;color:var(--text-secondary);margin-top:40px;font-size:.875rem}.Pricing-module__orsKuq__footLink{color:var(--accent-blue,#0070f3);margin-left:4px;font-weight:600;text-decoration:none}.Pricing-module__orsKuq__footLink:hover{text-decoration:underline}@media (max-width:1024px){.Pricing-module__orsKuq__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.Pricing-module__orsKuq__plan{gap:20px;padding:24px}.Pricing-module__orsKuq__cta{align-self:stretch;width:100%}}@media (max-width:640px){.Pricing-module__orsKuq__grid{grid-template-columns:1fr;gap:28px}.Pricing-module__orsKuq__price{font-size:2rem}}[data-theme=dark] .Pricing-module__orsKuq__planHighlight{color:#f7f6f3!important;background:#111110!important;border-color:#2e2e2c!important}[data-theme=dark] .Pricing-module__orsKuq__planHighlight .Pricing-module__orsKuq__price{color:#fff!important}[data-theme=dark] .Pricing-module__orsKuq__planHighlight .Pricing-module__orsKuq__period{color:#f7f6f380!important}[data-theme=dark] .Pricing-module__orsKuq__planHighlight .Pricing-module__orsKuq__planDesc{color:#f7f6f3b3!important}[data-theme=dark] .Pricing-module__orsKuq__planHighlight .Pricing-module__orsKuq__feature{color:#f7f6f3d9!important}
.contact-module__swMWYG__page{padding-top:130px;padding-bottom:var(--section-y);background-color:var(--bg-base);min-height:100vh}.contact-module__swMWYG__header{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:56px;display:flex}.contact-module__swMWYG__headline{margin-top:8px;margin-bottom:4px}.contact-module__swMWYG__layout{grid-template-columns:360px 1fr;align-items:start;gap:32px;display:grid}.contact-module__swMWYG__infoCard{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:28px;padding:32px;display:flex;position:sticky;top:110px}.contact-module__swMWYG__infoBlock{align-items:flex-start;gap:16px;display:flex}.contact-module__swMWYG__infoIcon{background-color:color-mix(in srgb, var(--accent-blue,#0070f3) 8%, transparent);width:40px;height:40px;color:var(--accent-blue,#0070f3);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s,background-color .2s;display:flex}[data-theme=dark] .contact-module__swMWYG__infoIcon{background-color:color-mix(in srgb, var(--accent-blue,#3b82f6) 15%, transparent);color:var(--accent-blue,#3b82f6)}.contact-module__swMWYG__infoBlock:hover .contact-module__swMWYG__infoIcon{background-color:color-mix(in srgb, var(--accent-blue,#0070f3) 12%, transparent);transform:scale(1.08)}.contact-module__swMWYG__infoLink{color:var(--text-primary);word-break:break-all;font-size:.9375rem;font-weight:600;text-decoration:none;transition:color .15s}.contact-module__swMWYG__infoLink:hover{color:var(--accent-blue,#0070f3)}.contact-module__swMWYG__divider{border:0;border-top:1px solid var(--border);margin:4px 0}.contact-module__swMWYG__responseTimeSection{flex-direction:column;display:flex}.contact-module__swMWYG__badge{border-radius:var(--radius-pill);color:#15803d;background:#dcfce7;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px;font-size:.8125rem;font-weight:600;display:inline-flex}[data-theme=dark] .contact-module__swMWYG__badge{color:#4ade80;background:#112215}.contact-module__swMWYG__dot{background:#16a34a;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite contact-module__swMWYG__pulse}[data-theme=dark] .contact-module__swMWYG__dot{background:#4ade80}@keyframes contact-module__swMWYG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}.contact-module__swMWYG__form{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:24px;padding:40px;display:flex}.contact-module__swMWYG__row2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.contact-module__swMWYG__field{flex-direction:column;gap:8px;display:flex}.contact-module__swMWYG__label{color:var(--text-secondary);letter-spacing:.02em;text-transform:uppercase;font-size:.8125rem;font-weight:700}.contact-module__swMWYG__required{color:#ef4444;margin-left:2px}.contact-module__swMWYG__input{border-radius:var(--radius-sm,8px);border:1.5px solid var(--border);background:var(--bg-base);width:100%;color:var(--text-primary);font-family:var(--font-sans);resize:none;outline:none;padding:13px 16px;font-size:.9375rem;line-height:1.5;transition:border-color .2s,box-shadow .2s,background .2s}.contact-module__swMWYG__input::placeholder{color:var(--text-muted)}.contact-module__swMWYG__input:focus{border-color:var(--accent-blue,#0070f3);box-shadow:0 0 0 4px color-mix(in srgb, var(--accent-blue,#0070f3) 12%, transparent);background:var(--bg-card)}.contact-module__swMWYG__input:disabled{opacity:.6;cursor:not-allowed;background:var(--bg-base)}.contact-module__swMWYG__textarea{resize:vertical;min-height:150px}.contact-module__swMWYG__errorBanner{border-radius:var(--radius-sm,8px);color:#991b1b;background:#fef2f2;border:1.5px solid #fca5a5;align-items:center;gap:12px;padding:14px 16px;font-size:.875rem;font-weight:600;animation:.25s ease-out contact-module__swMWYG__slideIn;display:flex}[data-theme=dark] .contact-module__swMWYG__errorBanner{color:#fca5a5;background:#1c1010;border-color:#7f1d1d}@keyframes contact-module__swMWYG__slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.contact-module__swMWYG__submitBtn{border-radius:var(--radius-sm,8px);cursor:pointer;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 28px;font-size:.95rem;font-weight:700;transition:transform .15s,opacity .15s,background-color .2s;display:inline-flex}.contact-module__swMWYG__submitBtn:hover:not(:disabled) .contact-module__swMWYG__btnArrow{transform:translate(4px)}.contact-module__swMWYG__btnArrow{transition:transform .2s}.contact-module__swMWYG__submitBtn:disabled{opacity:.65;cursor:not-allowed;transform:none}.contact-module__swMWYG__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.65s linear infinite contact-module__swMWYG__spin}@keyframes contact-module__swMWYG__spin{to{transform:rotate(360deg)}}.contact-module__swMWYG__successCard{text-align:center;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);flex-direction:column;align-items:center;gap:24px;padding:64px 40px;animation:.35s cubic-bezier(.34,1.56,.64,1) contact-module__swMWYG__scaleUp;display:flex}.contact-module__swMWYG__successIcon{color:#15803d;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;font-weight:700;display:flex;box-shadow:0 4px 12px #16a34a26}[data-theme=dark] .contact-module__swMWYG__successIcon{color:#4ade80;background:#112215;box-shadow:0 4px 12px #4ade8014}.contact-module__swMWYG__successTitle{letter-spacing:-.02em;color:var(--text-primary);font-size:1.85rem;font-weight:800}@keyframes contact-module__swMWYG__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:960px){.contact-module__swMWYG__layout{grid-template-columns:1fr;gap:24px}.contact-module__swMWYG__infoCard{padding:24px;position:static}}@media (max-width:560px){.contact-module__swMWYG__row2{grid-template-columns:1fr;gap:16px}.contact-module__swMWYG__form{padding:28px 20px}.contact-module__swMWYG__page{padding-top:100px}}
.legal-module__xpnSVG__light{--legal-bg:#f7f8fa;--legal-bg-grad:radial-gradient(circle at 50% 0%, #3b82f60f 0%, #f7f8fa 55%);--legal-text-primary:#0f172a;--legal-text-secondary:#0f172ab8;--legal-text-muted:#0f172a8c;--legal-card-bg:#ffffffbf;--legal-card-border:#0f172a14;--legal-card-shadow:0 30px 80px -30px #0f172a2e;--legal-divider:#0f172a1a;--legal-accent:#2563eb;--legal-title-grad:linear-gradient(135deg, #0f172a 0%, #475569 100%);--legal-back-bg:#0f172a0a;--legal-back-border:#0f172a14;--legal-back-hover-bg:#0f172a14;--legal-back-hover-text:#0f172a}.legal-module__xpnSVG__dark{--legal-bg:#05070d;--legal-bg-grad:radial-gradient(circle at 50% 0%, #3b82f60d 0%, #05070d 50%);--legal-text-primary:#fff;--legal-text-secondary:#ffffffbf;--legal-text-muted:#ffffff8c;--legal-card-bg:#ffffff04;--legal-card-border:#ffffff0f;--legal-card-shadow:0 40px 100px -20px #000000b3;--legal-divider:#ffffff14;--legal-accent:#3b82f6;--legal-title-grad:linear-gradient(135deg, #fff 0%, #a1a1aa 100%);--legal-back-bg:#ffffff08;--legal-back-border:#ffffff0d;--legal-back-hover-bg:#ffffff12;--legal-back-hover-text:#fff}.legal-module__xpnSVG__page{background:var(--legal-bg-grad);background-color:var(--legal-bg);min-height:100vh;color:var(--legal-text-primary);padding-top:clamp(96px,14vw,160px);padding-bottom:clamp(64px,10vw,120px);transition:background-color .3s,color .3s}.legal-module__xpnSVG__container{max-width:880px;margin:0 auto;padding:0 clamp(16px,4.5vw,24px)}.legal-module__xpnSVG__legalCard{background:var(--legal-card-bg);border:1px solid var(--legal-card-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--legal-card-shadow);border-radius:clamp(14px,2vw,24px);padding:clamp(24px,5vw,56px);transition:background-color .3s,border-color .3s,box-shadow .3s}.legal-module__xpnSVG__backLink{color:var(--legal-text-secondary);background:var(--legal-back-bg);border:1px solid var(--legal-back-border);border-radius:100px;align-items:center;gap:8px;margin-bottom:clamp(20px,4vw,32px);padding:8px 16px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.legal-module__xpnSVG__backLink:hover{color:var(--legal-back-hover-text);background:var(--legal-back-hover-bg);border-color:var(--legal-card-border);transform:translate(-4px)}.legal-module__xpnSVG__header{border-bottom:1px solid var(--legal-divider);margin-bottom:clamp(24px,5vw,40px);padding-bottom:clamp(20px,4vw,32px)}.legal-module__xpnSVG__title{letter-spacing:-.03em;background:var(--legal-title-grad);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:clamp(1.75rem,5.5vw,3rem);font-weight:800;line-height:1.15}.legal-module__xpnSVG__meta{color:var(--legal-accent);letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:600}.legal-module__xpnSVG__content{color:var(--legal-text-secondary);font-size:clamp(.95rem,1.4vw,1.05rem);line-height:1.85}.legal-module__xpnSVG__content h2{color:var(--legal-text-primary);letter-spacing:-.02em;margin-top:clamp(28px,5vw,48px);margin-bottom:16px;font-size:clamp(1.15rem,2.6vw,1.6rem);font-weight:700}.legal-module__xpnSVG__content p{overflow-wrap:break-word;margin-bottom:20px}.legal-module__xpnSVG__content ul{margin-bottom:28px;padding-left:4px;list-style:none}.legal-module__xpnSVG__content li{color:var(--legal-text-secondary);margin-bottom:14px;padding-left:26px;position:relative}.legal-module__xpnSVG__content li:before{content:"";background:var(--legal-accent);width:6px;height:6px;box-shadow:0 0 8px var(--legal-accent);border-radius:50%;position:absolute;top:10px;left:6px}.legal-module__xpnSVG__content strong{color:var(--legal-text-primary);font-weight:600}@media (max-width:768px){.legal-module__xpnSVG__legalCard{border-radius:16px}}@media (max-width:480px){.legal-module__xpnSVG__container{padding:0 12px}.legal-module__xpnSVG__legalCard{border-radius:14px;padding:20px 16px}.legal-module__xpnSVG__backLink{padding:7px 14px;font-size:.8rem}.legal-module__xpnSVG__content li{padding-left:22px}}
