@charset "UTF-8";h1,h2,h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

:root {
    --bs-blue: #0f2501;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #1a1919;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0f2501;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #021229;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #1a1919;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0f2501;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

*,::after,::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%
}

h1,h2,h3,h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size:2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size:2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size:1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: underline
}

img {
    vertical-align: middle
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

.border_current_82ee {
    max-width: 100%;
    height: auto
}

.column_upper_1bc8 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .column_upper_1bc8 {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .column_upper_1bc8 {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .column_upper_1bc8 {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    h4 {
        font-size:1.5rem
    }

    .column_upper_1bc8 {
        max-width: 1140px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.active-6f14 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.active-6f14>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.hard-d7c6 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width: 992px) {
    .main-46a0 {
        flex:0 0 auto;
        width: 50%
    }
}

.tooltip-iron-d480 {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg)
}

.form_791c {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0f2501;
    --bs-btn-border-color: #0f2501;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0f2501;
    --bs-btn-disabled-border-color: #0f2501
}

.heading-top-5653 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.row_d5f4 {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.easy_fc16 {
    display: flex!important
}

.narrow-ecf9 {
    width: 100%!important
}

.old-6ac5 {
    justify-content: center!important
}

.outline_advanced_007a {
    justify-content: space-between!important
}

.form-724f {
    align-items: center!important
}

.hover_ffcd {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.card-f647 {
    margin-right: .5rem!important
}

.mini_1257 {
    margin-right: 1rem!important
}

.info_fc8d {
    margin-left: 1rem!important
}

.texture-fixed-fcdb {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.tertiary_51cc {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.mask-down-7f3a {
    text-align: center!important
}

.active-00e1 {
    text-decoration: none!important
}

.content_lower_5a25 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.complex_ab3d {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.avatar-895a {
    border-radius: var(--bs-border-radius)!important
}

.sidebar-c296 {
    border-radius: var(--bs-border-radius-xxl)!important
}

body {
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .column_upper_1bc8 {
        max-width:960px;
        margin: auto
    }
}

.tooltip-iron-d480 {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: none
}

.form_791c {
    background-color: #007bff
}

.heading-top-5653 {
    background-color: #28a745
}

.avatar-895a {
    border-radius: 2px
}

.mask-down-7f3a {
    text-align: center
}

.content_lower_5a25 {
    color: #fff
}

/* css-noise: c72f */
.widget-item-z8 {
    padding: 0.1rem;
    font-size: 13px;
    line-height: 1.2;
}

/* APK page extra blocks */
.apk-insight-hub {
    padding: 48px 0;
    background: linear-gradient(180deg, rgba(15, 17, 21, 0.96) 0%, rgba(26, 31, 39, 0.98) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.18);
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.apk-kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.apk-insight-head h2,
.apk-trust-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.apk-insight-head p,
.apk-trust-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.7;
}

.apk-insight-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.apk-insight-card {
    background: rgba(35, 42, 52, 0.78);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.apk-insight-card--highlight {
    background: linear-gradient(160deg, rgba(212, 175, 55, 0.16) 0%, rgba(35, 42, 52, 0.88) 70%);
}

.apk-insight-card h3 {
    font-size: 1.06rem;
    margin-bottom: 10px;
    color: #f6d365;
}

.apk-insight-card p {
    margin-bottom: 10px;
    color: #d1d8e2;
}

.apk-insight-card ul {
    margin: 0;
    padding-left: 18px;
}

.apk-insight-card li {
    margin-bottom: 6px;
    color: #b8c0cc;
}

.apk-insight-cta {
    margin-top: 20px;
}

.apk-trust-lab {
    padding: 48px 0;
    background: rgba(15, 17, 21, 0.96);
}

.apk-trust-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 18px;
    align-items: start;
}

.apk-trust-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.apk-trust-steps li {
    background: rgba(35, 42, 52, 0.72);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-left: 4px solid rgba(246, 211, 101, 0.65);
    border-radius: 12px;
    padding: 14px 14px 14px 16px;
}

.apk-trust-steps h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.apk-trust-steps p {
    margin: 0;
    color: #c5ceda;
    line-height: 1.65;
}

.apk-trust-aside {
    background: linear-gradient(180deg, rgba(44, 52, 64, 0.92) 0%, rgba(26, 31, 39, 0.96) 100%);
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 14px;
    padding: 16px;
}

.apk-trust-aside h3 {
    margin-bottom: 10px;
    color: #f6d365;
}

.apk-trust-aside ul {
    margin: 0 0 12px;
    padding-left: 18px;
}

.apk-trust-aside li {
    margin-bottom: 8px;
    color: #d1d8e2;
}

.apk-trust-aside p {
    color: #b8c0cc;
    margin-bottom: 14px;
}

@media (max-width: 992px) {
    .apk-insight-grid {
        grid-template-columns: 1fr;
    }

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

/* APP page extra blocks */
.app-mobility-zone {
    padding: 50px 0;
    background: linear-gradient(180deg, rgba(26, 31, 39, 0.96) 0%, rgba(15, 17, 21, 0.98) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.app-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.app-mobility-head h2,
.app-seo-trust-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.app-mobility-head p,
.app-seo-trust-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.app-mobility-compare {
    margin-top: 22px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(35, 42, 52, 0.68);
}

.app-compare-head,
.app-compare-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 12px;
    align-items: start;
}

.app-compare-head {
    padding: 12px 14px;
    background: rgba(212, 175, 55, 0.14);
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    font-weight: 700;
    color: #f6d365;
    font-size: 0.92rem;
}

.app-compare-row {
    padding: 14px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}

.app-compare-row:last-child {
    border-bottom: none;
}

.app-compare-row h3 {
    margin: 0;
    color: #f6d365;
    font-size: 1rem;
}

.app-compare-row p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.app-mobility-side {
    margin-top: 14px;
    padding: 16px;
    border-radius: 12px;
    border: 1px dashed rgba(212, 175, 55, 0.35);
    background: rgba(15, 17, 21, 0.55);
}

.app-mobility-side h3 {
    margin-bottom: 10px;
    color: #f6d365;
}

.app-mobility-side p {
    margin-bottom: 10px;
    color: #c5ceda;
    line-height: 1.66;
}

.app-mobility-side ul {
    margin: 0;
    padding-left: 18px;
}

.app-mobility-side li {
    margin-bottom: 6px;
    color: #b8c0cc;
}

.app-seo-trust {
    padding: 50px 0;
    background: rgba(15, 17, 21, 0.96);
}

.app-seo-trust-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 16px;
    align-items: start;
}

.app-seo-trust-timeline {
    position: relative;
    display: grid;
    gap: 12px;
}

.app-seo-trust-timeline::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, rgba(246, 211, 101, 0.65) 0%, rgba(246, 211, 101, 0.18) 100%);
}

.app-timeline-step {
    position: relative;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    align-items: start;
    background: rgba(35, 42, 52, 0.72);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 14px;
}

.app-timeline-badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #1a1f27;
    background: #f6d365;
    box-shadow: 0 0 0 3px rgba(246, 211, 101, 0.2);
    z-index: 1;
}

.app-timeline-step h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.app-timeline-step p {
    margin: 0;
    color: #c5ceda;
    line-height: 1.65;
}

.app-seo-trust-note {
    background: linear-gradient(180deg, rgba(44, 52, 64, 0.94) 0%, rgba(26, 31, 39, 0.96) 100%);
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 14px;
    padding: 16px;
}

.app-seo-trust-note h3 {
    margin-bottom: 10px;
    color: #f6d365;
}

.app-seo-trust-note p {
    margin-bottom: 14px;
    color: #d1d8e2;
    line-height: 1.68;
}

@media (max-width: 992px) {
    .app-compare-head,
    .app-compare-row {
        grid-template-columns: 1fr;
    }

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

/* BAIXAR page extra blocks */
.baixar-route-lab {
    padding: 52px 0;
    background: linear-gradient(180deg, rgba(15, 17, 21, 0.98) 0%, rgba(26, 31, 39, 0.95) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.baixar-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.baixar-route-head h2,
.baixar-precheck-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.baixar-route-head p,
.baixar-precheck-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.baixar-route-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.baixar-route-primary {
    background: rgba(35, 42, 52, 0.76);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 14px;
    padding: 18px;
}

.baixar-route-primary h3 {
    margin-bottom: 10px;
    color: #f6d365;
    font-size: 1.08rem;
}

.baixar-query-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.baixar-query-cloud span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.24);
    color: #d9e0ea;
    font-size: 0.86rem;
}

.baixar-route-primary p {
    margin: 0;
    color: #d1d8e2;
}

.baixar-route-stack {
    display: grid;
    gap: 10px;
}

.baixar-route-mini {
    background: linear-gradient(165deg, rgba(44, 52, 64, 0.95) 0%, rgba(26, 31, 39, 0.96) 100%);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 14px;
}

.baixar-route-mini h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.baixar-route-mini p {
    margin-bottom: 8px;
    color: #c5ceda;
    line-height: 1.6;
}

.baixar-route-mini a {
    color: #f6d365;
    text-decoration: none;
    border-bottom: 1px dashed rgba(246, 211, 101, 0.5);
}

.baixar-route-mini a:hover {
    color: #fff2c3;
}

.baixar-precheck-board {
    padding: 52px 0;
    background: rgba(15, 17, 21, 0.96);
}

.baixar-board {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.baixar-board-col {
    background: rgba(35, 42, 52, 0.72);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 16px;
}

.baixar-board-col--center {
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.14) 0%, rgba(35, 42, 52, 0.88) 100%);
}

.baixar-board-col h3 {
    margin-bottom: 10px;
    color: #f6d365;
    font-size: 1rem;
}

.baixar-board-col ul {
    margin: 0;
    padding-left: 18px;
}

.baixar-board-col li {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.58;
}

.baixar-board-cta {
    margin-top: 16px;
}

@media (max-width: 992px) {
    .baixar-route-layout {
        grid-template-columns: 1fr;
    }

    .baixar-board {
        grid-template-columns: 1fr;
    }
}

/* BONUS page extra blocks */
.bonus-path-map {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(26, 31, 39, 0.96) 0%, rgba(15, 17, 21, 0.98) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.bonus-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.bonus-path-head h2,
.bonus-cycle-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.bonus-path-head p,
.bonus-cycle-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.bonus-path-flow {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    position: relative;
}

.bonus-path-flow::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 26px;
    height: 2px;
    background: linear-gradient(90deg, rgba(246, 211, 101, 0.2) 0%, rgba(246, 211, 101, 0.6) 50%, rgba(246, 211, 101, 0.2) 100%);
}

.bonus-path-node {
    background: rgba(35, 42, 52, 0.78);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 14px;
    padding: 16px;
    position: relative;
    z-index: 1;
}

.bonus-node-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-bottom: 8px;
    font-weight: 700;
    color: #1a1f27;
    background: #f6d365;
}

.bonus-path-node h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.bonus-path-node p {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.62;
}

.bonus-path-node a {
    color: #f6d365;
    text-decoration: none;
    border-bottom: 1px dashed rgba(246, 211, 101, 0.5);
}

.bonus-path-node a:hover {
    color: #fff2c3;
}

.bonus-cycle-board {
    padding: 54px 0;
    background: rgba(15, 17, 21, 0.96);
}

.bonus-cycle-track {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.bonus-cycle-card {
    background: rgba(35, 42, 52, 0.72);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 16px;
}

.bonus-cycle-card--active {
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.16) 0%, rgba(35, 42, 52, 0.9) 100%);
    border-color: rgba(246, 211, 101, 0.48);
    box-shadow: 0 10px 24px rgba(246, 211, 101, 0.08);
}

.bonus-cycle-card h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.bonus-cycle-card p {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.62;
}

.bonus-cycle-card ul {
    margin: 0;
    padding-left: 18px;
}

.bonus-cycle-card li {
    margin-bottom: 8px;
    color: #c5ceda;
    line-height: 1.58;
}

.bonus-cycle-note {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(44, 52, 64, 0.62);
}

.bonus-cycle-note p {
    margin: 0;
    color: #d1d8e2;
}

@media (max-width: 992px) {
    .bonus-path-flow,
    .bonus-cycle-track {
        grid-template-columns: 1fr;
    }

    .bonus-path-flow::before {
        display: none;
    }
}

/* BET page extra blocks */
.bet-signal-wall {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(15, 17, 21, 0.98) 0%, rgba(26, 31, 39, 0.95) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.bet-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.bet-signal-head h2,
.bet-ticket-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.bet-signal-head p,
.bet-ticket-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.bet-signal-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-areas:
        "form form lineup lineup odds odds"
        "live live live discipline discipline discipline";
    gap: 12px;
}

.bet-signal-card {
    background: rgba(35, 42, 52, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 14px;
}

.bet-signal-card--form { grid-area: form; }
.bet-signal-card--lineup { grid-area: lineup; }
.bet-signal-card--odds { grid-area: odds; }
.bet-signal-card--live { grid-area: live; }
.bet-signal-card--discipline { grid-area: discipline; }

.bet-signal-card h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.bet-signal-card p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.bet-ticket-studio {
    padding: 54px 0;
    background: rgba(15, 17, 21, 0.96);
}

.bet-ticket-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 14px;
    align-items: start;
}

.bet-ticket-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.bet-ticket-step {
    background: rgba(35, 42, 52, 0.72);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 14px;
}

.bet-ticket-step h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 0.98rem;
}

.bet-ticket-step p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.bet-ticket-panel {
    background: linear-gradient(180deg, rgba(44, 52, 64, 0.94) 0%, rgba(26, 31, 39, 0.96) 100%);
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 12px;
    padding: 14px;
}

.bet-ticket-panel h3 {
    margin-bottom: 10px;
    color: #f6d365;
}

.bet-ticket-panel ul {
    margin: 0 0 10px;
    padding-left: 18px;
}

.bet-ticket-panel li {
    margin-bottom: 8px;
    color: #d1d8e2;
}

.bet-ticket-panel p {
    margin-bottom: 12px;
    color: #b8c0cc;
    line-height: 1.62;
}

@media (max-width: 992px) {
    .bet-signal-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "form"
            "lineup"
            "odds"
            "live"
            "discipline";
    }

    .bet-ticket-layout {
        grid-template-columns: 1fr;
    }

    .bet-ticket-steps {
        grid-template-columns: 1fr;
    }
}

/* CADASTRO page extra blocks */
.cadastro-funnel-lens {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(26, 31, 39, 0.96) 0%, rgba(15, 17, 21, 0.98) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.cadastro-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.cadastro-funnel-head h2,
.cadastro-readiness-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.cadastro-funnel-head p,
.cadastro-readiness-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.cadastro-funnel-bars {
    margin-top: 22px;
    display: grid;
    gap: 10px;
}

.cadastro-funnel-step {
    background: rgba(35, 42, 52, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 14px;
}

.cadastro-funnel-step--one { width: 100%; }
.cadastro-funnel-step--two { width: 92%; }
.cadastro-funnel-step--three { width: 84%; }
.cadastro-funnel-step--four { width: 76%; }

.cadastro-funnel-step h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.cadastro-funnel-step p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.cadastro-readiness-split {
    padding: 54px 0;
    background: rgba(15, 17, 21, 0.96);
}

.cadastro-readiness-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cadastro-readiness-box {
    border-radius: 12px;
    padding: 16px;
}

.cadastro-readiness-box--risk {
    background: rgba(127, 29, 29, 0.22);
    border: 1px solid rgba(248, 113, 113, 0.35);
}

.cadastro-readiness-box--safe {
    background: rgba(20, 83, 45, 0.24);
    border: 1px solid rgba(74, 222, 128, 0.35);
}

.cadastro-readiness-box h3 {
    margin-bottom: 10px;
    font-size: 1rem;
}

.cadastro-readiness-box--risk h3 { color: #fca5a5; }
.cadastro-readiness-box--safe h3 { color: #86efac; }

.cadastro-readiness-box ul {
    margin: 0;
    padding-left: 18px;
}

.cadastro-readiness-box li {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.58;
}

.cadastro-readiness-cta {
    margin-top: 14px;
}

@media (max-width: 992px) {
    .cadastro-funnel-step--one,
    .cadastro-funnel-step--two,
    .cadastro-funnel-step--three,
    .cadastro-funnel-step--four {
        width: 100%;
    }

    .cadastro-readiness-layout {
        grid-template-columns: 1fr;
    }
}

/* CASSINO page extra blocks */
.cassino-session-radar {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(15, 17, 21, 0.98) 0%, rgba(26, 31, 39, 0.95) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.cassino-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.cassino-session-head h2,
.cassino-compass-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.cassino-session-head p,
.cassino-compass-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.cassino-session-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 12px;
    align-items: start;
}

.cassino-session-panel,
.cassino-session-aside {
    background: rgba(35, 42, 52, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 16px;
}

.cassino-session-panel h3,
.cassino-session-aside h3 {
    margin-bottom: 10px;
    color: #f6d365;
}

.cassino-meter-list {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.cassino-meter-label {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    color: #d1d8e2;
    font-size: 0.92rem;
}

.cassino-meter-label strong {
    color: #f6d365;
}

.cassino-meter {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.cassino-meter span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.85) 0%, rgba(246, 211, 101, 0.95) 100%);
}

.cassino-session-panel p,
.cassino-session-aside li {
    color: #d1d8e2;
    line-height: 1.62;
}

.cassino-session-aside ul {
    margin: 0 0 12px;
    padding-left: 18px;
}

.cassino-session-aside li {
    margin-bottom: 8px;
}

.cassino-table-compass {
    padding: 54px 0;
    background: rgba(15, 17, 21, 0.96);
}

.cassino-compass-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cassino-compass-card {
    background: rgba(35, 42, 52, 0.72);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 16px;
}

.cassino-compass-card h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.cassino-compass-card p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

@media (max-width: 992px) {
    .cassino-session-layout,
    .cassino-compass-grid {
        grid-template-columns: 1fr;
    }
}

/* DOWNLOAD page extra blocks */
.download-lane-flow {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(26, 31, 39, 0.96) 0%, rgba(15, 17, 21, 0.98) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.download-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.download-lane-head h2,
.download-setup-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.download-lane-head p,
.download-setup-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.download-lane-track {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    position: relative;
}

.download-lane-track::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 22px;
    height: 2px;
    background: linear-gradient(90deg, rgba(246, 211, 101, 0.25) 0%, rgba(246, 211, 101, 0.58) 50%, rgba(246, 211, 101, 0.25) 100%);
}

.download-lane-step {
    background: rgba(35, 42, 52, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 14px;
    position: relative;
    z-index: 1;
}

.download-lane-badge {
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1a1f27;
    background: #f6d365;
}

.download-lane-step h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 0.98rem;
}

.download-lane-step p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.6;
}

.download-setup-lab {
    padding: 54px 0;
    background: rgba(15, 17, 21, 0.96);
}

.download-setup-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.download-setup-panel {
    background: rgba(35, 42, 52, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 16px;
}

.download-setup-panel--alt {
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.14) 0%, rgba(35, 42, 52, 0.9) 100%);
}

.download-setup-panel h3 {
    margin-bottom: 10px;
    color: #f6d365;
}

.download-spec-list {
    display: grid;
    gap: 8px;
    margin-bottom: 10px;
}

.download-spec-list div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.download-spec-list span {
    color: #b8c0cc;
}

.download-spec-list strong {
    color: #f6d365;
}

.download-setup-panel p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.download-setup-cta {
    margin-top: 14px;
}

@media (max-width: 992px) {
    .download-lane-track {
        grid-template-columns: 1fr;
    }

    .download-lane-track::before {
        display: none;
    }

    .download-setup-grid {
        grid-template-columns: 1fr;
    }
}

/* FACEBOOK page extra blocks */
.facebook-heat-strip {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(15, 17, 21, 0.98) 0%, rgba(26, 31, 39, 0.95) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.facebook-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.facebook-heat-head h2,
.facebook-picker-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.facebook-heat-head p,
.facebook-picker-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.facebook-heat-list {
    margin-top: 22px;
    display: grid;
    gap: 10px;
}

.facebook-heat-item {
    background: rgba(35, 42, 52, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 14px;
}

.facebook-heat-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.facebook-heat-top h3 {
    margin: 0;
    color: #f6d365;
    font-size: 1rem;
}

.facebook-heat-top strong {
    color: #d1d8e2;
    font-size: 0.88rem;
    font-weight: 600;
}

.facebook-heat-bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 8px;
    overflow: hidden;
}

.facebook-heat-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.82) 0%, rgba(246, 211, 101, 0.96) 100%);
}

.facebook-heat-item p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.6;
}

.facebook-player-picker {
    padding: 54px 0;
    background: rgba(15, 17, 21, 0.96);
}

.facebook-picker-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.facebook-picker-card {
    background: rgba(35, 42, 52, 0.72);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 14px;
}

.facebook-picker-card--highlight {
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.16) 0%, rgba(35, 42, 52, 0.9) 100%);
    border-color: rgba(246, 211, 101, 0.48);
}

.facebook-picker-card h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 0.98rem;
}

.facebook-picker-card p {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.6;
}

.facebook-picker-card a {
    color: #f6d365;
    text-decoration: none;
    border-bottom: 1px dashed rgba(246, 211, 101, 0.5);
}

.facebook-picker-card a:hover {
    color: #fff2c3;
}

@media (max-width: 992px) {
    .facebook-picker-grid {
        grid-template-columns: 1fr;
    }
}

/* GAME page extra blocks */
.game-session-deck {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(26, 31, 39, 0.96) 0%, rgba(15, 17, 21, 0.98) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.game-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.game-session-head h2,
.game-matrix-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.game-session-head p,
.game-matrix-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.game-session-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 12px;
    align-items: start;
}

.game-session-main,
.game-session-side {
    background: rgba(35, 42, 52, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 16px;
}

.game-session-main h3,
.game-session-side h3 {
    margin-bottom: 10px;
    color: #f6d365;
}

.game-session-main ol {
    margin: 0 0 10px;
    padding-left: 18px;
}

.game-session-main li {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.6;
}

.game-session-main p,
.game-session-side li {
    color: #d1d8e2;
    line-height: 1.62;
}

.game-session-side ul {
    margin: 0;
    padding-left: 18px;
}

.game-session-side li {
    margin-bottom: 8px;
}

.game-mode-matrix {
    padding: 54px 0;
    background: rgba(15, 17, 21, 0.96);
}

.game-matrix-table-wrap {
    margin-top: 22px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    overflow-x: auto;
    background: rgba(35, 42, 52, 0.72);
}

.game-matrix-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.game-matrix-table th,
.game-matrix-table td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid rgba(212, 175, 55, 0.14);
    color: #d1d8e2;
}

.game-matrix-table th {
    background: rgba(212, 175, 55, 0.14);
    color: #f6d365;
    font-size: 0.92rem;
    font-weight: 700;
}

.game-matrix-table tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 992px) {
    .game-session-layout {
        grid-template-columns: 1fr;
    }
}

/* FORTUNE page extra blocks */
.fortune-volatility-scale {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(15, 17, 21, 0.98) 0%, rgba(26, 31, 39, 0.95) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.fortune-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.fortune-scale-head h2,
.fortune-puzzle-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.fortune-scale-head p,
.fortune-puzzle-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.fortune-scale-wrap {
    margin-top: 22px;
    display: grid;
    gap: 10px;
}

.fortune-scale-item {
    background: rgba(35, 42, 52, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 14px;
}

.fortune-scale-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.fortune-scale-row h3 {
    margin: 0;
    color: #f6d365;
    font-size: 1rem;
}

.fortune-scale-row strong {
    color: #d1d8e2;
    font-size: 0.88rem;
    font-weight: 600;
}

.fortune-scale-bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 8px;
    overflow: hidden;
}

.fortune-scale-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.82) 0%, rgba(246, 211, 101, 0.96) 100%);
}

.fortune-scale-item p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.6;
}

.fortune-strategy-puzzle {
    padding: 54px 0;
    background: rgba(15, 17, 21, 0.96);
}

.fortune-puzzle-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.fortune-puzzle-card {
    grid-column: span 2;
    background: rgba(35, 42, 52, 0.72);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 14px;
}

.fortune-puzzle-card--accent {
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.14) 0%, rgba(35, 42, 52, 0.9) 100%);
    border-color: rgba(246, 211, 101, 0.46);
}

.fortune-puzzle-card--wide {
    grid-column: span 6;
}

.fortune-puzzle-card h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.fortune-puzzle-card p {
    margin: 0 0 8px;
    color: #d1d8e2;
    line-height: 1.6;
}

.fortune-puzzle-card a {
    color: #f6d365;
    text-decoration: none;
    border-bottom: 1px dashed rgba(246, 211, 101, 0.5);
}

.fortune-puzzle-card a:hover {
    color: #fff2c3;
}

@media (max-width: 992px) {
    .fortune-puzzle-card,
    .fortune-puzzle-card--wide {
        grid-column: span 6;
    }
}

/* INSTALAR page extra blocks */
.instalar-compat-rail {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(26, 31, 39, 0.96) 0%, rgba(15, 17, 21, 0.98) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.instalar-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.instalar-rail-head h2,
.instalar-fix-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.instalar-rail-head p,
.instalar-fix-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.instalar-rail-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.instalar-rail-item {
    background: rgba(35, 42, 52, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 14px;
    position: relative;
}

.instalar-rail-item::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    width: 12px;
    height: 2px;
    background: rgba(246, 211, 101, 0.5);
}

.instalar-rail-item:last-child::after {
    display: none;
}

.instalar-rail-item h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.instalar-rail-item p {
    margin: 0 0 8px;
    color: #d1d8e2;
    line-height: 1.62;
}

.instalar-rail-item span {
    display: block;
    color: #b8c0cc;
    font-size: 0.86rem;
}

.instalar-fix-map {
    padding: 54px 0;
    background: rgba(15, 17, 21, 0.96);
}

.instalar-fix-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.instalar-fix-card {
    background: rgba(35, 42, 52, 0.72);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 16px;
}

.instalar-fix-card--highlight {
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.16) 0%, rgba(35, 42, 52, 0.9) 100%);
    border-color: rgba(246, 211, 101, 0.46);
}

.instalar-fix-card h3 {
    margin-bottom: 10px;
    color: #f6d365;
    font-size: 1rem;
}

.instalar-fix-card ul {
    margin: 0;
    padding-left: 18px;
}

.instalar-fix-card li {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.58;
}

@media (max-width: 992px) {
    .instalar-rail-grid,
    .instalar-fix-layout {
        grid-template-columns: 1fr;
    }

    .instalar-rail-item::after {
        display: none;
    }
}

/* JOGOS page extra blocks */
.jogos-index-stack {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(15, 17, 21, 0.98) 0%, rgba(26, 31, 39, 0.95) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.jogos-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.jogos-index-head h2,
.jogos-ladder-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.jogos-index-head p,
.jogos-ladder-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.jogos-index-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.jogos-index-card {
    background: rgba(35, 42, 52, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 14px;
}

.jogos-index-card h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.jogos-index-card p {
    margin: 0 0 8px;
    color: #d1d8e2;
    line-height: 1.62;
}

.jogos-index-card span {
    color: #b8c0cc;
    font-size: 0.86rem;
}

.jogos-choice-ladder {
    padding: 54px 0;
    background: rgba(15, 17, 21, 0.96);
}

.jogos-ladder-list {
    margin-top: 22px;
    display: grid;
    gap: 10px;
}

.jogos-ladder-step {
    background: rgba(35, 42, 52, 0.72);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 14px;
    position: relative;
}

.jogos-ladder-step::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 12px 0 0 12px;
    background: rgba(246, 211, 101, 0.62);
}

.jogos-ladder-step h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.jogos-ladder-step p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.jogos-ladder-cta {
    margin-top: 14px;
}

@media (max-width: 992px) {
    .jogos-index-grid {
        grid-template-columns: 1fr;
    }
}

/* LOGIN page extra blocks */
.login-access-canvas {
    padding: 54px 0;
    background: linear-gradient(180deg, rgba(26, 31, 39, 0.96) 0%, rgba(15, 17, 21, 0.98) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.login-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.login-canvas-head h2,
.login-shield-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.login-canvas-head p,
.login-shield-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.login-canvas-track {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.login-canvas-step {
    background: rgba(35, 42, 52, 0.74);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 14px;
}

.login-canvas-step h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.login-canvas-step p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.login-shield-panel {
    padding: 54px 0;
    background: rgba(15, 17, 21, 0.96);
}

.login-shield-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.login-shield-col {
    border-radius: 12px;
    padding: 16px;
}

.login-shield-col--alert {
    background: rgba(127, 29, 29, 0.22);
    border: 1px solid rgba(248, 113, 113, 0.35);
}

.login-shield-col--action {
    background: rgba(20, 83, 45, 0.24);
    border: 1px solid rgba(74, 222, 128, 0.35);
}

.login-shield-col h3 {
    margin-bottom: 10px;
    font-size: 1rem;
}

.login-shield-col--alert h3 { color: #fca5a5; }
.login-shield-col--action h3 { color: #86efac; }

.login-shield-col ul {
    margin: 0 0 12px;
    padding-left: 18px;
}

.login-shield-col li {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.58;
}

@media (max-width: 992px) {
    .login-canvas-track,
    .login-shield-layout {
        grid-template-columns: 1fr;
    }
}

/* LOTTERY page extra blocks */
.lottery-odds-spectrum {
    padding: 56px 0;
    background: linear-gradient(160deg, rgba(15, 17, 21, 0.98) 0%, rgba(26, 31, 39, 0.95) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.18);
}

.lottery-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(246, 211, 101, 0.38);
    background: rgba(246, 211, 101, 0.11);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.lottery-spectrum-head h2,
.lottery-radar-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.lottery-spectrum-head p,
.lottery-radar-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.7;
}

.lottery-spectrum-bars {
    margin-top: 22px;
    display: grid;
    gap: 12px;
}

.lottery-spectrum-row {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(35, 42, 52, 0.74);
}

.lottery-spectrum-row h3 {
    margin-bottom: 10px;
    color: #f6d365;
    font-size: 1rem;
}

.lottery-spectrum-meter {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(248, 250, 252, 0.1);
    margin-bottom: 10px;
}

.lottery-spectrum-meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #c9962c 0%, #f6d365 100%);
}

.lottery-spectrum-row p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.6;
}

.lottery-draw-radar {
    padding: 56px 0;
    background: rgba(15, 17, 21, 0.97);
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.lottery-radar-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    gap: 14px;
}

.lottery-radar-timeline {
    position: relative;
    display: grid;
    gap: 10px;
    padding-left: 14px;
}

.lottery-radar-timeline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    border-radius: 999px;
    background: rgba(246, 211, 101, 0.5);
}

.lottery-radar-step {
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(35, 42, 52, 0.72);
}

.lottery-radar-step strong {
    display: block;
    margin-bottom: 6px;
    color: #f6d365;
    font-size: 0.98rem;
}

.lottery-radar-step p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.lottery-radar-aside {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.26);
    background: rgba(26, 31, 39, 0.88);
}

.lottery-radar-aside h3 {
    margin-bottom: 10px;
    color: #f6d365;
    font-size: 1.02rem;
}

.lottery-radar-aside ul {
    margin: 0;
    padding-left: 18px;
}

.lottery-radar-aside li {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.58;
}

@media (max-width: 992px) {
    .lottery-radar-layout {
        grid-template-columns: 1fr;
    }
}

/* PLATAFORMA page extra blocks */
.plataforma-core-map {
    padding: 56px 0;
    background: linear-gradient(180deg, rgba(15, 17, 21, 0.99) 0%, rgba(26, 31, 39, 0.95) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.plataforma-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.32);
    background: rgba(212, 175, 55, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.plataforma-core-head h2,
.plataforma-sla-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.plataforma-core-head p,
.plataforma-sla-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.7;
}

.plataforma-core-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 12px;
}

.plataforma-core-card {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(35, 42, 52, 0.74);
}

.plataforma-core-card--highlight {
    background: linear-gradient(140deg, rgba(44, 52, 64, 0.9) 0%, rgba(35, 42, 52, 0.88) 100%);
    box-shadow: 0 10px 22px rgba(15, 17, 21, 0.45);
}

.plataforma-core-card h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.plataforma-core-card p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.plataforma-sla-matrix {
    padding: 56px 0;
    background: rgba(15, 17, 21, 0.97);
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.plataforma-sla-table {
    margin-top: 22px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(35, 42, 52, 0.72);
}

.plataforma-sla-row {
    display: grid;
    grid-template-columns: 1fr 0.9fr 1.4fr;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}

.plataforma-sla-row:last-child {
    border-bottom: 0;
}

.plataforma-sla-row--head {
    background: rgba(212, 175, 55, 0.12);
}

.plataforma-sla-row--head span {
    color: #f6d365;
    font-weight: 700;
}

.plataforma-sla-row span {
    color: #d1d8e2;
    line-height: 1.55;
}

@media (max-width: 992px) {
    .plataforma-core-grid {
        grid-template-columns: 1fr;
    }

    .plataforma-sla-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

/* SLOT page extra blocks */
.slot-volatility-dial {
    padding: 56px 0;
    background: linear-gradient(165deg, rgba(26, 31, 39, 0.96) 0%, rgba(15, 17, 21, 0.98) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
}

.slot-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(246, 211, 101, 0.35);
    background: rgba(246, 211, 101, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.slot-dial-head h2,
.slot-lab-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.slot-dial-head p,
.slot-lab-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.7;
}

.slot-dial-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.slot-dial-card {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(35, 42, 52, 0.74);
}

.slot-dial-card--focus {
    border-color: rgba(246, 211, 101, 0.44);
    box-shadow: 0 10px 24px rgba(15, 17, 21, 0.42);
}

.slot-dial-card h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.slot-dial-card p {
    margin: 0 0 8px;
    color: #d1d8e2;
    line-height: 1.6;
}

.slot-dial-card span {
    color: #b8c0cc;
    font-size: 0.92rem;
}

.slot-bankroll-lab {
    padding: 56px 0;
    background: rgba(15, 17, 21, 0.97);
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.slot-lab-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 14px;
}

.slot-lab-steps {
    display: grid;
    gap: 10px;
}

.slot-lab-step {
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(35, 42, 52, 0.72);
}

.slot-lab-step strong {
    display: block;
    margin-bottom: 6px;
    color: #f6d365;
}

.slot-lab-step p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.6;
}

.slot-lab-aside {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.26);
    background: rgba(26, 31, 39, 0.88);
}

.slot-lab-aside h3 {
    margin-bottom: 10px;
    color: #f6d365;
    font-size: 1.02rem;
}

.slot-lab-aside ul {
    margin: 0;
    padding-left: 18px;
}

.slot-lab-aside li {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.58;
}

@media (max-width: 992px) {
    .slot-dial-grid,
    .slot-lab-layout {
        grid-template-columns: 1fr;
    }
}

/* TELEGRAM page extra blocks */
.telegram-pulse-board {
    padding: 56px 0;
    background: linear-gradient(170deg, rgba(15, 17, 21, 0.98) 0%, rgba(26, 31, 39, 0.95) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
}

.telegram-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(246, 211, 101, 0.36);
    background: rgba(246, 211, 101, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.telegram-pulse-head h2,
.telegram-route-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.telegram-pulse-head p,
.telegram-route-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.7;
}

.telegram-pulse-columns {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.telegram-pulse-card {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(35, 42, 52, 0.74);
}

.telegram-pulse-card--focus {
    border-color: rgba(246, 211, 101, 0.42);
    box-shadow: 0 10px 24px rgba(15, 17, 21, 0.44);
}

.telegram-pulse-card h3 {
    margin-bottom: 10px;
    color: #f6d365;
    font-size: 1rem;
}

.telegram-pulse-card ul {
    margin: 0;
    padding-left: 18px;
}

.telegram-pulse-card li {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.56;
}

.telegram-route-matrix {
    padding: 56px 0;
    background: rgba(15, 17, 21, 0.97);
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.telegram-route-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.telegram-route-item {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(35, 42, 52, 0.72);
}

.telegram-route-item h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.telegram-route-item p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.telegram-route-item--cta {
    background: linear-gradient(145deg, rgba(44, 52, 64, 0.88) 0%, rgba(35, 42, 52, 0.88) 100%);
}

.telegram-route-item--cta .tooltip-iron-d480 {
    margin-top: 12px;
}

@media (max-width: 992px) {
    .telegram-pulse-columns,
    .telegram-route-grid {
        grid-template-columns: 1fr;
    }
}

/* VIP page extra blocks */
.vip-upgrade-ladder {
    padding: 56px 0;
    background: linear-gradient(180deg, rgba(26, 31, 39, 0.95) 0%, rgba(15, 17, 21, 0.98) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
}

.vip-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(246, 211, 101, 0.36);
    background: rgba(246, 211, 101, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.vip-ladder-head h2,
.vip-duo-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.vip-ladder-head p,
.vip-duo-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.7;
}

.vip-ladder-steps {
    margin-top: 22px;
    display: grid;
    gap: 10px;
    counter-reset: vipstep;
}

.vip-ladder-step {
    position: relative;
    padding: 12px 14px 12px 54px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(35, 42, 52, 0.74);
}

.vip-ladder-step::before {
    counter-increment: vipstep;
    content: counter(vipstep);
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(246, 211, 101, 0.48);
    background: rgba(246, 211, 101, 0.14);
    color: #f6d365;
    font-weight: 700;
    display: grid;
    place-items: center;
}

.vip-ladder-step strong {
    display: block;
    margin-bottom: 6px;
    color: #f6d365;
}

.vip-ladder-step p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.6;
}

.vip-benefit-duo {
    padding: 56px 0;
    background: rgba(15, 17, 21, 0.97);
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.vip-duo-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vip-duo-panel {
    padding: 14px;
    border-radius: 12px;
}

.vip-duo-panel--left {
    border: 1px solid rgba(74, 222, 128, 0.32);
    background: rgba(20, 83, 45, 0.2);
}

.vip-duo-panel--right {
    border: 1px solid rgba(96, 165, 250, 0.32);
    background: rgba(30, 58, 138, 0.2);
}

.vip-duo-panel h3 {
    margin-bottom: 10px;
    font-size: 1rem;
}

.vip-duo-panel--left h3 { color: #86efac; }
.vip-duo-panel--right h3 { color: #93c5fd; }

.vip-duo-panel ul {
    margin: 0;
    padding-left: 18px;
}

.vip-duo-panel li {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.58;
}

.vip-duo-panel .tooltip-iron-d480 {
    margin-top: 12px;
}

@media (max-width: 992px) {
    .vip-duo-layout {
        grid-template-columns: 1fr;
    }
}

/* WIN page extra blocks */
.win-payout-rhythm {
    padding: 56px 0;
    background: linear-gradient(175deg, rgba(15, 17, 21, 0.98) 0%, rgba(26, 31, 39, 0.95) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
}

.win-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(246, 211, 101, 0.35);
    background: rgba(246, 211, 101, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.win-rhythm-head h2,
.win-proof-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.win-rhythm-head p,
.win-proof-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.7;
}

.win-rhythm-lanes {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.win-rhythm-lane {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(35, 42, 52, 0.74);
}

.win-rhythm-lane h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.win-rhythm-lane p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.win-proof-workflow {
    padding: 56px 0;
    background: rgba(15, 17, 21, 0.97);
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.win-proof-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.win-proof-card {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(35, 42, 52, 0.72);
}

.win-proof-card h3 {
    margin-bottom: 10px;
    color: #f6d365;
    font-size: 1rem;
}

.win-proof-card ul {
    margin: 0;
    padding-left: 18px;
}

.win-proof-card li {
    margin-bottom: 8px;
    color: #d1d8e2;
    line-height: 1.56;
}

.win-proof-card--cta {
    background: linear-gradient(145deg, rgba(44, 52, 64, 0.9) 0%, rgba(35, 42, 52, 0.88) 100%);
}

.win-proof-card--cta .tooltip-iron-d480 {
    margin-top: 12px;
}

@media (max-width: 992px) {
    .win-rhythm-lanes,
    .win-proof-grid {
        grid-template-columns: 1fr;
    }
}

/* INDEX page extra blocks */
.index-intent-radar {
    padding: 58px 0;
    background: linear-gradient(170deg, rgba(15, 17, 21, 0.98) 0%, rgba(26, 31, 39, 0.95) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.16);
}

.index-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(246, 211, 101, 0.36);
    background: rgba(246, 211, 101, 0.1);
    color: #f6d365;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.index-radar-head h2,
.index-cluster-head h2,
.index-convert-head h2 {
    margin-bottom: 12px;
    color: #f5f7fa;
}

.index-radar-head p,
.index-cluster-head p,
.index-convert-head p {
    margin: 0;
    color: #b8c0cc;
    line-height: 1.72;
}

.index-radar-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.index-radar-item {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(35, 42, 52, 0.74);
}

.index-radar-item--focus {
    border-color: rgba(246, 211, 101, 0.44);
    box-shadow: 0 12px 24px rgba(15, 17, 21, 0.44);
}

.index-radar-item h3 {
    margin-bottom: 8px;
    color: #f6d365;
    font-size: 1rem;
}

.index-radar-item p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.index-serp-cluster {
    padding: 58px 0;
    background: rgba(15, 17, 21, 0.97);
    border-top: 1px solid rgba(212, 175, 55, 0.12);
}

.index-cluster-cloud {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.index-cluster-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    background: rgba(35, 42, 52, 0.8);
    color: #d1d8e2;
    text-decoration: none;
    line-height: 1.3;
    transition: all 0.2s ease;
}

.index-cluster-tag:hover {
    border-color: rgba(246, 211, 101, 0.48);
    color: #f6d365;
    transform: translateY(-1px);
}

.index-convert-lab {
    padding: 58px 0;
    background: linear-gradient(180deg, rgba(26, 31, 39, 0.95) 0%, rgba(15, 17, 21, 0.97) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.index-convert-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 14px;
}

.index-convert-flow {
    display: grid;
    gap: 10px;
}

.index-convert-step {
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(35, 42, 52, 0.74);
}

.index-convert-step strong {
    display: inline-block;
    margin-bottom: 6px;
    color: #f6d365;
}

.index-convert-step p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.6;
}

.index-convert-aside {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.26);
    background: rgba(26, 31, 39, 0.88);
}

.index-convert-aside h3 {
    margin-bottom: 10px;
    color: #f6d365;
    font-size: 1.02rem;
}

.index-convert-aside p {
    margin: 0;
    color: #d1d8e2;
    line-height: 1.62;
}

.index-convert-aside .tooltip-iron-d480 {
    margin-top: 12px;
}

@media (max-width: 992px) {
    .index-radar-grid,
    .index-convert-layout {
        grid-template-columns: 1fr;
    }
}
