:root {
  --navy: #071d3f;
  --navy-2: #092a50;
  --blue: #0e3764;
  --blue-2: #164b7d;
  --orange: #ff7900;
  --orange-2: #ff3d00;
  --orange-soft: #fff3e3;
  --ink: #161b26;
  --muted: #657085;
  --line: #dde3ea;
  --soft: #f3f6f9;
  --white: #fff;
  --alert: #c1121f;
  --green: #0d7a58;
  --amber: #ff7900;
  --shadow: 0 12px 28px rgba(8, 42, 94, .10);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.62; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.14; letter-spacing: 0; }
h1 { font-size: clamp(2rem, 5vw, 3.7rem); }
h2 { font-size: clamp(1.45rem, 2.4vw, 2.2rem); }
h3 { font-size: 1.08rem; }
.wrap { width: min(1240px, calc(100% - 32px)); margin-inline: auto; }
.wrap-narrow { width: min(820px, calc(100% - 32px)); }
.section { padding: 56px 0; }
.section-muted { background: var(--soft); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 10px 14px; background: var(--orange); color: #fff; font-weight: 800; }
.skip-link:focus { top: 10px; }
.eyebrow { margin-bottom: 6px; color: var(--orange-2); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border: 1px solid transparent; border-radius: 6px; cursor: pointer; font-size: .84rem; font-weight: 850; transition: .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-accent { background: linear-gradient(135deg, #ffb000, var(--orange), var(--orange-2)); color: #fff; box-shadow: 0 10px 20px rgba(255, 121, 0, .18); }
.button-accent:hover { background: linear-gradient(135deg, var(--orange), var(--orange-2)); }
.button-dark { background: var(--navy); color: #fff; }
.button-ghost { border-color: #c8d2df; color: var(--navy); background: #fff; }
.button-report { background: var(--navy); color: #fff; border-color: rgba(255, 121, 0, .35); }
.button-report:hover { background: var(--orange-2); }
.text-link { color: var(--orange-2); font-size: .84rem; font-weight: 900; }
.text-link:hover { color: var(--navy); }
.text-link::after { content: " >"; }
.badge { display: inline-flex; padding: 4px 8px; border-radius: 4px; color: var(--navy); background: var(--orange-soft); font-size: .64rem; font-weight: 900; letter-spacing: .06em; line-height: 1; text-transform: uppercase; }
.badge-accent { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); }
.badge-job { color: #fff; background: var(--green); }
.badge-event { color: #fff; background: var(--amber); }
.card-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 10px; }
.card-location { color: var(--muted); font-size: .72rem; font-weight: 800; }
.card-location::before { content: "- "; color: var(--line); }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 6px 18px rgba(8,42,94,.05); }
.utility-bar { color: #dce8f5; background: linear-gradient(90deg, #06162b, var(--navy), #092a50); font-size: .72rem; }
.utility-inner, .utility-live, .utility-links, .header-main, .header-actions { display: flex; align-items: center; }
.utility-inner { min-height: 34px; justify-content: space-between; gap: 16px; }
.utility-live, .utility-links { gap: 13px; }
.utility-links { justify-content: flex-end; }
.quick-menu { display: flex; gap: 12px; padding: 0; margin: 0; list-style: none; }
.utility-links a:hover, .utility-whatsapp { color: #fff; }
.utility-city { font-weight: 900; }
.header-main { display: flex; gap: 20px; align-items: center; justify-content: space-between; min-height: 112px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 0; }
.brand-logo { width: min(360px, 62vw); height: auto; }
.brand-logo-footer { width: 270px; }
.custom-logo { max-height: 96px; width: auto; }
.brand-footer .custom-logo-link { display: inline-flex; align-items: center; }
.brand-footer .custom-logo { width: min(270px, 62vw); max-height: 96px; height: auto; }
.header-banner { flex: 1 1 620px; display: flex; align-items: center; justify-content: center; min-width: 0; }
.header-banner .widget { width: 100%; }
.header-banner .widget + .widget { margin-top: 0; }
.header-banner img, .header-banner iframe, .header-banner object, .header-banner embed { max-width: 100%; }
.header-banner-placeholder { display: grid; width: 100%; min-height: 90px; align-items: center; justify-items: center; gap: 2px; padding: 12px 16px; border: 1px dashed #b8c3cf; border-radius: var(--radius); color: var(--muted); background: linear-gradient(180deg, #fbfdff, #f3f6f9); text-align: center; }
.header-banner-placeholder strong { color: var(--navy); font-size: .92rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.header-banner-placeholder span { font-size: .76rem; font-weight: 700; }
.header-actions { flex: 0 0 auto; gap: 8px; }
.icon-button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #d8e0ea; border-radius: 6px; color: var(--navy); background: #fff; cursor: pointer; font-size: 1.45rem; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 6px; background: var(--navy); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; }
.primary-nav { position: relative; border-top: 1px solid var(--line); }
.nav-inner { overflow-x: auto; scrollbar-width: thin; }
.menu { display: flex; gap: 22px; min-width: max-content; padding: 0; margin: 0; list-style: none; }
.menu a { display: block; padding: 13px 0; border-bottom: 3px solid transparent; color: var(--navy); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.menu a:hover { border-color: var(--orange); color: var(--orange-2); }
.mega-panel { display: none; position: absolute; right: 0; left: 0; top: 100%; z-index: 5; grid-template-columns: 1fr 2fr; gap: 22px; padding: 18px; border: 1px solid var(--line); border-top: 0; background: #fff; box-shadow: var(--shadow); }
.primary-nav:hover .mega-panel { display: grid; }
.mega-panel strong { color: var(--navy); font-size: 1.05rem; }
.mega-panel p { margin: 4px 0 0; color: var(--muted); }
.mega-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.mega-links a { padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--navy); font-weight: 850; }
.mega-links a:hover { border-color: rgba(255,121,0,.35); color: var(--orange-2); background: var(--orange-soft); }
.header-search { padding: 14px 0; border-top: 1px solid var(--line); background: var(--soft); }
.search-shell { position: relative; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
input, select, textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #cbd5e1; border-radius: 6px; color: var(--ink); background: #fff; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); outline: 3px solid rgba(255,121,0,.16); }
.search-suggestions { position: absolute; right: 0; left: 0; top: calc(100% + 8px); z-index: 8; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.search-suggestions a { display: grid; gap: 2px; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.search-suggestions span { color: var(--orange-2); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 18px; color: var(--muted); font-size: .76rem; }
.breadcrumbs a:hover { color: var(--blue); }
.ad-slot { min-height: 90px; padding: 14px; border: 1px dashed #b8c3cf; border-radius: var(--radius); color: var(--muted); background: #f9fbfd; text-align: center; font-size: .78rem; }
.ad-top, .ad-home-hero, .ad-footer { margin-top: 16px; }
.hero-section { padding: 28px 0 42px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(310px, .85fr); gap: 18px; }
.hero-main { position: relative; min-height: 500px; overflow: hidden; border-radius: var(--radius); background: var(--navy); }
.hero-image, .hero-image img, .hero-main .card-placeholder { width: 100%; height: 100%; }
.hero-image img { object-fit: cover; opacity: .82; transition: .3s ease; }
.hero-main:hover .hero-image img { transform: scale(1.02); }
.hero-main::after { position: absolute; inset: 30% 0 0; content: ""; background: linear-gradient(transparent, rgba(8,24,48,.94)); pointer-events: none; }
.hero-overlay { position: absolute; z-index: 1; right: 30px; bottom: 28px; left: 30px; color: #fff; }
.hero-overlay h1 { max-width: 780px; margin: 13px 0 10px; color: #fff; font-size: clamp(1.8rem, 4vw, 3.25rem); }
.hero-overlay h1 a:hover { color: #dbeafe; }
.hero-meta, .hero-small time { margin: 0; color: #d6e1ed; font-size: .76rem; }
.hero-empty { background: linear-gradient(130deg, var(--navy), var(--blue)); }
.hero-side { display: grid; gap: 12px; align-content: start; }
.hero-side-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-left: 4px solid var(--orange); background: var(--orange-soft); }
.hero-side-head strong { color: var(--navy); }
.hero-side-head span { color: var(--muted); font-size: .78rem; font-weight: 800; }
.hero-small { display: grid; grid-template-columns: 118px 1fr; gap: 14px; align-items: center; min-height: 126px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .18s ease; }
.hero-small:hover { border-color: #a8b7c8; box-shadow: var(--shadow); transform: translateY(-1px); }
.hero-small-media { height: 104px; overflow: hidden; border-radius: 6px; }
.hero-small-media img, .hero-small-media .card-placeholder { width: 100%; height: 100%; object-fit: cover; }
.hero-small h2 { margin: 8px 0 6px; font-size: 1rem; }
.hero-small time { color: var(--muted); }
.card-placeholder { display: grid; min-height: 170px; place-items: center; color: #fff; background: linear-gradient(130deg, var(--navy), var(--blue)); text-align: center; }
.card-placeholder span { opacity: .45; font-size: 1.35rem; font-weight: 950; line-height: 1; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading h2 { margin-bottom: 0; }
.live-section { padding: 0 0 38px; }
.live-shell { display: grid; grid-template-columns: 250px 1fr; gap: 18px; padding: 16px; border-top: 4px solid var(--orange); background: #fff; box-shadow: 0 8px 22px rgba(8,42,94,.07); }
.live-feed { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; }
.live-feed a { display: grid; grid-template-columns: 44px 86px 1fr; gap: 10px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.live-feed time { color: var(--orange-2); font-weight: 900; }
.live-feed span { color: var(--blue); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.live-feed strong { line-height: 1.3; }
.layout-with-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; }
.cards-grid { display: grid; gap: 18px; }
.cards-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.content-card, .company-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .18s ease; }
.content-card:hover, .company-card:hover { border-color: #aebccd; box-shadow: var(--shadow); transform: translateY(-1px); }
.card-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--soft); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: .25s ease; }
.content-card:hover .card-media img, .company-card:hover .card-media img { transform: scale(1.025); }
.card-body { padding: 16px; }
.card-body h3 { margin-bottom: 8px; }
.card-body p { color: var(--muted); font-size: .92rem; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; color: var(--muted); font-size: .78rem; }
.channel-grid, .service-grid, .radar-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.channel-card, .service-card, .radar-card { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .18s ease; }
.channel-card { display: grid; justify-content: initial; }
.channel-card strong, .service-card strong { color: var(--navy); }
.channel-card span { color: var(--muted); font-size: .78rem; font-weight: 800; }
.channel-card:hover, .service-card:hover, .radar-card:hover { border-color: #9fb1c4; box-shadow: var(--shadow); transform: translateY(-1px); }
.service-icon { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); font-weight: 900; }
.job-topics { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.job-topics span { padding: 6px 10px; border: 1px solid #bad2c7; border-radius: 999px; color: var(--green); background: #f0fbf6; font-size: .78rem; font-weight: 900; }
.job-card, .event-card { display: grid; grid-template-columns: 58px 1fr; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.job-card-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 1.4rem; font-weight: 900; }
.job-company, .company-phone { color: var(--navy) !important; font-weight: 900; }
.event-date { display: grid; width: 52px; height: 58px; place-items: center; border-radius: var(--radius); color: #fff; background: linear-gradient(145deg, var(--navy), var(--blue)); line-height: 1; }
.event-date strong { font-size: 1.35rem; }
.event-date span { font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.region-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.region-grid a { padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--navy); font-size: .84rem; font-weight: 850; text-align: center; }
.region-grid-large { grid-template-columns: repeat(5, 1fr); }
.city-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.city-info-grid section { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.report-section { color: #fff; background: linear-gradient(120deg, #06162b, var(--navy), #0e3764); }
.report-section h2, .report-section .eyebrow { color: #fff; }
.report-section p, .check-list { color: #dce8f5; }
.report-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.check-list { padding-left: 18px; }
.report-form { display: grid; gap: 13px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.report-form span { display: block; margin-bottom: 5px; color: #fff; font-size: .78rem; font-weight: 900; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.form-notice { padding: 10px 12px; border-radius: 6px; font-weight: 900; }
.form-notice.success { color: #063f2d; background: #d9f7ea; }
.form-notice.error { color: #7b1018; background: #ffe1e4; }
.sidebar { display: grid; gap: 18px; position: sticky; top: 162px; }
.sidebar-panel { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.sidebar-panel h2 { margin-bottom: 12px; font-size: 1.12rem; }
.side-feed, .footer-links { padding: 0; margin: 0; list-style: none; }
.side-feed li + li, .footer-links li + li { margin-top: 10px; }
.side-feed a { display: grid; gap: 5px; }
.side-feed-meta { display: flex; gap: 8px; color: var(--orange-2); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.side-ranking { padding-left: 22px; margin: 0; }
.side-ranking li { padding: 8px 0; border-bottom: 1px solid var(--line); color: var(--orange-2); font-weight: 900; }
.side-ranking a { color: var(--ink); font-weight: 750; }
.side-link-list { display: grid; gap: 8px; }
.side-link-list a { display: grid; gap: 2px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); }
.side-link-list span { color: var(--navy); font-weight: 900; }
.side-link-list small { color: var(--muted); }
.archive-header { max-width: 860px; margin-bottom: 26px; }
.archive-header p, .archive-description { color: var(--muted); font-size: 1.05rem; }
.filter-bar { display: grid; grid-template-columns: 2fr repeat(6, minmax(110px, 1fr)) auto; gap: 8px; margin-bottom: 24px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.single-entry { padding-top: 28px; }
.entry-header h1 { margin-bottom: 12px; }
.entry-lead { color: #3b4658; font-size: 1.22rem; line-height: 1.55; }
.entry-meta { display: flex; flex-wrap: wrap; gap: 10px 16px; color: var(--muted); font-size: .86rem; font-weight: 700; }
.share-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; }
.share-links span { color: var(--muted); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.share-links a { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--orange-2); font-size: .78rem; font-weight: 900; }
.entry-cover { margin-top: 24px; }
.entry-cover img { width: 100%; max-height: 650px; object-fit: cover; border-radius: var(--radius); }
.entry-cover figcaption { margin-top: 8px; color: var(--muted); font-size: .82rem; }
.entry-layout { margin-top: 28px; }
.entry-content { max-width: 780px; font-size: 1.08rem; }
.entry-content p { margin-bottom: 1.15em; }
.entry-content h2 { margin: 1.5em 0 .55em; font-size: 1.65rem; }
.entry-content blockquote { margin: 24px 0; padding: 18px 20px; border-left: 4px solid var(--orange); background: var(--orange-soft); color: var(--navy); font-size: 1.18rem; font-weight: 750; }
.entry-content img, .entry-content iframe { border-radius: var(--radius); }
.entry-index, .detail-box { margin: 22px 0; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.entry-index { display: grid; gap: 7px; }
.entry-index strong, .detail-box strong { color: var(--navy); }
.entry-index a { color: var(--orange-2); font-weight: 850; }
.page-entry { padding: 50px 0; }
.newsletter-section { background: linear-gradient(120deg, var(--navy), var(--blue)); color: #fff; }
.newsletter-section h2, .newsletter-section .eyebrow { color: #fff; }
.site-footer { padding-top: 44px; color: #d7e2ef; background: #071d3f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; }
.site-footer h2 { color: #fff; font-size: 1rem; }
.site-footer p, .footer-links a { color: #d7e2ef; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 34px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 40; display: flex; align-items: center; gap: 8px; }
.floating-button, .floating-report { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; border-radius: 999px; box-shadow: var(--shadow); font-weight: 900; }
.floating-button { width: 42px; color: #fff; background: var(--green); }
.floating-whatsapp-icon { display: block; width: 22px; height: 22px; }
.floating-report { padding: 10px 14px; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); font-size: .8rem; }
.error-page { min-height: 55vh; }
@media (max-width: 1100px) {
  .hero-grid, .layout-with-sidebar, .report-layout, .live-shell { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .channel-grid, .service-grid { grid-template-columns: repeat(3, 1fr); }
  .region-grid, .region-grid-large { grid-template-columns: repeat(4, 1fr); }
  .filter-bar { grid-template-columns: repeat(3, 1fr); }
  .footer-grid, .city-info-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  body.admin-bar .site-header { top: 0; }
  .utility-inner { align-items: flex-start; flex-direction: column; padding: 8px 0; }
  .utility-live, .utility-links { flex-wrap: wrap; gap: 8px 12px; }
  .header-main { flex-wrap: wrap; gap: 12px; }
  .brand { order: 1; }
  .header-banner { display: none; }
  .header-actions { order: 2; margin-left: auto; }
  .desktop-action { display: none; }
  .menu-toggle { display: block; }
  .primary-nav { display: none; }
  .primary-nav.is-open { display: block; }
  .menu { display: grid; min-width: 0; gap: 0; }
  .menu a { border-bottom: 1px solid var(--line); }
  .mega-panel { display: none !important; }
  .hero-main { min-height: 420px; }
  .hero-overlay { right: 18px; bottom: 20px; left: 18px; }
  .hero-small { grid-template-columns: 96px 1fr; }
  .live-feed { grid-template-columns: 1fr; }
  .live-feed a { grid-template-columns: 42px 74px 1fr; }
  .cards-grid-2, .cards-grid-3, .cards-grid-4, .channel-grid, .service-grid, .region-grid, .region-grid-large, .form-grid, .filter-bar, .footer-grid, .city-info-grid { grid-template-columns: 1fr; }
  .search-form { flex-direction: column; }
  .section { padding: 42px 0; }
  .floating-actions { right: 12px; bottom: 12px; }
  .floating-report { display: none; }
}
