:root {
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --color-brand-navy: #071a2d;
    --color-brand-navy-soft: #102d47;
    --color-brand-gold: #c69a3a;
    --color-brand-green: #128c4b;
    --color-brand-green-dark: #0c713c;
    --color-surface: #ffffff;
    --color-surface-soft: #f4f7f9;
    --color-border: #dce4e9;
    --color-text: #17222d;
    --color-text-muted: #5d6a75;
    color-scheme: light;
    font-family: var(--font-sans);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: radial-gradient(circle at top right, rgba(198,154,58,.08), transparent 28rem), var(--color-surface-soft); color: var(--color-text); font-family: var(--font-sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.site-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.page-main { min-height: 65vh; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 10px 16px; border-radius: 8px; background: var(--color-brand-navy); color: #fff; transform: translateY(-180%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid #d6ac4e; outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(7,26,45,.98); box-shadow: 0 10px 35px rgba(3,15,27,.16); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__logo { width: 52px; height: 52px; border: 2px solid rgba(255,255,255,.9); border-radius: 12px; object-fit: cover; box-shadow: 0 8px 22px rgba(0,0,0,.22); }
.brand__copy { display: grid; line-height: 1.18; }
.brand__copy strong { color: #fff; font-size: 20px; letter-spacing: -.02em; }
.brand__copy small { margin-top: 4px; color: #d7e3eb; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.desktop-navigation { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 2px; }
.navigation-link { padding: 9px 8px; border-radius: 8px; color: #dfe8ee; font-size: 12px; font-weight: 750; white-space: nowrap; transition: background 160ms ease, color 160ms ease; }
.navigation-link:hover, .navigation-link.is-active { background: rgba(255,255,255,.12); color: #fff; }
.site-header__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; line-height: 1.2; text-align: center; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--color-brand-navy); color: #fff; box-shadow: 0 12px 28px rgba(11,31,51,.16); }
.button--primary:hover { background: var(--color-brand-navy-soft); }
.button--secondary { border-color: #bdcbd3; background: #fff; color: var(--color-brand-navy); }
.button--secondary:hover { border-color: var(--color-brand-navy); }
.button--whatsapp { background: var(--color-brand-green); color: #fff; box-shadow: 0 10px 22px rgba(18,140,75,.2); }
.button--whatsapp:hover { background: var(--color-brand-green-dark); }
.button--header-whatsapp { min-height: 42px; padding: 10px 14px; font-size: 13px; }
.mobile-navigation { display: none; position: relative; }
.mobile-navigation summary { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 8px 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 8px; background: #fff; color: var(--color-brand-navy); cursor: pointer; font-size: 13px; font-weight: 850; list-style: none; }
.mobile-navigation summary::-webkit-details-marker { display: none; }
.mobile-navigation__panel { position: absolute; top: calc(100% + 12px); right: 0; display: grid; width: min(300px, calc(100vw - 28px)); max-height: min(70vh, 590px); overflow-y: auto; padding: 10px; border: 1px solid var(--color-border); border-radius: 14px; background: #fff; box-shadow: 0 22px 55px rgba(3,15,27,.28); }
.mobile-navigation__panel a { padding: 10px 12px; border-radius: 8px; color: #344450; font-size: 14px; font-weight: 750; }
.mobile-navigation__panel a:hover, .mobile-navigation__panel a.is-active { background: #edf3f6; color: var(--color-brand-navy); }

.eyebrow { margin: 0 0 12px; color: #87641e; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.blog-hero { padding: 78px 0 64px; background: linear-gradient(160deg, rgba(255,255,255,.9), rgba(238,245,248,.9)); border-bottom: 1px solid #dfe7eb; }
.blog-hero__grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); align-items: center; gap: 64px; }
.blog-hero h1 { max-width: 760px; margin: 0; color: var(--color-brand-navy); font-size: clamp(44px, 5.7vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.blog-hero__content > p:not(.eyebrow):not(.blog-hero__note) { max-width: 720px; margin: 22px 0 0; color: var(--color-text-muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.62; }
.blog-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.blog-hero__note { margin: 20px 0 0; color: #6b7882; font-size: 13px; font-weight: 650; }
.blog-hero__panel { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: linear-gradient(150deg, #071a2d, #102d47); color: #fff; box-shadow: 0 28px 68px rgba(7,26,45,.22); }
.blog-hero__panel-label { color: #73d69d; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.blog-hero__panel h2 { margin: 9px 0 18px; font-size: 29px; line-height: 1.18; letter-spacing: -.03em; }
.blog-hero__panel ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.blog-hero__panel li { position: relative; padding-left: 29px; color: #d9e5eb; }
.blog-hero__panel li::before { position: absolute; top: 3px; left: 0; display: inline-flex; width: 20px; height: 20px; align-items: center; justify-content: center; border-radius: 999px; background: rgba(115,214,157,.16); color: #8be2ae; content: "✓"; font-size: 12px; font-weight: 900; }
.blog-hero__panel a { display: inline-flex; margin-top: 22px; color: #f3cf7a; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.featured-article-section, .article-grid-section { padding: 76px 0; }
.featured-article-section { background: #fff; }
.article-grid-section { background: var(--color-surface-soft); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading-row h2 { margin: 0; color: var(--color-brand-navy); font-size: clamp(29px, 3vw, 40px); line-height: 1.15; letter-spacing: -.035em; }
.section-heading-row > a { color: var(--color-brand-navy); font-weight: 800; text-decoration: underline; text-decoration-color: #c69a3a; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.featured-article-card { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); overflow: hidden; border: 1px solid var(--color-border); border-radius: 22px; background: #fff; box-shadow: 0 22px 56px rgba(7,26,45,.1); }
.featured-article-card__media {
    display: flex;
    min-height: 390px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}
.featured-article-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.featured-article-card__content { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.featured-article-card h2 { margin: 15px 0 16px; color: var(--color-brand-navy); font-size: clamp(30px, 3.6vw, 46px); line-height: 1.1; letter-spacing: -.04em; }
.featured-article-card p { margin: 0; color: var(--color-text-muted); font-size: 17px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: #687782; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.article-meta span:first-child { color: var(--color-brand-green-dark); }
.article-read-link { display: inline-flex; align-self: flex-start; margin-top: 24px; color: var(--color-brand-navy); font-weight: 850; text-decoration: underline; text-decoration-color: #c69a3a; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.article-image-placeholder { display: flex; width: 100%; height: 100%; min-height: 230px; align-items: center; justify-content: center; flex-direction: column; gap: 8px; background: radial-gradient(circle at 82% 18%, rgba(198,154,58,.35), transparent 12rem), linear-gradient(145deg, #071a2d, #153a59); color: #fff; }
.article-image-placeholder strong { font-size: clamp(28px, 4vw, 48px); letter-spacing: -.03em; }
.article-image-placeholder small { color: #d5e2e9; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.article-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--color-border); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(7,26,45,.07); transition: transform 160ms ease, box-shadow 160ms ease; }
.article-card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(7,26,45,.11); }
.article-card__media {
    display: flex;
    min-height: 0;
    aspect-ratio: 1200 / 628;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}
.article-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.article-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.article-card h2 { margin: 12px 0 12px; color: var(--color-brand-navy); font-size: 23px; line-height: 1.22; letter-spacing: -.025em; }
.article-card p { margin: 0; color: var(--color-text-muted); }
.article-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 22px; color: #73808a; font-size: 13px; }
.article-card__footer a { color: var(--color-brand-navy); font-weight: 850; }
.blog-search-form { display: flex; width: min(100%, 360px); align-items: center; }
.blog-search-form label { flex: 1; }
.blog-search-form input { width: 100%; min-height: 46px; padding: 10px 14px; border: 1px solid #cbd7de; border-right: 0; border-radius: 10px 0 0 10px; background: #fff; color: var(--color-text); }
.blog-search-form button { min-height: 46px; padding: 10px 16px; border: 1px solid var(--color-brand-navy); border-radius: 0 10px 10px 0; background: var(--color-brand-navy); color: #fff; cursor: pointer; font-weight: 800; }
.navigation.pagination { margin-top: 38px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: inline-flex; min-width: 42px; min-height: 42px; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid #cbd7de; border-radius: 9px; background: #fff; color: var(--color-brand-navy); font-weight: 800; }
.page-numbers.current { border-color: var(--color-brand-navy); background: var(--color-brand-navy); color: #fff; }

.blog-safety-cta { padding: 72px 0; background: #e7f4ec; border-top: 1px solid #cee4d5; }
.blog-safety-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.blog-safety-cta h2 { margin: 0; color: var(--color-brand-navy); font-size: clamp(30px, 3.5vw, 44px); line-height: 1.12; letter-spacing: -.035em; }
.blog-safety-cta p:not(.eyebrow) { max-width: 700px; margin: 13px 0 0; color: #536761; }
.blog-safety-cta__actions { display: flex; flex: 0 0 auto; gap: 10px; }

.archive-hero { padding: 64px 0 52px; background: linear-gradient(160deg, #fff, #eff5f7); border-bottom: 1px solid var(--color-border); }
.archive-hero h1 { max-width: 860px; margin: 0; color: var(--color-brand-navy); font-size: clamp(40px, 5vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
.archive-hero p:not(.eyebrow) { max-width: 720px; margin: 18px 0 0; color: var(--color-text-muted); font-size: 18px; }
.archive-description p { max-width: 720px; margin: 18px 0 0; color: var(--color-text-muted); font-size: 18px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; color: #6d7b85; font-size: 13px; }
.breadcrumbs a { color: var(--color-brand-navy); font-weight: 750; }
.content-empty, .error-card { max-width: 780px; margin: 0 auto; padding: 44px; border: 1px solid var(--color-border); border-radius: 20px; background: #fff; text-align: center; box-shadow: 0 18px 48px rgba(7,26,45,.08); }
.content-empty h2, .error-card h1 { margin: 0; color: var(--color-brand-navy); font-size: clamp(32px, 4vw, 48px); line-height: 1.12; }
.content-empty p:not(.eyebrow), .error-card p:not(.eyebrow) { margin: 16px auto 24px; color: var(--color-text-muted); }
.error-main { display: grid; place-items: center; padding: 80px 0; }
.error-card > div { display: flex; justify-content: center; gap: 10px; }

.single-article__header { padding: 64px 0 50px; background: linear-gradient(160deg, #fff, #eef5f7); border-bottom: 1px solid var(--color-border); }
.single-article__header-inner { max-width: 980px; }
.single-article__header h1 { margin: 0; color: var(--color-brand-navy); font-size: clamp(42px, 6vw, 68px); line-height: 1.04; letter-spacing: -.05em; }
.single-article__intro { max-width: 820px; margin: 22px 0 0; color: var(--color-text-muted); font-size: clamp(18px, 2vw, 21px); }
.single-article__meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 25px; color: #65737d; font-size: 13px; }
.single-article__meta strong { color: var(--color-brand-navy); }
.single-article__featured {
    max-width: 1100px;
    margin-top: 42px;
}
.single-article__featured img,
.single-article__featured .wp-post-image {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 22px;
    box-shadow: 0 22px 55px rgba(7,26,45,.13);
}
.single-article__layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 58px; padding-top: 54px; padding-bottom: 84px; }
.single-article__content { min-width: 0; max-width: 780px; }
.article-safety-note { margin-bottom: 34px; padding: 20px 22px; border: 1px solid #e1c777; border-left: 5px solid #c69a3a; border-radius: 12px; background: #fff9e9; }
.article-safety-note strong { color: var(--color-brand-navy); }
.article-safety-note p { margin: 5px 0 0; color: #655a3e; }
.entry-content { color: #27343e; font-size: 18px; line-height: 1.78; overflow-wrap: anywhere; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin: 52px 0 16px; color: var(--color-brand-navy); font-size: clamp(29px, 3.5vw, 39px); line-height: 1.16; letter-spacing: -.035em; }
.entry-content h3 { margin: 34px 0 12px; color: var(--color-brand-navy); font-size: 25px; line-height: 1.24; letter-spacing: -.02em; }
.entry-content p, .entry-content ul, .entry-content ol, .entry-content blockquote { margin: 0 0 22px; }
.entry-content ul, .entry-content ol { padding-left: 25px; }
.entry-content li + li { margin-top: 8px; }
.entry-content a { color: #075d35; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { padding: 18px 22px; border-left: 5px solid var(--color-brand-green); background: #edf7f1; color: #274d39; }
.entry-content img { height: auto; border-radius: 14px; }
.entry-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--color-border); text-align: left; }
.entry-content th { background: #eef3f5; color: var(--color-brand-navy); }


/* Theme-native table of contents */
.entry-content h2[id] {
    scroll-margin-top: 112px;
}

.betpro-toc {
    margin: 30px 0 40px;
    border: 1px solid #c9d8e1;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(7, 26, 45, .08);
}

.betpro-toc__details {
    overflow: hidden;
    border-radius: inherit;
}

.betpro-toc__summary {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 21px;
    background: linear-gradient(135deg, #071a2d, #102d47);
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
    list-style: none;
}

.betpro-toc__summary::-webkit-details-marker {
    display: none;
}

.betpro-toc__toggle {
    position: relative;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
}

.betpro-toc__toggle::before,
.betpro-toc__toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    content: "";
    transform: translate(-50%, -50%);
}

.betpro-toc__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity 160ms ease;
}

.betpro-toc__details[open] .betpro-toc__toggle::after {
    opacity: 0;
}

.entry-content .betpro-toc__list {
    margin: 0;
    padding: 19px 26px 22px 48px;
    border-top: 1px solid #d9e3e8;
}

.entry-content .betpro-toc__item {
    margin: 0;
    padding-left: 4px;
    color: #365061;
}

.entry-content .betpro-toc__item + .betpro-toc__item {
    margin-top: 8px;
}

.entry-content .betpro-toc__link {
    color: #0b5936;
    font-size: 16px;
    font-weight: 780;
    line-height: 1.48;
    text-decoration: none;
}

.entry-content .betpro-toc__link:hover,
.entry-content .betpro-toc__link:focus-visible {
    color: var(--color-brand-navy);
    text-decoration: underline;
    text-decoration-color: var(--color-brand-gold);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.editorial-review-box { margin-top: 54px; padding: 30px; border: 1px solid #bdd8c7; border-radius: 18px; background: #eff8f2; }
.editorial-review-box h2 { margin: 0; color: var(--color-brand-navy); font-size: 28px; line-height: 1.18; }
.editorial-review-box > p:not(.eyebrow) { margin: 12px 0 0; color: #50665a; }
.editorial-review-box > div { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; }
.editorial-review-box a { color: #075d35; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.single-article__sidebar { position: sticky; top: 105px; display: grid; gap: 18px; }
.single-article__sidebar section { padding: 24px; border: 1px solid var(--color-border); border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(7,26,45,.06); }
.single-article__sidebar h2 { margin: 0; color: var(--color-brand-navy); font-size: 25px; line-height: 1.18; }
.single-article__sidebar p:not(.eyebrow) { margin: 10px 0 18px; color: var(--color-text-muted); }
.single-article__sidebar .button { width: 100%; }
.single-article__sidebar nav { display: grid; gap: 3px; }
.single-article__sidebar nav a { padding: 9px 0; border-bottom: 1px solid #e3eaee; color: var(--color-brand-navy); font-weight: 750; }
.single-article__sidebar nav a:last-child { border-bottom: 0; }
.single-article__sidebar .sidebar-risk { border-color: rgba(255,255,255,.12); background: linear-gradient(145deg, #071a2d, #102d47); color: #fff; }
.sidebar-risk > span { display: inline-flex; min-width: 44px; height: 30px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-weight: 900; }
.single-article__sidebar .sidebar-risk p { color: #d8e4ea; }
.sidebar-risk a { color: #f0cf83; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }

.site-footer-v2 { padding: 70px 0 22px; background: #061829; color: #fff; }
.site-footer-v2__top { display: grid; grid-template-columns: 1.45fr .82fr .82fr 1fr; gap: 54px; }
.site-footer-v2__logo { display: inline-flex; align-items: center; gap: 12px; }
.site-footer-v2__logo img { width: 58px; height: 58px; border: 2px solid rgba(255,255,255,.88); border-radius: 13px; object-fit: cover; }
.site-footer-v2__logo span { display: grid; line-height: 1.2; }
.site-footer-v2__logo strong { font-size: 20px; }
.site-footer-v2__logo small { margin-top: 5px; color: #c3d1da; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.site-footer-v2__brand > p { max-width: 420px; margin: 20px 0 0; color: #c0ced7; }
.site-footer-v2__status { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; }
.site-footer-v2__status > span { flex: 0 0 auto; width: 9px; height: 9px; margin-top: 8px; border-radius: 999px; background: #43cf7e; box-shadow: 0 0 0 5px rgba(67,207,126,.12); }
.site-footer-v2__status p { margin: 0; color: #9fb3c0; font-size: 13px; }
.site-footer-v2 h2 { margin: 0 0 17px; color: #fff; font-size: 15px; }
.site-footer-v2__navigation ul, .site-footer-v2__contact ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.site-footer-v2__navigation a { color: #bccbd4; font-size: 14px; }
.site-footer-v2__navigation a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.site-footer-v2__contact li { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.08); color: #aebfca; font-size: 13px; }
.site-footer-v2__contact li strong { color: #e3edf2; font-weight: 750; text-align: right; }
.site-footer-v2__contact > a { display: inline-flex; margin-top: 18px; color: #f0cf83; font-size: 14px; font-weight: 800; }
.site-footer-v2__notice { display: flex; align-items: center; gap: 14px; margin-top: 48px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.045); }
.site-footer-v2__notice-age { display: inline-flex; min-width: 46px; height: 32px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-weight: 900; }
.site-footer-v2__notice p { flex: 1; margin: 0; color: #c6d3db; font-size: 14px; }
.site-footer-v2__notice a { color: #f0cf83; font-size: 14px; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.site-footer-v2__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #91a7b5; font-size: 13px; }
.site-footer-v2__bottom p { margin: 0; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: inline-flex; align-items: center; gap: 11px; padding: 10px 15px 10px 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: var(--color-brand-green); color: #fff; box-shadow: 0 18px 38px rgba(8,91,46,.3); }
.floating-whatsapp__icon { display: inline-flex; width: 39px; height: 39px; align-items: center; justify-content: center; border-radius: 999px; background: rgba(255,255,255,.16); }
.floating-whatsapp__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.floating-whatsapp__copy { display: grid; line-height: 1.17; }
.floating-whatsapp__copy strong { font-size: 13px; }
.floating-whatsapp__copy small { margin-top: 3px; color: #d9f4e4; font-size: 9px; font-weight: 800; letter-spacing: .08em; }

@media (max-width: 1180px) {
    .desktop-navigation, .site-header__actions > .button { display: none; }
    .mobile-navigation { display: block; }
    .blog-hero__grid { grid-template-columns: 1fr; gap: 40px; }
    .blog-hero__panel { max-width: 760px; }
    .featured-article-card { grid-template-columns: 1fr; }
    .featured-article-card__media { min-height: 350px; }
    .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-footer-v2__top { grid-template-columns: 1.35fr 1fr 1fr; }
    .site-footer-v2__brand { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
    .single-article__layout { grid-template-columns: 1fr; gap: 38px; }
    .single-article__content { max-width: none; }
    .single-article__sidebar { position: static; grid-template-columns: 1fr 1fr; }
    .single-article__sidebar .sidebar-risk { grid-column: 1 / -1; }
    .blog-safety-cta__inner { align-items: flex-start; flex-direction: column; }
    .blog-safety-cta__actions { width: 100%; }
}

@media (max-width: 700px) {
    .site-container { width: min(100% - 28px, 1180px); }
    .site-header__inner { min-height: 78px; }
    .brand__logo { width: 52px; height: 52px; }
    .brand__copy strong { font-size: 18px; }
    .brand__copy small { font-size: 10px; }
    .blog-hero { padding: 54px 0 46px; }
    .blog-hero h1 { font-size: clamp(39px, 12vw, 54px); }
    .blog-hero__content > p:not(.eyebrow):not(.blog-hero__note) { font-size: 17px; }
    .blog-hero__actions { display: grid; }
    .button { width: 100%; }
    .blog-hero__panel { padding: 24px; border-radius: 18px; }
    .blog-hero__panel h2 { font-size: 26px; }
    .featured-article-section, .article-grid-section { padding: 54px 0; }
    .section-heading-row { align-items: flex-start; flex-direction: column; }
    .section-heading-row .blog-search-form { width: 100%; }
    .featured-article-card__media {
        min-height: 0;
        aspect-ratio: 1200 / 628;
    }
    .featured-article-card__content { padding: 25px; }
    .featured-article-card h2 { font-size: 31px; }
    .article-grid { grid-template-columns: 1fr; }
    .blog-safety-cta { padding: 54px 0; }
    .blog-safety-cta__actions { display: grid; }
    .archive-hero, .single-article__header { padding: 48px 0 40px; }
    .single-article__header h1 { font-size: clamp(38px, 12vw, 53px); }
    .single-article__header h1 {
        font-size: clamp(34px, 10.5vw, 46px);
        line-height: 1.08;
    }
    .single-article__meta { display: grid; gap: 8px; }
    .single-article__featured { margin-top: 26px; }
    .single-article__featured img { border-radius: 15px; }
    .single-article__layout { padding-top: 36px; padding-bottom: 60px; }
    .entry-content { font-size: 17px; }
    .entry-content h2 { margin-top: 42px; }
    .entry-content h2[id] {
        scroll-margin-top: 96px;
    }
    .betpro-toc {
        margin: 26px 0 34px;
        border-radius: 14px;
    }
    .betpro-toc__summary {
        min-height: 58px;
        padding: 15px 16px;
        font-size: 17px;
    }
    .betpro-toc__toggle {
        width: 26px;
        height: 26px;
    }
    .entry-content .betpro-toc__list {
        padding: 17px 18px 19px 38px;
    }
    .entry-content .betpro-toc__link {
        font-size: 15px;
        line-height: 1.45;
    }
    .single-article__sidebar { grid-template-columns: 1fr; }
    .single-article__sidebar .sidebar-risk { grid-column: auto; }
    .site-footer-v2 { padding-top: 56px; }
    .site-footer-v2__top { grid-template-columns: 1fr; gap: 36px; }
    .site-footer-v2__brand { grid-column: auto; }
    .site-footer-v2__notice { align-items: flex-start; flex-wrap: wrap; }
    .site-footer-v2__notice p { flex: 1 1 calc(100% - 65px); }
    .site-footer-v2__notice a { margin-left: 60px; }
    .site-footer-v2__bottom { align-items: flex-start; flex-direction: column; }
    .floating-whatsapp {
        right: 8px;
        bottom: 10px;
        width: 48px;
        height: 48px;
        justify-content: center;
        gap: 0;
        padding: 0;
        opacity: .96;
    }
    .floating-whatsapp__icon {
        width: 46px;
        height: 46px;
        background: transparent;
    }
    .floating-whatsapp__icon svg {
        width: 24px;
        height: 24px;
    }
    .floating-whatsapp__copy { display: none; }
    .error-card, .content-empty { padding: 30px 22px; }
    .error-card > div { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
