:root {
  --tml-navy: #062b45;
  --tml-deep: #031e30;
  --tml-blue: #0795d2;
  --tml-blue-dark: #056f9f;
  --tml-green: #20a447;
  --tml-green-dark: #147c37;
  --tml-ink: #102330;
  --tml-muted: #5c707d;
  --tml-line: #d9e7ed;
  --tml-soft: #f5f9fb;
  --tml-white: #fff;
  --tml-violet: #6536d8;
  --tml-magenta: #c528a6;
  --tml-electric: #2f70f3;
  --tml-warning: #a44c16;
  --tml-shadow: 0 24px 70px rgba(7, 53, 79, .12);
}

.page-tml {
  margin: 0;
  background: var(--tml-white);
}

.tml-guide,
.tml-guide *,
.tml-guide *::before,
.tml-guide *::after,
.page-tml .skip-link,
.page-tml .tml-whatsapp {
  box-sizing: border-box;
}

.tml-guide {
  color: var(--tml-ink);
  overflow: clip;
  overflow-wrap: break-word;
}

.tml-guide img,
.tml-guide svg {
  display: block;
  max-width: 100%;
}

.tml-guide button {
  font: inherit;
}

.tml-guide .container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.tml-guide p {
  margin: 0;
  color: var(--tml-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.tml-guide h1,
.tml-guide h2,
.tml-guide h3 {
  margin: 0;
  color: var(--tml-navy);
  letter-spacing: -.035em;
}

.tml-guide h2 {
  font-size: clamp(2rem, 3.25vw, 3rem);
  line-height: 1.08;
}

.tml-guide h3 {
  font-size: 1.2rem;
  line-height: 1.28;
}

.tml-guide .button {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.page-tml .skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--tml-deep);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .15s ease;
}

.page-tml .skip-link:focus {
  transform: translateY(0);
}

.page-tml .ncie-mobile-nav:not([open]) nav {
  display: none;
}

.tml-section {
  padding: 84px 0;
}

.tml-eyebrow,
.tml-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--tml-blue-dark);
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tml-eyebrow::before,
.tml-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tml-electric), var(--tml-magenta));
}

.tml-heading {
  max-width: 790px;
  margin-bottom: 44px;
}

.tml-heading > p {
  max-width: 720px;
  margin-top: 18px;
  font-size: 1.05rem;
}

.tml-heading-wide {
  max-width: 920px;
}

.tml-breadcrumb {
  border-bottom: 1px solid #edf3f6;
  background: #fff;
}

.tml-breadcrumb .container {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #60727e;
  font-size: .76rem;
}

.tml-breadcrumb a {
  color: #506672;
  text-decoration: none;
}

.tml-breadcrumb a:hover {
  color: var(--tml-blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tml-breadcrumb strong {
  min-width: 0;
  overflow: hidden;
  color: var(--tml-navy);
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Hero */
.tml-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 76px;
  border-bottom: 1px solid rgba(122, 199, 236, .14);
  background:
    radial-gradient(circle at 83% 18%, rgba(99, 57, 210, .25) 0, rgba(99, 57, 210, 0) 31%),
    radial-gradient(circle at 70% 83%, rgba(9, 145, 208, .17) 0, rgba(9, 145, 208, 0) 34%),
    radial-gradient(circle at 8% 105%, rgba(197, 40, 166, .1) 0, rgba(197, 40, 166, 0) 28%),
    linear-gradient(127deg, #031824 0%, #061f35 55%, #111538 100%);
}

.tml-hero::before,
.tml-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.tml-hero::before {
  width: 5px;
  height: 5px;
  top: 14%;
  right: 5%;
  background: rgba(255, 198, 82, .9);
  box-shadow:
    -84px 30px 0 -1px rgba(74, 139, 255, .72),
    24px 108px 0 -1px rgba(214, 65, 181, .58),
    -150px 170px 0 -1px rgba(123, 88, 234, .62),
    40px 245px 0 -1px rgba(38, 188, 229, .52);
}

.tml-hero::after {
  width: 560px;
  height: 560px;
  right: -390px;
  bottom: -405px;
  border: 1px solid rgba(133, 113, 231, .14);
  box-shadow: 0 0 0 50px rgba(57, 134, 232, .025), 0 0 0 104px rgba(201, 54, 165, .018);
}

.tml-hero-grid {
  width: min(1260px, calc(100% - 48px)) !important;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
  align-items: center;
  gap: clamp(56px, 5.4vw, 72px);
}

.tml-hero-copy {
  min-width: 0;
}

.tml-kicker {
  margin-bottom: 19px;
  color: #9fafff;
}

.tml-kicker i {
  color: var(--tml-magenta);
  font-style: normal;
}

.tml-hero h1 {
  max-width: 640px;
  color: #f8fbff;
  font-size: clamp(3rem, 3.8vw, 3.75rem);
  line-height: 1.01;
  letter-spacing: -.047em;
}

.tml-hero h1 > span {
  color: #c8d1ff;
}

.tml-lead {
  max-width: 650px;
  margin-top: 24px !important;
  color: #c8d9e6 !important;
  font-size: 1.08rem !important;
  line-height: 1.62 !important;
}

.tml-answer {
  max-width: 650px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  margin-top: 24px;
  padding: 18px 19px;
  border: 1px solid rgba(225, 239, 250, .15);
  border-left: 3px solid #31b858;
  border-radius: 15px;
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .13);
}

.tml-answer > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tml-green);
  font-size: .82rem;
  font-weight: 900;
}

.tml-answer strong {
  display: block;
  color: #f7fbff;
  font-size: 1rem;
  line-height: 1.4;
}

.tml-answer p {
  margin-top: 5px;
  color: #bed0dd;
  font-size: .88rem;
  line-height: 1.55;
}

.tml-answer b {
  color: #f2c36b;
}

.tml-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}

.tml-button-secondary,
.tml-final-secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid #b9d8e6;
  border-radius: 10px;
  color: var(--tml-navy);
  background: #fff;
  font-size: .89rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.tml-button-secondary:hover {
  border-color: var(--tml-blue);
  color: var(--tml-blue-dark);
  transform: translateY(-1px);
}

.tml-hero .tml-button-secondary {
  color: #f4f9fc;
  border-color: rgba(230, 242, 249, .34);
  background: rgba(255, 255, 255, .035);
}

.tml-hero .tml-button-secondary:hover {
  border-color: rgba(255, 255, 255, .74);
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.tml-hero .button {
  box-shadow: 0 16px 34px rgba(15, 136, 58, .26);
}

.tml-support-link {
  display: inline-flex;
  gap: 6px;
  margin-top: 15px;
  color: #9bcce2;
  font-size: .82rem;
  font-weight: 780;
  text-underline-offset: 3px;
}

.tml-event-visual {
  min-width: 0;
  position: relative;
  isolation: isolate;
}

.tml-event-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% -6% 4% 8%;
  border-radius: 42%;
  background: linear-gradient(135deg, rgba(47, 112, 243, .3), rgba(197, 40, 166, .25));
  filter: blur(48px);
  opacity: .72;
}

.tml-hero-figure {
  margin: 0;
}

.tml-photo-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(190, 214, 244, .2);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: #041725;
  box-shadow: 0 30px 78px rgba(0, 0, 0, .33), 0 0 50px rgba(93, 66, 195, .12);
}

.tml-photo-frame::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 63%, rgba(3, 20, 34, .36));
  pointer-events: none;
}

.tml-photo-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.tml-hero-figure figcaption {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 14px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #d7e3eb;
  background: rgba(2, 16, 29, .7);
  font-size: .6rem;
  letter-spacing: .02em;
}

.tml-event-rail {
  display: grid;
  grid-template-columns: 1.45fr 1.15fr .42fr .78fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(190, 214, 244, .2);
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0 0 24px 24px;
  background: linear-gradient(105deg, rgba(4, 25, 43, .96), rgba(17, 21, 56, .97));
  box-shadow: 0 30px 78px rgba(0, 0, 0, .22);
}

.tml-event-rail > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px 14px 18px;
}

.tml-event-rail > div + div {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.tml-event-rail small {
  margin-bottom: 6px;
  color: #8ea8ba;
  font-size: .54rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.tml-event-rail strong {
  color: #f3f8fc;
  font-size: .72rem;
  line-height: 1.3;
}

.tml-event-place strong span {
  display: block;
  color: #9edbf0;
}

.tml-event-age {
  text-align: center;
}

.tml-event-age strong {
  font-size: 1.18rem;
}

.tml-event-ticket {
  background: linear-gradient(150deg, rgba(38, 173, 78, .16), rgba(255, 255, 255, .025));
}

.tml-event-ticket small {
  color: #88d9a1;
}

.tml-event-ticket strong {
  color: #fff;
}

/* Information ribbon */
.tml-facts {
  border-bottom: 1px solid #dbe8ed;
  background: #f7fafc;
}

.tml-facts-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.tml-facts-line {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #526b79 !important;
  font-size: .68rem !important;
  font-weight: 780;
  letter-spacing: .055em;
  line-height: 1.4 !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.tml-facts-line strong {
  color: var(--tml-navy);
}

.tml-meta {
  color: #71848e !important;
  font-size: .69rem !important;
  line-height: 1.4 !important;
  text-align: right;
  white-space: nowrap;
}

.tml-meta strong {
  color: #4d6572;
}

/* Documentation */
.tml-docs {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 9%, rgba(101, 54, 216, .055), transparent 22%),
    linear-gradient(180deg, #fff 0%, #fbfdfe 100%);
}

.tml-docs {
  padding-top: 88px;
  padding-bottom: 82px;
}

.tml-docs::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  top: 52px;
  right: -165px;
  border: 1px solid rgba(47, 112, 243, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 26px rgba(101, 54, 216, .025),
    0 0 0 52px rgba(197, 40, 166, .018);
  pointer-events: none;
}

.tml-docs > .container {
  position: relative;
  z-index: 1;
}

.tml-docs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .78fr);
  align-items: stretch;
  gap: 28px;
}

.tml-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0 25px 13px;
  overflow: hidden;
  border: 1px solid var(--tml-line);
  border-radius: 18px;
  background: rgba(248, 251, 252, .92);
  box-shadow: 0 18px 45px rgba(7, 53, 79, .055);
  list-style: none;
}

.tml-checklist li {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 12px;
  border-bottom: 1px solid #e2ecef;
}

.tml-checklist li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.tml-checklist li:nth-child(odd):not(:first-child) {
  border-left: 1px solid #e2ecef;
  padding-left: 24px;
}

.tml-checklist .tml-checklist-primary {
  min-height: 90px;
  grid-column: 1 / -1;
  margin-inline: -25px;
  padding: 19px 25px;
  border-bottom: 1px solid #cae6d4;
  background:
    radial-gradient(circle at 92% 0, rgba(7, 149, 210, .08), transparent 38%),
    linear-gradient(90deg, #eefaf2 0%, #f8fcfa 100%);
}

.tml-checklist .tml-checklist-primary span {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  box-shadow: 0 0 0 5px rgba(32, 164, 71, .09);
}

.tml-checklist-primary div {
  min-width: 0;
}

.tml-checklist .tml-checklist-primary strong {
  display: block;
  font-size: 1.03rem;
}

.tml-checklist-primary small {
  display: block;
  margin-top: 3px;
  color: #557066;
  font-size: .76rem;
  line-height: 1.4;
}

.tml-checklist span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tml-green);
  font-size: .72rem;
  font-weight: 900;
}

.tml-checklist strong {
  color: var(--tml-navy);
  font-size: .91rem;
}

.tml-alert {
  position: relative;
  overflow: hidden;
  padding: 32px 31px;
  border: 1px solid #f0cbb7;
  border-radius: 18px;
  background: #fff8f3;
}

.tml-alert::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #d96a38, #e3a136 55%, #bd3998);
}

.tml-alert::after {
  content: "!";
  position: absolute;
  right: 18px;
  bottom: -42px;
  color: rgba(164, 76, 22, .07);
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
}

.tml-alert > * {
  position: relative;
  z-index: 1;
}

.tml-alert-label {
  display: block;
  margin-bottom: 18px;
  color: #9b4515;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.tml-alert h3 {
  color: #713514;
  font-size: 1.42rem;
}

.tml-alert p {
  margin-top: 14px;
  color: #684938;
  font-size: .91rem;
  line-height: 1.62;
}

.tml-alert strong {
  color: #6c3112;
}

.tml-alert a {
  display: inline-flex;
  margin-top: 19px;
  color: #843c15;
  font-size: .84rem;
  font-weight: 850;
  text-underline-offset: 3px;
}

.tml-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
  padding: 24px 27px;
  border-radius: 16px;
  background: var(--tml-navy);
  box-shadow: 0 16px 38px rgba(6, 43, 69, .12);
}

.tml-inline-cta strong {
  color: #fff;
  font-size: 1rem;
}

.tml-inline-cta p {
  margin-top: 4px;
  color: #cfe2eb;
  font-size: .84rem;
  line-height: 1.5;
}

.tml-inline-cta .button {
  flex: none;
}

/* Steps */
.tml-steps-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid #dce8ed;
  background:
    radial-gradient(circle at 94% 7%, rgba(101, 54, 216, .09), transparent 24%),
    radial-gradient(circle at 6% 92%, rgba(7, 149, 210, .08), transparent 24%),
    #eef4f7;
}

.tml-steps-section {
  padding-top: 82px;
  padding-bottom: 78px;
}

.tml-steps-section::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  top: -205px;
  right: 7%;
  border: 1px solid rgba(101, 54, 216, .16);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(47, 112, 243, .035),
    0 0 0 58px rgba(197, 40, 166, .025);
  pointer-events: none;
}

.tml-steps-section .container {
  position: relative;
  z-index: 1;
}

.tml-steps {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-block: 1px solid #c9dbe3;
  list-style: none;
}

.tml-steps::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 51px;
  right: 7%;
  left: 7%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tml-electric), var(--tml-violet) 53%, var(--tml-magenta));
  opacity: .58;
}

.tml-steps li {
  min-width: 0;
  position: relative;
  z-index: 1;
  padding: 32px 27px 34px;
}

.tml-steps li + li {
  border-left: 1px solid #c9dbe3;
}

.tml-steps li > span {
  width: 46px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 27px;
  border: 7px solid #eef4f7;
  border-radius: 999px;
  color: #607f91;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(71, 114, 163, .16);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
}

.tml-steps li:last-child > span {
  color: #fff;
  background: linear-gradient(135deg, var(--tml-violet), var(--tml-magenta));
  box-shadow: 0 0 0 1px rgba(133, 49, 176, .2);
}

.tml-steps h3 {
  font-size: 1.05rem;
}

.tml-steps p {
  margin-top: 9px;
  font-size: .85rem;
  line-height: 1.56;
}

.tml-gate-note {
  max-width: 980px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  margin: 31px auto 0;
  padding: 20px 23px;
  border: 1px solid #ebcbb7;
  border-radius: 14px;
  background: #fff;
}

.tml-gate-note > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tml-warning);
  font-weight: 900;
}

.tml-gate-note p {
  color: #5e4a3d;
  font-size: .9rem;
  line-height: 1.6;
}

.tml-gate-note strong {
  color: #713514;
}

.tml-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

/* Validity */
.tml-validity {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(197, 40, 166, .2), transparent 30%),
    radial-gradient(circle at 18% 105%, rgba(47, 112, 243, .14), transparent 28%),
    linear-gradient(118deg, #031824 0%, #072a48 68%, #111538 100%);
}

.tml-validity {
  padding-top: 86px;
  padding-bottom: 86px;
}

.tml-validity::after {
  content: "2027";
  position: absolute;
  right: -1vw;
  bottom: -5vw;
  color: rgba(255, 255, 255, .035);
  font-size: clamp(8rem, 20vw, 19rem);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .8;
  pointer-events: none;
}

.tml-validity-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr);
  align-items: center;
  gap: clamp(50px, 8vw, 105px);
}

.tml-validity .tml-eyebrow {
  color: #8ee5f7;
}

.tml-validity h2 {
  max-width: 720px;
  color: #fff;
}

.tml-validity p {
  max-width: 710px;
  margin-top: 16px;
  color: #cbdfe8;
}

.tml-validity .tml-section-lead {
  color: #fff;
  font-size: 1.07rem;
}

.tml-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  color: var(--tml-blue-dark);
  font-size: .88rem;
  font-weight: 840;
  line-height: 1.45;
  text-underline-offset: 4px;
}

.tml-validity .tml-text-link {
  color: #8fe6f8;
}

.tml-validity-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.tml-card-tag {
  display: block;
  margin-bottom: 25px;
  color: #89e4f8;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.tml-date-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tml-date-row b {
  color: #f0c276;
  font-size: clamp(3.2rem, 6vw, 4.8rem);
  letter-spacing: -.08em;
  line-height: .9;
}

.tml-date-row span {
  max-width: 105px;
  color: #d4e8f0;
  font-size: .82rem;
  font-weight: 750;
  line-height: 1.35;
}

.tml-validity-line {
  height: 1px;
  margin: 25px 0 21px;
  background: linear-gradient(90deg, var(--tml-magenta), var(--tml-electric), transparent);
}

.tml-validity-card p {
  margin: 0;
  color: #d8e7ed;
  font-size: .89rem;
  line-height: 1.6;
}

.tml-validity-card > strong {
  display: block;
  margin-top: 19px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  font-size: .88rem;
  line-height: 1.55;
}

/* Conversion */
.tml-conversion {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 5%, rgba(101, 54, 216, .065), transparent 23%),
    radial-gradient(circle at 7% 100%, rgba(7, 149, 210, .05), transparent 25%),
    #fff;
}

.tml-conversion {
  padding-top: 88px;
  padding-bottom: 86px;
}

.tml-conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
  align-items: center;
  gap: clamp(50px, 8vw, 105px);
}

.tml-conversion h2 {
  max-width: 710px;
}

.tml-conversion-grid > div:first-child > p {
  max-width: 700px;
  margin-top: 18px;
}

.tml-time-link {
  margin-top: 16px !important;
  font-size: .84rem !important;
}

.tml-time-link a {
  color: var(--tml-blue-dark);
  font-weight: 760;
  text-underline-offset: 3px;
}

.tml-trust-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid #d8e2ec;
  border-radius: 20px;
  background: linear-gradient(160deg, #fbfdff, #f3f6fc);
  box-shadow: var(--tml-shadow);
}

.tml-trust-panel::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 43px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--tml-electric), var(--tml-violet) 56%, var(--tml-magenta));
  opacity: .28;
}

.tml-trust-panel > div {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  padding: 22px 24px;
}

.tml-trust-panel > div + div {
  border-top: 1px solid var(--tml-line);
}

.tml-trust-panel > div:last-child {
  background: rgba(232, 248, 239, .72);
}

.tml-trust-panel span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--tml-electric);
  font-size: .72rem;
  font-weight: 900;
}

.tml-trust-panel > div:nth-child(2) span {
  background: var(--tml-violet);
}

.tml-trust-panel > div:nth-child(3) span {
  background: #ad329f;
}

.tml-trust-panel > div:last-child span {
  background: var(--tml-green);
}

.tml-trust-panel strong {
  display: block;
  color: var(--tml-navy);
  font-size: .94rem;
}

.tml-trust-panel p {
  margin-top: 4px;
  font-size: .81rem;
  line-height: 1.5;
}

/* Video */
.tml-video-section {
  border-block: 1px solid #dce6ef;
  background:
    radial-gradient(circle at 90% 17%, rgba(101, 54, 216, .07), transparent 24%),
    linear-gradient(150deg, #f7f9fd 0%, #eef3f9 100%);
}

.tml-video-section {
  padding-top: 78px;
  padding-bottom: 78px;
}

.tml-video-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(480px, 1.22fr);
  align-items: center;
  gap: clamp(45px, 7vw, 90px);
}

.tml-video-grid h2 {
  max-width: 560px;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}

.tml-video-grid > div:first-child > p {
  margin-top: 16px;
  font-size: .92rem;
  line-height: 1.65;
}

.tml-video-grid strong {
  color: var(--tml-navy);
}

.tml-video {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(77, 111, 161, .2);
  border-radius: 20px;
  background: #061e2d;
  box-shadow: 0 20px 52px rgba(7, 53, 79, .16);
}

.tml-video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tml-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 30, 48, .45));
  pointer-events: none;
}

.tml-video button {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  color: #fff;
  background: rgba(11, 25, 55, .86);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .3);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform .2s ease, background .2s ease;
}

.tml-video button:hover {
  background: var(--tml-blue-dark);
  transform: translate(-50%, -50%) scale(1.06);
}

.tml-video button span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

.tml-video small {
  position: absolute;
  z-index: 2;
  right: 13px;
  bottom: 12px;
  padding: 4px 7px;
  border-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, .82);
  font-size: .72rem;
  font-weight: 850;
}

.tml-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Comparison */
.tml-compare {
  background: #fff;
}

.tml-compare {
  padding-top: 84px;
  padding-bottom: 78px;
}

.tml-compare-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, .8fr));
  gap: 0;
  border-block: 1px solid var(--tml-line);
}

.tml-compare-grid article {
  min-width: 0;
  position: relative;
  padding: 34px 27px;
}

.tml-compare-grid article + article {
  border-left: 1px solid var(--tml-line);
}

.tml-compare-grid article > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin-bottom: 23px;
  border-radius: 50%;
  color: #fff;
  background: #b46843;
  font-weight: 900;
}

.tml-compare-grid .tml-compare-ok {
  color: #fff;
  background: linear-gradient(145deg, #063025, #064831);
}

.tml-compare-grid .tml-compare-ok > span {
  background: var(--tml-green);
}

.tml-compare-grid small {
  color: #857067;
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.tml-compare-ok small {
  color: #91e4ae;
}

.tml-compare-grid h3 {
  margin-top: 10px;
  font-size: 1.2rem;
}

.tml-compare-ok h3 {
  color: #fff;
  font-size: 1.55rem;
}

.tml-compare-grid p {
  margin-top: 10px;
  font-size: .85rem;
  line-height: 1.55;
}

.tml-compare-ok p {
  color: #d0e3ec;
}

.tml-related-line {
  max-width: 920px;
  margin: 27px auto 0 !important;
  text-align: center;
  font-size: .9rem !important;
}

.tml-related-line a {
  color: var(--tml-blue-dark);
  font-weight: 800;
  text-underline-offset: 3px;
}

/* Related articles */
.tml-related {
  border-top: 1px solid #dce9ee;
  background: #f5f9fb;
  content-visibility: auto;
  contain-intrinsic-size: 650px;
}

.tml-related {
  padding-top: 76px;
  padding-bottom: 76px;
}

.tml-related .tml-heading {
  margin-bottom: 29px;
}

.tml-related-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(290px, .7fr);
  grid-template-rows: repeat(3, minmax(90px, auto));
  gap: 12px 16px;
}

.tml-related-grid a {
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 20px 22px;
  border: 1px solid var(--tml-line);
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.tml-related-grid a:hover {
  border-color: #9ccddd;
  box-shadow: 0 10px 24px rgba(7, 53, 79, .07);
  transform: translateY(-2px);
}

.tml-related-grid a:first-child {
  grid-row: 1 / 4;
  justify-content: flex-end;
  min-height: 295px;
  padding: 34px;
  border: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(197, 40, 166, .22), transparent 35%),
    linear-gradient(145deg, #062b45, #123c70);
}

.tml-related-grid small {
  color: var(--tml-blue-dark);
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.tml-related-grid strong {
  margin-top: 7px;
  color: var(--tml-navy);
  font-size: .94rem;
  line-height: 1.4;
}

.tml-related-grid span {
  color: var(--tml-blue-dark);
  font-size: .78rem;
  font-weight: 850;
}

.tml-related-grid a:first-child small,
.tml-related-grid a:first-child span {
  color: #82e4f7;
}

.tml-related-grid a:first-child strong {
  max-width: 500px;
  margin-top: 15px;
  color: #fff;
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
  line-height: 1.16;
}

.tml-related-grid a:first-child span {
  margin-top: 24px;
}

.tml-related-grid a:not(:first-child) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 20px;
}

.tml-related-grid a:not(:first-child) small,
.tml-related-grid a:not(:first-child) strong {
  grid-column: 1;
}

.tml-related-grid a:not(:first-child) span {
  grid-column: 2;
  grid-row: 1 / 3;
}

/* FAQ */
.tml-faq {
  position: relative;
  border-top: 1px solid #dfe9ee;
  background:
    linear-gradient(90deg, var(--tml-electric), var(--tml-violet), var(--tml-magenta)) top / 100% 3px no-repeat,
    #fff;
  content-visibility: auto;
  contain-intrinsic-size: 1100px;
}

.tml-faq {
  padding-top: 82px;
  padding-bottom: 82px;
}

.tml-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  align-items: start;
  gap: clamp(45px, 7vw, 90px);
}

.tml-faq-intro {
  position: sticky;
  top: 105px;
}

.tml-faq-intro p {
  margin-top: 17px;
}

.tml-faq-list {
  display: grid;
  gap: 10px;
}

.tml-faq-list details {
  border: 1px solid var(--tml-line);
  border-radius: 11px;
  background: #fbfdfe;
  box-shadow: 0 5px 15px rgba(7, 53, 79, .025);
}

.tml-faq-list summary {
  position: relative;
  padding: 19px 48px 19px 20px;
  color: var(--tml-navy);
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.tml-faq-list summary::-webkit-details-marker {
  display: none;
}

.tml-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--tml-violet);
  font-size: 1.25rem;
  transform: translateY(-50%);
}

.tml-faq-list details[open] summary::after {
  content: "−";
}

.tml-faq-list details[open] summary {
  border-bottom: 1px solid #e8f0f3;
}

.tml-faq-list p {
  padding: 17px 20px 20px;
  font-size: .87rem;
  line-height: 1.58;
}

/* Sources */
.tml-sources {
  padding: 48px 0 52px;
  background: #fff;
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}

.tml-sources details {
  border-block: 1px solid var(--tml-line);
}

.tml-sources summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  color: var(--tml-navy);
  font-size: .9rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.tml-sources summary::-webkit-details-marker {
  display: none;
}

.tml-sources summary span {
  color: var(--tml-violet);
  font-size: 1.2rem;
}

.tml-sources details[open] summary span {
  transform: rotate(45deg);
}

.tml-sources details > p {
  padding-bottom: 10px;
  font-size: .8rem;
}

.tml-sources ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0 0 23px 20px;
}

.tml-sources li {
  color: var(--tml-muted);
  font-size: .82rem;
  line-height: 1.45;
}

.tml-sources a {
  color: var(--tml-blue-dark);
  text-underline-offset: 3px;
}

.tml-disclaimer {
  margin-top: 19px !important;
  font-size: .77rem !important;
  line-height: 1.55 !important;
}

/* Final CTA */
.tml-final {
  padding: 48px 0 94px;
  background: linear-gradient(180deg, #fff, #f6f9fb);
  content-visibility: auto;
  contain-intrinsic-size: 440px;
}

.tml-final-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(275px, .42fr);
  align-items: center;
  gap: 52px;
  padding: 52px 56px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 87% 15%, rgba(197, 40, 166, .2), transparent 31%),
    radial-gradient(circle at 12% 120%, rgba(47, 112, 243, .15), transparent 30%),
    linear-gradient(118deg, #031824 0%, #06273f 68%, #111538 100%);
  box-shadow: 0 28px 70px rgba(4, 35, 55, .17);
}

.tml-final-card::after {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  right: -190px;
  bottom: -205px;
  border: 55px solid rgba(96, 222, 247, .1);
  border-radius: 50%;
}

.tml-final-card > * {
  position: relative;
  z-index: 1;
}

.tml-final-card > div:first-child > span {
  color: #83e5f7;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.tml-final-card h2 {
  max-width: 760px;
  margin-top: 12px;
  color: #fff;
}

.tml-final-card p {
  max-width: 700px;
  margin-top: 14px;
  color: #d0e4ed;
}

.tml-final-actions {
  display: grid;
  gap: 11px;
}

.tml-final-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .04);
}

.tml-final-secondary:hover {
  border-color: rgba(255, 255, 255, .72);
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

/* Floating support */
.tml-whatsapp {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  position: fixed;
  z-index: 130;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  color: #fff;
  background: #20a447;
  box-shadow: 0 14px 30px rgba(16, 113, 45, .3);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.tml-whatsapp:hover {
  box-shadow: 0 18px 38px rgba(16, 113, 45, .38);
  transform: translateY(-2px);
}

/* Focus */
.tml-guide a:focus-visible,
.tml-guide button:focus-visible,
.page-tml .tml-whatsapp:focus-visible,
.page-tml .skip-link:focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .tml-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
    gap: 46px;
  }

  .tml-hero h1 {
    font-size: clamp(2.65rem, 4.45vw, 3.45rem);
  }

  .tml-event-rail > div {
    padding-inline: 11px;
  }

  .tml-docs-layout {
    grid-template-columns: minmax(0, 1fr) minmax(350px, .78fr);
  }

  .tml-steps li {
    padding-inline: 21px;
  }

  .tml-related-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  }
}

@media (max-width: 900px) {
  .tml-section {
    padding: 76px 0;
  }

  .tml-hero {
    padding: 58px 0 68px;
  }

  .tml-hero-grid,
  .tml-validity-grid,
  .tml-conversion-grid,
  .tml-video-grid,
  .tml-faq-grid {
    grid-template-columns: 1fr;
  }

  .tml-hero-grid {
    gap: 43px;
  }

  .tml-hero h1 {
    max-width: 770px;
    font-size: clamp(2.65rem, 7.3vw, 4.3rem);
  }

  .tml-event-visual {
    width: min(680px, 100%);
  }

  .tml-facts-inner {
    min-height: 64px;
    flex-wrap: wrap;
    gap: 4px 18px;
    padding-block: 10px;
  }

  .tml-meta {
    text-align: left;
  }

  .tml-docs-layout {
    grid-template-columns: 1fr;
  }

  .tml-alert {
    max-width: 720px;
  }

  .tml-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tml-steps li:nth-child(3) {
    border-left: 0;
  }

  .tml-steps li:nth-child(n+3) {
    border-top: 1px solid #c9dbe3;
  }

  .tml-validity-grid,
  .tml-conversion-grid,
  .tml-video-grid {
    gap: 40px;
  }

  .tml-validity-card,
  .tml-trust-panel,
  .tml-video {
    width: min(700px, 100%);
  }

  .tml-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tml-compare-grid article:nth-child(3) {
    border-left: 0;
  }

  .tml-compare-grid article:nth-child(n+3) {
    border-top: 1px solid var(--tml-line);
  }

  .tml-related-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .tml-related-grid a:first-child {
    grid-row: auto;
    min-height: 245px;
  }

  .tml-faq-grid {
    gap: 33px;
  }

  .tml-faq-intro {
    position: static;
  }

  .tml-final-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px;
  }

  .tml-final-actions {
    width: min(480px, 100%);
  }
}

@media (max-width: 768px) {
  .tml-guide .container {
    width: min(100% - 32px, 1180px);
  }

  .tml-section {
    padding: 62px 0;
  }

  .tml-heading {
    margin-bottom: 31px;
  }

  .tml-heading > p {
    font-size: .97rem;
  }

  .tml-hero {
    padding: 42px 0 48px;
  }

  .tml-hero h1 {
    font-size: clamp(2.22rem, 6vw, 2.75rem);
    line-height: 1.02;
  }

  .tml-lead {
    font-size: 1rem !important;
  }

  .tml-answer {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 17px;
  }

  .tml-answer > span {
    width: 33px;
    height: 33px;
  }

  .tml-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tml-actions a {
    width: 100%;
  }

  .tml-event-visual::before {
    inset: 12% -3% 2%;
    filter: blur(32px);
  }

  .tml-event-rail {
    grid-template-columns: 1fr 1fr;
  }

  .tml-event-rail > div {
    min-height: 70px;
    padding: 14px 16px;
  }

  .tml-event-rail > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: left;
  }

  .tml-event-rail > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .tml-facts-inner {
    min-height: 44px;
    display: flex;
    justify-content: center;
    padding-block: 10px;
  }

  .tml-facts-line {
    display: none;
  }

  .tml-meta {
    margin: 0 !important;
    text-align: center;
    white-space: normal;
  }

  .tml-checklist {
    grid-template-columns: 1fr;
    padding: 0 18px 9px;
  }

  .tml-checklist li:nth-child(n) {
    min-height: 62px;
    padding: 14px 5px;
    border-left: 0;
    border-bottom: 1px solid #e2ecef;
  }

  .tml-checklist li:nth-child(odd):not(:first-child) {
    padding-right: 5px;
    padding-left: 5px;
    border-left: 0;
  }

  .tml-checklist .tml-checklist-primary {
    min-height: 92px;
    margin-inline: -18px;
    padding: 18px;
    border-bottom: 1px solid #cae6d4;
  }

  .tml-checklist .tml-checklist-primary span {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .tml-checklist li:last-child {
    border-bottom: 0;
  }

  .tml-alert {
    padding: 27px 23px;
  }

  .tml-alert h3 {
    font-size: 1.28rem;
  }

  .tml-inline-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border: 1px solid rgba(129, 221, 247, .18);
    background:
      radial-gradient(circle at 100% 0, rgba(197, 40, 166, .18), transparent 45%),
      var(--tml-navy);
  }

  .tml-inline-cta .button {
    width: auto;
    min-height: 43px;
    align-self: flex-start;
    padding: 10px 15px;
    font-size: .8rem;
  }

  .tml-steps {
    grid-template-columns: 1fr;
    position: relative;
    border: 0;
  }

  .tml-steps::before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 28px;
    left: 20px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--tml-electric), var(--tml-violet) 52%, var(--tml-magenta));
  }

  .tml-steps li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 19px 0 23px;
    border-top: 0;
    border-left: 0 !important;
  }

  .tml-steps li:last-child {
    border-bottom: 0;
  }

  .tml-steps li > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    grid-row: 1 / span 2;
    margin: 0;
    border: 4px solid #eef4f7;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--tml-electric), var(--tml-violet));
    box-shadow: 0 0 0 1px rgba(74, 78, 185, .16);
    font-size: .78rem;
    letter-spacing: 0;
  }

  .tml-steps li:nth-child(3) > span,
  .tml-steps li:nth-child(4) > span {
    background: linear-gradient(135deg, var(--tml-violet), var(--tml-magenta));
  }

  .tml-steps p {
    margin-top: 5px;
  }

  .tml-gate-note {
    grid-template-columns: 35px minmax(0, 1fr);
    padding: 18px;
  }

  .tml-gate-note > span {
    width: 34px;
    height: 34px;
  }

  .tml-centered-action a {
    width: 100%;
  }

  .tml-validity-card {
    padding: 25px 22px;
  }

  .tml-date-row b {
    font-size: 3.5rem;
  }

  .tml-compare-grid {
    grid-template-columns: 1fr;
  }

  .tml-compare-grid article:nth-child(n) {
    border-left: 0;
    border-top: 1px solid var(--tml-line);
  }

  .tml-compare-grid article:first-child {
    border-top: 0;
  }

  .tml-related-grid a:first-child {
    min-height: 220px;
    padding: 27px;
  }

  .tml-related-grid a:not(:first-child) {
    grid-template-columns: 1fr;
  }

  .tml-related-grid a:not(:first-child) span {
    grid-column: 1;
    grid-row: auto;
    margin-top: 13px;
  }

  .tml-final {
    padding-top: 18px;
  }

  .tml-final-card {
    padding: 32px 24px;
    border-radius: 19px;
  }

  .tml-final-actions {
    width: 100%;
  }

  .tml-final-actions a {
    width: 100%;
  }

  .tml-whatsapp {
    width: 50px;
    height: 50px;
    right: 12px;
    bottom: max(14px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 430px) {
  .tml-guide .container {
    width: min(100% - 24px, 1180px);
  }

  .tml-breadcrumb .container {
    gap: 6px;
    font-size: .69rem;
  }

  .tml-breadcrumb a:nth-of-type(3),
  .tml-breadcrumb a:nth-of-type(3) + span {
    display: none;
  }

  .tml-hero h1 {
    font-size: clamp(2.03rem, 10vw, 2.65rem);
  }

  .tml-kicker,
  .tml-eyebrow {
    font-size: .67rem;
  }

  .tml-answer {
    grid-template-columns: 1fr;
  }

  .tml-answer > span {
    margin-bottom: 2px;
  }

  .tml-photo-frame {
    padding: 0;
    border-radius: 18px 18px 0 0;
  }

  .tml-photo-frame img {
    border-radius: 0;
  }

  .tml-event-rail {
    border-radius: 0 0 18px 18px;
  }

  .tml-event-rail strong {
    font-size: .68rem;
  }

  .tml-event-date strong {
    max-width: 120px;
  }

  .tml-alert {
    padding: 24px 20px;
  }

  .tml-trust-panel > div {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 20px 18px;
  }

  .tml-trust-panel span {
    width: 37px;
    height: 37px;
  }

  .tml-video {
    border-radius: 14px;
  }

  .tml-video button {
    width: 58px;
    height: 58px;
  }

  .tml-related-grid a {
    padding: 19px;
  }

  .tml-faq-list summary {
    padding: 17px 43px 17px 17px;
    font-size: .88rem;
  }

  .tml-faq-list p {
    padding: 15px 17px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-tml .skip-link,
  .tml-guide *,
  .tml-whatsapp {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
