/* Lumi Accountancy — shared styles. Generated 2026-08-12. */
/* Brand default for unclassed inline links (otherwise browser blue).
   Low specificity on purpose — any classed link rule below overrides it. */
a { color: var(--gold-ink, #7E641A); text-underline-offset: 2px; text-decoration-color: rgba(184,146,42,0.45); }
a:hover { color: var(--gold, #B8922A); }
.nav-logo { text-decoration: none; display: flex; align-items: center; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
      text-decoration: none; color: var(--mid);
      font-size: 0.875rem; font-weight: 500; letter-spacing: 0.02em;
      transition: color 0.2s; }
.nav-links a:hover { color: var(--charcoal); }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-links .nav-mobile-cta { display: none; }
.has-dropdown > a::after { content: ' ▾'; font-size: 0.65rem; opacity: 0.7; }
.dropdown-menu {
      display: none; position: absolute; top: calc(100% + 10px); left: 50%;
      transform: translateX(-50%);
      background: var(--white); border: 1px solid var(--border);
      border-radius: 10px; min-width: 160px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.12);
      padding: 0.4rem 0; z-index: 300; list-style: none; }
.has-dropdown:hover::before { display: block; }
.has-dropdown:hover .dropdown-menu,
    .has-dropdown:focus-within .dropdown-menu, .has-dropdown.open .dropdown-menu { display: block; }
.dropdown-menu li { list-style: none; }
.dropdown-menu a {
      display: block; padding: 0.6rem 1.25rem;
      color: var(--mid) !important; font-size: 0.85rem;
      white-space: nowrap; transition: color 0.15s, background 0.15s;
      letter-spacing: 0.02em; font-weight: 500; }
.dropdown-menu a:hover { color: var(--charcoal) !important; background: var(--cream-2); }
.page-hero h1 em { color: var(--gold-lt); font-style: italic; }
.section-inner { max-width: var(--max); margin: 0 auto; }
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-2px); }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-col-head {
      font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em;
      text-transform: uppercase; color: rgba(250,248,244,0.55); margin-bottom: 1rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
.footer-links a { text-decoration: none; color: rgba(250,248,244,0.55); font-size: 0.85rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold-lt); }
.footer-bottom a { color: rgba(250,248,244,0.55); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold-lt); }
#back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
#back-to-top:hover { background: var(--gold-lt); }
.skip-link {position:absolute;left:-9999px;top:0;z-index:9999;background:var(--charcoal,#1A1A18);
      color:var(--cream,#FAF8F4);padding:.7rem 1.1rem;border-radius:0 0 8px 0;font-size:.85rem;text-decoration:none; }
.skip-link:focus {left:0; }
.has-dropdown::before {
      content: ''; position: absolute; top: 100%;
      left: -10px; right: -10px; height: 12px; display: none; }
.hero-actions { display: flex; gap: 0.875rem; flex-wrap: wrap; }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.hero-stat { background: rgba(250,248,244,0.05); border: 1px solid rgba(250,248,244,0.1); border-radius: var(--r); padding: 1.5rem; }
.hero-stat .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 600; color: var(--gold-lt); line-height: 1; margin-bottom: 0.35rem; }
.popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--charcoal); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.3rem 1rem; border-radius: 100px; white-space: nowrap; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 3rem; }
.answer-q {font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.6vw,2rem);font-weight:600;line-height:1.2; }
.answer-block {font-size:1.05rem;line-height:1.85;color:var(--charcoal);max-width:70ch;margin-top:1rem;border-left:3px solid var(--gold);padding-left:1.25rem; }
.cta-band .label { color: var(--gold-lt); }

/* mobile: keep floating buttons clear of the footer small print */
@media (max-width: 900px) { body footer { padding-bottom: 8rem; } }
