/* Main Content */
.main-content {
  padding-top: 80px; /* Account for fixed header */
}

/* Hero Section */
.hero-section {
  padding: 4rem 0;
  background: transparent;
}

.hero-container {
  max-width: 1300px;
  margin: 0 auto;
}

.hero-content {
  border-radius: 25px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
  background: linear-gradient(90deg, #FFF 0%, #E8E0D6 49.88%, #DCE1EB 100%);
  padding: 39px 57px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 135px;
  align-items: center;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  color: #2C3342;
  margin: 0;
}

.hero-description {
  font-size: 14px;
  line-height: 26px;
  color: #2C3342;
  font-weight: 400;
  margin-bottom: 16px;
}

.hero-buttons {
  display: flex;
  gap: 27px;
  flex-wrap: wrap;
}

.btn-large {
  padding: 10px 55px;
  font-size: 16px;
  font-weight: 600;
}

/* Hero Section Buttons */
.btn {
  padding: 10px 55px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  width: auto;
  align-self: flex-start;
}

.btn-primary {
  background: #ECA455;
  color: #252A34;
  border-color: #252A34;
}

.btn-primary:hover {
  background: #D6943A;
  border-color: #1A1E24;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(236, 164, 85, 0.3);
}

.btn-outline {
  background: transparent;
  color: #2C3342;
  border-color: #2C3342;
}

.btn-outline:hover {
  background: #2C3342;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 51, 66, 0.3);
}

.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  max-width: 100%;
  height: auto;
}

/* Trusted Companies Section */
.trusted-companies-section {
  background: #FFFFFF;
  padding: 32px 0 38px 0;
}

.trusted-companies-section .section-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  color: #2C3342;
  font-weight: 500;
}

.companies-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}

.company-logo {
  border: 1px solid #E8E0D6;
  border-radius: 20px;
  height: 77px;
  padding: 0 34px;
  background: transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
}

.company-logo:hover {
  border-color: #ECA455;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(236, 164, 85, 0.1);
}

.partner-img {
  max-width: 100%;
  height: auto;
  max-height: 60px;
}

/* How It Works Section */
.how-it-works-section {
  padding: 69px 0;
  background: transparent;
}

.how-it-works-section .section-title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 30px;
    color: #252A34;
    font-weight: 700;
}

.how-it-works-section .section-description {
  font-size: 16px;
  text-align: center;
  color: #252A34;
  font-weight: 400;
  margin-bottom: 39px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.step-card {
  text-align: center;
  padding: 41px 50px;
  height: 266px;
  background: #221F1E;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 1px solid #F3F4F6;
}

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

.step-number {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #ECA455;
  border: 1px solid #FFF;
  color: #221F1E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 10px;
}

.step-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #FFF;
  margin-bottom: 16px;
}

.step-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #FFF;
  margin: 0;
}

/* Target Audience Section */
.target-audience-section {
  background: #FFFFFF;
  padding: 57px 0;
}

.target-audience-section .section-title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 22px;
  color: #2C3342;
  font-weight: 700;
}

.target-audience-section .section-description {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #5E6678;
  margin-bottom: 36px;
  line-height: 30px;
}

.audience-tabs {
  display: flex;
  justify-content: center;
  gap: 27px;
  margin-bottom: 37px;
}

.audience-tab {
  font-family: 'Chewie DEMO';
  padding: 0 49px;
  border: 1px solid #E8E0D6;
  background: transparent;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  color: #5E6678;
  cursor: pointer;
  transition: all 0.3s ease;
}

.audience-tab:hover {
  border-color: #ECA455;
}

.audience-tab.active {
  background: #ECA455;
  border-color: #252A34;
  color: #252A34;
}

.tab-content {
  position: relative;
  min-height: 400px; /* Adjust based on your content height */
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.content-block {
  background: linear-gradient(90deg, #FFF 0%, #E8E0D6 49.88%, #DCE1EB 100%);
  border: 1px solid #E8E0D6;
  border-radius: 30px;
  padding: 53px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

.content-left {
  display: flex;
  flex-direction: column;
  max-width: 450px;
}

.audience-badge {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #E8E0D6;
  background: #F9F7F5;
  font-family: 'Chewie DEMO';
  padding: 8px 24px;
  color: #2C3342;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  margin-bottom: 29px;
}

.content-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 150%;
  color: #2C3342;
  margin-bottom: 25px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 60px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: #2C3342;
  line-height: 17px;
}

.content-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-image {
  max-width: 100%;
  height: auto;
}

/* Coaches Network Section */
.coaches-network-section {
  padding: 57px 0;
  background: transparent;
}

.coaches-network-section .section-title {
  font-size: 48px;
  text-align: left;
  margin-bottom: 19px;
  color: #252A34;
  font-weight: 700;
}

.coaches-network-section .section-description {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  color: #5E6678;
  margin-bottom: 23px;
  line-height: 30px;
}

.coaches-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.coach-card {
  border-radius: 25px;
  border: 1px solid #EDE8E2;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  padding: 34px 40px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

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

.coach-avatar {
  margin-bottom: 17px;
}

.avatar-img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.coach-name {
  font-size: 18px;
  font-weight: 700;
  color: #2C3342;
  margin-bottom: 14px;
}

.coach-function {
  font-size: 14px;
  color: #2C3342;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 21px;
  flex-grow: 1;
}

.coach-footer {
  border-top: 1px solid #EDE8E2;
  padding-top: 1rem;
  margin-top: auto;
}

.coach-badge {
  border-radius: 20px;
  background: rgba(236, 164, 85, 0.10);
  display: inline-block;
  padding: 0 18px;
  color: #ECA455;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.coach-badge:hover {
  background: #2563EB;
  color: white;
}

.coaches-action {
  text-align: center;
}

/* What Distinguishes Tahami Section */
.distinguishes-section {
  background: linear-gradient(90deg, #FFF 0%, #E8E0D6 49.88%, #DCE1EB 100%);
  padding: 55px 0;
}

.distinguishes-section .section-title {
  font-size: 42px;
  text-align: left;
  margin-bottom: 22px;
  color: #252A34;
  font-weight: 600;
}

.distinguishes-section .section-description {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  color: #2C3342;
  margin-bottom: 23px;
  line-height: 26px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.advantage-card {
  border-radius: 30px;
  border: 1px solid #E8E0D6;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  padding: 36px 30px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

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

.advantage-icon {
  flex-shrink: 0;
}

.icon-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage-content {
  flex: 1;
}

.advantage-title {
  font-size: 15px;
  font-weight: 600;
  color: #2C3342;
  margin-bottom: 3px;
}

.advantage-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #7B706C;
  margin: 0;
}

/* Transformation Projects Section */
.transformation-projects-section {
  padding: 55px 0;
  background: transparent;
}

.transformation-projects-section .section-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 44px;
  color: #2C3342;
  font-weight: 600;
}

.projects-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 39px;
}

.project-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.project-img:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

/* Latest Resources Section */
.latest-resources-section {
    background: #FFFFFF;
    padding: 51px 0;
  }
  
  .latest-resources-section .section-title {
    font-size: 42px;
    text-align: left;
    margin-bottom: 20px;
    color: #252A34;
    font-weight: 600;
  }
  
  .latest-resources-section .section-description {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #2C3342;
    margin-bottom: 29px;
    line-height: 20px;
  }

  .latest-resources-section .section-description-highlight {
    color: #ECA455;
  }

.resource-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 41px;
}

.resource-tab {
  padding: 10px 31px;
  border: 1px solid #E8E0D6;
  background: transparent;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #2C3342;
  cursor: pointer;
  transition: all 0.3s ease;
}

.resource-tab:hover {
  border-color: #ECA455;
  color: #252A34;
}

.resource-tab.active {
  background: #ECA455;
  border-color: #252A34;
  color: #252A34;
}

.resource-content {
  position: relative;
}

.resource-pane {
  display: none;
}

.resource-pane.active {
  display: block;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 42px;
}

/* Resource Card (from coach_show.css) */
.resource-card {
  background: #FCF9F6;
  border: 1px solid #EDE8E2;
  border-radius: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 230px;
}

.resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #ECA455;
}

.resource-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 18px;
}

.resource-badge-primary {
  border-radius: 6px;
  border: 1px solid #2C3342;
  background: transparent;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  width: fit-content;
  font-family: 'Chewie DEMO';
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  color: #252A34;
}

.badge-icon-small {
  width: 18px;
  height: 18px;
}

.resource-badge-free {
  display: inline-block;
  padding: 8px 15px;
  background: transparent;
  font-family: 'Chewie DEMO';
  color: #27A63D;
  border: 1px solid #27A63D;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  width: fit-content;
  flex-shrink: 0;
}

.resource-content-inner {
  display: flex;
  gap: 20px;
  padding: 0 18px 19px 18px;
}

.resource-image {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.resource-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resource-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.resource-title {
  font-family: 'Chewie DEMO';
  font-size: 18px;
  font-weight: 700;
  color: #252A34;
  margin-bottom: 4px;
  line-height: 26px;
}

.resource-category {
  font-family: 'Chewie DEMO';
  font-size: 12px;
  font-weight: 600;
  color: #ECA455;
  margin-bottom: 15px;
}

.resource-meta {
  display: flex;
  gap: 10px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Chewie DEMO';
  font-size: 12px;
  font-weight: 700;
  color: #5E6678;
}

.meta-icon {
  width: 16px;
  height: 16px;
}

.resource-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 17px;
  border-top: 1px solid #EDE8E2;
  margin-top: auto;
}

.resource-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-family: 'Chewie DEMO';
  font-size: 14px;
  font-weight: 600;
  color: #252A34;
}

.resource-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating-star {
  color: #FBBB00;
  font-size: 16px;
}

.rating-value {
  font-family: 'Chewie DEMO';
  font-size: 14px;
  font-weight: 600;
  color: #2C3342;
}

.resources-action {
  text-align: center;
}

/* Final CTA Section */
.final-cta-section {
  padding: 61px 0;
  background: transparent;
}

.cta-block {
  background: transparent;
  width: 100%;
  margin-bottom: 36px;
}

.cta-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(4deg, #FFF 14.12%, #E8E0D6 55.55%, #DCE1EB 97.19%);
  border-radius: 25px;
  border: 1px solid #E8E0D6;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  gap: 69px;
  align-items: center;
  padding: 22px 25px;
}

.cta-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-image-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cta-right {
  display: flex;
  flex-direction: column;
  max-width: 450px;
}

.cta-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 57px;
  color: #2C3342;
  margin-bottom: 19px;
}

.cta-description {
  font-size: 16px;
  line-height: 30px;
  color: #2C3342;
  margin-bottom: 28px;
}

.cta-right .btn-large {
  width: auto;
  display: inline-flex;
}

.newsletter-block {
  width: 100%;
}

.newsletter-content {
  background: #FFF;
  border-radius: 25px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  padding: 24px 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 121px;
  align-items: center;
}

.newsletter-left {
  display: flex;
  align-items: center;
  max-width: 450px;
}

.newsletter-text {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Chewie DEMO';
  color: #2C3342;
  margin: 0;
  line-height: 32px;
}

.newsletter-right {
  display: flex;
  justify-content: flex-end;
}

.newsletter-form {
  display: flex;
  gap: 25px;
  width: 100%;
}

.newsletter-input {
  flex: 1;
  padding: 14px 28px;
  background: #F9F7F5;
  border: 1px solid #E8E0D6;
  border-radius: 15px;
  font-size: 16px;
  transition: border-color 0.2s ease;
}

.newsletter-input:focus {
  outline: none;
}

.newsletter-input::placeholder {
  color: #BDC0C5;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .hero-title {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .hero-buttons {
    justify-content: center;
  }

  .companies-grid {
    gap: 16px;
  }

  .company-logo {
    min-width: 140px;
    padding: 1rem 1.5rem;
  }

  .steps-grid {
    gap: 2rem;
  }

  .audience-tabs {
    gap: 12px;
  }

  .audience-tab {
    padding: 0 1.5rem;
    font-size: 0.9rem;
  }

  .content-block {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .content-left {
    max-width: 100%;
  }

  .content-title {
    font-size: 1.75rem;
  }

  .coaches-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .resources-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .resource-content-inner {
    flex-direction: column;
  }

  .resource-image {
    width: 100%;
    height: 150px;
  }

  .cta-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .cta-right {
    max-width: 100%;
  }

  .cta-title {
    font-size: 2rem;
  }

  .newsletter-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .newsletter-left {
    max-width: 100%;
  }

  .newsletter-form {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  /* Hero */
  .hero-section {
    padding: 1.5rem 0;
  }

  .hero-container {
    padding: 0 16px;
  }

  .hero-content {
    padding: 24px 20px;
    gap: 1.5rem;
    border-radius: 16px;
  }

  .hero-title {
    font-size: 1.5rem;
    line-height: 1.35;
  }

  .hero-description {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .hero-buttons .btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn-large {
    padding: 12px 24px;
    font-size: 14px;
  }

  .cta-right .btn-large {
    width: 100%;
  }

  /* Trusted Companies */
  .trusted-companies-section {
    padding: 20px 0;
  }

  .trusted-companies-section .section-title {
    font-size: 15px;
    margin-bottom: 16px;
    padding: 0 16px;
  }

  .companies-grid {
    gap: 10px;
    padding: 0 16px;
  }

  .company-logo {
    min-width: auto;
    min-height: auto;
    height: 55px;
    padding: 0 16px;
    border-radius: 12px;
  }

  /* How It Works */
  .how-it-works-section {
    padding: 36px 0;
  }

  .how-it-works-section .section-title {
    font-size: 22px;
    margin-bottom: 12px;
    padding: 0 16px;
  }

  .how-it-works-section .section-description {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 16px;
  }

  .step-card {
    padding: 20px;
    height: auto;
    border-radius: 16px;
  }

  .step-number {
    width: 38px;
    height: 38px;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .step-title {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .step-description {
    font-size: 13px;
    line-height: 20px;
  }

  /* Target Audience */
  .target-audience-section {
    padding: 36px 0;
  }

  .target-audience-section .section-title {
    font-size: 22px;
    margin-bottom: 10px;
    padding: 0 16px;
  }

  .target-audience-section .section-description {
    font-size: 13px;
    margin-bottom: 16px;
    padding: 0 16px;
  }

  .audience-tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .audience-tab {
    padding: 0 18px;
    font-size: 13px;
    line-height: 32px;
  }

  .tab-content {
    min-height: auto;
    padding: 0 16px;
  }

  .content-block {
    padding: 20px 16px;
    gap: 1.25rem;
    border-radius: 16px;
  }

  .audience-badge {
    margin-bottom: 12px;
    padding: 5px 16px;
    font-size: 12px;
  }

  .content-title {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 14px;
  }

  .feature-list {
    margin-bottom: 20px;
    gap: 10px;
  }

  .feature-item {
    font-size: 13px;
    gap: 10px;
  }

  .content-block .btn {
    align-self: stretch;
    text-align: center;
  }

  /* Coaches Network */
  .coaches-network-section {
    padding: 36px 0;
  }

  .coaches-network-section .section-title {
    font-size: 22px;
    margin-bottom: 10px;
    padding: 0 16px;
  }

  .coaches-network-section .section-description {
    font-size: 13px;
    margin-bottom: 16px;
    padding: 0 16px;
  }

  .coaches-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 16px;
  }

  .coach-card {
    padding: 16px 12px;
    border-radius: 16px;
  }

  .avatar-img {
    width: 72px;
    height: 72px;
  }

  .coach-avatar {
    margin-bottom: 10px;
  }

  .coach-name {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .coach-function {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .coach-badge {
    font-size: 10px;
    padding: 0 10px;
    line-height: 24px;
  }

  .coaches-action {
    padding: 0 16px;
  }

  .coaches-action .btn {
    width: 100%;
  }

  /* Distinguishes */
  .distinguishes-section {
    padding: 36px 0;
  }

  .distinguishes-section .section-title {
    font-size: 22px;
    margin-bottom: 10px;
    padding: 0 16px;
  }

  .distinguishes-section .section-description {
    font-size: 13px;
    margin-bottom: 16px;
    padding: 0 16px;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 16px;
  }

  .advantage-card {
    padding: 16px;
    border-radius: 16px;
    gap: 14px;
  }

  .advantage-title {
    font-size: 14px;
  }

  .advantage-description {
    font-size: 12px;
    line-height: 19px;
  }

  /* Transformation Projects */
  .transformation-projects-section {
    padding: 36px 0;
  }

  .transformation-projects-section .section-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .projects-images {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 16px;
  }

  /* Latest Resources */
  .latest-resources-section {
    padding: 36px 0;
  }

  .latest-resources-section .section-title {
    font-size: 22px;
    margin-bottom: 10px;
    padding: 0 16px;
  }

  .latest-resources-section .section-description {
    font-size: 13px;
    margin-bottom: 16px;
    padding: 0 16px;
  }

  .resource-tabs {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .resource-tab {
    padding: 6px 16px;
    font-size: 12px;
    border-radius: 10px;
  }

  .resources-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .resource-card {
    min-height: auto;
  }

  .resource-card-header {
    padding: 12px 14px;
    gap: 8px;
  }

  .resource-badge-primary {
    padding: 5px 10px;
    font-size: 11px;
    gap: 6px;
  }

  .resource-badge-free {
    padding: 5px 10px;
    font-size: 11px;
  }

  .resource-content-inner {
    flex-direction: row;
    padding: 0 14px 12px;
    gap: 12px;
  }

  .resource-image {
    width: 75px;
    height: 75px;
    border-radius: 8px;
    flex-shrink: 0;
  }

  .resource-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
  }

  .resource-category {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .resource-footer {
    padding: 8px 14px;
  }

  .author-name {
    font-size: 12px;
  }

  .rating-value {
    font-size: 12px;
  }

  .resources-action {
    padding: 0 16px;
  }

  .resources-action .btn {
    width: 100%;
  }

  /* Final CTA */
  .final-cta-section {
    padding: 36px 0;
  }

  .cta-block {
    padding: 0 16px;
  }

  .cta-content {
    padding: 16px;
    gap: 1.25rem;
    border-radius: 16px;
  }

  .cta-title {
    font-size: 1.4rem;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  .cta-description {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  /* Newsletter */
  .newsletter-block {
    padding: 0 16px;
  }

  .newsletter-content {
    padding: 20px 16px;
    gap: 14px;
    border-radius: 16px;
  }

  .newsletter-text {
    font-size: 15px;
    line-height: 24px;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 10px;
  }

  .newsletter-input {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 10px;
  }

  .newsletter-form .btn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .hero-title {
    font-size: 1.3rem;
  }

  .coaches-grid {
    grid-template-columns: 1fr;
  }
}

/* Animation Classes */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animations for grid items */
.animate-stagger {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-stagger.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Delay classes for staggered animations */
.animate-delay-1 { transition-delay: 0.1s; }
.animate-delay-2 { transition-delay: 0.2s; }
.animate-delay-3 { transition-delay: 0.3s; }
.animate-delay-4 { transition-delay: 0.4s; }
.animate-delay-5 { transition-delay: 0.5s; }
.animate-delay-6 { transition-delay: 0.6s; }

/* Special animation for hero section */
.hero-section {
  opacity: 0;
  transform: translateY(40px);
  animation: heroFadeIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.3s;
}

@keyframes heroFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scale animation for cards */
.animate-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-scale.animate-in {
  opacity: 1;
  transform: scale(1);
}

/* Slide from left animation */
.animate-slide-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-slide-left.animate-in {
  opacity: 1;
  transform: translateX(0);
}

/* Slide from right animation */
.animate-slide-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-slide-right.animate-in {
  opacity: 1;
  transform: translateX(0);
}
