@charset "UTF-8";

:root{
  --brand:#2f63e8;
  --accent:#df6a55;
  --brand-dark:#1846bd;
  --ink:#111827;
  --paper:#fff;
  --muted:#536174;
  --line:#cbd5e1;
  --wash:#f5f7fa;
  --brand-soft:#e8efff;
  --brand-soft-strong:#dce6fb;
  --mint:#dff3ec;
  --coral:#ef6b56;
  --navy:#10233e;
  --success:#147a53;
  --danger:#b42318;
  --shell:1440px;
  --header:88px;
  --hero-h1-color:#111827;
  --hero-h1-size:clamp(40px,calc(34.667px + 1.481vw),56px);
  --section-h2-color:#111827;
  --section-h2-size:clamp(32px,calc(28px + 1.111vw),44px);
  --body-text-color:#3D3D3D;
  --radius:2px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",Inter,Arial,sans-serif;font-size:clamp(14px,calc(13.333px + 0.185vw),16px);line-height:1.65;letter-spacing:0;word-break:keep-all}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit;letter-spacing:0}
button,a{touch-action:manipulation}
button{cursor:pointer}
.shell{width:min(calc(100% - 64px),var(--shell));margin-inline:auto}
.skip-link{position:fixed;z-index:1000;top:8px;left:8px;padding:10px 14px;color:#fff;background:var(--navy);transform:translateY(-150%)}
.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;z-index:100;top:0;height:var(--header);background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.header-inner{display:grid;height:100%;grid-template-columns:220px 1fr auto;align-items:center;gap:30px}
.brand{display:inline-flex;width:max-content;align-items:center;font-size:clamp(19.7px,calc(18.267px + 0.398vw),24px);font-weight:900}
.brand img{width:auto;height:32px;object-fit:contain}
.site-nav{display:flex;justify-content:center;gap:40px;font-size:clamp(16px,calc(15.333px + 0.185vw),18px);font-weight:750}
.site-nav a{position:relative;padding:28px 0 25px;color:#3a4351;transition:color .18s ease}
.site-nav a::after{position:absolute;right:0;bottom:19px;left:0;height:2px;background:var(--brand);content:"";transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
.site-nav a:hover,.site-nav a:focus-visible,.site-nav a.active{color:var(--brand)}
.site-nav a:hover::after,.site-nav a:focus-visible::after,.site-nav a.active::after{transform:scaleX(1)}
.header-cta,.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:16px;padding:12px 20px;border:1px solid transparent;border-radius:2px;font-weight:800;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}
.header-cta{color:#fff;background:var(--brand)}
.header-cta:hover,.header-cta:focus-visible,.button.primary:hover,.button.primary:focus-visible{background:var(--brand-dark);transform:translateY(-1px)}
.nav-toggle{display:none;width:48px;height:48px;border:1px solid var(--line);background:#fff;border-radius:2px}
.nav-toggle span{display:block;width:20px;height:2px;margin:4px auto;background:var(--ink);transition:transform .18s ease,opacity .18s ease}
.button.primary{color:#fff;background:var(--brand)}
.button.secondary{color:var(--ink);background:#fff;border-color:#aeb8c6}
.button.secondary:hover,.button.secondary:focus-visible{color:var(--brand);border-color:var(--brand)}
.button:focus-visible,.header-cta:focus-visible,.nav-toggle:focus-visible,.site-nav a:focus-visible{outline:3px solid rgba(47,99,232,.25);outline-offset:3px}
.home-hero{position:relative;display:flex;min-height:760px;max-height:880px;align-items:flex-end;overflow:hidden;color:var(--ink);background:#f5f7fa;border-bottom:1px solid #cbd5e1}
.hero-media,.hero-overlay{display:none}
.hero-inner{position:relative;z-index:1;padding-block:180px 104px;padding-right:580px}
.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 22px;color:var(--brand);font-size:clamp(12px,calc(11.333px + 0.185vw),14px);font-weight:900;text-transform:uppercase}
.eyebrow::before{width:8px;height:8px;background:var(--accent);content:""}
.eyebrow.light{color:var(--brand)}.eyebrow.light::before{background:var(--accent)}
.home-hero h1{max-width:820px;margin:0;color:var(--navy);font-size:clamp(54.7px,calc(47.6px + 1.972vw),76px);line-height:1.12;letter-spacing:-.045em}
.hero-description{max-width:660px;margin:30px 0 0;color:var(--muted);font-size:18px;line-height:1.8}
.hero-actions{display:flex;gap:12px;margin-top:38px}
.light-button{color:var(--ink);background:#fff;border-color:#aeb8c6}
.light-button:hover,.light-button:focus-visible{color:var(--brand);background:#fff;border-color:var(--brand)}
.hero-index{position:absolute;z-index:1;right:40px;bottom:30px;display:flex;gap:12px;color:var(--muted);font-size:clamp(11px,calc(10.667px + 0.093vw),12px);font-weight:800}
.hero-index span{padding:6px 10px;border:1px solid var(--line)}
.hero-system{position:absolute;z-index:1;top:50%;right:max(28px,calc((100vw - var(--shell))/2));width:min(34vw,520px);aspect-ratio:1;transform:translateY(-50%);pointer-events:none}
.hero-system-grid{position:absolute;inset:58px;border:1px solid #d9e0ea;transform:rotate(8deg)}
.hero-system-grid::before,.hero-system-grid::after{position:absolute;background:#d9e0ea;content:""}
.hero-system-grid::before{top:0;bottom:0;left:50%;width:1px}
.hero-system-grid::after{top:50%;right:0;left:0;height:1px}
.hero-system-ring{position:absolute;border:1px solid #b8c7de;border-radius:50%;will-change:transform}
.hero-system-ring-outer{inset:74px;border-style:dashed;animation:hero-ring-spin 26s linear infinite}
.hero-system-ring-inner{inset:128px;border-color:#2f66e7 #b8c7de #b8c7de #2f66e7;transform:rotate(45deg)}
.hero-system-lines{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:#2f66e7;stroke-width:1.2;stroke-dasharray:5 7}
.hero-system-core{position:absolute;top:50%;left:50%;display:grid;width:146px;height:146px;place-content:center;text-align:center;color:#fff;background:var(--navy);border:1px solid var(--navy);box-shadow:0 22px 50px rgba(16,35,62,.18);transform:translate(-50%,-50%)}
.hero-system-core span{font-size:clamp(8px,calc(7.333px + 0.185vw),10px);font-weight:900;letter-spacing:.18em}.hero-system-core strong{font-size:clamp(37.4px,calc(33.867px + 0.981vw),48px);line-height:1.1;letter-spacing:-.06em}.hero-system-core small{font-size:clamp(6.4px,calc(5.867px + 0.148vw),8px);font-weight:800;letter-spacing:.12em}
.hero-system-card{position:absolute;display:grid;gap:8px;width:190px;padding:18px 20px;color:var(--navy);background:#fff;border:1px solid #cbd5e1;box-shadow:0 12px 28px rgba(16,35,62,.08);animation:hero-card-in .72s cubic-bezier(.22,1,.36,1) both}
.hero-system-card>span{color:var(--brand);font-size:clamp(7.2px,calc(6.6px + 0.167vw),9px);font-weight:900;letter-spacing:.1em}.hero-system-card>strong{font-size:clamp(15px,calc(14.333px + 0.185vw),17px);line-height:1.15;letter-spacing:-.02em}.hero-system-card>small{color:var(--muted);font-size:clamp(7.2px,calc(6.6px + 0.167vw),9px);font-weight:700;letter-spacing:.08em}
.hero-system-card-a{top:7%;left:0;animation-delay:.16s}.hero-system-card-b{top:23%;right:0;animation-delay:.3s}.hero-system-card-c{bottom:1%;left:9%;animation-delay:.44s}
.hero-system-live{position:absolute;right:20px;bottom:58px;color:var(--muted);font-size:clamp(7.2px,calc(6.6px + 0.167vw),9px);font-weight:800;letter-spacing:.1em}.hero-system-live i{display:inline-block;width:6px;height:6px;margin-right:6px;background:#2f66e7;border-radius:50%;animation:hero-live-pulse 2s ease-in-out infinite}
@keyframes hero-ring-spin{to{transform:rotate(360deg)}}
@keyframes hero-card-in{from{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
@keyframes hero-live-pulse{0%,100%{opacity:.35}50%{opacity:1}}
.section{padding-block:120px}
.section-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.65fr);gap:80px;align-items:end;margin-bottom:64px}
.section-head h2,.contact-copy h2,.product-strip h2,.case-grid h2{max-width:760px;margin:0;font-size:clamp(38.9px,calc(33.867px + 1.398vw),54px);line-height:1.18;letter-spacing:-.035em}
.section-head>p{max-width:600px;margin:0;color:var(--muted);font-size:clamp(16px,calc(15.333px + 0.185vw),18px);line-height:1.8}
.build-track{border-bottom:1px solid var(--line)}
.build-track-landing{background:#fff}
.build-track-webapp{background:var(--wash)}
.build-track-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:80px;align-items:center}
.build-track-grid h2{margin:0;font-size:clamp(40.3px,calc(35.067px + 1.454vw),56px);line-height:1.16;letter-spacing:-.04em}
.build-track-copy{display:flex;align-items:flex-start;flex-direction:column}
.build-track-copy p{max-width:620px;margin:0;color:var(--muted);font-size:clamp(16px,calc(15.333px + 0.185vw),18px);line-height:1.8}
.build-track-copy>.text-link{margin-top:48px}
.build-showcase{display:grid;grid-template-columns:minmax(360px,.72fr) minmax(0,1.28fr);gap:88px;align-items:center}
.build-showcase-webapp{grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr)}
.build-showcase-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start}
.build-showcase h2{max-width:700px;margin:0;font-size:clamp(40.3px,calc(35.067px + 1.454vw),56px);line-height:1.16;letter-spacing:-.04em}
.build-showcase-copy>p:not(.eyebrow){max-width:620px;margin:28px 0 0;color:var(--muted);font-size:clamp(16px,calc(15.333px + 0.185vw),18px);line-height:1.8}
.build-showcase-copy>.text-link{margin-top:32px}
.build-showcase-tags{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 0;padding:0;list-style:none}
.build-showcase-tags li{padding:8px 11px;background:#fff;border:1px solid #cbd5e1;color:var(--navy);font-size:clamp(11px,calc(10.667px + 0.093vw),12px);font-weight:850}
.build-track-visual{position:relative;min-width:0;margin:0}
.home-browser-preview{padding:18px 18px 52px;background:#e8efff;border:1px solid #cbd5e1}
.home-browser-shell{overflow:hidden;background:#fff;border:1px solid #aeb8c6;box-shadow:0 24px 48px rgba(16,35,62,.14)}
.home-browser-bar{height:42px;display:flex;align-items:center;gap:7px;padding:0 14px;background:#fff;border-bottom:1px solid #d7dee8;color:var(--muted);font-size:clamp(7.2px,calc(6.6px + 0.167vw),9px);font-weight:850;letter-spacing:.06em}
.home-browser-bar i{width:7px;height:7px;background:#d7dee8;border-radius:50%}.home-browser-bar strong{margin-left:8px;color:var(--navy);font-size:clamp(7.2px,calc(6.6px + 0.167vw),9px)}.home-browser-bar span{margin-left:auto;color:var(--brand)}
.home-browser-screen{aspect-ratio:16/9;overflow:hidden;background:#eef2f7}.home-browser-screen img{width:100%;height:100%;display:block;object-fit:cover;object-position:top center}
.home-browser-mobile{position:absolute;right:-18px;bottom:18px;width:24%;height:58%;overflow:hidden;padding:13px 6px 6px;background:#172238;border:1px solid #0b1728;border-radius:16px;box-shadow:0 20px 40px rgba(16,35,62,.25)}
.home-browser-mobile span{position:absolute;z-index:2;top:4px;left:50%;width:6px;height:6px;background:#07111f;border:1px solid #aeb8c6;border-radius:50%;transform:translateX(-50%)}
.home-browser-mobile img{width:100%;height:100%;display:block;object-fit:cover;object-position:top left;border-radius:9px}
.build-track-visual figcaption{position:absolute;right:20px;bottom:17px;display:flex;gap:12px;align-items:center;color:var(--muted);font-size:clamp(7.2px,calc(6.6px + 0.167vw),9px);font-weight:850;letter-spacing:.08em}.build-track-visual figcaption span{color:var(--brand)}
.home-webapp-visual{min-height:560px;overflow:hidden;padding:44px;background:#e8efff;border:1px solid #cbd5e1}
.home-webapp-visual .home-preview-tablet{position:absolute;top:7%;left:7%;width:69%;margin:0}
.home-webapp-visual .home-preview-phone{right:6%;bottom:54px;width:25%}
.home-webapp-visual .webapp-preview-device{box-shadow:0 22px 44px rgba(16,35,62,.2)}
.client-preview-screen{aspect-ratio:4/3;color:var(--navy);background:#f5f7fa}
.client-preview-topbar{display:flex;height:36px;align-items:center;justify-content:space-between;padding:0 13px;background:#fff;border-bottom:1px solid #dbe2ec;font-size:clamp(5.6px,calc(5.133px + 0.13vw),7px);font-weight:900;letter-spacing:.08em}
.client-preview-topbar span{display:flex;align-items:center;gap:7px}.client-preview-topbar span i{display:grid;width:18px;height:18px;place-items:center;color:#fff;background:var(--brand);font-size:clamp(5.6px,calc(5.133px + 0.13vw),7px);font-style:normal}.client-preview-topbar b{color:var(--brand);font-size:clamp(4.8px,calc(4.4px + 0.111vw),6px)}
.client-preview-main{height:calc(100% - 36px);padding:14px;background:#f5f7fa}
.client-preview-heading{display:grid;gap:3px}.client-preview-heading small{color:var(--brand);font-size:clamp(4.8px,calc(4.4px + 0.111vw),6px);font-weight:900;letter-spacing:.1em}.client-preview-heading strong{font-size:clamp(13px,calc(12.333px + 0.185vw),15px);line-height:1.1;letter-spacing:-.025em}
.client-preview-steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:11px;background:#fff;border:1px solid #dbe2ec}.client-preview-steps span{padding:7px 8px;color:#7a8798;border-right:1px solid #dbe2ec;font-size:clamp(4.8px,calc(4.4px + 0.111vw),6px);font-weight:850}.client-preview-steps span:last-child{border-right:0}.client-preview-steps span.active{color:#fff;background:var(--brand)}
.client-preview-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(120px,.9fr);gap:8px;margin-top:8px}
.client-preview-form,.client-preview-result{min-width:0;padding:10px;background:#fff;border:1px solid #dbe2ec}.client-preview-form header,.client-preview-result header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.client-preview-form header strong,.client-preview-result header strong{font-size:clamp(6.4px,calc(5.867px + 0.148vw),8px)}.client-preview-form header small,.client-preview-result header small{color:#728096;font-size:clamp(4px,calc(3.667px + 0.093vw),5px);font-weight:850}
.client-preview-form{display:grid;grid-template-columns:1fr 1fr;gap:7px}.client-preview-form header,.client-preview-form .wide{grid-column:1/-1}.client-preview-form label{display:grid;gap:4px;min-width:0}.client-preview-form label span{color:#728096;font-size:clamp(4px,calc(3.667px + 0.093vw),5px);font-weight:850}.client-preview-form label b{overflow:hidden;padding:7px 8px;background:#f8fafc;border:1px solid #dbe2ec;font-size:clamp(4.8px,calc(4.4px + 0.111vw),6px);white-space:nowrap}
.client-preview-result{display:flex;flex-direction:column}.client-preview-document{display:grid;grid-template-columns:28px 1fr;gap:7px;align-items:center;padding:8px;background:#f8fafc;border:1px solid #dbe2ec}.client-preview-document>i{display:grid;width:26px;height:32px;place-items:center;color:#fff;background:var(--navy);font-size:clamp(6.4px,calc(5.867px + 0.148vw),8px);font-style:normal;font-weight:900}.client-preview-document>div{display:grid;gap:2px}.client-preview-document small{color:var(--brand);font-size:clamp(3.2px,calc(2.933px + 0.074vw),4px);font-weight:900;letter-spacing:.08em}.client-preview-document strong{font-size:clamp(5.6px,calc(5.133px + 0.13vw),7px)}.client-preview-document>span{grid-column:1/-1;height:3px;background:#dce3ed}.client-preview-document>span:nth-last-child(1){width:62%}
.client-preview-save{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding:7px 8px;color:#fff;background:var(--brand);font-size:clamp(4.8px,calc(4.4px + 0.111vw),6px);font-weight:900}.client-preview-save b{font-size:clamp(6.4px,calc(5.867px + 0.148vw),8px)}
.webapp-preview-phone .client-preview-screen{aspect-ratio:9/16}.webapp-preview-phone .client-preview-topbar{height:25px;padding-inline:6px;font-size:clamp(3.2px,calc(2.933px + 0.074vw),4px)}.webapp-preview-phone .client-preview-topbar span{gap:3px}.webapp-preview-phone .client-preview-topbar span i{width:12px;height:12px;font-size:clamp(3.2px,calc(2.933px + 0.074vw),4px)}.webapp-preview-phone .client-preview-topbar b{font-size:clamp(2.4px,calc(2.2px + 0.056vw),3px)}.webapp-preview-phone .client-preview-main{height:calc(100% - 25px);padding:7px}.webapp-preview-phone .client-preview-heading small{font-size:clamp(3.2px,calc(2.933px + 0.074vw),4px)}.webapp-preview-phone .client-preview-heading strong{font-size:clamp(6.4px,calc(5.867px + 0.148vw),8px)}.webapp-preview-phone .client-preview-steps{margin-top:6px}.webapp-preview-phone .client-preview-steps span{padding:5px 2px;font-size:clamp(2.4px,calc(2.2px + 0.056vw),3px);text-align:center}.webapp-preview-phone .client-preview-grid{grid-template-columns:1fr;gap:4px;margin-top:4px}.webapp-preview-phone .client-preview-form,.webapp-preview-phone .client-preview-result{padding:6px}.webapp-preview-phone .client-preview-form{gap:4px}.webapp-preview-phone .client-preview-form header,.webapp-preview-phone .client-preview-result header{margin-bottom:4px}.webapp-preview-phone .client-preview-form header strong,.webapp-preview-phone .client-preview-result header strong{font-size:clamp(4px,calc(3.667px + 0.093vw),5px)}.webapp-preview-phone .client-preview-form label span{font-size:clamp(2.4px,calc(2.2px + 0.056vw),3px)}.webapp-preview-phone .client-preview-form label b{padding:4px;font-size:clamp(3.2px,calc(2.933px + 0.074vw),4px)}.webapp-preview-phone .client-preview-document{grid-template-columns:18px 1fr;gap:4px;padding:5px}.webapp-preview-phone .client-preview-document>i{width:17px;height:22px;font-size:clamp(4px,calc(3.667px + 0.093vw),5px)}.webapp-preview-phone .client-preview-document strong{font-size:clamp(4px,calc(3.667px + 0.093vw),5px)}.webapp-preview-phone .client-preview-save{margin-top:4px;padding:5px;font-size:clamp(3.2px,calc(2.933px + 0.074vw),4px)}
.service-section{background:var(--wash)}
.service-list{border-top:0}
.service-row{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(460px,1.2fr);gap:80px;align-items:center;padding-block:50px;border-bottom:1px solid #aeb9c8}
.service-copy>span{color:var(--brand);font-size:clamp(12px,calc(11.333px + 0.185vw),14px);font-weight:900}
.service-copy h3{margin:18px 0 20px;font-size:clamp(32.8px,calc(29.733px + 0.852vw),42px);line-height:1.18}
.service-copy p{max-width:600px;margin:0;color:var(--muted);font-size:clamp(16px,calc(15.333px + 0.185vw),18px)}
.service-copy a{display:inline-flex;gap:18px;margin-top:32px;padding-bottom:5px;border-bottom:1px solid var(--ink);font-weight:850}
.service-copy a:hover,.service-copy a:focus-visible{color:var(--brand);border-color:var(--brand)}
.service-row figure{height:380px;margin:0;overflow:hidden;border-radius:var(--radius);background:#dce2e9}
.service-row figure>img{width:100%;height:100%;object-fit:cover}
.service-row:nth-child(even) .service-copy{order:2}.service-row:nth-child(even) figure{order:1}
.service-row.webapp-service{grid-template-columns:minmax(520px,1.2fr) minmax(360px,.8fr)}
.service-row figure.service-app-preview{height:auto;overflow:visible;border-radius:0;background:transparent;aspect-ratio:auto}
.service-app-preview>a{display:block}
.service-app-preview .tablet-frame{width:100%;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.service-app-preview>a:hover .tablet-frame,.service-app-preview>a:focus-visible .tablet-frame{border-color:var(--brand);box-shadow:0 26px 58px rgba(36,81,219,.2);transform:translateY(-3px)}
.tablet-frame{position:relative;padding:16px 10px 10px;border:1px solid #0b1728;border-radius:8px;background:#172238;box-shadow:0 24px 52px rgba(20,35,60,.16)}
.tablet-camera{position:absolute;z-index:2;top:4px;left:50%;width:8px;height:8px;border:1px solid #b9c6d8;border-radius:50%;background:#07111f;box-shadow:0 0 0 1px rgba(255,255,255,.14),inset 0 0 0 1px #314766;transform:translateX(-50%)}
.tablet-screen{overflow:hidden;border-radius:3px;background:#fff}
.product-bar{display:flex;height:44px;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #d6deeb;color:#6c788a;font-size:clamp(8px,calc(7.333px + 0.185vw),10px)}
.product-bar strong{color:var(--brand)}
.wig-app-preview{display:grid;grid-template-columns:minmax(0,1.5fr) 190px;min-height:400px}
.model-stage{position:relative;overflow:hidden;background:#e5e7eb}
.model-stage>img:first-child{width:100%;height:100%;object-fit:cover;object-position:center 30%}
.wig-overlay{position:absolute;top:-4%;left:50%;width:52%;transform:translateX(-50%)}
.wig-picker{padding:20px 14px;border-left:1px solid #d7dfeb}
.wig-picker>strong{font-size:clamp(11px,calc(10.667px + 0.093vw),12px)}
.wig-picker>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
.wig-picker span{display:flex;min-width:0;aspect-ratio:1/1.1;flex-direction:column;justify-content:space-between;padding:6px;background:#fff;border:1px solid #d3dbe7}
.wig-picker span.selected{border:2px solid var(--brand)}
.wig-picker img{width:100%;height:70%;object-fit:contain}
.wig-picker b{font-size:clamp(7.2px,calc(6.6px + 0.167vw),9px);text-align:center}

.process-section{--process-line:#aebfda;background:var(--brand-soft);color:var(--ink);border-block:1px solid #cbd5e1}
.landing-process-section,.webapp-process-section{--process-line:#aebfda;background:var(--section-background,#fbfcfd)}
.process-section .eyebrow{color:var(--brand)}
.process-section .section-head>p{color:var(--muted)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--process-line);border-top:1px solid var(--process-line)}
.process-grid article{min-height:300px;padding:36px 30px;border-right:1px solid var(--process-line)}
.process-grid article:last-child{border-right:0}
.process-grid span{color:var(--brand);font-size:clamp(12px,calc(11.333px + 0.185vw),14px);font-weight:900}
.process-grid h3{margin:72px 0 18px;font-size:clamp(20.5px,calc(19px + 0.417vw),25px)}
.process-grid p{margin:0;color:var(--muted)}
:is(.landing-process-section,.webapp-process-section) .process-grid{display:block;border:0;border-top:1px solid var(--process-line)}
:is(.landing-process-section,.webapp-process-section) .process-grid article{display:grid;min-height:160px;grid-template-columns:86px minmax(0,1fr);grid-template-rows:auto auto;align-content:center;padding:34px 0;border-right:0;border-bottom:1px solid var(--process-line)}
:is(.landing-process-section,.webapp-process-section) .process-grid article:last-child{border-right:0;border-bottom:1px solid var(--process-line)}
:is(.landing-process-section,.webapp-process-section) .process-grid span{grid-row:1/3;align-self:start;padding-top:5px}
:is(.landing-process-section,.webapp-process-section) .process-grid h3{grid-column:2;margin:0 0 9px;font-size:clamp(20.5px,calc(19px + 0.417vw),25px)}
:is(.landing-process-section,.webapp-process-section) .process-grid p{grid-column:2;max-width:760px}
@media(max-width:560px){:is(.landing-process-section,.webapp-process-section) .process-grid article{min-height:142px;grid-template-columns:54px minmax(0,1fr);padding:26px 0}:is(.landing-process-section,.webapp-process-section) .process-grid h3{font-size:clamp(18px,calc(16.667px + 0.37vw),22px)}:is(.landing-process-section,.webapp-process-section) .process-grid p{font-size:clamp(12px,calc(11.333px + 0.185vw),14px);line-height:1.65}}
.insight-section{background:var(--section-background,#fff);border-bottom:1px solid #cbd5e1}
.home-services,.landing-process-section,.insight-section,.landing-faq-section{scroll-margin-top:var(--header)}
.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.insight-grid article{min-width:0;border-bottom:1px solid #9da9b9}
.insight-image{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--wash)}
.insight-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.insight-image:hover img{transform:scale(1.02)}
.insight-grid article>div{padding:24px 2px 30px}
.insight-grid span,.article-list span{color:var(--brand);font-size:clamp(11px,calc(10.333px + 0.185vw),13px);font-weight:850}
.insight-grid h3{margin:14px 0 12px;font-size:clamp(19.7px,calc(18.267px + 0.398vw),24px);line-height:1.35}
.insight-grid p{margin:0;color:var(--muted)}
.insight-actions{display:flex;justify-content:center;margin-top:44px}
.text-link{display:flex;width:max-content;gap:18px;margin-top:40px;padding-bottom:5px;border-bottom:1px solid;font-weight:850}
.faq-section{background:var(--section-background,#fbfcfd);border-bottom:1px solid #cbd5e1}
.faq-list{border-top:0}
.faq-list details{border-bottom:1px solid #aeb8c6}
.faq-list summary{position:relative;display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:30px;padding:24px 8px;cursor:pointer;font-size:clamp(16.4px,calc(15.2px + 0.333vw),20px);font-weight:800;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{position:relative;width:22px;height:22px;flex:0 0 22px}
.faq-list summary span::before,.faq-list summary span::after{position:absolute;top:10px;left:2px;width:18px;height:2px;background:var(--brand);content:"";transition:transform .2s ease}
.faq-list summary span::after{transform:rotate(90deg)}
.faq-list details[open] summary span::after{transform:rotate(0)}
.faq-list details>div{height:0;overflow:hidden;opacity:0;will-change:height,opacity}
.faq-list details[open]>div{height:auto;opacity:1}
.faq-list details>div>p{margin:0;padding:0 8px 30px;color:var(--muted);font-size:clamp(15px,calc(14.333px + 0.185vw),17px)}
.contact-band{scroll-margin-top:var(--header);padding-block:120px;background:var(--section-background,var(--navy));border-top:1px solid var(--contact-line,#29425f)}
.contact-grid{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(520px,1.28fr);gap:90px;align-items:start}
.contact-copy{color:var(--contact-color,#fff)}
.contact-copy .eyebrow{color:var(--contact-color,#fff)}
.contact-copy h2{margin-bottom:26px}
.contact-copy>p:not(.eyebrow){max-width:540px;color:var(--contact-muted,#c9d5e6);font-size:clamp(16px,calc(15.333px + 0.185vw),18px)}
.contact-direct{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:34px;color:var(--contact-color,#fff);font-size:19px;font-weight:850}
.contact-form{display:grid;gap:18px;padding:40px;background:#fff;border:1px solid #c7d2e0;border-radius:var(--radius);box-shadow:0 24px 60px rgba(0,0,0,.16)}
.contact-form label{display:grid;gap:8px;font-size:clamp(12px,calc(11.333px + 0.185vw),14px);font-weight:800}
.contact-form input,.contact-form textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #aeb8c6;border-radius:3px;background:#fff;color:var(--ink);font-size:clamp(16px,calc(15.333px + .185vw),18px);font-weight:500}
.contact-form textarea{resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{outline:3px solid rgba(47,99,232,.16);border-color:var(--brand)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.privacy-check{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px!important;font-weight:500!important}
.privacy-check input{width:18px;height:18px;min-height:0;margin-top:3px}
.privacy-check a{color:var(--brand);font-weight:800;text-decoration:underline}
.privacy-dialog{width:min(calc(100% - 32px),760px);max-width:none;max-height:min(calc(100dvh - 32px),860px);margin:auto;padding:0;overflow:hidden;border:1px solid #9eabbc;border-radius:6px;background:#fff;box-shadow:0 28px 80px rgba(7,18,35,.3)}
.privacy-dialog::backdrop{background:rgba(7,18,35,.72);backdrop-filter:blur(3px)}
.privacy-dialog-frame{display:grid;max-height:min(calc(100dvh - 32px),860px);grid-template-rows:auto minmax(0,1fr) auto}
.privacy-dialog header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px;border-bottom:1px solid #d7dfeb}.privacy-dialog header p{margin:0 0 5px;color:var(--brand);font-size:clamp(8.8px,calc(8.067px + 0.204vw),11px);font-weight:900;letter-spacing:.1em}.privacy-dialog header h2{margin:0;font-size:clamp(23px,calc(21.333px + 0.463vw),28px);line-height:1.2}
.privacy-dialog-close{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;padding:0;color:var(--navy);background:#fff;border:1px solid #aeb9c8;font-size:clamp(22.1px,calc(20.467px + 0.454vw),27px);font-weight:400;line-height:1}.privacy-dialog-close:hover,.privacy-dialog-close:focus-visible{color:#fff;background:var(--brand);border-color:var(--brand)}
.privacy-dialog-body{overflow-y:auto;padding:26px 28px;color:var(--muted);overscroll-behavior:contain}.privacy-dialog-body>p:first-child{margin-top:0;color:var(--ink);font-size:clamp(14px,calc(13.333px + 0.185vw),16px)}.privacy-dialog-body section{padding:20px 0;border-bottom:1px solid #e0e6ef}.privacy-dialog-body section:first-of-type{padding-top:10px}.privacy-dialog-body h3{margin:0 0 8px;color:var(--ink);font-size:clamp(16px,calc(15.333px + 0.185vw),18px)}.privacy-dialog-body p{margin:0;line-height:1.75}.privacy-dialog-body a{color:var(--brand);font-weight:800;text-decoration:underline}.privacy-dialog-body .policy-date{margin:22px 0 0;font-size:clamp(11px,calc(10.333px + 0.185vw),13px)}
.privacy-dialog footer{display:flex;justify-content:flex-end;padding:16px 28px;border-top:1px solid #d7dfeb;background:#fbfcfd}.privacy-dialog-confirm{min-width:120px;min-height:44px;padding:11px 22px;color:#fff;background:var(--brand);border:1px solid var(--brand);font-weight:850}.privacy-dialog-confirm:hover,.privacy-dialog-confirm:focus-visible{background:var(--navy);border-color:var(--navy)}
body.privacy-modal-open{overflow:hidden}
@media(max-width:560px){.privacy-dialog{width:100%;height:100dvh;max-height:none;border:0;border-radius:0}.privacy-dialog-frame{height:100dvh;max-height:none}.privacy-dialog header{padding:18px 16px}.privacy-dialog header h2{font-size:clamp(18.9px,calc(17.533px + 0.38vw),23px)}.privacy-dialog-body{padding:20px 16px}.privacy-dialog footer{padding:12px 16px}.privacy-dialog-confirm{width:100%}}
.contact-form button[type=submit]{min-height:52px;color:#fff;background:var(--brand);border:0;border-radius:3px;font-weight:850}
.contact-form button[disabled]{cursor:not-allowed;background:#9eb2d6}
.honey{position:absolute!important;left:-9999px!important}
.form-status{min-height:28px;margin:2px 0 0;font-size:clamp(16px,calc(15.333px + .185vw),18px);font-weight:700;line-height:1.55;word-break:keep-all}.form-status.success{color:var(--success)}.form-status.error{color:var(--danger)}
.site-footer{padding:48px 0 28px;color:var(--footer-color,#fff);background:var(--footer-background,var(--navy));border-top:1px solid var(--footer-line,#385273);box-shadow:0 -10px 28px rgba(3,12,25,.1)}
.site-footer a{color:inherit}
.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:30px;border-bottom:1px solid var(--footer-line,#29425f);font-weight:800}
.footer-brand{font-size:clamp(19.7px,calc(18.267px + 0.398vw),24px);font-weight:950}
.company-line{display:flex;flex-wrap:wrap;gap:10px 24px;padding-block:26px;color:var(--footer-muted,#c9d5e6);font-size:clamp(12px,calc(11.333px + 0.185vw),14px)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;color:var(--footer-muted,#c9d5e6);font-size:clamp(12px,calc(11.333px + 0.185vw),14px)}
.footer-bottom a{font-weight:850}
.page-intro{padding-block:120px 70px;background:var(--page-intro-background,var(--wash));border-bottom:1px solid var(--line)}
.page-intro.compact{padding-bottom:40px}
.page-intro .section-head{margin:0}
.page-intro h1{margin:0;font-size:clamp(46.1px,calc(40.133px + 1.657vw),64px);line-height:1.15}
.page-intro.compact p:not(.eyebrow){max-width:720px;color:var(--muted);font-size:clamp(15.6px,calc(14.467px + 0.315vw),19px)}
.detail-hero{padding-block:80px 90px;background:var(--wash)}
.landing-detail-hero,.webapp-hero{border-bottom:1px solid #cbd5e1}
.detail-grid{display:grid;grid-template-columns:minmax(420px,.85fr) minmax(540px,1.15fr);gap:70px;align-items:center}
.detail-grid h1{margin:0;font-size:clamp(44.6px,calc(38.8px + 1.611vw),62px);line-height:1.16}
.landing-detail-hero .detail-grid h1{font-size:clamp(38px,calc(33.333px + 1.296vw),52px);line-height:1.1;font-weight:700;letter-spacing:0}
.detail-grid>div>p:not(.eyebrow){max-width:660px;margin:28px 0;color:var(--muted);font-size:clamp(15.6px,calc(14.467px + 0.315vw),19px)}
.detail-grid figure{height:620px;margin:0;overflow:hidden;background:#dce3ec;border-radius:var(--radius)}
.detail-grid figure img{width:100%;height:100%;object-fit:cover}
.landing-hero-sample-link{display:block;width:100%;height:100%;overflow:hidden}
.landing-hero-sample-link img{transition:transform .32s ease}
.landing-hero-sample-link:hover img,.landing-hero-sample-link:focus-visible img{transform:scale(1.015)}
.landing-hero-sample-link:focus-visible{outline:3px solid var(--brand);outline-offset:-3px}
.landing-samples-section{scroll-margin-top:var(--header)}
.detail-grid .browser-shot{height:auto;padding:10px;border:1px solid #8694a8;background:#263246}
.detail-grid .browser-shot img{height:auto;aspect-ratio:16/10;object-fit:cover}
.scope-section{background:#fff}
.scope-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #9facbc;border-bottom:1px solid #9facbc}
.scope-grid article{min-height:320px;padding:36px 38px;border-right:1px solid #9facbc}
.scope-grid article:last-child{border-right:0}
.scope-grid span{color:var(--brand);font-size:clamp(12px,calc(11.333px + 0.185vw),14px);font-weight:900}
.scope-grid h3{margin:64px 0 18px;font-size:clamp(23px,calc(21.333px + 0.463vw),28px)}
.scope-grid p{margin:0;color:var(--muted)}
.product-strip{background:#fbfcfd;border-top:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1}
.product-strip .shell{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}
.product-strip .eyebrow,.product-strip h2{grid-column:1}
.product-strip>div>p:not(.eyebrow){grid-column:2;grid-row:1/3;margin:0;color:var(--muted);font-size:clamp(16px,calc(15.333px + 0.185vw),18px)}
.product-strip .button{grid-column:2;width:max-content;margin-top:24px}
.case-band{background:#fff;border-bottom:1px solid #cbd5e1}
.webapp-faq-section{background:#eef3fb}
.case-grid{display:grid;grid-template-columns:minmax(320px,.65fr) minmax(560px,1.35fr);gap:70px;align-items:center}
.case-grid>div>p:not(.eyebrow){color:#526176;font-size:clamp(16px,calc(15.333px + 0.185vw),18px)}
.case-grid img{width:100%;border:1px solid #a9bad8;border-radius:var(--radius)}
.portfolio-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px 30px}
.portfolio-item a{display:grid;gap:24px}
.portfolio-item figure{aspect-ratio:16/10;margin:0;overflow:hidden;background:var(--wash)}
.portfolio-item figure img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}
.portfolio-item a:hover img{transform:scale(1.02)}
.portfolio-item span{color:var(--brand);font-size:clamp(11px,calc(10.333px + 0.185vw),13px);font-weight:850}
.portfolio-item h2{margin:10px 0;font-size:clamp(24.6px,calc(22.8px + 0.5vw),30px)}.portfolio-item p{max-width:600px;margin:0;color:var(--muted)}.portfolio-item b{display:inline-block;margin-top:16px}
.portfolio-item.featured{grid-column:1/-1}.portfolio-item.featured a{grid-template-columns:minmax(560px,1.3fr) minmax(320px,.7fr);align-items:end}.portfolio-item.featured h2{font-size:clamp(35.9px,calc(32.533px + 0.935vw),46px)}
.article-list{display:grid;gap:0;border-top:0}
.article-list article{border-bottom:1px solid var(--line)}
.article-list article>a{display:grid;grid-template-columns:360px 1fr;gap:60px;align-items:center;padding-block:40px}
.article-list figure{aspect-ratio:16/10;margin:0;overflow:hidden;background:var(--wash)}
.article-list figure img{width:100%;height:100%;object-fit:cover}
.article-list h2{margin:14px 0;font-size:clamp(25px,calc(22.667px + 0.648vw),32px)}.article-list p{max-width:700px;color:var(--muted)}
.article-page{padding-block:110px}
.article-header{max-width:1000px;text-align:center}.article-header .eyebrow{justify-content:center}.article-header h1{margin:0;font-size:clamp(40px,calc(34.667px + 1.481vw),56px);line-height:1.16}.article-header>p:last-child{max-width:760px;margin:28px auto 0;color:var(--muted);font-size:clamp(16.4px,calc(15.2px + 0.333vw),20px)}
.article-cover{max-width:1200px;height:600px;margin-top:65px;overflow:hidden}.article-cover img{width:100%;height:100%;object-fit:cover}
.article-body{max-width:1200px;padding-top:42px}.article-body p{margin:0 0 12px;font-size:clamp(15.6px,calc(14.467px + 0.315vw),19px);line-height:1.6}.article-body a{display:inline-block;margin-top:32px;padding-bottom:4px;border-bottom:1px solid;font-weight:850}
.about-hero{padding-block:150px;background:#f5f7fa;color:var(--ink);border-bottom:1px solid #c2cee3}.about-hero h1{max-width:980px;margin:0;font-size:clamp(51.8px,calc(45.067px + 1.87vw),72px);line-height:1.14}.about-hero>div>p:last-child{max-width:760px;margin:36px 0 0;color:var(--muted);font-size:clamp(16.4px,calc(15.2px + 0.333vw),20px)}
.company-principles{background:#fff}.company-facts{padding-block:90px;background:var(--wash);border-block:1px solid var(--line)}.company-facts .shell{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.company-facts h2{margin:0;font-size:clamp(36px,calc(31.333px + 1.296vw),50px)}.company-facts dl{margin:0;border-top:0}.company-facts dl div{display:grid;grid-template-columns:140px 1fr;padding-block:22px;border-bottom:1px solid #aeb9c8}.company-facts dt{color:var(--muted)}.company-facts dd{margin:0;font-weight:800}
.contact-page .contact-band{padding-top:70px}
.policy-page{background:var(--wash);padding-block:90px}.policy{max-width:920px;padding:64px;background:#fff;border:1px solid var(--line)}.policy h1{margin:0 0 30px;font-size:clamp(38.9px,calc(33.867px + 1.398vw),54px);line-height:1.16}.policy>p{color:var(--muted);font-size:clamp(16px,calc(15.333px + 0.185vw),18px)}.policy section{padding-block:28px;border-top:1px solid var(--line)}.policy section:first-of-type{margin-top:48px}.policy h2{margin:0 0 10px;font-size:clamp(18px,calc(16.667px + 0.37vw),22px)}.policy section p{margin:0;color:var(--muted)}.policy a{color:var(--brand);text-decoration:underline}.policy .policy-date{margin:34px 0 0;font-size:clamp(12px,calc(11.333px + 0.185vw),14px);font-weight:800}
.product-list{display:grid;gap:24px}.product-list article{display:grid;grid-template-columns:1fr .75fr .55fr;gap:50px;align-items:center;padding:42px;border:1px solid #aeb8c6}.product-list article>div:first-child>span{color:var(--brand);font-size:clamp(11px,calc(10.333px + 0.185vw),13px);font-weight:850}.product-list h2{margin:14px 0;font-size:clamp(25px,calc(22.667px + 0.648vw),32px)}.product-list p{margin:0;color:var(--muted)}.product-list ul{margin:0;padding:0;list-style:none}.product-list li{padding:7px 0;border-bottom:1px solid var(--line)}.product-list li::before{margin-right:10px;color:var(--brand);content:"✓"}.product-price{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.product-price strong{font-size:clamp(23px,calc(21.333px + 0.463vw),28px)}.product-price small{color:var(--muted)}.product-price .button{margin-top:16px}

@media (max-width:1100px){
  :root{--header:78px}.shell{width:min(calc(100% - 44px),var(--shell))}.header-inner{grid-template-columns:180px 1fr auto}.site-nav{gap:26px;font-size:clamp(14px,calc(13.333px + 0.185vw),16px)}.home-hero{min-height:700px}.hero-inner{padding-right:410px}.hero-system{width:390px}.home-hero h1{font-size:clamp(44.6px,calc(38.8px + 1.611vw),62px)}.section{padding-block:96px}.section-head h2,.contact-copy h2,.product-strip h2,.case-grid h2,.build-showcase h2{font-size:clamp(35.9px,calc(32.533px + 0.935vw),46px)}.build-showcase{gap:50px}.home-webapp-visual{min-height:500px}.tablet-frame{max-width:820px}.service-row{grid-template-columns:.8fr 1.2fr;gap:44px}.service-row figure{height:330px}.detail-grid{grid-template-columns:1fr 1fr;gap:40px}.detail-grid h1{font-size:clamp(36px,calc(31.333px + 1.296vw),50px)}.detail-grid figure{height:520px}.contact-grid{gap:50px}.product-list article{grid-template-columns:1fr 1fr}.product-price{grid-column:1/-1;flex-direction:row;align-items:center;gap:16px}.product-price .button{margin:0 0 0 auto}
}
@media (max-width:980px){
  .site-header{height:72px}.header-inner{grid-template-columns:1fr auto auto;gap:12px}.brand img{height:32px}.nav-toggle{display:block}.site-nav{position:fixed;z-index:102;top:72px;right:0;left:0;display:grid;gap:0;padding:16px 22px 28px;background:#fff;border-bottom:1px solid var(--line);transform:translateY(-130%);transition:transform .2s ease}.site-nav.open{transform:translateY(0)}.site-nav a{padding:15px 6px;border-bottom:1px solid var(--line)}.site-nav a::after{display:none}.header-cta{min-height:44px;padding:9px 14px;font-size:clamp(12px,calc(11.333px + 0.185vw),14px)}
  .home-hero{min-height:690px}.hero-inner{padding-block:150px 70px;padding-right:0}.hero-system{display:none}.home-hero h1{font-size:clamp(37.4px,calc(32.533px + 1.352vw),52px)}.hero-description{font-size:18px}.hero-index{display:none}.section-head{grid-template-columns:1fr;gap:22px;margin-bottom:46px}.section-head>p{font-size:clamp(14px,calc(13.333px + 0.185vw),16px)}.build-showcase,.build-showcase-webapp{grid-template-columns:1fr;gap:42px}.build-showcase-copy{order:1}.build-track-visual{order:2}.home-browser-preview,.home-webapp-visual{width:100%;max-width:840px;margin-inline:auto}.home-webapp-visual{min-height:540px}
  .service-row,.service-row:nth-child(even){grid-template-columns:1fr;gap:28px}.service-row:nth-child(even) .service-copy,.service-row:nth-child(even) figure{order:initial}.service-row figure{height:auto;aspect-ratio:16/10}.service-copy h3{font-size:clamp(28.1px,calc(25.467px + 0.731vw),36px)}.wig-app-preview{grid-template-columns:1fr}.wig-picker{border-top:1px solid #d7dfeb;border-left:0}.wig-picker>div{grid-template-columns:repeat(4,1fr)}.wig-picker span{aspect-ratio:1/1}.model-stage{min-height:390px}
  .process-grid{grid-template-columns:1fr 1fr}.process-grid article:nth-child(2){border-right:0}.process-grid article:nth-child(-n+2){border-bottom:1px solid var(--process-line)}.process-grid h3{margin-top:45px}.insight-grid{grid-template-columns:1fr 1fr}.insight-grid article:last-child{grid-column:1/-1}.contact-grid{grid-template-columns:1fr}.contact-copy>p:not(.eyebrow){max-width:650px}.page-intro{padding-block:90px 55px}.detail-grid{grid-template-columns:1fr}.detail-grid figure{height:auto;aspect-ratio:16/10}.scope-grid{grid-template-columns:1fr}.scope-grid article{min-height:0;border-right:0;border-bottom:1px solid #9facbc}.scope-grid article:last-child{border-bottom:0}.scope-grid h3{margin-top:34px}.product-strip .shell,.case-grid{grid-template-columns:1fr}.product-strip .eyebrow,.product-strip h2,.product-strip>div>p:not(.eyebrow),.product-strip .button{grid-column:1;grid-row:auto}.portfolio-item.featured a{grid-template-columns:1fr}.portfolio-item.featured h2{font-size:clamp(29.6px,calc(26.8px + 0.778vw),38px)}.article-list article>a{grid-template-columns:260px 1fr;gap:30px}.article-cover{height:auto;aspect-ratio:16/9}.company-facts .shell{grid-template-columns:1fr}.product-list article{grid-template-columns:1fr}.product-price{grid-column:auto}.product-price .button{margin:16px 0 0}.policy{padding:42px}
}
@media (max-width:560px){
  body{font-size:clamp(13px,calc(12.333px + 0.185vw),15px)}.shell{width:min(calc(100% - 32px),var(--shell))}.header-inner{width:calc(100% - 28px)}.brand img{height:28px}.header-cta{padding:8px 12px}.header-cta span{display:none}.nav-toggle{order:3}.home-hero{min-height:670px}.hero-media{object-position:62% center;opacity:.14}.hero-overlay{background:linear-gradient(90deg,rgba(4,14,29,.98),rgba(8,24,47,.82)),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:auto,100% 96px,50% 100%}.hero-inner{padding-block:120px 58px}.home-hero h1{font-size:clamp(32.8px,calc(29.733px + 0.852vw),42px);line-height:1.16}.hero-description{margin-top:24px;font-size:18px}.hero-actions{display:grid}.hero-actions .button{width:100%}.section{padding-block:74px}.section-head{margin-bottom:36px}.section-head h2,.contact-copy h2,.product-strip h2,.case-grid h2,.build-showcase h2{font-size:clamp(29.6px,calc(26.8px + 0.778vw),38px)}.eyebrow{margin-bottom:16px;font-size:clamp(11px,calc(10.667px + 0.093vw),12px)}.build-showcase-copy>p:not(.eyebrow){font-size:clamp(14px,calc(13.333px + 0.185vw),16px)}.home-browser-preview{padding:10px 10px 46px}.home-browser-bar{height:36px;padding-inline:9px}.home-browser-bar strong{display:none}.home-browser-mobile{right:6px;bottom:14px;width:30%;height:54%;padding:12px 5px 5px}.home-webapp-visual{min-height:460px;padding:20px}.home-webapp-visual .home-preview-tablet{top:8%;left:2%;width:82%}.home-webapp-visual .home-preview-phone{right:2%;bottom:48px;width:29%}
  .service-copy h3{font-size:clamp(25px,calc(22.667px + 0.648vw),32px)}.service-copy p{font-size:clamp(14px,calc(13.333px + 0.185vw),16px)}.service-row{padding-block:36px}.service-row figure{aspect-ratio:4/3}.tablet-frame{padding:14px 8px 8px}.product-bar{height:36px;padding:0 10px}.wig-app-preview{display:block}.model-stage{min-height:0;aspect-ratio:1/1}.model-stage>img:first-child{object-position:center 28%}.wig-overlay{top:-4%;width:68%}.wig-picker{padding:14px 10px}.wig-picker>div{gap:5px}.process-grid{grid-template-columns:1fr}.process-grid article{min-height:230px;border-right:0!important;border-bottom:1px solid var(--process-line)}.process-grid article:last-child{border-bottom:0}.insight-grid{grid-template-columns:1fr}.insight-grid article:last-child{grid-column:auto}.faq-list summary{min-height:76px;font-size:clamp(15px,calc(14.333px + 0.185vw),17px)}.contact-band{padding-block:74px}.contact-form{padding:24px 18px}.form-row{grid-template-columns:1fr}.company-line{display:grid;gap:8px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:14px}.page-intro{padding-block:72px 44px}.page-intro h1{font-size:clamp(32.8px,calc(29.733px + 0.852vw),42px)}.detail-hero{padding-block:62px}.detail-grid h1{font-size:clamp(32.8px,calc(29.733px + 0.852vw),42px)}.detail-grid>div>p:not(.eyebrow){font-size:clamp(14px,calc(13.333px + 0.185vw),16px)}.detail-grid figure{aspect-ratio:4/3}.scope-grid article{padding:30px 20px}.scope-grid h3{font-size:clamp(20.5px,calc(19px + 0.417vw),25px)}.case-grid{gap:38px}.portfolio-grid{grid-template-columns:1fr;gap:54px}.portfolio-item.featured{grid-column:auto}.portfolio-item h2,.portfolio-item.featured h2{font-size:clamp(23.8px,calc(22.067px + 0.481vw),29px)}.article-list article>a{grid-template-columns:1fr;gap:22px}.article-list h2{font-size:clamp(22.1px,calc(20.467px + 0.454vw),27px)}.article-page{padding-block:74px}.article-header h1{font-size:clamp(31.2px,calc(28.267px + 0.815vw),40px)}.article-header>p:last-child{font-size:clamp(15px,calc(14.333px + 0.185vw),17px)}.article-cover{margin-top:44px;aspect-ratio:4/3}.article-body{padding-top:42px}.article-body p{font-size:clamp(15px,calc(14.333px + 0.185vw),17px)}.about-hero{padding-block:100px}.about-hero h1{font-size:clamp(32.8px,calc(29.733px + 0.852vw),42px)}.about-hero>div>p:last-child{font-size:clamp(15px,calc(14.333px + 0.185vw),17px)}.company-facts{padding-block:64px}.company-facts .shell{gap:34px}.company-facts h2{font-size:clamp(29.6px,calc(26.8px + 0.778vw),38px)}.company-facts dl div{grid-template-columns:100px 1fr}.product-list article{min-width:0;padding:28px 20px}.product-list article>*{min-width:0}.product-list li{overflow-wrap:anywhere}.product-price{flex-direction:column;align-items:stretch}.product-price .button{width:100%}.policy-page{padding-block:42px}.policy{padding:28px 20px}.policy h1{font-size:clamp(29.6px,calc(26.8px + 0.778vw),38px)}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-system-ring,.hero-system-lines path,.hero-system-card,.hero-system-core,.hero-system-live i{animation:none!important}}

.section-head h2{color:var(--section-h2-color);font-size:var(--section-h2-size)}

/* Landing page sample browser */
.landing-samples-section{background:var(--section-background,#fff)}
.landing-sample-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px 28px}
.landing-sample-card{display:grid;min-width:0;padding:0;border:0;background:transparent;color:var(--ink);text-align:left;cursor:pointer}
.landing-sample-image{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#dfe5ed;border:1px solid #aeb8c6;border-radius:var(--radius)}
.landing-sample-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .24s ease,filter .24s ease}
.landing-sample-image>span{position:absolute;inset:0;display:grid;place-items:center;color:#fff;background:rgba(16,35,62,.42);font-size:clamp(0px,0vw,0px);font-weight:300;opacity:0;transition:opacity .2s ease;pointer-events:none}
.landing-sample-image>span::before{position:absolute;top:50%;left:50%;display:block;content:"+";font-size:clamp(40.3px,calc(35.067px + 1.454vw),56px);font-weight:700;line-height:1;transform:translate(-50%,-50%)}
.landing-sample-card>strong{margin-top:18px;font-size:clamp(18.9px,calc(17.533px + 0.38vw),23px)}
.landing-sample-card>small{display:flex;align-items:center;gap:10px;margin-top:6px;color:var(--muted);font-size:clamp(12px,calc(11.333px + 0.185vw),14px);font-weight:750}
.landing-sample-card:hover .landing-sample-image img{transform:scale(1.02);filter:brightness(.82)}
.landing-sample-card:hover .landing-sample-image>span,.landing-sample-card:focus-visible .landing-sample-image>span{opacity:1}
.landing-sample-card:focus-visible{outline:3px solid rgba(47,99,232,.28);outline-offset:6px}
.landing-preview-dialog{width:min(calc(100% - 36px),1480px);height:min(calc(100dvh - 36px),1120px);max-width:none;max-height:none;margin:auto;padding:0;overflow:hidden;border:1px solid #8f9bad;border-radius:6px;background:#eef1f5;box-shadow:0 28px 80px rgba(7,18,35,.28);transition:width .22s ease,height .22s ease}
.landing-preview-dialog[data-device=tablet]{width:min(calc(100% - 28px),820px);height:min(calc(100dvh - 28px),1020px)}
.landing-preview-dialog[data-device=mobile]{width:min(calc(100% - 20px),412px);height:min(calc(100dvh - 20px),860px)}
.landing-preview-dialog::backdrop{background:rgba(10,16,25,.72);backdrop-filter:blur(3px)}
.landing-preview-toolbar{display:grid;height:68px;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:24px;padding:0 18px;background:#fff;border-bottom:1px solid var(--line)}
.landing-preview-toolbar>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.landing-device-switcher{display:flex;padding:4px;background:#eef2f7;border:1px solid #d0d7e2;border-radius:5px}
.landing-device-switcher button{display:grid;width:46px;height:42px;place-items:center;padding:0;border:0;border-radius:3px;background:transparent;color:#536174;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease}
.landing-device-switcher button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-device-switcher button.active{color:#fff;background:var(--brand);box-shadow:0 2px 8px rgba(47,99,232,.2)}
.landing-device-switcher button:focus-visible,.landing-preview-close:focus-visible{outline:3px solid rgba(47,99,232,.26);outline-offset:2px}
.landing-preview-close{justify-self:end;width:48px;height:48px;padding:0;border:0;background:transparent;color:var(--ink);font-size:clamp(31.2px,calc(28.267px + 0.815vw),40px);font-weight:300;line-height:1;cursor:pointer}
.landing-preview-stage{display:flex;height:calc(100% - 68px);align-items:stretch;justify-content:center;padding:0;overflow:auto;background:#fff}
.landing-preview-stage iframe{display:block;width:100%;height:100%;min-height:560px;border:0;background:#fff;box-shadow:none}
.landing-preview-stage[data-device=tablet] iframe{width:100%}
.landing-preview-stage[data-device=mobile] iframe{width:100%}
.landing-preview-dialog[data-device=mobile] .landing-preview-toolbar{grid-template-columns:48px 1fr 48px;gap:10px;padding-inline:10px}
.landing-preview-dialog[data-device=mobile] .landing-preview-toolbar>strong{display:none}
.landing-preview-dialog[data-device=mobile] .landing-device-switcher{grid-column:2;justify-self:center;min-width:0}
.landing-preview-dialog[data-device=mobile] .landing-device-switcher button{width:46px;min-width:0;padding:0}
.landing-preview-dialog[data-device=mobile] .landing-preview-close{grid-column:3}
body.landing-preview-open{overflow:hidden}
@media (max-width:980px){.landing-preview-toolbar{grid-template-columns:1fr auto}.landing-device-switcher{display:none}}
@media (max-width:980px){.landing-sample-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.landing-sample-grid{grid-template-columns:1fr;gap:34px}.landing-sample-card>strong{font-size:clamp(17.2px,calc(15.933px + 0.352vw),21px)}.landing-preview-dialog,.landing-preview-dialog[data-device=tablet],.landing-preview-dialog[data-device=mobile]{width:100%;height:100dvh;border:0;border-radius:0}.landing-preview-toolbar{height:64px;padding:0 10px;gap:8px}.landing-device-switcher{width:auto}.landing-device-switcher button{width:44px;min-width:0;min-height:44px;padding:0}.landing-preview-close{width:44px;height:44px}.landing-preview-stage{height:calc(100% - 64px);padding:0}.landing-preview-stage iframe{min-height:480px}}
@media (prefers-reduced-motion:reduce){.landing-preview-dialog,.landing-sample-image img,.landing-sample-image>span{transition:none}}

/* Mobile navigation: match the landing-page demo dropdown pattern. */
@media (max-width:980px){
  .nav-toggle{display:block;order:2;width:44px;height:44px;padding:10px;border:0;border-radius:0;background:transparent}
  .nav-toggle span{display:block;width:24px;height:2px;margin:5px auto;background:var(--ink);transition:transform .2s ease,opacity .2s ease}
  .nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}
  .nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .header-cta{order:3}
  .site-nav{position:absolute;z-index:102;top:72px;right:0;left:0;display:flex;visibility:hidden;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:14px 22px 22px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 34px rgba(16,42,67,.1);opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
  .site-nav.open{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto}
  .site-nav a{width:100%;padding:13px 4px;border-bottom:1px solid var(--line)}
  .site-nav a:last-child{border-bottom:0}
  .site-nav a::after{display:none}
}
@media (max-width:560px){
  .nav-toggle{order:2;width:44px;height:44px}
  .header-cta{order:3}
  .site-nav{top:72px;padding-right:16px;padding-left:16px}
}
/* Web app tablet and mobile preview */
.webapp-device-pair {
    position: relative;
    display: flex;
    height: 620px !important;
    align-items: flex-end;
    justify-content: center;
    overflow: visible !important;
    padding: 34px 34px 42px;
    background: transparent !important;
}

.webapp-preview-device {
    position: relative;
    min-width: 0;
    padding: 16px 9px 9px;
    background: #172238;
    border: 1px solid #0b1728;
    border-radius: 12px;
    box-shadow: 0 28px 58px rgba(20, 35, 60, 0.18);
}

.webapp-preview-tablet {
    width: 70%;
    margin-right: 10%;
}

.webapp-preview-phone {
    position: absolute;
    z-index: 3;
    right: 6.5%;
    bottom: 40px;
    width: 18.5%;
    padding: 14px 6px 6px;
    border-radius: 18px;
    box-shadow: 0 22px 44px rgba(20, 35, 60, 0.26);
}

.webapp-preview-camera {
    position: absolute;
    z-index: 3;
    top: 4px;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #07111f;
    border: 1px solid #b9c6d8;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14), inset 0 0 0 1px #314766;
    transform: translateX(-50%);
}

.webapp-preview-screen {
    overflow: hidden;
    background: #fff;
    border: 1px solid #6f7e93;
    border-radius: 4px;
}

.webapp-preview-phone .webapp-preview-screen {
    border-radius: 12px;
}

.webapp-preview-tablet .webapp-preview-body {
    display: block;
}

.webapp-preview-tablet .webapp-preview-picker {
    padding: 11px 12px 13px;
    border-top: 1px solid var(--line);
    border-left: 0;
}

.webapp-preview-tablet .webapp-preview-picker > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
}

.webapp-preview-bar {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border-bottom: 1px solid var(--line);
    font-size:clamp(7.2px,calc(6.6px + 0.167vw),9px);
    font-weight: 850;
}

.webapp-preview-bar strong {
    color: var(--brand);
}

.webapp-preview-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 144px;
}

.webapp-preview-stage {
    position: relative;
    min-width: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dce4ee;
}

.webapp-device-pair .webapp-preview-stage > img:first-child,
.webapp-case-visual .webapp-preview-stage > img:first-child {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: 0;
    border-radius: 0;
}

.webapp-device-pair .webapp-preview-wig,
.webapp-case-visual .webapp-preview-wig {
    position: absolute;
    top: -1.8%;
    left: 50%;
    width: 52%;
    height: auto;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    transform: translateX(-50%);
    pointer-events: none;
}

.webapp-preview-picker {
    padding: 13px 9px;
    border-left: 1px solid var(--line);
    background: #fff;
}

.webapp-preview-picker > strong {
    font-size:clamp(7.2px,calc(6.6px + 0.167vw),9px);
}

.webapp-preview-picker > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 9px;
}

.webapp-preview-sample {
    display: flex;
    aspect-ratio: 1 / 1.02;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px;
    border: 1px solid var(--line);
    background: #fff;
}

.webapp-preview-sample.selected {
    border: 2px solid var(--brand);
}

.webapp-device-pair .webapp-preview-sample img,
.webapp-case-visual .webapp-preview-sample img {
    width: 100%;
    height: 72%;
    object-fit: contain;
    border: 0;
    border-radius: 0;
}

.webapp-preview-sample b {
    font-size:clamp(4.8px,calc(4.4px + 0.111vw),6px);
    text-align: center;
}

.webapp-preview-phone .webapp-preview-bar {
    height: 28px;
    padding: 0 6px;
    font-size:clamp(4px,calc(3.667px + 0.093vw),5px);
}

.webapp-preview-phone .webapp-preview-body {
    display: block;
}

.webapp-preview-phone .webapp-preview-stage {
    aspect-ratio: 1 / 1;
}

.webapp-device-pair .webapp-preview-phone .webapp-preview-wig {
    top: -0.8%;
    width: 68%;
}

.webapp-preview-phone .webapp-preview-picker {
    padding: 7px 5px;
    border-top: 1px solid var(--line);
    border-left: 0;
}

.webapp-preview-phone .webapp-preview-picker > strong {
    font-size:clamp(4.8px,calc(4.4px + 0.111vw),6px);
}

.webapp-preview-phone .webapp-preview-picker > div {
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    margin-top: 5px;
}

.webapp-preview-phone .webapp-preview-sample {
    padding: 2px;
}

.webapp-preview-phone .webapp-preview-sample b {
    font-size:clamp(3.2px,calc(2.933px + 0.074vw),4px);
}

.webapp-case-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 24px 28px 38px;
    isolation: isolate;
}

.webapp-preview-case {
    z-index: 1;
    width: 62%;
    max-width: 440px;
    margin-right: 12%;
}

.webapp-preview-case-phone {
    right: auto;
    bottom: 38px;
    left: 64%;
    width: 24%;
    max-width: 172px;
}

.webapp-case-visual .webapp-preview-case-phone .webapp-preview-wig {
    top: -0.8%;
    width: 68%;
}

.webapp-case-visual img {
    border: 0;
    border-radius: 0;
}

.webapp-preview-case .webapp-preview-body {
    display: block;
}

.webapp-preview-case .webapp-preview-picker {
    padding: 11px 12px 13px;
    border-top: 1px solid var(--line);
    border-left: 0;
}

.webapp-preview-case .webapp-preview-picker > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
}

@media (max-width: 1100px) {
    .webapp-device-pair {
        height: 520px !important;
        padding: 24px 18px 38px;
    }

    .webapp-preview-tablet {
        width: 69%;
        margin-right: 10%;
    }

    .webapp-preview-phone {
        right: 6%;
        bottom: 34px;
        width: 19%;
    }
}

@media (max-width: 980px) {
    .webapp-device-pair {
        height: 560px !important;
        max-width: 720px;
        margin-inline: auto;
        aspect-ratio: auto !important;
    }

    .webapp-preview-tablet {
        width: 70%;
        margin-right: 9.5%;
    }

    .webapp-device-pair > .webapp-preview-phone {
        right: 5%;
        width: 19%;
    }

    .webapp-case-visual {
        margin-top: 8px;
        padding-inline: 20px;
    }

    .webapp-preview-case {
        width: 62%;
        margin-right: 12%;
    }

    .webapp-preview-case-phone {
        right: auto;
        left: 64%;
        width: 24%;
    }
}

@media (max-width: 560px) {
    .webapp-device-pair {
        height: 430px !important;
        padding: 14px 4px 34px;
    }

    .webapp-preview-tablet {
        width: 74%;
        margin-right: 8%;
    }

    .webapp-preview-tablet .webapp-preview-bar {
        height: 34px;
        font-size:clamp(5.6px,calc(5.133px + 0.13vw),7px);
    }

    .webapp-preview-body {
        grid-template-columns: minmax(0, 1fr) 86px;
    }

    .webapp-preview-picker {
        padding: 7px 4px;
    }

    .webapp-preview-picker > strong {
        font-size:clamp(5.6px,calc(5.133px + 0.13vw),7px);
    }

    .webapp-preview-picker > div {
        gap: 3px;
        margin-top: 6px;
    }

    .webapp-preview-sample {
        padding: 2px;
    }

    .webapp-preview-phone {
        right: 2%;
        bottom: 28px;
        width: 21%;
    }

    .webapp-preview-case {
        width: 72%;
        margin-right: 10%;
        padding: 14px 7px 7px;
    }

    .webapp-case-visual {
        padding: 12px 2px 28px;
    }

    .webapp-preview-case-phone {
        right: auto;
        bottom: 28px;
        left: 65%;
        width: 28%;
    }

    .webapp-preview-case .webapp-preview-body {
        display: block;
    }

    .webapp-preview-case .webapp-preview-bar {
        height: 34px;
        font-size:clamp(5.6px,calc(5.133px + 0.13vw),7px);
    }
}
/* Keep the web-app hero preview readable before the single-column breakpoint. */
.webapp-device-pair{
  width:100%;
  max-width:100%;
  min-width:0;
  box-sizing:border-box;
}
@media (min-width:821px) and (max-width:980px){
  .webapp-hero .detail-grid{
    grid-template-columns:1fr;
    gap:48px;
  }
  .webapp-hero .detail-grid>div{
    max-width:720px;
  }
  .webapp-device-pair{
    height:560px!important;
    max-width:720px;
    margin-inline:auto;
    padding:24px 18px 38px;
  }
}
@media (min-width:981px) and (max-width:1100px){
  .webapp-hero .detail-grid{
    grid-template-columns:minmax(280px,.76fr) minmax(0,1.24fr);
    gap:24px;
  }
  .webapp-hero .detail-grid>*{min-width:0}
  .webapp-hero .detail-grid h1{font-size:clamp(40px,4.6vw,50px)}
  .webapp-device-pair{
    height:470px!important;
    padding:20px 0 34px;
  }
  .webapp-preview-tablet{
    width:69%;
    margin-right:10%;
  }
  .webapp-preview-phone{
    right:6%;
    bottom:30px;
    width:19%;
  }
  .webapp-device-pair .webapp-preview-tablet .webapp-preview-body{
    display:block;
  }
}

@media (max-width:980px){
  .build-track-grid{grid-template-columns:1fr;gap:32px}
  .build-track-copy>.text-link{margin-top:28px}
}
@media (max-width:1100px){
  .build-track-grid h2{font-size:clamp(35.9px,calc(32.533px + 0.935vw),46px)}
}
@media (max-width:560px){
  .build-track-grid h2{font-size:clamp(29.6px,calc(26.8px + 0.778vw),38px)}
  .build-track-copy p{font-size:clamp(14px,calc(13.333px + 0.185vw),16px)}
}
@media (min-width:721px) and (max-width:960px){
  .insight-grid article:last-child{grid-column:auto}
  .insight-grid article:last-child:nth-child(odd){grid-column:1/-1}
}
