/* ── Full bleed ── */
.kmd-prot-bleed{display:block;width:100%;margin:0;padding:0}
body.page #main-container,body.page .ct-container-full,
body.page .entry-content,body.page article{background:#1a2332}

#kmd-prot-wrap{
  font-family:'DM Sans',sans-serif;
  background-color:#1a2332;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.055'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Crect width='6' height='6' fill='%231a2332'/%3E%3Crect x='0' y='0' width='3' height='3' fill='%231d2737' opacity='0.6'/%3E%3Crect x='3' y='3' width='3' height='3' fill='%231d2737' opacity='0.6'/%3E%3C/svg%3E");
  color:#f0eee9;line-height:1.6;width:100%;
}

#kmd-prot-wrap .kp-title-strip{border-bottom:1px solid rgba(200,205,212,0.13);padding:90px 32px 12px;display:flex;align-items:center;justify-content:space-between;gap:16px}
#kmd-prot-wrap .kp-pt-label{font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:#9fa8b2;font-weight:500}
#kmd-prot-wrap .kp-header-cta{background:transparent;border:1px solid rgba(200,205,212,0.28);color:#c8cdd4;padding:0 18px;height:44px;line-height:44px;border-radius:10px;font-size:13px;font-weight:500;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background 0.2s,color 0.2s}
#kmd-prot-wrap .kp-header-cta:hover{background:#c8cdd4;color:#1a2332}

#kmd-prot-wrap .kp-hero{text-align:center;padding:40px 24px 36px;max-width:720px;margin:0 auto}
#kmd-prot-wrap .kp-eyebrow{font-size:12px;letter-spacing:0.14em;text-transform:uppercase;color:#9fa8b2;font-weight:500;margin-bottom:14px}
#kmd-prot-wrap .kp-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,5vw,44px);font-weight:500;line-height:1.15;color:#f0eee9!important;margin-bottom:14px;border:none;padding:0;background:none;text-align:center}
#kmd-prot-wrap .kp-hero p{font-size:15px;color:#a8b4c0;font-weight:300;max-width:560px;margin:0 auto}

#kmd-prot-wrap .kp-container{max-width:1200px;margin:0 auto;padding:0 20px 60px}

#kmd-prot-wrap .kp-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}

#kmd-prot-wrap .kp-panel{background:#243044;border:1px solid rgba(200,205,212,0.13);border-radius:16px;padding:22px 24px;margin-bottom:16px}
#kmd-prot-wrap .kp-panel-title{font-size:12px;letter-spacing:0.13em;text-transform:uppercase;color:#9fa8b2;font-weight:500;margin:0 0 16px;display:flex;align-items:center;gap:10px}
#kmd-prot-wrap .kp-panel-title::after{content:'';flex:1;height:1px;background:rgba(200,205,212,0.13)}
#kmd-prot-wrap .kp-section-note{font-size:12px;color:#b0b4b8;margin-bottom:14px;font-style:italic}

#kmd-prot-wrap .kp-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
#kmd-prot-wrap .kp-full{grid-column:1/-1}
#kmd-prot-wrap .kp-field{display:flex;flex-direction:column;gap:5px}
#kmd-prot-wrap .kp-field label{font-size:13px;color:#a8b4c0;font-weight:400}
#kmd-prot-wrap .kp-note{font-size:11px;color:#b0b4b8}

#kmd-prot-wrap .kp-input-wrap{position:relative}
#kmd-prot-wrap .kp-pre{position:absolute;top:50%;transform:translateY(-50%);font-size:14px;color:#9fa8b2;pointer-events:none;z-index:1;left:12px}
#kmd-prot-wrap .kp-suf{position:absolute;top:50%;transform:translateY(-50%);font-size:14px;color:#9fa8b2;pointer-events:none;z-index:1;right:12px}
#kmd-prot-wrap input[type="number"],
#kmd-prot-wrap input[type="text"],
#kmd-prot-wrap input[type="email"]{
  width:100%;background:#1c2b3a;border:1px solid rgba(200,205,212,0.22);border-radius:10px;
  color:#f0eee9!important;-webkit-text-fill-color:#f0eee9!important;
  font-family:'DM Sans',sans-serif;font-size:15px;padding:11px 14px;
  outline:none;transition:border-color 0.2s;appearance:none;-webkit-appearance:none;
  caret-color:#e2e6eb;-webkit-text-size-adjust:100%;
}
#kmd-prot-wrap input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #1c2b3a inset!important;-webkit-text-fill-color:#f0eee9!important}
#kmd-prot-wrap input:focus{border-color:#c8cdd4;outline:2px solid rgba(200,205,212,0.3);outline-offset:2px}
#kmd-prot-wrap .kp-pre-input{padding-left:28px!important}
#kmd-prot-wrap .kp-suf-input{padding-right:34px!important}
#kmd-prot-wrap input[type=number]::-webkit-inner-spin-button,
#kmd-prot-wrap input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
#kmd-prot-wrap input[type=number]{-moz-appearance:textfield}

/* Results panel */
#kmd-prot-wrap .kp-results-panel{background:#243044;border:1px solid rgba(200,205,212,0.13);border-radius:16px;padding:24px;position:sticky;top:100px}
#kmd-prot-wrap .kp-results-header{margin-bottom:16px}
#kmd-prot-wrap .kp-results-title{font-size:12px;letter-spacing:0.13em;text-transform:uppercase;color:#9fa8b2;font-weight:500;margin:0}

/* Product cards */
#kmd-prot-wrap .kp-product-card{background:#1c2b3a;border:1px solid rgba(200,205,212,0.13);border-radius:14px;padding:18px 20px;margin-bottom:14px}
#kmd-prot-wrap .kp-product-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}
#kmd-prot-wrap .kp-product-icon{font-size:32px;line-height:1;flex-shrink:0}
#kmd-prot-wrap .kp-product-name{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:500;color:#e2e6eb;margin:0 0 2px;line-height:1.2}
#kmd-prot-wrap .kp-product-desc{font-size:12px;color:#b0b4b8;margin:0}

#kmd-prot-wrap .kp-product-fig{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:12px}
#kmd-prot-wrap .kp-fig-block{background:#243044;border:1px solid rgba(200,205,212,0.1);border-radius:10px;padding:12px 10px;text-align:center}
#kmd-prot-wrap .kp-fig-label{display:block;font-size:10px;letter-spacing:0.06em;text-transform:uppercase;color:#b0b4b8;font-weight:500;margin-bottom:4px}
#kmd-prot-wrap .kp-fig-val{display:block;font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:500;color:#e2e6eb;line-height:1.1}
#kmd-prot-wrap .kp-fig-existing{color:#a8b4c0}
#kmd-prot-wrap .kp-fig-gap{border-color:rgba(240,128,128,0.3);background:#1f1a1a}
#kmd-prot-wrap .kp-fig-gap-val{color:#f08080}

#kmd-prot-wrap .kp-product-detail{font-size:12px;color:#a8b4c0;line-height:1.6}
#kmd-prot-wrap .kp-product-detail p{margin:0 0 4px}
#kmd-prot-wrap .kp-product-detail p:last-child{margin:0}
#kmd-prot-wrap .kp-product-detail strong{color:#c8cdd4;font-weight:500}

/* Why box */
#kmd-prot-wrap .kp-why-box{background:#1a2332;border:1px solid rgba(200,205,212,0.15);border-radius:12px;padding:18px 20px;margin-bottom:18px}
#kmd-prot-wrap .kp-why-title{font-family:'Cormorant Garamond',serif;font-size:18px;color:#c8cdd4;margin:0 0 10px;font-weight:500}
#kmd-prot-wrap .kp-why-box p{font-size:13px;color:#a8b4c0;line-height:1.65;margin:0 0 8px}
#kmd-prot-wrap .kp-why-box p:last-child{margin:0}
#kmd-prot-wrap .kp-why-link{margin-top:8px!important}
#kmd-prot-wrap .kp-link,
#kmd-prot-wrap a.kp-link{color:#c8cdd4!important;text-decoration:underline}

/* Email */
#kmd-prot-wrap .kp-email-section{border-top:1px solid rgba(200,205,212,0.1);padding-top:18px;margin-bottom:18px}
#kmd-prot-wrap .kp-email-title{font-size:14px;color:#c8cdd4;font-weight:500;margin-bottom:6px}
#kmd-prot-wrap .kp-email-intro{font-size:12px;color:#b0b4b8;margin-bottom:10px;line-height:1.6}
#kmd-prot-wrap .kp-email-row{display:flex;gap:8px}
#kmd-prot-wrap .kp-email-input{flex:1;min-width:0}
#kmd-prot-wrap .kp-email-btn{background:#c8cdd4;color:#1a2332;border:none;border-radius:10px;padding:11px 22px;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:background 0.2s;white-space:nowrap}
#kmd-prot-wrap .kp-email-btn:hover{background:#e2e6eb}
#kmd-prot-wrap .kp-consent-row{margin-top:12px}
#kmd-prot-wrap .kp-consent-label{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#a8b4c0;cursor:pointer;line-height:1.5}
#kmd-prot-wrap .kp-consent-label input[type="checkbox"]{accent-color:#c8cdd4;width:18px;height:18px;flex-shrink:0;margin-top:2px}
#kmd-prot-wrap .kp-name-row{margin-top:10px;flex-direction:column;gap:5px}
#kmd-prot-wrap .kp-name-row label{font-size:13px;color:#a8b4c0}
#kmd-prot-wrap .kp-email-status{font-size:12px;margin-top:10px;min-height:18px}
#kmd-prot-wrap .kp-email-status.kp-success{color:#7fcfb5}
#kmd-prot-wrap .kp-email-status.kp-error{color:#f08080}

/* Disclaimer */
#kmd-prot-wrap .kp-disclaimer-small{font-size:11.5px;color:#9fa8b2;line-height:1.75;border-top:1px solid rgba(200,205,212,0.08);padding-top:12px}
#kmd-prot-wrap .kp-disclaimer-small strong{color:#c8cdd4}
#kmd-prot-wrap .kp-disclaimer-small a{color:#c8cdd4!important;text-decoration:underline}

/* Mobile */
@media(max-width:980px){
  #kmd-prot-wrap .kp-columns{grid-template-columns:1fr}
  #kmd-prot-wrap .kp-results-panel{position:static}
}
@media(max-width:680px){
  #kmd-prot-wrap .kp-title-strip{padding:20px 16px 10px}
  #kmd-prot-wrap .kp-header-cta{display:none}
  #kmd-prot-wrap .kp-hero{padding:24px 16px 20px}
  #kmd-prot-wrap .kp-container{padding:0 14px 48px}
  #kmd-prot-wrap .kp-grid{grid-template-columns:1fr}
  #kmd-prot-wrap .kp-panel{padding:16px}
  #kmd-prot-wrap .kp-product-fig{grid-template-columns:1fr;gap:6px}
}
