.btn--primary {
  background: var(--tmr-primary);
  border-color: var(--tmr-primary);
  color: var(--color-white);
}

.btn--outline {
  background: transparent;
  border-color: var(--tmr-primary);
  color: var(--tmr-primary);
}

.btn--large {
  padding: var(--space-5) var(--space-10);
}

.tmr-logo {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.tmr-logo__line {
  display: block;
  white-space: nowrap;
}

.tmr-logo__tm,
.tmr-logo__register,
.tmr-logo__now {
  display: inline;
  font-family: var(--tmr-font-display);
  font-size: 1.75rem;
  letter-spacing: -0.03em;
}

.tmr-logo__tm {
  color: var(--tmr-primary);
  font-weight: 800;
}

.tmr-logo__register {
  color: var(--tmr-accent);
  font-weight: 700;
}

.tmr-logo__now {
  color: var(--tmr-primary);
  font-weight: 400;
}

.tmr-logo__sub {
  color: var(--color-mist);
  display: block;
  font-family: var(--tmr-font-body);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-top: 0.25rem;
  text-transform: uppercase;
}

.tmr-header,
.tmr-footer {
  margin-inline: auto;
  max-width: var(--container-wide);
  padding-inline: var(--gutter);
}

.tmr-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  gap: var(--space-6);
  justify-content: space-between;
  padding-block: var(--space-5);
}

.tmr-header__contact {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  justify-content: flex-end;
}

.tmr-phone,
.tmr-email,
.tmr-secondary-link {
  color: var(--tmr-primary);
  font-weight: 700;
  text-decoration: none;
}

.tmr-hero,
.tmr-process,
.tmr-pricing,
.tmr-trust,
.tmr-lead-magnet,
.tmr-faq,
.tmr-bottom-cta {
  padding-block: var(--section-padding-y);
}

.tmr-hero {
  background:
    linear-gradient(135deg, rgba(247, 250, 252, 0.96), rgba(237, 242, 247, 0.84)),
    radial-gradient(var(--color-border-light) 1px, transparent 1px);
  background-size: auto, 36px 36px;
  text-align: center;
}

.tmr-hero .container,
.tmr-bottom-cta .container,
.tmr-lead-magnet .container {
  max-width: 880px;
}

.tmr-hero__sub {
  color: var(--color-slate);
  font-size: clamp(var(--text-lg), 2vw, var(--text-xl));
  line-height: var(--leading-relaxed);
  margin-inline: auto;
  max-width: 760px;
}

.tmr-hero__tagline {
  color: var(--tmr-primary);
  font-size: var(--text-2xl);
  font-weight: 700;
}

.tmr-hero__trust {
  color: var(--color-mist);
  font-size: var(--text-sm);
}

.tmr-hero__ctas {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
  justify-content: center;
}

.tmr-steps,
.tmr-testimonials,
.tmr-credentials {
  display: grid;
  gap: var(--space-6);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tmr-step,
.tmr-testimonial,
.tmr-credential-box {
  background: var(--color-white);
  border: 1px solid var(--color-border-light);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-card);
  padding: var(--space-8);
}

.tmr-step__num {
  color: var(--tmr-cta);
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: 700;
}

.tmr-pricing,
.tmr-lead-magnet,
.tmr-bottom-cta {
  background: var(--color-surface-alt);
}

.tmr-pricing__note,
.form-note {
  color: var(--color-mist);
  font-size: var(--text-sm);
}

.tmr-search-form {
  background: var(--color-white);
  border: 1px solid var(--color-border-light);
  border-radius: var(--border-radius-xl);
  box-shadow: var(--shadow-lg);
  display: grid;
  gap: var(--space-4);
  margin-top: var(--space-8);
  padding: var(--space-8);
  text-align: left;
}

.tmr-search-form input {
  border: 1.5px solid var(--color-border);
  border-radius: var(--border-radius-md);
  padding: var(--space-4) var(--space-5);
  width: 100%;
}

.tmr-faq details {
  background: var(--color-white);
  border: 1px solid var(--color-border-light);
  border-radius: var(--border-radius-md);
  margin-top: var(--space-4);
  padding: var(--space-4) var(--space-5);
}

.tmr-faq summary {
  cursor: pointer;
  font-weight: 700;
  min-height: 44px;
  padding-block: var(--space-2);
}

.tmr-bottom-cta {
  text-align: center;
}

.tmr-footer {
  background: var(--color-navy);
  color: var(--color-white);
  display: grid;
  gap: var(--space-6);
  max-width: none;
  padding-block: var(--space-12);
}

.tmr-footer a {
  color: var(--color-white);
}

.tmr-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
}

.tmr-footer__disclaimer {
  color: rgba(255, 255, 255, 0.68);
  font-size: var(--text-xs);
  max-width: 960px;
}

@media (max-width: 768px) {
  .tmr-header,
  .tmr-header__contact,
  .tmr-hero__ctas {
    align-items: stretch;
    flex-direction: column;
  }

  .tmr-header__contact {
    justify-content: flex-start;
  }

  .tmr-hero__ctas .btn,
  .tmr-search-form button {
    width: 100%;
  }

  .tmr-steps,
  .tmr-testimonials,
  .tmr-credentials {
    grid-template-columns: 1fr;
  }
}
