/* Indy Prestige — Shared Service Page Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: #111; background: #fff; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Poppins', sans-serif; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; border: 2px solid transparent; border-radius: 2px; cursor: pointer; transition: background 150ms, border-color 150ms; font-size: .9375rem; padding: 13px 32px; }
.btn-red { background: #CC0000; color: #fff; border-color: #CC0000; }
.btn-red:hover { background: #A30000; border-color: #A30000; }

/* Top Bar */
.topbar { background: #0D0D0D; border-bottom: 1px solid rgba(255,255,255,.05); }
.topbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; height: 40px; display: flex; align-items: center; justify-content: flex-end; gap: 28px; }
.topbar-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,.55); letter-spacing: .03em; }
.topbar-item strong { color: rgba(255,255,255,.85); font-weight: 600; }
.topbar-sep { color: rgba(255,255,255,.2); }

/* Nav */
.nav { background: #111; position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.07); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; height: 120px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo-img { height: 108px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-link { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: .8125rem; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.75); padding: 8px 12px; position: relative; transition: color 150ms; cursor: pointer; }
.nav-link::after { content: ''; position: absolute; bottom: 0; left: 12px; right: 12px; height: 2px; background: #CC0000; transform: scaleX(0); transition: transform 200ms; transform-origin: left; }
.nav-link:hover, .nav-link.active { color: #fff; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 6px; background: #CC0000; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .8125rem; letter-spacing: .04em; text-transform: uppercase; padding: 9px 18px; transition: background 150ms; }
.nav-cta:hover { background: #A30000; }

/* Dropdown */
.nav-has-dropdown { position: relative; }
.nav-dropdown { position: absolute; top: calc(100% + 1px); left: -12px; background: #1A1A1A; min-width: 240px; padding: 8px 0; opacity: 0; pointer-events: none; transform: translateY(6px); transition: opacity 200ms, transform 200ms; border-top: 2px solid #CC0000; z-index: 200; }
.nav-has-dropdown:hover .nav-dropdown { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-dropdown-item { display: flex; align-items: center; gap: 10px; padding: 9px 18px; font-size: .8125rem; color: rgba(255,255,255,.7); font-weight: 500; transition: color 150ms, background 150ms; }
.nav-dropdown-item:hover { color: #fff; background: rgba(255,255,255,.05); }
.nav-dropdown-item::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #CC0000; flex-shrink: 0; }
.nav-link-arrow { font-size: 8px; margin-left: 2px; opacity: .5; transition: transform 200ms; display: inline-block; }
.nav-has-dropdown:hover .nav-link-arrow { transform: rotate(180deg); }

/* Service Hero */
.svc-hero { min-height: 520px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 110px 40px 90px; background-size: cover; background-position: center; }
.svc-hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.62); }
.svc-hero-content { position: relative; z-index: 1; max-width: 700px; text-align: center; margin: 0 auto; }
.svc-eyebrow { font-weight: 600; font-size: .6875rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.svc-hero-title { font-weight: 800; font-style: italic; color: #CC0000; font-size: clamp(2.5rem,5vw,4.25rem); line-height: 1.05; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.svc-hero-subtitle { font-size: .9375rem; color: rgba(255,255,255,.62); max-width: 580px; line-height: 1.8; margin-bottom: 30px; font-weight: 400; }

/* Content Split */
.svc-split { padding: 80px 0; }
.svc-split-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.svc-img { aspect-ratio: 4/3; background-size: cover; background-position: center; background-color: #1A1A1A; }
.eyebrow { font-weight: 600; font-size: .6875rem; letter-spacing: .16em; text-transform: uppercase; color: #CC0000; margin-bottom: 10px; }
.section-title { font-weight: 800; font-size: 2rem; color: #111; line-height: 1.1; margin-bottom: 16px; letter-spacing: -.02em; }
.body-text { font-size: .9375rem; color: #555; line-height: 1.8; margin-bottom: 24px; font-weight: 400; }
.bullet-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
.bullet-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .875rem; color: #555; line-height: 1.5; }
.bullet-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #CC0000; flex-shrink: 0; margin-top: 7px; }

/* Features Section */
.svc-features { background: #111; padding: 80px 0; }
.svc-features-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.features-header { text-align: center; margin-bottom: 44px; }
.eyebrow-light { font-weight: 600; font-size: .6875rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 8px; }
.section-title-white { font-weight: 800; font-size: 2rem; color: #fff; line-height: 1.1; letter-spacing: -.02em; margin-bottom: 10px; }
.section-sub-white { font-size: .9375rem; color: rgba(255,255,255,.4); max-width: 560px; margin: 0 auto; font-weight: 400; }
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-card { background: #1A1A1A; padding: 28px 22px; border-bottom: 2px solid transparent; transition: border-color 200ms; }
.feature-card:hover { border-color: #CC0000; }
.feature-icon { width: 44px; height: 44px; border-radius: 50%; background: #CC0000; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feature-title { font-weight: 700; font-size: .875rem; color: #fff; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .04em; }
.feature-text { font-size: .8125rem; color: rgba(255,255,255,.45); line-height: 1.65; }

/* Estimate */
.estimate { background: #111; position: relative; overflow: hidden; }
.estimate::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 0% 50%, rgba(204,0,0,.07) 0%, transparent 55%); }
.estimate-inner { max-width: 1200px; margin: 0 auto; padding: 80px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; position: relative; z-index: 1; }
.estimate-eyebrow { font-weight: 600; font-size: .6875rem; letter-spacing: .16em; text-transform: uppercase; color: #CC0000; margin-bottom: 10px; }
.estimate-title { font-weight: 800; font-size: 2.25rem; color: #fff; line-height: 1.1; margin-bottom: 16px; letter-spacing: -.02em; }
.estimate-body { font-size: .9375rem; color: rgba(255,255,255,.45); line-height: 1.75; margin-bottom: 32px; font-weight: 400; }
.hours-head { font-weight: 600; font-size: .6875rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 14px; }
.hours-table { display: flex; flex-direction: column; gap: 8px; }
.hours-row { display: flex; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.07); }
.hours-day { font-weight: 500; font-size: .875rem; color: rgba(255,255,255,.75); }
.hours-time { font-size: .875rem; color: rgba(255,255,255,.4); }
.hours-closed { color: #CC0000; }

/* FAQ */
.faq-section { padding: 80px 0; background: #fff; }
.faq-title { font-weight: 800; font-size: 2rem; color: #111; text-align: center; letter-spacing: -.02em; margin-bottom: 40px; }
.faq-inner { max-width: 760px; margin: 0 auto; padding: 0 40px; }
.faq-item { border-bottom: 1px solid #E8E8E8; }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; cursor: pointer; gap: 20px; }
.faq-q-text { font-weight: 600; font-size: .9375rem; color: #111; line-height: 1.4; }
.faq-icon { width: 28px; height: 28px; flex-shrink: 0; background: #CC0000; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 300; line-height: 1; }
.faq-answer { padding: 0 0 20px; font-size: .9375rem; color: #666; line-height: 1.75; display: none; }
.faq-answer.open { display: block; }

/* Footer */
.footer { background: #0D0D0D; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 56px 40px 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-tagline { font-size: .875rem; color: rgba(255,255,255,.38); line-height: 1.7; max-width: 280px; margin-top: 14px; }
.footer-col-title { font-weight: 600; font-size: .625rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-link { font-size: .875rem; color: rgba(255,255,255,.55); transition: color 150ms; }
.footer-link:hover { color: #fff; }
.footer-contact-item { font-size: .875rem; color: rgba(255,255,255,.52); margin-bottom: 10px; line-height: 1.5; }
.footer-contact-item strong { display: block; font-weight: 600; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.8); margin-bottom: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: .75rem; color: rgba(255,255,255,.25); }

/* ─── HAMBURGER ───────────────────────────────────────── */
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; cursor: pointer; background: none; border: none; padding: 8px; flex-shrink: 0; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; inset: 0; background: #111; z-index: 9999; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 80px 40px 40px; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu-link { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.35rem; color: #fff; letter-spacing: 0.04em; text-transform: uppercase; width: 100%; text-align: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.08); text-decoration: none; }
.mobile-menu-cta { margin-top: 8px; background: #CC0000; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 14px 40px; border-radius: 2px; text-decoration: none; }

/* ─── MOBILE RESPONSIVE ──────────────────────────────── */
@media (max-width: 900px) {
  .topbar { display: none; }
  .nav-links, .nav-cta { display: none !important; }
  .hamburger { display: flex; }
  .nav-inner { height: 120px !important; padding: 0 20px !important; }
  .logo-img { height: 108px !important; }

  /* Hero */
  .svc-hero { min-height: 380px !important; padding: 80px 20px 60px !important; }
  .svc-hero-content { text-align: center; }
  .svc-hero-title { font-size: clamp(1.6rem, 6vw, 2.4rem) !important; }

  /* Split sections — image full-width on top, text centered below */
  .svc-split { padding: 0 !important; }
  .svc-split-inner { display: flex !important; flex-direction: column !important; padding: 0 !important; gap: 0 !important; }
  .svc-img { order: -1 !important; width: 100% !important; aspect-ratio: 4/3 !important; min-height: unset !important; flex-shrink: 0 !important; }
  .svc-split-inner > div:not(.svc-img) { width: 100% !important; text-align: center !important; padding: 36px 20px !important; }
  .svc-split-inner .eyebrow { text-align: center; }
  .svc-split-inner h2 { text-align: center; }
  .svc-split-inner p { text-align: center; }
  .svc-split-inner ul { text-align: left; display: inline-block; }
  .svc-split-inner .btn { display: inline-flex; margin: 0 auto; }

  /* Features */
  .features-header { text-align: center !important; }
  .features-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .feature-card { text-align: center; align-items: center !important; }

  /* Estimate strip */
  .estimate-strip-inner { flex-direction: column !important; align-items: center !important; gap: 20px !important; padding: 28px 20px !important; text-align: center; }

  /* Layout */
  .container { padding: 0 20px !important; }
  .section { padding: 56px 0; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 24px; }
  .footer-inner { padding: 40px 20px 20px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 540px) {
  .features-grid { grid-template-columns: 1fr !important; }
  .footer-grid { grid-template-columns: 1fr !important; }
  .svc-img { aspect-ratio: 4/3 !important; }
}
