/********** Template CSS **********/
:root {
  --primary: #e3addc;
  --light: #feeeb8;
  --dark: #94711f;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** 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;
  }
}



.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: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: 40%;
  background: #fff;
  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: #9d388f;
  font-size: 32px;
  text-align: center;
}
header h2 {
  color: #9d388f;
  font-weight: 500;
  text-align: center;
}
.data {
  text-align: center;
}
.data p a {
  color: #9d388f;
  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 #9d388f;
  color: #fff;
  padding: 8px 0;
  background: #9d388f;
  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: #9d388f;
}
#declineBtn {
  background-color: #fff;
  color: #9d388f;
}
#declineBtn:hover {
  background-color: #9d388f;
  color: #fff;
}
/* Footer Style */

@media (max-width: 990px) {
  .mobile-no {
    display: none;
  }

}
/* new styles  */
/* Загальні стилі */
:root {
  --bg-dark: #121212;
  --text-light: #E0E0E0;
  --accent: #9d388f;
  --accent-light: #b659a9;
  --dark-gray: #1e1e1e;
  --medium-gray: #2d2d2d;
}


/* Стилі для блоку 1: Hero-секция */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  background-color: var(--bg-dark);
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.hero-cta {
  background-color: var(--accent);
  border: none;
  padding: 0.875rem 1.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.hero-cta:hover {
  background-color: var(--accent-light);
  color: #fff;

  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(157, 56, 143, 0.3);
}

.hero-cta .material-icons {
  vertical-align: middle;
  margin-left: 0.5rem;
  font-size: 1.25rem;
}

.hero-decoration {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--accent) 0%, rgba(157, 56, 143, 0) 70%);
  opacity: 0.1;
  border-radius: 50%;
  z-index: 1;
}

.hero-decoration-1 {
  top: -150px;
  right: 10%;
}

.hero-decoration-2 {
  bottom: -100px;
  left: 5%;
}

.ai-icon-container {
  position: relative;
  margin-top: 1rem;
}

.ai-icon {
  font-size: 3rem;
  color: var(--accent);
  margin-right: 1rem;
  opacity: 0.9;
}

.grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(var(--medium-gray) 1px, transparent 1px),
                    linear-gradient(90deg, var(--medium-gray) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.05;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-section {
    padding: 10rem 0;
  }
  
  .ai-icon {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-content {
    max-width: 80%;
  }
}
/* Стилі для блоку 2: Преимущества нейросетей */
.advantages-section {
  padding: 5rem 0;
  background-color: var(--dark-gray);
  position: relative;
}

.advantages-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.3;
}

.section-title {
  font-weight: 700;
  margin-bottom: 3rem;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--accent);
}

.advantage-card {
  background-color: var(--bg-dark);
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 3px solid transparent;
}

.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-left: 3px solid var(--accent);
}

.advantage-icon {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.advantage-title {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.advantage-text {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* Стилі для блоку 3: Способы заработка с ИИ */
.ways-section {
  padding: 5rem 0;
  background-color: var(--bg-dark);
  position: relative;
  overflow: hidden;
}

.tech-circles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.tech-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(157, 56, 143, 0.2);
}

.tech-circle-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -100px;
}

.tech-circle-2 {
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: -50px;
}

.ways-content {
  position: relative;
  z-index: 2;
}

.way-item {
  margin-bottom: 2.5rem;
  position: relative;
  padding-left: 3.5rem;
}

.way-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  color: var(--accent);
}

.way-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.way-text {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.ways-image-container {
  position: relative;
  padding: 1rem;
  background-color: var(--dark-gray);
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.ways-image {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.ways-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 1.5rem 1rem 1rem;
  color: var(--text-light);
  font-size: 0.9rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.caption-highlight {
  color: var(--accent);
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .advantage-card {
    margin-bottom: 1.5rem;
  }
  
  .way-item {
    padding-left: 2.5rem;
  }
  
  .way-icon {
    font-size: 1.5rem;
  }
  
  .ways-image-container {
    margin-top: 2rem;
  }
}
/* Стилі для блоку 4: Кейсы успешного бизнеса с ИИ */
.cases-section {
  padding: 5rem 0;
  background-color: var(--dark-gray);
  position: relative;
}

.case-item {
  margin-bottom: 3rem;
  padding: 0.5rem;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.case-item:hover {
  transform: translateY(-5px);
}

.case-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.case-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.case-item:hover .case-image {
  transform: scale(1.05);
}

.case-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(18, 18, 18, 0.8), rgba(18, 18, 18, 0.4));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.case-item:hover .case-overlay {
  opacity: 1;
}

.case-icon {
  font-size: 3rem;
  color: var(--accent);
}

.case-content {
  padding: 1.5rem;
  background-color: var(--bg-dark);
  border-radius: 8px;
  height: 100%;
  border-left: 3px solid var(--accent);
}

.case-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-light);
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}

.case-title-icon {
  color: var(--accent);
  margin-right: 0.75rem;
  font-size: 1.5rem;
}

.case-description {
  line-height: 1.6;
  opacity: 0.9;
}

.case-stats {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.25rem 0.75rem;
  background-color: rgba(157, 56, 143, 0.1);
  border-radius: 4px;
  font-weight: 500;
  color: var(--accent);
}

/* Стилі для блоку 5: Обзор нейросетей для заработка */
.tools-section {
  padding: 5rem 0;
  background-color: var(--bg-dark);
}

.tools-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: var(--dark-gray);
  border-radius: 8px;
  overflow: hidden;
}

.tools-table th,
.tools-table td {
  padding: 1.25rem;
  text-align: left;
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
}

.tools-table th {
  background-color: rgba(157, 56, 143, 0.1);
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.tools-table tr:last-child td {
  border-bottom: none;
}

.tools-table tr:hover td {
  background-color: rgba(157, 56, 143, 0.05);
}

.tool-name {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.tool-icon {
  margin-right: 1rem;
  color: var(--accent);
  font-size: 1.5rem;
}

.tools-note {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: var(--dark-gray);
  border-radius: 8px;
  border-left: 3px solid var(--accent);
}

@media (max-width: 767.98px) {
  .case-item {
    margin-bottom: 2rem;
  }
  
  .case-image-container {
    margin-bottom: 1rem;
  }
  
  .tools-table th,
  .tools-table td {
    padding: 1rem 0.75rem;
  }
  
  .tool-name {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .tool-icon {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .tools-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* Стилі для блоку 6: Как начать зарабатывать онлайн с ИИ */
.start-section {
  padding: 5rem 0;
  background-color: var(--dark-gray);
  position: relative;
  overflow: hidden;
}

.start-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at bottom right, rgba(157, 56, 143, 0.1), transparent 60%);
  z-index: 1;
}

.steps-container {
  position: relative;
  z-index: 2;
}

.steps-timeline {
  position: relative;
  margin-top: 3rem;
  padding-left: 1.5rem;
}

.steps-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--accent), rgba(157, 56, 143, 0.2));
}

.step-item {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 3rem;
}

.step-item:last-child {
  padding-bottom: 0;
}

.step-number {
  position: absolute;
  left: -1.5rem;
  top: 0;
  width: 3rem;
  height: 3rem;
  background-color: var(--bg-dark);
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--accent);
  z-index: 3;
}

.step-title {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: var(--text-light);
}

.step-description {
  line-height: 1.6;
  opacity: 0.9;
}

.step-image-container {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.step-image {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.step-image-container:hover .step-image {
  transform: scale(1.05);
}

.step-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(18, 18, 18, 0.9), transparent);
  color: var(--text-light);
}

.image-sidebar {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.sidebar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(18, 18, 18, 0.8) 0%, rgba(18, 18, 18, 0.3) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.sidebar-title {
  color: var(--text-light);
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.sidebar-text {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.sidebar-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: var(--accent);
  color: white;
  border-radius: 4px;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

@media (max-width: 991.98px) {
  .image-sidebar {
    margin-top: 3rem;
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .step-item {
    padding-left: 1.5rem;
  }
  
  .step-number {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.9rem;
  }
}

/* Стилі для головного екрану сторінки "О нас" */
.about-hero-section {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
  background-color: #2d2d2d;
}

.about-hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(45deg, var(--dark-gray) 1px, transparent 1px),
    linear-gradient(-45deg, var(--dark-gray) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.07;
  z-index: 1;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.about-hero-title {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.about-hero-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--accent);
}

.about-hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.7;
  margin: 2rem auto;
  max-width: 800px;
  opacity: 0.9;
}

.about-hero-decoration {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.about-hero-decoration-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -200px;
  background: radial-gradient(circle, rgba(157, 56, 143, 0.1) 0%, rgba(157, 56, 143, 0) 70%);
}

.about-hero-decoration-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -150px;
  background: radial-gradient(circle, rgba(157, 56, 143, 0.1) 0%, rgba(157, 56, 143, 0) 70%);
}

.about-cards-container {
  margin-top: 3rem;
}

.about-card {
  background-color: var(--dark-gray);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.about-card-header {
  background-color: var(--bg-dark);
  padding: 1.5rem;
  border-bottom: 1px solid rgba(157, 56, 143, 0.2);
  position: relative;
}

.about-card-icon {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.about-card-title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.about-card-subtitle {
  font-size: 1rem;
  opacity: 0.8;
}

.about-card-body {
  padding: 1.5rem;
}

.about-card-text {
  line-height: 1.6;
}

.about-card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--accent);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
}

.about-cta-button {
  display: inline-block;
  margin-top: 3rem;
  background-color: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
  padding: 0.875rem 2rem;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.about-cta-button:hover {
  background-color: var(--accent);
  color: white;
}

.about-cta-button .material-icons {
  vertical-align: middle;
  margin-left: 0.5rem;
}

@media (max-width: 767.98px) {
  .about-hero-section {
    padding: 7rem 0;
  }
  
  .about-hero-title {
    font-size: 2.25rem;
  }
  
  .about-hero-subtitle {
    font-size: 1.1rem;
  }
  
  .about-card {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .about-hero-title {
    font-size: 3.25rem;
  }
}
/* Стилі для блоку 1: Наша миссия и команда */
.mission-section {
  padding: 6rem 0;
  background-color: var(--bg-dark);
  position: relative;
  overflow: hidden;
}

.mission-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.3;
}

.mission-content {
  position: relative;
  z-index: 2;
}

.mission-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.mission-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--accent);
}

.mission-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.mission-image-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.mission-image {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.mission-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: linear-gradient(to top, rgba(18, 18, 18, 0.9), transparent);
  color: var(--text-light);
}

.mission-highlight {
  display: inline-block;
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: rgba(157, 56, 143, 0.05);
  border-left: 3px solid var(--accent);
  border-radius: 0 5px 5px 0;
}

.highlight-text {
  font-size: 1.1rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  color: var(--text-light);
}

/* Стилі для блоку 2: Наш подход к бизнесу с ИИ */
.approach-section {
  padding: 6rem 0;
  background-color: var(--dark-gray);
  position: relative;
}

.approach-title {
  font-weight: 700;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
}

.approach-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--accent);
}

.approach-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  opacity: 0.9;
}

.approach-card {
  background-color: var(--bg-dark);
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 2;
  border-top: 3px solid transparent;
}

.approach-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-top: 3px solid var(--accent);
}

.approach-card-number {
  position: absolute;
  top: -1rem;
  left: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--accent);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
}

.approach-card-title {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: var(--text-light);
  padding-top: 0.5rem;
}

.approach-card-text {
  line-height: 1.6;
  opacity: 0.9;
}

.approach-conclusion {
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-dark);
  border-radius: 10px;
  border-left: 3px solid var(--accent);
}

.approach-conclusion-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.dots-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(var(--accent) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.1;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .mission-image-container {
    margin-top: 2rem;
  }
  
  .approach-card {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .mission-section,
  .approach-section {
    padding: 4rem 0;
  }
  
  .mission-text,
  .approach-intro,
  .approach-conclusion-text {
    font-size: 1rem;
  }
  
  .highlight-text {
    font-size: 1rem;
  }
}

/* Стилі для блоку 1: Контактная информация */
.contact-section {
  padding: 6rem 0;
  background-color: var(--bg-dark);
  position: relative;
  overflow: hidden;
}

.contact-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(var(--medium-gray) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.05;
  z-index: 1;
}

.contact-content {
  position: relative;
  z-index: 2;
}

.contact-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.contact-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--accent);
}

.contact-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.contact-card {
  background-color: var(--dark-gray);
  border-radius: 10px;
  padding: 2rem;
  margin-top: 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-left: 4px solid var(--accent);
}

.contact-info-title {
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
}

.contact-info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact-icon {
  color: var(--accent);
  font-size: 1.5rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-label {
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--text-light);
}

.contact-value {
  margin: 0;
  opacity: 0.9;
}

.contact-value a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-value a:hover {
  color: var(--accent-light);
  text-decoration: underline;
}

.contact-hours {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: rgba(157, 56, 143, 0.05);
  border-radius: 8px;
}

.hours-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-light);
}

.hours-icon {
  color: var(--accent);
  margin-right: 0.75rem;
}

.hours-text {
  margin: 0;
  line-height: 1.6;
}

.contact-decoration {
  position: absolute;
  z-index: 1;
}

.contact-decoration-1 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  right: -150px;
  background: radial-gradient(circle, rgba(157, 56, 143, 0.1) 0%, rgba(157, 56, 143, 0) 70%);
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .contact-section {
    padding: 4rem 0;
  }
  
  .contact-text {
    font-size: 1rem;
  }
}
/* Стилі для блоку 1: Консалтинг по бизнесу с ИИ */
.consulting-section {
  padding: 6rem 0;
  background-color: var(--bg-dark);
  position: relative;
}

.consulting-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.consulting-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--accent);
}

.consulting-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  opacity: 0.9;
}

.service-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  height: 100%;
}

.service-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  height: 240px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-item:hover .service-image {
  transform: scale(1.05);
}

.service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(18, 18, 18, 0.9), transparent);
}

.service-icon {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.service-title {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: var(--text-light);
  display: flex;
  align-items: center;
}

.service-title-icon {
  color: var(--accent);
  margin-right: 0.75rem;
}

.service-text {
  line-height: 1.6;
  opacity: 0.9;
}

/* Стилі для блоку 2: Обучающие программы и вебинары */
.education-section {
  padding: 6rem 0;
  background-color: var(--dark-gray);
  position: relative;
  overflow: hidden;
}

.education-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.education-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--accent);
}

.education-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  opacity: 0.9;
}

.education-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 2rem;
  height: 600px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.education-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.education-image-container:hover .education-image {
  transform: scale(1.05);
}

.education-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(18, 18, 18, 0.8), rgba(18, 18, 18, 0.4));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.overlay-title {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: var(--text-light);
}

.overlay-text {
  font-size: 1.1rem;
  color: var(--text-light);
  opacity: 0.9;
  max-width: 80%;
}

.program-list {
  margin-top: 1rem;
}

.program-item {
  background-color: var(--bg-dark);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 3px solid transparent;
}

.program-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-left: 3px solid var(--accent);
}

.program-item:last-child {
  margin-bottom: 0;
}

.program-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.program-icon {
  color: var(--accent);
  margin-right: 0.75rem;
  font-size: 1.5rem;
}

.program-text {
  line-height: 1.6;
  opacity: 0.9;
}

.dots-decoration {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(var(--accent) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.05;
  z-index: 1;
}

.dots-top-right {
  top: 0;
  right: 0;
}

.dots-bottom-left {
  bottom: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .service-item {
    margin-bottom: 3rem;
  }
  
  .service-image-container {
    height: 200px;
  }
  
  .education-image-container {
    height: 250px;
  }
  
  .overlay-title {
    font-size: 1.5rem;
  }
  
  .overlay-text {
    font-size: 1rem;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .consulting-section,
  .education-section {
    padding: 4rem 0;
  }
  
  .consulting-intro,
  .education-intro {
    font-size: 1rem;
  }
  
  .service-image-container {
    height: 180px;
  }
}

/* Стилі для блоку 1: Последние статьи */
.articles-section {
  padding: 6rem 0;
  background-color: var(--bg-dark);
  position: relative;
}

.section-title {
  font-weight: 700;
  margin-bottom: 3rem;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--accent);
}

.article-card {
  background-color: var(--dark-gray);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.article-card:hover {
  transform: translateY(-5px);
}

.article-image-container {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-card:hover .article-image {
  transform: scale(1.05);
}

.article-content {
  padding: 2rem;
}

.article-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--text-light);
  line-height: 1.4;
}

.article-excerpt {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  opacity: 0.9;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(224, 224, 224, 0.1);
}

.article-author {
  display: flex;
  align-items: center;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--accent);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 0.75rem;
  font-size: 1rem;
}

.author-name {
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 0.25rem;
}

.article-date {
  font-size: 0.9rem;
  opacity: 0.7;
}

.article-stats {
  display: flex;
  align-items: center;
}

.views-count {
  display: flex;
  align-items: center;
  color: var(--text-light);
  opacity: 0.8;
}

.views-icon {
  color: var(--accent);
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

.article-tag {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background-color: rgba(157, 56, 143, 0.1);
  color: var(--accent);
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.article-tags {
  margin-bottom: 1.5rem;
}

/* Стилі для блоку 2: Новости */
.news-section {
  padding: 6rem 0;
  background-color: var(--dark-gray);
  position: relative;
}

.news-container {
  position: relative;
  z-index: 2;
}

.news-item {
  position: relative;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background-color: var(--bg-dark);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.news-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--accent);
}

.news-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: var(--text-light);
}

.news-content {
  line-height: 1.6;
  opacity: 0.9;
}

.news-date {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--accent);
  font-weight: 500;
}

.news-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 36px;
  height: 36px;
  background-color: rgba(157, 56, 143, 0.1);
  color: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.news-cta {
  margin-top: 2rem;
  text-align: center;
}

.btn-news {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-news:hover {
  background-color: var(--accent);
  color: white;
}

.btn-news .material-icons {
  vertical-align: middle;
  margin-left: 0.5rem;
  font-size: 1.1rem;
}

.pattern-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: 
    linear-gradient(45deg, var(--medium-gray) 1px, transparent 1px),
    linear-gradient(-45deg, var(--medium-gray) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.05;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .article-image-container {
    height: 240px;
  }
  
  .article-title {
    font-size: 1.3rem;
  }
  
  .news-item {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .articles-section,
  .news-section {
    padding: 4rem 0;
  }
  
  .article-image-container {
    height: 200px;
  }
  
  .article-content {
    padding: 1.5rem;
  }
  
  .article-title {
    font-size: 1.2rem;
  }
  
  .news-number {
    position: static;
    margin-bottom: 1rem;
  }
}