/* KV Smartflow — Multi-page clean build (static) */
:root{
  --bg:#0b1220;
  --panel:#0f1a30;
  --card:#0f1d36;
  --ink:#e8eefc;
  --muted:#b7c4e4;
  --line:rgba(255,255,255,.10);
  --accent:#3aa0ff;
  --accent2:#6bd0ff;
  --shadow: 0 14px 40px rgba(0,0,0,.35);
  --radius: 18px;
  --radius2: 26px;
  --max: 1120px;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--ink);
  background:
    radial-gradient(1200px 700px at 10% -10%, rgba(58,160,255,.25), transparent 60%),
    radial-gradient(900px 600px at 90% 10%, rgba(107,208,255,.18), transparent 55%),
    linear-gradient(180deg, #070b14 0%, var(--bg) 40%, #050913 100%);
  letter-spacing:.2px;
}
a{color:inherit; text-decoration:none}
a:hover{opacity:.92}
.wrap{max-width:var(--max); margin:0 auto; padding:0 20px}

/* Credentials strip (badges) */
.cred-strip{
  margin-top:14px;
  border:1px solid var(--line);
  background: rgba(15,26,48,.55);
  border-radius: 18px;
  padding: 12px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.cred-strip .label{
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color: var(--muted);
  white-space:nowrap;
}
.cred-badges{display:flex; gap:10px; flex-wrap:wrap; align-items:center}
.cred-badges .badge{
  font-size:12px;
  font-weight:850;
  color: var(--ink);
  border:1px solid rgba(58,160,255,.25);
  background: linear-gradient(135deg, rgba(58,160,255,.14), rgba(107,208,255,.06));
  padding:8px 10px;
  border-radius:999px;
  line-height:1;
}
.cred-badges .badge.secondary{
  border-color: var(--line);
  background: rgba(255,255,255,.04);
  color: var(--muted);
}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,11,20,.65);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{
  display:flex; align-items:center; gap:12px; min-width: 260px;
}
.logo{
  width:44px; height:44px; border-radius:14px;
  background: linear-gradient(135deg, rgba(58,160,255,.25), rgba(107,208,255,.08));
  border:1px solid rgba(58,160,255,.25);
  display:grid; place-items:center;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
.logo svg{opacity:.95}
.brand h1{
  margin:0;
  font-size:15px; font-weight:800; letter-spacing:.9px;
  text-transform:uppercase;
  line-height:1.1;
}
.brand .sub{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-weight:600;
  letter-spacing:.3px;
  text-transform:none;
  font-size:12px;
}

.links{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
  justify-content:flex-end;
}
.links a{
  color:var(--muted);
  font-weight:800;
  font-size:13px;
  padding:8px 10px;
  border-radius:12px;
}
.links a[aria-current="page"],
.links a:hover{
  background: rgba(255,255,255,.05);
  color:var(--ink);
}

.cta{
  display:flex; gap:10px; align-items:center; flex-wrap:wrap;
  justify-content:flex-end;
}


/* Top navigation social (LinkedIn) */
.top-social{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: rgba(232,238,252,.92);
  text-decoration:none;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.top-social:hover{
  background: rgba(255,255,255,.07);
}
.top-social svg{display:block}

.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color:var(--ink);
  font-weight:900;
  font-size:13px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  white-space:nowrap;
}
.btn.primary{
  border-color: rgba(58,160,255,.35);
  background: linear-gradient(135deg, rgba(58,160,255,.22), rgba(107,208,255,.08));
}
.btn .pill{
  font-family:var(--mono);
  font-size:12px;
  color: rgba(232,238,252,.9);
  padding:4px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
}
main{padding:42px 0 20px}

/* HERO */
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:stretch;
}
.hero-card{
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    radial-gradient(800px 400px at 20% 0%, rgba(58,160,255,.18), transparent 60%);
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
  padding:34px;
  min-height: 330px;
}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(58,160,255,.28);
  background: rgba(58,160,255,.10);
  color: rgba(232,238,252,.92);
  font-weight:900;
  font-size:12px;
  letter-spacing:.4px;
}
.kicker .dot{
  width:8px; height:8px; border-radius:50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(58,160,255,.18);
}
.hero h2{
  margin:16px 0 10px;
  font-size:44px;
  line-height:1.05;
  letter-spacing:-.8px;
}
.hero h2 span{
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.hero p{
  margin:0;
  color: var(--muted);
  font-size:16px;
  line-height:1.65;
  max-width: 70ch;
}
.hero-actions{
  margin-top:18px;
  display:flex; gap:12px; flex-wrap:wrap;
  align-items:center;
}
.hero-actions .btn{padding:12px 16px; border-radius:16px; font-size:14px}
.micro{
  margin-top:16px;
  display:flex; gap:14px; flex-wrap:wrap;
  color: rgba(183,196,228,.95);
  font-size:13px;
  font-weight:800;
}
.micro a{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px;
  border:1px solid var(--line);
  border-radius:14px;
  background: rgba(0,0,0,.12);
}
.micro svg{opacity:.85}

.hero-side{
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height: 330px;
}
.side-title{
  font-weight:950;
  letter-spacing:.6px;
  text-transform:uppercase;
  font-size:12px;
  color: rgba(232,238,252,.88);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.badge{
  font-family:var(--mono);
  font-size:11px;
  padding:5px 9px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
  color: rgba(232,238,252,.88);
}
.side-list{
  margin:0; padding:0; list-style:none;
  display:grid; gap:10px;
}
.side-list li{
  border:1px solid var(--line);
  background: rgba(0,0,0,.12);
  border-radius:16px;
  padding:12px 12px;
  display:flex; gap:12px;
  align-items:flex-start;
}
.tick{
  width:26px; height:26px;
  border-radius:10px;
  border:1px solid rgba(58,160,255,.30);
  background: rgba(58,160,255,.10);
  display:grid; place-items:center;
  flex:0 0 auto;
  margin-top:1px;
}
.li-title{font-weight:950; font-size:14px; margin:0 0 4px}
.li-text{margin:0; color:var(--muted); font-size:13px; line-height:1.45}

/* SECTIONS */
section{padding:22px 0}
.section-head{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:14px; flex-wrap:wrap;
  margin:0 0 14px;
}
.section-head h3{margin:0; font-size:22px; letter-spacing:-.3px}
.section-head p{margin:0; color:var(--muted); font-weight:700; max-width: 75ch; line-height:1.5}

.grid-3{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.split{display:grid; grid-template-columns: 1fr 1fr; gap:14px}

.card{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.card .cap{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  margin-bottom:10px;
}
.cap strong{font-size:13px; letter-spacing:.6px; text-transform:uppercase; opacity:.92}
.cap .tag{
  font-family:var(--mono);
  font-size:11px;
  padding:5px 9px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
  color: rgba(232,238,252,.86);
  white-space:nowrap;
}
.card h4{margin:0 0 8px; font-size:18px}
.card ul{margin:0; padding-left:18px; color:var(--muted); line-height:1.55}
.outcome{
  margin-top:12px;
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(58,160,255,.22);
  background: rgba(58,160,255,.08);
  color: rgba(232,238,252,.92);
  font-weight:850;
  font-size:13px;
}

.callout{
  border:1px solid rgba(58,160,255,.22);
  background: linear-gradient(135deg, rgba(58,160,255,.12), rgba(255,255,255,.02));
  border-radius: var(--radius2);
  padding:22px;
  box-shadow: var(--shadow);
}
.callout h4{margin:0 0 8px; font-size:18px}
.callout p{margin:0; color:var(--muted); line-height:1.6}
.bullets{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.bullets li{
  display:flex; gap:10px; align-items:flex-start;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.12);
}

/* CTA band */
.cta-band{
  margin:18px 0 10px;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(700px 300px at 10% 10%, rgba(58,160,255,.18), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.cta-band h3{margin:0; font-size:20px}
.cta-band p{margin:4px 0 0; color:var(--muted); line-height:1.5}

/* Footer */
footer{
  border-top: 1px solid var(--line);
  padding:18px 0 26px;
  color: rgba(183,196,228,.92);
  font-size:12.5px;
}
.foot{
  display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;
  align-items:center;
}
.foot .mini{display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-left:auto; justify-content:flex-end; text-align:right}
.sep{opacity:.35}

/* Forms (Netlify) */
.form{margin-top:12px; padding-top:14px; border-top:1px solid var(--line)}
.form-grid{display:grid; gap:12px; margin-top:10px}
.field{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.16);
  color: var(--ink);
  font: inherit;
  outline:none;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}
.field::placeholder{color: rgba(183,196,228,.78)}
.field:focus{
  border-color: rgba(58,160,255,.45);
  box-shadow: 0 0 0 4px rgba(58,160,255,.14);
}
textarea.field{min-height: 140px; resize: vertical}
.help{color: rgba(183,196,228,.92); font-size:12.5px; line-height:1.5; margin:8px 0 0}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr}
  .hero h2{font-size:40px}
  .grid-3{grid-template-columns: 1fr}
  .split{grid-template-columns:1fr}
  .brand{min-width:auto}
}
@media (max-width: 520px){
  .hero-card{padding:22px}
  .hero h2{font-size:34px}
  .links{display:none}
}


/* SEO heading updates */
.hero h1{margin:16px 0 10px; font-size:44px; line-height:1.05; letter-spacing:-.8px}
.hero h1 span{background: linear-gradient(90deg, var(--accent), var(--accent2)); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent}
.section-head h1{margin:0; font-size:22px; letter-spacing:-.3px}


/* ===== Corporate refresh overrides ===== */
:root{
  --bg:#0b1220;
  --panel:#0e1930;
  --card:#0e1a32;
  --ink:#eef3ff;
  --muted:#c0c9dd;
  --line:rgba(255,255,255,.12);
  --accent:#2d7dff;
  --accent2:#5bbcff;
  --shadow: 0 10px 26px rgba(0,0,0,.28);
  --radius: 14px;
  --radius2: 18px;
  --max: 1120px;
}

/* Background: reduce "neon" feel */
body{
  background:
    radial-gradient(900px 520px at 12% -10%, rgba(45,125,255,.18), transparent 62%),
    radial-gradient(720px 520px at 92% 8%, rgba(91,188,255,.12), transparent 58%),
    linear-gradient(180deg, #070b14 0%, var(--bg) 55%, #060a14 100%);
  letter-spacing: .15px;
}

/* Nav: more corporate, tighter */
.topbar{background: rgba(7,11,20,.74)}
.nav{padding:12px 0}
.links a{font-weight:800; letter-spacing:.2px}
.links a[aria-current="page"]{border:1px solid rgba(255,255,255,.10)}

/* Logo: consistent sizing */
.logo{border-radius:12px}
.logo img{display:block; width:26px; height:26px; object-fit:contain}

/* Buttons: solid primary + clearer hover */
.btn{border-radius:12px; font-weight:900}
.btn.primary{
  background: linear-gradient(180deg, rgba(45,125,255,.95), rgba(45,125,255,.78));
  border-color: rgba(45,125,255,.65);
}
.btn.primary:hover{filter:brightness(1.03)}
.btn:hover{background: rgba(255,255,255,.06)}

/* Hero: slightly smaller headline, more professional spacing */
.hero-card{padding:32px; min-height: 320px}
.hero h1,.hero h2{font-size:42px; letter-spacing:-.6px}
.kicker{
  background: rgba(45,125,255,.10);
  border-color: rgba(45,125,255,.25);
  font-weight:900;
}
.kicker .dot{background: var(--accent); box-shadow: 0 0 0 4px rgba(45,125,255,.14)}

/* Cards: cleaner, less "glowy" */
.card{
  background: rgba(255,255,255,.035);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}
.callout{
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
  border-color: rgba(45,125,255,.18);
  box-shadow: 0 12px 28px rgba(0,0,0,.26);
}
.outcome{
  border-color: rgba(45,125,255,.20);
  background: rgba(45,125,255,.08);
}

/* Section separation: corporate rhythm */
section{padding:26px 0}
.section-head h1,.section-head h3{letter-spacing:-.25px}
.section-head p{font-weight:700}
.cta-band{
  border-color: rgba(255,255,255,.14);
  background:
    radial-gradient(600px 240px at 10% 0%, rgba(45,125,255,.14), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}

/* Footer: clearer */
footer{color: rgba(192,201,221,.92)}

/* Mobile */
@media (max-width: 980px){
  .hero h1,.hero h2{font-size:38px}
}
@media (max-width: 520px){
  .hero h1,.hero h2{font-size:32px}
}


/* Hero image (Option 2: split layout) */
.hero-grid{
  grid-template-columns: 1.05fr .95fr;
}
.hero-media{
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  overflow:hidden;
  min-height: 320px;
  display:flex;
}
.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(.95) contrast(1.02);
}
/* Key outcomes row (moved below hero) */
.outcomes-row{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:18px;
}
.outcome-card{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  padding:16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  display:flex;
  gap:12px;
  align-items:flex-start;
}
.outcome-card .tick{margin-top:2px}
.outcome-card h4{margin:0 0 4px; font-size:14px}
.outcome-card p{margin:0; color:var(--muted); font-size:13px; line-height:1.45}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-media{min-height: 260px}
  .outcomes-row{grid-template-columns:1fr}
}





/* ===== Hero Background Fade (Corporate Style) ===== */
.hero-fade{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
}





.hero-fade::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("assets/hero-landscape.png") center/cover no-repeat;
  filter:blur(2px) contrast(1.06) saturate(.95);
  transform:scale(1.05);
  z-index:0;
}








.hero-fade::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(7,11,20,.84) 0%,
    rgba(7,11,20,.74) 45%,
    rgba(7,11,20,.95) 100%
  );
  z-index:1;
}




.hero-fade .hero-content{
  position:relative;
  z-index:2;
  max-width:900px;
  padding:40px 20px;
}



.hero-fade h1{
  font-size:46px;
  margin-bottom:16px;
  line-height:1.15;
  letter-spacing:-0.5px;
}



.hero-fade p{
  font-size:18px;
  color:var(--muted);
  margin-bottom:28px;
}



@media (max-width:768px){
  .hero-fade{
    min-height:420px;
  }
  .hero-fade h1{
    font-size:34px;
  }
}

  
.hero-fade h1{
  font-size:46px;
  margin-bottom:16px;
  line-height:1.15;
  letter-spacing:-0.5px;
}

}

  

.hero-fade h1{
  font-size:46px;
  margin-bottom:16px;
  line-height:1.15;
  letter-spacing:-0.5px;
}


}


/* Hero badge (corporate) */
.hero-badge{
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 18px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(10,16,28,.55);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 26px rgba(0,0,0,.30);
  margin: 0 auto 18px;
}
.hero-badge img{
  width:52px;
  height:auto;
  display:block;
  opacity:.98;
}
.hero-badge .badge-title{
  font-weight:950;
  letter-spacing:.9px;
  font-size:12px;
  text-transform:uppercase;
  margin:0;
}
.hero-badge .badge-sub{
  margin:0;
  font-size:11px;
  color: rgba(192,201,221,.92);
  letter-spacing:.2px;
}


/* ===== Risk reduction panel (homepage right box) ===== */
.hero-media{
  padding:18px;
  align-items:stretch;
}
.risk-panel{
  width:100%;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.risk-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.risk-head strong{
  font-size:12px;
  letter-spacing:.7px;
  text-transform:uppercase;
  color: rgba(238,243,255,.92);
}
.risk-tag{
  font-family:var(--mono);
  font-size:11px;
  padding:5px 9px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
  color: rgba(238,243,255,.86);
  white-space:nowrap;
}
.risk-items{
  display:grid;
  gap:10px;
}
.risk-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
}
.risk-ico{
  width:28px;
  height:28px;
  border-radius:10px;
  border:1px solid rgba(45,125,255,.32);
  background: rgba(45,125,255,.12);
  display:grid;
  place-items:center;
  flex:0 0 auto;
  margin-top:1px;
}
.risk-title{
  font-weight:950;
  font-size:14px;
  margin:0 0 4px;
  color: rgba(238,243,255,.95);
}
.risk-text{
  color: var(--muted);
  font-size:13px;
  line-height:1.45;
}
.risk-foot{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-start;
  padding-top:2px;
}
.risk-foot .btn{
  padding:10px 12px;
}

/* ===== Refined Risk Panel (Tier‑1 Contractor Aesthetic) ===== */

.risk-panel{
  border-radius: 14px; /* reduced softness */
  border:1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  padding:20px;
}

.risk-head strong{
  font-size:12px;
  letter-spacing:1px;
  font-weight:900;
}

.risk-tag{
  background: rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.18);
}

.risk-items{
  gap:12px;
}

.risk-item{
  border-radius:10px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.22);
  padding:14px 14px;
}

.risk-ico{
  width:24px;
  height:24px;
  border-radius:8px;
  background: rgba(45,125,255,.10);
  border:1px solid rgba(45,125,255,.35);
}

.risk-title{
  font-weight:900;
  font-size:13.5px;
  margin-bottom:3px;
}

.risk-text{
  font-size:12.5px;
  line-height:1.5;
}

.risk-panel::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background: linear-gradient(180deg, rgba(45,125,255,.9), rgba(45,125,255,.4));
  border-top-left-radius:14px;
  border-bottom-left-radius:14px;
}


/* ===== Cookie Banner ===== */
.cookie-banner{
  position:fixed;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  width:min(1100px, 92%);
  background:linear-gradient(180deg, rgba(15,20,32,.98), rgba(10,14,25,.98));
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  box-shadow:0 20px 40px rgba(0,0,0,.35);
  padding:18px 20px;
  display:none;
  z-index:9999;
}

.cookie-content{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}

.cookie-content p{
  margin:0;
  font-size:14px;
  color:rgba(238,243,255,.9);
  max-width:720px;
}

.cookie-actions{
  display:flex;
  gap:12px;
}

@media (max-width:768px){
  .cookie-content{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* ===== Delivery page executive flatten ===== */
.page-delivery .split{gap:18px}
.page-delivery .grid-3{gap:22px}

.page-delivery .callout{
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.02);
  border-radius:12px;
  padding:18px;
  box-shadow:none;
}

.page-delivery .bullets{gap:8px}
.page-delivery .bullets li{
  border-radius:10px;
  border:1px solid rgba(255,255,255,.12);
  background: transparent;
  padding:10px 12px;
}

.page-delivery .card{
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.02);
  border-radius:12px;
  padding:16px;
  box-shadow:none;
}

.page-delivery .cap strong{font-size:12px; letter-spacing:.8px}
.page-delivery .cap .tag{
  border:1px solid rgba(255,255,255,.14);
  background: transparent;
}

.page-delivery .card h4{font-size:17px; margin-bottom:8px}
.page-delivery .card ul{color: rgba(238,243,255,.78)}

.page-delivery .outcome{
  margin-top:10px;
  padding:0;
  border:0;
  background: transparent;
  border-radius:0;
  color: rgba(238,243,255,.78);
  font-weight:700;
  font-size:13px;
}

/* Reduce CTA band weight on delivery page */
.page-delivery .cta-band{
  box-shadow:none;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.14);
}


/* ===== KV Floating Social Bar (Premium) ===== */
.kv-float-social{
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;

  display: flex;
  flex-direction: column;
  gap: 10px;

  padding: 10px;
  border-radius: 16px;

  background: rgba(15, 29, 54, 0.72);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 12px 34px rgba(0,0,0,0.28);
}

/* subtle accent frame */
.kv-float-social::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: 17px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(58,160,255,0.65), rgba(107,208,255,0.25), rgba(255,255,255,0.08));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events:none;
  opacity: .9;
}

.kv-social-link{
  position: relative;
  width: 44px;
  height: 44px;

  display: grid;
  place-items: center;

  border-radius: 13px;
  text-decoration: none;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);

  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.kv-social-link svg{ fill: rgba(232,238,252,0.95); }

.kv-social-link:hover{
  transform: translateY(-1px);
  background: rgba(58,160,255,0.14);
  border-color: rgba(58,160,255,0.35);
}

.kv-social-link:focus-visible{
  outline: 2px solid rgba(107,208,255,0.65);
  outline-offset: 2px;
}

.kv-social-tip{
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);

  padding: 7px 10px;
  border-radius: 10px;

  font-size: 12px;
  letter-spacing: 0.2px;
  color: rgba(232,238,252,0.95);

  background: rgba(15, 29, 54, 0.92);
  border: 1px solid rgba(255,255,255,0.12);

  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.kv-social-link:hover .kv-social-tip,
.kv-social-link:focus-visible .kv-social-tip{
  opacity: 1;
  transform: translateY(-50%) translateX(-2px);
}

@media (prefers-reduced-motion: reduce){
  .kv-social-link,
  .kv-social-tip{ transition:none !important; }
}

/* Mobile: dock bottom-right in a row */
@media (max-width: 720px){
  .kv-float-social{
    top: auto;
    bottom: 14px;
    right: 14px;
    transform: none;
    flex-direction: row;
    padding: 10px 12px;
  }
  .kv-social-tip{ display: none; }
}

/* Print: hide */
@media print{
  .kv-float-social{ display:none !important; }
}

