/* Bronjen public shell — shared across every public page. */
:root{
  --g:#1fae7a;--bg:#0b0d0c;--s1:#121514;--s2:#171b19;
  --br:#232827;--br2:#2c3230;--tx:#e9ece9;--mt:#8a938e;
  --ff:'Manrope',-apple-system,BlinkMacSystemFont,sans-serif;
  --fh:'General Sans',-apple-system,BlinkMacSystemFont,sans-serif;
  --fm:'IBM Plex Mono',ui-monospace,'SF Mono',monospace;
  --rr:8px;
}
html,body{min-height:100%;}
body{min-height:100vh;margin:0;display:flex;flex-direction:column;background:var(--bg);color:var(--tx);}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}

/* Shared header */
.site-header{position:sticky;top:0;z-index:100;width:100%;height:52px;background:rgba(11,13,12,.97);border-bottom:1px solid var(--br);}
.site-header-inner{width:min(1180px,calc(100% - 44px));height:52px;margin:0 auto;display:flex;align-items:center;}
.site-header .brand,.site-header .brand span{font-family:var(--fh)!important;}
.site-header .brand{display:flex;align-items:center;gap:5px;color:#fff;font-size:18px;font-weight:800;letter-spacing:-.04em;line-height:1;}
.site-header .brand svg{width:26px;height:26px;display:block;flex:0 0 auto;}
.site-header .main-nav{display:flex;align-items:center;gap:22px;margin-left:36px;}
.site-header .main-nav a{font-family:var(--ff)!important;font-size:11.5px;font-weight:600;color:var(--mt);line-height:1;white-space:nowrap;}
.site-header .main-nav a:hover,.site-header .main-nav a:focus-visible{color:#fff;}
.site-header .nav-cta{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 12px;border:1px solid var(--br2);border-radius:var(--rr);font-family:var(--ff)!important;font-size:10.5px;font-weight:700;color:var(--tx);white-space:nowrap;}
.site-header .nav-cta:hover,.site-header .nav-cta:focus-visible{border-color:rgba(31,174,122,.45);color:var(--g);}

/* Index shell: full-width header/footer, constrained content. */
.wrap{width:100%!important;max-width:none!important;min-height:100vh;display:flex;flex-direction:column;}
.wrap>main,body>main{width:100%;flex:1;display:block;}
.wrap>main>.hero,body>main>.hero,
.wrap>main>.launch,body>main>.launch,
.wrap>main>.section,body>main>.section,
.wrap>main>.info,body>main>.info{width:min(1180px,calc(100% - 44px));margin-left:auto;margin-right:auto;}
.wrap>main>.hero{border-bottom:1px solid var(--br);}
.wrap>main>.info{margin-top:0;}

/* Shared content pages */
.site-content{width:min(1080px,calc(100% - 44px));margin:0 auto;padding:42px 0 62px;flex:1;}
.site-content .eyebrow{font-family:var(--fm)!important;font-size:9px;color:var(--g);margin:0 0 12px;letter-spacing:.04em;}
.site-content .title{font-family:var(--fh)!important;font-size:clamp(36px,6vw,54px);font-weight:800;line-height:1.02;letter-spacing:-.04em;color:#fff;margin:0 0 14px;}
.site-content .lead{font-family:var(--ff)!important;max-width:720px;color:var(--mt);font-size:13px;line-height:1.8;margin:0;}
.site-content .rule{border-top:1px solid var(--br);margin:40px 0;}
.site-content .grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--br);}
.site-content .row{padding:24px 0;border-bottom:1px solid var(--br);}
.site-content .row:nth-child(odd){padding-right:34px;border-right:1px solid var(--br);}
.site-content .row:nth-child(even){padding-left:34px;}
.site-content .row h2{font-family:var(--ff)!important;font-size:14px;font-weight:700;color:#fff;margin:0 0 7px;}
.site-content .row p{font-family:var(--ff)!important;font-size:11px;color:var(--mt);line-height:1.8;margin:0;}
.site-content code{font-family:var(--fm)!important;color:var(--tx);}

/* Shared footer */
.site-footer{width:100%;margin-top:auto;border-top:1px solid var(--br);padding:30px 0 22px;background:var(--bg);}
.site-footer-inner{width:min(1180px,calc(100% - 44px));margin:0 auto;display:grid;grid-template-columns:1fr auto;column-gap:60px;row-gap:22px;}
.site-footer-brand{max-width:520px;}
.site-footer .footer-logo{display:inline-flex;align-items:center;gap:7px;color:#fff;}
.site-footer .footer-logo svg{width:25px;height:25px;display:block;}
.site-footer .footer-logo span{font-family:var(--fh)!important;font-size:18px;font-weight:800;letter-spacing:-.04em;line-height:1;}
.site-footer-brand p{font-family:var(--ff)!important;margin:10px 0 0;font-size:10.5px;line-height:1.7;color:var(--mt);max-width:470px;}
.site-footer .footer-links{display:flex;align-items:flex-start;justify-content:flex-end;gap:18px;flex-wrap:wrap;padding-top:3px;}
.site-footer .footer-links a{font-family:var(--ff)!important;font-size:10px;font-weight:600;color:var(--mt);white-space:nowrap;}
.site-footer .footer-links a:hover,.site-footer .footer-links a:focus-visible{color:#fff;}
.site-footer .footer-bottom{grid-column:1 / -1;display:flex;justify-content:space-between;gap:20px;padding-top:15px;border-top:1px solid var(--br);font-family:var(--fm)!important;font-size:8px;color:var(--mt);}

@media(max-width:760px){
  .site-header-inner,.site-footer-inner{width:min(100% - 28px,1180px);}
  .site-header .main-nav{gap:14px;margin-left:22px;}
  .site-header .main-nav a:nth-child(3),.site-header .main-nav a:nth-child(4){display:none;}
  .site-header .nav-cta{height:30px;padding:0 10px;font-size:9.5px;}
  .site-content{width:min(100% - 28px,1080px);padding-top:34px;}
  .site-content .grid{grid-template-columns:1fr;}
  .site-content .row:nth-child(odd){padding-right:0;border-right:0;}
  .site-content .row:nth-child(even){padding-left:0;}
  .site-footer-inner{grid-template-columns:1fr;row-gap:18px;}
  .site-footer .footer-links{justify-content:flex-start;padding-top:0;gap:14px 18px;}
  .site-footer .footer-bottom{flex-direction:column;gap:5px;}
  .wrap>main>.hero,.wrap>main>.launch,.wrap>main>.section,.wrap>main>.info{width:min(100% - 28px,1180px);}
}
