:root{--cream:#f3f0e9;--black:#111;--red:#e3352b;--blue:#3b5bb5;--white:#fff;--gray-text:#555}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}#app{flex-direction:column;min-height:100svh;display:flex}::selection{background:var(--black);color:var(--white)}img{max-width:100%;height:auto}a{color:inherit}button{font-family:inherit}.lang-switcher.svelte-sc538e{align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.lang-btn.svelte-sc538e{cursor:pointer;font-size:inherit;font-weight:inherit;color:var(--black);opacity:.45;background:0 0;border:none;padding:2px 4px;font-family:inherit;transition:opacity .2s;position:relative}.lang-btn.svelte-sc538e:hover{opacity:.75}.lang-btn.active.svelte-sc538e{opacity:1}.lang-btn.active.svelte-sc538e:after{content:"";background:var(--black);width:100%;height:1.5px;position:absolute;bottom:-2px;left:0}.lang-divider.svelte-sc538e{opacity:.25;-webkit-user-select:none;user-select:none}.navbar.svelte-11lpkcp{z-index:100;-webkit-backdrop-filter:blur(12px);background:#f3f0e9d9;border-bottom:1px solid #0000000a;position:sticky;top:0}.nav-inner.svelte-11lpkcp{justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:18px 24px;display:flex}.logo.svelte-11lpkcp{color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.logo-shapes.svelte-11lpkcp{align-items:center;gap:4px;display:flex}.shape.svelte-11lpkcp{transition:transform .2s;display:inline-block}.logo.svelte-11lpkcp:hover .square:where(.svelte-11lpkcp){transform:rotate(12deg)}.logo.svelte-11lpkcp:hover .circle:where(.svelte-11lpkcp){transform:scale(1.1)}.logo.svelte-11lpkcp:hover .triangle:where(.svelte-11lpkcp){transform:translateY(-2px)}.square.svelte-11lpkcp{background:var(--black);width:16px;height:16px}.circle.svelte-11lpkcp{background:var(--red);border-radius:50%;width:16px;height:16px}.triangle.svelte-11lpkcp{border-left:8px solid #0000;border-right:8px solid #0000;border-bottom:16px solid var(--blue);width:0;height:0}.logo-text.svelte-11lpkcp{letter-spacing:-.4px;font-size:20px;font-weight:600}.nav-links.svelte-11lpkcp{align-items:center;gap:32px;list-style:none;display:flex}.nav-links.svelte-11lpkcp a:where(.svelte-11lpkcp){color:var(--black);padding-bottom:4px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s;position:relative}.nav-links.svelte-11lpkcp a:where(.svelte-11lpkcp):after{content:"";background:var(--black);width:0;height:1.5px;transition:width .25s;position:absolute;bottom:0;left:0}.nav-links.svelte-11lpkcp a.active:where(.svelte-11lpkcp):after,.nav-links.svelte-11lpkcp a:where(.svelte-11lpkcp):hover:after{width:100%}.nav-links.svelte-11lpkcp a:where(.svelte-11lpkcp):hover{opacity:.75}.nav-inner.svelte-11lpkcp>.lang-switcher{margin-right:8px}@media (width<=800px){.nav-inner.svelte-11lpkcp>.lang-switcher{display:none}}.lang-switcher-item.svelte-11lpkcp,.mobile-cta.svelte-11lpkcp{display:none}.cta-btn.svelte-11lpkcp{background:var(--black);color:var(--white);border-radius:3px;align-items:center;gap:10px;padding:10px 18px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.cta-btn.svelte-11lpkcp:hover{background:#333;transform:translateY(-1px)}.cta-btn.svelte-11lpkcp svg:where(.svelte-11lpkcp){transition:transform .2s}.cta-btn.svelte-11lpkcp:hover svg:where(.svelte-11lpkcp){transform:translate(2px,-2px)}.hamburger.svelte-11lpkcp{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;padding:0;display:none}.bar.svelte-11lpkcp{background:var(--black);transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.bar.open.svelte-11lpkcp:first-child{transform:translateY(4px)rotate(45deg)}.bar.open.svelte-11lpkcp:nth-child(2){transform:translateY(-4px)rotate(-45deg)}@media (width<=800px){.nav-inner.svelte-11lpkcp{padding:16px 20px}.nav-links.svelte-11lpkcp{background:var(--cream);z-index:99;flex-direction:column;align-items:flex-start;gap:0;padding:24px 20px;transition:transform .3s;position:fixed;inset:58px 0 0;transform:translate(100%)}.nav-links.open.svelte-11lpkcp{transform:translate(0)}.nav-links.svelte-11lpkcp li:where(.svelte-11lpkcp){border-bottom:1px solid #0000000f;width:100%}.nav-links.svelte-11lpkcp a:where(.svelte-11lpkcp){padding:16px 0;font-size:18px;font-weight:500;display:block}.nav-links.svelte-11lpkcp a:where(.svelte-11lpkcp):after,.desktop-cta.svelte-11lpkcp{display:none}.lang-switcher-item.svelte-11lpkcp{margin-top:8px;display:block;border-bottom:none!important}.lang-switcher-item.svelte-11lpkcp .lang-switcher{padding:16px 0;font-size:18px}.mobile-cta.svelte-11lpkcp{margin-top:16px;display:block;border-bottom:none!important}.mobile-cta.svelte-11lpkcp .cta-btn:where(.svelte-11lpkcp){justify-content:center;width:100%;padding:14px;font-size:15px}.hamburger.svelte-11lpkcp{display:flex}}.footer.svelte-9sff3o{border-top:1px solid #00000014;margin-top:auto}.footer-inner.svelte-9sff3o{max-width:1280px;margin:0 auto;padding:40px 24px}.footer-top.svelte-9sff3o{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.footer-brand.svelte-9sff3o{align-items:center;gap:12px;display:flex}.logo-shapes.svelte-9sff3o{align-items:center;gap:4px;display:flex}.shape.svelte-9sff3o{display:inline-block}.square.svelte-9sff3o{background:var(--black);width:14px;height:14px}.circle.svelte-9sff3o{background:var(--red);border-radius:50%;width:14px;height:14px}.triangle.svelte-9sff3o{border-left:7px solid #0000;border-right:7px solid #0000;border-bottom:14px solid var(--blue);width:0;height:0}.logo-text.svelte-9sff3o{letter-spacing:-.3px;font-size:18px;font-weight:600}.footer-email.svelte-9sff3o{color:var(--gray-text);font-size:14px;text-decoration:none;transition:color .2s}.footer-email.svelte-9sff3o:hover{color:var(--black)}.footer-bottom.svelte-9sff3o{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.copyright.svelte-9sff3o{color:var(--gray-text);font-size:13px}.footer-links.svelte-9sff3o{gap:24px;display:flex}.footer-links.svelte-9sff3o a:where(.svelte-9sff3o){color:var(--gray-text);font-size:13px;text-decoration:none;transition:color .2s}.footer-links.svelte-9sff3o a:where(.svelte-9sff3o):hover{color:var(--black)}@media (width<=480px){.footer-inner.svelte-9sff3o{padding:32px 20px}.footer-top.svelte-9sff3o,.footer-bottom.svelte-9sff3o{flex-direction:column;align-items:flex-start}}.hero.svelte-qzo0r3{justify-content:space-between;align-items:center;width:100%;min-height:calc(100svh - 70px);padding:80px 0 0;display:flex;position:relative;overflow:hidden}.hero-content.svelte-qzo0r3{z-index:2;max-width:540px;padding:0 24px 100px clamp(48px,12vw,160px);animation:.8s ease-out both svelte-qzo0r3-fadeInUp}@keyframes svelte-qzo0r3-fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}h1.svelte-qzo0r3{letter-spacing:-2.5px;margin-bottom:28px;font-size:clamp(48px,7vw,84px);font-weight:700;line-height:1.05}.line.svelte-qzo0r3{display:block}.subtitle.svelte-qzo0r3{color:var(--gray-text);max-width:420px;margin-bottom:40px;font-size:clamp(15px,1.4vw,18px);line-height:1.65}.hero-btn.svelte-qzo0r3{background:var(--black);color:var(--white);border-radius:3px;align-items:center;gap:14px;padding:14px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.hero-btn.svelte-qzo0r3:hover{background:#2a2a2a;transform:translateY(-2px)}.hero-btn.svelte-qzo0r3 svg:where(.svelte-qzo0r3){transition:transform .2s}.hero-btn.svelte-qzo0r3:hover svg:where(.svelte-qzo0r3){transform:translate(3px,-3px)}.hero-shapes.svelte-qzo0r3{pointer-events:none;z-index:1;width:50%;position:absolute;top:0;bottom:0;right:0}.dots-grid.svelte-qzo0r3{grid-template-columns:repeat(5,6px);gap:26.4px;display:grid;position:absolute;bottom:calc(clamp(138px,18.4vw,260px) + 3px);right:calc(clamp(168px,23.6vw,320px) + 3px)}.dot.svelte-qzo0r3{background:var(--black);opacity:.85;border-radius:50%;width:6px;height:6px}.dot.svelte-qzo0r3:nth-child(5n),.dot.svelte-qzo0r3:nth-child(n+21){visibility:hidden}.red-circle.svelte-qzo0r3{background:var(--red);border-radius:50%;width:clamp(81px,11.34vw,138px);height:clamp(81px,11.34vw,138px);position:absolute;bottom:clamp(138px,18.4vw,260px);right:calc(clamp(168px,23.6vw,320px)/2 + 20px - clamp(81px,11.34vw,138px)/2)}.shape-group.svelte-qzo0r3{align-items:flex-end;display:flex;position:absolute;bottom:0;right:0}.black-diagonal.svelte-qzo0r3{border-style:solid;border-width:0 0 clamp(138px,18.4vw,260px) clamp(138px,18.4vw,260px);border-color:transparent transparent var(--black) transparent;width:0;height:0}.blue-rect.svelte-qzo0r3{background:var(--blue);width:clamp(168px,23.6vw,320px);height:clamp(138px,18.4vw,260px)}@media (width<=900px){.hero.svelte-qzo0r3{text-align:center;flex-direction:column;justify-content:flex-start;min-height:auto;padding:48px 0 0}.hero-content.svelte-qzo0r3{max-width:100%;padding:0 20px 48px}.subtitle.svelte-qzo0r3{margin-left:auto;margin-right:auto}.hero-shapes.svelte-qzo0r3{width:100%;height:clamp(160px,28vw,220px);margin-top:0;position:relative}.dots-grid.svelte-qzo0r3{display:none}.red-circle.svelte-qzo0r3{width:clamp(55px,8vw,80px);height:clamp(55px,8vw,80px);top:auto;bottom:clamp(100px,16vw,140px);right:calc(clamp(120px,18vw,168px)/2 + 15px - clamp(55px,8vw,80px)/2)}.black-diagonal.svelte-qzo0r3{border-width:0 0 clamp(100px,16vw,140px) clamp(100px,16vw,140px)}.blue-rect.svelte-qzo0r3{width:clamp(120px,18vw,168px);height:clamp(100px,16vw,140px)}.shape-group.svelte-qzo0r3{bottom:0;right:0}}@media (width<=480px){.hero.svelte-qzo0r3{padding:36px 0 0}.hero-content.svelte-qzo0r3{padding:0 16px 36px}.hero-shapes.svelte-qzo0r3{height:140px;margin-top:0}.black-diagonal.svelte-qzo0r3{border-width:0 0 85px 85px}.blue-rect.svelte-qzo0r3{width:105px;height:85px}.red-circle.svelte-qzo0r3{width:50px;height:50px;top:auto;bottom:85px;right:39.5px}}.features.svelte-64wo6c{border-top:1px solid var(--black);grid-template-columns:1fr auto;width:100%;display:grid}.features-main.svelte-64wo6c{flex-direction:column;display:flex}.features-grid.svelte-64wo6c{flex:1;grid-template-columns:clamp(48px,12vw,160px) repeat(3,1fr);display:grid}.feature-card.svelte-64wo6c{border-right:1px solid #00000014;flex-direction:column;padding:48px 32px;transition:background .25s;display:flex}.feature-card.svelte-64wo6c:hover{background:#00000005}.feature-icon.svelte-64wo6c{margin-bottom:28px}.icon-square.svelte-64wo6c{background:var(--black);width:28px;height:28px;transition:transform .25s;display:inline-block}.icon-circle.svelte-64wo6c{background:var(--red);border-radius:50%;width:28px;height:28px;transition:transform .25s;display:inline-block}.icon-triangle.svelte-64wo6c{border-left:14px solid #0000;border-right:14px solid #0000;border-bottom:28px solid var(--blue);width:0;height:0;transition:transform .25s;display:inline-block}.feature-card.svelte-64wo6c:hover .icon-square:where(.svelte-64wo6c){transform:rotate(12deg)}.feature-card.svelte-64wo6c:hover .icon-circle:where(.svelte-64wo6c){transform:scale(1.1)}.feature-card.svelte-64wo6c:hover .icon-triangle:where(.svelte-64wo6c){transform:translateY(-3px)}.feature-card.svelte-64wo6c h3:where(.svelte-64wo6c){margin-bottom:10px;font-size:17px;font-weight:600}.feature-card.svelte-64wo6c p:where(.svelte-64wo6c){color:var(--gray-text);flex:1;margin-bottom:24px;font-size:14px;line-height:1.6}.feature-link.svelte-64wo6c{color:var(--black);align-self:flex-start;align-items:center;gap:8px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.feature-link.svelte-64wo6c:hover{opacity:.7}.feature-link.svelte-64wo6c svg:where(.svelte-64wo6c){transition:transform .2s}.feature-link.svelte-64wo6c:hover svg:where(.svelte-64wo6c){transform:translate(2px,-2px)}.cta-panel.svelte-64wo6c{background:var(--black);color:var(--white);grid-template-columns:1fr clamp(48px,12vw,160px);align-items:center;min-width:clamp(120px,10vw,180px);padding:44px 0 44px 24px;display:grid}.cta-content.svelte-64wo6c{flex-direction:column;justify-content:center;max-width:clamp(400px,30vw,500px);display:flex}.cta-panel.svelte-64wo6c h2:where(.svelte-64wo6c){color:var(--white);margin-bottom:16px;font-size:clamp(15px,1.4vw,18px);font-weight:600;line-height:1.3}.cta-panel.svelte-64wo6c p:where(.svelte-64wo6c){color:#ffffffb3;margin-bottom:20px;font-size:13px;line-height:1.6}.cta-link.svelte-64wo6c{color:var(--white);border-bottom:1px solid #ffffff59;align-self:flex-start;align-items:center;gap:10px;padding-bottom:4px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.cta-link.svelte-64wo6c:hover{border-bottom-color:var(--white);gap:14px}@media (width<=1024px){.feature-card.svelte-64wo6c{padding:40px 24px}.cta-panel.svelte-64wo6c{min-width:clamp(120px,12vw,160px);padding:36px 0 36px 20px}}@media (width<=800px){.features.svelte-64wo6c{grid-template-columns:1fr}.features-grid.svelte-64wo6c{grid-template-columns:repeat(3,1fr)}.grid-spacer.svelte-64wo6c{display:none}.feature-card.svelte-64wo6c{border-bottom:none;border-right:1px solid #00000014;padding:36px 20px}.feature-card.svelte-64wo6c:last-child{border-right:none}.cta-panel.svelte-64wo6c{grid-template-columns:1fr;min-width:auto;padding:48px 24px}.cta-spacer.svelte-64wo6c{display:none}}@media (width<=640px){.features-grid.svelte-64wo6c{grid-template-columns:1fr}.grid-spacer.svelte-64wo6c{display:none}.feature-card.svelte-64wo6c{border-bottom:1px solid #00000014;border-right:none;padding:36px 24px}.feature-card.svelte-64wo6c:last-child{border-bottom:none}}.page-header.svelte-ymmv06{border-bottom:1px solid #00000014;padding:64px 24px 48px clamp(48px,12vw,160px)}.page-header-content.svelte-ymmv06{max-width:720px}.page-header.svelte-ymmv06 h1:where(.svelte-ymmv06){letter-spacing:-1.5px;margin-bottom:16px;font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.1}.page-header.svelte-ymmv06 p:where(.svelte-ymmv06){color:var(--gray-text);max-width:520px;font-size:clamp(15px,1.4vw,18px);line-height:1.65}.services-list.svelte-ymmv06{flex-direction:column;gap:56px;max-width:1280px;margin:0 auto;padding:48px 24px 80px clamp(48px,12vw,160px);display:flex}.service-block.svelte-ymmv06{grid-template-columns:48px 1fr;align-items:start;gap:24px;display:grid}.service-icon.svelte-ymmv06{padding-top:4px}.icon-square.svelte-ymmv06{background:var(--black);width:28px;height:28px;display:inline-block}.icon-circle.svelte-ymmv06{background:var(--red);border-radius:50%;width:28px;height:28px;display:inline-block}.icon-triangle.svelte-ymmv06{border-left:14px solid #0000;border-right:14px solid #0000;border-bottom:28px solid var(--blue);width:0;height:0;display:inline-block}.service-body.svelte-ymmv06 h2:where(.svelte-ymmv06){margin-bottom:10px;font-size:22px;font-weight:600}.service-body.svelte-ymmv06>p:where(.svelte-ymmv06){color:var(--gray-text);max-width:600px;margin-bottom:16px;font-size:15px;line-height:1.65}.service-body.svelte-ymmv06 ul:where(.svelte-ymmv06){grid-template-columns:repeat(2,1fr);gap:8px 24px;list-style:none;display:grid}.service-body.svelte-ymmv06 li:where(.svelte-ymmv06){color:var(--gray-text);padding-left:16px;font-size:14px;position:relative}.service-body.svelte-ymmv06 li:where(.svelte-ymmv06):before{content:"";background:var(--black);border-radius:50%;width:5px;height:5px;position:absolute;top:9px;left:0}@media (width<=640px){.page-header.svelte-ymmv06{padding:48px 20px 36px}.services-list.svelte-ymmv06{gap:40px;padding:36px 20px 64px}.service-body.svelte-ymmv06 ul:where(.svelte-ymmv06){grid-template-columns:1fr}}.page-header.svelte-15k4zpx{border-bottom:1px solid #00000014;padding:64px 24px 48px clamp(48px,12vw,160px)}.page-header-content.svelte-15k4zpx{max-width:720px}.page-header.svelte-15k4zpx h1:where(.svelte-15k4zpx){letter-spacing:-1.5px;margin-bottom:16px;font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.1}.page-header.svelte-15k4zpx p:where(.svelte-15k4zpx){color:var(--gray-text);max-width:520px;font-size:clamp(15px,1.4vw,18px);line-height:1.65}.case-studies.svelte-15k4zpx{grid-template-columns:repeat(2,1fr);gap:32px;max-width:1280px;margin:0 auto;padding:48px 24px 80px clamp(48px,12vw,160px);display:grid}.case-card.svelte-15k4zpx{border:1px solid #00000014;padding:36px;transition:background .25s}.case-card.svelte-15k4zpx:hover{background:#00000005}.case-shape.svelte-15k4zpx{width:28px;height:28px;margin-bottom:24px}.case-shape.black.svelte-15k4zpx{background:var(--black)}.case-shape.red.svelte-15k4zpx{background:var(--red);border-radius:50%}.case-shape.blue.svelte-15k4zpx{border-left:14px solid #0000;border-right:14px solid #0000;border-bottom:28px solid var(--blue);width:0;height:0}.case-tag.svelte-15k4zpx{text-transform:uppercase;letter-spacing:.5px;color:var(--gray-text);margin-bottom:10px;font-size:12px;font-weight:600;display:inline-block}.case-content.svelte-15k4zpx h2:where(.svelte-15k4zpx){margin-bottom:10px;font-size:18px;font-weight:600}.case-content.svelte-15k4zpx p:where(.svelte-15k4zpx){color:var(--gray-text);margin-bottom:20px;font-size:14px;line-height:1.6}.case-link.svelte-15k4zpx{color:var(--black);align-items:center;gap:8px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.case-link.svelte-15k4zpx:hover{opacity:.7}.case-link.svelte-15k4zpx svg:where(.svelte-15k4zpx){transition:transform .2s}.case-link.svelte-15k4zpx:hover svg:where(.svelte-15k4zpx){transform:translate(2px,-2px)}@media (width<=800px){.case-studies.svelte-15k4zpx{grid-template-columns:1fr;padding:36px 20px 64px}.page-header.svelte-15k4zpx{padding:48px 20px 36px}}.page-header.svelte-gf7t7t{border-bottom:1px solid #00000014;padding:64px 24px 48px clamp(48px,12vw,160px)}.page-header-content.svelte-gf7t7t{max-width:720px}.page-header.svelte-gf7t7t h1:where(.svelte-gf7t7t){letter-spacing:-1.5px;margin-bottom:16px;font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.1}.page-header.svelte-gf7t7t p:where(.svelte-gf7t7t){color:var(--gray-text);max-width:520px;font-size:clamp(15px,1.4vw,18px);line-height:1.65}.about-body.svelte-gf7t7t{flex-direction:column;gap:64px;max-width:1280px;margin:0 auto;padding:48px 24px 80px clamp(48px,12vw,160px);display:flex}.about-block.svelte-gf7t7t h2:where(.svelte-gf7t7t){margin-bottom:16px;font-size:22px;font-weight:600}.about-block.svelte-gf7t7t>p:where(.svelte-gf7t7t){color:var(--gray-text);max-width:640px;margin-bottom:12px;font-size:15px;line-height:1.65}.values.svelte-gf7t7t{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:8px;display:grid}.value.svelte-gf7t7t{border-top:1px solid #00000014;padding-top:20px}.value-num.svelte-gf7t7t{color:var(--gray-text);margin-bottom:10px;font-size:12px;font-weight:600;display:block}.value.svelte-gf7t7t h3:where(.svelte-gf7t7t){margin-bottom:8px;font-size:16px;font-weight:600}.value.svelte-gf7t7t p:where(.svelte-gf7t7t){color:var(--gray-text);font-size:14px;line-height:1.6}.team-grid.svelte-gf7t7t{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:8px;display:grid}.team-member.svelte-gf7t7t{border-top:1px solid #00000014;padding-top:20px}.team-avatar.svelte-gf7t7t{width:40px;height:40px;margin-bottom:14px}.team-avatar.black.svelte-gf7t7t{background:var(--black)}.team-avatar.red.svelte-gf7t7t{background:var(--red);border-radius:50%}.team-avatar.blue.svelte-gf7t7t{border-left:20px solid #0000;border-right:20px solid #0000;border-bottom:40px solid var(--blue);width:0;height:0}.team-member.svelte-gf7t7t h4:where(.svelte-gf7t7t){margin-bottom:4px;font-size:15px;font-weight:600}.team-member.svelte-gf7t7t span:where(.svelte-gf7t7t){color:var(--gray-text);font-size:13px}@media (width<=800px){.values.svelte-gf7t7t,.team-grid.svelte-gf7t7t{grid-template-columns:1fr}.page-header.svelte-gf7t7t{padding:48px 20px 36px}.about-body.svelte-gf7t7t{gap:48px;padding:36px 20px 64px}}.page-header.svelte-1ffqsuu{border-bottom:1px solid #00000014;padding:64px 24px 48px clamp(48px,12vw,160px)}.page-header-content.svelte-1ffqsuu{max-width:720px}.page-header.svelte-1ffqsuu h1:where(.svelte-1ffqsuu){letter-spacing:-1.5px;margin-bottom:16px;font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.1}.page-header.svelte-1ffqsuu p:where(.svelte-1ffqsuu){color:var(--gray-text);max-width:520px;font-size:clamp(15px,1.4vw,18px);line-height:1.65}.contact-body.svelte-1ffqsuu{max-width:1280px;margin:0 auto;padding:48px 24px 80px clamp(48px,12vw,160px)}.contact-grid.svelte-1ffqsuu{grid-template-columns:280px 1fr;gap:64px;display:grid}.contact-info.svelte-1ffqsuu{flex-direction:column;gap:28px;display:flex}.info-block.svelte-1ffqsuu h3:where(.svelte-1ffqsuu){text-transform:uppercase;letter-spacing:.5px;color:var(--gray-text);margin-bottom:6px;font-size:13px;font-weight:600}.info-block.svelte-1ffqsuu a:where(.svelte-1ffqsuu),.info-block.svelte-1ffqsuu p:where(.svelte-1ffqsuu){color:var(--black);font-size:15px;text-decoration:none}.info-block.svelte-1ffqsuu a:where(.svelte-1ffqsuu):hover{opacity:.7}.contact-form.svelte-1ffqsuu{flex-direction:column;gap:20px;display:flex}.field.svelte-1ffqsuu{flex-direction:column;gap:6px;display:flex}.field.svelte-1ffqsuu label:where(.svelte-1ffqsuu){font-size:13px;font-weight:500}.field.svelte-1ffqsuu input:where(.svelte-1ffqsuu),.field.svelte-1ffqsuu textarea:where(.svelte-1ffqsuu){background:var(--white);color:var(--black);border:1px solid #0000001f;border-radius:3px;outline:none;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .2s}.field.svelte-1ffqsuu input:where(.svelte-1ffqsuu):focus,.field.svelte-1ffqsuu textarea:where(.svelte-1ffqsuu):focus{border-color:var(--black)}.field.svelte-1ffqsuu textarea:where(.svelte-1ffqsuu){resize:vertical;min-height:120px}.submit-btn.svelte-1ffqsuu{background:var(--black);color:var(--white);cursor:pointer;border:none;border-radius:3px;align-self:flex-start;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.submit-btn.svelte-1ffqsuu:hover{background:#2a2a2a;transform:translateY(-2px)}.submit-btn.svelte-1ffqsuu svg:where(.svelte-1ffqsuu){transition:transform .2s}.submit-btn.svelte-1ffqsuu:hover svg:where(.svelte-1ffqsuu){transform:translate(2px,-2px)}@media (width<=800px){.contact-grid.svelte-1ffqsuu{grid-template-columns:1fr;gap:40px}.page-header.svelte-1ffqsuu{padding:48px 20px 36px}.contact-body.svelte-1ffqsuu{padding:36px 20px 64px}}.not-found.svelte-kbj945{text-align:center;justify-content:center;align-items:center;min-height:calc(100svh - 270px);padding:80px 24px;display:flex}.not-found-content.svelte-kbj945{max-width:400px}h1.svelte-kbj945{letter-spacing:-4px;margin-bottom:16px;font-size:clamp(64px,10vw,120px);font-weight:700;line-height:1}p.svelte-kbj945{color:var(--gray-text);margin-bottom:32px;font-size:16px}.back-link.svelte-kbj945{background:var(--black);color:var(--white);border-radius:3px;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.back-link.svelte-kbj945:hover{background:#2a2a2a;transform:translateY(-2px)}.back-link.svelte-kbj945 svg:where(.svelte-kbj945){transition:transform .2s}.back-link.svelte-kbj945:hover svg:where(.svelte-kbj945){transform:translate(2px,-2px)}
