* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    color: #333;
}

img {
    max-width: 100%;
    display: block;
}

.ks-container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 24px;
}

/* HEADER */
.ks-header {
    background-color: #ffffff;
    border-bottom: 1px solid #f2d4e3;
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo {
    height: 72px;

}

.ks-header-inner {
    max-width: 1460px;
    margin: 0 auto;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ks-nav {
    display: flex;
    margin: 0 auto 0 60px;
}

.ks-nav a {
    color: #5B5B5B;
    font-weight: 500;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    transition: color 140ms ease;
    padding: 4px 16px;
}

.ks-nav a.active {
    color: #EC1A6C;
}

/* Buttons */
.ks-btn-primary {
    box-shadow: 0px 4.97px 12.42px 1.24px #B7B7B740;
    color: #EF1D72;
    border: none;
    border-radius: 10px;
    padding: 10px 28px;
    cursor: pointer;
    background-color: #ffffff;
    height: 80px;
}

.ks-btn-primary a {
    color: #EF1D72;
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration: none;
}

.ks-btn-outline {
    background: #EC1A6C;
    padding: 8px 20px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #FF425880;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ffffff;
    height: 60px;
}

.ks-btn-outline a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ffffff;
    text-decoration: none;
}

/* HERO SECTION WITH SLIDER */

.ks-hero {
    background-image: var(--desktop-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.ks-hero-inner {
    max-width: 1460px;
    margin: 0 auto;
    padding: 70px 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 800px;

}

.ks-hero-left {
    max-width: 720px;

}


.ks-hero-left h1 {
    color: #ffffff;
    font-family: Poppins;
    font-weight: 800;
    font-size: 59.48px;
    line-height: 72px;
    letter-spacing: 0;
    margin-bottom: 33px;
}

.ks-hero-left p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 29.66px;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 33px;
    color: #ffffff;
}

/* DISCOVER SECTION */
.ks-discover {
    padding: 132px 0 108px 0;
    max-width: 1420px;
    margin: 0 auto;
}

.ks-section-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #EC1A6C;
    margin-bottom: 30px;
}

.ks-section-subtext {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #313C4A;
    padding: 0 20px;

}

.ks-why-grid {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.ks-why-card {
    background: #FEE9F1;
    border-radius: 16px;
    padding: 42px 32px;
    text-align: center;
    height: auto;
    width: 23.40%;
    border: 2px solid #FFB9C2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.ks-section {
    padding: 108px 0 152px 0;
    max-width: 1218px;
    margin: 0 auto;
}

.ks-section .ks-why-grid .ks-why-card p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    color: #4B5563;
    margin-top: 10px;

}

.ks-section .ks-why-grid .ks-why-card h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 20px;
}

.ks-section .ks-why-grid .ks-why-card .underline {
    width: 70px;
    height: 4px;
    background: #FF9FAA;

}

.ks-section .ks-why-grid .ks-why-card img {
    width: 70px;
    border-radius: 60px;

}

/* STEPS */
.ks-steps {
    background: #EC1A6C1A;
    padding: 45px 0 100px 0;
}

.ks-steps-grid {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ks-step-card {
    text-align: center;
    max-width: 380px;
}

.ks-step-card img {
    width: 240px;
    height: 240px;
    border-radius: 120px;
    border: 5px solid #fff;
    display: inline-block;
    margin-bottom: 14px;
    object-fit: cover;
    margin: 0;
}

.ks-step-card .step3-img-group .step3-img.uno {
    grid-column-start: 1;
    grid-column-end: 2;
    transform: translateY(50%);
}

.ks-step-card .step3-img-group .step3-img.dos {
    grid-column-start: 2;
    grid-column-end: 3;

}

.ks-step-card .step3-img-group .step3-img.tres {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;

}

.ks-step-card .step3-img-group .step3-img {
    width: 125px;
    height: 125px;
    border-radius: 16px;

}

.ks-step-card .step3-img-group .step3-icon {
    display: inline-block;
    position: absolute;
    top: 30%;
    right: -25px;
    background: #ec1a6c;
    padding: 11px 14px;
    border: 5px solid #ffffff;
    border-radius: 40px;
    /* margin-top: 1px; */
}

.ks-step-card .step1-img-wrapper .step1-icon {
    display: inline-block;
    position: absolute;
    top: 30%;
    right: -25px;
    background: #ec1a6c;
    padding: 11px 14px;
    border: 5px solid #ffffff;
    border-radius: 40px;

}

.ks-step-card .step2-img-wrapper {
    position: relative;

}

.ks-step-card .step2-img-wrapper .step2-icon {
    display: inline-block;
    position: absolute;
    top: 30%;
    right: -25px;
    background: #ec1a6c;
    padding: 11px 14px;
    border: 5px solid #ffffff;
    border-radius: 40px;
    /* margin-top: 1px; */

}

.ks-step-card .step1-img-wrapper {
    position: relative;
}

.ks-step-card .step3-img-group {
    display: grid;
    grid-template-columns: auto auto;
    position: relative;
}

.ks-step-card .step2-img-wrapper .step2-img {
    border-radius: 10px;
    margin-bottom: 0;
    width: 200px;
    height: 170px;
    object-position: 100% 25%;
}

.ks-step-card .step2-img-wrapper {
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
}

.ks-step-card .step2-img-wrapper .card-content .card-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 9.71px;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;


}

.ks-step-card .step2-img-wrapper .card-content .btn-primary {
    font-family: Poppins;
    font-weight: 700;
    font-size: 8.07px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    border-radius: 20px;
    padding: 8px 12px;
    background: #EF1D72;
    color: #F8E1DF;
    text-decoration: none;

}

.ks-step-card .step2-img-wrapper .card-content .card-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12.48px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 6px;

}

.ks-step-card .step2-img-wrapper .card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ks-step-card h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    margin: 24px 0 7px;
}

.ks-step-card p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #4B5563;
    text-align: center;
    padding: 0 20px;
}

.ks-service .ks-service-grid .ks-service-card img {
    width: 74px;

}

.ks-service .ks-service-grid .ks-service-card p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #4B5563;
    padding: 0 46px;
}

.ks-service .ks-service-grid .ks-service-card h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 23.57px;
    line-height: normal;
    letter-spacing: 0;
    color: #4B5563;
    padding-bottom: 5px;
    margin-top: 22px;
    text-align: center;

}

.ks-service .ks-service-grid .ks-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, #FCE7F3 14.64%, #FECACA 85.36%);
    width: 23.23%;
    padding: 22px 4px 26px 4px;
    border-radius: 10px;

}

.ks-service .ks-service-grid {
    display: flex;
    justify-content: space-between;

}

.ks-service {
    padding: 108px 0;

}

/* DOWNLOAD APP SECTION */
.ks-download {
    background: #ff2c7d;
    color: #ffffff;
    position: relative;
}

.ks-download .ks-download-inner {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.ks-download .ks-download-inner .ks-download-content p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;



}

.ks-download .ks-download-inner .ks-download-content h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 14px;

}

.ks-download .ks-download-inner .ks-download-content .ks-download-card p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}

.ks-download .ks-download-inner .ks-download-content {
    width: 41%;
    padding: 20px 0;
}


.ks-download .ks-download-inner .ks-mobile .flycard {
    margin-top: -90px;
    position: relative;

}

.ks-download .ks-download-inner .ks-mobile {
    display: flex;
    width: 59%;
    justify-content: center;

}

.ks-download-card {
    background: #FFEFF1;
    color: #444;
    border-radius: 20px;
    padding: 48px;
    max-width: 576px;
    box-shadow: 0px 0px 15px 0px #00000026;

}

.ks-download-card .bar-card {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;

}

.ks-download-card .app-logo img {
    max-width: 185px;
    border-radius: 10px;

}

.ks-download-card img {
    max-width: 160px;
    margin-bottom: 8px;
}

/* Matches */

.ks-profile-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.15);
}

.ks-profile-card img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}

/* Footer */
.ks-footer {
    background: #EF1D72;
    color: #fff;
    padding: 70px 0 20px;
}


/* FOOTER FLEX CONTAINER */
.ks-footer-container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 40px;
}

/* COLUMN */
.footer-col h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20.17px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 18px;
}

.footer-col p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0;

}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin: 8px 0;
}

.footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-col ul li a:hover {
    text-decoration: underline;
}

/* SOCIAL ICONS */
.footer-social {
    margin-top: 30px;
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d51a63;
    border-radius: 50%;
    color: white;
    font-size: 16px;
}

.footer-social a:hover {
    background: #b91555;
}

/* NEWSLETTER */
.newsletter {
    margin-top: 14px;
    display: flex;
}

.newsletter input {
    padding: 10px 14px;
    border: none;
    border-radius: 6px 0 0 6px;
    width: 200px;
    font-size: 14px;
    background: #ffd0e4;
    color: #333;
}

.newsletter button {
    background: #A00F20;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    font-size: 14px;
}

.newsletter button:hover {
    background: #700827;
}

/* DIVIDER */
.footer-divider {
    margin: 40px auto 20px;
    height: 1px;
    width: 90%;
    background: #ff8fba;
    opacity: 0.5;
}

/* COPYRIGHT TEXT */
.ks-footer .ks-container p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    padding: 30px 0 10px;
    margin-top: 40px;
    border-top: 1px solid #D8D8D8;

}

.footer-bottom-text {
    text-align: center;
    font-size: 13px;
    color: #ffe4f0;
}


/* WRAPPER: needed for positioning arrows */
.ks-steps {
    position: relative;

}

/* SVG ARROWS */
.steps-curve {
    position: absolute;
    width: 320px;
    height: 160px;
    pointer-events: none;
}

/* First arrow (Step 1 → Step 2) */
.steps-curve-1 {
    top: 20%;
    left: 34%;
    transform: translateX(-50%);
}

/* Second arrow (Step 2 → Step 3) */
.steps-curve-2 {
    top: 40%;
    right: 34%;
    transform: translateX(50%);
}

@keyframes dashFlow {
    to {
        stroke-dashoffset: -30;
    }
}

.steps-curve path {
    animation: dashFlow 3s linear infinite;
}


/* MOBILE MENU BUTTON */
.ks-hamburger {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: #EC1A6C;
}

/* MOBILE ONLY CONTACT BUTTON */
.mobile-btn {
    display: none;
}


.policy-page {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 24px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
/* Header section */
.policy-head {
    background: linear-gradient(135deg, #EC1A6C 0%, #764ba2 100%);
    color: #ffffff;
    padding: 40px 30px;
    text-align: center;
    position: relative;
}

.page-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.updated {
    display: block;
    font-size: 16px;
    opacity: 0.9;
    font-weight: 500;
    margin-bottom: 15px;
}

.updated.float{
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, #ff6074 0%, #764ba2 100%);
    padding: 5px 15px;
    margin-bottom: 0;
    border-radius: 10px;
    bottom: 0;
}

/* Content section */
.policy-content {
    padding: 40px 30px;
}

.policy-block {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
}

.policy-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.content-head {
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    border-left: 4px solid #EC1A6C;
    padding-left: 15px;
}

.sub-content-head {
    font-size: 20px;
    font-weight: 600;
    color: #34495e;
    margin: 25px 0 15px 0;
}

.policy-content p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}

.policy-content p strong {
    color: #333;
}

/* Lists */
.content-point {
    margin: 15px 0;
    padding-left: 20px;
}

.content-point li {
    margin-bottom: 8px;
    color: #555;
    position: relative;
    font-size: 16px;
}

.content-point li::before {
    content: '•';
    color: #EC1A6C;
    font-weight: bold;
    position: absolute;
    left: -20px;
    width: 20px;
}

.content-point ol {
    list-style-position: inside;
    counter-reset: item;
    padding-left: 0;
}

.content-point ol li {
    counter-increment: item;
    margin-bottom: 10px;
}

.content-point ol li::before {
    content: counter(item) ".";
    font-weight: bold;
    color: #EC1A6C;
    margin-right: 8px;
}

/* Spans for emphasis */
.policy-content span {
    font-weight: 600;
    color: #EC1A6C;
}

/* --- MOBILE BREAKPOINT --- */
@media (min-width: 1440px) {
    .ks-download .ks-download-inner .ks-download-content h2 {
        font-size: 40px;

    }

}


@media (max-width: 991px) {

    .logo {
        height: 53px;
    }

    .ks-header-inner {
        padding: 16px 20px;
    }

    /* SHOW HAMBURGER */
    .ks-hamburger {
        display: block;
    }

    /* HIDE DESKTOP BUTTON */
    .desktop-btn {
        display: none;
    }

    /* NAV convert to drawer */
    .ks-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        flex-direction: column;
        background: white;
        padding: 20px;
        border-bottom: 1px solid #f2d4e3;
        gap: 14px;
        display: none;
    }

    .ks-nav.open {
        display: flex;
        margin: 0;
    }

    .ks-nav a {
        font-size: 18px;
        padding: 8px 0;
    }

    /* SHOW mobile contact button */
    .ks-nav .mobile-btn {
        display: block;
        margin-top: 10px;
        width: 100%;
        height: 42px;
    }

    .ks-hero-left h1 {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .ks-hero-left p {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .ks-btn-primary {
        height: 40px;
    }

    .ks-btn-primary a {
        font-size: 18px;

    }

    .ks-hero {
        background-image: var(--mobile-image);

    }

    .ks-hero-inner {
        height: 500px;
    }

    .ks-discover {
        padding: 60px 0 60px 0;

    }

    .ks-section {
        padding: 45px 0 60px 0;
    }

    .ks-section-title {
        font-size: 16px;
    }

    .ks-section-subtext {
        font-size: 14px;
        line-height: 22px;
        padding: 0 20px;
    }

    .steps-curve {
        display: none;
    }

    .ks-steps {
        padding: 45px 0 60px 0;
    }

    .ks-download .ks-download-inner .ks-download-content {
        width: 100%;
    }

    .ks-download .ks-download-inner {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .ks-download {
        padding: 45px 0 0 0;
    }

    .ks-download .ks-download-inner .ks-download-content h2 {
        font-size: 20px;
        line-height: normal;

    }

    .ks-download .ks-download-inner .ks-download-content p {
        font-size: 12px;

    }

    .ks-download .ks-download-inner .ks-download-content .ks-download-card p {
        font-size: 14px;
        line-height: 20px;

    }

    .ks-download-card {
        padding: 25px;
        margin: 0 auto;

    }

    .ks-download-card .bar-card {

        justify-content: center;
        margin-right: 0;
        flex-wrap: wrap;
    }

    .ks-download .ks-download-inner .ks-mobile {
        width: 100%;
    }

    .ks-download .ks-download-inner .ks-mobile .flycard {
        width: 100%;
        margin-top: 0;
    }

    .ks-why-grid {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px 0;
    }

    .ks-section .ks-why-grid .ks-why-card h3 {
        font-size: 14px;
        margin-top: 10px;
    }

    .ks-section .ks-why-grid .ks-why-card p {
        font-size: 12px;
        line-height: 16px;

    }

    .ks-why-card {
        padding: 25px 15px;
        width: 48%;

    }

    .ks-service {
        padding: 60px 0;
    }


    .ks-service .ks-service-grid {
        flex-wrap: wrap;
        gap: 15px 0;
    }

    .ks-service .ks-service-grid .ks-service-card {
        width: 48%;


    }

    .ks-service .ks-service-grid .ks-service-card h3 {
        font-size: 14px;
        margin-top: 10px;
    }

    .ks-service .ks-service-grid .ks-service-card p {
        font-size: 12px;
        padding: 0 10px;
    }

    .ks-footer {
        padding: 60px 0 20px;
    }

    .ks-footer-container {
        grid-template-columns: auto;
    }

    .footer-col h3 {
        font-size: 18px;

    }

    .footer-col p {
        font-size: 14px;

    }

    .footer-col ul li a {
        font-size: 14px;
    }

}


/* Responsive design */
@media (max-width: 600px) {
    .policy-head {
        padding: 20px 15px;
    }

    .page-title {
        font-size: 24px;
    }

    .policy-content {
        padding: 20px 15px;
    }

    .policy-content p {
        font-size: 12px;
    }

    .sub-content-head {
        font-size: 16px;
    }

    .content-head {
        font-size: 20px;
    }

    .content-point li {
        font-size: 12px;
    }

    .updated {
        font-size: 12px;

    }

    .updated.float {
        padding: 3px 10px;
        border-radius: 5px;
        font-size: 10px;
    }

    .policy-block {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .content-point li::before {
        left: -15px;
    }
}