body {
    background:
        radial-gradient(circle at 7% 8%, rgba(244, 183, 64, 0.15), transparent 28rem),
        radial-gradient(circle at 92% 18%, rgba(56, 111, 164, 0.12), transparent 28rem),
        linear-gradient(180deg, #f7fbf8 0%, #ffffff 46%, #f8faf7 100%);
}

.hero-section {
    position: relative;
    padding: 128px 0 72px;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 88px 2rem auto;
    height: 72%;
    max-height: 620px;
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(234, 247, 240, 0.92), rgba(255, 255, 255, 0.52)),
        radial-gradient(circle at 80% 18%, rgba(244, 183, 64, 0.18), transparent 18rem);
    border: 1px solid rgba(44, 122, 94, 0.09);
    z-index: -1;
}

.hero-title {
    max-width: 720px;
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    font-weight: 800;
    line-height: 1.02;
    color: var(--text-dark);
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 768px) {
    .hero-title, .badge-verify, .hero-section .lead, .text-muted{
        padding:0 10px;
    }
}

.hero-section .lead {
    max-width: 620px;
    line-height: 1.75;
    font-weight: 500;
}

.badge-verify {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(44, 122, 94, 0.1);
    color: var(--accent-dark);
    padding: 0.5rem 0.85rem;
    border: 1px solid rgba(44, 122, 94, 0.12);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-market-preview {
    position: relative;
    width: min(520px, 100%);
    margin-inline: auto;
    padding: 0.75rem;
    border: 1px solid rgba(44, 122, 94, 0.12);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 28px 80px rgba(31, 94, 72, 0.14);
    backdrop-filter: blur(14px);
}

.hero-market-img {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 24px;
}

.hero-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 205px;
    padding: 0.85rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(44, 122, 94, 0.12);
    box-shadow: 0 18px 48px rgba(30, 42, 44, 0.12);
    text-align: left;
}

.hero-floating-card strong,
.hero-floating-card small {
    display: block;
}

.hero-floating-card strong {
    color: var(--text-dark);
    font-size: 0.92rem;
}

.hero-floating-card small {
    color: var(--text-muted);
    font-size: 0.78rem;
}

.hero-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
}

.hero-card-top {
    top: 1.8rem;
    left: -1.25rem;
}

.hero-card-bottom {
    right: -1.25rem;
    bottom: 1.8rem;
}

.stat-card,
.step-card,
.testimonial-card,
.safety-card,
.insight-card,
.ambassador-card,
.card,
.accordion-item,
section .bg-white {
    border: 1px solid rgba(44, 122, 94, 0.1) !important;
    box-shadow: 0 18px 48px rgba(30, 42, 44, 0.07) !important;
}

.stat-card {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.15rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card:hover,
.step-card:hover,
.testimonial-card:hover,
.card:hover,
.safety-card:hover,
.container > .row.bg-white:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 70px rgba(30, 42, 44, 0.11) !important;
}

.stat-number {
    font-size: clamp(1.8rem, 4vw, 2.55rem);
    font-weight: 800;
    color: var(--accent);
}

.step-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 1.65rem;
    text-align: left;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    height: 100%;
}

.step-icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0 0 1.2rem;
    color: #ffffff;
    font-size: 1.65rem;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    box-shadow: 0 16px 34px rgba(44, 122, 94, 0.22);
}

#benefits {
    background:
        radial-gradient(circle at 12% 14%, rgba(244, 183, 64, 0.13), transparent 22rem),
        #f9fbf6 !important;
}

.benefit-list {
    display: grid;
    gap: 0.8rem;
}

.benefit-list li {
    margin-bottom: 0;
    padding: 0.85rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.75);
    font-size: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.benefit-list i {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    background: var(--accent-light);
}

.category-badge,
.trending-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 100%;
    border-radius: 999px;
    font-weight: 800;
    text-align: center;
    overflow-wrap: anywhere;
    transition: transform 0.2s ease, background 0.2s ease;
}

.category-badge {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(44, 122, 94, 0.12);
    padding: 0.68rem 1rem;
    color: #2f5147;
    box-shadow: 0 12px 28px rgba(30, 42, 44, 0.05);
}

.category-badge:hover,
.trending-badge:hover {
    background: var(--accent-light);
    transform: translateY(-2px);
}

.card {
    border-radius: 24px !important;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.card-body {
    padding: 1.3rem;
}

.card-title {
    font-weight: 800;
    color: var(--text-dark);
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 1.5rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    height: 100%;
}

.savings-highlight {
    background: linear-gradient(135deg, #e7f8ef 0%, #ffffff 100%) !important;
    border-left: 0;
}

.trending-badge {
    background: #fff5df;
    border: 1px solid rgba(244, 183, 64, 0.28);
    color: #9a6110;
    font-size: 0.78rem;
    padding: 0.4rem 0.7rem;
}

.safety-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.accordion-custom .accordion-button {
    background-color: #ffffff;
    color: #1f2e2a;
    font-weight: 800;
    border: none;
    box-shadow: none;
}

.accordion-custom .accordion-button:focus {
    box-shadow: 0 0 0 4px rgba(44, 122, 94, 0.1);
}

.accordion-custom .accordion-button:not(.collapsed) {
    background-color: var(--accent-light);
    color: var(--accent-dark);
}

.footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(44, 122, 94, 0.1);
    background:
        radial-gradient(circle at 10% 0%, rgba(44, 122, 94, 0.1), transparent 22rem),
        #ffffff;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--accent-dark);
    font-size: 1.1rem;
    font-weight: 800;
    text-decoration: none;
    line-height: 1;
}

.footer-brand img {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(44, 122, 94, 0.14);
}

.footer-brand:hover {
    color: var(--accent);
}

.footer-links {
    gap: 0.65rem;
}

.footer-links a {
    margin-right: 0;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    background: rgba(44, 122, 94, 0.06);
    color: var(--text-muted);
    font-weight: 700;
}

.footer-links a:hover {
    background: var(--accent-light);
    color: var(--accent-dark);
}

@media (max-width: 991.98px) {
    [data-aos] {
        transform: none !important;
    }

    .hero-section::before {
        inset: 76px 0.85rem auto;
        height: 84%;
    }

    .hero-card-top {
        left: 1.25rem;
    }

    .hero-card-bottom {
        right: 1.25rem;
    }

    .container > .row.bg-white,
    .container > .row[class*=" bg-white"] {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 96px 0 48px;
    }

    .hero-title {
        font-size: clamp(2.1rem, 11vw, 3.1rem);
    }

    .hero-section .btn,
    .btn-primary-custom,
    .btn-outline-custom {
        width: 100%;
        justify-content: center;
    }

    .hero-floating-card {
        position: static;
        min-width: 0;
        margin: 0.75rem 0 0;
    }

    .hero-market-preview {
        border-radius: 24px;
        padding: 0.65rem;
    }

    .hero-market-img {
        border-radius: 18px;
    }

    .step-card,
    .testimonial-card,
    .card,
    .safety-card,
    .hero-section .bg-white,
    #benefits .bg-white,
    section .bg-white {
        border-radius: 20px !important;
    }

    .card-body > .d-flex,
    .card-body > .d-flex.justify-content-between,
    .card-body > .d-flex.justify-content-between.align-items-center {
        align-items: flex-start !important;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .card-body > .d-flex.justify-content-between.align-items-center span {
        min-width: 0;
    }

    .card-body > .d-flex.justify-content-between.align-items-center .text-muted {
        white-space: normal;
    }

    .card-text {
        white-space: pre-line;
    }

    .benefit-list li,
    #benefits .d-flex,
    .savings-highlight .d-flex {
        flex-wrap: wrap;
    }

    .footer-links {
        justify-content: flex-start !important;
    }
}

@media (max-width: 576px) {
    .site-header .navbar {
        padding: 0;
    }

    .lead {
        font-size: 1rem;
    }

    .hero-section .bg-white,
    #benefits .bg-white,
    section .bg-white,
    .testimonial-card,
    .step-card {
        padding: 1.25rem !important;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .trending-badge {
        margin: 0.25rem 0.25rem 0 0 !important;
        white-space: normal;
    }

    .footer-brand img {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }
}

@media (max-width: 380px) {
    h2,
    .display-6 {
        font-size: 1.55rem;
    }

    h3 {
        font-size: 1.35rem;
    }
}
