@charset "UTF-8";
.text-right {
  text-align: right; }

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

.parsley-errors-list {
  margin-bottom: 0; }

body {
  font-family: var(--font-default); }

a {
  color: var(--color-primary); }

h1 {
  font-family: "Pattanakarn"; }

.section {
  background: #0A0A0A; }

.btn {
  background: transparent;
  border-radius: 9999px;
  padding: 0.5rem 2rem;
  border: 2px solid #00FF94;
  transition: all 0.3s ease; }
  .btn:focus, .btn:hover, .btn:active {
    transform: scale(0.9); }

.header a {
  margin-right: 20px;
  color: #FFFFFF; }
  .header a:hover {
    color: #FFFFFF; }

.header__user-menu img {
  height: 25px;
  width: 25px;
  object-fit: cover;
  border-radius: 100%; }
  @media (max-width: 768px) {
    .header__user-menu img {
      margin-top: 1rem; } }

.header {
  background-color: #0A0A0A;
  padding: 1rem 0; }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .header__logo img {
    max-height: 20px;
    width: 100%;
    max-width: 200px; }
  .header__menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    width: 30px;
    height: 25px; }
    .header__menu-toggle span {
      background: #FFFFFF;
      height: 3px;
      width: 100%;
      border-radius: 2px; }
  .header__menu-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem; }
    @media (max-width: 768px) {
      .header__menu-wrapper {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #0A0A0A;
        padding: 1rem;
        max-height: 0;
        transition: max-height 0.4s ease, padding 0.4s ease; }
        .header__menu-wrapper.active {
          display: flex;
          max-height: 500px; } }
  .header__nav {
    display: flex;
    gap: 1rem; }
    @media (max-width: 768px) {
      .header__nav {
        flex-direction: column;
        width: 100%;
        text-align: left; } }
    .header__nav-link {
      color: #333;
      text-decoration: none;
      font-weight: 500; }
      .header__nav-link:hover {
        color: #000; }
  @media (max-width: 768px) {
    .header__user-menu {
      margin-top: 1rem;
      flex-direction: column;
      display: flex;
      width: 100%; } }
  @media (max-width: 768px) {
    .header__menu-toggle {
      display: flex; } }

.powered-by {
  padding: 15px;
  font-size: 14px; }

.powered-by a {
  color: #222; }

.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300; }
  .footer__brand {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 24px; }
    .footer__brand img {
      max-width: 250px;
      width: 100%;
      height: auto; }
  .footer__socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 24px; }
    .footer__socials .footer__icon {
      transition: transform 0.3s ease; }
      .footer__socials .footer__icon:hover {
        transform: scale(1.15); }
  .footer__links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px; }
    .footer__links a {
      color: #ccc;
      text-decoration: none;
      font-size: 14px;
      margin-right: 20px; }
      .footer__links a:hover {
        text-decoration: underline; }
  .footer__email {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ccc; }
  .footer__copyright {
    font-size: 13px;
    color: #777; }
    .footer__copyright .footer__slogan {
      display: block;
      margin-top: 5px;
      font-style: italic;
      color: #aaa; }

.login {
  background: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/background_login.png?17565208875756943") no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff; }
  .login input[type="submit"] {
    background: transparent;
    border: 2px solid #00FF94; }
  .login input[type="text"],
  .login input[type="email"],
  .login input[type="password"] {
    border-radius: 999px;
    padding: 10px 16px;
    border: none;
    font-size: 14px;
    outline: none;
    margin: 0 !important; }
  .login__container {
    text-align: center;
    max-width: 400px;
    width: 100%;
    padding: 40px 20px; }
  .login__icon {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .login__title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .login__subtitle {
    font-size: 16px;
    margin-bottom: 30px; }
  .login__form, .login .new_member_session {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .login__form label, .login .new_member_session label {
      text-align: left;
      font-size: 14px;
      margin: 0 !important; }
  .login__remember {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-top: 10px; }
  .login__button {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border-radius: 999px;
    cursor: pointer;
    overflow: hidden; }
    .login__button:hover {
      background-color: #111; }
  .login__forgot {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    color: #ccc;
    text-decoration: none; }
    .login__forgot:hover {
      text-decoration: underline; }

.membership-includes {
  background: #0c0c0c;
  padding: 4rem 2rem;
  text-align: center;
  color: #fff; }
  .membership-includes__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem; }
  .membership-includes__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    max-width: 1200px;
    margin: 0 auto; }
  .membership-includes__card {
    background: #1a1a1a;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
    transition: transform 0.3s ease; }
    .membership-includes__card:hover {
      transform: translateY(-5px); }
    .membership-includes__card img {
      width: 60px;
      margin-bottom: 1rem; }
    .membership-includes__card h3 {
      font-size: 1.2rem;
      color: #fff;
      margin-bottom: 0.5rem; }
    .membership-includes__card p {
      font-size: 0.95rem;
      color: #bbb;
      line-height: 1.5; }

.membership {
  padding: 4rem 2rem;
  background-color: #000;
  color: #fff;
  text-align: center; }
  .membership__title {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: bold; }
  .membership__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem; }
  .membership .feature-card {
    background: #111;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left; }
    .membership .feature-card img {
      width: 120px;
      height: 120px;
      margin-bottom: 1rem; }
    .membership .feature-card h3 {
      font-size: 1.2rem;
      color: #fff;
      margin-bottom: 0.5rem; }
    .membership .feature-card p {
      font-size: 0.95rem;
      color: #ccc; }
  .membership__cta {
    margin-top: 3rem;
    padding-top: 120px;
    padding-bottom: 120px; }
    .membership__cta p {
      font-size: 1rem;
      margin-bottom: 1rem; }
      .membership__cta p .price {
        color: #0fffa9;
        font-size: 1.4rem; }
    .membership__cta .cta-button {
      background: transparent;
      border: 2px solid #0fffa9;
      border-radius: 9999px;
      padding: 0.8rem 2rem;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 1rem;
      transition: transform 0.3s; }
      .membership__cta .cta-button:hover {
        transform: scale(1.05); }
    .membership__cta .payment-methods {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-bottom: 0.5rem; }
      .membership__cta .payment-methods img {
        height: 44px; }
    .membership__cta small {
      color: #888;
      font-size: 0.75rem; }

.expansive-relationships {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  background-attachment: fixed; }
  .expansive-relationships__content {
    flex: 1 1 500px;
    padding-right: 2rem; }
  .expansive-relationships__image {
    flex: 1 1 400px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .expansive-relationships__image img {
      max-width: 100%;
      height: auto;
      filter: drop-shadow(0 0 15px #0fffa9); }
  .expansive-relationships__title {
    font-family: 'Pattanakarn', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem; }
    @media (max-width: 768px) {
      .expansive-relationships__title {
        font-size: 1.3rem; } }
  .expansive-relationships__description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6; }

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  .accordion__item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .accordion__item.active .accordion__body {
      max-height: 500px;
      padding: 1rem; }
  .accordion__header {
    background: transparent;
    color: #FFFFFF;
    padding: 1rem;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .accordion__header:active, .accordion__header:focus {
      outline: none; }
    .accordion__header::after {
      content: '❯';
      transition: transform 0.3s ease; }
    .accordion__item.active .accordion__header::after {
      transform: rotate(90deg); }
  .accordion__body {
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    transition: max-height 0.4s ease, padding 0.3s ease;
    font-size: 0.95rem;
    line-height: 1.5; }

.affiliate-hero {
  padding: 250px 2rem;
  background: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/hero_afiliados.png?17565208875756943") no-repeat center bottom fixed;
  background-color: #0A0A0A;
  color: #fff; }
  .affiliate-hero__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto; }
  .affiliate-hero__text {
    flex: 1;
    min-width: 300px; }
    .affiliate-hero__text h1 {
      font-size: 2.5rem;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 1rem; }
    .affiliate-hero__text p {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 2rem; }
      .affiliate-hero__text p .highlight {
        color: #00FF94; }
  .affiliate-hero__button {
    display: inline-block;
    padding: 0.8rem 2rem;
    border: 2px solid #00FF94;
    border-radius: 9999px;
    color: #fff;
    text-decoration: none; }
    .affiliate-hero__buttonUnderlined {
      text-decoration: underline;
      color: #00FF94;
      font-weight: bold;
      margin-top: 1rem;
      transition: all 0.3s ease; }
      .affiliate-hero__buttonUnderlined:hover {
        color: inherit;
        transform: scale(0.75); }
  .affiliate-hero__visual {
    flex: 1;
    min-width: 300px;
    text-align: center; }
    .affiliate-hero__visual img {
      max-width: 100%;
      height: auto; }

.affiliate-steps {
  background-color: #0A0A0A;
  padding: 150px 2rem;
  text-align: center;
  color: #fff; }
  .affiliate-steps h2 {
    font-size: 2rem;
    font-family: 'Pattanakarn', sans-serif;
    text-transform: uppercase;
    margin-bottom: 3rem; }
  .affiliate-steps__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem; }
    .affiliate-steps__cards .step-card {
      background-color: #1E1E1E;
      border-radius: 16px;
      padding: 2rem;
      max-width: 300px;
      text-align: center;
      flex: 1; }
      .affiliate-steps__cards .step-card img {
        width: 150px;
        height: 150px;
        margin-bottom: 1rem; }
      .affiliate-steps__cards .step-card h3 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        font-weight: 600; }
      .affiliate-steps__cards .step-card p {
        font-size: 0.95rem;
        line-height: 1.5;
        color: #ccc; }

.energy-sharing {
  background-color: #0A0A0A;
  background-image: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/energy_afiliados.png?17565208875756943");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff;
  padding: 150px 2rem;
  text-align: left; }
  .energy-sharing__content h2 {
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Pattanakarn', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    line-height: 1.4; }
  .energy-sharing__content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #ccc; }
  .energy-sharing__content .energy-sharing__cta-prompt {
    font-size: 1rem;
    margin-top: 2rem; }
    .energy-sharing__content .energy-sharing__cta-prompt .gradient-text {
      font-weight: bold;
      background: linear-gradient(90deg, #00ffa3, #a945ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .energy-sharing__content .energy-sharing__button {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border: 2px solid #00ffa3;
    transition: transform 0.3s ease; }
    .energy-sharing__content .energy-sharing__button:hover {
      transform: scale(1.05); }

.terms {
  background: #0a0a0a;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  padding: 4rem 1rem; }
  .terms__container {
    max-width: 900px;
    margin: 0 auto; }
  .terms__header {
    text-align: center;
    margin-bottom: 3rem; }
    .terms__header .terms__icon {
      width: 60px;
      margin-bottom: 1rem; }
    .terms__header .terms__title {
      font-size: 2.2rem;
      font-weight: bold;
      text-transform: uppercase; }
    .terms__header .terms__date {
      margin-top: 0.5rem;
      color: #bbb;
      font-size: 0.95rem; }
  .terms__content .terms__section {
    margin-bottom: 2rem; }
    .terms__content .terms__section h2 {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 0.75rem;
      color: #fff; }
    .terms__content .terms__section p, .terms__content .terms__section ul {
      font-size: 1rem;
      line-height: 1.7;
      color: #d1d1d1; }
    .terms__content .terms__section ul {
      padding-left: 1.2rem; }
      .terms__content .terms__section ul li {
        margin-bottom: 0.5rem; }
    .terms__content .terms__section a {
      color: #6ba5ff;
      text-decoration: underline; }
  @media (max-width: 600px) {
    .terms__header .terms__title {
      font-size: 1.6rem; }
    .terms__header .terms__icon {
      width: 40px; }
    .terms__content .terms__section h2 {
      font-size: 1.1rem; }
    .terms__content .terms__section p, .terms__content .terms__section ul {
      font-size: 0.95rem; } }

.cancel-subscription {
  background-color: #0a0a0a;
  color: #fff;
  font-family: 'Inter', sans-serif;
  padding: 4rem 1rem; }
  .cancel-subscription__container {
    max-width: 800px;
    margin: 0 auto; }
  .cancel-subscription__header {
    text-align: center;
    margin-bottom: 2rem; }
    .cancel-subscription__header__icon {
      width: 70px;
      margin-bottom: 1rem; }
    .cancel-subscription__header .cancel-subscription__title {
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.3;
      color: #ffffff; }
  .cancel-subscription__intro {
    font-size: 1rem;
    color: #dcdcdc;
    text-align: center;
    margin-bottom: 2rem; }
  .cancel-subscription__card {
    background-color: #1c1c1c;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    color: #e2e2e2; }
    .cancel-subscription__card a {
      color: #76b6ff;
      text-decoration: underline;
      word-break: break-all; }
    .cancel-subscription__card ul {
      padding-left: 1.2rem; }
      .cancel-subscription__card ul li {
        margin-bottom: 0.5rem; }
    .cancel-subscription__card p {
      margin-bottom: 0.5rem; }
  .cancel-subscription__note {
    font-size: 0.95rem;
    color: #ff71e6;
    font-style: italic;
    margin-top: 2rem;
    text-align: center; }
  .cancel-subscription__footer {
    font-size: 1rem;
    color: #ccc;
    margin-top: 1.5rem;
    text-align: center; }
    .cancel-subscription__footer a {
      font-weight: 600;
      color: #fff; }
  @media (max-width: 600px) {
    .cancel-subscription__title {
      font-size: 1.5rem; }
    .cancel-subscription__card {
      padding: 1rem; } }

.bending-dan {
  background-color: #0A0A0A;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  padding: 8rem 1rem;
  background-image: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2161975423/assets/bg_dan.png?17565208875756943");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .bending-dan {
      background-size: contain;
      background-position: top center; } }
  .bending-dan__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; }
  .bending-dan__container {
    max-width: 1100px;
    margin: 0 auto; }
  .bending-dan__tagline {
    color: #00f0ff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 0.5rem; }
  .bending-dan__headline {
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    line-height: 1.2; }
  .bending-dan__subtitle {
    font-size: 1rem;
    color: #b5b5b5;
    margin-bottom: 0.5rem; }
  .bending-dan__cta {
    display: inline-block;
    background: transparent;
    border: 2px solid #00FF94;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 2rem; }
  .bending-dan__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem; }
  .bending-dan__card {
    background-color: #1E1E1ECC;
    padding: 1.5rem;
    border-radius: 1rem;
    flex: 1 1 280px;
    max-width: 340px;
    display: flex;
    flex-direction: column; }
  .bending-dan__card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    border-bottom: 1px solid #666;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1rem; }
  .bending-dan__card-body {
    font-size: 0.95rem;
    color: #e0e0e0; }
    .bending-dan__card-body ul {
      list-style: none;
      padding-left: 0; }
      .bending-dan__card-body ul li {
        margin-bottom: 0.5rem; }
  .bending-dan__footer {
    margin-top: 3rem;
    font-style: italic;
    font-size: 0.95rem;
    color: #c1c1c1;
    text-align: center; }
  @media (max-width: 768px) {
    .bending-dan__headline {
      font-size: 2rem; }
    .bending-dan__cards {
      flex-direction: column;
      align-items: center; } }

.course-grid {
  background-color: #0a0a0a;
  padding: 4rem 1rem; }
  .course-grid__container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto; }

.course-card {
  background-color: #1c1c1c;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  justify-content: space-between; }
  .course-card:hover .course-card__image img {
    transform: scale(1.08); }
  .course-card__image {
    height: 250px;
    overflow: hidden;
    position: relative; }
    .course-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease; }
  .course-card__title, .course-card__content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .course-card__title h3, .course-card__content h3 {
      margin: 0; }
  .course-card__title {
    flex: 1; }
  .course-card__meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #ccc; }
  .course-card__badge {
    background-color: #64ff5e;
    color: #000;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    text-transform: uppercase; }
  .course-card__title {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0; }
  .course-card__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    flex-wrap: wrap;
    gap: 0.75rem; }
  .course-card__detail {
    display: flex;
    align-items: center;
    gap: 0.5rem; }
    .course-card__detail img {
      width: 18px;
      height: 18px; }
    .course-card__detail span {
      color: #b0ffb4; }

.pagination-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-color: #0A0A0A; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap; }
  .pagination__arrow, .pagination__page {
    display: inline-block;
    padding: 0.5rem 0.9rem;
    background-color: #1c1c1c;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: background-color 0.3s ease, transform 0.2s ease; }
    .pagination__arrow:hover, .pagination__page:hover {
      background-color: #00ffb7;
      color: #000;
      transform: scale(1.05); }
  .pagination__arrow--disabled, .pagination__page--active {
    background-color: #4b4b4b;
    color: #ccc;
    cursor: default;
    pointer-events: none; }
  .pagination__page--active {
    font-weight: 700;
    border: 1px solid #00ffb7; }

.section-notFound {
  height: 100%;
  min-height: 100vh;
  color: #FFFFFF; }

.testimonios {
  background: #000;
  color: #fff;
  padding: 4rem 2rem;
  overflow: hidden; }
  .testimonios__content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; }
  .testimonios__title {
    font-family: 'Pattanakarn', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  .testimonios__subtitle {
    font-size: 1rem;
    color: #aaa;
    margin-bottom: 2rem; }
  .testimonios__track {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    align-items: stretch; }

@keyframes scroll-x {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-50%); } }
.testimonio {
  flex: 1;
  min-width: 260px;
  max-width: 280px;
  background: #111;
  border-radius: 1rem;
  padding: 0.5rem;
  font-size: 0.95rem;
  border: 2px solid;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(#0b0b0e, #0b0b0e) padding-box, linear-gradient(90deg, #0fffa9, #a945ff) border-box;
  border: 2px solid transparent; }
  .testimonio--blue {
    border-color: #00e0ff;
    box-shadow: 0 0 10px #00e0ff; }
  .testimonio--purple {
    border-color: #bb00ff;
    box-shadow: 0 0 10px #bb00ff; }
  .testimonio .resaltado {
    color: #00ff88;
    font-weight: bold; }
  .testimonio .duracion {
    font-size: 0.75rem;
    color: #aaa;
    position: absolute;
    bottom: 1rem;
    right: 1rem; }

.ThankYou {
  height: 100%;
  min-height: 100vh;
  color: #FFFFFF;
  display: flex;
  align-items: center; }

.br-download {
  background: radial-gradient(1200px 500px at 20% -10%, rgba(169, 69, 255, 0.18), transparent 60%), radial-gradient(900px 400px at 100% 0%, rgba(15, 255, 169, 0.1), transparent 60%), #0b0b0e;
  color: #FAF8F2;
  padding: clamp(3rem, 10vw, 10rem) 1rem; }
  .br-download__wrap {
    max-width: 1180px;
    margin-inline: auto; }
  .br-download__header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3rem); }
  .br-download__title {
    font-weight: 800;
    font-size: clamp(1.6rem, 2.6vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-family: 'Pattanakarn', sans-serif; }
    .br-download__title span {
      background-image: linear-gradient(90deg, #0fffa9, #a945ff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent; }
  .br-download__subtitle {
    margin-top: .75rem;
    color: #cfcbdc;
    font-size: clamp(0.95rem, 1.4vw, 1.05rem); }
  .br-download__blocks {
    display: grid;
    gap: clamp(1rem, 2.5vw, 2rem); }
    @media (min-width: 960px) {
      .br-download__blocks {
        grid-template-columns: repeat(3, 1fr); } }
  .br-download__block {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    padding: clamp(1rem, 2.2vw, 1.5rem);
    display: flex;
    flex-direction: column;
    gap: .8rem;
    transition: transform .25s ease, border-color .25s ease; }
    .br-download__block:hover {
      transform: translateY(-4px);
      border-color: rgba(169, 69, 255, 0.35); }
  .br-download__icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(15, 255, 169, 0.16), rgba(169, 69, 255, 0.16));
    border: 1px solid rgba(255, 255, 255, 0.12); }
  .br-download__block-title {
    font-size: 0.95rem;
    letter-spacing: .12em;
    font-family: 'Pattanakarn', sans-serif;
    font-weight: 800;
    color: #FAF8F2; }
  .br-download__block-text {
    color: #cfcbdc;
    font-size: .95rem;
    line-height: 1.55;
    flex: 1; }
    .br-download__block-text strong {
      color: #FAF8F2; }
  .br-download__mock {
    margin: .5rem 0 0;
    overflow: hidden; }
    .br-download__mock img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover; }
  .br-download__cta {
    margin-top: clamp(2rem, 5vw, 3rem);
    text-align: center;
    padding-top: clamp(1.25rem, 2.5vw, 2rem); }
  .br-download__cta-text {
    font-weight: 700;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    margin-bottom: 1rem;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 9999px; }
  .br-download__stores {
    display: flex;
    gap: .85rem;
    justify-content: center;
    flex-wrap: wrap; }
  .br-download__store {
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease; }
    .br-download__store:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); }
    .br-download__store img {
      display: block;
      height: 48px;
      width: auto; }
