/* Landing pages for services — brighter B2B palette */

.service-landing-page {
  --sl-blue: #1a94f4;
  --sl-blue-deep: #0b6ec7;
  --sl-navy: #0a4f8a;
  --sl-sky: #e8f4fd;
  --sl-sky-deep: #d4ebfc;
  --sl-warm: #fff6ee;
  --sl-accent: #ff7a45;
  padding-top: var(--header-h);
}

.service-landing {
  overflow-x: hidden;
}

/* Hero — как на главной (.intro), своё фото электростанции */
.service-landing .intro.sl-hero {
  margin-bottom: 0;
}

.sl-hero .sl-hero__bg {
  background-image: url("../images/hero-powerplant.jpg");
  background-position: 55% 38%;
  background-size: cover;
}

@media (min-width: 768px) {
  .sl-hero .sl-hero__bg {
    background-position: 58% 36%;
  }
}

.sl-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12rem;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(232, 244, 253, 0.35) 40%,
    var(--sl-sky) 100%
  );
}

.sl-hero__eyebrow {
  margin: 0 0 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

/* Sections */
.sl-section {
  padding: 5rem 0;
}

.sl-section--gray {
  background: var(--sl-sky);
}

.sl-section--cta {
  padding: 6rem 0;
  background: linear-gradient(135deg, #0b6ec7 0%, #1a94f4 55%, #3db4ff 100%);
  color: #fff;
}

.sl-section__title {
  margin: 0 0 3rem;
  max-width: 72rem;
  font-size: 2.6rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.04rem;
  color: var(--sl-navy);
}

.sl-section--cta .sl-section__title {
  color: #fff;
}

.sl-section__lead {
  margin: -1.5rem 0 0;
  max-width: 52rem;
  font-size: 1.7rem;
  line-height: 1.55;
  color: #3d4f5c;
}

.sl-section__actions {
  margin-top: 3rem;
  text-align: center;
}

/* Cards */
.sl-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}

.sl-card {
  padding: 2.4rem 2rem;
  background: #fff;
  border: 1px solid rgba(26, 148, 244, 0.18);
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(26, 148, 244, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.sl-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(26, 148, 244, 0.16);
}

.sl-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  margin-bottom: 1.4rem;
  color: var(--sl-blue-deep);
  background: linear-gradient(145deg, #d4ebfc 0%, #eef7ff 100%);
  border-radius: 10px;
}

.sl-card__icon svg {
  width: 3.2rem;
  height: 3.2rem;
}

.sl-card__icon--blue {
  color: var(--sl-blue);
  background: linear-gradient(145deg, #cce9fc 0%, #e8f4fd 100%);
}

.sl-card__title {
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--sl-navy);
}

.sl-card__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.55;
  color: #4a5c68;
}

.sl-callout {
  margin-top: 2.5rem;
  padding: 2rem 2.4rem;
  text-align: center;
  background: linear-gradient(90deg, #fff 0%, #eef7ff 100%);
  border: 2px solid var(--sl-blue);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(26, 148, 244, 0.12);
}

.sl-callout p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--sl-navy);
}

/* Steps */
.sl-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2rem;
}

.sl-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(26, 148, 244, 0.15);
  border-left: 5px solid var(--sl-blue);
  box-shadow: 0 4px 18px rgba(26, 148, 244, 0.08);
}

.sl-section--gray .sl-step {
  background: #fff;
}

.sl-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, var(--sl-blue) 0%, var(--sl-blue-deep) 100%);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(26, 148, 244, 0.35);
}

.sl-step__title {
  margin: 0 0 0.6rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--sl-navy);
}

.sl-step__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.55;
  color: #4a5c68;
}

/* Checklist */
.sl-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.2rem;
}

.sl-checklist li {
  position: relative;
  padding: 1.4rem 1.6rem 1.4rem 4.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(26, 148, 244, 0.16);
  box-shadow: 0 2px 12px rgba(26, 148, 244, 0.06);
}

.sl-checklist li::before {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: 1.7rem;
  width: 1.8rem;
  height: 1.8rem;
  background: var(--sl-blue);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l5 5L19 7' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l5 5L19 7' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sl-note {
  margin: 2rem 0 0;
  font-size: 1.3rem;
  color: #6a7a86;
  font-style: italic;
}

/* Outline button */
.service-landing-page .ui-btn--outline {
  background: #fff;
  color: var(--sl-blue-deep);
  border: 2px solid var(--sl-blue);
}

.service-landing-page .ui-btn--outline:hover {
  background: var(--sl-sky);
  color: var(--sl-blue-deep);
}

/* Contacts block on landing */
.sl-contacts {
  scroll-margin-top: var(--header-h);
}

.sl-contacts .contacts__title {
  color: var(--sl-navy);
}

/* Trust */
.sl-trust {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  display: grid;
  gap: 1.2rem;
}

.sl-trust li {
  position: relative;
  padding: 1.2rem 1.4rem 1.2rem 3.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(26, 148, 244, 0.12);
}

.sl-trust li::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--sl-blue);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l5 5L19 7' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l5 5L19 7' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sl-logos__label {
  margin: 0 0 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6a7a86;
}

.sl-logos__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
  align-items: center;
  justify-items: center;
}

.sl-logos__grid li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 6rem;
  padding: 1rem 1.2rem;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(26, 148, 244, 0.1);
}

.sl-logos__grid img {
  width: auto;
  max-width: 100%;
  max-height: 5.6rem;
  height: auto;
  object-fit: contain;
  opacity: 0.92;
  filter: grayscale(15%);
}

@media (min-width: 576px) {
  .sl-logos__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .sl-logos__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem 2.4rem;
  }

  .sl-logos__grid img {
    max-height: 6.4rem;
  }
}

/* FAQ */
.sl-faq-wrap {
  max-width: 80rem;
}

.sl-faq {
  display: grid;
  gap: 1rem;
}

.sl-faq__item {
  background: #fff;
  border: 1px solid rgba(26, 148, 244, 0.14);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(26, 148, 244, 0.08);
}

.sl-faq__question {
  padding: 1.6rem 4rem 1.6rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  color: var(--sl-navy);
}

.sl-faq__question::-webkit-details-marker {
  display: none;
}

.sl-faq__item summary {
  position: relative;
}

.sl-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--sl-blue);
  line-height: 1;
}

.sl-faq__item[open] summary::after {
  content: "−";
}

.sl-faq__answer {
  margin: 0;
  padding: 0 2rem 1.6rem;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #4a5c68;
}

/* Final CTA */
.sl-cta {
  text-align: center;
}

.sl-cta__title {
  margin: 0 0 1.2rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}

.sl-cta__lead {
  margin: 0 auto 2.5rem;
  max-width: 52rem;
  font-size: 1.8rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.sl-cta__btn {
  min-width: min(100%, 42rem);
  padding: 1.8rem 3rem;
  font-size: 1.8rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.sl-cta__micro {
  margin: 1.5rem 0 0;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Responsive */
@media (min-width: 768px) {
  .sl-cards--3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .sl-cards--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .sl-step {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sl-step__num {
    margin: 0 auto 1rem;
  }

  .sl-section__title {
    font-size: 3.2rem;
  }
}

@media (min-width: 1200px) {
  .sl-section {
    padding: 7rem 0;
  }

  .sl-cards--4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .sl-cta__title {
    font-size: 4rem;
  }
}

/* ——— Судебная защита (отдельная палитра: графит + бордо) ——— */
.service-landing-page--legal {
  --sl-blue: #4a6278;
  --sl-blue-deep: #2c4158;
  --sl-navy: #1a2d42;
  --sl-sky: #eceae6;
  --sl-sky-deep: #e0dcd6;
  --sl-warm: #f5f3f0;
  --sl-accent: #8b3a4a;
  --sl-legal-burgundy: #6e2a3a;
  --sl-legal-gold: #a68b5c;
}

.service-landing-page--legal .sl-hero--legal::after {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(236, 234, 230, 0.35) 40%,
    var(--sl-sky) 100%
  );
}

.sl-hero--legal .sl-hero__bg {
  background-image: url("../images/hero-legal-court.jpg");
  background-position: 72% 42%;
  background-size: cover;
}

.sl-hero__overlay--legal {
  background: linear-gradient(
    to right,
    rgba(20, 32, 48, 0.94) 0%,
    rgba(26, 45, 66, 0.86) 38%,
    rgba(42, 58, 78, 0.42) 62%,
    rgba(60, 72, 88, 0.08) 100%
  );
}

@media (min-width: 768px) {
  .sl-hero--legal .sl-hero__bg {
    background-position: 68% 40%;
  }
}

@media (min-width: 1200px) {
  .sl-hero--legal .sl-hero__bg {
    background-position: 65% 38%;
  }
}

.service-landing-page--legal .sl-hero__eyebrow {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.1em;
}

.sl-hero__badge {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 2rem 0 0;
  padding: 1.2rem 1.6rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 4px solid var(--sl-legal-gold);
  border-radius: 8px;
  backdrop-filter: blur(6px);
}

.sl-hero__badge-value {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.sl-hero__badge-label {
  font-size: 1.3rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
  text-transform: lowercase;
}

.service-landing-page--legal .sl-section__title {
  color: var(--sl-navy);
}

.service-landing-page--legal .sl-card {
  border-color: rgba(42, 58, 78, 0.14);
  box-shadow: 0 6px 24px rgba(26, 45, 66, 0.08);
}

.service-landing-page--legal .sl-card:hover {
  box-shadow: 0 12px 32px rgba(26, 45, 66, 0.12);
}

.service-landing-page--legal .sl-step {
  border-color: rgba(42, 58, 78, 0.12);
  border-left-color: var(--sl-legal-burgundy);
  box-shadow: 0 4px 18px rgba(26, 45, 66, 0.06);
}

.service-landing-page--legal .sl-step__num {
  background: linear-gradient(145deg, #3d4f63 0%, #1a2d42 100%);
  box-shadow: 0 4px 14px rgba(26, 45, 66, 0.3);
}

.service-landing-page--legal .ui-btn--outline {
  color: var(--sl-legal-burgundy);
  border-color: var(--sl-legal-burgundy);
}

.service-landing-page--legal .ui-btn--outline:hover {
  background: var(--sl-sky);
  color: var(--sl-navy);
}

.sl-warning-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.sl-warning-list li {
  position: relative;
  padding: 1.4rem 1.6rem 1.4rem 4.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(110, 42, 58, 0.12);
  border-left: 4px solid var(--sl-legal-burgundy);
  box-shadow: 0 2px 12px rgba(26, 45, 66, 0.06);
}

.sl-warning-list li::before {
  content: "!";
  position: absolute;
  left: 1.4rem;
  top: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  background: var(--sl-legal-burgundy);
  border-radius: 50%;
}

.sl-callout--legal {
  border-color: var(--sl-legal-burgundy);
  background: linear-gradient(90deg, #fff 0%, #f0ece8 100%);
  box-shadow: 0 4px 20px rgba(26, 45, 66, 0.08);
}

.sl-callout--legal p {
  color: var(--sl-navy);
}

.sl-card__icon--legal {
  color: var(--sl-legal-burgundy);
  background: linear-gradient(145deg, #ebe6e0 0%, #f5f2ee 100%);
}

.sl-card__list {
  margin: 0;
  padding: 0 0 0 1.2rem;
  font-size: 1.45rem;
  line-height: 1.55;
  color: #4a5560;
}

.sl-card__list li {
  margin-bottom: 0.5rem;
}

.sl-card__list li:last-child {
  margin-bottom: 0;
}

.sl-cards--disputes .sl-card {
  align-items: flex-start;
}

.sl-steps--4.sl-steps {
  grid-template-columns: 1fr;
}

.sl-form-note {
  margin: 1.2rem 0 0;
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--text-muted);
  text-align: center;
}

@media (min-width: 768px) {
  .sl-steps--4.sl-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .sl-steps--4.sl-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ——— Консалтинг по снижению стоимости (графит + зелёный акцент) ——— */
.service-landing-page--savings {
  --sl-blue: #3d5a73;
  --sl-blue-deep: #2a4055;
  --sl-navy: #1e3348;
  --sl-sky: #eef1f4;
  --sl-sky-deep: #e2e7ec;
  --sl-warm: #f6f7f8;
  --sl-accent: #1a9d5c;
  --sl-savings-green: #1a9d5c;
  --sl-savings-green-deep: #15803d;
  --sl-savings-graphite: #2d3748;
}

.service-landing-page--savings .ui-btn--green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #fff;
  background: linear-gradient(145deg, var(--sl-savings-green) 0%, var(--sl-savings-green-deep) 100%);
  border: none;
  box-shadow: 0 6px 20px rgba(26, 157, 92, 0.35);
}

.service-landing-page--savings .ui-btn--green:hover {
  background: linear-gradient(145deg, #1fb366 0%, #1a9d5c 100%);
  color: #fff;
}

.service-landing-page--savings .sl-hero--savings::after {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(238, 241, 244, 0.35) 40%,
    var(--sl-sky) 100%
  );
}

.sl-hero--savings .sl-hero__bg {
  background-image: url("../images/hero-savings-cut-bill-ru.jpg");
  background-position: 72% 40%;
  background-size: cover;
}

.sl-hero__overlay--savings {
  background: linear-gradient(
    to right,
    rgba(22, 36, 50, 0.94) 0%,
    rgba(30, 51, 72, 0.86) 40%,
    rgba(45, 55, 72, 0.38) 65%,
    rgba(55, 65, 80, 0.06) 100%
  );
}

@media (min-width: 768px) {
  .sl-hero--savings .sl-hero__bg {
    background-position: 68% 40%;
  }
}

.sl-hero__badge--savings {
  border-left-color: var(--sl-savings-green);
}

.sl-hero__badge--savings .sl-hero__badge-value {
  color: #7dffb0;
}

.sl-callout--savings {
  border-color: var(--sl-savings-green);
  background: linear-gradient(90deg, #fff 0%, #edf7f1 100%);
  box-shadow: 0 4px 20px rgba(26, 157, 92, 0.1);
}

.sl-callout--savings p {
  color: var(--sl-navy);
}

.sl-callout--inline {
  margin-top: 2rem;
  text-align: left;
}

.sl-card__icon--savings {
  color: var(--sl-savings-green-deep);
  background: linear-gradient(145deg, #e4f5ec 0%, #f0faf4 100%);
}

.service-landing-page--savings .sl-card {
  border-color: rgba(45, 55, 72, 0.12);
  box-shadow: 0 6px 24px rgba(30, 51, 72, 0.07);
}

.service-landing-page--savings .sl-card:hover {
  box-shadow: 0 12px 32px rgba(30, 51, 72, 0.11);
}

.sl-services-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.2rem;
}

.sl-service-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem;
  align-items: start;
  padding: 1.8rem 2rem;
  background: #fff;
  border: 1px solid rgba(45, 55, 72, 0.1);
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(30, 51, 72, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.sl-service-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30, 51, 72, 0.1);
}

.sl-service-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  color: var(--sl-savings-green-deep);
  background: linear-gradient(145deg, #e4f5ec 0%, #f0faf4 100%);
  border-radius: 8px;
  flex-shrink: 0;
}

.sl-service-item__icon svg {
  width: 2.8rem;
  height: 2.8rem;
}

.sl-service-item__title {
  margin: 0 0 0.5rem;
  font-size: 1.7rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--sl-navy);
}

.sl-service-item__text {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.55;
  color: #4a5560;
}

.sl-edu__lead {
  margin: -1rem 0 2rem;
  max-width: 76rem;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #3d4f5c;
}

.sl-edu__subtitle {
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sl-navy);
}

.sl-example {
  margin: 0 0 2rem;
  padding: 1.6rem 2rem;
  background: #fff;
  border-radius: 8px;
  border-left: 4px solid var(--sl-savings-green);
  box-shadow: 0 4px 16px rgba(26, 157, 92, 0.08);
}

.sl-example p {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.55;
  color: #3d4f5c;
}

.sl-example strong {
  color: var(--sl-navy);
}

.sl-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
  max-width: 72rem;
}

.sl-bullet-list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3d4f5c;
}

.sl-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--sl-savings-green);
  border-radius: 50%;
}

.sl-section__actions--left {
  text-align: left;
}

.service-landing-page--savings .ui-btn--outline {
  color: var(--sl-savings-green-deep);
  border-color: var(--sl-savings-green);
}

.service-landing-page--savings .ui-btn--outline:hover {
  background: #edf7f1;
}

.service-landing-page--savings .sl-faq__item {
  border-color: rgba(45, 55, 72, 0.12);
}

.service-landing-page--savings .sl-faq__item summary::after {
  color: var(--sl-savings-green);
}

.sl-section--cta-savings {
  background: linear-gradient(135deg, #1e3348 0%, #2a4055 45%, #1a9d5c 100%);
}

.ui-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232d3748' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  padding-right: 3.6rem;
  cursor: pointer;
}

.ui-label__optional {
  font-weight: 400;
  color: var(--text-muted);
  font-size: 1.3rem;
}

.sl-form-hint {
  margin: -0.4rem 0 1.2rem;
  font-size: 1.25rem;
  color: var(--text-muted);
}

@media (min-width: 768px) {
  .sl-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
