/* ========== RESET & BASE ========== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Krub', sans-serif;
  color: #000;
  background: #eee;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}

.center-btn {
  text-align: center;
  margin-top: 40px;
}

/* ========== UTILITIES ========== */
.orange { color: #ED7723; }
.bold { font-weight: 700; }
.light { font-weight: 300; }

.section-title {
  font-size: 30px;
  font-weight: 300;
  color: #000;
  text-align: center;
  line-height: 45px;
  margin-bottom: 30px;
}

.section-title strong {
  font-weight: 700;
}

.section-title .orange {
  color: #ED7723;
}

.section-title .bold {
  font-weight: 700;
}

.section-title .light {
  font-weight: 300;
}

/* ========== CTA BUTTONS ========== */
.btn-cta {
  display: inline-block;
  padding: 10px 40px;
  background: linear-gradient(to bottom, #408d81, #104036);
  color: #fff;
  font-family: 'Krub', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 68px;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.btn-cta:hover {
  opacity: 0.85;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 50px;
  background: linear-gradient(to bottom, #4DC247, #198016);
  color: #fff;
  font-family: 'Krub', sans-serif;
  font-size: 24px;
  font-weight: 500;
  border-radius: 68px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.btn-whatsapp:hover {
  opacity: 0.85;
}

/* ========== SECTION 1 - HERO (block-11, 677px) ========== */
.hero {
  background: url('images/bg-001-1920w.webp') center top / cover no-repeat;
  height: 677px;
  position: relative;
  overflow: hidden;
}

.hero-container {
  position: relative;
  height: 100%;
  padding: 0;
  max-width: 1260px;
}

.hero-logo {
  position: absolute;
  left: 1038px;
  top: 73px;
  width: 173px;
  height: 69px;
  object-fit: contain;
  z-index: 2;
}

.hero-content {
  position: absolute;
  left: 608px;
  top: 0;
  max-width: 558px;
}

.hero h1 {
  font-size: 40px;
  line-height: 43px;
  color: #000;
  margin-bottom: 0;
  position: absolute;
  top: 196px;
  left: 0;
  width: 470px;
}

.hero h1 .light {
  font-weight: 300;
}

.hero h1 .bold {
  font-weight: 700;
}

.hero h1 .orange {
  color: #ED7723;
}

.hero-subtitle {
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  color: #000;
  margin-bottom: 0;
  position: absolute;
  top: 399px;
  left: 0;
  width: 558px;
}

.hero-subtitle strong {
  font-weight: 700;
}

.hero .btn-cta {
  position: absolute;
  top: 535px;
  left: 0;
  width: 238px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== SECTION 2 - DARK CTA (block-12, 386px) ========== */
.dark-cta {
  background: url('images/agrupar-5-1280w.webp') center / cover no-repeat;
  height: 386px;
  position: relative;
  overflow: hidden;
}

.dark-cta .container {
  position: relative;
  height: 100%;
  padding: 0;
  max-width: 1260px;
}

.dark-cta-content {
  position: relative;
  height: 100%;
}

.dark-cta-text {
  position: absolute;
  left: 0;
  top: 119px;
  width: 429px;
}

.dark-cta-text p {
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
}

.dark-cta-text strong {
  font-weight: 700;
}

.dark-cta-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 340px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

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

/* ========== SECTION 3 - PERSONALIZE (block-14, 413px) ========== */
.personalize {
  background: url('images/retangulo-2-1920w.webp') center / cover no-repeat;
  height: 413px;
  position: relative;
}

.personalize .container {
  position: relative;
  height: 100%;
  padding: 0;
  max-width: 1260px;
}

.personalize .section-title {
  text-align: center;
  padding-top: 82px;
  margin-bottom: 0;
  color: #ED7723;
}

.personalize-grid {
  display: flex;
  justify-content: center;
  gap: 120px;
  margin-top: 50px;
}

.personalize-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.personalize-item:nth-child(1) img {
  width: 57px;
  height: 68px;
  object-fit: contain;
}

.personalize-item:nth-child(2) img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.personalize-item:nth-child(3) img {
  width: 59px;
  height: 68px;
  object-fit: contain;
}

.personalize-item span {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 35px;
  margin-top: 46px;
  white-space: nowrap;
}

/* ========== SECTION 5 - FAQ (block-20, 837px) ========== */
.faq {
  background: url('images/retangulo-2-1920w.webp') center / cover no-repeat;
  min-height: 837px;
  padding: 0 0 80px;
}

.faq .section-title {
  text-align: center;
  color: #ED7723;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  padding-top: 103px;
}

.accordion-wrapper {
  max-width: 787px;
  margin: 0 auto;
  margin-top: 12px;
}

.accordion-list {
  list-style: none;
}

.accordion-list li {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  position: relative;
}

.accordion-toggle {
  display: block;
  width: 100%;
  cursor: pointer;
  font-weight: 500;
  line-height: 3;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 40px;
  user-select: none;
  color: #000;
  font-family: 'Krub', sans-serif;
  position: relative;
}

.accordion-toggle::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #262626;
  border-right: none;
  border-bottom: none;
  position: absolute;
  right: 2%;
  top: 25px;
  transform: rotate(135deg);
  transition: all 0.2s ease-in-out;
}

.accordion-toggle.active::after {
  transform: rotate(225deg);
}

.accordion-toggle:hover {
  transition: all 0.3s ease-in-out;
}

.accordion-content {
  display: none;
}

.accordion-content p {
  padding: 10px 25px 30px;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 2;
  font-family: 'Krub', sans-serif;
  text-align: left;
}

/* ========== SECTION 6 - PACKAGING (block-33, 543px) ========== */
.packaging {
  background: url('images/retangulo-2-1920w.webp') center / cover no-repeat;
  height: 543px;
  position: relative;
}

.packaging .container {
  height: 100%;
  position: relative;
  padding: 0;
  max-width: 1260px;
}

.packaging-content {
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 100%;
}

.packaging-image {
  position: absolute;
  left: 73px;
  top: 10px;
}

.packaging-image img {
  width: 584px;
  height: 382px;
  object-fit: contain;
}

.packaging-text {
  position: absolute;
  left: 685px;
  top: 70px;
}

.packaging-text h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 38px;
  margin-bottom: 30px;
  width: 347px;
}

.packaging-text p {
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
  color: #000;
  width: 501px;
}

.packaging-text p .medium {
  font-weight: 500;
}

.packaging-text .orange {
  color: #ED7723;
}

.packaging-tagline {
  position: absolute;
  left: 297px;
  top: 357px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.verified-icon {
  width: 43px;
  height: 42px;
}

.packaging-tagline span {
  font-size: 20px;
  font-weight: 500;
  color: #ED7723;
}

.packaging .center-btn {
  position: absolute;
  left: 487px;
  top: 430px;
  margin-top: 0;
  text-align: left;
}

.packaging .center-btn .btn-cta {
  width: 265px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ========== SECTION 7 - TESTIMONIALS (block-19, 508px) ========== */
.testimonials {
  background: url('images/retangulo-2-1920w.webp') center / cover no-repeat;
  min-height: 508px;
  padding: 41px 0 60px;
}

.testimonials .section-title {
  text-align: center;
  line-height: 38px;
  margin-bottom: 40px;
  font-size: 30px;
  padding-top: 0;
}

.shadow-effect {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

.shadow-effect b {
  color: #1F4E79;
  font-weight: 700;
  font-size: 16px;
}

.stars {
  color: #FFD700;
  font-size: 20px;
  margin: 8px 0;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
}

#customers-testimonials .item {
  text-align: center;
  padding: 40px 10px;
  margin-bottom: 0;
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #1F4E79;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 50%;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #1F4E79;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

/* ========== SECTION 8 - CONTACT CTA (block-47, 200px) ========== */
.contact-cta {
  background: url('images/retangulo-5-copiar-1920w.webp') center / cover no-repeat;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.contact-container {
  position: relative;
  height: 100%;
  padding: 0;
  max-width: 1260px;
}

.contact-text {
  position: absolute;
  left: 55px;
  top: 50px;
  width: 542px;
}

.contact-text p {
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
}

.contact-text strong {
  font-weight: 700;
}

.contact-cta .btn-whatsapp {
  position: absolute;
  left: 739px;
  top: 54px;
  width: 398px;
  height: 73px;
}

/* ========== FOOTER (block-54, 220px) ========== */
.footer {
  background: url('images/retangulo-2-1920w.webp') center / cover no-repeat;
  height: 220px;
  position: relative;
}

.footer .container {
  position: relative;
  height: 100%;
  padding: 0;
  max-width: 1260px;
}

.footer-logo {
  position: absolute;
  left: 546px;
  top: 51px;
  width: 173px;
  height: 69px;
  object-fit: contain;
}

.copyright {
  position: absolute;
  left: 311px;
  top: 132px;
  width: 638px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
}

.privacy-btn {
  position: absolute;
  left: 496px;
  top: 148px;
  width: 274px;
  height: 42px;
  background: transparent;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
  cursor: pointer;
  border-radius: 48px;
}

.privacy-btn:hover {
  text-decoration: underline;
}

/* ========== MODAL ========== */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  max-width: 600px;
  width: 90%;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

.modal-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #1F4E79;
}

.modal-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1300px) {
  .hero {
    overflow: visible;
  }

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

  .hero-logo {
    left: auto;
    right: 20px;
  }

  .hero-content {
    left: auto;
    right: 50px;
    width: 470px;
  }

  .hero h1 {
    width: 100%;
  }

  .hero-subtitle {
    width: 100%;
  }

  .packaging .container {
    padding: 0 20px;
  }

  .contact-container {
    padding: 0 20px;
  }

  .dark-cta .container {
    padding: 0 20px;
  }

  .footer .container {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .hero {
    height: auto;
    min-height: auto;
    padding: 0;
    background: #f5f5f5;
    overflow: visible;
  }

  .hero-logo {
    position: static;
    left: auto;
    display: block;
    margin: 0 auto 20px;
  }

  .hero-container {
    display: flex;
    flex-direction: column;
    padding: 30px 20px 0;
  }

  .hero-content {
    position: static;
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 34px;
    position: static;
    padding-top: 0;
    width: 100%;
    margin-bottom: 16px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 26px;
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .hero .btn-cta {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .hero::after {
    content: '';
    display: block;
    width: 100%;
    height: 450px;
    background: url('images/bg-001-1920w.webp') 35% center / cover no-repeat;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 15%, rgba(0,0,0,1) 40%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 15%, rgba(0,0,0,1) 40%);
  }

  .section-title {
    font-size: 24px;
    line-height: 36px;
  }

  .dark-cta {
    height: auto;
    min-height: auto;
    padding: 70px 0 30px;
    overflow: visible;
  }

  .dark-cta .container {
    padding: 0 20px;
  }

  .dark-cta-content {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .dark-cta-text {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .dark-cta-text p {
    font-size: 20px;
    line-height: 28px;
  }

  .dark-cta-image {
    position: static;
    transform: none;
    width: 100%;
    height: 250px;
  }

  .personalize {
    height: auto;
    padding: 50px 0 40px;
  }

  .personalize .container {
    padding: 0 20px;
  }

  .personalize .section-title {
    padding-top: 0;
  }

  .personalize-grid {
    flex-wrap: wrap;
    gap: 30px 40px;
  }

  .personalize-item {
    min-width: 150px;
  }

  .personalize-item:nth-child(1) img,
  .personalize-item:nth-child(2) img,
  .personalize-item:nth-child(3) img {
    width: 50px;
    height: 50px;
  }

  .personalize-item span {
    font-size: 16px;
    margin-top: 15px;
    white-space: normal;
  }

  .packaging {
    height: auto;
    padding: 30px 0;
  }

  .packaging .container {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }

  .packaging-content {
    display: contents;
  }

  .packaging-image {
    position: static;
    left: auto;
    order: 3;
  }

  .packaging-image img {
    width: 100%;
    height: auto;
  }

  .packaging-text {
    position: static;
    left: auto;
    order: 1;
  }

  .packaging-text h2 {
    font-size: 24px;
    width: 100%;
  }

  .packaging-text p {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
  }

  .packaging-tagline {
    position: static;
    left: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    order: 2;
  }

  .packaging-tagline span {
    font-size: 18px;
  }

  .packaging .center-btn {
    position: static;
    left: auto;
    text-align: center;
    margin-top: 20px;
    order: 4;
  }

  .contact-cta {
    height: auto;
    padding: 30px 0;
    overflow: visible;
  }

  .contact-container {
    padding: 0 20px;
    text-align: center;
  }

  .contact-text {
    position: static;
    width: 100%;
  }

  .contact-text p {
    font-size: 20px;
    line-height: 28px;
  }

  .contact-cta .btn-whatsapp {
    position: static;
    width: auto;
    height: auto;
    margin-top: 20px;
    display: inline-flex;
  }

  .btn-whatsapp {
    font-size: 20px;
    padding: 15px 35px;
  }

  .footer {
    height: auto;
    padding: 30px 0;
  }

  .footer .container {
    padding: 0 20px;
    text-align: center;
  }

  .footer-logo {
    position: static;
    margin: 0 auto 12px;
    display: block;
  }

  .copyright {
    position: static;
    width: 100%;
    margin-bottom: 5px;
  }

  .privacy-btn {
    position: static;
    width: auto;
    height: auto;
  }

  .accordion-toggle {
    font-size: 16px;
    line-height: 23px;
    margin: 15px 0;
  }

  .accordion-content p {
    font-size: 14px;
    line-height: 20px;
  }

  #customers-testimonials .item {
    padding: 30px 5px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .btn-whatsapp {
    font-size: 18px;
    padding: 12px 30px;
  }
}
