.sote-service-v2-page .page-header,
.sote-service-v2-page .service-details {
  display: none !important;
}

.sote-service-v2 {
  background: #f5f2eb;
  color: #1d2b24;
}

.sote-service-v2__hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 110px 0 90px;
  background-image: linear-gradient(90deg, rgba(13, 20, 18, 0.68) 0%, rgba(13, 20, 18, 0.28) 55%, rgba(13, 20, 18, 0.1) 100%), var(--sote-service-hero);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sote-service-v2__hero-card {
  max-width: 640px;
  padding: 42px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(22, 33, 28, 0.18);
  backdrop-filter: blur(10px);
}

.sote-service-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 177, 27, 0.16);
  color: #8f5f00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sote-service-v2__hero-card h1 {
  margin: 18px 0 14px;
  font-size: clamp(2.1rem, 4vw, 4.3rem);
  line-height: 1.05;
  color: #132019;
}

.sote-service-v2__hero-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #455149;
}

.sote-service-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.sote-service-v2__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.sote-service-v2__stat {
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(19, 32, 25, 0.08);
}

.sote-service-v2__stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  color: #132019;
}

.sote-service-v2__stat span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5d665f;
}

.sote-service-v2__section {
  padding: 88px 0;
}

.sote-service-v2__section--soft {
  background: #fff;
}

.sote-service-v2__section-head {
  max-width: 640px;
  margin-bottom: 28px;
}

.sote-service-v2__section-head h2,
.sote-service-v2__copy h2,
.sote-service-v2__cta h2 {
  margin: 14px 0 12px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.12;
  color: #132019;
}

.sote-service-v2__section-head p,
.sote-service-v2__copy p,
.sote-service-v2__aside p,
.sote-service-v2__cta p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #55615a;
}

.sote-service-v2__copy {
  padding-right: 28px;
}

.sote-service-v2__list,
.sote-service-v2__mini-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.sote-service-v2__list li,
.sote-service-v2__mini-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: #203028;
  line-height: 1.6;
}

.sote-service-v2__list li i,
.sote-service-v2__mini-list li i {
  color: #ffb11b;
  margin-top: 5px;
}

.sote-service-v2__aside {
  padding: 32px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(19, 32, 25, 0.08);
  box-shadow: 0 20px 50px rgba(25, 35, 30, 0.08);
}

.sote-service-v2__aside h3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
  color: #132019;
}

.sote-service-v2__aside-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f5f2eb;
  color: #4a564f;
  font-size: 0.95rem;
  line-height: 1.6;
}

.sote-service-v2__feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sote-service-v2__feature-card {
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(19, 32, 25, 0.08);
  box-shadow: 0 20px 45px rgba(25, 35, 30, 0.08);
}

.sote-service-v2__feature-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 177, 27, 0.15);
  color: #d28b00;
  font-size: 1.2rem;
}

.sote-service-v2__feature-card h3 {
  margin: 18px 0 10px;
  font-size: 1.3rem;
  color: #132019;
}

.sote-service-v2__feature-card p {
  margin: 0;
  color: #56625b;
  line-height: 1.7;
}

.sote-service-v2__switch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sote-service-v2__switch-card {
  display: block;
  height: 100%;
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(19, 32, 25, 0.08);
  box-shadow: 0 20px 45px rgba(25, 35, 30, 0.08);
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.sote-service-v2__switch-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 177, 27, 0.4);
  box-shadow: 0 24px 55px rgba(25, 35, 30, 0.12);
}

.sote-service-v2__switch-card.is-current {
  border-color: rgba(255, 177, 27, 0.75);
  background: linear-gradient(180deg, #fff8e8 0%, #ffffff 100%);
}

.sote-service-v2__switch-card h3 {
  margin: 18px 0 10px;
  font-size: 1.22rem;
  color: #132019;
}

.sote-service-v2__switch-card p {
  margin: 0;
  color: #56625b;
  line-height: 1.65;
}

.sote-service-v2__cta-shell {
  padding-bottom: 96px;
}

.sote-service-v2__cta {
  padding: 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, #112019 0%, #1f372c 100%);
  color: #fff;
  box-shadow: 0 24px 70px rgba(13, 22, 18, 0.24);
}

.sote-service-v2__cta h2,
.sote-service-v2__cta p {
  color: #fff;
}

.sote-service-v2__cta p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
}

.sote-service-v2__cta .sote-service-v2__actions {
  margin-top: 24px;
}

@media (max-width: 1199px) {
  .sote-service-v2__stats,
  .sote-service-v2__feature-grid,
  .sote-service-v2__switch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sote-service-v2__copy {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .sote-service-v2__hero {
    min-height: auto;
    padding: 84px 0 70px;
  }

  .sote-service-v2__hero-card,
  .sote-service-v2__aside,
  .sote-service-v2__cta {
    padding: 28px;
    border-radius: 24px;
  }

  .sote-service-v2__section {
    padding: 72px 0;
  }
}

@media (max-width: 767px) {
  .sote-service-v2__stats,
  .sote-service-v2__feature-grid,
  .sote-service-v2__switch-grid {
    grid-template-columns: 1fr;
  }

  .sote-service-v2__hero {
    padding: 72px 0 56px;
  }

  .sote-service-v2__hero-card h1 {
    font-size: 2rem;
  }

  .sote-service-v2__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sote-service-v2__cta-shell {
    padding-bottom: 72px;
  }
}
