﻿/* Services section styles - services pages only.
   Put services-only rules here. Whole-site look stays in /assets/themes/.
*/

.pcs-flagship-band {
  margin: 0 auto 36px;
  max-width: 1080px;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 24px;
  background: #122241;
  color: #fff;
  box-shadow: 0 18px 44px rgba(18, 34, 65, 0.18);
}

.pcs-flagship-band__kicker {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(107, 108, 224, 0.22);
  color: #cdc9cd;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pcs-flagship-band__grid {
  display: grid;
  gap: 22px;
}

@media (min-width: 900px) {
  .pcs-flagship-band__grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 36px;
    align-items: center;
  }
}

.pcs-flagship-band__copy h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1.15;
}

.pcs-flagship-band__copy p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.65;
}

.pcs-flagship-band__note {
  color: #cdc9cd !important;
  font-size: 0.95rem !important;
}

.pcs-flagship-band__copy .btn-one {
  margin-top: 8px;
}

.pcs-flagship-band__list {
  margin: 0;
  padding: 18px 20px 18px 36px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(205, 201, 205, 0.18);
  color: #fff;
}

.pcs-flagship-band__list li {
  margin: 0 0 10px;
  line-height: 1.45;
}

.pcs-flagship-band__list li:last-child {
  margin-bottom: 0;
}

body.pcs-page-hub.pcs-hub--retro .pcs-hub-process .process__image img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

.pcs-ab-page--retro .pcs-ab-hero .pcs-ab-lead a:not(.pcs-offer-inline) {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.pcs-ab-page--retro .pcs-ab-hero .pcs-ab-lead a:not(.pcs-offer-inline):hover,
.pcs-ab-page--retro .pcs-ab-hero .pcs-ab-lead a:not(.pcs-offer-inline):focus-visible {
  color: #dbe7ff;
}
