/********** Template CSS **********/
:root {
  --primary: #9aa27b;
  --light: #d3d37a;
  --dark: #111a24;
  --bg-color: #F9FAF8;
  --text-color: #4d4d4d;
  --accent-color: #9da385;
  --accent-color-2: #393670;
}


.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 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
  position: relative;
  transition: all 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 20px;
  left: 0;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar-brand {
  transition: transform 0.3s ease;
}

.navbar-brand:hover {
  transform: scale(1.05);
}

.navbar-brand div {
  position: relative;
  padding: 5px 10px;
}

.navbar-brand div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--primary);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.navbar-brand:hover div::before {
  opacity: 1;
}

.logo-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding: 5px 10px;
}

.logo-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--primary);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.navbar-brand:hover .logo-text::after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  
  .navbar-dark .navbar-nav .nav-link::after {
    bottom: 5px;
  }
}


/* 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%;
  }
  .logo-text {
    font-size: 14px;
  }
}

.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: #9da385;
  font-size: 32px;
  text-align: center;
}
header h2 {
  color: #9da385;
  font-weight: 500;
  text-align: center;
}
.data {
  text-align: center;
}
.data p a {
  color: #9da385;
  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 #9da385;
  color: #fff;
  padding: 8px 0;
  background: #9da385;
  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: #9da385;
}
#declineBtn {
  background-color: #fff;
  color: #9da385;
}
#declineBtn:hover {
  background-color: #9da385;
  color: #fff;
}

/* footer  */
/* Стилі для футера */
.footer-section {
  background: linear-gradient(135deg, #393670 0%, #966e0b 100%);
  color: #fff;
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-logo:hover {
  transform: translateY(-3px);
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  color: #d3d37a;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 2px;
  background: rgba(255,255,255,0.3);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.8);
  transition: all 0.3s ease;
}

.footer-contact-item:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer-contact-icon {
  margin-right: 15px;
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
}

.footer-link {
  display: block;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.footer-link::before {
  content: '→';
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #fff;
  padding-left: 15px;
  transform: translateX(5px);
}

.footer-link:hover::before {
  opacity: 1;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
}

/* Адаптивні стилі */
@media (max-width: 991.98px) {
  .footer-section {
    padding: 60px 0 30px;
  }
  
  .footer-logo {
    font-size: 1.8rem;
  }
  
  .footer-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .footer-section {
    padding: 40px 0 20px;
  }
  
  .footer-logo {
    font-size: 1.6rem;
  }
  
  .footer-title {
    font-size: 1rem;
  }
  
  .footer-contact-item {
    font-size: 0.95rem;
  }
  
  .footer-link {
    font-size: 0.95rem;
  }
}

/* new styles  */
:root {
  --primary: #9aa27b;
  --light: #d3d37a;
  --dark: #111a24;
  --bg-color: #F9FAF8;
  --text-color: #4d4d4d;
  --accent-color: #9da385;
  --accent-color-2: #393670;
  --accent-color-3: #5a58c7;
  --accent-color-4: #7262a5;
  --soft-bg: #f4f5ec;
}

/* Загальні стилі */
body {
  font-family: 'Roboto', sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}

/* Стилі для головного блоку */
.hero-section {
  position: relative;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(17, 26, 36, 0.85) 0%, rgba(90, 88, 199, 0.7) 100%);
  z-index: 1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 2rem;
}

.hero-title {
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
  font-size: 1.5rem;
  margin: 0 auto 2.5rem;
  color: var(--light);
  font-weight: 400;
  line-height: 1.5;
}

.hero-btn {
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: var(--accent-color);
  border: none;
  color: white;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(157, 163, 133, 0.3);
}

.hero-btn:hover {
  background-color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(157, 163, 133, 0.4);
}

.hero-btn .material-icons {
  margin-left: 0.5rem;
  vertical-align: middle;
  font-size: 1.25rem;
}

/* Адаптивність */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.8rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-btn {
    padding: 0.875rem 2rem;
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .hero-content {
    padding: 0 1rem;
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
}
/* Стилі для блоку "Что вы изучите" */
.topics-section {
  padding: 5rem 0;
}

.topics-container {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 3rem;
}

.topics-text {
  margin-bottom: 2.5rem;
  line-height: 1.8;
  font-size: 1.1rem;
}

.topics-image {
  margin: 2rem 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(90, 88, 199, 0.15);
}

.topics-image img {
  width: 100%;
  border-radius: 15px;
  transition: transform 0.5s ease;
}

.topics-image:hover img {
  transform: scale(1.02);
}

.topics-list {
  padding-left: 0;
  list-style: none;
  margin-top: 2rem;
}

.topic-item {
  padding: 1.25rem;
  margin-bottom: 1rem;
  background-color: var(--soft-bg);
  border-radius: 10px;
  border-left: 4px solid var(--accent-color-3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.topic-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(90, 88, 199, 0.1);
}

.topic-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.topic-title .material-icons {
  margin-right: 0.5rem;
  color: var(--accent-color-3);
}

/* Стилі для блоку "Как это помогает в продвижении" */
.marketing-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--soft-bg) 0%, #f1f2ff 100%);
}

.marketing-container {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  padding: 3rem;
}

.marketing-text {
  margin-bottom: 2.5rem;
  line-height: 1.8;
  font-size: 1.1rem;
}

.marketing-image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(114, 98, 165, 0.15);
}

.marketing-image img {
  width: 100%;
  border-radius: 15px;
  transition: transform 0.5s ease;
}

.marketing-image:hover img {
  transform: scale(1.02);
}


.effects-title {
  color: var(--accent-color-2);
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.effects-list {
  padding-left: 0;
  list-style: none;
}

.effect-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.effect-item::before {
  content: "trending_up";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--accent-color-3);
}
/* Стилі для блоку "Почему именно iPhone?" */
.iphone-benefits-section {
  padding: 5rem 0;
  background-color: var(--bg-color);
}

.iphone-benefits-container {
  background: linear-gradient(135deg, white 0%, var(--soft-bg) 100%);
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  padding: 3rem;
}

.iphone-benefits-text {
  margin-bottom: 2.5rem;
  line-height: 1.8;
  font-size: 1.1rem;
}

.benefits-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.benefit-card {
  flex: 1;
  min-width: 250px;
  background-color: white;
  border-radius: 15px;
  padding: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid var(--accent-color);
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(157, 163, 133, 0.2);
}

.benefit-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: var(--soft-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.benefit-icon .material-icons {
  color: var(--accent-color);
  font-size: 1.75rem;
}

.benefit-text {
  font-size: 1rem;
  line-height: 1.5;
}

/* Стилі для блоку "Кому подойдёт курс" */
.audience-section {
  padding: 5rem 0;
  background-color: var(--soft-bg);
}

.audience-container {
  border-radius: 20px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.audience-image {
  height: 100%;
}

.audience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audience-content {
  padding: 3rem;
}

.audience-text {
  margin-bottom: 2.5rem;
  line-height: 1.8;
  font-size: 1.1rem;
}

.audience-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.audience-card {
  flex: 1 0 calc(50% - 1.5rem);
  min-width: 250px;
  background-color: var(--soft-bg);
  border-radius: 15px;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: flex-start;
}

.audience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(90, 88, 199, 0.1);
  background-color: #f0f1ff;
}

.audience-icon {
  background-color: var(--accent-color-3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.audience-icon .material-icons {
  color: white;
  font-size: 1.25rem;
}

.audience-card-content {
  flex-grow: 1;
}

.audience-card-title {
  font-weight: 700;
  color: var(--accent-color-2);
  margin-bottom: 0.5rem;
}

.audience-card-description {
  font-size: 0.95rem;
  line-height: 1.5;
}
/* Стилі для блоку "Как это помогает в продвижении" */
.video-results-section {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}

.video-results-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-results-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-results-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(57, 54, 112, 0.9) 0%, rgba(90, 88, 199, 0.85) 100%);
  z-index: -1;
}

.parallax-effect {
  transform: translateY(0);
  transition: transform 0.5s ease-out;
}

.video-results-container {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.video-results-text {
  margin-bottom: 2.5rem;
  line-height: 1.8;
  font-size: 1.1rem;
}

.examples-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.example-card {
  flex: 1;
  min-width: 250px;
  background: linear-gradient(135deg, var(--accent-color-2) 0%, var(--accent-color-3) 100%);
  color: white;
  border-radius: 15px;
  padding: 1.75rem;
  box-shadow: 0 10px 25px rgba(90, 88, 199, 0.2);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.example-card:hover {
  transform: translateY(-5px);
}

.example-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--light);
}

.example-number {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
}

.example-text {
  font-size: 1.1rem;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.example-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 3rem;
  opacity: 0.1;
  color: white;
}

/* Стилі для блоку "Обратная связь и вдохновение" */
.testimonials-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--soft-bg) 0%, #f4f5ec 100%);
}

.testimonials-container {
  position: relative;
}

.testimonials-text {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-size: 1.1rem;
}

.testimonials-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 3rem;
}

.testimonial-card {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  background-color: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.testimonial-card::before {
  content: "\201C";
  font-family: serif;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 5rem;
  color: var(--light);
  opacity: 0.2;
  line-height: 1;
}

.testimonial-text {
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  font-size: 1.05rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--accent-color-3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
}

.testimonial-info {
  flex-grow: 1;
}

.testimonial-name {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.25rem;
}

.testimonial-position {
  font-size: 0.9rem;
  color: var(--accent-color-2);
}

.testimonials-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.btn-outline-primary {
  background: transparent;
  border: 2px solid var(--accent-color-2);
  color: var(--accent-color-2);
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: var(--accent-color-2);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(57, 54, 112, 0.2);
}

.btn-primary {
  background-color: var(--accent-color-3);
  border: none;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--accent-color-2);
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(90, 88, 199, 0.3);
}

.btn .material-icons {
  margin-left: 0.5rem;
  vertical-align: middle;
  font-size: 1.25rem;
}
/* Стилі для блоку "Наша миссия" */
.mission-section {
  padding: 5rem 0;
  background-color: var(--bg-color);
}

.mission-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 3.5rem;
  background: linear-gradient(135deg, white 0%, var(--soft-bg) 100%);
  border-radius: 20px;
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.mission-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-color-3) 100%);
}

.mission-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--text-color);
  text-align: center;
  position: relative;
}

.mission-text::before,
.mission-text::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color-2);
  margin: 2rem auto;
  opacity: 0.3;
}

.mission-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 5rem;
  color: var(--accent-color);
  opacity: 0.08;
}

/* Стилі для блоку "Кто мы" */
.team-section {
  padding: 5rem 0;
  background-color: var(--soft-bg);
}

.team-container {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.team-content {
  padding: 3rem;
}

.team-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.team-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.team-stat {
  flex: 1;
  min-width: 150px;
  text-align: center;
  padding: 1.5rem;
  background-color: var(--soft-bg);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.team-stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color-3);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.stat-text {
  font-size: 0.95rem;
  color: var(--text-color);
}

.team-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-image:hover img {
  transform: scale(1.05);
}

.team-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.team-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 2;
  padding: 0 1rem;
}

.team-caption-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.team-caption-subtitle {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Стилі для блоку "Наш подход к обучению" */
.approach-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--bg-color) 0%, #f0f1ff 100%);
}

.approach-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.approach-card {
  flex: 1;
  min-width: 300px;
  background-color: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.approach-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.approach-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--accent-color-2);
}

.approach-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--soft-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.approach-icon .material-icons {
  font-size: 2rem;
  color: var(--accent-color-3);
}

.approach-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark);
}

.approach-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color);
}
/* Стилі для блоку "Структура обучения" */
.modules-section {
  padding: 5rem 0;
  background-color: var(--bg-color);
}

.modules-intro {
  max-width: 800px;
  margin: 0 auto 4rem;
  text-align: center;
  line-height: 1.8;
  font-size: 1.1rem;
}

.modules-container {
  position: relative;
}

.module-timeline {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: var(--accent-color-3);
  opacity: 0.3;
  transform: translateX(-50%);
  z-index: 1;
}

.module-item {
  position: relative;
  margin-bottom: 3rem;
  z-index: 2;
}

.module-card {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.module-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.module-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: var(--accent-color-3);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  z-index: 3;
  box-shadow: 0 8px 15px rgba(90, 88, 199, 0.3);
}

.module-content {
  padding: 2rem;
}

.module-image {
  height: 400px;
  overflow: hidden;
}

.module-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.module-card:hover .module-image img {
  transform: scale(1.05);
}

.module-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.5rem 0 1rem;
  color: var(--dark);
}

.module-duration {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.duration-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: var(--accent-color-2);
}

.duration-item .material-icons {
  font-size: 1.1rem;
  margin-right: 0.25rem;
  color: var(--accent-color-3);
}

.module-description {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color);
}

.module-highlight {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: var(--soft-bg);
  border-radius: 10px;
  font-size: 0.95rem;
}

.module-highlight-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.module-highlight-title .material-icons {
  font-size: 1.1rem;
  margin-right: 0.5rem;
  color: var(--accent-color-3);
}

/* Стилі для блоку "Отзывы учеников" */
.reviews-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--soft-bg) 0%, #f0f1ff 100%);
}

.reviews-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.reviews-intro {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.review-card {
  background-color: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.review-card::before {
  content: "\201C";
  font-family: serif;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 5rem;
  color: var(--accent-color);
  opacity: 0.1;
  line-height: 1;
}

.review-text {
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  font-size: 1rem;
}

.review-author {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1rem;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-color-2) 0%, var(--accent-color-3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: white;
  font-weight: 700;
  font-size: 1rem;
}

.review-info {
  flex-grow: 1;
}

.review-name {
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.25rem;
}

.review-position {
  font-size: 0.85rem;
  color: var(--accent-color-2);
}

.review-rating {
  display: flex;
  gap: 2px;
  margin-top: 0.5rem;
}

.review-rating .material-icons {
  color: var(--light);
  font-size: 0.9rem;
}

.reviews-decoration {
  position: absolute;
  z-index: -1;
  opacity: 0.05;
}

.decoration-1 {
  top: -50px;
  right: -30px;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: var(--accent-color-3);
}

.decoration-2 {
  bottom: -70px;
  left: -40px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-color: var(--accent-color);
}
/* Стилі для блоку "Полезные статьи по мобильной видеосъёмке" */
.articles-section {
  padding: 5rem 0;
  background-color: var(--bg-color);
}

.articles-container {
  max-width: 1200px;
  margin: 0 auto;
}

.article-card {
  margin-bottom: 3rem;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.article-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.article-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--accent-color-3);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(90, 88, 199, 0.3);
}

.article-content {
  padding: 2.5rem;
}

.article-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--dark);
  position: relative;
  padding-bottom: 1rem;
}

.article-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--accent-color);
}

.article-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}

.article-text p {
  margin-bottom: 1.5rem;
}

.article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.article-author {
  display: flex;
  align-items: center;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-color-2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  color: white;
  font-weight: 700;
  font-size: 1rem;
}

.author-info {
  line-height: 1.3;
}

.author-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--dark);
}

.author-position {
  font-size: 0.8rem;
  color: var(--accent-color-2);
}

.article-read-more {
  display: inline-flex;
  align-items: center;
  color: var(--accent-color-3);
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.article-read-more:hover {
  color: var(--accent-color-2);
  transform: translateX(5px);
}

.article-read-more .material-icons {
  margin-left: 0.5rem;
  font-size: 1.1rem;
}

/* Стилі для блоку "Тренды в визуальном SMM" */
.trends-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--soft-bg) 0%, #f0f1ff 100%);
}

.trends-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.trends-intro {
  text-align: center;
  margin-bottom: 3rem;
}

.trends-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.trend-card {
  background-color: white;
  border-radius: 15px;
  padding: 2.5rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.trend-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.trend-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent-color-3);
  opacity: 0.1;
  line-height: 1;
}

.trend-icon {
  margin-bottom: 1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--soft-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.trend-icon .material-icons {
  font-size: 1.75rem;
  color: var(--accent-color-3);
}

.trend-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark);
  position: relative;
  z-index: 1;
}

.trend-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color);
  position: relative;
  z-index: 1;
}

.trends-decoration {
  position: absolute;
  z-index: -1;
  opacity: 0.05;
}

.trends-decoration-1 {
  top: -50px;
  right: -30px;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: var(--accent-color-3);
}

.trends-decoration-2 {
  bottom: -70px;
  left: -40px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-color: var(--accent-color);
}
/* Стилі для блоку "Контактная информация" */
.contact-section {
  padding: 5rem 0;
  background-color: var(--bg-color);
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-card {
  background-color: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 3rem;
}

.contact-header {
  margin-bottom: 2rem;
}

.contact-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark);
}

.contact-subtitle {
  font-size: 1.1rem;
  color: var(--accent-color-2);
  font-weight: 500;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--soft-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-icon .material-icons {
  font-size: 1.5rem;
  color: var(--accent-color-3);
}

.contact-detail {
  flex-grow: 1;
}

.contact-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--dark);
  font-size: 1.1rem;
}

.contact-value {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-color);
}

.contact-value a {
  color: var(--accent-color-3);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-value a:hover {
  color: var(--accent-color-2);
  text-decoration: underline;
}

/* Стилі для блоку "Форма обратной связи" */
.form-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--soft-bg) 0%, #f0f1ff 100%);
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
}

.form-card {
  background-color: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.form-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.form-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark);
}

.form-subtitle {
  font-size: 1.05rem;
  color: var(--text-color);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control {
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: var(--accent-color-3);
  outline: none;
  box-shadow: 0 0 0 3px rgba(90, 88, 199, 0.1);
  background-color: white;
}

.form-control:focus + .form-label,
.form-control:not(:placeholder-shown) + .form-label {
  top: -10px;
  left: 15px;
  font-size: 0.85rem;
  padding: 0 5px;
  background-color: white;
  color: var(--accent-color-3);
}

.form-label {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  color: var(--text-color);
  transition: all 0.3s ease;
  pointer-events: none;
  background-color: transparent;
}

.error-message {
  color: #e53935;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: block;
}

.submit-button {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, var(--accent-color-3) 0%, var(--accent-color-2) 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(90, 88, 199, 0.2);
}

.submit-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(90, 88, 199, 0.3);
}

/* Стилі для блоку "Время ответа и расположение" */
.schedule-section {
  padding: 5rem 0;
  background-color: var(--bg-color);
}

.schedule-container {
  max-width: 1200px;
  margin: 0 auto;
}

.schedule-card {
  background-color: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 3rem;
}

.schedule-header {
  margin-bottom: 2rem;
}

.schedule-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark);
}

.schedule-subtitle {
  font-size: 1.1rem;
  color: var(--accent-color-2);
  font-weight: 500;
}

.schedule-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.schedule-item {
  display: flex;
  align-items: flex-start;
}

.schedule-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--soft-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.schedule-icon .material-icons {
  font-size: 1.5rem;
  color: var(--accent-color-3);
}

.schedule-detail {
  flex-grow: 1;
}

.schedule-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--dark);
  font-size: 1.1rem;
}

.schedule-value {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-color);
}

.map-container {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.map-title {
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--dark);
  font-size: 1.2rem;
}