/* Index page specific styles - Homepage sections */

/* Language Center navigation link styling */
.nav-link.language-center-link {
  color: #007bff !important;
  font-weight: 600 !important;
}

/* Footer contact styling */
.footer-contact-item a {
  color: inherit;
  text-decoration: none;
}

.footer-contact-item .phone-wrapper a {
  margin-right: 10px;
}

.footer-contact-item .whatsapp-link {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
}

.footer-contact-item .whatsapp-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.footer-map-container {
  display: inline-block;
  text-align: center;
}

.footer-map-title {
  margin-bottom: 5px;
  font-weight: bold;
}

.footer-map-iframe {
  border: 0;
  border-radius: 8px;
}

/* Footer privacy link under map */
.footer-privacy-link {
  color: #fff;
  text-decoration: none;
}
.footer-privacy-link:hover,
.footer-privacy-link:focus {
  text-decoration: underline;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 703px;
  background: var(--color-bg);
  margin: 0;
  overflow: hidden;
}

.hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 99px;
}

.hero-text {
  position: relative;
  max-width: 565px;
  z-index: 2;
}

.hero-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  text-transform: capitalize;
  color: var(--color-text);
  margin-bottom: 30px;
}

.hero-description {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--color-text-muted);
  margin-bottom: 30px;
  max-width: 541px;
}

.btn-special-offers {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 286px;
  height: 50px;
  background: var(--color-accent);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin-bottom: 30px;
  transition: background-color 0.3s ease;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.btn-special-offers:hover {
  background: #349e83;
}

.bonus-text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: var(--color-secondary);
  margin-bottom: 30px;
  max-width: 449px;
}

.countdown-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 13px;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 311px;
  height: 60px;
  border: 2px solid var(--color-primary);
  border-radius: 8px;
}

.countdown-timer span {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-transform: capitalize;
  color: var(--color-primary);
}

.timer-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

.timer-icon svg path {
  fill: var(--color-primary);
}

.countdown-text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.78);
  max-width: 288px;
}

.hero-image {
  position: relative;
  flex-shrink: 0;
}

.image-container {
  position: relative;
  width: 560px;
  height: 560px;
}

.hero-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--color-hero-circle);
  z-index: 1;
}

.hero-ring {
  position: absolute;
  width: 560px;
  height: 560px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  z-index: 2;
}

.hero-ring circle {
  stroke: var(--color-secondary);
}

.girl-figure {
  position: absolute;
  left: 2%;
  bottom: -6px;
  top: 101px;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
  z-index: 3;
  transform: scale(1.6);
}

.partners-section {
  position: relative;
  width: 100%;
  height: 90px;
  margin: 0;
  background: linear-gradient(90deg, var(--color-partners-gradient-start) 0%, var(--color-partners-gradient-end) 94.94%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.birthday-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.birthday-track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  display: inline-flex;
  gap: 60px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: marquee-left-loop 14s linear infinite;
}

.birthday-item {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.5px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  padding: 6px 0;
}

@keyframes marquee-left-loop {
  0% {
    transform: translateY(-50%) translateX(80%);
  }
  100% {
    transform: translateY(-50%) translateX(-100%);
  }
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: transform 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.1);
}

.oppo-logo {
  width: 99px;
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oppo-text {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: var(--color-text);
  letter-spacing: 2px;
}

.logo-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0.8);
  transition: filter 0.3s ease;
}

.logo-image:hover {
  filter: brightness(1);
}

.partners-container .partner-logo:nth-child(1) {
  width: 99px;
  height: 99px;
}

.partners-container .partner-logo:nth-child(2) {
  width: 62px;
  height: 62px;
}

.partners-container .partner-logo:nth-child(3) {
  width: 104px;
  height: 48px;
}

.partners-container .partner-logo:nth-child(4) {
  width: 60px;
  height: 60px;
}

.partners-container .partner-logo:nth-child(5) {
  width: 110px;
  height: 51px;
}

.courses-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary) 100%);
  padding: 35px 100px 50px 100px;
  box-sizing: border-box;
}

.courses-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.courses-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 0 0 70px 0;
  max-width: 1043px;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 32px;
  position: relative;
  align-items: stretch;
}

.course-card {
  width: 100%;
  min-height: 280px;
  background: var(--color-card);
  border-radius: 14px;
  padding: 20px 20px 18px 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--color-border);
  transition: transform .18s ease, box-shadow .18s ease;
}

.course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.course-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: var(--color-text);
  margin: 0;
}

.course-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.course-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
  color: var(--color-text);
  font-weight: 600;
}

.course-meta li {
  font-size: 13px;
}

.meta-icon {
  margin-right: 6px;
}

.tools-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-primary);
  background: var(--color-chip-bg);
  border: 1px solid var(--color-chip-border);
  border-radius: 999px;
}

.tools-list {
  text-transform: none;
}

.course-enroll-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 48px;
  background: var(--color-accent);
  border-radius: 9px;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: auto;
}

.course-enroll-btn:hover {
  background: #349e83;
  transform: translateY(-2px);
}

.instructors-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: var(--color-bg);
  padding: 35px 98px 50px 98px;
  box-sizing: border-box;
}

.instructors-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.instructors-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 96px;
  text-transform: uppercase;
  color: var(--color-text);
  margin: 0 0 40px 0;
  max-width: 1016px;
}

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

@media (min-width: 980px) {
  .instructors-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    gap: 52px 48px;
    align-items: stretch;
  }
  
  .instructor-item {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    padding: 28px 26px;
    transition: box-shadow .25s ease, transform .25s ease, background .25s ease;
  }
  
  .instructor-item:hover {
    background: var(--color-card);
    box-shadow: 0 14px 34px -6px rgba(0, 0, 0, 0.15);
    transform: translateY(-6px);
  }
  
  .instructor-avatar {
    width: 96px;
    height: 96px;
  }
  
  .instructor-info {
    max-width: none;
  }
  
  .instructor-name {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 6px;
  }
  
  .instructor-title {
    font-size: 16px;
    line-height: 1.45;
  }
}

.instructor-item {
  display: flex;
  align-items: center;
  gap: 45px;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.instructor-item:hover {
  background: rgba(87, 76, 153, 0.10);
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(87, 76, 153, 0.15);
}

.instructor-avatar {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #D9D9D9;
  transition: transform 0.3s ease;
  border: 3px solid transparent;
}

.instructor-item:hover .instructor-avatar {
  transform: scale(1.1);
  border-color: var(--color-secondary);
}

.instructor-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.instructor-item:hover .instructor-image {
  transform: scale(1.1);
}

.instructor-info {
  flex: 1;
  max-width: 925px;
}

.instructor-name {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  text-transform: capitalize;
  color: var(--color-text);
  margin: 0 0 10px 0;
}

.instructor-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--color-secondary);
  margin: 0;
}

.partners-main-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: var(--color-bg);
  padding: 35px 102px 50px 102px;
  box-sizing: border-box;
  overflow: hidden;
}

.partners-main-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.partners-main-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  text-transform: uppercase;
  color: var(--color-text);
  text-align: center;
  margin: 0 0 80px 0;
  width: 357px;
  margin-left: auto;
  margin-right: auto;
}

.partners-carousel-container {
  position: relative;
  width: 100%;
  height: 245px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.partners-carousel {
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.partners-carousel-track {
  display: flex;
  align-items: center;
  gap: 110px;
  height: 171px;
  transition: transform 0.5s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[data-theme="dark"] .partners-carousel-track {
  background: #ffffff;
  border-radius: 14px;
  padding: 0 24px;
}

.partner-main-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.partner-main-logo:hover {
  transform: scale(1.1);
}

.partner-main-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0.8);
  transition: filter 0.3s ease;
}

.partner-main-image:hover {
  filter: brightness(1);
}

.partner-main-logo:nth-child(1) { width: 160px; height: 160px; }
.partner-main-logo:nth-child(2) { width: 140px; height: 171px; }
.partner-main-logo:nth-child(3) { width: 140px; height: 141px; }
.partner-main-logo:nth-child(4) { width: 140px; height: 140px; }
.partner-main-logo:nth-child(5) { width: 265px; height: 63px; }
.partner-main-logo:nth-child(6) { width: 273px; height: 127px; }
.partner-main-logo:nth-child(7) { width: 209px; height: 96px; }
.partner-main-logo:nth-child(8) { width: 140px; height: 141px; }
.partner-main-logo:nth-child(9) { width: 140px; height: 140px; }
.partner-main-logo:nth-child(10) { width: 142px; height: 140px; }
.partner-main-logo:nth-child(11) { width: 156px; height: 116px; }
.partner-main-logo:nth-child(12) { width: 140px; height: 140px; }
.partner-main-logo:nth-child(13) { width: 140px; height: 140px; }
.partner-main-logo:nth-child(14) { width: 150px; height: 120px; }

.oppo-main-logo {
  background: var(--color-text);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oppo-main-text {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: var(--color-bg);
  letter-spacing: 2px;
}

.carousel-arrow {
  width: 50px;
  height: 50px;
  border: 2px solid var(--color-text);
  border-radius: 50%;
  background: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-arrow:hover {
  background: var(--color-text);
  transform: scale(1.1);
}

.carousel-arrow svg path {
  stroke: var(--color-text);
}

.carousel-arrow:hover svg path {
  stroke: var(--color-bg);
}

.carousel-arrow-left {
  margin-right: 10px;
}

.carousel-arrow-right {
  margin-left: 10px;
}

.footer-section {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--color-footer);
  margin-top: 80px;
  padding: 55px 24px;
  box-sizing: border-box;
}

.footer-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr 1.2fr auto;
  gap: 40px 32px;
  align-items: start;
}

.footer-logo {
  position: static;
  width: 178px;
  height: 63px;
}

.footer-logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  position: static;
}

.footer-nav-link {
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
  flex: none;
  flex-grow: 0;
}

.footer-nav-link:hover {
  color: var(--color-secondary);
}

.footer-contact {
  position: static;
}

.footer-contact-title {
  position: static;
  margin: 0 0 10px 0;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.footer-contact-divider {
  width: 120px;
  height: 3px;
  background: rgba(255, 255, 255, 0.66);
  border-radius: 1.5px;
  margin: 6px 0 16px 0;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: auto;
  position: static;
  margin: 10px 0;
}

.footer-contact-item:nth-child(3) {
  width: 296px;
  left: 0;
  top: 77px;
}

.footer-contact-item:nth-child(4) {
  width: 343px;
  left: 0;
  top: 142px;
}

.footer-contact-text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.footer-email-link {
  color: #FFFFFF;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.footer-email-link:hover {
  color: var(--color-secondary);
}

.footer-social {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-social-title {
  position: static;
  margin: 0;
  font-family: 'Red Rose', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
  white-space: nowrap;
}

.footer-social-icons {
  position: static;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #FFFFFF;
}

.footer-social-link:hover {
  border-color: var(--color-secondary);
  background: rgba(154, 121, 179, 0.18);
  transform: translateY(-1px);
}

.footer-social-link svg {
  transition: transform 0.3s ease;
}

.footer-social-link:hover svg {
  transform: scale(1.1);
}

.footer-social-link i {
  font-size: 20px;
}

.facebook-link:hover {
  border-color: #1877F2;
  background: rgba(24, 119, 242, 0.12);
}

.instagram-link:hover {
  border-color: #E1306C;
  background: rgba(225, 48, 108, 0.12);
}

.twitter-link {
  color: #FFFFFF;
}

.twitter-link:hover {
  border-color: var(--color-secondary);
  background: rgba(154, 121, 179, 0.18);
}

.footer-copyright {
  position: static;
  grid-column: 1 / -1;
  margin-top: 28px;
  padding-top: 18px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-copyright span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.2px;
}

/* Mobile responsive styles for index page */
@media (max-width: 1265px) {
  .hero-content {
    padding: 0 48px;
  }
  
  .partners-container {
    gap: 80px;
    width: 100%;
    padding: 0 48px;
  }
  
  .courses-section {
    padding: 35px 64px 50px 64px;
  }
  
  .instructors-section {
    padding: 35px 64px 50px 64px;
  }
  
  .partners-main-section {
    padding: 35px 64px 50px 64px;
  }
  
  .instructors-title {
    font-size: 52px;
    line-height: 78px;
  }
  
  .hero-section {
    height: auto;
    padding: 32px 0;
  }
  
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 0 18px;
  }
  
  .hero-text {
    max-width: 100%;
  }
  
  .hero-image {
    display: none;
  }
  
  .hero-title {
    font-size: 36px;
    line-height: 52px;
  }
  
  .hero-description {
    font-size: 18px;
    line-height: 28px;
  }
  
  .countdown-container {
    gap: 12px;
  }
  
  .countdown-timer {
    width: 260px;
    height: 54px;
  }
  
  .countdown-timer span {
    font-size: 28px;
    line-height: 54px;
  }
  
  .image-container {
    width: 420px;
    height: 420px;
  }
  
  .hero-circle {
    width: 380px;
    height: 380px;
  }
  
  .hero-ring {
    width: 420px;
    height: 420px;
  }
  
  .girl-figure {
    right: 110px;
    top: 72px;
    transform: scale(1.2);
  }
  
  .partners-section {
    height: 72px;
    padding: 12px 0;
  }
  
  .birthday-item {
    font-size: 22px;
  }
  
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  
  .courses-title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 36px;
  }
  
  .instructor-name {
    font-size: 32px;
    line-height: 46px;
  }
  
  .instructor-title {
    font-size: 18px;
    line-height: 28px;
  }
  
  .partners-carousel-container {
    height: 210px;
  }
  
  .partners-carousel-track {
    gap: 64px;
  }
  
  .carousel-arrow {
    width: 42px;
    height: 42px;
  }
  
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .hero-title {
    font-size: 30px;
    line-height: 42px;
  }
  
  .hero-description {
    font-size: 16px;
    line-height: 24px;
  }
  
  .bonus-text {
    font-size: 13px;
    line-height: 20px;
  }
  
  .btn-special-offers {
    width: 100%;
  }
  
  .countdown-container {
    flex-wrap: wrap;
  }
  
  .timer-icon {
    width: 42px;
    height: 42px;
  }
  
  .image-container {
    width: 320px;
    height: 320px;
  }
  
  .hero-circle {
    width: 300px;
    height: 300px;
  }
  
  .hero-ring {
    width: 320px;
    height: 320px;
  }
  
  .girl-figure {
    right: 82px;
    top: 54px;
    transform: scale(1.05);
  }
  
  .courses-section {
    padding: 28px 16px 40px 16px;
  }
  
  .courses-title {
    font-size: 28px;
    line-height: 40px;
  }
  
  .courses-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .course-enroll-btn {
    height: 46px;
    font-size: 15px;
  }
  
  .instructors-section {
    padding: 28px 16px 40px 16px;
  }
  
  .instructor-item {
    gap: 16px;
    padding: 14px;
  }
  
  .instructor-avatar {
    width: 84px;
    height: 84px;
  }
  
  .instructor-name {
    font-size: 24px;
    line-height: 34px;
  }
  
  .instructor-title {
    font-size: 15px;
    line-height: 22px;
  }
  
  .partners-main-section {
    padding: 28px 16px 40px 16px;
  }
  
  .partners-main-title {
    font-size: 30px;
    line-height: 40px;
    width: auto;
    margin-bottom: 32px;
  }
  
  .partners-carousel-container {
    height: 180px;
  }
  
  .partners-carousel-track {
    gap: 40px;
  }
  
  .carousel-arrow {
    width: 38px;
    height: 38px;
  }
  
  .footer-container {
    grid-template-columns: 1fr;
  }
  
  .footer-logo {
    width: 150px;
    height: 54px;
  }
  
  .footer-nav-link {
    font-size: 20px;
    line-height: 30px;
  }
  
  .footer-contact-title {
    font-size: 22px;
  }
  
  .footer-contact-text {
    font-size: 16px;
    line-height: 24px;
  }
  
  .footer-social {
    align-items: center;
  }
  
  .footer-social-title {
    font-size: 20px;
  }
  
  .footer-social-icons {
    justify-content: center;
  }
  
  .partners-section {
    height: 62px;
    padding: 10px 0;
  }
  
  .birthday-item {
    font-size: 18px;
  }
}
