/*
Theme Name: Dark Store Opportunities
Theme URI: https://darkstoreopportunities.com/
Author: DarkStoreOpportunities.com
Author URI: https://darkstoreopportunities.com/
Description: A fast, mobile-first WordPress theme built for DarkStoreOpportunities.com. Designed for opportunity discovery, property-owner lead generation, city/company guides, and editorial content without a page-builder dependency.
Version: 1.2.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: darkstore-opportunities
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, news, one-column, two-columns
*/

:root {
  --dso-bg: #f6f8f7;
  --dso-surface: #ffffff;
  --dso-ink: #111816;
  --dso-muted: #61706b;
  --dso-line: #dfe7e3;
  --dso-brand: #16c784;
  --dso-brand-dark: #0b9b65;
  --dso-dark: #0d1714;
  --dso-dark-2: #15211d;
  --dso-warm: #f1fffa;
  --dso-radius: 18px;
  --dso-radius-sm: 12px;
  --dso-shadow: 0 14px 40px rgba(13, 23, 20, .08);
  --dso-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--dso-bg);
  color: var(--dso-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--dso-brand-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--dso-dark); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  clip: auto !important; height: auto; width: auto; margin: 0; padding: 12px 16px;
  top: 8px; left: 8px; z-index: 100000; background: #fff; color: #111; border-radius: 8px;
}
.dso-container { width: min(calc(100% - 32px), var(--dso-container)); margin-inline: auto; }
.dso-section { padding: 72px 0; }
.dso-section--tight { padding: 48px 0; }
.dso-section--white { background: var(--dso-surface); }
.dso-section--dark { background: var(--dso-dark); color: #fff; }
.dso-kicker {
  margin: 0 0 10px; color: var(--dso-brand-dark); font-size: .78rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
}
.dso-section--dark .dso-kicker { color: #71efb9; }
.dso-heading { margin: 0; font-size: clamp(1.9rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.04em; }
.dso-lead { max-width: 720px; margin: 16px 0 0; color: var(--dso-muted); font-size: 1.08rem; }
.dso-section--dark .dso-lead { color: #b9c8c3; }

.dso-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px;
  padding: 0 20px; border: 1px solid transparent; border-radius: 999px; text-decoration: none;
  font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.dso-btn:hover { transform: translateY(-1px); }
.dso-btn--primary { background: var(--dso-brand); color: #072016; }
.dso-btn--primary:hover { background: #22dd95; color: #072016; }
.dso-btn--ghost { border-color: #2d3a36; color: #fff; background: rgba(255,255,255,.03); }
.dso-btn--ghost:hover { border-color: #5d746c; color: #fff; }
.dso-btn--light { background: #fff; color: #10201a; }

/* Header */
.dso-site-header { position: sticky; top: 0; z-index: 50; background: rgba(13,23,20,.96); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.admin-bar .dso-site-header { top: 32px; }
.dso-header-inner { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.dso-branding { flex: 0 0 auto; }
.dso-branding a { color: #fff; text-decoration: none; }
.dso-branding .custom-logo-link { display: flex; align-items: center; }
.dso-branding .custom-logo { max-height: 42px; width: auto; }
.dso-site-title { margin: 0; font-size: 1.04rem; font-weight: 900; letter-spacing: -.025em; }
.dso-site-title span { color: var(--dso-brand); }
.dso-nav { margin-left: auto; }
.dso-nav ul { list-style: none; display: flex; gap: 22px; align-items: center; margin: 0; padding: 0; }
.dso-nav a { color: #dce7e3; text-decoration: none; font-weight: 700; font-size: .92rem; }
.dso-nav a:hover, .dso-nav .current-menu-item > a { color: #fff; }
.dso-header-cta { flex: 0 0 auto; }
.dso-menu-toggle { display: none; margin-left: auto; border: 1px solid #33413c; border-radius: 10px; background: transparent; color: #fff; min-width: 44px; min-height: 44px; cursor: pointer; }
.dso-menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }

/* Hero */
.dso-hero { position: relative; overflow: hidden; background: var(--dso-dark); color: #fff; padding: 84px 0 72px; }
.dso-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(22,199,132,.22), rgba(22,199,132,0) 68%); pointer-events: none; }
.dso-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: center; }
.dso-hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.6rem, 6.2vw, 5.5rem); line-height: .98; letter-spacing: -.06em; }
.dso-hero h1 em { font-style: normal; color: var(--dso-brand); }
.dso-hero-copy { max-width: 700px; margin: 22px 0 0; color: #b8c7c2; font-size: clamp(1.02rem, 2vw, 1.18rem); }
.dso-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.dso-trust-line { margin: 20px 0 0; color: #82938d; font-size: .85rem; }
.dso-finder { border: 1px solid #2b3b35; background: linear-gradient(180deg,#15241f,#111d19); border-radius: 24px; padding: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.dso-finder-label { margin: 0 0 8px; color: #7ff0bf; font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.dso-finder h2 { margin: 0 0 18px; font-size: 1.35rem; }
.dso-search-form { display: grid; gap: 10px; }
.dso-search-form input[type="search"] { width: 100%; min-height: 52px; border: 1px solid #33443e; border-radius: 12px; padding: 0 14px; background: #0c1512; color: #fff; outline: none; }
.dso-search-form input[type="search"]:focus { border-color: var(--dso-brand); box-shadow: 0 0 0 3px rgba(22,199,132,.12); }
.dso-search-form button { min-height: 50px; border: 0; border-radius: 12px; background: var(--dso-brand); color: #092116; font-weight: 900; cursor: pointer; }
.dso-mini-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; color: #bdcbc6; font-size: .92rem; }
.dso-mini-list li { display: flex; gap: 9px; align-items: flex-start; }
.dso-mini-list li::before { content: "✓"; color: var(--dso-brand); font-weight: 900; }

/* Cards */
.dso-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.dso-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; }
.dso-card { padding: 26px; border: 1px solid var(--dso-line); background: #fff; border-radius: var(--dso-radius); box-shadow: 0 1px 0 rgba(10,20,16,.02); }
.dso-card:hover { box-shadow: var(--dso-shadow); transform: translateY(-2px); }
.dso-card, .dso-company-card { transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.dso-card-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--dso-warm); border: 1px solid #cff5e5; font-weight: 900; color: var(--dso-brand-dark); }
.dso-card h3 { margin: 20px 0 8px; font-size: 1.18rem; line-height: 1.25; }
.dso-card p { margin: 0; color: var(--dso-muted); font-size: .94rem; }
.dso-card-link { display: inline-block; margin-top: 18px; font-weight: 800; text-decoration: none; }

.dso-company-card { display: block; min-height: 150px; padding: 22px; border-radius: 16px; border: 1px solid var(--dso-line); background: #fff; text-decoration: none; color: var(--dso-ink); }
.dso-company-card:hover { border-color: #b9d8cb; color: var(--dso-ink); box-shadow: var(--dso-shadow); }
.dso-company-card small { color: var(--dso-muted); font-weight: 700; }
.dso-company-card strong { display: block; margin-top: 24px; font-size: 1.05rem; }

.dso-city-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.dso-city-chip { display: inline-flex; min-height: 42px; align-items: center; padding: 0 15px; border: 1px solid var(--dso-line); border-radius: 999px; background: #fff; color: var(--dso-ink); text-decoration: none; font-weight: 800; font-size: .9rem; }
.dso-city-chip:hover { border-color: var(--dso-brand); color: #0d6e4b; }

/* Steps */
.dso-steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 34px; }
.dso-step { counter-increment: step; padding: 24px; border-radius: var(--dso-radius); border: 1px solid #2a3934; background: var(--dso-dark-2); }
.dso-step::before { content: counter(step, decimal-leading-zero); color: var(--dso-brand); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.dso-step h3 { margin: 16px 0 7px; color: #fff; font-size: 1.08rem; }
.dso-step p { margin: 0; color: #aebeb8; font-size: .9rem; }

/* Posts */
.dso-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 34px; }
.dso-post-card { overflow: hidden; border: 1px solid var(--dso-line); border-radius: var(--dso-radius); background: #fff; }
.dso-post-thumb { aspect-ratio: 16/9; background: #e7eeeb; overflow: hidden; }
.dso-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.dso-post-card:hover .dso-post-thumb img { transform: scale(1.025); }
.dso-post-body { padding: 22px; }
.dso-post-meta { color: var(--dso-muted); font-size: .78rem; font-weight: 750; }
.dso-post-card h3 { margin: 10px 0 9px; font-size: 1.22rem; line-height: 1.28; }
.dso-post-card h3 a { color: var(--dso-ink); text-decoration: none; }
.dso-post-card p { margin: 0; color: var(--dso-muted); font-size: .92rem; }

/* Content templates */
.dso-content-shell { padding: 64px 0 84px; }
.dso-content-grid { display: grid; grid-template-columns: minmax(0, 790px) 300px; gap: 54px; align-items: start; }
.dso-content-main { min-width: 0; }
.dso-page-header { margin-bottom: 28px; }
.dso-page-header h1 { margin: 0; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -.045em; }
.dso-entry-meta { margin-top: 14px; color: var(--dso-muted); font-size: .9rem; }
.dso-featured-image { margin: 28px 0 32px; overflow: hidden; border-radius: 20px; }
.dso-entry-content { font-size: 1.03rem; }
.dso-entry-content > * { max-width: 100%; }
.dso-entry-content h2 { margin: 2.2em 0 .65em; font-size: 1.75rem; line-height: 1.16; letter-spacing: -.025em; }
.dso-entry-content h3 { margin: 1.8em 0 .55em; font-size: 1.35rem; line-height: 1.25; }
.dso-entry-content p, .dso-entry-content ul, .dso-entry-content ol { margin-top: 0; margin-bottom: 1.25em; }
.dso-entry-content blockquote { margin: 1.8em 0; padding: 20px 24px; border-left: 4px solid var(--dso-brand); background: #eef8f4; border-radius: 0 12px 12px 0; }
.dso-entry-content table { width: 100%; border-collapse: collapse; margin: 1.7em 0; font-size: .94rem; }
.dso-entry-content th, .dso-entry-content td { padding: 11px 12px; border: 1px solid var(--dso-line); text-align: left; vertical-align: top; }
.dso-entry-content th { background: #eef3f1; }
.dso-entry-content .alignwide { max-width: 1040px; margin-left: 50%; transform: translateX(-50%); width: calc(100vw - 40px); }
.dso-entry-content .alignfull { max-width: none; margin-left: calc(50% - 50vw); width: 100vw; }
.dso-post-footer { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--dso-line); }
.dso-sidebar-box { position: sticky; top: 104px; padding: 22px; border: 1px solid var(--dso-line); border-radius: 16px; background: #fff; }
.dso-sidebar-box h2 { margin: 0 0 8px; font-size: 1.1rem; }
.dso-sidebar-box p { margin: 0 0 16px; color: var(--dso-muted); font-size: .9rem; }

/* Archive/search */
.dso-archive-header { padding: 54px 0 18px; }
.dso-archive-header h1 { margin: 0; font-size: clamp(2rem,4vw,3.3rem); line-height: 1.1; letter-spacing: -.04em; }
.dso-pagination { margin-top: 36px; }
.dso-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.dso-pagination .page-numbers { display: inline-grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px; border-radius: 10px; border: 1px solid var(--dso-line); background:#fff; text-decoration:none; }
.dso-pagination .current { background: var(--dso-dark); color: #fff; border-color: var(--dso-dark); }

/* Comments */
.comments-area { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--dso-line); }
.comment-list { list-style: none; padding: 0; }
.comment-list .comment { margin: 18px 0; padding: 18px; border: 1px solid var(--dso-line); border-radius: 12px; background: #fff; }
.comment-form input:not([type="submit"]), .comment-form textarea { width:100%; border:1px solid var(--dso-line); border-radius:10px; padding:12px; background:#fff; }
.comment-form .submit { border:0; border-radius:999px; padding:12px 20px; background:var(--dso-dark); color:#fff; font-weight:800; cursor:pointer; }

/* Footer */
.dso-site-footer { background: #09110e; color: #bcc9c5; }
.dso-footer-main { padding: 60px 0 34px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.dso-footer-brand { color: #fff; font-weight: 900; font-size: 1.12rem; }
.dso-footer-brand span { color: var(--dso-brand); }
.dso-footer-copy { max-width: 420px; margin: 14px 0 0; font-size: .9rem; color: #8fa099; }
.dso-footer-col h2 { margin: 0 0 14px; color: #fff; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.dso-footer-col ul { list-style: none; padding:0; margin:0; display:grid; gap:8px; }
.dso-footer-col a { color:#bcc9c5; text-decoration:none; font-size:.9rem; }
.dso-footer-col a:hover { color:#fff; }
.dso-footer-bottom { padding: 20px 0 30px; border-top: 1px solid #1c2925; display: flex; justify-content: space-between; gap: 18px; font-size: .78rem; color:#73847e; }

/* Utility/404 */
.dso-empty { padding: 48px; border:1px dashed #c6d4cf; border-radius: 18px; background:#fff; text-align:center; }
.dso-404 { text-align:center; padding: 110px 0; }
.dso-404 strong { display:block; color:var(--dso-brand-dark); font-size:.85rem; letter-spacing:.12em; text-transform:uppercase; }
.dso-404 h1 { margin:12px 0; font-size:clamp(3rem,10vw,7rem); line-height:1; }
.dso-404 p { max-width:560px; margin:0 auto 24px; color:var(--dso-muted); }

@media (max-width: 1024px) {
  .dso-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .dso-finder { max-width: 720px; }
  .dso-grid-4 { grid-template-columns: repeat(2,1fr); }
  .dso-content-grid { grid-template-columns: 1fr; gap: 34px; }
  .dso-sidebar-box { position: static; }
  .dso-footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (max-width: 860px) {
  .admin-bar .dso-site-header { top: 46px; }
  .dso-menu-toggle { display: block; }
  .dso-header-cta { display:none; }
  .dso-nav { display:none; position:absolute; left:16px; right:16px; top:68px; margin:0; padding:16px; border:1px solid #30403a; border-radius:14px; background:#0e1915; box-shadow:0 25px 60px rgba(0,0,0,.25); }
  .dso-nav.is-open { display:block; }
  .dso-nav ul { display:grid; gap:0; }
  .dso-nav li { border-bottom:1px solid #21302b; }
  .dso-nav li:last-child { border-bottom:0; }
  .dso-nav a { display:block; padding:13px 4px; }
  .dso-grid-3 { grid-template-columns: 1fr; }
  .dso-steps { grid-template-columns: repeat(2,1fr); }
  .dso-post-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .dso-container { width: min(calc(100% - 24px), var(--dso-container)); }
  .dso-header-inner { min-height: 66px; }
  .dso-hero { padding: 58px 0 50px; }
  .dso-hero h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .dso-section { padding: 54px 0; }
  .dso-grid-4, .dso-steps, .dso-post-grid { grid-template-columns: 1fr; }
  .dso-content-shell { padding: 42px 0 64px; }
  .dso-footer-main { grid-template-columns: 1fr 1fr; }
  .dso-footer-main > :first-child { grid-column: 1/-1; }
  .dso-footer-bottom { flex-direction: column; }
  .dso-entry-content table { display:block; overflow-x:auto; white-space:nowrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition:none !important; animation:none !important; }
}

/* Core business pages — reusable components */
.dso-core-page-main { max-width: 1080px; margin-inline: auto; }
.dso-core-page-header { max-width: 900px; margin-bottom: 24px; }
.dso-core-content { font-size: 1rem; }
.dso-core-content > .dso-core-wide { max-width: 1080px; }
.dso-core-intro {
  padding: 26px; border: 1px solid #cfe5dc; border-radius: 20px;
  background: linear-gradient(135deg,#f7fffb,#eef9f4);
}
.dso-core-intro p:last-child { margin-bottom: 0; }
.dso-core-meta { display:flex; flex-wrap:wrap; gap:8px 16px; margin:0 0 14px; color:var(--dso-muted); font-size:.82rem; font-weight:750; }
.dso-core-meta strong { color:var(--dso-ink); }
.dso-core-summary { margin:28px 0; padding:22px 24px; border-radius:16px; background:var(--dso-dark); color:#fff; }
.dso-core-summary strong { color:#7ff0bf; }
.dso-core-summary p:last-child { margin-bottom:0; }
.dso-core-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin:24px 0 34px; }
.dso-core-grid--2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.dso-core-choice, .dso-core-company, .dso-core-panel {
  padding:22px; border:1px solid var(--dso-line); border-radius:16px; background:#fff;
}
.dso-core-choice h3, .dso-core-company h3, .dso-core-panel h3 { margin:10px 0 8px; font-size:1.12rem; }
.dso-core-choice p, .dso-core-company p, .dso-core-panel p { color:var(--dso-muted); font-size:.94rem; }
.dso-core-badge { display:inline-flex; align-items:center; min-height:28px; padding:0 10px; border-radius:999px; background:#e9fbf3; color:#08754d; font-size:.72rem; font-weight:900; letter-spacing:.04em; text-transform:uppercase; }
.dso-core-badge--neutral { background:#eef2f0; color:#4e5c57; }
.dso-core-badge--watch { background:#fff5dd; color:#7b5700; }
.dso-core-company { position:relative; }
.dso-core-company .dso-core-status { display:flex; gap:8px; align-items:center; margin-bottom:8px; font-size:.8rem; font-weight:800; color:#08754d; }
.dso-core-company .dso-core-status::before { content:""; width:8px; height:8px; border-radius:50%; background:var(--dso-brand); }
.dso-core-company .dso-core-status--limited { color:#6e6250; }
.dso-core-company .dso-core-status--limited::before { background:#d5a83a; }
.dso-core-company a { font-weight:800; }
.dso-core-note, .dso-core-warning { margin:28px 0; padding:20px 22px; border-radius:14px; }
.dso-core-note { border:1px solid #cfe5dc; background:#f3fbf7; }
.dso-core-warning { border:1px solid #f0d9a7; background:#fff9ea; }
.dso-core-note strong, .dso-core-warning strong { display:block; margin-bottom:4px; }
.dso-core-checklist { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 18px; padding:0; margin:22px 0 32px; list-style:none; }
.dso-core-checklist li { position:relative; padding:14px 14px 14px 42px; border:1px solid var(--dso-line); border-radius:12px; background:#fff; }
.dso-core-checklist li::before { content:"✓"; position:absolute; left:14px; top:13px; color:var(--dso-brand-dark); font-weight:950; }
.dso-core-steps { counter-reset:dso-core-step; display:grid; gap:12px; margin:22px 0 34px; }
.dso-core-step { counter-increment:dso-core-step; display:grid; grid-template-columns:52px 1fr; gap:14px; padding:18px; border:1px solid var(--dso-line); border-radius:14px; background:#fff; }
.dso-core-step::before { content:counter(dso-core-step, decimal-leading-zero); width:44px; height:44px; display:grid; place-items:center; border-radius:12px; background:var(--dso-dark); color:#7ff0bf; font-size:.78rem; font-weight:900; }
.dso-core-step h3 { margin:0 0 4px; font-size:1.04rem; }
.dso-core-step p { margin:0; color:var(--dso-muted); font-size:.92rem; }
.dso-core-table-wrap { overflow-x:auto; margin:24px 0 34px; border:1px solid var(--dso-line); border-radius:14px; background:#fff; }
.dso-core-table-wrap table { margin:0; min-width:700px; border:0; }
.dso-core-table-wrap th:first-child, .dso-core-table-wrap td:first-child { border-left:0; }
.dso-core-table-wrap th:last-child, .dso-core-table-wrap td:last-child { border-right:0; }
.dso-core-table-wrap tr:first-child th { border-top:0; }
.dso-core-table-wrap tr:last-child td { border-bottom:0; }
.dso-core-redflags { margin:20px 0 34px; padding:0; list-style:none; display:grid; gap:10px; }
.dso-core-redflags li { position:relative; padding:14px 16px 14px 44px; border-left:4px solid #d97706; background:#fff8ed; border-radius:8px 12px 12px 8px; }
.dso-core-redflags li::before { content:"!"; position:absolute; left:16px; top:13px; font-weight:950; color:#a54d00; }
.dso-core-faq { margin:22px 0 34px; display:grid; gap:10px; }
.dso-core-faq details { border:1px solid var(--dso-line); border-radius:12px; background:#fff; padding:0 18px; }
.dso-core-faq summary { cursor:pointer; padding:16px 30px 16px 0; font-weight:850; list-style:none; position:relative; }
.dso-core-faq summary::-webkit-details-marker { display:none; }
.dso-core-faq summary::after { content:"+"; position:absolute; right:0; top:14px; font-size:1.2rem; color:var(--dso-brand-dark); }
.dso-core-faq details[open] summary::after { content:"–"; }
.dso-core-faq details p { margin:0 0 18px; color:var(--dso-muted); }
.dso-core-cta { margin:36px 0 10px; padding:30px; border-radius:20px; background:var(--dso-dark); color:#fff; }
.dso-core-cta h2 { margin:0 0 10px; color:#fff; }
.dso-core-cta p { max-width:720px; color:#b9c8c3; }
.dso-core-cta .dso-actions { margin-top:18px; }
.dso-core-sources { margin-top:34px; padding-top:22px; border-top:1px solid var(--dso-line); color:var(--dso-muted); font-size:.84rem; }
.dso-core-sources h2 { margin:0 0 8px; font-size:1rem; color:var(--dso-ink); }
.dso-core-sources ul { margin:0; padding-left:20px; }
.dso-core-sources a { overflow-wrap:anywhere; }
@media (max-width: 800px) {
  .dso-core-grid, .dso-core-grid--2, .dso-core-checklist { grid-template-columns:1fr; }
}
@media (max-width: 560px) {
  .dso-core-intro, .dso-core-summary, .dso-core-cta { padding:20px; }
  .dso-core-step { grid-template-columns:42px 1fr; padding:15px; }
  .dso-core-step::before { width:36px; height:36px; border-radius:10px; }
}


/* v1.2 — Core page refinements */
.dso-core-route-list { display:grid; gap:10px; margin:16px 0 0; padding:0; list-style:none; }
.dso-core-route-list li { display:flex; gap:10px; align-items:flex-start; color:var(--dso-muted); font-size:.92rem; }
.dso-core-route-list li strong { color:var(--dso-ink); min-width:92px; }
.dso-core-pill { display:inline-flex; align-items:center; gap:6px; min-height:27px; padding:0 9px; border-radius:999px; font-size:.7rem; font-weight:900; letter-spacing:.035em; text-transform:uppercase; white-space:nowrap; }
.dso-core-pill--yes { background:#e9fbf3; color:#08754d; }
.dso-core-pill--check { background:#fff5dd; color:#7b5700; }
.dso-core-pill--no { background:#f1f3f2; color:#67736f; }
.dso-core-form-preview { margin:24px 0 34px; padding:24px; border:1px solid var(--dso-line); border-radius:18px; background:#fff; }
.dso-core-form-preview h3 { margin-top:0; }
.dso-core-field-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.dso-core-field { padding:13px 14px; border:1px solid #dbe5e1; border-radius:11px; background:#f8faf9; }
.dso-core-field span { display:block; margin-bottom:3px; color:#7a8984; font-size:.72rem; font-weight:850; text-transform:uppercase; letter-spacing:.05em; }
.dso-core-field strong { font-size:.92rem; }
.dso-core-transparency { margin:28px 0; padding:20px 22px; border-left:4px solid var(--dso-brand); border-radius:8px 14px 14px 8px; background:#f4fcf8; }
.dso-core-transparency strong { display:block; margin-bottom:5px; }
@media (max-width: 620px) { .dso-core-field-grid { grid-template-columns:1fr; } .dso-core-route-list li { display:block; } .dso-core-route-list li strong { display:block; margin-bottom:2px; } }
