:root {
  /* Community-specific additional properties */
  --community-card-enhanced: rgba(140, 163, 64, 0.05);
  --community-card-border-enhanced: rgba(140, 163, 64, 0.15);
  --community-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 - Community Solutions */
.hero-main-title {
    width: 37.4375rem;
    height: 13.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;
}

.hero-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

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

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

.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 Container 1 */
.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;
}

/* Image Container 2 */
.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: 4 !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;
}

/* Grid Background (Desktop Only) */
.hero-grid-background {
    position: absolute;
    width: 30.625rem;
    height: 30.625rem;
    left: calc(50% - 30.625rem/2 + 38.53125rem);
    top: calc(50% - 30.625rem/2 - 16.4375rem);
    z-index: 0;
    opacity: 0.3;
}

.hero-grid-line {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
}

/* Additional Blur Orbs */
.hero-blur-orb-1 {
    position: absolute;
    width: 11.375rem;
    height: 11.375rem;
    left: calc(50% - 11.375rem/2 - 13.5rem);
    top: 6.9375rem;
    background: #8CA340;
    filter: blur(8.4375rem);
    z-index: 1;
    opacity: 0.6;
}

.hero-blur-orb-2 {
    position: absolute;
    width: 11.375rem;
    height: 11.375rem;
    left: calc(50% - 11.375rem/2 - 69.5625rem);
    top: 37.1875rem;
    background: #8CA340;
    filter: blur(8.4375rem);
    z-index: 1;
    opacity: 0.6;
}

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

    .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-content {
        gap: 3rem;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        width: min(69.3125rem, calc(100% - 3rem)) !important;
    }
    
    .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;
        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: 183px!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-section::before {
        display: block !important;
        width: 12rem !important;
        height: 12rem !important;
        left: 0.5rem !important;
        top: 0.5rem !important;
        filter: blur(8rem) !important;
    }
    
    .hero-section::after {
        display: block !important;
        width: 12rem !important;
        height: 12rem !important;
        right: 0.5rem !important;
        top: 0.5rem !important;
        filter: blur(8rem) !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;
    }
}

/* ============================
   Services Section
   ============================ */
.services-section {
  padding: 80px 20px 120px 20px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.services-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* Section Header */
.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-header__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #7B8950;
  margin-bottom: 16px;
  line-height: 1.2;
}

.services-header__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  justify-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

/* Service Card */
.service-card {
  width: 100%;
  max-width: 480px;
  height: 280px;
  background: #7B895063;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(140, 163, 64, 0.1);
  position: relative;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(140, 163, 64, 0.15);
  border-color: rgba(140, 163, 64, 0.2);
}

/* Card Inner Structure */
.service-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 22px;
  position: relative;
}

/* Service Icon */
.service-card__icon {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.service-card__icon i {
  width: 24px;
  height: 24px;
  background: #FEEFD1;
  border: 1px solid #FEEFD1;
  border-radius: 512px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #FCB117;
  position: relative;
  transition: all 0.3s ease;
  flex: none;
}

.service-card:hover .service-card__icon i {
  transform: scale(1.1);
  background: #FEEFD1;
  border-color: #FEEFD1;
}

/* Service Content */
.service-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  flex: 1;
}

/* Service Info */
.service-card__info {
  flex: 1;
}

.service-card__titles {
  margin-bottom: 16px;
}

.service-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
  line-height: 1.3;
}

.service-card__subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  line-height: 1.4;
}

.service-card__description {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0 0 0px 0;
}

/* Service Action */
.service-card__action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  flex: none;
}

.service-card__cta {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 4px;
  width: 32px;
  height: 32px;
  background: #FCB117;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  flex: none;
}

.service-card__cta:hover {
  background: #E6AA28;
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(252, 177, 23, 0.25);
}

.service-card__arrow {
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex: none;
}

.service-card__cta:hover .service-card__arrow {
  transform: translateX(2px);
}

.service-card__arrow svg {
  width: 8px;
  height: 6px;
}

.service-card__arrow svg path {
  stroke: #FCB117;
  stroke-width: 1.5px;
  transition: stroke 0.3s ease;
}

/* ============================
   Responsive Design
   ============================ */

/* Tablet Styles (768px and below) */
@media (max-width: 768px) {
  .services-section {
    padding: 60px 16px;
    min-height: auto;
  }
  
  .services-header {
    margin-bottom: 40px;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 100%;
  }
  
  .service-card {
    max-width: 100%;
    height: auto;
    min-height: 200px;
  }
  
  .service-card__inner {
    padding: 28px;
  }
  
  .service-card__icon {
    margin-bottom: 20px;
  }
  
  .service-card__icon i {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  
  .service-card__content {
    gap: 12px;
  }
  
  .service-card__description {
    margin-bottom: 12px;
  }
  
  .service-card__action {
    justify-content: flex-start;
  }
  
  .service-card__cta {
    width: 28px;
    height: 28px;
    padding: 6px;
  }
  
  .service-card__arrow {
    width: 14px;
    height: 14px;
  }
  
  .service-card__arrow svg {
    width: 7px;
    height: 5px;
  }
  
  .service-card__title {
    font-size: 1.375rem;
  }
  
  .service-card__subtitle {
    font-size: 0.95rem;
  }
  
  .service-card__description {
    font-size: 0.9rem;
  }
}

/* Mobile Styles (480px and below) */
@media (max-width: 480px) {
  .services-section {
    padding: 40px 12px;
  }
  
  .services-header {
    margin-bottom: 32px;
  }
  
  .services-grid {
    gap: 20px;
  }
  
  .service-card {
    min-height: 180px;
  }
  
  .service-card__inner {
    padding: 24px;
  }
  
  .service-card__icon {
    margin-bottom: 16px;
  }
  
  .service-card__icon i {
    width: 18px;
    height: 18px;
    font-size: 9px;
  }
  
  .service-card__content {
    gap: 10px;
  }
  
  .service-card__description {
    margin-bottom: 10px;
  }
  
  .service-card__cta {
    width: 24px;
    height: 24px;
    padding: 4px;
  }
  
  .service-card__arrow {
    width: 12px;
    height: 12px;
  }
  
  .service-card__arrow svg {
    width: 6px;
    height: 4px;
  }
  
  .service-card__title {
    font-size: 1.25rem;
  }
  
  .service-card__subtitle {
    font-size: 0.9rem;
  }
  
  .service-card__description {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

/* Fix for 1024px screens */
@media (max-width: 1024px) and (min-width: 769px) {
  .service-card__cta {
    overflow: visible;
    position: relative;
  }
  
  .service-card__arrow {
    position: relative;
    z-index: 1;
  }
}

/* Small Mobile Styles (320px and below) */
@media (max-width: 320px) {
  .services-section {
    padding: 32px 8px;
  }
  
  .service-card__inner {
    padding: 20px;
  }
  
  .service-card__icon i {
    width: 16px;
    height: 16px;
    font-size: 8px;
  }
  
  .service-card__description {
    margin-bottom: 8px;
  }
  
  .service-card__cta {
    width: 20px;
    height: 20px;
    padding: 3px;
  }
  
  .service-card__arrow {
    width: 10px;
    height: 10px;
  }
  
  .service-card__arrow svg {
    width: 5px;
    height: 3px;
  }
  
  .service-card__title {
    font-size: 1.125rem;
  }
  
  .service-card__description {
    font-size: 0.8rem;
  }
}

/* ========================================= */
/* WHY CHOOSE SOLAR SECTION */
/* ========================================= */

.choose-solar-section {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background: transparent;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    min-height: 100vh;
}

/* Main Content Container */
.choose-solar-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

/* Section Header */
.choose-solar-header {
    text-align: center;
    margin-bottom: 60px;
}

.choose-solar-header__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #7B8950;
    margin-bottom: 16px;
    line-height: 1.2;
}

.choose-solar-header__subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Benefits Grid */
.choose-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* Benefit Cards */
.choose-benefit-card {
    width: 100%;
    max-width: 280px;
    height: 200px;
    background: #7B895063;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(140, 163, 64, 0.1);
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.choose-benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(140, 163, 64, 0.15);
    border-color: rgba(140, 163, 64, 0.2);
}

/* Card Inner Structure */
.choose-benefit-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    position: relative;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

/* Benefit Icon Container */
.choose-benefit-card__icon {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: flex-start;
}

.choose-benefit-card__icon i {
    width: 24px;
    height: 24px;
    background: #FEEFD1;
    border: 1px solid #FEEFD1;
    border-radius: 512px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #FCB117;
    position: relative;
    transition: all 0.3s ease;
    flex: none;
}

.choose-benefit-card:hover .choose-benefit-card__icon i {
    transform: scale(1.1);
    background: #FEEFD1;
    border-color: #FEEFD1;
}

/* Benefit Content */
.choose-benefit-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: left;
}

.choose-benefit-card__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Benefit Title */
.choose-benefit-card__title {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0;
    text-align: left;
}

/* Benefit Description */
.choose-benefit-card__description {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-align: left;
}

/* CHOOSE SOLAR BREAKPOINT 1: Large Tablet (1024px and below) */
@media (max-width: 1024px) {
    .choose-solar-section {
        padding: 60px 20px;
        min-height: auto;
    }
    
    .choose-benefits-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        max-width: 100%;
    }
    
    .choose-benefit-card {
        max-width: 100%;
        height: 160px;
    }
    
    .choose-benefit-card__inner {
        padding: 20px;
    }
    
    .choose-benefit-card__title {
        font-size: 14px;
    }
    
    .choose-benefit-card__description {
        font-size: 12px;
    }
    
    .choose-benefit-card__icon i {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
}

/* CHOOSE SOLAR BREAKPOINT 2: Tablet (768px and below) */
@media (max-width: 768px) {
    .choose-solar-section {
        padding: 50px 16px;
    }
    
    .choose-solar-header {
        margin-bottom: 40px;
    }
    
    .choose-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 600px;
    }
    
    .choose-benefit-card {
        height: 160px;
        max-width: 100%;
    }
    
    .choose-benefit-card__inner {
        padding: 20px;
    }
    
    .choose-benefit-card__title {
        font-size: 16px;
    }
    
    .choose-benefit-card__description {
        font-size: 14px;
    }
}

/* CHOOSE SOLAR BREAKPOINT 3: Mobile (480px and below) */
@media (max-width: 480px) {
    .choose-solar-section {
        padding: 40px 12px;
    }
    
    .choose-solar-header__title {
        font-size: 2rem;
    }
    
    .choose-benefits-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 300px;
    }
    
    .choose-benefit-card {
        max-width: 100%;
        height: 140px;
    }
    
    .choose-benefit-card__inner {
        padding: 16px;
    }
    
    .choose-benefit-card__title {
        font-size: 1rem;
    }
    
    .choose-benefit-card__description {
        font-size: 0.8rem;
    }
}

/* ========================================= */
/* IMPACTS SECTION */
/* ========================================= */

.impacts-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 1rem;
    z-index: 1;
}

/* Main Content Container */
.impacts-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    position: relative;
    width: 95%;
    max-width: 1279px;
    z-index: 3;
}

/* Section Header */
.impacts-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 1200px;
}

/* Impacts Title */
.impacts-title {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.02em;
    color: #7B8950;
    margin: 0;
}

/* Impacts Description */
.impacts-description {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Impact Cards Grid Container */
.impacts-grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 21px;
    width: 95%;
}

/* Individual Impact Card */
.impact-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    gap: 10px;
    width: 280px;
    min-height: 169px;
    background: rgba(123, 137, 80, 0.39);
    border-radius: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(123, 137, 80, 0.2);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.impact-card:hover {
    background: #7B8950 !important;
    height: 280px !important;
    min-height: 280px !important;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(123, 137, 80, 0.3);
    border-color: #7B8950;
}

/* Impact Card Content */
.impact-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 272px;
}

/* Impact Icon */
.impact-icon {
    width: 24px;
    height: 24px;
    background: #FEEFD1;
    border: 1px solid #FEEFD1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.impact-icon i {
    font-size: 12px;
    color: #FCB117;
}

/* Impact Text Content */
.impact-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

/* Impact Number */
.impact-number {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

/* Impact Label */
.impact-label {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

/* Hover state content */
.impact-card:hover .impact-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 272px;
    height: auto;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.impact-card:hover .impact-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 272px;
    height: auto;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.impact-card:hover .impact-number {
    width: 272px;
    height: 30px;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.impact-card:hover .impact-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 272px;
    height: auto;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.impact-card:hover .impact-label {
    width: 272px;
    height: 24px;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.impact-description {
    width: 250px;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    justify-items: center;
}

.impact-card:hover .impact-description {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    height: auto !important;
    min-height: 100px;
    padding: 8px 0;
}

/* IMPACTS BREAKPOINT 1: Large Tablet (1024px and below) */

@media (max-width: 1024px) {
    .impacts-section {
        padding: 60px 1rem;
        min-height: auto;
    }
    
    .impacts-container {
        gap: 50px;
    }
    
    .impacts-grid-container {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 4px;
        max-width: 100%;
        overflow-x: hidden;
        padding: 10px 0;
    }
    
    .impact-card {
        width: 220px;
        min-height: 150px;
        flex-shrink: 0;
    }
    
    .impact-card:hover {
        height: 220px !important;
        min-height: 220px !important;
    }
    
    .impact-number {
        font-size: 1.125rem;
    }
    
    .impact-label {
        font-size: 0.875rem;
    }
    
    .impact-card:hover .impact-description {
        font-size: 0.8rem;
        line-height: 1.4;
    }
}

/* IMPACTS BREAKPOINT 2: Tablet (768px and below) */
@media (max-width: 768px) {
    .impacts-section {
        padding: 50px 16px;
    }
    
    .impacts-container {
        gap: 40px;
    }
    
    .impacts-grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 600px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: visible;
        padding: 0;
    }
    
    .impact-card {
        width: 100%;
        max-width: 100%;
        min-height: 160px;
        padding: 20px;
    }
    
    .impact-card:hover {
        height: 200px !important;
        min-height: 200px !important;
        transform: translateY(-4px);
    }
    
    .impact-card:hover .impact-description {
        display: block !important;
        opacity: 1 !important;
        font-size: 0.8rem;
        line-height: 1.4;
    }
    
    .impact-number {
        font-size: 1.25rem;
    }
    
    .impact-label {
        font-size: 0.9rem;
    }
    
    .impact-icon i {
        font-size: 10px;
    }
}

/* IMPACTS BREAKPOINT 3: Mobile (480px and below) */
@media (max-width: 480px) {
    .impacts-section {
        padding: 40px 12px;
    }
    
    .impacts-container {
        gap: 30px;
    }
    
    .impacts-grid-container {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 300px;
    }
    
    .impact-card {
        width: 100%;
        max-width: 100%;
        min-height: 140px;
        padding: 16px;
    }
    
    .impact-card:hover {
        height: 180px !important;
        min-height: 180px !important;
    }
    
    .impact-number {
        font-size: 1.125rem;
    }
    
    .impact-label {
        font-size: 0.8rem;
    }
    
    .impact-card:hover .impact-description {
        font-size: 0.75rem;
        line-height: 1.3;
    }
}

/* ========================================= */
/* SUCCESS STORIES SECTION */
/* ========================================= */

.success-stories-section {
    position: relative;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 2rem 120px;
    z-index: 1;
    box-sizing: border-box;
}

.success-stories-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(123, 137, 80, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(252, 177, 23, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* Section Header */
.success-stories-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 80px;
    z-index: 2;
    position: relative;
    padding: 0 1rem;
    box-sizing: border-box;
}

/* Success Stories Title */
.success-stories-title {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #7B8950 0%, #9CB86F 50%, #7B8950 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    text-shadow: 0 4px 20px rgba(123, 137, 80, 0.3);
}

/* Success Stories Description */
.success-stories-description {
    width: 100%;
    max-width: 600px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: clamp(1.125rem, 2.2vw, 1.375rem);
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Stories Container */
.success-stories-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 4rem;
    box-sizing: border-box;
}

/* Story Cards Grid */
.success-stories-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    width: 100%;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

/* Individual Success Story Card */
.success-story-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 0;
    width: 100%;
    max-width: 380px;
    min-height: 480px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 28px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(123, 137, 80, 0.15);
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.success-story-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(123, 137, 80, 0.08) 0%, rgba(252, 177, 23, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.success-story-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-8px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.3),
        0 10px 30px rgba(123, 137, 80, 0.2);
    border-color: rgba(123, 137, 80, 0.3);
}

.success-story-card:hover::before {
    opacity: 1;
}

/* Story Card Content */
.story-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Story Image Container */
.story-image-container {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    flex-shrink: 0;
}

/* Story Image */
.story-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.9) contrast(1.1);
}

.success-story-card:hover .story-image {
    transform: scale(1.08);
    filter: brightness(1) contrast(1.2);
}

/* Story Image Overlay */
.story-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg, 
        rgba(0, 0, 0, 0.1) 0%, 
        rgba(0, 0, 0, 0.3) 70%, 
        rgba(0, 0, 0, 0.6) 100%
    );
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.success-story-card:hover .story-image-overlay {
    opacity: 0.8;
}

/* Story Content Container */
.story-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    flex: 1;
    padding: 28px 24px 24px;
    background: rgba(255, 255, 255, 0.02);
    justify-content: space-between;
}

/* Story Title */
.story-title {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #FCB117;
    margin: 0;
    transition: color 0.3s ease;
}

.success-story-card:hover .story-title {
    color: #FFD700;
}

/* Story Description */
.story-description {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    margin-bottom: 8px;
}

/* Story Details Container */
.story-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid rgba(123, 137, 80, 0.2);
}

/* Story Detail Item */
.story-detail-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.success-story-card:hover .story-detail-item {
    color: rgba(255, 255, 255, 0.9);
}

.story-detail-item i {
    width: 16px;
    height: 16px;
    color: #7B8950;
    font-size: 0.875rem;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.success-story-card:hover .story-detail-item i {
    color: #9CB86F;
}

/* Navigation Controls */
.success-stories-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 3;
}

/* Navigation Button */
.story-nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(123, 137, 80, 0.4);
    background: rgba(255, 255, 255, 0.05);
    color: #7B8950;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.story-nav-button:hover {
    background: rgba(123, 137, 80, 0.2);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(123, 137, 80, 0.3);
    border-color: rgba(123, 137, 80, 0.6);
}

.story-nav-button.story-nav-next {
    background: linear-gradient(135deg, #7B8950 0%, #9CB86F 100%);
    color: #FFFFFF;
    border-color: #7B8950;
}

.story-nav-button.story-nav-next:hover {
    background: linear-gradient(135deg, #9CB86F 0%, #ACD27F 100%);
    box-shadow: 0 12px 30px rgba(123, 137, 80, 0.4);
}

.story-nav-button i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.story-nav-button:hover i {
    transform: scale(1.1);
}

/* SUCCESS STORIES BREAKPOINT 1: Large Tablet (1024px and below) */
@media (max-width: 1024px) {
    .success-stories-section {
        padding: 80px 1.5rem 100px;
        min-height: auto;
    }
    
    .success-stories-container {
        padding: 0 1.5rem;
        gap: 50px;
    }
    
    .success-stories-grid {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .success-story-card {
        width: 100%;
        max-width: 600px;
        min-height: 420px;
    }
}

/* SUCCESS STORIES BREAKPOINT 2: Tablet (768px and below) */
@media (max-width: 768px) {
    .success-stories-section {
        padding: 60px 1.5rem 80px;
    }
    
    .success-stories-container {
        padding: 0 1rem;
        gap: 40px;
    }
    
    .success-stories-header {
        margin-bottom: 60px;
    }
    
    .success-story-card {
        min-height: 400px;
    }
    
    .story-image-container {
        height: 200px;
    }
}

/* SUCCESS STORIES BREAKPOINT 3: Mobile (480px and below) */
@media (max-width: 480px) {
    .success-stories-section {
        padding: 40px 0.75rem 60px;
    }
    
    .success-stories-container {
        padding: 0 0.25rem;
        gap: 30px;
    }
    
    .success-stories-header {
        margin-bottom: 40px;
    }
    
    .success-story-card {
        min-height: 380px;
        border-radius: 20px;
    }
    
    .story-image-container {
        height: 180px;
        border-radius: 20px 20px 0 0;
    }
    
    .story-content-container {
        padding: 20px 16px 16px;
        gap: 12px;
    }
    
    .success-stories-title {
        font-size: 2.5rem;
    }
}

/* ========================================= */
/* EXPANDED SERVICE CARD STYLES */
/* ========================================= */

.service-card.expanded {
    width: 100%;
    max-width: 780px;
    background: var(--business-glass-enhanced);
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    border-radius: 1rem;
    padding: 1.25rem;
    min-height: var(--expanded-card-height);
    display: block;
    position: relative;
    z-index: 10;
    transition: box-shadow 240ms ease, transform 240ms ease;
}

.service-card.expanded .service-card__inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 1rem;
}

.service-card.expanded .service-card__content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0.75rem;
}

.service-card.expanded .service-card__action {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    z-index: 12;
}

.service-card.expanded .service-card__cta {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 999px;
    background: #FCB117;
    border: 1px solid rgba(255,255,255,0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.service-card.expanded .expanded-content {
    width: 100%;
    background: rgba(123,137,80,0.10);
    border-radius: 0.75rem;
    padding: 3rem 1rem 1rem 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 5.25rem;
    max-height: 600px;
    transition: max-height var(--expanded-transition-duration) var(--expanded-easing), opacity calc(var(--expanded-transition-duration) - 80ms) ease;
    opacity: 1;
}

.service-card .expanded-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height calc(var(--expanded-transition-duration) - 40ms) var(--expanded-easing), opacity calc(var(--expanded-transition-duration) - 120ms) ease;
}

.service-card.expanded .expanded-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 0.5rem;
}

.service-card.expanded .expanded-title {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    color: #fff;
}

.service-card.expanded .expanded-description {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
}

.service-card.expanded .expanded-features {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.service-card.expanded .expanded-feature {
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.4rem;
    color: #fff;
    padding-left: 0.5rem;
}

.service-card.expanded .expanded-features {
    padding-left: 0.75rem;
}

.service-card.expanded .expanded-features ul {
    margin: 0;
    padding-left: 1rem;
    list-style: disc;
    list-style-position: outside;
    color: #fff;
}

.service-card.expanded .expanded-features li {
    margin: 0.35rem 0;
    line-height: 1.4;
}

.service-card.expanded .expanded-feature {
    padding-left: 0.75rem;
}

.service-card.expanded .service-card__info,
.service-card.expanded .service-card__icon {
    display: none;
}

/* Utility classes */
.expanded-fast { --expanded-transition-duration: 180ms; }
.expanded-slow { --expanded-transition-duration: 680ms; }
.force-visible {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}
.no-overflow-text {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
}