/* ============================================
   SERVICES.CSS — CUSTOM STYLES FOR SERVICES.HTML
   ============================================ */

:root {
  --primary-blue: #1e40af;
  --bright-blue: #0066ff;
  --dark-bg: #0f172a;
  --green-accent: #00c97a;
  --white: #ffffff;
  --light-gray: #e2e8f0;
  --navy-deep: #0a1330;
  --navy-mid: #0f1b3f;
  --blue-accent: #1e40af;
  --blue-bright: #0066ff;
  --green-accent: #00d09c;
  --text-muted: #b7c2e0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.bg-main {
  background: linear-gradient(
    160deg,
    #050a1f 0%,
    #0a1a4d 55%,
    #1148c9 100%
  ) !important;
}

.site-section {
  width: 100%;
  padding: 40px 20px;
  margin: 0;
}

@media (min-width: 1024px) {
  .site-section {
    padding: 60px 40px;
  }
}

@media (max-width: 767px) {
  .site-section {
    padding: 40px 16px;
  }
}

/* Eyebrow, Headlines & Subtitles */
.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #00d084;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.section-headline {
  font-size: 36px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: -0.5px;
  word-spacing: 0.05em;
}

.section-headline br {
  display: block;
  margin-bottom: 8px;
}

.section-sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--white);
  margin: 0 0 14px;
  font-weight: 400;
  max-width: 480px;
}

@media (min-width: 900px) {
  .section-headline {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .section-headline {
    font-size: 30px;
  }
}

@media (max-width: 374px) {
  .section-headline {
    font-size: 26px;
  }
}

/* CTA Button */
.btn-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #0066ff;
  color: var(--white);
  padding: 18px 32px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
  margin-top: 8px;
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.35);
  position: relative;
  overflow: hidden;
}

.btn-hero:hover {
  background: #0052cc;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 36px rgba(0, 102, 255, 0.55);
}

.btn-hero:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
}

.btn-hero-arrow {
  font-size: 20px;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-hero:hover .btn-hero-arrow {
  transform: translate(4px, -4px);
}

@media (min-width: 768px) {
  .btn-hero {
    padding: 20px 40px;
    font-size: 18px;
    width: fit-content;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .btn-hero {
    width: 100%;
    padding: 16px 24px;
    font-size: 17px;
    margin-top: 8px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 102, 255, 0.35);
  }
}

@media (max-width: 374px) {
  .btn-hero {
    font-size: 16px;
    padding: 14px 20px;
  }
}

/* SECTION 1 — LOCATION HERO (SERVICE AREA) */
.location-intro,
.why-intro {
  text-align: left;
  max-width: 780px;
  margin: 0 0 32px 0;
}

.location-intro .section-headline,
.why-intro .section-headline {
  margin-left: 0;
  margin-right: 0;
}

.location-intro .section-sub,
.why-intro .section-sub {
  margin-left: 0;
  margin-right: 0;
  max-width: 620px;
}

.location-note,
.why-cta-note,
.store-note {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.location-section .btn-hero,
.why-section .btn-hero {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 900px) {
  .location-intro,
  .why-intro {
    text-align: center;
    margin: 0 auto 36px auto;
  }

  .location-intro .section-headline,
  .why-intro .section-headline,
  .location-intro .section-sub,
  .why-intro .section-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .location-note,
  .why-cta-note,
  .store-note {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .location-section .btn-hero,
  .why-section .btn-hero {
    margin-left: auto;
    margin-right: auto;
  }
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}

.location-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid rgba(59, 74, 143, 0.7);
  background: rgba(15, 27, 63, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 16px 18px;
  color: var(--white);
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.location-pill:hover {
  border-color: var(--green-accent);
  background: rgba(0, 208, 156, 0.12);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 208, 156, 0.25);
  color: #ffffff;
}

.location-pill svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.location-pill:hover svg {
  transform: scale(1.25);
}

.location-note {
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 480px;
}

.store-note {
  color: var(--text-muted);
  font-size: 14px;
  margin-top: 16px;
}

/* SECTION 2 — WHY UNBOLT (FEATURES / STEPS) */
.why-header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.why-header-row .why-intro {
  flex: 1 1 340px;
  margin-bottom: 0;
}

.why-header-row .communities-card {
  flex: 1 1 340px;
  margin-bottom: 0;
}

.communities-card {
  background: var(--white);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
}

.communities-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.communities-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d6f5ea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.communities-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--navy-deep);
  text-transform: uppercase;
}

.community-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.community-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #d7dcec;
  background: #f8fafc;
  border-radius: 12px;
  padding: 10px 16px;
  color: var(--navy-deep);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.community-pill:hover {
  border-color: #00c97a;
  background: #eafaf4;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 201, 122, 0.2);
}

.community-pill svg {
  transition: transform 0.3s ease;
}

.community-pill:hover svg {
  transform: scale(1.2);
}

.communities-divider {
  border: none;
  border-top: 1px solid #eceef3;
  margin: 16px 0;
}

.communities-note {
  color: #5c6377;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.steps-card {
  border: 1.5px solid #3b4a8f;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
}

.steps-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.steps-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--green-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-accent);
  flex-shrink: 0;
}

.steps-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #3b4a8f;
  background: rgba(15, 27, 63, 0.3);
  border-radius: 14px;
  padding: 14px 16px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
}

.step-item:hover {
  border-color: var(--green-accent);
  background: rgba(0, 208, 156, 0.08);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 208, 156, 0.2);
}

.step-num {
  font-size: 20px;
  font-weight: 800;
  color: var(--green-accent);
  line-height: 1;
}

.step-label {
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
}

.steps-note {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.why-cta-note {
  color: var(--white);
  font-size: 17px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bg-nav {
  background: none;
}
