.ykp-container{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}

.ykp-partnership-page{
  width:100vw;
  max-width:100vw;
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  background:var(--ykp-bg);
  color:#1e293b;
  font-size:15px;
  overflow-x:hidden;
}

.ykp-partnership-page h1,
.ykp-partnership-page h2,
.ykp-partnership-page h3,
.ykp-partnership-page h4{
  margin:0;
  color:var(--ykp-primary);
}

/* ---------- Hero ---------- */
.ykp-hero{
  position:relative;
  padding:70px 0 90px;
  overflow:hidden;
}

.ykp-hero-bg{
  position:absolute;
  inset:0 0 0 45%;
  z-index:0;
}

.ykp-hero-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,var(--ykp-bg) 0%,rgba(248,250,252,.6) 25%,rgba(248,250,252,0) 60%);
  z-index:1;
}

.ykp-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}

.ykp-hero .ykp-container{
  position:relative;
  z-index:2;
}

.ykp-hero-content{
  max-width:560px;
}

.ykp-hero-content h1{
  font-size:42px;
  line-height:1.15;
  font-weight:800;
  margin-bottom:18px;
}

.ykp-hero-lead{
  font-size:16px;
  line-height:1.6;
  color:#475569;
  margin:0 0 32px;
}

.ykp-feature-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.ykp-feature-icon{
  display:inline-flex;
  margin-bottom:10px;
  color:var(--ykp-primary);
}

.ykp-feature-icon svg{
  width:26px;
  height:26px;
}

.ykp-feature-card h4{
  font-size:15px;
  font-weight:700;
  margin-bottom:6px;
}

.ykp-feature-card p{
  margin:0;
  font-size:13px;
  line-height:1.5;
  color:#64748b;
}

/* ---------- Process ---------- */
.ykp-process{
  margin-top:-40px;
  padding-bottom:40px;
  position:relative;
  z-index:3;
}

.ykp-process-card{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  background:#fff;
  border:1px solid var(--ykp-border);
  border-radius:16px;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
  padding:34px 30px;
}

.ykp-step{
  flex:1;
  text-align:center;
  max-width:200px;
  margin:0 auto;
}

.ykp-step-num{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 14px;
  border-radius:50%;
  background:var(--ykp-primary);
  color:#fff;
  font-weight:700;
  font-size:16px;
}

.ykp-step-icon{
  display:inline-flex;
  margin-bottom:8px;
  color:var(--ykp-primary);
}

.ykp-step-icon svg{
  width:22px;
  height:22px;
}

.ykp-step h4{
  font-size:15px;
  font-weight:700;
  margin-bottom:6px;
}

.ykp-step p{
  margin:0;
  font-size:13px;
  line-height:1.5;
  color:#64748b;
}

.ykp-step-line{
  flex:0 0 auto;
  width:60px;
  height:0;
  margin-top:21px;
  border-top:2px dashed #cbd5e1;
}

/* ---------- Form section ---------- */
.ykp-form-section{
  padding:30px 0 50px;
}

.ykp-form-layout{
  display:grid;
  grid-template-columns:1.85fr 1fr;
  gap:30px;
  align-items:start;
}

.ykp-form-card{
  background:#fff;
  border:1px solid var(--ykp-border);
  border-radius:16px;
  padding:34px;
  box-shadow:0 8px 24px rgba(15,23,42,.04);
}

.ykp-form-card>h2{
  font-size:24px;
  font-weight:800;
  margin-bottom:26px;
}

/* ---------- EOI form ---------- */
h3.ykp-form-group-title{
  font-size:15px;
  font-weight:700;
  color:var(--ykp-orange);
  margin:24px 0 16px;
}

.ykp-form-group-title:first-of-type{
  margin-top:0;
}

.ykp-field-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-bottom:18px;
}

.ykp-field-row-3{
  grid-template-columns:repeat(3,1fr);
}

.ykp-field{
  display:flex;
  flex-direction:column;
}

.ykp-field label{
  font-size:13px;
  font-weight:600;
  color:#334155;
  margin-bottom:7px;
}

.ykp-field label span{
  color:var(--ykp-danger);
}

.ykp-field input,
.ykp-field select{
  width:100%;
  padding:8px 13px;
  font-size:14px;
  color:#1e293b;
  background:#fff;
  border:1px solid var(--ykp-border);
  border-radius:9px;
  outline:none;
  transition:border-color .15s,box-shadow .15s;
  box-sizing:border-box;
}

.ykp-field input::placeholder{
  color:#94a3b8;
}

.ykp-field input:focus,
.ykp-field select:focus,
.ykp-input-prefix:focus-within{
  border-color:var(--ykp-primary);
  box-shadow:0 0 0 3px rgba(18,61,139,.12);
}

.ykp-field select{
  appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 12px center;
  padding-right:36px;
}

.ykp-input-prefix{
  display:flex;
  align-items:center;
  border:1px solid var(--ykp-border);
  border-radius:9px;
  overflow:hidden;
  background:#fff;
}

.ykp-input-prefix>span{
  padding:0 12px;
  color:#64748b;
  font-size:14px;
  border-right:1px solid var(--ykp-border);
  align-self:stretch;
  display:flex;
  align-items:center;
}

.ykp-input-prefix input{
  border:none;
  border-radius:0;
}

.ykp-input-prefix input:focus{
  box-shadow:none;
}

.ykp-checkbox{
  display:flex;
  align-items:flex-start;
  gap:9px;
  font-size:13px;
  color:#475569;
  margin:8px 0 22px;
  cursor:pointer;
}

.ykp-checkbox input{
  margin-top:2px;
  width:15px;
  height:15px;
  accent-color:var(--ykp-primary);
}

.ykp-checkbox a{
  color:var(--ykp-primary);
  text-decoration:none;
}

.ykp-checkbox a:hover{
  text-decoration:underline;
}

.ykp-submit-btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:14px 20px;
  font-size:15px;
  font-weight:700;
  color:#fff;
  background:var(--ykp-orange);
  border:none;
  border-radius:10px;
  cursor:pointer;
  transition:background .15s,transform .05s;
}

.ykp-submit-btn svg{
  width:18px;
  height:18px;
}

.ykp-submit-btn:hover{
  background:#e06c05;
}

.ykp-submit-btn:active{
  transform:translateY(1px);
}

.ykp-form-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:16px 0 0;
  font-size:13px;
  color:#64748b;
}

.ykp-form-note svg{
  width:15px;
  height:15px;
  color:var(--ykp-success);
}

/* ---------- Success message ---------- */
.ykp-success-box{
  text-align:center;
  padding:20px 10px 10px;
}

.ykp-success-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  margin-bottom:18px;
  border-radius:50%;
  background:rgba(22,163,74,.12);
  color:var(--ykp-success);
}

.ykp-success-icon svg{
  width:32px;
  height:32px;
}

.ykp-success-box h2{
  font-size:24px;
  font-weight:800;
  margin-bottom:18px;
}

.ykp-success-sub{
  margin:0 0 8px;
  font-size:14px;
  color:#64748b;
}

.ykp-success-code{
  display:inline-block;
  padding:12px 26px;
  margin-bottom:14px;
  font-size:24px;
  font-weight:800;
  letter-spacing:1px;
  color:var(--ykp-primary);
  background:rgba(18,61,139,.06);
  border:1px dashed var(--ykp-primary);
  border-radius:10px;
}

.ykp-success-save{
  margin:0 0 24px;
  font-size:13.5px;
  color:#64748b;
}

.ykp-success-note{
  max-width:380px;
  margin:0 auto;
  padding:18px 22px;
  text-align:left;
  background:var(--ykp-bg);
  border:1px solid var(--ykp-border);
  border-radius:12px;
}

.ykp-success-note p{
  margin:0 0 8px;
  font-size:14px;
  color:#334155;
}

.ykp-success-note ul{
  margin:0;
  padding-left:20px;
}

.ykp-success-note li{
  font-size:14px;
  color:#334155;
  margin-bottom:4px;
}

/* ---------- Sidebar ---------- */
.ykp-benefits-card,
.ykp-help-card{
  border-radius:16px;
}

.ykp-benefits-card{
  background:#fff;
  border:1px solid var(--ykp-border);
  padding:26px;
  box-shadow:0 8px 24px rgba(15,23,42,.04);
}

.ykp-benefits-card h3{
  font-size:18px;
  font-weight:800;
  margin-bottom:20px;
}

.ykp-benefits-card ul{
  list-style:none;
  margin:0;
  padding:0;
}

.ykp-benefits-card li{
  display:flex;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid #f1f5f9;
}

.ykp-benefits-card li:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.ykp-benefits-card li:first-child{
  padding-top:0;
}

.ykp-benefit-icon{
  flex:0 0 auto;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:rgba(18,61,139,.08);
  color:var(--ykp-primary);
}

.ykp-benefit-icon svg{
  width:20px;
  height:20px;
}

.ykp-benefits-card li div{
  display:flex;
  flex-direction:column;
  gap:3px;
}

.ykp-benefits-card li strong{
  font-size:14px;
  font-weight:700;
  color:#1e293b;
}

.ykp-benefits-card li span{
  font-size:12.5px;
  line-height:1.5;
  color:#64748b;
}

.ykp-help-card{
  margin-top:24px;
  padding:26px;
  background:var(--ykp-primary);
  color:#fff;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}

.ykp-help-card h3{
  color:#fff;
  font-size:18px;
  font-weight:800;
  margin-bottom:10px;
}

.ykp-help-card p{
  margin:0 0 8px;
  font-size:13.5px;
  line-height:1.5;
  color:rgba(255,255,255,.85);
}

.ykp-help-line{
  display:flex;
  align-items:center;
  gap:9px;
  font-weight:600;
  color:#fff !important;
}

.ykp-help-line svg{
  width:16px;
  height:16px;
  flex:0 0 auto;
}

.ykp-help-illustration{
  flex:0 0 auto;
  color:rgba(255,255,255,.45);
}

.ykp-help-illustration svg{
  width:54px;
  height:54px;
}

/* ---------- Stats ---------- */
.ykp-stats{
  padding:10px 0 60px;
}

.ykp-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  background:#fff;
  border:1px solid var(--ykp-border);
  border-radius:16px;
  padding:30px;
  box-shadow:0 8px 24px rgba(15,23,42,.04);
}

.ykp-stat{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:4px;
}

.ykp-stat-icon{
  color:var(--ykp-primary);
  margin-bottom:6px;
}

.ykp-stat-icon svg{
  width:30px;
  height:30px;
}

.ykp-stat strong{
  font-size:30px;
  font-weight:800;
  color:var(--ykp-primary);
  line-height:1;
}

.ykp-stat span{
  font-size:13px;
  color:#64748b;
}

.ykp-track-page{
  padding:50px 0 70px;
}

.ykp-track-wrap{
  max-width:560px;
  margin:0 auto;
}

.ykp-track-card{
  background:#fff;
  border:1px solid var(--ykp-border);
  border-radius:16px;
  padding:38px 34px;
  text-align:center;
  box-shadow:0 8px 24px rgba(15,23,42,.04);
}

.ykp-track-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:60px;
  height:60px;
  margin-bottom:18px;
  border-radius:50%;
  background:rgba(18,61,139,.08);
  color:var(--ykp-primary);
}

.ykp-track-icon svg{
  width:28px;
  height:28px;
}

.ykp-track-card h1{
  font-size:26px;
  font-weight:800;
  margin-bottom:10px;
}

.ykp-track-lead{
  font-size:14.5px;
  line-height:1.6;
  color:#64748b;
  margin:0 auto 26px;
  max-width:420px;
}

.ykp-track-form{
  text-align:left;
}

.ykp-track-form .ykp-field{
  margin-bottom:18px;
}

.ykp-track-form .ykp-submit-btn{
  margin-top:6px;
  background:var(--ykp-primary);
}

.ykp-track-form .ykp-submit-btn:hover{
  background:var(--ykp-primary-dark);
}

.ykp-track-result{
  background:#fff;
  border:1px solid var(--ykp-border);
  border-radius:16px;
  padding:28px 30px;
  margin-bottom:24px;
  box-shadow:0 8px 24px rgba(15,23,42,.04);
}

.ykp-track-result-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
  padding-bottom:16px;
  border-bottom:1px solid var(--ykp-border);
}

.ykp-track-result-head h3{
  font-size:18px;
  font-weight:800;
  margin:0;
}

.ykp-status-badge{
  display:inline-block;
  padding:5px 14px;
  border-radius:999px;
  font-size:12.5px;
  font-weight:700;
}

.ykp-status-badge.is-pending{
  background:rgba(249,125,18,.12);
  color:var(--ykp-orange);
}

.ykp-status-badge.is-approved{
  background:rgba(22,163,74,.12);
  color:var(--ykp-success);
}

.ykp-status-badge.is-rejected{
  background:rgba(220,38,38,.12);
  color:var(--ykp-danger);
}

.ykp-track-details{
  list-style:none;
  margin:0;
  padding:0;
}

.ykp-track-details li{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:12px 0;
  border-bottom:1px solid #f1f5f9;
}

.ykp-track-details li:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.ykp-track-label{
  font-size:13.5px;
  color:#64748b;
}

.ykp-track-value{
  font-size:14px;
  font-weight:600;
  color:#1e293b;
  text-align:right;
}

.ykp-track-error{
  display:flex;
  align-items:flex-start;
  gap:14px;
  text-align:left;
  border-left:4px solid var(--ykp-danger);
}

.ykp-track-result-icon{
  flex:0 0 auto;
  color:var(--ykp-danger);
}

.ykp-track-result-icon svg{
  width:26px;
  height:26px;
}

.ykp-track-error h3{
  font-size:17px;
  font-weight:800;
  color:var(--ykp-danger);
  margin:0 0 4px;
}

.ykp-track-error p{
  margin:0;
  font-size:13.5px;
  color:#64748b;
}

/* ---------- Responsive ---------- */
@media(max-width:992px){

  .ykp-hero{
    padding:50px 0 70px;
  }

  .ykp-hero-bg{
    inset:0;
    opacity:.18;
  }

  .ykp-hero-bg::before{
    background:rgba(248,250,252,.4);
  }

  .ykp-form-layout{
    grid-template-columns:1fr;
  }

  .ykp-process-card{
    flex-wrap:wrap;
    justify-content:center;
    gap:24px;
  }

  .ykp-step{
    flex:0 0 40%;
  }

  .ykp-step-line{
    display:none;
  }

}

@media(max-width:768px){

  .ykp-hero-content h1{
    font-size:32px;
  }

  .ykp-feature-cards{
    grid-template-columns:1fr;
    gap:16px;
  }

  .ykp-field-row,
  .ykp-field-row-3{
    grid-template-columns:1fr;
  }

  .ykp-step{
    flex:0 0 100%;
  }

  .ykp-stats-grid{
    grid-template-columns:1fr 1fr;
    gap:28px 20px;
  }

}
