@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');
:root{--ink:#07110f;--ink2:#10201d;--paper:#edf0e9;--paper2:#dfe4dc;--signal:#b8f229;--mint:#9edecd;--muted:#69756f;--line:rgba(7,17,15,.16);--shell:min(1440px,calc(100% - 64px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:var(--shell);margin-inline:auto}.skip-link{position:fixed;top:8px;left:8px;z-index:100;background:var(--signal);padding:10px 15px;transform:translateY(-150%)}.skip-link:focus{transform:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.overline{font:500 10px DM Mono,monospace;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.site-header{height:72px;position:fixed;z-index:30;inset:0 0 auto;background:rgba(7,17,15,.92);border-bottom:1px solid rgba(255,255,255,.13);backdrop-filter:blur(15px);display:flex;align-items:center;padding-inline:max(32px,calc((100% - 1440px)/2));color:#fff}.brand{display:flex;align-items:center;gap:11px;font-size:14px;font-weight:700;letter-spacing:.18em}.brand svg{width:29px;fill:currentColor}.brand-signal{fill:var(--signal)}.main-nav{margin-left:auto;height:100%;display:flex;align-items:center;gap:30px;font-size:12px}.main-nav>a:not(.nav-download):hover{color:var(--signal)}.nav-download{height:42px;display:flex;align-items:center;gap:38px;padding:0 17px;border:1px solid rgba(255,255,255,.35)}.nav-download:hover{background:var(--signal);border-color:var(--signal);color:var(--ink)}.menu-button{display:none}
.hero{min-height:720px;padding:122px 0 58px;display:grid;grid-template-columns:minmax(420px,.78fr) minmax(580px,1.22fr);gap:64px;align-items:center}.status-line{display:flex;align-items:center;gap:11px;font:10px DM Mono;letter-spacing:.1em;text-transform:uppercase}.status-line i{width:7px;height:7px;border-radius:50%;background:var(--signal);box-shadow:0 0 14px #7ba70b}.status-line b{font-weight:400;color:var(--muted);padding-left:11px;border-left:1px solid var(--line)}.hero h1{font-size:clamp(54px,5.6vw,82px);line-height:.95;letter-spacing:-.06em;font-weight:500;margin:30px 0 24px}.hero h1 em{font-style:normal;color:#56852e}.hero-copy>p{max-width:590px;color:#47534e;font-size:17px;line-height:1.7}.hero-actions{display:flex;gap:10px;margin:32px 0}.button{min-height:50px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}.button.primary{min-width:210px;justify-content:space-between;background:var(--signal)}.button.primary:hover{background:#ceff55}.button.secondary{border:1px solid var(--line)}.button.secondary:hover{background:#fff}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:40px 0 0;padding-top:20px;border-top:1px solid var(--line)}.hero-facts div+div{border-left:1px solid var(--line);padding-left:17px}.hero-facts dt{font:9px DM Mono;text-transform:uppercase;color:var(--muted)}.hero-facts dd{margin:6px 0 0;font-size:12px;font-weight:600}.hero-product{margin:0;min-width:0;position:relative}.product-window{background:#111;border:1px solid #53605b;box-shadow:0 35px 90px rgba(7,17,15,.24);overflow:hidden}.product-window img{display:block;width:100%;height:auto}.hero-product figcaption,.showcase figure figcaption{font:9px DM Mono;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:11px}.hero-product figcaption i{display:inline-block;width:6px;height:6px;background:var(--signal);border-radius:50%;margin-right:7px}.signal-bar{background:var(--ink);color:#aab6b0;border-block:1px solid #24332e}.signal-bar .shell{min-height:52px;display:flex;align-items:center;justify-content:space-between;font:9px DM Mono;letter-spacing:.1em;text-transform:uppercase}.signal-bar i{width:3px;height:3px;background:var(--signal);border-radius:50%}
.section{padding-block:100px}.section-head{display:grid;grid-template-columns:1.4fr .6fr;gap:80px;align-items:end;margin-bottom:55px}.section-head h2,.showcase-head h2,.trust h2,.download h2,.about h2{font-size:clamp(42px,4.5vw,66px);line-height:1;letter-spacing:-.055em;font-weight:500;margin:24px 0 0}.section-head>p{color:var(--muted);font-size:15px;line-height:1.75;margin:0}.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.capability-grid article{min-height:190px;padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.capability-grid h3{font-size:16px;margin:4px 0 10px}.capability-grid p{font-size:12px;color:var(--muted);line-height:1.65;margin:0}
.showcase{background:var(--ink);color:#fff}.showcase-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:35px}.showcase-head .overline{color:#83938b}.showcase-head h2{font-size:clamp(40px,4vw,58px)}.showcase-tabs{display:flex;width:max-content;max-width:100%;gap:5px;padding:5px;border:1px solid #3b4b45;border-radius:8px;background:#182722}.showcase-tabs button{position:relative;height:40px;min-width:122px;padding:0 20px;border:0;border-radius:5px;background:transparent;color:#9caaa4;cursor:pointer;font-size:12px;font-weight:600;transition:background-color .18s ease,color .18s ease}.showcase-tabs button:hover{color:#fff;background:#22342e}.showcase-tabs button[aria-selected=true]{background:#f0f2ed;color:var(--ink);box-shadow:0 1px 3px rgba(0,0,0,.25)}.showcase-tabs button[aria-selected=true]:before{content:"";display:inline-block;width:6px;height:6px;margin-right:9px;border-radius:50%;background:var(--signal);vertical-align:1px}.showcase-panel{display:grid;grid-template-columns:320px minmax(0,1fr);gap:38px;padding-top:38px}.panel-copy{padding:15px 10px 0 0}.panel-copy h3{font-size:31px;line-height:1.08;letter-spacing:-.035em;margin:0 0 20px}.panel-copy p{font-size:13px;color:#9eaca5;line-height:1.75}.panel-copy ul{list-style:none;padding:0;margin:30px 0 0;border-top:1px solid #34423d}.panel-copy li{padding:12px 0;border-bottom:1px solid #34423d;font:9px DM Mono;text-transform:uppercase;letter-spacing:.07em}.panel-copy li:before{content:"✓";color:var(--signal);margin-right:10px}.showcase figure{margin:0;min-width:0}.showcase figure img{display:block;width:100%;height:auto;border:1px solid #47554f}.showcase figure figcaption{color:#728179}.showcase-panel[hidden]{display:none}
.trust{background:#152622;color:#fff}.trust-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.trust h2 em{font-style:normal;color:var(--signal)}.trust-lead>p{max-width:530px;color:#a9b7b0;font-size:15px;line-height:1.8;margin-top:28px}.trust .overline{color:#82928a}.trust-list{border-top:1px solid #3b4a44}.trust-list article{display:grid;grid-template-columns:45px 1fr;gap:18px;padding:21px 0;border-bottom:1px solid #3b4a44}.trust-list article>span{font:9px DM Mono;color:var(--signal)}.trust-list h3{font-size:15px;margin:0 0 6px}.trust-list p{font-size:12px;line-height:1.65;color:#92a19a;margin:0}
.download{background:var(--paper2)}.download-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:100px}.download-main>p:not(.smart-note){color:var(--muted);font-size:15px}.download-button{max-width:560px;margin-top:32px;padding:19px 22px;background:var(--signal);display:flex;align-items:center;justify-content:space-between}.download-button:hover{background:#ceff55}.download-button span>*{display:block}.download-button b{font-size:16px}.download-button small{font:9px DM Mono;margin-top:5px;color:#344217}.download-button i{font-style:normal;font-size:25px}.smart-note{max-width:560px;color:var(--muted);font-size:11px;line-height:1.65}.download-side h3{font-size:15px}.download-side dl{margin-top:20px}.download-side dl div{padding:13px 0;border-top:1px solid var(--line)}.download-side dt{font:9px DM Mono;text-transform:uppercase;color:var(--muted)}.download-side dd{margin:4px 0 0;font-size:12px}.download-side details{padding:15px 0;border-block:1px solid var(--line);font-size:11px}.download-side summary{cursor:pointer;font-weight:600}.download-side code{display:block;padding:9px;margin:8px 0;background:rgba(255,255,255,.45);font:8px/1.6 DM Mono;overflow-wrap:anywhere}.download-side details a{border-bottom:1px solid;font:9px DM Mono}
.version-history-link{display:flex;justify-content:space-between;max-width:560px;margin-top:22px;padding:12px 0;border-top:1px solid var(--line);font-size:12px;font-weight:600}.version-history-link span{color:#56852e}
.about{background:var(--paper)}.about-grid{display:grid;grid-template-columns:220px 1fr 360px;gap:70px;align-items:start}.about h2{font-size:clamp(38px,4vw,58px);margin:0}.about-grid>div p{color:var(--muted);font-size:14px;line-height:1.75;margin:0 0 16px}.about-grid>div a{display:flex;justify-content:space-between;margin-top:28px;padding:15px 0;border-block:1px solid var(--line);font-size:15px;font-weight:600}.about-grid>div a span{color:#56852e}.site-footer{background:var(--ink);color:#7f8e87;border-top:1px solid #26342f;padding:38px 0}.site-footer .shell{display:grid;grid-template-columns:1.5fr 1fr 1fr 2fr;gap:28px;font-size:10px}.site-footer .brand{color:#fff}.site-footer p{margin:0;line-height:1.7}.site-footer nav{display:flex;gap:20px}.site-footer nav a:hover{color:var(--signal)}.site-footer .company-line{text-align:right}
.legal{max-width:800px;margin:0 auto;padding:120px 28px 90px}.legal h1{font-size:clamp(44px,6vw,72px);letter-spacing:-.05em}.legal h2{margin-top:38px}.legal p{color:#4e5b55;line-height:1.8}.legal-back{font:11px DM Mono;border-bottom:1px solid}
.history-page{min-height:100vh;background:var(--paper)}.history{width:min(980px,calc(100% - 48px));margin:0 auto;padding:110px 0 100px}.history-head{display:grid;grid-template-columns:1fr 280px;gap:70px;align-items:end;padding-bottom:48px;border-bottom:1px solid var(--line)}.history h1{font-size:clamp(52px,7vw,86px);line-height:.95;letter-spacing:-.06em;font-weight:500;margin:24px 0 0}.history-head p{color:var(--muted);font-size:14px;line-height:1.8;margin:0}.release-list{margin-top:50px}.release{display:grid;grid-template-columns:150px 1fr;gap:55px;padding:34px 0;border-bottom:1px solid var(--line)}.release-version{font:500 12px DM Mono;color:#56852e}.release h2{font-size:26px;letter-spacing:-.035em;margin:0 0 16px}.release ul{margin:0;padding-left:18px;color:#4e5b55}.release li{padding:4px 0;line-height:1.7;font-size:14px}.history-actions{display:flex;gap:12px;margin-top:48px}.history-actions a{min-height:46px;padding:0 16px;display:inline-flex;align-items:center;border:1px solid var(--line);font-size:12px;font-weight:600}.history-actions a:first-child{background:var(--signal);border-color:var(--signal)}.history-status{padding:34px 0;color:var(--muted);font-size:14px}.history-status.error{color:#8a3029}
@media(max-width:1100px){:root{--shell:min(100% - 48px,1100px)}.hero{grid-template-columns:1fr;padding-top:110px;gap:45px}.hero-copy{max-width:780px}.hero-product{max-width:900px}.hero-facts{max-width:650px}.section-head{grid-template-columns:1fr;gap:25px}.section-head>p{max-width:680px}.capability-grid{grid-template-columns:repeat(2,1fr)}.showcase-panel{grid-template-columns:260px 1fr}.trust-grid{gap:55px}.download-grid{gap:55px}.about-grid{grid-template-columns:160px 1fr 300px;gap:45px}}
@media(max-width:760px){:root{--shell:calc(100% - 36px)}.site-header{height:66px;padding-inline:18px}.menu-button{display:flex;margin-left:auto;width:40px;height:40px;border:1px solid rgba(255,255,255,.4);background:transparent;flex-direction:column;justify-content:center;align-items:center;gap:7px}.menu-button i{width:19px;height:1px;background:#fff}.main-nav{display:none;position:absolute;top:66px;left:0;width:100%;height:auto;padding:18px;background:var(--ink);flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav a{padding:12px}.nav-download{margin-top:8px}.hero{min-height:0;padding:105px 0 48px;grid-template-columns:1fr;gap:35px}.hero h1{font-size:clamp(45px,12.5vw,64px)}.hero-copy>p{font-size:15px}.hero-actions{align-items:stretch}.button{flex:1}.hero-facts{grid-template-columns:1fr;gap:0;margin-top:28px}.hero-facts div,.hero-facts div+div{display:flex;justify-content:space-between;padding:10px 0;border-left:0;border-bottom:1px solid var(--line)}.hero-facts dd{margin:0}.signal-bar{overflow:hidden}.signal-bar .shell{width:max-content;gap:18px;justify-content:flex-start;padding-inline:18px}.section{padding-block:70px}.section-head{margin-bottom:38px}.section-head h2,.showcase-head h2,.trust h2,.download h2,.about h2{font-size:40px}.capability-grid{grid-template-columns:1fr}.capability-grid article{min-height:155px}.showcase-head{display:block}.showcase-tabs{display:grid;grid-template-columns:repeat(2,1fr);width:100%}.showcase-tabs button{width:100%;min-width:0;padding:0 10px;font-size:11px}.showcase-panel{grid-template-columns:1fr;gap:25px}.panel-copy{max-width:520px}.showcase figure{overflow:hidden}.showcase figure img{width:720px;max-width:none}.trust-grid,.download-grid{grid-template-columns:1fr;gap:48px}.download-side{max-width:560px}.about-grid{grid-template-columns:1fr;gap:30px}.about-grid>div{max-width:560px}.site-footer .shell{grid-template-columns:1fr 1fr;gap:35px}.site-footer nav{flex-direction:column;gap:8px}.site-footer p:last-child{text-align:left}}
@media(max-width:760px){.history{width:calc(100% - 36px);padding-top:80px}.history-head,.release{grid-template-columns:1fr;gap:20px}.release{padding:28px 0}.history-actions{flex-direction:column}.history-actions a{justify-content:center}}
@media(max-width:460px){.hero-actions{flex-direction:column}.showcase-tabs button{height:38px;padding-inline:7px}.showcase figure img{width:650px}.site-footer .shell{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.hero h1>span{display:inline-flex;align-items:center;gap:.7em;max-width:100%;margin:0 0 .42em;padding:.3em .68em .3em .72em;white-space:nowrap;background:#1768c5;border:3px solid #fff;border-radius:999px;outline:1px solid #0d417d;box-shadow:0 3px 0 rgba(7,17,15,.16);color:#fff;font:600 clamp(16px,1.75vw,25px)/1 DM Mono,monospace;letter-spacing:-.035em}.hero h1>span:after{content:"→";flex:0 0 auto;font-size:1.2em;line-height:1}.hero-capabilities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 24px;max-width:540px;margin:0;padding:0;list-style:none;color:#47534e;font-size:14px}.hero-capabilities li{position:relative;padding-left:18px}.hero-capabilities li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;background:#56852e}@media(max-width:760px){.hero h1>span{gap:.5em;padding-left:.58em;font-size:clamp(13px,3.75vw,19px)}.hero-capabilities{grid-template-columns:1fr;gap:7px}}
.trust-list article{grid-template-columns:10px 1fr;gap:22px}.trust-list article>.trust-bullet{display:block;width:7px;height:7px;margin-top:6px;border-radius:50%;background:var(--signal)}
.hero h1 em{display:inline-flex;align-items:baseline;gap:.32em;white-space:nowrap}.hero h1 em strong{font-size:.76em;font-weight:500}.hero h1 em small{font:500 .3em DM Mono,monospace;letter-spacing:.01em;text-transform:uppercase}
.hero .button.primary{background:#a6cf4a}.hero .button.primary:hover{background:#b8db6d}

/* Designförfining: den blå påbudsskylten är sidans tydliga signatur.
   Grönt används återhållsamt som drift- och statussignal. */
:root{--signal:#9dcc43}
.overline{font:650 11px/1.3 Manrope,Arial,sans-serif;letter-spacing:.025em;text-transform:none}
.section{padding-block:82px}
.section-head{gap:64px;margin-bottom:44px}
.section-head h2,.showcase-head h2,.trust h2,.download h2,.about h2{font-size:clamp(38px,4vw,58px);letter-spacing:-.045em}
.hero{min-height:680px;padding-top:112px;gap:58px}
.hero h1{font-size:clamp(50px,5.2vw,74px);letter-spacing:-.052em}
.hero .button.primary{background:#244b3f;color:#fff;border-left:4px solid #1768c5}
.hero .button.primary:hover{background:#315f50}
.product-window{box-shadow:0 26px 60px rgba(7,17,15,.19)}
.signal-bar{display:none}
.capability-grid article{min-height:170px}
.showcase-head{margin-bottom:30px}
.trust h2 em{color:inherit}
.download-button{background:#244b3f;color:#fff;border-left:5px solid #1768c5}
.download-button:hover{background:#315f50}
.download-button small{color:#c6d4cf}
.about-grid{grid-template-columns:190px 1fr 360px;gap:60px}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #1768c5;outline-offset:4px}
@media(max-width:760px){.section{padding-block:58px}.section-head h2,.showcase-head h2,.trust h2,.download h2,.about h2{font-size:36px}.hero{padding-top:98px}.hero h1{font-size:clamp(42px,11.5vw,58px)}.about-grid{grid-template-columns:1fr;gap:30px}}

/* Tydligare designpass: kompakt teknisk struktur med U-WARE-blått som räls. */
.hero{grid-template-columns:minmax(400px,.88fr) minmax(560px,1.12fr);gap:42px}
.hero-copy{position:relative;padding:34px 34px 30px;background:#e3e8e1;border-left:5px solid #1768c5}
.hero-copy:after{content:"UBDM / WINDOWS / LOKAL DRIFT";position:absolute;right:20px;bottom:-22px;color:#7b8781;font:500 8px DM Mono,monospace;letter-spacing:.12em}
.hero h1{margin-top:24px}
.hero-actions{margin-bottom:30px}
.hero-facts{margin-top:0;padding:16px 0 0}
.hero-product{z-index:1;margin-left:-10px}
.section-head>div{padding-left:24px;border-left:5px solid #1768c5}
.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 48px;border:0;border-top:1px solid var(--line)}
.capability-grid article{display:grid;grid-template-columns:minmax(125px,.65fr) minmax(0,1fr);align-items:baseline;gap:22px;min-height:0;padding:24px 0;border-right:0;border-bottom:1px solid var(--line)}
.capability-grid h3{position:relative;margin:0;padding-left:18px;font-size:15px}
.capability-grid h3:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:3px;background:#1768c5}
.capability-grid p{font-size:13px;line-height:1.55}
.showcase-tabs button[aria-selected=true]:before{background:#1768c5}
.trust-lead{padding-left:24px;border-left:5px solid #1768c5}
@media(max-width:1100px){.hero{grid-template-columns:1fr}.hero-copy{max-width:780px}.hero-product{margin-left:0}.capability-grid{grid-template-columns:1fr;gap:0}}
@media(max-width:760px){.hero-copy{padding:26px 18px 24px;border-left-width:4px}.hero-copy:after{display:none}.section-head>div,.trust-lead{padding-left:17px;border-left-width:4px}.capability-grid article{grid-template-columns:1fr;gap:8px;padding:20px 0}.capability-grid h3{padding-left:16px}}
