/* ============================================================
   ASL Electric — Shared Landing Page Styles
   aslelectric-styles.css
   Used by all service landing pages
   Navy: #1A2B4A | Gold: #C9A961 | Cream: #F5F1E8
   ============================================================ */

:root {
  --navy:       #1A2B4A;
  --navy-2:     #243859;
  --navy-3:     #0F1A2E;
  --cream:      #F5F1E8;
  --cream-2:    #FAF7F0;
  --gold:       #C9A961;
  --gold-2:     #B8954A;
  --gold-light: #E5D5A8;
  --white:      #FFFFFF;
  --gray:       #6B6B6B;
  --gray-2:     #888888;
  --border:     #E5E0D5;
  --green:      #2D7A4A;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--cream-2); color: var(--navy); line-height: 1.6; overflow-x: hidden; }

/* ── HEADER ── */
.header { position: sticky; top: 0; z-index: 100; background: var(--navy); border-bottom: 1px solid var(--gold); box-shadow: 0 1px 12px rgba(26,43,74,0.15); }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 12px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo-link { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-img { height: 56px; width: auto; }
.logo-text { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--cream); letter-spacing: 0.04em; }
.logo-text span { color: var(--gold); }
.logo-tag { font-size: 9px; color: var(--gold-light); letter-spacing: 0.18em; text-transform: uppercase; margin-top: 2px; }
.header-right { display: flex; align-items: center; gap: 18px; }
.header-license { font-size: 11px; color: var(--gold-light); letter-spacing: 0.08em; text-transform: uppercase; }
.header-phone { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--gold); text-decoration: none; letter-spacing: 0.02em; transition: color 0.2s; }
.header-phone:hover { color: var(--cream); }
.btn-cta { background: var(--gold); color: var(--navy); font-weight: 700; font-size: 13px; padding: 11px 22px; border: none; text-decoration: none; transition: all 0.2s; cursor: pointer; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 2px; display: inline-block; }
.btn-cta:hover { background: var(--cream); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(201,169,97,0.3); }

/* ── HERO ── */
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 50%, rgba(201,169,97,0.08) 0%, transparent 40%), radial-gradient(circle at 80% 80%, rgba(201,169,97,0.06) 0%, transparent 40%); pointer-events: none; }
.hero-pattern { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,169,97,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(201,169,97,0.03) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.hero-inner { max-width: 1080px; margin: 0 auto; padding: 96px 32px 88px; text-align: center; position: relative; z-index: 2; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; background: rgba(201,169,97,0.12); border: 1px solid rgba(201,169,97,0.4); padding: 8px 18px; border-radius: 100px; color: var(--gold); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; margin-bottom: 28px; }
.hero-eyebrow-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1; box-shadow:0 0 0 0 rgba(201,169,97,0.6); } 50% { opacity:0.7; box-shadow:0 0 0 8px rgba(201,169,97,0); } }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(44px, 6vw, 76px); font-weight: 700; line-height: 1.05; color: var(--cream); margin-bottom: 24px; letter-spacing: -0.01em; }
.hero h1 .gold { color: var(--gold); font-style: italic; }
.hero-sub { font-size: clamp(17px, 1.5vw, 20px); font-weight: 300; color: rgba(245,241,232,0.8); line-height: 1.6; margin: 0 auto 44px; max-width: 720px; }
.hero-sub strong { color: var(--cream); font-weight: 500; }
.hero-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 32px; margin-bottom: 48px; max-width: 800px; margin-left: auto; margin-right: auto; }
.hero-feature { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--cream); font-weight: 500; }
.hero-feature-icon { width: 28px; height: 28px; background: rgba(201,169,97,0.15); border: 1px solid rgba(201,169,97,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; font-size: 12px; font-weight: 700; }
.hero-cta-row { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-hero-primary { background: var(--gold); color: var(--navy); font-weight: 700; font-size: 17px; padding: 18px 42px; border: none; text-decoration: none; transition: all 0.2s; cursor: pointer; letter-spacing: 0.03em; display: inline-flex; align-items: center; gap: 12px; border-radius: 3px; box-shadow: 0 6px 24px rgba(201,169,97,0.25); }
.btn-hero-primary:hover { background: var(--cream); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(201,169,97,0.4); }
.btn-hero-secondary { background: transparent; color: var(--gold); font-weight: 600; font-size: 17px; padding: 18px 36px; border: 1.5px solid var(--gold); text-decoration: none; transition: all 0.2s; cursor: pointer; letter-spacing: 0.03em; border-radius: 3px; display: inline-flex; align-items: center; gap: 10px; }
.btn-hero-secondary:hover { background: var(--gold); color: var(--navy); }

/* ── TRUST BAR ── */
.trust-bar { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-inner { max-width: 1280px; margin: 0 auto; padding: 28px 32px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-icon { width: 40px; height: 40px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; font-size: 17px; }
.trust-label { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 700; color: var(--navy); }
.trust-sub { font-size: 10px; letter-spacing: 0.08em; color: var(--gray); text-transform: uppercase; margin-top: 2px; }

/* ── SECTIONS ── */
.section { max-width: 1280px; margin: 0 auto; padding: 96px 32px; }
.section-cream { background: var(--cream-2); }
.section-white { background: var(--white); }
.section-navy { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); color: var(--cream); margin: 0; max-width: none; }
.section-navy-inner { max-width: 1280px; margin: 0 auto; padding: 96px 32px; }

/* ── TYPOGRAPHY ── */
.eyebrow { display: inline-block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-2); font-weight: 700; margin-bottom: 14px; position: relative; padding-left: 32px; }
.eyebrow::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 24px; height: 2px; background: var(--gold); }
.eyebrow-light { color: var(--gold); }
.eyebrow-light::before { background: var(--gold); }
.eyebrow-center { padding-left: 0; }
.eyebrow-center::before { display: none; }
.sec-title { font-family: 'Playfair Display', serif; font-size: clamp(34px, 4.6vw, 56px); font-weight: 700; line-height: 1.1; color: var(--navy); margin-bottom: 18px; letter-spacing: -0.01em; }
.sec-title-light { color: var(--cream); }
.sec-title em { color: var(--gold-2); font-style: italic; }
.sec-title-light em { color: var(--gold); }
.sec-sub { font-size: 17px; font-weight: 300; color: var(--gray); line-height: 1.75; max-width: 720px; margin-bottom: 64px; }
.sec-sub-light { color: rgba(245,241,232,0.75); }
.sec-sub-center { margin-left: auto; margin-right: auto; }

/* ── SERVICE CARDS ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--white); padding: 36px 32px; border-radius: 6px; border: 1px solid var(--border); transition: all 0.3s; 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:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(26,43,74,0.1); border-color: var(--gold-light); }
.service-card:hover::before { transform: scaleX(1); }
.service-num { font-family: 'Playfair Display', serif; font-size: 13px; color: var(--gold); letter-spacing: 0.08em; margin-bottom: 18px; font-weight: 700; }
.service-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 12px; line-height: 1.2; }
.service-desc { font-size: 14px; color: var(--gray); line-height: 1.7; margin-bottom: 16px; }
.service-tag { display: inline-block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-2); border-bottom: 1px solid rgba(201,169,97,0.3); padding-bottom: 2px; font-weight: 600; }

/* ── BRANDS BAND ── */
.brands-band { background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 40px; margin-top: 56px; text-align: center; }
.brands-label { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray); margin-bottom: 24px; font-weight: 600; }
.brands-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px 44px; }
.brand { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--navy); opacity: 0.7; transition: opacity 0.2s; }
.brand:hover { opacity: 1; color: var(--gold-2); }

/* ── WHY SECTION ── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.why-image-side { position: sticky; top: 100px; }
.why-quote-card { background: rgba(245,241,232,0.05); border: 1px solid rgba(201,169,97,0.2); padding: 36px 32px; border-radius: 6px; border-left: 3px solid var(--gold); margin-top: 36px; }
.why-list { display: flex; flex-direction: column; }
.why-item { display: flex; gap: 24px; align-items: flex-start; padding: 26px 0; border-bottom: 1px solid rgba(201,169,97,0.15); }
.why-item:first-child { padding-top: 0; }
.why-item:last-child { border-bottom: none; }
.why-num { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--gold); flex-shrink: 0; width: 60px; font-weight: 700; line-height: 1; font-style: italic; }
.why-title { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 700; color: var(--cream); margin-bottom: 10px; }
.why-desc { font-size: 14px; color: rgba(245,241,232,0.7); line-height: 1.75; font-weight: 300; }

/* ── PROCESS ── */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; }
.process-grid::before { content: ''; position: absolute; top: 38px; left: 8%; right: 8%; height: 1px; background: repeating-linear-gradient(to right, var(--gold) 0, var(--gold) 6px, transparent 6px, transparent 14px); opacity: 0.4; }
.proc-item { text-align: center; padding: 0 12px; position: relative; z-index: 2; }
.proc-circle { width: 76px; height: 76px; background: var(--white); border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; box-shadow: 0 8px 24px rgba(201,169,97,0.15); }
.proc-num { font-family: 'Playfair Display', serif; font-size: 32px; color: var(--navy); font-weight: 700; font-style: italic; }
.proc-title { font-family: 'Playfair Display', serif; font-size: 19px; color: var(--navy); margin-bottom: 10px; font-weight: 700; }
.proc-desc { font-size: 13px; color: var(--gray); line-height: 1.7; }

/* ── INCLUDED ── */
.included-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 56px; margin-top: 24px; }
.included-item { display: flex; gap: 20px; align-items: flex-start; }
.included-check { width: 44px; height: 44px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); font-size: 18px; font-weight: 700; }
.included-content h4 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.included-content p { font-size: 14px; color: var(--gray); line-height: 1.7; }

/* ── FAQ ── */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 56px; }
.faq-item { border-bottom: 1px solid var(--border); padding-bottom: 28px; }
.faq-q { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: var(--navy); margin-bottom: 14px; display: flex; align-items: flex-start; gap: 12px; line-height: 1.3; }
.faq-q::before { content: 'Q.'; color: var(--gold-2); font-style: italic; flex-shrink: 0; }
.faq-a { font-size: 14px; color: var(--gray); line-height: 1.8; padding-left: 24px; }

/* ── CITIES ── */
.cities-section { background: var(--cream); margin: 0; max-width: none; }
.cities-inner { max-width: 1280px; margin: 0 auto; padding: 88px 32px; text-align: center; }
.cities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); margin-top: 48px; border: 1px solid var(--border); }
.city-cell { background: var(--white); padding: 22px 16px; font-size: 14px; font-weight: 500; color: var(--navy); transition: all 0.25s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.city-cell:hover { background: var(--navy); color: var(--gold); }
.city-arrow { font-size: 14px; color: var(--gold); opacity: 0; transition: opacity 0.2s; }
.city-cell:hover .city-arrow { opacity: 1; }

/* ── FINAL CTA ── */
.cta-final { background: linear-gradient(135deg, var(--navy-3) 0%, var(--navy) 100%); position: relative; overflow: hidden; }
.cta-final::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 50%, rgba(201,169,97,0.1) 0%, transparent 50%); }
.cta-inner { max-width: 1080px; margin: 0 auto; padding: 96px 32px; text-align: center; position: relative; z-index: 2; }
.cta-h { font-family: 'Playfair Display', serif; font-size: clamp(36px, 4.5vw, 56px); font-weight: 700; line-height: 1.1; color: var(--cream); margin-bottom: 18px; }
.cta-h em { color: var(--gold); font-style: italic; }
.cta-sub { font-size: 17px; font-weight: 300; color: rgba(245,241,232,0.75); margin: 0 auto 36px; max-width: 640px; }
.cta-features { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; margin-bottom: 44px; }
.cta-feature { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--gold); font-weight: 500; letter-spacing: 0.04em; }
.cta-buttons { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.btn-cta-primary { background: var(--gold); color: var(--navy); font-weight: 700; font-size: 17px; padding: 20px 44px; border: none; text-decoration: none; transition: all 0.2s; cursor: pointer; letter-spacing: 0.03em; border-radius: 3px; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 8px 24px rgba(201,169,97,0.3); }
.btn-cta-primary:hover { background: var(--cream); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(201,169,97,0.4); }
.btn-cta-secondary { background: transparent; color: var(--gold); border: 1.5px solid var(--gold); padding: 20px 36px; font-size: 17px; font-weight: 700; text-decoration: none; transition: all 0.2s; border-radius: 3px; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; }
.btn-cta-secondary:hover { background: var(--gold); color: var(--navy); }

/* ── FOOTER ── */
footer { background: var(--navy-3); color: var(--cream); padding: 64px 32px 28px; border-top: 2px solid var(--gold); }
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; padding-bottom: 44px; border-bottom: 1px solid rgba(245,241,232,0.1); }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.footer-brand img { height: 60px; width: auto; }
.footer-name { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--cream); }
.footer-name span { color: var(--gold); }
.footer-desc { font-size: 13px; font-weight: 300; color: rgba(245,241,232,0.6); line-height: 1.75; margin-bottom: 18px; }
.footer-license { font-size: 11px; letter-spacing: 0.1em; color: var(--gold); text-transform: uppercase; font-weight: 600; }
.footer-col-title { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; font-weight: 600; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(245,241,232,0.6); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { margin-top: 28px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 11px; letter-spacing: 0.06em; color: rgba(245,241,232,0.4); text-transform: uppercase; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.hero-eyebrow { animation: fadeUp 0.5s 0.1s ease both; }
.hero h1     { animation: fadeUp 0.6s 0.2s ease both; }
.hero-sub    { animation: fadeUp 0.5s 0.35s ease both; }
.hero-features { animation: fadeUp 0.5s 0.45s ease both; }
.hero-cta-row  { animation: fadeUp 0.5s 0.55s ease both; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .trust-inner { grid-template-columns: repeat(3, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .why-image-side { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .process-grid::before { display: none; }
  .included-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .cities-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .header-inner { padding: 12px 18px; gap: 10px; flex-wrap: wrap; }
  .header-license { display: none; }
  .logo-img { height: 44px; }
  .logo-tag { display: none; }
  .header-phone { font-size: 18px; }
  .btn-cta { padding: 9px 14px; font-size: 11px; }
  .hero-inner { padding: 64px 20px 56px; }
  .btn-hero-primary, .btn-hero-secondary { font-size: 15px; padding: 16px 28px; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); padding: 22px 18px; }
  .section, .cta-inner, .cities-inner, .section-navy-inner { padding: 64px 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 28px; }
  .cities-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .cta-buttons { flex-direction: column; }
  .btn-cta-primary, .btn-cta-secondary { width: 100%; justify-content: center; }
}
