/* Public Krovio site — premium editorial system */

body.krovio-public,
body.home{
  background:#F8FAFD;
}

.k-site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(248,250,253,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(21,26,36,.06);
}
.k-header-inner{
  max-width:1460px;
  height:80px;
  margin:0 auto;
  padding:0 34px;
  display:grid;
  grid-template-columns:220px 1fr auto;
  align-items:center;
  gap:28px;
}
.k-brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:850;
  letter-spacing:-.04em;
}
.k-brand-mark{
  width:32px;
  height:32px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:var(--k-dark);
  color:#fff;
  font-size:15px;
}
.k-brand-word{font-size:25px}
.k-main-nav{
  display:flex;
  justify-content:center;
  gap:34px;
  font-size:13px;
  font-weight:650;
  color:#4B5565;
}
.k-main-nav a:hover{color:var(--k-ink)}
.k-header-actions{
  display:flex;
  align-items:center;
  gap:14px;
}
.k-header-login{
  font-size:13px;
  font-weight:700;
  color:#3B4453;
}
.k-header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:12px;
  background:var(--k-dark);
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.k-mobile-nav{display:none}

.k-home{
  max-width:1460px;
  margin:0 auto;
  padding:0 34px 72px;
}

/* HERO */
.k-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(500px,.95fr);
  gap:72px;
  align-items:center;
  min-height:760px;
  padding:72px 0 84px;
}
.k-overline{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-weight:800;
  color:#738097;
}
.k-overline::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--k-blue);
}
.k-overline.light{color:rgba(255,255,255,.6)}
.k-overline.light::before{background:#8FA8FF}
.k-hero h1{
  margin:20px 0 26px;
  max-width:840px;
  font-size:72px;
  line-height:.97;
  letter-spacing:-.068em;
  font-weight:820;
}
.k-hero h1 span{color:var(--k-blue)}
.k-lead{
  max-width:700px;
  margin:0;
  font-size:18px;
  line-height:1.65;
  color:#5B6676;
}
.k-hero-actions{
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:30px;
}
.k-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  border-radius:13px;
  font-size:13px;
  font-weight:800;
}
.k-btn-primary{
  padding:0 20px;
  background:var(--k-dark);
  color:#fff;
  box-shadow:0 12px 30px rgba(21,27,39,.16);
}
.k-btn-text{
  gap:12px;
  color:#344054;
}
.k-btn-text span{font-size:18px}
.k-hero-meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin-top:48px;
  padding-top:24px;
  border-top:1px solid var(--k-line);
}
.k-hero-meta strong{
  display:block;
  font-size:12px;
}
.k-hero-meta span{
  display:block;
  margin-top:4px;
  font-size:11px;
  line-height:1.45;
  color:var(--k-muted);
}

/* Architecture image */
.k-hero-media{
  position:relative;
  min-height:620px;
}
.k-building-photo{
  position:absolute;
  inset:0 34px 0 0;
  border-radius:30px;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(14,24,39,.05),rgba(14,24,39,.12)),
    url('https://images.unsplash.com/photo-1745611473864-d6ef5f53afbd?auto=format&fit=crop&fm=jpg&q=84&w=1800') center/cover no-repeat;
  box-shadow:var(--k-shadow-lg);
}
.k-status-float,
.k-finance-float{
  position:absolute;
  z-index:3;
  background:#fff;
  border:1px solid rgba(229,235,244,.9);
  box-shadow:0 24px 60px rgba(20,35,66,.14);
}
.k-status-float{
  left:-34px;
  bottom:54px;
  width:330px;
  padding:18px;
  border-radius:18px;
  display:grid;
  grid-template-columns:12px 1fr auto;
  gap:12px;
  align-items:center;
}
.k-status-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--k-coral);
}
.k-status-float span,
.k-finance-float span{
  display:block;
  font-size:10px;
  color:var(--k-muted);
}
.k-status-float strong,
.k-finance-float strong{
  display:block;
  margin-top:3px;
  font-size:14px;
}
.k-status-float b{
  font-size:10px;
  color:var(--k-blue);
}
.k-finance-float{
  right:0;
  top:54px;
  width:210px;
  padding:18px;
  border-radius:18px;
}
.k-finance-float strong{
  font-size:24px;
  letter-spacing:-.04em;
}
.k-progress{
  height:5px;
  margin-top:12px;
  overflow:hidden;
  border-radius:99px;
  background:#EEF2F7;
}
.k-progress i{
  display:block;
  height:100%;
  background:var(--k-blue);
  border-radius:99px;
}

/* Integrations */
.k-integrations{
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:48px;
  align-items:center;
  padding:26px 0 32px;
  border-top:1px solid var(--k-line);
  border-bottom:1px solid var(--k-line);
}
.k-integrations-copy strong{
  display:block;
  max-width:460px;
  margin-top:8px;
  font-size:18px;
  line-height:1.35;
  letter-spacing:-.025em;
}
.k-logo-row{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
}
.k-logo-item{
  display:flex;
  align-items:center;
  gap:9px;
  color:#475467;
  font-size:12px;
  font-weight:650;
}
.k-logo-item img{
  width:25px;
  height:25px;
  object-fit:contain;
}
.k-wordmark{
  display:grid;
  place-items:center;
  min-width:28px;
  height:28px;
  padding:0 6px;
  border-radius:7px;
  font-size:8px;
  font-weight:900;
  letter-spacing:.03em;
}
.k-wordmark.bank{background:#E8F2FF;color:#175CD3}
.k-wordmark.dmss{background:#FFF0EE;color:#C4320A}
.k-wordmark.nfc{background:#F0ECFF;color:#6941C6}

/* Editorial */
.k-editorial{
  display:grid;
  grid-template-columns:1.1fr .7fr;
  gap:90px;
  align-items:end;
  padding:124px 0 58px;
}
.k-editorial-heading h2{
  max-width:850px;
  margin:15px 0 0;
  font-size:62px;
  line-height:1.01;
  letter-spacing:-.06em;
}
.k-editorial-copy p{
  margin:0;
  max-width:520px;
  font-size:17px;
  line-height:1.75;
  color:var(--k-muted);
}

/* Product story */
.k-product-story{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(330px,.55fr);
  gap:64px;
  align-items:start;
}
.k-product-screen{
  border-radius:28px;
  background:#fff;
  border:1px solid var(--k-line);
  box-shadow:var(--k-shadow-lg);
  overflow:hidden;
}
.k-screen-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 22px;
  border-bottom:1px solid var(--k-line);
}
.k-screen-top span{
  display:block;
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#8A94A6;
}
.k-screen-top strong{
  display:block;
  margin-top:4px;
  font-size:15px;
}
.k-avatar{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--k-dark);
  color:#fff;
  font-size:11px;
  font-weight:800;
}
.k-screen-main{
  display:grid;
  grid-template-columns:150px 1fr;
  min-height:480px;
}
.k-screen-sidebar{
  padding:20px 14px;
  border-right:1px solid var(--k-line);
  background:#FBFCFE;
}
.k-screen-sidebar span{
  display:block;
  padding:10px 12px;
  margin-bottom:4px;
  border-radius:9px;
  font-size:11px;
  font-weight:650;
  color:#748094;
}
.k-screen-sidebar span.active{
  background:var(--k-blue-soft);
  color:var(--k-blue);
}
.k-screen-content{padding:26px}
.k-screen-title{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
}
.k-screen-title small{
  color:#8993A3;
  font-size:10px;
}
.k-screen-title h3{
  margin:3px 0 3px;
  font-size:30px;
  letter-spacing:-.05em;
}
.k-screen-title p{
  margin:0;
  font-size:12px;
  color:var(--k-muted);
}
.k-screen-title button{
  border:0;
  padding:10px 13px;
  border-radius:10px;
  background:var(--k-dark);
  color:#fff;
  font-size:10px;
  font-weight:750;
}
.k-screen-summary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:26px;
}
.k-screen-summary>div{
  padding:16px;
  border-radius:16px;
  background:var(--k-surface-soft);
}
.k-screen-summary span,
.k-screen-summary small{
  display:block;
  font-size:9px;
  color:#8490A3;
}
.k-screen-summary strong{
  display:block;
  margin:7px 0 4px;
  font-size:24px;
  letter-spacing:-.04em;
}
.k-task-list{
  margin-top:16px;
  border-top:1px solid var(--k-line);
}
.k-task-row{
  display:grid;
  grid-template-columns:10px 1fr auto;
  gap:12px;
  align-items:center;
  padding:16px 4px;
  border-bottom:1px solid var(--k-line);
}
.k-task-row i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--k-blue);
}
.k-task-row.urgent i{background:var(--k-coral)}
.k-task-row strong{
  display:block;
  font-size:12px;
}
.k-task-row span{
  display:block;
  margin-top:3px;
  font-size:10px;
  color:var(--k-muted);
}
.k-task-row b{
  font-size:9px;
  color:#7B8698;
}
.k-story-copy{
  padding-top:16px;
}
.k-story-step{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:16px;
  padding:28px 0;
  border-bottom:1px solid var(--k-line);
}
.k-story-step:first-child{padding-top:0}
.k-story-step>span{
  font-size:10px;
  font-weight:800;
  color:var(--k-blue);
}
.k-story-step h3{
  margin:0 0 8px;
  font-size:23px;
  line-height:1.15;
  letter-spacing:-.035em;
}
.k-story-step p{
  margin:0;
  font-size:13px;
  line-height:1.65;
  color:var(--k-muted);
}

/* Photo + systems */
.k-photo-section{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:74px;
  align-items:center;
  padding:132px 0;
}
.k-photo-copy h2{
  margin:14px 0 18px;
  font-size:54px;
  line-height:1.03;
  letter-spacing:-.055em;
}
.k-photo-copy>p{
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:var(--k-muted);
}
.k-photo-copy ul{
  list-style:none;
  margin:34px 0 0;
  padding:0;
}
.k-photo-copy li{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:12px;
  padding:14px 0;
  border-bottom:1px solid var(--k-line);
  font-size:13px;
  font-weight:650;
}
.k-photo-copy li span{
  font-size:9px;
  color:#8A94A6;
}
.k-photo-frame{
  min-height:580px;
  border-radius:30px;
  overflow:hidden;
  position:relative;
  background:
    linear-gradient(180deg,rgba(8,17,29,.02),rgba(8,17,29,.18)),
    url('https://images.unsplash.com/photo-1768638687896-35bde623d532?auto=format&fit=crop&fm=jpg&q=82&w=1800') center/cover no-repeat;
  box-shadow:var(--k-shadow-lg);
}
.k-photo-label{
  position:absolute;
  left:24px;
  bottom:24px;
  min-width:220px;
  padding:16px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
}
.k-photo-label span{
  display:block;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#7B8698;
}
.k-photo-label strong{
  display:block;
  margin-top:4px;
  font-size:14px;
}

/* Residents */
.k-resident-section{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:72px;
  padding:110px 0;
  border-top:1px solid var(--k-line);
}
.k-resident-intro h2{
  margin:14px 0 18px;
  font-size:54px;
  line-height:1.03;
  letter-spacing:-.055em;
}
.k-resident-intro p{
  margin:0;
  max-width:560px;
  font-size:16px;
  line-height:1.7;
  color:var(--k-muted);
}
.k-resident-list{
  border-top:1px solid var(--k-line);
}
.k-resident-list>div{
  display:grid;
  grid-template-columns:100px 200px 1fr;
  gap:22px;
  align-items:center;
  padding:24px 0;
  border-bottom:1px solid var(--k-line);
}
.k-resident-list span{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
  color:var(--k-blue);
}
.k-resident-list strong{
  font-size:15px;
}
.k-resident-list p{
  margin:0;
  font-size:12px;
  line-height:1.6;
  color:var(--k-muted);
}

/* How */
.k-how{
  padding:110px 0 128px;
}
.k-how-head{
  max-width:820px;
}
.k-how-head h2{
  margin:14px 0 0;
  font-size:56px;
  line-height:1.02;
  letter-spacing:-.06em;
}
.k-how-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:54px;
  border-top:1px solid var(--k-line);
}
.k-how-steps>div{
  padding:24px 28px 10px 0;
  border-right:1px solid var(--k-line);
}
.k-how-steps>div+div{padding-left:28px}
.k-how-steps>div:last-child{border-right:0}
.k-how-steps span{
  font-size:10px;
  font-weight:800;
  color:#8893A5;
}
.k-how-steps strong{
  display:block;
  margin-top:42px;
  font-size:17px;
}
.k-how-steps p{
  margin:7px 0 0;
  font-size:12px;
  line-height:1.55;
  color:var(--k-muted);
}

/* Final CTA */
.k-final-cta{
  display:grid;
  grid-template-columns:1fr auto;
  gap:50px;
  align-items:end;
  padding:46px;
  border-radius:30px;
  background:var(--k-dark);
  color:#fff;
}
.k-final-cta h2{
  margin:16px 0 12px;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-.055em;
}
.k-final-cta p{
  margin:0;
  max-width:660px;
  font-size:14px;
  line-height:1.65;
  color:rgba(255,255,255,.68);
}
.k-final-buttons{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:16px;
}
.k-btn-light{
  padding:0 20px;
  background:#fff;
  color:var(--k-dark);
}
.k-final-link{
  font-size:11px;
  color:rgba(255,255,255,.7);
}

/* Footer */
.k-site-footer{
  max-width:1460px;
  margin:0 auto;
  padding:0 34px 34px;
}
.k-footer-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  padding:42px 0 30px;
  border-top:1px solid var(--k-line);
}
.k-footer-brand p{
  max-width:420px;
  margin:14px 0 0;
  font-size:12px;
  line-height:1.65;
  color:var(--k-muted);
}
.k-footer-nav{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.k-footer-nav strong{
  display:block;
  margin-bottom:14px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#8A94A6;
}
.k-footer-nav a{
  display:block;
  margin:9px 0;
  font-size:12px;
  color:#4B5565;
}
.k-footer-bottom{
  display:flex;
  justify-content:space-between;
  padding-top:18px;
  border-top:1px solid var(--k-line);
  font-size:10px;
  color:#8A94A6;
}

/* Basic pages / 404 */
.kr-basic-page{padding:80px 0 120px}
.kr-basic-page h1{font-size:48px;letter-spacing:-.05em}
.kr-basic-page p{color:var(--k-muted);line-height:1.7}

/* Auth + onboarding kept consistent with public identity */
.auth-shell{
  min-height:100vh;
  display:grid;
  grid-template-rows:auto 1fr auto;
  place-items:center;
  padding:28px;
  background:var(--k-bg);
}
.auth-shell>.auth-logo{justify-self:start;align-self:start}
.auth-logo{
  font-size:24px;
  font-weight:850;
  letter-spacing:-.04em;
}
.auth-card{
  width:min(100%,520px);
  background:#fff;
  border:1px solid var(--k-line);
  border-radius:24px;
  padding:32px;
  box-shadow:var(--k-shadow);
}
.auth-kicker{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:850;
  color:var(--k-blue);
}
.auth-card h1,.setup-main h1{
  font-size:34px;
  letter-spacing:-.045em;
  margin:8px 0 24px;
}
.auth-intro,.setup-intro{
  font-size:13px;
  line-height:1.6;
  color:var(--k-muted);
  margin:-10px 0 24px;
}
.auth-form label,.setup-form label{display:block;margin-bottom:15px}
.auth-form label>span,.setup-form label>span{
  display:block;
  font-size:11px;
  font-weight:750;
  margin-bottom:7px;
}
.auth-form input,.auth-form select,.setup-form input,.setup-form select{
  width:100%;
  height:47px;
  border:1px solid #D8E3F1;
  border-radius:11px;
  padding:0 13px;
  background:#fff;
  color:var(--k-ink);
  outline:none;
}
.auth-form input:focus,.setup-form input:focus{
  border-color:var(--k-blue);
  box-shadow:0 0 0 3px rgba(40,107,255,.08);
}
.auth-submit{
  width:100%;
  height:49px;
  border:0;
  border-radius:12px;
  background:var(--k-dark);
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.auth-grid.three{grid-template-columns:repeat(3,1fr)}
.auth-check{display:flex!important;gap:8px;align-items:flex-start}
.auth-check input{width:17px!important;height:17px!important;margin-top:1px}
.auth-check span{font-weight:500!important;color:var(--k-muted);line-height:1.4}
.auth-links{display:flex;justify-content:space-between;gap:14px;margin-top:18px;font-size:10px;color:var(--k-muted)}
.auth-links a,.auth-manager a{color:var(--k-blue);font-weight:750}
.auth-links.center{justify-content:center}
.auth-manager{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid var(--k-line);
  text-align:center;
  font-size:10px;
  color:var(--k-muted);
}
.auth-notice,.auth-error{
  padding:11px 13px;
  border-radius:11px;
  font-size:11px;
  line-height:1.4;
  margin-bottom:16px;
}
.auth-notice{background:var(--k-green-soft);color:#17763B}
.auth-error{background:var(--k-red-soft);color:#A82A22}
.auth-help{
  margin-top:18px;
  background:var(--k-surface-soft);
  border-radius:14px;
  padding:13px;
}
.auth-help strong{display:block;font-size:11px}
.auth-help span{display:block;color:var(--k-muted);font-size:10px;line-height:1.4;margin-top:4px}
.auth-foot{font-size:10px;color:var(--k-muted)}

.setup-shell{min-height:100vh;background:var(--k-bg)}
.setup-head{
  height:76px;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--k-line);
}
.setup-skip{font-size:11px;color:var(--k-blue);font-weight:750}
.setup-layout{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  max-width:1180px;
  margin:0 auto;
  padding:52px 28px;
  gap:70px;
}
.setup-title{font-size:12px;font-weight:800;margin-bottom:20px}
.setup-step{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 0;
  color:var(--k-muted);
  font-size:11px;
  font-weight:700;
}
.setup-step b{
  width:28px;
  height:28px;
  border-radius:9px;
  border:1px solid var(--k-line);
  display:grid;
  place-items:center;
}
.setup-step.active{color:var(--k-ink)}
.setup-step.active b{background:var(--k-dark);color:#fff;border-color:var(--k-dark)}
.setup-step.done b{background:var(--k-green-soft);color:var(--k-green);border-color:#D6F0DF}
.setup-main{max-width:700px}
.setup-form{
  background:#fff;
  border:1px solid var(--k-line);
  border-radius:22px;
  padding:24px;
  box-shadow:var(--k-shadow);
}
.setup-existing{margin-top:28px}
.setup-section-title{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:850;
  color:var(--k-muted);
  margin-bottom:10px;
}
.setup-building{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  background:#fff;
  border:1px solid var(--k-line);
  border-radius:14px;
  padding:14px 16px;
  margin-bottom:8px;
}
.setup-building strong{display:block;font-size:12px}
.setup-building small{display:block;font-size:9px;color:var(--k-muted);margin-top:3px}
.setup-building a{font-size:10px;font-weight:750;color:var(--k-blue)}
.setup-state{font-size:9px;color:var(--k-muted)}
.code-list{
  background:#fff;
  border:1px solid var(--k-line);
  border-radius:18px;
  padding:0 18px;
  box-shadow:var(--k-shadow);
}
.code-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  padding:14px 0;
  border-bottom:1px solid var(--k-line);
}
.code-row:last-child{border-bottom:0}
.code-row strong{display:block;font-size:12px}
.code-row small{display:block;font-size:9px;color:var(--k-muted);margin-top:3px}
.code-row code{
  font-size:12px;
  font-weight:850;
  letter-spacing:.06em;
  background:#F2F4F7;
  padding:8px 10px;
  border-radius:9px;
}

/* Responsive */
@media(max-width:1120px){
  .k-header-inner{grid-template-columns:200px 1fr auto}
  .k-main-nav{gap:22px}
  .k-home{padding-inline:22px}
  .k-hero{
    grid-template-columns:1fr;
    min-height:0;
    gap:42px;
    padding-top:48px;
  }
  .k-hero h1{max-width:900px}
  .k-hero-media{min-height:650px}
  .k-building-photo{inset:0 60px 0 60px}
  .k-status-float{left:20px}
  .k-finance-float{right:20px}
  .k-integrations{grid-template-columns:1fr;gap:20px}
  .k-logo-row{justify-content:flex-start}
  .k-editorial{grid-template-columns:1fr;gap:22px}
  .k-product-story{grid-template-columns:1fr;gap:42px}
  .k-story-copy{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
  .k-story-step{display:block;border-bottom:0;border-top:1px solid var(--k-line)}
  .k-photo-section{grid-template-columns:1fr;gap:42px}
  .k-resident-section{grid-template-columns:1fr;gap:42px}
  .k-final-cta{grid-template-columns:1fr}
  .k-final-buttons{align-items:flex-start}
  .k-footer-inner{grid-template-columns:1fr;gap:34px}
}
@media(max-width:860px){
  .k-header-inner{
    height:72px;
    grid-template-columns:1fr auto;
    padding-inline:18px;
  }
  .k-main-nav{display:none}
  .k-mobile-nav{
    display:flex;
    gap:8px;
    overflow:auto;
    padding:0 18px 12px;
  }
  .k-mobile-nav a{
    flex:0 0 auto;
    padding:8px 11px;
    border-radius:999px;
    border:1px solid var(--k-line);
    background:#fff;
    font-size:10px;
    font-weight:700;
    color:#4B5565;
  }
  .k-home{padding-inline:18px}
  .k-hero h1{font-size:56px}
  .k-hero-meta{grid-template-columns:1fr}
  .k-hero-media{min-height:560px}
  .k-building-photo{inset:0 18px}
  .k-status-float{left:0;bottom:28px}
  .k-finance-float{right:0;top:24px}
  .k-editorial-heading h2,.k-how-head h2{font-size:46px}
  .k-photo-copy h2,.k-resident-intro h2{font-size:44px}
  .k-screen-main{grid-template-columns:1fr}
  .k-screen-sidebar{display:none}
  .k-story-copy{grid-template-columns:1fr}
  .k-how-steps{grid-template-columns:1fr 1fr}
  .k-how-steps>div{border-right:0;border-bottom:1px solid var(--k-line);padding:22px 20px 22px 0}
  .k-how-steps>div+div{padding-left:0}
  .k-resident-list>div{grid-template-columns:90px 160px 1fr}
  .k-footer-nav{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .k-brand-word{font-size:22px}
  .k-header-login{display:none}
  .k-header-cta{min-height:38px;padding:0 13px;font-size:11px}
  .k-home{padding-inline:14px;padding-bottom:42px}
  .k-hero{padding:28px 0 52px;gap:28px}
  .k-hero h1{font-size:42px;line-height:.99;margin:15px 0 18px}
  .k-lead{font-size:15px;line-height:1.58}
  .k-hero-actions{display:grid;gap:8px}
  .k-btn{width:100%}
  .k-btn-text{justify-content:flex-start}
  .k-hero-media{min-height:480px}
  .k-building-photo{inset:0;border-radius:22px}
  .k-status-float{
    left:10px;
    right:10px;
    bottom:12px;
    width:auto;
  }
  .k-finance-float{
    top:12px;
    right:12px;
    width:175px;
  }
  .k-integrations{padding:22px 0}
  .k-logo-row{
    overflow:auto;
    flex-wrap:nowrap;
    justify-content:flex-start;
    padding-bottom:2px;
  }
  .k-logo-item{flex:0 0 auto}
  .k-editorial{padding:78px 0 40px}
  .k-editorial-heading h2{font-size:38px}
  .k-editorial-copy p{font-size:15px}
  .k-product-screen{border-radius:20px}
  .k-screen-top{padding:16px}
  .k-screen-content{padding:18px}
  .k-screen-title h3{font-size:26px}
  .k-screen-title button{display:none}
  .k-screen-summary{grid-template-columns:1fr 1fr}
  .k-screen-summary>div:last-child{grid-column:span 2}
  .k-photo-section{padding:82px 0}
  .k-photo-copy h2,.k-resident-intro h2{font-size:36px}
  .k-photo-frame{min-height:420px;border-radius:22px}
  .k-resident-section{padding:80px 0}
  .k-resident-list>div{
    grid-template-columns:1fr;
    gap:6px;
  }
  .k-how{padding:78px 0 90px}
  .k-how-head h2{font-size:38px}
  .k-how-steps{grid-template-columns:1fr}
  .k-how-steps>div{padding:20px 0}
  .k-how-steps strong{margin-top:26px}
  .k-final-cta{padding:24px;border-radius:22px}
  .k-final-cta h2{font-size:36px}
  .k-final-buttons{width:100%}
  .k-site-footer{padding:0 14px 24px}
  .k-footer-nav{grid-template-columns:1fr}
  .k-footer-bottom{display:block}
  .k-footer-bottom span{display:block;margin-top:5px}

  .auth-shell{padding:16px}
  .auth-card{padding:22px;border-radius:20px}
  .auth-grid,.auth-grid.three{grid-template-columns:1fr}
  .auth-links{display:block}
  .auth-links>*{display:block;margin-top:8px}
  .setup-layout{grid-template-columns:1fr;padding:24px 14px;gap:20px}
  .setup-steps{display:flex;gap:7px;overflow:auto}
  .setup-title{display:none}
  .setup-step{flex:0 0 auto;background:#fff;padding:7px 9px;border-radius:10px}
  .setup-step b{width:22px;height:22px}
  .setup-step span{font-size:9px}
}
@media print{
  .setup-head,.setup-steps,.auth-submit{display:none!important}
  .setup-layout{display:block;padding:0}
  .code-row{break-inside:avoid}
}
