:root {
  --omv-black: #0c0d0d;
  --omv-charcoal: #151817;
  --omv-muted: #667085;
  --omv-green: #005c35;
  --omv-green-2: #0f7a44;
  --omv-green-soft: #eef8f2;
  --omv-border: #e6e9ec;
  --omv-bg: #ffffff;
  --omv-card: #ffffff;
  --omv-shadow: 0 18px 50px rgba(12, 13, 13, 0.08);
  --omv-radius: 22px;
  --omv-radius-sm: 14px;
  --omv-container: 1240px;
}
* { box-sizing: border-box; }
body.omv-theme { margin: 0; background: var(--omv-bg); color: var(--omv-black); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.omv-container { width: min(var(--omv-container), calc(100% - 40px)); margin-inline: auto; }
.omv-skip-link { position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden; }
.omv-skip-link:focus { left: 16px; top: 16px; width: auto; height: auto; z-index: 1000; padding: 10px 14px; background: #fff; border: 2px solid var(--omv-green); }
.omv-site-header { position: sticky; top:0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--omv-border); transition: box-shadow .2s ease; }
.omv-site-header.is-scrolled { box-shadow: 0 10px 28px rgba(0,0,0,.06); }
.omv-header-inner { min-height: 76px; display:flex; align-items:center; gap: 28px; }
.omv-logo img { width: 110px; max-height: 58px; height:auto; object-fit: contain; }
.omv-footer .omv-logo img { width: 120px; }
.omv-primary-nav { flex: 1; display:flex; justify-content:center; }
.omv-menu { display:flex; align-items:center; list-style:none; padding:0; margin:0; gap: 26px; font-size: 14px; font-weight: 700; }
.omv-menu a { padding: 28px 0 24px; display:inline-flex; border-bottom: 3px solid transparent; }
.omv-menu a:hover, .omv-menu .current-menu-item > a { color: var(--omv-green); border-color: var(--omv-green); }
.omv-header-actions { display:flex; align-items:center; gap: 14px; }
.omv-login { font-weight: 700; font-size: 14px; }
.omv-icon-button { width: 42px; height:42px; border: 1px solid var(--omv-border); display:grid; place-items:center; border-radius: 50%; font-size: 20px; }
.omv-button { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding: 13px 18px; min-height: 46px; border-radius: 10px; border: 1px solid transparent; font-weight: 800; font-size: 14px; cursor:pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.omv-button:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(0,0,0,.1); }
.omv-button--primary { background: var(--omv-green); color:#fff; }
.omv-button--dark { background: var(--omv-black); color:#fff; }
.omv-button--light { background:#fff; color: var(--omv-black); }
.omv-button--outline { background:#fff; color: var(--omv-black); border-color: var(--omv-border); }
.omv-button--whatsapp { background:#128c4a; color:#fff; }
.omv-button--full { width: 100%; }
.omv-mobile-toggle { display:none; background: transparent; border:0; gap:4px; flex-direction: column; align-items: center; font-size: 10px; font-weight: 700; }
.omv-mobile-toggle span { width: 24px; height: 2px; background: var(--omv-black); display:block; }
.omv-hero { padding: 62px 0 28px; overflow:hidden; }
.omv-hero-grid { display:grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); gap: 44px; align-items:center; }
.omv-eyebrow { color: var(--omv-green); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 900; margin:0 0 18px; }
.omv-hero h1, .omv-archive-hero h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 6vw, 78px); line-height: .94; letter-spacing: -.055em; margin: 0 0 22px; max-width: 760px; }
.omv-hero-text, .omv-archive-hero p { color: var(--omv-muted); max-width: 620px; font-size: 17px; margin: 0 0 28px; }
.omv-hero-art { min-height: 420px; position:relative; }
.omv-hero-art img { width:100%; border-radius: 34px; box-shadow: var(--omv-shadow); }
.omv-search-panel { background:#fff; border: 1px solid var(--omv-border); border-radius: 14px; display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 12px; padding: 14px; box-shadow: 0 20px 45px rgba(0,0,0,.06); max-width: 760px; }
.omv-field { display:flex; flex-direction:column; gap: 6px; }
.omv-field span { font-size: 12px; font-weight: 800; color: var(--omv-black); }
.omv-field select { height:44px; border: 1px solid var(--omv-border); border-radius: 9px; padding: 0 12px; background:#fff; color: var(--omv-muted); }
.omv-popular { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin-top:16px; font-size: 13px; }
.omv-popular span { background:#f4f5f6; border: 1px solid #e2e5e8; padding: 4px 13px; border-radius: 999px; color:#4b5560; }
.omv-section { padding: 40px 0; }
.omv-section--tight { padding-top: 16px; }
.omv-section-head { display:flex; justify-content:space-between; align-items:center; gap: 20px; margin-bottom: 20px; }
.omv-section-head h2 { font-size: 24px; margin:0; letter-spacing: -.025em; }
.omv-link { color: var(--omv-green); font-weight: 850; }
.omv-category-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.omv-category-card { min-height: 180px; position:relative; padding: 24px; border:1px solid var(--omv-border); border-radius: var(--omv-radius-sm); overflow:hidden; background:#fff; display:flex; flex-direction:column; justify-content:space-between; box-shadow: 0 10px 24px rgba(0,0,0,.03); }
.omv-category-card:hover { box-shadow: var(--omv-shadow); }
.omv-category-icon { width: 52px; height:52px; display:grid; place-items:center; border-radius: 50%; background: var(--omv-green); color:#fff; font-weight: 900; font-size: 24px; }
.omv-category-card h2 { font-size: 19px; margin: 16px 0 8px; }
.omv-category-card p { color: var(--omv-muted); margin: 0 0 10px; font-size: 14px; max-width: 170px; }
.omv-category-card strong { color: var(--omv-green); font-size: 13px; }
.omv-category-card img { position:absolute; right:-30px; bottom:-20px; width: 170px; opacity: .85; }
.omv-profile-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.omv-profile-grid--archive { grid-template-columns: repeat(3, 1fr); }
.omv-profile-card { display:grid; grid-template-columns: 118px 1fr; gap: 14px; border:1px solid var(--omv-border); border-radius: var(--omv-radius-sm); padding: 14px; background:#fff; box-shadow: 0 8px 22px rgba(0,0,0,.035); }
.omv-profile-card__media img { width:118px; height:118px; border-radius: 14px; object-fit: cover; background: var(--omv-green-soft); }
.omv-profile-card__top { display:flex; align-items:flex-start; justify-content:space-between; gap: 10px; }
.omv-profile-card h3 { margin:4px 0 6px; font-size: 16px; line-height:1.2; }
.omv-profile-card p { margin:0 0 8px; color: var(--omv-muted); font-size:13px; }
.omv-verified { display:inline-grid; place-items:center; margin-left: 6px; width: 18px; height: 18px; border-radius: 50%; background: var(--omv-green); color:#fff; font-size: 12px; font-family: system-ui; vertical-align:middle; }
.omv-bookmark { border: 1px solid var(--omv-border); border-radius: 9px; width: 30px; height:30px; background:#fff; cursor:pointer; }
.omv-meta-line { display:flex; flex-wrap:wrap; gap: 6px 10px; font-size: 12px; color:#475467; margin-bottom: 10px; }
.omv-card-actions { margin-top:auto; }
.omv-two-column { display:grid; grid-template-columns: 1fr 310px; gap: 24px; align-items:stretch; }
.omv-sport-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.omv-sport-card { min-height: 130px; border: 1px solid var(--omv-border); border-radius: 14px; display:grid; place-items:center; gap: 10px; background:#fff; text-align:center; }
.omv-sport-card span { font-size: 36px; }
.omv-upgrade-card { background: linear-gradient(135deg, var(--omv-green), #06351f); color:#fff; padding: 30px; border-radius: var(--omv-radius); display:flex; flex-direction:column; justify-content:center; }
.omv-upgrade-card h2 { font-family: Georgia, serif; font-size: 30px; line-height:1; margin:0 0 12px; }
.omv-upgrade-card p { color: rgba(255,255,255,.82); margin:0 0 18px; }
.omv-jobs-events { display:grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.omv-panel { border:1px solid var(--omv-border); background:#fff; border-radius: var(--omv-radius-sm); padding: 22px; box-shadow: 0 10px 28px rgba(0,0,0,.04); }
.omv-job-card { display:grid; grid-template-columns: 54px 1fr auto; gap: 14px; align-items:center; padding: 16px; border:1px solid var(--omv-border); border-radius: 14px; margin-bottom: 12px; }
.omv-job-card__icon { width:54px; height:54px; border-radius: 13px; background:#f5f7f6; overflow:hidden; }
.omv-job-card h3, .omv-event-row h3 { margin:0 0 4px; font-size: 16px; }
.omv-job-card p, .omv-event-row p { margin:0; color: var(--omv-muted); font-size: 13px; }
.omv-job-card span, .omv-event-row span { color:#475467; font-size:12px; }
.omv-job-card strong { background: var(--omv-green-soft); color: var(--omv-green); padding: 6px 10px; border-radius: 999px; font-size:12px; }
.omv-event-row { display:grid; grid-template-columns: 68px 1fr; gap: 14px; padding: 16px; border:1px solid var(--omv-border); border-radius: 14px; margin-bottom: 12px; }
.omv-event-row--large { max-width: 860px; }
.omv-date-box { width: 66px; height: 66px; border-radius: 14px; border:1px solid var(--omv-border); display:grid; place-items:center; background:#fff; }
.omv-date-box span { font-size: 12px; color: var(--omv-muted); font-weight:800; }
.omv-date-box strong { font-size: 24px; line-height: 1; }
.omv-testimonial-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.omv-testimonial-grid blockquote { margin:0; padding:24px; border:1px solid var(--omv-border); border-radius: 16px; background:#fff; }
.omv-testimonial-grid blockquote > span { font-size: 46px; color: var(--omv-green); line-height: 1; font-family: Georgia, serif; }
.omv-testimonial-grid p { margin: 8px 0 18px; color:#344054; }
.omv-testimonial-grid cite { font-style: normal; font-weight:900; display:block; }
.omv-testimonial-grid small { display:block; color: var(--omv-muted); font-weight:600; }
.omv-footer { background: var(--omv-charcoal); color:#fff; margin-top: 40px; padding: 42px 0 20px; }
.omv-footer-grid { display:grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 38px; }
.omv-footer h3 { font-size: 15px; margin: 0 0 14px; }
.omv-footer a { display:block; color: rgba(255,255,255,.72); margin: 8px 0; font-size: 14px; }
.omv-footer p { color: rgba(255,255,255,.72); max-width: 300px; }
.omv-footer-bottom { display:flex; align-items:center; justify-content:space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 28px; padding-top: 18px; }
.omv-socials { display:flex; gap: 8px; }
.omv-socials span { width: 32px; height:32px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.22); border-radius: 8px; font-size: 11px; text-transform:uppercase; }
.omv-archive-hero { padding: 70px 0 36px; background: linear-gradient(180deg, #fff, #f7faf8); border-bottom: 1px solid var(--omv-border); }
.omv-archive-hero h1 { font-size: clamp(40px, 5vw, 66px); }
.omv-post-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.omv-post-card { border:1px solid var(--omv-border); padding: 22px; border-radius: 16px; background:#fff; }
.omv-post-card h2 { margin: 0 0 10px; font-size: 22px; }
.omv-profile-cover { padding: 28px 0 0; background: linear-gradient(180deg, #fff, #f8faf8); border-bottom: 1px solid var(--omv-border); }
.omv-cover-art { min-height: 220px; border-radius: 24px; overflow:hidden; background: linear-gradient(120deg, #030504 0%, #0b0f0d 40%, #0a6b3e 100%); color:#fff; display:flex; align-items:center; padding: 34px; position:relative; }
.omv-cover-art::after { content:""; position:absolute; inset:0; background: url('../images/hero-sports-network.svg') right center/55% auto no-repeat; opacity: .42; mix-blend-mode: screen; }
.omv-cover-art div { position:relative; z-index:1; display:flex; flex-direction:column; gap: 4px; }
.omv-cover-art strong { color:#10a962; font-size: 30px; line-height:1; text-transform: uppercase; letter-spacing: .02em; }
.omv-cover-art span { margin-top: 10px; font-size: 18px; color: rgba(255,255,255,.86); }
.omv-profile-header { display:grid; grid-template-columns: 150px 1fr; gap: 28px; align-items:end; margin-top: -74px; padding: 0 24px 22px; position:relative; z-index:2; }
.omv-avatar { width: 150px; height:150px; border-radius: 50%; object-fit: cover; border: 8px solid #fff; box-shadow: var(--omv-shadow); background:#fff; }
.omv-profile-title h1 { margin:0 0 4px; font-size: clamp(32px, 4vw, 52px); letter-spacing:-.04em; }
.omv-profile-title p { margin:0 0 10px; color:#344054; font-size: 19px; }
.omv-profile-meta { display:flex; flex-wrap:wrap; gap: 14px; color: var(--omv-muted); font-size: 14px; margin-bottom: 18px; }
.omv-profile-actions { display:flex; flex-wrap:wrap; gap: 10px; }
.omv-profile-tabs { display:flex; gap: 28px; overflow:auto; padding: 0 0 0 0; }
.omv-profile-tabs a { padding: 18px 0 14px; border-bottom: 3px solid transparent; font-weight:800; color:#344054; }
.omv-profile-tabs a:first-child { color: var(--omv-green); border-color: var(--omv-green); }
.omv-profile-layout { display:grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items:start; }
.omv-profile-main { display:flex; flex-direction:column; gap: 20px; }
.omv-content-card h2, .omv-profile-sidebar h2 { margin:0 0 14px; font-size: 22px; }
.entry-content p:first-child { margin-top:0; }
.omv-chip-row { display:flex; gap: 8px; flex-wrap:wrap; margin-top: 18px; }
.omv-chip-row span { padding: 8px 12px; background:#f4f5f6; border-radius: 999px; font-size: 13px; font-weight: 700; color:#344054; }
.omv-timeline { display:flex; flex-direction:column; gap: 18px; }
.omv-timeline div { padding-left: 18px; border-left: 3px solid var(--omv-green); }
.omv-timeline strong { display:block; font-size: 17px; }
.omv-timeline p { margin: 4px 0; color:#344054; }
.omv-timeline span { color: var(--omv-muted); font-size: 13px; }
.omv-profile-sidebar { display:flex; flex-direction:column; gap: 18px; }
.omv-status-dot::before { content:""; display:inline-block; width:10px; height:10px; border-radius:50%; background:#12a150; margin-right:8px; }
.omv-list-row { border-bottom: 1px solid var(--omv-border); padding-bottom: 10px; margin-bottom: 10px; }
.omv-listing-stack { display:flex; flex-direction:column; gap: 14px; }
.omv-single-narrow { max-width: 880px; }
.navigation.pagination { margin-top: 28px; }
.nav-links { display:flex; gap: 8px; }
.nav-links a, .nav-links span { border: 1px solid var(--omv-border); padding: 8px 12px; border-radius: 8px; }
.nav-links .current { background: var(--omv-green); color:#fff; }

.omv-hero-note { color:#344054; font-size: 14px; margin: 14px 0 0; max-width: 620px; border-left: 4px solid var(--omv-green); padding-left: 12px; }
.omv-brand-story { padding: 20px 0 10px; }
.omv-brand-story__inner { border: 1px solid var(--omv-border); border-radius: var(--omv-radius); padding: 26px 30px; background: linear-gradient(135deg, #ffffff, #f3faf6); box-shadow: 0 10px 24px rgba(0,0,0,.03); }
.omv-brand-story__inner h2 { margin: 0 0 10px; font-size: clamp(26px, 3vw, 38px); line-height: 1.08; letter-spacing: -.035em; max-width: 900px; }
.omv-brand-story__inner p { color: var(--omv-muted); max-width: 860px; margin: 0 0 12px; }
.omv-footer-legal { font-size: 13px; color: rgba(255,255,255,.58) !important; margin-top: 8px; }
.omv-footer-bottom span { color: rgba(255,255,255,.58); font-size: 12px; }
.omv-footer-bottom span a { display:inline; color: rgba(255,255,255,.86); margin: 0; font-size: inherit; }

@media (max-width: 1100px) {
  .omv-header-actions { display:none; }
  .omv-category-grid { grid-template-columns: repeat(2, 1fr); }
  .omv-profile-grid, .omv-profile-grid--archive { grid-template-columns: repeat(2, 1fr); }
  .omv-hero-grid, .omv-profile-layout, .omv-two-column, .omv-jobs-events { grid-template-columns: 1fr; }
  .omv-sport-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 800px) {
  .omv-container { width: min(100% - 28px, var(--omv-container)); }
  .omv-header-inner { justify-content:space-between; }
  .omv-mobile-toggle { display:flex; }
  .omv-primary-nav { position:absolute; inset:76px 14px auto 14px; background:#fff; border:1px solid var(--omv-border); border-radius: 16px; padding: 18px; box-shadow: var(--omv-shadow); display:none; }
  .omv-primary-nav.is-open { display:block; }
  .omv-menu { flex-direction:column; align-items:flex-start; gap: 4px; }
  .omv-menu a { padding: 8px 0; }
  .omv-hero { padding-top: 34px; }
  .omv-hero h1, .omv-archive-hero h1 { font-size: 42px; }
  .omv-search-panel { grid-template-columns: 1fr; }
  .omv-category-grid, .omv-profile-grid, .omv-profile-grid--archive, .omv-testimonial-grid, .omv-post-grid, .omv-footer-grid { grid-template-columns: 1fr; }
  .omv-profile-card { grid-template-columns: 96px 1fr; }
  .omv-profile-card__media img { width:96px; height:96px; }
  .omv-profile-header { grid-template-columns: 1fr; margin-top: -60px; }
  .omv-profile-tabs { gap: 20px; }
  .omv-footer-bottom { flex-direction:column; align-items:flex-start; }
}


.omv-mini-org { color: var(--omv-green) !important; font-weight: 750; font-size: 12px !important; margin-top: -2px !important; }
.omv-org-card { min-height: 210px; display:flex; flex-direction:column; gap: 8px; }
.omv-org-icon { width: 46px; height:46px; border-radius: 14px; display:grid; place-items:center; background: var(--omv-green-soft); color: var(--omv-green); font-size: 24px; font-weight: 900; }
.omv-org-preview-grid { grid-template-columns: repeat(3, 1fr); }
.omv-footer-menu { list-style:none; padding:0; margin:0; }
.omv-footer-menu li { margin:0; }
.omv-elementor-page { width:100%; }
.omv-elementor-page .entry-content { width:100%; }
@media (min-width: 1101px) {
  .omv-category-card:nth-child(6) { background: linear-gradient(135deg, #ffffff, #f2faf5); }
}

/* OMV v1.3 branded auth and dashboard */
.omv-auth-layout { width:min(1120px, calc(100% - 40px)); margin: 58px auto; display:grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items:start; }
.omv-auth-intro, .omv-auth-form, .omv-auth-card, .omv-dashboard-card { background:#fff; border:1px solid var(--omv-border); border-radius: var(--omv-radius); box-shadow: 0 12px 38px rgba(0,0,0,.055); }
.omv-auth-intro { padding: 36px; background: linear-gradient(135deg, #ffffff 0%, #f0faf4 100%); position:sticky; top:100px; }
.omv-auth-intro h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 4vw, 52px); line-height:.96; margin: 0 0 16px; letter-spacing:-.05em; }
.omv-auth-intro p { color: var(--omv-muted); margin: 0 0 18px; }
.omv-auth-intro ul { margin: 18px 0 0; padding-left: 18px; color:#344054; }
.omv-auth-intro li { margin: 8px 0; }
.omv-kicker { color: var(--omv-green) !important; text-transform: uppercase; letter-spacing:.08em; font-size: 12px; font-weight: 900; }
.omv-auth-form { padding: 28px; }
.omv-form-grid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.omv-auth-form label { display:flex; flex-direction:column; gap: 7px; margin-bottom: 16px; font-weight:800; font-size: 13px; }
.omv-auth-form input[type="text"], .omv-auth-form input[type="email"], .omv-auth-form input[type="password"], .omv-auth-form input[type="file"], .omv-auth-form select, .omv-auth-form textarea { width:100%; border:1px solid var(--omv-border); border-radius: 12px; background:#fff; padding: 13px 14px; font: inherit; color:#101828; font-weight:500; }
.omv-auth-form textarea { resize: vertical; min-height: 104px; }
.omv-checkbox { flex-direction:row !important; align-items:flex-start; gap: 10px !important; font-weight:600 !important; color:#344054; }
.omv-checkbox input { margin-top: 5px; }
.omv-auth-submit { width:100%; margin-top: 8px; }
.omv-auth-switch { text-align:center; color: var(--omv-muted); font-size:14px; }
.omv-auth-switch a { color: var(--omv-green); font-weight:900; }
.omv-form-notice { border-radius: 14px; padding: 14px 16px; margin-bottom: 18px; font-weight: 750; }
.omv-form-notice--success { background:#eef8f2; color:#005c35; border:1px solid #bfe6d0; }
.omv-form-notice--error { background:#fff3f2; color:#b42318; border:1px solid #fecdca; }
.omv-auth-card, .omv-dashboard-card { width:min(920px, calc(100% - 40px)); margin: 56px auto; padding: 32px; }
.omv-auth-card h2, .omv-dashboard-card h2 { margin:0 0 10px; font-size:32px; letter-spacing:-.03em; }
.omv-dashboard-list { display:flex; flex-direction:column; gap: 14px; margin-top: 22px; }
.omv-dashboard-item { border:1px solid var(--omv-border); border-radius: 16px; padding: 18px; display:grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items:center; }
.omv-dashboard-item h3 { margin:0 0 3px; }
.omv-dashboard-item p { margin:0; color: var(--omv-muted); }
.omv-status { display:inline-flex; align-items:center; justify-content:center; border-radius: 999px; padding: 7px 12px; font-weight:900; font-size:12px; text-transform:capitalize; }
.omv-status--pending { background:#fff7e6; color:#b54708; }
.omv-status--publish { background:#ecfdf3; color:#027a48; }
.omv-status--draft { background:#f2f4f7; color:#344054; }
@media (max-width: 900px) {
  .omv-auth-layout { grid-template-columns:1fr; margin-top: 30px; }
  .omv-auth-intro { position:static; }
  .omv-form-grid { grid-template-columns:1fr; }
  .omv-dashboard-item { grid-template-columns:1fr; }
}

/* OMV v1.4 fixes retained: profile banner, approval display, mobile auth links and dashboard editing */
.omv-mobile-nav-actions { display:none; }
.omv-cover-art {
  min-height: 250px;
  background: #050706 url('../images/profile-cover-v14.svg') center/cover no-repeat;
  align-items: flex-start;
  padding: 58px 34px 34px;
}
.omv-cover-art::after { display:none; }
.omv-cover-art strong { font-size: clamp(24px, 3vw, 34px); line-height: .98; }
.omv-cover-art span { max-width: 380px; }
.omv-profile-header { align-items:start; margin-top: -78px; }
.omv-profile-title { padding-top: 94px; }
.omv-panel-note { color: var(--omv-muted); font-size: 13px; margin: -4px 0 14px; }
.omv-dashboard-edit { border:1px solid var(--omv-border); border-radius: 16px; overflow:hidden; background:#fff; }
.omv-dashboard-edit summary { cursor:pointer; padding: 16px 18px; font-weight:900; color: var(--omv-green); background:#f4fbf7; }
.omv-dashboard-form { border:0; border-top:1px solid var(--omv-border); box-shadow:none; border-radius:0; }
.omv-dashboard-form small { color: var(--omv-muted); font-weight:600; line-height:1.4; }
@media (max-width: 1100px) {
  .omv-header-actions { display:none; }
  .omv-mobile-nav-actions { display:flex; flex-direction:column; gap:10px; width:100%; border-top:1px solid var(--omv-border); padding-top:14px; margin-top:12px; }
  .omv-mobile-nav-actions .omv-login,
  .omv-mobile-nav-actions .omv-button { width:100%; justify-content:center; }
}
@media (max-width: 800px) {
  .omv-cover-art { min-height: 220px; padding: 34px 24px; background-position: center; }
  .omv-profile-header { grid-template-columns: 1fr; margin-top: -54px; padding-inline: 12px; }
  .omv-profile-title { padding-top: 6px; }
  .omv-avatar { width: 118px; height:118px; border-width:6px; }
}

/* OMV v1.6 premium homepage hero and profile functionality */
.omv-hero { padding-top: 44px; }
.omv-hero-grid { grid-template-columns: minmax(0, .86fr) minmax(520px, 1.08fr); gap: 34px; }
.omv-hero-art--photo { min-height: 380px; display:flex; align-items:center; justify-content:center; }
.omv-hero-art--photo img { width:100%; height:390px; object-fit:cover; object-position:center; border-radius: 30px; box-shadow:none; }
.omv-profile-v15-hero { padding: 28px 0 0; background:#fff; border-bottom:1px solid var(--omv-border); }
.omv-profile-v15-cover { min-height: 260px; border-radius: 22px; background-size:cover; background-position:center; overflow:hidden; }
.omv-profile-v15-head { display:grid; grid-template-columns: 170px 1fr; gap: 28px; align-items:end; margin-top: -76px; padding: 0 28px 18px; }
.omv-avatar--large { width: 150px; height:150px; border-radius:50%; border: 9px solid #fff; object-fit:cover; box-shadow: var(--omv-shadow); background:#fff; }
.omv-profile-v15-title { padding-top: 80px; }
.omv-profile-v15-title h1 { margin:0 0 6px; font-size: clamp(36px, 4vw, 58px); letter-spacing:-.055em; line-height:.98; }
.omv-profile-v15-title p { margin:0 0 10px; font-size:20px; color:#344054; }
.omv-profile-layout--premium { grid-template-columns: minmax(0, 1fr) 360px; }
.omv-experience-list { display:flex; flex-direction:column; gap: 14px; }
.omv-experience-card { display:grid; grid-template-columns: 62px 1fr; gap: 14px; border:1px solid var(--omv-border); border-radius: 16px; padding: 14px; align-items:flex-start; background:#fff; }
.omv-experience-logo { width: 62px; height:62px; border-radius:14px; background:var(--omv-green-soft); color:var(--omv-green); display:grid; place-items:center; font-size:26px; font-weight:900; overflow:hidden; }
.omv-experience-logo img { width:100%; height:100%; object-fit:cover; }
.omv-experience-card strong { display:block; font-size:17px; }
.omv-experience-card p { margin:3px 0; color:#344054; }
.omv-experience-card span, .omv-muted-small { color: var(--omv-muted) !important; font-size: 13px; }
.omv-profile-testimonial-grid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.omv-profile-testimonial-grid blockquote { margin:0; padding:18px; border:1px solid var(--omv-border); border-radius:16px; background:#fff; }
.omv-profile-testimonial-grid blockquote > span { color: var(--omv-green); font-size:40px; line-height:1; font-family:Georgia, serif; }
.omv-profile-testimonial-grid p { margin:4px 0 12px; }
.omv-profile-testimonial-grid cite { font-style:normal; font-weight:900; }
.omv-profile-testimonial-grid small { display:block; color:var(--omv-muted); font-weight:600; }
.omv-gallery-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.omv-gallery-grid a { display:block; border-radius: 14px; overflow:hidden; border:1px solid var(--omv-border); background:#f8faf9; }
.omv-gallery-grid img { width:100%; height:180px; object-fit:cover; transition: transform .2s ease; }
.omv-gallery-grid a:hover img { transform: scale(1.035); }
.omv-profile-socials { display:flex; flex-wrap:wrap; gap: 8px; margin-top: 14px; }
.omv-profile-socials a { min-width: 36px; height:36px; padding:0 10px; border-radius:10px; display:inline-flex; align-items:center; justify-content:center; border:1px solid var(--omv-border); background:#fff; color:var(--omv-green); font-size:12px; font-weight:900; }
.omv-request-layout .omv-auth-intro { background: linear-gradient(135deg, #fff, #eef8f2); }
@media (max-width: 1100px) {
  .omv-hero-grid, .omv-profile-layout--premium { grid-template-columns: 1fr; }
  .omv-hero-art--photo { min-height:auto; }
  .omv-profile-sidebar { order:2; }
}
@media (max-width: 800px) {
  .omv-hero-art--photo img { height:auto; min-height: 260px; }
  .omv-profile-v15-cover { min-height: 190px; border-radius: 18px; }
  .omv-profile-v15-head { grid-template-columns: 1fr; gap:8px; margin-top:-56px; padding:0 14px 12px; }
  .omv-avatar--large { width:118px; height:118px; border-width:7px; }
  .omv-profile-v15-title { padding-top:0; }
  .omv-profile-v15-title h1 { font-size:34px; }
  .omv-profile-testimonial-grid, .omv-gallery-grid { grid-template-columns: 1fr; }
  .omv-gallery-grid img { height:220px; }
}

/* OMV v1.6 fixes: clean profile cover, clickable chips, search keyword and profile detail spacing */
.omv-search-panel { grid-template-columns: minmax(180px, 1.15fr) repeat(3, minmax(150px, 1fr)) auto; }
.omv-field--keyword input { width:100%; border:1px solid var(--omv-border); border-radius:10px; min-height:46px; padding:0 12px; font:inherit; color:var(--omv-text); background:#fff; }
.omv-profile-v15-cover { background-color:#07110c; background-repeat:no-repeat; box-shadow: inset 0 -1px 0 rgba(255,255,255,.08); }
.omv-chip-row a, .omv-chip-row span { padding: 8px 12px; background:#f4f5f6; border-radius:999px; font-size:13px; font-weight:800; color:#344054; text-decoration:none; display:inline-flex; align-items:center; }
.omv-chip-row a:hover { background:var(--omv-green-soft); color:var(--omv-green); }
.omv-profile-sidebar .omv-panel { position:relative; z-index:1; }
.omv-profile-sidebar .omv-button--full { text-align:center; justify-content:center; position:relative; z-index:3; pointer-events:auto; }
.omv-panel-note { color:var(--omv-muted); font-size:14px; line-height:1.55; }
.omv-list-row { overflow-wrap:anywhere; }
.omv-profile-v15-head { position:relative; z-index:2; }
.omv-profile-v15-title { background:linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.82), rgba(255,255,255,0)); border-radius:22px; padding-left:0; }
@media (max-width: 1200px) {
  .omv-search-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .omv-search-panel .omv-button { grid-column:1 / -1; justify-content:center; }
}
@media (max-width: 800px) {
  .omv-search-panel { grid-template-columns: 1fr; }
  .omv-profile-v15-cover { min-height: 170px; }
  .omv-profile-v15-title { background:#fff; padding:12px 0 0; }
}

/* OMV v1.7 fixes: homepage search no-overlap, diaspora fields and federation wording */
.omv-hero-copy { position: relative; z-index: 3; }
.omv-hero-art--photo { position: relative; z-index: 1; }
.omv-hero .omv-search-panel { width: 100%; max-width: 620px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.omv-hero .omv-search-panel .omv-button { grid-column: 1 / -1; width: 100%; }
.omv-hero .omv-field--base { grid-column: 1 / -1; }
.omv-profile-badges { display:flex; flex-wrap:wrap; gap:8px; margin:10px 0 12px; }
.omv-badge { display:inline-flex; align-items:center; border-radius:999px; padding:7px 11px; background:var(--omv-green-soft); color:var(--omv-green); font-weight:900; font-size:12px; }
.omv-badge--diaspora { background:#eef2ff; color:#3440a0; }
.omv-location-checkbox { background:#f8faf9; border:1px solid var(--omv-border); border-radius:12px; padding:12px; }
.omv-outside-location[style*="display: none"], .omv-nigeria-location[style*="display: none"] { display:none !important; }
@media (max-width: 1200px) {
  .omv-hero-grid { grid-template-columns: 1fr; }
  .omv-hero .omv-search-panel { max-width: 760px; }
  .omv-hero-art--photo img { height:auto; min-height:280px; }
}
@media (max-width: 800px) {
  .omv-hero .omv-search-panel { grid-template-columns:1fr; }
}
.omv-archive-hero .omv-search-panel { max-width: 980px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.omv-archive-hero .omv-search-panel .omv-button { grid-column: auto; }
@media (max-width: 1000px) {
  .omv-archive-hero .omv-search-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .omv-archive-hero .omv-search-panel .omv-button { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .omv-archive-hero .omv-search-panel { grid-template-columns: 1fr; }
}

/* OMV v1.8 homepage redesign: Africa sports network */
.omv-home-v18 { background:#071521; color:#fff; position:relative; overflow:hidden; }
.omv-home-v18::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 75% 8%, rgba(40,211,103,.22), transparent 28%), radial-gradient(circle at 28% 12%, rgba(20,78,122,.45), transparent 36%), linear-gradient(180deg, #06111d 0%, #071521 75%, #061018 100%); pointer-events:none; }
.omv-home-v18__hero { position:relative; padding:38px 0 72px; }
.omv-home-v18__inner { position:relative; z-index:1; display:grid; grid-template-columns:minmax(330px,.9fr) minmax(390px,1fr) 270px; gap:26px; align-items:center; }
.omv-home-v18__copy h1 { margin:0 0 14px; font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size:clamp(44px, 5vw, 74px); line-height:.98; letter-spacing:-.06em; max-width:560px; font-weight:950; }
.omv-home-v18__copy h1::first-line { color:#fff; }
.omv-home-v18__copy h1 { color:#fff; }
.omv-home-v18__copy h1 .green, .omv-home-v18__copy strong { color:#3fbf44; }
.omv-home-v18__copy h1::after { content:""; }
.omv-home-v18__tagline { display:flex; align-items:center; gap:10px; margin:0 0 12px; font-weight:850; font-size:18px; color:#f4f9f6; }
.omv-africa-mini { color:#44c248; font-size:22px; transform:rotate(12deg); display:inline-block; }
.omv-home-v18__copy p:not(.omv-home-v18__tagline) { color:rgba(255,255,255,.86); max-width:520px; margin:0 0 18px; font-size:15px; }
.omv-home-v18__actions { display:flex; gap:12px; flex-wrap:wrap; margin:20px 0 18px; }
.omv-button--glass { color:#fff; border-color:rgba(255,255,255,.3); background:rgba(255,255,255,.06); backdrop-filter:blur(10px); }
.omv-home-v18__visual { position:relative; min-height:420px; display:flex; align-items:flex-end; justify-content:center; align-self:stretch; }
.omv-home-v18__visual::before { content:""; position:absolute; left:-10%; right:-10%; bottom:0; height:72%; background:linear-gradient(180deg, rgba(7,21,33,0), rgba(7,21,33,.38)); z-index:1; pointer-events:none; }
.omv-home-v18__visual img { position:relative; z-index:2; width:100%; max-height:440px; object-fit:cover; object-position:center; border-radius:26px; box-shadow:none; filter:saturate(1.04) contrast(1.02); }
.omv-africa-map { position:absolute; z-index:1; right:6%; top:5%; width:170px; height:190px; display:grid; place-items:center; color:rgba(65,196,73,.22); border:1px dashed rgba(65,196,73,.5); border-radius:48% 42% 52% 40%; font-weight:950; letter-spacing:.18em; text-transform:uppercase; transform:rotate(5deg); }
.omv-home-v18__role-card { align-self:center; background:rgba(7,20,33,.82); border:1px solid rgba(255,255,255,.16); border-radius:20px; padding:18px; box-shadow:0 22px 60px rgba(0,0,0,.22); backdrop-filter:blur(14px); }
.omv-home-v18__role-card h2 { margin:0 0 12px; color:#fff; font-size:22px; letter-spacing:-.03em; }
.omv-hero-role-list { display:flex; flex-direction:column; gap:7px; }
.omv-hero-role-list a { min-height:42px; display:grid; grid-template-columns:30px 1fr 20px; align-items:center; gap:10px; padding:8px 10px; border-radius:10px; background:rgba(255,255,255,.065); border:1px solid rgba(255,255,255,.08); color:#fff; }
.omv-hero-role-list a:hover { background:rgba(59,191,68,.16); border-color:rgba(59,191,68,.45); transform:translateX(2px); }
.omv-hero-role-icon { color:#3fbf44; font-size:19px; text-align:center; }
.omv-hero-role-list strong { font-size:14px; }
.omv-hero-role-list em { font-style:normal; color:rgba(255,255,255,.65); font-size:24px; line-height:1; }
.omv-home-v18__allcats { display:inline-flex; color:#3fbf44; font-weight:900; margin-top:14px; font-size:14px; }
.omv-home-search { display:grid; grid-template-columns:minmax(210px,1fr) minmax(150px,.75fr) minmax(150px,.75fr) auto; gap:10px; align-items:stretch; width:min(820px,100%); padding:10px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.2); border-radius:14px; backdrop-filter:blur(12px); }
.omv-home-search .omv-field, .omv-home-search__field { min-width:0; }
.omv-home-search .omv-field span { display:none; }
.omv-home-search input, .omv-home-search select { width:100%; height:48px; border-radius:10px; border:1px solid rgba(255,255,255,.15); background:rgba(9,23,38,.78); color:#fff; padding:0 14px; font:inherit; font-weight:700; }
.omv-home-search input::placeholder { color:rgba(255,255,255,.68); }
.omv-home-search select option { color:#111; }
.omv-home-search .omv-button { min-height:48px; border-radius:10px; background:#39b942; color:#fff; }
.omv-stats-strip { position:relative; z-index:3; margin-top:-40px; background:#fff; color:#071521; border:1px solid var(--omv-border); border-radius:18px; box-shadow:0 18px 50px rgba(0,0,0,.16); display:grid; grid-template-columns:repeat(6,1fr); overflow:hidden; }
.omv-stats-strip div { display:grid; grid-template-columns:auto 1fr; gap:2px 12px; align-items:center; padding:20px 22px; border-right:1px solid var(--omv-border); }
.omv-stats-strip div:last-child { border-right:0; }
.omv-stats-strip span { grid-row:1 / 3; color:#37b642; font-size:28px; }
.omv-stats-strip strong { font-size:25px; line-height:1; }
.omv-stats-strip small { color:#344054; font-weight:800; line-height:1.15; }
.omv-roadmap-section { padding-top:22px; }
.omv-roadmap-card { background:#fff; border:1px solid var(--omv-border); border-radius:18px; padding:20px; display:grid; grid-template-columns:160px 1fr; gap:20px; align-items:center; box-shadow:0 8px 22px rgba(0,0,0,.035); }
.omv-roadmap-card h2 { margin:0; font-size:20px; line-height:1.05; }
.omv-roadmap-card p { grid-column:2; margin:-8px 0 0; color:var(--omv-green); font-weight:800; text-align:center; }
.omv-roadmap-flow { display:flex; align-items:center; gap:20px; flex-wrap:wrap; }
.omv-roadmap-flow a { position:relative; min-width:120px; background:#fff; border:1px solid var(--omv-border); border-radius:12px; padding:10px 14px; display:grid; grid-template-columns:auto 1fr; gap:4px 8px; align-items:center; }
.omv-roadmap-flow a:not(:last-child)::after { content:"→"; position:absolute; right:-18px; color:#11833f; font-weight:900; }
.omv-roadmap-flow span { font-size:20px; grid-row:1 / 3; }
.omv-roadmap-flow strong { font-size:14px; }
.omv-roadmap-flow small { color:#11833f; font-weight:800; }
.omv-home-panel-grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:18px; }
.omv-featured-list-v18 { display:flex; flex-direction:column; gap:13px; }
.omv-featured-mini { display:grid; grid-template-columns:56px 1fr auto; gap:12px; align-items:center; padding:8px 0; border-bottom:1px solid var(--omv-border); }
.omv-featured-mini:last-child { border-bottom:0; }
.omv-featured-mini img { width:56px; height:56px; object-fit:cover; border-radius:50%; background:var(--omv-green-soft); }
.omv-featured-mini strong { display:block; font-size:14px; }
.omv-featured-mini em { font-style:normal; color:#0a7f42; }
.omv-featured-mini small { color:var(--omv-muted); font-weight:700; }
.omv-featured-mini b { border:1px solid #7fd28c; color:#0a7f42; border-radius:8px; padding:8px 13px; font-size:13px; }
.omv-category-icons-v18 { display:grid; grid-template-columns:repeat(4,1fr); gap:14px 10px; }
.omv-category-icons-v18 a { text-align:center; font-weight:800; font-size:12px; color:#344054; }
.omv-category-icons-v18 span { display:grid; place-items:center; margin:0 auto 6px; width:36px; height:36px; border-radius:12px; color:#fff; background:#39b942; font-size:18px; }
.omv-category-icons-v18 a:nth-child(2n) span { background:#7c3aed; }
.omv-category-icons-v18 a:nth-child(3n) span { background:#0b79e5; }
.omv-category-icons-v18 a:nth-child(4n) span { background:#ff7a00; }
.omv-panel-footer-link { display:inline-flex; margin-top:12px; }
.omv-why-v18 { padding-top:8px; }
.omv-why-card-v18 { background:#fff; border:1px solid var(--omv-border); border-radius:18px; padding:22px; box-shadow:0 8px 22px rgba(0,0,0,.035); }
.omv-why-card-v18 h2 { margin:0 0 16px; font-size:22px; }
.omv-why-grid-v18 { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.omv-why-grid-v18 div { display:grid; grid-template-columns:44px 1fr; gap:2px 14px; border-right:1px solid var(--omv-border); padding-right:16px; }
.omv-why-grid-v18 div:last-child { border-right:0; }
.omv-why-grid-v18 span { grid-row:1 / 3; width:42px; height:42px; border-radius:12px; border:2px solid #39b942; color:#39b942; display:grid; place-items:center; font-size:20px; }
.omv-why-grid-v18 strong { font-size:15px; }
.omv-why-grid-v18 p { margin:3px 0 0; color:var(--omv-muted); font-size:13px; }
.omv-future-v18 { padding-top:0; }
.omv-future-card-v18 { background:#061523; color:#fff; border-radius:18px; padding:28px; display:grid; grid-template-columns:minmax(260px,.75fr) 1fr; gap:26px; align-items:center; overflow:hidden; }
.omv-future-card-v18 h2 { margin:0 0 8px; color:#45c94d; }
.omv-future-card-v18 p { color:rgba(255,255,255,.82); margin:0 0 16px; }
.omv-future-thumbs-v18 { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.omv-future-thumbs-v18 span { min-height:96px; border-radius:14px; background:linear-gradient(135deg, rgba(57,185,66,.22), rgba(255,255,255,.1)), url('../images/homepage-hero-v15.jpg') center/cover no-repeat; }
.omv-future-thumbs-v18 span:nth-child(2) { background-position:38% 50%; }
.omv-future-thumbs-v18 span:nth-child(3) { background-position:62% 50%; }
.omv-future-thumbs-v18 span:nth-child(4) { background-position:82% 50%; }

@media (max-width: 1180px) {
  .omv-home-v18__inner { grid-template-columns:1fr 1fr; }
  .omv-home-v18__role-card { grid-column:1 / -1; }
  .omv-hero-role-list { display:grid; grid-template-columns:repeat(4,1fr); }
  .omv-stats-strip { grid-template-columns:repeat(3,1fr); }
  .omv-stats-strip div:nth-child(3) { border-right:0; }
  .omv-home-panel-grid, .omv-why-grid-v18 { grid-template-columns:1fr 1fr; }
  .omv-why-grid-v18 div:nth-child(2) { border-right:0; }
}
@media (max-width: 860px) {
  .omv-home-v18__inner { grid-template-columns:1fr; }
  .omv-home-v18__hero { padding-top:26px; }
  .omv-home-v18__visual { min-height:auto; }
  .omv-home-v18__visual img { max-height:none; }
  .omv-home-search { grid-template-columns:1fr; }
  .omv-hero-role-list { grid-template-columns:1fr 1fr; }
  .omv-stats-strip { grid-template-columns:1fr 1fr; margin-top:-28px; }
  .omv-stats-strip div { border-right:0; border-bottom:1px solid var(--omv-border); }
  .omv-roadmap-card { grid-template-columns:1fr; }
  .omv-roadmap-card p { grid-column:1; text-align:left; margin:0; }
  .omv-home-panel-grid, .omv-why-grid-v18, .omv-future-card-v18 { grid-template-columns:1fr; }
  .omv-why-grid-v18 div { border-right:0; border-bottom:1px solid var(--omv-border); padding:0 0 14px; }
  .omv-category-icons-v18 { grid-template-columns:repeat(3,1fr); }
}
@media (max-width: 540px) {
  .omv-home-v18__copy h1 { font-size:42px; }
  .omv-hero-role-list, .omv-stats-strip, .omv-category-icons-v18 { grid-template-columns:1fr; }
  .omv-roadmap-flow { flex-direction:column; align-items:stretch; }
  .omv-roadmap-flow a:not(:last-child)::after { content:"↓"; right:auto; left:50%; bottom:-20px; }
  .omv-featured-mini { grid-template-columns:52px 1fr; }
  .omv-featured-mini b { grid-column:2; justify-self:start; }
}

/* OMV v1.9 homepage refinement: 1920 x 600 hero proportion, no overlap, one image, clickable footer socials, green V logo */
body.home .omv-site-header,
body.front-page .omv-site-header {
  background:#06111d;
  border-bottom:1px solid rgba(255,255,255,.09);
  color:#fff;
}
body.home .omv-site-header.is-scrolled,
body.front-page .omv-site-header.is-scrolled { box-shadow:0 10px 28px rgba(0,0,0,.25); }
body.home .omv-menu a,
body.front-page .omv-menu a,
body.home .omv-login,
body.front-page .omv-login { color:#fff; }
body.home .omv-menu a:hover,
body.home .omv-menu .current-menu-item > a,
body.front-page .omv-menu a:hover,
body.front-page .omv-menu .current-menu-item > a { color:#45c94d; border-color:#45c94d; }
body.home .omv-icon-button,
body.front-page .omv-icon-button { border-color:rgba(255,255,255,.22); color:#fff; }
body.home .omv-mobile-toggle span,
body.front-page .omv-mobile-toggle span { background:#fff; }
.omv-logo img { width:148px; max-height:66px; }
.omv-home-v18 .omv-container { width:min(1920px, calc(100% - 80px)); max-width:1920px; }
.omv-home-v18__hero { min-height:600px; height:600px; padding:0; display:flex; align-items:center; overflow:hidden; }
.omv-home-v18__inner { min-height:600px; display:grid; grid-template-columns:minmax(360px, .86fr) minmax(520px, 1.05fr) minmax(260px, .48fr); gap:32px; align-items:center; }
.omv-home-v18__copy { position:relative; z-index:5; padding-top:8px; }
.omv-home-v18__copy h1 { font-size:clamp(50px, 4.65vw, 84px); line-height:.96; max-width:660px; }
.omv-home-v18__copy p:not(.omv-home-v18__tagline) { max-width:560px; }
.omv-home-v18__visual { position:relative; z-index:2; min-height:600px; align-items:center; overflow:visible; }
.omv-home-v18__visual::before { display:none; }
.omv-home-v18__visual img { width:100%; max-height:520px; height:520px; object-fit:cover; object-position:center; border-radius:0; box-shadow:none; }
.omv-home-search { position:relative; z-index:20; width:min(910px, calc(100vw - 160px)); max-width:910px; grid-template-columns:minmax(240px,1.25fr) minmax(165px,.82fr) minmax(165px,.82fr) 112px; }
.omv-home-v18__role-card { position:relative; z-index:6; }
.omv-stats-strip { margin-top:-48px; }
.omv-future-card-v18 { grid-template-columns:minmax(280px,.45fr) 1fr; }
.omv-future-thumbs-v18 { display:block; }
.omv-future-thumbs-v18 img { width:100%; max-height:148px; object-fit:cover; object-position:center; border-radius:16px; }
.omv-socials a,
.omv-socials span { width:32px; height:32px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.22); border-radius:8px; font-size:11px; text-transform:uppercase; color:rgba(255,255,255,.86); margin:0; }
.omv-socials a:hover { background:#39b942; color:#fff; border-color:#39b942; transform:translateY(-1px); }
@media (min-width: 1600px) {
  .omv-home-v18__inner { gap:46px; grid-template-columns:minmax(460px,.8fr) minmax(690px,1.06fr) minmax(310px,.5fr); }
  .omv-home-v18__copy h1 { font-size:82px; }
}
@media (max-width: 1180px) {
  .omv-home-v18__hero { height:auto; min-height:600px; padding:32px 0 86px; }
  .omv-home-v18__inner { min-height:auto; grid-template-columns:1fr 1fr; }
  .omv-home-v18__visual { min-height:420px; }
  .omv-home-v18__visual img { height:420px; max-height:420px; border-radius:22px; }
  .omv-home-search { width:100%; grid-template-columns:1fr 1fr; }
  .omv-home-search .omv-button { grid-column:1 / -1; width:100%; }
}
@media (max-width: 860px) {
  .omv-home-v18 .omv-container { width:min(100% - 40px, 760px); }
  .omv-home-v18__inner { grid-template-columns:1fr; }
  .omv-home-v18__visual { min-height:auto; order:2; }
  .omv-home-v18__copy { order:1; }
  .omv-home-v18__role-card { order:3; }
  .omv-home-v18__visual img { height:auto; max-height:none; border-radius:20px; }
  .omv-home-search { grid-template-columns:1fr; width:100%; }
  .omv-future-card-v18 { grid-template-columns:1fr; }
  .omv-future-thumbs-v18 img { max-height:220px; }
}

/* OMV v10 homepage and branding fixes */
.omv-logo img { width: 178px; max-height: 72px; object-fit: contain; }
.omv-footer .omv-logo { display:inline-flex; align-items:center; justify-content:center; background:#fff; border-radius:14px; padding:10px 12px; }
.omv-footer .omv-logo img { width: 210px; max-height: 84px; }

.omv-home-v18 .omv-container { width:min(1920px, calc(100% - 72px)); max-width:1920px; }
.omv-home-v18__hero { min-height:600px; padding:0; display:flex; align-items:center; overflow:hidden; }
.omv-home-v18__inner {
  min-height:600px;
  display:grid;
  grid-template-columns:minmax(360px,.9fr) minmax(420px,1.02fr) 250px;
  gap:24px;
  align-items:center;
}
.omv-home-v18__copy { position:relative; z-index:5; max-width:560px; }
.omv-home-v18__copy h1 { font-size:clamp(50px, 4.55vw, 82px); line-height:.96; max-width:560px; margin-bottom:16px; }
.omv-home-v18__copy p:not(.omv-home-v18__tagline) { max-width:520px; }
.omv-home-v18__actions { margin:18px 0 18px; }
.omv-home-search {
  position:relative;
  z-index:12;
  width:100%;
  max-width:760px;
  grid-template-columns:minmax(220px,1.2fr) minmax(150px,.8fr) minmax(150px,.8fr) 110px;
}
.omv-home-v18__visual {
  position:relative;
  z-index:1;
  min-height:0;
  height:490px;
  overflow:hidden;
  align-self:center;
  justify-self:stretch;
}
.omv-home-v18__visual img {
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  object-position:center center;
  border-radius:26px;
  display:block;
}
.omv-africa-map { z-index:2; }
.omv-home-v18__role-card { position:relative; z-index:6; }
.omv-future-card-v18 { grid-template-columns:minmax(280px,.42fr) 1fr; gap:24px; }
.omv-future-thumbs-v18 { display:block; }
.omv-future-thumbs-v18 img { width:100%; height:148px; max-height:148px; object-fit:cover; object-position:center center; border-radius:18px; }

@media (min-width: 1440px) {
  .omv-home-v18__inner { grid-template-columns:minmax(420px,.9fr) minmax(540px,1.05fr) 270px; gap:30px; }
  .omv-home-v18__visual { height:510px; }
}

@media (max-width: 1280px) {
  .omv-home-v18__hero { height:auto; min-height:600px; padding:30px 0 50px; }
  .omv-home-v18__inner { min-height:auto; grid-template-columns:1fr 1fr; gap:28px; }
  .omv-home-v18__role-card { grid-column:1 / -1; }
  .omv-home-v18__visual { height:420px; }
  .omv-home-search { max-width:100%; grid-template-columns:1fr 1fr; }
  .omv-home-search .omv-button { grid-column:1 / -1; width:100%; }
}

@media (max-width: 800px) {
  .omv-home-v18 .omv-container { width:min(100% - 28px, 760px); }
  .omv-logo img { width:140px; max-height:60px; }
  .omv-home-v18__hero { padding:24px 0 40px; min-height:auto; }
  .omv-home-v18__inner { grid-template-columns:1fr; min-height:auto; }
  .omv-home-v18__visual { order:2; height:auto; }
  .omv-home-v18__visual img { height:auto; max-height:none; }
  .omv-home-v18__role-card { order:3; }
  .omv-home-search { grid-template-columns:1fr; }
}


/* OMV v10.1 final corrections */
.omv-logo img{width:190px;max-height:72px;object-fit:contain;}
.omv-home-v18__hero{min-height:600px;overflow:hidden;padding:0;}
.omv-home-v18__inner{display:grid;grid-template-columns:minmax(380px,.92fr) minmax(520px,1.04fr) 260px;grid-template-areas:
  "copy visual role"
  "search search role";gap:28px;align-items:center;min-height:600px;}
.omv-home-v18__copy{grid-area:copy;position:relative;z-index:5;max-width:560px;}
.omv-home-v18__visual{grid-area:visual;position:relative;z-index:1;height:460px;min-height:0;overflow:hidden;align-self:end;}
.omv-home-v18__visual img{width:100%;height:100%;max-height:none;display:block;object-fit:cover;object-position:center center;border-radius:24px;}
.omv-home-v18__role-card{grid-area:role;position:relative;z-index:6;align-self:center;}
.omv-home-v18__search-row{grid-area:search;position:relative;z-index:12;margin-top:-8px;}
.omv-home-search{position:relative;z-index:12;width:100%;max-width:860px;display:grid;grid-template-columns:minmax(240px,1.3fr) minmax(170px,.8fr) minmax(170px,.8fr) 118px;}
.omv-home-v18__copy .omv-home-search{display:none !important;}
.omv-future-card-v18{grid-template-columns:minmax(280px,.42fr) 1fr;}
.omv-future-thumbs-v18{display:block;}
.omv-future-thumbs-v18 img{width:100%;height:146px;object-fit:cover;object-position:center;border-radius:16px;}
@media (min-width:1440px){.omv-home-v18__visual{height:490px;}.omv-home-v18__inner{grid-template-columns:minmax(400px,.92fr) minmax(600px,1.06fr) 270px;}}
@media (max-width:1280px){.omv-home-v18__inner{grid-template-columns:1fr 1fr;grid-template-areas:"copy visual" "search search" "role role";min-height:auto;padding:36px 0 50px;}.omv-home-v18__visual{height:400px;align-self:center;}.omv-home-v18__search-row{margin-top:0;}.omv-home-search{max-width:100%;grid-template-columns:1fr 1fr;}.omv-home-search .omv-button{grid-column:1/-1;width:100%;}}
@media (max-width:800px){.omv-logo img{width:150px;}.omv-home-v18__inner{grid-template-columns:1fr;grid-template-areas:"copy" "visual" "search" "role";min-height:auto;padding:24px 0 40px;}.omv-home-v18__visual{height:auto;}.omv-home-v18__visual img{height:auto;max-height:none;}.omv-home-search{grid-template-columns:1fr;}.omv-home-v18__search-row{margin-top:0;}}


/* OMV v10.2 corrections: white/green logo, full five-face hero, no search overlap */
body.home .omv-brand .omv-logo img,
body.front-page .omv-brand .omv-logo img,
.omv-brand .omv-logo img{width:138px !important;max-height:56px !important;object-fit:contain;}
.omv-footer .omv-logo img{width:188px !important;max-height:74px !important;object-fit:contain;}

body.home .omv-home-v18 .omv-container,
body.front-page .omv-home-v18 .omv-container{width:min(1920px, calc(100% - 76px));max-width:1920px;}
body.home .omv-home-v18__hero,
body.front-page .omv-home-v18__hero{min-height:640px !important;height:auto !important;overflow:visible !important;padding:18px 0 18px !important;display:block !important;}
body.home .omv-home-v18__inner,
body.front-page .omv-home-v18__inner{grid-template-columns:minmax(370px,.9fr) minmax(600px,1.08fr) 250px !important;grid-template-areas:"copy visual role" "search search role" !important;align-items:center !important;min-height:auto !important;gap:24px !important;padding:0 !important;}
body.home .omv-home-v18__copy,
body.front-page .omv-home-v18__copy{max-width:540px !important;padding-top:0 !important;}
body.home .omv-home-v18__visual,
body.front-page .omv-home-v18__visual{grid-area:visual;position:relative;z-index:2;height:470px !important;overflow:visible !important;align-self:center !important;display:flex !important;align-items:center;justify-content:center;}
body.home .omv-home-v18__visual::before,
body.front-page .omv-home-v18__visual::before{display:none !important;}
body.home .omv-home-v18__visual img,
body.front-page .omv-home-v18__visual img{width:100% !important;height:100% !important;display:block;object-fit:contain !important;object-position:center center !important;border-radius:22px !important;box-shadow:none !important;background:transparent !important;}
body.home .omv-africa-map,
body.front-page .omv-africa-map{right:2%;top:2%;width:150px;height:170px;opacity:.8;}
body.home .omv-home-v18__role-card,
body.front-page .omv-home-v18__role-card{grid-area:role;position:relative;z-index:6;align-self:center !important;}
body.home .omv-home-v18__search-row,
body.front-page .omv-home-v18__search-row{grid-area:search;position:relative;z-index:25 !important;margin:2px 0 12px 0 !important;}
body.home .omv-home-search,
body.front-page .omv-home-search{position:relative;z-index:25 !important;max-width:930px !important;background:rgba(8,20,34,.88) !important;box-shadow:0 12px 30px rgba(0,0,0,.18);} 
body.home .omv-stats-strip,
body.front-page .omv-stats-strip{margin-top:14px !important;position:relative;z-index:5 !important;}

@media (max-width:1280px){
  body.home .omv-home-v18__inner, body.front-page .omv-home-v18__inner{grid-template-columns:1fr 1fr !important;grid-template-areas:"copy visual" "search search" "role role" !important;padding-bottom:0 !important;}
  body.home .omv-home-v18__visual, body.front-page .omv-home-v18__visual{height:400px !important;}
}
@media (max-width:860px){
  body.home .omv-home-v18__hero, body.front-page .omv-home-v18__hero{padding:24px 0 18px !important;min-height:auto !important;}
  body.home .omv-home-v18__inner, body.front-page .omv-home-v18__inner{grid-template-columns:1fr !important;grid-template-areas:"copy" "visual" "search" "role" !important;gap:18px !important;}
  body.home .omv-home-v18__visual, body.front-page .omv-home-v18__visual{height:auto !important;}
  body.home .omv-home-v18__visual img, body.front-page .omv-home-v18__visual img{height:auto !important;}
  body.home .omv-home-search, body.front-page .omv-home-search{grid-template-columns:1fr !important;}
  body.home .omv-stats-strip, body.front-page .omv-stats-strip{margin-top:12px !important;}
}


/* OMV v10.3 corrections: corrected OMV logo, full-face banners, unified dark nav */
.omv-site-header{background:#06111d !important;border-bottom:1px solid rgba(255,255,255,.09) !important;color:#fff !important;}
.omv-site-header.is-scrolled{box-shadow:0 10px 28px rgba(0,0,0,.25) !important;}
.omv-menu a,.omv-login,.omv-primary-nav .menu-item > a{color:#fff !important;}
.omv-menu a:hover,.omv-menu .current-menu-item > a,.omv-menu .current_page_item > a,.omv-menu .current-menu-ancestor > a{color:#45c94d !important;border-color:#45c94d !important;}
.omv-icon-button{border-color:rgba(255,255,255,.22) !important;color:#fff !important;}
.omv-mobile-toggle span{background:#fff !important;}
.omv-brand .omv-logo img{width:176px !important;max-height:68px !important;object-fit:contain !important;}
.omv-footer .omv-logo{display:inline-flex !important;align-items:center !important;justify-content:flex-start !important;background:transparent !important;padding:0 !important;border-radius:0 !important;}
.omv-footer .omv-logo img{width:220px !important;max-height:82px !important;object-fit:contain !important;}

/* Homepage hero / search no overlap */
.omv-home-v18__hero{padding-bottom:34px !important;overflow:visible !important;}
.omv-home-v18__inner{align-items:center !important;}
.omv-home-v18__visual{position:relative !important;z-index:1 !important;height:450px !important;overflow:visible !important;}
.omv-home-v18__visual img{width:100% !important;height:100% !important;object-fit:contain !important;object-position:center top !important;}
.omv-home-v18__search-row{position:relative !important;z-index:999 !important;margin-top:8px !important;margin-bottom:12px !important;}
.omv-home-search{position:relative !important;z-index:999 !important;}
.omv-stats-strip{position:relative !important;z-index:10 !important;margin-top:18px !important;}

/* Bottom future banner should show faces */
.omv-future-card-v18{align-items:center !important;}
.omv-future-thumbs-v18 img{width:100% !important;height:190px !important;max-height:190px !important;object-fit:cover !important;object-position:center 18% !important;border-radius:18px !important;}

/* Mobile nav background consistency */
@media (max-width:800px){
  .omv-primary-nav{background:#06111d !important;border:1px solid rgba(255,255,255,.12) !important;}
  .omv-primary-nav .omv-menu a,.omv-primary-nav .omv-login{color:#fff !important;}
  .omv-home-v18__visual{height:auto !important;}
  .omv-home-v18__visual img{height:auto !important;max-height:none !important;}
  .omv-future-thumbs-v18 img{height:220px !important;max-height:220px !important;object-position:center 20% !important;}
}


/* ============================================================
 * OMV v10.4 CSS Improvements
 * ============================================================ */

/* --- Social icons: SVG-friendly sizing & hover --- */
.omv-socials a,
.omv-socials span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    color: rgba(255,255,255,.72);
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.omv-socials a:hover {
    background: #39b942;
    color: #fff;
    border-color: #39b942;
    transform: translateY(-2px);
}
.omv-socials span {
    opacity: .38;
    cursor: default;
}
.omv-socials a svg,
.omv-socials span svg {
    display: block;
    flex-shrink: 0;
}

/* --- Navigation: keyboard focus-visible ring --- */
.omv-menu a:focus-visible,
.omv-button:focus-visible,
.omv-login:focus-visible,
.omv-icon-button:focus-visible {
    outline: 2px solid #45c94d;
    outline-offset: 3px;
    border-radius: 6px;
}

/* --- Mobile nav: smoother open/close animation --- */
@media (max-width: 800px) {
    .omv-primary-nav {
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity .18s ease, transform .18s ease;
        pointer-events: none;
    }
    .omv-primary-nav.is-open {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}

/* --- Stats strip: fix icon alignment with numbers --- */
.omv-stats-strip span {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Search panel: placeholder legibility --- */
.omv-home-search input::placeholder,
.omv-field--keyword input::placeholder {
    color: rgba(255,255,255,.55);
    font-weight: 500;
}

/* --- Skip link: visible on focus --- */
.omv-skip-link:focus {
    z-index: 9999;
    left: 16px;
    top: 16px;
    width: auto;
    height: auto;
    padding: 10px 16px;
    background: #fff;
    border: 2px solid var(--omv-green);
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
}

/* --- Roadmap flow: arrow spacing on tight screens --- */
@media (max-width: 640px) {
    .omv-roadmap-flow a:not(:last-child)::after {
        display: none;
    }
}

/* --- Footer heading fix: "Company" column same size as others --- */
.omv-footer h3 {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 800;
    margin: 0 0 16px;
    opacity: .55;
}

/* --- Footer brand description line-height --- */
.omv-footer-brand p {
    line-height: 1.65;
}

/* --- Subtle profile card hover lift --- */
.omv-profile-card {
    transition: box-shadow .2s ease, transform .2s ease;
}
.omv-profile-card:hover {
    box-shadow: 0 16px 40px rgba(0,0,0,.09);
    transform: translateY(-2px);
}

/* --- Job card hover --- */
.omv-job-card {
    transition: box-shadow .2s ease;
}
.omv-job-card:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,.08);
}

/* --- Verified badge: use ✓ checkmark properly --- */
.omv-verified::before {
    content: "✓";
    font-size: 11px;
    line-height: 1;
}

/* ============================================================
 * END OMV v10.4
 * ============================================================ */

/* ============================================================
 * OMV v10.7 Sports Ecosystem Edition
 * Trust, opportunity, founding member and marketplace sections
 * ============================================================ */
.omv-home-ecosystem .omv-home-v18__hero {
    background: radial-gradient(circle at top right, rgba(0, 178, 96, .28), transparent 34%), linear-gradient(135deg, #061522 0%, #0a1b2a 52%, #03110b 100%);
}
.omv-kicker--green { color: #39d98a; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.omv-button--ghost-light { background: rgba(255,255,255,.08); color:#fff; border:1px solid rgba(255,255,255,.2); }
.omv-button--ghost-light:hover { background: rgba(255,255,255,.14); color:#fff; }
.omv-home-v18__actions { flex-wrap: wrap; }
.omv-home-v18__role-card .omv-hero-role-list a { transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.omv-home-v18__role-card .omv-hero-role-list a:hover { transform: translateX(3px); background: rgba(25, 195, 125, .12); border-color: rgba(25, 195, 125, .4); }
.omv-home-search select { min-width: 150px; max-width: 190px; }
.omv-section-head--center { text-align:center; max-width:880px; margin:0 auto 28px; display:block; }
.omv-section-head--center h2 { margin:8px 0 10px; font-size:clamp(28px, 4vw, 44px); line-height:1.05; }
.omv-section-head--center p { color:#5b6673; font-size:17px; line-height:1.7; }
.omv-problem-section { background:#f7faf8; }
.omv-problem-grid, .omv-trust-grid { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:18px; }
.omv-problem-grid article, .omv-trust-grid article { background:#fff; border:1px solid var(--omv-border); border-radius:18px; padding:24px; box-shadow:0 10px 30px rgba(6,21,34,.05); }
.omv-problem-grid span { display:inline-flex; width:36px; height:36px; align-items:center; justify-content:center; background:#e8f9ef; color:#0c8f4c; border-radius:50%; font-weight:900; margin-bottom:18px; }
.omv-problem-grid h3, .omv-trust-grid strong { display:block; font-size:18px; line-height:1.25; margin:0 0 10px; color:#091724; }
.omv-problem-grid p, .omv-trust-grid p { color:#5b6673; line-height:1.65; margin:0; }
.omv-solution-section { background:#fff; }
.omv-solution-card { display:grid; grid-template-columns:.9fr 1.2fr; gap:34px; align-items:center; background:#071a28; color:#fff; border-radius:26px; padding:34px; box-shadow:0 20px 60px rgba(0,0,0,.14); }
.omv-solution-card h2, .omv-marketplace-card h2, .omv-founder-card h2 { font-size:clamp(28px, 4vw, 42px); line-height:1.05; margin:8px 0 14px; }
.omv-solution-card p { color:rgba(255,255,255,.78); line-height:1.7; }
.omv-solution-grid { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:16px; }
.omv-solution-grid article { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); border-radius:18px; padding:20px; }
.omv-solution-grid strong { color:#39d98a; display:block; margin-bottom:8px; font-size:17px; }
.omv-trust-section { background:#f4f7f6; }
.omv-trust-grid article span { display:inline-flex; width:40px; height:40px; align-items:center; justify-content:center; background:#071a28; color:#39d98a; border-radius:14px; font-weight:900; margin-bottom:16px; }
.omv-marketplace-section { background:#081a29; color:#fff; }
.omv-marketplace-card { display:grid; grid-template-columns:.8fr 1.2fr; gap:30px; align-items:center; }
.omv-marketplace-card p { color:rgba(255,255,255,.76); line-height:1.7; }
.omv-marketplace-grid { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:16px; }
.omv-marketplace-grid a { display:block; background:#fff; color:#071a28; text-decoration:none; border-radius:18px; padding:22px; border:1px solid rgba(255,255,255,.14); transition:transform .18s ease, box-shadow .18s ease; }
.omv-marketplace-grid a:hover { transform:translateY(-3px); box-shadow:0 18px 36px rgba(0,0,0,.2); }
.omv-marketplace-grid strong { display:block; color:#0c8f4c; font-size:18px; margin-bottom:8px; }
.omv-marketplace-grid small { display:block; color:#5b6673; line-height:1.6; font-size:14px; }
.omv-growth-section .omv-roadmap-card h2 { color:#071a28; }
.omv-growth-flow a { min-width:180px; }
.omv-founder-section { background:#f8fbf9; }
.omv-founder-card { display:flex; gap:24px; align-items:center; justify-content:space-between; background:linear-gradient(135deg, #ffffff 0%, #ecfff4 100%); border:1px solid #cfeedd; border-radius:24px; padding:30px; box-shadow:0 14px 40px rgba(6,21,34,.08); }
.omv-founder-card p { max-width:850px; color:#4c5966; line-height:1.7; }
.omv-prereg-layout { align-items:flex-start; }
.omv-prereg-intro { position:sticky; top:96px; }
.omv-prereg-note { margin-top:20px; padding:16px; border-radius:14px; background:rgba(0, 178, 96, .08); border:1px solid rgba(0, 178, 96, .22); display:grid; gap:6px; }
.omv-form-section { padding:22px; border:1px solid var(--omv-border); border-radius:18px; background:#fff; margin-bottom:18px; }
.omv-form-section h3 { margin:0 0 16px; font-size:18px; color:#071a28; }
.omv-form-section--highlight { background:#f1fff6; border-color:#bfeccb; }
.omv-checkbox-grid { display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:10px; margin-top:14px; }
.omv-auth-note { background:#071a28; color:#fff; padding:14px 16px; border-radius:12px; line-height:1.6; }
.omv-directory-disclaimer { margin-top:18px; padding:14px 16px; border-radius:12px; background:#fff8e6; border:1px solid #ffe0a3; color:#6b4a00; font-size:14px; line-height:1.6; }
@media (max-width: 980px) {
    .omv-problem-grid, .omv-trust-grid, .omv-solution-card, .omv-marketplace-card { grid-template-columns:1fr; }
    .omv-solution-grid, .omv-marketplace-grid { grid-template-columns:1fr; }
    .omv-founder-card { flex-direction:column; align-items:flex-start; }
    .omv-checkbox-grid { grid-template-columns:1fr; }
    .omv-prereg-intro { position:static; }
}
@media (max-width: 640px) {
    .omv-problem-grid, .omv-trust-grid { grid-template-columns:1fr; }
    .omv-solution-card, .omv-marketplace-card, .omv-founder-card { padding:22px; border-radius:20px; }
    .omv-home-search select { max-width:100%; }
}

/* ============================================================
 * OMV v10.9 Compact Homepage Refinement
 * - centred one-line strapline
 * - no public roadmap display
 * - compact desktop spacing
 * - mobile-first stack with search before image
 * - public-safe ecosystem services wording
 * ============================================================ */
.omv-hero-stratline {
    grid-area: strip;
    justify-self: center;
    align-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    padding: 6px 14px;
    border: 1px solid rgba(57, 217, 138, .25);
    border-radius: 999px;
    background: rgba(57, 217, 138, .10);
    color: #39d98a;
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: .10em;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}
body.home .omv-home-v18 .omv-container,
body.front-page .omv-home-v18 .omv-container {
    width: min(1240px, calc(100% - 48px)) !important;
    max-width: 1240px !important;
}
body.home .omv-home-v18__hero,
body.front-page .omv-home-v18__hero,
.omv-home-v18__hero {
    min-height: auto !important;
    height: auto !important;
    padding: 18px 0 26px !important;
    overflow: visible !important;
    display: block !important;
}
body.home .omv-home-v18__inner,
body.front-page .omv-home-v18__inner,
.omv-home-v18__inner {
    grid-template-columns: minmax(320px, .95fr) minmax(420px, 1.05fr) 250px !important;
    grid-template-areas:
        "strip strip strip"
        "copy visual role"
        "search search role" !important;
    align-items: center !important;
    gap: 18px 22px !important;
    min-height: auto !important;
    padding: 0 !important;
}
body.home .omv-home-v18__copy,
body.front-page .omv-home-v18__copy,
.omv-home-v18__copy {
    grid-area: copy;
    max-width: 500px !important;
    padding-top: 0 !important;
}
body.home .omv-home-v18__copy h1,
body.front-page .omv-home-v18__copy h1,
.omv-home-v18__copy h1 {
    font-size: clamp(42px, 4vw, 64px) !important;
    line-height: .96 !important;
    margin: 0 0 12px !important;
    letter-spacing: -.055em !important;
}
.omv-home-v18__tagline {
    margin-bottom: 9px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
}
.omv-home-v18__copy p:not(.omv-home-v18__tagline) {
    max-width: 500px !important;
    margin-bottom: 13px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}
.omv-home-v18__actions {
    gap: 9px !important;
    margin: 14px 0 6px !important;
}
.omv-home-v18__actions .omv-button {
    min-height: 44px;
    padding: 12px 16px;
    border-radius: 10px;
}
body.home .omv-home-v18__visual,
body.front-page .omv-home-v18__visual,
.omv-home-v18__visual {
    grid-area: visual;
    height: 360px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
body.home .omv-home-v18__visual img,
body.front-page .omv-home-v18__visual img,
.omv-home-v18__visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 22px !important;
}
.omv-africa-map { width: 128px; height: 142px; font-size: 12px; right: 4%; top: 2%; }
body.home .omv-home-v18__role-card,
body.front-page .omv-home-v18__role-card,
.omv-home-v18__role-card {
    grid-area: role;
    align-self: center !important;
    padding: 14px !important;
    border-radius: 18px !important;
}
.omv-home-v18__role-card h2 { font-size: 20px !important; margin-bottom: 10px !important; }
.omv-hero-role-list { gap: 6px !important; }
.omv-hero-role-list a {
    min-height: 38px !important;
    padding: 7px 9px !important;
    grid-template-columns: 26px 1fr 18px !important;
    border-radius: 9px !important;
}
.omv-hero-role-list strong { font-size: 13px !important; line-height: 1.15; }
.omv-hero-role-icon { font-size: 16px !important; }
.omv-home-v18__allcats { margin-top: 10px !important; }
body.home .omv-home-v18__search-row,
body.front-page .omv-home-v18__search-row,
.omv-home-v18__search-row {
    grid-area: search;
    margin: 0 !important;
    z-index: 30 !important;
}
.omv-home-search {
    width: 100% !important;
    max-width: 930px !important;
    grid-template-columns: minmax(250px, 1.35fr) repeat(3, minmax(140px, .7fr)) 130px !important;
    gap: 9px !important;
    padding: 9px !important;
    border-radius: 14px !important;
}
.omv-home-search input,
.omv-home-search select,
.omv-home-search .omv-button {
    height: 44px !important;
    min-height: 44px !important;
}
.omv-home-search select { min-width: 0 !important; max-width: none !important; }
.omv-home-search .omv-button { width: 100%; }
body.home .omv-stats-strip,
body.front-page .omv-stats-strip,
.omv-stats-strip {
    width: min(1240px, calc(100% - 48px));
    max-width: 1240px;
    margin-top: 0 !important;
    border-radius: 16px !important;
}
.omv-stats-strip div { padding: 15px 18px !important; gap: 2px 10px !important; }
.omv-stats-strip span { font-size: 24px !important; }
.omv-stats-strip strong { font-size: 24px !important; }
.omv-stats-strip small { font-size: 12px !important; }
.omv-roadmap-section { display: none !important; }
.omv-section { padding-top: 42px; padding-bottom: 42px; }
.omv-section-head--center { margin-bottom: 20px !important; }
.omv-problem-grid article,
.omv-trust-grid article,
.omv-solution-grid article,
.omv-marketplace-grid a { padding: 18px !important; }
.omv-solution-card,
.omv-marketplace-card,
.omv-founder-card { padding: 26px !important; }
.omv-marketplace-section .omv-eyebrow::after { content: ""; }

@media (max-width: 1180px) {
    body.home .omv-home-v18 .omv-container,
    body.front-page .omv-home-v18 .omv-container { width: min(100% - 40px, 980px) !important; }
    body.home .omv-home-v18__inner,
    body.front-page .omv-home-v18__inner,
    .omv-home-v18__inner {
        grid-template-columns: minmax(0, 1fr) 280px !important;
        grid-template-areas:
            "strip strip"
            "copy role"
            "visual role"
            "search search" !important;
        gap: 18px !important;
    }
    body.home .omv-home-v18__visual,
    body.front-page .omv-home-v18__visual,
    .omv-home-v18__visual { height: 320px !important; }
    .omv-home-search { grid-template-columns: minmax(220px, 1fr) 1fr 1fr 1fr 120px !important; max-width: 100% !important; }
    .omv-stats-strip { grid-template-columns: repeat(3, 1fr) !important; }
}

@media (max-width: 800px) {
    .omv-hero-stratline {
        font-size: 10.5px;
        letter-spacing: .06em;
        padding: 6px 10px;
        width: 100%;
    }
    body.home .omv-home-v18 .omv-container,
    body.front-page .omv-home-v18 .omv-container { width: min(100% - 26px, 680px) !important; }
    body.home .omv-home-v18__hero,
    body.front-page .omv-home-v18__hero,
    .omv-home-v18__hero { padding: 14px 0 20px !important; }
    body.home .omv-home-v18__inner,
    body.front-page .omv-home-v18__inner,
    .omv-home-v18__inner {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "strip"
            "copy"
            "search"
            "role"
            "visual" !important;
        gap: 14px !important;
    }
    body.home .omv-home-v18__copy,
    body.front-page .omv-home-v18__copy,
    .omv-home-v18__copy { max-width: none !important; text-align: left; }
    body.home .omv-home-v18__copy h1,
    body.front-page .omv-home-v18__copy h1,
    .omv-home-v18__copy h1 { font-size: clamp(39px, 12vw, 52px) !important; }
    .omv-home-v18__actions { display: grid !important; grid-template-columns: 1fr !important; }
    .omv-home-v18__actions .omv-button { width: 100%; justify-content: center; }
    .omv-home-search { grid-template-columns: 1fr !important; padding: 10px !important; }
    body.home .omv-home-v18__role-card,
    body.front-page .omv-home-v18__role-card,
    .omv-home-v18__role-card { width: 100%; }
    .omv-hero-role-list { display: grid !important; grid-template-columns: 1fr 1fr; }
    body.home .omv-home-v18__visual,
    body.front-page .omv-home-v18__visual,
    .omv-home-v18__visual { height: 250px !important; }
    .omv-africa-map { display:none !important; }
    body.home .omv-stats-strip,
    body.front-page .omv-stats-strip,
    .omv-stats-strip {
        width: min(100% - 26px, 680px) !important;
        grid-template-columns: repeat(2, 1fr) !important;
        margin-top: 0 !important;
    }
    .omv-stats-strip div { padding: 14px !important; }
}

@media (max-width: 480px) {
    .omv-hero-stratline { font-size: 9.5px; letter-spacing: .035em; }
    .omv-hero-role-list { grid-template-columns: 1fr !important; }
    .omv-stats-strip { grid-template-columns: 1fr 1fr !important; }
    .omv-stats-strip div { grid-template-columns: auto 1fr; }
}

/* ============================================================
 * OMV v10.11 Compact Polish
 * - centered logo subtitle asset support
 * - tighter desktop header/hero spacing
 * - mobile menu from tablet widths
 * - cleaner profile cards/placeholders
 * - compact opportunity buttons
 * ============================================================ */
.omv-site-header .omv-header-inner {
    min-height: 66px !important;
    gap: 20px !important;
}
.omv-brand .omv-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 0 !important;
}
.omv-brand .omv-logo img {
    width: 142px !important;
    max-height: 58px !important;
    object-fit: contain !important;
}
.omv-menu {
    gap: 18px !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
}
.omv-menu a {
    padding: 22px 0 19px !important;
}
.omv-header-actions {
    gap: 10px !important;
}
.omv-header-actions .omv-login,
.omv-header-actions .omv-button {
    font-size: 13px !important;
}
.omv-header-actions .omv-button {
    min-height: 42px !important;
    padding: 10px 14px !important;
}
.omv-header-actions .omv-icon-button {
    width: 38px !important;
    height: 38px !important;
}

body.home .omv-home-v18 .omv-container,
body.front-page .omv-home-v18 .omv-container {
    width: min(1180px, calc(100% - 44px)) !important;
    max-width: 1180px !important;
}
body.home .omv-home-v18__hero,
body.front-page .omv-home-v18__hero,
.omv-home-v18__hero {
    padding: 12px 0 20px !important;
}
body.home .omv-home-v18__inner,
body.front-page .omv-home-v18__inner,
.omv-home-v18__inner {
    grid-template-columns: minmax(300px, .92fr) minmax(390px, 1.02fr) 238px !important;
    grid-template-areas:
        "strip strip strip"
        "copy visual role"
        "search search role" !important;
    gap: 14px 20px !important;
    align-items: center !important;
}
.omv-hero-stratline {
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 auto 2px !important;
    white-space: nowrap !important;
    text-align: center !important;
}
body.home .omv-home-v18__copy,
body.front-page .omv-home-v18__copy,
.omv-home-v18__copy {
    max-width: 470px !important;
}
body.home .omv-home-v18__copy h1,
body.front-page .omv-home-v18__copy h1,
.omv-home-v18__copy h1 {
    font-size: clamp(40px, 3.75vw, 58px) !important;
    margin-bottom: 9px !important;
    line-height: .98 !important;
}
.omv-home-v18__tagline {
    font-size: 15px !important;
    margin-bottom: 7px !important;
}
.omv-home-v18__copy p:not(.omv-home-v18__tagline) {
    font-size: 13.5px !important;
    line-height: 1.48 !important;
    margin-bottom: 10px !important;
}
.omv-home-v18__actions {
    display: flex !important;
    gap: 8px !important;
    margin: 12px 0 4px !important;
}
.omv-home-v18__actions .omv-button {
    min-height: 40px !important;
    padding: 9px 13px !important;
    font-size: 13px !important;
    border-radius: 9px !important;
    white-space: nowrap !important;
}
body.home .omv-home-v18__visual,
body.front-page .omv-home-v18__visual,
.omv-home-v18__visual {
    height: 328px !important;
    overflow: hidden !important;
}
body.home .omv-home-v18__visual img,
body.front-page .omv-home-v18__visual img,
.omv-home-v18__visual img {
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 18px !important;
}
.omv-africa-map {
    width: 110px !important;
    height: 122px !important;
    font-size: 10px !important;
}
body.home .omv-home-v18__role-card,
body.front-page .omv-home-v18__role-card,
.omv-home-v18__role-card {
    padding: 12px !important;
    border-radius: 16px !important;
}
.omv-home-v18__role-card h2 {
    font-size: 18px !important;
    margin-bottom: 8px !important;
}
.omv-hero-role-list {
    gap: 5px !important;
}
.omv-hero-role-list a {
    min-height: 34px !important;
    padding: 6px 8px !important;
    grid-template-columns: 22px 1fr 16px !important;
}
.omv-hero-role-list strong {
    font-size: 12.25px !important;
}
.omv-home-v18__allcats {
    margin-top: 8px !important;
    font-size: 12.5px !important;
}
.omv-home-search {
    max-width: 840px !important;
    grid-template-columns: minmax(230px, 1.3fr) repeat(3, minmax(120px, .7fr)) 108px !important;
    gap: 8px !important;
    padding: 8px !important;
}
.omv-home-search input,
.omv-home-search select,
.omv-home-search .omv-button {
    height: 40px !important;
    min-height: 40px !important;
    font-size: 13px !important;
}
body.home .omv-stats-strip,
body.front-page .omv-stats-strip,
.omv-stats-strip {
    width: min(1180px, calc(100% - 44px)) !important;
    max-width: 1180px !important;
    margin-top: 0 !important;
}
.omv-stats-strip div {
    padding: 13px 14px !important;
}
.omv-stats-strip strong {
    font-size: 22px !important;
}
.omv-stats-strip small {
    font-size: 11.5px !important;
    line-height: 1.15 !important;
}
.omv-profile-card__media {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.omv-profile-card__media img {
    object-fit: cover !important;
    object-position: center !important;
}
.omv-profile-card__top h3,
.omv-profile-card h3 {
    overflow-wrap: anywhere;
}
.omv-sample-note {
    margin: 16px 0 0 !important;
    color: var(--omv-muted) !important;
    font-size: 13px !important;
}
.omv-empty-state {
    border: 1px solid var(--omv-border);
    border-radius: 18px;
    background: #fff;
    padding: 28px;
    max-width: 620px;
    box-shadow: 0 10px 28px rgba(0,0,0,.04);
}
.omv-empty-state h3 {
    margin: 0 0 8px;
    font-size: 22px;
}
.omv-empty-state p {
    color: var(--omv-muted);
    margin: 0 0 18px;
}

@media (max-width: 1180px) {
    .omv-site-header .omv-header-inner { justify-content: space-between !important; }
    .omv-header-actions { display: none !important; }
    .omv-mobile-toggle { display: flex !important; color: #fff !important; }
    .omv-primary-nav {
        position: absolute !important;
        inset: 66px 14px auto 14px !important;
        background: #06111d !important;
        border: 1px solid rgba(255,255,255,.12) !important;
        border-radius: 16px !important;
        padding: 16px !important;
        box-shadow: 0 18px 50px rgba(0,0,0,.28) !important;
        display: none !important;
        max-height: calc(100vh - 90px) !important;
        overflow: auto !important;
    }
    .omv-primary-nav.is-open { display: block !important; }
    .omv-menu { flex-direction: column !important; align-items: flex-start !important; gap: 2px !important; }
    .omv-menu a { padding: 8px 0 !important; border-bottom-width: 0 !important; }
    .omv-mobile-nav-actions { display: flex !important; flex-direction: column !important; gap: 10px !important; width: 100% !important; border-top: 1px solid rgba(255,255,255,.12) !important; padding-top: 12px !important; margin-top: 10px !important; }
    body.home .omv-home-v18__inner,
    body.front-page .omv-home-v18__inner,
    .omv-home-v18__inner {
        grid-template-columns: minmax(0, 1fr) 255px !important;
        grid-template-areas:
            "strip strip"
            "copy role"
            "visual role"
            "search search" !important;
        gap: 16px !important;
    }
}

@media (max-width: 800px) {
    .omv-brand .omv-logo img { width: 126px !important; max-height: 52px !important; }
    .omv-hero-stratline {
        width: 100% !important;
        white-space: normal !important;
        line-height: 1.25 !important;
        font-size: 10.5px !important;
        padding: 7px 10px !important;
    }
    body.home .omv-home-v18 .omv-container,
    body.front-page .omv-home-v18 .omv-container { width: min(100% - 24px, 680px) !important; }
    body.home .omv-home-v18__inner,
    body.front-page .omv-home-v18__inner,
    .omv-home-v18__inner {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "strip"
            "copy"
            "search"
            "role"
            "visual" !important;
        gap: 12px !important;
    }
    body.home .omv-home-v18__copy,
    body.front-page .omv-home-v18__copy,
    .omv-home-v18__copy { text-align: left !important; }
    body.home .omv-home-v18__copy h1,
    body.front-page .omv-home-v18__copy h1,
    .omv-home-v18__copy h1 { font-size: clamp(35px, 11.5vw, 48px) !important; }
    .omv-home-v18__actions { display: grid !important; grid-template-columns: 1fr !important; }
    .omv-home-v18__actions .omv-button { width: 100% !important; }
    .omv-home-search { grid-template-columns: 1fr !important; max-width: 100% !important; }
    .omv-hero-role-list { grid-template-columns: 1fr 1fr !important; }
    body.home .omv-home-v18__visual,
    body.front-page .omv-home-v18__visual,
    .omv-home-v18__visual { height: 230px !important; }
    body.home .omv-stats-strip,
    body.front-page .omv-stats-strip,
    .omv-stats-strip { width: min(100% - 24px, 680px) !important; grid-template-columns: repeat(2, 1fr) !important; }
    .omv-profile-card,
    .omv-profile-grid--archive .omv-profile-card { grid-template-columns: 90px 1fr !important; padding: 12px !important; }
    .omv-profile-card__media img { width: 90px !important; height: 90px !important; border-radius: 12px !important; }
}

@media (max-width: 480px) {
    .omv-hero-role-list { grid-template-columns: 1fr !important; }
    .omv-stats-strip { grid-template-columns: 1fr 1fr !important; }
    .omv-stats-strip div { padding: 12px 10px !important; }
}

/* ============================================================
 * OMV v10.12 refinements
 * - logo subtitle replaced with centred asset
 * - hero CTA priority: one clear first action
 * - desktop and mobile button hierarchy made compact
 * ============================================================ */
.omv-brand .omv-logo img {
    width: 146px !important;
    max-height: 60px !important;
    object-fit: contain !important;
}
.omv-footer .omv-logo img {
    width: 218px !important;
    max-height: 86px !important;
    object-fit: contain !important;
}
.omv-home-v18__actions.omv-home-v18__actions--priority {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 9px !important;
    margin: 12px 0 4px !important;
}
.omv-home-v18__primary-cta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    max-width: 520px !important;
}
.omv-home-v18__primary-cta .omv-button {
    min-width: 220px !important;
    justify-content: center !important;
    font-weight: 900 !important;
    box-shadow: 0 14px 28px rgba(44, 190, 66, .22) !important;
}
.omv-home-v18__primary-cta span {
    display: block !important;
    max-width: 500px !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
}
.omv-home-v18__secondary-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}
.omv-home-v18__secondary-actions .omv-button {
    min-height: 36px !important;
    padding: 8px 12px !important;
    font-size: 12.5px !important;
    border-radius: 9px !important;
    box-shadow: none !important;
}
.omv-home-v18__secondary-actions .omv-button--glass,
.omv-home-v18__secondary-actions .omv-button--ghost-light {
    background: rgba(255,255,255,.055) !important;
    border-color: rgba(255,255,255,.24) !important;
}

@media (max-width: 1180px) {
    .omv-brand .omv-logo img { width: 138px !important; max-height: 58px !important; }
}
@media (max-width: 800px) {
    .omv-brand .omv-logo img { width: 128px !important; max-height: 54px !important; }
    .omv-home-v18__actions.omv-home-v18__actions--priority,
    .omv-home-v18__primary-cta,
    .omv-home-v18__secondary-actions { width: 100% !important; }
    .omv-home-v18__primary-cta .omv-button,
    .omv-home-v18__secondary-actions .omv-button { width: 100% !important; min-width: 0 !important; }
    .omv-home-v18__primary-cta span { font-size: 12px !important; }
}


/* OMV v10.13 Events & Trials upgrade */
.omv-event-hero {
  background:
    radial-gradient(circle at 84% 18%, rgba(37, 179, 75, .12), transparent 30%),
    linear-gradient(135deg, #07131f 0%, #0a1b26 54%, #07351f 100%);
  color: #fff;
  padding: 62px 0 54px;
}
.omv-event-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .68fr);
  gap: 42px;
  align-items: center;
}
.omv-event-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: .94;
  letter-spacing: -.055em;
  margin: 0 0 22px;
  max-width: 820px;
}
.omv-event-hero .omv-eyebrow { color: #45d064; }
.omv-event-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}
.omv-event-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 800;
}
.omv-event-feature-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
}
.omv-event-feature-card__image {
  aspect-ratio: 16 / 10;
  background: rgba(255,255,255,.05);
}
.omv-event-feature-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.omv-event-feature-card__body {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
}
.omv-event-feature-card__body span {
  display: block;
  color: rgba(255,255,255,.65);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}
.omv-event-feature-card__body strong {
  display: block;
  color: #fff;
  font-size: 16px;
}
.omv-event-logo {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: 18px;
  background: #fff;
  padding: 8px;
  display: grid;
  place-items: center;
}
.omv-event-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.omv-event-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}
.omv-event-main-card h2,
.omv-event-info-card h2 {
  margin-top: 0;
  font-size: 22px;
}
.omv-event-info-list {
  margin: 0 0 18px;
}
.omv-event-info-list div {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--omv-border);
}
.omv-event-info-list dt {
  color: var(--omv-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.omv-event-info-list dd {
  margin: 0;
  font-weight: 800;
  color: var(--omv-black);
}
.omv-status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--omv-green-soft);
  color: var(--omv-green);
  font-size: 12px;
  font-weight: 900;
}
.omv-button--full {
  width: 100%;
  justify-content: center;
}
.omv-events-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.omv-event-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--omv-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0,0,0,.05);
}
.omv-event-card__logo {
  width: 110px;
  min-height: 110px;
  border-radius: 18px;
  border: 1px solid var(--omv-border);
  background: #f7faf8;
  padding: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.omv-event-card__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.omv-event-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.omv-event-card h3 {
  font-size: 20px;
  line-height: 1.18;
  margin: 0 0 6px;
}
.omv-event-card__organiser {
  margin: 0 0 10px;
  color: var(--omv-green);
  font-weight: 900;
}
.omv-event-card__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: grid;
  gap: 4px;
  color: var(--omv-muted);
  font-size: 13px;
}
.omv-link {
  color: var(--omv-green);
  font-weight: 900;
}
@media (max-width: 900px) {
  .omv-event-hero { padding: 42px 0 34px; }
  .omv-event-hero__grid,
  .omv-event-detail-grid,
  .omv-events-grid {
    grid-template-columns: 1fr;
  }
  .omv-event-feature-card { order: -1; }
}
@media (max-width: 560px) {
  .omv-event-hero h1 {
    font-size: clamp(34px, 12vw, 48px);
  }
  .omv-event-card {
    grid-template-columns: 1fr;
  }
  .omv-event-card__logo {
    width: 100%;
    min-height: 150px;
  }
  .omv-event-card__top {
    align-items: flex-start;
  }
  .omv-event-info-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


/* OMV v10.15 Recognition badges */
.omv-recognition-box {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 92, 53, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, #fffaf0 0%, #eef8f2 100%);
  box-shadow: 0 10px 28px rgba(0,0,0,.04);
}
.omv-recognition-box strong {
  display: block;
  color: #0c0d0d;
  font-weight: 950;
  margin-bottom: 6px;
}
.omv-recognition-box span {
  display: block;
  color: #344054;
  font-weight: 650;
  line-height: 1.55;
}
.omv-profile-card__badges,
.omv-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.omv-profile-card__badges {
  margin: 10px 0 8px;
}
.omv-honour-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11.5px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .01em;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  white-space: nowrap;
}
.omv-honour-badge--pioneer {
  color: #111;
  border: 1px solid #f1c453;
  background: linear-gradient(135deg, #fff8dc 0%, #f7d76b 52%, #fff2b8 100%);
}
.omv-honour-badge--founding {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg, #005c35 0%, #111714 100%);
}
@media (max-width: 520px) {
  .omv-honour-badge {
    white-space: normal;
    line-height: 1.2;
  }
}


/* OMV v10.16 Desktop profile banner fix */
.omv-profile-v15-cover {
  min-height: 340px;
  background-color: #0b1116;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.omv-profile-v15-head {
  margin-top: -44px;
}
.omv-profile-v15-title {
  padding-top: 48px;
}
@media (max-width: 991px) {
  .omv-profile-v15-cover {
    min-height: 260px;
    background-size: cover;
    background-position: center center;
  }
  .omv-profile-v15-head {
    margin-top: -76px;
  }
  .omv-profile-v15-title {
    padding-top: 80px;
  }
}


/* OMV v10.17 LinkedIn/BuddyBoss-style profile cover + card layout */
.omv-profile-v15-hero {
  padding: 26px 0 0;
  background: #ffffff;
  border-bottom: 1px solid var(--omv-border);
}
.omv-profile-v15-hero .omv-container {
  position: relative;
}
.omv-profile-v15-cover {
  position: relative;
  min-height: 360px;
  border-radius: 26px;
  overflow: hidden;
  background-color: #07131f;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .12);
}
.omv-profile-v15-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.30) 42%, rgba(0,0,0,.10) 100%),
    linear-gradient(0deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.04) 54%);
  pointer-events: none;
}
.omv-profile-v15-head {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin: -92px 28px 0;
  padding: 24px;
  border: 1px solid rgba(230,233,236,.94);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(12, 13, 13, .14);
}
.omv-avatar--large {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 8px solid #ffffff;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(12,13,13,.16);
  background: #ffffff;
}
.omv-profile-v15-title {
  min-width: 0;
  padding-top: 0;
}
.omv-profile-v15-title h1 {
  margin: 0 0 7px;
  font-size: clamp(34px, 4.1vw, 56px);
  letter-spacing: -.055em;
  line-height: .98;
}
.omv-profile-v15-title p {
  margin: 0 0 10px;
  font-size: 20px;
  color: #243044;
}
.omv-profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
}
.omv-profile-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.omv-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.omv-profile-tabs {
  margin: 18px 28px 0;
  border-radius: 18px 18px 0 0;
  background: #fff;
  border: 1px solid var(--omv-border);
  border-bottom: 0;
  padding: 0 14px;
  overflow-x: auto;
  box-shadow: 0 12px 28px rgba(12,13,13,.04);
}
.omv-profile-tabs a {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .omv-profile-v15-cover {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .omv-profile-v15-hero {
    padding-top: 18px;
  }
  .omv-profile-v15-cover {
    min-height: 260px;
    border-radius: 22px;
  }
  .omv-profile-v15-head {
    grid-template-columns: 130px minmax(0, 1fr);
    margin: -74px 16px 0;
    padding: 18px;
    gap: 18px;
  }
  .omv-avatar--large {
    width: 120px;
    height: 120px;
    border-width: 7px;
  }
  .omv-profile-v15-title h1 {
    font-size: clamp(30px, 7vw, 46px);
  }
  .omv-profile-v15-title p {
    font-size: 17px;
  }
  .omv-profile-tabs {
    margin: 14px 16px 0;
  }
}
@media (max-width: 620px) {
  .omv-profile-v15-cover {
    min-height: 220px;
    background-position: center center;
  }
  .omv-profile-v15-head {
    grid-template-columns: 1fr;
    text-align: center;
    margin: -58px 10px 0;
    padding: 18px 14px 20px;
  }
  .omv-avatar--large {
    margin: 0 auto;
    width: 118px;
    height: 118px;
  }
  .omv-profile-meta,
  .omv-profile-badges,
  .omv-profile-actions {
    justify-content: center;
  }
  .omv-profile-actions .omv-button {
    flex: 1 1 150px;
    justify-content: center;
  }
}
