/* ============================================================
   VCash Partner Page – partner.css
   ============================================================ */

/* Nav active state */
.nav-active{color:#fff !important;font-weight:600}

/* Partner Hero */
.p-hero{position:relative;padding:calc(var(--nav-h) + 4rem) 1.5rem 4rem;overflow:hidden;text-align:center}
.p-hero-bg{position:absolute;inset:0;z-index:0}
.p-hero-glow{position:absolute;top:-30%;left:20%;width:60%;height:100%;background:radial-gradient(circle,rgba(47,92,255,.2),transparent 55%);filter:blur(80px)}
.p-hero-container{position:relative;z-index:1;max-width:800px;margin:0 auto}
.p-hero h1{font-size:clamp(2rem,6vw,4rem);font-weight:900;line-height:1.1;letter-spacing:-.04em;margin:.8rem 0 1rem}
.p-hero>div>p,.p-hero-container>p{font-size:clamp(.95rem,2vw,1.15rem);color:var(--text-70);max-width:60ch;margin:0 auto 2rem;line-height:1.8}
.p-hero-btns{display:flex;flex-direction:column;gap:.8rem;justify-content:center;align-items:center}
@media(min-width:640px){.p-hero-btns{flex-direction:row}}
@media(min-width:1024px){.p-hero{padding:calc(var(--nav-h) + 6rem) 3rem 5rem}}

/* Sections */
.p-section{padding:4rem 1.5rem;scroll-margin-top:calc(var(--nav-h) + 1.5rem)}
.p-section-light{background:#f4f7ff;color:#0f172f}
.p-section-dark{background:var(--bg-light);color:#fff}
@media(min-width:1024px){.p-section{padding:5rem 3rem}}

/* Type header */
.p-type-header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2.5rem}
.p-type-icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:linear-gradient(135deg,var(--blue),var(--cyan));display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#fff;flex-shrink:0;margin-top:.3rem}
.vendor-icon{background:linear-gradient(135deg,#7c3aed,#a78bfa)}
.p-type-header h2{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;line-height:1.1;letter-spacing:-.03em;margin:.3rem 0 .5rem}
.p-type-header p{font-size:.95rem;color:#55617c;line-height:1.7;max-width:60ch}
.p-section-dark .p-type-header p{color:var(--text-70)}

/* Benefits grid */
.p-benefits-grid{display:grid;gap:1.2rem;margin-bottom:2rem}
.p-benefit-card{background:#fff;border:1px solid #dce6fb;border-radius:var(--radius-xl);padding:1.5rem;transition:transform .3s,box-shadow .3s}
.p-benefit-card:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(29,52,116,.1)}
.p-card-dark{background:rgba(255,255,255,.05);border-color:var(--border);color:#fff}
.p-card-dark:hover{box-shadow:0 15px 40px rgba(0,0,0,.2)}
.p-card-dark p{color:var(--text-70) !important}
.p-benefit-icon{width:2.5rem;height:2.5rem;border-radius:.7rem;background:linear-gradient(135deg,var(--blue),var(--cyan));display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;margin-bottom:.8rem}
.p-benefit-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.3rem}
.p-benefit-card p{font-size:.88rem;color:#59657f;line-height:1.7}
@media(min-width:768px){.p-benefits-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.p-benefits-grid{grid-template-columns:repeat(3,1fr)}}

.p-sub-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem}

/* Vendor categories */
.p-vendor-categories{margin-top:2.5rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:rgba(255,255,255,.03);padding:2rem}
.p-vendor-categories h3{font-size:1.2rem;font-weight:700;margin-bottom:1.2rem}
.p-cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}
.p-cat{display:flex;align-items:center;gap:.7rem;padding:.8rem 1rem;border-radius:var(--radius);border:1px solid var(--border);background:rgba(255,255,255,.05);font-size:.9rem;transition:background .2s}
.p-cat:hover{background:rgba(255,255,255,.1)}
.p-cat i{color:var(--cyan);font-size:1.1rem;width:1.4rem;text-align:center}
@media(min-width:768px){.p-cat-grid{grid-template-columns:repeat(3,1fr)}}

/* Form layout */
.p-form-layout{display:grid;gap:3rem}
.p-form-info h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;letter-spacing:-.03em;margin-bottom:.8rem}
.p-form-info>p{font-size:.95rem;color:#55617c;line-height:1.7;max-width:50ch}
.p-form-stats{display:flex;gap:2rem;margin:1.5rem 0}
.p-form-stat{text-align:center}
.p-form-stat .ptp-num{font-size:2rem;font-weight:900;color:var(--blue);display:block}
.p-form-stat>span:last-child{font-size:.8rem;color:#55617c}
.p-contact-direct{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e6ebf6}
.p-contact-direct p{font-size:.85rem;color:#55617c;margin-bottom:.5rem}
.p-contact-direct a{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--blue);font-weight:600;margin-bottom:.3rem;transition:color .2s}
.p-contact-direct a:hover{color:var(--blue-hover)}

/* Form */
.p-form{background:#fff;border:1px solid #dce6fb;border-radius:var(--radius-xl);padding:2rem;box-shadow:0 20px 60px rgba(29,52,116,.08)}
.p-form-field{margin-bottom:1rem}
.p-form-field label{display:block;font-size:.85rem;font-weight:600;color:#0f172f;margin-bottom:.3rem}
.p-form-field input,.p-form-field select,.p-form-field textarea{width:100%;padding:.7rem 1rem;border:1px solid #dce6fb;border-radius:.8rem;font-size:.9rem;color:#0f172f;background:#f9fbff;outline:none;transition:border-color .2s}
.p-form-field input:focus,.p-form-field select:focus,.p-form-field textarea:focus{border-color:var(--blue)}
.p-form-field textarea{resize:vertical}
.p-form-row{display:grid;gap:1rem}
@media(min-width:640px){.p-form-row{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.p-form-layout{grid-template-columns:1fr 1.1fr;align-items:start}}
