:root {
  --tm-magenta: #a8576b;
  --tm-magenta-dark: #763747;
  --tm-magenta-soft: #f7e7eb;
  --tm-pink: #8f8f8f;
  --tm-green: #008d49;
  --tm-green-dark: #006c39;
  --tm-green-soft: #ecf8f1;
  --tm-blue: #655b60;
  --tm-blue-soft: #f3eff0;
  --tm-orange: #8d777e;
  --tm-purple: #392f34;
  --tm-cream: #f4eeee;
  --tm-cream-deep: #e2d5d8;
  --tm-paper: #f8f3f4;
  --tm-ink: #211b1e;
  --tm-muted: #6d6267;
  --tm-line: #e5dbde;
  --tm-white: #fff;
  --tm-shadow: 0 24px 70px rgba(0, 0, 0, .13);
  --tm-radius: 20px;
}

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

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

.tm-page,
.tm-page * {
  box-sizing: border-box;
}

.tm-page {
  color: var(--tm-ink);
  background: var(--tm-white);
  overflow: clip;
  font-family: "Geist", Arial, Helvetica, sans-serif;
}

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

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

.tm-page h1,
.tm-page h2,
.tm-page h3 {
  font-family: "Geist", Arial, Helvetica, sans-serif;
  font-weight: 850;
  text-wrap: balance;
}

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

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

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

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

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

.tm-breadcrumb {
  border-bottom: 1px solid #dedede;
  background: #f4f4f4;
}

.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: #333;
  text-decoration: none;
}

.tm-breadcrumb span:last-child {
  overflow: hidden;
  color: #294450;
  text-overflow: ellipsis;
}

.tm-hero {
  position: relative;
  padding: 58px 0 54px;
  color: var(--tm-white);
  background:
    radial-gradient(circle at 88% 10%, rgba(216, 161, 174, .18), transparent 29%),
    radial-gradient(circle at 7% 80%, rgba(171, 92, 111, .2), transparent 31%),
    linear-gradient(135deg, #151113 0%, #2a2226 52%, #120f11 100%);
  isolation: isolate;
}

.tm-hero::before,
.tm-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.tm-hero::before {
  inset: 0;
  opacity: .08;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.85) 1px, transparent 1.2px),
    radial-gradient(circle, rgba(255,228,177,.7) 1px, transparent 1.2px);
  background-position: 0 0, 11px 11px;
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}

.tm-hero::after {
  width: 360px;
  height: 360px;
  right: -160px;
  bottom: -210px;
  border-radius: 50%;
  border: 72px solid rgba(255, 255, 255, .04);
}

.tm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.tm-hero-copy,
.tm-hero-media,
.tm-cie-grid > * {
  min-width: 0;
}

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

.tm-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--tm-magenta);
  background: var(--tm-magenta-soft);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tm-hero .tm-kicker {
  border: 1px solid rgba(255,255,255,.28);
  color: #f8e9ed;
  background: rgba(255,255,255,.1);
}

.tm-hero h1 {
  max-width: 1000px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 900;
  line-height: .99;
  letter-spacing: -.047em;
}

.tm-lead {
  max-width: 900px;
  margin: 0;
  color: #f0e4e7;
  font-size: 19px;
  line-height: 1.66;
}

.tm-lead strong {
  color: #fff;
}

.tm-sale-box {
  max-width: 900px;
  margin: 24px 0 0;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.18);
  border-left: 5px solid #c78393;
  border-radius: 0 14px 14px 0;
  background: rgba(255,255,255,.055);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
  backdrop-filter: blur(8px);
}

.tm-sale-box strong {
  color: #e7b8c3;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tm-sale-box p {
  margin: 7px 0 0;
  color: #fff5f7;
  line-height: 1.62;
}

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

.tm-primary,
.tm-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}

.tm-primary {
  border: 1px solid var(--tm-green);
  color: #fff;
  background: var(--tm-green);
  box-shadow: 0 14px 30px rgba(0, 141, 73, .22);
}

.tm-primary:hover {
  border-color: var(--tm-green-dark);
  background: var(--tm-green-dark);
  box-shadow: 0 18px 36px rgba(0, 108, 57, .26);
  transform: translateY(-2px);
}

.tm-secondary {
  border: 1px solid #d6dfe3;
  color: #173744;
  background: #fff;
}

.tm-secondary:hover {
  border-color: #a9c2cd;
  background: #f7fbfd;
  transform: translateY(-2px);
}

.tm-hero .tm-secondary {
  border-color: rgba(255,255,255,.32);
  color: #fff;
  background: rgba(255,255,255,.1);
}

.tm-hero .tm-secondary:hover {
  border-color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.17);
}

.tm-meta {
  margin: 18px 0 0;
  color: #c7c7c7;
  font-size: 12px;
  line-height: 1.5;
}

.tm-hero-media {
  position: relative;
  width: 100%;
  margin: 6px 0 0;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: rgba(215, 166, 178, .09);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .54);
}

.tm-hero-media picture,
.tm-hero-media img {
  width: 100%;
  display: block;
}

.tm-hero-media img {
  height: auto;
  border-radius: 15px;
  background: var(--tm-cream);
  object-fit: contain;
}

.tm-hero-media figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.tm-section {
  padding: 72px 0;
}

.tm-section + .tm-section:not(.tm-tinted):not(.tm-meia):not(.tm-faq-section):not(.tm-links) {
  border-top: 1px solid #eef2f3;
}

.tm-tinted {
  background:
    linear-gradient(180deg, rgba(247,239,241,.88), rgba(252,250,250,.98));
}

.tm-prose {
  max-width: 880px;
}

.tm-prose p,
.tm-cie-grid p {
  margin: 0 0 17px;
  color: #5f565a;
  font-size: 17px;
  line-height: 1.78;
}

.tm-prose p:last-child,
.tm-cie-grid p:last-of-type {
  margin-bottom: 0;
}

.tm-prose a {
  color: #7c1820;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tm-prose h2,
.tm-heading h2,
.tm-cie-grid h2 {
  max-width: 900px;
  margin: 0 0 14px;
  color: #251e21;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.tm-heading {
  max-width: 850px;
  margin-bottom: 30px;
}

.tm-heading p {
  margin: 0;
  color: #706368;
  font-size: 17px;
  line-height: 1.68;
}

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

.tm-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #e0e8ea;
  border-radius: var(--tm-radius);
  background: #fff;
  box-shadow: 0 15px 44px rgba(16, 35, 48, .055);
}

.tm-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #111, #777, #b8b8b8);
}

.tm-card:nth-child(2)::before {
  background: linear-gradient(90deg, #5f1118, #a42731);
}

.tm-card h3 {
  margin: 3px 0 10px;
  color: #143541;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.16;
}

.tm-card p {
  margin: 0 0 14px;
  color: #526873;
  line-height: 1.67;
}

.tm-text-link {
  color: var(--tm-magenta);
  font-size: 14px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.tm-note {
  margin: 20px 0 0;
  padding: 17px 18px;
  border: 1px solid #d9d9d9;
  border-left: 4px solid #777;
  border-radius: 12px;
  color: #425d69;
  background: #f7f7f7;
  line-height: 1.64;
}

.tm-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .055);
  -webkit-overflow-scrolling: touch;
}

.tm-sales-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #303030;
  font-size: 14px;
  line-height: 1.45;
}

.tm-sales-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

.tm-sales-table th,
.tm-sales-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
  vertical-align: middle;
}

.tm-sales-table th {
  color: #fff;
  background: #161616;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm-sales-table tbody tr:last-child td {
  border-bottom: 0;
}

.tm-sales-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.tm-sales-table time {
  color: #7f1720;
  font-weight: 900;
  letter-spacing: .04em;
  white-space: nowrap;
}

.tm-sales-table a {
  color: #6f1118;
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tm-dates {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

.tm-dates article {
  position: relative;
  min-height: 146px;
  overflow: hidden;
  padding: 22px 18px 20px;
  border: 1px solid #e0e5e5;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(33, 45, 52, .055);
}

.tm-dates article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -32px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: currentColor;
  opacity: .055;
}

.tm-dates article { color: #333; border-top: 5px solid #333; }
.tm-dates article:nth-child(3n+2) { color: #777; border-top-color: #777; }
.tm-dates article:nth-child(3n) { color: #8f1d26; border-top-color: #8f1d26; }

.tm-dates time {
  display: block;
  margin-bottom: 12px;
  color: currentColor;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.tm-dates strong {
  display: block;
  color: #153644;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.04;
}

.tm-dates span {
  display: block;
  margin-top: 8px;
  color: #6c7c83;
  font-size: 13px;
  font-weight: 650;
}

.tm-meia {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(255,255,255,.09), transparent 28%),
    radial-gradient(circle at 5% 100%, rgba(174,93,113,.25), transparent 30%),
    linear-gradient(135deg, #171214, #2c2327 55%, #110e10);
}

.tm-meia .tm-heading h2 {
  color: #fff8eb;
}

.tm-meia .tm-kicker {
  color: #63313e;
  background: #f1dbe0;
}

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

.tm-steps li {
  display: flex;
  gap: 15px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  color: #18333d;
  background: #fff;
  box-shadow: 0 18px 50px rgba(62,0,21,.14);
}

.tm-steps li > span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tm-magenta);
  font-size: 14px;
  font-weight: 900;
}

.tm-steps h3 {
  margin: 0 0 7px;
  color: #153540;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
}

.tm-steps p {
  margin: 0;
  color: #566b74;
  line-height: 1.62;
}

.tm-cie-grid {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr);
  gap: 34px;
  align-items: start;
}

.tm-check {
  position: relative;
  overflow: hidden;
  padding: 27px;
  border: 1px solid #cfe6d7;
  border-radius: 20px;
  background: linear-gradient(145deg, #f5fcf7, var(--tm-green-soft));
  box-shadow: 0 16px 45px rgba(0, 87, 45, .07);
}

.tm-check::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--tm-green);
}

.tm-check h3 {
  margin: 0 0 14px;
  color: #143a2b;
  font-size: 21px;
  font-weight: 850;
  line-height: 1.16;
}

.tm-check ul {
  margin: 0;
  padding-left: 20px;
  color: #45645a;
}

.tm-check li {
  margin: 10px 0;
  line-height: 1.55;
}

.tm-prep-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

.tm-prep-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid #e3e8e8;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(30, 49, 57, .045);
}

.tm-prep-grid b {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tm-magenta);
  font-size: 12px;
  font-weight: 900;
}

.tm-prep-grid article:nth-child(2) b { background: var(--tm-blue); }
.tm-prep-grid article:nth-child(3) b { background: var(--tm-green); }
.tm-prep-grid article:nth-child(4) b { background: var(--tm-orange); }

.tm-prep-grid h3 {
  margin: 12px 0 7px;
  color: #153642;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
}

.tm-prep-grid p {
  margin: 0;
  color: #61737b;
  line-height: 1.58;
}

.tm-links {
  background:
    radial-gradient(circle at 100% 0, rgba(0,0,0,.06), transparent 28%),
    linear-gradient(180deg, #fff, #f4f4f4);
}

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

.tm-link-grid a {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 24px;
  border: 1px solid #dfe9ed;
  border-radius: 17px;
  color: #1d3b47;
  background: #fff;
  box-shadow: 0 12px 34px rgba(13, 59, 80, .045);
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.tm-link-grid a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--tm-magenta);
}

.tm-link-grid a:nth-child(2)::before { background: var(--tm-green); }
.tm-link-grid a:nth-child(3)::before { background: var(--tm-blue); }

.tm-link-grid a:hover {
  border-color: #c9dce4;
  box-shadow: 0 18px 42px rgba(13, 59, 80, .08);
  transform: translateY(-2px);
}

.tm-link-grid strong,
.tm-link-grid span {
  display: block;
}

.tm-link-grid strong {
  margin-bottom: 8px;
  color: #163744;
  font-size: 18px;
  font-weight: 850;
}

.tm-link-grid span {
  color: #62747d;
  line-height: 1.55;
}

.tm-centered {
  margin-top: 26px;
  text-align: center;
}

.tm-faq-section {
  background: var(--tm-paper);
}

.tm-faq-list {
  max-width: 920px;
}

.tm-faq {
  overflow: hidden;
  margin: 10px 0;
  border: 1px solid #e4dfd1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(70, 53, 27, .035);
}

.tm-faq summary {
  position: relative;
  padding: 19px 54px 19px 20px;
  color: #173643;
  cursor: pointer;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.4;
  list-style: none;
}

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

.tm-faq summary::after {
  content: "+";
  position: absolute;
  top: 13px;
  right: 19px;
  color: var(--tm-magenta);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.tm-faq[open] summary::after {
  content: "–";
}

.tm-faq[open] summary {
  color: var(--tm-magenta-dark);
  background: #f8ecef;
}

.tm-faq div {
  padding: 0 20px 19px;
}

.tm-faq p {
  margin: 0;
  color: #586b74;
  line-height: 1.67;
}

.tm-source {
  padding: 27px 0;
  color: #dce8ed;
  background: #111;
}

.tm-source strong {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.tm-source p {
  margin: 7px 0 0;
  color: #c2d2d9;
  font-size: 13px;
  line-height: 1.65;
}

.tm-source a {
  color: #f0cbd4;
  font-weight: 800;
  text-underline-offset: 3px;
}

.tm-buy {
  background: #fff;
}

.tm-event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tm-event-grid article {
  min-width: 0;
  min-height: 160px;
  padding: 24px 22px;
  border: 1px solid #e5d9dc;
  border-top: 5px solid var(--tm-magenta);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(63, 39, 48, .055);
}

.tm-event-grid article:nth-child(even) {
  border-top-color: #3a3135;
}

.tm-event-grid span,
.tm-package span,
.tm-channel-card > span {
  display: block;
  margin-bottom: 11px;
  color: var(--tm-magenta-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}

.tm-event-grid strong {
  display: block;
  color: #292125;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.17;
}

.tm-event-grid p {
  margin: 9px 0 0;
  color: #75686d;
  font-size: 13px;
  line-height: 1.5;
}

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

.tm-timeline article {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 20px;
  min-width: 0;
  padding: 27px;
  border: 1px solid #e4dade;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(60, 38, 47, .06);
}

.tm-date {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #a8576b, #733746);
}

.tm-timeline article:nth-child(2) .tm-date {
  background: linear-gradient(145deg, #3d3438, #191517);
}

.tm-date b {
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.tm-date span {
  margin-top: 7px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.tm-status {
  color: var(--tm-magenta-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.tm-timeline h3 {
  margin: 7px 0 9px;
  color: #2d2428;
  font-size: 22px;
  line-height: 1.15;
}

.tm-timeline p {
  margin: 0;
  color: #6d6166;
  line-height: 1.62;
}

.tm-channel-card {
  padding: 28px;
  border: 1px solid #e2d3d8;
  border-radius: 20px;
  background: linear-gradient(145deg, #fbf6f7, #f4e8eb);
  box-shadow: 0 18px 48px rgba(92, 52, 67, .08);
}

.tm-channel-card h3 {
  margin: 0 0 12px;
  color: #2c2327;
  font-size: 25px;
}

.tm-channel-card p {
  margin: 0 0 12px;
  color: #695c61;
  line-height: 1.6;
}

.tm-channel-card a {
  color: var(--tm-magenta-dark);
  font-size: 14px;
  font-weight: 900;
  text-underline-offset: 4px;
}

.tm-sales-table td:nth-child(2),
.tm-sales-table td:nth-child(3) {
  font-weight: 850;
  white-space: nowrap;
}

.tm-package {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid #ddcbd0;
  border-radius: 17px;
  background: #fff;
}

.tm-package h3 {
  margin: 0 0 7px;
  color: #2c2427;
  font-size: 21px;
}

.tm-package p {
  margin: 0;
  color: #6a5e63;
  line-height: 1.55;
}

.tm-package > strong {
  flex: 0 0 auto;
  padding: 10px 13px;
  border-radius: 999px;
  color: #71384a;
  background: #f7e4e9;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.tm-steps h3,
.tm-prep-grid h3,
.tm-link-grid strong,
.tm-check h3,
.tm-card h3 {
  color: #30262a;
}

.tm-steps p,
.tm-prep-grid p,
.tm-link-grid span {
  color: #6d6166;
}

.tm-primary:focus-visible,
.tm-secondary:focus-visible,
.tm-text-link:focus-visible,
.tm-link-grid a:focus-visible,
.tm-faq summary:focus-visible,
.tm-breadcrumb a:focus-visible {
  outline: 3px solid #087fc0;
  outline-offset: 3px;
}

@media (min-width: 981px) {
  .tm-hero-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
    gap: 42px;
    align-items: center;
  }

  .tm-hero-media {
    width: 100%;
    max-width: 520px;
    margin: 0 0 0 auto;
  }
}

@media (max-width: 980px) {
  .tm-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .tm-hero {
    padding: 38px 0 40px;
  }

  .tm-hero-grid {
    gap: 26px;
  }

  .tm-hero h1 {
    font-size: clamp(35px, 10.6vw, 50px);
    line-height: 1.01;
    letter-spacing: -.04em;
  }

  .tm-lead {
    font-size: 17px;
    line-height: 1.62;
  }

  .tm-sale-box {
    padding: 15px 16px;
  }

  .tm-hero-media {
    padding: 6px;
    border-radius: 15px;
  }

  .tm-hero-media img {
    border-radius: 10px;
  }

  .tm-section {
    padding: 54px 0;
  }

  .tm-prose h2,
  .tm-heading h2,
  .tm-cie-grid h2 {
    font-size: clamp(29px, 8vw, 38px);
  }

  .tm-split,
  .tm-link-grid {
    grid-template-columns: 1fr;
  }

  .tm-card,
  .tm-check {
    padding: 23px;
  }

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

  .tm-primary,
  .tm-secondary {
    width: 100%;
  }

  .tm-meta {
    font-size: 11px;
  }

  .tm-table-wrap {
    border-radius: 14px;
  }

  .tm-sales-table {
    min-width: 700px;
    font-size: 13px;
  }

  .tm-sales-table th,
  .tm-sales-table td {
    padding: 14px;
  }

  .tm-timeline article {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
    padding: 21px;
  }

  .tm-package {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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

  .tm-hero {
    padding-top: 32px;
  }

  .tm-hero h1 {
    font-size: clamp(33px, 10.8vw, 43px);
  }

  .tm-kicker {
    font-size: 10px;
    letter-spacing: .1em;
  }

  .tm-dates {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .tm-dates article {
    min-height: 126px;
    padding: 17px 14px;
  }

  .tm-dates strong {
    font-size: 19px;
  }

  .tm-dates span {
    font-size: 12px;
  }

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

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

  .tm-event-grid article {
    min-height: 0;
  }

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

  .tm-date {
    min-height: 82px;
    flex-direction: row;
    gap: 9px;
  }

  .tm-date span {
    margin-top: 0;
  }

  .tm-steps li {
    padding: 21px;
  }

  .tm-faq summary {
    padding-left: 17px;
    font-size: 15px;
  }

  .tm-faq div {
    padding-left: 17px;
    padding-right: 17px;
  }
}

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

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

  .tm-hero h1 {
    font-size: 32px;
  }
}
