: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);
  --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 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #101014;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  z-index: 1;
  margin-top: clamp(80px, 10vw, 120px);
}

.hero-section::before,
.hero-section::after {
  content: '';
  position: absolute;
  width: 26.25rem;
  height: 26.25rem;
  border-radius: 50%;
  filter: blur(18.75rem);
  z-index: 1;
}

.hero-section::before {
  left: 2.5rem;
  top: 2.5rem;
  background: #8CA148;
}

.hero-section::after {
  right: 2.5rem;
  top: 2.5rem;
  background: #3F56B1;
}

.hero-content-wrapper {
  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;
}

.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;
}

.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);
}

.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;
}

.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);
}

.hero-content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 4rem;
  position: absolute;
  width: min(69.3125rem, calc(100% - 2rem));
  height: 35.25rem;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  box-sizing: border-box;
}

.hero-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 35rem;
  height: 25.625rem;
}

.hero-main-title {
  width: 37.4375rem;
  height: 13.5rem;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 4.5rem, 4.5rem);
  line-height: 6.75rem;
  color: #FFFFFF;
  margin: 0;
}

.hero-content-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 37.4375rem;
  height: 11.375rem;
}

.hero-description {
  width: 36.875rem;
  height: 6.75rem;
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1.5rem, 1.5rem);
  line-height: 2.25rem;
  color: #F7F7F7;
  margin: 0;
}

.hero-cta-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  height: 3.125rem;
}

.hero-cta-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.84375rem 1.5rem;
  gap: 0.625rem;
  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);
}

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

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

.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-text {
  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;
}

.hero-cta-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: #FFFFFF;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.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;
  flex: 1;
  min-width: 470px;
  min-height: 564px;
  margin-left: 2rem;
}

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

.hero-image-1 {
  left: 0px;
  top: 0px;
}

.hero-image-2 {
  left: 100px;
  top: 230px;
  z-index: 6;
}

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

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

.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);
}

.hero-blur-orb-1,
.hero-blur-orb-2 {
  position: absolute;
  width: 11.375rem;
  height: 11.375rem;
  background: #8CA340;
  filter: blur(8.4375rem);
  z-index: 1;
  opacity: 0.6;
}

.hero-blur-orb-1 {
  left: calc(50% - 11.375rem/2 - 13.5rem);
  top: 6.9375rem;
}

.hero-blur-orb-2 {
  left: calc(50% - 11.375rem/2 - 69.5625rem);
  top: 37.1875rem;
}

/* ========================================= */
/* HERO RESPONSIVE DESIGN */
/* ========================================= */

@media (max-width: 1024px) {
  .hero-content-wrapper {
    max-width: 90%;
    min-height: 45rem;
  }
  
  .hero-main-title,
  .hero-description {
    padding-left: 60px;
  }

  .hero-cta-button {
    margin-left: 60px;
  }
  
  .hero-cta-button--secondary {
    margin-left: 0px;
  }
  
  .hero-content {
    gap: 3rem;
    width: min(69.3125rem, calc(100% - 3rem));
  }
  
  .hero-text-content {
    max-width: 32rem;
  }
  
  .hero-visual-content {
    min-width: 400px;
    min-height: 500px;
  }
  
  .hero-image-1,
  .hero-image-2 {
    width: 320px;
    height: 290px;
  }
  
  .hero-image-2 {
    left: 80px;
    top: 210px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 80vh;
    padding: 1.5rem 1rem;
  }
  
  .hero-section::before,
  .hero-section::after {
    width: 15rem;
    height: 15rem;
    filter: blur(10rem);
  }
  
  .hero-section::before {
    left: 1rem;
    top: 1rem;
  }
  
  .hero-section::after {
    right: 1rem;
    top: 1rem;
  }
  
  .hero-content-wrapper {
    max-width: 95%;
    height: auto;
    min-height: 400px;
    border-radius: 1.5rem;
    padding: 1.5rem 1rem;
  }
  
  .hero-content {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    text-align: center;
  }
  
  .hero-text-content {
    order: 1;
    text-align: center;
    max-width: 100%;
    width: 100%;
    height: auto;
    align-items: center;
    gap: 1rem;
  }
  
  .hero-main-title {
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
  
  .hero-content-block {
    width: 100%;
    height: auto;
    align-items: center;
    gap: 1rem;
  }
  
  .hero-description {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    padding-left: 0;
  }
  
  .hero-cta-container {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    height: auto;
  }
  
  .hero-cta-button {
    width: 100%;
    max-width: 280px;
    min-width: auto;
    font-size: 16px;
    padding: 12px 20px;
    margin-left: 0;
  }
  
  .hero-visual-content {
    order: 2;
    width: 100%;
    max-width: 600px;
    height: 250px;
    min-width: auto;
    min-height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  
  .hero-image-1,
  .hero-image-2 {
    position: relative;
    width: 45%;
    height: 100%;
    left: 0;
    top: 0;
    flex-shrink: 0;
  }
  
  .hero-inner-container,
  .hero-right-line,
  .hero-grid-background,
  .hero-blur-orb-1,
  .hero-blur-orb-2 {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-section {
    margin-top: 80px;
    padding: 1rem 0.75rem;
    min-height: 70vh;
  }
  
  .hero-content-wrapper {
    padding: 1rem;
    border-radius: 1rem;
    min-height: 350px;
  }
  
  .hero-text-content {
    gap: 0.5rem;
  }
  
  .hero-content {
    gap: 1.5rem;
    padding: 0.5rem;
  }
  
  .hero-main-title {
    font-size: 32px;
    line-height: 1.1;
  }
  
  .hero-section::before,
  .hero-section::after {
    width: 12rem;
    height: 12rem;
    filter: blur(8rem);
  }
  
  .hero-section::before {
    left: 0.5rem;
    top: 0.5rem;
  }
  
  .hero-section::after {
    right: 0.5rem;
    top: 0.5rem;
  }
  
  .hero-description {
    font-size: 14px;
    margin-bottom: 1rem;
  }
  
  .hero-cta-button {
    padding: 0.875rem 1.25rem;
    height: 2.75rem;
    font-size: 14px;
  }
  
  .hero-cta-text {
    font-size: 1rem;
  }
  
  .hero-visual-content {
    max-width: 320px;
    height: 200px;
    gap: 0;
  }
  
  .hero-image-1 {
    width: 100%;
    height: 100%;
  }
  
  .hero-image-2 {
    display: none;
  }
}

/* ========================================= */
/* 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;
}

.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 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  justify-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.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);
}

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

.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;
  transition: all 0.3s ease;
}

.service-card:hover .service-card__icon i {
  transform: scale(1.1);
}

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

.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;
}

.service-card__action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
}

.service-card__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  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;
}

.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;
}

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

/* Services Responsive */
@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__cta {
    width: 28px;
    height: 28px;
    padding: 6px;
  }
  
  .service-card__arrow {
    width: 14px;
    height: 14px;
  }
  
  .service-card__title {
    font-size: 1.375rem;
  }
  
  .service-card__subtitle {
    font-size: 0.95rem;
  }
  
  .service-card__description {
    font-size: 0.9rem;
  }
}

@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__title {
    font-size: 1.25rem;
  }
  
  .service-card__subtitle {
    font-size: 0.9rem;
  }
  
  .service-card__description {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

/* ========================================= */
/* 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;
  min-height: 100vh;
}

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

.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;
}

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

.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);
}

.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;
}

.choose-benefit-card__icon {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: 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;
  transition: all 0.3s ease;
}

.choose-benefit-card:hover .choose-benefit-card__icon i {
  transform: scale(1.1);
}

.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;
}

.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;
}

.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 Responsive */
@media (max-width: 1024px) {
  .choose-benefits-grid {
    gap: 10px;
  }
  
  .choose-benefit-card {
    max-width: 250px;
    height: 180px;
  }
  
  .choose-benefit-card__inner {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .choose-solar-section {
    padding: 60px 20px;
  }
  
  .choose-solar-header {
    margin-bottom: 40px;
  }
  
  .choose-benefits-grid {
    gap: 20px;
  }
  
  .choose-benefit-card {
    max-width: 220px;
    height: 160px;
  }
  
  .choose-benefit-card__inner {
    padding: 16px;
  }
  
  .choose-benefit-card__icon {
    margin-bottom: 12px;
  }
  
  .choose-benefit-card__icon i {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  
  .choose-benefit-card__title {
    font-size: 14px;
  }
  
  .choose-benefit-card__description {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .choose-solar-section {
    padding: 40px 15px;
    min-height: auto;
  }
  
  .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: 12px;
  }
  
  .choose-benefit-card__icon {
    margin-bottom: 8px;
  }
  
  .choose-benefit-card__icon i {
    width: 18px;
    height: 18px;
    font-size: 9px;
  }
}

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

.success-stories-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 20px;
    gap: 10px;
    width: 100%;
    position: relative;
    background: transparent;
    z-index: 2;
}

/* - Main Container */
.success-stories-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* Success Stories Title */
.success-stories-title {
    width: 100%;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(36px, 5vw, 72px);
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #7B8950;
    margin: 0;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
}
.success-stories-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}
/* - Stories Content */
.stories-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px;
    gap: 24px;
    width: 100%;
    max-width: 1120px;
    position: relative;
}

/*  - Navigation Controls */
.stories-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 12px;
    width: 100px;
    height: 44px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Navigation Arrows */
.nav-arrow {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-arrow-left {
    border: 1px solid #7B8950;
    background: transparent;
}

.nav-arrow-right {
    background: #7B8950;
    border: none;
}

.nav-arrow:hover {
    transform: scale(1.1);
}

/* Arrow Icons */
.arrow-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.arrow-left {
    transform: rotate(180deg);
}

.arrow-icon::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: #7B8950;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    border-radius: 1px;
}

.arrow-icon::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #7B8950;
    border-right: 2px solid #7B8950;
    top: 50%;
    right: 20%;
    transform: translateY(-50%) rotate(45deg);
}

.nav-arrow-right .arrow-icon::before,
.nav-arrow-right .arrow-icon::after {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

/* Success Stories Grid */
.success-stories-grid {
    width: 100%;
    max-width: 1120px;
    height: 712px;
    position: relative;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

/* Story Cards */
.story-card {
    position: absolute;
    width: 560px;
    height: 356px;
    border-radius: 16px;
    overflow: hidden;
}

/* Story Card Positioning */
.story-card-1 {
    left: 0px;
    top: 0px;
    background: linear-gradient(114.38deg, rgba(65, 68, 52, 0.1) 0%, rgba(128, 140, 74, 0.1) 100%);
    border-bottom: 1px solid #E6AA28;
}

.story-card-2 {
    left: 560px;
    top: 0px;
    background: transparent;
    border-left: 1px solid #E6AA28;
}

.story-card-3 {
    left: 0px;
    top: 356px;
    background: transparent;
    border-right: 1px solid #E6AA28;
}

.story-card-4 {
    left: 560px;
    top: 356px;
    background: linear-gradient(114.38deg, rgba(128, 140, 74, 0.1) 0.23%, rgba(65, 68, 52, 0.1) 100%);
    border-top: 1px solid #E6AA28;
}

.story-card-1::before {
    content: '';
    position: absolute;
    width: 252px;
    height: 1px;
    right: -250px;
    top: 23px;
    background: rgba(123, 137, 80, 0.3);
    transform: rotate(90deg);
}

.story-card-1::after {
    content: '';
    position: absolute;
    width: 346px;
    height: 1px;
    right: 80px;
    bottom: 0px;
    background: rgba(123, 137, 80, 0.3);
}

.story-card-4::before {
    content: '';
    position: absolute;
    width: 252px;
    height: 1px;
    left: 0px;
    top: 23px;
    background: rgba(123, 137, 80, 0.3);
    transform: rotate(90deg);
}

.story-card-4::after {
    content: '';
    position: absolute;
    width: 346px;
    height: 1px;
    right: 130px;
    top: 4px;
    background: rgba(123, 137, 80, 0.3);
}

/*  - Story Content */
.story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;
    position: absolute;
    width: 480px;
    height: 253px;
    left: 40px;
    top: 51px;
}

/* - Story Text */
.story-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 480px;
    height: 127px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

/*  - Story Info */
.story-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 480px;
    height: 69px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

/* Story Company */
.story-company {
    width: 480px;
    height: 23px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

/* Story Title */
.story-title {
    width: 480px;
    height: 36px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

/* Story Description */
.story-description {
    width: 480px;
    height: auto;
    min-height: 42px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

/* Story Stats */
.story-stats {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 24px;
    width: 317px;
    height: 110px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Story Stat */
.story-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 28px;
    height: 110px;
    background: #323828;
    border-radius: 12px;
    flex: none;
    flex-grow: 0;
}

.story-stat:first-child {
    width: 152px;
}

.story-stat:last-child {
    width: 141px;
    padding: 8px 24px;
}

/* Stat Content */
.stat-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Stat Indicator */
.stat-indicator {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Stat Details */
.stat-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 100%;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Stat Label */
.stat-label {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Stat Value */
.stat-value {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Central Logo */
.central-logo {
    box-sizing: border-box;
    position: absolute;
    width: 140px;
    height: 140px;
    left: calc(50% - 70px);
    top: calc(50% - 70px);
    background: rgba(255, 255, 255, 0.635);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    border-radius: 80px;
}

/* Logo Container */
.logo-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 15px;
    position: absolute;
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    background: #FFFFFF;
    border-radius: 43.5px;
}

/* Logo Icon */
.logo-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    order: 0;
    flex-grow: 0;
}

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

/* Logo Orbs */
.logo-orb-1,
.logo-orb-2 {
    position: absolute;
    width: 140px;
    height: 140px;
    left: calc(50% - 70px);
    top: calc(50% - 70px);
    border-radius: 50%;
    pointer-events: none;
}

.logo-orb-1 {
    background: linear-gradient(150.87deg, rgba(140, 163, 64, 0) 31.23%, #8CA340 90.89%);
}

.logo-orb-2 {
    background: linear-gradient(33.31deg, rgba(140, 163, 64, 0) 26.63%, #8CA340 90.83%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* Logo Accents */
.logo-accent-1,
.logo-accent-2 {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #FCB117;
    border-radius: 50%;
}

.logo-accent-1 {
    right: -3px;
    top: calc(50% - 4px);
}

.logo-accent-2 {
    left: -3px;
    top: calc(50% + 8px);
}

/* ========================================= */
/* SUCCESS STORIES RESPONSIVE DESIGN */
/* ========================================= */

/* Large Desktop (1200px and above) - Maintain original layout */
@media (min-width: 1200px) {
    .success-stories-grid {
        height: 712px;
    }
    
    .story-card {
        width: 560px;
        height: 356px;
    }
    .success-stories-subtitle {
        margin-bottom: 30px;
        font-size: 18px;
    }
    
    .story-card-1 { left: 0px; top: 0px; }
    .story-card-2 { left: 560px; top: 0px; }
    .story-card-3 { left: 0px; top: 356px; }
    .story-card-4 { left: 560px; top: 356px; }
}

/* Medium Desktop (1024px - 1199px) */
@media (max-width: 1199px) and (min-width: 1025px) {
    .success-stories-section {
        padding: 80px 15px;
    }
    
    .success-stories-container {
        max-width: 95%;
    }
    
    .stories-content {
        max-width: 95%;
    }
    
    .success-stories-grid {
        max-width: 900px;
        height: 600px;
        position: relative;
    }
    
    .story-card {
        width: 420px;
        height: 280px;
        position: absolute;
    }
    
    .story-card-1 {
        left: 0;
        top: 0;
    }
    
    .story-card-2 {
        right: 0;
        top: 0;
    }
    
    .story-card-3 {
        left: 0;
        bottom: 0;
    }
    
    .story-card-4 {
        right: 0;
        bottom: 0;
    }
    
    .central-logo {
        left: calc(50% - 60px);
        top: calc(50% - 60px);
        width: 120px;
        height: 120px;
        border-radius: 60px;
        z-index: 20;
    }
    
    .story-content {
        width: 380px;
        left: 20px;
        top: 40px;
    }
    
    .story-text,
    .story-info {
        width: 380px;
    }
    
    .story-company,
    .story-title,
    .story-description {
        width: 380px;
    }
}

/* Tablet Landscape (1024px) - Maintain grid layout but scaled */
@media (max-width: 1024px) and (min-width: 769px) {
    .success-stories-section {
        padding: 80px 15px;
    }
    
    .success-stories-container {
        max-width: 95%;
    }
    
    .stories-content {
        max-width: 100%;
    }
    
    /* Keep the same grid design as desktop but scaled */
    .success-stories-grid {
        width: 100%;
        max-width: 950px;
        height: 600px;
        position: relative;
        margin: 0 auto;
    }
    
    /* Story Cards - Maintain desktop layout but scaled down */
    .story-card {
        position: absolute;
        width: 475px;
        height: 300px;
        border-radius: 16px;
        overflow: hidden;
    }
    
    /* Story Card Positioning - Same layout as desktop */
    .story-card-1 {
        left: 0px;
        top: 0px;
        background: linear-gradient(114.38deg, rgba(65, 68, 52, 0.1) 0%, rgba(128, 140, 74, 0.1) 100%);
    }
    
    .story-card-2 {
        left: 475px;
        top: 0px;
        background: transparent;
    }
    
    .story-card-3 {
        left: 0px;
        top: 300px;
        background: transparent;
    }
    
    .story-card-4 {
        left: 475px;
        top: 300px;
        background: linear-gradient(114.38deg, rgba(128, 140, 74, 0.1) 0.23%, rgba(65, 68, 52, 0.1) 100%);
    }
    
    /* Maintain desktop decorative lines but scaled */
    .story-card-1::before {
        content: '';
        position: absolute;
        width: 200px;
        height: 1px;
        left: calc(50% - 100px);
        bottom: 0px;
        background: rgba(255, 255, 255, 0.1);
        z-index: 2;
    }
    
    .story-card-1::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 150px;
        right: 0px;
        top: calc(50% - 75px);
        background: rgba(255, 255, 255, 0.1);
        z-index: 2;
    }
    
    .story-card-4::before {
        content: '';
        position: absolute;
        width: 200px;
        height: 1px;
        left: calc(50% - 100px);
        top: 0px;
        background: rgba(255, 255, 255, 0.1);
        z-index: 2;
    }
    
    .story-card-4::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 150px;
        left: 0px;
        top: calc(50% - 75px);
        background: rgba(255, 255, 255, 0.1);
        z-index: 2;
    }
    
    /* Central Logo - Same as desktop */
    .central-logo {
        position: absolute;
        left: calc(50% - 75px);
        top: calc(50% - 75px);
        width: 150px;
        height: 150px;
        border-radius: 75px;
        z-index: 20;
    }
    
    .logo-container {
        width: 150px;
        height: 150px;
        border-radius: 75px;
    }
    
    .logo-icon {
        width: 75px;
        height: 75px;
        padding: 15px;
    }
    
    .logo-img {
        width: 45px;
        height: 45px;
    }
    
    /* Content styling - reduced font sizes for 1024px screens */
    .story-content {
        padding: 12px;
        height: calc(100% - 24px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 0px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .story-text {
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 4px;
        margin-bottom: 0px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    
    .story-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 4px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    
    .story-company {
        font-size: 13px;
        margin-bottom: 4px;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    
    .story-title {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 6px;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        white-space: normal;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    
    .story-description {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 0px;
        text-align: center;
        display: block;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        white-space: normal;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    
    .story-stats {
        gap: 2px;
        justify-content: center;
        align-items: center;
        display: none;
        flex-wrap: wrap;
        margin-top: -4px;
    }
    
    .story-stat {
        padding: 4px 4px;
        min-height: 20px;
        text-align: center;
    }
    
    .stat-label {
        font-size: 9px;
    }
    
    .stat-value {
        font-size: 12px;
    }
}

/* Tablet Portrait (768px) - 2x2 grid but stacked */
@media (max-width: 768px) and (min-width: 481px) {
    .success-stories-section {
        padding: 60px 20px;
    }

    .success-stories-subtitle {
        margin-bottom: 25px;
        font-size: 16px;
        padding: 0 20px;
    }
    
    .success-stories-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px;
        height: 600px;
        max-width: 100%;
    }
    
    .story-card {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0 !important;
        top: 0 !important;
    }
    
    .story-card-1 { grid-column: 1; grid-row: 1; }
    .story-card-2 { grid-column: 2; grid-row: 1; }
    .story-card-3 { grid-column: 1; grid-row: 2; }
    .story-card-4 { grid-column: 2; grid-row: 2; }
    
    .central-logo {
        display: none;
    }
    
    .story-content {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        padding: 20px;
        height: auto;
    }
    
    .story-text,
    .story-info {
        width: 100%;
    }
    
    .story-company,
    .story-title,
    .story-description {
        width: 100%;
        text-align: center;
    }
    
    .story-stats {
        display: none;
    }
    
    /* Hide decorative lines on tablet */
    .story-card-1::before,
    .story-card-1::after,
    .story-card-4::before,
    .story-card-4::after {
        display: none;
    }
}

/* Mobile (480px and below) - Single column stack */
@media (max-width: 480px) {
    .success-stories-section {
        padding: 40px 15px;
    }
     .success-stories-subtitle {
        margin-bottom: 20px;
        font-size: 14px;
        padding: 0 15px;
        line-height: 1.5;
    }
    .success-stories-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: auto;
    }
    
    .story-card {
        position: relative;
        width: 100%;
        height: 250px;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 0;
    }
    
    .central-logo {
        display: none;
    }
    
    .story-content {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        padding: 20px;
        height: auto;
        text-align: center;
    }
    
    .story-text {
        text-align: center;
        width: 100%;
        height: auto;
    }
    
    .story-info {
        text-align: center;
        width: 100%;
        height: auto;
    }
    
    .story-company,
    .story-title,
    .story-description {
        text-align: center;
        width: 100%;
        height: auto;
    }
    
    .story-company {
        font-size: 14px;
    }
    
    .story-title {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .story-description {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .story-stats {
        display: none;
    }
    
    /* Hide all decorative elements on mobile */
    .story-card-1::before,
    .story-card-1::after,
    .story-card-4::before,
    .story-card-4::after,
    .logo-orb-1,
    .logo-orb-2,
    .logo-accent-1,
    .logo-accent-2 {
        display: none;
    }
    
    .stories-navigation {
        align-self: center;
        margin-bottom: 20px;
    }
}

/* Small Mobile (320px and below) */
@media (max-width: 320px) {
    .success-stories-section {
        padding: 30px 10px;
    }
    
    .story-card {
        height: 220px;
    }
    
    .story-content {
        padding: 15px;
    }
    
    .story-company {
        font-size: 13px;
    }
    
    .story-title {
        font-size: 16px;
    }
    
    .story-description {
        font-size: 13px;
    }
}

/* Hide central logo on tablets and mobiles */
@media (max-width: 1024px) {
    .central-logo {
        display: none !important;
    }
}

/* ========================================= */
/* 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 .service-card__info,
.service-card.expanded .service-card__icon {
  display: none;
}

.expanded-fast { --expanded-transition-duration: 180ms; }
.expanded-slow { --expanded-transition-duration: 680ms; }