
.r-header-top {
    min-height: 700px;
    background: url(https://batihost.com/hbg.webp) no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.r-header-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.r-header-cubes {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, #00dcff08 1px, #0000 1px), linear-gradient(#00dcff08 1px, #0000 1px);
    background-size: 3rem 3rem;
}

.r-header-lights {
    background: linear-gradient(90deg, #4211a65c, #560ab882, #ff000073, #7833e559, #80008075);
    background-size: 600%;
    animation: 13s hd infinite linear;
    position: absolute;
    inset: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, #000 1px, transparent 1px), linear-gradient(#000 1px, transparent 1px);
    mask-image: linear-gradient(90deg, #00000075 1px, #0000002b 1px), linear-gradient(#00000075 1px, transparent 1px);
    -webkit-mask-size: 4rem 4rem;
    mask-size: 3rem 3rem;
    z-index: 1;
}

@keyframes hd {
    0% {background-position: 0% 100%;}
    50% {background-position: 100% 0%;}
    100% {background-position: 0% 100%;}
}

.r-header-light-1,
.r-header-light-2,
.r-header-light-3 {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.8;
    animation: floatLights 10s infinite alternate ease-in-out;
}

.r-header-light-1 {
    width: 20%;
    height: 20%;
    background: #ffbe00;
    top: 0;
    left: 3px;
    animation-duration: 12s;
}

.r-header-light-2 {
    width: 20%;
    height: 20%;
    background: #f100ff;
    bottom: 0;
    left: 80%;
    animation-duration: 15s;
    animation-direction: alternate-reverse;
}

.r-header-light-3 {
    width: 20%;
    height: 20%;
    background: #00ff6e;
    top: 40%;
    left: 50%;
    animation-duration: 18s;
}

@keyframes floatLights {
    0% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(12.2vw, 8vh) scale(1.6);
    }

    66% {
        transform: translate(-15vw, 10vh) scale(0.9);
    }

    100% {
        transform: translate(10vw, -5vh) scale(1.2);
    }
}

.r-header-bg {
    background: #000000cf;
    width: 100%;
    height: 100%;
}

.r-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.r-header-card {
    background: linear-gradient(39deg, #00000000, #00000052);
    padding: 1.5rem;
    color: white;
    border: 1px solid #3a2f27;
    backdrop-filter: blur(5px);
    position: relative;
    margin-top: 35px;
}

.r-header-card h1 {
    font-size: 26px;
    font-weight: 700;
    background: linear-gradient(90deg, orange, yellow);
    color: transparent;
    background-clip: text;
}

.r-header-card p {
    text-align: left;
}

.r-header-card::before,
.r-header-card::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.r-header-card::before {
    top: -1px;
    left: -1px;
    border-top: 1px solid #ffc100;
    border-left: 1px solid #ffc100;
}

.r-header-card::after {
    bottom: -1px;
    right: -1px;
    border-bottom: 1px solid #ffc100;
    border-right: 1px solid #ffc100;
}

.r-header-card a {
    font-size: 12px;
    color: #fffebd;
    text-decoration: underline;
}

.r-breadcrumb {
    background: linear-gradient(45deg, #ffd586, #ffc47b);
    font-size: 12px;
}

.r-breadcrumb a {
    color: #ffffff;
    font-weight: bold;
    padding: 10px 21px;
    background: #381202;
    position: relative;
    border: 2px solid #774530;
}

.r-breadcrumb a::after {
    content: '';
    position: absolute;
    right: -3px;
    background: #774530;
    width: 10px;
    height: 10px;
    rotate: 45deg;
    top: 47%;
    transform: translateY(-50%);
}

.r-breadcrumb a::before {
    content: '';
    position: absolute;
    left: -10px;
    background: #774530;
    width: 10px;
    height: 10px;
    rotate: 45deg;
    top: 47%;
    transform: translateY(-50%);
}

.r-breadcrumb .gap-2 {
    gap: 1rem;
}

.r-breadcrumb .r-bc-title {
    background: #0a4724;
    padding: 10px 20px;
    color: white;
    border: 2px solid #2d724a;
    position: relative;
}

.r-breadcrumb .r-bc-title::after {
    content: '';
    position: absolute;
    right: -3px;
    background: #2d724a;
    width: 10px;
    height: 10px;
    rotate: 45deg;
    top: 47%;
    transform: translateY(-50%);
}

.r-breadcrumb .r-bc-title::before {
    content: '';
    position: absolute;
    left: -10px;
    background: #2d724a;
    width: 10px;
    height: 10px;
    rotate: 45deg;
    top: 47%;
    transform: translateY(-50%);
}

.card {
    overflow: hidden;
    border-radius: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform .2s
}

.card:hover {
    transform: translateY(-5px)
}

.card-bg {
    position: relative;
    height: 160px;
    overflow: hidden;
    flex-shrink: 0
}

.card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55
}

.card-bg-overlay {
    position: absolute;
    inset: 0
}

.iron-bg {
    background: url(https://batihost.com/hbg.webp) no-repeat;
    background-size: cover;
}

.iron-overlay {
    background: repeating-linear-gradient(45deg, #00000000, #00000000 10px, #ffffff1c 10px, #ffffff05 11px);
    background-color: #1a1c28d9;
}

.gold-bg {
    background: url(https://batihost.com/hbg.webp) no-repeat;
    background-size: cover;
}

.gold-overlay {
    background: repeating-linear-gradient(45deg, #00000000, #00000000 10px, #ffffff1c 10px, #ffffff05 11px);
    background-color: #1a1500d9;
}

.emerald-bg {
    background: url(https://batihost.com/hbg.webp) no-repeat;
    background-size: cover;
}

.emerald-overlay {
    background: repeating-linear-gradient(45deg, #00000000, #00000000 10px, #ffffff1c 10px, #ffffff05 11px);
    background-color: #001a0fd9;
}

.diamond-bg {
    background: url(https://batihost.com/hbg.webp) no-repeat;
    background-size: cover;
}

.diamond-overlay {
    background: repeating-linear-gradient(45deg, #00000000, #00000000 10px, #ffffff1c 10px, #ffffff05 11px);
    background-color: #001418d9;
}

.netherite-bg {
    background: url(https://batihost.com/hbg.webp) no-repeat;
    background-size: cover;
}

.netherite-overlay {
    background: repeating-linear-gradient(45deg, #00000000, #00000000 10px, #ffffff1c 10px, #ffffff05 11px);
    background-color: #110010d9;
}

.mc-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 72px;
    height: 72px;
    z-index: 4;
}

.tier-badge {
    position: absolute;
    bottom: 0px;
    left: 20px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    border-radius: 8px 8px 0px 0px;
    border-bottom: none !important;
}

.iron-badge {
    background: rgba(120, 130, 150, .22);
    border: 1.5px solid rgba(156, 163, 175, .45);
    color: #d1d5db
}

.gold-badge {
    background: rgba(245, 158, 11, .18);
    border: 1.5px solid rgba(245, 158, 11, .5);
    color: #fbbf24
}

.diamond-badge {
    background: rgba(56, 210, 230, .16);
    border: 1.5px solid rgba(93, 236, 245, .55);
    color: #5DECF5
}

.netherite-badge {
    background: rgba(167, 139, 250, .16);
    border: 1.5px solid rgba(167, 139, 250, .5);
    color: #c4b5fd
}

.badge-star {
    font-size: 11px
}

.card-body {
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.ram-line {
    margin-bottom: 4px
}

.ram-val {
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px
}

.iron-accent {
    color: #e5e7eb
}

.gold-accent {
    color: #fcd34d
}

.diamond-accent {
    color: #5DECF5
}

.netherite-accent {
    color: #c4b5fd
}

.ram-gb {
    font-size: 26px;
    font-weight: 700;
    color: #aeb5bf;
    vertical-align: super;
    line-height: 1
}

.player-hint {
    font-size: 13px;
    color: #aeb5bf;
    margin-bottom: 18px
}

.price-block {
    margin-bottom: 18px
}

.price-main {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1
}

.price-period {
    font-size: 13px;
    color: #aeb5bf;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-left: 2px
}

.price-old {
    font-size: 13px;
    color: #ff0073;
    text-decoration: line-through;
    margin-bottom: 4px;
    font-weight: 500
}

.cta-btn {
    width: 100%;
    padding: 14px;
    border-radius: 9px;
    border: none;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: .8px;
    text-transform: uppercase;
    transition: opacity .15s, transform .1s;
    margin-bottom: 18px
}

.cta-btn:hover {
    opacity: .85
}

.cta-btn:active {
    transform: scale(.98)
}

.iron-btn {
    background: #2a2d3e;
    color: #c0c8d8
}

.gold-btn {
    background: #f59e0b;
    color: #1a0d00
}

.diamond-btn {
    background: #5DECF5;
    color: #001618
}

.netherite-btn {
    background: #a78bfa;
    color: #0e0820
}

.features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: auto;
    padding: 0;
}

.features li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.808);
    display: flex;
    align-items: center;
    gap: 9px
}

.feat-check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.iron-check {
    background: rgba(156, 163, 175, .15)
}

.gold-check {
    background: rgba(245, 158, 11, .15)
}

.diamond-check {
    background: rgba(93, 236, 245, .13)
}

.netherite-check {
    background: rgba(167, 139, 250, .13)
}

.feat-check svg {
    width: 8px;
    height: 8px
}

.popular-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #5DECF5;
    color: #001618;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 6px;
    z-index: 10
}

.sep {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    margin: 16px 0
}

.r-iron-card {
    background: #1a1c28;
    border: 2px solid #454b55;
    border-radius: 0px;
    position: relative;
}

.r-iron-card::before,
.r-iron-card::after,
.r-gold-card::before,
.r-gold-card::after,
.r-emerald-card::before,
.r-emerald-card::after,
.r-diamond-card::before,
.r-diamond-card::after,
.r-netherite-card::before,
.r-netherite-card::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 2;
}

.r-iron-card::before,
.r-gold-card::before,
.r-emerald-card::before,
.r-diamond-card::before,
.r-netherite-card::before {
    top: 10px;
    left: 10px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.r-iron-card::after,
.r-gold-card::after,
.r-emerald-card::after,
.r-diamond-card::after,
.r-netherite-card::after {
    bottom: 10px;
    right: 10px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.card {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.card-glow {
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, rgba(156, 163, 175, 0.3), rgba(107, 114, 128, 0.1), rgba(156, 163, 175, 0.3));
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    filter: blur(8px);
}

.r-iron-card:hover .card-glow {
    opacity: 1;
}

.card-border-gradient {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.15));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 3;
}

.icon-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    transition: transform 0.3s ease, filter 0.3s ease;
    padding: 8px;
}

.r-iron-card:hover .icon-container,
.r-gold-card:hover .icon-container,
.r-emerald-card:hover .icon-container,
.r-diamond-card:hover .icon-container,
.r-netherite-card:hover .icon-container {
    transform: translate(-50%, -60%) scale(1.05);
}

.plan-header {
    margin-bottom: 16px;
}

.price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 6px;
}

.price-old {
    font-size: 13px;
    color: #f87171;
    text-decoration: line-through;
    font-weight: 500;
    margin-bottom: 8px;
}

.discount-tag {
    display: inline-block;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 0 8px rgba(16, 185, 129, 0.3);
    }

    50% {
        box-shadow: 0 0 16px rgba(16, 185, 129, 0.5);
    }
}

.cta-btn {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.cta-btn:hover::before {
    left: 100%;
}

.btn-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 16px;
}

.cta-btn:hover .btn-arrow {
    transform: translateX(4px);
}

.iron-btn {
    background: linear-gradient(135deg, #374151, #4b5563);
    color: #e5e7eb;
    border: 1px solid rgba(156, 163, 175, 0.3);
}

.iron-btn:hover {
    background: linear-gradient(135deg, #4b5563, #6b7280);
    border-color: rgba(156, 163, 175, 0.5);
    color: white;
}

.features li strong {
    font-weight: 800;
}

.features li {
    transition: transform 0.2s ease;
}

.features li:hover {
    transform: translateX(4px);
}

.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.pill {
    background: rgba(156, 163, 175, 0.1);
    border: 1px solid rgba(156, 163, 175, 0.25);
    color: #d1d5db;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}

.pill:hover {
    background: rgba(156, 163, 175, 0.18);
    border-color: rgba(156, 163, 175, 0.4);
    transform: translateY(-2px);
}

.gold-badge {
    background: rgba(245, 158, 11, .22);
    border: 1.5px solid rgba(245, 158, 11, .5);
    color: #fbbf24;
}

.gold-accent {
    color: #fcd34d;
}

.gold-check {
    background: rgba(245, 158, 11, .15);
}

.gold-check svg polyline {
    stroke: #fbbf24;
}

.gold-btn {
    background: linear-gradient(135deg, #b45309, #d97706);
    color: #1a0d00;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.gold-btn:hover {
    background: linear-gradient(135deg, #d97706, #f59e0b);
    border-color: rgba(245, 158, 11, 0.5);
    color: white;
}

.r-gold-card {
    background: #1a1500;
    border: 2px solid #554b2a;
    border-radius: 0px;
    position: relative;
}

.r-gold-card:hover .card-glow {
    opacity: 1;
}

.r-gold-card .card-glow {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.3), rgba(217, 119, 6, 0.1), rgba(245, 158, 11, 0.3));
}

.emerald-badge {
    background: rgba(16, 185, 129, .22);
    border: 1.5px solid rgba(16, 185, 129, .5);
    color: #34d399;
}

.emerald-accent {
    color: #34d399;
}

.emerald-check {
    background: rgba(16, 185, 129, .15);
}

.emerald-check svg polyline {
    stroke: #34d399;
}

.emerald-btn {
    background: linear-gradient(135deg, #059669, #10b981);
    color: #001a0f;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.emerald-btn:hover {
    background: linear-gradient(135deg, #10b981, #34d399);
    border-color: rgba(16, 185, 129, 0.5);
    color: white;
}

.r-emerald-card {
    background: #001a0f;
    border: 2px solid #2a5545;
    border-radius: 0px;
    position: relative;
}

.r-emerald-card:hover .card-glow {
    opacity: 1;
}

.r-emerald-card .card-glow {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.3), rgba(5, 150, 105, 0.1), rgba(16, 185, 129, 0.3));
}

.diamond-badge {
    background: rgba(56, 210, 230, .16);
    border: 1.5px solid rgba(93, 236, 245, .55);
    color: #5DECF5;
}

.diamond-accent {
    color: #5DECF5;
}

.diamond-check {
    background: rgba(93, 236, 245, .13);
}

.diamond-check svg polyline {
    stroke: #5DECF5;
}

.diamond-btn {
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    color: #001618;
    border: 1px solid rgba(93, 236, 245, 0.3);
}

.diamond-btn:hover {
    background: linear-gradient(135deg, #06b6d4, #5DECF5);
    border-color: rgba(93, 236, 245, 0.5);
    color: white;
}

.r-diamond-card {
    background: #001418;
    border: 2px solid #2a4555;
    border-radius: 0px;
    position: relative;
}

.r-diamond-card:hover .card-glow {
    opacity: 1;
}

.r-diamond-card .card-glow {
    background: linear-gradient(135deg, rgba(93, 236, 245, 0.3), rgba(6, 182, 212, 0.1), rgba(93, 236, 245, 0.3));
}

.netherite-badge {
    background: rgba(167, 139, 250, .16);
    border: 1.5px solid rgba(167, 139, 250, .5);
    color: #c4b5fd;
}

.netherite-accent {
    color: #c4b5fd;
}

.netherite-check {
    background: rgba(167, 139, 250, .13);
}

.netherite-check svg polyline {
    stroke: #c4b5fd;
}

.netherite-btn {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #0e0820;
    border: 1px solid rgba(167, 139, 250, 0.3);
}

.netherite-btn:hover {
    background: linear-gradient(135deg, #a78bfa, #c4b5fd);
    border-color: rgba(167, 139, 250, 0.5);
    color: white;
}

.r-netherite-card {
    background: #110010;
    border: 2px solid #452a55;
    border-radius: 0px;
    position: relative;
}

.r-netherite-card:hover .card-glow {
    opacity: 1;
}

.r-netherite-card .card-glow {
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.3), rgba(124, 58, 237, 0.1), rgba(167, 139, 250, 0.3));
}

.tier-section-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e5e7eb;
}

.tier-section-title .tier-icon {
    font-size: 24px;
}

.tier-iron .tier-section-title {
    color: #d1d5db;
    border-color: rgba(156, 163, 175, 0.2);
}

.tier-gold .tier-section-title {
    color: #fbbf24;
    border-color: rgba(245, 158, 11, 0.2);
}

.tier-emerald .tier-section-title {
    color: #34d399;
    border-color: rgba(16, 185, 129, 0.2);
}

.tier-diamond .tier-section-title {
    color: #5DECF5;
    border-color: rgba(93, 236, 245, 0.2);
}

.tier-netherite .tier-section-title {
    color: #c4b5fd;
    border-color: rgba(167, 139, 250, 0.2);
}

.r-products {
    padding: 1.5rem 0;
}

/* Article Section */
.r-article-section {
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(26, 28, 40, 0.5) 0%, rgba(26, 28, 40, 0.95) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.r-article {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 30px;
    background: rgba(26, 28, 40, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

.r-article-title {
    font-size: 32px;
    font-weight: 800;
    color: #e5e7eb;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(93, 236, 245, 0.3);
    line-height: 1.3;
}

.r-article-intro {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 24px;
    padding: 20px;
    background: rgba(93, 236, 245, 0.05);
    border-left: 3px solid rgba(93, 236, 245, 0.4);
    border-radius: 0 8px 8px 0;
}

.r-article p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-bottom: 20px;
}

.r-article p strong {
    color: #5DECF5;
    font-weight: 700;
}

.r-article-h2 {
    font-size: 26px;
    font-weight: 800;
    color: #fbbf24;
    margin-top: 40px;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(251, 191, 36, 0.2);
    line-height: 1.3;
}

.r-article-h3 {
    font-size: 20px;
    font-weight: 700;
    color: #34d399;
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.r-article-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.r-article-list li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    transition: all 0.2s ease;
    position: relative;
    padding-left: 36px;
}

.r-article-list li::before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 16px;
    color: #34d399;
    font-weight: 700;
    font-size: 16px;
}

.r-article-list li:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(52, 211, 153, 0.3);
    transform: translateX(4px);
}

.r-article-list li strong {
    color: #fbbf24;
    font-weight: 700;
}

.r-article-faq {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 28px;
    margin: 30px 0;
}

.r-article-faq .r-article-h3 {
    margin-top: 24px;
}

.r-article-faq .r-article-h3:first-child {
    margin-top: 0;
}

.r-article-faq p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin-bottom: 16px;
    padding-left: 16px;
    border-left: 2px solid rgba(52, 211, 153, 0.3);
}

.r-article-faq p strong {
    color: #c4b5fd;
}

.iron-check svg polyline {
    stroke: white !important;
}

.iron-overlay::before {
    content: "";
    background: #ffffff;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    bottom: 80%;
    animation: r-breath 5s infinite;
}

@keyframes r-breath {
    0% {
        filter: blur(80px)
    }

    50% {
        filter: blur(90px)
    }

    100% {
        filter: blur(80px)
    }
}

.iron-bg .icon-container {
    background-color: #ccd0df;

    background-image:
        conic-gradient(from 90deg at 2px 2px, #00000020 25%, transparent 0),
        conic-gradient(from 90deg at 1px 1px, #ffffff15 25%, transparent 0);

    background-size: 16px 16px;

    box-shadow:
        inset 4px 4px 0px #ffffff82,
        inset -4px -4px 0px #00000030;
}

.gold-bg .icon-container {
    background-color: #ffc107;

    background-image:
        conic-gradient(from 90deg at 2px 2px, #00000020 25%, transparent 0),
        conic-gradient(from 90deg at 1px 1px, #ffffff15 25%, transparent 0);

    background-size: 16px 16px;

    box-shadow:
        inset 4px 4px 0px #ffffff82,
        inset -4px -4px 0px #00000030;
}

.emerald-bg .icon-container {
    background-color: #34d399;

    background-image:
        conic-gradient(from 90deg at 2px 2px, #00000020 25%, transparent 0),
        conic-gradient(from 90deg at 1px 1px, #ffffff15 25%, transparent 0);

    background-size: 16px 16px;

    box-shadow:
        inset 4px 4px 0px #ffffff82,
        inset -4px -4px 0px #00000030;
}

.diamond-bg .icon-container {
    background-color: #5DECF5;

    background-image:
        conic-gradient(from 90deg at 2px 2px, #00000020 25%, transparent 0),
        conic-gradient(from 90deg at 1px 1px, #ffffff15 25%, transparent 0);

    background-size: 16px 16px;

    box-shadow:
        inset 4px 4px 0px #ffffff82,
        inset -4px -4px 0px #00000030;
}

.netherite-bg .icon-container {
    background-color: #a78bfa;

    background-image:
        conic-gradient(from 90deg at 2px 2px, #00000020 25%, transparent 0),
        conic-gradient(from 90deg at 1px 1px, #ffffff15 25%, transparent 0);

    background-size: 16px 16px;

    box-shadow:
        inset 4px 4px 0px #ffffff82,
        inset -4px -4px 0px #00000030;
}

.wrap {
    padding: 1rem 0 1.5rem
}

.section {
    margin-bottom: 1.75rem
}

.sec-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px
}

.sec-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.sec-title {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .07em;
    color: var(--color-text-tertiary);
    text-transform: uppercase
}

.r-tools .card {
    display: flex;
    align-items: start;
    gap: 14px;
    padding: 10px;
    border: 1px solid gray;
    text-decoration: none;
    position: relative;
    transition: border-color .15s, background .15s;
    flex-direction: row;
}

.r-tools .card:hover {
    border-color: var(--color-border-primary);
    background: var(--color-background-secondary)
}

.r-tools .card:hover .arr {
    opacity: 1;
    transform: translate(1px, -1px)
}

.ico {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.info {
    flex: 1;
    min-width: 0
}

.info-name {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.info-sub {
    font-size: 11px;
    color: var(--color-text-tertiary);
    margin-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.arr {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity .15s, transform .15s;
    color: var(--color-text-tertiary);
    position: absolute;
}

.pill {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 99px;
    font-size: 10px;
    font-weight: 500;
    margin-left: auto;
    flex-shrink: 0
}

.r-products h2 {
    background: linear-gradient(45deg, rgb(51, 49, 80), rgb(92, 117, 110));
    width: fit-content;
    color: transparent;
    background-clip: text;
    font-weight: bold;
    font-size: 24px;
}

.tier-section {
    margin-bottom: 2.5rem;
}

.tier-section-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 1rem;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tier-section-title .tier-icon {
    font-size: 18px;
}

.tool-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 24px 16px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.tool-card::before,
.tool-card::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.tool-card::before {
    top: 0px;
    left: 0px;
    border-top: 1px solid #ffc100;
    border-left: 1px solid #ffc100;
}

.tool-card::after {
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.tool-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: inherit;
}

.tool-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
}

.tool-name {
    font-size: 13px;
    font-weight: 600;
    color: #e5e7eb;
    line-height: 1.3;
}

.tool-sub {
    font-size: 11px;
    color: #71717a;
    line-height: 1.2;
}

.tool-arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #52525b;
    opacity: 0;
    transform: translate(-4px, 4px);
    transition: all 0.25s ease;
}

.tool-card:hover .tool-arrow {
    opacity: 1;
    transform: translate(0, 0);
}

.tool-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 3px 8px;
    border-radius: 6px;
    background: rgba(83, 74, 183, 0.15);
    color: #8b83e0;
    border: 1px solid rgba(83, 74, 183, 0.2);
}
.marketplace-filters {
    background: rgb(21 11 4);
    backdrop-filter: blur(16px);
    border: 1px solid #3a2f27;
    padding: 16px 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);

}

.filter-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-pill {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgb(58 47 39);
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    user-select: none;
}

.filter-pill:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transform: translateY(-1px);
}

.filter-pill.active {
    background: #ffffff29;
    border-color: #ffffff80;
    color: white;
}

.filter-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0.8;
}

.dot-all {
    background: #fff;
}

.dot-budget {
    background: #34d399;
}

.dot-performance {
    background: #5DECF5;
}

.dot-modded {
    background: #c4b5fd;
}

.modern-sort-select {
    appearance: none;
    background: rgba(255, 255, 255, 0.03) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 12px center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e5e7eb;
    padding: 10px 42px 10px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 240px;
}

.modern-sort-select:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 12px center;
}

.modern-sort-select:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
}

.modern-sort-select option {
    background: #18181b;
    color: #fff;
    padding: 12px;
}
.r-products-filters {
    background: #351f0f;
}
.r-feature-card {
    background: linear-gradient(39deg, #e5e6ec, #d3d4d8);
    padding: 0.5rem;
    color: #000000;
    border: 1px solid #00000017;
    backdrop-filter: blur(5px);
    position: relative;
    margin-top: 35px;
    font-weight: 500;
}

.r-feature-card::before,
.r-feature-card::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.r-feature-card::before {
    top: -6px;
    left: -6px;
    border-top: 6px solid #000000;
    border-left: 6px solid #000000;
}

.r-feature-card::after {
    bottom: -6px;
    right: -6px;
    border-bottom: 6px solid #000000;
    border-right: 6px solid #000000;
}

.r-feature-card p {
    margin: 0;
}
.r-feature-card.r-feature-0 {
    background: linear-gradient(39deg, #eeeeee, #d8d9dd);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-color: #c7c9cf;
    margin-left: auto;
}

.r-feature-card.r-feature-0::before,.r-feature-card.r-feature-0::after {
    border-color: #858992;
}

.r-feature-0 span {
    min-width: 70px;
    height: 70px;
    background: #757f88;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #ffffff;
}
.r-feature-card.r-feature-1 {
    background: linear-gradient(39deg, #fff6c3, #ffc16a);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-color: #ffcc00;
    margin-left: auto;
}

.r-feature-card.r-feature-1::before,.r-feature-card.r-feature-1::after {
    border-color: #bb723b;
}

.r-feature-1 span {
    min-width: 70px;
    height: 70px;
    background: #bb723b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #ffe8b1;
}
.r-feature-card.r-feature-2 {
    background: linear-gradient(39deg, #c3fffa, #6affe6);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-color: #58deff;
    margin-right: auto;
}

.r-feature-card.r-feature-2::before,.r-feature-card.r-feature-2::after {
    border-color: #19989c;
}

.r-feature-2 span {
    min-width: 70px;
    height: 70px;
    background: #3bacbb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #b1f3ff;
}
.r-feature-card.r-feature-3 {
    background: linear-gradient(39deg, #c3ffcb, #6fff6a);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-color: #58ff7c;
    margin-right: auto;
}

.r-feature-card.r-feature-3::before,.r-feature-card.r-feature-3::after {
    border-color: #289c19;
}

.r-feature-3 span {
    min-width: 70px;
    height: 70px;
    background: #3bbb50;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #b1ffbb;
}

.r-feature-card.r-feature-4 {
    background: linear-gradient(39deg, #ffd6c3, #ff996a);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-color: #ff8758;
    margin-right: auto;
}

.r-feature-card.r-feature-4::before,.r-feature-card.r-feature-4::after {
    border-color: #9c4d19;
}

.r-feature-4 span {
    min-width: 70px;
    height: 70px;
    background: #bb553b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #ffc3b1;
}

.r-feature-card.r-feature-5 {
    background: linear-gradient(39deg, #d3c3ff, #b392ff);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-color: #8558ff;
    margin-right: auto;
}

.r-feature-card.r-feature-5::before,.r-feature-card.r-feature-5::after {
    border-color: #3c199c;
}

.r-feature-5 span {
    min-width: 70px;
    height: 70px;
    background: #883bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #c8b1ff;
}

.r-feature-card.r-feature-6 {
    background: linear-gradient(39deg, #ffc3c3, #ff6a6a);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-color: #ff5858;
    margin-right: auto;
}

.r-feature-card.r-feature-6::before,.r-feature-card.r-feature-6::after {
    border-color: #9c1919;
}

.r-feature-6 span {
    min-width: 70px;
    height: 70px;
    background: #bb3b3b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #ffb1b1;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}
@keyframes float2 {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-6px); }
}
@keyframes swordSwing {
    0%, 100% { transform: rotate(-15deg); }
    50% { transform: rotate(15deg); }
}
@keyframes wandGlow {
    0%, 100% { opacity: 0.5; r: 4px; }
    50% { opacity: 1; r: 7px; }
}
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.15); opacity: 1; }
}
@keyframes orbit {
    0% { transform: rotate(0deg) translateX(18px) rotate(0deg); }
    100% { transform: rotate(360deg) translateX(18px) rotate(-360deg); }
}
@keyframes arrowPull {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-6px); }
}

.mc-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 20px 0;
    font-family: var(--font-sans);
    grid-column: span 12;
}
@media (max-width: 700px) {
    .mc-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.mc-card {
    background: var(--card-bg);
    border: 1.5px solid var(--card-border);
    padding: 22px 14px 18px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.25s, transform 0.25s, background 0.25s;
    position: relative;
    overflow: hidden;
}
.mc-card:hover {
    transform: translateY(-5px);
    background: var(--card-bg-hover);
    border-color: var(--card-accent);
}
.mc-title {
    font-size: 13px;
    font-weight: 500;
    color: var(--card-accent);
    margin: 0 0 8px;
    letter-spacing: 0.3px;
}
.mc-desc {
    font-size: 11.5px;
    color: #6b7299;
    line-height: 1.65;
    margin: 0;
}
.mc-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    padding: 3px 10px;
    margin-bottom: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: var(--badge-bg);
    color: var(--card-accent);
}

    .bento-section {
        background: url('img/bento_light_bg.png');
        position: relative;
        padding: 70px 0 90px;
        border-top: 3px solid #e5e7eb;
        background-size: 80px;
    }
    .bento-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgb(249 250 251 / 61%);
        pointer-events: none;
        z-index: 0;
    }
    .bento-section .container {
        max-width: 1200px;
        position: relative;
        z-index: 1;
    }
    .bento-section-label {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #16a34a;
        margin-bottom: 8px;
    }
    .bento-section-title {
        font-size: clamp(1.5rem, 3vw, 2.2rem);
        font-weight: 800;
        color: #111827;
        letter-spacing: -0.03em;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .bento-section-title span {
        color: #16a34a;
    }

    .bento-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: minmax(60px, auto);
        gap: 16px;
        margin-top: 36px;
    }

    .bento-card {
        background: linear-gradient(39deg, #eeeeee, #ffffff);
        border: 1px solid #c7c9cf;
        border-radius: 0;
        padding: 24px;
        position: relative;
        overflow: visible;
        box-shadow: 0 1px 4px rgba(0,0,0,0.06);
        transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
        color: #111827;
        z-index: 1;
    }
    .bento-card::before, .bento-card::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        pointer-events: none;
        border-color: #858992;
        transition: border-color 0.25s;
    }

    .bento-card::after {
        bottom: -6px;
        right: -6px;
        border-bottom: 6px solid #000000;
        border-right: 6px solid #000000;
    }
    .bento-card::before {
        top: -6px;
        left: -6px;
        border-top: 6px solid #000000;
        border-left: 6px solid #000000;
    }
    .bento-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.12);
        z-index: 5;
    }

    .bento-hero {
        grid-column: span 12;
        padding: 32px;
        min-height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: linear-gradient(257deg, #006401, #111827);
    }
    .bento-hero h2 {
        font-size: clamp(1rem, 2vw, 1.25rem);
        font-weight: 800;
        color: #a7ffca;
        letter-spacing: -0.02em;
        line-height: 1.3;
        margin: 0 0 14px;
    }
    .bento-hero p {
        font-size: 13px;
        color: #ffffff;
        line-height: 1.7;
        margin: 0;
    }
    .bento-hero::after {
        border-bottom: 6px solid #006002;
        border-right: 6px solid #006002;
    }

    .bento-hero::before {
        border-top: 6px solid #101b25;
        border-left: 6px solid #101b25;
    }
    .bento-hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #dcfce7;
        border: 1px solid #86efac;
        color: #15803d;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        padding: 4px 10px;
        border-radius: 0;
        width: fit-content;
        margin-bottom: 14px;
    }

    .bento-stat {
        grid-column: span 5;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        background: transparent;
        border: none;
        padding: 0;
        box-shadow: none;
    }
    .bento-stat::before, .bento-stat::after { content: none; }
    .bento-stat:hover { transform: none; box-shadow: none; border-color: transparent; }
    .bento-stat-item {
        background: linear-gradient(39deg, #eeeeee, #d8d9dd);
        border: 1px solid #c7c9cf;
        border-radius: 0;
        padding: 20px 18px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.06);
        transition: border-color 0.25s, transform 0.25s;
        position: relative;
        overflow: visible;
    }
    .bento-stat-item::before, .bento-stat-item::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        pointer-events: none;
        transition: border-color 0.25s;
    }
    .bento-stat-item::before {
        top: -5px; left: -5px;
        border-top: 4px solid #858992; border-left: 4px solid #858992;
    }
    .bento-stat-item::after {
        bottom: -5px; right: -5px;
        border-bottom: 4px solid #858992; border-right: 4px solid #858992;
    }
    .bento-stat-item:hover { transform: translateY(-2px); border-color: #a1a5af; z-index: 3; }
    .bento-stat-item:hover::before, .bento-stat-item:hover::after { border-color: #4b5563; }
    
    .bento-stat-num {
        font-size: 2rem;
        font-weight: 900;
        letter-spacing: -0.04em;
        line-height: 1;
    }
    .bento-stat-lbl {
        font-size: 11px;
        color: #4b5563;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    .stat-green { border-top: 3px solid #16a34a; }
    .stat-green .bento-stat-num { color: #16a34a; }
    .stat-blue { border-top: 3px solid #2563eb; }
    .stat-blue .bento-stat-num { color: #2563eb; }
    .stat-yellow { border-top: 3px solid #d97706; }
    .stat-yellow .bento-stat-num { color: #d97706; }
    .stat-purple { border-top: 3px solid #7c3aed; }
    .stat-purple .bento-stat-num { color: #7c3aed; }

    .bento-def {
        grid-column: span 4;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .bento-def-icon {
        width: 40px;
        height: 40px;
        border-radius: 0;
        border-left: 3px solid currentColor;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 900;
        color: #4b5563;
        background: rgba(255,255,255,0.4);
    }
    .bento-def h2 {
        font-size: 14px;
        font-weight: 700;
        color: #111827;
        margin: 0;
    }
    .bento-def p {
        font-size: 13px;
        color: #374151;
        line-height: 1.7;
        margin: 0;
        flex: 1;
    }

    .bento-guide {
        grid-column: span 4;
        min-height: 200px;
    }
    .bento-guide-label {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #4f46e5;
        margin-bottom: 10px;
    }
    .bento-guide h2 {
        font-size: 14px;
        font-weight: 700;
        color: #111827;
        margin: 0 0 10px;
    }
    .bento-guide p {
        font-size: 13px;
        color: #374151;
        line-height: 1.7;
        margin: 0;
    }

    .bento-advantages {
        grid-column: span 12;
        background: black;
        color: white;
    }
    .bento-advantages h2 {
        font-size: 15px;
        font-weight: 700;
        color: white;
        margin: 0 0 18px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
    .bento-adv-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .bento-adv-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        background: #f4f4f6;
        border-radius: 0;
        padding: 12px;
        transition: border-color 0.2s, background 0.2s;
        border: 2px solid #ffffff38;
    }
    .bento-adv-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 900;
        background: #eef1f6;
    }
    .bento-adv-text strong {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: white;
        margin-bottom: 2px;
    }
    .bento-adv-text span {
        font-size: 11.5px;
        color: white;
        line-height: 1.5;
    }

    .bento-faq {
        grid-column: span 12;
    }
    .bento-faq > h2 {
        font-size: 15px;
        font-weight: 700;
        color: #111827;
        margin: 0 0 18px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
    .bento-faq-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .bento-faq-item {
        background: #f4f4f6;
        border: 1px solid #d1d5db;
        border-radius: 0;
        overflow: hidden;
    }
    .bento-faq-q {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 14px 16px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 600;
        color: #111827;
        transition: color 0.2s, background 0.2s;
        user-select: none;
    }
    .bento-faq-q:hover { color: #16a34a; background: #ffffff; }
    .bento-faq-q .faq-arrow {
        min-width: 20px;
        height: 20px;
        border-radius: 0;
        border: 1px solid #c7c9cf;
        background: #e5e7eb;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: #4b5563;
        transition: transform 0.3s, background 0.2s, border-color 0.2s;
    }
    .bento-faq-item.open .faq-arrow {
        transform: rotate(180deg);
        border-color: #86efac;
        background: #dcfce7;
        color: #16a34a;
    }
    .bento-faq-a {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.3s;
        font-size: 13px;
        color: #374151;
        line-height: 1.7;
        padding: 0 16px;
        border-top: 0px solid transparent;
    }
    .bento-faq-item.open .bento-faq-a {
        max-height: 300px;
        padding: 0 16px 14px;
        border-top: 1px solid #d1d5db;
        background: #ffffff;
    }

    .bento-cta {
        grid-column: span 12;
        padding: 36px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        border: 3px solid #016c29
    }
    .bento-cta h2 {
        font-size: 1.35rem;
        font-weight: 800;
        color: #14532d;
        letter-spacing: -0.02em;
        margin: 0;
    }
    .bento-cta p {
        font-size: 14px;
        color: #166534;
        max-width: 520px;
        margin: 0;
        line-height: 1.6;
    }
    .bento-cta a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #16a34a;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        padding: 11px 26px;
        border-radius: 0;
        text-decoration: none;
        transition: background 0.2s, transform 0.2s;
        margin-top: 4px;
        box-shadow: 3px 3px 0 #14532d;
    }
    .bento-cta a:hover {
        background: #15803d;
        transform: translate(-1px, -1px);
        box-shadow: 4px 4px 0 #166534;
    }

    @media (max-width: 991px) {
        .bento-hero, .bento-stat,
        .bento-def, .bento-guide,
        .bento-advantages { grid-column: span 12; }
        .bento-stat { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 600px) {
        .bento-adv-grid, .bento-faq-grid { grid-template-columns: 1fr; }
        .bento-cta { padding: 24px 18px; }
    }
    .bento-hero::after {
        border-bottom: 6px solid #006002;
        border-right: 6px solid #006002;
    }

    .bento-hero::before {
        border-top: 6px solid #101b25;
        border-left: 6px solid #101b25;
    }
    .tier-badge.iron-badge {
        position: relative;
        border-radius: 8px;
        border-bottom: 1px solid #9ca3af73 !important;
        left: 0;
        min-width: 140px;
        text-align: center;
    }
    .gap-3 {
        gap: 12px;
    }
    .gap-2 {
        gap: 8px;
    }
    .gap-1 {
        gap: 6px;
    }
    .r-iron-card {
        padding: 30px !important;
        border-radius: 0px !important;
    }
    .features {
        justify-content: space-between;
    }
    .feature-item iconify-icon {
        color: #bcc4d1;
    }

    .feature-item strong {
        font-weight: 500;
        color: white;
    }