
/* ===================================================================
   CSS Reset
   =================================================================== */
*, *::before, *::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html, body{
    overflow-x: hidden;
    max-width: 100%;
}body{
    font-size: 16px;
    line-height: 1.6;
}img{
    max-width: 100%;
    height: auto;
    display: block;
}a{
    text-decoration: none;
    color: inherit;
}ul, ol{
    list-style: none;
}/* ===================================================================
   Site Body & Layout
   =================================================================== */
.element-e86{
    background-color: #171717;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.meta-edge{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.box530{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.bright-preview{
    padding: 40px 0;
}.popup670{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.wrapper-aw{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.wrapper-aw::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #ff9800;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.special305{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.special305 h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.special305 h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.special305 p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.special305 ul,
.special305 ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.special305 ul{
    list-style: disc;
}.special305 ol{
    list-style: decimal;
}.special305 ul li,
.special305 ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.special305 strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.special305 a{
    color: #ff9800;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.special305 a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.special305 img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.special305 blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #ff9800;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.special305 blockquote p{
    margin-bottom: 0;
}/* Tables */
.special305 table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.special305 table th,
.special305 table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.special305 table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.special305 table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.special305 table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.special305 table tr:hover{
    background: rgba(255, 152, 0, 0.1);
}/* Table responsive wrapper */
.edge-zk,
.special305 .edge-zk{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.edge-zk table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.subtitle513{
    padding: 30px 0 60px;
}.collapse160{
    max-width: 1100px;
    margin: 0 auto;
}.rating994{
    text-align: center;
    margin-bottom: 32px;
}.rating994 .wrapper-aw{
    display: inline-block;
}.rating994 .wrapper-aw::after{
    left: 50%;
    transform: translateX(-50%);
}.badge-kd{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.badge-kd h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.badge-kd h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.badge-kd p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.badge-kd ul,
.badge-kd ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.badge-kd ul{
    list-style: disc;
}.badge-kd ol{
    list-style: decimal;
}.badge-kd ul li,
.badge-kd ol li{
    margin-bottom: 0.5em;
}.badge-kd a{
    color: #ff9800;
    font-weight: 600;
}.badge-kd a:hover{
    text-decoration: underline;
}.badge-kd blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #ff9800;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.badge-kd table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.badge-kd table th,
.badge-kd table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.badge-kd table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.badge-kd table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.badge-kd img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.tertiary-p37{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #ff9800 transparent;
}.tertiary-p37::-webkit-scrollbar{
    height: 4px;
}.tertiary-p37::-webkit-scrollbar-track{
    background: transparent;
}.tertiary-p37::-webkit-scrollbar-thumb{
    background: #ff9800;
    border-radius: 2px;
}.tertiary-p37 .subtitle-mt{
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
}.tertiary-p37 .subtitle-mt:hover,
.tertiary-p37 .subtitle-mt.active{
    background: #ff9800;
    border-color: #ff9800;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.pattern677{
    margin: 20px 0;
}.view-ee{
    margin-bottom: 24px;
}.banner-thumbnail{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.featured-iz{
    flex-shrink: 0;
}.featured-iz a{
    display: block;
    padding: 10px 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease;
}.featured-iz a:hover,
.featured-iz.active a{
    background: #ff9800;
    border-color: #ff9800;
    color: #fff;
}.wrapper-window{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.input330{
    display: flex;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}.input330:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.module771{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(255, 152, 0, 0.15);
    color: #ff9800;
}.expand-p10{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.component374 img,
.expand-p10 img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.link-description{
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s ease, transform 0.15s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
}.promo-jz{
    background: #ff9800;
    color: #fff;
}.promo-jz:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.pattern512{
    background: linear-gradient(135deg, #ff9800, #212121);
    color: #fff;
}.pattern512:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.gallery-ul{
    color: #ff9800;
    font-size: 0.75rem;
    padding: 4px 0;
}.display-dj{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.highlight-graphic{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.inactive948{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.rating-m57{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.primary969{
    color: #4caf50;
    font-size: 0.7rem;
}.secondary-sy{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.slider-content{
    line-height: 1;
}.gallery978{
    color: #ffc107;
}.select908{
    color: #ffc107;
    opacity: 0.7;
}.outline697{
    color: rgba(255, 255, 255, 0.2);
}.popup-e94{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.form-component{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.75rem;
    font-weight: 500;
}.section-ij{
    color: #4caf50;
    font-size: 0.7rem;
}.component-accordion{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    min-width: 180px;
    text-align: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.1);
}.range-ol{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.widget463{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.meta-edge{
        padding: 0 12px;
    }.box530{
        padding-top: 64px;
    }.bright-preview{
        padding: 24px 0;
    }.wrapper-aw{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.wrapper-aw::after{
        width: 50px;
        height: 3px;
    }.special305{
        font-size: 0.95rem;
    }.special305 h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.special305 h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.special305 p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.special305 table th,
    .special305 table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.special305 blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .subtitle513{
        padding: 20px 0 40px;
    }.rating994{
        margin-bottom: 20px;
    }.badge-kd{
        margin-top: 28px;
        font-size: 0.95rem;
    }.badge-kd h2{
        font-size: 1.3rem;
    }.badge-kd h3{
        font-size: 1.1rem;
    }.badge-kd table th,
    .badge-kd table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .input330{
        flex-direction: column;
    }.module771{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.expand-p10{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.display-dj{
        padding: 12px;
    }.highlight-graphic{
        gap: 8px;
    }.inactive948{
        font-size: 1rem;
    }.component-accordion{
        min-width: unset;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 12px;
        gap: 8px;
    }

    .rt-bonus-amount {
        font-size: 1rem;
    }
}

/* ===================================================================
   Responsive — Small Phones (max-width: 480px)
   =================================================================== */
@media (max-width: 480px) {.wrapper-aw{
        font-size: 1.3rem;
    }.special305 h2{
        font-size: 1.15rem;
    }.special305 h3{
        font-size: 1rem;
    }.popup-e94{
        gap: 4px;
    }

    .rt-badge {
        font-size: 0.7rem;
        padding: 2px 6px;
    }
}
