:root{
  --kb-navy:#071A2B; --kb-navy-2:#06111E; --kb-green:#2D7D00; --kb-green-2:#206300;
  --kb-green-soft:#EAF6E7; --kb-blue:#2563EB; --kb-orange:#C2410C;
  --kb-text:#111827; --kb-muted:#5F6B7A; --kb-surface:#F6F8FA; --kb-border:#D9E2EA; --kb-white:#fff;
  --kb-radius:22px; --kb-shadow:0 18px 50px rgba(7,26,43,.12); --kb-max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.kbv2-body{margin:0;background:#fff;color:var(--kb-text);font-family:Manrope,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.kbv2-page a{color:inherit;text-decoration:none}.kbv2-page img{max-width:100%;height:auto;display:block}.kbv2-wrap{max-width:var(--kb-max);margin:0 auto;padding:0 24px}.kbv2-section{padding:86px 0}.kbv2-section.soft{background:var(--kb-surface)}.kbv2-section.compact{padding:64px 0}.kbv2-center{text-align:center}.kbv2-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--kb-green-soft);color:var(--kb-green);border:1px solid rgba(45,125,0,.16);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.kbv2-eyebrow.dark{background:rgba(45,125,0,.92);color:#fff;border:0}.kbv2-h1,.kbv2-h2,.kbv2-h3{margin:0;color:var(--kb-text);letter-spacing:-.045em;line-height:1.06}.kbv2-h1{font-size:clamp(40px,5.1vw,70px);font-weight:900}.kbv2-h2{font-size:clamp(30px,3.2vw,46px);font-weight:900}.kbv2-h3{font-size:22px;font-weight:900;letter-spacing:-.025em}.kbv2-lead{font-size:19px;color:var(--kb-muted);max-width:760px}.kbv2-p{font-size:16.5px;color:var(--kb-muted);margin:0}.kbv2-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--kb-green);color:#fff!important;border:0;border-radius:12px;padding:16px 22px;font-weight:900;font-size:15px;line-height:1;box-shadow:0 12px 24px rgba(45,125,0,.20);transition:transform .18s ease, background .18s ease;cursor:pointer}.kbv2-btn:hover{background:var(--kb-green-2);transform:translateY(-1px)}.kbv2-btn.secondary{background:#fff;color:var(--kb-navy)!important;border:1px solid rgba(255,255,255,.35);box-shadow:none}.kbv2-btn.light{background:#fff;color:var(--kb-navy)!important;border:1px solid var(--kb-border);box-shadow:none}.kbv2-skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.kbv2-skip:focus{left:20px;top:20px;width:auto;height:auto;background:#fff;color:#000;z-index:99999;padding:10px 14px;border-radius:8px}
/* Header */
.kbv2-header{position:sticky;top:0;z-index:100;background:linear-gradient(135deg,var(--kb-navy),var(--kb-navy-2));color:#fff;border-bottom:1px solid rgba(255,255,255,.09)}.admin-bar .kbv2-header{top:32px}.kbv2-header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}.kbv2-logo{font-weight:950;font-size:25px;letter-spacing:-.8px;display:flex;align-items:center;gap:8px;white-space:nowrap}.kbv2-logo:before{content:"";width:42px;height:16px;border-top:5px solid #61D02E;border-radius:50%;display:inline-block;transform:translateY(-3px)}.kbv2-logo strong{color:#67D337}.kbv2-nav{display:flex;align-items:center;gap:16px;font-size:13px;font-weight:800;color:rgba(255,255,255,.86)}.kbv2-nav a:hover,.kbv2-nav a.active{color:#67D337}.kbv2-head-actions{display:flex;align-items:center;gap:12px}.kbv2-phone{display:flex;flex-direction:column;line-height:1.1;text-align:right;font-weight:950;font-size:18px}.kbv2-phone small{font-size:11px;font-weight:750;color:rgba(255,255,255,.72)}.kbv2-menu-btn{display:none;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:10px 12px;font-weight:900}
/* Hero */
.kbv2-hero{position:relative;min-height:650px;background:linear-gradient(90deg,rgba(7,26,43,.97),rgba(7,26,43,.86) 45%,rgba(7,26,43,.50)),var(--kb-hero) center/cover no-repeat;color:#fff;display:flex;align-items:center;overflow:hidden}.kbv2-hero .kbv2-h1{color:#fff;max-width:720px}.kbv2-hero .kbv2-lead{color:rgba(255,255,255,.90);max-width:620px;margin:22px 0 0}.kbv2-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(390px,.9fr);gap:48px;align-items:center;width:100%;padding-top:56px;padding-bottom:56px}.kbv2-hero-copy{position:relative;z-index:2}.kbv2-checks{display:grid;gap:11px;margin:26px 0 0}.kbv2-check{display:flex;align-items:flex-start;gap:10px;color:rgba(255,255,255,.94);font-weight:750}.kbv2-check i,.kbv2-bullet i{width:21px;height:21px;border-radius:50%;background:#61D02E;color:#06111E;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-style:normal;font-weight:950;flex:0 0 auto}.kbv2-stars{display:flex;align-items:center;gap:10px;margin-top:30px;font-weight:850}.kbv2-stars span{color:#65D337;letter-spacing:2px}.kbv2-form-card{background:#fff;color:var(--kb-text);border-radius:24px;padding:30px;box-shadow:var(--kb-shadow);width:100%;max-width:520px;justify-self:end;border:1px solid rgba(255,255,255,.7)}.kbv2-form-card .kbv2-h3{font-size:32px}.kbv2-form-sub{margin:4px 0 20px;color:var(--kb-muted);font-size:14px}.kbv2-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.kbv2-field.full,.kbv2-form-actions.full{grid-column:1/-1}.kbv2-field label{display:block;font-size:12px;font-weight:900;margin:0 0 6px;color:var(--kb-text)}.kbv2-input,.kbv2-select,.kbv2-textarea{width:100%;border:1px solid var(--kb-border);background:#fff;color:var(--kb-text);border-radius:10px;padding:14px 14px;font-size:16px;line-height:1.2;outline:none}.kbv2-select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#6B7280 50%),linear-gradient(135deg,#6B7280 50%,transparent 50%);background-position:calc(100% - 18px) calc(1.15em + 2px),calc(100% - 12px) calc(1.15em + 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.kbv2-textarea{min-height:108px;resize:vertical}.kbv2-input:focus,.kbv2-select:focus,.kbv2-textarea:focus{border-color:var(--kb-green);box-shadow:0 0 0 3px rgba(45,125,0,.12)}.kbv2-form-actions{display:flex;flex-direction:column;gap:10px;margin-top:6px}.kbv2-form .kbv2-btn-submit{width:100%;min-height:56px;font-size:16px;border-radius:14px;box-shadow:0 16px 30px rgba(45,125,0,.22)}.kbv2-note{font-size:12px;color:var(--kb-muted);text-align:center;margin:0}.kbv2-form-trust{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;font-size:12px;color:var(--kb-muted)}.kbv2-form-trust span{background:var(--kb-surface);border:1px solid var(--kb-border);border-radius:999px;padding:7px 10px;font-weight:800}.kbv2-hp{position:absolute!important;left:-9999px!important;top:auto!important;height:1px!important;width:1px!important;opacity:0!important;overflow:hidden!important;pointer-events:none!important}
/* Blocks */
.kbv2-trustbar{position:relative;margin-top:-36px;z-index:5}.kbv2-trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border:1px solid var(--kb-border);border-radius:18px;box-shadow:var(--kb-shadow);overflow:hidden}.kbv2-trustitem{display:flex;gap:14px;align-items:center;padding:22px;border-right:1px solid var(--kb-border)}.kbv2-trustitem:last-child{border-right:0}.kbv2-icon{width:42px;height:42px;border-radius:14px;background:var(--kb-green-soft);color:var(--kb-green);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:950;flex:0 0 auto}.kbv2-trustitem strong{display:block;font-size:15px}.kbv2-trustitem span{display:block;font-size:13px;color:var(--kb-muted)}.kbv2-intro-card{background:#fff;border:1px solid var(--kb-border);box-shadow:0 12px 35px rgba(7,26,43,.06);border-radius:20px;padding:30px;max-width:860px;margin:28px auto 0}.kbv2-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}.kbv2-card{background:#fff;border:1px solid var(--kb-border);border-radius:20px;box-shadow:0 12px 34px rgba(7,26,43,.07);overflow:hidden;display:flex;flex-direction:column;transition:transform .18s ease, box-shadow .18s ease}.kbv2-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(7,26,43,.12)}.kbv2-card-body{padding:22px 22px 16px;display:flex;flex-direction:column;gap:12px;flex:1;align-items:flex-start}.kbv2-card-emoji{width:48px;height:48px;border-radius:14px;background:var(--kb-green-soft);display:grid;place-items:center;font-size:22px;margin-bottom:2px}.kbv2-card .kbv2-btn{align-self:stretch;padding:14px 16px;font-size:14px;border-radius:12px}.kbv2-card-media{position:relative}.kbv2-card-badge{position:absolute;left:12px;top:12px;z-index:2;background:rgba(255,255,255,.96);color:var(--kb-navy);font-size:11px;font-weight:900;padding:8px 10px;border-radius:999px;box-shadow:0 8px 18px rgba(7,26,43,.15)}.kbv2-card-img{height:210px;object-fit:cover;width:100%;margin-top:auto;border-top:1px solid var(--kb-border)}.kbv2-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px}.kbv2-step{background:#fff;border:1px solid var(--kb-border);border-radius:20px;padding:32px;text-align:center;position:relative}.kbv2-step-num{position:absolute;left:20px;top:18px;width:26px;height:26px;border-radius:50%;background:var(--kb-green);color:#fff;display:grid;place-items:center;font-weight:950;font-size:13px}.kbv2-step .kbv2-icon{margin:0 auto 18px;width:58px;height:58px;border-radius:50%}.kbv2-split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.kbv2-photo-box{min-height:330px;border-radius:22px;background:linear-gradient(90deg,rgba(7,26,43,.80),rgba(7,26,43,.20)),var(--kb-cta) center/cover no-repeat;box-shadow:var(--kb-shadow);position:relative;overflow:hidden}.kbv2-photo-box:after{content:"KvikBilsalg.dk";position:absolute;left:26px;top:24px;color:#fff;font-weight:950}.kbv2-bullets{display:grid;gap:12px;margin-top:22px}.kbv2-bullet{display:flex;gap:10px;align-items:flex-start;font-weight:750}.kbv2-bullet i{background:var(--kb-green);color:#fff}.kbv2-two{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px}.kbv2-box{background:#fff;border:1px solid var(--kb-border);border-radius:20px;padding:28px;box-shadow:0 12px 34px rgba(7,26,43,.06)}.kbv2-map{display:grid;place-items:center;min-height:230px;background:linear-gradient(135deg,#F1FAEF,#fff);color:var(--kb-green);font-size:64px;font-weight:950}.kbv2-faq{max-width:860px;margin:34px auto 0;display:grid;gap:10px}.kbv2-faq details{background:#fff;border:1px solid var(--kb-border);border-radius:14px;padding:0;overflow:hidden}.kbv2-faq summary{list-style:none;cursor:pointer;padding:16px 20px;font-weight:900;display:flex;justify-content:space-between;gap:20px}.kbv2-faq summary::-webkit-details-marker{display:none}.kbv2-faq summary:after{content:"+";font-size:20px;color:var(--kb-green)}.kbv2-faq details[open] summary:after{content:"–"}.kbv2-faq p{margin:0;padding:0 20px 18px;color:var(--kb-muted)}.kbv2-cta{border-radius:24px;background:linear-gradient(90deg,#071A2B,rgba(7,26,43,.92)),var(--kb-cta) center/cover no-repeat;color:#fff;padding:36px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--kb-shadow)}.kbv2-cta .kbv2-h2{color:#fff;font-size:34px}.kbv2-cta p{color:rgba(255,255,255,.83);margin:8px 0 0}.kbv2-cta-actions{display:flex;gap:12px;flex-wrap:wrap}.kbv2-table{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px}.kbv2-list{margin:14px 0 0;padding-left:18px;color:var(--kb-muted)}.kbv2-list li{margin:8px 0}.kbv2-brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:24px}.kbv2-brand{background:#fff;border:1px solid var(--kb-border);border-radius:16px;padding:18px;text-align:center;font-weight:900}.kbv2-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px;align-items:start}.kbv2-contact-card{background:#fff;border:1px solid var(--kb-border);border-radius:22px;padding:26px;box-shadow:var(--kb-shadow)}.kbv2-contact-row{border-bottom:1px solid var(--kb-border);padding:16px 0}.kbv2-contact-row:first-child{padding-top:0}.kbv2-contact-row:last-child{border-bottom:0;padding-bottom:0}.kbv2-timeline{display:grid;gap:18px;max-width:880px;margin:34px auto 0}.kbv2-timeline-item{display:grid;grid-template-columns:68px 1fr;background:#fff;border:1px solid var(--kb-border);border-radius:18px;padding:22px;gap:18px;align-items:start}.kbv2-timeline-num{width:48px;height:48px;border-radius:50%;background:var(--kb-green);color:#fff;display:grid;place-items:center;font-weight:950}.kbv2-alert{background:#fff;border:1px solid var(--kb-border);border-left:5px solid var(--kb-green);border-radius:16px;padding:22px}.kbv2-small-hero{background:linear-gradient(135deg,var(--kb-navy),var(--kb-navy-2));color:#fff;padding:74px 0}.kbv2-small-hero .kbv2-h1{color:#fff;font-size:clamp(38px,4vw,58px)}.kbv2-small-hero .kbv2-lead{color:rgba(255,255,255,.88);margin-top:16px}.kbv2-page-hero{display:grid;grid-template-columns:1fr .9fr;gap:42px;align-items:center}.kbv2-page-hero-img{border-radius:24px;box-shadow:var(--kb-shadow);overflow:hidden;background:#fff}.kbv2-page-hero-img img{width:100%;height:360px;object-fit:cover}.kbv2-page-form{margin-top:-60px;position:relative;z-index:3}.kbv2-page-form .kbv2-form-card{max-width:900px;margin:0 auto}.kbv2-page-form .kbv2-form-card .kbv2-form{grid-template-columns:repeat(3,1fr)}.kbv2-page-form .kbv2-field.wide{grid-column:span 2}.kbv2-page-form .kbv2-field.full{grid-column:1/-1}
/* Footer */
.kbv2-footer{background:var(--kb-navy-2);color:#fff;padding:58px 0 28px}.kbv2-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr .8fr;gap:38px}.kbv2-footer h3{margin:0 0 14px;font-size:16px}.kbv2-footer p,.kbv2-footer a{color:rgba(255,255,255,.72);font-size:14px}.kbv2-footer a:hover{color:#67D337}.kbv2-footer-links{display:grid;gap:8px}.kbv2-footer-bottom{border-top:1px solid rgba(255,255,255,.10);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:18px;color:rgba(255,255,255,.55);font-size:13px}.kbv2-sticky-mobile{display:none}
/* Success */
.kbv2-success{min-height:70vh;display:grid;place-items:center;background:var(--kb-surface);padding:60px 20px}.kbv2-success-card{max-width:720px;background:#fff;border:1px solid var(--kb-border);border-radius:24px;box-shadow:var(--kb-shadow);padding:48px;text-align:center}
/* Responsive */
@media(max-width:1100px){.kbv2-nav{display:none}.kbv2-menu-btn{display:inline-flex}.kbv2-header-inner{height:70px}.kbv2-hero-grid,.kbv2-page-hero{grid-template-columns:1fr}.kbv2-form-card{justify-self:start;max-width:620px}.kbv2-hero{min-height:auto}.kbv2-trustgrid{grid-template-columns:repeat(2,1fr)}.kbv2-trustitem:nth-child(2){border-right:0}.kbv2-trustitem:nth-child(1),.kbv2-trustitem:nth-child(2){border-bottom:1px solid var(--kb-border)}.kbv2-cards,.kbv2-steps{grid-template-columns:1fr 1fr}.kbv2-split,.kbv2-two,.kbv2-table,.kbv2-contact-grid{grid-template-columns:1fr}.kbv2-footer-grid{grid-template-columns:1fr 1fr}.kbv2-page-form{margin-top:0;padding-top:34px;background:var(--kb-surface)}.kbv2-page-form .kbv2-form-card .kbv2-form{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.admin-bar .kbv2-header{top:0}.kbv2-wrap{padding:0 18px}.kbv2-section{padding:58px 0}.kbv2-section.compact{padding:46px 0}.kbv2-header .kbv2-btn,.kbv2-phone small{display:none}.kbv2-phone{font-size:15px}.kbv2-logo{font-size:21px}.kbv2-logo:before{width:30px}.kbv2-hero{background:linear-gradient(180deg,rgba(7,26,43,.97),rgba(7,26,43,.80)),var(--kb-hero) center/cover no-repeat}.kbv2-hero-grid{gap:28px;padding-top:42px;padding-bottom:44px}.kbv2-h1{font-size:38px}.kbv2-lead{font-size:17px}.kbv2-form-card{padding:22px;border-radius:20px}.kbv2-form-card .kbv2-h3{font-size:25px}.kbv2-form,.kbv2-page-form .kbv2-form-card .kbv2-form{grid-template-columns:1fr}.kbv2-field,.kbv2-page-form .kbv2-field.wide{grid-column:1/-1}.kbv2-trustbar{margin-top:0;padding-top:18px}.kbv2-trustgrid{grid-template-columns:1fr}.kbv2-trustitem{border-right:0!important;border-bottom:1px solid var(--kb-border)!important;padding:18px}.kbv2-trustitem:last-child{border-bottom:0!important}.kbv2-cards,.kbv2-steps,.kbv2-brand-grid{grid-template-columns:1fr}.kbv2-card-img{height:190px}.kbv2-step{text-align:left;padding:28px 22px}.kbv2-step .kbv2-icon{margin:0 0 14px}.kbv2-photo-box{min-height:220px}.kbv2-cta{display:block;padding:28px 22px}.kbv2-cta .kbv2-h2{font-size:28px}.kbv2-cta-actions{margin-top:22px}.kbv2-cta .kbv2-btn{width:100%}.kbv2-footer{padding-bottom:90px}.kbv2-footer-grid{grid-template-columns:1fr}.kbv2-footer-bottom{display:block}.kbv2-sticky-mobile{position:fixed;z-index:999;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px;background:rgba(7,26,43,.94);padding:10px;border-radius:16px;box-shadow:0 14px 45px rgba(0,0,0,.25);backdrop-filter:blur(10px)}.kbv2-sticky-mobile a{display:flex;align-items:center;justify-content:center;border-radius:12px;padding:14px 12px;font-weight:950;color:#fff;background:var(--kb-green)}.kbv2-sticky-mobile a:first-child{background:#fff;color:var(--kb-navy)}.kbv2-page-hero-img img{height:250px}.kbv2-small-hero{padding:54px 0}.kbv2-success-card{padding:34px 22px}}

/* v2.0.5 — stable header Variant A + reliable popup + pro form button. Built on v2.0.3 footer/layout. */
.kbv2-header-premium{background:rgba(7,26,43,.985);box-shadow:0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(14px);position:sticky;top:0;z-index:990}
.admin-bar .kbv2-header-premium{top:32px}
.kbv2-header-premium .kbv2-wrap{max-width:1360px}
.kbv2-header-premium .kbv2-header-inner{height:82px;gap:24px;justify-content:flex-start}
.kbv2-header-premium .kbv2-logo{font-size:28px;letter-spacing:-1px;min-width:max-content;margin-right:12px;line-height:1;display:inline-flex;align-items:center}
.kbv2-header-premium .kbv2-logo:before{width:40px;height:14px;border-top-width:5px;margin-right:12px}
.kbv2-header-premium .kbv2-nav{display:flex;flex:1;justify-content:center;gap:clamp(16px,1.35vw,28px);font-size:15px;font-weight:850;white-space:nowrap;min-width:0}
.kbv2-header-premium .kbv2-nav a{position:relative;white-space:nowrap;padding:30px 0;color:rgba(255,255,255,.86)}
.kbv2-header-premium .kbv2-nav a:after{content:"";position:absolute;left:0;right:0;bottom:22px;height:2px;background:#67D337;border-radius:99px;transform:scaleX(0);transform-origin:center;transition:transform .16s ease}
.kbv2-header-premium .kbv2-nav a:hover:after,.kbv2-header-premium .kbv2-nav a.active:after{transform:scaleX(1)}
.kbv2-header-premium .kbv2-nav a:hover,.kbv2-header-premium .kbv2-nav a.active{color:#67D337}
.kbv2-header-premium .kbv2-head-actions{gap:18px;margin-left:auto;flex:0 0 auto;display:flex;align-items:center}
.kbv2-header-premium .kbv2-phone{border-left:1px solid rgba(255,255,255,.13);padding-left:20px;min-width:150px;text-align:left;font-size:24px;color:#fff;letter-spacing:-.035em;line-height:1.08;font-weight:950}
.kbv2-header-premium .kbv2-phone small{display:block;font-size:12px;color:rgba(255,255,255,.70);font-weight:800;letter-spacing:0;white-space:nowrap;margin-bottom:5px;line-height:1.1}
.kbv2-header-premium .kbv2-phone span{display:block;white-space:nowrap;line-height:1}
.kbv2-header-cta{height:52px;border-radius:999px!important;padding:0 22px!important;background:linear-gradient(135deg,#2D7D00,#3FAE16)!important;box-shadow:0 14px 34px rgba(45,125,0,.30)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px;white-space:nowrap;border:0!important;color:#fff!important;font-weight:950!important;text-decoration:none!important}
.kbv2-header-cta strong{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.16);line-height:1}
.kbv2-header-cta:hover{background:linear-gradient(135deg,#236900,#338C0E)!important;transform:translateY(-1px)}
.kbv2-phone-icon{display:none;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);align-items:center;justify-content:center;color:#fff!important;font-size:20px;text-decoration:none!important}
.kbv2-header-premium .kbv2-menu-btn{display:none;height:44px;border-radius:14px;padding:0 14px;align-items:center;justify-content:center;color:#fff;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);font-family:inherit;font-weight:900;cursor:pointer}
.kbv2-mobile-panel{position:absolute;left:0;right:0;top:100%;background:rgba(7,26,43,.99);border-top:1px solid rgba(255,255,255,.10);box-shadow:0 22px 60px rgba(0,0,0,.25);z-index:999}
.kbv2-mobile-panel[hidden]{display:none!important}
.kbv2-mobile-nav{display:grid;grid-template-columns:1fr;gap:4px;padding:18px 0 20px}
.kbv2-mobile-nav a{display:flex;justify-content:space-between;align-items:center;color:#fff;padding:14px 14px;border-radius:12px;font-weight:850;background:rgba(255,255,255,.04);text-decoration:none!important}
.kbv2-mobile-nav a.active,.kbv2-mobile-nav a:hover{color:#67D337;background:rgba(103,211,55,.08)}
.kbv2-mobile-panel-cta{width:100%;height:52px;margin-top:8px;border-radius:14px!important}

/* Form polish */
.kbv2-form-card-pro{position:relative;border-top:5px solid #67D337;overflow:hidden}
.kbv2-form-head{margin-bottom:18px}.kbv2-form-kicker{display:inline-flex;align-items:center;gap:6px;background:#EAF6E7;color:#2D7D00;border:1px solid rgba(45,125,0,.14);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:6px 10px;margin-bottom:10px}.kbv2-form-kicker:before{content:"✓"}.kbv2-form-card-pro .kbv2-h3{font-size:clamp(26px,2.2vw,34px);line-height:1.08;margin:0}.kbv2-form-card-pro .kbv2-form-sub{margin-top:8px}.kbv2-hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.kbv2-form-submit{grid-column:1/-1!important;width:100%!important;min-height:58px!important;border:0!important;outline:0!important;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;position:relative!important;color:#fff!important;background:linear-gradient(135deg,#2D7D00,#49B51E)!important;box-shadow:0 14px 28px rgba(45,125,0,.22)!important;font-size:17px!important;font-weight:950!important;padding:0 56px 0 24px!important;cursor:pointer!important}
.kbv2-form-submit strong{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border-radius:50%!important;background:rgba(255,255,255,.18)!important;color:#fff!important;line-height:1!important}
.kbv2-form-submit:hover{background:linear-gradient(135deg,#236900,#3E9E16)!important;transform:translateY(-1px)}
.kbv2-form-card-pro .kbv2-form-trust{grid-column:1/-1;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:2px}.kbv2-form-card-pro .kbv2-form-trust span{background:#EEF8EA;border:1px solid rgba(45,125,0,.16);color:#247200;border-radius:999px;padding:8px 12px;font-weight:900;font-size:13px}.kbv2-form-card-pro .kbv2-note{grid-column:1/-1;text-align:center;margin:0;color:#6B7787;font-size:13px;line-height:1.45}

/* Reliable popup. Hidden attribute prevents accidental visible form even if JS/CSS cache is stale. */
.kbv2-modal[hidden]{display:none!important}.kbv2-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px}.kbv2-modal-backdrop{position:absolute;inset:0;background:rgba(3,12,22,.74);backdrop-filter:blur(8px)}.kbv2-modal-dialog{position:relative;z-index:1;width:min(560px,100%);max-height:min(92vh,820px);overflow:auto;border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.38);scrollbar-width:thin}.kbv2-modal-close{position:absolute;right:14px;top:14px;z-index:4;width:40px;height:40px;border-radius:50%;border:1px solid #D9E2EA;background:#fff;color:#071A2B;font-size:26px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(7,26,43,.10)}.kbv2-modal-dialog .kbv2-form-card{max-width:none;border-radius:28px;margin:0;box-shadow:none;padding:34px}body.kbv2-modal-open{overflow:hidden}

/* Button links that open modal should still look like buttons and gracefully scroll to form if JS is blocked. */
.kbv2-btn[data-kbv2-open-form]{cursor:pointer}

@media(max-width:1280px){.kbv2-header-premium .kbv2-nav{display:none}.kbv2-header-premium .kbv2-phone{display:none}.kbv2-phone-icon{display:inline-flex}.kbv2-header-premium .kbv2-menu-btn{display:inline-flex!important}.kbv2-header-premium .kbv2-header-inner{height:72px}.kbv2-header-premium .kbv2-logo{margin-right:auto}.kbv2-header-premium .kbv2-head-actions{margin-left:0}.kbv2-header-premium .kbv2-wrap{max-width:1200px}}
@media(max-width:700px){.admin-bar .kbv2-header-premium{top:0}.kbv2-header-premium .kbv2-header-inner{height:66px}.kbv2-header-premium .kbv2-logo{font-size:20px;margin-right:auto}.kbv2-header-premium .kbv2-logo:before{width:30px;height:12px;border-top-width:4px}.kbv2-header-premium .kbv2-header-cta{display:none!important}.kbv2-phone-icon{width:42px;height:42px}.kbv2-header-premium .kbv2-menu-btn{width:42px;height:42px;padding:0}.kbv2-menu-btn span{font-size:0}.kbv2-menu-btn span:before{content:"☰";font-size:19px}.kbv2-menu-btn.is-open span:before{content:"×";font-size:26px}.kbv2-sticky-mobile{z-index:998}.kbv2-sticky-mobile a,.kbv2-sticky-mobile button{display:flex;align-items:center;justify-content:center;border-radius:12px;padding:14px 12px;font-weight:950;font-size:15px;border:0;font-family:inherit;cursor:pointer}.kbv2-sticky-mobile a:nth-child(2){background:var(--kb-green);color:#fff}.kbv2-modal{padding:12px;align-items:flex-end}.kbv2-modal-dialog{width:100%;max-height:92vh;border-radius:22px}.kbv2-modal-dialog .kbv2-form-card{padding:24px 20px;border-radius:22px}.kbv2-modal-close{right:10px;top:10px;width:38px;height:38px}.kbv2-modal-dialog .kbv2-form-head{padding-right:34px}.kbv2-form-card-pro .kbv2-form-trust{justify-content:flex-start}.kbv2-form-submit{min-height:56px!important}}


/* v2.0.7 logo update */
.kbv2-logo-img{display:inline-flex!important;align-items:center!important;text-decoration:none!important;line-height:1!important;min-width:0!important;color:inherit!important;letter-spacing:0!important;font-size:0!important}
.kbv2-logo-img:before{display:none!important;content:none!important}
.kbv2-logo-img img{display:block;width:clamp(185px,15vw,250px);height:auto;max-height:62px;object-fit:contain}
.kbv2-header-premium .kbv2-logo-img{margin-right:18px;flex:0 0 auto}
.kbv2-header-premium .kbv2-logo-img img{width:clamp(178px,14vw,235px);max-height:56px}
.kbv2-footer-logo{margin-bottom:10px}
.kbv2-footer-logo img{width:220px;max-height:60px}
@media(max-width:700px){.kbv2-header-premium .kbv2-logo-img img{width:158px;max-height:48px}.kbv2-footer-logo img{width:190px}}


/* v2.1.2 layout fixes */
.kbv2-page-form{padding-bottom:20px}
.kbv2-page-form + .kbv2-trustbar{margin-top:22px}
@media(max-width:700px){.kbv2-page-form + .kbv2-trustbar{margin-top:0;padding-top:10px}}
.kbv2-cards .kbv2-card-body{align-items:center;text-align:center}
.kbv2-cards .kbv2-card-body .kbv2-p{max-width:30ch;margin-left:auto;margin-right:auto}
.kbv2-cards .kbv2-card-body .kbv2-h3,.kbv2-cards .kbv2-card-body .kbv2-card-emoji{margin-left:auto;margin-right:auto}
