@media (max-width: 980px) {
    h1 {
        font-size: 36px;
    }

    .home-hero h1,
    .page-heading h1,
    .platform-detail-hero h1,
    .single-heading h1 {
        font-size: 32px;
    }

    .hero-inner,
    .two-column-layout,
    .platform-detail-hero {
        grid-template-columns: 1fr;
    }

    .sidebar-panel {
        position: static;
    }

    .platform-card {
        grid-template-columns: 130px minmax(0, 1fr);
    }

    .platform-card-rich {
        grid-template-columns: 130px minmax(0, 1fr);
    }

    .platform-card .platform-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-columns,
    .post-card-list,
    .info-grid,
    .link-grid,
    .methodology-grid,
    .platform-score-grid,
    .review-card-grid,
    .steps-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .header-inner {
        min-height: 90px;
    }

    .site-mark {
        width: 64px;
        height: 64px;
        font-size: 22px;
    }

    .site-title {
        max-width: 190px;
        font-size: 17px;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: block;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        background-color: rgba(255, 255, 255, 0.88);
        -webkit-backdrop-filter: blur(20px) saturate(125%);
        backdrop-filter: blur(20px) saturate(125%);
        border-top: 1px solid var(--color-border-subtle);
        box-shadow: var(--shadow-raised), inset 0 1px 0 rgba(255, 255, 255, 0.72);
        transition: max-height 0.24s ease, opacity 0.18s ease, visibility 0.18s ease;
    }

    .main-navigation.is-open {
        max-height: 380px;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .primary-menu {
        width: min(var(--container), calc(100% - 32px));
        margin: 0 auto;
        padding: 10px 0 14px;
        display: grid;
        gap: 4px;
    }

    .primary-menu a {
        padding: 12px 14px;
    }

    .home-hero {
        padding: 26px 0 24px;
    }

    .home-hero h1,
    .page-heading h1,
    .platform-detail-hero h1,
    .single-heading h1,
    .archive-heading h1 {
        font-size: 28px;
    }

    .hero-copy,
    .page-heading p {
        font-size: 16px;
    }

    .platform-card {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .platform-media {
        min-height: 84px;
    }

    .platform-media img {
        width: 76px;
        max-height: 54px;
    }

    .platform-rank {
        width: 24px;
        height: 24px;
        font-size: 13px;
    }

    .platform-body h2 {
        font-size: 20px;
    }

    .platform-body p {
        font-size: 14px;
    }

    .platform-card .platform-actions {
        grid-template-columns: 1fr 1fr;
    }

    .sidebar-panel {
        display: none;
    }

    .platform-points {
        grid-template-columns: 1fr;
    }

    .btn {
        min-height: 38px;
        padding: 8px 10px;
        font-size: 13px;
    }

    .footer-columns,
    .post-card-list,
    .info-grid,
    .link-grid,
    .methodology-grid,
    .platform-score-grid,
    .review-card-grid,
    .steps-grid,
    .platform-points-detail {
        grid-template-columns: 1fr;
    }

    .platform-detail-hero {
        padding: 16px;
    }

    .platform-detail-hero img {
        width: 160px;
    }

    .site-footer {
        padding: 20px 0 12px;
    }

    .footer-columns {
        gap: 14px;
    }

    .footer-column h2 {
        margin-bottom: 6px;
        font-size: 17px;
    }

    .footer-column p {
        margin-bottom: 8px;
    }

    .footer-menu li + li {
        margin-top: 0;
    }

    .footer-menu {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px 12px;
    }

    .footer-menu a {
        display: inline-block;
        overflow-wrap: anywhere;
    }

    .footer-bottom {
        margin-top: 14px;
        padding-top: 10px;
    }
}

@media (max-width: 420px) {
    .container {
        width: min(var(--container), calc(100% - 24px));
    }

    .header-inner {
        gap: 12px;
    }

    .site-branding {
        gap: 10px;
    }

    .site-title {
        max-width: 140px;
        font-size: 15px;
    }

    .site-mark {
        width: 58px;
        height: 58px;
        font-size: 20px;
    }

    .footer-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .platform-card {
        grid-template-columns: 1fr;
    }

    .platform-media {
        min-height: 96px;
    }

    .platform-card .platform-actions,
    .hero-actions {
        grid-template-columns: 1fr;
        display: grid;
        width: 100%;
    }

    .platform-meta,
    .platform-points > div {
        padding: 10px;
    }
}



html {
    background: #04170f;
}

body {
    position: relative;
    min-width: 320px;
    overflow-x: hidden;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

body::before {
    z-index: -2;
    background:
        radial-gradient(circle at 16% 10%, rgba(255, 223, 46, 0.22) 0 8%, transparent 21%),
        radial-gradient(circle at 82% 18%, rgba(255, 47, 143, 0.2) 0 7%, transparent 22%),
        radial-gradient(circle at 52% 78%, rgba(0, 168, 89, 0.2) 0 10%, transparent 28%),
        repeating-radial-gradient(ellipse at 16% 100%, transparent 0 18px, rgba(255, 255, 255, 0.13) 19px 21px, transparent 22px 44px),
        linear-gradient(135deg, #03110e 0%, #053b2d 28%, #042d6f 62%, #091127 100%);
}

body::after {
    z-index: -1;
    opacity: 0.72;
    background:
        radial-gradient(circle, rgba(255, 223, 46, 0.95) 0 2px, transparent 3px) 4vw 10vh / 128px 112px,
        radial-gradient(circle, rgba(255, 47, 143, 0.84) 0 2px, transparent 3px) 12vw 20vh / 154px 134px,
        linear-gradient(116deg, transparent 0 34%, rgba(255, 255, 255, 0.11) 35%, transparent 47%),
        repeating-linear-gradient(23deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 22px);
    mix-blend-mode: screen;
    animation: upworldcup-confetti-flow 18s linear infinite;
}

@keyframes upworldcup-confetti-flow {
    0% {
        background-position: 4vw 10vh, 12vw 20vh, 0 0, 0 0;
    }

    100% {
        background-position: 10vw 18vh, 6vw 28vh, 160px 0, 96px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    body::after {
        animation: none;
    }
}

.nv-comment-content,
.nv-comments-wrap,
#comments {
    display: none;
}

.custom-logo-link img {
    border-radius: var(--radius-card);
}

.container {
    width: min(var(--container), calc(100% - 20px));
}

.site-main {
    position: relative;
    z-index: 1;
}

h1,
h2,
h3 {
    font-family: Impact, "Arial Black", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
}

h1 {
    font-size: clamp(38px, 5.6vw, 84px);
}

h2 {
    font-size: clamp(28px, 3vw, 48px);
}

h3 {
    font-size: clamp(18px, 1.45vw, 24px);
}

p,
li,
a,
button,
input,
textarea,
select,
th,
td {
    overflow-wrap: anywhere;
}

.site-header {
    background:
        linear-gradient(90deg, rgba(0, 107, 63, 0.82), rgba(4, 45, 111, 0.72)),
        rgba(3, 17, 14, 0.82);
    -webkit-backdrop-filter: blur(18px) saturate(155%);
    backdrop-filter: blur(18px) saturate(155%);
    color: #ffffff;
    border-bottom: 1px solid var(--glass-border);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28), inset 0 -1px 0 rgba(255, 223, 46, 0.16);
}

.header-inner {
    min-height: 74px;
}

.site-mark,
.site-branding img {
    background:
        radial-gradient(circle at 30% 25%, #ffdf2e 0 24%, transparent 25%),
        linear-gradient(135deg, #00a859, #0057b8);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: 0 0 22px rgba(255, 223, 46, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.site-title,
.primary-menu a {
    color: #ffffff;
}

.site-title {
    font-family: Impact, "Arial Black", "Segoe UI", Arial, sans-serif;
    font-size: 22px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.primary-menu {
    gap: 6px;
}

.primary-menu a {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
    background: rgba(255, 223, 46, 0.92);
    border-color: rgba(255, 223, 46, 0.96);
    color: #06140f;
    box-shadow: 0 0 18px rgba(255, 223, 46, 0.35);
}

.mobile-menu-toggle {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.24);
}

.home-hero {
    position: relative;
    min-height: clamp(520px, 62vh, 760px);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: clamp(46px, 6vw, 82px) 0 30px;
    background:
        radial-gradient(circle at 70% 20%, rgba(255, 223, 46, 0.2) 0 13%, transparent 32%),
        radial-gradient(circle at 28% 66%, rgba(255, 47, 143, 0.16) 0 12%, transparent 31%),
        repeating-linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 28px),
        linear-gradient(135deg, rgba(0, 107, 63, 0.94), rgba(4, 45, 111, 0.86));
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.16);
}

.home-hero::before,
.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-hero::before {
    opacity: 0.3;
    background:
        repeating-radial-gradient(ellipse at 10% 110%, transparent 0 18px, rgba(255, 255, 255, 0.8) 19px 21px, transparent 22px 42px),
        linear-gradient(104deg, transparent 0 52%, rgba(255, 255, 255, 0.2) 54%, transparent 70%);
}

.home-hero::after {
    opacity: 0.62;
    background:
        radial-gradient(circle at 20% 26%, rgba(255, 223, 46, 0.92) 0 2px, transparent 3px),
        radial-gradient(circle at 76% 36%, rgba(255, 47, 143, 0.78) 0 2px, transparent 3px),
        radial-gradient(circle at 58% 78%, rgba(0, 168, 89, 0.78) 0 2px, transparent 3px);
    background-size: 96px 86px, 118px 102px, 144px 120px;
}

.hero-inner {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: clamp(18px, 3vw, 34px);
}

.home-hero h1 {
    max-width: 1040px;
    margin-bottom: 16px;
    color: #ffffff;
    line-height: 0.95;
    text-shadow: 0 5px 22px rgba(0, 0, 0, 0.48), 0 0 28px rgba(255, 223, 46, 0.18);
    transform: skew(-3deg);
}

.hero-copy {
    max-width: 780px;
    color: #e4fbe5;
    font-size: clamp(17px, 1.4vw, 21px);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.36);
}

.hero-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: min(840px, 100%);
    margin: 22px 0 16px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 999px;
    background: rgba(2, 18, 15, 0.5);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    backdrop-filter: blur(16px) saturate(160%);
    box-shadow: 0 0 0 3px rgba(255, 223, 46, 0.18), 0 0 34px rgba(255, 223, 46, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hero-search-form input[type="search"] {
    min-width: 0;
    min-height: 54px;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: clamp(15px, 1.2vw, 18px);
    font-weight: 800;
}

.hero-search-form input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.68);
}

.hero-search-form button {
    min-height: 54px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffdf2e, #f3aa18);
    color: #06140f;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(255, 223, 46, 0.28);
}

.hero-actions {
    gap: 8px;
}

.hero-panel,
.quick-link-strip,
.sidebar-panel,
.local-time-panel,
.page-heading,
.platform-detail-hero,
.offer-box,
.platform-score-grid article,
.review-card-grid article,
.step-card,
.platform-table-wrapper,
.info-grid article,
.link-tile,
.methodology-grid article,
.risk-box,
.faq-item,
.single-hero,
.post-content,
.author-box,
.related-posts,
.archive-heading-card,
.post-card,
.empty-state {
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
    box-shadow: var(--shadow-card);
    color: var(--color-text);
}

.hero-panel {
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.hero-panel::before,
.local-time-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 223, 46, 0.18), transparent 34%),
        repeating-linear-gradient(24deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 14px);
}

.hero-panel > *,
.local-time-panel > * {
    position: relative;
    z-index: 1;
}

.hero-panel strong {
    color: #ffffff;
    font-family: Impact, "Arial Black", "Segoe UI", Arial, sans-serif;
    font-size: clamp(30px, 3vw, 42px);
    text-transform: uppercase;
}

.hero-panel p,
.section-heading p,
.page-heading p,
.platform-detail-hero p,
.sidebar-panel,
.prose p,
.prose li,
.platform-body p,
.review-card-grid p,
.step-card p,
.post-card p,
.single-excerpt,
.archive-heading p,
.platform-section-copy,
.platform-detail-table td,
.faq-answer {
    color: var(--color-muted);
}

.hero-stats,
.keyword-cloud,
.tag-row,
.platform-badges,
.local-time-tags {
    gap: 7px;
}

.hero-stats span,
.keyword-cloud span,
.tag-row span,
.platform-badges span {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: #f7fff7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.highlight-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: var(--radius-control);
    background: #ffdf2e;
    color: #06140f;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
    box-shadow: 0 8px 18px rgba(255, 223, 46, 0.24);
    transform: skew(-4deg);
}

.highlight-tag:nth-child(even) {
    background: #ff2f8f;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(255, 47, 143, 0.24);
}

.quick-link-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 8px;
    padding: 10px;
}

.quick-link-strip a {
    justify-content: center;
    min-height: 42px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-weight: 900;
}

.quick-link-strip a:hover,
.quick-link-strip a:focus {
    background: #ffdf2e;
    color: #06140f;
}

.two-column-layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 16px;
}

.section-heading {
    margin-bottom: 14px;
}

.section-heading h2 {
    max-width: 980px;
    color: #ffffff;
    line-height: 1;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
}

.platform-list,
.post-card-list,
.info-grid,
.link-grid,
.methodology-grid,
.review-card-grid,
.steps-grid,
.platform-score-grid {
    gap: 10px;
}

.platform-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.platform-card,
.platform-card-rich {
    position: relative;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-areas:
        "media body"
        "actions actions";
    gap: 12px;
    align-items: stretch;
    min-width: 0;
    overflow: hidden;
    padding: 12px;
    border: 1px solid color-mix(in srgb, var(--brand-color) 42%, rgba(255, 255, 255, 0.22));
    border-left: 1px solid color-mix(in srgb, var(--brand-color) 42%, rgba(255, 255, 255, 0.22));
    border-radius: var(--radius-card);
    background: linear-gradient(145deg, rgba(6, 34, 31, 0.86), rgba(5, 30, 67, 0.7));
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
    box-shadow: var(--shadow-card);
}

.platform-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(120deg, transparent 0 35%, rgba(0, 168, 89, 0.72), rgba(255, 223, 46, 0.9), rgba(0, 87, 184, 0.72), transparent 66%),
        radial-gradient(circle at 12% 15%, color-mix(in srgb, var(--brand-color) 22%, transparent), transparent 36%);
    opacity: 0;
    transform: translateX(-70%);
    transition: opacity 0.24s ease, transform 0.56s ease;
}

.platform-card > * {
    position: relative;
    z-index: 1;
}

.platform-card:hover,
.platform-card:focus-within {
    border-color: #ffdf2e;
    box-shadow: var(--shadow-raised);
    transform: translateY(-4px);
}

.platform-card:hover::before,
.platform-card:focus-within::before {
    opacity: 0.62;
    transform: translateX(40%);
}

.platform-media {
    grid-area: media;
    min-height: 118px;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 4px, transparent 4px 12px),
        linear-gradient(135deg, rgba(0, 168, 89, 0.26), rgba(0, 87, 184, 0.18));
    border-color: rgba(255, 255, 255, 0.18);
}

.platform-media img {
    width: 96px;
    max-height: 76px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 6px;
}

.platform-rank {
    top: 7px;
    left: 7px;
    background: linear-gradient(135deg, #ffdf2e, #ff2f8f);
    color: #06140f;
}

.platform-body {
    grid-area: body;
    min-width: 0;
}

.platform-body h2,
.platform-body h3,
.platform-score-grid strong,
.review-card-grid h3,
.step-card h3,
.link-tile strong,
.post-card h2,
.post-card h3 {
    color: #ffffff;
}

.platform-body h2 {
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 0.95;
}

.platform-rating {
    margin-bottom: 6px;
}

.rating-stars {
    color: #ffdf2e;
    text-shadow: 0 0 12px rgba(255, 223, 46, 0.42);
}

.rating-value {
    color: #ffffff;
}

.platform-actions {
    grid-area: actions;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.btn,
.platform-actions .btn {
    min-width: 0;
    border-radius: var(--radius-card);
    font-weight: 900;
    text-transform: uppercase;
}

.btn-primary,
.platform-actions .btn-official,
.btn-official,
.search-form .search-submit,
input[type="submit"] {
    background: linear-gradient(135deg, #ffdf2e, #f3aa18) !important;
    color: #06140f !important;
    border-color: rgba(255, 223, 46, 0.92) !important;
    box-shadow: 0 10px 24px rgba(255, 223, 46, 0.22);
}

.btn-secondary,
.platform-actions .btn-review,
.btn-review {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}

.btn-outline {
    background: rgba(255, 47, 143, 0.16);
    color: #ffffff;
    border-color: rgba(255, 47, 143, 0.42);
}

.btn:hover,
.btn:focus,
.search-form .search-submit:hover,
.search-form .search-submit:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    box-shadow: 0 12px 30px rgba(255, 223, 46, 0.3);
    transform: translateY(-2px);
}

.sidebar-panel {
    top: 88px;
}

.section-time-band {
    padding-top: 6px;
}

.local-time-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
    gap: 16px;
    align-items: center;
    overflow: hidden;
    padding: 18px;
}

.local-time-panel h2 {
    margin-bottom: 6px;
    color: #ffffff;
}

.local-time-panel p {
    margin-bottom: 0;
    color: var(--color-muted);
}

.page-shell,
.single-shell,
.archive-shell {
    padding: 18px 0 36px;
}

.page-article,
.single-article,
.author-box,
.related-posts,
.page-shell > .breadcrumb,
.single-shell > .breadcrumb {
    max-width: 1180px;
}

.page-heading,
.platform-detail-hero,
.single-hero,
.archive-heading-card {
    background: var(--glass-bg-strong);
}

.page-heading-red,
.archive-heading-card,
.single-hero,
.platform-detail-hero {
    border-left: 0;
}

.page-heading h1,
.platform-detail-hero h1,
.single-hero h1,
.archive-heading h1 {
    color: #ffffff;
    line-height: 0.98;
}

.platform-detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
}

.platform-detail-hero img {
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 4px, transparent 4px 12px),
        rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.2);
}

.offer-box,
.risk-box {
    border-color: rgba(255, 223, 46, 0.46);
}

.offer-box strong,
.risk-box strong {
    color: #ffdf2e;
}

.methodology-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.methodology-grid span,
.step-card span {
    background: linear-gradient(135deg, #00a859, #ffdf2e);
    color: #06140f;
    box-shadow: 0 8px 18px rgba(0, 168, 89, 0.2);
}

.info-grid article,
.link-tile,
.post-card,
.review-card-grid article,
.step-card,
.platform-score-grid article {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.info-grid article:hover,
.link-tile:hover,
.link-tile:focus,
.post-card:hover,
.review-card-grid article:hover,
.step-card:hover,
.platform-score-grid article:hover {
    border-color: rgba(255, 223, 46, 0.72);
    box-shadow: var(--shadow-raised);
    transform: translateY(-3px);
}

.platform-table-wrapper {
    overflow-x: auto;
}

.platform-detail-table th {
    background: rgba(255, 223, 46, 0.2);
    color: #ffffff;
}

th,
td {
    border-color: rgba(255, 255, 255, 0.16);
}

input[type="search"],
input[type="text"],
input[type="email"],
textarea,
select {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(2, 18, 15, 0.54);
    color: #ffffff;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #ffdf2e;
    box-shadow: 0 0 0 3px rgba(255, 223, 46, 0.2);
}

.faq-question {
    background: transparent;
    color: #ffffff;
}

.faq-question:hover,
.faq-question:focus {
    background: rgba(255, 223, 46, 0.12);
    color: #ffdf2e;
}

.faq-icon,
.faq-item.is-open .faq-icon {
    background: #ffdf2e;
    color: #06140f;
}

.breadcrumb {
    color: rgba(255, 255, 255, 0.72);
}

.breadcrumb a {
    color: #ffdf2e;
}

.post-meta span,
.post-meta a,
.single-meta span,
.single-author-line span,
.single-tags a,
.page-numbers {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.page-numbers.current {
    background: #ffdf2e;
    border-color: #ffdf2e;
    color: #06140f;
}

.single-featured-image img,
.archive-card-thumb {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

.site-footer {
    position: relative;
    background:
        linear-gradient(135deg, rgba(0, 107, 63, 0.86), rgba(4, 45, 111, 0.88)),
        #03110e;
    color: #ffffff;
    border-top: 1px solid rgba(255, 223, 46, 0.26);
}

.footer-column h2 {
    color: #ffdf2e;
}

.footer-note {
    color: #ffdf2e;
}

.site-header + .site-main {
    scroll-margin-top: 80px;
}

@media (max-width: 1120px) {
    .two-column-layout,
    .hero-inner,
    .platform-detail-hero,
    .single-hero,
    .local-time-panel {
        grid-template-columns: 1fr;
    }

    .sidebar-panel {
        position: static;
    }
}

@media (max-width: 768px) {
    .container {
        width: min(var(--container), calc(100% - 18px));
    }

    .header-inner {
        min-height: 74px;
    }

    .main-navigation {
        background:
            linear-gradient(135deg, rgba(0, 107, 63, 0.92), rgba(4, 45, 111, 0.9)),
            rgba(3, 17, 14, 0.94);
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .home-hero {
        min-height: auto;
        padding: 34px 0 24px;
    }

    .home-hero h1 {
        font-size: clamp(36px, 12vw, 56px);
    }

    .hero-search-form {
        grid-template-columns: 1fr;
        border-radius: var(--radius-card);
    }

    .hero-search-form input[type="search"],
    .hero-search-form button {
        min-height: 48px;
        border-radius: var(--radius-card);
    }

    .quick-link-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .platform-list,
    .post-card-list,
    .info-grid,
    .link-grid,
    .methodology-grid,
    .platform-score-grid,
    .review-card-grid,
    .steps-grid,
    .platform-points-detail {
        grid-template-columns: 1fr;
    }

    .platform-card,
    .platform-card-rich {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .footer-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 460px) {
    .container {
        width: min(var(--container), calc(100% - 14px));
    }

    .site-title {
        max-width: 124px;
        font-size: 18px;
    }

    .quick-link-strip,
    .platform-card,
    .platform-card-rich,
    .platform-actions {
        grid-template-columns: 1fr;
    }

    .platform-card,
    .platform-card-rich {
        grid-template-areas:
            "media"
            "body"
            "actions";
    }

    .platform-media {
        min-height: 104px;
    }

    .platform-media img {
        width: 118px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .hero-panel,
    .local-time-panel,
    .page-heading,
    .platform-detail-hero,
    .single-hero,
    .archive-heading-card,
    .post-content,
    .author-box,
    .related-posts {
        padding: 14px;
    }
}

@media (min-width: 461px) and (max-width: 768px) {
    .platform-score-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .platform-score-grid article {
        padding: 9px;
    }

    .platform-score-grid strong {
        font-size: 21px;
    }
}

.site-branding a.site-title,
.site-branding a.site-title:visited,
.site-branding a.site-title:hover,
.site-branding a.site-title:focus {
    color: #ffdf2e !important;
    font-family: "Inter", "Segoe UI Variable", "Segoe UI", Arial, Helvetica, sans-serif !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.home-hero h1 {
    max-width: 920px !important;
    font-size: clamp(42px, 4.6vw, 78px) !important;
    line-height: 1.03 !important;
    transform: skew(-2deg);
}

.hero-panel strong {
    font-size: clamp(24px, 2.35vw, 38px) !important;
    line-height: 1.14 !important;
}

.section-heading h2,
.content-section > h2:first-child,
.section > .container.prose > h2:first-child {
    font-size: clamp(28px, 3vw, 48px) !important;
    line-height: 1.12 !important;
    color: #ffffff !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.56);
}

.home-hero .hero-copy,
.section-heading,
.content-section > h2:first-child,
.section > .container.prose > h2:first-child,
.hero-panel,
.sidebar-panel,
.methodology-grid article,
.info-grid article,
.review-card-grid article,
.step-card,
.link-tile,
.local-time-panel,
.risk-box,
.faq-item {
    background:
        linear-gradient(135deg, rgba(2, 18, 15, 0.86), rgba(4, 45, 74, 0.74)) !important;
    border-color: rgba(255, 255, 255, 0.26) !important;
    -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
    backdrop-filter: blur(18px) saturate(150%) !important;
}

.home-hero .hero-copy {
    display: inline-block;
    max-width: 880px !important;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--radius-card);
    color: #f5fff5 !important;
    font-size: clamp(16px, 1.25vw, 19px) !important;
    line-height: 1.55 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58);
}

.sidebar-panel h2,
.methodology-grid h3,
.info-grid h3,
.review-card-grid h3,
.step-card h3,
.link-tile strong,
.faq-question,
.risk-box strong {
    color: #ffffff !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.58);
}

.sidebar-panel h2 {
    font-size: 22px !important;
    line-height: 1.12 !important;
}

.methodology-grid article p,
.info-grid article p,
.review-card-grid article p,
.step-card p,
.link-tile span,
.faq-answer,
.risk-box p {
    color: #e6f4e7 !important;
}

@media (max-width: 768px) {
    .home-hero h1 {
        font-size: clamp(34px, 10vw, 52px) !important;
        line-height: 1.05 !important;
    }

    .hero-panel strong {
        font-size: clamp(22px, 7vw, 32px) !important;
    }

    .section-heading h2,
    .content-section > h2:first-child,
    .section > .container.prose > h2:first-child {
        font-size: clamp(25px, 7.4vw, 38px) !important;
    }

    .home-hero .hero-copy {
        display: block;
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .site-branding a.site-title {
        font-size: 19px !important;
    }
}

@media (max-width: 460px) {
    .home-hero h1 {
        font-size: clamp(32px, 10.5vw, 46px) !important;
    }

    .section-heading,
    .content-section > h2:first-child,
    .section > .container.prose > h2:first-child,
    .home-hero .hero-copy {
        padding: 10px 11px;
    }
}

@media (min-width: 461px) and (max-width: 768px) {
    .platform-score-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .platform-score-grid article {
        padding: 9px;
    }

    .platform-score-grid strong {
        font-size: 21px;
    }
}

#main.site-main,
.site-main,
.ct-container,
.ct-container-full,
.ct-main-content,
.entry-content,
.wp-site-blocks,
.section {
    background: transparent !important;
}

.site-main::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(3, 17, 14, 0.12), rgba(3, 17, 14, 0.72)),
        radial-gradient(circle at 18% 34%, rgba(0, 168, 89, 0.22), transparent 32%),
        radial-gradient(circle at 78% 42%, rgba(0, 87, 184, 0.22), transparent 34%);
}

a.site-title,
a.site-title:visited,
a.site-title:hover,
a.site-title:focus {
    color: #ffdf2e !important;
    text-decoration: none !important;
}

.home-hero h1 {
    font-size: clamp(54px, 6.8vw, 112px);
    max-width: 1160px;
    text-wrap: balance;
}

.section-heading,
.content-section > h2:first-child,
.related-posts .section-heading {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--radius-card);
    background: linear-gradient(135deg, rgba(3, 17, 14, 0.78), rgba(4, 45, 111, 0.58));
    -webkit-backdrop-filter: blur(16px) saturate(145%);
    backdrop-filter: blur(16px) saturate(145%);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.content-section > h2:first-child {
    display: block;
}

.section-heading h2,
.page-heading h1,
.platform-detail-hero h1,
.single-hero h1,
.archive-heading h1 {
    font-size: clamp(42px, 4.8vw, 78px);
    color: #ffffff !important;
    text-shadow: 0 5px 22px rgba(0, 0, 0, 0.56), 0 0 18px rgba(255, 223, 46, 0.16);
}

.section-heading p,
.page-heading p,
.archive-heading p,
.hero-copy,
.platform-detail-hero p,
.post-content,
.post-content p,
.post-content li {
    color: #e6f4e7 !important;
}

.hero-search-form input[type="search"],
.hero-search-form input[type="search"]::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.highlight-tag {
    justify-content: center;
    text-align: center;
    color: #06140f !important;
    overflow: visible;
}

.highlight-tag:nth-child(even) {
    color: #ffffff !important;
}

.platform-list,
.silo-platform-list {
    grid-template-columns: 1fr !important;
}

.platform-card,
.platform-card-rich {
    grid-template-columns: 150px minmax(0, 1fr) 180px !important;
    grid-template-areas: "media body actions" !important;
    align-items: center;
}

.platform-card .platform-actions,
.platform-card-rich .platform-actions {
    grid-template-columns: 1fr !important;
    align-self: stretch;
}

.platform-body h2 {
    font-size: clamp(34px, 3.2vw, 54px);
}

.quick-link-strip a,
.keyword-cloud span,
.hero-stats span,
.tag-row span,
.platform-badges span,
.post-meta span,
.post-meta a {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.btn-primary,
.btn-official,
.platform-actions .btn-official,
.hero-search-form button {
    color: #06140f !important;
    text-shadow: none;
}

@media (max-width: 1120px) {
    .home-hero h1 {
        font-size: clamp(48px, 8.8vw, 86px);
    }

    .platform-card,
    .platform-card-rich {
        grid-template-columns: 128px minmax(0, 1fr) 160px !important;
    }
}

@media (max-width: 768px) {
    .home-hero h1 {
        font-size: clamp(44px, 13vw, 72px);
        line-height: 0.98;
    }

    .section-heading h2,
    .page-heading h1,
    .platform-detail-hero h1,
    .single-hero h1,
    .archive-heading h1 {
        font-size: clamp(34px, 9.6vw, 56px);
    }

    .platform-list,
    .silo-platform-list {
        grid-template-columns: 1fr !important;
    }

    .platform-card,
    .platform-card-rich {
        grid-template-columns: 104px minmax(0, 1fr) !important;
        grid-template-areas:
            "media body"
            "actions actions" !important;
    }

    .platform-card .platform-actions,
    .platform-card-rich .platform-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .quick-link-strip,
    .keyword-cloud,
    .local-time-tags,
    .hero-stats,
    .tag-row,
    .platform-badges,
    .info-grid,
    .link-grid,
    .methodology-grid,
    .platform-score-grid,
    .review-card-grid,
    .steps-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .quick-link-strip a,
    .keyword-cloud span,
    .hero-stats span,
    .tag-row span,
    .platform-badges span,
    .highlight-tag {
        width: 100%;
        min-height: 38px;
        padding: 7px 8px;
        font-size: 12px;
        line-height: 1.18;
    }

    .info-grid article,
    .link-tile,
    .methodology-grid article,
    .platform-score-grid article,
    .review-card-grid article,
    .step-card {
        padding: 11px;
    }

    .info-grid article p,
    .link-tile span,
    .methodology-grid article p,
    .review-card-grid p,
    .step-card p,
    .platform-score-grid span {
        font-size: 13px;
        line-height: 1.38;
    }
}

@media (max-width: 460px) {
    .quick-link-strip,
    .keyword-cloud,
    .local-time-tags,
    .hero-stats,
    .tag-row,
    .platform-badges,
    .info-grid,
    .link-grid,
    .methodology-grid,
    .platform-score-grid,
    .review-card-grid,
    .steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .platform-card,
    .platform-card-rich {
        grid-template-columns: 92px minmax(0, 1fr) !important;
        grid-template-areas:
            "media body"
            "actions actions" !important;
    }

    .platform-card .platform-actions,
    .platform-card-rich .platform-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .platform-body h2 {
        font-size: clamp(30px, 10vw, 42px);
    }

    .platform-body p {
        font-size: 14px;
        line-height: 1.38;
    }

    .platform-media {
        min-height: 96px;
    }

    .platform-media img {
        width: 78px;
        max-height: 58px;
    }
}

@media (min-width: 461px) and (max-width: 768px) {
    .platform-score-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .platform-score-grid article {
        padding: 9px;
    }

    .platform-score-grid strong {
        font-size: 21px;
    }
}

