/* ── scoped to .llp-* — no global reset, won't touch navbar ── */

.llp-hero {
    background: linear-gradient(135deg, #1E0B6B 0%, #4338CA 55%, #6366F1 100%);
    position: relative;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
}

.llp-hero::before {
    content: '';
    position: absolute;
    top: -90px;
    right: -90px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 55px solid rgba(255, 255, 255, 0.07);
    animation: llpRing 4s ease-in-out infinite;
}

.llp-hero::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: -50px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 38px solid rgba(247, 168, 0, 0.10);
    animation: llpRing 4s ease-in-out infinite 1.5s;
}

@keyframes llpRing {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.06);
        opacity: 0.55;
    }
}

.llp-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 58px 24px 52px;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.llp-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(247, 168, 0, 0.18);
    border: 1.5px solid rgba(247, 168, 0, 0.50);
    color: #F7A800;
    border-radius: 30px;
    padding: 5px 17px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
    width: fit-content;
}

.llp-hero-title {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 16px;
}

.llp-hero-title .t-gold {
    color: #F7A800;
}

.llp-hero-title .t-lite {
    color: #c7d2fe;
}

.llp-hero-desc {
    font-size: 15.5px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.80;
    max-width: 530px;
    margin-bottom: 30px;
}

.llp-hero-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.llp-btn-gold {
    background: linear-gradient(135deg, #F7A800, #d98600);
    color: #1E0B6B;
    font-weight: 800;
    font-size: 15px;
    padding: 13px 32px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 6px 22px rgba(247, 168, 0, 0.44);
    transition: transform .2s, box-shadow .2s;
}

.llp-btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(247, 168, 0, 0.55);
    color: #1E0B6B;
    text-decoration: none;
}

.llp-btn-ghost {
    background: rgba(0, 0, 0, 0.16);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 28px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.48);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    transition: all .2s;
}

.llp-btn-ghost:hover {
    border-color: #F7A800;
    color: #F7A800;
    text-decoration: none;
}

/* stat pills */
.llp-pills {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.llp-pill {
    background: rgba(0, 0, 0, 0.17);
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    border-radius: 14px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    transition: background .2s, border-color .2s;
    box-sizing: border-box;
}

.llp-pill:hover {
    background: rgba(0, 0, 0, 0.27);
    border-color: rgba(255, 255, 255, 0.48);
}

.llp-pill-ico {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.pi-indigo {
    background: linear-gradient(135deg, #1E0B6B, #4338CA);
}

.pi-green {
    background: linear-gradient(135deg, #3AAA35, #267a22);
}

.pi-gold {
    background: linear-gradient(135deg, #F7A800, #c97f00);
}

.pi-blue {
    background: linear-gradient(135deg, #29ABE2, #1a7faa);
}

.llp-pill-val {
    font-size: 16px;
    font-weight: 800;
    display: block;
    line-height: 1.2;
}

.llp-pill-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.68);
}

/* brand strip */
.llp-strip {
    height: 4px;
    background: linear-gradient(to right, #1E0B6B, #4338CA, #29ABE2, #F7A800);
}

/* ── section commons ── */
.llp-section {
    padding: 52px 0 44px;
    font-family: 'Nunito', sans-serif;
}

.llp-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.llp-sec-head {
    text-align: center;
    margin-bottom: 40px;
}

.llp-sec-head h2 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #1B2A4A;
    margin-bottom: 10px;
}

.llp-sec-head h2 .c-indigo {
    color: #4338CA;
}

.llp-sec-head h2 .c-gold {
    color: #F7A800;
}

.llp-sec-head h2 .c-blue {
    color: #29ABE2;
}

.llp-sec-head p {
    font-size: 15.5px;
    color: #64748B;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.74;
}

.llp-underline {
    width: 58px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(to right, #4338CA, #6366F1);
    margin: 14px auto 0;
}

/* ── intro card ── */
.llp-intro-card {
    background: #fff;
    border: 1.5px solid #c7d2fe;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(67, 56, 202, 0.09);
    display: flex;
    margin-bottom: 26px;
    box-sizing: border-box;
}

.llp-intro-side {
    width: 80px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #1E0B6B, #4338CA);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

.llp-intro-body {
    flex: 1;
    padding: 24px 26px;
    position: relative;
    box-sizing: border-box;
}

.llp-intro-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 26px;
    right: 26px;
    height: 3px;
    background: linear-gradient(to right, #4338CA, #F7A800, transparent);
    border-radius: 0 0 4px 4px;
}

.llp-intro-body h3 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: #1B2A4A;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1.5px dashed #c7d2fe;
}

.llp-intro-body p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.82;
    margin-bottom: 10px;
}

.llp-intro-body p:last-child {
    margin-bottom: 0;
}

/* ── filing cards — 3-col grid ── */
.llp-filing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 28px;
}

.llp-filing-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 26px rgba(67, 56, 202, 0.10);
    border: 1.5px solid #c7d2fe;
    background: #fff;
    transition: transform .25s, box-shadow .25s;
    box-sizing: border-box;
}

.llp-filing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 38px rgba(67, 56, 202, 0.16);
}

.llp-card-header {
    padding: 22px 24px 18px;
    position: relative;
    overflow: hidden;
}

.llp-card-header::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
}

.fc-1 .llp-card-header {
    background: linear-gradient(135deg, #1E0B6B, #4338CA);
}

.fc-2 .llp-card-header {
    background: linear-gradient(135deg, #4338CA, #29ABE2);
}

.fc-3 .llp-card-header {
    background: linear-gradient(135deg, #1B7A28, #3AAA35);
}

.llp-form-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    border-radius: 20px;
    padding: 3px 13px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.llp-card-header h3 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.llp-card-header p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.80);
    position: relative;
    z-index: 1;
}

.llp-due-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.18);
    border: 1.5px solid rgba(255, 255, 255, 0.38);
    color: #fff;
    border-radius: 20px;
    padding: 4px 13px;
    font-size: 12px;
    font-weight: 800;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

.llp-card-body {
    padding: 20px 24px 24px;
}

.llp-card-body p {
    font-size: 14px;
    color: #555;
    line-height: 1.80;
    margin-bottom: 12px;
}

.llp-card-body p:last-child {
    margin-bottom: 0;
}

.llp-card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.llp-card-body ul li {
    font-size: 14px;
    color: #444;
    padding: 7px 0;
    border-bottom: 1px dashed #e0e7ff;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.55;
}

.llp-card-body ul li:last-child {
    border-bottom: none;
}

.llp-card-body ul li .li-ico {
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ── How K-Seva Helps ── */
.llp-help-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.llp-help-text h3 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #1B2A4A;
    margin-bottom: 14px;
    line-height: 1.3;
}

.llp-help-text h3 span {
    color: #4338CA;
}

.llp-help-text p {
    font-size: 15px;
    color: #555;
    line-height: 1.82;
    margin-bottom: 18px;
}

.llp-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.llp-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px dashed #e0e7ff;
    line-height: 1.6;
}

.llp-checklist li:last-child {
    border-bottom: none;
}

.llp-checklist li .chk {
    font-size: 18px;
}

.llp-help-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.llp-hcard {
    background: #fff;
    border: 1.5px solid #c7d2fe;
    border-radius: 16px;
    padding: 22px 18px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(67, 56, 202, 0.08);
    transition: transform .25s, box-shadow .25s, border-color .25s;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.llp-hcard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 16px 16px 0 0;
}

.llp-hcard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(67, 56, 202, 0.14);
    border-color: #4338CA;
}

.llp-hcard.hc-1::before {
    background: linear-gradient(to right, #1E0B6B, #4338CA);
}

.llp-hcard.hc-2::before {
    background: linear-gradient(to right, #4338CA, #29ABE2);
}

.llp-hcard.hc-3::before {
    background: linear-gradient(to right, #29ABE2, #3AAA35);
}

.llp-hcard.hc-4::before {
    background: linear-gradient(to right, #3AAA35, #F7A800);
}

.llp-hcard .hcard-ico {
    font-size: 34px;
    margin-bottom: 10px;
    display: block;
}

.llp-hcard h4 {
    font-family: 'Barlow', 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #1B2A4A;
    margin-bottom: 6px;
}

.llp-hcard p {
    font-size: 13px;
    color: #64748B;
    line-height: 1.65;
}

.llp-apply-btn {
    background: linear-gradient(135deg, #4338CA, #6366F1);
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    padding: 13px 32px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    box-shadow: 0 6px 20px rgba(67, 56, 202, 0.36);
    transition: transform .2s, box-shadow .2s;
}

.llp-apply-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(67, 56, 202, 0.48);
    color: #fff;
    text-decoration: none;
}

/* ── contact strip ── */
.llp-contact-strip {
    background: linear-gradient(135deg, #1E0B6B 0%, #4338CA 100%);
    padding: 44px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
}

.llp-contact-strip::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.llp-ct-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.llp-ct-text h3 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
}

.llp-ct-text h3 span {
    color: #F7A800;
}

.llp-ct-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.74);
}

.llp-ct-items {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.llp-ct-item {
    display: flex;
    align-items: center;
    gap: 13px;
    background: rgba(0, 0, 0, 0.18);
    border: 1.5px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    padding: 15px 20px;
    color: #fff;
    transition: background .2s, border-color .2s;
    box-sizing: border-box;
}

.llp-ct-item:hover {
    background: rgba(0, 0, 0, 0.28);
    border-color: rgba(255, 255, 255, 0.48);
}

.llp-ct-item .ct-ico {
    font-size: 26px;
}

.llp-ct-item .ct-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: .64;
    display: block;
    margin-bottom: 2px;
}

.llp-ct-item .ct-val {
    font-size: 15px;
    font-weight: 800;
}

.llp-ct-item a {
    color: #F7A800;
    text-decoration: none;
}

.llp-ct-item a:hover {
    text-decoration: underline;
}

/* responsive */
@media (max-width: 960px) {
    .llp-hero-inner {
        grid-template-columns: 1fr;
        padding: 42px 24px 46px;
    }

    .llp-pills {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .llp-pill {
        flex: 1 1 200px;
    }

    .llp-hero-title {
        font-size: 34px;
    }

    .llp-filing-grid {
        grid-template-columns: 1fr 1fr;
    }

    .llp-help-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .llp-hero-title {
        font-size: 26px;
    }

    .llp-hero-btns {
        flex-wrap: wrap;
    }

    .llp-filing-grid {
        grid-template-columns: 1fr;
    }

    .llp-intro-card {
        flex-direction: column;
    }

    .llp-intro-side {
        width: 100%;
        padding: 16px 20px;
        min-height: 60px;
    }

    .llp-help-cards {
        grid-template-columns: 1fr;
    }

    .llp-ct-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}