/* --- СТИЛИ ДЛЯ ВСЕЙ СТРАНИЦЫ --- */
.case-hero-banner, .case-about-section, .case-solutions-section {
  font-family: sans-serif;
  box-sizing: border-box;
}

.case-hero-banner {
    background-size: cover;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    background-position: center;
}
.case-visual {
    /*flex: 1;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.circle-wrapper {
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    aspect-ratio: 1 / 1;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-circle {
        width: 66%;
    height: 66%;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.case-logo {
    /*max-width: 70%;*/
    height: auto;
}
.case-about-container li {
    font-size: 30px;
    letter-spacing: 0px;
    color: #191919;
    font-weight: 400;
    font-family: "Montserrat";
}
.additional-text {
    margin: 0 auto 50px auto;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 48px;
    color: #191919;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}
.case-hero-container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}

.case-hero-content {
  flex: 1;
  padding: 60px 0;
  /*max-width: 650px;*/
}
.case-hero-subtitle span {
    font-size: 30px;
}
.case-hero-title {
    margin: 0 0 40px 0;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    filter: drop-shadow(0 0 40.5px rgba(21, 32, 63, 0.56));
}

.case-hero-subtitle {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 100;
    font-family: "Montserrat";
}

.case-hero-visual {
  /*flex: 1;*/
  display: flex;
  justify-content: flex-end;
}

.hero-circle-outer {
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-circle-inner {
  width: 180px;
  height: 180px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-brand-logo {
  max-width: 75%;
  height: auto;
}


.case-about-section {
  background-color: #dce3eb;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  color: #1a1a1a;
}

.case-about-container {
  max-width: 1440px;
  width: 100%;
}

.case-intro-bold {
    margin: 0 0 60px 0;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 42px;
    color: #191919;
    font-weight: 400;
    font-family: "Montserrat";
}
.case-intro-bold span {
  font-weight: 500;
}

.case-about-grid {
  display: flex;
  gap: 50px;
}

.case-about-media {
  flex: 1;
}

.about-main-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.case-about-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info-block h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #191919;
    font-weight: 600;
    font-family: "Montserrat";
}

.info-block.risks-block {
    margin-top: 60px;
}

.dot-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.dot-list li {
    position: relative;
    padding-left: 25px;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #191919;
    font-weight: 400;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
}

.dot-list li::before {
    content: ' ';
    position: absolute;
    left: 0;
    font-size: 36px;
    width: 9px;
    height: 9px;
    background: black;
    border-radius: 50%;
}

.info-subtext {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #191919;
    font-weight: 600;
    font-family: "Montserrat";
}


/* 3. СЕКЦИЯ РЕШЕНИЙ И РЕЗУЛЬТАТОВ */
.case-solutions-section {
  background: linear-gradient(to bottom, #b3bac5, #cbd5e1);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  color: #1a1a1a;
}

.case-solutions-container {
  max-width: 1440px;
  width: 100%;
  text-align: center;
}

.solutions-main-title {
    margin: 0 0 20px 0;
    font-size: 38px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #191919;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}

.solutions-subtitle {
    max-width: 1050px;
    margin: 0 auto 50px auto;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 48px;
    color: #191919;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
}

.solutions-steps-title {
    margin-bottom: 40px;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 48px;
    color: #191919;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
}

/* Сетка круглых иконок */
.solutions-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 70px;
}

.sol-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sol-icon-circle {
  border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    width: 296px;
    height: 296px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
}
.sol-icon-circle-inner {
    width: 149px;
    height: 149px;
    border-radius: 50%;
    background-color: #052699;
        display: flex;
    align-items: center;
    justify-content: center;
}
.sol-icon-circle img {
  /*width: 40px;*/
  /*height: 40px;*/
}

.sol-icon-item h4 {
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 36px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    margin-top: -45px;
}
.btn.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #191919;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    border-radius: 0;
    gap: 10px;
}

.sol-icon-item p {
    margin: 0;
    font-size: 22px;
    line-height: 36px;
    color: #1a1a1a;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
}

/* Таблица результатов */
.results-block {
  display: flex;
  /*border-top: 1px solid rgba(0,0,0,0.1);*/
  /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
  padding: 40px 0;
  margin-bottom: 60px;
  text-align: left;
}

.results-label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 12px solid #dce3eb;
}

.results-label h2 {
    margin: 0;
    font-size: 38px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #191919;
    font-weight: 700;
    font-family: "Montserrat";
}

.results-list-box {
  flex: 2;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.check-list li {
    position: relative;
    padding-left: 70px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #242424;
    font-weight: 500;
    font-family: "Montserrat";
    margin-bottom: 10px;
}

.check-list li svg {
  margin-right: 15px;
}

/* Синяя плашка цитаты */
.case-quote-card {
  background-color: #0033cc;
  color: #ffffff;
  padding: 45px 50px;
  text-align: left;
  position: relative;
  margin-bottom: 50px;
}

.case-quote-card::before {
  content: '“';
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 80px;
  color: rgba(255,255,255,0.1);
  font-family: serif;
}

.case-blockquote {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.case-quote-author {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  display: block;
  text-align: right;
  font-style: normal;
}

/* Кнопка Вернуться */
.case-back-footer {
  margin-top: 30px;
}

.btn-back-link {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #1a1a1a;
  text-transform: uppercase;
  border: 1px solid #1a1a1a;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.btn-back-link:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}


/* --- АДАПТИВНОСТЬ ДЛЯ МОБИЛЬНЫХ --- */
@media (max-width: 992px) {
  .case-hero-container {
    flex-direction: column;
    text-align: center;
  }
  .case-hero-visual {
    justify-content: center;
  }
  .case-about-grid {
    flex-direction: column;
  }
  .solutions-icons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .results-block {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .case-hero-title { font-size: 24px; }
  .solutions-icons-grid { grid-template-columns: 1fr; }
  .case-quote-card { padding: 30px 20px; }
}
