/* Shared layout for service landing pages */
.service-page {
  color: #111319;
}

.service-main {
  padding-top: 4.5rem;
}

.service-hero {
  padding: 2rem 1rem 2.6rem;
}

.service-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: stretch;
}

.service-hero-copy {
  background: #f4f4f6;
  border: 1px solid #e6e7ed;
  border-radius: 20px;
  padding: 1.5rem 1.4rem;
}

.service-kicker {
  margin: 0 0 0.4rem;
  color: #676a75;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.service-hero-copy h1 {
  margin: 0 0 0.8rem;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.service-hero-copy p {
  margin: 0 0 0.75rem;
  color: #343743;
  font-size: 1.02rem;
  line-height: 1.45;
}

.service-hero-actions {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.service-btn-primary,
.service-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.8rem 1.15rem;
  font-weight: 700;
}

.service-btn-primary {
  background: var(--accent);
  color: #fff;
}

.service-btn-secondary {
  color: #14161d;
  border: 1px solid #d5d7df;
  background: #fff;
}

.service-hero-image {
  border-radius: 20px;
  overflow: hidden;
  min-height: 100%;
}

.service-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-proof {
  padding: 0 1rem 2rem;
}

.service-proof-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.service-proof-item {
  border: 1px solid #e6e7ed;
  border-radius: 14px;
  background: #fff;
  padding: 0.9rem 0.8rem;
}

.service-proof-item strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
}

.service-proof-item span {
  color: #3f424d;
  font-size: 0.9rem;
}

.service-section {
  padding: 1.4rem 1rem 3rem;
}

.service-section-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.service-panel {
  border: 1px solid #e6e7ed;
  border-radius: 16px;
  background: #f8f8fa;
  padding: 1.2rem 1.1rem;
}

.service-panel h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
}

.service-panel p {
  margin: 0 0 0.75rem;
  color: #383b47;
  line-height: 1.44;
}

.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.service-list li {
  padding-left: 1rem;
  position: relative;
  color: #242833;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.service-process {
  padding: 0 1rem 3rem;
}

.service-process-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.service-process h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.service-step {
  background: #fff;
  border: 1px solid #e6e7ed;
  border-radius: 14px;
  padding: 1rem 0.85rem 0.9rem;
}

.service-step b {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--accent);
  margin-bottom: 0.65rem;
}

.service-step h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
}

.service-step p {
  margin: 0;
  color: #3d414d;
  font-size: 0.9rem;
}

.service-faq {
  padding: 0 1rem 3.2rem;
}

.service-faq-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.service-faq h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.service-faq details {
  border-top: 1px solid #e6e7ed;
  padding: 0.75rem 0;
}

.service-faq details:last-child {
  border-bottom: 1px solid #e6e7ed;
}

.service-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.service-faq summary::-webkit-details-marker {
  display: none;
}

.service-faq details p {
  margin: 0.45rem 0 0;
  color: #3d414d;
}

.service-bottom-cta {
  padding: 0 1rem 4rem;
}

.service-bottom-cta-inner {
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 18px;
  background: #17171a;
  color: #fff;
  padding: 1.3rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.service-bottom-cta-inner p {
  margin: 0;
  max-width: 720px;
  font-size: 1.05rem;
}

.service-bottom-cta-inner .btn {
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  padding: 0.8rem 1.1rem;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s ease, opacity 0.45s ease;
}

@media (max-width: 900px) {
  .service-main {
    padding-top: 4rem;
  }

  .service-hero-inner,
  .service-section-inner {
    grid-template-columns: 1fr;
  }

  .service-proof-grid,
  .service-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-bottom-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .service-proof-grid,
  .service-steps {
    grid-template-columns: 1fr;
  }

  .service-hero-copy {
    padding: 1.05rem 0.95rem;
  }

  .service-hero-copy p {
    font-size: 0.95rem;
  }

  .service-panel {
    padding: 1rem 0.9rem;
  }
}
