.home-page {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    font-size: 16px;
    line-height: 1.5;
    background: #f4f6f9;
}

.home-shell {
    width: min(1240px, calc(100% - 2rem));
    margin: 0 auto;
}

.home-header {
    background: #ffffff;
    border-bottom: 1px solid #d9e0ea;
}

.top-nav {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand-link {
    display: inline-flex;
    align-items: center;
}

.brand-link img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
}

.nav-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex: 1;
}

.nav-items a {
    color: #1f3858;
    font-size: 1.15rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nav-items a:hover {
    color: #19486f;
}

.nav-items .caret {
    margin-left: 0.25rem;
    font-size: 0.7rem;
    opacity: 0.8;
}

.nav-cta,
.hero-cta-primary {
    background: linear-gradient(180deg, #3fa06b 0%, #2b8359 100%);
    color: #ffffff !important;
    border: 1px solid #2d8258;
    border-radius: 0.42rem;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 5px 12px rgba(47, 136, 92, 0.24);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.nav-cta:hover,
.hero-cta-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(47, 136, 92, 0.28);
}

.nav-cta {
    font-size: 1rem;
    line-height: 1;
    padding: 0.9rem 1.1rem;
    white-space: nowrap;
}

.hero-section {
    text-align: center;
    background: #ffffff;
    border-bottom: 1px solid #d9e0ea;
    padding: 4.4rem 0 3.8rem;
}

.hero-section h1 {
    font-size: clamp(2rem, 4.25vw, 4.1rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #16365c;
    margin: 0 0 1rem;
}

.hero-section p {
    max-width: 760px;
    margin: 0 auto 2rem;
    font-size: clamp(1.18rem, 1.9vw, 1.5rem);
    color: #304a67 !important;
    line-height: 1.45;
}

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.hero-actions a {
    min-width: 280px;
    padding: 0.9rem 1.2rem;
    border-radius: 0.42rem;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(24, 43, 73, 0.08);
}

.hero-cta-secondary {
    background: #f6f8fb;
    color: #213f60 !important;
    border: 1px solid #a7b5c9;
}

.trust-bar {
    border-top: 1px solid #d9e0ea;
    border-bottom: 1px solid #d9e0ea;
    background: #eff3f8;
}

.trust-grid {
    list-style: none;
    margin: 0;
    padding: 0.95rem 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    color: #1f3f61;
    font-size: 1.35rem;
    font-weight: 500;
}

.trust-icon {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #82a7ca;
    border-radius: 6px;
    color: #1f65a3;
    font-size: 0.98rem;
    font-weight: 800;
    flex-shrink: 0;
    background: #f9fcff;
}

.section-shell {
    padding: 3rem 0;
}

.section-divider {
    border-top: 1px solid #d9e0ea;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    margin: 0;
    color: #16365c;
    font-size: clamp(1.95rem, 3.05vw, 3.35rem);
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
}

.section-title::before,
.section-title::after {
    content: "";
    display: block;
    width: clamp(52px, 6vw, 94px);
    border-top: 2px solid #d8dee8;
    transform: translateY(2px);
}

.reviews-grid {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.review-card {
    background: #ffffff;
    border: 1px solid #d6dde7;
    border-radius: 0.45rem;
    box-shadow: 0 6px 14px rgba(24, 43, 73, 0.08);
    padding: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.review-image-wrap {
    width: 100%;
    /* height: 212px; */
    display: grid;
    place-items: center;
    margin-bottom: 0.8rem;
}

.review-image-wrap img {
    width: auto;
    max-width: 92%;
    max-height: 100%;
    object-fit: contain;
}

.review-badge {
    width: 100%;
    margin-bottom: 0.75rem;
    border: 1px solid #c7a85d;
    border-radius: 0.2rem;
    background: linear-gradient(180deg, #efe0b4 0%, #d8ba74 100%);
    color: #2e2308 !important;
    font-size: 0.98rem;
    font-weight: 700;
    padding: 0.3rem 0.45rem;
    letter-spacing: 0.02em;
}

.review-card h3 {
    margin: 0;
    font-size: 2.03rem;
    line-height: 1.25;
    color: #1b3d62;
    font-weight: 800;
}

.review-score {
    margin: 0.38rem 0 0;
    font-size: 1.6rem;
    color: #1b3d62 !important;
    font-weight: 700;
}

.review-description {
    margin: 0.6rem 0 0.95rem;
    min-height: 4.2em;
    font-size: 1.1rem;
    line-height: 1.45;
    color: #3c526a !important;
}

.review-link {
    display: inline-block;
    width: 100%;
    border-radius: 0.35rem;
    padding: 0.62rem 0.75rem;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(180deg, #1e5ca0 0%, #124b89 100%);
    border: 1px solid #0f4a88;
    box-shadow: 0 5px 12px rgba(10, 66, 126, 0.25);
}

.method-section {
    background: #f3f6fb;
}

.section-subtitle {
    margin: 1.1rem auto 0;
    max-width: 850px;
    text-align: center;
    color: #2f4765 !important;
    font-size: clamp(1.2rem, 1.95vw, 1.5rem);
    line-height: 1.45;
}

.factors-grid {
    margin-top: 1.8rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.factor-card {
    background: #ffffff;
    border: 1px solid #d6dde7;
    border-radius: 0.42rem;
    box-shadow: 0 4px 14px rgba(24, 43, 73, 0.08);
    padding: 1rem 0.72rem;
    text-align: center;
}

.factor-card img {
    height: 62px;
    width: auto;
    margin: 0 auto 0.75rem;
}

.factor-coin-wrap {
    width: 62px;
    height: 62px;
    border-radius: 999px;
    margin: 0 auto 0.75rem;
    display: grid;
    place-items: center;
    background: radial-gradient(
        circle at 30% 20%,
        #f8df8d 0%,
        #dba930 60%,
        #be8d1e 100%
    );
    box-shadow: inset 0 0 0 2px rgba(146, 106, 11, 0.18);
    color: #fff9dd;
    font-size: 2.2rem;
    font-weight: 700;
}

.factor-card h3 {
    margin: 0;
    color: #1b3d62;
    font-size: 1.43rem;
    line-height: 1.3;
    font-weight: 800;
}

.factor-card p {
    margin: 0.42rem 0 0;
    font-size: 1.01rem;
    line-height: 1.38;
    color: #3a5169 !important;
}

.method-note {
    margin: 1rem 0 0;
    text-align: center;
    color: #2f4765 !important;
    font-size: 1.23rem;
}

.cta-center {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.blue-cta {
    display: inline-block;
    min-width: 330px;
    text-align: center;
    background: linear-gradient(180deg, #1d62a8 0%, #0f4f92 100%);
    border: 1px solid #0e4783;
    border-radius: 0.42rem;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.48rem;
    line-height: 1.12;
    padding: 0.75rem 1rem;
    box-shadow: 0 7px 14px rgba(14, 73, 136, 0.2);
}

.blue-cta .arrow {
    margin-left: 0.45rem;
}

.problem-section {
    background: #ffffff;
}

.problem-content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.problem-content p {
    margin: 1rem 0 0;
    font-size: clamp(1.2rem, 1.95vw, 1.5rem);
    line-height: 1.55;
    color: #2f4765 !important;
}

.problem-content strong {
    color: #1b3d62 !important;
    font-weight: 800;
}

.disclosure-bar {
    padding: 1.15rem 0 1.4rem;
    background: #ffffff;
    border-top: 1px solid #d9e0ea;
    text-align: center;
}

.disclosure-bar p {
    margin: 0 auto;
    max-width: 1100px;
    font-size: 0.82rem;
    line-height: 1.48;
    color: #6d7e91 !important;
}

@media (max-width: 1120px) {
    .top-nav {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0.9rem 0;
    }

    .brand-link {
        width: 100%;
        justify-content: center;
    }

    .nav-items {
        width: 100%;
        flex-wrap: wrap;
        gap: 1rem 1.3rem;
    }

    .hero-actions a {
        min-width: 0;
        width: min(100%, 410px);
    }
}

@media (max-width: 980px) {
    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .factors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blue-cta {
        min-width: 0;
        width: min(100%, 470px);
    }
}

@media (max-width: 640px) {
    .home-shell {
        width: calc(100% - 1.2rem);
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .trust-item {
        justify-content: flex-start;
        padding-left: 0.3rem;
        font-size: 1.05rem;
    }

    .reviews-grid,
    .factors-grid {
        grid-template-columns: 1fr;
    }

    .review-card h3 {
        font-size: 1.7rem;
    }

    .review-score {
        font-size: 1.35rem;
    }

    .nav-cta {
        width: 100%;
        text-align: center;
    }
}

/* Hamburger menu styles */
.hamburger-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
}

.hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.nav-cta-mobile {
    display: none;
}

/* Mobile styles - below md breakpoint (768px) */
@media (max-width: 767px) {
    .top-nav {
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        padding: 0.9rem 0 !important;
    }

    .brand-link {
        width: auto !important;
        justify-content: flex-start !important;
    }

    .hamburger-menu {
        display: flex;
    }

    .nav-cta-desktop {
        display: none;
    }

    .nav-items {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: white;
        flex-direction: column;
        padding: 80px 20px 20px;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 1000;
        align-items: flex-start;
        gap: 20px;
        justify-content: flex-start;
    }

    .nav-items.active {
        right: 0;
    }

    .nav-items a {
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid #eee;
    }

    .nav-cta-mobile {
        display: block;
        margin-top: 10px;
        text-align: center;
        padding: 12px 24px;
        background: linear-gradient(180deg, #3fa06b 0%, #2b8359 100%);
        color: #ffffff !important;
        border: 1px solid #2d8258;
        border-radius: 0.42rem;
        text-decoration: none;
        font-weight: 700;
        box-shadow: 0 5px 12px rgba(47, 136, 92, 0.24);
        transition:
            transform 0.2s ease,
            box-shadow 0.2s ease;
    }

    /* Overlay for mobile menu */
    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
        z-index: 999;
    }

    .nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}
