:root {
  --bg: #080d16;
  --bg-2: #0d1624;
  --panel: #111c2b;
  --panel-2: #162338;
  --line: rgba(255,255,255,.12);
  --text: #eef4ff;
  --muted: #a8b5c8;
  --primary: #23d18b;
  --primary-2: #8af7bd;
  --accent: #f7c948;
  --danger: #ff7a6b;
  --link: #8ed7ff;
  --shadow: 0 18px 55px rgba(0,0,0,.35);
  --radius: 8px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.65; overflow-x: clip; }
@supports not (overflow: clip) { body { overflow-x: hidden; } }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 18% 8%, rgba(35,209,139,.16), transparent 32%), radial-gradient(circle at 84% 12%, rgba(247,201,72,.12), transparent 26%), linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 22px); z-index: -1; }
a { color: var(--link); text-decoration: none; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
a:hover { color: var(--primary-2); }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 850px; }
.muted { color: var(--muted); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(8,13,22,.82); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { height: 76px; display: grid; grid-template-columns: auto 1fr minmax(240px, 330px) auto; align-items: center; gap: 20px; }
.brand img { width: 196px; }
.desktop-nav ul, .mobile-nav ul, .site-footer ul { list-style: none; margin: 0; padding: 0; }
.desktop-nav ul { display: flex; justify-content: center; gap: 8px; }
.desktop-nav a { color: var(--text); padding: 10px 12px; border-radius: var(--radius); font-weight: 700; font-size: 14px; }
.desktop-nav a:hover { background: rgba(255,255,255,.08); color: var(--primary-2); }
.search-form { display: flex; gap: 8px; padding: 6px; background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: var(--radius); }
.search-form input { min-width: 0; flex: 1; border: 0; color: var(--text); background: transparent; padding: 10px 12px; outline: 0; }
.search-form input::placeholder { color: #7f8ca0; }
.search-form button, .btn { border: 0; border-radius: var(--radius); background: var(--primary); color: #04120c; min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; white-space: nowrap; cursor: pointer; box-shadow: 0 12px 30px rgba(35,209,139,.2); }
.btn--ghost { background: transparent; color: var(--text); border: 1px solid var(--line); box-shadow: none; }
.btn:hover, .search-form button:hover { transform: translateY(-1px); color: #04120c; background: var(--primary-2); }
.btn--ghost:hover { color: var(--text); background: rgba(255,255,255,.08); }
.icon { display: inline-flex; width: 24px; height: 24px; border-radius: 6px; align-items: center; justify-content: center; background: rgba(35,209,139,.12); color: var(--primary-2); font-weight: 900; margin-right: 8px; flex: 0 0 auto; }
.icon svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.search-form button .icon { width: 22px; height: 22px; margin-right: 0; background: rgba(4,18,12,.12); color: #04120c; }
.search-form button .icon svg { width: 17px; height: 17px; stroke-width: 2.8; }
.menu-toggle, .drawer-close { display: none; border: 1px solid var(--line); background: rgba(255,255,255,.06); color: var(--text); border-radius: var(--radius); width: 46px; height: 46px; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--text); margin: 4px auto; }
.mobile-drawer { position: fixed; inset: 0; z-index: 80; background: rgba(0,0,0,.62); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.drawer-panel { margin-left: auto; width: min(420px, 88vw); min-height: 100%; background: #0b1320; border-left: 1px solid var(--line); padding: 22px; transform: translateX(100%); transition: transform .25s ease; }
body.drawer-open { overflow: hidden; }
body.drawer-open .mobile-drawer { opacity: 1; pointer-events: auto; }
body.drawer-open .drawer-panel { transform: translateX(0); }
.drawer-close { display: inline-flex; align-items: center; justify-content: center; font-size: 28px; float: right; }
.brand--drawer { display: inline-block; margin-bottom: 22px; }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--text); font-weight: 800; }
.hero { padding: 92px 0 54px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); gap: 42px; align-items: center; }
.eyebrow { color: var(--primary-2); font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
h1, h2, h3 { line-height: 1.1; letter-spacing: 0; margin: 0 0 18px; color: var(--text); }
h1 { font-size: clamp(42px, 7vw, 84px); }
h2 { font-size: 34px; }
h3 { font-size: 24px; }
.page-hero.compact { padding: 42px 0 26px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(35,209,139,.08), transparent); }
.page-hero.compact h1 { font-size: clamp(30px, 4vw, 46px); max-width: 900px; }
.page-hero p, .hero-lead { color: var(--muted); font-size: 18px; max-width: 760px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-panel { min-height: 420px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(17,28,43,.9), rgba(22,35,56,.76)), url('../img/hero-pattern.svg') center/cover; padding: 24px; box-shadow: var(--shadow); display: grid; align-content: end; gap: 14px; }
.panel-kpi { padding: 18px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(8,13,22,.72); }
.panel-kpi span { display: block; color: var(--muted); font-size: 13px; }
.panel-kpi strong { display: block; margin-top: 4px; font-size: 20px; }
.home-intro { padding: 34px 0; }
.home-intro .narrow { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(17,28,43,.76); }
.section { padding: 54px 0; }
.section--split { background: rgba(255,255,255,.025); border-block: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 24px; }
.section-head p { color: var(--muted); max-width: 420px; }
.as-h2 { font-size: 30px; line-height: 1.15; font-weight: 800; color: var(--text); margin-bottom: 20px; }
.category-grid, .post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.category-card, .post-card, .sidebar-panel, .author-box, .rating-box, .page-content, .cta-inner { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(22,35,56,.92), rgba(17,28,43,.88)); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.category-card { padding: 22px; color: var(--text); min-height: 190px; }
.category-card:hover, .post-card:hover { transform: translateY(-3px); border-color: rgba(35,209,139,.5); }
.category-card__name { display: block; margin: 18px 0 8px; color: var(--text); font-size: 21px; font-weight: 800; }
.category-card p, .post-card p, .sidebar-panel p, .page-content p, .entry-content p, .author-box p { color: var(--muted); }
.content-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.archive-list { display: grid; gap: 18px; }
.post-card { overflow: hidden; transition: transform .2s ease, border-color .2s ease; }
.post-card__media { aspect-ratio: 16 / 9; background: #0b1320; overflow: hidden; display: block; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 18px; }
.post-card__title { display: block; color: var(--text); font-size: 20px; line-height: 1.25; font-weight: 800; margin: 12px 0 8px; }
.chip, .tag-pill, .post-tags a { display: inline-flex; align-items: center; border: 1px solid rgba(35,209,139,.36); border-radius: 999px; padding: 6px 10px; color: var(--primary-2); background: rgba(35,209,139,.08); font-size: 13px; font-weight: 800; }
.tag-cloud { display: flex; gap: 8px; flex-wrap: wrap; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--muted); font-size: 13px; }
.post-meta a { color: var(--muted); border-bottom: 1px solid transparent; }
.post-meta a:hover { color: var(--primary-2); border-color: var(--primary-2); }
.archive-sidebar { display: grid; gap: 16px; position: sticky; top: 96px; }
.sidebar-panel { padding: 18px; }
.widget-title, .footer-title, .rating-title { color: var(--text); font-weight: 800; margin-bottom: 12px; }
.sidebar-links { display: grid; gap: 8px; }
.sidebar-links a { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-radius: var(--radius); background: rgba(255,255,255,.04); color: var(--text); }
.mini-posts { display: grid; gap: 12px; }
.mini-post { display: grid; grid-template-columns: 56px 1fr; gap: 10px; color: var(--text); align-items: center; }
.mini-post img { width: 56px; height: 56px; object-fit: cover; border-radius: var(--radius); }
.sidebar-panel--trust { background: linear-gradient(145deg, rgba(35,209,139,.12), rgba(247,201,72,.08)); }
.text-link { color: var(--primary-2); font-weight: 800; }
.breadcrumbs { display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: 13px; margin-bottom: 16px; }
.breadcrumbs a { color: var(--primary-2); }
.article-shell { padding: 38px 0 64px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 790px) 300px; gap: 38px; align-items: start; }
.article-sidebar { position: sticky; top: 98px; align-self: start; max-height: calc(100vh - 120px); }
.article-main h1 { font-size: clamp(34px, 5vw, 58px); }
.article-lead { color: var(--text); font-size: 20px; }
.article-meta { margin: 18px 0 20px; }
.featured-figure { margin: 0 0 20px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.featured-figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.rating-box { display: flex; justify-content: space-between; gap: 16px; padding: 18px; margin: 20px 0; align-items: center; }
.rating-box p { margin: 0; color: var(--muted); }
.rating-stars { display: flex; gap: 4px; }
.rating-stars button { width: 42px; height: 42px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255,255,255,.06); color: var(--accent); font-size: 22px; cursor: pointer; }
.rating-stars button:hover, .rating-stars button.is-active { background: rgba(247,201,72,.18); border-color: var(--accent); }
.rating-message { color: var(--primary-2); font-weight: 700; min-height: 20px; }
.toc { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(17,28,43,.9); padding: 16px; }
.toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; max-height: calc(100vh - 160px); overflow: auto; }
.toc a { display: block; color: var(--muted); padding: 8px 10px; border-left: 2px solid transparent; border-radius: 0 6px 6px 0; }
.toc a.is-active, .toc a:hover { color: var(--primary-2); border-color: var(--primary); background: rgba(35,209,139,.08); }
.toc-level-3 { margin-left: 14px; font-size: 14px; }
.toc-sticky { position: static; }
.toc-inline { display: none; margin: 20px 0; }
.entry-content { font-size: 18px; }
.entry-content h2 { margin-top: 42px; font-size: 31px; scroll-margin-top: 128px; }
.entry-content h3 { margin-top: 28px; scroll-margin-top: 128px; }
.entry-content ul, .entry-content ol { color: var(--muted); }
.entry-content figure { margin: 28px 0; }
.entry-content figcaption { color: var(--muted); font-size: 14px; margin-top: 8px; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 28px 0; overflow: hidden; border-radius: var(--radius); }
.entry-content th, .entry-content td { border: 1px solid var(--line); padding: 13px; text-align: left; }
.entry-content th { background: rgba(35,209,139,.12); color: var(--text); }
.faq-block { display: grid; gap: 10px; }
.faq-block details { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.04); padding: 14px 16px; }
.faq-block summary { cursor: pointer; color: var(--text); font-weight: 800; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.author-box { display: grid; grid-template-columns: 76px 1fr; gap: 18px; padding: 20px; margin: 30px 0; }
.author-box img { width: 76px; height: 76px; border-radius: 50%; }
.author-name { font-size: 20px; font-weight: 800; color: var(--text); }
.related-block { margin-top: 34px; }
.related-block--wide { margin-top: 44px; padding-top: 34px; border-top: 1px solid var(--line); }
.related-block--wide .post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.related-block--wide .section-head { margin-bottom: 20px; }
.article-bottom-hub { margin-top: 34px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(238,244,255,.05), rgba(17,28,43,.86)); box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.hub-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); gap: 20px; align-items: start; margin-bottom: 16px; }
.hub-head h2 { font-size: clamp(26px, 3vw, 36px); margin: 6px 0 0; }
.hub-head p { margin: 0; color: var(--muted); font-size: 16px; font-weight: 700; line-height: 1.45; }
.hub-panel { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.hub-panel + .hub-panel { margin-top: 12px; }
.hub-icon { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(247,201,72,.88); color: #10203a; font-size: 18px; font-weight: 900; box-shadow: 0 8px 18px rgba(247,201,72,.12); }
.hub-label { color: var(--text); font-size: 14px; font-weight: 900; text-transform: uppercase; margin-bottom: 4px; }
.hub-content > p { margin: 0 0 12px; color: var(--muted); font-size: 15px; font-weight: 650; }
.hub-links { display: flex; flex-wrap: wrap; gap: 8px; }
.hub-pill { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 5px 8px 5px 12px; border: 1px solid rgba(247,201,72,.42); border-radius: 999px; background: rgba(8,13,22,.42); color: var(--primary-2); font-size: 14px; font-weight: 850; box-shadow: none; }
.hub-pill:hover { transform: translateY(-1px); border-color: var(--accent); background: rgba(247,201,72,.08); color: var(--text); }
.hub-pill strong { min-width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: rgba(247,201,72,.84); color: #10203a; font-size: 12px; }
.hub-reminders { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.hub-reminders span { display: flex; align-items: center; min-height: 42px; padding: 9px 11px; border: 1px solid rgba(35,209,139,.28); border-radius: var(--radius); background: rgba(35,209,139,.06); color: var(--text); font-weight: 750; font-size: 14px; }
.page-content { padding: 0; max-width: 1080px; background: transparent; border: 0; box-shadow: none; }
.page-content h2 { margin-top: 32px; font-size: 28px; }
.page-content ul { color: var(--muted); }
.page-content .wp-block-contact-form-7-contact-form-selector { margin-top: 22px; }
.service-intro { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; align-items: stretch; margin-bottom: 22px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(35,209,139,.13), rgba(22,35,56,.92)), url('../img/hero-pattern.svg') right center/520px auto no-repeat; box-shadow: var(--shadow); }
.service-intro h2 { margin-top: 8px; font-size: clamp(28px, 4vw, 42px); }
.service-intro p { max-width: 680px; }
.service-stat-grid { display: grid; gap: 10px; align-content: end; }
.service-stat-grid div, .contact-card { padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(8,13,22,.72); }
.service-stat-grid strong { display: block; color: var(--primary-2); font-size: 32px; line-height: 1; }
.service-stat-grid span { color: var(--muted); font-size: 13px; }
.content-block, .contact-form-panel { margin-top: 22px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(22,35,56,.92), rgba(17,28,43,.86)); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.content-block h2:first-child { margin-top: 0; }
.content-block--split { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 22px; align-items: start; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.feature-card { min-height: 170px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.feature-icon { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius); color: #04120c; background: var(--primary); font-weight: 900; margin-bottom: 14px; }
.card-title { color: var(--text); font-weight: 800; font-size: 18px; margin-bottom: 8px; }
.process-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.process-list div { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.process-list span { color: var(--accent); font-weight: 900; font-size: 24px; line-height: 1; }
.process-list p { width: 100%; max-width: none; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; overflow-wrap: normal; word-break: normal; hyphens: none; }
.highlight-panel { padding: 20px; border: 1px solid rgba(35,209,139,.36); border-radius: var(--radius); background: linear-gradient(145deg, rgba(35,209,139,.12), rgba(247,201,72,.08)); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; align-items: start; margin-top: 22px; }
.contact-card a { color: var(--primary-2); font-size: 18px; font-weight: 900; overflow-wrap: anywhere; }
.contact-aside { display: grid; gap: 16px; position: sticky; top: 96px; }
.wpcf7-form { display: grid; gap: 14px; }
.wpcf7-form label { display: grid; gap: 6px; color: var(--text); font-weight: 700; }
.wpcf7-form input, .wpcf7-form textarea { width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.06); color: var(--text); border-radius: var(--radius); padding: 12px; }
.wpcf7-submit { background: var(--primary) !important; color: #04120c !important; border: 0 !important; font-weight: 900; min-height: 46px; white-space: nowrap; cursor: pointer; }
.cta-band { padding: 36px 0 62px; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px; background: linear-gradient(135deg, rgba(35,209,139,.16), rgba(247,201,72,.12)); }
.site-footer { border-top: 1px solid var(--line); padding: 44px 0 24px; background: #070b12; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
.site-footer a { color: var(--muted); }
.site-footer li { margin: 8px 0; }
.footer-about p, .footer-bottom { color: var(--muted); }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; font-size: 13px; }
.footer-brand img { width: 180px; margin-bottom: 12px; }
.pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.page-numbers { min-width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius); color: var(--text); }
.page-numbers.current { background: var(--primary); color: #04120c; border-color: var(--primary); }
.empty-state { padding: 22px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); }
.bap-cookie { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 100; max-width: 980px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px; border: 1px solid rgba(35,209,139,.42); border-radius: var(--radius); background: rgba(8,13,22,.96); box-shadow: var(--shadow); }
.bap-cookie__text { display: grid; gap: 2px; color: var(--muted); }
.bap-cookie__text strong { color: var(--text); }
.bap-cookie__actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: end; }
.bap-cookie button { min-height: 44px; white-space: nowrap; border-radius: var(--radius); border: 1px solid var(--line); padding: 0 14px; background: rgba(255,255,255,.06); color: var(--text); font-weight: 800; cursor: pointer; }
.bap-cookie button[data-cookie-choice="accept"] { background: var(--primary); color: #04120c; border-color: var(--primary); }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .desktop-nav, .header-search { display: none; }
  .menu-toggle { display: block; }
  .hero-grid, .content-sidebar, .article-layout, .footer-grid, .service-intro, .content-block--split, .contact-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .hero-panel { min-height: 300px; }
  .archive-sidebar, .toc-sticky { position: static; }
  .article-sidebar { display: none; position: static; max-height: none; }
  .toc-inline { display: block; }
  .category-grid, .feature-grid { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: 1fr; }
  .section-head, .cta-inner, .footer-bottom, .hub-head { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .bap-cookie { display: grid; }
  .bap-cookie__actions { justify-content: stretch; }
  .bap-cookie button { flex: 1; }
  .contact-aside { position: static; }
  .related-block--wide .post-grid { grid-template-columns: 1fr; }
  .article-bottom-hub { padding: 22px; }
  .hub-panel { grid-template-columns: 1fr; }
  .hub-reminders { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  h1 { font-size: 42px; }
  h2 { font-size: 28px; }
  .hero-actions .btn, .cta-inner .btn { width: 100%; }
  .rating-box { display: grid; }
  .rating-stars button { width: 44px; height: 44px; }
  .author-box { grid-template-columns: 1fr; }
  .service-intro, .content-block, .contact-form-panel { padding: 20px; }
  .process-list { grid-template-columns: 1fr; }
  .hub-head h2 { font-size: 28px; }
  .hub-head p, .hub-content > p { font-size: 15px; }
  .hub-pill { width: 100%; justify-content: space-between; font-size: 14px; }
  .entry-content table, .entry-content thead, .entry-content tbody, .entry-content tr, .entry-content th, .entry-content td { display: block; width: 100%; }
  .entry-content thead { display: none; }
  .entry-content tr { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
  .entry-content td { border: 0; border-bottom: 1px solid var(--line); }
  .entry-content td::before { content: attr(data-label); display: block; color: var(--primary-2); font-weight: 800; margin-bottom: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
