/*
Theme Name: Radar da Enfermagem
Theme URI: https://enfermagem.artesurpresa.com
Author: Artesurpresa
Author URI: https://artesurpresa.com
Description: Tema leve e responsivo para divulgar cursos gratuitos, vagas e conteúdos de carreira em enfermagem, com integração ao Canal do WhatsApp e espaços preparados para anúncios.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: radar-enfermagem
Tags: blog, news, education, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --radar-ink: #102f35;
  --radar-navy: #063d48;
  --radar-teal: #078475;
  --radar-teal-dark: #045f58;
  --radar-mint: #e5f7f1;
  --radar-mint-2: #f2faf7;
  --radar-yellow: #ffd34a;
  --radar-cream: #fbfaf5;
  --radar-white: #ffffff;
  --radar-muted: #607478;
  --radar-line: #dce9e5;
  --radar-shadow: 0 18px 45px rgba(6, 61, 72, 0.09);
  --radar-radius: 20px;
  --radar-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--radar-ink);
  background: var(--radar-cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  width: 1px; height: 1px; padding: 0; margin: -1px; position: absolute;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  width: auto; height: auto; padding: 12px 16px; left: 10px; top: 10px;
  z-index: 9999; clip: auto; color: var(--radar-navy); background: white;
}
:focus-visible { outline: 3px solid var(--radar-yellow); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--radar-width)); margin-inline: auto; }

/* Header */
.site-header {
  min-height: 76px; position: sticky; top: 0; z-index: 100;
  background: rgba(251, 250, 245, 0.95); border-bottom: 1px solid rgba(6, 61, 72, 0.08);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.site-branding { margin-right: auto; display: flex; align-items: center; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { width: auto; max-height: 52px; }
.radar-brand { display: inline-flex; align-items: center; gap: 11px; }
.radar-brand-mark {
  width: 43px; height: 43px; display: grid; place-items: center;
  color: white; background: var(--radar-teal); border-radius: 14px 14px 14px 5px;
  font-family: Georgia, serif; font-size: 24px; font-weight: 800; line-height: 1;
  box-shadow: 0 9px 20px rgba(7, 132, 117, 0.18);
}
.radar-brand-copy { display: flex; flex-direction: column; line-height: 1; }
.radar-brand-copy strong { font-size: 20px; letter-spacing: -0.04em; }
.radar-brand-copy small {
  margin-top: 5px; color: var(--radar-teal); font-size: 9px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.primary-navigation ul { margin: 0; padding: 0; display: flex; align-items: center; gap: 27px; list-style: none; }
.primary-navigation a { color: #3e585c; font-size: 14px; font-weight: 700; }
.primary-navigation a:hover { color: var(--radar-teal); }
.header-channel {
  min-height: 43px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px;
  color: white; background: var(--radar-teal); border-radius: 11px; font-size: 13px; font-weight: 800;
  box-shadow: 0 10px 24px rgba(7, 132, 117, 0.2); transition: 0.2s ease;
}
.header-channel:hover { transform: translateY(-2px); background: var(--radar-teal-dark); }
.menu-toggle {
  width: 43px; height: 43px; padding: 0; display: none; place-items: center;
  color: var(--radar-navy); background: white; border: 1px solid var(--radar-line); border-radius: 10px;
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  width: 20px; height: 2px; display: block; content: ""; background: currentColor; transition: 0.2s;
}
.menu-toggle span { margin: 4px 0; }

/* Shared */
.section { padding: 86px 0; }
.section-soft { background: var(--radar-mint-2); }
.section-white { background: white; }
.section-heading {
  margin-bottom: 32px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
}
.section-heading-copy { max-width: 700px; }
.section-kicker, .post-kind {
  width: fit-content; display: inline-flex; align-items: center; gap: 7px;
  color: var(--radar-teal); font-size: 11px; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase;
}
.section-heading h2, .page-title, .archive-title {
  margin: 10px 0 7px; color: var(--radar-navy); font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 52px); font-weight: 500; line-height: 1.08; letter-spacing: -0.04em;
}
.section-heading p { margin: 0; color: var(--radar-muted); }
.section-more {
  min-width: max-content; padding-bottom: 4px; display: inline-flex; align-items: center; gap: 7px;
  color: var(--radar-teal); border-bottom: 1px solid #a5d3ca; font-size: 13px; font-weight: 800;
}
.radar-button {
  min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: 0; border-radius: 12px; font-size: 14px; font-weight: 850; transition: 0.2s ease;
}
.radar-button:hover { transform: translateY(-2px); }
.radar-button-primary { color: white; background: var(--radar-teal); box-shadow: 0 14px 28px rgba(7, 132, 117, 0.2); }
.radar-button-primary:hover { background: var(--radar-teal-dark); }
.radar-button-yellow { color: var(--radar-navy); background: var(--radar-yellow); box-shadow: 0 14px 28px rgba(0, 0, 0, 0.13); }
.radar-button-outline { color: var(--radar-teal-dark); background: white; border: 1px solid #b9dcd5; }
.radar-arrow { font-size: 19px; line-height: 1; }

/* Hero */
.radar-hero {
  min-height: 620px; padding: 70px 0; display: flex; align-items: center; overflow: hidden;
  background: radial-gradient(circle at 79% 42%, #c8f1e5 0 18%, transparent 40%), linear-gradient(118deg, var(--radar-cream) 0 64%, #edf9f5 64%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr); align-items: center; gap: 52px; }
.hero-kicker {
  width: fit-content; padding: 7px 12px; display: inline-flex; align-items: center; gap: 8px;
  color: var(--radar-teal-dark); background: var(--radar-mint); border: 1px solid #c5e8de;
  border-radius: 99px; font-size: 11px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase;
}
.hero-kicker i { width: 7px; height: 7px; background: #12a68f; border-radius: 50%; box-shadow: 0 0 0 4px rgba(18, 166, 143, 0.12); }
.hero-copy h1 {
  max-width: 720px; margin: 22px 0 19px; color: var(--radar-navy);
  font-family: Georgia, "Times New Roman", serif; font-size: clamp(49px, 5.3vw, 76px);
  font-weight: 500; line-height: 0.99; letter-spacing: -0.055em;
}
.hero-copy h1 em { color: var(--radar-teal); font-weight: 500; }
.hero-copy > p { max-width: 630px; margin: 0; color: var(--radar-muted); font-size: 18px; line-height: 1.72; }
.hero-actions { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 18px; color: #587175; font-size: 11px; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 5px; }
.hero-trust b { color: var(--radar-teal); }
.hero-visual { min-height: 460px; display: grid; place-items: center; position: relative; }
.hero-radar {
  width: min(430px, 100%); aspect-ratio: 1; display: grid; place-items: center; position: relative;
  background: linear-gradient(145deg, #079382, #055f58); border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%; box-shadow: 0 35px 80px rgba(5, 95, 88, 0.24);
}
.hero-radar::before, .hero-radar::after {
  content: ""; position: absolute; border: 1px solid rgba(255,255,255,0.22); border-radius: 50%;
}
.hero-radar::before { inset: 11%; }
.hero-radar::after { inset: 25%; }
.hero-avatar {
  width: 79%; aspect-ratio: 1; position: relative; z-index: 2; object-fit: cover; border-radius: 50%;
  border: 5px solid rgba(255,255,255,0.92); box-shadow: 0 20px 50px rgba(3, 52, 59, 0.3);
}
.hero-float {
  padding: 12px 14px; position: absolute; z-index: 3; color: var(--radar-navy); background: rgba(255,255,255,0.97);
  border: 1px solid rgba(6,61,72,0.08); border-radius: 14px; box-shadow: var(--radar-shadow);
}
.hero-float strong { display: block; font-size: 13px; }
.hero-float span { display: block; color: var(--radar-muted); font-size: 10px; }
.hero-float-courses { left: -2%; top: 20%; }
.hero-float-jobs { right: -4%; bottom: 18%; }
.hero-float-jobs::before { content: "●"; margin-right: 5px; color: #18a77f; }

/* Benefits */
.benefits-strip { background: var(--radar-navy); }
.benefits-grid { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit { padding: 20px 28px; display: flex; align-items: center; gap: 12px; color: white; border-right: 1px solid rgba(255,255,255,0.1); }
.benefit:last-child { border-right: 0; }
.benefit-icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--radar-navy); background: var(--radar-yellow); border-radius: 10px; font-size: 15px; font-weight: 900; }
.benefit strong { display: block; color: white; font-size: 12px; }
.benefit > span:not(.benefit-icon) > span { display: block; color: #bcd3d5; font-size: 10px; }

/* Cards */
.posts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.radar-card {
  min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: white;
  border: 1px solid var(--radar-line); border-radius: var(--radar-radius); box-shadow: 0 10px 30px rgba(6,61,72,0.045);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.radar-card:hover { transform: translateY(-5px); border-color: #afd7cf; box-shadow: var(--radar-shadow); }
.card-media { height: 190px; position: relative; overflow: hidden; color: white; background: linear-gradient(145deg, var(--radar-teal), var(--radar-teal-dark)); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; }
.radar-card:hover .card-media img { transform: scale(1.035); }
.card-placeholder { width: 100%; height: 100%; display: grid; place-items: center; position: relative; font-family: Georgia, serif; font-size: 68px; }
.card-placeholder::before, .card-placeholder::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,0.18); border-radius: 50%; }
.card-placeholder::before { width: 190px; height: 190px; }.card-placeholder::after { width: 100px; height: 100px; }
.card-placeholder.curso { color: var(--radar-navy); background: var(--radar-yellow); }
.card-placeholder.carreira { background: var(--radar-navy); }
.card-status { padding: 5px 8px; position: absolute; left: 14px; top: 14px; z-index: 2; color: var(--radar-navy); background: var(--radar-yellow); border-radius: 6px; font-size: 9px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.card-status.encerrada { color: white; background: #6c7778; }
.card-content { min-height: 260px; padding: 20px; display: flex; flex-direction: column; }
.card-meta-top { display: flex; justify-content: space-between; gap: 10px; color: #718588; font-size: 10px; }
.card-meta-top .post-kind { font-size: 9px; }
.radar-card h3 { margin: 12px 0 8px; font-size: 20px; line-height: 1.25; letter-spacing: -0.02em; }
.radar-card h3 a:hover { color: var(--radar-teal); }
.card-excerpt { margin: 0; color: var(--radar-muted); font-size: 13px; line-height: 1.6; }
.card-details { margin: 14px 0 0; padding-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; border-top: 1px solid #edf2f0; }
.card-details span { padding: 5px 7px; color: #4b6569; background: #f1f6f4; border-radius: 6px; font-size: 10px; font-weight: 700; }
.card-link { margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 6px; color: var(--radar-teal); font-size: 12px; font-weight: 850; }
.empty-posts { grid-column: 1 / -1; padding: 34px; color: var(--radar-muted); background: white; border: 1px dashed #bad6d0; border-radius: var(--radar-radius); text-align: center; }
.empty-posts strong { display: block; margin-bottom: 4px; color: var(--radar-ink); }

/* How it works */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; counter-reset: steps; }
.how-item { padding: 28px; position: relative; background: white; border: 1px solid var(--radar-line); border-radius: var(--radar-radius); }
.how-item::before {
  counter-increment: steps; content: counter(steps); width: 28px; height: 28px; display: grid; place-items: center;
  position: absolute; right: 18px; top: 18px; color: var(--radar-navy); background: var(--radar-yellow); border-radius: 50%; font-size: 11px; font-weight: 900;
}
.how-icon { width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--radar-teal); border-radius: 13px; font-size: 22px; }
.how-item h3 { margin: 17px 0 7px; font-size: 18px; }.how-item p { margin: 0; color: var(--radar-muted); font-size: 13px; }

/* Channel CTA */
.channel-section { padding: 70px 0; background: white; }
.channel-panel {
  padding: 42px 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px;
  position: relative; overflow: hidden; color: white; background: linear-gradient(115deg, #064f4a, var(--radar-teal));
  border-radius: 26px; box-shadow: 0 24px 55px rgba(6,79,74,0.18);
}
.channel-panel::after { content: "+"; position: absolute; right: 20%; top: -100px; color: rgba(255,255,255,0.055); font-size: 280px; line-height: 1; }
.channel-avatar { width: 82px; height: 82px; position: relative; z-index: 1; object-fit: cover; border: 4px solid rgba(255,255,255,0.92); border-radius: 50%; }
.channel-copy { position: relative; z-index: 1; }.channel-copy span { color: #a9eddd; font-size: 10px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.channel-copy h2 { margin: 7px 0 5px; font-family: Georgia, serif; font-size: 35px; font-weight: 500; line-height: 1.1; }.channel-copy p { max-width: 680px; margin: 0; color: #cde7e3; font-size: 13px; }
.channel-panel .radar-button { position: relative; z-index: 1; min-width: 180px; }

/* Article and archives */
.archive-header, .page-header { padding: 64px 0 36px; background: var(--radar-mint-2); }
.archive-description { max-width: 720px; color: var(--radar-muted); }
.archive-content { padding: 54px 0 86px; }
.pagination { margin-top: 40px; }.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.page-numbers { min-width: 38px; height: 38px; padding: 0 10px; display: grid; place-items: center; background: white; border: 1px solid var(--radar-line); border-radius: 8px; font-size: 12px; font-weight: 800; }
.page-numbers.current { color: white; background: var(--radar-teal); border-color: var(--radar-teal); }
.article-hero { padding: 65px 0 42px; background: linear-gradient(125deg, var(--radar-mint-2), var(--radar-cream)); }
.article-head { max-width: 880px; }.article-head h1 { margin: 14px 0 16px; color: var(--radar-navy); font-family: Georgia, serif; font-size: clamp(40px, 5vw, 64px); font-weight: 500; line-height: 1.06; letter-spacing: -0.045em; }
.article-intro { max-width: 760px; margin: 0; color: var(--radar-muted); font-size: 18px; }
.article-meta { margin-top: 19px; display: flex; flex-wrap: wrap; gap: 10px 18px; color: #687e81; font-size: 11px; }
.article-layout { padding: 50px 0 82px; display: grid; grid-template-columns: minmax(0, 780px) minmax(220px, 300px); justify-content: space-between; gap: 65px; }
.article-main { min-width: 0; }.article-featured { margin-bottom: 32px; overflow: hidden; border-radius: 20px; }.article-featured img { width: 100%; display: block; }
.entry-content { color: #263f44; font-size: 17px; line-height: 1.82; }.entry-content > *:first-child { margin-top: 0; }.entry-content h2, .entry-content h3 { color: var(--radar-navy); line-height: 1.25; }.entry-content h2 { margin: 42px 0 14px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }.entry-content h3 { margin: 32px 0 12px; font-size: 23px; }.entry-content a { color: var(--radar-teal); text-decoration: underline; text-underline-offset: 3px; }.entry-content blockquote { margin: 28px 0; padding: 15px 22px; color: #34565a; background: var(--radar-mint-2); border-left: 4px solid var(--radar-teal); }
.opportunity-box { margin-bottom: 30px; padding: 23px; background: var(--radar-mint-2); border: 1px solid #cfe7e1; border-radius: 17px; }.opportunity-box h2 { margin: 0 0 14px; font-size: 18px; }.opportunity-data { margin: 0 0 19px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.opportunity-data div { padding: 10px 12px; background: white; border-radius: 9px; }.opportunity-data dt { color: #7a8d8f; font-size: 9px; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }.opportunity-data dd { margin: 2px 0 0; font-size: 13px; font-weight: 750; }.opportunity-warning { margin: 13px 0 0; color: var(--radar-muted); font-size: 10px; }
.article-sidebar { min-width: 0; }.sticky-card { padding: 22px; position: sticky; top: 102px; background: white; border: 1px solid var(--radar-line); border-radius: 18px; box-shadow: var(--radar-shadow); }.sticky-card img { width: 68px; height: 68px; object-fit: cover; border-radius: 50%; }.sticky-card h2 { margin: 14px 0 7px; font-size: 20px; line-height: 1.2; }.sticky-card p { margin: 0 0 16px; color: var(--radar-muted); font-size: 12px; }.sticky-card .radar-button { width: 100%; }
.article-channel-inline { margin-top: 38px; padding: 25px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: white; background: var(--radar-navy); border-radius: 17px; }.article-channel-inline strong { display: block; }.article-channel-inline span { color: #bcd4d6; font-size: 12px; }
.related-posts { padding: 65px 0 80px; background: var(--radar-mint-2); }
.page-content-wrap { padding: 55px 0 85px; }.page-entry { max-width: 820px; margin: auto; padding: 38px; background: white; border: 1px solid var(--radar-line); border-radius: 20px; }
.not-found { padding: 110px 0; text-align: center; }.not-found strong { color: var(--radar-teal); font-size: 70px; }.not-found h1 { margin: 5px 0 10px; font-family: Georgia, serif; font-size: 46px; font-weight: 500; }.not-found p { color: var(--radar-muted); }

/* Ads and footer */
.radar-ad { margin: 30px auto; text-align: center; }.radar-ad:empty { display: none; }
.radar-ad .widget { margin: 0; }.radar-ad img { margin: auto; }
.site-footer { padding: 52px 0 25px; color: #bdd0d2; background: #052f38; }
.footer-main { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 50px; }
.footer-brand .radar-brand-copy strong { color: white; }.footer-brand p { max-width: 340px; margin: 16px 0 0; font-size: 12px; }
.footer-column h2 { margin: 0 0 13px; color: white; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }.footer-column ul { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }.footer-column a { font-size: 12px; }.footer-column a:hover { color: white; }
.footer-bottom { margin-top: 38px; padding-top: 19px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,0.09); font-size: 9px; }
.mobile-channel { display: none; }

/* WordPress core */
.alignwide { width: min(1100px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .gallery-caption { color: var(--radar-muted); font-size: 12px; }.wp-caption-text { margin-top: 6px; }.bypostauthor { display: block; }

@media (max-width: 1040px) {
  .primary-navigation { display: none; position: absolute; left: 20px; right: 20px; top: 76px; padding: 18px; background: white; border: 1px solid var(--radar-line); border-radius: 14px; box-shadow: var(--radar-shadow); }
  .primary-navigation.is-open { display: block; }.primary-navigation ul { align-items: stretch; flex-direction: column; gap: 5px; }.primary-navigation a { padding: 9px 7px; display: block; }
  .menu-toggle { display: grid; }.hero-grid { grid-template-columns: 1fr 410px; gap: 30px; }.article-layout { gap: 35px; }
}
@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }.header-channel { display: none; }
  .radar-hero { padding: 56px 0 30px; background: radial-gradient(circle at 50% 77%, #cef2e7, transparent 36%), var(--radar-cream); text-align: center; }
  .hero-grid { grid-template-columns: 1fr; }.hero-kicker, .hero-actions { margin-left: auto; margin-right: auto; }.hero-trust { justify-content: center; }.hero-visual { width: min(520px, 100%); min-height: 440px; margin: auto; }
  .benefits-grid { grid-template-columns: 1fr; }.benefit { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.1); }.benefit:last-child { border-bottom: 0; }
  .posts-grid { grid-template-columns: repeat(2, 1fr); }.how-grid { grid-template-columns: 1fr; }
  .channel-panel { grid-template-columns: auto 1fr; }.channel-panel .radar-button { grid-column: 2; justify-self: start; }
  .article-layout { grid-template-columns: 1fr; }.article-sidebar { display: none; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  body { padding-bottom: 69px; }.container { width: min(calc(100% - 34px), var(--radar-width)); }.site-header, .header-inner { min-height: 68px; }.primary-navigation { top: 68px; }
  .radar-brand-mark { width: 38px; height: 38px; }.radar-brand-copy strong { font-size: 18px; }.radar-brand-copy small { font-size: 8px; }
  .radar-hero { min-height: auto; padding-top: 47px; }.hero-copy h1 { font-size: 48px; }.hero-copy > p { font-size: 15px; }.hero-actions { flex-direction: column; }.hero-actions .radar-button { width: 100%; }.hero-trust { gap: 7px 12px; }.hero-visual { min-height: 345px; }.hero-radar { width: 315px; }.hero-float { padding: 9px 10px; }.hero-float-courses { left: -2%; }.hero-float-jobs { right: -2%; }
  .section { padding: 66px 0; }.section-heading { align-items: flex-start; flex-direction: column; }.section-heading h2 { font-size: 40px; }.section-more { align-self: flex-start; }.posts-grid { grid-template-columns: 1fr; }.card-media { height: 205px; }
  .channel-section { padding: 45px 0; }.channel-panel { padding: 31px 20px; grid-template-columns: 1fr; text-align: center; }.channel-avatar { margin: auto; }.channel-panel .radar-button { width: 100%; grid-column: 1; justify-self: stretch; }.channel-copy h2 { font-size: 31px; }
  .article-hero { padding: 52px 0 34px; }.article-head h1 { font-size: 42px; }.article-intro { font-size: 16px; }.article-layout { padding: 35px 0 65px; }.entry-content { font-size: 16px; }.entry-content h2 { font-size: 29px; }.opportunity-data { grid-template-columns: 1fr; }
  .article-channel-inline { align-items: stretch; flex-direction: column; }.page-entry { padding: 24px 19px; }.footer-main { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-channel { height: 52px; position: fixed; left: 11px; right: 11px; bottom: 9px; z-index: 120; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--radar-navy); background: var(--radar-yellow); border-radius: 13px; box-shadow: 0 14px 34px rgba(6,61,72,0.25); font-size: 13px; font-weight: 900; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
