@import url("https://fonts.googleapis.com/css2?family=Economica:ital,wght@0,400;0,700;1,400;1,700&display=swap");

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  appearance: button;
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

body {
  margin: 0;
  background-color: black;
  color: #ffffff;
  position: relative;
  overflow-x: hidden;
}

body,
h1,
input,
textarea,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span,
div,
img,
figure,
figcaption {
  font-family: "Economica", sans-serif;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(45deg, #aa2dad, #997af1);
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(170, 45, 173, 0.2);
}

@media (max-width: 768px) {
  .cta-button {
    padding: 10px 17px;
    font-size: 18px;
  }
}

.cta-button:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(170, 45, 173, 0.4);
  color: rgb(255, 255, 255) !important;
}

.bg-dots {
  z-index: -10;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(#474747 1px, transparent 0.1px);
  background-size: 25px 25px;
}

.floating-shape {
  z-index: -10;
  pointer-events: none;
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.12;
  animation: float 15s infinite ease-in-out;
}

.shape1 {
  z-index: -10;
  pointer-events: none;
  width: 300px;
  height: 300px;
  background-color: #aa2dad;
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}

.shape2 {
  z-index: -10;
  pointer-events: none;
  width: 400px;
  height: 400px;
  background-color: #997af1;
  bottom: -150px;
  left: -150px;
  animation-delay: -5s;
}

.shape3 {
  z-index: -10;
  pointer-events: none;
  width: 250px;
  height: 250px;
  background-color: #ff66c4;
  top: 40%;
  right: 30%;
  animation-delay: -10s;
}

@keyframes float {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(20px, 20px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

/* CONTAINER 1 */

.container1 {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 5vh;

  .left-side {
    flex: 1;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }

  .right-side {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    flex: 1;
    background-image: url("https://marketingdiqua.vercel.app/img/heroImage.png");
    box-shadow: 0 0px 30px rgba(255, 255, 255, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 500px;
  }

  .main-heading {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: clamp(10px, 2vh, 20px);
    color: #ffffff;
  }

  .solutions-text {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 900;
    color: #aa2dad;
    margin-bottom: clamp(15px, 3vh, 30px);
  }

  .description-hashtag {
    width: 100%;
    flex: 1;
    display: block;
    flex-flow: row wrap;
    align-items: start;
    font-size: clamp(18px, 3vw, 26px);
    line-height: 1.5;
    margin-bottom: clamp(15px, 3vh, 30px);
    color: #ffffff;
    max-width: 95%;
  }

  .divider {
    height: 10px;
    width: 90%;
    background: repeating-linear-gradient(
      -45deg,
      #000000,
      #000000 5px,
      #e0e0e0 5px,
      #e0e0e0 10px
    );
    margin: clamp(15px, 3vh, 30px) 0;
    border-radius: 20px;
  }

  .check-items {
    display: flex;
    flex-flow: column wrap;
    gap: clamp(8px, 1.5vh, 15px);
    margin-bottom: clamp(15px, 3vh, 30px);
  }

  .check-item {
    padding: clamp(6px, 1vh, 8px) clamp(10px, 1.5vw, 15px);
    border-radius: 30px;
    font-size: clamp(16px, 2.5vw, 24px);
    color: #ffffff;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .container1 {
    gap: 15px;

    .left-side {
      padding: 30px 0;
    }

    .right-side {
      min-height: 400px;
    }
  }
}

/* Mobile */
@media (max-width: 768px) {
  .container1 {
    flex-direction: column;
    width: 95%;
    margin-top: 2vh;

    .left-side {
      padding: 20px 0;
    }

    .right-side {
      min-height: 300px;
      order: -1; /* Coloca la imagen arriba en móvil */
    }

    .description-hashtag {
      max-width: 100%;
    }

    .divider {
      width: 100%;
    }

    .check-items {
      margin-bottom: 20px;
    }
  }
}

/* Móviles pequeños */
@media (max-width: 480px) {
  .container1 {
    width: 98%;
    margin-top: 1vh;

    .main-heading {
      font-size: clamp(28px, 7vw, 32px);
    }

    .solutions-text {
      font-size: clamp(28px, 7vw, 32px);
    }

    .description-hashtag {
      font-size: clamp(16px, 4.5vw, 18px);
    }

    .check-item {
      font-size: clamp(14px, 4vw, 16px);
    }

    .right-side {
      min-height: 250px;
    }
  }
}

/* CONTAINER 1 */

/* .problem-section */

.problem-section {
  padding: clamp(40px, 8vh, 80px) 0;
  position: relative;
  overflow: hidden;

  .container {
    display: flex;
    flex-flow: row wrap;
    gap: clamp(10px, 2vw, 20px);
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .content {
    flex: 1;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }

  .image-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .problem-header {
    font-size: clamp(28px, 4vw, 38px);
    margin-bottom: clamp(15px, 2vh, 20px);
    font-weight: bold;
    color: #ffffff;
  }

  .problem-header span {
    color: #aa2dad;
  }

  .familiar {
    font-size: clamp(22px, 3vw, 28px);
    margin-bottom: clamp(20px, 3vh, 30px);
    font-weight: bold;
  }

  .problem-list {
    margin-bottom: clamp(20px, 3vh, 30px);
  }

  .problem-item {
    display: flex;
    align-items: center;
    margin-bottom: clamp(10px, 1.5vh, 15px);
    font-size: clamp(18px, 2.5vw, 24px);
  }

  .problem-item .emoji {
    width: clamp(25px, 3vw, 45px);
    height: clamp(25px, 3vw, 45px);
    margin-right: clamp(8px, 1vw, 10px);
    flex-shrink: 0;
  }

  .solution-text {
    margin-bottom: clamp(20px, 2.5vh, 25px);
    color: #a082f0;
    font-size: clamp(20px, 2.8vw, 26px);
    font-weight: bold;
  }

  .cta-subtext {
    font-size: clamp(16px, 2.2vw, 22px);
    margin-top: clamp(20px, 3vh, 29px);
    color: #f5f5f5;
  }

  .highlight-circle {
    display: flex;
    place-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 8px 0px #270a27, 0 0 8px 0px #aa2dad;
    overflow: hidden;
  }

  .highlight-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 0 10px #feadff);
  }

  .highlight-image {
    width: 90%;
    height: auto;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .problem-section {
    .container {
      gap: 15px;
    }

    .highlight-circle {
      width: 100%;
      flex: 1;
    }
  }
}

/* Mobile */
@media (max-width: 768px) {
  .problem-section {
    padding: clamp(30px, 5vh, 40px) 0;

    .container {
      gap: 15px;
      flex-direction: column-reverse; /* Imagen arriba, contenido abajo */
      width: 95%;
    }

    .content {
      width: 100%;
      padding-right: 0;
      margin-bottom: 0;
    }

    .problem-header {
      font-size: clamp(24px, 7vw, 28px);
      margin-bottom: 15px;
    }

    .image-container {
      min-width: auto;
      margin-bottom: 20px;
    }

    .highlight-circle {
      width: clamp(200px, 60vw, 250px);
      height: clamp(200px, 60vw, 250px);
      margin: 0 auto;
    }
  }
}

/* Móviles pequeños */
@media (max-width: 480px) {
  .problem-section {
    padding: 25px 0;

    .problem-header {
      font-size: clamp(22px, 6vw, 24px);
    }

    .familiar {
      font-size: clamp(18px, 5vw, 20px);
      margin-bottom: 15px;
    }

    .problem-item {
      font-size: clamp(16px, 4.5vw, 18px);
    }

    .problem-item .emoji {
      width: 25px;
      height: 25px;
      margin-right: 8px;
    }

    .solution-text {
      font-size: clamp(18px, 5vw, 20px);
    }

    .cta-subtext {
      font-size: clamp(14px, 4vw, 16px);
    }

    .highlight-circle {
      width: clamp(180px, 55vw, 200px);
      height: clamp(180px, 55vw, 200px);
    }
  }
}

.spacer {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  place-content: center;
  align-content: center;
  padding: 25px 0;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: -35px;
}

.spacer .space {
  width: 80%;
  max-width: 800px;
  border-radius: 20px;
  height: 2px;
  /* background-color: #8a25b0; */
}

/* Tablet */
@media (max-width: 992px) {
  .spacer {
    padding: 20px 0;
    margin-top: 80px;
    margin-bottom: -25px;
  }

  .spacer .space {
    width: 90%;
    max-width: 700px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .spacer {
    padding: 15px 0;
    margin-top: 60px;
    margin-bottom: -20px;
  }

  .spacer .space {
    width: 95%;
    max-width: 600px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .spacer {
    padding: 10px 0;
    margin-top: 50px;
    margin-bottom: -15px;
  }

  .spacer .space {
    width: 100%;
    max-width: 400px;
  }
}

/* .problem-section */

/* .solution-section */

.solution-section {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 8vh, 80px) 0;

  .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 90%;
  }

  .section-header {
    text-align: center;
    margin-bottom: clamp(30px, 6vh, 60px);
  }

  .process-label {
    color: #aa2dad;
    font-size: clamp(18px, 2.5vw, 24px);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: clamp(5px, 1vh, 8px);
    border-bottom: 1px solid #aa2dad;
  }

  .title {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: bold;
    margin: clamp(15px, 2vh, 20px) 0;
    line-height: 1.2;
  }

  .subtitle {
    font-size: clamp(18px, 2.5vw, 26px);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    line-height: 1.3;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: clamp(15px, 2.5vw, 25px);
    margin-top: clamp(25px, 4vh, 40px);
  }

  .service-card {
    background-color: rgba(15, 15, 35, 0.8);
    border-radius: 15px;
    padding: 20px 25px 0px 25px;
    transition: all 0.3s ease;
    border: 1px solid rgba(153, 122, 241, 0.2);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column wrap;
    height: 100%;
  }

  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(170, 45, 173, 0.3);
    border: 1px solid rgba(153, 122, 241, 0.5);
  }

  .service-icon {
    width: 100%;
    max-width: clamp(50px, 6vw, 65px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    place-content: center;
    margin-bottom: clamp(15px, 2vh, 20px);
  }

  .service-icon img {
    width: 100%;
    height: auto;
  }

  .service-title {
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: bold;
    margin-bottom: clamp(8px, 1.2vh, 12px);
    color: #ffffff;
  }

  .service-description {
    font-size: clamp(16px, 2.2vw, 24px);
    color: #ffffff;
    line-height: 1.5;
    flex-grow: 1;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .solution-section {
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .service-card {
      height: auto;
      min-height: 280px;
    }
  }
}

/* Mobile */
@media (max-width: 768px) {
  .solution-section {
    padding: clamp(30px, 5vh, 40px) 0;

    .container {
      width: 95%;
    }

    .section-header {
      margin-bottom: 25px;
    }

    .title {
      font-size: clamp(28px, 6vw, 32px);
      margin: 12px 0;
    }

    .subtitle {
      font-size: clamp(16px, 5vw, 18px);
    }

    .services-grid {
      grid-template-columns: 1fr;
      gap: 15px;
      margin-top: 25px;
    }

    .service-card {
      min-height: auto;
      padding: 15px 20px 0px 20px;
    }

    .service-icon {
      max-width: 50px;
      margin-bottom: 15px;
    }

    .service-title {
      font-size: clamp(18px, 5vw, 22px);
    }

    .service-description {
      font-size: clamp(16px, 4.5vw, 18px);
    }
  }
}

/* Móviles pequeños */
@media (max-width: 480px) {
  .solution-section {
    padding: 25px 0;

    .process-label {
      font-size: 16px;
      letter-spacing: 1px;
    }

    .title {
      font-size: clamp(24px, 7vw, 28px);
    }

    .subtitle {
      font-size: clamp(14px, 4vw, 16px);
    }

    .service-card {
      padding: 15px;
    }

    .service-icon {
      max-width: 45px;
      margin-bottom: 12px;
    }

    .service-title {
      font-size: 18px;
      margin-bottom: 8px;
    }

    .service-description {
      font-size: 15px;
      line-height: 1.4;
    }
  }
}

/* .solution-section */

/* .pricing-section */

.pricing-section {
  position: relative;
  padding: 80px 0px;
  overflow: hidden;

  .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    width: 90%;
    .section-header {
      text-align: center;
      margin-bottom: 60px;

      .process-label {
        color: #aa2dad;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 900;
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 8px;
        border-bottom: 1px solid #aa2dad;
      }

      .title {
        font-size: 46px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.1;
      }

      .title .highlight {
        color: #aa2dad;
      }

      .subtitle {
        font-size: 25px;
        color: #ffffff;
        line-height: 1.6;
      }
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 40px;

      .pricing-card {
        background-color: rgba(15, 15, 35, 0.8);
        border-radius: 15px;
        padding: 0px 30px;
        transition: all 0.3s ease;
        border: 1px solid rgba(153, 122, 241, 0.2);
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
      }

      .pricing-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(170, 45, 173, 0.2);
        border: 1px solid rgba(153, 122, 241, 0.5);
      }

      .pricing-card-title {
        color: #ffffff;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 15px;
        height: 60px;
        display: flex;
        align-items: center;
      }

      .pricing-amount {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 25px;
        color: #ffffff;
      }

      .pricing-amount small {
        font-size: 26px;
        font-weight: normal;
        color: #ffffff;
      }

      .feature-list {
        list-style: none;
        margin-bottom: 30px;
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        flex-grow: 1; /* Hace que la lista ocupe todo el espacio disponible */
      }

      .feature-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        font-size: 22px;
        color: #ffffff;
        padding-left: 0;
      }

      .feature-icon {
        color: #aa2dad;
        margin-right: 12px;
        flex-shrink: 0;
      }
    }

    .select-btn {
      display: inline-block;
      background-color: transparent;
      color: #ffffff;
      border: 1px solid #aa2dad;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
      transition: all 0.3s ease;
      text-align: center;
      cursor: pointer;
      align-self: flex-start;
      margin-bottom: 20px;
    }

    .select-btn:hover {
      background-color: rgba(170, 45, 173, 0.2);
      transform: translateY(-3px);
    }

    .cta-container {
      margin-top: 3vh;
      width: 100%;
      display: flex;
      flex-flow: row wrap;
      place-content: center;
    }

    .cta-button {
      display: inline-block;
      background-color: #aa2dad;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      font-size: 18px;
      transition: all 0.3s ease;
      text-align: center;
    }

    .cta-button:hover {
      background-color: #8a24a3;
      transform: translateY(-3px);
    }
  }

  /* Tablet */
  @media (max-width: 992px) {
    padding: 60px 0;

    .container {
      .section-header {
        margin-bottom: 50px;

        .process-label {
          font-size: 22px;
        }

        .title {
          font-size: 40px;
        }

        .subtitle {
          font-size: 22px;
        }
      }

      .pricing-grid {
        .pricing-card-title {
          font-size: 24px;
          height: auto;
          min-height: 60px;
        }

        .pricing-amount {
          font-size: 36px;
        }

        .pricing-amount small {
          font-size: 24px;
        }

        .feature-item {
          font-size: 20px;
        }
      }

      .select-btn {
        font-size: 15px;
      }

      .cta-button {
        font-size: 17px;
        padding: 12px 25px;
      }
    }
  }

  /* Mobile */
  @media (max-width: 768px) {
    padding: 50px 0;

    .container {
      .section-header {
        margin-bottom: 40px;

        .process-label {
          font-size: 18px;
        }

        .title {
          font-size: 32px;
        }

        .subtitle {
          font-size: 18px;
        }
      }

      .pricing-grid {
        grid-template-columns: 1fr;

        .pricing-card-title {
          font-size: 22px;
          min-height: auto;
          height: auto;
        }

        .pricing-amount {
          font-size: 32px;
        }

        .pricing-amount small {
          font-size: 20px;
        }

        .feature-item {
          font-size: 18px;
        }
      }

      .select-btn {
        font-size: 15px;
        padding: 10px 20px;
      }

      .cta-button {
        font-size: 16px;
        padding: 12px 20px;
      }
    }
  }

  /* Móviles pequeños */
  @media (max-width: 480px) {
    padding: 40px 0;

    .container {
      width: 95%;

      .section-header {
        margin-bottom: 30px;

        .process-label {
          font-size: 16px;
        }

        .title {
          font-size: 28px;
          margin-bottom: 15px;
        }

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

      .pricing-grid {
        gap: 20px;
        margin-top: 30px;

        .pricing-card {
          padding: 0px 20px;
        }

        .pricing-card-title {
          font-size: 20px;
          margin-bottom: 10px;
        }

        .pricing-amount {
          font-size: 28px;
          margin-bottom: 20px;
        }

        .pricing-amount small {
          font-size: 18px;
        }

        .feature-item {
          font-size: 16px;
          margin-bottom: 12px;
        }

        .feature-icon {
          margin-right: 10px;
        }
      }

      .select-btn {
        font-size: 14px;
        padding: 8px 18px;
        margin-bottom: 15px;
      }

      .cta-button {
        font-size: 15px;
        padding: 10px 18px;
      }
    }
  }
}

/* .pricing-section */

/* .quien-soy-section */

.quien-soy-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;

  .section-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 90%;
  }

  .image-container {
    display: flex;
    justify-content: center;
    place-content: center;
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 3px 0px #270a27, 0 0 2px 0px #aa2dad;
    overflow: hidden;
    filter: drop-shadow(0 0 7px #feadff);
  }

  .image-placeholder {
    width: 100%;
    max-width: 400px;
  }

  .content-container {
    flex: 1;
    text-align: left;
  }

  .section-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
  }

  .section-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #aa2dad;
  }

  .highlight {
    color: #997af1;
    font-weight: bold;
  }

  .violet-text {
    color: #aa2dad;
  }

  .pink-text {
    color: #aa2dad;
  }

  .main-description {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .benefits-list {
    margin-bottom: 30px;
  }

  .benefit-item {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
    font-size: 24px;
  }

  .benefit-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #997af1;
    font-size: 25px;
    font-weight: bold;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .quien-soy-section {
    .section-title {
      font-size: 38px;
    }

    .main-description {
      font-size: 24px;
    }

    .benefit-item {
      font-size: 22px;
    }

    .benefit-item::before {
      font-size: 23px;
    }
  }
}

/* Mobile */
@media (max-width: 768px) {
  .quien-soy-section {
    .section-container {
      flex-direction: column;
      width: 95%;
    }

    .section-title {
      font-size: 32px;
      text-align: center;
    }

    .section-title::after {
      left: 50%;
      transform: translateX(-50%);
    }

    .main-description {
      font-size: 22px;
      text-align: center;
    }

    .benefit-item {
      font-size: 20px;
    }

    .content-container {
      text-align: center;
    }

    .image-placeholder {
      max-width: 250px;
    }
  }
}

/* Móviles pequeños */
@media (max-width: 480px) {
  .quien-soy-section {
    .section-title {
      font-size: 28px;
    }

    .main-description {
      font-size: 20px;
    }

    .benefit-item {
      font-size: 18px;
      padding-left: 20px;
    }

    .benefit-item::before {
      font-size: 20px;
    }
  }
}

/* .quien-soy-section */

.cierre-container {
  padding: 60px 0px;
  text-align: center;
  position: relative;
  overflow: hidden;

  .cierre-content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .cierre-heading {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
  }

  .cierre-text {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #ffffff;
  }

  .resaltado {
    color: #ff66c4;
    font-weight: bold;
  }
}

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

    .cierre-content {
      width: 95%;
    }

    .cierre-heading {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .cierre-text {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 10px;
    }
  }
}

.carousel-section {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin-top: 135px;
  .carousel-container {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    width: 400%;
  }

  .carousel-slide {
    width: 25%;
    min-height: 450px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
  }

  .slide1 {
    background: linear-gradient(135deg, #aa2dad 0%, #8a23b5 100%);
  }

  .slide2 {
    background: linear-gradient(135deg, #a6a6a6 0%, #787878 100%);
  }

  .slide3 {
    background: linear-gradient(135deg, #997af1 0%, #7e5fd9 100%);
  }

  .slide4 {
    background: linear-gradient(135deg, #ff66c4 0%, #e93daa 100%);
  }

  .slide-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 900px;
    transform: translateY(0);
    transition: transform 0.5s ease;
  }

  .slide-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .slide-content {
    font-size: 34px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 1200px;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }

  .check-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 700px;
  }

  .slide-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    display: inline-block;
  }

  .check-item {
    display: flex;
    align-items: center;
    margin: 12px 0;
    font-size: 30px;
    text-align: left;
    width: 100%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .check-item:hover {
    transform: translateX(5px);
  }

  .check-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    margin-right: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    bottom: 25px;
    width: 100%;
    z-index: 5;
  }

  .carousel-dot {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .carousel-dot:hover {
    transform: scale(1.2);
  }

  .carousel-dot.active {
    background-color: #ffffff;
    transform: scale(1.3);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3), 0 3px 6px rgba(0, 0, 0, 0.3);
  }

  .carousel-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 5;
  }

  .arrow {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 20px;
    color: #ffffff;
    font-size: 28px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }

  .arrow:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  }

  .decorative-shape {
    position: absolute;
    opacity: 0.1;
    z-index: 1;
  }

  .shape-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #ffffff;
    bottom: -100px;
    right: -50px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .shape-square {
    width: 200px;
    height: 200px;
    top: -60px;
    left: -60px;
    transform: rotate(45deg);
    background-color: #ffffff;
  }

  .emphasis {
    font-weight: 700;
    padding: 0 5px;
    position: relative;
    display: inline-block;
  }

  .emphasis::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: -1;
    transform: skewX(-15deg);
  }

  .slide-number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 100px;
    font-weight: 700;
    opacity: 0.1;
    color: #ffffff;
  }
}

@media (max-width: 768px) {
  .carousel-section {
    width: 95%;
    margin: 25px auto;
    .carousel-slide {
      min-height: 550px;
      padding: 4px 20px;
    }

    .slide-title {
      font-size: 28px;
    }

    .slide-content {
      font-size: 18px;
    }

    .check-item {
      font-size: 16px;
    }

    .arrow {
      width: 50px;
      height: 50px;
      font-size: 22px;
      margin: 0 10px;
    }
  }
}

.footer {
  background: linear-gradient(to right, #121212, #2d2d2d);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 0;

  .footer-top {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(
      135deg,
      rgba(109, 18, 148, 0.9) 0%,
      rgba(170, 45, 173, 0.9) 100%
    );
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  }

  .footer-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.1;
  }

  .footer-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }

  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer-logo {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo img {
    height: 110px;
    margin-bottom: 15px;
    object-fit: contain;
  }

  .footer-logo p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
  }

  .footer-photo {
    flex: 1;
    max-width: 200px;
    display: flex;
    justify-content: center;
  }

  .profile-photo {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .profile-photo:hover {
    transform: scale(1.05);
  }

  .footer-contact {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .contact-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
  }

  .contact-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #aa2dad, #997af1);
    border-radius: 3px;
  }

  .contact-icons {
    display: flex;
    gap: 20px;
    margin-top: 25px;
  }

  .contact-icon-button {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  }

  .contact-icon-button:hover {
    background-color: #aa2dad;
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 40px 0 20px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .social-icon:hover {
    background-color: #aa2dad;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }

  .footer-bottom {
    background-color: #121212;
    padding: 25px 0;
    position: relative;
  }

  .footer-bottom-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer-links {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
  }

  .footer-links a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff66c4;
    transition: width 0.3s ease;
  }

  .footer-links a:hover {
    color: #ffffff;
  }

  .footer-links a:hover::after {
    width: 100%;
  }

  .copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .footer-logo,
  .footer-photo,
  .footer-contact {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
  }

  .contact-title::after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

@media (max-width: 768px) {
  .footer-top {
    padding: 40px 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-links a {
    margin: 5px 10px;
    font-size: 13px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 4rem;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 15px rgba(170, 45, 173, 0.2);
  border-bottom: 1px solid #333;
}

/* Contenedor del logo */
.logo-container {
  display: flex;
  align-items: center;
}

/* Logo */
.logo {
  height: 55px;
  margin-right: 10px;
}

/* Línea decorativa */
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #aa2dad 0%, #997af1 50%, #ff66c4 100%);
}

/* Menú de navegación para escritorio */
.nav-menu-desktop {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

/* Botones de navegación */
.nav-button {
  padding: 0.8rem 1.8rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.nav-button.blog {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #aa2dad;
}

.nav-button.blog:hover {
  background-color: rgba(170, 45, 173, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(170, 45, 173, 0.3);
}

.nav-button.contacto {
  background-color: #aa2dad;
  color: #ffffff;
  border: 1px solid #aa2dad;
}

.nav-button.contacto:hover {
  background-color: #8a25b0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(170, 45, 173, 0.4);
}

/* Efecto de brillo en hover */
.nav-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  transform: scale(0);
  transition: transform 0.5s ease-out;
}

.nav-button:hover::before {
  transform: scale(1);
}

/* Menú hamburguesa */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 1002;
  /* Mayor que el fullscreen-menu */
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #aa2dad;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Menú fullscreen */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow: hidden;
}

.fullscreen-menu.active {
  opacity: 1;
  visibility: visible;
}

/* Cerrar botón (X) */
.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-menu svg {
  width: 30px;
  height: 30px;
  fill: #aa2dad;
  transition: all 0.3s ease;
}

.close-menu:hover svg {
  fill: #ff66c4;
  transform: rotate(90deg);
}

/* Menú de navegación móvil */
.nav-menu-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
}

.nav-menu-mobile .nav-button {
  width: 250px;
  text-align: center;
  font-size: 1.1rem;
  padding: 1rem 2rem;
}

/* Borde decorativo superior */
.fullscreen-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #aa2dad 0%, #997af1 50%, #ff66c4 100%);
}

/* Responsive */
@media (max-width: 768px) {
  .header {
    padding: 1rem 2rem;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-menu-desktop {
    display: none;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

/* -------------------------------------------------------------------------------------- */

/* Estilos para la sección CTA */
.cta-section {
  background: linear-gradient(0deg, #1e1e1e 0%, #2d2d2d 100%);
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}

/* Borde superior con degradado */
.cta-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #aa2dad 0%, #997af1 50%, #ff66c4 100%);
}

.cta-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content {
  text-align: center;
  color: #ffffff;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  position: relative;
}

.cta-heading {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #aa2dad, #ff66c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cta-subheading {
  font-size: 1.75rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
}

/* Responsive */
@media (max-width: 768px) {
  .cta-section {
    padding: 60px 0;
  }

  .cta-content {
    padding: 30px 20px;
  }

  .cta-heading {
    font-size: 2rem;
  }

  .cta-subheading {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
