/* Local SEO Services Page */

.nav-link--active,
.dropdown-menu a[aria-current="page"] {
  color: var(--blue-600);
  font-weight: 600;
}

.breadcrumb {
  padding: 16px 0 0;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  font-size: 13px;
  color: var(--gray-400);
}

.breadcrumb li + li::before {
  content: '/';
  margin-right: 8px;
  color: var(--gray-300);
}

.breadcrumb a {
  color: var(--gray-500);
}

.breadcrumb a:hover {
  color: var(--blue-600);
}

/* Page Hero */
.page-hero {
  padding: 32px 0 56px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.page-hero h1 {
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--navy-900);
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.page-hero-lead {
  font-size: 17px;
  font-weight: 500;
  color: var(--gray-700);
  margin-bottom: 14px;
}

.page-hero p {
  font-size: 15px;
  color: var(--gray-500);
  margin-bottom: 12px;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 20px 0 24px;
}

.hero-checks span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-600);
}

.hero-checks svg {
  flex-shrink: 0;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--gray-200);
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gray-600);
}

.hero-trust-item svg {
  color: var(--blue-600);
}

.hero-media {
  position: relative;
}

.hero-video-placeholder {
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  aspect-ratio: 16 / 11;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-video-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%);
}

.play-btn {
  width: 64px;
  height: 64px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 1;
}

.hero-float-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: var(--shadow-lg);
  max-width: 280px;
  z-index: 2;
}

.hero-float-card strong {
  display: block;
  font-size: 14px;
  color: var(--navy-900);
  margin-bottom: 4px;
}

.hero-float-card p {
  font-size: 12px;
  color: var(--gray-500);
  margin: 0;
  line-height: 1.5;
}

.float-icon {
  width: 40px;
  height: 40px;
  background: var(--blue-50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Trust Logos */
.trust-logos {
  padding: 32px 0;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

.trust-logos p {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-600);
  margin-bottom: 24px;
}

.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}

.logo-placeholder {
  font-size: 12px;
  font-weight: 700;
  color: var(--gray-500);
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 10px 16px;
  letter-spacing: 0.02em;
}

/* Why Section */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.why-visual {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.map-illustration {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
  overflow: hidden;
}

.map-search-bar {
  padding: 12px 16px;
  border-bottom: 1px solid var(--gray-100);
  font-size: 12px;
  color: var(--gray-500);
  display: flex;
  align-items: center;
  gap: 8px;
}

.map-area {
  height: 120px;
  background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 100%);
  position: relative;
}

.map-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--blue-600);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.map-pin:nth-child(1) { top: 30%; left: 40%; }
.map-pin:nth-child(2) { top: 50%; left: 60%; background: var(--gray-400); }
.map-pin:nth-child(3) { top: 65%; left: 35%; background: var(--gray-400); }

.map-results {
  padding: 12px;
}

.map-result {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: var(--radius);
  margin-bottom: 8px;
}

.map-result--top {
  background: var(--blue-50);
  border: 1px solid #bfdbfe;
}

.map-result-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue-600);
  flex-shrink: 0;
  margin-top: 4px;
}

.map-result:not(.map-result--top) .map-result-dot {
  background: var(--gray-300);
}

.map-result strong {
  display: block;
  font-size: 12px;
  color: var(--navy-900);
}

.map-result span {
  font-size: 10px;
  color: var(--gray-400);
}

.why-content .overline {
  margin-bottom: 12px;
}

.why-content h2 {
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 16px;
}

.why-content p {
  color: var(--gray-500);
  margin-bottom: 12px;
  font-size: 15px;
}

.search-examples {
  margin: 16px 0;
  padding: 16px 20px;
  background: var(--gray-50);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200);
}

.search-examples li {
  font-size: 14px;
  color: var(--gray-600);
  padding: 4px 0;
  padding-left: 16px;
  position: relative;
}

.search-examples li::before {
  content: '"';
  position: absolute;
  left: 0;
  color: var(--blue-600);
  font-weight: 700;
}

/* Content Prose */
.content-prose {
  max-width: 800px;
}

.content-prose--center {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.content-prose h2 {
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 16px;
}

.content-prose h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy-900);
  margin: 32px 0 12px;
}

.content-prose p {
  color: var(--gray-500);
  margin-bottom: 14px;
  font-size: 15px;
}

.content-prose ul {
  margin: 12px 0 20px;
}

.content-prose ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: var(--gray-600);
  font-size: 15px;
}

.content-prose ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--blue-600);
  font-weight: 700;
}

.content-prose .lead {
  font-size: 17px;
  font-weight: 500;
  color: var(--gray-700);
}

.section--gray {
  background: var(--gray-50);
}

.section--blue-light {
  background: var(--blue-50);
}

.two-col-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

/* Included Grid – matches mockup: icon left, title beside, description below */
.included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.included-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 20px 18px;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  gap: 4px 12px;
  align-items: start;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), border-color var(--transition);
}

.included-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--gray-300);
  transform: none;
}

.included-card .service-icon {
  grid-row: 1;
  grid-column: 1;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  align-self: start;
}

.included-card h3 {
  grid-row: 1;
  grid-column: 2;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 0;
  line-height: 1.35;
  align-self: center;
}

.included-card p {
  grid-row: 2;
  grid-column: 1 / -1;
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.55;
  margin-top: 6px;
}

.section-cta-center {
  text-align: center;
  margin-top: 36px;
}

/* Expandable detailed breakdown (SEO content) */
.service-details-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.35s ease, margin 0.35s ease;
  margin-top: 0;
}

.service-details-panel.is-open {
  max-height: 8000px;
  opacity: 1;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--gray-200);
}

/* Open automatically when linked via #service-details */
.service-details-panel:target {
  max-height: 8000px;
  opacity: 1;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--gray-200);
}

.service-details-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}

.service-details-header h2 {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.service-details-header p {
  font-size: 15px;
  color: var(--gray-500);
}

.service-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-detail-block {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.service-detail-block h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-100);
}

.service-detail-block p {
  font-size: 14px;
  color: var(--gray-500);
  margin-bottom: 8px;
  line-height: 1.6;
}

.service-detail-block p:last-child {
  margin-bottom: 0;
}

.service-detail-block ul {
  margin-top: 8px;
}

.service-detail-block ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.5;
}

.service-detail-block ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--blue-600);
  font-weight: 700;
}

/* Process 6 steps */
.process-section {
  background: var(--blue-50);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  border-top: 2px dashed var(--blue-600);
  opacity: 0.3;
  z-index: 0;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.process-step .step-number {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
}

.process-step h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 6px;
}

.process-step p {
  font-size: 12px;
  color: var(--gray-500);
  line-height: 1.5;
}

/* Why Choose Grid */
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.why-choose-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.why-choose-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 8px;
}

.why-choose-card p {
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.6;
}

/* Industries Row */
.industries-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.industry-icon-item {
  text-align: center;
  width: 100px;
}

.industry-icon-item svg {
  margin: 0 auto 10px;
  color: var(--blue-600);
}

.industry-icon-item span {
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-700);
}

/* Case Studies */
.case-studies-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.case-studies-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.case-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.case-card-body {
  padding: 20px 24px;
}

.case-stat {
  font-size: 28px;
  font-weight: 800;
  color: var(--blue-600);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.case-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy-900);
  margin-bottom: 4px;
}

.case-meta {
  font-size: 13px;
  color: var(--gray-400);
}

.case-card-thumb {
  height: 80px;
  background: var(--gray-100);
}

/* FAQ */
.faq-section h2 {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  color: var(--navy-900);
  text-align: center;
  margin-bottom: 40px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}

.faq-item {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  background: var(--white);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy-900);
  text-align: left;
  transition: background var(--transition);
}

.faq-question:hover {
  background: var(--gray-50);
}

.faq-icon {
  width: 24px;
  height: 24px;
  border: 1px solid var(--gray-200);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--gray-500);
  transition: transform var(--transition), background var(--transition);
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--blue-50);
  border-color: var(--blue-600);
  color: var(--blue-600);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer-inner {
  padding: 0 20px 18px;
  font-size: 14px;
  color: var(--gray-500);
  line-height: 1.65;
}

.faq-item.open .faq-answer {
  max-height: 400px;
}

/* Blue CTA Banner */
.cta-banner {
  background: var(--blue-600);
  padding: 48px 0;
}

.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-banner-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}

.cta-banner-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-banner h2 {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.cta-banner p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
}

.btn-white {
  background: var(--white);
  color: var(--blue-600);
  border-color: var(--white);
  flex-shrink: 0;
}

.btn-white:hover {
  background: var(--gray-50);
  color: var(--blue-700);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.packages-box {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.packages-box p {
  color: var(--gray-500);
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 1024px) {
  .page-hero-grid,
  .why-grid,
  .two-col-content,
  .case-studies-grid {
    grid-template-columns: 1fr;
  }

  .included-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-details {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-steps::before {
    display: none;
  }

  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-float-card {
    left: 0;
    bottom: -16px;
  }
}

@media (max-width: 768px) {
  .included-grid,
  .faq-grid,
  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr 1fr;
  }

  .cta-banner-inner {
    flex-direction: column;
    text-align: center;
  }

  .cta-banner-content {
    flex-direction: column;
    align-items: center;
  }

  .hero-trust {
    gap: 12px;
  }

  .industries-row {
    gap: 20px;
  }
}

@media (max-width: 540px) {
  .process-steps {
    grid-template-columns: 1fr;
  }

  .hero-checks {
    flex-direction: column;
    gap: 8px;
  }
}
