/* ═══════════════════════════════════════════════════════
   RR Roof Waterproofing — Global Stylesheet
   Casson Media | 2026 | cassonmedia.co.za
═══════════════════════════════════════════════════════ */

/* ─── Reset & Base ───────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #0d0d0d; color: #fff; overflow-x: hidden; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }

/* ─── Scrollbar ──────────────────────────────────────── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #111; }
::-webkit-scrollbar-thumb { background: #BEDE15; border-radius: 3px; }

/* ─── Typography ─────────────────────────────────────── */
.eyebrow { font-size: 10.5px; letter-spacing: 4px; color: #BEDE15; font-weight: 700; text-transform: uppercase; margin-bottom: 14px; display: block; }
.section-h { font-size: clamp(28px, 4vw, 48px); font-weight: 900; line-height: 1.1; }

/* ─── Navigation ─────────────────────────────────────── */
#mainNav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0 24px; transition: all .35s; }
#mainNav.scrolled { background: rgba(13,13,13,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(190,222,21,.18); }
.nav-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { color: rgba(255,255,255,.65); text-decoration: none; font-size: 13.5px; font-weight: 500; padding: 8px 13px; border-radius: 6px; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: #BEDE15; }
.nav-cta { background: #BEDE15 !important; color: #000 !important; font-weight: 800 !important; padding: 10px 22px !important; border-radius: 8px !important; }
.nav-cta:hover { background: #a5c70f !important; }

/* ─── Floating CTAs ──────────────────────────────────── */
.float-stack { position: fixed; right: 22px; bottom: 72px; display: flex; flex-direction: column; gap: 12px; z-index: 990; }
.float-icon { width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(0,0,0,.45); transition: transform .2s, box-shadow .2s; text-decoration: none; }
.float-icon:hover { transform: scale(1.12); box-shadow: 0 6px 30px rgba(0,0,0,.6); }

/* ─── Sticky Bar ─────────────────────────────────────── */
#stickyBar { position: fixed; bottom: 0; left: 0; right: 0; background: #BEDE15; z-index: 989; padding: 11px 20px; display: flex; align-items: center; justify-content: center; gap: 16px; border-top: 2px solid #a5c70f; }

/* ─── Exit Popup ─────────────────────────────────────── */
#exitOverlay { position: fixed; inset: 0; background: rgba(0,0,0,.82); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 16px; }
#exitOverlay.show { display: flex; }
.exit-box { background: #141414; border: 1px solid #BEDE15; border-radius: 18px; max-width: 480px; width: 100%; padding: 44px; position: relative; }

/* ─── Buttons ─────────────────────────────────────────── */
.btn-lime { background: #BEDE15; color: #000; font-weight: 800; font-size: 15px; border: none; border-radius: 9px; padding: 15px 34px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .2s; }
.btn-lime:hover { background: #a5c70f; color: #000; }
.btn-dark { background: #000; color: #BEDE15; font-weight: 800; font-size: 15px; border: none; border-radius: 9px; padding: 15px 34px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .2s; }
.btn-dark:hover { background: #1a1a1a; }
.btn-outline { background: transparent; color: #fff; font-weight: 800; font-size: 14px; border: 2px solid rgba(255,255,255,.6); border-radius: 9px; padding: 14px 30px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; }
.btn-outline:hover { background: #fff; color: #000; border-color: #fff; }

/* ─── Forms ───────────────────────────────────────────── */
.form-field { background: #1c1c1c; border: 1px solid rgba(255,255,255,.09); color: #fff; border-radius: 9px; padding: 13px 16px; width: 100%; outline: none; transition: border-color .25s; font-family: 'Inter', sans-serif; font-size: 14px; }
.form-field:focus { border-color: #BEDE15; }
.form-field::placeholder { color: rgba(255,255,255,.35); }
select.form-field option { background: #1c1c1c; }
textarea.form-field { resize: vertical; min-height: 110px; }
.qq-field { background: #111; border: 1px solid rgba(0,0,0,.3); color: #fff; border-radius: 9px; padding: 13px 16px; width: 100%; outline: none; transition: border-color .25s; font-family: 'Inter', sans-serif; font-size: 14px; }
.qq-field:focus { border-color: rgba(0,0,0,.6); }
.qq-field::placeholder { color: rgba(255,255,255,.4); }
select.qq-field option { background: #111; }
.form-label { font-size: 10.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; display: block; margin-bottom: 7px; }

/* ─── Trust Bar ───────────────────────────────────────── */
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-icon { font-size: 30px; line-height: 1; }
.divider-v { width: 1px; height: 44px; background: rgba(255,255,255,.1); }

/* ─── Service Cards ───────────────────────────────────── */
.svc-card { background: #141414; border: 1px solid rgba(255,255,255,.06); border-radius: 14px; overflow: hidden; position: relative; transition: border-color .3s, transform .3s; }
.svc-card:hover { border-color: #BEDE15; transform: translateY(-5px); }
.svc-card-bar { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #BEDE15; transform: scaleX(0); transform-origin: left; transition: transform .35s; z-index: 2; }
.svc-card:hover .svc-card-bar { transform: scaleX(1); }

/* ─── Service Card Before/After Hover ───────────────── */
.svc-card-img { position: relative; height: 210px; overflow: hidden; }
.svc-img-after { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-img-before-panel { position: absolute; top: 0; left: 0; bottom: 0; width: 50%; overflow: hidden; transform: translateX(-100%); transition: transform .48s cubic-bezier(.4,0,.2,1); z-index: 1; }
.svc-img-before-panel img { position: absolute; top: 0; left: 0; width: 200%; height: 100%; object-fit: cover; }
.svc-card:hover .svc-img-before-panel { transform: translateX(0); }
.svc-ba-divider { position: absolute; left: calc(50% - 1.5px); top: 0; bottom: 0; width: 3px; background: #BEDE15; box-shadow: 0 0 8px rgba(190,222,21,.6); transform: scaleY(0); transform-origin: top; transition: transform .38s .12s ease; z-index: 3; }
.svc-card:hover .svc-ba-divider { transform: scaleY(1); }
.svc-ba-labels { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; padding: 24px 14px 10px; opacity: 0; transition: opacity .25s .22s; z-index: 4; background: linear-gradient(to top,rgba(0,0,0,.55),transparent); pointer-events: none; }
.svc-card:hover .svc-ba-labels { opacity: 1; }
.svc-ba-label { font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; background: rgba(0,0,0,.65); }
.svc-ba-before { color: #BEDE15; }
.svc-ba-after  { color: #fff; }

/* ─── Review Cards ────────────────────────────────────── */
.rev-card { background: #141414; border: 1px solid rgba(190,222,21,.12); border-radius: 14px; padding: 28px; transition: border-color .3s; display: flex; flex-direction: column; }
.rev-card p { flex: 1; }
.rev-card:hover { border-color: #BEDE15; }
.star { color: #BEDE15; font-size: 15px; }

/* ─── Guarantee Badge ─────────────────────────────────── */
.g-badge { border: 3px solid #BEDE15; border-radius: 50%; width: 260px; height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; flex-shrink: 0; }
.g-badge::before { content: ''; position: absolute; inset: -12px; border: 1px solid rgba(190,222,21,.28); border-radius: 50%; }
.g-badge::after { content: ''; position: absolute; inset: -24px; border: 1px solid rgba(190,222,21,.1); border-radius: 50%; }

/* ─── Before/After Slider ─────────────────────────────── */
.ba-wrap { position: relative; overflow: hidden; border-radius: 14px; cursor: col-resize; user-select: none; -webkit-user-select: none; }
.ba-before { position: absolute; inset: 0; z-index: 1; }
.ba-before img { width: 100%; height: 100%; object-fit: cover; }
.ba-after { position: absolute; top: 0; left: 0; bottom: 0; width: 50%; overflow: hidden; z-index: 2; }
.ba-after img { height: 100%; max-width: none; object-fit: cover; }
.ba-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #BEDE15; transform: translateX(-50%); z-index: 3; }
.ba-knob { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; background: #BEDE15; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 4; box-shadow: 0 0 0 5px rgba(190,222,21,.25), 0 4px 20px rgba(0,0,0,.5); }

/* ─── Homepage Split Hero ─────────────────────────────── */
.split-hero { height: 100vh; display: grid; grid-template-columns: 1fr 1fr; position: relative; padding-top: 76px; }
.hero-panel { position: relative; overflow: hidden; cursor: pointer; }
.hero-panel img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s ease, filter .85s ease; }
.hero-panel:hover img { transform: scale(1.06); filter: brightness(1.05); }
.hero-overlay { position: absolute; inset: 0; }
.hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 48px 40px; text-align: center; }
.hero-tag { font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase; font-weight: 700; padding: 5px 16px; border-radius: 20px; display: inline-block; margin-bottom: 18px; }

/* ─── Inner Page Hero ─────────────────────────────────── */
.page-hero { padding: 140px 24px 80px; background: #111; border-bottom: 1px solid rgba(190,222,21,.1); text-align: center; position: relative; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .15; }
.page-hero-content { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(30px, 4.5vw, 54px); font-weight: 900; line-height: 1.05; margin-bottom: 20px; }
.page-hero .lead { font-size: 17px; color: rgba(255,255,255,.65); line-height: 1.85; }

/* ─── Quick Quote Bar ─────────────────────────────────── */
.quick-quote-bar { background: #BEDE15; padding: 36px 24px; }
.qq-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; align-items: end; max-width: 1280px; margin: 0 auto; }

/* ─── Content Sections ────────────────────────────────── */
.content-wrap { max-width: 1100px; margin: 0 auto; padding: 80px 24px; }
.content-body h2 { font-size: clamp(22px, 2.8vw, 32px); font-weight: 800; margin: 52px 0 14px; line-height: 1.2; color: #fff; }
.content-body h2:first-child { margin-top: 0; }
.content-body h2 .answer-lead { display: block; font-size: clamp(14px, 1.6vw, 16px); font-weight: 400; color: rgba(255,255,255,.6); line-height: 1.85; margin-top: 12px; max-width: 680px; }
.content-body p { color: rgba(255,255,255,.68); font-size: 15.5px; line-height: 1.85; margin-bottom: 18px; max-width: 680px; }
.content-body ul { margin: 0 0 24px; padding: 0; list-style: none; max-width: 680px; }
.content-body ul li { color: rgba(255,255,255,.68); font-size: 15.5px; line-height: 1.7; padding: 10px 0 10px 36px; position: relative; border-bottom: 1px solid rgba(255,255,255,.05); }
.content-body ul li::before { content: '✓'; position: absolute; left: 2px; top: 14px; width: 20px; height: 20px; background: #BEDE15; border-radius: 50%; font-size: 11px; font-weight: 900; color: #000; line-height: 20px; text-align: center; }
.content-body ul li::after { content: none; }
.content-body ul li strong { color: #fff; }

/* ─── Benefit Cards ───────────────────────────────────── */
.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin: 24px 0 40px; }
.benefit-card { background: #141414; border: 1px solid rgba(190,222,21,.12); border-radius: 14px; padding: 24px; transition: border-color .3s, transform .3s; }
.benefit-card:hover { border-color: #BEDE15; transform: translateY(-4px); }
.benefit-num { width: 38px; height: 38px; background: #BEDE15; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-weight: 900; color: #000; font-size: 16px; margin-bottom: 14px; }
.benefit-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: #fff; }
.benefit-card p { color: rgba(255,255,255,.5); font-size: 13.5px; line-height: 1.65; margin: 0; }

/* ─── Process Grid ────────────────────────────────────── */
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin: 24px 0 40px; }
.process-step { background: #141414; border: 1px solid rgba(255,255,255,.06); border-radius: 14px; padding: 24px; transition: border-color .3s; }
.process-step:hover { border-color: #BEDE15; }
.step-num { width: 40px; height: 40px; background: rgba(190,222,21,.1); border: 1.5px solid #BEDE15; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; color: #BEDE15; font-size: 16px; margin-bottom: 14px; }
.process-step h4 { font-size: 14px; font-weight: 700; margin-bottom: 8px; color: #fff; }
.process-step p { color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.65; margin: 0; }

/* ─── FAQ Accordion ───────────────────────────────────── */
.faq-list { border-top: 1px solid rgba(255,255,255,.07); margin: 24px 0; max-width: 720px; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.07); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; font-weight: 700; font-size: 16px; gap: 16px; color: #fff; background: none; border: none; width: 100%; text-align: left; }
.faq-q:hover { color: #BEDE15; }
.faq-icon { min-width: 28px; height: 28px; background: rgba(190,222,21,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #BEDE15; font-size: 20px; font-weight: 300; transition: transform .3s; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p { color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.85; padding: 4px 0 20px; margin: 0; }

/* ─── CTA Banner ──────────────────────────────────────── */
.cta-banner { background: #BEDE15; padding: 72px 24px; text-align: center; }
.cta-banner h2 { font-size: clamp(24px, 3.5vw, 42px); font-weight: 900; color: #000; margin-bottom: 16px; line-height: 1.1; }
.cta-banner p { color: rgba(0,0,0,.6); font-size: 17px; margin-bottom: 34px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ─── Footer ──────────────────────────────────────────── */
.footer-contact-link { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.75); text-decoration: none; font-size: 15px; font-weight: 500; transition: color .2s; }
.footer-contact-link:hover { color: #BEDE15; }

/* ─── Inner Trust Bar ─────────────────────────────────── */
.inner-trust { background: #111; border-bottom: 1px solid rgba(190,222,21,.1); padding: 20px 24px; overflow-x: auto; }
.inner-trust-inner { max-width: 1280px; margin: 0 auto; display: flex; flex-wrap: nowrap; gap: 24px; align-items: center; justify-content: center; }
.inner-trust-item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.7); white-space: nowrap; flex-shrink: 0; }
.inner-trust-item span { color: #BEDE15; font-size: 18px; }

/* ─── Mobile Hamburger ───────────────────────────────── */
.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 4px;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease, width .2s ease;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── Mobile Drawer ──────────────────────────────────── */
.nav-mobile-menu {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  background: rgba(13,13,13,.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(190,222,21,.2);
  padding: 8px 24px 32px;
  flex-direction: column;
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  z-index: 999;
}
.nav-mobile-menu.open { display: flex; }
.mob-link {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  display: block;
  transition: color .15s;
}
.mob-link:hover { color: #BEDE15; }
.mob-services-label {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 700;
  color: rgba(255,255,255,.28);
  text-transform: uppercase;
  padding: 18px 0 4px;
}
.mob-service-link {
  color: rgba(255,255,255,.55);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  padding: 10px 0 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  display: block;
  transition: color .15s;
}
.mob-service-link:hover { color: #BEDE15; }
.mob-cta {
  display: block;
  margin-top: 20px;
  background: #BEDE15;
  color: #000 !important;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 9px;
  text-align: center;
  text-decoration: none;
  transition: background .2s;
}
.mob-cta:hover { background: #cef01a; }

/* ─── Responsive ──────────────────────────────────────── */
@media (max-width: 1100px) {
  .qq-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .split-hero { grid-template-columns: 1fr; height: auto; padding-top: 76px; }
  .hero-panel { height: 55vh; }
  .hero-center-icon { display: none !important; }
  .split-hero .scroll-cue { display: none !important; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .guarantee-grid { grid-template-columns: 1fr !important; }
  .guarantee-grid .g-badge-wrap { display: none; }
  .footer-grid { grid-template-columns: 1fr !important; }
  .ba-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 640px) {
  .divider-v { display: none; }
  .inner-trust { overflow-x: visible; padding: 16px 20px; }
  .inner-trust-inner { flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
  .inner-trust-item { font-size: 12px; }
  .qq-grid { grid-template-columns: 1fr !important; }
  .rev-grid { grid-template-columns: 1fr !important; }
  .svc-grid { grid-template-columns: 1fr !important; }
  .float-stack { right: 14px; bottom: 64px; }
  .float-icon { width: 46px; height: 46px; }
  .benefit-grid { grid-template-columns: 1fr !important; }
  .process-grid { grid-template-columns: 1fr 1fr !important; }
  .stat-card-grid { gap: 10px !important; }
  .stat-card { padding: 14px 8px !important; }
  .stat-card div:first-child { font-size: 34px !important; }
  .stat-card div:last-child { font-size: 11px !important; }
  #stickyBar { flex-wrap: nowrap; gap: 10px; padding: 10px 14px; justify-content: flex-start; }
  #stickyBar span { flex: 1; min-width: 0; font-size: 11.5px; text-align: left; }
}
@media (max-width: 400px) {
  .process-grid { grid-template-columns: 1fr !important; }
}

/* ══════════════════════════════════════════════════════════
   NAV DROPDOWN
══════════════════════════════════════════════════════════ */
.nav-dropdown { position: relative; }

.nav-dropdown-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .3px;
  color: rgba(255,255,255,.65);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 8px;
  transition: color .2s, background .2s;
  line-height: 1;
}
.nav-dropdown-btn:hover,
.nav-dropdown.open .nav-dropdown-btn {
  color: #BEDE15;
  background: rgba(190,222,21,.07);
}
.nav-chevron { transition: transform .2s ease; flex-shrink: 0; }
.nav-dropdown.open .nav-chevron { transform: rotate(180deg); }

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: #111;
  border: 1px solid rgba(190,222,21,.18);
  border-radius: 12px;
  padding: 6px 0;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  z-index: 500;
  box-shadow: 0 24px 64px rgba(0,0,0,.6);
}
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu a {
  display: block;
  padding: 11px 22px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover { color: #BEDE15; background: rgba(190,222,21,.07); }
.nav-dropdown-menu a.active { color: #BEDE15; background: rgba(190,222,21,.1); font-weight: 700; }
.nav-dropdown-menu a:first-child { border-radius: 10px 10px 0 0; }
.nav-dropdown-menu a:last-child  { border-radius: 0 0 10px 10px; }

/* ── Get a Quote CTA button in nav ── */
.nav-quote-btn {
  background: #BEDE15;
  color: #000 !important;
  font-weight: 800 !important;
  font-size: 13.5px !important;
  padding: 11px 22px;
  border-radius: 8px;
  text-decoration: none !important;
  letter-spacing: .2px;
  margin-left: 6px;
  transition: background .2s, transform .15s;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.nav-quote-btn:hover {
  background: #cef01a;
  transform: translateY(-1px);
  color: #000 !important;
}

/* ─── Dual Logo ──────────────────────────────────────── */
.logo-light-bg { display: none; }
.logo-dark-bg  { display: block; }

/* ─── Dark Mode Toggle ───────────────────────────────── */
.theme-toggle { display: inline-flex; align-items: center; cursor: pointer; margin-left: 8px; flex-shrink: 0; }
.theme-toggle #darkToggle { position: absolute; opacity: 0; width: 0; height: 0; }
.toggle-track { width: 44px; height: 24px; border-radius: 12px; background: rgba(255,255,255,.18); border: 1.5px solid rgba(255,255,255,.3); position: relative; transition: background .3s, border-color .3s; display: block; will-change: background, border-color; transform: translateZ(0); }
.toggle-thumb { position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,.85); transition: left .25s; display: flex; align-items: center; justify-content: center; font-size: 10px; line-height: 1; }
.toggle-icon-sun  { display: none; }
.toggle-icon-moon { display: block; }
body:has(#darkToggle:checked) .toggle-track { background: #BEDE15; border-color: #a5c70f; }
body:has(#darkToggle:checked) .toggle-thumb { left: 22px; background: #000; }
body:has(#darkToggle:checked) .toggle-icon-sun  { display: block; }
body:has(#darkToggle:checked) .toggle-icon-moon { display: none; }
