/** Shopify CDN: Minification failed

Line 105:11 Unexpected "{"

**/
.scenario-hero-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
  padding: 4rem 2rem;
  max-width: 1300px;
  margin: 0 auto;
}

.scenario-hero-content {
  flex: 1 1 600px;
  max-width: 600px;
}

.scenario-hero-image {
  flex: 1 1 500px;
  max-width: 600px;
}

.scenario-hero-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.scenario-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111;
}

.scenario-intro {
  font-size: 1.4rem;
  line-height: 1.6;
  border-radius: 12px;
  color: #333;
  margin-bottom: 1.5rem;
}


.scenario-tags-box {
  background-color: #e7ebf0 ;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(25, 49, 82, 0.05);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.scenario-tags-box h3 {
  font-size: 1.2rem;
  color: #001f3f;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.scenario-tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.scenario-tags-list li {
  margin-bottom: 1.2rem;
}

.scenario-tag-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 0.6rem;
}

.tag-label {
  font-weight: 500;
  color: #001f3f;
  font-size: 1.3rem;
  white-space: nowrap;
  margin-right: 0.5rem;
}

.scenario-tag {
  background-color: #f6f8fa;
  padding: 0.15rem 0.7rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  color: #001f3f;
  font-weight: 500;
  white-space: nowrap;
}

.tag-icon1,
.tag-icon2,
.tag-icon3,
.tag-icon4,
.tag-icon5,{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin-right: 0.6rem;
  padding-right: 1rem;
}



.tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.3rem
}







.scenario-cta-button {
  display: inline-block;
  background-color: #001f3f;
  color: white;
  padding: 0.85rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  position: relative;
  overflow: hidden;
}

.scenario-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.05) 100%
  );
  transition: all 0.4s ease;
}

.scenario-cta-button:hover::after {
  left: 0;
}

.scenario-cta-button:hover {
  background-color: #143352;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.scenario-cta-button:active {
  background-color: #0d2747;
  transform: translateY(1px);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
}






.scenario-insight {
  padding: 0; /* убираем общий padding */
}

.insight-upper {
  background-color: #f9fafc;
  padding: 4rem 0 2rem 0;
}

.insight-lower {
  background-color: white;
  padding: 2rem 0 4rem 0;
}



.insight-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;

}


.insight-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #193152;
}

.insight-intro {
  text-align: center;
  font-size: 1.35rem;
  color: #555;
  max-width: 720px;
  margin: 0 auto 3rem auto;
  line-height: 1.6;
}

.insight-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
}

.insight-card {
  background-color: #eef1f5;
  border-left: 6px solid #16537e;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.insight-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #193152;
  margin-bottom: 0.5rem;
}

.insight-card-text {
  font-size: 1.15rem;
  color: #333;
  line-height: 1.5;
}





.insight-box {
  display: flex;
  align-items: stretch; 
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  margin-bottom: 2rem;
}

.insight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 1 / 1; /* чтобы она была квадратно-пропорциональной */
  font-size: 8rem;
  opacity: 0.1;
  flex-shrink: 0;
}

.insight-icon span {
  font-size: 8rem;
  display: block;
  line-height: 1;
  font-size: inherit;
}

.insight-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
}

.insight-box-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #193152;
  margin: 0;
}

.insight-box-text {
  font-size: 1.15rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* Цвета */
.insight-box.warning {
  background-color: #fff6eb;
}

.insight-box.solution {
  background-color: #f2f8f4;
}

.insight-box.warning .insight-icon {
  color: #f5a623;
}

.insight-box.solution .insight-icon {
  color: #8bbca6;
}









.scenario-context {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.scenario-context__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.scenario-context__content {
  flex: 1 1 55%;
  max-width: 640px;
}

.scenario-context__content h2 {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #193152;
}

.scenario-context__intro {
  font-size: 1.35rem;
  margin-bottom: 3.5rem;
  line-height: 1.6;
  color: #333;
}

.scenario-context__descriptions p {
  margin-bottom: 1.1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #222;
  
}



.scenario-context__descriptions strong {
  color: #16537e;
  font-weight: 600;
}

.scenario-context__image {
  flex: 1 1 40%;
  max-width: 500px;
  text-align: right;
}

.scenario-context__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07);
  object-fit: cover;
}



.scenario-requirements {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.scenario-requirements__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.scenario-requirements__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #193152;
}

.requirements-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.requirement-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border-left: 4px solid #16537e;
}

.requirement-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #16537e;
}

.requirement-text {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.5;
}







.solution-variations {
  padding: 4rem 2rem;
  background-color: #f8f9fb;

  
}

.solution-variations__heading {
  text-align: center;
  font-size: 1.65rem;
  margin-bottom: 3rem;
  color: #193152;
  font-weight: 700;

  
}

.solution-variations__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.solution-variant {
  background: white;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.solution-variant__title {
  font-size: 1.35rem;
  font-weight: bold;
  color: #193152;
  margin-bottom: 0.5rem;
}

.solution-variant__desc {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #333;
}

.solution-variant__bullets {
  list-style: disc inside;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}

.solution-variant__bullets li {
  margin-bottom: 0.5rem;
}

.solution-variant__cta {
  margin-top: auto;
  text-align: center;
  padding: 0.75rem 1.5rem;
  background-color: #193152;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.solution-variant__cta:hover {
  background-color: #1f3c6e;
}






.scenario-products {
  margin: 4rem 0;
}

.scenario-products__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.scenario-products__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #193152;
}

.scenario-products__description {
  font-size: 1.35rem;
  color: #444;
  margin-bottom: 2rem;
}

.scenario-products__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.scenario-product-card {
  background: #f7f9fc;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease;
}

.scenario-product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.scenario-product-card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.scenario-product-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #193152;
}

.scenario-product-description {
  font-size: 0.95rem;
  color: #555;
  margin: 0.5rem 0 1rem;
}

.scenario-product-cta {
  display: inline-block;
  margin-top: 0.5rem;
  color: #16537e;
  font-weight: bold;
}

.scenario-product-card a {
  text-decoration: none;
}

.scenario-product-card a:hover {
  text-decoration: underline;
}





.solution-reliability-section {
  padding: 4rem 0;
  background-color: #f8f9fb;
}

.solution-reliability-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.solution-reliability-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: #193152;
  text-align: center;
}

.solution-reliability-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.solution-reliability-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.solution-reliability-card:hover {
  transform: translateY(-4px);
}

.solution-reliability-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #16537e;
}

.solution-reliability-description {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.4;
}







.faq-container {
  color: #193152;
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.faq-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
  color: #193152;
}

.faq-accordion .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.faq-question {
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #193152;
}

.faq-question.active .faq-icon {
  transform: rotate(45deg);
}

.faq-icon {
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.faq-answer {
  display: none;
  padding: 0.5rem 0 1rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-question.active + .faq-answer {
  max-height: 500px; /* или auto с JS-решением */
}











.scenario-cta-section {
  background-color: #001f3f;
  padding: 4rem 2rem;
  text-align: center;
  color: white;
}

.scenario-cta-title {
  color: white;
  font-size: 1.65rem;
  font-weight: 600;
}

.scenario-cta-text {
  color: #e0e6ed;
  font-size: 1.25rem;
}

.scenario-cta-button.primary {
  background-color: white;
  color: #001f3f;
  
}

.scenario-cta-button.primary:hover {
  background-color: #e0e6ed;
  border-color: #e0e6ed;
}


.scenario-cta-button.secondary {
  background-color: transparent;
  color: #ffffffcc; /* более прозрачный белый */
  border: 1.5px solid #ffffff33; /* полупрозрачная рамка */
  font-weight: 400;
  padding: 0.65rem 1.4rem;
}

.scenario-cta-button.secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}


.scenario-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem; /* регулируй по вкусу */
  margin-top: 2rem;
}

