/********** Template CSS **********/
:root {
  --primary: #e9e9e9;
  --light: #feeeb8;
  --dark: #94711f;
}
/* Встановлення ширини для intl-tel-input */
.iti {
  width: 100%;
  position: relative;
}


.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}
.sale_h5 {
  font-style: italic;
  font-size: 16px;
  text-align: right;
  background: #9b0000;
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  border-radius: 10px;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


.image-container {
  position: relative;
  width: 100%;
  /* margin-bottom: 10px; */
}

.image-container img {
  width: 100%;
  display: block;
  /* height: 500px;  */
  object-fit: cover;
}


.image-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6); /* Напівпрозорий фон */
  padding: 5px 10px;
  border-radius: 1px;
}

.review_item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.main-title {
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.main-title:hover { 
  background: rgba(0, 0, 0, 0.4);

}
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  margin-top: -100px !important;
  z-index: 1;
}

/*** Footer ***/
.newsletter {
  position: relative;
  z-index: 1;
}

.footer {
  position: relative;
  /* margin-top: -110px;
    padding-top: 180px; */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 100%;
  background: #e4e4e4;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;
  @media (max-width: 600px) {
    width: 100%;
  }
}
.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}
header i {
  color: #e9e9e9;
  font-size: 32px;
  text-align: center;
}
header h2 {
  color: #e9e9e9;
  font-weight: 500;
  text-align: center;
}
.data {
  text-align: center;
}
.data p a {
  color: #e9e9e9;
  text-decoration: none;
  text-align: center !important;
}
.data p a:hover {
  text-decoration: underline;
}
.buttons {
  padding: 20px 0px;
  text-align: center;
}
.buttons .cookie-button {
  border: 2px solid #e9e9e9;
  color: #fff;
  padding: 8px 0;
  background: #757575;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}
.buttons #acceptBtn:hover {
  background-color: transparent;
  color: #e9e9e9;
}
#declineBtn {
  background-color: #fff;
  color: #4a4a4a;
}
#declineBtn:hover {
  background-color: #e9e9e9;
  color: #fff;
}
/* Footer Style */
.topics {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

    /* new styles  */
    :root {
      --primary-bg: #f2f2f2;
      --accent-color: #8d0808;
      --accent-light: #6c6c6c;
      --text-dark: #2c2c2c;
      --text-gray: #6c757d;
      --card-shadow: rgba(189, 159, 34, 0.1);
  }


/* footer  */

.footer {
  background: linear-gradient(135deg, var(--text-dark) 0%, #1a1a1a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-color), var(--accent-light));
}

.footer-content {
  position: relative;
  z-index: 2;
  padding: 60px 0 40px;
}

.footer-brand {
  margin-bottom: 24px;
}

.footer-brand a {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color 0.3s ease;
}

.footer-brand a:hover {
  color: var(--accent-color);
}

.footer-brand-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-brand-icon .material-icons {
  font-size: 20px;
  color: white;
}

.footer-section {
  margin-bottom: 32px;
}

.footer-section h5 {
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 0;
  transition: transform 0.3s ease;
}

.footer-contact-item:hover {
  transform: translateX(4px);
}

.footer-contact-icon {
  width: 36px;
  height: 36px;
  background: rgba(189, 34, 34, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.footer-contact-icon .material-icons {
  font-size: 18px;
  color: var(--accent-color);
}

.footer-contact-text {
  color: #e0e0e0;
  line-height: 1.5;
}

.footer-link {
  color: #e0e0e0;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  transition: all 0.3s ease;
  position: relative;
}

.footer-link:hover {
  color: var(--accent-color);
  padding-left: 8px;
}

.footer-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: var(--accent-color);
  transition: width 0.3s ease;
}

.footer-link:hover::before {
  width: 4px;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding: 24px 0;
  margin-top: 40px;
  text-align: center;
  color: #999;
}

.footer-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(189, 159, 34, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(50%, 50%);
}

@media (max-width: 768px) {
  .footer-content {
      padding: 40px 0 30px;
  }
  
  .footer-brand a {
      font-size: 1.6rem;
      justify-content: center;
  }
  
  .footer-section {
      text-align: center;
      margin-bottom: 24px;
  }
  
  .footer-contact-item {
      justify-content: center;
  }
}

/* new styles  */
:root {
  --background-color: #f2f2f2;
  --accent-color: #8d0808;
  --text-color: #353535;
  --white: #ffffff;
  --dark: #212529;
  --light-gray: #e9e9e9;
  --border-color: #dedede;
}
:root {
  --background-color: #f2f2f2;
  --accent-color: #8d0808;
  --text-color: #353535;
  --white: #ffffff;
  --dark: #212529;
  --light-gray: #e9e9e9;
}



/* Стили для главного экрана */
.hero-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.hero-description {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  color: var(--text-color);
}

.hero-btn {
  background-color: var(--accent-color);
  color: var(--white);
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 0;
}

.hero-btn:hover {
  background-color: #740606;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(141, 8, 8, 0.2);
}

.hero-image-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  max-width: 100%;
  max-height: 700px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.hero-decor {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(141, 8, 8, 0.05);
  border-radius: 50%;
  z-index: 1;
}

.hero-decor-2 {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 100px;
  height: 100px;
  background-color: rgba(141, 8, 8, 0.03);
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .hero-image-container {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding: 60px 0;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
}
/* Стили для блока «Заработок на нейросетях» */
.advantages-section {
  padding: 100px 0;
  background-color: var(--white);
}

.advantages-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 30px;
}

.advantages-description {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  color: var(--text-color);
}

.advantages-list {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}

.advantages-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 25px 30px;
  background-color: var(--light-gray);
  transition: transform 0.3s ease;
}

.advantages-item:hover {
  transform: translateX(10px);
}

.advantages-icon {
  color: var(--accent-color);
  font-size: 2rem;
  margin-right: 20px;
  flex-shrink: 0;
}

.advantages-text {
  font-size: 1.1rem;
  line-height: 1.6;
}

.advantages-image {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Стили для блока «Как использовать ИИ для заработка» */
.steps-section {
  padding: 100px 0;
  background-color: var(--background-color);
}

.steps-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 50px;
}

.steps-container {
  position: relative;
}

.step-item {
  display: flex;
  margin-bottom: 40px;
  padding: 30px;
  background-color: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--accent-color);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 25px;
  flex-shrink: 0;
}

.step-content {
  flex-grow: 1;
}

.step-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--accent-color);
}

.step-description {
  font-size: 1.05rem;
  line-height: 1.6;
}

.steps-image {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .advantages-title, .steps-title {
    font-size: 2.2rem;
  }
  
  .steps-image, .advantages-image {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .advantages-section, .steps-section {
    padding: 70px 0;
  }
  
  .advantages-title, .steps-title {
    font-size: 2rem;
  }
  
  .step-item {
    flex-direction: column;
  }
  
  .step-number {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
/* Стили для блока «Бизнес с ИИ»: идеи и модели монетизации */
.business-models-section {
  padding: 100px 0;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}


.business-models-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 40px;
}

.business-models-content {
  position: relative;
  z-index: 1;
}

.business-models-description {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 50px;
}

.model-card {
  background-color: var(--white);
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.model-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.model-card-header {
  background-color: var(--accent-color);
  padding: 20px;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.model-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.model-card-icon {
  font-size: 2rem;
}

.model-card-body {
  padding: 30px;
  flex-grow: 1;
}

.model-card-text {
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Стили для блока «Как монетизировать искусственный интеллект» */
.monetization-section {
  padding: 100px 0;
  background-color: var(--background-color);
  position: relative;
}

.monetization-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 40px;
}

.monetization-description {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 50px;
}

.monetization-columns {
  display: flex;
  margin-top: 60px;
}

.monetization-column {
  flex: 1;
  padding-right: 40px;
}

.column-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.column-title .material-icons {
  margin-right: 15px;
  font-size: 1.8rem;
}

.tools-list, .services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tool-item, .service-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: var(--white);
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.tool-item:hover, .service-item:hover {
  border-left-color: var(--accent-color);
  transform: translateX(10px);
}

.tool-icon, .service-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-color: var(--light-gray);
}

.tool-name, .service-name {
  font-size: 1.1rem;
  font-weight: 500;
}

.monetization-image {
  max-width: 100%;
  border: 10px solid var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.highlight-box {
  background-color: var(--white);
  padding: 30px;
  margin-top: 50px;
  border-left: 5px solid var(--accent-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.highlight-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--text-color);
}

@media (max-width: 991px) {

  
  .monetization-columns {
    flex-direction: column;
  }
  
  .monetization-column {
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .monetization-image {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {  
  .business-models-title, .monetization-title {
    font-size: 2rem;
  }
}
/* Стили для блока «Кейсы успеха: отзывы реальных пользователей» */
.testimonials-section {
  padding: 100px 0;
  background-color: var(--white);
  position: relative;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(141, 8, 8, 0.03), transparent);
  pointer-events: none;
}

.testimonials-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 60px;
  text-align: center;
}

.testimonials-container {
  position: relative;
}

.testimonial-card {
  position: relative;
  padding: 40px 30px 30px;
  margin-bottom: 30px;
  background-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border-top: 5px solid var(--accent-color);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-quote {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: var(--white);
  border-radius: 0;
}

.testimonial-quote .material-icons {
  font-size: 1.6rem;
}

.testimonial-content {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  color: var(--text-color);
  font-style: italic;
  flex-grow: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 0;
  margin-right: 15px;
  background-color: var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--accent-color);
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--accent-color);
}

.author-position {
  font-size: 0.9rem;
  color: var(--text-color);
}

.testimonial-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--light-gray);
  color: var(--text-color);
  font-size: 0.8rem;
  padding: 5px 10px;
  font-weight: 500;
}

.testimonials-cta {
  margin-top: 50px;
  text-align: center;
}

.testimonials-btn {
  background-color: var(--accent-color);
  color: var(--white);
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
}

.testimonials-btn:hover {
  background-color: #740606;
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(141, 8, 8, 0.15);
}

.testimonials-btn .material-icons {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .testimonials-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding: 70px 0;
  }
  
  .testimonials-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .testimonial-card {
    padding: 30px 20px 20px;
  }
}
/* Стили для блока «Наша миссия» */
.mission-section {
  padding: 100px 0;
  background-color: var(--background-color);
  position: relative;
  overflow: hidden;
}

.mission-container {
  position: relative;
  z-index: 2;
}

.mission-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 40px;
}

.mission-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color);
}

.mission-image-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: -20px 20px 0 rgba(141, 8, 8, 0.1);
}

.mission-values {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.mission-value {
  flex: 1 0 45%;
  margin-right: 5%;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.value-icon {
  font-size: 2rem;
  color: var(--accent-color);
  margin-right: 15px;
  flex-shrink: 0;
}

.value-text {
  font-size: 1rem;
  line-height: 1.6;
}

/* Стили для блока «Команда экспертов» */
.team-section {
  padding: 100px 0;
  background-color: var(--white);
}

.team-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 40px;
  text-align: center;
}

.team-subtitle {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.expert-card {
  position: relative;
  margin-bottom: 40px;
  background-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  height: 100%;
}

.expert-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.expert-image-container {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.expert-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.expert-card:hover .expert-image {
  transform: scale(1.05);
}

.expert-info {
  padding: 30px;
  border-left: 5px solid var(--accent-color);
}

.expert-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.expert-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color);
}

.expert-social {
  margin-top: 20px;
  display: flex;
}

.social-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-gray);
  color: var(--text-color);
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: var(--accent-color);
  color: var(--white);
}

@media (max-width: 991px) {
  .mission-title, .team-title {
    font-size: 2.2rem;
  }
  
  .mission-image-container {
    margin-bottom: 40px;
    order: -1;
  }
  
  .expert-image-container {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .mission-section, .team-section {
    padding: 70px 0;
  }
  
  .mission-title, .team-title {
    font-size: 2rem;
  }
  
  .mission-values {
    flex-direction: column;
  }
  
  .mission-value {
    flex: 1 0 100%;
    margin-right: 0;
  }
}

/* Стили для блока «Услуги» */
.services-section {
  padding: 100px 0;
  background-color: var(--background-color);
  position: relative;
}

.services-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 50px;
  text-align: center;
}

.services-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.service-card {
  position: relative;
  background-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-header {
  padding: 25px 30px;
  border-bottom: 1px solid var(--light-gray);
  display: flex;
  align-items: center;
}

.service-number {
  width: 40px;
  height: 40px;
  background-color: var(--accent-color);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 15px;
  flex-shrink: 0;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--accent-color);
  margin: 0;
}

.service-content {
  padding: 30px;
  flex-grow: 1;
}

.service-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color);
}

.service-footer {
  padding: 20px 30px;
  border-top: 1px solid var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-link {
  display: flex;
  align-items: center;
  color: var(--accent-color);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #740606;
  text-decoration: none;
}

.service-link .material-icons {
  margin-left: 8px;
  font-size: 1.1rem;
}

.service-icon {
  color: var(--accent-color);
  font-size: 1.8rem;
}

/* Стили для блока консультации */
.coaching-section {
  padding: 100px 0;
  background-color: var(--white);
}

.coaching-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 40px;
}

.coaching-description {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.coaching-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.coaching-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.coaching-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 15px;
  background-color: var(--accent-color);
}

.coaching-cta {
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}

.coaching-image {
  width: 100%;
  height: auto;
  box-shadow: 20px 20px 0 rgba(141, 8, 8, 0.1);
  transition: all 0.5s ease;
}

.coaching-image:hover {
  transform: scale(1.02);
  box-shadow: 25px 25px 0 rgba(141, 8, 8, 0.15);
}

.service-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--accent-color);
}

@media (max-width: 991px) {
  .services-title, .coaching-title {
    font-size: 2.2rem;
  }
  
  .coaching-image {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .services-section, .coaching-section {
    padding: 70px 0;
  }
  
  .services-title, .coaching-title {
    font-size: 2rem;
  }
  
  .service-header {
    padding: 20px;
  }
  
  .service-content {
    padding: 20px;
  }
  
  .service-footer {
    padding: 15px 20px;
  }
}
/* Стили для блока «Последние статьи» */
.articles-section {
  padding: 100px 0;
  background-color: var(--background-color);
}

.articles-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 50px;
  text-align: center;
}

.article-item {
  margin-bottom: 60px;
  background-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.article-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.article-inner {
  display: flex;
  flex-wrap: wrap;
}

.article-image-container {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
}

.article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.article-item:hover .article-image {
  transform: scale(1.05);
}

.article-content {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.article-number {
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.article-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--accent-color);
}

.article-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 20px;
  flex-grow: 1;
}

.article-link {
  display: inline-flex;
  align-items: center;
  color: var(--accent-color);
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: auto;
}

.article-link:hover {
  color: #740606;
  text-decoration: none;
}

.article-link .material-icons {
  margin-left: 8px;
  font-size: 1.1rem;
}

/* Стили для блока «Подборки и гайды» */
.tools-section {
  padding: 100px 0;
  background-color: var(--white);
}

.tools-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 30px;
}

.tools-subtitle {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 50px;
}

.tools-list {
  margin-bottom: 40px;
}

.tool-item {
  display: flex;
  margin-bottom: 30px;
  background-color: var(--light-gray);
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tool-item:hover {
  transform: translateX(10px);
  background-color: #f8f8f8;
}

.tool-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--accent-color);
}

.tool-icon {
  flex: 0 0 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 2rem;
  color: var(--accent-color);
  margin-right: 20px;
}

.tool-content {
  flex-grow: 1;
}

.tool-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--accent-color);
}

.tool-description {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color);
}

.tools-conclusion {
  font-size: 1.1rem;
  line-height: 1.7;
  font-style: italic;
  padding: 20px;
  background-color: rgba(141, 8, 8, 0.05);
  border-left: 5px solid var(--accent-color);
}

.tools-link {
  display: inline-flex;
  align-items: center;
  color: var(--accent-color);
  font-weight: 500;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.tools-link:hover {
  color: #740606;
  text-decoration: none;
}

.tools-link .material-icons {
  margin-left: 8px;
  font-size: 1.1rem;
}

@media (max-width: 991px) {
  .articles-title, .tools-title {
    font-size: 2.2rem;
  }
  
  .article-image-container {
    flex: 0 0 100%;
    max-width: 100%;
    height: 250px;
  }
  
  .article-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .articles-section, .tools-section {
    padding: 70px 0;
  }
  
  .articles-title, .tools-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .article-item {
    margin-bottom: 40px;
  }
  
  .article-title {
    font-size: 1.3rem;
  }
  
  .tool-item {
    padding: 20px;
    flex-direction: column;
  }
  
  .tool-icon {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
/* Стили для блока «Кейсы 3 реальных проектов» */
.cases-section {
  padding: 100px 0;
  background-color: var(--background-color);
}

.cases-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 50px;
  text-align: center;
}

.case-card {
  background-color: var(--white);
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.case-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.case-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: var(--accent-color);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  z-index: 2;
}

.case-content {
  display: flex;
  flex-wrap: wrap;
}

.case-image-container {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
}

.case-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.case-card:hover .case-image {
  transform: scale(1.05);
}

.case-details {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 40px 30px 30px;
}

.case-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 20px;
}

.case-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-info-item {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.case-info-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 2px;
  background-color: var(--accent-color);
}

.case-label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.case-text {
  font-size: 1rem;
  line-height: 1.6;
}

/* Стили для блока «Результаты и метрики» */
.results-section {
  padding: 80px 0;
  background-color: var(--white);
}

.results-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 50px;
  text-align: center;
}

.results-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.result-item {
  flex: 0 0 30%;
  margin-bottom: 30px;
  padding: 30px;
  background-color: var(--light-gray);
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.result-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.result-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 15px;
}

.result-description {
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .cases-title, .results-title {
    font-size: 2.2rem;
  }
  
  .case-image-container {
    flex: 0 0 100%;
    max-width: 100%;
    height: 250px;
  }
  
  .case-details {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .result-item {
    flex: 0 0 45%;
  }
}

@media (max-width: 767px) {
  .cases-section, .results-section {
    padding: 70px 0;
  }
  
  .cases-title, .results-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .case-title {
    font-size: 1.3rem;
  }
  
  .result-item {
    flex: 0 0 100%;
  }
  
  .result-value {
    font-size: 2rem;
  }
}

/* Стили для блока «Контактная информация» */
.contact-section {
  padding: 80px 0;
  background-color: var(--dark);
  color: var(--white);
}

.contact-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 40px;
  text-align: center;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  margin: 0 30px 20px;
  padding: 15px;
}

.contact-icon {
  font-size: 2rem;
  margin-right: 15px;
  color: var(--accent-color);
}

.contact-info {
  font-size: 1.1rem;
  line-height: 1.5;
}

.contact-link {
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: var(--accent-color);
  text-decoration: none;
}

@media (max-width: 767px) {
  .contact-section {
    padding: 60px 0;
  }
  
  .contact-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .contact-list {
    flex-direction: column;
    align-items: center;
  }
  
  .contact-item {
    margin: 0 0 20px;
  }
}