@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Manrope, sans-serif;
}

/* HERO */
.hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Background Image */
.bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* Top Title */
.top-title {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
}

/* CARD */
.card {
    margin-top: 30px;
    width: 480px;
    height: 544px;
    background: linear-gradient(180deg, #EFE5FF 0%, #FFF6F1 100%);
    padding: 50px 45px;
    border-radius: 28px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

/* Logo */
.logo-img {
    width: 70px;
    margin-bottom: 25px;
    border-radius: 16px;
}

/* Title */
.title {
    font-family: "Playfair Display";
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
    color: #2E2E2E;
    margin-bottom: 20px;
}

/* Subtitle */
.subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #494949;
    margin-bottom: 30px;
}

/* CTA Button */
.btn {
    width: 260px;
    height: 60px;
    background: #5B2E68;
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/* Arrow Icon */
.arrow-icon {
    width: 20px;
}

/* Watch Demo Link */
.watch-demo {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
}

.watch-demo:hover {
    color: #5B2E68;
}

/* ---------------------------------------
   HOW IT WORKS SECTION
--------------------------------------- */
.sections-wrapper{
    background-image: url(./Images/Curve\ bg.png);
    background-size: cover;
    padding: 0%;
    margin: 0%;
}
.how-it-works {
    width: 100%;
    padding-top: 120px;
    text-align: left;
}

/* Title */
.how-title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}


/* Container for 3 cards */
.how-cards {
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    gap: 30px;
}

/* Individual Card */
.how-card {
    width: 347px;
    height: 388px;
    background: #FCEDFF;
    border-radius: 30px;
    box-shadow: 14px 15px 39px 0px #00000040;
    position: relative;
    padding-top: 40px;
    text-align: center;
}

/* Number Badge Circle */
.number-badge {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #0B0264;
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    position: absolute;
    top: 36px;
    left: 33px;
    text-align: center;
}

/* Icon */
.how-icon {
    width: 158px;
    height: 158px;
    object-fit: contain;
    margin-top: 40px;
}

/* Text under icon */
.how-text {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    color: #343059;
    padding: 20px 20px;
}

/* ---------------------------------------
   WHAT ARE WE BUILDING SECTION
--------------------------------------- */

.building {
    width: 100%;
    margin-top: 150px;
}

.building-title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 600;
    color: #343059;
    margin-left: 631px;
    margin-bottom: 30px;
}

/* MAIN CARD */
.building-card {
    background: linear-gradient(180deg, #FFEDEF 0%, #FFFFFF 100%);
    border-radius: 22.5px;
    box-shadow: 16px 13px 35.5px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
}

/* IMAGE WRAPPER WITH BORDER & SHADOW */
.building-image-wrapper {
    width: 618px;
    height: 621px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    left: -90px; 
    margin-top: 50px;
    margin-bottom: 30px;
}

/* IMAGE */
.building-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TEXT */
.building-text {
    width: 60%;
    padding-right: 100px;
}

.building-text p {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 500;
    color: #292455;
    line-height: 140%;
    text-align: justify;
}

/* ---------------------------------------
   WHY ARE WE BUILDING SECTION
--------------------------------------- */
.why-building {
    width: 100%;
    margin-top: 150px;
}

/* TEXT AREA */
/* Title */
.why-title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 600;
    color: #343059;
    text-align: center;
    margin-bottom: 40px;
    margin-right: 100px;
}
/* MAIN CARD */
.why-card {
    background: #ffff;
    border-radius: 22.5px;
    box-shadow: 16px 13px 35.5px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
}

/* IMAGE WRAPPER WITH BORDER & SHADOW */
.why-image-wrapper {
    width: 618px;
    height: 621px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    right: -90px; 
    margin-top: 50px;
    margin-bottom: 30px;
}

/* IMAGE */
.why-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TEXT */
.why-text {
    width: 80%;
    padding-right: 100px;
    margin-left: 120px;
}

.why-text p {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 500;
    color: #292455;
    line-height: 140%;
    text-align: justify;
}

.gold-star {
    color: #D4AF37; /* Rich gold */
    font-weight: 700;
}


/* ---------------------------------------
   TRY IT OUT SECTION
--------------------------------------- */

.try-section {
    width: 100%;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 120px;
}

/* Main Button */
.try-btn {
    width: 317px;
    height: 112.5px;
    background: #5B2E68;
    border: none;
    border-radius: 28.13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 33.75px;
    font-family: Manrope;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
    transition: 0.3s ease;
}

/* Hover effect */
.try-btn:hover {
    background: #4a2254;
}

/* Arrow icon */
.try-arrow {
    width: 40px;
    height: auto;
}

/* ---------------------------------------
   NO MORE ENDLESS TEXTING SECTION
--------------------------------------- */

.no-more {
    width: 100%;
    margin-top: 150px;
    text-align: center;
    padding-bottom: 50px;
}

/* Title */
.no-more-title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    color: #343059;
    margin-bottom: 60px;
    text-align: center;
    margin-left: 240px;
    margin-right: 240px;
}

/* Card Container */
.no-more-cards {
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

/* Individual card */
.no-card {
    width: 347px;
    background: #FFFFFF;
    border-radius: 30px;
    box-shadow: 14px 10px 25.6px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* Card images */
.no-card-img {
    width: 250px;
    height: 230px;
    object-fit: contain;
}

/* Card text */
.no-card-text {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    color: #343059;
    margin-top: 20px;
    text-align: center;
    padding: 0 10px;
}

/* ---------------------------------------
   FOOTER SECTION
--------------------------------------- */

.footer {
    width: 100%;
    text-align: center;
    padding: 80px 0 60px 0;
}

/* Wingmann Title */
.footer-title {
    font-family: "Playfair Display";
    font-weight: 800;
    font-size: 36px;
    color: #343059;
    margin-bottom: 25px;
}

/* Icon row */
.footer-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
}

.footer-icon {
    width: 35px;
    height: 23px;
    object-fit: contain;
}

/* Links */
.footer-links {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 10px;
}

.footer-link {
    font-size: 16px;
    font-weight: 400;
    color: #2D9AF3;
    text-decoration: underline;
    cursor: pointer;
}

.footer-link:hover {
    color: #2D9AF3;
}

/* =======================================
   RESPONSIVE BREAKPOINTS
======================================= */

/* MOBILE: 320px - 767px */
@media (max-width: 767px) {
    /* HERO SECTION */
    .hero {
        height: 100vh;
    }
    
    .card {
        width: 90%;
        height: auto;
        min-height: 500px;
        padding: 30px 20px;
        margin-top: 20px;
    }
    
    .title {
        font-size: 28px;
    }
    
    .subtitle {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .btn {
        width: 100%;
        max-width: 280px;
        font-size: 16px;
    }
    
    /* HOW IT WORKS SECTION */
    .how-it-works {
        padding-top: 80px;
    }
    
    .how-title {
        font-size: 32px;
        margin-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .how-cards {
        width: 100%;
        margin: 30px auto;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .how-card {
        width: 90%;
        max-width: 320px;
        height: auto;
        padding: 30px 20px;
    }
    
    .number-badge {
        top: 20px;
        left: 20px;
    }
    
    .how-icon {
        width: 120px;
        height: 120px;
        margin-top: 30px;
    }
    
    .how-text {
        font-size: 20px;
        padding: 15px;
    }
    
    /* WHAT ARE WE BUILDING SECTION */
    .building {
        margin-top: 80px;
    }
    
    .building-title {
        font-size: 32px;
        margin-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .building-card {
        flex-direction: column;
        margin: 0 20px;
        padding: 20px;
    }
    
    .building-image-wrapper {
        width: 100%;
        height: 300px;
        left: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .building-text {
        width: 100%;
        padding-right: 0;
    }
    
    .building-text p {
        font-size: 18px;
        text-align: justify;
    }
    
    /* WHY ARE WE BUILDING SECTION */
    .why-building {
        margin-top: 80px;
    }
    
    .why-title {
        font-size: 32px;
        margin-right: 0;
        text-align: center;
    }
    
    .why-card {
        flex-direction: column-reverse;
        margin: 0 20px;
        padding: 20px;
    }
    
    .why-image-wrapper {
        width: 100%;
        height: 300px;
        right: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .why-text {
        width: 100%;
        padding-right: 0;
        margin-left: 0;
    }
    
    .why-text p {
        font-size: 18px;
        text-align: justify;
    }
    
    
.gold-star {
    color: #D4AF37; /* Rich gold */
    font-weight: 700;
}

    /* TRY IT OUT SECTION */
    .try-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    .try-btn {
        width: 90%;
        max-width: 350px;
        height: 80px;
        font-size: 24px;
        gap: 20px;
        padding: 20px 30px;
    }
    
    .try-arrow {
        width: 30px;
    }
    
    /* NO MORE ENDLESS TEXTING SECTION */
    .no-more {
        margin-top: 80px;
    }
    
    .no-more-title {
        font-size: 32px;
        margin-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .no-more-cards {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .no-card {
        width: 90%;
        max-width: 320px;
    }
    
    .no-card-img {
        width: 250px;
        height: 250px;
    }
    
    .no-card-text {
        font-size: 20px;
    }
    
    /* FOOTER */
    .footer {
        padding: 60px 0 40px 0;
    }
    
    .footer-title {
        font-size: 28px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 15px;
    }
}

/* TABLET: 768px - 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    /* HERO SECTION */
    .card {
        width: 400px;
        height: 500px;
        padding: 40px 30px;
    }
    
    .title {
        font-size: 32px;
    }
    
    .subtitle {
        font-size: 17px;
    }
    
    /* HOW IT WORKS SECTION */
    .how-it-works {
        padding-top: 100px;
    }
    
    .how-title {
        font-size: 40px;
        margin-left: 50px;
    }
    
    .how-cards {
        width: 95%;
        margin-left: 50px;
        justify-content: center;
        gap: 30px;
    }
    
    .how-card {
        width: 300px;
        height: 350px;
    }
    
    .how-icon {
        width: 140px;
        height: 140px;
    }
    
    .how-text {
        font-size: 22px;
    }
    
    /* WHAT ARE WE BUILDING SECTION */
    .building {
        margin-top: 100px;
    }
    
    .building-title {
        font-size: 40px;
        margin-left: 0;
        text-align: center;
    }
    
    .building-card {
        margin: 0 30px;
    }
    
    .building-image-wrapper {
        width: 400px;
        height: 500px;
        left: -50px;
    }
    
    .building-text p {
        font-size: 20px;
    }
    
    /* WHY ARE WE BUILDING SECTION */
    .why-building {
        margin-top: 100px;
    }
    
    .why-title {
        font-size: 40px;
        margin-right: 0;
    }
    
    .why-card {
        margin: 0 30px;
    }
    
    .why-image-wrapper {
        width: 400px;
        height: 500px;
        right: -50px;
    }
    
    .why-text {
        margin-left: 60px;
    }
    
    .why-text p {
        font-size: 20px;
    }
    
    
.gold-star {
    color: #D4AF37; /* Rich gold */
    font-weight: 700;
}

    /* TRY IT OUT SECTION */
    .try-section {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .try-btn {
        width: 380px;
        height: 100px;
        font-size: 32px;
    }
    
    /* NO MORE ENDLESS TEXTING SECTION */
    .no-more {
        margin-top: 100px;
    }
    
    .no-more-title {
        font-size: 40px;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .no-more-cards {
        width: 95%;
        justify-content: center;
        gap: 30px;
    }
    
    .no-card {
        width: 300px;
    }
    
    .no-card-text {
        font-size: 22px;
    }
}

/* DESKTOP: 1280px - 1920px */
@media (min-width: 1280px) and (max-width: 1920px) {
    /* Adjust container widths for larger screens */
    .how-cards {
        width: 100%;
    }
    
    .building-title {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .building-card {
        width: 90%;
        max-width: 1200px;
    }
    
    .why-card {
        width: 90%;
        max-width: 1200px;
    }
    
    .no-more-cards {
        width: 90%;
        max-width: 1200px;
    }
    
.gold-star {
    color: #D4AF37; /* Rich gold */
    font-weight: 700;
}

}

/* LARGE DESKTOP: above 1920px */
@media (min-width: 1921px) {
    .how-cards,
    .building-card,
    .why-card,
    .no-more-cards {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .building-title {
        margin-left: auto;
    }
    
.gold-star {
    color: #D4AF37; /* Rich gold */
    font-weight: 700;
}

}

/* Additional utility for very small mobile devices */
@media (max-width: 374px) {
    .card {
        padding: 25px 15px;
    }
    
    .title {
        font-size: 24px;
    }
    
    .subtitle {
        font-size: 14px;
    }
    
    .btn {
        height: 50px;
        font-size: 15px;
    }
    
    .how-title,
    .building-title,
    .why-title,
    .no-more-title {
        font-size: 28px;
    }
    
    .try-btn {
        height: 70px;
        font-size: 20px;
    }
    
.gold-star {
    color: #D4AF37; /* Rich gold */
    font-weight: 700;
}

}