:root {
  --business-card-enhanced: rgba(140, 163, 64, 0.05);
  --business-card-border-enhanced: rgba(140, 163, 64, 0.15);
  --business-glass-enhanced: rgba(255, 255, 255, 0.08);
  --expanded-card-height: 420px;
  --expanded-transition-duration: 360ms;
  --expanded-easing: cubic-bezier(.2,.8,.2,1);

  /* Colors */
  --primary-green: #7B8950;
  --primary-yellow: #FCB117;
  --primary-yellow-dark: #E6AA28;
  --white: #FFFFFF;
  --black: #101014;
  --text-muted: rgba(255, 255, 255, 0.6);
}

/* ========================================= */
/* HERO SECTION */
/* ========================================= */

/* Hero Section Container */
.hero-section {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    background: #101014 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 2rem 1rem !important;
    z-index: 1 !important;
    margin-top: clamp(80px, 10vw, 120px) !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

/* Background Blur Effects */
.hero-section::before {
    content: '';
    position: absolute;
    width: 26.25rem;
    height: 26.25rem;
    left: 2.5rem;
    top: 2.5rem;
    background: #8CA148;
    border-radius: 50%;
    filter: blur(18.75rem);
    z-index: 1;
}

.hero-section::after {
    content: '';
    position: absolute;
    width: 26.25rem;
    height: 26.25rem;
    right: 2.5rem;
    top: 2.5rem;
    background: #3F56B1;
    border-radius: 50%;
    filter: blur(18.75rem);
    z-index: 1;
}

/* Main Glass Container */
.hero-content-wrapper {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 84rem;
    min-height: 54.75rem;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(1.875rem);
    border-radius: 2.5rem;
    z-index: 3;
    overflow: hidden;
    display: block !important;
}

/* Bottom Gradient Overlay */
.hero-content-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 23.875rem;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(16, 16, 20, 0) 0%, #101014 100%);
    z-index: 2;
    pointer-events: none;
}

/* Decorative Side Lines */
.hero-content-wrapper::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15.75rem;
    left: 0;
    top: 1.875rem;
    background: rgba(255, 255, 255, 0.1);
    z-index: 4;
    transform: rotate(90deg);
}

/* Inner Background Container */
.hero-inner-container {
    position: absolute;
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
    left: 2.5rem;
    top: 2.5rem;
    background: rgba(123, 137, 80, 0.05);
    border-radius: 1.5rem;
    z-index: 1;
}

/* Right Decorative Line */
.hero-right-line {
    position: absolute;
    width: 1px;
    height: 15.75rem;
    right: 0;
    top: 10.8125rem;
    background: rgba(255, 255, 255, 0.1);
    z-index: 4;
    transform: rotate(90deg);
}

/* Main Content Container */
.hero-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 4rem !important;

    position: absolute !important;
    width: min(69.3125rem, calc(100% - 2rem)) !important;
    height: 35.25rem !important;
    left: 2rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    z-index: 5 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* Text Content Section */
.hero-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;

    width: 35rem;
    height: 25.625rem;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Main Title - Installer Solution */
.hero-main-title {
    width: 37.4375rem;
    height: 6.5rem;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700 !important;
    font-size: clamp(2.5rem, 4.5rem, 4.5rem) !important;
    line-height: 6.75rem !important;
    color: #FFFFFF !important;
    margin: 0 !important;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

/* Content Block Container */
.hero-content-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;

    width: 37.4375rem;
    height: 11.375rem;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

/* Description Text */
.hero-description {
    width: 36.875rem;
    height: 6.75rem;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 300 !important;
    font-size: clamp(1rem, 1.5rem, 1.5rem) !important;
    line-height: 2.25rem !important;
    color: #F7F7F7 !important;
    margin: 0 !important;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* CTA Container */
.hero-cta-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;

    width: auto;
    height: 3.125rem;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* CTA Button */
.hero-cta-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.84375rem 1.5rem;
    gap: 0.625rem;

    width: auto;
    min-width: 15.5rem;
    height: 3.125rem;
    background: #FCB117;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;

    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    flex: none;
    order: 0;
    flex-grow: 0;
}

.hero-cta-button--secondary {
    background: transparent;
    border: 1px solid var(--primary-yellow);
    color: var(--primary-yellow);
}

.hero-cta-button--secondary:hover {
    background: rgba(252, 177, 23, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 0.625rem 1.5625rem rgba(252, 177, 23, 0.2);
}

.hero-cta-button:hover {
    background: #E6AA28;
    transform: translateY(-2px);
    box-shadow: 0 0.625rem 1.5625rem rgba(252, 177, 23, 0.3);
}

/* CTA Text */
.hero-cta-text {
    width: auto;
    height: 1.4375rem;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    white-space: nowrap;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* CTA Icon */
.hero-cta-icon {
    width: 1.5rem;
    height: 1.5rem;
    background: #FFFFFF;
    border-radius: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.hero-cta-icon i {
    color: #E6AA28;
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.hero-cta-button:hover .hero-cta-icon i {
    transform: translateX(-2px);
}

.hero-visual-content {
    position: relative !important;
    flex: 1 !important;
    order: 1 !important;
    width: auto !important;
    height: auto !important;
    min-width: 470px !important;
    min-height: 564px !important;
    display: block !important;
    max-width: none !important;
    max-height: none !important;
    margin-left: 2rem !important;
}

/* Image Containers */
.hero-image-1 {
    position: absolute !important;
    width: 370px !important;
    height: 334px !important;
    left: 0px !important;
    top: 0px !important;
    background: linear-gradient(0deg, rgba(24, 25, 22, 0.2), rgba(24, 25, 22, 0.2)) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    z-index: 3 !important;
    box-sizing: border-box !important;
}

.hero-image-2 {
    position: absolute !important;
    width: 370px !important;
    height: 334px !important;
    left: 100px !important;
    top: 230px !important;
    background: linear-gradient(0deg, rgba(24, 25, 22, 0.2), rgba(24, 25, 22, 0.2)) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    z-index: 6 !important;
    box-sizing: border-box !important;
    display: block !important;
    visibility: visible !important;
}

.hero-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
    display: block !important;
}

.hero-image:hover {
    transform: scale(1.05) !important;
}

/* HERO BREAKPOINT 1: Large Tablet (1024px and below) */
@media (max-width: 1024px) {
    .hero-content-wrapper {
        max-width: 90%;
        min-height: 45rem;
    }

    .hero-content {
        gap: 3rem;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        width: min(69.3125rem, calc(100% - 3rem)) !important;
    }
    .hero-main-title,
    .hero-description{
        line-height: 1.2 !important;
        padding-left:60px ;
    }

    .hero-cta-button{
      margin-left:60px ;
    }
    .hero-cta-button--secondary{
      margin-left:0px ;
    }
    .hero-text-content {
        max-width: 32rem;
        text-align: left;
    }

    .hero-visual-content {
        min-width: 400px !important;
        min-height: 500px !important;
    }

    .hero-image-1 {
        width: 320px !important;
        height: 290px !important;
    }

    .hero-image-2 {
        width: 320px !important;
        height: 290px !important;
        left: 80px !important;
        top: 210px !important;
    }
}

/* HERO BREAKPOINT 2: Tablet (768px and below) */
@media (max-width: 768px) {
    .hero-section {
        min-height: 80vh !important;
        padding: 1.5rem 1rem !important;
        padding-bottom: 1rem !important;
    }

    .hero-cta-button{
      margin-left:0px ;
    }

    .hero-section::before {
        display: block !important;
        width: 15rem !important;
        height: 15rem !important;
        left: 1rem !important;
        top: 1rem !important;
        filter: blur(10rem) !important;
    }

    .hero-section::after {
        display: block !important;
        width: 15rem !important;
        height: 15rem !important;
        right: 1rem !important;
        top: 1rem !important;
        filter: blur(10rem) !important;
    }

    .hero-content-wrapper {
        max-width: 95%;
        height: auto !important;
        min-height: 400px !important;
        border-radius: 1.5rem;
        padding: 1.5rem 1rem !important;
        background: rgba(255, 255, 255, 0.02) !important;
    }

    .hero-content {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 2rem !important;
        position: relative !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        text-align: center  !important;
        margin: 0 auto !important;
    }

    .hero-text-content {
        order: 1;
        text-align: center;
        max-width: 100%;
        width: 100%;
        height: auto;
        align-items: center !important;
        gap: 1rem !important;
        justify-content: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .hero-main-title {
        font-size: 42px !important;
        line-height: 1.2 !important;
        text-align: center;
        width: 100%;
        height: auto;
        margin-bottom: 0.5rem !important;
         padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .hero-content-block {
        width: 100% !important;
        height: auto !important;
        align-items: center !important;
        gap: 1rem !important;
         justify-content: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .hero-description {
        font-size: 16px !important;
        line-height: 1.4 !important;
        text-align: center;
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem !important;
        padding-left: 0 !important;
    }

    .hero-cta-container {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.75rem !important;
        width: 100% !important;
        height: auto !important;
        justify-content: center !important;
    }

    .hero-cta-button {
        width: 100% !important;
        max-width: 280px !important;
        min-width: auto !important;
        font-size: 16px !important;
        padding: 12px 20px !important;
    }

    .hero-visual-content {
        display: flex !important;
        order: 2 !important;
        width: 100% !important;
        max-width: 600px !important;
        height: 250px !important;
        min-width: auto !important;
        min-height: auto !important;
        margin: 0 auto !important;
        position: relative !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 1.5rem !important;
    }

    .hero-image-1 {
        position: relative !important;
        width: 45% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
        display: block !important;
        visibility: visible !important;
        flex-shrink: 0 !important;
    }

    .hero-image-2 {
        position: relative !important;
        width: 45% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
        display: block !important;
        visibility: visible !important;
        flex-shrink: 0 !important;
    }

    /* Hide decorative elements for mobile */
    .hero-inner-container,
    .hero-right-line,
    .hero-grid-background,
    .hero-blur-orb-1,
    .hero-blur-orb-2 {
        display: none !important;
    }
}

/* HERO BREAKPOINT 3: Mobile (480px and below) */
@media (max-width: 480px) {
    .hero-section {
        margin-top: 80px !important;
        padding: 1rem 0.75rem !important;
        min-height: 70vh !important;
    }

    .hero-content-wrapper {
        padding: 1rem !important;
        border-radius: 1rem;
        min-height: 350px !important;
    }

    .hero-text-content{
        gap: 0.5rem !important;
        margin: 0 auto !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .hero-content {
        gap: 1.5rem !important;
        padding: 0.5rem !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .hero-main-title {
        font-size: 32px !important;
        line-height: 1.1 !important;
    }

    .hero-description {
        font-size: 14px !important;
        margin-bottom: 1rem !important;
    }

    .hero-cta-button {
        padding: 0.875rem 1.25rem !important;
        height: 2.75rem !important;
        font-size: 14px !important;
    }

    .hero-cta-text {
        font-size: 1rem !important;
    }

    .hero-visual-content {
        max-width: 320px !important;
        height: 200px !important;
        gap: 0 !important;
    }

    .hero-image-1 {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }

    .hero-image-2 {
        display: none !important;
    }
}

/* ========================================= */
/* PARTNER SECTION */
/* ========================================= */

.partner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 20px;
  gap: 70px;
  position: relative;
  width: 100%;
  min-height: 485px;
  background: transparent;
}

.partner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 70px;
  width: 100%;
  max-width: 1279px;
  margin: 0 auto;
}

.partner-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 12px;
  width: 100%;
  max-width: 1200px;
  height: auto;
}

.partner-title {
  width: 100%;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #7B8950;
  margin: 0;
}

.partner-subtitle {
  width: 100%;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.partner-benefits-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 1250px;
  height: 286px;
  gap: 0;
  justify-content: center;
}

.partner-benefit-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 16px;
  gap: 10px;
  width: 310px;
  height: 320px;
  margin: auto;
  flex: none;
}

.partner-benefit-card--first {
  border-radius: 24px 0px 0px 24px;
  background: rgba(123, 137, 80, 0.2);
}

.partner-benefit-card--second {
  background: rgba(123, 137, 80, 0.24);
}

.partner-benefit-card--third {
  background: rgba(123, 137, 80, 0.28);
}

.partner-benefit-card--fourth {
  border-radius: 0px 24px 24px 0px;
  background: rgba(123, 137, 80, 0.2);
}

.partner-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 109px;
  width: 293px;
  height: 229px;
}

.partner-icon {
  width: 36px;
  height: 36px;
  background: #FEE5B2;
  border: 1px solid #FEE5B2;
  border-radius: 512px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.partner-icon i {
  color: #FCB117;
  font-size: 16px;
}

.partner-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  width: 293px;
  height: 96px;
}

.partner-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 12px;
  width: 293px;
  height: 96px;
}

.partner-benefit-title {
  width: 293px;
  height: 36px;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}

.partner-benefit-description {
  width: 293px;
  height: 72px;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}

/* PARTNER BREAKPOINT 1: Large Tablet (1024px and below) */
@media (max-width: 1024px) {
  .partner-section {
    padding: 80px 20px;
    gap: 60px;
  }

  .partner-container {
    gap: 60px;
  }

  .partner-title {
    font-size: 60px;
    line-height: 72px;
  }

  .partner-subtitle {
    font-size: 17px;
  }

  .partner-benefits-grid {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    gap: 0;
  }

  .partner-benefit-card {
    width: 50%;
    height: 286px;
    border-radius: 0 !important;
  }

  .partner-benefit-card--first { border-radius: 24px 0 0 0 !important; }
  .partner-benefit-card--second { border-radius: 0 24px 0 0 !important; }
  .partner-benefit-card--third { border-radius: 0 0 0 24px !important; }
  .partner-benefit-card--fourth { border-radius: 0 0 24px 0 !important; }

  .partner-card-content {
    width: 100%;
    height: auto;
    gap: 80px;
  }

  .partner-text,
  .partner-text-content {
    width: 100%;
    height: auto;
  }

  .partner-benefit-title,
  .partner-benefit-description {
    width: 100%;
    height: auto;
  }
}

/* PARTNER BREAKPOINT 2: Tablet (768px and below) */
@media (max-width: 768px) {
  .partner-section {
    padding: 60px 20px;
    gap: 50px;
  }

  .partner-container {
    gap: 50px;
  }

  .partner-title {
    font-size: 48px;
    line-height: 60px;
  }

  .partner-subtitle {
    font-size: 16px;
  }

  .partner-benefits-grid {
    flex-direction: column;
    height: auto;
    gap: 0;
  }

  .partner-benefit-card {
    width: 100%;
    height: auto;
    min-height: 250px;
    border-radius: 0 !important;
  }

  .partner-benefit-card--first { border-radius: 24px 24px 0 0 !important; }
  .partner-benefit-card--second,
  .partner-benefit-card--third { border-radius: 0 !important; }
  .partner-benefit-card--fourth { border-radius: 0 0 24px 24px !important; }

  .partner-card-content {
    gap: 60px;
    height: auto;
    padding: 20px 0;
  }

  .partner-benefit-description {
    height: auto;
    min-height: 48px;
  }
}

/* PARTNER BREAKPOINT 3: Mobile (480px and below) */
@media (max-width: 480px) {
  .partner-section {
    padding: 50px 15px;
    gap: 40px;
  }

  .partner-container {
    gap: 40px;
  }

  .partner-title {
    font-size: 36px;
    line-height: 48px;
  }

  .partner-subtitle {
    font-size: 14px;
  }

  .partner-benefit-card {
    padding: 24px 16px;
    min-height: 220px;
  }

  .partner-card-content {
    gap: 40px;
  }

  .partner-benefit-title {
    font-size: 20px;
    line-height: 30px;
  }

  .partner-benefit-description {
    font-size: 14px;
    line-height: 21px;
  }

  .partner-icon {
    width: 32px;
    height: 32px;
  }

  .partner-icon i {
    font-size: 14px;
  }
}

/* ========================================= */
/* PRODUCTS SECTION  */
/* ========================================= */

.products-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 20px;
  gap: 70px;
  position: relative;
  width: 100%;
  min-height: 1395px;
  background: transparent;
}

.products-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 70px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.products-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 12px;
  width: 100%;
  max-width: 1200px;
  height: auto;
}

.products-title {
  width: 100%;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--primary-green);
  margin: 0;
}

.products-subtitle {
  width: 100%;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--text-muted);
  margin: 0;
}

.products-grid-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 66px;
  width: 100%;
  max-width: 1280px;
  height: 563px;
    justify-content: center;
}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 24px;
  width: 550px;
  height: 563px;
  box-shadow: 2px 2px 2px 2px rgba(123, 137, 80, 0.11);
  border-radius: 20px;
  flex: none;
  position: relative;
  overflow: hidden;
}

.product-hero-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px;
  gap: 10px;
  width: 100%;
  height: 230px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.product-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 24px;
  width: 100%;
  height: 309px;
  background: rgba(123, 137, 80, 0.39);
  border-radius: 0 0 20px 20px;
  box-sizing: border-box;
}

.product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 8px;
  width: auto;
  height: 65px;
}

.product-name {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #808C4A;
  margin: 0;
}

.product-description {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0;
}

.product-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0;
  gap: 12px 20px;
  width: 100%;
  height: auto;
  min-height: 34px;
  overflow: hidden;
}

.product-tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  gap: 10px;
  height: 34px;
  background: rgba(123, 137, 80, 0.1);
  border-radius: 24px;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #E6E8DB;
  white-space: nowrap;
}

.product-separator {
  width: 559px;
  height: 0;
  border: 0.3px solid rgba(230, 232, 219, 0.3);
}

.product-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  gap: 10px;
  width: 180px;
  height: 44px;
  background: rgba(252, 177, 23, 0.25);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-cta:hover {
  background: rgba(252, 177, 23, 0.4);
  transform: translateX(5px);
}

.product-cta-text {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
  letter-spacing: -0.02em;
  color: var(--white);
}

/* PRODUCTS BREAKPOINT 1: Large Tablet (1024px and below) */
@media (max-width: 1024px) {
  .products-section {
    padding: 80px 20px;
    gap: 60px;
    min-height: auto;
  }

  .products-container {
    gap: 60px;
  }

  .products-title {
    font-size: 60px;
  }

  .products-grid-row {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    height: auto;
  }

  .product-card {
    width: 100%;
    max-width: 600px;
    height: auto;
  }

  .product-content {
    height: auto;
    min-height: 300px;
  }
}

/* PRODUCTS BREAKPOINT 2: Tablet (768px and below) */
@media (max-width: 768px) {
  .products-section {
    padding: 60px 20px;
    gap: 50px;
  }

  .products-container {
    gap: 50px;
  }

  .products-title {
    font-size: 48px;
  }

  .products-subtitle {
    font-size: 16px;
  }

  .product-card {
    width: 100%;
    max-width: 500px;
    height: auto;
    min-height: 400px;
  }

  .product-hero-image {
    height: 200px;
    padding: 20px 24px;
  }

  .product-content {
    padding: 20px;
    gap: 20px;
    height: auto;
  }

  .product-tags {
    gap: 10px;
  }

  .product-separator {
    width: 100%;
  }
}

/* PRODUCTS BREAKPOINT 3: Mobile (480px and below) */
@media (max-width: 480px) {
  .products-section {
    padding: 40px 15px;
    gap: 40px;
  }

  .products-container {
    gap: 40px;
  }

  .products-title {
    font-size: 36px;
  }

  .products-subtitle {
    font-size: 14px;
  }

  .product-card {
    min-height: 350px;
  }

  .product-hero-image {
    height: 150px;
    padding: 16px 20px;
  }

  .product-content {
    padding: 16px;
    gap: 16px;
  }

  .product-name {
    font-size: 20px;
    line-height: 1.3;
  }

  .product-description {
    font-size: 13px;
    line-height: 1.4;
  }

  .product-tag {
    font-size: 11px;
    padding: 6px 8px;
  }

  .product-cta {
    width: 160px;
    height: 40px;
  }

  .product-cta-text {
    font-size: 16px;
  }
}

/* ========================================= */
/* TRAINING SECTION */
/* ========================================= */

.training-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 20px;
  gap: 70px;
  position: relative;
  width: 100%;
  min-height: 755px;
  background: transparent;
}

.training-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 70px;
  width: 100%;
  max-width: 1279px;
  margin: 0 auto;
}

.training-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 12px;
  width: 100%;
  max-width: 1200px;
  height: auto;
}

.training-title {
  width: 100%;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--primary-green);
  margin: 0;
}

.training-subtitle {
  width: 100%;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--text-muted);
  margin: 0;
}

.training-programs-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0;
  gap: 70px 66px;
  width: 100%;
  max-width: 1048px;
  height: auto;
  min-height: 556px;
}

.training-program-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px;
  gap: 10px;
  width: 491px;
  height: 243px;
  background: rgba(123, 137, 80, 0.39);
  box-shadow: 0px 4px 14.1px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  flex: none;
}

.training-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  width: 451px;
  height: 195px;
}

.training-level-badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  gap: 10px;
  height: 34px;
  background: rgba(123, 137, 80, 0.2);
  border-radius: 24px;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #E6E8DB;
  white-space: nowrap;
  flex: none;
}

.training-program-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  width: 451px;
  height: 137px;
}

.training-program-title {
  width: 451px;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0;
}

.training-program-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  gap: 21px;
  width: 255px;
  height: 21px;
}

.training-detail-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  height: 21px;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #FAFAFB;
  flex: none;
}

.training-cta-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 16px;
  width: 44px;
  height: 44px;
  background: var(--primary-yellow);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: none;
}

.training-cta-button:hover {
  background: var(--primary-yellow-dark);
  transform: scale(1.05);
}

/* TRAINING BREAKPOINT 1: Large Tablet (1024px and below) */
@media (max-width: 1024px) {
  .training-section {
    padding: 80px 20px;
    gap: 60px;
    min-height: auto;
  }

  .training-container {
    gap: 60px;
  }

  .training-title {
    font-size: 60px;
  }

  .training-programs-grid {
    gap: 50px 40px;
    max-width: 900px;
  }

  .training-program-card {
    width: calc(50% - 20px);
    height: auto;
    min-height: 220px;
  }

  .training-card-content {
    width: 100%;
    height: auto;
  }

  .training-program-info {
    width: 100%;
    height: auto;
  }

  .training-program-title {
    width: 100%;
    font-size: 22px;
    line-height: 1.3;
  }
}

/* TRAINING BREAKPOINT 2: Tablet (768px and below) */
@media (max-width: 768px) {
  .training-section {
    padding: 80px 20px;
    gap: 60px;
    min-height: auto;
  }

  .training-container {
    gap: 60px;
  }

  .training-title {
    font-size: 60px;
  }

  .training-subtitle {
    font-size: 17px;
  }

  .training-programs-grid {
    gap: 50px 40px;
    max-width: 900px;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .training-program-card {
    width: calc(50% - 20px);
    height: auto;
    min-height: 220px;
  }

  .training-card-content {
    width: 100%;
    height: auto;
    gap: 24px;
  }

  .training-program-info {
    width: 100%;
    height: auto;
    gap: 24px;
  }

  .training-program-title {
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
  }

  .training-program-details {
    width: 100%;
    justify-content: space-between;
    gap: 21px;
  }
}

/* TRAINING BREAKPOINT 3: Mobile (480px and below) */
@media (max-width: 480px) {
  .training-section {
    padding: 40px 15px;
    gap: 40px;
  }

  .training-container {
    gap: 40px;
  }

  .training-title {
    font-size: 36px;
  }

  .training-subtitle {
    font-size: 14px;
  }

  .training-programs-grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .training-program-card {
    width: 100%;
    max-width: 500px;
    height: auto;
    min-height: 200px;
  }

  .training-card-content {
    gap: 20px;
  }

  .training-program-info {
    gap: 20px;
  }

  .training-program-title {
    font-size: 20px;
    line-height: 1.4;
  }

  .training-program-details {
    width: 100%;
    justify-content: flex-start;
    gap: 25px;
  }

  .training-detail-item {
    font-size: 13px;
  }

  .training-level-badge {
    font-size: 11px;
    padding: 6px 8px;
  }

  .training-cta-button {
    width: 40px;
    height: 40px;
  }
}