*{box-sizing:border-box}:root{--bg: #f4f7fb;--ink: #14283a;--muted: #596a79;--line: rgba(20, 40, 58, .12);--panel: #ffffff;--soft: #e7f0f8;--brand: #0d629f;--accent: #287c2e;--amber: #c48a2c;--header-height: 76px}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);letter-spacing:0}h1{max-width:920px;margin-bottom:24px;font-size:clamp(2.7rem,4.6vw,4.85rem);line-height:1.01;letter-spacing:-.045em;overflow-wrap:break-word;text-wrap:balance}h2{margin-bottom:16px;font-size:clamp(1.9rem,3.1vw,3.15rem);line-height:1.04;text-wrap:balance}h3{margin-bottom:10px;font-size:1.08rem;line-height:1.25}p{color:var(--muted);line-height:1.72}.landing-shell{min-height:100dvh;overflow-x:hidden;padding-top:var(--header-height)}.site-header{position:fixed;inset:0 0 auto;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:var(--header-height);padding:16px clamp(20px,5vw,72px);border-bottom:1px solid var(--line);background:#f4f7fbeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:box-shadow .18s ease,background .18s ease}.site-header.scrolled{background:#f4f7fbfa;box-shadow:0 18px 42px #14283a1f}.brand,.main-nav,.header-actions,.language-switch,.hero-actions,.link-panel{display:flex;align-items:center}.brand{gap:10px;color:var(--ink);font-size:1rem;font-weight:900;text-decoration:none}.brand-mark,.brand-logo{width:40px;height:40px;border-radius:8px}.brand-mark{display:grid;place-items:center;background:var(--brand);color:#fff;font-size:.82rem;letter-spacing:0}.brand-logo{display:block;object-fit:contain}.main-nav{gap:clamp(16px,3vw,32px)}.main-nav a,.button,.link-panel a,.module-card a{color:inherit;font-weight:800;text-decoration:none}.main-nav a{position:relative;color:#52605b;font-size:.93rem}.main-nav a:after{position:absolute;right:0;bottom:-10px;left:0;height:2px;border-radius:999px;background:var(--accent);content:"";opacity:0;transform:scaleX(.5);transition:opacity .18s ease,transform .18s ease}.main-nav a.active,.main-nav a:hover{color:var(--brand)}.main-nav a.active:after,.main-nav a:hover:after{opacity:1;transform:scaleX(1)}a:focus-visible,button:focus-visible{border-radius:6px;outline:3px solid rgba(13,98,159,.3);outline-offset:4px}.footer-link-button{padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-decoration:underline}.cookie-banner{position:fixed;right:clamp(16px,3vw,36px);bottom:clamp(16px,3vw,36px);left:clamp(16px,3vw,36px);z-index:40;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1040px;margin:0 auto;padding:22px;border:1px solid var(--line);border-radius:12px;background:var(--panel);box-shadow:0 24px 60px #14283a38}.cookie-banner h2{margin-bottom:8px;font-size:1.2rem}.cookie-banner p{max-width:720px;margin-bottom:0}.cookie-actions{display:flex;flex:0 0 auto;gap:10px}@media(max-width:720px){.cookie-banner,.cookie-actions{align-items:stretch;flex-direction:column}}.header-actions{justify-content:flex-end;gap:12px}.language-switch{gap:2px;padding:4px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.language-switch a{min-width:36px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:#5d6964;font-size:.8rem;font-weight:900;text-decoration:none}.language-switch a.active{background:var(--brand);color:#fff}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:0;border-radius:8px;cursor:pointer;font:inherit;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:wait;opacity:.72;transform:none}.button.primary{background:var(--brand);box-shadow:0 14px 30px #0d629f3d;color:#fff}.button.secondary{border:1px solid var(--line);background:var(--panel);color:#22302c}.page-band{padding-right:clamp(20px,4vw,58px);padding-left:clamp(20px,4vw,58px)}.hero-section{position:relative;display:grid;grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr);gap:clamp(36px,5vw,76px);align-items:center;min-height:min(760px,100dvh - var(--header-height));padding-top:clamp(40px,5vw,68px);padding-bottom:clamp(54px,6vw,82px);background:radial-gradient(circle at 78% 32%,rgba(57,133,190,.16),transparent 30%),linear-gradient(180deg,#fbfcfb 0%,var(--bg) 100%)}.hero-section:before{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(13,98,159,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(13,98,159,.04) 1px,transparent 1px);background-size:48px 48px;content:"";-webkit-mask-image:linear-gradient(to bottom,black,transparent 76%);mask-image:linear-gradient(to bottom,black,transparent 76%)}.hero-section>*{position:relative}.page-hero{padding-top:clamp(58px,8vw,112px);padding-bottom:clamp(48px,7vw,92px);border-bottom:1px solid var(--line);background:linear-gradient(180deg,#ffffff 0%,var(--bg) 100%)}.page-hero p{max-width:880px;font-size:clamp(1.05rem,1.35vw,1.22rem)}.module-detail-hero{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(520px,1.28fr);gap:clamp(34px,6vw,86px);align-items:center;min-height:calc(100dvh - var(--header-height));padding-top:clamp(54px,7vw,96px);padding-bottom:clamp(54px,7vw,96px);border-bottom:1px solid var(--line)}.module-detail-copy p:not(.eyebrow){max-width:650px;font-size:1.08rem}.product-screen{min-width:0;margin:0;overflow:hidden;border:1px solid rgba(23,32,29,.16);border-radius:8px;background:#fff;box-shadow:0 28px 70px #17201d2e}.product-screen__bar{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-height:52px;padding:8px 14px;border-bottom:1px solid var(--line);color:var(--ink);font-size:.82rem;font-weight:900}.product-screen__brand{display:grid;width:30px;height:30px;place-items:center;border-radius:6px;background:var(--brand);color:#fff;font-size:.66rem}.product-screen__status{padding:5px 8px;border-radius:6px;background:#def1eb;color:var(--accent);font-size:.68rem}.product-screen__body{display:grid;grid-template-columns:58px minmax(0,1fr);min-height:430px;background:#f4f6f5}.product-screen aside{display:flex;align-items:center;flex-direction:column;gap:18px;padding-top:24px;background:#18231f}.product-screen aside span{width:22px;height:22px;border:2px solid #71807a;border-radius:6px}.product-screen aside span.active{border-color:#70cfc1;background:#15796d}.product-screen__workspace{min-width:0;padding:clamp(18px,3vw,30px)}.product-screen__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.product-screen__toolbar small,.product-screen__toolbar strong{display:block}.product-screen__toolbar small{margin-bottom:4px;color:var(--muted);font-size:.68rem}.product-screen__toolbar>span{padding:8px 10px;border-radius:6px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:800}.product-screen__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:14px}.product-screen__summary div{min-width:0;min-height:116px;padding:12px;border:1px solid var(--line);border-radius:6px;background:#fff}.product-screen__summary strong,.product-screen__summary span{display:block}.product-screen__summary strong{margin-bottom:14px;color:var(--accent);font-size:.72rem}.product-screen__summary span{display:-webkit-box;overflow:hidden;color:#46534e;font-size:.67rem;font-weight:700;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-screen__table{display:grid;grid-template-columns:.7fr 1.4fr 1fr .5fr;gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--line)}.product-screen__table span{min-height:32px;background:#fff}.product-screen figcaption{padding:12px 16px;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem}.module-product-shot__image{overflow:hidden;background:#f5f7fa}.module-product-shot__image img{display:block;width:100%;height:auto}.module-explanation{padding-top:clamp(64px,8vw,112px);padding-bottom:clamp(64px,8vw,112px)}.module-feature-list{border-top:1px solid var(--line)}.module-feature-list article{display:grid;grid-template-columns:52px minmax(0,1fr);gap:clamp(20px,4vw,54px);align-items:start;padding:28px 0;border-bottom:1px solid var(--line)}.module-feature-list .feature-index{margin:0}.module-feature-list p{max-width:820px;margin:0}.module-context{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:clamp(30px,6vw,90px);padding-top:clamp(58px,7vw,90px);padding-bottom:clamp(58px,7vw,90px);background:var(--soft)}.module-context a{color:var(--accent);font-weight:900}.hero-copy{max-width:740px;min-width:0}.eyebrow{margin-bottom:14px;color:var(--accent);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.launch-notice{display:inline-flex;max-width:100%;margin-bottom:18px;padding:10px 14px;border:1px solid rgba(13,98,159,.2);border-radius:999px;background:#e7f1f9;color:var(--brand);font-size:.95rem;font-weight:900}.hero-intro{max-width:680px;margin-bottom:34px;font-size:clamp(1.05rem,1.4vw,1.24rem)}.hero-actions{flex-wrap:wrap;gap:12px}.hero-visual{position:relative;min-width:0;margin:0}.hero-visual:before{position:absolute;inset:12% -4% -7% 10%;border-radius:40px;background:#0d629f29;content:"";filter:blur(34px)}.hero-visual__window{position:relative;overflow:hidden;border:1px solid rgba(23,32,29,.14);border-radius:18px;background:#fff;box-shadow:0 34px 90px #17201d33,0 3px 10px #17201d14;transform:perspective(1400px) rotateY(-2deg) rotateX(1deg)}.hero-visual__bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:46px;padding:0 16px;border-bottom:1px solid var(--line);color:#53605b;font-size:.72rem;font-weight:800}.hero-visual__dots{display:flex;gap:5px}.hero-visual__dots i{width:7px;height:7px;border-radius:50%;background:#cbd3cf}.hero-visual__live{justify-self:end;width:8px;height:8px;border-radius:50%;background:#32b51d;box-shadow:0 0 0 4px #32b51d24}.hero-visual__image{position:relative;aspect-ratio:1728/910;overflow:hidden}.hero-visual img{display:block;width:100%;height:100%;object-fit:cover}.stats-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:0 clamp(20px,4vw,58px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--panel)}.stats-band div{min-height:132px;padding:26px clamp(20px,2.5vw,36px);border-left:1px solid var(--line)}.stats-band div:last-child{border-right:1px solid var(--line)}.stats-band strong{display:block;margin-bottom:8px;color:var(--brand);font-size:clamp(1.8rem,3.4vw,2.8rem);line-height:1}.stats-band span{color:#58635f;font-weight:750}.section-block,.detail-section,.capability-section,.module-showcase,.workflow-section,.process-section,.split-section,.contact-section{padding-top:clamp(54px,6vw,82px);padding-bottom:clamp(54px,6vw,82px)}.module-showcase{background:var(--soft)}.module-showcase__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.module-showcase__card{grid-column:span 2;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--panel);box-shadow:0 16px 46px #14283a12}.module-showcase__card:nth-last-child(-n+2){grid-column:span 3}.module-showcase__image{display:block;overflow:hidden;border-bottom:1px solid var(--line);background:#edf2f7}.module-showcase__image img{display:block;width:100%;height:auto;transition:transform .26s ease}.module-showcase__card:hover .module-showcase__image img{transform:scale(1.015)}.module-showcase__copy{padding:clamp(20px,2.4vw,28px)}.module-showcase__copy h3{font-size:clamp(1.2rem,2vw,1.55rem)}.module-showcase__copy p{min-height:6.2em}.module-showcase__copy a{color:var(--brand);font-weight:900}.detail-section{border-top:1px solid var(--line);background:var(--panel)}.role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.role-grid article{min-height:230px;padding:clamp(22px,2.5vw,30px);background:var(--panel)}.role-label{display:block;margin-bottom:34px;color:var(--accent);font-size:.78rem;font-weight:900;text-transform:uppercase}.capability-section{background:var(--bg)}.capability-list{border-top:1px solid var(--line)}.capability-list article{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:clamp(28px,6vw,84px);padding:34px 0;border-bottom:1px solid var(--line)}.capability-list .feature-index{margin-bottom:20px}.capability-list ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.capability-list li{position:relative;padding-left:22px;color:var(--muted);line-height:1.6}.capability-list li:before{position:absolute;top:.68em;left:0;width:7px;height:7px;border-radius:50%;background:var(--accent);content:""}.section-heading{max-width:980px;margin-bottom:30px}.section-heading.compact{margin-bottom:24px}.feature-grid,.module-grid,.workflow-list,.process-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.feature-card,.module-card,.process-rail article{min-height:210px;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.feature-card{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.feature-card:hover{border-color:#0d629f47;box-shadow:0 22px 55px #14283a17;transform:translateY(-4px)}.module-card{display:flex;flex-direction:column}.module-card h2{font-size:1.35rem}.module-card a{margin-top:auto;color:var(--accent)}.feature-index{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;margin-bottom:28px;border-radius:50%;background:#deedf8;color:var(--brand);font-size:.82rem;font-weight:900}.workflow-section{background:#102b43;color:#fff}.workflow-section h2,.workflow-section h3{color:#fff}.workflow-section p{color:#c0cbc6}.workflow-list article{min-height:205px;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff0d}.workflow-list span{display:block;margin-bottom:34px;color:#8ad6cc;font-weight:900}.process-section{background:var(--soft)}.process-rail{grid-template-columns:repeat(4,minmax(0,1fr))}.process-rail strong{display:block;margin-bottom:28px;color:var(--amber);font-size:.78rem;text-transform:uppercase}.split-section,.contact-section{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start}.split-section{border-top:1px solid var(--line);background:var(--panel)}.link-panel{align-items:stretch;flex-direction:column;gap:10px}.link-panel a{padding:18px 20px;border:1px solid var(--line);border-radius:8px;background:var(--bg)}.contact-section{background:var(--panel)}.contact-copy{max-width:620px}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:clamp(22px,3vw,34px);border:1px solid var(--line);border-radius:8px;background:var(--bg)}.contact-form label,.contact-form span{display:block}.contact-form span{margin-bottom:8px;color:#26332f;font-size:.88rem;font-weight:900}.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(23,32,29,.16);border-radius:8px;background:var(--panel);color:var(--ink);font:inherit;font-weight:600}.contact-form input{min-height:48px;padding:0 14px}.contact-form textarea{min-height:168px;padding:14px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);outline:3px solid rgba(13,98,159,.18)}.contact-form input[aria-invalid=true],.contact-form textarea[aria-invalid=true]{border-color:#a83f35}.message-field,.form-actions{grid-column:1/-1}.form-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.form-message{margin:0;font-weight:800}.form-message.success{color:var(--accent)}.form-message.error{color:#a83f35}.form-message a{margin-left:8px;color:inherit}.legal-hero h1{max-width:720px}.legal-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(42px,7vw,96px);padding-top:clamp(64px,8vw,112px);padding-bottom:clamp(64px,8vw,112px)}.legal-list{margin:0;border-top:1px solid var(--line)}.legal-list>div{display:grid;grid-template-columns:minmax(130px,.42fr) minmax(0,1fr);gap:24px;padding:20px 0;border-bottom:1px solid var(--line)}.legal-list dt{color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.legal-list dd{margin:0;color:var(--ink);font-weight:700;line-height:1.65;overflow-wrap:anywhere}.legal-list a,.legal-note a,.site-footer a{color:inherit}.legal-links{display:flex;align-items:flex-start;flex-direction:column;gap:4px}.legal-note{grid-column:1/-1;padding-top:36px;border-top:1px solid var(--line)}.legal-note h2{margin-bottom:8px;font-size:1rem}.legal-note p:not(:last-child){margin-bottom:28px}.privacy-section{display:grid;gap:48px;max-width:980px;padding-top:clamp(64px,8vw,112px);padding-bottom:clamp(64px,8vw,112px)}.privacy-hero h1{max-width:1400px}.privacy-updated{margin-top:20px;color:var(--muted);font-size:.9rem;font-weight:800}.privacy-card{padding-bottom:48px;border-bottom:1px solid var(--line)}.privacy-card:last-child{padding-bottom:0;border-bottom:0}.privacy-card h2{margin-bottom:20px;font-size:clamp(1.5rem,3vw,2.15rem)}.privacy-card h3{margin-top:28px;margin-bottom:10px;font-size:1.05rem}.privacy-card p,.privacy-card li,.privacy-card address{color:var(--ink);line-height:1.75}.privacy-card address{font-style:normal}.privacy-card ul{display:grid;gap:8px;padding-left:22px}.privacy-card a{color:inherit;overflow-wrap:anywhere}.site-footer{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;padding-top:30px;padding-bottom:30px;border-top:1px solid var(--line);background:var(--panel)}.site-footer p{margin:0;font-size:.88rem}.footer-brand{color:var(--ink);font-weight:900;text-decoration:none}.site-footer nav{display:flex;gap:20px}.site-footer nav a{font-size:.88rem;font-weight:800}@media(max-width:1080px){:root{--header-height: 132px}.site-header{align-items:flex-start;flex-wrap:wrap}.main-nav{order:3;width:100%}.hero-section,.split-section,.contact-section,.legal-section,.module-detail-hero,.module-context{grid-template-columns:1fr}.hero-copy{max-width:820px}.process-rail,.feature-grid,.module-grid,.module-showcase__grid,.workflow-list,.role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-showcase__card,.module-showcase__card:nth-last-child(-n+2){grid-column:span 1}}@media(max-width:700px){:root{--header-height: 124px}.site-header{padding:14px 18px}.header-actions{margin-left:auto}.header-cta{display:none}.main-nav{gap:14px;overflow-x:auto;padding-bottom:2px}.main-nav a:after{bottom:-4px}.language-switch a{min-width:32px}.page-band{padding-right:18px;padding-left:18px}h1{font-size:clamp(2.35rem,13vw,4rem)}.hero-section{grid-template-columns:1fr;min-height:auto;padding-top:42px;padding-bottom:64px}.hero-visual{margin-top:12px}.hero-visual__window{border-radius:12px;transform:none}.hero-visual__bar{min-height:38px}.product-screen__body{min-height:360px}.product-screen__summary{grid-template-columns:1fr}.product-screen__summary div{min-height:auto}.stats-band,.process-rail,.feature-grid,.module-grid,.module-showcase__grid,.workflow-list,.role-grid{grid-template-columns:1fr}.module-showcase__copy p{min-height:0}.stats-band{padding:0 18px}.stats-band div{min-height:auto;padding:26px 0;border-bottom:1px solid var(--line);border-left:0}.stats-band div:last-child{border-right:0;border-bottom:0}.feature-card,.module-card,.workflow-list article,.process-rail article{min-height:auto}.contact-form{grid-template-columns:1fr}.capability-list article{grid-template-columns:1fr;gap:12px}.legal-list>div,.site-footer{grid-template-columns:1fr}.site-footer{gap:12px}}
