/* ============================================
   Sewgo Marketing Site — partner-login.css
   ============================================ */

    .login-hero {
        position: relative; background: linear-gradient(120deg, var(--navy) 0%, var(--navy-dark) 60%);
        min-height: 260px; overflow: hidden; margin-top: -1px;
    }
    .login-hero::after {
        content: ''; position: absolute; inset: 0;
        background: linear-gradient(90deg, var(--navy) 0%, var(--navy) 30%, rgba(15,42,74,.35) 65%, rgba(15,42,74,0) 100%);
    }
    .login-hero-content { position: relative; z-index: 2; padding: 60px 24px 120px; max-width: 1180px; margin: 0 auto; }
    .login-hero-content h1 { color: #fff; font-size: 2.4rem; margin-bottom: 10px; }
    .login-hero-content p { color: #d7e0ea; font-size: 1.02rem; max-width: 480px; }

    .login-card-wrap { max-width: 1180px; margin: -90px auto 0; padding: 0 24px; position: relative; z-index: 3; }
    .login-card {
        background: #fff; max-width: 460px; margin: 0 auto; border-radius: 16px;
        box-shadow: 0 20px 50px rgba(15,42,74,.18); padding: 40px 36px;
    }
    .login-card h2 { text-align: center; font-size: 1.5rem; margin-bottom: 4px; }
    .login-card .sub { text-align: center; color: var(--muted); font-size: .92rem; margin-bottom: 26px; }
    .field { margin-bottom: 18px; }
    .field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; color: var(--ink); }
    .field .input-wrap { position: relative; }
    .field input {
        width: 100%; padding: 13px 14px; border: 1.5px solid var(--border); border-radius: 9px;
        font-size: .95rem; font-family: inherit; transition: border-color .15s;
    }
    .field input:focus { outline: none; border-color: var(--teal); }
    .toggle-pw { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: none; border: none; color: var(--muted); cursor: pointer; }
    .field-row { display: flex; justify-content: space-between; align-items: center; font-size: .85rem; margin-bottom: 22px; }
    .field-row a { color: var(--teal-dark); font-weight: 600; }
    .remember { display: flex; align-items: center; gap: 7px; color: var(--muted); }
    .btn-login { width: 100%; background: var(--teal); color: #fff; padding: 14px; border-radius: 9px;
        font-weight: 700; font-size: .98rem; border: none; cursor: pointer; }
    .btn-login:hover { background: var(--teal-dark); }
    .signup-note { text-align: center; margin-top: 20px; font-size: .88rem; color: var(--muted); }
    .signup-note a { color: var(--teal-dark); font-weight: 700; }
    .staff-note { text-align: center; margin-top: 10px; font-size: .82rem; }
    .staff-note a { color: var(--navy); font-weight: 600; text-decoration: underline; }
    .alert-error { background: #fdeceb; border: 1px solid #f3b9b3; color: #b3261e; padding: 10px 14px;
        border-radius: 8px; font-size: .85rem; margin-bottom: 16px; }



    .why-section { padding: 80px 0 60px; text-align: center; }
    .why-section h2 { font-size: 1.8rem; margin-bottom: 44px; }
    .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
    .why-item .icon-circle {
        /* width: 60px; height: 60px;  */
        border-radius: 50%; 
        /* background: var(--bg-mint); */
        display: flex; align-items: center; justify-content: center; 
        /* margin: 0 auto 16px; */
        color: var(--teal-dark); font-size: 1.3rem;
    }
    .why-item h4 { font-size: 1rem; margin-bottom: 6px; }
    .why-item p { color: var(--muted); font-size: .87rem; margin: 0; }

    .cta-band { background: var(--teal); color: #fff; padding-left: 44px;padding-right: 44px; }
    .cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
    .cta-band-icon { width: 54px; height: 54px; border: 2px solid rgba(255,255,255,.5); border-radius: 50%;
        display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
    .cta-band h3 { color: #fff; font-size: 1.3rem; margin-bottom: 4px; }
    .cta-band p { margin: 0; color: rgba(255,255,255,.9); font-size: .92rem; }
    .cta-band-btn { background: var(--teal); color: #fff; padding: 13px 26px; border-radius: 8px; font-weight: 700; white-space: nowrap; }

    @media (max-width: 800px) {
        .why-grid { grid-template-columns: 1fr 1fr; }
        .login-card { padding: 30px 24px; }
        .login-hero-content h1 { font-size: 1.8rem; }
        .cta-band .wrap { flex-direction: column; text-align: center; }
    }

    @media (max-width: 480px) {
        .why-grid { grid-template-columns: 1fr; }
        .why-item:not(:last-child)::after { display: none; }
    }

/* ===== Blank image placeholders (swap for real assets) ===== */
.img-placeholder {
        background: repeating-linear-gradient(45deg, #eef1f4, #eef1f4 10px, #f7f8fa 10px, #f7f8fa 20px);
        border: 2px dashed #c7d0d9; display: flex; flex-direction: column; align-items: center; justify-content: center;
        color: #8a97a3; gap: 6px; text-align: center;
    }
.img-placeholder i { font-size: 1.6rem; }
.img-placeholder span { font-size: .72rem; font-weight: 600; padding: 0 10px; }

.img-placeholder-banner { position: absolute; inset: 0; width: 100%; height: 100%; border: none; border-radius: 0; }
.img-placeholder-icon { border-width: 1.5px; }
.img-placeholder-icon i { font-size: 1.1rem; }
.img-placeholder-handshake { border-color: rgba(255,255,255,.6); background: repeating-linear-gradient(45deg, rgba(255,255,255,.08), rgba(255,255,255,.08) 10px, rgba(255,255,255,.03) 10px, rgba(255,255,255,.03) 20px); color: rgba(255,255,255,.8); }
.img-placeholder-handshake i { font-size: 1.3rem; }

/* ===== Real image sizing (once actual assets are placed) ===== */
.hero-banner-img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5;
}
.why-item .icon-circle img {
    width: 150px; height: 120px; object-fit: contain;
}
.cta-band-icon img {
    width: 26px; height: 26px; object-fit: contain;
}
.handshake-img {
    width: 120px; object-fit: contain;
}

.cta-band{
    background: linear-gradient(90deg,
        #0f2a4a 0%,
        #12395b 35%,
        #0b6c72 75%,
        #0e5843 100%);
    color: #fff;
    padding: 22px 44px;
}


.cta-content{
    display: flex;
    align-items: center;
    gap: 70px;
}

.cta-text{
    display: flex;
    flex-direction: column;
}

.cta-band h3{
    margin-bottom: 6px;
}

.cta-band p{
    margin: 0;
}

.cta-band-btn{
    display: inline-block;
    margin-top: 18px;
    align-self: flex-start;
}

@media (max-width: 800px) {
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .login-card {
        padding: 30px 24px;
    }

    .login-hero-content h1 {
        font-size: 1.8rem;
    }

    .cta-content{
        flex-direction: column;
        text-align: center;
    }

    .cta-band-btn{
        align-self: center;
    }
}


.why-section,
.cta-band {
    border: none !important;
}

.why-section::before,
.why-section::after,
.cta-band::before,
.cta-band::after {
    display: none !important;
}

.why-section {
    margin-bottom: 0;
    padding-bottom: 60px;
}

.cta-band {
    margin-top: 0;
}

.why-section {
    position: relative;
    padding-bottom: 80px;
}

.why-section::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 180px;      /* line length */
    height: 1px;
    background: #d9e2ea;
}

.why-section {
    border-bottom: 1px solid #e6eaee;
}


.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.why-item {
    position: relative;
    text-align: center;
    padding: 0 20px;
}

/* Vertical divider */
.why-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -15px;
    width: 1px;
    height: 180px; /* apne content ke hisab se adjust kar lena */
    background: #d9e2ea;
}