/* Metro Cleaning — city service pages (extends cinematic.css) */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ══ Carrollton hero — conversion split (v1, unique) ══ */
.city-hero-pro {
  position: relative;
  padding-top: calc(68px + 1rem);
  background: linear-gradient(180deg, var(--off) 0%, var(--white) 100%);
  overflow: hidden;
}

.city-hero-pro::after {
  content: "";
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red) 0%, var(--navy) 50%, var(--red) 100%);
}

.city-hero-inner {
  display: grid;
  gap: 2rem;
  padding: 2rem 1rem 3rem;
  max-width: 1240px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.city-hero-copy {
  max-width: 640px;
}

.city-crumb {
  padding: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: var(--text);
}

.city-crumb a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
}

.city-crumb a:hover { color: var(--red); }

.city-pin {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  padding: 0.45rem 0.9rem;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-hero-copy .hero-seo-h1 {
  font-size: 0.75rem;
  margin-bottom: 0.45rem;
}

.city-hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.08;
  color: var(--ink);
  margin: 0 0 0.65rem;
  letter-spacing: -0.03em;
}

.city-hero-headline em {
  font-style: normal;
  color: var(--red);
}

.city-hero-sub {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.85rem;
  line-height: 1.4;
}

.city-hero-copy .hero-desc {
  margin-bottom: 1.25rem;
}

.city-hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  color: var(--text-strong);
}

.city-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.8rem;
  background: var(--white);
  border: 1px solid var(--mist);
  border-radius: 999px;
  font-weight: 600;
}

.city-hero-phone-lg a.phone-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 5vw, 2.85rem);
  font-weight: 800;
  color: var(--navy);
  text-decoration: none;
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}

.city-hero-phone-lg a.phone-num:hover { color: var(--red); }

.city-hero-phone-lg .phone-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 0.2rem;
}

.city-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.city-hero-actions .btn-outline-navy {
  color: var(--navy);
  border: 2px solid var(--navy);
  background: transparent;
}

.city-hero-actions .btn-outline-navy:hover {
  background: var(--navy);
  color: var(--white);
}

.city-hero-audience {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.5rem;
}

.city-hero-audience span {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  background: var(--off);
  color: var(--navy);
  border: 1px solid var(--mist);
}

/* Right column: image + offer card */
.city-hero-side {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0;
}

.city-hero-side-img {
  border-radius: 0 32px 0 0;
  overflow: hidden;
  border: 3px solid var(--navy);
  box-shadow: 16px 16px 0 var(--red);
}

.city-hero-side-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.city-hero-card {
  margin-top: -2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  z-index: 2;
  background: var(--navy);
  color: var(--white);
  padding: 1.75rem 1.5rem;
  border-radius: 0 16px 0 0;
  box-shadow: 0 20px 50px rgba(4, 42, 138, 0.3);
}

.city-hero-card-label {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 0.35rem;
}

.city-hero-card-price {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 8vw, 4rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.city-hero-card-price small {
  font-size: 0.3em;
  vertical-align: super;
}

.city-hero-card ul {
  margin: 0.85rem 0 1.15rem;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.55;
}

.city-hero-card li {
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.city-hero-card li:last-child { border-bottom: none; }

.city-hero-card .btn-white { width: 100%; }

@media (min-width: 900px) {
  .city-hero-inner {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    padding: 2.5rem 1.5rem 3.5rem;
    gap: 2.5rem;
  }

  .city-hero-side {
    margin-top: 0.5rem;
  }
}

/* ══ COUPONS — front & center, large ══ */
.city-coupon-showcase {
  padding: 4.5rem 0 5rem;
  background: linear-gradient(180deg, var(--off) 0%, var(--white) 40%, var(--white) 100%);
  border-block: 4px solid var(--red);
}

.city-coupon-showcase-header {
  text-align: center;
  max-width: 56ch;
  margin: 0 auto 2.5rem;
  padding: 0 1rem;
}

.city-coupon-showcase-header h2 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  margin-bottom: 0.65rem;
  color: var(--ink);
}

.city-coupon-showcase-header p {
  color: var(--text-strong);
  line-height: 1.7;
  margin: 0;
  font-size: 1.0625rem;
}

.city-coupon-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  margin-bottom: 2.75rem;
  padding: 0 1rem;
  max-width: 1200px;
  margin-inline: auto;
}

.city-coupon-stage a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid var(--navy);
  box-shadow: 16px 16px 0 var(--red);
  transition: transform 0.2s, box-shadow 0.2s;
  background: var(--off);
}

.city-coupon-stage a:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 20px 20px 0 var(--navy);
}

.city-coupon-stage img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 700px) {
  .city-coupon-stage {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
    padding: 0 1.5rem;
  }
}

@media (min-width: 1100px) {
  .city-coupon-stage {
    gap: 2.5rem;
    padding: 0 2rem;
  }

  .city-coupon-stage a {
    box-shadow: 18px 18px 0 var(--red);
  }
}

/* Price strip below coupons — horizontal, not sidebar */
.city-price-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 900px;
  margin: 0 auto 2rem;
  border: 3px solid var(--navy);
  border-radius: 0 0 16px 0;
  overflow: hidden;
  background: var(--white);
}

.city-price-strip .city-price-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.25rem 1rem;
  border-bottom: 2px solid var(--off);
  border-right: 2px solid var(--off);
}

.city-price-strip .city-price-item:nth-child(2n) { border-right: none; }
.city-price-strip .city-price-item:nth-last-child(-n+2) { border-bottom: none; }

.city-price-item strong {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  color: var(--red);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.city-price-item span {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-strong);
  line-height: 1.35;
}

@media (min-width: 700px) {
  .city-price-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .city-price-strip .city-price-item {
    border-bottom: none;
    border-right: 2px solid var(--off);
  }

  .city-price-strip .city-price-item:last-child { border-right: none; }
}

.city-coupon-actions {
  text-align: center;
  padding: 0 1rem;
}

.city-coupon-actions p {
  color: var(--text);
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.city-coupon-actions .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* ══ Reviews ══ */
.city-reviews-primary {
  padding: 4.5rem 0;
  background: var(--off);
}

.city-reviews-primary .shell {
  max-width: 1000px;
}

.city-reviews-header {
  text-align: center;
  margin-bottom: 2rem;
}

.city-reviews-header h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 0.5rem;
}

.city-reviews-header p {
  color: var(--text-strong);
  max-width: 48ch;
  margin: 0 auto;
  line-height: 1.7;
}

.city-reviews-spotlights {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.city-spotlight-mini {
  padding: 1.35rem 1.5rem;
  background: var(--white);
  border-left: 5px solid var(--red);
  border-radius: 0 12px 0 0;
  box-shadow: 0 4px 20px rgba(6, 55, 179, 0.06);
}

.city-spotlight-mini .stars {
  color: #fbbf24;
  margin-bottom: 0.5rem;
}

.city-spotlight-mini blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink);
}

.city-spotlight-mini cite {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text);
  font-style: normal;
}

@media (min-width: 768px) {
  .city-reviews-spotlights {
    grid-template-columns: 1fr 1fr;
  }
}

.city-inline-cta {
  text-align: center;
  margin-top: 1.5rem;
}

.city-inline-cta-sm {
  text-align: center;
  margin-top: 1.25rem;
  font-weight: 600;
}

/* ══ Homeowner / Commercial split ══ */
.city-split-convert {
  padding: 5rem 0;
  background: var(--white);
}

.city-split-convert h2 {
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  margin-bottom: 0.5rem;
}

.city-split-convert > .shell > p {
  text-align: center;
  max-width: 50ch;
  margin: 0 auto 2.5rem;
  color: var(--text-strong);
  line-height: 1.75;
}

.city-split-grid {
  display: grid;
  gap: 1.5rem;
}

.city-split-panel {
  padding: 2rem 1.75rem;
  border-radius: 0 20px 0 0;
  display: flex;
  flex-direction: column;
}

.city-split-panel.home {
  background: var(--off);
  border: 2px solid var(--navy);
  border-top: 5px solid var(--navy);
}

.city-split-panel.biz {
  background: var(--white);
  border: 2px solid var(--red);
  border-top: 5px solid var(--red);
}

.city-split-panel h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.city-split-panel.home h3 { color: var(--navy); }
.city-split-panel.biz h3 { color: var(--red-deep); }

.city-split-panel p {
  color: var(--text-strong);
  line-height: 1.75;
  margin-bottom: 1rem;
  flex: 1;
}

.city-split-panel ul {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.city-split-panel li {
  padding: 0.35rem 0 0.35rem 1.1rem;
  position: relative;
  font-size: 0.9375rem;
  color: var(--text-strong);
}

.city-split-panel li::before {
  content: "→";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.city-split-panel.home li::before { color: var(--navy); }
.city-split-panel.biz li::before { color: var(--red); }

.city-split-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}

@media (min-width: 768px) {
  .city-split-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ══ CTA band ══ */
.city-cta-band {
  padding: 3.5rem 1.5rem;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.city-cta-band h2,
.city-cta-band-title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 700;
  color: var(--white);
  max-width: 52ch;
  margin: 0 auto 1.25rem;
  line-height: 1.45;
}

.city-cta-band-title a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.city-cta-band-title a:hover {
  color: var(--off);
}

.city-cta-band p {
  max-width: 48ch;
  margin: 0 auto 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
}

.city-cta-band .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* ══ Why choose ══ */
.city-why {
  padding: 5rem 0;
  background: var(--off);
  border-block: 1px solid var(--mist);
}

.city-why-grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

.city-why-lead h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 1rem;
}

.city-why-lead p {
  color: var(--text-strong);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.city-why-tagline {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--red);
  margin-top: 1rem;
}

.city-why-cta { margin-top: 1.5rem; }

.city-why-cards {
  display: grid;
  gap: 1.25rem;
}

.city-why-card {
  background: var(--white);
  padding: 1.5rem;
  border-radius: 0 12px 0 12px;
  border: 1px solid var(--mist);
}

.city-why-card h3 {
  font-size: 1.0625rem;
  margin-bottom: 0.75rem;
  color: var(--navy);
}

.city-why-card p {
  color: var(--text-strong);
  line-height: 1.7;
  margin: 0;
  font-size: 0.9375rem;
}

.city-why-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.city-why-card li {
  padding: 0.35rem 0 0.35rem 1.25rem;
  position: relative;
  color: var(--text-strong);
  font-size: 0.9375rem;
}

.city-why-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}

@media (min-width: 900px) {
  .city-why-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .city-why-photo {
    grid-column: 2;
    grid-row: 1;
  }

  .city-why-lead {
    grid-column: 1;
    grid-row: 1;
  }

  .city-why-cards {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }
}

.city-why-photo {
  border-radius: 0 20px 0 0;
  overflow: hidden;
  border: 3px solid var(--navy);
  box-shadow: 12px 12px 0 var(--red);
}

.city-why-photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.city-reviews-photo {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto 2rem;
  display: block;
  border-radius: 0 16px 0 0;
  border: 3px solid var(--navy);
}

.city-split-photo {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto 2rem;
  display: block;
  border-radius: 0 16px 0 0;
  border: 3px solid var(--navy);
  box-shadow: 10px 10px 0 var(--red);
}

.city-commercial-photo {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto 2rem;
  display: block;
  border-radius: 0 16px 0 0;
  border: 3px solid var(--navy);
}

.city-service-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0 12px 0 0;
  margin-bottom: 1rem;
  border: 2px solid var(--mist);
}

/* Quote form — white background for readability */
.city-quote-form {
  background: var(--white);
  border-block: 1px solid var(--mist);
}

.city-quote-form .elfsight-form-wrap {
  background: var(--white);
  padding: 2rem 1.5rem;
  border-radius: 0 16px 0 0;
  border: 2px solid var(--off);
  box-shadow: 0 8px 32px rgba(6, 55, 179, 0.07);
}

@media (min-width: 768px) {
  .city-quote-form .elfsight-form-wrap {
    padding: 2.5rem 3rem;
  }
}

/* ══ Local content ══ */
.city-local {
  padding: 5rem 0;
  background: var(--white);
}

.city-local-grid {
  display: grid;
  gap: 3rem;
}

.city-local-prose h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 1rem;
}

.city-local-prose h3 {
  font-size: 1.2rem;
  margin: 1.5rem 0 0.65rem;
  color: var(--navy);
}

.city-local-prose h4 {
  font-size: 1.05rem;
  margin: 1.25rem 0 0.5rem;
  color: var(--ink);
}

.city-commercial h3 {
  font-size: 1.2rem;
  margin: 1.5rem 0 1rem;
  text-align: center;
  color: var(--navy);
}

.city-commercial .city-service-duo h3 {
  text-align: left;
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}

.city-local-prose p {
  color: var(--text-strong);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.city-local-prose h3,
.city-local-prose h4 {
  margin: 1.5rem 0 0.75rem;
}

.city-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
}

.city-scope span {
  padding: 0.5rem 1rem;
  background: var(--off);
  border: 2px solid var(--navy);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  color: var(--navy);
}

.city-local-photo {
  border-radius: 0 24px 0 0;
  border: 3px solid var(--navy);
  box-shadow: 12px 12px 0 var(--red);
}

@media (min-width: 900px) {
  .city-local-grid {
    grid-template-columns: 1.4fr 0.9fr;
    align-items: start;
  }
}

/* ══ Commercial ══ */
.city-commercial {
  padding: 4rem 0;
  background: var(--off);
}

.city-commercial h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  text-align: center;
  margin-bottom: 0.75rem;
}

.city-commercial > .shell > p {
  text-align: center;
  max-width: 52ch;
  margin: 0 auto 2rem;
  color: var(--text-strong);
  line-height: 1.75;
}

.city-commercial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.city-commercial-grid span {
  text-align: center;
  padding: 0.85rem 0.5rem;
  background: var(--white);
  border: 2px solid var(--mist);
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--navy);
  border-radius: 8px;
}

.city-service-duo {
  display: grid;
  gap: 2rem;
}

.city-service-duo article {
  padding: 1.75rem;
  background: var(--white);
  border-left: 4px solid var(--navy);
}

.city-service-duo h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.city-service-duo p {
  color: var(--text-strong);
  line-height: 1.75;
  margin: 0;
}

@media (min-width: 768px) {
  .city-service-duo {
    grid-template-columns: 1fr 1fr;
  }
}

/* ══ About city ══ */
.city-info {
  padding: 5rem 0;
  background: var(--white);
  border-block: 1px solid var(--mist);
}

.city-info h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 2rem;
  text-align: center;
}

.city-info-grid {
  display: grid;
  gap: 1.5rem;
}

.city-info-card {
  background: var(--off);
  padding: 2rem 1.5rem;
  border-radius: 0 20px 0 0;
  border: 1px solid var(--mist);
}

.city-info-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--navy);
}

.city-info-card p {
  color: var(--text-strong);
  line-height: 1.75;
  margin: 0;
}

@media (min-width: 768px) {
  .city-info-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ══ Nearby cities ══ */
.city-nearby {
  padding: 4rem 0;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.city-nearby h2 {
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.75rem;
}

.city-nearby p {
  max-width: 50ch;
  margin: 0 auto 1.5rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.75;
}

.city-service-area-list {
  list-style: none;
  margin: 0 auto 1.25rem;
  padding: 0;
  max-width: 28rem;
  display: grid;
  gap: 0.5rem;
  text-align: left;
}

.city-service-area-list a {
  display: block;
  padding: 0.65rem 1rem;
  background: var(--white);
  color: var(--navy);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background 0.2s, color 0.2s;
}

.city-service-area-list a:hover {
  background: var(--red);
  color: var(--white);
}

.city-nearby-more {
  margin: 0;
  text-align: center;
}

.city-nearby-more a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.city-nearby-more a:hover {
  color: var(--white);
}

.city-nearby-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.city-nearby-links a {
  padding: 0.6rem 1.25rem;
  background: var(--white);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}

.city-nearby-links a:hover {
  background: var(--red);
  color: var(--white);
}

/* FAQ — proper H2 → H3 hierarchy */
.faq-zone .faq-item {
  background: var(--white);
  border-left: 5px solid var(--red);
  margin-bottom: 0.75rem;
  padding: 0 0 0.25rem;
}

.faq-zone .faq-item h3 {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  padding: 1.2rem 1.35rem 0.65rem;
  line-height: 1.4;
}

.faq-zone .faq-item .faq-answer {
  padding: 0 1.35rem 1.25rem;
  margin: 0;
}
