
.tt-home {
  --tt-template-width: 100%;
  --tt-content-width: min(1120px, calc(100% - 72px));
  --tt-panel-bg: rgba(255, 255, 255, 0.045);
  --tt-steps-bg: #0d1812;
  background: transparent;
  color: #fffdf6;
  font-family: inherit;
  text-align: left;
}

.tt-home * {
  box-sizing: border-box;
}

.tt-home-wrap {
  width: var(--tt-content-width);
  margin: 0 auto;
}

.tt-home-hero {
  background: transparent;
  color: #fffdf6;
  padding: clamp(42px, 6vw, 74px) 0 clamp(46px, 6vw, 78px);
}

.tt-eyebrow {
  margin: 0 0 12px;
  color: #e2b95f;
  font-size: clamp(14px, 0.85vw, 16px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tt-home h1,
.tt-home h2,
.tt-home h3,
.tt-home p {
  letter-spacing: 0;
  text-align: left;
}

.tt-home h1 {
  max-width: 820px;
  margin: 0;
  color: inherit;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 0.98;
}

.tt-hero-lead {
  max-width: 1080px;
  margin: 22px 0 0;
  color: #f7f1df;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.42;
  text-align: left;
}

.tt-hero-actions,
.tt-home-facts,
.tt-info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tt-hero-actions {
  margin-top: 28px;
}

.tt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.tt-button-primary {
  background: #e2b95f;
  color: #10261b;
}

.tt-button-primary:hover,
.tt-button-primary:focus {
  border-color: rgba(255, 255, 255, 0.5);
  color: #e2b95f;
  background: #10261b;
}

.tt-button-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fffdf6;
}

.tt-button-secondary:hover,
.tt-button-secondary:focus {
  border-color: rgba(255, 255, 255, 0.5);
  color: #e2b95f;
}

.tt-home-facts {
  margin-top: 34px;
}

.tt-home-facts span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 8px 12px;
  color: #f7f1df;
  font-size: 1.1rem;
  background: #2a3f2b;
}

.tt-home-section {
  padding: clamp(34px, 4.5vw, 52px) 0;
  background: transparent;
}

.tt-home-intro,
.tt-home-soft-band,
.tt-home-steps-section {
  background: var(--tt-panel-bg);
}

.tt-home-intro,
.tt-home-band,
.tt-home-steps-section,
.tt-info-section {
  margin: 28px auto;
  width: var(--tt-template-width);
}

.tt-home-intro .tt-home-wrap,
.tt-home-band .tt-home-wrap,
.tt-home-steps-section .tt-home-wrap,
.tt-info-section .tt-home-wrap {
  width: var(--tt-content-width);
}

.tt-home-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
}

.tt-home h2 {
  margin: 0;
  color: #fffdf6;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.08;
}

.tt-copy p,
.tt-info-section p,
.tt-home-final p {
  margin: 1.2em 0;
  color: #dfe7df;
  font-size: 1.2rem;
  line-height: 1.65;
}

.tt-section-head {
  max-width: 1180px;
  margin-bottom: 26px;
}

.tt-course-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.tt-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tt-course-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.tt-course-card-featured {
  border-color: #e2b95f;
}

.tt-course-distance {
  display: inline-flex;
  min-width: 62px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 4px;
  background: #10261b;
  color: #fffdf6;
  font-weight: 800;
}

.tt-course-card h3,
.tt-reason h3 {
  margin: 0 0 10px;
  color: #fffdf6;
  font-size: 1.3rem;
  line-height: 1.2;
}

.tt-course-card p,
.tt-reason p,
.tt-steps span {
  margin: 0 0 16px;
  color: #dfe7df;
  font-size: 1.1rem;
  line-height: 1.55;
}

.tt-course-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 14px;
  border: 1px solid rgba(226, 185, 95, 0.78);
  border-radius: 4px;
  color: #e2b95f;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.tt-course-button:hover,
.tt-course-button:focus {
  background: #e2b95f;
  color: #10261b;
}

.tt-home-band {
  background: var(--tt-panel-bg);
}

.tt-home-steps-section {
  background: var(--tt-steps-bg);
}

.tt-home-band h2,
.tt-home-band .tt-reason h3 {
  color: #fffdf6;
}

.tt-reason-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tt-reason {
  padding-top: 18px;
  border-top: 2px solid #e2b95f;
}

.tt-home-band .tt-reason p {
  color: #dfe7df;
}

.tt-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.tt-steps li {
  position: relative;
  min-height: 74px;
  padding: 16px 18px 16px 66px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(16, 38, 27, 0.36);
  counter-increment: steps;
}

.tt-steps li::before {
  content: counter(steps);
  position: absolute;
  left: 18px;
  top: 16px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #e2b95f;
  color: #10261b;
  font-weight: 800;
}

.tt-steps strong {
  display: block;
  margin-bottom: 4px;
  color: #fffdf6;
  font-size: 1.2rem;
}

.tt-info-section {
  background: var(--tt-panel-bg);
}

.tt-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.55fr);
  gap: 34px;
  align-items: center;
}

.tt-info-links {
  justify-content: flex-start;
}

.tt-info-links a {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

.tt-info-links a:hover {
  color: #e2b95f;
}

.tt-home-final {
  background: transparent;
  color: #fffdf6;
  padding: clamp(34px, 4.5vw, 52px) 0;
  text-align: center;
}

.tt-home-final h2 {
  color: inherit;
}

.tt-home-final p {
  max-width: 1080px;
  margin: 16px auto 24px;
  color: #f7f1df;
}

.tt-home-final .tt-home-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 860px) {
  .tt-home-two-col,
  .tt-info-layout {
    grid-template-columns: 1fr;
  }

  .tt-course-grid,
  .tt-reason-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 861px) and (max-width: 1180px) {
  .tt-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
