/* font-family: "Montserrat", sans-serif; */
/* font-family: "Robecha-Daniera-Regular"; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

@media (max-width: 768px) {
  .container {
    padding: 1rem;
  }
}
/* Hero Section */
.how-its-work-hero {
  background: transparent;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: url("../../assets/images/why-choose/why-choose.png") no-repeat
    center right;
  background-size: cover;
  /* opacity: 0.9; */
  z-index: 0;
  max-height: 390px;
  background-position: left;
}

.how-its-work-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.how-its-work-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 26px;
}

.how-its-work-hero-content {
  max-width: 55%;
  animation: how-its-work-fadeInUp 1s ease-out;
}

@media (max-width: 768px) {
  .how-its-work-hero,
  .container {
    padding: 1rem;
  }
  .how-its-work-hero-content {
    max-width: 100%;
  }
}

.how-its-work-hero h1 {
  font-family: "Robecha-Daniera-Regular";
  font-size: 49px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .how-its-work-hero,
  .container {
    padding: 1rem;
  }
  .how-its-work-hero-content {
    max-width: 100%;
  }
  .how-its-work-hero h1 {
    font-size: 33px;
  }
}

.how-its-work-hero span {
  color: #d9b771;
}

.custom-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.how-its-work-hero-subtitle {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.6;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 350;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .how-its-work-hero,
  .container {
    padding: 1rem;
  }
  .how-its-work-hero-content {
    max-width: 100%;
  }
  .how-its-work-hero h1 {
    font-size: 36px;
  }
  .how-its-work-hero-subtitle {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .custom-button {
    max-width: auto;
    min-width: auto;
    height: auto !important;
    margin: auto;
  }

  .custom-button svg {
    width: 16px;
    height: 16px;
    transition: none !important;
  }
  .custom-button span {
    transition: none !important;
    font-size: 15px !important;
  }
  .custom-button:hover svg {
    transform: none !important;
    font-size: 16px !important;
  }

  .custom-button:hover span {
    transform: none !important;
  }
}

.custom-button:not(.now):hover svg {
  transform: translateX(370px);
}

.how-its-work-cta-button {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  background: transparent;
  border: 2px solid #2c3e50;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.how-its-work-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #2c3e50;
  transition: left 0.3s ease;
  z-index: -1;
}

.how-its-work-cta-button:hover::before {
  left: 0;
}

.how-its-work-cta-button:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3);
}

.how-its-work-cta-button::after {
  content: "→";
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.how-its-work-cta-button:hover::after {
  transform: translateX(5px);
}
/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-subtitle {
  font-family: "Robecha-Daniera-Regular";
  color: #050405;
  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #2c3e50;
  margin-bottom: 20px;
}

.section-description {
  font-size: 1.1rem;
  color: #5a6c7d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, #f8f4e6 0%, #f0e6d2 100%);
  padding: 100px 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content {
  animation: fadeInUp 1s ease-out;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #2c3e50;
  margin-bottom: 24px;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #5a6c7d;
  margin-bottom: 40px;
  line-height: 1.6;
}

.hero-cta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-image {
  position: relative;
  animation: fadeInRight 1s ease-out 0.3s both;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Features Section */
.features {
  max-width: 100%;
}

.features-grid {
  width: 96%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  justify-content: center;
}

.features-grid > .feature-card:nth-child(4),
.features-grid > .feature-card:nth-child(5) {
  flex: 0 1 377px; /* Don’t grow, allow shrinking, base width 320px */
}
@media (max-width: 1100px) {
  .features-grid > .feature-card:nth-child(4),
  .features-grid > .feature-card:nth-child(5) {
    flex: 1 1 320px; /* Don’t grow, allow shrinking, base width 320px */
  }
  .features-grid {
    width: 100%;
  }
}

.feature-card {
  background: #304036;
  padding: 35px 35px;
  border-radius: 16px;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  flex: 1 1 320px;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(212, 130, 42, 0.1) 0%,
    rgba(212, 130, 42, 0.05) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  color: #050405;
  position: relative;
  z-index: 2;
  opacity: 0.6;
  transition: all 0.3s ease-in;
}
.feature-card:hover .feature-icon {
  opacity: 1;
}

.feature-icon svg {
  width: 100%;
  height: 100%;
}

.feature-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: white;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;

  transition: all 0.3s ease-in;
}
.feature-card:hover .feature-title {
  color: #d9b771;
}

.feature-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d9b771;
  display: block;
  margin-top: 10px;
}

.feature-description {
  color: white;
  opacity: 0.6;
  width: 104%;
  line-height: 1.55;
  font-size: 15px;
  position: relative;
  font-weight: 300;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease-in;
}

.feature-card:hover .feature-description {
  opacity: 1;
}

/* Testimonials Section */
.testimonials {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-rating {
  margin-bottom: 20px;
}

.star {
  color: #050405;
  font-size: 1.2rem;
  margin-right: 2px;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #2c3e50;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-size: 1.1rem;
  color: #2c3e50;
  margin-bottom: 5px;
}

.author-title {
  color: #5a6c7d;
  font-size: 0.9rem;
}

/* Gold Treatment Section */
.gold-treatment-section {
  padding: 4rem 0;
}

.gold-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .gold-content {
    grid-template-columns: 1.2fr 2fr;
  }
}

.gold-image {
  margin: auto;
  border-radius: 1.5rem;
}

.gold-image:hover {
  transform: scale(1.01);
}

.electrode-comparison {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.electrode-comparison p {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.electrode-types {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.electrode-type {
  text-align: center;
}

.electrode {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}

.electrode.small {
  background: #050505;
}
.electrode.medium {
  background: #6b7280;
}
.electrode.large {
  background: #9ca3af;
}
.electrode.gold {
  background: #f59e0b;
}

.electrode-type span {
  font-size: 0.75rem;
  color: #6b7280;
}

.treatment-head {
  display: flex;
  justify-content: center;
}

.head-visualization {
  width: 12rem;
  height: 12rem;
  background: linear-gradient(135deg, #050505, #000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.electrode-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.electrode-pad {
  width: 3rem;
  height: 3rem;
  background: #f59e0b;
  border-radius: 0.25rem;
}

.center-point {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  border-radius: 50%;
}

.gold-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.gold-text h2 {
  font-size: 2.52rem;
  font-weight: 200;
  color: #050405;
  margin-bottom: 1rem;
  font-family: "Robecha-Daniera-Regular";
}

.gold-text p {
  width: 95%;
  color: #050505;
  font-size: 17.2px;
  line-height: 1.4;
  font-family: "Montserrat";
  font-weight: 300;
}
.gold-text p:not(:last-child) {
  margin-bottom: 22px;
}

.gold-text p:last-child strong {
  font-weight: 600;
  margin-right: 10px;
}

.gold-text p:last-child span {
  font-style: italic;
  font-size: 16px;
  margin-left: 9px;
}

@media screen and (max-width: 767px) {
  .gold-text p {
    width: 100%;
  }
}

/* Base Styles */
.benefits-section {
  max-width: 1200px;
  margin: 0 auto;
}
.benefits-section h2 {
  font-family: "Robecha-Daniera-Regular";
  font-size: 2.8rem;
  font-weight: 300;
  text-align: center;
  color: #050405;
  margin-bottom: 3rem;
  max-width: 560px;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 50px;
}

/* Benefit Item */
.benefit-item {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 5rem;
}

/* Reverse layout on large screens */
.benefit-item.reverse {
  flex-direction: row-reverse;
}

/* Image & Content Flexing */

.benefit-content {
  width: 100%;
}
.benefit-content p {
      margin-top:10px; 
}

/* Image Box */
.benefit-image {
  width: 70%;
  background: #f3f4f6;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 300px;
}
.benefit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.benefit-image img:hover {
  transform: scale(1.1);
}

/* Text Content */
.benefit-content h3 {
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-weight: 600;
  color: #050405;
  opacity: 0.8;
  margin-bottom: 19px;
}
.benefit-content p {
  font-family: "Montserrat";
  font-size: 24px;
  line-height: 1.3;
  color: #050405;
  font-weight: 350;
  width: 96%;
}

/* MOBILE: Stack vertically */
@media (max-width: 767px) {
  .benefit-item {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .benefit-item:nth-of-type(even) {
    flex-direction: column-reverse;
    text-align: center;
  }
  .benefit-image {
    max-width: 400px;
  }
  .benefit-image,
  .benefit-content {
    width: 100%;
  }
  .benefit-content p {
    margin: 0 auto 1rem;
    max-width: 600px;
    font-size: 17px;
  }
  .benefit-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .benefits-section h2 {
    font-size: 2rem;
  }
}

/* TABLET: moderate sizing */
@media (min-width: 768px) and (max-width: 1023px) {
  .benefit-item {
    flex-direction: row;
  }
  .benefit-image,
  .benefit-content {
    flex: 1 1 50%;
  }
  .benefits-section h2 {
    font-size: 2.4rem;
  }
}

/* FAQ CTA Section */
.faq-cta-section {
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow-y: hidden;
}

.faq-cta-section .faq-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 800px;
  width: 100%;
  background: #2f4136;
}

.faq-cta-section .faq-bg img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
  position: absolute;
  top: 20px;
}

.faq-cta-section h2 {
  font-size: 40px;
  font-weight: 300;
  color: #d9b771;
  margin-bottom: 15px;
  font-family: "Robecha-Daniera-Regular";
}

@media (max-width: 767px) {
  .faq-cta-section .faq-bg img {
    display: none;
  }
  .faq-cta-section h2 {
    margin: 30px 0;
    line-height: 40px;
    font-size: 31px;
    padding: 0 10px;
  }
}
.faq-cta-section p {
  max-width: 530px;
  margin: auto;
  color: white;
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 30px;
  font-family: "Montserrat";
  font-weight: 300;
}

.faq-cta-section strong {
  max-width: 530px;
  margin: auto;
  color: white;
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 30px;
  font-family: "Montserrat";
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq-cta-section p {
    width: 96%;
    margin: auto;
  }
}

.faq-cta-section .faq-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.reach-out-link {
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.reach-out-link:hover {
  color: #fde68a;
}

.btn-faq {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 3rem;
}

.btn-faq:hover {
  background: white;
  color: #047857;
}

.custom-button:not(.now):hover svg {
  transform: translateX(100px);
}

@media (max-width: 767px) {
  .benefits-section h2 {
    margin-top: 50px;

    margin-bottom: 50px;
  }
  .gold-text h2 {
    font-size: 2.2rem;
    font-weight: 200;
    color: #050405;
    margin-bottom: 1rem;
    font-family: "Robecha-Daniera-Regular";
    line-height: 1.2;
  }
  .gold-treatment-section {
    padding: 1rem 0;
  }
  .benefits-section h2 {
    font-size: 28px;
  }
}
