:root {
  --tm-navy: #062b45;
  --tm-navy-deep: #031e30;
  --tm-blue: #0795d2;
  --tm-blue-dark: #0577ad;
  --tm-blue-soft: #eaf8fe;
  --tm-green: #20a447;
  --tm-green-dark: #168438;
  --tm-purple: #7a4ca0;
  --tm-ink: #102330;
  --tm-muted: #5f707b;
  --tm-line: #dbe8ee;
  --tm-soft: #f5f9fb;
  --tm-white: #fff;
  --tm-radius-xl: 30px;
  --tm-radius-lg: 22px;
  --tm-radius-md: 15px;
  --tm-shadow: 0 28px 80px rgba(7, 53, 79, .13);
  --tm-shadow-soft: 0 16px 46px rgba(7, 53, 79, .08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 126px;
}

body {
  margin: 0;
  color: var(--tm-ink);
  background: var(--tm-white);
  font-family: "Geist", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body a {
  color: inherit;
}

.tm-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--tm-navy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(calc(-100% - 24px));
  transition: transform .18s ease;
}

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

.tm-guide {
  overflow: clip;
}

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

.tm-guide h1,
.tm-guide h2,
.tm-guide h3,
.tm-guide p,
.tm-guide a {
  overflow-wrap: break-word;
}

.tm-guide h1,
.tm-guide h2,
.tm-guide h3 {
  text-wrap: balance;
}

.tm-guide p {
  text-wrap: pretty;
}

.tm-guide [id] {
  scroll-margin-top: 136px;
}

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

.tm-narrow {
  max-width: 900px;
}

.tm-breadcrumb {
  border-bottom: 1px solid var(--tm-line);
  background: #f7fbfd;
}

.tm-breadcrumb .tm-container {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  color: #71828b;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.tm-breadcrumb a {
  color: var(--tm-blue-dark);
  text-decoration: none;
}

.tm-breadcrumb strong {
  overflow: hidden;
  color: var(--tm-ink);
  text-overflow: ellipsis;
}

.tm-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(122, 76, 160, .14), transparent 27%),
    radial-gradient(circle at 8% 95%, rgba(32, 164, 71, .09), transparent 23%),
    linear-gradient(135deg, #f4fafc 0%, #fff 54%, #edf8fc 100%);
}

.tm-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 480px;
  height: 480px;
  right: -280px;
  bottom: -280px;
  border: 1px solid rgba(7, 149, 210, .17);
  border-radius: 50%;
  box-shadow: 0 0 0 76px rgba(7, 149, 210, .035), 0 0 0 152px rgba(7, 149, 210, .025);
}

.tm-hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: center;
  gap: clamp(48px, 6vw, 86px);
  padding-block: 66px 74px;
}

.tm-hero-copy,
.tm-hero-visual,
.tm-two-columns > *,
.tm-support-layout > *,
.tm-security-grid > * {
  min-width: 0;
}

.tm-kicker,
.tm-eyebrow {
  color: var(--tm-blue-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tm-kicker i {
  padding-inline: 5px;
  color: var(--tm-green);
  font-style: normal;
}

.tm-hero h1 {
  max-width: 710px;
  margin: 18px 0 20px;
  color: var(--tm-navy);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.055em;
}

.tm-lead {
  max-width: 690px;
  margin: 0;
  color: #4d6471;
  font-size: 18px;
  line-height: 1.72;
}

.tm-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 24px;
  color: #72838d;
  font-size: 12px;
}

.tm-meta strong {
  color: #455c69;
}

.tm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-ticketmaster-cie .tm-button-secondary {
  border-color: var(--tm-blue);
  color: var(--tm-blue-dark);
  background: #fff;
  box-shadow: none;
}

.page-ticketmaster-cie .tm-button-secondary:hover {
  border-color: var(--tm-blue-dark);
  color: #fff;
  background: var(--tm-blue-dark);
}

.tm-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  margin: 25px 0 0;
  padding: 0;
  color: #506672;
  font-size: 12px;
  font-weight: 750;
  list-style: none;
}

.tm-trust li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--tm-green);
  font-weight: 900;
}

.tm-hero-visual {
  position: relative;
}

.tm-image-card {
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(7, 149, 210, .18);
  border-radius: 26px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--tm-shadow);
  transform: rotate(1.2deg);
}

.tm-image-card img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.tm-float {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border: 1px solid var(--tm-line);
  border-radius: 12px;
  color: var(--tm-navy);
  background: #fff;
  box-shadow: var(--tm-shadow-soft);
  font-size: 12px;
  font-weight: 850;
}

.tm-float span {
  color: var(--tm-green);
}

.tm-float-top {
  top: -20px;
  right: 24px;
}

.tm-float-bottom {
  bottom: -18px;
  left: 20px;
}

.tm-toc {
  position: sticky;
  top: 82px;
  z-index: 80;
  border-block: 1px solid var(--tm-line);
  background: rgba(255, 255, 255, .96);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.tm-toc .tm-container {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.tm-toc .tm-container > span {
  flex: none;
  color: var(--tm-navy);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tm-toc .tm-container > div {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tm-toc .tm-container > div::-webkit-scrollbar {
  display: none;
}

.tm-toc a {
  flex: none;
  padding: 7px 10px;
  border-radius: 999px;
  color: #556b78;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.tm-toc a:hover,
.tm-toc a:focus-visible {
  color: var(--tm-blue-dark);
  background: var(--tm-blue-soft);
}

.tm-section {
  padding-block: 84px;
}

.tm-soft {
  background: var(--tm-soft);
}

.tm-section h2 {
  margin: 11px 0 18px;
  color: var(--tm-navy);
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.04em;
}

.tm-section h3 {
  margin: 0 0 10px;
  color: var(--tm-navy);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.25;
}

.tm-section p {
  margin: 0 0 17px;
  color: var(--tm-muted);
  font-size: 16px;
  line-height: 1.76;
}

.tm-heading {
  max-width: 770px;
  margin-bottom: 38px;
}

.tm-heading-centered {
  margin-inline: auto;
  text-align: center;
}

.tm-heading-inline {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  align-items: end;
  gap: 48px;
}

.tm-heading-inline p {
  margin: 0 0 8px;
}

.tm-answer {
  background: #fff;
}

.tm-answer .tm-narrow > p {
  font-size: 18px;
}

.tm-video-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(7, 149, 210, .11), transparent 28%),
    linear-gradient(180deg, #f7fbfd 0%, #fff 100%);
}

.tm-video-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.tm-video-heading p {
  max-width: 680px;
  margin: 0 auto;
}

.tm-video-shell {
  max-width: 960px;
  margin-inline: auto;
  padding: 12px;
  border: 1px solid var(--tm-line);
  border-radius: 25px;
  background: #fff;
  box-shadow: var(--tm-shadow);
}

.tm-video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 17px;
  background: var(--tm-navy-deep);
}

.tm-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.tm-important {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  padding: 21px 23px;
  border: 1px solid #f3d18d;
  border-left: 5px solid #eca83a;
  border-radius: var(--tm-radius-md);
  background: #fffaf0;
}

.tm-important > span {
  width: 31px;
  height: 31px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #e79a1f;
  font-weight: 900;
}

.tm-important strong {
  display: block;
  margin: 2px 0 5px;
  color: var(--tm-navy);
  font-size: 17px;
}

.tm-important p {
  margin: 0;
  font-size: 14px;
}

.tm-card-grid {
  display: grid;
  gap: 18px;
}

.tm-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tm-card-grid article {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius-lg);
  background: #fff;
  box-shadow: var(--tm-shadow-soft);
}

.tm-card-number {
  display: inline-block;
  margin-bottom: 25px;
  color: var(--tm-blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
}

.tm-card-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.tm-two-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: center;
  gap: clamp(42px, 7vw, 88px);
}

.tm-account-block {
  margin-top: 70px;
  padding-top: 64px;
  border-top: 1px solid var(--tm-line);
}

.tm-check-card,
.tm-info-card {
  padding: 30px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius-lg);
  background: #fff;
  box-shadow: var(--tm-shadow-soft);
}

.tm-check-card ul,
.tm-security ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.tm-check-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #435966;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.tm-check-card li span {
  color: var(--tm-green);
}

.tm-info-card {
  border-color: #caeaf7;
  background: var(--tm-blue-soft);
}

.tm-info-card > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--tm-blue);
  font-weight: 900;
}

.tm-info-card p {
  margin: 0;
  font-size: 14px;
}

.tm-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.tm-steps li {
  min-width: 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--tm-line);
  border-radius: 18px;
  background: #fff;
}

.tm-steps li > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--tm-navy), var(--tm-blue-dark));
  font-size: 13px;
  font-weight: 900;
}

.tm-steps h3 {
  margin-top: 2px;
  font-size: 17px;
}

.tm-steps p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.tm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tm-blue-dark);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.tm-text-link:hover {
  color: var(--tm-navy);
}

.tm-contrast {
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(122, 76, 160, .3), transparent 27%),
    linear-gradient(145deg, var(--tm-navy-deep), var(--tm-navy));
}

.tm-contrast .tm-eyebrow {
  color: #73d6ff;
}

.tm-contrast .tm-heading h2,
.tm-contrast .tm-heading p,
.tm-contrast .tm-day-grid h2 {
  color: #fff;
}

.tm-contrast .tm-heading p,
.tm-contrast .tm-day-grid p {
  color: #b8d0dc;
}

.tm-contrast .tm-text-link {
  color: #73d6ff;
}

.tm-compare {
  max-width: 960px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 42px auto 64px;
}

.tm-compare article {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--tm-radius-lg);
  background: rgba(255, 255, 255, .07);
}

.tm-compare small {
  color: #73d6ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.tm-compare h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 23px;
}

.tm-compare p {
  margin: 0;
  color: #b8d0dc;
  font-size: 14px;
}

.tm-compare-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--tm-navy);
  background: #73d6ff;
  font-size: 22px;
  font-weight: 900;
}

.tm-day-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  padding-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.tm-day-grid h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.tm-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  gap: clamp(42px, 7vw, 88px);
}

.tm-troubleshoot {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tm-troubleshoot li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
}

.tm-troubleshoot li > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--tm-blue-dark);
  font-size: 12px;
  font-weight: 900;
}

.tm-troubleshoot strong {
  display: block;
  margin: 1px 0 4px;
  color: var(--tm-navy);
}

.tm-troubleshoot p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.tm-support-card {
  padding: 34px;
  border-radius: var(--tm-radius-xl);
  color: #fff;
  background: linear-gradient(145deg, var(--tm-navy), var(--tm-navy-deep));
  box-shadow: var(--tm-shadow);
}

.tm-support-card .tm-eyebrow {
  color: #73d6ff;
}

.tm-support-card h3 {
  margin-top: 12px;
  color: #fff;
  font-size: 27px;
}

.tm-support-card p {
  color: #b8d0dc;
  font-size: 14px;
}

.tm-support-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 14px;
  color: var(--tm-navy);
  background: #73d6ff;
  font-size: 23px;
  font-weight: 950;
}

.tm-support-card .button {
  width: 100%;
  margin-top: 8px;
}

.tm-security {
  background: #eef9f1;
}

.tm-security-grid {
  max-width: 950px;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 30px;
}

.tm-security-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid #a9dab5;
  border-radius: 24px;
  color: #fff;
  background: var(--tm-green);
  box-shadow: 0 18px 42px rgba(32, 164, 71, .2);
  font-size: 34px;
  font-weight: 950;
}

.tm-security ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 25px;
}

.tm-security li {
  position: relative;
  padding-left: 18px;
  color: #425e4b;
  font-size: 14px;
  line-height: 1.6;
}

.tm-security li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--tm-green);
  font-weight: 900;
}

.tm-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tm-related-grid > a {
  min-width: 0;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius-lg);
  color: var(--tm-ink);
  background: #fff;
  box-shadow: var(--tm-shadow-soft);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease;
}

.tm-related-grid > a:hover {
  border-color: #9ed8ed;
  transform: translateY(-3px);
}

.tm-related-grid small {
  margin-bottom: 14px;
  color: var(--tm-blue-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.tm-related-grid strong {
  color: var(--tm-navy);
  font-size: 18px;
  line-height: 1.35;
}

.tm-related-grid span {
  margin-top: auto;
  padding-top: 24px;
  color: var(--tm-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.tm-related-grid i {
  font-style: normal;
}

.tm-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  padding: 29px 32px;
  border-radius: var(--tm-radius-lg);
  color: #fff;
  background: var(--tm-navy);
}

.tm-inline-cta strong {
  font-size: 20px;
}

.tm-inline-cta p {
  margin: 5px 0 0;
  color: #b8d0dc;
  font-size: 14px;
}

.tm-faq {
  background: #fff;
}

.tm-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tm-faq-grid > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tm-faq details {
  overflow: hidden;
  border: 1px solid var(--tm-line);
  border-radius: 16px;
  background: #fff;
}

.tm-faq summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  color: var(--tm-navy);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.42;
  cursor: pointer;
  list-style: none;
}

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

.tm-faq summary b {
  width: 25px;
  height: 25px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--tm-blue-dark);
  background: var(--tm-blue-soft);
  font-size: 18px;
  transition: transform .18s ease;
}

.tm-faq details[open] summary b {
  transform: rotate(45deg);
}

.tm-faq details > p,
.tm-faq details > .tm-text-link {
  margin-inline: 20px;
}

.tm-faq details > p {
  margin-top: -2px;
  margin-bottom: 18px;
  padding-top: 15px;
  border-top: 1px solid var(--tm-line);
  font-size: 14px;
  line-height: 1.68;
}

.tm-faq details > .tm-text-link {
  margin-top: -7px;
  margin-bottom: 20px;
}

.tm-sources {
  padding-block: 30px;
  border-top: 1px solid var(--tm-line);
  background: #f7fbfd;
}

.tm-sources .tm-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.tm-sources strong {
  color: var(--tm-navy);
  font-size: 14px;
}

.tm-sources p {
  margin: 5px 0 0;
  color: var(--tm-muted);
  font-size: 12px;
  line-height: 1.6;
}

.tm-sources nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.tm-sources nav a {
  padding: 8px 10px;
  border: 1px solid var(--tm-line);
  border-radius: 999px;
  color: var(--tm-blue-dark);
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.tm-sources nav a:hover {
  border-color: #9ed8ed;
}

@media (max-width: 1040px) {
  .tm-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr);
    gap: 42px;
  }

  .tm-hero h1 {
    font-size: clamp(40px, 5.6vw, 58px);
  }

  .tm-card-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .tm-toc {
    top: 70px;
  }

  .tm-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 56px;
    padding-block: 58px 68px;
  }

  .tm-hero-copy {
    max-width: 760px;
  }

  .tm-hero-visual {
    width: min(700px, 100%);
    margin-inline: auto;
  }

  .tm-two-columns,
  .tm-support-layout {
    grid-template-columns: 1fr;
  }

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

  .tm-sources .tm-container {
    grid-template-columns: 1fr;
  }

  .tm-sources nav {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .tm-container {
    width: min(100% - 32px, 680px);
  }

  .tm-section {
    padding-block: 70px;
  }

  .tm-heading-inline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tm-security ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 108px;
  }

  .tm-guide [id] {
    scroll-margin-top: 112px;
  }

  .tm-container {
    width: min(100% - 24px, 520px);
  }

  .tm-breadcrumb .tm-container {
    min-height: 40px;
  }

  .tm-hero-grid {
    gap: 42px;
    padding-block: 44px 56px;
  }

  .tm-hero h1 {
    margin-top: 15px;
    font-size: clamp(37px, 11vw, 50px);
    line-height: 1.01;
  }

  .tm-lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .tm-actions {
    flex-direction: column;
  }

  .tm-actions .button {
    width: 100%;
    white-space: normal;
  }

  .tm-trust {
    display: grid;
    gap: 9px;
  }

  .tm-image-card {
    padding: 7px;
    border-radius: 19px;
    transform: none;
  }

  .tm-video-heading {
    margin-bottom: 25px;
  }

  .tm-video-shell {
    padding: 6px;
    border-radius: 17px;
  }

  .tm-video-frame {
    border-radius: 12px;
  }

  .tm-image-card img {
    border-radius: 14px;
  }

  .tm-float {
    padding: 8px 10px;
    font-size: 10px;
  }

  .tm-float-top {
    top: -18px;
    right: 12px;
  }

  .tm-float-bottom {
    bottom: -15px;
    left: 10px;
  }

  .tm-toc .tm-container {
    min-height: 52px;
    gap: 14px;
  }

  .tm-toc .tm-container > span {
    display: none;
  }

  .tm-section {
    padding-block: 58px;
  }

  .tm-section h2 {
    font-size: clamp(29px, 9.5vw, 39px);
  }

  .tm-answer .tm-narrow > p,
  .tm-section p {
    font-size: 15px;
  }

  .tm-card-grid-four,
  .tm-steps,
  .tm-related-grid,
  .tm-faq-grid,
  .tm-day-grid {
    grid-template-columns: 1fr;
  }

  .tm-account-block {
    margin-top: 50px;
    padding-top: 48px;
  }

  .tm-steps li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    padding: 17px;
  }

  .tm-steps li > span {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    font-size: 11px;
  }

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

  .tm-compare-arrow {
    margin-inline: auto;
    transform: rotate(90deg);
  }

  .tm-day-grid {
    gap: 40px;
  }

  .tm-security-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tm-security-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 27px;
  }

  .tm-inline-cta {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .tm-inline-cta .button {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .tm-hero h1 {
    font-size: 35px;
  }

  .tm-kicker,
  .tm-eyebrow {
    letter-spacing: .08em;
  }

  .tm-card-grid article,
  .tm-check-card,
  .tm-info-card,
  .tm-support-card,
  .tm-compare article {
    padding: 22px;
  }

  .tm-steps h3 {
    font-size: 16px;
  }

  .tm-faq summary {
    padding: 16px;
    font-size: 14px;
  }

  .tm-faq details > p,
  .tm-faq details > .tm-text-link {
    margin-inline: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .tm-skip-link,
  .tm-related-grid > a,
  .tm-faq summary b {
    transition: none;
  }
}
