/* Human editorial direction for TikTok Mexico. */

.tiktok-page {
  --ink: #1d1b19;
  --ink-soft: #292622;
  --ink-card: #332f2a;
  --paper: #f5f1e9;
  --paper-2: #e9e2d6;
  --cream: #fffdf8;
  --muted: #c7beb2;
  --muted-dark: #6b6259;
  --gold: #b74430;
  --gold-light: #e1846f;
  --gold-dark: #873121;
  --green: #35624a;
  --line-dark: rgba(255, 253, 248, 0.17);
  --line-light: rgba(29, 27, 25, 0.18);
  --shadow: 0 20px 45px rgba(29, 27, 25, 0.14);
  background: var(--ink);
}

.tiktok-page .announcement {
  background: var(--gold);
  color: #fff;
}

.tiktok-page .button-primary,
.tiktok-page .button-secondary,
.tiktok-page .button-gold,
.human-choice .button {
  border: 1px solid var(--gold);
  border-radius: 3px;
  background: var(--gold);
  color: #fff;
  box-shadow: none;
}

.tiktok-page .button:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
}

.human-hero {
  padding: 58px 0 42px;
  background: var(--paper);
  color: var(--ink);
}

.human-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: 34px clamp(48px, 8vw, 110px);
}

.human-hero-copy {
  max-width: 620px;
}

.human-hero .eyebrow {
  margin-bottom: 17px;
  color: var(--gold-dark);
  font-size: 0.76rem;
  letter-spacing: 0.095em;
}

.human-hero h1 {
  margin-bottom: 24px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.65rem, 5vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.human-hero-lead {
  margin-bottom: 18px;
  color: #49423b;
  font-size: 1.06rem;
  line-height: 1.66;
}

.human-for {
  max-width: 520px;
  margin: 0;
  padding-left: 15px;
  border-left: 2px solid var(--gold);
  color: #655d55;
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.55;
}

.human-real-page {
  width: min(100%, 545px);
  margin: 0 0 0 auto;
}

.human-real-page button {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cfc6b9;
  border-radius: 2px;
  background: #fff;
  box-shadow: 14px 18px 0 #ddd3c4;
  cursor: zoom-in;
}

.human-real-page button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.human-real-page img {
  width: 100%;
}

.human-real-page figcaption {
  margin-top: 18px;
  color: #6b6259;
  font-size: 0.8rem;
  line-height: 1.5;
}

.human-real-page figcaption strong {
  color: var(--ink);
}

.human-hero-bottom {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-top: 8px;
  padding: 25px 0;
  border-block: 1px solid #cfc6b9;
}

.human-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0;
  color: #544d46;
  font-size: 0.82rem;
  font-weight: 720;
}

.human-facts strong,
.human-facts span {
  padding: 0 18px;
  border-right: 1px solid #bfb4a6;
}

.human-facts strong {
  padding-left: 0;
  color: var(--ink);
}

.human-facts span:last-child {
  border-right: 0;
}

.human-first-offer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.human-first-offer p {
  display: grid;
  margin: 0;
  color: #6a6158;
  font-size: 0.76rem;
  line-height: 1.35;
  text-align: right;
}

.human-first-offer p strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.58rem;
}

.human-first-offer p small {
  color: #786f66;
}

.human-first-offer .button {
  min-width: 230px;
}

.human-offers {
  padding: 72px 0 46px;
  background: var(--ink);
  color: var(--cream);
}

.human-offers-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 42px;
  max-width: 1000px;
  margin: 0 auto 34px;
}

.human-offers-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -23px;
  color: var(--gold-light);
}

.human-offers-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 4.5vw, 3.9rem);
}

.human-offers-heading > p:last-child {
  margin: 0;
  color: #c7beb2;
  font-size: 0.9rem;
  line-height: 1.6;
}

.human-choice-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  max-width: 1000px;
  margin: 0 auto;
  border-block: 1px solid var(--line-dark);
}

.human-choice {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 38px;
}

.human-choice-complete {
  background: var(--paper);
  color: var(--ink);
}

.human-choice-base {
  border-right: 1px solid var(--line-dark);
  color: var(--cream);
}

.human-choice-name {
  margin-bottom: 12px;
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.human-choice-base .human-choice-name {
  color: var(--gold-light);
}

.human-choice h3 {
  max-width: 560px;
  margin: 0 0 13px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.human-choice-intro {
  max-width: 570px;
  margin-bottom: 22px;
  color: #655d55;
  font-size: 0.9rem;
  line-height: 1.6;
}

.human-choice-base .human-choice-intro {
  color: #c7beb2;
}

.human-choice ul {
  display: grid;
  gap: 8px;
  margin: 0 0 26px;
  padding: 0;
  color: #413b35;
  font-size: 0.86rem;
  line-height: 1.45;
  list-style: none;
}

.human-choice li::before {
  margin-right: 9px;
  color: var(--gold);
  content: "✓";
  font-weight: 900;
}

.human-choice-price {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid #cfc6b9;
}

.human-choice-base .human-choice-price {
  border-color: var(--line-dark);
}

.human-choice-price > span {
  display: block;
  color: #82786e;
  font-size: 0.76rem;
}

.human-choice-base .human-choice-price > span {
  color: #aaa095;
}

.human-choice-price > strong {
  display: block;
  margin: 3px 0 2px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 3.9rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.human-choice-base .human-choice-price > strong {
  color: #fff;
}

.human-choice-price strong small {
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0;
}

.human-choice-price p {
  margin: 0 0 18px;
  color: #776e65;
  font-size: 0.73rem;
}

.human-choice-base .human-choice-price p {
  color: #aea49a;
}

.human-choice .button {
  width: 100%;
  min-height: 58px;
  padding-inline: 14px;
  font-size: 0.78rem;
}

.human-choice-base .button {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.human-checkout-note {
  display: block;
  margin-top: 10px;
  color: #796f65;
  font-size: 0.69rem;
  text-align: center;
}

.human-choice-base .human-checkout-note {
  color: #a99f95;
}

.human-trust-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
  max-width: 1000px;
  margin: 27px auto 0;
  color: #ddd5cb;
  font-size: 0.76rem;
}

.human-trust-line span {
  padding: 0 18px;
  border-right: 1px solid var(--line-dark);
}

.human-trust-line span:last-child {
  border-right: 0;
}

.human-payment-note {
  max-width: 760px;
  margin: 13px auto 0;
  color: #aaa096;
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: center;
}

.mx-testimonials {
  padding: 66px 0 52px;
  background: var(--paper);
  color: var(--ink);
}

.mx-testimonials .section-heading {
  max-width: 760px;
  margin: 0 0 34px;
  text-align: left;
}

.mx-testimonials .section-heading .eyebrow {
  color: var(--gold-dark);
}

.mx-testimonials .section-heading h2 {
  color: var(--ink);
  font-size: clamp(2.2rem, 4vw, 3.55rem);
}

.mx-testimonials .section-heading p:last-child {
  color: var(--muted-dark);
}

.mx-testimonial-featured {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
  max-width: 940px;
}

.mx-testimonials .testimonial-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid #cfc6b9;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.testimonial-preview {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.testimonial-preview:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}

.mx-testimonials .testimonial-card img {
  width: 100%;
}

.mx-testimonials .testimonial-card figcaption {
  padding: 10px 12px;
  border-top: 1px solid #ddd5ca;
  color: #595149;
  font-size: 0.72rem;
  line-height: 1.45;
}

.mx-more-testimonials {
  max-width: 940px;
  margin-top: 21px;
}

.mx-more-testimonials > summary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 0;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  list-style: none;
  text-transform: uppercase;
}

.mx-more-testimonials > summary::-webkit-details-marker {
  display: none;
}

.mx-more-testimonials[open] > summary {
  margin-bottom: 20px;
}

.mx-more-testimonials[open] > summary b {
  transform: rotate(45deg);
}

.mx-more-testimonials .testimonial-track {
  grid-auto-columns: minmax(230px, 260px);
  margin-inline: 0;
  padding: 4px 0 18px;
  scroll-padding-inline: 0;
}

.testimonial-permission {
  max-width: 850px;
  margin: 18px 0 0;
  color: #746b62;
  font-size: 0.7rem;
  line-height: 1.55;
  text-align: left;
}

.mx-guarantee {
  padding: 48px 0;
  border-block: 1px solid #cec4b7;
  background: #e9e2d6;
  color: var(--ink);
}

.mx-guarantee .guarantee-card {
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 35px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.mx-guarantee .guarantee-number {
  width: 102px;
  height: 102px;
  border-color: var(--gold);
  color: var(--ink);
}

.mx-guarantee .guarantee-number small {
  color: var(--gold-dark);
}

.mx-guarantee .guarantee-number strong {
  font-size: 2.7rem;
}

.mx-guarantee .eyebrow {
  color: var(--gold-dark);
}

.mx-guarantee h2 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}

.mx-guarantee p:last-child {
  max-width: 700px;
  margin: 0;
  color: #625a52;
}

.mx-faq {
  padding: 64px 0;
  background: #fff;
  color: var(--ink);
}

.mx-faq .section-heading .eyebrow {
  color: var(--gold-dark);
}

.mx-faq .section-heading h2 {
  color: var(--ink);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.mx-faq .section-heading p:last-child {
  color: var(--muted-dark);
}

.mx-faq .faq-list {
  border-top-color: var(--line-light);
}

.mx-faq .faq-list details {
  border-bottom-color: var(--line-light);
}

.mx-faq .faq-list summary {
  color: var(--ink);
  font-size: 0.96rem;
}

.mx-faq .faq-list summary span {
  color: var(--gold);
}

.mx-faq .faq-list details p {
  color: var(--muted-dark);
}

.mx-more-gate {
  padding: 54px 0;
  background: var(--gold);
  color: #fff;
  text-align: left;
}

.mx-more-gate .eyebrow {
  color: #f6c6bb;
}

.mx-more-gate h2 {
  max-width: 780px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.mx-more-gate p {
  max-width: 700px;
  margin-bottom: 22px;
  color: #f8e1db;
}

.mx-more-gate .button {
  width: min(100%, 420px);
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.tiktok-long-form > .section,
.tiktok-long-form > .trust-section,
.tiktok-long-form > .final-cta {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.tiktok-page .problem-section,
.tiktok-page .bonus-section,
.tiktok-page .faq-section,
.tiktok-page .trust-section,
.tiktok-page .site-footer {
  background: var(--ink);
}

.tiktok-page .offer-complete {
  background: var(--ink-soft);
}

.tiktok-page .final-cta {
  background: var(--gold);
  color: #fff;
}

.tiktok-page .final-cta .eyebrow,
.tiktok-page .final-cta-inner > div > p:last-child {
  color: #f5d7cf;
}

.tiktok-page .final-cta .button-gold {
  border-color: #fff;
  background: #fff;
  color: var(--gold-dark);
}

.tiktok-page .mobile-cta {
  background: var(--gold);
  color: #fff;
}

.tiktok-page .purchase-notice {
  border-color: rgba(225, 132, 111, 0.6);
  background: var(--ink-soft);
}

@media (max-width: 900px) {
  .human-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 32px;
  }

  .human-hero-bottom {
    grid-template-columns: 1fr;
  }

  .human-first-offer {
    justify-content: space-between;
  }

  .human-choice-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .tiktok-page {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .tiktok-page .announcement-inner {
    padding-block: 6px;
  }

  .human-hero {
    padding: 38px 0 27px;
  }

  .human-hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .human-hero h1 {
    margin-bottom: 17px;
    font-size: clamp(2.25rem, 11vw, 3rem);
    line-height: 1;
  }

  .human-hero-lead {
    font-size: 1rem;
    line-height: 1.58;
  }

  .human-for {
    font-size: 0.84rem;
  }

  .human-real-page {
    width: calc(100% - 10px);
    margin: 0 auto;
  }

  .human-real-page button {
    padding: 7px;
    box-shadow: 9px 11px 0 #ddd3c4;
  }

  .human-real-page figcaption {
    margin-top: 15px;
  }

  .human-hero-bottom {
    gap: 20px;
    margin-top: 0;
    padding: 21px 0 0;
    border-bottom: 0;
  }

  .human-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 0.78rem;
  }

  .human-facts strong,
  .human-facts span {
    padding: 0;
    border-right: 0;
  }

  .human-facts strong {
    grid-column: 1 / -1;
    font-size: 1.08rem;
  }

  .human-first-offer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .human-first-offer p {
    text-align: left;
  }

  .human-first-offer .button {
    width: 100%;
    min-width: 0;
  }

  .human-offers {
    padding: 51px 0 37px;
  }

  .human-offers-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 27px;
  }

  .human-offers-heading .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .human-offers-heading h2 {
    font-size: 2.25rem;
  }

  .human-choice-layout {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .human-choice {
    padding: 29px 19px 24px;
  }

  .human-choice-complete {
    order: -1;
  }

  .human-choice-base {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .human-choice h3 {
    font-size: 2rem;
  }

  .human-choice-price > strong {
    font-size: 3.05rem;
  }

  .human-trust-line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: center;
  }

  .human-trust-line span {
    padding: 0;
    border-right: 0;
  }

  .mx-testimonials {
    padding: 48px 0 40px;
  }

  .mx-testimonials .section-heading {
    margin-bottom: 25px;
  }

  .mx-testimonials .section-heading h2 {
    font-size: 2.15rem;
  }

  .mx-testimonial-featured {
    grid-template-columns: none;
    grid-auto-columns: min(86vw, 350px);
    grid-auto-flow: column;
    overflow-x: auto;
    gap: 13px;
    margin-inline: -15px;
    padding: 3px 15px 18px;
    scroll-padding-inline: 15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mx-testimonial-featured::-webkit-scrollbar {
    display: none;
  }

  .mx-testimonial-featured .testimonial-card {
    scroll-snap-align: start;
  }

  .mx-more-testimonials .testimonial-track {
    grid-auto-columns: min(86vw, 350px);
  }

  .mx-guarantee {
    padding: 36px 0;
  }

  .mx-guarantee .guarantee-card {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 19px;
    text-align: left;
  }

  .mx-guarantee .guarantee-number {
    width: 72px;
    height: 72px;
  }

  .mx-guarantee .guarantee-number strong {
    font-size: 1.9rem;
  }

  .mx-guarantee h2 {
    font-size: 1.5rem;
  }

  .mx-guarantee p:last-child {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .mx-faq {
    padding: 48px 0;
  }

  .mx-faq .faq-layout {
    gap: 23px;
  }

  .mx-faq .section-heading h2 {
    font-size: 2.15rem;
  }

  .mx-faq .faq-list summary {
    min-height: 60px;
    font-size: 0.9rem;
  }

  .mx-more-gate {
    padding: 43px 0;
  }

  .mx-more-gate h2 {
    font-size: 2.05rem;
  }

  .mx-more-gate .button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .human-hero h1 {
    font-size: 2.12rem;
  }

  .human-choice .button {
    padding-inline: 10px;
    font-size: 0.7rem;
  }

  .mx-guarantee .guarantee-card {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 14px;
  }

  .mx-guarantee .guarantee-number {
    width: 62px;
    height: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tiktok-page * {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
