.k-eligibility-visual img,
.k-hero-visual img {
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    height: auto;
    object-fit: cover
}

.k-card h3,
.k-eligibility-text h2,
.k-hero-text h1,
.k-section-header h2 {
    font-family: Montserrat, sans-serif
}

#k-benefits,
#k-eligibility,
#k-hero,
#k-process,
#k-types,
#k-why-arka {
    overflow: hidden;
    padding: 80px 5%
}

#k-cta,
#k-hero {
    background: var(--k-grad)
}

#k-cta,
#k-docs,
.k-section-header,
.k-step-container {
    text-align: center
}

#k-cta,
#k-docs,
#k-faq,
#k-why-arka {
    padding: 80px 5%
}

body {
    padding-top: 80px;
    color: #333;
    line-height: 1.6;
    background: var(--soft-grad-white);
    overflow-x: hidden
}

:root {
    --k-green: #064e3b;
    --k-leaf: #10b981;
    --k-gold: #fbbf24;
    --k-dark: #0f172a;
    --k-text: #475569;
    --k-grad: linear-gradient(135deg, #064e3b 0%, #059669 100%)
}

#k-hero {
    color: #fff;
    min-height: 70vh;
    display: flex;
    align-items: center
}

#k-eligibility {
    background: #f0fdf4
}

#k-process,
#k-types {
    background: #fff
}

#k-benefits,
#k-components {
    background: #f8fafc
}

.k-section-header {
    max-width: 800px;
    margin: 0 auto 50px
}

.k-section-header h2 {
    font-size: 2.8rem;
    color: var(--k-dark);
    margin-bottom: 15px
}

.k-section-header p {
    font-size: 1.1rem;
    color: var(--k-text)
}

.k-container {
    max-width: 1250px;
    margin: 0 auto;
    width: 100%
}

.grid-lock {
    display: grid;
    grid-template-columns: 55% 40%;
    justify-content: space-between;
    align-items: center;
    gap: 5%
}

.grid-lock-reverse {
    display: grid;
    grid-template-columns: 45% 50%;
    justify-content: space-between;
    align-items: center;
    gap: 5%
}

.k-eligibility-text,
.k-eligibility-visual,
.k-hero-text,
.k-hero-visual {
    min-width: 0;
    width: 100%
}

.k-hero-text h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff
}

#k-cta p,
.k-hero-text p {
    margin-bottom: 30px;
    opacity: .9
}

.k-doc-item:hover .k-doc-circle i,
.k-floating-card i,
.k-highlight {
    color: var(--k-gold)
}

.k-badge,
.k-btn-primary {
    background: var(--k-gold);
    color: var(--k-dark);
    font-weight: 800
}

.k-badge {
    padding: 6px 15px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: .9rem
}

.k-hero-text p {
    font-size: 1.1rem
}

.k-hero-btns {
    display: flex;
    gap: 20px;
    align-items: center
}

.k-btn-primary {
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 1.1rem;
    transition: .3s
}

.k-btn-primary:hover {
    transform: translateY(-3px);
    background: #fff
}

.k-btn-secondary {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .4);
    padding: 16px 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    transition: .3s;
    display: inline-block;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(5px)
}

.k-btn-secondary:hover {
    background: rgba(255, 255, 255, .2);
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.k-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    aspect-ratio: 1017/577
}

.k-hero-visual img {
    border-radius: 20px
}

.k-floating-card {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #fff;
    color: var(--k-green);
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 1.1rem;
    border-left: 5px solid var(--k-gold);
    white-space: nowrap;
    animation: 3s ease-in-out infinite k-float
}

.k-eligibility-visual,
.k-why-visual {
    position: relative;
    justify-content: center
}

.k-floating-card i {
    font-size: 1.8rem
}

@keyframes k-float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.k-eligibility-visual {
    display: flex;
    aspect-ratio: 500/344
}

.k-grid-2,
.k-grid-3 {
    display: grid;
    margin: 0 auto
}

.k-eligibility-visual img {
    border-radius: 20px;
    transition: transform .4s
}

.k-btn-cta,
.k-card,
.k-doc-circle,
.k-faq-box {
    transition: .3s
}

.k-eligibility-visual img:hover {
    transform: scale(1.03)
}

.k-eligibility-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--k-dark)
}

.k-eligibility-text p {
    margin-bottom: 20px;
    color: var(--k-text);
    font-size: 1.1rem
}

.k-list {
    list-style: none;
    padding: 0
}

.k-list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--k-dark);
    display: flex;
    align-items: center;
    gap: 10px
}

.k-list i {
    color: #2e7d32;
    font-size: 1.3rem
}

.k-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px
}

.k-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px
}

.k-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    border: 1px solid #f1f5f9
}

#k-docs,
.k-bg-mint {
    background: #f0fdf4
}

.k-card:hover {
    transform: translateY(-10px);
    border-color: var(--k-leaf);
    box-shadow: 0 15px 35px rgba(16, 185, 129, .1)
}

.k-card i {
    font-size: 3rem;
    color: var(--k-leaf);
    margin-bottom: 20px
}

.k-card h3 {
    font-size: 1.5rem;
    color: var(--k-dark);
    margin-bottom: 15px
}

.k-card p {
    color: var(--k-text);
    line-height: 1.6
}

.k-bg-mint {
    border-color: #dcfce7
}

.k-bg-sun {
    background: #fffbeb;
    border-color: #fef3c7
}

.k-list-simple {
    margin-top: 15px;
    list-style: none
}

.k-list-simple li {
    margin-bottom: 10px;
    color: var(--k-dark);
    font-size: 1.1rem
}

.k-list-simple strong {
    color: var(--k-green);
    font-size: 1.2rem
}

.k-step-container {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    gap: 20px
}

.k-step {
    flex: 1
}

.k-step-num {
    width: 70px;
    height: 70px;
    background: #dcfce7;
    color: var(--k-green);
    font-size: 2rem;
    font-weight: 900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 3px solid #bbf7d0
}

.k-step h4 {
    color: var(--k-dark);
    font-size: 1.2rem;
    margin-bottom: 5px
}

#k-cta h2,
.k-why-text h2 {
    font-size: 3rem;
    font-family: Montserrat, sans-serif
}

.k-step p {
    color: var(--k-text)
}

.k-comp-badge {
    background: var(--k-dark);
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block
}

.k-btn-cta,
.k-doc-item span {
    font-weight: 800
}

.k-border-gold {
    border-top: 5px solid var(--k-gold)
}

.k-border-green {
    border-top: 5px solid var(--k-leaf)
}

.k-border-blue {
    border-top: 5px solid #3b82f6
}

#k-why-arka {
    background: #fff
}

.k-why-text h2 {
    color: var(--k-dark);
    line-height: 1.2;
    margin-bottom: 20px
}

.k-why-text p {
    font-size: 1.15rem;
    color: var(--k-text);
    margin-bottom: 20px
}

.k-margin-top {
    margin-top: 30px
}

.k-why-visual {
    display: flex;
    width: 100%;
    min-width: 0;
    aspect-ratio: 1000/666
}

.k-why-visual img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    object-fit: cover
}

.k-bottom-right {
    bottom: 20px !important;
    left: auto !important;
    right: -20px !important
}

.k-docs-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
    flex-wrap: wrap
}

.k-doc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.k-doc-circle {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
    border: 2px solid #dcfce7
}

.k-doc-circle i {
    font-size: 2.5rem;
    color: var(--k-green);
    transition: .3s
}

.k-doc-item span,
.k-faq-box summary {
    font-size: 1.1rem;
    color: var(--k-dark)
}

.k-doc-item:hover .k-doc-circle {
    background: var(--k-green);
    transform: translateY(-10px)
}

#k-faq {
    background: #fff
}

.k-faq-container {
    max-width: 800px;
    margin: 0 auto
}

.k-faq-box {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #f8fafc
}

.k-faq-box summary {
    padding: 20px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 12px;
    outline: 0
}

.k-faq-box[open] summary {
    background: var(--k-green);
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.k-faq-box p {
    padding: 20px;
    color: var(--k-text);
    line-height: 1.6;
    font-size: 1.05rem;
    margin: 0
}

.k-faq-box:hover {
    border-color: var(--k-leaf);
    box-shadow: 0 5px 15px rgba(16, 185, 129, .05)
}

#k-cta {
    color: #fff
}

#k-cta h2 {
    color: #fff;
    margin-bottom: 20px
}

#k-cta p {
    font-size: 1.2rem
}

.k-btn-cta {
    background: var(--k-gold);
    color: var(--k-dark);
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1.2rem;
    display: inline-block
}

.k-btn-cta:hover {
    transform: translateY(-5px);
    background: #fff
}

@media (max-width:850px) {
    body {
        padding-top: 0 !important;
        margin-top: 0 !important
    }

    #k-hero,
    .k-hero,
    .kusum-hero {
        padding-top: 135px !important;
        padding-bottom: 50px !important;
        text-align: center !important;
        min-height: auto !important;
        margin-top: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .grid-lock,
    .grid-lock-reverse {
        grid-template-columns: 1fr !important;
        text-align: center;
        gap: 40px
    }

    .k-hero-visual {
        margin-top: 20px
    }

    .k-eligibility-visual {
        order: 2;
        margin-top: 30px
    }

    .k-eligibility-text {
        order: 1
    }

    .k-hero-btns,
    .k-list li {
        justify-content: center
    }

    .k-grid-2,
    .k-grid-3 {
        grid-template-columns: 1fr
    }

    .k-floating-card {
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        bottom: -20px !important;
        margin: 0 !important;
        width: max-content !important;
        animation: 3s ease-in-out infinite floatMobile !important
    }
}

@keyframes floatMobile {

    0%,
    100% {
        transform: translateX(-50%) translateY(0)
    }

    50% {
        transform: translateX(-50%) translateY(-15px)
    }
}

@media (max-width:600px) {
    .k-step-container {
        flex-direction: column;
        gap: 40px
    }

    .k-hero-text h1 {
        font-size: 2.5rem
    }

    .k-hero-btns {
        flex-direction: column
    }

    .k-btn-secondary {
        margin-top: 15px;
        margin-left: 0
    }
}