.pricing-banner {
    height: 450px;
    position: relative;
    overflow: hidden;
    background: #fff2d5
}

.pricing-bg {
    position: absolute;
    inset: 0;
    background-image: url("../images/pre.webp");
    background-size: cover;
    background-position: center;
    filter: saturate(1.05) contrast(1.02);
    transform: scale(1.02)
}

.pricing-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 600px at 10% -10%, #f0ad0533, transparent 60%), linear-gradient(90deg, #eeac0380, rgba(255, 245, 230, .1))
}

.pricing-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center
}

.pricing-banner-card {
    max-width: 980px;
    border-radius: 22px;
    box-shadow: var(--shadow);
    background: rgba(255, 247, 231, .88);
    border: 1px solid rgba(210, 157, 36, .28);
    backdrop-filter: blur(2px);
    padding: 18px
}

.pricing-crumb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: #8b682f;
    font-weight: 800;
    align-items: center;
    margin-bottom: 8px
}

.pricing-crumb a {
    color: #8b682f;
    text-decoration: none
}

.pricing-crumb a:hover {
    color: var(--brown);
    text-decoration: underline
}

.pricing-sub {
    color: #552a00;
    font-weight: 650;
    max-width: 820px
}

.chip-fit {
    width: fit-content
}

.pricing-title {
    font-weight: 900;
    letter-spacing: -.4px;
    color: #552a00
}

.pricing-h2 {
    font-weight: 900;
    letter-spacing: -.4px
}

.pricing-lead {
    color: #6b5434
}

.page-hero {
    background: radial-gradient(1200px 600px at 10% -10%, rgba(242, 179, 0, .26), transparent 60%), radial-gradient(1000px 600px at 100% 0%, rgba(210, 157, 36, .18), transparent 55%), #fffaf2;
    padding: 42px 0 30px
}

.hero-card {
    border-radius: 22px;
    box-shadow: var(--shadow);
    background: #fff;
    padding: 26px 22px;
    position: relative;
    overflow: hidden
}

.hero-card:after {
    content: "";
    position: absolute;
    inset: -40px -120px auto auto;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle at 30% 30%, rgba(242, 179, 0, .28), transparent 65%);
    transform: rotate(16deg);
    pointer-events: none
}

.pricing-strip {
    background: #fff2d5;
    border-block: 1px solid rgba(110, 75, 31, .15)
}

.pricing-strip .k {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 0;
    color: #7a5f3a;
    font-weight: 800
}

.pricing-strip .k i {
    color: var(--brown)
}

.plan-card {
    border-radius: 24px;
    box-shadow: var(--shadow);
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: transform .25s ease;
    height: 100%
}

.plan-card:hover {
    transform: translateY(-8px)
}

.plan-top {
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(110, 75, 31, .08);
    background: linear-gradient(180deg, rgba(242, 179, 0, .12), #fff)
}

.plan-tag {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border-radius: 999px;
    padding: .35rem .75rem;
    font-weight: 900;
    color: #8b682f;
    background: #fff7e7;
    border: 1px dashed rgba(110, 75, 31, .3)
}

.plan-title {
    font-weight: 900;
    letter-spacing: -.3px;
    font-size: 22px;
    color: #552a00;
    margin: 10px 0 4px
}

.plan-sub {
    color: #6b5434;
    font-weight: 700;
    margin: 0
}

.plan-body {
    padding: 16px 18px 18px
}

.feature {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 0;
    border-top: 1px solid rgba(110, 75, 31, .08);
    opacity: 1 !important;
}

.feature:first-child {
    border-top: 0
}

.feature i {
    color: var(--brown);
    margin-top: 2px
}

.feature b {
    color: #552a00
}

.plan-cta {
    display: grid;
    gap: 10px;
    margin-top: 14px
}

.ribbon {
    position: absolute;
    top: 19px;
    right: -40px;
    transform: rotate(40deg);
    padding: 8px 56px;
    font-weight: 900;
    background: linear-gradient(90deg, var(--amber), var(--gold));
    color: #552a00;
    box-shadow: 0 18px 46px rgba(50, 34, 10, .14)
}

.addons {
    border-radius: 22px;
    box-shadow: var(--shadow);
    background: #fff;
    padding: 18px
}

.addon-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .5rem .85rem;
    margin: 6px 8px 0 0;
    border-radius: 999px;
    background: #fff2d5;
    border: 1px solid rgba(110, 75, 31, .15);
    color: #7a5f3a;
    font-weight: 900
}

.btn-outline-brown {
    border-color: #b88d3a !important
}

.bb {
    color: #6E4B1F
}

.pricing-intro {
    color: #552a00 !important;
    font-weight: 650;
    max-width: 1000px;
    margin: 0 auto
}