/*
Theme Name: BVA Motor Kurumsal
Theme URI: https://bvamotor.com
Author: BVA Motor
Author URI: https://bvamotor.com
Description: BVA Motor için hazırlanmış kurumsal motor, kontrol ve geçiş teknolojileri WordPress teması.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: bva-motor
*/

:root {
  --blue: #082c6c;
  --blue-2: #0d4a99;
  --blue-3: #1466bc;
  --red: #cf2733;
  --red-dark: #ad1723;
  --ink: #101b2d;
  --muted: #667084;
  --paper: #f4f7fb;
  --pale-blue: #eaf1fb;
  --white: #fff;
  --line: #dfe5ee;
  --max: 1320px;
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--ink); font: 16px/1.65 "Manrope", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(var(--max), calc(100% - 56px)); margin-inline: auto; }

.utility-bar { height: 36px; background: var(--blue); color: rgba(255,255,255,.78); font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-links { display: flex; align-items: center; gap: 16px; }
.utility-links a { color: #fff; }
.utility-separator { width: 1px; height: 12px; background: rgba(255,255,255,.3); }

.main-nav { position: relative; z-index: 20; height: 82px; background: #fff; border-bottom: 1px solid var(--line); }
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { width: 172px; height: 70px; display: flex; align-items: center; overflow: visible; flex: 0 0 auto; }
.brand img { width: 158px; height: auto; }
.nav-links { height: 100%; display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 700; color: #39455a; }
.nav-links > a:not(.nav-cta) { position: relative; height: 100%; display: flex; align-items: center; white-space: nowrap; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; background: var(--red); transition: right .25s ease; }
.nav-links > a:not(.nav-cta):hover, .nav-links > a.active { color: var(--blue); }
.nav-links > a:not(.nav-cta):hover::after, .nav-links > a.active::after { right: 0; }
.nav-cta { min-height: 45px; display: inline-flex; align-items: center; gap: 18px; padding: 0 18px; background: var(--blue); color: #fff; border-radius: 2px; transition: background .2s ease, transform .2s ease; }
.nav-cta:hover { background: var(--red); transform: translateY(-1px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 9px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--blue); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 550px; position: relative; display: flex; color: #fff; background: var(--blue); isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; background: url("assets/images/hero-technology-v2.webp") center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,23,61,.98) 0%, rgba(3,28,72,.9) 34%, rgba(3,39,93,.28) 63%, rgba(3,39,93,.06) 100%); }
.hero-inner { display: flex; align-items: center; padding-block: 66px 76px; }
.hero-copy { max-width: 625px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 42px; height: 2px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.7); }
.eyebrow.blue { color: var(--blue-2); }
.eyebrow.red { color: var(--red); }
.hero h1, .section-heading h2, .corporate-copy h2, .cta-inner h2 { margin: 0; font-size: clamp(46px, 5vw, 68px); line-height: 1.04; letter-spacing: -.052em; font-weight: 800; }
h1 em, h2 em { font-style: normal; color: var(--red); }
.hero-description { max-width: 615px; margin: 23px 0 29px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: #fff; }
.button-red:hover { background: var(--red-dark); }
.button-outline { border-color: rgba(255,255,255,.42); color: #fff; }
.button-outline:hover { background: #fff; border-color: #fff; color: var(--blue); }
.hero-index { position: absolute; right: 32px; bottom: 28px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-index i { width: 54px; height: 1px; background: rgba(255,255,255,.4); }

.proof-strip { background: #fff; border-bottom: 1px solid var(--line); }
.proof-grid { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { display: grid; align-content: center; gap: 2px; padding: 22px 35px; border-right: 1px solid var(--line); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { color: var(--blue); font-size: 20px; line-height: 1.2; letter-spacing: -.02em; }
.proof-item span { color: var(--muted); font-size: 13px; }

.solution-finder { padding: 78px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.finder-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 66px; align-items: stretch; }
.finder-intro { padding: 12px 0; }
.finder-intro h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 3.2vw, 48px); line-height: 1.09; letter-spacing: -.045em; }
.finder-intro > p:last-child { max-width: 410px; margin: 20px 0 0; color: var(--muted); font-size: 15px; }
.finder-workspace { min-width: 0; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(8,44,108,.07); }
.finder-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: thin; }
.finder-tab { min-height: 58px; flex: 1 0 auto; padding: 0 18px; border: 0; border-right: 1px solid var(--line); background: #fff; color: #58647a; cursor: pointer; font-size: 14px; font-weight: 700; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.finder-tab:last-child { border-right: 0; }
.finder-tab:hover { color: var(--blue); background: #f8fafe; }
.finder-tab.active { background: var(--blue); color: #fff; }
.finder-panel { min-height: 258px; display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; padding: 34px 36px; background: linear-gradient(135deg, #fff 0%, #f4f8fd 100%); }
.finder-panel-copy { max-width: 610px; }
.finder-code { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.finder-panel h3 { margin: 12px 0 8px; color: var(--blue); font-size: 27px; line-height: 1.25; letter-spacing: -.025em; }
.finder-panel p { margin: 0; color: var(--muted); font-size: 14px; }
.finder-specs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.finder-specs span { padding: 7px 9px; border: 1px solid #cfd9e8; background: #fff; color: var(--blue); font-size: 11px; font-weight: 800; }
.finder-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 18px; color: var(--blue); font-size: 13px; font-weight: 800; white-space: nowrap; }
.finder-link span { color: var(--red); }

.section { padding: 92px 0; }
.catalog-section { background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 44px; }
.section-heading h2, .corporate-copy h2, .cta-inner h2 { font-size: clamp(38px, 4.3vw, 58px); }
.section-heading > p { max-width: 475px; margin: 0 0 7px; color: var(--muted); line-height: 1.8; }

.catalog-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.category-card { min-height: 235px; position: relative; overflow: hidden; display: flex; flex-direction: column; grid-column: span 6; padding: 26px 28px; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.category-card:hover { z-index: 2; transform: translateY(-4px); border-color: #bfcbe0; box-shadow: 0 24px 55px rgba(8,44,108,.1); }
.category-card--primary { min-height: 310px; background: linear-gradient(145deg, var(--blue), #0b4a99); color: #fff; border-color: transparent; }
.category-card--dark { min-height: 310px; background: linear-gradient(145deg, #101b2d, #172c4b); color: #fff; border-color: transparent; }
.category-card--compact { grid-column: span 4; min-height: 225px; background: var(--paper); }
.category-card--wide { grid-column: span 6; min-height: 230px; background: var(--pale-blue); }
.category-card--pale { background: #f8f9fc; }
.category-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--blue-2); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.category-card--primary .category-top, .category-card--dark .category-top { color: rgba(255,255,255,.65); }
.category-no { color: var(--red); }
.category-symbol { position: absolute; top: 28px; right: 36px; color: rgba(255,255,255,.11); font-size: 150px; line-height: 1; font-weight: 800; }
.chain-symbol { font-size: 160px; top: 11px; }
.category-body { position: relative; z-index: 1; margin-top: auto; }
.category-body h3 { margin: 30px 0 8px; font-size: 22px; line-height: 1.25; letter-spacing: -.025em; }
.category-card--primary .category-body h3, .category-card--dark .category-body h3 { font-size: 27px; }
.category-body p { max-width: 540px; margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.category-card--primary .category-body p, .category-card--dark .category-body p { color: rgba(255,255,255,.66); }
.category-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.category-tags span { padding: 7px 10px; border: 1px solid rgba(8,44,108,.18); color: var(--blue); background: rgba(255,255,255,.45); font-size: 12px; font-weight: 800; line-height: 1; }
.category-card--primary .category-tags span, .category-card--dark .category-tags span { border-color: rgba(255,255,255,.2); color: #fff; background: rgba(255,255,255,.07); }

.technical-band { background: #071f4d; color: #fff; }
.technical-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.technical-grid > div { min-height: 166px; display: grid; align-content: center; gap: 4px; padding: 26px 32px; border-right: 1px solid rgba(255,255,255,.14); }
.technical-grid > div:first-child { padding-left: 0; }
.technical-grid > div:last-child { border-right: 0; }
.technical-grid small { color: rgba(255,255,255,.47); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.technical-grid strong { color: #fff; font-size: 31px; line-height: 1.15; letter-spacing: -.035em; }
.technical-grid strong b { color: #ff626c; font-size: 13px; letter-spacing: 0; }
.technical-grid span { color: rgba(255,255,255,.56); font-size: 12px; }

.featured-section { background: var(--paper); }
.featured-heading { align-items: end; }
.section-link { justify-self: end; display: inline-flex; align-items: center; gap: 24px; margin-bottom: 8px; color: var(--blue); font-size: 14px; font-weight: 800; }
.section-link span { color: var(--red); }
.featured-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.featured-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.featured-card:hover { transform: translateY(-4px); box-shadow: 0 25px 60px rgba(8,44,108,.11); }
.featured-image { height: 275px; overflow: hidden; background: #e9edf3; }
.featured-card--large .featured-image { height: 330px; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.featured-card:hover .featured-image img { transform: scale(1.025); }
.featured-image--contain { background: #fff; }
.featured-image--contain img { object-fit: contain; padding: 38px; }
.featured-info { min-height: 175px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 23px 25px; }
.product-label { display: inline-flex; margin-bottom: 10px; color: var(--blue-2); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-label--new { padding: 4px 8px; background: var(--red); color: #fff; }
.featured-info h3 { margin: 0; font-size: 22px; line-height: 1.25; letter-spacing: -.02em; }
.featured-info p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.corporate-section { position: relative; overflow: hidden; background: var(--blue); color: #fff; }
.corporate-section::after { content: "BVA"; position: absolute; right: -28px; bottom: -95px; color: rgba(255,255,255,.035); font-size: clamp(180px, 26vw, 410px); font-weight: 800; line-height: 1; letter-spacing: -.09em; pointer-events: none; }
.corporate-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.corporate-copy p:not(.eyebrow) { max-width: 585px; margin: 30px 0 0; color: rgba(255,255,255,.68); line-height: 1.85; }
.corporate-values { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.value-item { min-height: 220px; padding: 29px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.value-item > span { color: #ff6b73; font-size: 12px; font-weight: 800; }
.value-item h3 { margin: 34px 0 8px; font-size: 19px; }
.value-item p { margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.7; }

.professional-section { background: #fff; }
.professional-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin-bottom: 42px; }
.professional-heading h2 { margin: 0; font-size: clamp(38px, 4.1vw, 56px); line-height: 1.05; letter-spacing: -.048em; }
.professional-heading h2 em { color: var(--red); font-style: normal; }
.professional-heading > p { max-width: 500px; margin: 0 0 5px; color: var(--muted); }
.professional-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.professional-card { min-height: 245px; position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .22s ease, color .22s ease, transform .22s ease; }
.professional-card:hover { z-index: 1; background: var(--blue); color: #fff; transform: translateY(-3px); }
.professional-icon { color: var(--red); font-size: 11px; font-weight: 800; }
.professional-card h3 { margin: 0 0 8px; color: var(--blue); font-size: 19px; }
.professional-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.professional-card b { position: absolute; top: 23px; right: 24px; color: var(--blue); font-size: 18px; }
.professional-card:hover h3, .professional-card:hover b { color: #fff; }
.professional-card:hover p { color: rgba(255,255,255,.66); }

.cta-section { padding: 86px 0; background: #fff; border-bottom: 1px solid var(--line); }
.cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 65px; }
.cta-inner h2 em { color: var(--red); }
.cta-actions { display: flex; align-items: center; gap: 28px; flex: 0 0 auto; }
.button-blue { background: var(--blue); color: #fff; }
.button-blue:hover { background: var(--red); }
.mail-link { display: grid; gap: 2px; }
.mail-link small { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mail-link strong { color: var(--blue); font-size: 15px; }

.site-footer { background: #071b40; color: #fff; padding: 66px 0 25px; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 65px; align-items: start; }
.footer-brand-block { max-width: 310px; }
.footer-brand-block img { width: 205px; padding: 8px 10px; background: #fff; }
.footer-brand-block p { margin: 22px 0 0; color: rgba(255,255,255,.53); font-size: 14px; }
.footer-column { display: grid; align-content: start; gap: 10px; font-size: 13px; }
.footer-column strong { margin-bottom: 10px; color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a, .footer-column span { color: rgba(255,255,255,.52); transition: color .2s ease; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.36); font-size: 11px; letter-spacing: .04em; }

@media (max-width: 1080px) {
  .nav-links { gap: 17px; }
  .nav-links > a:not(.nav-cta) { font-size: 13px; }
  .section-heading { gap: 45px; }
  .finder-shell { gap: 40px; }
  .finder-panel { align-items: flex-start; flex-direction: column; }
  .featured-grid { grid-template-columns: 1fr 1fr; }
  .featured-card--large { grid-column: 1 / -1; }
  .featured-card--large .featured-image { height: 430px; }
  .corporate-grid { gap: 55px; }
  .professional-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 820px) {
  .container { width: min(var(--max), calc(100% - 32px)); }
  .utility-bar { display: none; }
  .main-nav { height: 82px; }
  .brand { width: 165px; height: 70px; }
  .brand img { width: 160px; }
  .menu-toggle { display: block; cursor: pointer; }
  .nav-links { position: absolute; top: 82px; left: 0; right: 0; height: auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px 16px 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(8,44,108,.1); }
  .nav-links.open { display: flex; }
  .nav-links > a:not(.nav-cta) { height: auto; padding: 13px 4px; font-size: 14px; }
  .nav-links > a:not(.nav-cta)::after { display: none; }
  .nav-cta { justify-content: space-between; margin-top: 8px; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero { min-height: 690px; }
  .hero-media { background-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,23,61,.98), rgba(3,28,72,.78)); }
  .hero-inner { padding-block: 68px 110px; }
  .hero-copy { max-width: 580px; }
  .hero h1 { font-size: clamp(44px, 12vw, 64px); }
  .hero-description { font-size: 15px; }
  .hero-index { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item { min-height: 100px; border-bottom: 1px solid var(--line); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(3), .proof-item:nth-child(4) { border-bottom: 0; }
  .proof-item:first-child { padding-left: 24px; }
  .finder-shell { grid-template-columns: 1fr; gap: 30px; }
  .finder-intro > p:last-child { max-width: 620px; }
  .finder-panel { min-height: 235px; }
  .section { padding: 84px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 42px; }
  .section-heading h2, .corporate-copy h2, .cta-inner h2 { font-size: clamp(38px, 10vw, 54px); }
  .section-link { justify-self: start; }
  .category-card, .category-card--compact, .category-card--wide { grid-column: span 12; min-height: 260px; }
  .category-card--primary, .category-card--dark { min-height: 330px; }
  .technical-grid { grid-template-columns: repeat(2, 1fr); }
  .technical-grid > div { min-height: 140px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .technical-grid > div:nth-child(2) { border-right: 0; }
  .technical-grid > div:nth-child(3), .technical-grid > div:nth-child(4) { border-bottom: 0; }
  .technical-grid > div:first-child { padding-left: 24px; }
  .featured-card--large .featured-image { height: 350px; }
  .corporate-grid { grid-template-columns: 1fr; }
  .professional-heading { grid-template-columns: 1fr; gap: 25px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand-block { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero { min-height: 730px; }
  .hero-media { background-position: 69% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,23,61,.99), rgba(3,28,72,.82)), linear-gradient(0deg, rgba(3,23,61,.72), transparent); }
  .hero-inner { align-items: flex-end; padding-block: 60px 76px; }
  .hero h1 { font-size: 45px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 330px; }
  .button { justify-content: space-between; }
  .proof-item { padding: 18px 14px; }
  .proof-item:first-child { padding-left: 14px; }
  .proof-item strong { font-size: 18px; }
  .proof-item span { font-size: 12px; }
  .solution-finder { padding: 64px 0; }
  .finder-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .finder-tab { min-height: 50px; border-bottom: 1px solid var(--line); }
  .finder-panel { padding: 27px 24px; }
  .finder-panel h3 { font-size: 23px; }
  .finder-link { white-space: normal; }
  .category-card { padding: 26px 24px; }
  .category-symbol { font-size: 120px; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-card--large { grid-column: auto; }
  .featured-image, .featured-card--large .featured-image { height: 280px; }
  .featured-info { min-height: 175px; }
  .corporate-values { grid-template-columns: 1fr; }
  .value-item { min-height: auto; }
  .technical-grid > div { padding: 22px 14px; }
  .technical-grid > div:first-child { padding-left: 14px; }
  .technical-grid strong { font-size: 24px; }
  .professional-grid { grid-template-columns: 1fr; }
  .professional-card { min-height: 210px; }
  .cta-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* WordPress menüsü ve standart içerik sayfaları */
.bva-menu { height: 100%; display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.bva-menu > li { height: 100%; display: flex; align-items: center; }
.bva-menu > li > a { position: relative; display: flex; align-items: center; height: 100%; white-space: nowrap; }
.bva-menu > li > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; background: var(--red); transition: right .25s ease; }
.bva-menu > li > a:hover::after, .bva-menu > .current-menu-item > a::after { right: 0; }
.content-page { min-height: 58vh; padding: 92px 0; background: var(--paper); }
.content-page__inner { max-width: 960px; }
.content-page__inner--center { text-align: center; }
.content-page__inner--center .eyebrow { justify-content: center; }
.content-article { padding: clamp(28px, 5vw, 64px); border: 1px solid var(--line); background: #fff; }
.content-article h1, .content-page__inner > h1 { margin: 0 0 26px; color: var(--blue); font-size: clamp(38px, 5vw, 62px); line-height: 1.08; letter-spacing: -.045em; }
.entry-content { color: var(--muted); }
.entry-content h2, .entry-content h3 { color: var(--ink); }
.entry-content a { color: var(--blue-2); text-decoration: underline; }

@media (max-width: 820px) {
  .nav-links .bva-menu { height: auto; align-items: stretch; flex-direction: column; gap: 0; }
  .nav-links .bva-menu > li { height: auto; }
  .nav-links .bva-menu > li > a { width: 100%; height: auto; padding: 13px 4px; }
  .nav-links .bva-menu > li > a::after { display: none; }
  .content-page { padding: 58px 0; }
}
