.elementor-599 .elementor-element.elementor-element-e28ad5d{--display:flex;}/* Start custom CSS *//* PKO Lead Capture - Premium v2 (Red Accent) */
.pko-page{
  --bg: #0B0F17;
  --panel: rgba(255,255,255,0.075);
  --panel2: rgba(255,255,255,0.10);
  --text: rgba(255,255,255,0.95);
  --muted: rgba(255,255,255,0.82);
  --muted2: rgba(255,255,255,0.70);
  --line: rgba(255,255,255,0.14);

  --accent: #FF3B3B;     /* KO red */
  --accent2: #FF7A00;    /* warm highlight */
  --blue: #39C6FF;

  --shadow: 0 18px 50px rgba(0,0,0,0.50);
  --glow: 0 0 0 6px rgba(255,59,59,0.10);

  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color: var(--text);
  background:
    radial-gradient(1200px 800px at 18% 8%, rgba(255,59,59,0.16), transparent 58%),
    radial-gradient(900px 700px at 72% 20%, rgba(57,198,255,0.14), transparent 58%),
    linear-gradient(180deg, #070A10, #0B0F17 55%, #070A10);
}

.pko-container{ max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.pko-grid{ display:grid; grid-template-columns: 1.15fr 0.85fr; gap: 34px; align-items: start; }

/* Topbar + progress */
.pko-topbar{
  position: sticky; top: 0; z-index: 99;
  backdrop-filter: blur(12px);
  background: rgba(11,15,23,0.70);
  border-bottom: 1px solid var(--line);
}
.pko-topbar__grid{
  display:grid;
  grid-template-columns: 1fr 1.2fr 0.6fr;
  align-items:center;
  gap: 14px;
  padding: 10px 20px;
}
.pko-topbar__left{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.pko-topbar__meta{ color: var(--muted2); font-size: 13px; font-weight: 650; }
.pko-topbar__sep{ color: rgba(255,255,255,0.25); }
.pko-topbar__link{
  color: var(--text);
  text-decoration:none;
  font-weight:900;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,59,59,0.35);
  background: rgba(255,59,59,0.10);
}
.pko-pill{
  display:inline-flex; align-items:center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,59,59,0.13);
  border: 1px solid rgba(255,59,59,0.28);
  color: var(--text);
  font-weight: 900;
  font-size: 12px;
}
.pko-progress{ display:flex; flex-direction:column; gap:6px; }
.pko-progress__label{
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-align:center;
}
.pko-progress__bar{
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  overflow:hidden;
}
.pko-progress__fill{
  height: 100%;
  width: 37%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,59,59,0.95), rgba(255,122,0,0.90));
  box-shadow: 0 0 18px rgba(255,59,59,0.25);
}

/* Hero */
.pko-hero{ padding: 54px 0 26px; }
.pko-badgeRow{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom: 14px; }
.pko-badge{
  font-size: 12px;
  font-weight: 900;
  color: var(--text);
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,59,59,0.14);
  border: 1px solid rgba(255,59,59,0.28);
}
.pko-badge--ghost{
  background: rgba(57,198,255,0.10);
  border-color: rgba(57,198,255,0.24);
}

.pko-h1{
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.04;
  margin: 0 0 14px;
  letter-spacing: -0.03em;
}
.pko-accent{ color: var(--accent); font-weight: 950; }
.pko-muted{ color: rgba(255,255,255,0.86); font-weight: 750; }

.pko-lead{
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 18px;
}
.pko-lead2{ font-size: 16px; line-height: 1.65; color: var(--muted); margin: 8px 0 0; }

/* Bullets */
.pko-bullets{ list-style:none; padding:0; margin: 0 0 18px; display:grid; gap:10px; }
.pko-bullets li{
  padding: 12px 14px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 14px;
  color: rgba(255,255,255,0.90);
  font-size: 14px;
}
.pko-check{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  margin-right: 10px;
  background: rgba(255,59,59,0.14);
  border: 1px solid rgba(255,59,59,0.32);
  color: var(--text);
  font-weight: 950;
}

/* Proof cards */
.pko-proof{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.pko-proof__card{
  background: linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 16px;
  padding: 14px 14px;
  box-shadow: var(--shadow);
}
.pko-proof__big{ font-size: 28px; font-weight: 950; color: var(--text); }
.pko-proof__text{ color: var(--muted); font-size: 13px; line-height: 1.35; font-weight: 700; }

/* Buttons */
.pko-ctaRow{ display:flex; gap: 12px; flex-wrap:wrap; margin: 18px 0 10px; }
.pko-btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding: 13px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.16);
  text-decoration:none;
  font-weight: 950;
  color: var(--text);
  transition: transform .12s ease, background .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.pko-btn:active{ transform: translateY(1px); }

.pko-btn--primary{
  background: linear-gradient(135deg, rgba(255,59,59,0.92), rgba(255,122,0,0.82));
  border-color: rgba(255,59,59,0.32);
  box-shadow: 0 14px 30px rgba(255,59,59,0.20);
}
.pko-btn--primary:hover{ box-shadow: 0 16px 36px rgba(255,59,59,0.26); }

.pko-btn--ghost{
  background: rgba(255,255,255,0.05);
}
.pko-btn--ghost:hover{
  border-color: rgba(57,198,255,0.28);
}

/* Trust row */
.pko-trust{
  display:flex; gap: 14px; flex-wrap:wrap;
  margin-top: 10px;
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  font-weight: 650;
}

/* Form panel */
.pko-hero__panel{ position: relative; }
.pko-formCard{
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045));
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.pko-formCard__header{
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.pko-h2{
  margin:0;
  font-size: 19px;
  letter-spacing: -0.01em;
  font-weight: 950;
}
.pko-small{
  margin: 8px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

/* PREMIUM FORM */
.pko-form{ padding: 16px 18px 18px; }
.pko-label{
  display:block;
  margin: 12px 0 8px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.pko-input{
  width: 100%;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.22);
  color: rgba(255,255,255,0.95);
  font-size: 15px;
  font-weight: 700;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}
.pko-input::placeholder{ color: rgba(255,255,255,0.55); font-weight: 650; }
.pko-input:focus{
  border-color: rgba(255,59,59,0.45);
  box-shadow: var(--glow);
}

/* SUBMIT */
.pko-btn--submit{
  width: 100%;
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,59,59,0.95), rgba(255,122,0,0.86));
  border: 1px solid rgba(255,59,59,0.32);
  box-shadow: 0 18px 40px rgba(255,59,59,0.22);
  font-size: 15px;
}
.pko-btn--submit:hover{
  box-shadow: 0 22px 46px rgba(255,59,59,0.28);
}
.pko-btn__arrow{
  display:inline-flex;
  width: 26px;
  height: 26px;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  background: rgba(0,0,0,0.20);
  border: 1px solid rgba(255,255,255,0.18);
}

.pko-formMeta{
  display:flex;
  gap: 8px;
  flex-wrap:wrap;
  margin-top: 12px;
}
.pko-miniPill{
  font-size: 12px;
  font-weight: 850;
  color: rgba(255,255,255,0.86);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
}

/* Note */
.pko-note{
  display:flex; gap:10px; align-items:flex-start;
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 14px;
  font-weight: 650;
}
.pko-note__dot{
  width: 10px; height: 10px; border-radius: 999px;
  background: rgba(255,59,59,0.75);
  margin-top: 3px;
  box-shadow: 0 0 0 5px rgba(255,59,59,0.12);
}

.pko-panelHint{
  margin-top: 12px;
  display:flex; gap:10px; align-items:flex-start;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 650;
}
.pko-panelHint__icon{ font-size: 18px; }

/* Sections */
.pko-section{ padding: 42px 0 56px; }
.pko-sectionHead{ margin-bottom: 18px; }
.pko-cards{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pko-card{
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 16px;
  padding: 14px;
}
.pko-card h3{ margin:0 0 8px; font-size: 14px; font-weight: 950; }
.pko-card p{ margin:0; color: rgba(255,255,255,0.74); font-size: 13px; line-height: 1.5; font-weight: 650; }

.pko-divider{ height: 1px; background: rgba(255,255,255,0.14); margin: 26px 0; }

.pko-bottomCta{ margin-top: 22px; }
.pko-bottomCta__box{
  display:flex; justify-content:space-between; align-items:center; gap: 14px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,59,59,0.24);
  background: linear-gradient(135deg, rgba(255,59,59,0.14), rgba(57,198,255,0.06));
}
.pko-bottomCta__box h3{ margin:0 0 4px; font-weight: 950; }
.pko-bottomCta__box p{ margin:0; color: rgba(255,255,255,0.76); font-size: 13px; font-weight: 650; }

.pko-footer{
  border-top: 1px solid rgba(255,255,255,0.14);
  padding: 18px 0;
  color: rgba(255,255,255,0.70);
  font-size: 12px;
  font-weight: 650;
}
.pko-footer__row{ display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap; }
.pko-footer__brand{ color: rgba(255,255,255,0.88); font-weight: 900; }

/* Responsive */
@media (max-width: 980px){
  .pko-grid{ grid-template-columns: 1fr; }
  .pko-hero{ padding-top: 34px; }
  .pko-proof{ grid-template-columns: 1fr 1fr; }
  .pko-cards{ grid-template-columns: 1fr 1fr; }
  .pko-topbar__grid{ grid-template-columns: 1fr; gap: 10px; }
  .pko-topbar__right{ display:none; }
}
@media (max-width: 560px){
  .pko-proof{ grid-template-columns: 1fr; }
  .pko-cards{ grid-template-columns: 1fr; }
}/* End custom CSS */