.kesif-page {
    background-color: #f3f7fc;
}

.kesif-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 70px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 32%),
        radial-gradient(circle at bottom left, rgba(255,255,255,0.10), transparent 28%),
        linear-gradient(135deg, #005bb9 0%, #0c6dd2 55%, #1491ec 100%);
}

.kesif-hero:before,
.kesif-hero:after {
    content: '';
    position: absolute;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    pointer-events: none;
}

.kesif-hero:before {
    top: -90px;
    right: -80px;
    width: 280px;
    height: 280px;
}

.kesif-hero:after {
    left: -120px;
    bottom: -120px;
    width: 340px;
    height: 340px;
}

.kesif-hero .container,
.kesif-trust-band .container,
.kesif-services .container,
.kesif-benefits .container,
.kesif-logos .container,
.kesif-bottom-cta .container {
    position: relative;
    z-index: 2;
}

.kesif-form-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 34px 30px 30px;
    box-shadow: 0 24px 60px rgba(0, 34, 76, 0.18);
}

.kesif-form-card h2 {
    color: #09325c;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.kesif-form-card p {
    color: #58708e;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.kesif-field {
    margin-bottom: 18px;
}

.kesif-field label {
    display: block;
    color: #09325c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.kesif-field input {
    width: 100%;
    height: 58px;
    border: 1px solid #d9e6f4;
    border-radius: 16px;
    padding: 0 18px;
    color: #09325c;
    font-size: 16px;
    background: #f8fbff;
}

.kesif-field input:focus {
    border-color: #1491ec;
    box-shadow: 0 0 0 4px rgba(20, 145, 236, 0.12);
}

.kesif-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 6px;
}

.kesif-whatsapp-btn,
.kesif-call-link,
.kesif-main-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.kesif-whatsapp-btn {
    width: 100%;
    min-height: 58px;
    padding: 14px 18px;
    border: 0;
    color: #ffffff;
    background: linear-gradient(135deg, #0f8f45 0%, #18b15a 100%);
    box-shadow: 0 14px 30px rgba(9, 135, 58, 0.28);
}

.kesif-whatsapp-btn:disabled {
    opacity: 0.72;
    cursor: wait;
}

.kesif-whatsapp-btn:hover,
.kesif-main-cta:hover,
.kesif-call-link:hover {
    transform: translateY(-2px);
}

.kesif-whatsapp-btn:disabled:hover {
    transform: none;
}

.kesif-form-status {
    min-height: 24px;
    margin: 12px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.kesif-form-status.is-pending {
    color: #0c6dd2;
}

.kesif-form-status.is-success {
    color: #0f8f45;
}

.kesif-form-status.is-error {
    color: #c43d3d;
}

.kesif-form-note {
    margin-top: 14px;
    color: #667e9d;
    font-size: 13px;
    line-height: 1.6;
}

.kesif-copy {
    color: #ffffff;
    padding: 24px 0 24px 26px;
}

.kesif-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #dcecff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.kesif-copy h1 {
    font-size: 56px;
    line-height: 1.08;
    margin-bottom: 20px;
}

.kesif-copy p {
    max-width: 560px;
    color: #d7e9ff;
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.kesif-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.kesif-points li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.kesif-points li i {
    color: #ffe082;
}

.kesif-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.kesif-stat {
    padding: 18px 18px 16px;
    background: rgba(2, 29, 61, 0.24);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 18px;
    backdrop-filter: blur(6px);
}

.kesif-stat strong {
    display: block;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 8px;
}

.kesif-stat span {
    display: block;
    color: #d7e9ff;
    font-size: 14px;
    line-height: 1.55;
}

.kesif-trust-band {
    margin-top: -30px;
    padding-bottom: 90px;
}

.kesif-trust-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.kesif-trust-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px 24px 22px;
    box-shadow: 0 18px 42px rgba(11, 53, 104, 0.10);
    border: 1px solid rgba(0, 91, 185, 0.08);
}

.kesif-trust-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #eaf4ff;
    color: #005bb9;
    font-size: 22px;
    margin-bottom: 18px;
}

.kesif-trust-card h3,
.kesif-service-card h3,
.kesif-logos-header h2,
.kesif-benefit-copy h2,
.kesif-bottom-cta h2 {
    color: #0b2d52;
}

.kesif-trust-card h3 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.kesif-trust-card p,
.kesif-service-card p,
.kesif-benefit-copy p,
.kesif-benefit-list li,
.kesif-bottom-cta p {
    color: #56718f;
    font-size: 16px;
    line-height: 1.8;
}

.kesif-services,
.kesif-benefits,
.kesif-logos,
.kesif-bottom-cta {
    padding: 0 0 95px;
}

.kesif-section-head {
    max-width: 760px;
    margin-bottom: 36px;
}

.kesif-section-head span,
.kesif-logos-header span,
.kesif-benefit-copy span {
    display: inline-block;
    color: #005bb9;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.kesif-section-head h2,
.kesif-logos-header h2,
.kesif-benefit-copy h2,
.kesif-bottom-cta h2 {
    font-size: 40px;
    line-height: 1.18;
    margin-bottom: 14px;
}

.kesif-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.kesif-service-card {
    height: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 28px 26px;
    box-shadow: 0 18px 42px rgba(11, 53, 104, 0.08);
    border: 1px solid rgba(0, 91, 185, 0.08);
}

.kesif-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #005bb9 0%, #1491ec 100%);
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 18px;
}

.kesif-service-card h3 {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.kesif-benefits {
    background: linear-gradient(180deg, #f3f7fc 0%, #edf5ff 100%);
}

.kesif-benefit-panel {
    background: #ffffff;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 20px 48px rgba(11, 53, 104, 0.10);
}

.kesif-benefit-copy {
    padding-right: 14px;
}

.kesif-benefit-list {
    margin: 24px 0 0;
}

.kesif-benefit-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 16px;
}

.kesif-benefit-list li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 0;
    color: #1491ec;
}

.kesif-benefit-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.kesif-metric {
    min-height: 170px;
    border-radius: 24px;
    padding: 24px;
    background: linear-gradient(160deg, #083b76 0%, #0e63c7 100%);
    color: #ffffff;
}

.kesif-metric:nth-child(2),
.kesif-metric:nth-child(3) {
    background: linear-gradient(160deg, #ffffff 0%, #edf5ff 100%);
    color: #0b2d52;
    border: 1px solid rgba(0, 91, 185, 0.10);
}

.kesif-metric:nth-child(4) {
    background: linear-gradient(160deg, #06284e 0%, #0a4f9c 100%);
}

.kesif-metric strong {
    display: block;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 14px;
}

.kesif-metric span {
    display: block;
    font-size: 16px;
    line-height: 1.7;
}

.kesif-logos {
    background: #fffdfa;
}

.kesif-logos-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 36px;
}

.kesif-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.kesif-logo-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 18px;
    border: 1px solid rgba(0, 91, 185, 0.10);
    box-shadow: 0 18px 42px rgba(11, 53, 104, 0.07);
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
}

.kesif-logo-media {
    width: 100%;
    min-height: 126px;
    border-radius: 18px;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(0, 91, 185, 0.08);
}

.kesif-logo-media img {
    display: block;
    max-width: 100%;
    max-height: 86px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.kesif-logo-media--dark {
    background: linear-gradient(135deg, #081a33 0%, #12355f 100%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.kesif-logo-media--text {
    background: linear-gradient(135deg, #f8fbff 0%, #eaf4ff 100%);
    color: #0b3568;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.kesif-logo-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kesif-logo-copy h3 {
    margin: 0;
    font-size: 1.05rem;
    color: #062a50;
}

.kesif-logo-copy p {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5d6f84;
}

.kesif-bottom-cta {
    padding-bottom: 110px;
}

.kesif-bottom-cta-box {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 28%),
        linear-gradient(135deg, #062a50 0%, #005bb9 100%);
    border-radius: 30px;
    padding: 42px 44px;
    box-shadow: 0 24px 60px rgba(6, 42, 80, 0.22);
}

.kesif-bottom-cta h2,
.kesif-bottom-cta p {
    color: #ffffff;
}

.kesif-bottom-cta p {
    max-width: 640px;
    color: rgba(255,255,255,0.84);
    margin-bottom: 0;
}

.kesif-call-link,
.kesif-main-cta {
    min-height: 56px;
    padding: 0 22px;
    text-align: center;
    white-space: nowrap;
}

.kesif-main-cta {
    color: #ffffff;
    background: #18b15a;
    box-shadow: 0 14px 30px rgba(9, 135, 58, 0.26);
}

.kesif-call-link {
    color: #0b2d52;
    background: #ffffff;
}

.kesif-bottom-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .kesif-copy {
        padding-left: 0;
    }

    .kesif-copy h1 {
        font-size: 48px;
    }

    .kesif-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .kesif-hero {
        padding-top: 70px;
    }

    .kesif-copy {
        padding-top: 40px;
    }

    .kesif-trust-wrap,
    .kesif-service-grid,
    .kesif-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kesif-benefit-copy {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .kesif-bottom-actions {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .kesif-copy h1,
    .kesif-section-head h2,
    .kesif-logos-header h2,
    .kesif-benefit-copy h2,
    .kesif-bottom-cta h2 {
        font-size: 34px;
    }

    .kesif-copy p {
        font-size: 17px;
    }

    .kesif-hero-stats,
    .kesif-trust-wrap,
    .kesif-service-grid,
    .kesif-benefit-metrics,
    .kesif-logo-grid {
        grid-template-columns: 1fr;
    }

    .kesif-form-card,
    .kesif-bottom-cta-box,
    .kesif-benefit-panel {
        padding: 28px 22px;
    }

    .kesif-bottom-actions {
        flex-direction: column;
    }

    .kesif-call-link,
    .kesif-main-cta {
        width: 100%;
    }
}
