.contact-module__oR00ba__section{background:var(--bg);width:100%;margin:0;padding:0}.contact-module__oR00ba__grid{border-top:var(--section-border);border-bottom:var(--section-border);grid-template-columns:repeat(4,minmax(0,1fr));gap:0;width:100%;min-height:clamp(520px,58vh,680px);margin:0;padding:0;display:grid;position:relative}.contact-module__oR00ba__grid:before{content:"";pointer-events:none;z-index:3;background:linear-gradient(90deg, transparent calc(50% - .5px), var(--line-color) calc(50% - .5px), var(--line-color) calc(50% + .5px), transparent calc(50% + .5px), transparent calc(75% - .5px), var(--line-color) calc(75% - .5px), var(--line-color) calc(75% + .5px), transparent calc(75% + .5px));position:absolute;inset:0}.contact-module__oR00ba__intro{z-index:1;flex-direction:column;grid-column:1/3;justify-content:center;padding:clamp(72px,7vw,112px);display:flex;position:relative}.contact-module__oR00ba__actions{z-index:1;grid-column:3/4;grid-template-rows:repeat(3,1fr);display:grid;position:relative}.contact-module__oR00ba__note{z-index:1;flex-direction:column;grid-column:4/5;justify-content:center;padding:clamp(40px,4vw,56px) clamp(28px,3vw,40px);display:flex;position:relative}.contact-module__oR00ba__title{letter-spacing:0;max-width:25ch;margin:0 0 32px;font-size:clamp(1.9rem,3vw,3rem);line-height:1.05}.contact-module__oR00ba__description{max-width:48ch;color:var(--muted);margin:0;font-size:18px;line-height:1.65}.contact-module__oR00ba__contactAction{border-bottom:1px solid var(--line-color);color:var(--text);background:0 0;flex-direction:column;justify-content:space-between;padding:34px 40px;text-decoration:none;transition:background-color .18s,color .18s;display:flex;position:relative}.contact-module__oR00ba__contactAction:last-child{border-bottom:0}.contact-module__oR00ba__contactAction:hover{background:var(--card-hover)}.contact-module__oR00ba__contactAction:focus-visible{background:var(--card-hover);outline:2px solid var(--accent-soft);outline-offset:-2px}.contact-module__oR00ba__contactActionMeta{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:11px;line-height:1}.contact-module__oR00ba__contactActionTitle{max-width:21ch;font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.04em;font-size:clamp(22px,1.45vw,30px);font-weight:500;line-height:1}.contact-module__oR00ba__contactActionIcon{width:28px;height:28px;color:var(--accent);position:absolute;bottom:34px;right:40px}.contact-module__oR00ba__contactActionIcon svg{width:100%;height:100%;display:block}.contact-module__oR00ba__noteTitle{font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.03em;color:var(--text);margin:0 0 20px;font-size:clamp(18px,1.4vw,22px);font-weight:500;line-height:1.1}.contact-module__oR00ba__form{border:1px solid var(--line-color);flex-direction:column;display:flex}.contact-module__oR00ba__field{border-bottom:1px solid var(--line-color);flex-direction:column;gap:10px;padding:18px 20px;display:flex}.contact-module__oR00ba__fieldLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--muted-soft);font-size:10px;line-height:1}.contact-module__oR00ba__fieldInput,.contact-module__oR00ba__fieldTextarea{width:100%;color:var(--text);font-family:var(--font-body), sans-serif;resize:none;scrollbar-width:thin;scrollbar-color:#ffffff2e transparent;background:0 0;border:none;border-radius:0;outline:none;padding:0;font-size:14px;line-height:1.5;overflow-y:auto}.contact-module__oR00ba__fieldTextarea::-webkit-scrollbar{width:4px}.contact-module__oR00ba__fieldTextarea::-webkit-scrollbar-track{background:0 0}.contact-module__oR00ba__fieldTextarea::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:0}.contact-module__oR00ba__fieldTextarea::-webkit-scrollbar-thumb:hover{background:#ffffff52}.contact-module__oR00ba__fieldInput::placeholder,.contact-module__oR00ba__fieldTextarea::placeholder{color:var(--muted-soft)}.contact-module__oR00ba__formSubmit{width:100%;color:var(--text);font-family:var(--font-body), sans-serif;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;padding:18px 20px;font-size:11px;font-weight:600;transition:background .15s;display:flex}.contact-module__oR00ba__formSubmit:after{content:"→";letter-spacing:0;color:var(--accent);font-size:18px;font-weight:400;transition:transform .15s}.contact-module__oR00ba__formSubmit:hover{background:var(--card-hover)}.contact-module__oR00ba__formSubmit:hover:after{transform:translate(4px)}.contact-module__oR00ba__formSubmit:disabled{opacity:.4;cursor:default}.contact-module__oR00ba__formError{color:var(--error);border-top:1px solid var(--line-color);margin:0;padding:14px 20px;font-size:13px;line-height:1.4}.contact-module__oR00ba__formErrorLink{color:var(--error);text-underline-offset:2px;text-decoration:underline}.contact-module__oR00ba__formErrorLink:hover{color:var(--text)}.contact-module__oR00ba__formSuccess{flex-direction:column;gap:12px;padding:24px 0;display:flex}.contact-module__oR00ba__formSuccessIcon{width:24px;height:24px;color:var(--accent);display:flex}.contact-module__oR00ba__formSuccessTitle{font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.03em;color:var(--text);font-size:20px;font-weight:500}.contact-module__oR00ba__formSuccessText{color:var(--muted);margin:0;font-size:14px;line-height:1.5}@media (max-width:1120px){.contact-module__oR00ba__grid{grid-template-columns:1fr 1fr;min-height:auto}.contact-module__oR00ba__grid:before{display:none}.contact-module__oR00ba__intro{border-bottom:var(--section-border);grid-column:1/-1;grid-template-columns:1fr 1fr;align-items:start;gap:32px;padding-bottom:48px;display:grid}.contact-module__oR00ba__title,.contact-module__oR00ba__description{max-width:none}.contact-module__oR00ba__title{margin-bottom:0}.contact-module__oR00ba__description{place-self:center start;padding-left:clamp(20px,3vw,40px)}.contact-module__oR00ba__actions{grid-column:1/2}.contact-module__oR00ba__note{border-left:var(--section-border);grid-column:2/3}}@media (max-width:820px){.contact-module__oR00ba__grid{grid-template-columns:1fr}.contact-module__oR00ba__grid:before{display:none}.contact-module__oR00ba__intro,.contact-module__oR00ba__actions,.contact-module__oR00ba__note{grid-column:1;padding:clamp(28px,7vw,40px) 24px}.contact-module__oR00ba__intro{flex-direction:column;gap:18px;display:flex}.contact-module__oR00ba__title{margin-bottom:0;font-size:clamp(22px,7vw,32px);line-height:1.04}.contact-module__oR00ba__description{padding-left:0;font-size:clamp(14px,4vw,16px);line-height:1.5}.contact-module__oR00ba__actions,.contact-module__oR00ba__note{border-top:var(--section-border)}.contact-module__oR00ba__actions{flex-direction:column;padding:0;display:flex}.contact-module__oR00ba__contactAction{flex-direction:row;justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:18px 24px}.contact-module__oR00ba__contactActionMeta{display:none}.contact-module__oR00ba__contactActionTitle{font-size:clamp(18px,5vw,22px)}.contact-module__oR00ba__contactActionIcon{flex:none;width:22px;height:22px;position:static}.contact-module__oR00ba__title,.contact-module__oR00ba__description{max-width:none}.contact-module__oR00ba__note{padding:clamp(28px,7vw,40px) 24px}.contact-module__oR00ba__noteTitle{margin-bottom:18px}.contact-module__oR00ba__field{gap:8px;padding:18px}.contact-module__oR00ba__fieldLabel{font-size:9px}.contact-module__oR00ba__fieldInput,.contact-module__oR00ba__fieldTextarea{font-size:13px;line-height:1.35}.contact-module__oR00ba__formSubmit{padding:18px;font-size:10px}}@media (min-width:2200px){.contact-module__oR00ba__grid{min-height:clamp(700px,60vh,860px)}.contact-module__oR00ba__intro{padding:clamp(112px,7vw,160px)}.contact-module__oR00ba__title{max-width:24ch;margin-bottom:32px;font-size:4.8rem;line-height:1}.contact-module__oR00ba__description{max-width:46ch;font-size:22px;line-height:1.65}.contact-module__oR00ba__contactAction{padding:48px 56px}.contact-module__oR00ba__contactActionMeta{font-size:13px}.contact-module__oR00ba__contactActionTitle{max-width:none;font-size:3rem}.contact-module__oR00ba__contactActionIcon{width:36px;height:36px;bottom:48px;right:56px}.contact-module__oR00ba__note{padding:clamp(64px,4.5vw,88px) clamp(48px,3.5vw,72px)}.contact-module__oR00ba__noteTitle{font-size:2rem}.contact-module__oR00ba__fieldInput,.contact-module__oR00ba__fieldTextarea,.contact-module__oR00ba__formSuccessText{font-size:16px}.contact-module__oR00ba__field{gap:14px;padding:24px 28px}.contact-module__oR00ba__formSubmit{padding:24px 28px;font-size:13px}}
.about-demo-module__8V1loW__demo{flex-direction:column;justify-content:center;gap:24px;width:100%;height:100%;padding:48px 56px;display:flex}.about-demo-module__8V1loW__stageGrid{flex-direction:column;flex:0 auto;gap:26px;min-height:0;display:flex;position:relative}.about-demo-module__8V1loW__progressRail{width:100%;height:28px;position:relative;overflow:visible}.about-demo-module__8V1loW__railSvg{width:100%;height:12px;position:absolute;top:8px;left:0;right:0;overflow:visible}.about-demo-module__8V1loW__railPath{fill:none;stroke:var(--muted-soft);stroke-width:1.5px;stroke-dasharray:3 6;vector-effect:non-scaling-stroke}.about-demo-module__8V1loW__travelDot{z-index:2;background:var(--accent);opacity:0;pointer-events:none;border-radius:50%;width:9px;height:9px;margin-left:-4.5px;position:absolute;top:9.5px;left:0}.about-demo-module__8V1loW__progressStep{z-index:3;width:11px;height:11px;position:absolute;top:14px;transform:translate(-50%,-50%)}.about-demo-module__8V1loW__progressStep:first-of-type{transform:translateY(-50%)}.about-demo-module__8V1loW__progressStep:last-of-type{transform:translate(-100%,-50%)}.about-demo-module__8V1loW__stepMarker{border:1.5px solid var(--accent);background:var(--bg);border-radius:50%;flex:none;width:11px;height:11px;display:block}.about-demo-module__8V1loW__stepIndex{letter-spacing:.12em;white-space:nowrap;color:var(--muted-soft);font-size:12px;line-height:1;position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%)}.about-demo-module__8V1loW__stageRow{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:18px;min-width:0;display:grid}.about-demo-module__8V1loW__stageCell{grid-template-rows:minmax(250px,1fr) 44px;align-items:stretch;row-gap:12px;min-width:0;display:grid}.about-demo-module__8V1loW__wireCell{min-width:0;display:flex}.about-demo-module__8V1loW__wireBlock{border:1px solid var(--line-color);background:0 0;width:100%}.about-demo-module__8V1loW__line{background:var(--surface-strong);width:100%;height:4px;display:block}.about-demo-module__8V1loW__lineShort{width:62%}.about-demo-module__8V1loW__kicker{background:var(--accent-soft);width:34px;height:4px;display:block}.about-demo-module__8V1loW__blockBrief{flex-direction:column;justify-content:center;gap:18px;padding:20px 18px;display:flex}.about-demo-module__8V1loW__briefLines{border-bottom:1px solid var(--line-color);flex-direction:column;gap:8px;padding-bottom:16px;display:flex}.about-demo-module__8V1loW__briefChecks{flex-direction:column;gap:12px;display:flex}.about-demo-module__8V1loW__briefCheck{align-items:center;gap:10px;display:flex}.about-demo-module__8V1loW__checkBox{background:var(--accent);flex:none;width:8px;height:8px;display:block}.about-demo-module__8V1loW__checkBoxEmpty{box-shadow:inset 0 0 0 1px var(--line-color);background:0 0}.about-demo-module__8V1loW__blockFrame{flex-direction:column;gap:10px;padding:14px;display:flex}.about-demo-module__8V1loW__frameHeader{border:1px solid var(--line-color);height:24px;display:block}.about-demo-module__8V1loW__frameCols{flex:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-height:0;display:grid}.about-demo-module__8V1loW__frameCols span{border:1px solid var(--line-color);display:block}.about-demo-module__8V1loW__frameFooter{border:1px solid var(--line-color);height:16px;display:block}.about-demo-module__8V1loW__blockRoute{flex-direction:column;justify-content:space-between;padding:26px 20px;display:flex;position:relative}.about-demo-module__8V1loW__blockRoute:before{content:"";border-left:1.5px dashed var(--muted-soft);opacity:.6;width:0;position:absolute;top:30px;bottom:30px;left:24px}.about-demo-module__8V1loW__routeNode{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.about-demo-module__8V1loW__routeDot{border:1.5px solid var(--accent);background:var(--bg);border-radius:50%;flex:none;width:10px;height:10px;display:block}.about-demo-module__8V1loW__routeDotFilled{background:var(--accent)}.about-demo-module__8V1loW__blockVisual{flex-direction:column;align-items:flex-start;gap:9px;padding:18px;display:flex}.about-demo-module__8V1loW__visualHeadline{background:var(--surface-strong);width:86%;height:9px;display:block}.about-demo-module__8V1loW__visualHeadlineShort{width:58%}.about-demo-module__8V1loW__visualMedia{border:1px solid var(--line-color);background:linear-gradient(to top right, transparent calc(50% - .5px), var(--line-color) 50%, transparent calc(50% + .5px));flex:auto;width:100%;min-height:52px;margin-top:5px;display:block}.about-demo-module__8V1loW__visualCta{background:var(--accent);width:104px;height:26px;margin-top:5px;display:block}.about-demo-module__8V1loW__noteCell{align-items:flex-start;min-width:0;display:flex}.about-demo-module__8V1loW__noteIndex{letter-spacing:.12em;color:var(--muted-soft);margin-right:10px;font-size:11px;line-height:1.3;display:none}.about-demo-module__8V1loW__noteText{letter-spacing:.08em;text-transform:uppercase;white-space:normal;color:var(--muted);font-size:11px;line-height:1.3}.about-demo-module__8V1loW__caption{color:var(--muted-soft);margin:0;font-size:15px;line-height:1.5}@media (max-width:1440px){.about-demo-module__8V1loW__demo{padding:40px 44px}.about-demo-module__8V1loW__stageCell{grid-template-rows:minmax(220px,1fr) 42px}}@media (max-width:1120px){.about-demo-module__8V1loW__demo{padding:28px 24px}.about-demo-module__8V1loW__stageGrid{flex:auto}.about-demo-module__8V1loW__stageRow{flex:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.about-demo-module__8V1loW__stageCell{grid-template-rows:minmax(190px,1fr) 40px}.about-demo-module__8V1loW__progressRail{display:none}}@media (max-width:700px){.about-demo-module__8V1loW__demo{gap:16px;padding:24px 20px}.about-demo-module__8V1loW__stageGrid{gap:0}.about-demo-module__8V1loW__stageRow{grid-template-columns:1fr;gap:0}.about-demo-module__8V1loW__stageCell{flex-direction:column-reverse;grid-area:1/1;gap:12px;min-height:0;display:flex}.about-demo-module__8V1loW__stageCell:not(:first-child){opacity:0;visibility:hidden}.about-demo-module__8V1loW__wireCell{flex:auto;min-height:210px}.about-demo-module__8V1loW__noteCell{flex:none;align-items:center}.about-demo-module__8V1loW__noteIndex{display:inline-block}.about-demo-module__8V1loW__caption{font-size:13px}}@media (min-width:2200px){.about-demo-module__8V1loW__demo{gap:32px;padding:64px 72px}.about-demo-module__8V1loW__stageGrid{gap:32px}.about-demo-module__8V1loW__stageRow{gap:24px}.about-demo-module__8V1loW__caption{font-size:16px}}
.build-demo-module__Ki91JW__demo{width:100%;height:100%;padding:48px 56px;display:flex}.build-demo-module__Ki91JW__browser{border:1px solid var(--line-color);flex-direction:column;flex:auto;min-width:0;display:flex}.build-demo-module__Ki91JW__browserBar{border-bottom:1px solid var(--line-color);align-items:center;gap:20px;padding:14px 22px;display:flex}.build-demo-module__Ki91JW__browserDots{gap:6px;display:flex}.build-demo-module__Ki91JW__browserDots span{background:var(--surface-strong);border-radius:50%;width:8px;height:8px}.build-demo-module__Ki91JW__browserUrl{letter-spacing:.04em;color:var(--muted-soft);font-size:12px}.build-demo-module__Ki91JW__browserTab{border:1px solid var(--line-color);letter-spacing:.04em;color:var(--muted);margin-left:auto;padding:5px 14px;font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:11px}.build-demo-module__Ki91JW__workspace{flex:auto;align-items:stretch;min-height:0;display:flex}.build-demo-module__Ki91JW__editor{border-right:1px solid var(--line-color);flex-direction:column;flex:0 0 46%;justify-content:center;gap:18px;min-width:0;padding:32px 36px;display:flex;overflow:hidden}.build-demo-module__Ki91JW__code{white-space:pre;color:var(--muted);margin:0;font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:13px;line-height:1.7}.build-demo-module__Ki91JW__codeLine{display:block}.build-demo-module__Ki91JW__lineSelector{color:var(--text)}.build-demo-module__Ki91JW__linePunct{color:var(--muted-soft)}.build-demo-module__Ki91JW__lineProperty{color:var(--muted)}.build-demo-module__Ki91JW__lineValue{color:var(--accent-strong)}.build-demo-module__Ki91JW__preview{flex-direction:column;flex:auto;justify-content:center;min-width:0;padding:36px 44px;display:flex;position:relative;overflow:hidden}.build-demo-module__Ki91JW__previewGrid{pointer-events:none;position:absolute;inset:0}.build-demo-module__Ki91JW__previewGrid span{background:var(--line-color);width:1px;position:absolute;top:16px;bottom:16px}.build-demo-module__Ki91JW__previewGrid span:first-child{left:25%}.build-demo-module__Ki91JW__previewGrid span:nth-child(2){left:50%}.build-demo-module__Ki91JW__previewGrid span:nth-child(3){left:75%}.build-demo-module__Ki91JW__previewContent{z-index:1;flex-direction:column;align-items:flex-start;gap:20px;display:flex;position:relative}.build-demo-module__Ki91JW__previewHeading{font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.04em;color:var(--text);font-size:clamp(40px,3.4vw,64px);font-weight:500;line-height:.98}.build-demo-module__Ki91JW__previewLede{max-width:300px;color:var(--muted);margin:0;font-size:15px;line-height:1.55}.build-demo-module__Ki91JW__previewButton{background:var(--accent);color:#0d0d10;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;justify-content:center;align-items:center;margin-top:4px;padding:15px 34px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.build-demo-module__Ki91JW__statusBar{border-top:1px solid var(--line-color);justify-content:space-between;align-items:center;gap:24px;padding:13px 22px;display:flex}.build-demo-module__Ki91JW__statusBuild{letter-spacing:.04em;color:var(--muted-soft);font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:12px}.build-demo-module__Ki91JW__statusDeploy{letter-spacing:.04em;white-space:nowrap;color:var(--muted);align-items:center;gap:9px;font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:12px;display:inline-flex}.build-demo-module__Ki91JW__statusCheck{color:var(--accent-active)}@media (max-width:1440px){.build-demo-module__Ki91JW__demo{padding:40px 44px}.build-demo-module__Ki91JW__editor{gap:16px;padding:26px 28px}.build-demo-module__Ki91JW__preview{padding:28px 32px}.build-demo-module__Ki91JW__code{font-size:12.5px}}@media (max-width:1120px){.build-demo-module__Ki91JW__demo{padding:28px 24px}.build-demo-module__Ki91JW__editor{flex-basis:50%;gap:14px;padding:24px 26px}.build-demo-module__Ki91JW__preview{padding:26px 28px}.build-demo-module__Ki91JW__code{font-size:11px;line-height:1.65}}@media (max-width:760px){.build-demo-module__Ki91JW__demo{padding:24px 20px}.build-demo-module__Ki91JW__workspace{flex-direction:column}.build-demo-module__Ki91JW__browserBar{gap:14px;padding:10px 16px}.build-demo-module__Ki91JW__editor{border-right:0;border-bottom:1px solid var(--line-color);flex-basis:auto;gap:12px;padding:18px 16px}.build-demo-module__Ki91JW__code{white-space:pre-wrap;font-size:11.5px;line-height:1.6}.build-demo-module__Ki91JW__codeLine{display:inline}.build-demo-module__Ki91JW__preview{padding:22px 16px}.build-demo-module__Ki91JW__previewGrid span{top:10px;bottom:10px}.build-demo-module__Ki91JW__previewContent{gap:14px}.build-demo-module__Ki91JW__previewHeading{font-size:clamp(30px,8vw,40px)}.build-demo-module__Ki91JW__previewLede{max-width:240px;font-size:13px}.build-demo-module__Ki91JW__previewButton{margin-top:2px;padding:12px 24px;font-size:11px}.build-demo-module__Ki91JW__statusBar{padding:10px 16px}}@media (min-width:2200px){.build-demo-module__Ki91JW__demo{padding:64px 72px}.build-demo-module__Ki91JW__editor{gap:22px;padding:40px 44px}.build-demo-module__Ki91JW__code{font-size:14px}.build-demo-module__Ki91JW__preview{padding:44px 52px}.build-demo-module__Ki91JW__previewContent{gap:24px}.build-demo-module__Ki91JW__previewLede{max-width:340px;font-size:16px}}
.design-system-panel-module__kGwpyW__panel{flex-direction:column;justify-content:center;gap:18px;width:100%;height:100%;padding:48px 56px;display:flex}.design-system-panel-module__kGwpyW__cellLabel,.design-system-panel-module__kGwpyW__noteLabel{letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;color:var(--muted);font-size:11px;line-height:1}.design-system-panel-module__kGwpyW__gridSystemNote{justify-content:flex-end;align-items:center;gap:16px;display:flex}.design-system-panel-module__kGwpyW__noteTicks{align-items:center;gap:5px;display:flex}.design-system-panel-module__kGwpyW__noteTicks span{background:var(--muted-soft);width:1px;height:10px;display:block}.design-system-panel-module__kGwpyW__noteTickTall{background:var(--text)!important;height:14px!important}.design-system-panel-module__kGwpyW__table{border:1px solid var(--line-color);flex-direction:column;flex:auto;min-height:0;display:flex}.design-system-panel-module__kGwpyW__rowTop,.design-system-panel-module__kGwpyW__rowMid{border-bottom:1px solid var(--line-color);align-items:stretch;display:flex}.design-system-panel-module__kGwpyW__rowMid{flex:auto;min-height:0}.design-system-panel-module__kGwpyW__cellColor,.design-system-panel-module__kGwpyW__cellComponents,.design-system-panel-module__kGwpyW__cellTypography,.design-system-panel-module__kGwpyW__cellScale,.design-system-panel-module__kGwpyW__cellSpacing{flex-direction:column;gap:24px;padding:26px 32px 30px;display:flex}.design-system-panel-module__kGwpyW__cellColor,.design-system-panel-module__kGwpyW__cellTypography,.design-system-panel-module__kGwpyW__cellScale{border-right:1px solid var(--line-color)}.design-system-panel-module__kGwpyW__cellColor{flex:auto;min-width:0}.design-system-panel-module__kGwpyW__swatches{gap:18px;display:flex}.design-system-panel-module__kGwpyW__swatch{flex-direction:column;flex:0 88px;gap:12px;min-width:0;display:flex}.design-system-panel-module__kGwpyW__swatchColor{width:100%;height:60px;box-shadow:inset 0 0 0 1px var(--line-color);display:block}.design-system-panel-module__kGwpyW__swatchHex{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;color:var(--muted);font-size:12px}.design-system-panel-module__kGwpyW__cellComponents{flex:0 0 350px}.design-system-panel-module__kGwpyW__componentRow{gap:14px;display:flex}.design-system-panel-module__kGwpyW__componentBox{border:1px solid var(--line-color);flex:1 1 0;justify-content:center;align-items:center;height:60px;display:flex}.design-system-panel-module__kGwpyW__componentArrow{width:18px;height:18px;color:var(--text);flex:none;display:block}.design-system-panel-module__kGwpyW__componentCircle{border:1.5px solid var(--text);border-radius:50%;width:18px;height:18px;display:block}.design-system-panel-module__kGwpyW__componentPlus{color:var(--text);font-size:24px;font-weight:300;line-height:1}.design-system-panel-module__kGwpyW__cellTypography{flex:1.1 1 0;min-width:0}.design-system-panel-module__kGwpyW__typeSamples{flex:auto;align-items:center;gap:56px;display:flex}.design-system-panel-module__kGwpyW__typeSample{flex-direction:column;gap:18px;display:flex}.design-system-panel-module__kGwpyW__typeDisplay{font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.03em;color:var(--text);font-size:clamp(88px,6.4vw,122px);font-weight:500;line-height:.8}.design-system-panel-module__kGwpyW__typeBody{font-family:var(--font-body), sans-serif;color:var(--text);font-size:clamp(56px,4vw,76px);font-weight:400;line-height:.8}.design-system-panel-module__kGwpyW__typeCaption{flex-direction:column;gap:6px;display:flex}.design-system-panel-module__kGwpyW__typeCaptionRole{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:11px;line-height:1}.design-system-panel-module__kGwpyW__typeCaptionName{color:var(--text);font-size:14px;line-height:1}.design-system-panel-module__kGwpyW__cellScale{flex:1 1 0;min-width:0}.design-system-panel-module__kGwpyW__scaleRows{flex-direction:column;flex:auto;justify-content:space-between;display:flex}.design-system-panel-module__kGwpyW__scaleRow{border-bottom:1px solid var(--line-color);align-items:center;gap:14px;padding:11px 0;display:flex}.design-system-panel-module__kGwpyW__scaleRow:first-child{padding-top:2px}.design-system-panel-module__kGwpyW__scaleRow:last-child{border-bottom:0;padding-bottom:2px}.design-system-panel-module__kGwpyW__scaleBullet{background:var(--accent);flex:none;width:9px;height:9px;display:block}.design-system-panel-module__kGwpyW__scaleBulletNeutral{background:var(--text)}.design-system-panel-module__kGwpyW__scaleName{color:var(--text);flex:auto;font-size:14px}.design-system-panel-module__kGwpyW__scalePx{white-space:nowrap;color:var(--muted);font-size:13px}.design-system-panel-module__kGwpyW__cellSpacing{flex:1 1 0;min-width:0}.design-system-panel-module__kGwpyW__spacingRows{flex-direction:column;flex:auto;justify-content:space-between;gap:16px;display:flex}.design-system-panel-module__kGwpyW__spacingRow{align-items:center;gap:16px;display:flex}.design-system-panel-module__kGwpyW__spacingValue{text-align:right;color:var(--muted);flex:0 0 24px;font-size:13px}.design-system-panel-module__kGwpyW__spacingBar{background:var(--text);height:5px;display:block}.design-system-panel-module__kGwpyW__rowBottom{align-items:center;gap:32px;padding:22px 32px;display:flex}.design-system-panel-module__kGwpyW__baselineTicks{background-image:repeating-linear-gradient(90deg, var(--muted-soft) 0, var(--muted-soft) 1px, transparent 1px, transparent 14px);opacity:.55;flex:auto;min-width:0;height:14px;display:block}.design-system-panel-module__kGwpyW__sharpLayout{align-items:center;gap:14px;display:flex}.design-system-panel-module__kGwpyW__sharpCross{width:13px;height:13px;display:block;position:relative}.design-system-panel-module__kGwpyW__sharpCross:before,.design-system-panel-module__kGwpyW__sharpCross:after{content:"";background:var(--text);position:absolute}.design-system-panel-module__kGwpyW__sharpCross:before{width:100%;height:1px;top:50%;left:0}.design-system-panel-module__kGwpyW__sharpCross:after{width:1px;height:100%;top:0;left:50%}@media (max-width:1700px){.design-system-panel-module__kGwpyW__cellComponents{flex-basis:280px}.design-system-panel-module__kGwpyW__typeSamples{gap:40px}}@media (max-width:1440px){.design-system-panel-module__kGwpyW__panel{padding:40px 44px}.design-system-panel-module__kGwpyW__cellColor,.design-system-panel-module__kGwpyW__cellComponents,.design-system-panel-module__kGwpyW__cellTypography,.design-system-panel-module__kGwpyW__cellScale,.design-system-panel-module__kGwpyW__cellSpacing{padding:22px 24px 26px}.design-system-panel-module__kGwpyW__swatches{gap:12px}.design-system-panel-module__kGwpyW__swatchHex{letter-spacing:.03em;font-size:10px}.design-system-panel-module__kGwpyW__cellComponents{flex-basis:240px}.design-system-panel-module__kGwpyW__typeSamples{gap:28px}.design-system-panel-module__kGwpyW__typeDisplay{font-size:clamp(64px,5.6vw,96px)}.design-system-panel-module__kGwpyW__typeBody{font-size:clamp(40px,3.2vw,56px)}}@media (max-width:1120px){.design-system-panel-module__kGwpyW__panel{padding:28px 24px}.design-system-panel-module__kGwpyW__cellColor,.design-system-panel-module__kGwpyW__cellComponents,.design-system-panel-module__kGwpyW__cellTypography,.design-system-panel-module__kGwpyW__cellScale,.design-system-panel-module__kGwpyW__cellSpacing{gap:16px;padding:18px 18px 20px}.design-system-panel-module__kGwpyW__cellComponents{flex-basis:200px}.design-system-panel-module__kGwpyW__swatches{gap:10px}.design-system-panel-module__kGwpyW__swatch{flex:1 1 0;gap:8px}.design-system-panel-module__kGwpyW__swatchColor{height:40px}.design-system-panel-module__kGwpyW__swatchHex{letter-spacing:.03em;font-size:10px}.design-system-panel-module__kGwpyW__componentBox{height:44px}.design-system-panel-module__kGwpyW__typeSamples{gap:28px}.design-system-panel-module__kGwpyW__typeDisplay{font-size:64px}.design-system-panel-module__kGwpyW__typeBody{font-size:42px}.design-system-panel-module__kGwpyW__scaleRow{gap:10px;padding:8px 0}.design-system-panel-module__kGwpyW__scaleName{font-size:13px}.design-system-panel-module__kGwpyW__scalePx{font-size:12px}.design-system-panel-module__kGwpyW__spacingRows,.design-system-panel-module__kGwpyW__spacingRow{gap:10px}.design-system-panel-module__kGwpyW__spacingValue{font-size:12px}.design-system-panel-module__kGwpyW__spacingBar{max-width:calc(100% - 40px)}.design-system-panel-module__kGwpyW__rowBottom{gap:20px;padding:16px 18px}}@media (max-width:700px){.design-system-panel-module__kGwpyW__panel{gap:12px;padding:24px 20px}.design-system-panel-module__kGwpyW__rowMid{flex-wrap:wrap}.design-system-panel-module__kGwpyW__cellColor,.design-system-panel-module__kGwpyW__cellComponents,.design-system-panel-module__kGwpyW__cellTypography,.design-system-panel-module__kGwpyW__cellScale,.design-system-panel-module__kGwpyW__cellSpacing{gap:12px;padding:14px 14px 16px}.design-system-panel-module__kGwpyW__cellColor,.design-system-panel-module__kGwpyW__cellComponents{flex:1 1 0;min-width:0}.design-system-panel-module__kGwpyW__swatches{flex-wrap:wrap;gap:8px}.design-system-panel-module__kGwpyW__swatch{flex:calc(33.333% - 8px)}.design-system-panel-module__kGwpyW__swatchColor{height:30px}.design-system-panel-module__kGwpyW__swatchHex{display:none}.design-system-panel-module__kGwpyW__componentRow{gap:8px}.design-system-panel-module__kGwpyW__componentBox{height:36px}.design-system-panel-module__kGwpyW__cellTypography{border-right:0;border-bottom:1px solid var(--line-color);flex:100%}.design-system-panel-module__kGwpyW__cellScale,.design-system-panel-module__kGwpyW__cellSpacing{flex:50%}.design-system-panel-module__kGwpyW__typeDisplay{font-size:52px}.design-system-panel-module__kGwpyW__typeBody{font-size:36px}.design-system-panel-module__kGwpyW__rowBottom{display:none}}@media (min-width:2200px){.design-system-panel-module__kGwpyW__panel{gap:22px;padding:64px 72px}.design-system-panel-module__kGwpyW__cellColor,.design-system-panel-module__kGwpyW__cellComponents,.design-system-panel-module__kGwpyW__cellTypography,.design-system-panel-module__kGwpyW__cellScale,.design-system-panel-module__kGwpyW__cellSpacing{padding:32px 40px 36px}.design-system-panel-module__kGwpyW__cellComponents{flex-basis:420px}.design-system-panel-module__kGwpyW__componentBox,.design-system-panel-module__kGwpyW__swatchColor{height:72px}.design-system-panel-module__kGwpyW__swatch{flex-basis:104px}.design-system-panel-module__kGwpyW__rowBottom{padding:28px 40px}}
.user-flow-demo-module__iVDq4a__demo{flex-direction:column;justify-content:center;gap:24px;width:100%;height:100%;padding:48px 56px;display:flex}.user-flow-demo-module__iVDq4a__flowGrid{flex-direction:column;flex:0 auto;gap:26px;min-height:0;display:flex;position:relative}.user-flow-demo-module__iVDq4a__progressRail{width:100%;height:28px;position:relative;overflow:visible}.user-flow-demo-module__iVDq4a__railSvg{width:100%;height:12px;position:absolute;top:8px;left:0;right:0;overflow:visible}.user-flow-demo-module__iVDq4a__railPath{fill:none;stroke:var(--muted-soft);stroke-width:1.5px;stroke-dasharray:3 6;vector-effect:non-scaling-stroke}.user-flow-demo-module__iVDq4a__travelDot{z-index:2;background:var(--accent);opacity:0;pointer-events:none;border-radius:50%;width:9px;height:9px;margin-left:-4.5px;position:absolute;top:9.5px;left:0}.user-flow-demo-module__iVDq4a__progressStep{z-index:3;width:11px;height:11px;position:absolute;top:14px;transform:translate(-50%,-50%)}.user-flow-demo-module__iVDq4a__progressStep:first-of-type{transform:translateY(-50%)}.user-flow-demo-module__iVDq4a__progressStep:last-of-type{transform:translate(-100%,-50%)}.user-flow-demo-module__iVDq4a__flowStage{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:18px;min-width:0;display:grid}.user-flow-demo-module__iVDq4a__flowRow{grid-template-rows:minmax(250px,1fr) 44px;align-items:stretch;row-gap:12px;min-width:0;display:grid}.user-flow-demo-module__iVDq4a__stepMarker{border:1.5px solid var(--accent);background:var(--bg);border-radius:50%;flex:none;width:11px;height:11px;margin-top:0;display:block}.user-flow-demo-module__iVDq4a__stepIndex{letter-spacing:.12em;white-space:nowrap;color:var(--muted-soft);font-size:12px;line-height:1;position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%)}.user-flow-demo-module__iVDq4a__wireCell{min-width:0;display:flex}.user-flow-demo-module__iVDq4a__wireBlock{border:1px solid var(--line-color);background:0 0;width:100%}.user-flow-demo-module__iVDq4a__wireHero{flex-direction:column;gap:16px;min-height:250px;padding:18px;display:flex}.user-flow-demo-module__iVDq4a__heroChrome{border-bottom:1px solid var(--line-color);align-items:center;gap:8px;padding-bottom:14px;display:flex}.user-flow-demo-module__iVDq4a__heroChrome span{background:var(--surface-strong);height:4px;display:block}.user-flow-demo-module__iVDq4a__heroChrome span:first-child{width:18%}.user-flow-demo-module__iVDq4a__heroChrome span:nth-child(2){width:10%}.user-flow-demo-module__iVDq4a__heroChrome span:nth-child(3){width:22%;margin-left:auto}.user-flow-demo-module__iVDq4a__heroCopy{flex-direction:column;align-items:flex-start;gap:9px;padding-top:4px;display:flex}.user-flow-demo-module__iVDq4a__wireKicker{background:var(--accent-soft);width:34px;height:4px;display:block}.user-flow-demo-module__iVDq4a__heroHeadline{background:var(--surface-strong);width:86%;height:9px;display:block}.user-flow-demo-module__iVDq4a__heroHeadlineShort{width:58%}.user-flow-demo-module__iVDq4a__heroGhostButton{border:1px solid var(--line-color);justify-content:center;align-items:center;width:104px;height:28px;margin-top:7px;display:flex}.user-flow-demo-module__iVDq4a__heroGhostButton:after{content:"";background:var(--surface-strong);width:44px;height:4px}.user-flow-demo-module__iVDq4a__heroMedia{border:1px solid var(--line-color);background:linear-gradient(to top right, transparent calc(50% - .5px), var(--line-color) 50%, transparent calc(50% + .5px));flex:auto;min-height:52px;display:block}.user-flow-demo-module__iVDq4a__wireCards{grid-template-rows:repeat(3,minmax(0,1fr));gap:0;padding:18px;display:grid}.user-flow-demo-module__iVDq4a__wireCard{grid-template-rows:auto auto auto;grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr);align-content:center;align-items:center;gap:8px 12px;min-width:0;padding:12px 0;display:grid}.user-flow-demo-module__iVDq4a__wireCard:first-child{padding-top:0}.user-flow-demo-module__iVDq4a__wireCard:last-child{padding-bottom:0}.user-flow-demo-module__iVDq4a__wireCard+.user-flow-demo-module__iVDq4a__wireCard{border-top:1px solid var(--line-color)}.user-flow-demo-module__iVDq4a__wireThumb{border:1px solid var(--line-color);background:linear-gradient(to top right, transparent calc(50% - .5px), var(--line-color) 50%, transparent calc(50% + .5px));grid-row:1/4;width:100%;height:100%;min-height:44px;display:block}.user-flow-demo-module__iVDq4a__wireCardMeta{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.user-flow-demo-module__iVDq4a__wireCardMetaBar{background:var(--surface-strong);width:38%;height:4px;display:block}.user-flow-demo-module__iVDq4a__wireCardArrow{color:var(--muted-soft);font-size:11px;line-height:1}.user-flow-demo-module__iVDq4a__wireLine{background:var(--surface-strong);width:100%;height:4px;display:block}.user-flow-demo-module__iVDq4a__wireLineShort{width:62%}.user-flow-demo-module__iVDq4a__wireTrust{flex-direction:column;justify-content:space-between;gap:14px;padding:20px;display:flex}.user-flow-demo-module__iVDq4a__trustHead{align-items:center;gap:12px;width:100%;display:flex}.user-flow-demo-module__iVDq4a__wireAvatar{border:1px solid var(--line-color);background:var(--surface);border-radius:50%;flex:none;width:36px;height:36px;display:block}.user-flow-demo-module__iVDq4a__trustName{flex-direction:column;flex:auto;gap:7px;min-width:0;display:flex}.user-flow-demo-module__iVDq4a__trustRating{gap:6px;display:flex}.user-flow-demo-module__iVDq4a__trustRating span{background:var(--accent);width:7px;height:7px;display:block}.user-flow-demo-module__iVDq4a__trustRatingEmpty{box-shadow:inset 0 0 0 1px var(--line-color);background:0 0!important}.user-flow-demo-module__iVDq4a__trustQuote{flex-direction:column;gap:8px;width:100%;display:flex}.user-flow-demo-module__iVDq4a__wireTrustBadges{grid-template-columns:1fr 1fr;gap:10px;width:100%;display:grid}.user-flow-demo-module__iVDq4a__wireTrustBadges span{border:1px solid var(--line-color);background:linear-gradient(90deg, var(--surface-strong) 0 44%, transparent 44%), linear-gradient(90deg, transparent 0 58%, var(--surface-strong) 58% 100%);height:28px;display:block}.user-flow-demo-module__iVDq4a__wireCta{flex-direction:column;justify-content:center;align-items:stretch;gap:14px;padding:24px 20px;display:flex}.user-flow-demo-module__iVDq4a__ctaField{border:1px solid var(--line-color);align-items:center;height:38px;padding:0 12px;display:flex}.user-flow-demo-module__iVDq4a__ctaFieldBar{background:var(--surface-strong);width:42%;height:4px;display:block}.user-flow-demo-module__iVDq4a__ctaButton{background:var(--accent);color:#0d0d10;letter-spacing:.12em;text-transform:uppercase;justify-content:center;align-items:center;width:100%;padding:13px 18px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.user-flow-demo-module__iVDq4a__ctaSupport{flex-direction:column;gap:8px;width:100%;margin-top:8px;display:flex}.user-flow-demo-module__iVDq4a__noteCell{align-items:flex-start;min-width:0;padding:0;display:flex}.user-flow-demo-module__iVDq4a__noteIndex{letter-spacing:.12em;color:var(--muted-soft);margin-right:10px;font-size:11px;line-height:1.3;display:none}.user-flow-demo-module__iVDq4a__noteText{letter-spacing:.08em;text-transform:uppercase;white-space:normal;color:var(--muted);font-size:11px;line-height:1.3}.user-flow-demo-module__iVDq4a__caption{color:var(--muted-soft);margin:0;padding-left:0;font-size:15px;line-height:1.5}@media (max-width:1440px){.user-flow-demo-module__iVDq4a__demo{padding:40px 44px}.user-flow-demo-module__iVDq4a__flowRow{grid-template-rows:minmax(220px,1fr) 42px}.user-flow-demo-module__iVDq4a__wireHero{min-height:220px}}@media (max-width:1120px){.user-flow-demo-module__iVDq4a__demo{padding:28px 24px}.user-flow-demo-module__iVDq4a__flowGrid{flex:auto}.user-flow-demo-module__iVDq4a__flowStage{flex:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.user-flow-demo-module__iVDq4a__flowRow{grid-template-rows:minmax(190px,1fr) 40px}.user-flow-demo-module__iVDq4a__wireHero{min-height:190px}.user-flow-demo-module__iVDq4a__progressRail{display:none}}@media (max-width:700px){.user-flow-demo-module__iVDq4a__demo{gap:16px;padding:24px 20px}.user-flow-demo-module__iVDq4a__flowGrid{gap:0}.user-flow-demo-module__iVDq4a__flowStage{grid-template-columns:1fr;gap:0}.user-flow-demo-module__iVDq4a__flowRow{flex-direction:column-reverse;grid-area:1/1;gap:12px;min-height:0;display:flex}.user-flow-demo-module__iVDq4a__flowRow:not(:first-child){opacity:0;visibility:hidden}.user-flow-demo-module__iVDq4a__wireCell{flex:auto;min-height:210px}.user-flow-demo-module__iVDq4a__wireHero{min-height:210px}.user-flow-demo-module__iVDq4a__noteCell{flex:none;align-items:center}.user-flow-demo-module__iVDq4a__noteIndex{display:inline-block}.user-flow-demo-module__iVDq4a__caption{font-size:13px}}@media (min-width:2200px){.user-flow-demo-module__iVDq4a__demo{gap:32px;padding:64px 72px}.user-flow-demo-module__iVDq4a__flowGrid{gap:32px}.user-flow-demo-module__iVDq4a__flowStage{gap:24px}.user-flow-demo-module__iVDq4a__caption{font-size:16px}}
.hero-module__Pg0jUq__heroSection{background:var(--bg);border-bottom:var(--section-border);width:100%;height:auto;min-height:auto;padding:0;position:relative;overflow:visible}.hero-module__Pg0jUq__heroInner{width:100%;position:relative}.hero-module__Pg0jUq__heroFrame{padding-top:var(--site-header-h);background:0 0;width:100%;height:auto;min-height:auto;display:block;position:relative;overflow:visible}.hero-module__Pg0jUq__switchIndex,.hero-module__Pg0jUq__switchLabel,.hero-module__Pg0jUq__centerPanelLabel,.hero-module__Pg0jUq__metaLabel{letter-spacing:.14em;text-transform:uppercase;font-size:11px;line-height:1}.hero-module__Pg0jUq__bottomBand{border-top:var(--section-border);border-bottom:var(--section-border);grid-template-rows:auto auto;width:100%;height:auto;min-height:auto;display:grid;overflow:visible}.hero-module__Pg0jUq__selectorRow{grid-template-columns:repeat(4,minmax(0,1fr));display:grid;position:relative}.hero-module__Pg0jUq__selectorRow:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(90deg, transparent calc(25% - .5px), var(--line-color) calc(25% - .5px), var(--line-color) calc(25% + .5px), transparent calc(25% + .5px), transparent calc(50% - .5px), var(--line-color) calc(50% - .5px), var(--line-color) calc(50% + .5px), transparent calc(50% + .5px), transparent calc(75% - .5px), var(--line-color) calc(75% - .5px), var(--line-color) calc(75% + .5px), transparent calc(75% + .5px));position:absolute;inset:0}.hero-module__Pg0jUq__switchCard{text-align:left;color:var(--text);cursor:pointer;border:none;border-bottom:var(--section-border);z-index:1;background:0 0;border-radius:0;flex-direction:column;justify-content:center;gap:0;min-height:clamp(220px,23vh,270px);padding:34px 40px 36px;transition:color .18s,opacity .18s;display:flex;position:relative;overflow:hidden}.hero-module__Pg0jUq__switchCard:before{content:"";z-index:-1;pointer-events:none;background:0 0;transition:background .18s;position:absolute;inset:1px 0}.hero-module__Pg0jUq__switchCard:disabled{cursor:default}.hero-module__Pg0jUq__switchCard:focus-visible{outline:2px solid var(--accent-soft);outline-offset:-2px}.hero-module__Pg0jUq__switchCard:hover:before,.hero-module__Pg0jUq__switchCardActive:before{background:var(--card-hover)}.hero-module__Pg0jUq__selectorDot{background:var(--accent);opacity:0;width:8px;height:8px;transition:opacity .22s,transform .22s;position:absolute;top:36px;right:40px;transform:scale(.6)}.hero-module__Pg0jUq__switchCardActive .hero-module__Pg0jUq__selectorDot{opacity:1;transform:scale(1)}.hero-module__Pg0jUq__switchMeta{align-items:center;gap:10px;margin-bottom:16px;display:inline-flex}.hero-module__Pg0jUq__switchIndex{color:var(--text)}.hero-module__Pg0jUq__switchLabel{color:var(--muted)}.hero-module__Pg0jUq__switchTitle{max-width:none;font-family:var(--font-display), var(--font-body), sans-serif;white-space:nowrap;letter-spacing:-.04em;margin-bottom:32px;font-size:clamp(22px,1.45vw,28px);font-weight:500;line-height:1;display:block}.hero-module__Pg0jUq__switchDescription{max-width:320px;color:var(--muted);margin:0;font-size:15px;line-height:1.45}.hero-module__Pg0jUq__activeHero{background:var(--bg);align-items:stretch;height:clamp(660px,72vh,800px);min-height:0;display:flex;position:relative;overflow:hidden}.hero-module__Pg0jUq__heroContentColumn{z-index:1;border:0;flex-direction:column;flex:0 0 600px;justify-content:center;align-items:flex-start;min-width:0;height:100%;min-height:0;padding:48px 40px 48px 56px;display:flex;position:relative;overflow:hidden}.hero-module__Pg0jUq__heroContentStage{width:100%;display:grid}.hero-module__Pg0jUq__heroContentInner{flex-direction:column;grid-area:1/1;justify-content:center;width:100%;display:flex}.hero-module__Pg0jUq__heroContentOverlay{z-index:2;pointer-events:none}.hero-module__Pg0jUq__heroContentSizer{visibility:hidden;pointer-events:none;grid-area:1/1}.hero-module__Pg0jUq__heroContentInner [data-hero-reveal]{will-change:transform, opacity}.hero-module__Pg0jUq__centerPanelMeta{align-items:baseline;gap:16px;width:100%;margin-bottom:18px;display:flex}.hero-module__Pg0jUq__centerPanelLabel,.hero-module__Pg0jUq__metaLabel{color:var(--muted-soft)}.hero-module__Pg0jUq__centerTitle{width:100%;font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.04em;text-wrap:balance;margin:0 0 32px;font-size:clamp(2.4rem,2.7vw,3.3rem);font-weight:500;line-height:1.04;display:block}.hero-module__Pg0jUq__titleLineMask{display:block;overflow:hidden}.hero-module__Pg0jUq__titleLine{will-change:transform, opacity;display:block}.hero-module__Pg0jUq__centerTextBlock{width:100%;max-width:470px;min-height:0}.hero-module__Pg0jUq__centerText{color:var(--muted);margin:0;font-size:17px;line-height:1.6}.hero-module__Pg0jUq__centerText+.hero-module__Pg0jUq__centerText{margin-top:16px}.hero-module__Pg0jUq__centerSkillsGroup{border-top:1px solid var(--line-color);flex-direction:column;gap:10px;width:100%;max-width:470px;margin-top:44px;padding-top:24px;display:flex}.hero-module__Pg0jUq__skillsText{max-width:660px;color:var(--text);letter-spacing:0;flex-wrap:wrap;align-items:center;gap:8px 0;margin:0;font-size:16px;line-height:1.6;display:flex}.hero-module__Pg0jUq__skillItem{align-items:center;min-width:0;display:inline-flex}.hero-module__Pg0jUq__skillDivider{background:var(--accent);flex:none;width:5px;height:5px;margin:0 12px}.hero-module__Pg0jUq__heroVisualStage{flex:auto;min-width:0;min-height:0;display:grid;position:relative;overflow:hidden}.hero-module__Pg0jUq__heroVisualFrame{opacity:0;pointer-events:none;will-change:transform, opacity;grid-area:1/1;width:100%;min-width:0;height:100%;min-height:0}.hero-module__Pg0jUq__heroVisualFrameActive{opacity:1}.hero-module__Pg0jUq__mobileHeroNavigator{display:none}@media (max-width:1440px){.hero-module__Pg0jUq__heroContentColumn{flex-basis:520px;padding:40px 32px 40px 48px}}@media (max-width:1120px){.hero-module__Pg0jUq__heroFrame{min-height:auto}.hero-module__Pg0jUq__selectorRow{grid-template-columns:1fr 1fr}.hero-module__Pg0jUq__selectorRow:before{display:none}.hero-module__Pg0jUq__switchCard{min-height:180px}.hero-module__Pg0jUq__switchCard:nth-child(2n){border-left:0}.hero-module__Pg0jUq__switchCard:nth-child(2n):after{content:"";background:var(--line-color);pointer-events:none;width:1px;position:absolute;top:1px;bottom:1px;left:0}.hero-module__Pg0jUq__switchCard:nth-child(n+3){border-top:var(--section-border)}.hero-module__Pg0jUq__activeHero{flex-direction:column;height:auto;overflow:hidden}.hero-module__Pg0jUq__heroContentColumn{flex:none;justify-content:flex-start;width:100%;height:auto;padding:32px 24px 8px}.hero-module__Pg0jUq__heroVisualStage{flex:none;width:100%}}@media (max-width:820px){.hero-module__Pg0jUq__bottomBand{border-top:0;flex-direction:column;display:flex}.hero-module__Pg0jUq__activeHero{order:0;gap:0}.hero-module__Pg0jUq__selectorRow{display:none}.hero-module__Pg0jUq__centerTitle{font-size:clamp(2.1rem,7.4vw,2.8rem)}.hero-module__Pg0jUq__centerSkillsGroup{margin-top:24px;padding-top:20px}.hero-module__Pg0jUq__heroContentColumn{padding:24px 20px 0}.hero-module__Pg0jUq__heroFrame{padding-top:var(--site-header-h)}.hero-module__Pg0jUq__mobileHeroNavigator{flex-direction:column;gap:14px;margin-top:24px;padding:0 20px 16px;display:flex}.hero-module__Pg0jUq__mobileHeroNavTop{flex-direction:column;gap:6px;display:flex}.hero-module__Pg0jUq__mobileHeroCount{letter-spacing:.14em;text-transform:uppercase;color:var(--muted-soft);font-size:11px;line-height:1}.hero-module__Pg0jUq__mobileHeroNavTitle{font-family:var(--font-display), var(--font-body), sans-serif;letter-spacing:-.04em;color:var(--text);font-size:22px;font-weight:500;line-height:1}.hero-module__Pg0jUq__mobileHeroNavBottom{grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:12px;display:grid}.hero-module__Pg0jUq__mobileHeroArrow{border:1px solid var(--line-color);width:40px;height:40px;color:var(--text);cursor:pointer;background:0 0;font-size:16px;line-height:1;transition:background .18s,color .18s,border-color .18s,opacity .18s}.hero-module__Pg0jUq__mobileHeroArrow:hover:not(:disabled){background:var(--card-hover);border-color:var(--accent-soft)}.hero-module__Pg0jUq__mobileHeroArrow:disabled{opacity:.45;cursor:default}.hero-module__Pg0jUq__mobileHeroArrow:focus-visible,.hero-module__Pg0jUq__mobileHeroStep:focus-visible{outline:2px solid var(--accent-soft);outline-offset:2px}.hero-module__Pg0jUq__mobileHeroSteps{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.hero-module__Pg0jUq__mobileHeroStep{background:var(--line-color);cursor:pointer;border:none;height:6px;transition:background .18s,transform .18s,opacity .18s}.hero-module__Pg0jUq__mobileHeroStep:hover:not(:disabled){background:color-mix(in srgb, var(--accent) 55%, var(--line-color))}.hero-module__Pg0jUq__mobileHeroStep:disabled{cursor:default}.hero-module__Pg0jUq__mobileHeroStepActive{background:var(--accent)}}@media (max-width:560px){.hero-module__Pg0jUq__heroFrame{background:0 0}.hero-module__Pg0jUq__skillDivider{width:4px;height:4px;margin-inline:9px}}@media (min-width:2200px){.hero-module__Pg0jUq__heroFrame{padding-top:var(--site-header-h)}.hero-module__Pg0jUq__switchCard{min-height:clamp(300px,24vh,400px);padding:48px 56px 52px}.hero-module__Pg0jUq__switchTitle{font-size:clamp(30px,1.7vw,46px)}.hero-module__Pg0jUq__switchDescription{max-width:440px;font-size:17px}.hero-module__Pg0jUq__activeHero{height:clamp(720px,58vh,920px)}.hero-module__Pg0jUq__heroContentColumn{flex-basis:760px;padding:56px 48px 56px 64px}.hero-module__Pg0jUq__centerTitle{margin-bottom:36px;font-size:4.4rem;line-height:1.02}.hero-module__Pg0jUq__centerTextBlock{max-width:540px}.hero-module__Pg0jUq__centerText{font-size:18px;line-height:1.7}.hero-module__Pg0jUq__centerSkillsGroup{max-width:540px;margin-top:44px}.hero-module__Pg0jUq__skillsText{font-size:18px}}
.work-gallery-module__fQdBaG__section{z-index:1;background:var(--bg);border-bottom:var(--section-border);width:100%;margin-top:0;position:relative}.work-gallery-module__fQdBaG__sectionInner{background:linear-gradient(90deg, transparent calc(25% - .5px), var(--line-color) calc(25% - .5px), var(--line-color) calc(25% + .5px), transparent calc(25% + .5px), transparent calc(50% - .5px), var(--line-color) calc(50% - .5px), var(--line-color) calc(50% + .5px), transparent calc(50% + .5px), transparent calc(75% - .5px), var(--line-color) calc(75% - .5px), var(--line-color) calc(75% + .5px), transparent calc(75% + .5px));width:100%}.work-gallery-module__fQdBaG__grid{grid-template-columns:var(--page-grid-columns);align-items:stretch;display:grid}.work-gallery-module__fQdBaG__card{min-width:0;min-height:clamp(560px,62vh,720px);display:flex}.work-gallery-module__fQdBaG__cardSurface{text-align:left;width:100%;min-height:100%;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:center;padding:clamp(40px,4vw,64px) clamp(28px,3vw,48px);text-decoration:none;transition:background-color .18s;display:flex}.work-gallery-module__fQdBaG__cardSurfaceStatic{cursor:default}.work-gallery-module__fQdBaG__cardSurfaceStatic:hover{background:0 0}.work-gallery-module__fQdBaG__cardSurface:hover{background:var(--card-hover)}.work-gallery-module__fQdBaG__cardSurface:focus-visible{outline-offset:-2px;outline:2px solid #a984dd4d}.work-gallery-module__fQdBaG__cardMeta{align-items:center;gap:10px;min-height:20px;margin-bottom:16px;display:inline-flex}.work-gallery-module__fQdBaG__cardIndex,.work-gallery-module__fQdBaG__cardCategory{letter-spacing:.14em;text-transform:uppercase;font-size:12px;line-height:1}.work-gallery-module__fQdBaG__cardIndex{color:var(--text)}.work-gallery-module__fQdBaG__cardCategory{color:var(--muted)}.work-gallery-module__fQdBaG__cardPreview{background:var(--surface-soft);border-radius:0;width:100%;height:0;margin-bottom:32px;padding-bottom:69%;position:relative;overflow:hidden}.work-gallery-module__fQdBaG__cardPreviewMedia{position:absolute;inset:0}.work-gallery-module__fQdBaG__cardPreviewImage{object-fit:cover}.work-gallery-module__fQdBaG__cardBody{flex-direction:column;flex:1;display:flex}.work-gallery-module__fQdBaG__cardHeadingRow{justify-content:space-between;align-items:end;gap:14px;margin-bottom:24px;display:flex}.work-gallery-module__fQdBaG__cardTitle{letter-spacing:0;white-space:pre-line;margin:0;font-size:clamp(1.85rem,1.6vw,2.2rem);line-height:1.1}.work-gallery-module__fQdBaG__cardArrow{width:24px;height:24px;color:var(--text);flex-shrink:0;justify-content:center;align-items:center;transition:color .2s;display:inline-flex}.work-gallery-module__fQdBaG__cardSurface:hover .work-gallery-module__fQdBaG__cardArrow{color:var(--accent)}.work-gallery-module__fQdBaG__cardDescription{min-height:66px;color:var(--muted);margin:0;font-size:15px;line-height:1.58}.work-gallery-module__fQdBaG__cardTags{border-top:1px solid var(--line-color);letter-spacing:.06em;color:var(--muted-soft);text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:10px 0;margin:18px 0 0;padding-top:14px;font-size:11px;line-height:1.5;display:flex}.work-gallery-module__fQdBaG__cardTagItem{align-items:center;display:inline-flex}.work-gallery-module__fQdBaG__cardTagDivider{background:var(--accent);flex:none;width:4px;height:4px;margin:0 12px}@media (max-width:1200px){.work-gallery-module__fQdBaG__sectionInner{background:linear-gradient(90deg, transparent calc(50% - .5px), var(--line-color) calc(50% - .5px), var(--line-color) calc(50% + .5px), transparent calc(50% + .5px))}.work-gallery-module__fQdBaG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.work-gallery-module__fQdBaG__card{min-height:clamp(500px,58vh,640px)}.work-gallery-module__fQdBaG__cardSurface{padding:32px 28px 40px}.work-gallery-module__fQdBaG__cardMeta{margin-bottom:16px}.work-gallery-module__fQdBaG__cardPreview{margin-bottom:32px}.work-gallery-module__fQdBaG__cardHeadingRow{margin-bottom:24px}.work-gallery-module__fQdBaG__card:nth-child(n+3){border-top:var(--section-border)}}@media (max-width:820px){.work-gallery-module__fQdBaG__sectionInner{background:0 0;padding:40px 0}.work-gallery-module__fQdBaG__grid{grid-template-columns:1fr}.work-gallery-module__fQdBaG__card:nth-child(n+2){border-top:var(--section-border)}.work-gallery-module__fQdBaG__card{min-height:0}.work-gallery-module__fQdBaG__cardSurface{padding:32px 20px 36px}.work-gallery-module__fQdBaG__cardMeta{margin-bottom:16px}.work-gallery-module__fQdBaG__cardHeadingRow{margin-bottom:24px}.work-gallery-module__fQdBaG__cardPreview{margin-bottom:32px}.work-gallery-module__fQdBaG__cardDescription{min-height:0}.work-gallery-module__fQdBaG__cardTags{margin-top:16px;padding-top:12px}.work-gallery-module__fQdBaG__cardTagDivider{margin-inline:10px}}
.footer-module__3EeSIa__footer{border-top:var(--section-border);background:var(--bg);width:100%;min-height:88px;color:var(--muted-soft);justify-content:space-between;align-items:center;gap:24px;padding:28px clamp(20px,2.5vw,48px);display:flex}.footer-module__3EeSIa__meta,.footer-module__3EeSIa__rights,.footer-module__3EeSIa__link{letter-spacing:.14em;text-transform:uppercase;font-size:11px;line-height:1}.footer-module__3EeSIa__meta{color:var(--text)}.footer-module__3EeSIa__rights{color:var(--muted-soft)}.footer-module__3EeSIa__link{color:var(--muted);text-decoration:none;transition:color .16s}.footer-module__3EeSIa__link:hover{color:var(--text)}.footer-module__3EeSIa__link:focus-visible{outline:2px solid var(--accent-soft);outline-offset:4px;color:var(--text)}@media (max-width:820px){.footer-module__3EeSIa__footer{flex-direction:column;align-items:flex-start;min-height:auto;padding:24px 20px}}
