.home-pricing-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background: linear-gradient(130deg, #06182a 0%, #0b3557 55%, #0b6688 100%);
    color: #fff;
}

.home-pricing-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.home-pricing-section::after {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -220px;
    top: -180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(54, 182, 201, .3), transparent 68%);
    pointer-events: none;
}

.home-pricing-section > .lp-container {
    position: relative;
    z-index: 1;
}

.home-pricing-section .lp-section-head .lp-kicker { color: var(--gold2); }
.home-pricing-section .lp-section-head h2 { color: #fff; }
.home-pricing-section .lp-section-head p { color: #bed0df; }

.home-pricing-section .lp-category-title { margin-bottom: 27px; }
.home-pricing-section .lp-category-icon {
    border: 1px solid rgba(240, 207, 135, .26);
    background: rgba(240, 207, 135, .12);
    color: var(--gold2);
}
.home-pricing-section .lp-category-title span { color: var(--gold2); }
.home-pricing-section .lp-category-title h3 { color: #fff; }

.home-pricing-section .lp-pricing-grid { gap: 20px; }
.home-pricing-section .lp-price-card {
    overflow: visible;
    padding: 30px 26px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: linear-gradient(160deg, #11538b 0%, #168eb4 100%);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .2);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-pricing-section .lp-price-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 255, 255, .32);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .28);
}

.home-pricing-section .lp-price-card.lp-featured {
    border: 2px solid #f2ca3d;
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .3), 0 0 30px rgba(242, 202, 61, .16);
}

.home-pricing-section .lp-price-card.lp-featured:hover { transform: translateY(-15px); }
.home-pricing-section .lp-best-badge {
    left: 50%;
    right: auto;
    top: -14px;
    transform: translateX(-50%);
    padding: 6px 13px;
    background: linear-gradient(135deg, #f0a700, #f4d400);
    color: #3c2c00;
    white-space: nowrap;
}

.home-pricing-section .lp-price-icon {
    width: 55px;
    height: 55px;
    margin: 2px auto 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.home-pricing-section .lp-price-type {
    margin: 0 0 4px;
    color: #bfe8f1;
    text-align: center;
}
.home-pricing-section .lp-price-card h3 { color: #fff; text-align: center; }
.home-pricing-section .lp-price-desc {
    min-height: 84px;
    color: #d3e7ef;
    text-align: center;
}
.home-pricing-section .lp-price {
    margin: 12px 0 22px;
    color: #fff;
    font-size: 31px;
    text-align: center;
}
.home-pricing-section .lp-price small { color: #c8e1eb; }
.home-pricing-section .lp-feature-list {
    border-top-color: rgba(255, 255, 255, .16);
}
.home-pricing-section .lp-feature-list li { color: #fff; }
.home-pricing-section .lp-feature-list svg { color: #d9ffef; }
.home-pricing-section .lp-price-card .lp-btn {
    border: 0;
    background: linear-gradient(135deg, #e9a100, #f0d000);
    color: #fff;
    box-shadow: 0 12px 25px rgba(75, 54, 0, .22);
}

.home-pricing-section .lp-category-second { margin-top: 66px; }
.home-pricing-section .lp-mini-grid { gap: 18px; }
.home-pricing-section .lp-mini-card {
    grid-template-columns: auto 1fr;
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
    backdrop-filter: blur(8px);
    transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.home-pricing-section .lp-mini-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .12);
}
.home-pricing-section .lp-mini-icon {
    background: rgba(255, 255, 255, .12);
    color: var(--gold2);
}
.home-pricing-section .lp-mini-content h3 { color: #fff; }
.home-pricing-section .lp-mini-content p { color: #bfd2df; }
.home-pricing-section .lp-mini-content strong { color: #f7d77e; }
.home-pricing-section .lp-mini-content small { color: #a9c6d6; }
.home-pricing-section .lp-mini-card > a {
    grid-column: 1 / -1;
    width: fit-content;
    max-width: 100%;
    min-height: 42px;
    height: auto;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 17px;
    border-radius: 11px;
    background: linear-gradient(135deg, #e9a100, #f0d000);
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    box-shadow: 0 12px 25px rgba(75, 54, 0, .22);
    transition: transform .2s ease, box-shadow .2s ease;
}
.home-pricing-section .lp-mini-card > a:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(75, 54, 0, .3);
}
.home-pricing-section .lp-mini-card > a svg { width: 18px; }
.home-pricing-section .lp-price-note {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(4, 23, 39, .25);
    color: #b8cfdd;
}

@media (max-width: 980px) {
    .home-pricing-section .lp-price-card,
    .home-pricing-section .lp-price-card.lp-featured {
        width: 100%;
        max-width: 680px;
        margin-inline: auto;
        transform: none;
    }
    .home-pricing-section .lp-price-card:hover,
    .home-pricing-section .lp-price-card.lp-featured:hover { transform: translateY(-5px); }
    .home-pricing-section .lp-price-card.lp-featured { order: -1; }
    .home-pricing-section .lp-price-desc { min-height: auto; }
}

@media (max-width: 640px) {
    .home-pricing-section { padding: 72px 0; }
    .home-pricing-section .lp-price-card { padding: 28px 22px; }
    .home-pricing-section .lp-price { font-size: 29px; }
}
