/* Rooftop Energy — futuristic, clean light-default with section-level dark zones */
:root, [data-theme="light"] {
  --bg: #F4F1EB;
  --bg-elev: #FBF8F2;
  --bg-elev-2: #FFFFFF;
  --ink: #0A0E12;
  --ink-muted: #4A5560;
  --ink-faint: #8A93A0;
  --line: rgba(10,14,18,0.10);
  --line-strong: rgba(10,14,18,0.20);
  --pale: #1A3A5C;
  --teal: #1F6E6B;
  --teal-soft: rgba(31,110,107,0.10);
  --amber: oklch(0.66 0.16 60);
  --amber-soft: rgba(195, 110, 40, 0.14);
  --shadow: 0 30px 80px -40px rgba(11,15,20,0.25);

  --display: "Geist", "Inter Tight", system-ui, -apple-system, sans-serif;
  --sans: "Geist", "Inter", system-ui, -apple-system, sans-serif;
  --mono: "Geist Mono", "JetBrains Mono", ui-monospace, monospace;
}

[data-theme="dark"], [data-section-theme="dark"] {
  --bg: #0A0E12;
  --bg-elev: #11161D;
  --bg-elev-2: #161C25;
  --ink: #F2F4F6;
  --ink-muted: #98A2AE;
  --ink-faint: #5A6470;
  --line: rgba(255,255,255,0.10);
  --line-strong: rgba(255,255,255,0.20);
  --pale: #D7E4F0;
  --teal: #2C8A86;
  --teal-soft: rgba(44,138,134,0.16);
  --amber: oklch(0.82 0.14 70);
  --amber-soft: rgba(232, 168, 83, 0.16);
  --shadow: 0 30px 80px -30px rgba(0,0,0,0.7);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
  transition: background 0.4s ease, color 0.4s ease;
  font-feature-settings: "ss01", "cv11";
}

[data-section-theme="dark"] {
  background: var(--bg);
  color: var(--ink);
}

.mono { font-family: var(--mono); font-feature-settings: "ss01"; }

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }

::selection { background: var(--ink); color: var(--bg); }

.shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 720px) { .shell { padding: 0 20px; } }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.hero-title, .section-title {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.94;
  margin: 0;
  text-wrap: balance;
}
.hero-title { font-size: clamp(56px, 8.4vw, 132px); font-weight: 700; }
.section-title { font-size: clamp(40px, 5.5vw, 84px); }

/* Global accent color for highlighted display words */
.accent { color: var(--amber); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  transition: transform 0.2s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { background: var(--amber); color: #0A0E12; }
.btn-amber {
  background: var(--amber);
  color: #0A0E12;
  box-shadow: 0 10px 30px -12px var(--amber-soft);
}
.btn-amber:hover { background: var(--ink); color: var(--bg); }
.btn-ghost { border-color: var(--line-strong); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }

.btn-large { padding: 20px 32px; font-size: 16px; }

.divider { height: 1px; background: var(--line); width: 100%; }

/* Number ticker */
.ticker {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

/* $0 down chip */
.zero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 8px;
  border-radius: 999px;
  background: var(--bg-elev-2);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.zero-chip .badge {
  background: var(--amber);
  color: #0A0E12;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}

/* Real photo wrapper (replaces photo-slot for live images) */
.photo {
  overflow: hidden;
  border-radius: 24px;
  background: var(--bg-elev-2);
  border: 1px solid var(--line);
  position: relative;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.battery-illust, .panel-illust {
  background: linear-gradient(160deg, #0E1318 0%, #1A2230 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.battery-illust svg, .panel-illust svg { width: 100%; height: 100%; display: block; }
.panel-illust { background: #05070A; }

.photo-slot {
  background:
    repeating-linear-gradient(
      135deg,
      rgba(10,14,18,0.04) 0,
      rgba(10,14,18,0.04) 12px,
      transparent 12px,
      transparent 24px
    ),
    linear-gradient(135deg, var(--bg-elev-2), var(--bg-elev));
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-faint);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
}
[data-section-theme="dark"] .photo-slot, [data-theme="dark"] .photo-slot {
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.03) 0,
      rgba(255,255,255,0.03) 12px,
      transparent 12px,
      transparent 24px
    ),
    linear-gradient(135deg, var(--bg-elev-2), var(--bg-elev));
}

/* App layout */
.page { min-height: 100vh; padding-bottom: 0; }

/* Top nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  background: color-mix(in oklab, var(--bg) 78%, transparent);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-logo .logo-img {
  height: 38px;
  width: auto;
  display: block;
}
/* Show the right logo for the active theme */
[data-theme="dark"] .nav-logo .logo-img-light { display: none; }
[data-theme="light"] .nav-logo .logo-img-dark { display: none; }
@media (max-width: 640px) {
  .nav-logo .logo-img { height: 32px; }
}
/* legacy classes kept in case other pages still reference them */
.nav-logo .plug { width: 30px; height: 18px; flex-shrink: 0; }
.nav-logo .wordmark { font-size: 16px; letter-spacing: 0.02em; }
.nav-logo .wordmark strong { font-weight: 700; }
.nav-logo .wordmark span { color: var(--ink-muted); font-weight: 500; }
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-muted);
  transition: color 0.2s ease;
}
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; gap: 10px; align-items: center; }

@media (max-width: 980px) {
  .nav-links { display: none; }
}

/* Theme toggle */
.theme-toggle {
  width: 44px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--bg-elev);
  position: relative;
  cursor: pointer;
}
.theme-toggle::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: var(--ink);
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}
[data-theme="dark"] .theme-toggle::after { transform: translateX(16px); }

/* Section */
.section { padding: 120px 0; position: relative; }
.section-tight { padding: 80px 0; }
@media (max-width: 720px) { .section { padding: 80px 0; } }

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 60px;
}
@media (max-width: 880px) {
  .section-head { grid-template-columns: 1fr; gap: 24px; }
}
.section-head p {
  color: var(--ink-muted);
  font-size: 17px;
  max-width: 48ch;
  margin: 0;
}

/* Footer */
.footer {
  background: #0A0E12;
  color: #F2F4F6;
  padding: 80px 0 40px;
  --ink: #F2F4F6;
  --ink-muted: #98A2AE;
  --ink-faint: #5A6470;
  --line: rgba(255,255,255,0.10);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.footer h5 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0 0 20px;
  font-weight: 500;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer a { color: var(--ink-muted); font-size: 14px; transition: color 0.2s; }
.footer a:hover { color: var(--ink); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-faint);
  font-family: var(--mono);
  border-top: 1px solid var(--line);
  padding-top: 32px;
  flex-wrap: wrap;
  gap: 12px;
}
.footer .legal-disclaimer {
  font-size: 10px;
  color: var(--ink-faint);
  font-family: var(--sans);
  font-style: italic;
  margin-bottom: 24px;
  max-width: 90ch;
  line-height: 1.5;
}
@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Floating chat — sits above content with safe spacing */
body { padding-bottom: 120px; } /* clears the floating CTAs at the bottom of the viewport */
.chat-fab {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 60;
  background: var(--ink);
  color: var(--bg);
  border-radius: 999px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
.chat-fab:hover { transform: translateY(-2px); background: var(--amber); color: #0A0E12; }
.chat-fab .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 0 var(--amber);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(232,168,83,0.5); }
  70% { box-shadow: 0 0 0 12px rgba(232,168,83,0); }
  100% { box-shadow: 0 0 0 0 rgba(232,168,83,0); }
}

/* Chat panel */
.chat-panel {
  position: fixed;
  bottom: 90px;
  left: 28px;
  z-index: 60;
  width: 380px;
  max-width: calc(100vw - 56px);
  height: 520px;
  max-height: calc(100vh - 140px);
  background: var(--bg-elev);
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--ink);
}
.chat-header {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-header strong { font-weight: 700; font-size: 14px; }
.chat-header .sub { font-size: 12px; color: var(--ink-muted); display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.chat-header .sub::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: #16a34a;
}
.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.chat-msg {
  max-width: 80%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.45;
}
.chat-msg.bot {
  background: var(--bg-elev-2);
  border: 1px solid var(--line);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}
.chat-msg.me {
  background: var(--ink);
  color: var(--bg);
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.chat-msg.typing { color: var(--ink-muted); font-style: italic; }
.chat-input {
  border-top: 1px solid var(--line);
  padding: 14px;
  display: flex;
  gap: 8px;
}
.chat-input input {
  flex: 1;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.chat-input input:focus { border-color: var(--ink); }
.chat-input button {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--ink); color: var(--bg);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.chat-input button:disabled { opacity: 0.4; cursor: not-allowed; }
.chat-quick {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 0 20px 12px;
}
.chat-quick button {
  font-size: 12px;
  padding: 6px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink-muted);
  transition: all 0.2s;
}
.chat-quick button:hover { color: var(--ink); border-color: var(--ink); }

@media (max-width: 600px) {
  .chat-panel { left: 12px; right: 12px; width: auto; bottom: 80px; }
  .chat-fab {
    left: 16px;
    bottom: 16px;
    padding: 10px 14px;
    font-size: 12px;
    gap: 8px;
  }
  .chat-fab .dot { width: 6px; height: 6px; }
}

/* CTA block (inline strip used between sections) */
.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--bg);
  margin-top: 60px;
  flex-wrap: wrap;
}
.cta-strip .left {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 17px;
  font-weight: 500;
}
.cta-strip .left .badge {
  background: var(--amber);
  color: #0A0E12;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .cta-strip { border-radius: 24px; padding: 20px; }
}


/* ============== NAV DROPDOWN ============== */
.nav-dropdown {
  position: relative;
}
.nav-dropdown > .dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-muted);
  cursor: pointer;
  transition: color 0.2s ease;
  background: none;
  border: none;
  font-family: inherit;
  padding: 0;
  text-decoration: none;
  letter-spacing: inherit;
}
.nav-dropdown > .dropdown-trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.25s ease;
  opacity: 0.7;
}
.nav-dropdown:hover > .dropdown-trigger,
.nav-dropdown:focus-within > .dropdown-trigger {
  color: var(--ink);
}
.nav-dropdown:hover > .dropdown-trigger::after,
.nav-dropdown:focus-within > .dropdown-trigger::after {
  transform: translateY(0) rotate(225deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 280px;
  background: var(--bg-elev, var(--bg));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.18), 0 8px 16px -8px rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.2s ease, visibility 0s linear 0.18s;
  z-index: 80;
}
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px; left: 0; right: 0;
  height: 12px;
}
.nav-dropdown:hover > .dropdown-menu,
.nav-dropdown:focus-within > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
}
.dropdown-menu a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 9px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
  letter-spacing: 0;
}
.dropdown-menu a:hover {
  background: var(--bg-tint, rgba(232,168,83,0.08));
  color: var(--ink);
}
.dropdown-menu a .menu-sub {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 500;
}
.dropdown-menu a:hover .menu-sub {
  color: var(--amber);
}
.dropdown-menu .menu-divider {
  height: 1px;
  background: var(--line);
  margin: 6px 4px;
}
.dropdown-menu .menu-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 14px 4px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.dropdown-menu .menu-foot a {
  padding: 0;
  color: var(--amber);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dropdown-menu .menu-foot a:hover { background: transparent; text-decoration: underline; }


/* ============== ATTENTION SHAKE ============== */
@keyframes btn-attn-shake {
  0%, 88%, 100% { transform: translate(0,0) rotate(0); }
  90% { transform: translate(-1.5px, 0) rotate(-1.2deg); }
  92% { transform: translate(2px, 0) rotate(1.4deg); }
  94% { transform: translate(-1.5px, 0) rotate(-1deg); }
  96% { transform: translate(1.2px, 0) rotate(0.8deg); }
  98% { transform: translate(-0.5px, 0) rotate(0); }
}
@keyframes btn-attn-shake-fab {
  0%, 80%, 100% { transform: translate(0,0) rotate(0); }
  82% { transform: translate(-2px, 0) rotate(-2deg); }
  84% { transform: translate(3px, 0) rotate(2.5deg); }
  86% { transform: translate(-2.5px, 0) rotate(-1.8deg); }
  88% { transform: translate(2px, 0) rotate(1.4deg); }
  90% { transform: translate(-1px, 0) rotate(-0.8deg); }
  92% { transform: translate(0.5px, 0) rotate(0); }
}
.btn-shake {
  animation: btn-attn-shake 3.6s ease-in-out infinite;
  transform-origin: center;
  position: relative;
  box-shadow: 0 0 0 0 rgba(232,168,83, 0.55);
}
.btn-shake:hover { animation-play-state: paused; }

/* Floating "Book Free Consult" FAB shakes every 2s for max attention */
.book-fab.btn-shake-fab {
  animation: btn-attn-shake-fab 2s ease-in-out infinite;
  transform-origin: center;
}
.book-fab.btn-shake-fab:hover { animation-play-state: paused; }

/* "Book Your Consult" near "The Sun Came Up..." CTA shakes every 3s */
.btn-shake-3s {
  animation: btn-attn-shake 3s ease-in-out infinite;
  transform-origin: center;
}
.btn-shake-3s:hover { animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) {
  .btn-shake, .btn-shake-fab, .btn-shake-3s, .book-fab.btn-shake-fab { animation: none; }
}

/* ============== ANCHOR SCROLL OFFSET (fixed/sticky nav clearance) ============== */
html { scroll-padding-top: 110px; scroll-behavior: smooth; }
section[id],
.sub-cat[id],
.faq-cat[id],
.section[id],
.faq-item[id] {
  scroll-margin-top: 110px;
}

/* FAQ answer safety: never let an inline height/width truncate an open answer */
.faq-item[open] .faq-a,
.faq-list .faq-item[open] .faq-a,
details[open] .faq-a {
  height: auto !important;
  max-height: none !important;
  width: auto !important;
  overflow: visible !important;
}

/* ============== CASH FALL ============== */
.cash-fall-host { position: relative; overflow: visible; }
.cash-fall {
  pointer-events: none;
  position: absolute; inset: 0;
  overflow: hidden;
  z-index: 5;
}
.cash-fall .bill {
  position: absolute;
  top: -40px;
  width: 36px;
  height: 18px;
  border-radius: 3px;
  background: linear-gradient(135deg, #2f7a4d, #4ea874 60%, #6ed09a);
  border: 1px solid rgba(255,255,255,0.4);
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  opacity: 0;
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255,255,255,0.85);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  letter-spacing: 1px;
}
.cash-fall .bill::before { content: "$"; }
.cash-fall.active .bill { animation: cash-fall-drop 3.2s cubic-bezier(0.45, 0, 0.55, 1) forwards; }
@keyframes cash-fall-drop {
  0% { transform: translateY(-40px) rotate(0); opacity: 0; }
  10% { opacity: 0.95; }
  100% { transform: translateY(110vh) rotate(720deg); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .cash-fall .bill { display: none !important; }
}

/* ============== COMPACT HOMEPAGE FAQ ============== */
.faq-compact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
  margin-top: 48px;
}
@media (max-width: 880px) { .faq-compact-grid { grid-template-columns: 1fr; gap: 0; } }
.faq-compact-row {
  display: flex; align-items: center; gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: padding 0.2s;
}
.faq-compact-row:hover { padding-left: 6px; }
.faq-compact-row .chev {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--bg);
  display: flex; align-items: center; justify-content: center;
}
.faq-compact-row .q-text {
  font-family: var(--display);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 500;
  letter-spacing: -0.015em;
}
.faq-compact-foot {
  display: flex; align-items: center; justify-content: center; gap: 22px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.faq-compact-foot .ask { color: var(--ink-muted); font-size: 16px; }
.faq-compact-foot .browse {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  transition: all 0.2s;
}
.faq-compact-foot .browse:hover { border-color: var(--ink); background: var(--bg-tint, rgba(232,168,83,0.06)); }


/* ============== Financing: Subscription-only layout ============== */
.fin-grid-solo {
  grid-template-columns: 1fr !important;
  gap: 32px;
}
.fin-card-hero {
  padding: clamp(40px, 4vw, 64px) !important;
  display: grid !important;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}
.fin-card-hero h4 {
  grid-column: 1;
  grid-row: 1;
  font-size: clamp(36px, 4.4vw, 56px) !important;
  letter-spacing: -0.025em;
}
.fin-card-hero .price {
  grid-column: 1;
  grid-row: 2;
}
.fin-card-hero .desc {
  grid-column: 1;
  grid-row: 3;
  font-size: 17px !important;
  line-height: 1.55;
}
.fin-card-hero ul {
  grid-column: 2;
  grid-row: 1 / span 3;
  margin-top: 8px;
}
.fin-card-hero .pick {
  grid-column: 1 / -1;
  grid-row: 4;
  margin-top: 24px;
}
.fin-card-hero .tag {
  grid-column: 1 / -1;
  grid-row: 0;
}
@media (max-width: 880px) {
  .fin-card-hero { grid-template-columns: 1fr; gap: 24px; }
  .fin-card-hero h4, .fin-card-hero .price, .fin-card-hero .desc,
  .fin-card-hero ul, .fin-card-hero .pick { grid-column: 1; grid-row: auto; }
}

.fin-other-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 720px) { .fin-other-row { grid-template-columns: 1fr; } }
.fin-other-card {
  display: block;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.fin-other-card:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}
.fin-other-eye {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: var(--ink-muted);
}
.fin-other-card h5 {
  font-family: var(--display);
  font-size: 24px;
  font