/* Content Sections — editorial text, guides, about */
.content-section { padding: 20px 0; }
.content-section .content-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.content-section .content-block { max-width: 800px; }
.content-section .content-block h2 { font-size: 26px; margin-bottom: 10px; margin-top: 0; }
.content-section .content-block h3 { font-size: 20px; margin-top: 16px; margin-bottom: 6px; color: #d4a853; }
.content-section .content-block h4 { font-size: 17px; margin-top: 12px; margin-bottom: 6px; }
.content-section .content-block p { font-size: 16px; line-height: 26px; color: rgba(255, 255, 255, 0.8); margin-bottom: 10px; }
.content-section .content-block ul { padding-left: 20px; margin-bottom: 12px; margin-top: 0; }
.content-section .content-block ul li { font-size: 15px; line-height: 24px; color: rgba(255, 255, 255, 0.75); margin-bottom: 4px; }
.content-section .content-block ol { padding-left: 20px; margin-bottom: 12px; margin-top: 0; }
.content-section .content-block ol li { font-size: 15px; line-height: 24px; color: rgba(255, 255, 255, 0.75); margin-bottom: 4px; }
.content-section .content-block a { color: #d4a853; text-decoration: underline; text-decoration-color: rgba(212, 168, 83, 0.3); text-underline-offset: 3px; transition: text-decoration-color 0.2s ease; }
.content-section .content-block a:hover { text-decoration-color: #d4a853; }
.content-section .content-highlight { background: rgba(212, 168, 83, 0.06); border-left: 3px solid #d4a853; padding: 12px 20px; border-radius: 0 6px 6px 0; margin-bottom: 14px; margin-top: 4px; }
.content-section .cookie-table-wrap { margin: 12px 0 18px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(212, 168, 83, 0.2); }
.content-section .cookie-table { width: 100%; border-collapse: collapse; background: rgba(255, 255, 255, 0.03); }
.content-section .cookie-table thead { background: rgba(212, 168, 83, 0.12); }
.content-section .cookie-table th { padding: 10px 12px; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #d4a853; text-align: left; border-bottom: 1px solid rgba(212, 168, 83, 0.25); }
.content-section .cookie-table td { padding: 10px 12px; font-size: 13px; line-height: 18px; color: rgba(255, 255, 255, 0.85); border-bottom: 1px solid rgba(255, 255, 255, 0.04); vertical-align: top; word-wrap: break-word; }
.content-section .cookie-table tbody tr:last-child td { border-bottom: none; }
.content-section .cookie-table tbody tr:hover { background: rgba(212, 168, 83, 0.04); }
@media (max-width: 600px) {
  .content-section .cookie-table { display: block; }
  .content-section .cookie-table thead { display: none; }
  .content-section .cookie-table tbody, .content-section .cookie-table tr { display: block; }
  .content-section .cookie-table tr { padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  .content-section .cookie-table tr:last-child { border-bottom: none; }
  .content-section .cookie-table td { display: flex; padding: 4px 14px; border-bottom: none; gap: 10px; font-size: 13px; }
  .content-section .cookie-table td::before { content: attr(data-label); flex: 0 0 110px; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #d4a853; padding-top: 2px; }
}
.content-section .org-logo { display: inline-flex; align-items: center; justify-content: flex-start; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(212, 168, 83, 0.2); border-left: 3px solid #d4a853; border-radius: 6px; padding: 10px 18px; margin: 22px 0 10px; min-height: 54px; }
.content-section .org-logo img { height: 36px; width: auto; max-width: 240px; object-fit: contain; display: block; }
@media (min-width: 768px) {
  .content-section .org-logo { padding: 12px 22px; min-height: 60px; }
  .content-section .org-logo img { height: 42px; max-width: 280px; }
}
.content-section .warning-heading { display: flex; align-items: center; gap: 12px; }
.content-section .warning-heading .warning-icon { width: 32px; height: 32px; flex-shrink: 0; filter: drop-shadow(0 2px 6px rgba(196, 30, 58, 0.4)); }
.content-section .warning-card { background: linear-gradient(135deg, rgba(196, 30, 58, 0.1) 0%, rgba(196, 30, 58, 0.04) 100%); border: 1px solid rgba(196, 30, 58, 0.35); border-left: 4px solid #c41e3a; border-radius: 8px; padding: 18px 22px; margin: 14px 0 16px; box-shadow: 0 4px 20px rgba(196, 30, 58, 0.08); }
.content-section .warning-card-label { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #ff6b6b; margin-bottom: 12px; }
.content-section .warning-list { list-style: none; padding: 0; margin: 0; }
.content-section .warning-list li { position: relative; padding: 8px 0 8px 28px; font-size: 14px; line-height: 22px; color: rgba(255, 255, 255, 0.88); border-bottom: 1px solid rgba(255, 255, 255, 0.05); margin-bottom: 0; }
.content-section .warning-list li:last-child { border-bottom: none; padding-bottom: 4px; }
.content-section .warning-list li:first-child { padding-top: 4px; }
.content-section .warning-list li::before { content: ""; position: absolute; left: 4px; top: 14px; width: 14px; height: 14px; background: rgba(196, 30, 58, 0.2); border: 1px solid #ff6b6b; border-radius: 3px; }
.content-section .warning-list li::after { content: ""; position: absolute; left: 8px; top: 18px; width: 5px; height: 8px; border: solid #ff6b6b; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.content-section .warning-list li:first-child::before { top: 10px; }
.content-section .warning-list li:first-child::after { top: 14px; }
.content-section .info-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(212, 168, 83, 0.18); border-left: 3px solid #d4a853; border-radius: 6px; padding: 14px 18px; margin: 12px 0 14px; }
.content-section .info-card h3 { margin-top: 0; margin-bottom: 8px; color: #d4a853; }
.content-section .info-card p:last-child, .content-section .info-card ul:last-child { margin-bottom: 0; }
.content-section .info-card ul { margin-bottom: 8px; }
.content-section .variant-facts { background: linear-gradient(135deg, rgba(212, 168, 83, 0.08) 0%, rgba(212, 168, 83, 0.03) 100%); border: 1px solid rgba(212, 168, 83, 0.25); border-left: 3px solid #d4a853; border-radius: 8px; padding: 16px 20px; margin: 14px 0 18px; }
.content-section .variant-facts-label { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #d4a853; margin-bottom: 10px; }
.content-section .variant-facts-list { list-style: none; padding: 0; margin: 0; }
.content-section .variant-facts-list li { padding: 8px 0 8px 24px; position: relative; font-size: 14px; line-height: 20px; color: rgba(255, 255, 255, 0.85); border-bottom: 1px solid rgba(255, 255, 255, 0.05); margin-bottom: 0; }
.content-section .variant-facts-list li:last-child { border-bottom: none; padding-bottom: 4px; }
.content-section .variant-facts-list li:first-child { padding-top: 4px; }
.content-section .variant-facts-list li::before { content: ""; position: absolute; left: 4px; top: 14px; width: 8px; height: 8px; background: #d4a853; transform: rotate(45deg); }
.content-section .variant-facts-list li:first-child::before { top: 10px; }
.content-section .content-figure { margin: 0 0 20px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(212, 168, 83, 0.15); }
.content-section .content-figure img { width: 100%; height: auto; display: block; }
.content-section .guide-figure { margin: 14px 0 18px; border-radius: 10px; overflow: hidden; background: rgba(10, 26, 18, 0.6); border: 1px solid rgba(212, 168, 83, 0.18); padding: 16px; }
.content-section .guide-figure img { width: 100%; height: auto; display: block; }
.content-section .hand-signals-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 14px 0 20px; }
.content-section .hand-signal-card { margin: 0; background: rgba(10, 26, 18, 0.6); border: 1px solid rgba(212, 168, 83, 0.2); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; }
.content-section .hand-signal-card img { width: 100%; height: auto; display: block; aspect-ratio: 1 / 1; object-fit: cover; }
.content-section .hand-signal-card figcaption { padding: 10px 14px; display: flex; flex-direction: column; gap: 2px; border-top: 1px solid rgba(212, 168, 83, 0.15); }
.content-section .hand-signal-card .hand-signal-label { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #d4a853; }
.content-section .hand-signal-card .hand-signal-desc { font-size: 12px; line-height: 18px; color: rgba(255, 255, 255, 0.75); }
@media (min-width: 600px) {
  .content-section .hand-signals-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .content-section .hand-signals-grid { grid-template-columns: repeat(5, 1fr); gap: 10px; }
  .content-section .hand-signal-card figcaption { padding: 10px 12px; }
  .content-section .hand-signal-card .hand-signal-label { font-size: 12px; letter-spacing: 1.5px; }
  .content-section .hand-signal-card .hand-signal-desc { font-size: 11px; line-height: 16px; }
}
.content-section .provider-block { margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.content-section .provider-block:last-child { border-bottom: none; }
.content-section .provider-logo { display: inline-flex; align-items: center; justify-content: center; background: #ffffff; border-radius: 6px; padding: 8px 16px; margin-bottom: 10px; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35); border: 1px solid rgba(212, 168, 83, 0.2); min-height: 40px; }
.content-section .provider-logo img { height: 28px; width: auto; max-width: 200px; display: block; object-fit: contain; }
.content-section .provider-block h3 { margin-top: 0; margin-bottom: 10px; color: #ffffff; }
@media (min-width: 768px) {
  .content-section .provider-logo { padding: 12px 22px; min-height: 52px; }
  .content-section .provider-logo img { height: 34px; max-width: 220px; }
}
.content-section .content-highlight p { color: rgba(255, 255, 255, 0.85); margin-bottom: 0; }
/* Guide link cards */
.guide-cards { padding: 20px 0; }
.guide-cards .guide-cards-title { font-size: 26px; font-weight: 800; margin-bottom: 8px; margin-top: 0; }
.guide-cards .guide-cards-intro { font-size: 16px; line-height: 24px; color: rgba(255, 255, 255, 0.75); margin-bottom: 18px; max-width: 760px; }
.guide-cards .guide-card-static { cursor: default; }
.guide-cards .guide-card-static:hover { transform: none; border-color: rgba(212, 168, 83, 0.25); box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25); }
.guide-cards .guide-card-static a { color: #d4a853; text-decoration: underline; text-decoration-color: rgba(212, 168, 83, 0.4); text-underline-offset: 2px; }
.guide-cards .guide-card-static a:hover { text-decoration-color: #d4a853; }
.guide-cards .guide-cards-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.guide-cards .guide-card { display: block; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px; padding: 24px; text-decoration: none; transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }
.guide-cards .guide-card:hover { border-color: rgba(212, 168, 83, 0.25); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); }
.guide-cards .guide-card-icon { width: 40px; height: 40px; margin-bottom: 12px; }
.guide-cards .guide-card-icon svg { width: 40px; height: 40px; fill: #d4a853; }
.guide-cards .guide-card-title { font-size: 17px; font-weight: 700; color: #ffffff; margin-bottom: 8px; }
.guide-cards .guide-card-text { font-size: 14px; line-height: 22px; color: rgba(255, 255, 255, 0.6); margin-bottom: 0; }
/* About section */
.about { padding: 24px 0; background: rgba(255, 255, 255, 0.02); }
.about .about-inner { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 800px; }
.about .about-title { font-size: 26px; font-weight: 800; margin-bottom: 16px; }
.about .about-text { font-size: 15px; line-height: 26px; color: rgba(255, 255, 255, 0.75); margin-bottom: 12px; }
.about .about-author { display: flex; align-items: center; gap: 16px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.08); margin-top: 16px; }
.about .about-author-avatar { width: 56px; height: 56px; border-radius: 50%; background: rgba(212, 168, 83, 0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.about .about-author-avatar svg { width: 28px; height: 28px; fill: #d4a853; }
.about .about-author-name { font-size: 15px; font-weight: 700; color: #ffffff; margin-bottom: 2px; }
.about .about-author-role { font-size: 13px; color: rgba(255, 255, 255, 0.5); }
/* Page anchor nav */
.page-nav { padding: 4px 0 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.page-nav .page-nav-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #d4a853; margin-bottom: 12px; }
.page-nav .page-nav-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.page-nav .page-nav-list li { margin-bottom: 0; }
.page-nav .page-nav-list a { display: inline-block; padding: 6px 14px; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 20px; transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.page-nav .page-nav-list a:hover { color: #d4a853; border-color: rgba(212, 168, 83, 0.3); background: rgba(212, 168, 83, 0.06); }
/* Strategy chart table */
.strategy-chart { overflow-x: auto; margin-bottom: 24px; -webkit-overflow-scrolling: touch; }
.strategy-chart table { width: 100%; border-collapse: collapse; font-size: 12px; min-width: 600px; }
.strategy-chart th { padding: 8px 6px; background: rgba(212, 168, 83, 0.15); color: #d4a853; font-weight: 700; text-align: center; border: 1px solid rgba(255, 255, 255, 0.08); white-space: nowrap; }
.strategy-chart td { padding: 6px; text-align: center; border: 1px solid rgba(255, 255, 255, 0.06); font-weight: 600; font-size: 11px; }
.strategy-chart .hit { background: rgba(196, 30, 58, 0.2); color: #ff6b6b; }
.strategy-chart .stand { background: rgba(45, 90, 63, 0.3); color: #66cc88; }
.strategy-chart .double { background: rgba(212, 168, 83, 0.2); color: #d4a853; }
.strategy-chart .split { background: rgba(100, 149, 237, 0.2); color: #6495ed; }
.strategy-chart .surrender { background: rgba(128, 128, 128, 0.2); color: rgba(255, 255, 255, 0.5); }
.strategy-chart .chart-legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; }
.strategy-chart .chart-legend-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255, 255, 255, 0.7); }
.strategy-chart .chart-legend-color { width: 14px; height: 14px; border-radius: 3px; }
.strategy-chart .legend-hit { background: rgba(196, 30, 58, 0.3); }
.strategy-chart .legend-stand { background: rgba(45, 90, 63, 0.4); }
.strategy-chart .legend-double { background: rgba(212, 168, 83, 0.3); }
.strategy-chart .legend-split { background: rgba(100, 149, 237, 0.3); }
.strategy-chart .legend-surrender { background: rgba(128, 128, 128, 0.3); }
@media (min-width: 768px) {
  .content-section { padding: 28px 0; }
  .guide-cards { padding: 28px 0; }
  .guide-cards .guide-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .about { padding: 32px 0; }
}
@media (min-width: 1024px) {
  .guide-cards .guide-cards-grid { grid-template-columns: repeat(3, 1fr); }
}

/* wpautop noise guard: WP wraps standalone HTML comments in <p> and splits
   <a> tags that contain block-level children, leaving phantom <p> wrappers
   with empty <a class="guide-card"> clones inside. Hide those, and the empty
   leading <p> the parser injects inside the first real card. */
.guide-cards .guide-cards-grid > p { display: none; }
.guide-cards .guide-cards-grid .guide-card > p:not([class]) { display: none; }
article > p:empty { display: none; }
