/*
Theme Name: Business Vertex
Theme URI: https://businessvertex.com.pk
Author: Business Vertex (Private) Limited
Author URI: https://businessvertex.com.pk
Description: Professional financial advisory website theme for Business Vertex (Private) Limited. Features expandable service cards, testimonial slider, WhatsApp integration, and a navy/gold brand palette.
Version: 1.0.0
License: Private
Text Domain: businessvertex
Tags: business, finance, professional, advisory
*/

/* ─── ROOT TOKENS ─────────────────────────────────────────── */
:root {
  --navy:      #1B3A6B;
  --navy-dark: #122850;
  --navy-mid:  #243F72;
  --gold:      #C9A84C;
  --gold-lt:   #E0C06A;
  --gold-dk:   #A8862E;
  --charcoal:  #1A1A2E;
  --off-white: #F7F6F2;
  --white:     #FFFFFF;
  --text:      #2C2C3A;
  --muted:     #7A7A90;
  --border:    rgba(201,168,76,0.22);
  --border-n:  rgba(27,58,107,0.15);
  --ff-d: 'Playfair Display', Georgia, serif;
  --ff-b: 'Inter', sans-serif;
  --ff-m: 'Space Mono', monospace;
}

/* ─── RESET ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--off-white);
  color: var(--text);
  font-family: var(--ff-b);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--navy-dark); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

/* ─── NAV ──────────────────────────────────────────────────── */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 5vw;
  background: rgba(18,40,80,0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: padding 0.3s;
}
.site-logo { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.site-logo img { height: 46px; width: auto; object-fit: contain; }
.logo-text { font-family: var(--ff-d); font-size: 1rem; font-weight: 700; color: var(--white); line-height: 1.15; }
.logo-text span { color: var(--gold); }
.logo-text small { display: block; font-family: var(--ff-m); font-size: 0.54rem; color: rgba(255,255,255,0.5); letter-spacing: 0.12em; text-transform: uppercase; }

/* WordPress auto-generates .menu for nav menus */
#primary-navigation ul { display: flex; gap: 2rem; list-style: none; }
#primary-navigation a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.79rem; letter-spacing: 0.07em; text-transform: uppercase; font-weight: 500; transition: color 0.2s; }
#primary-navigation a:hover { color: var(--gold); }

.nav-cta { background: var(--gold); color: var(--navy-dark) !important; padding: 0.55rem 1.35rem; font-weight: 700 !important; transition: background 0.2s; }
.nav-cta:hover { background: var(--gold-lt) !important; color: var(--navy-dark) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); }

.mobile-nav { display: none; position: fixed; top: 68px; left: 0; right: 0; background: var(--navy-dark); border-bottom: 1px solid var(--border); z-index: 199; padding: 1.5rem 5vw; flex-direction: column; gap: 1rem; }
.mobile-nav.open { display: flex; }
.mobile-nav a { color: var(--white); text-decoration: none; font-size: 0.95rem; padding: 0.4rem 0; border-bottom: 1px solid var(--border); }

/* ─── HERO ─────────────────────────────────────────────────── */
.bv-hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 7rem 5vw 4rem; position: relative; overflow: hidden;
  background: var(--navy-dark);
}
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.12; }
.hero-gradient { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(18,40,80,0.97) 0%,rgba(18,40,80,0.88) 55%,rgba(27,58,107,0.75) 100%); }
.hero-grid { position: absolute; inset: 0; pointer-events: none; background-image: repeating-linear-gradient(-45deg,rgba(201,168,76,0.04) 0px,rgba(201,168,76,0.04) 1px,transparent 1px,transparent 55px); }
.hero-inner { position: relative; z-index: 2; max-width: 680px; }
.hero-eyebrow { font-family: var(--ff-m); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; display: flex; align-items: center; gap: 0.8rem; }
.hero-eyebrow::before { content: ''; display: block; width: 30px; height: 1px; background: var(--gold); }
.hero-headline { font-family: var(--ff-d); font-size: clamp(2.6rem,5.5vw,4.8rem); font-weight: 900; line-height: 1.05; color: var(--white); margin-bottom: 1.4rem; }
.hero-headline em { font-style: normal; color: var(--gold); position: relative; }
.hero-headline em::after { content: ''; position: absolute; bottom: 3px; left: 0; right: 0; height: 2px; background: var(--gold); opacity: 0.4; }
.hero-sub { font-size: 1rem; color: rgba(255,255,255,0.72); max-width: 520px; margin-bottom: 2.5rem; line-height: 1.82; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--gold); color: var(--navy-dark); padding: 0.85rem 1.9rem; font-size: 0.88rem; font-weight: 700; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.15s; }
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--white); padding: 0.85rem 1.9rem; font-size: 0.88rem; font-weight: 500; text-decoration: none; border: 1px solid rgba(255,255,255,0.3); display: inline-block; transition: border-color 0.2s, color 0.2s; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid var(--border); flex-wrap: wrap; }
.stat-num { font-family: var(--ff-d); font-size: 1.9rem; font-weight: 900; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.7rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.2rem; }

/* ─── MARQUEE ──────────────────────────────────────────────── */
.bv-marquee { background: var(--gold); padding: 0.7rem 0; overflow: hidden; white-space: nowrap; }
.marquee-inner { display: inline-block; animation: marquee 25s linear infinite; }
.marquee-item { display: inline-block; font-family: var(--ff-m); font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--navy-dark); font-weight: 700; padding: 0 2.5rem; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── SECTION BASE ─────────────────────────────────────────── */
.bv-section { padding: 6rem 5vw; }
.section-eyebrow { font-family: var(--ff-m); font-size: 0.67rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.9rem; display: flex; align-items: center; gap: 0.75rem; }
.section-eyebrow::before { content: ''; display: block; width: 22px; height: 1px; background: var(--gold); }
.section-title { font-family: var(--ff-d); font-size: clamp(1.9rem,3.6vw,2.8rem); font-weight: 700; line-height: 1.1; margin-bottom: 0.85rem; color: var(--navy-dark); }
.section-title.light { color: var(--white); }
.section-sub { color: var(--muted); font-size: 0.96rem; max-width: 560px; line-height: 1.8; margin-bottom: 3rem; }
.section-sub.light { color: rgba(255,255,255,0.6); }

/* ─── SERVICES ─────────────────────────────────────────────── */
.bv-services { background: var(--off-white); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5px; background: rgba(27,58,107,0.1); border: 1.5px solid rgba(27,58,107,0.1); }
.service-card { background: var(--white); position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.service-card.open::before, .service-card:hover::before { transform: scaleX(1); }
.service-header { padding: 2rem 2rem 1.5rem; cursor: pointer; }
.service-icon { font-size: 1.7rem; margin-bottom: 0.9rem; }
.service-title-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.service-header h3 { font-family: var(--ff-d); font-size: 1.18rem; font-weight: 700; color: var(--navy-dark); flex: 1; }
.service-toggle { width: 28px; height: 28px; border: 1px solid rgba(27,58,107,0.2); background: none; color: var(--navy); font-size: 1.2rem; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: background 0.2s, transform 0.3s; }
.service-card.open .service-toggle { background: var(--gold); color: var(--white); border-color: var(--gold); transform: rotate(45deg); }
.service-summary { color: var(--muted); font-size: 0.86rem; line-height: 1.65; margin-top: 0.7rem; }
.service-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.9rem; }
.tag { font-family: var(--ff-m); font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); border: 1px solid rgba(27,58,107,0.18); padding: 0.18rem 0.55rem; background: rgba(27,58,107,0.04); }
.service-panel { max-height: 0; overflow: hidden; transition: max-height 0.45s ease; }
.service-card.open .service-panel { max-height: 1400px; }
.service-panel-inner { padding: 1.5rem 2rem 2rem; border-top: 1px solid rgba(27,58,107,0.08); }
.panel-item { margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(27,58,107,0.06); }
.panel-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.panel-item-title { font-weight: 600; font-size: 0.88rem; color: var(--navy-dark); margin-bottom: 0.28rem; display: flex; align-items: flex-start; gap: 0.5rem; }
.panel-item-title::before { content: '▸'; color: var(--gold); font-size: 0.68rem; margin-top: 3px; flex-shrink: 0; }
.panel-item-desc { color: var(--muted); font-size: 0.82rem; line-height: 1.65; padding-left: 1.1rem; }

/* ─── FEATURES GRID ────────────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(201,168,76,0.15); }
.feature-img-card { position: relative; overflow: hidden; height: 320px; }
.feature-img-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.feature-img-card:hover img { transform: scale(1.04); }
.feature-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(18,40,80,0.85) 0%,transparent 60%); display: flex; align-items: flex-end; padding: 1.5rem; }
.feature-img-label { font-family: var(--ff-d); font-size: 1.05rem; font-weight: 700; color: var(--white); }
.feature-img-sub { font-size: 0.78rem; color: var(--gold); font-family: var(--ff-m); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.2rem; }
.feature-text-card { background: var(--navy-mid); padding: 2.5rem; display: flex; flex-direction: column; justify-content: center; }
.feature-text-card h3 { font-family: var(--ff-d); font-size: 1.5rem; font-weight: 700; color: var(--white); margin-bottom: 1rem; }
.feature-text-card p { color: rgba(255,255,255,0.65); font-size: 0.9rem; line-height: 1.8; margin-bottom: 1.5rem; }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.feature-list li { font-size: 0.84rem; color: rgba(255,255,255,0.75); display: flex; align-items: center; gap: 0.6rem; }
.feature-list li::before { content: ''; display: block; width: 6px; height: 6px; background: var(--gold); flex-shrink: 0; }

/* ─── ABOUT ─────────────────────────────────────────────────── */
.bv-about { background: var(--off-white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-photo-wrap { position: relative; }
.about-photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.about-photo-accent { position: absolute; bottom: -16px; left: -16px; width: 70%; height: 60%; border: 3px solid var(--gold); z-index: -1; }
.about-badge-float { position: absolute; top: 1.5rem; right: -2rem; background: var(--navy-dark); padding: 1.1rem 1.4rem; border: 1px solid var(--border); text-align: center; }
.abf-num { font-family: var(--ff-d); font-size: 2rem; font-weight: 900; color: var(--gold); line-height: 1; }
.abf-label { font-size: 0.62rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.2rem; }
.about-credentials { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; margin-bottom: 2rem; }
.cred-badge { background: var(--navy-dark); color: var(--gold); padding: 0.35rem 0.85rem; font-size: 0.72rem; font-weight: 700; font-family: var(--ff-m); letter-spacing: 0.08em; border: 1px solid rgba(201,168,76,0.3); }

/* ─── RESULTS STRIP ────────────────────────────────────────── */
.bv-results { background: var(--gold); padding: 4rem 5vw; }
.results-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 2rem; text-align: center; }
.result-num { font-family: var(--ff-d); font-size: 2.5rem; font-weight: 900; color: var(--navy-dark); line-height: 1; }
.result-label { font-size: 0.78rem; color: var(--navy-dark); opacity: 0.75; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.35rem; font-weight: 600; }

/* ─── WHY US ────────────────────────────────────────────────── */
.bv-why { background: var(--navy-dark); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 1.5px; background: rgba(201,168,76,0.12); }
.why-card { background: var(--navy-mid); padding: 2rem 1.75rem; transition: background 0.25s; }
.why-card:hover { background: var(--navy); }
.why-num { font-family: var(--ff-m); font-size: 0.65rem; color: var(--gold); letter-spacing: 0.12em; margin-bottom: 0.8rem; }
.why-card h4 { font-family: var(--ff-d); font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; }
.why-card p { color: rgba(255,255,255,0.6); font-size: 0.83rem; line-height: 1.65; }

/* ─── MARKETS ───────────────────────────────────────────────── */
.bv-markets { background: var(--off-white); padding: 5rem 5vw; }
.markets-strip { display: flex; gap: 1.5px; background: rgba(27,58,107,0.1); margin-top: 2.5rem; }
.market-item { flex: 1; background: var(--white); padding: 2rem 1.25rem; text-align: center; transition: background 0.2s, transform 0.2s; border-top: 3px solid transparent; }
.market-item:hover { background: var(--navy-dark); transform: translateY(-4px); border-top-color: var(--gold); }
.market-item:hover .market-name, .market-item:hover .market-note { color: rgba(255,255,255,0.8); }
.market-flag { font-size: 2rem; margin-bottom: 0.65rem; }
.market-name { font-family: var(--ff-d); font-size: 0.95rem; font-weight: 700; color: var(--navy-dark); margin-bottom: 0.3rem; transition: color 0.2s; }
.market-note { font-size: 0.67rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; transition: color 0.2s; }

/* ─── TESTIMONIALS ──────────────────────────────────────────── */
.bv-testimonials { background: var(--navy-dark); padding: 6rem 5vw; overflow: hidden; }
.testi-track-wrap { overflow: hidden; position: relative; margin-top: 3rem; }
.testi-track-wrap::before, .testi-track-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.testi-track-wrap::before { left: 0; background: linear-gradient(to right,var(--navy-dark),transparent); }
.testi-track-wrap::after { right: 0; background: linear-gradient(to left,var(--navy-dark),transparent); }
.testi-track { display: flex; gap: 1.5rem; width: max-content; animation: slide 30s linear infinite; }
.testi-track:hover { animation-play-state: paused; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.testi-card { width: 340px; flex-shrink: 0; background: var(--navy-mid); border: 1px solid var(--border); padding: 2rem; position: relative; }
.testi-card::before { content: '"'; position: absolute; top: -0.5rem; left: 1.5rem; font-family: var(--ff-d); font-size: 5rem; color: var(--gold); opacity: 0.18; line-height: 1; }
.testi-stars { display: flex; gap: 2px; margin-bottom: 1rem; }
.star { color: var(--gold); font-size: 0.9rem; }
.testi-text { color: rgba(255,255,255,0.75); font-size: 0.88rem; line-height: 1.75; margin-bottom: 1.5rem; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 0.75rem; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--ff-d); font-size: 1rem; font-weight: 700; color: var(--navy-dark); flex-shrink: 0; }
.testi-name { font-weight: 600; font-size: 0.88rem; color: var(--white); }
.testi-role { font-size: 0.72rem; color: var(--gold); font-family: var(--ff-m); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 0.1rem; }
.testi-country { font-size: 0.7rem; color: rgba(255,255,255,0.4); margin-top: 0.1rem; }

/* ─── CONTACT ───────────────────────────────────────────────── */
.bv-contact { background: var(--off-white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: start; }
.contact-headline { font-family: var(--ff-d); font-size: clamp(1.7rem,3.2vw,2.4rem); font-weight: 700; color: var(--navy-dark); margin-bottom: 2rem; line-height: 1.2; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.6rem; }
.contact-icon { width: 44px; height: 44px; flex-shrink: 0; background: var(--navy-dark); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.contact-label { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 0.18rem; }
.contact-value { font-size: 0.9rem; color: var(--navy-dark); font-weight: 500; }
.contact-value a { color: var(--navy-dark); text-decoration: none; transition: color 0.2s; }
.contact-value a:hover { color: var(--gold-dk); }
.whatsapp-btn { display: inline-flex; align-items: center; gap: 0.6rem; background: #25D366; color: var(--white); padding: 0.75rem 1.5rem; font-size: 0.85rem; font-weight: 700; text-decoration: none; margin-top: 1rem; transition: background 0.2s; }
.whatsapp-btn:hover { background: #1EBA58; color: var(--white); }
.contact-form-wrap { background: var(--white); border: 1px solid rgba(27,58,107,0.1); padding: 2.5rem; box-shadow: 0 4px 32px rgba(27,58,107,0.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: 0.67rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 0.45rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: var(--off-white); border: 1px solid rgba(27,58,107,0.15); color: var(--text); padding: 0.72rem 0.9rem; font-family: var(--ff-b); font-size: 0.88rem; outline: none; transition: border-color 0.2s; appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--navy); }
.form-group textarea { height: 110px; resize: vertical; }
.wpcf7-submit, .bv-submit { width: 100%; background: var(--navy-dark); color: var(--white); border: none; padding: 1rem; font-size: 0.88rem; font-weight: 700; font-family: var(--ff-b); letter-spacing: 0.08em; cursor: pointer; text-transform: uppercase; transition: background 0.2s; }
.wpcf7-submit:hover, .bv-submit:hover { background: var(--gold); color: var(--navy-dark); }

/* ─── FOOTER ────────────────────────────────────────────────── */
#colophon { background: var(--charcoal); border-top: 3px solid var(--gold); }
.footer-top { padding: 3.5rem 5vw 2.5rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
.footer-logo-img { height: 50px; width: auto; object-fit: contain; margin-bottom: 1.2rem; }
.footer-tagline { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 240px; }
.footer-col-title { font-family: var(--ff-m); font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer-links-list { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-links-list a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.83rem; transition: color 0.2s; }
.footer-links-list a:hover { color: var(--gold); }
.footer-contact-item { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 0.5rem; }
.footer-contact-item a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.footer-contact-item a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 1.25rem 5vw; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.75rem; }
.footer-copy { color: rgba(255,255,255,0.35); font-size: 0.72rem; font-family: var(--ff-m); }
.footer-creds { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.footer-cred { background: rgba(201,168,76,0.12); color: var(--gold); padding: 0.2rem 0.6rem; font-size: 0.62rem; font-family: var(--ff-m); border: 1px solid rgba(201,168,76,0.2); }

/* ─── WHATSAPP FLOAT ────────────────────────────────────────── */
.wa-float { position: fixed; bottom: 1.8rem; right: 1.8rem; z-index: 300; display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem; }
.wa-float-btn { width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); text-decoration: none; transition: transform 0.2s; }
.wa-float-btn:hover { transform: scale(1.1); }
.wa-float-btn svg { width: 28px; height: 28px; fill: white; }
.wa-tooltip { background: var(--navy-dark); color: var(--white); font-size: 0.73rem; padding: 0.35rem 0.75rem; white-space: nowrap; opacity: 0; transform: translateX(8px); transition: opacity 0.2s, transform 0.2s; pointer-events: none; font-weight: 600; border: 1px solid var(--border); }
.wa-float:hover .wa-tooltip { opacity: 1; transform: translateX(0); }

/* ─── REVEAL ANIMATION ──────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 960px) {
  #primary-navigation, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .features-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .markets-strip { flex-wrap: wrap; }
  .market-item { flex: 1 1 45%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .about-badge-float { right: 0; }
}
@media (max-width: 580px) {
  .bv-section { padding: 4rem 5vw; }
  .hero-headline { font-size: 2.3rem; }
  .market-item { flex: 1 1 100%; }
  .footer-top { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: repeat(2,1fr); }
}
