/*
Theme Name: Tax Refund Gamblers
Theme URI: https://taxrefundgamblers.com
Author: Patrick W. Martin
Description: Custom theme for TaxRefundGamblers.com — Patrick W. Martin, Esq. helps non-resident gamblers recover U.S. gambling tax withholding (30% IRS withholding refunds under applicable tax treaties and the per-session method).
Version: 1.0
License: Private
Text Domain: taxref
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── Global text scale: everything 25% larger ── */
html { zoom: 1.07; }

body {
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.7;
  color: #1a1a1a;
  background: #22375a;
}
a { color: #1f8a4d; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
strong { font-weight: 600; }
img { max-width: 100%; height: auto; }

/* ── Site wrapper (white card) ── */
.site-main { width: calc(100% - 48px); max-width: 1140px; margin: 0 auto; background: #fff; box-shadow: 0 2px 28px rgba(0,0,0,.10); min-height: 100vh; }

/* ── Header (solid deep navy) ── */
.site-header { background: linear-gradient(rgba(255,255,255,.03), rgba(0,0,0,.14)), #13294b; background-color: #13294b; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 30px 48px 0; }
.header-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; margin-bottom: 26px; }
.header-id { min-width: 0; }
.header-firm { flex-shrink: 0; text-align: right; }
.firm-logo-link { display: inline-block; line-height: 0; }
.firm-logo-img { height: 56px; width: auto; display: block; border-radius: 3px; box-shadow: 0 2px 10px rgba(0,0,0,.3); }
.firm-role { font-size: 13px; font-weight: 600; color: #fff; margin-top: 8px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .01em; text-shadow: 0 1px 2px rgba(0,0,0,.35); }
.site-title { font-family: 'Source Serif 4', Georgia, serif; font-size: 27px; font-weight: normal; color: #fff; text-decoration: none; display: block; margin-bottom: 5px; text-shadow: 0 1px 3px rgba(0,0,0,.35); }
.site-title:hover { text-decoration: none; color: #fff; }
.site-tagline { font-size: 14px; color: rgba(255,255,255,.9); margin-bottom: 0; text-shadow: 0 1px 2px rgba(0,0,0,.3); }
/* Firm logo + role, top-right */
.header-firm { flex-shrink: 0; text-align: right; }
.firm-logo-link { display: inline-block; line-height: 0; }
.firm-logo-img { height: 56px; width: auto; display: block; border-radius: 3px; box-shadow: 0 2px 10px rgba(0,0,0,.3); }
.firm-role { font-size: 13px; font-weight: 600; color: #fff; margin-top: 8px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .01em; text-shadow: 0 1px 2px rgba(0,0,0,.35); }
.site-nav { display: flex; flex-wrap: wrap; align-items: center; border-top: 1px solid rgba(255,255,255,.18); }
.site-nav a { font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: rgba(255,255,255,.78); padding: 9px 16px; border-right: 1px solid rgba(255,255,255,.08); text-decoration: none; transition: background .15s, color .15s; }
.site-nav a:hover { background: #1f8a4d; color: #fff; font-weight: 600; text-decoration: none; }
.site-nav a.active { background: #1f8a4d; color: #fff; font-weight: 600; }
.site-nav a:first-child { border-left: 1px solid rgba(255,255,255,.08); }

/* ── Nav dropdown (CSS hover/focus) ── */
.nav-drop { position: relative; display: flex; }
.nav-drop > a::after { content: ' \25BE'; font-size: 10px; opacity: .7; }
.nav-dropdown { display: none; position: absolute; top: 100%; left: 0; z-index: 90; min-width: 200px; background: #fff; border: 1px solid #dde3eb; border-radius: 0 0 8px 8px; box-shadow: 0 6px 18px rgba(0,0,0,.16); padding: 4px 0; }
.nav-drop:hover .nav-dropdown, .nav-drop:focus-within .nav-dropdown { display: block; }
.site-nav .nav-dropdown a { display: block; color: #13294b; background: none; border: none; padding: 9px 14px; font-weight: 400; }
.site-nav .nav-dropdown a:hover, .site-nav .nav-dropdown a:focus { background: #eef7f2; color: #166f3c; font-weight: 600; }

/* ── Contact nav button (green) ── */
.site-nav a.nav-contact { background: #1f8a4d; color: #fff; font-weight: 600; border: none; border-radius: 8px; padding: 8px 18px; margin: 4px 0 4px 10px; }
.site-nav a.nav-contact:hover { background: #166f3c; color: #fff; }

/* ── Right-aligned nav group: search + language ── */
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 4px; }

/* ── Header search (solid white box, high contrast on the navy header) ── */
.site-search { display: flex; align-items: center; background: #fff; border: 1px solid #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,.18); margin: 5px 0; }
.site-search-input { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 14px; color: #1a1a1a; background: transparent; border: none; outline: none; padding: 9px 14px; width: 280px; max-width: 42vw; }
.site-search-input::placeholder { color: #8a8a8a; }
.site-search-btn { background: transparent; border: none; border-left: 1px solid #e2e6ec; color: #13294b; font-size: 14px; padding: 7px 11px; cursor: pointer; line-height: 1; }
.site-search-btn:hover { background: #eef7f2; }
/* The blog page has its own search box — don't double up */
body.blog .site-search, body.page-blog .site-search { display: none; }

/* ── Language selector (Google Website Translate) ── */
.site-lang { margin-left: 0; display: flex; align-items: center; padding: 5px 14px; }
.site-lang .goog-te-gadget { font-size: 0 !important; color: transparent !important; line-height: 0; }
.site-lang .goog-te-gadget span { display: none !important; }
.site-lang select.goog-te-combo { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; margin: 0; padding: 5px 8px; border-radius: 3px; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.12); color: #fff; cursor: pointer; }
.site-lang select.goog-te-combo option { color: #1a1a1a; }
/* Suppress the Google translate top banner / body shift */
.goog-te-banner-frame, .skiptranslate iframe.goog-te-banner-frame { display: none !important; }
body { top: 0 !important; }
.goog-tooltip, .goog-tooltip:hover { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }

@media (max-width: 700px) {
  .header-top { flex-direction: column; gap: 16px; }
  .header-firm { text-align: left; }
  .header-firm { text-align: left; }
  .site-lang { margin-left: 0; }
}

/* ── Sections ── */
.sec { border-bottom: 1px solid #e8ecf0; padding: 44px 48px; }
.sec.alt { background: #f7f9fc; }
.sec-inner { max-width: 1140px; margin: 0 auto; }
.eyebrow { font-size: 11px; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .09em; text-transform: uppercase; color: #888; margin-bottom: 8px; }
.sec-heading { font-family: 'Source Serif 4', Georgia, serif; font-size: 22px; font-weight: 400; color: #13294b; line-height: 1.3; margin-bottom: 14px; }
.sec-body { font-size: 14px; color: #444; line-height: 1.75; }

/* ── Hero ── */
.hero { display: flex; min-height: 360px; border-bottom: 1px solid #e8ecf0; }
.hero-left { flex: 1; padding: 40px 48px; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.hero-right { flex: 0 0 340px; overflow: hidden; background: #e8ecf0; }
.hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.hero .sec-heading { color: #1a1a1a; font-size: 26px; }
.hero .sec-body { font-size: 16px; }
.hero .hero-byline { font-size: 16px; }
.hero-cite { font-size: 16px; color: #444; font-style: normal; border-left: 3px solid #1f8a4d; padding-left: 12px; margin: 14px 0 18px; line-height: 1.75; }
.hero-cite strong { color: #444; font-style: normal; }
.hero-byline { font-size: 15px; color: #888; line-height: 1.65; margin: 14px 0 18px; }
.btn-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; align-items: center; }
.hero-jump { margin-top: 22px; margin-bottom: 10px; }
.btn-primary { background: #1f8a4d; color: #fff; font-size: 13px; font-weight: 600; padding: 9px 20px; border-radius: 8px; text-decoration: none; cursor: pointer; border: none; }
.btn-primary:hover { background: #166f3c; text-decoration: none; color: #fff; }
.btn-link { font-size: 15px; color: #1f8a4d; text-decoration: underline; text-underline-offset: 3px; }
.jump-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: #888; border: 1px solid #dde3eb; border-radius: 99px; padding: 5px 12px; }
.jump-link:hover { color: #1a1a1a; border-color: #aaa; text-decoration: none; }

/* ── Stat strip (trust metrics band) ── */
.stat-strip { background: #13294b; color: #fff; display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 0; padding: 26px 48px; border-bottom: 1px solid #e8ecf0; }
.stat-strip .stat-item { flex: 1 1 180px; min-width: 150px; text-align: center; padding: 8px 24px; border-right: 1px solid rgba(255,255,255,.14); }
.stat-strip .stat-item:last-child { border-right: none; }
.stat-strip .stat-num { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 32px; font-weight: 600; line-height: 1.2; color: #4cc07e; margin-bottom: 2px; }
.stat-strip .stat-label { display: block; font-size: 12px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .05em; text-transform: uppercase; color: rgba(255,255,255,.75); line-height: 1.4; }
@media (max-width: 700px) {
  .stat-strip { padding: 20px; }
  .stat-strip .stat-item { flex: 1 1 45%; border-right: none; padding: 10px 12px; }
}

/* ── Quick-answer callout (country pages) ── */
.quick-answer { border: 1px solid #cfe7d8; border-left: 4px solid #1f8a4d; border-radius: 4px; background: #eef7f2; padding: 18px 22px; margin: 18px 0; font-size: 14.5px; color: #1a1a1a; line-height: 1.75; }
.quick-answer strong { color: #13294b; }
.quick-answer a { color: #166f3c; text-decoration: underline; text-underline-offset: 2px; }

/* ── FAQ question heading ── */
.qa-q { font-family: 'Source Serif 4', Georgia, serif; font-size: 18px; font-weight: 600; color: #13294b; line-height: 1.35; margin: 26px 0 8px; }
.qa-q:first-child { margin-top: 0; }

/* ── Homepage post rows ── */
.post-list { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.post-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.post-link { display: flex; align-items: flex-start; gap: 8px; padding: 7px 10px; background: #fff; border: 1px solid #dde3eb; border-radius: 3px; font-size: 13px; color: #1f8a4d; text-decoration: none; transition: border-color .15s; margin-bottom: 5px; }
.post-link:hover { border-color: #1f8a4d; background: #eef7f2; text-decoration: none; }
.post-arrow { color: #bbb; flex-shrink: 0; margin-top: 1px; }
.post-title { flex: 1; line-height: 1.4; }
.post-meta { font-size: 11px; color: #999; flex-shrink: 0; white-space: nowrap; margin-top: 1px; }
.browse-cta-bar { margin-top: 28px; padding-top: 20px; border-top: 1px solid #e8ecf0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.browse-cta-bar p { font-size: 13.5px; color: #444; }

/* ── Blog filter UI ── */
.bf-btn { display:inline-flex; align-items:center; gap:6px; padding:7px 13px; font-size:12px; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; border:1px solid #dde3eb; border-radius:3px; background:#fff; color:#555; cursor:pointer; transition:border-color .15s,color .15s; }
.bf-btn:hover { border-color:#aaa; color:#1a1a1a; }
.bf-btn.active { border-color:#1f8a4d; color:#13294b; background:#eef7f2; }
.bf-badge { font-size:10px; background:#13294b; color:#fff; padding:1px 6px; border-radius:99px; }
.bf-chev { font-size:11px; transition:transform .15s; display:inline-block; line-height:1; }
.bf-chev.open { transform:rotate(180deg); }
.bf-wrap { position:relative; }
.bf-dropdown { position:absolute; top:100%; left:0; margin-top:3px; background:#fff; border:1px solid #dde3eb; border-radius:4px; box-shadow:0 4px 14px rgba(0,0,0,.09); z-index:50; min-width:192px; padding:4px 0; }
.bf-option { display:flex; align-items:center; gap:10px; width:100%; padding:8px 12px; font-size:13px; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color:#444; background:none; border:none; cursor:pointer; text-align:left; transition:background .1s; }
.bf-option:hover { background:#f7f9fc; }
.bf-option.sel { color:#13294b; font-weight:600; background:#f7f9fc; }
.bf-check { width:14px; height:14px; border:1px solid #ccc; border-radius:3px; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:background .1s,border-color .1s; }
.bf-option.sel .bf-check { background:#1f8a4d; border-color:#1f8a4d; }
.bf-chip { display:inline-flex; align-items:center; gap:4px; padding:4px 10px; font-size:11.5px; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; background:#eef7f2; border:1px solid #b7dcc6; color:#13294b; border-radius:3px; cursor:pointer; transition:background .1s; }
.bf-chip:hover { background:#ddefe4; }
.bf-clear { font-size:11.5px; color:#888; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; background:none; border:none; cursor:pointer; padding:4px 6px; }
.bf-clear:hover { color:#1a1a1a; }
.bf-post { display:flex; align-items:flex-start; gap:8px; padding:8px 10px; background:#fff; border:1px solid #dde3eb; border-radius:3px; font-size:13px; color:#1f8a4d; text-decoration:none; transition:border-color .15s,background .1s; margin-bottom:4px; }
.bf-post:hover { border-color:#1f8a4d; background:#eef7f2; text-decoration:none; }
.bf-post-arrow { color:#bbb; flex-shrink:0; margin-top:2px; }
.bf-post-title { flex:1; line-height:1.4; }
.bf-post-date { font-size:13px; color:#999; flex-shrink:0; white-space:nowrap; margin-top:2px; }
.bf-arrow { color:#bbb; flex-shrink:0; margin-top:2px; }
.bf-title { flex:1; line-height:1.4; }
.bf-date { font-size:11px; color:#999; flex-shrink:0; white-space:nowrap; margin-top:2px; }
.bf-empty { text-align:center; padding:30px 0; color:#aaa; font-size:13px; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.bf-count { font-size:13px; color:#888; margin:14px 0 6px; text-transform:uppercase; letter-spacing:.07em; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-weight:600; }

/* ── Single post layout ── */
.single-layout { display: flex; gap: 36px; align-items: flex-start; padding: 44px 48px; }
.single-main { flex: 1 1 0; min-width: 0; }
.single-eyebrow { font-size: 11px; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .09em; text-transform: uppercase; color: #888; margin-bottom: 8px; }
.single-title { font-family: 'Source Serif 4', Georgia, serif; font-size: 28px; font-weight: 400; color: #1a1a1a; line-height: 1.25; margin-bottom: 10px; }
.single-meta { font-size: 13px; color: #888; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; margin-bottom: 28px; padding-bottom: 16px; border-bottom: 1px solid #e8ecf0; }
.single-content { font-size: 15px; line-height: 1.8; color: #1a1a1a; }
.single-content h2 { font-family: 'Source Serif 4', Georgia, serif; font-size: 21px; font-weight: 600; color: #13294b; margin: 32px 0 12px; }
.single-content h3 { font-family: 'Source Serif 4', Georgia, serif; font-size: 18px; font-weight: 600; color: #1a1a1a; margin: 24px 0 10px; }
.single-content p { margin-bottom: 16px; }
.single-content a { color: #1f8a4d; text-decoration: underline; text-underline-offset: 2px; }
.single-content ul, .single-content ol { padding-left: 22px; margin-bottom: 16px; }
.single-content li { margin-bottom: 6px; }
.single-content blockquote { border-left: 3px solid #1f8a4d; padding-left: 16px; color: #555; font-style: italic; margin: 20px 0; }
.single-content table { width: 100%; border-collapse: collapse; margin-bottom: 20px; font-size: 14px; }
.single-content th { background: #13294b; color: #fff; padding: 8px 12px; text-align: left; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 600; }
.single-content td { padding: 8px 12px; border-bottom: 1px solid #e8ecf0; }

/* ── WordPress content image alignment (fixes right/left/center floats in post bodies) ── */
.single-content img { height: auto; border-radius: 3px; }
.single-content .alignright, .single-content figure.alignright { float: right; margin: 6px 0 14px 22px; max-width: 50%; }
.single-content .alignleft,  .single-content figure.alignleft  { float: left;  margin: 6px 22px 14px 0; max-width: 50%; }
.single-content .aligncenter { display: block; margin: 16px auto; }
.single-content .alignnone { display: block; float: none; margin: 16px 0; }
.single-content figure { margin: 16px 0; }
.single-content .wp-caption { max-width: 100%; height: auto; }
.single-content .wp-caption-text, .single-content figcaption { font-size: 13px; color: #888; font-style: italic; text-align: center; margin-top: 5px; line-height: 1.45; }
.single-content::after { content: ""; display: block; clear: both; }
@media (max-width: 600px) {
  .single-content .alignright, .single-content .alignleft,
  .single-content figure.alignright, .single-content figure.alignleft { float: none; display: block; margin: 16px auto; max-width: 100%; }
}

.back-link { display: block; font-size: 14px; color: #1f8a4d; margin-top: 40px; padding-top: 20px; border-top: 1px solid #e8ecf0; }

/* ── Sidebar ── */
.single-sidebar { flex: 0 0 280px; min-width: 0; position: sticky; top: 24px; }
.sidebar-section { margin-bottom: 20px; padding: 16px 18px; border: 1px solid #dde3eb; border-radius: 4px; background: #fff; }
.sidebar-heading { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #444; margin-bottom: 12px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.sidebar-post { display: flex; align-items: flex-start; gap: 6px; font-size: 13px; color: #1f8a4d; text-decoration: none; line-height: 1.4; padding: 5px 0; border-bottom: 1px solid #f0f0f0; }
.sidebar-post:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-post:hover { text-decoration: underline; text-underline-offset: 2px; }
.sidebar-arrow { color: #bbb; flex-shrink: 0; font-style: normal; }
.sidebar-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.sidebar-tag { display: inline-block; font-size: 12px; padding: 3px 10px; border: 1px solid #dde3eb; border-radius: 99px; color: #555; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-decoration: none; transition: border-color .15s, color .15s, background .15s; }
.sidebar-tag:hover { border-color: #1f8a4d; color: #166f3c; background: #eef7f2; text-decoration: none; }

/* ── Generic page ── */
.page-wrap { max-width: 1140px; margin: 0 auto; padding: 44px 48px; }
.page-wrap h1 { font-family: 'Source Serif 4', Georgia, serif; font-size: 28px; font-weight: 400; color: #13294b; margin-bottom: 20px; line-height: 1.25; }
.page-content { font-size: 15px; line-height: 1.8; color: #333; }
.page-content h2 { font-size: 20px; color: #13294b; margin: 28px 0 10px; }
.page-content p { margin-bottom: 14px; }
.page-content a { color: #1f8a4d; }

/* ── Footer ── */
.site-footer { background: #13294b; padding: 24px 48px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: flex-start; }
.footer-disclaimer { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.6; max-width: 460px; }
.footer-disclaimer a { color: rgba(255,255,255,.5); text-decoration: underline; text-underline-offset: 2px; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.55); text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: none; }

/* ── Footer contact block ── */
.footer-contact { font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.7; }
.footer-contact a { color: rgba(255,255,255,.85); text-decoration: underline; text-underline-offset: 2px; }
.footer-contact a:hover { color: #fff; }
.footer-contact-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #4cc07e; margin-bottom: 6px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

/* ── Recognitions marquee strip ── */
.rec-strip { background: #fff; border-top: 1px solid #e8ecf0; border-bottom: 1px solid #e8ecf0; padding: 14px 0; overflow: hidden; white-space: nowrap; }
.rec-marquee-track { display: inline-flex; align-items: center; animation: marquee 22s linear infinite; }
.rec-strip:hover .rec-marquee-track { animation-play-state: paused; }
.rec-strip-item { display: inline-flex; align-items: center; padding: 0 36px; border-right: 1px solid #e8ecf0; }
.rec-strip-item img { height: 64px; width: auto; min-width: 100px; object-fit: contain; display: block; filter: grayscale(20%); opacity: .9; transition: opacity .2s; }
.rec-strip-item img:hover { opacity: 1; filter: none; }
.rec-strip-item a { display: block; text-decoration: none; line-height: 0; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── Recognitions cards ── */
.rec-label { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #888; text-align: center; margin-bottom: 14px; }
.rec-row { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.rec-card { border: 1px solid #dde3eb; border-radius: 4px; padding: 11px 13px; background: #fff; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2px; flex: 1; min-width: 110px; max-width: 150px; }
.rec-name { font-size: 12px; font-weight: 600; color: #1a1a1a; line-height: 1.3; }
.rec-sub { font-size: 11px; color: #666; line-height: 1.3; }
.rec-year { font-size: 10px; background: #eef7f2; border-radius: 99px; padding: 2px 8px; color: #555; margin-top: 3px; }
.rec-divider { height: 1px; background: #e8ecf0; margin: 18px 0; }
.media-note { text-align: center; font-size: 11px; color: #888; margin-top: 12px; }
.media-note a { color: #1f8a4d; }

/* ── Table of contents strip ── */
.toc-strip { background: #fff; border-bottom: 1px solid #e8ecf0; }
.toc-inner { max-width: 1140px; margin: 0 auto; padding: 0 0 0 28px; display: flex; flex-wrap: wrap; align-items: stretch; }
.toc-label { font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: #bbb; padding: 11px 16px 11px 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; border-right: 1px solid #e8ecf0; margin-right: 0; display: flex; align-items: center; }
.toc-link { font-size: 14px; color: #555; padding: 11px 15px; border-right: 1px solid #e8ecf0; text-decoration: none; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; align-items: center; transition: color .15s, background .15s; }
.toc-link:hover { color: #13294b; background: #f7f9fc; text-decoration: none; }

/* ── 50/50 split section ── */
.split-section { display: flex; border-bottom: 1px solid #e8ecf0; }
.split-panel-left { flex: 0 0 50%; min-width: 0; overflow: hidden; padding: 44px 48px; background: #fff; border-right: 1px solid #e8ecf0; box-sizing: border-box; }
.split-panel-right { flex: 0 0 50%; min-width: 0; overflow: hidden; padding: 44px 48px; background: #f0f4fb; box-sizing: border-box; }
@media (max-width: 800px) { .split-section { flex-direction: column; } .split-panel-left, .split-panel-right { flex: none; width: 100%; border-right: none; } }

/* ── Conference / institute section ── */
.conf-photo-collage { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 4px; border-radius: 4px; margin-top: 14px; margin-bottom: 16px; }
.conf-photo-collage::-webkit-scrollbar { display: none; }
.conf-photo-collage img { flex: 0 0 88%; scroll-snap-align: start; height: 200px; object-fit: cover; object-position: center top; border-radius: 3px; display: block; }
.conf-desc { font-size: 13.5px; color: #444; line-height: 1.75; margin-bottom: 14px; }
.conf-desc strong { color: #1a1a1a; font-weight: 700; background: rgba(31, 138, 77, 0.16); padding: 0 2px; border-radius: 2px; }
.conf-link { font-size: 13px; color: #1f8a4d; text-decoration: underline; text-underline-offset: 2px; font-weight: 500; }

/* ── Tracks bar ── */
.tracks-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 6px; }
.glossary-btn { font-size: 12px; color: #555; border: 1px solid #dde3eb; border-radius: 99px; padding: 5px 13px; cursor: pointer; text-decoration: none; white-space: nowrap; }
.glossary-btn:hover { color: #1a1a1a; border-color: #aaa; text-decoration: none; }
.tracks-aro-cols { display: flex; gap: 22px; align-items: flex-start; margin-top: 14px; }
.tracks-col { flex: 1; min-width: 0; }

/* ── Accordion tracks ── */
.track-list { display: flex; flex-direction: column; gap: 7px; }
.track { border: 1px solid #dde3eb; border-radius: 4px; background: #fff; overflow: hidden; }
.track-head { display: flex; align-items: center; gap: 14px; padding: 14px 18px; cursor: pointer; transition: background .15s; }
.track-head:hover { background: #f7f9fc; }
.track-letter { width: 30px; height: 30px; border-radius: 50%; background: #13294b; color: #fff; font-size: 13px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.track-question { font-size: 14px; font-weight: 600; color: #1a1a1a; line-height: 1.35; flex: 1; }
.track-chev { font-size: 16px; color: #13294b; flex-shrink: 0; transition: transform .18s; }
.track-chev.open { transform: rotate(180deg); }
.track-body { display: none; border-top: 1px solid #dde3eb; padding: 18px 18px 18px 62px; background: #f7f9fc; }
.track-body.open { display: block; }
.track-desc { font-size: 13.5px; color: #1a1a1a; line-height: 1.7; margin-bottom: 14px; }

/* ── Post tag + topic CTA ── */
.post-tag { font-size: 10px; background: #f0f0f0; border-radius: 99px; padding: 1px 8px; color: #777; flex-shrink: 0; white-space: nowrap; }
.topic-cta { display: inline-block; background: #1f8a4d; color: #fff; font-size: 12px; font-weight: 500; padding: 7px 16px; border-radius: 8px; text-decoration: none; }
.topic-cta:hover { background: #166f3c; text-decoration: none; color: #fff; }

/* ── Aroeste sidebar card ── */
.aro-sidebar { flex: 0 0 300px; border: 1px solid #bfdbfe; border-radius: 6px; overflow: hidden; position: sticky; top: 20px; }
.aro-sb-head { background: #eff6ff; padding: 12px 14px; border-bottom: 1px solid #bfdbfe; }
.aro-sb-badge { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #1d4ed8; margin-bottom: 5px; }
.aro-sb-title { font-size: 15px; font-weight: 600; color: #1a1a1a; line-height: 1.25; margin-bottom: 2px; }
.aro-sb-court { font-size: 11px; color: #888; }
.aro-sb-body { padding: 12px 14px; }
.aro-sb-holding { font-size: 12.5px; color: #444; line-height: 1.65; margin-bottom: 10px; }
.aro-sb-role { font-size: 11px; color: #888; padding: 8px 10px; background: #f7f9fc; border-radius: 3px; margin-bottom: 12px; line-height: 1.5; }
.aro-sb-role strong { color: #1a1a1a; }
.aro-sb-link { font-size: 12px; font-weight: 500; color: #1f8a4d; text-decoration: underline; text-underline-offset: 2px; display: block; }

/* ── Aroeste brief (legal brief style) ── */
.aro-brief { border: 1px solid #c0c0c0; border-radius: 4px; overflow: hidden; }
.aro-citation { padding: 18px 22px 14px; border-bottom: 2px solid #1a1a1a; }
.aro-case-name { display: block; font-family: 'Source Serif 4', Georgia, serif; font-size: 19px; font-style: italic; font-weight: 600; color: #1a1a1a; margin-bottom: 4px; }
.aro-cite-ref { font-size: 11.5px; color: #666; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.aro-holding-block { padding: 14px 22px; background: #f9f9f7; border-bottom: 1px solid #dde3eb; }
.aro-holding-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #888; margin-bottom: 6px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.aro-holding-text { font-size: 13.5px; color: #1a1a1a; line-height: 1.7; }
.aro-brief-body { padding: 18px 22px; font-size: 13.5px; color: #444; line-height: 1.75; border-bottom: 1px solid #dde3eb; }
.aro-brief-applies { padding: 14px 22px; font-size: 13px; color: #555; line-height: 1.7; border-bottom: 1px solid #dde3eb; background: #fafaf8; }
.aro-brief-footer { padding: 14px 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.aro-brief-attr { font-size: 12px; color: #666; font-style: italic; }
.aro-links { display: flex; gap: 6px; flex-wrap: wrap; }
.aro-link { font-size: 12px; border: 1px solid #dde3eb; border-radius: 99px; padding: 4px 11px; color: #555; text-decoration: none; }
.aro-link:hover { color: #1a1a1a; border-color: #aaa; text-decoration: none; }
.aro-link.primary { background: #1f8a4d; color: #fff; border-color: transparent; }
.aro-link.primary:hover { background: #166f3c; }

/* ── Aroeste details dropdown ── */
.aro-details { border: 1px solid #dde3eb; border-radius: 4px; overflow: hidden; margin-top: 12px; }
.aro-details summary { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; background: #f7f9fc; cursor: pointer; font-size: 13px; font-weight: 600; color: #13294b; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; list-style: none; user-select: none; transition: background .15s; }
.aro-details summary:hover { background: #edf0f5; }
.aro-details summary::-webkit-details-marker { display: none; }
.aro-details summary::after { content: '\2304'; font-size: 18px; color: #bbb; transition: transform .18s; line-height: 1; }
.aro-details[open] summary::after { transform: rotate(180deg); }
.aro-details-body { padding: 18px; border-top: 1px solid #dde3eb; background: #fff; }

/* ── Aroeste two-column layout ── */
.aroeste-layout { display: flex; gap: 28px; align-items: flex-start; margin-top: 0; }
.aroeste-brief-col { flex: 0 0 54%; min-width: 0; }
.aroeste-quotes-col { flex: 1; min-width: 0; }
@media (max-width: 860px) { .aroeste-layout { flex-direction: column; } }

/* ── Practitioner quote carousel ── */
.quote-strip { margin-top: 28px; }
.quote-strip-label { font-size: 15px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #1a1a1a; margin-bottom: 12px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.quote-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; width: 100%; }
.quote-track::-webkit-scrollbar { display: none; }
.quote-card { flex: 0 0 100%; scroll-snap-align: start; border: 1px solid #dde3eb; border-radius: 4px; padding: 24px 26px; background: #fff; box-sizing: border-box; }
.quote-text { font-family: 'Source Serif 4', Georgia, serif; font-size: 16px; font-style: italic; color: #1a1a1a; line-height: 1.8; margin-bottom: 18px; }
.quote-source-name { font-size: 14px; font-weight: 600; color: #1a1a1a; margin-bottom: 2px; }
.quote-source-org { font-size: 13px; color: #666; margin-bottom: 8px; }
.quote-article-link { font-size: 13px; color: #1f8a4d; text-decoration: underline; text-underline-offset: 2px; }
.quote-nav { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; }
.quote-prev, .quote-next { background: #13294b; border: none; border-radius: 50%; width: 34px; height: 34px; cursor: pointer; font-size: 16px; color: #fff; display: flex; align-items: center; justify-content: center; transition: background .15s, transform .1s; padding: 0; }
.quote-prev:hover, .quote-next:hover { background: #0d1f39; transform: scale(1.08); }
.quote-dots { display: flex; gap: 5px; align-items: center; }
.quote-dot { width: 6px; height: 6px; border-radius: 50%; background: #dde3eb; border: none; cursor: pointer; padding: 0; transition: background .15s; }
.quote-dot.active { background: #13294b; }

/* ── Practitioner coverage list ── */
.coverage-list { list-style: none; display: flex; flex-direction: column; margin-top: 10px; border: 1px solid #dde3eb; border-radius: 4px; overflow: hidden; }
.coverage-item { padding: 11px 14px; border-bottom: 1px solid #dde3eb; }
.coverage-item:last-child { border-bottom: none; }
.coverage-source { font-size: 12px; font-weight: 600; color: #1a1a1a; margin-bottom: 2px; }
.coverage-summary { font-size: 11.5px; color: #555; line-height: 1.6; margin-bottom: 4px; font-style: italic; }
.coverage-link { font-size: 11px; color: #1f8a4d; text-decoration: underline; text-underline-offset: 2px; }

/* ── Firm coverage grid ── */
.firm-media-wrap { max-width: 900px; margin: 32px auto 0; padding: 0 48px; }
.firm-coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 0; }
.firm-card { display: block; border: 1px solid #dde3eb; border-radius: 4px; padding: 20px 22px; background: #f8fafc; text-decoration: none; color: inherit; transition: border-color .15s; }
.firm-card:hover { border-color: #13294b; background: #f0f4f9; }
.firm-logo { height: 64px; width: auto; max-width: 100%; object-fit: contain; object-position: left center; display: block; margin-bottom: 12px; }
.firm-sub { font-size: 13px; color: #888; line-height: 1.5; margin-bottom: 8px; }
.firm-article { font-size: 13px; color: #1f8a4d; text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 700px) { .firm-coverage-grid { grid-template-columns: 1fr; } .firm-media-wrap { padding: 0 20px; } }

/* ── Annual event card ── */
.event-card { border: 1px solid #dde3eb; border-radius: 6px; overflow: hidden; }
.event-head { background: #f7f9fc; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.event-head-left {}
.event-org { font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: #888; margin-bottom: 3px; }
.event-title { font-size: 16px; font-weight: 600; color: #1a1a1a; line-height: 1.25; margin-bottom: 2px; }
.event-date { font-size: 12px; color: #555; }
.event-btn { background: #1f8a4d; color: #fff; font-size: 12px; font-weight: 500; padding: 8px 17px; border-radius: 8px; text-decoration: none; white-space: nowrap; flex-shrink: 0; }
.event-btn:hover { background: #166f3c; text-decoration: none; color: #fff; }
.event-body { padding: 16px 18px; }
.event-desc { font-size: 13.5px; color: #444; line-height: 1.7; margin-bottom: 14px; }
.speakers-wrap { background: #f7f9fc; border-radius: 4px; padding: 12px 14px; }
.speakers-label { font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: #888; margin-bottom: 8px; }
.speaker-row { display: flex; gap: 10px; padding: 6px 0; border-bottom: 1px solid #e8ecf0; align-items: flex-start; }
.speaker-row:last-child { border-bottom: none; padding-bottom: 0; }
.speaker-name { font-size: 12.5px; font-weight: 600; color: #1a1a1a; flex-shrink: 0; min-width: 160px; }
.speaker-role { font-size: 12.5px; color: #555; line-height: 1.4; }
.conf-photos { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 5px; margin: 16px 0 14px; border-radius: 4px; overflow: hidden; }
.conf-photos img { width: 100%; height: 180px; object-fit: cover; display: block; }
@media (max-width: 600px) { .conf-photos { grid-template-columns: 1fr 1fr; } .conf-photos img { height: 130px; } .conf-photos img:last-child { display: none; } }
.archive-link { display: inline-block; margin-top: 14px; font-size: 13px; color: #1f8a4d; text-decoration: underline; text-underline-offset: 3px; }

/* ── Browse by topic accordion ── */
.topic-list { display: flex; flex-direction: column; gap: 7px; margin-top: 14px; }
.topic-card { border: 1px solid #dde3eb; border-radius: 4px; background: #fff; overflow: hidden; }
.topic-head { display: flex; align-items: center; gap: 10px; padding: 13px 16px; cursor: pointer; transition: background .15s; }
.topic-head:hover { background: #f7f9fc; }
.topic-num { font-size: 11px; font-weight: 600; color: #888; flex-shrink: 0; min-width: 56px; }
.topic-title { font-size: 13.5px; font-weight: 600; color: #1a1a1a; flex: 1; line-height: 1.35; }
.topic-count { font-size: 11px; color: #888; flex-shrink: 0; white-space: nowrap; }
.topic-chev { font-size: 16px; color: #13294b; flex-shrink: 0; transition: transform .18s; }
.topic-chev.open { transform: rotate(180deg); }
.topic-body { display: none; border-top: 1px solid #dde3eb; padding: 16px 16px 16px 82px; background: #f7f9fc; }
.topic-body.open { display: block; }
.topic-q { font-size: 13px; font-weight: 600; color: #1a1a1a; margin: 10px 0 4px; }
.topic-q:first-child { margin-top: 0; }
.topic-a { font-size: 13px; color: #555; line-height: 1.65; margin-bottom: 12px; }
.topic-posts { display: flex; flex-direction: column; gap: 4px; }
.topic-post { display: flex; align-items: center; gap: 8px; padding: 6px 9px; border: 1px solid #dde3eb; border-radius: 3px; background: #fff; font-size: 12.5px; color: #1f8a4d; text-decoration: none; }
.topic-post:hover { border-color: #1f8a4d; text-decoration: none; }
.topic-post-title { flex: 1; line-height: 1.4; }
.topic-post-views { font-size: 11px; color: #999; flex-shrink: 0; }

/* ── FAQ accordion ── */
.faq-list { display: flex; flex-direction: column; gap: 6px; margin-top: 14px; }
.faq-item { border: 1px solid #dde3eb; border-radius: 4px; background: transparent; overflow: hidden; }
.faq-head { display: flex; align-items: center; gap: 10px; padding: 13px 16px; cursor: pointer; transition: background .15s; }
.faq-head:hover { background: #f7f9fc; }
.faq-q { font-size: 13.5px; font-weight: 600; color: #1a1a1a; flex: 1; line-height: 1.35; }
.faq-chev { font-size: 16px; color: #13294b; flex-shrink: 0; transition: transform .18s; }
.faq-chev.open { transform: rotate(180deg); }
.faq-body { display: none; border-top: 1px solid #dde3eb; padding: 14px 16px; }
.faq-body.open { display: block; }
.faq-a { font-size: 13.5px; color: #555; line-height: 1.7; }

/* ── Contact CTA ── */
.contact-box { border: 1px solid #dde3eb; border-left: 4px solid #1f8a4d; border-radius: 4px; padding: 22px 24px; background: #fff; margin-top: 18px; }
.contact-title { font-family: 'Source Serif 4', Georgia, serif; font-size: 17px; color: #13294b; margin-bottom: 8px; }
.contact-desc { font-size: 13.5px; color: #555; line-height: 1.7; margin-bottom: 16px; max-width: 580px; }
.contact-btns { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.btn-secondary { color: #13294b; font-size: 13px; font-weight: 500; padding: 8px 16px; border: 1px solid #13294b; border-radius: 8px; text-decoration: none; background: transparent; }
.btn-secondary:hover { background: #13294b; color: #fff; border-color: #13294b; text-decoration: none; }
.contact-note { font-size: 11px; color: #999; line-height: 1.55; }

/* ── Responsive for new sections ── */
@media (max-width: 760px) {
  .tracks-aro-cols { flex-direction: column; }
  .aro-sidebar { flex: none; width: 100%; position: static; }
}
@media (max-width: 640px) {
  .sec { padding: 28px 18px; }
  .track-body { padding-left: 18px; }
  .topic-body { padding-left: 18px; }
}
/* ── Responsive ── */
@media (max-width: 900px) {
  .single-layout { flex-direction: column; padding: 28px 20px; }
  .single-sidebar { flex: none; width: 100%; position: static; }
  .post-cols { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 700px) {
  .hero { flex-direction: column-reverse; min-height: auto; }
  .hero-right { flex: none; height: 240px; width: 100%; }
  .hero-left { padding: 28px 20px; }
  .sec { padding: 28px 20px; }
  .header-inner { padding: 14px 20px 0; }
  .page-wrap { padding: 28px 20px; }
  .site-footer { padding: 24px 20px; }
  .site-title { font-size: 21px; }
  .site-tagline { font-size: 13px; }
  .site-nav a.nav-contact { margin-left: 0; }
  .nav-dropdown { position: static; border-radius: 0; box-shadow: none; border-left: 3px solid #1f8a4d; width: 100%; }
  .nav-drop { flex-direction: column; width: 100%; }
}

/* ── Blog page ── */
.blog-search-wrap { position: relative; margin-bottom: 16px; max-width: 420px; }
.blog-search { width: 100%; padding: 10px 40px 10px 14px; border: 1px solid #dde3eb; border-radius: 3px; font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #1a1a1a; outline: none; }
.blog-search:focus { border-color: #13294b; }
.blog-search-icon { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-size: 15px; color: #aaa; pointer-events: none; }
.filter-bar { background: #13294b; border-radius: 4px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 4px; }
.filter-label { font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.65); white-space: nowrap; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.filter-bar .bf-btn { background: rgba(255,255,255,.12); color: rgba(255,255,255,.9); border-color: rgba(255,255,255,.25); }
.filter-bar .bf-btn:hover { background: rgba(255,255,255,.2); color: #fff; border-color: rgba(255,255,255,.4); }
.filter-bar .bf-btn.active { background: #1f8a4d; color: #fff; border-color: #1f8a4d; }
.page-bar { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 11px 16px; background: #f7f9fc; border: 1px solid #e8ecf0; border-radius: 3px; margin: 14px 0 6px; }
.page-arrow { background: none; border: none; cursor: pointer; font-size: 18px; color: #13294b; padding: 2px 8px; line-height: 1; transition: opacity .15s; }
.page-arrow:disabled { opacity: .3; cursor: default; }
.page-label { font-size: 14px; font-weight: 600; color: #1a1a1a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.bf-count { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #888; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; margin: 10px 0 8px; }

/* ── Featured posts ── */
.feat-post { display: flex; flex-direction: column; gap: 4px; padding: 14px 0; border-bottom: 1px solid #e8ecf0; }
.feat-tag { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #1f8a4d; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.feat-title { font-size: 15px; color: #1a1a1a; line-height: 1.45; text-decoration: none; }
.feat-title:hover { color: #13294b; text-decoration: underline; text-underline-offset: 3px; }
.feat-read { font-size: 13px; color: #1f8a4d; text-decoration: none; }
.feat-read:hover { text-decoration: underline; }
.feat-footer { margin-top: 20px; }
.feat-browse { display: inline-block; font-size: 13px; font-weight: 500; color: #fff; background: #1f8a4d; padding: 8px 18px; border-radius: 8px; text-decoration: none; }
.feat-browse:hover { background: #166f3c; text-decoration: none; }
