﻿body {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    background: #f5f7f6;
}

.hero {
    background: linear-gradient(180deg, #0f3d35, #0b2f29);
    color: white;
    position: relative;
    overflow: hidden;
}


.navbar {
    background: transparent;
}

.nav-link {
    color: #cfd8dc !important;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
}

.hero-sub {
    color: #b0bec5;
}

.email-box {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

    .email-box input {
        border: none;
        outline: none;
        padding: 12px;
        flex: 1;
    }

    .email-box button {
        background: #0f3d35;
        color: white;
        border: none;
        padding: 0 20px;
    }

.card-image {
    max-width: 500px;
    margin-top: 60px;
}

.floating-icons {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

    .floating-icons div {
        background: white;
        color: #0f3d35;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 6px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

.offcanvas {
    background: linear-gradient(180deg, #0f3d35, #0b2f29);
}

.features {
    background: linear-gradient(180deg, #0f3d35, #0b2f29);
    position: relative;
    margin-top: -80px;
    padding-top: 120px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}


.feature-box {
    text-align: center;
}

.icon-circle {
    width: 70px;
    height: 70px;
    background: rgba(144, 238, 144, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 28px;
    color: #b6ff9e;
}

.banking {
    background: #f5f7f6;
}

/* LEFT ITEMS */
.feature-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    border-left: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .feature-item i {
        font-size: 22px;
        color: #0f3d35;
        margin-top: 4px;
    }

    .feature-item h6 {
        margin: 0;
        font-weight: 600;
    }

    .feature-item p {
        margin: 5px 0 0;
        font-size: 14px;
        color: #6c757d;
    }

    /* ACTIVE STATE */
    .feature-item.active {
        background: #dfeac7;
        border-left: 4px solid #0f3d35;
    }

/* IMAGE BOX */
.image-box {
    background: #e9eceb;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

/* MOBILE */
@media (max-width: 991px) {
    .feature-item {
        border-left: none;
        border-radius: 10px;
    }

        .feature-item.active {
            border-left: none;
        }
}

.control {
    background: #f5f7f6;
}

/* Mockup container (grey rounded box behind image) */
.mockup-box {
    background: #e9eceb;
    padding: 40px;
    border-radius: 20px;
    display: inline-block;
}

/* Typography spacing */
.control h2 {
    font-size: 2.3rem;
}

.control p {
    max-width: 500px;
}

section + section {
    margin-top: 80px;
    background: #f5f7f6;
}

/* MOBILE */
@media (max-width: 991px) {
    .control h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .control p {
        text-align: center;
        margin: auto;
    }

    .mockup-box {
        padding: 25px;
    }
}

.wallet-section {
    background: #f5f7f6;
    padding: 100px 0;
}

.wallet-icon {
    width: 70px;
    height: 70px;
    background: #dfeac7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0f3d35;
}

.wallet-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.wallet-desc {
    color: #6c757d;
    max-width: 520px;
}

.wallet-item {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}

    .wallet-item img {
        height: 28px;
    }

.footer {
    background: linear-gradient(180deg, #0f3d35, #1c5a4e);
    color: white;
    padding: 70px 0 40px;
}

    .footer a {
        color: #d6e4df;
        text-decoration: none;
        font-size: 14px;
    }

        .footer a:hover {
            color: #ffffff;
        }

    .footer h6 {
        font-weight: 600;
        margin-bottom: 18px;
    }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
    color: #cfd8dc;
}

.newsletter {
    background: linear-gradient(180deg,#f5f7f6,#eef2f0);
    padding-bottom: 90px;
    text-align: center;
}

    .newsletter h2 {
        font-weight: 700;
        font-size: 2.3rem;
    }

    .newsletter p {
        color: #6c757d;
        max-width: 600px;
        margin: auto;
    }

.newsletter-box {
    max-width: 520px;
    margin: 30px auto 0;
    background: white;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

    .newsletter-box input {
        border: none;
        padding: 14px;
        flex: 1;
        outline: none;
    }

    .newsletter-box button {
        background: #0f3d35;
        color: white;
        border: none;
        padding: 0 25px;
    }

/* FIXED NAVBAR DEFAULT */
.navbar-transparent {
    background: transparent;
    transition: all 0.3s ease;
}

/* WHEN USER SCROLLS */
.navbar-scrolled {
    background: white !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

    /* Change text color when white */
    .navbar-scrolled .nav-link {
        color: #0f3d35 !important;
    }

    .navbar-scrolled .navbar-brand {
        color: #0f3d35 !important;
    }

/* push hero down because navbar fixed */
.hero {
    padding-top: 100px;
}

/* ACCOUNT BUTTON DEFAULT */
.account-btn {
    background: white;
    color: #0f3d35;
    border: none;
    transition: all 0.3s ease;
}

    .account-btn:hover {
        background: #0b2f29;
        color: white;
    }

.navbar-scrolled .account-btn {
    background: #0f3d35;
    color: white;
}

    .navbar-scrolled .account-btn:hover {
        background: #0b2f29;
        color: white;
    }

/* MENU BUTTON DEFAULT (transparent navbar) */
.menu-btn {
    color: white;
}

/* WHEN NAVBAR TURNS WHITE */
.navbar-scrolled .menu-btn {
    color: #0f3d35;
}

.about-mission {
    background: linear-gradient(180deg,#0f3d35,#0b2f29);
    border-radius: 40px;
    margin: 80px auto;
    padding: 80px 20px;
    max-width: 1100px;
}

.contact-section {
    background: linear-gradient(180deg, #1c5a4e, #0f3d35);
}

.loan-card {
    background: linear-gradient(180deg, #0b1220, #0a0f1c);
    border-radius: 25px;
    padding: 30px;
    color: white;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.loan-inner {
    background: linear-gradient(180deg, #111827, #0f172a);
    border-radius: 20px;
    padding: 25px;
}

.loan-value {
    font-size: 2.5rem;
    font-weight: 700;
}

/* RANGE SLIDER */
.range-slider {
    width: 100%;
    appearance: none;
    height: 6px;
    background: #d1d5db;
    border-radius: 10px;
    outline: none;
}

    .range-slider::-webkit-slider-thumb {
        appearance: none;
        width: 18px;
        height: 18px;
        background: white;
        border-radius: 50%;
        cursor: pointer;
    }

/* TERM SELECT */
.term-select {
    width: 120px;
    background: transparent;
    border: 1px solid #2d3748;
    color: white;
}

    .term-select option {
        color: black;
    }

/* RESULTS */
.loan-results {
    padding-top: 10px;
}

.email-input {
    background: transparent;
    border: 1px solid #2d3748;
    color: white;
    padding: 12px;
    border-radius: 10px;
}

    .email-input::placeholder {
        color: #9ca3af;
    }

/* BUTTON */
.apply-btn {
    background: #e5e7eb;
    color: #111827;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
}

    .apply-btn:hover {
        background: white;
    }

/* PROCESS SECTION */
.process-section {
    background: linear-gradient(180deg, #071a17, #0f3d35);
    padding: 100px 0;
}

.step-number {
    color: #7CFFB2;
    font-weight: 700;
}

.process-item {
    padding: 25px 0;
}

.process-line {
    border-color: rgba(255,255,255,0.1);
}

/* USE CASE SECTION */
.usecase-section {
    background: #f5f7f6;
    padding: 100px 0;
}

.usecase-card {
    padding: 30px;
    background: white;
    border-radius: 20px;
    transition: 0.3s;
}

    .usecase-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    }

/* ICON STYLE */
.icon-circle {
    width: 60px;
    height: 60px;
    background: #dff5ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 22px;
    color: #0f3d35;
}
