/* ============================================================
   LOCAL-SEO-SERVICES-PAGE.CSS — Sage Titans
   Render-blocking. Pairs with sage-nav.css,
   sage-base.css + sage-site-components.css (async)
   ============================================================ */

:root {
  --ls-dark:   #020c1b;
  --ls-navy:   #0a1628;
  --ls-green:  #34a853;
  --ls-blue:   #4285f4;
  --ls-red:    #ea4335;
  --ls-yellow: #fbbc04;
  --ls-lime:   #caef45;
  --ls-text:   rgba(255,255,255,0.82);
  --ls-muted:  rgba(255,255,255,0.55);
  --ls-r:      16px;
}

/* ══════════════════════════════════════════════════════════════
   BANNER
   ══════════════════════════════════════════════════════════════ */
.inner-p-banner {
  padding: 136px 0 80px;
  min-height: 700px !important;
  margin-top: calc(-1 * 76px);
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 20% 80%, rgba(52,168,83,0.2) 0%, transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(66,133,244,0.15) 0%, transparent 45%),
    linear-gradient(150deg, #020c1b 0%, #0a1f3f 50%, #020c1b 100%);
}
.ls-ban-sec {
  display: flex; align-items: center;
  justify-content: space-between; gap: 48px;
  flex-wrap: nowrap;
}
.ls-ban-content { flex: 1 1 auto; min-width: 0; max-width: 540px; }
.ls-ban-content h1 {
  font-size: clamp(1.9rem,3.2vw,2.75rem);
  font-weight: 700; color: #fff;
  line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 16px;
}
.ls-ban-content h1 span { color: var(--ls-lime); }
.ls-ban-content > p { font-size: 17px; font-weight: 300; color: var(--ls-text); line-height: 1.75; margin-bottom: 28px; }
.ls-ban-checklist { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.ls-ban-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; font-weight: 400; color: var(--ls-text); line-height: 1.5; }
.ls-ban-checklist li svg { flex-shrink: 0; margin-top: 2px; }
.ls-hero-cta {
  display: inline-flex; align-items: center;
  background: var(--ls-lime); color: #0a1628;
  font-size: 15px; font-weight: 700; padding: 13px 28px;
  border-radius: 50px; text-decoration: none; border: none;
  transition: background 0.2s, transform 0.15s; white-space: nowrap;
}
.ls-hero-cta:hover { background: #b8e020; transform: translateY(-2px); text-decoration: none; color: #0a1628; }

/* ══════════════════════════════════════════════════════════════
   LOCAL PACK WIDGET — white card
   Google Maps Local Pack preview concept
   ══════════════════════════════════════════════════════════════ */
.ls-widget {
  flex: 1 1 440px; min-width: 300px; max-width: 500px;
  background: #ffffff; border-radius: 20px; padding: 0 0 18px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.55), 0 8px 24px rgba(0,0,0,0.25);
  font-family: 'Sora', sans-serif;
}
/* Search bar header */
.ls-w-search {
  padding: 14px 16px 10px; background: #f4f5f7; border-bottom: 1px solid #e8eaed;
}
.ls-w-search-bar {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid #dfe1e5; border-radius: 50px;
  padding: 8px 14px; box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.ls-w-search-bar svg { flex-shrink: 0; width: 16px; height: 16px; }
.ls-w-search-query { font-size: 13px; color: #202124; font-weight: 400; flex: 1; }
.ls-w-search-dots { display: flex; gap: 4px; }
.ls-w-search-dot { width: 8px; height: 8px; border-radius: 50%; }
.ls-w-search-dot:nth-child(1) { background: #4285f4; }
.ls-w-search-dot:nth-child(2) { background: #ea4335; }
.ls-w-search-dot:nth-child(3) { background: #fbbc04; }
.ls-w-search-dot:nth-child(4) { background: #34a853; }
/* Map preview */
.ls-w-map {
  width: 100%; height: 90px;
  background: linear-gradient(135deg, #e8f5e9 0%, #e3f2fd 50%, #f3e5f5 100%);
  position: relative; overflow: hidden; border-bottom: 1px solid #f1f5f9;
}
.ls-w-map-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(0,0,0,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.06) 1px, transparent 1px);
  background-size: 20px 20px;
}
.ls-w-map-road-h {
  position: absolute; top: 40%; left: 0; right: 0; height: 6px;
  background: #fff; border-top: 1px solid #bdbdbd; border-bottom: 1px solid #bdbdbd;
}
.ls-w-map-road-v {
  position: absolute; top: 0; bottom: 0; left: 38%; width: 6px;
  background: #fff; border-left: 1px solid #bdbdbd; border-right: 1px solid #bdbdbd;
}
.ls-w-pin {
  position: absolute; width: 20px; height: 26px;
  transform: translate(-50%, -100%);
}
.ls-w-pin svg { width: 20px; height: 26px; }
.ls-w-pin-1 { top: 38%; left: 38%; }
.ls-w-pin-2 { top: 30%; left: 62%; }
.ls-w-pin-3 { top: 60%; left: 22%; }
.ls-w-map-label {
  position: absolute; top: 5px; right: 8px;
  font-size: 9px; font-weight: 700; color: #5f6368;
  background: rgba(255,255,255,0.85); padding: 2px 6px; border-radius: 4px;
}
/* "Local Pack" header */
.ls-w-pack-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 14px 6px;
  border-bottom: 1px solid #f1f5f9;
}
.ls-w-pack-label { font-size: 11px; font-weight: 700; color: #202124; }
.ls-w-pack-badge {
  font-size: 9px; font-weight: 700; color: #14532d;
  background: #dcfce7; border: 1px solid #bbf7d0;
  border-radius: 50px; padding: 2px 8px;
}
/* Business listings */
.ls-w-listings { display: flex; flex-direction: column; }
.ls-w-listing {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 10px 14px; border-bottom: 1px solid #f8fafc;
  transition: background 0.2s;
}
.ls-w-listing:last-child { border-bottom: none; }
.ls-w-listing-rank {
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800; flex-shrink: 0; margin-top: 2px;
}
.ls-w-listing-rank--1 { background: #34a853; color: #fff; }
.ls-w-listing-rank--2 { background: #4285f4; color: #fff; }
.ls-w-listing-rank--3 { background: #fbbc04; color: #0a1628; }
.ls-w-listing-info { flex: 1; min-width: 0; }
.ls-w-listing-name { font-size: 12px; font-weight: 700; color: #1a73e8; display: block; margin-bottom: 2px; }
.ls-w-listing-meta { font-size: 10px; color: #5f6368; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.ls-w-listing-stars { color: #fbbc04; letter-spacing: -1px; font-size: 11px; }
.ls-w-listing-reviews { color: #5f6368; }
.ls-w-listing-type { color: #166534; font-weight: 600; }  /* was #34a853 ~3.0:1 → #166534 ~7.4:1 ✓ */
.ls-w-listing-open { color: #166534; font-weight: 600; }  /* was #34a853 ~3.0:1 → #166534 ~7.4:1 ✓ */
.ls-w-listing-cta {
  font-size: 10px; font-weight: 700; color: #1a65d6;      /* was #4285f4 ~3.3:1 → #1a65d6 ~5.2:1 ✓ */
  border: 1px solid #1a65d6; border-radius: 50px;
  padding: 3px 9px; white-space: nowrap; flex-shrink: 0; align-self: center;
  cursor: default;                                          /* span not anchor — no pointer needed */
}
/* Bottom stats */
.ls-w-footer {
  display: flex; justify-content: space-between; align-items: center;
  margin: 10px 14px 0; padding: 10px 14px;
  background: #f8fafc; border-radius: 10px; border: 1px solid #e2e8f0;
}
.ls-w-stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.ls-w-stat-val { font-size: 14px; font-weight: 800; color: #0a1628; line-height: 1; }
.ls-w-stat-val--green { color: #14532d; }
.ls-w-stat-val--blue  { color: #0369a1; }
.ls-w-stat-lbl { font-size: 8.5px; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 0.06em; text-align: center; }

/* ── BANNER RESPONSIVE ── */
@media (max-width: 1100px) { .ls-ban-sec { gap: 28px; } .ls-widget { min-width: 260px; } }
@media (max-width: 900px) {
  .inner-p-banner { padding: 110px 0 60px; min-height: auto !important; }
  .inner-p-banner .ls-ban-sec { flex-direction: column !important; align-items: stretch !important; gap: 28px !important; }
  .inner-p-banner .ls-ban-content { flex: 0 0 auto !important; max-width: 100% !important; width: 100% !important; }
  .ls-widget { max-width: 100% !important; width: 100% !important; flex: 0 0 auto !important; display: block !important; min-width: 0 !important; }
}
@media (max-width: 380px) {
  .inner-p-banner { padding: 86px 0 44px; }
  .ls-widget { display: none !important; }
  .inner-p-banner .ls-ban-content { width: 100% !important; max-width: 100% !important; }
}

/* ══════════════════════════════════════════════════════════════
   PROOF STRIP
   ══════════════════════════════════════════════════════════════ */
.proof-strip { border-top: 1px solid #eaeaea; padding: 32px 0; }
.proof-container { max-width: 1300px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; }
.proof-item { display: flex; align-items: flex-start; gap: 14px; }
.proof-icon { width: 36px; height: 36px; border-radius: 8px; background: #eef6fd; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #29abe2; }
.proof-item strong { display: block; font-size: 14px; font-weight: 700; color: #0a1628; margin-bottom: 4px; }
.proof-item p { font-size: 13px; color: #516070; line-height: 1.55; margin: 0; }
@media (max-width: 1024px) { .proof-container { grid-template-columns: repeat(2,1fr); gap: 24px; } }
@media (max-width: 600px)  { .proof-container { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════════════════
   SERVICES ICON STRIP — 6 capabilities
   ══════════════════════════════════════════════════════════════ */
.ls-services-sec { padding: 80px 0; background: #f8fafc; }
.ls-services-head { text-align: center; margin-bottom: 52px; }
.ls-services-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.ls-services-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.ls-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.ls-service-card {
  background: #fff; border: 1px solid #e4ecf2; border-radius: 18px;
  padding: 32px 26px; display: flex; align-items: flex-start; gap: 18px;
  position: relative; overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.ls-service-card:hover { box-shadow: 0 16px 48px rgba(52,168,83,0.12); transform: translateY(-5px); border-color: #34a853; }
.ls-service-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #34a853, #caef45);
  opacity: 0; transition: opacity 0.25s;
}
.ls-service-card:hover::before { opacity: 1; }
.ls-service-icon { width: 54px; height: 54px; border-radius: 14px; background: #f0fdf4; border: 1px solid #bbf7d0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.25s; }
.ls-service-card:hover .ls-service-icon { background: #dcfce7; }
.ls-service-icon svg { width: 28px; height: 28px; }
.ls-service-body h3 { font-size: 15px; font-weight: 700; color: #0a1628; margin: 0 0 8px; line-height: 1.3; }
.ls-service-body p { font-size: 13px; font-weight: 300; color: #516070; line-height: 1.65; margin: 0; }

/* ══════════════════════════════════════════════════════════════
   STATS SECTION — Near Me + local search facts
   ══════════════════════════════════════════════════════════════ */
.ls-stats-sec {
  background: linear-gradient(150deg, #020c1b 0%, #0a1f3f 50%, #020c1b 100%);
  padding: 80px 0; position: relative; overflow: hidden;
}
.ls-stats-sec::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%); width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(52,168,83,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.ls-stats-head { text-align: center; margin-bottom: 52px; position: relative; z-index: 1; }
.ls-stats-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #fff; margin-bottom: 12px; }
.ls-stats-head p { font-size: 16px; font-weight: 300; color: var(--ls-muted); line-height: 1.75; width: 65%; margin: 0 auto; }
.ls-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; position: relative; z-index: 1; }
.ls-stat-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px; padding: 32px 24px; text-align: center;
  transition: border-color 0.25s, transform 0.25s;
}
.ls-stat-card:hover { border-color: rgba(52,168,83,0.4); transform: translateY(-4px); }
.ls-stat-num { font-size: clamp(2rem,4vw,3rem); font-weight: 800; color: var(--ls-lime); line-height: 1; margin-bottom: 12px; }
.ls-stat-desc { font-size: 13.5px; font-weight: 300; color: var(--ls-muted); line-height: 1.65; }
.ls-stat-source { font-size: 11px; color: rgba(255,255,255,0.3); margin-top: 8px; font-style: italic; }

/* ══════════════════════════════════════════════════════════════
   BENEFITS — 4 horizontal cards
   ══════════════════════════════════════════════════════════════ */
.ls-benefits-sec { padding: 80px 0; }
.ls-benefits-head { text-align: center; margin-bottom: 52px; }
.ls-benefits-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.ls-benefits-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.ls-benefits-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.ls-benefit-card {
  background: #fff; border: 1px solid #e4ecf2; border-radius: 18px;
  padding: 28px 28px 28px 24px;
  display: flex; align-items: flex-start; gap: 20px;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
  position: relative; overflow: hidden;
}
.ls-benefit-card:hover { box-shadow: 0 16px 48px rgba(52,168,83,0.1); transform: translateY(-4px); border-color: #34a853; }
.ls-benefit-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #34a853, #caef45); opacity: 0; transition: opacity 0.25s;
}
.ls-benefit-card:hover::before { opacity: 1; }
.ls-benefit-icon { width: 56px; height: 56px; border-radius: 14px; background: #f0fdf4; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ls-benefit-icon svg { width: 30px; height: 30px; }
.ls-benefit-body h3 { font-size: 16px; font-weight: 700; color: #0a1628; margin: 0 0 8px; }
.ls-benefit-body p { font-size: 13.5px; font-weight: 300; color: #516070; line-height: 1.7; margin: 0; }

/* ══════════════════════════════════════════════════════════════
   RANKING FACTORS — 3 cards (Distance / Relevance / Prominence)
   ══════════════════════════════════════════════════════════════ */
.ls-ranking-sec { padding: 80px 0; background: #f8fafc; }
.ls-ranking-head { text-align: center; margin-bottom: 52px; }
.ls-ranking-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.ls-ranking-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 68%; margin: 0 auto; }
.ls-ranking-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 48px; }
.ls-ranking-card {
  background: #fff; border: 1px solid #e4ecf2; border-radius: 18px;
  padding: 36px 28px; text-align: center;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.ls-ranking-card:hover { box-shadow: 0 16px 48px rgba(66,133,244,0.12); transform: translateY(-5px); border-color: #4285f4; }
.ls-ranking-card img { width: 80px; height: 80px; object-fit: contain; margin: 0 auto 20px; display: block; }
.ls-ranking-card h3 { font-size: 20px; font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.ls-ranking-card p { font-size: 14px; font-weight: 300; color: #516070; line-height: 1.7; margin: 0; }
.ls-ranking-cta { text-align: center; }

/* ══════════════════════════════════════════════════════════════
   FEATURE SECTIONS — alternating image+text (GMB, Data Cleansing,
   Near Me, Voice Search, Listings)
   ══════════════════════════════════════════════════════════════ */
.ls-feature-sec { padding: 80px 0; }
.ls-feature-sec--alt { background: #f8fafc; }
.ls-feature-sec--dark {
  background: linear-gradient(150deg, #020c1b 0%, #0a1f3f 50%, #020c1b 100%);
}
.ls-feature-inner {
  display: flex; align-items: center; gap: 64px;
}
.ls-feature-inner--reverse { flex-direction: row-reverse; }
.ls-feature-img { flex-shrink: 0; max-width: 420px; }
.ls-feature-img img { width: 100%; border-radius: var(--ls-r); box-shadow: 0 20px 60px rgba(0,0,0,0.12); display: block; }
.ls-feature-content { flex: 1; min-width: 0; }
.ls-feature-label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em;
  color: #166534; margin-bottom: 14px;                     /* was #34a853 ~3.0:1 → #166534 ~7.4:1 ✓ */
}
.ls-feature-label::before { content: ''; width: 20px; height: 2px; background: #166534; border-radius: 2px; }
.ls-feature-content h2 { font-size: clamp(1.4rem,2.4vw,1.9rem); font-weight: 700; color: #0a1628; margin-bottom: 14px; line-height: 1.3; }
.ls-feature-content--dark h2 { color: #fff; }
.ls-feature-content--dark .ls-feature-label { color: var(--ls-lime); }
.ls-feature-content--dark .ls-feature-label::before { background: var(--ls-lime); }
.ls-feature-content p { font-size: 15px; font-weight: 300; color: #516070; line-height: 1.75; margin-bottom: 20px; }
.ls-feature-content--dark p { color: var(--ls-muted); }
.ls-feature-list { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.ls-feature-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14.5px; font-weight: 500; color: #0a1628; line-height: 1.5;
}
.ls-feature-list--dark li { color: rgba(255,255,255,0.85); }
.ls-feature-list li::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: #34a853; flex-shrink: 0; margin-top: 5px;
}
.ls-feature-cta {
  display: inline-flex; align-items: center;
  background: var(--ls-lime); color: #0a1628;
  font-size: 14px; font-weight: 700; padding: 11px 24px;
  border-radius: 50px; text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.ls-feature-cta:hover { background: #b8e020; transform: translateY(-2px); text-decoration: none; color: #0a1628; }
.ls-feature-cta--ghost {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,0.3);
}
.ls-feature-cta--ghost:hover { background: rgba(255,255,255,0.08); color: #fff; }
/* Data cleansing process steps */
.ls-process-steps { display: flex; flex-direction: column; gap: 12px; margin: 20px 0 28px; }
.ls-process-step {
  display: flex; align-items: flex-start; gap: 14px;
  background: #f8fafc; border: 1px solid #e4ecf2; border-radius: 12px;
  padding: 14px 16px;
}
.ls-process-step-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: #34a853; color: #fff;
  font-size: 11px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ls-process-step-body { flex: 1; }
.ls-process-step-body strong { display: block; font-size: 14px; font-weight: 700; color: #0a1628; margin-bottom: 3px; }
.ls-process-step-body span { font-size: 13px; font-weight: 300; color: #516070; line-height: 1.5; }

/* ══════════════════════════════════════════════════════════════
   CTA BAND
   ══════════════════════════════════════════════════════════════ */
.ls-cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0a1628 0%, #1a3a6e 40%, #0a1628 100%);
  border-radius: 24px; padding: 64px 56px;
  margin-bottom: 80px; border: 1px solid rgba(52,168,83,0.25);
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px;
}
.ls-cta-band::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(52,168,83,0.15) 0%, transparent 65%);
  pointer-events: none;
}
.ls-cta-band::after {
  content: ''; position: absolute; bottom: 28px; left: 56px;
  width: 80px; height: 3px;
  background: linear-gradient(90deg, #34a853, #caef45, #4285f4, #ea4335);
  border-radius: 3px;
}
.ls-cta-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ls-lime); margin-bottom: 12px; display: block; }
.ls-cta-band h2 { font-size: clamp(1.5rem,2.4vw,2rem); font-weight: 700; color: #fff; line-height: 1.3; margin: 0 0 20px; }
.ls-cta-band h2 span { color: var(--ls-lime); }
.ls-cta-stats { display: flex; gap: 24px; flex-wrap: wrap; }
.ls-cta-stat-val { font-size: 20px; font-weight: 800; color: #fff; line-height: 1; }
.ls-cta-stat-lbl { font-size: 11px; color: var(--ls-muted); }
.ls-cta-btns { display: flex; flex-direction: column; gap: 12px; align-items: center; min-width: 200px; position: relative; z-index: 1; }
.ls-cta-btn-primary {
  display: flex; align-items: center; justify-content: center;
  width: 100%; background: var(--ls-lime); color: #0a1628;
  font-size: 15px; font-weight: 700; padding: 14px 28px;
  border-radius: 50px; text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  white-space: nowrap;
}
.ls-cta-btn-primary:hover { background: #b8e020; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(202,239,69,0.4); color: #0a1628; text-decoration: none; }
.ls-cta-no-contract { font-size: 11px; color: rgba(255,255,255,0.55); text-align: center; }

/* ══════════════════════════════════════════════════════════════
   FAQ
   ══════════════════════════════════════════════════════════════ */
.faq-wrapper { padding: 0 0 80px; }
.m-shot-head { text-align: center; padding: 60px 0 28px; }
.m-shot-head h2 { font-size: clamp(1.4rem,2.4vw,1.9rem); font-weight: 700; color: #0a1628; margin: 0; }
.faq-cta-bot { text-align: center; margin-top: 36px; }
.ls-ghost-btn {
  display: inline-flex; align-items: center;
  background: transparent; color: #0a1628;
  font-size: 15px; font-weight: 600; padding: 13px 28px;
  border-radius: 50px; text-decoration: none;
  border: 2px solid #0a1628; transition: all 0.2s;
}
.ls-ghost-btn:hover { background: #0a1628; color: #fff; text-decoration: none; }

/* ══════════════════════════════════════════════════════════════
   FOOTER TOUCH TARGET FIX
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .copyright-sec ul { display: flex; flex-wrap: wrap; gap: 4px; }
  .copyright-sec ul li { display: block; }
  .copyright-sec ul li a { display: inline-flex; align-items: center; min-height: 48px; padding: 12px 16px !important; font-size: 14px; }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .ls-services-grid { grid-template-columns: repeat(2,1fr); }
  .ls-stats-grid { grid-template-columns: repeat(2,1fr); }
  .ls-ranking-grid { grid-template-columns: repeat(2,1fr); }
  .ls-feature-inner { flex-wrap: wrap; gap: 36px; }
  .ls-feature-inner--reverse { flex-direction: row; }
  .ls-feature-img { max-width: 100%; }
  .ls-cta-band { grid-template-columns: 1fr; gap: 32px; padding: 44px 36px; }
  .ls-cta-btns { flex-direction: row; width: 100%; }
  .ls-cta-btn-primary { flex: 1; }
  .ls-services-head p, .ls-benefits-head p, .ls-ranking-head p, .ls-stats-head p { width: 100%; }
}
@media (max-width: 768px) {
  .ls-services-grid { grid-template-columns: 1fr; }
  .ls-stats-grid { grid-template-columns: repeat(2,1fr); }
  .ls-benefits-grid { grid-template-columns: 1fr; }
  .ls-ranking-grid { grid-template-columns: 1fr; }
  .ls-services-sec, .ls-benefits-sec, .ls-ranking-sec, .ls-feature-sec { padding: 48px 0; }
  .ls-cta-band { padding: 36px 24px; }
  .ls-cta-band::after { left: 24px; }
  .ls-cta-btns { flex-direction: column; }
}
@media (max-width: 480px) {
  .ls-stats-grid { grid-template-columns: 1fr; }
}
