/* Titan Trainer Single V2 */
.single-trainers #header,
.single-trainers .header,
.single-trainers .header-container,
.single-trainers .sticky-header,
.single-trainers #footer,
.single-trainers .footer,
.single-trainers .footer-container,
.single-trainers .page-header,
.single-trainers .bread-crumb,
.single-trainers .theme-page > .vc_row,
.single-trainers .theme-page .page-margin-top-section > .vc_col-sm-12 > .single-trainer,
.single-trainers .theme-page .page-margin-top-section > .vc_col-sm-12 > [class*="single-trainer"] {
  display: none !important;
}

.single-trainers .theme-page,
.single-trainers .page-wrapper,
.single-trainers .site-container,
.single-trainers .tmtr-site {
  background:
    radial-gradient(circle at top center, rgba(60, 149, 255, 0.12), transparent 24%),
    radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.04), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.03), transparent 20%),
    linear-gradient(180deg, #04060a 0%, #070b12 36%, #04060a 100%);
}

.tmtr-site {
  color: #f4f7fb;
  font-family: 'Montserrat', sans-serif;
}

.tmtr-site * { box-sizing: border-box; }
.tmtr-site a { color: inherit; text-decoration: none; }
.tmtr-container { width: min(calc(100% - 40px), 1280px); margin-inline: auto; }

.tmtr-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: transparent;
  transition: background .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}
.tmtr-header.is-scrolled {
  background: linear-gradient(180deg, rgba(5, 8, 13, 0.92) 0%, rgba(5, 8, 13, 0.78) 100%);
  box-shadow: 0 10px 34px rgba(0,0,0,.24);
  backdrop-filter: blur(16px);
}
.tmtr-header-row {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 84px;
}
.tmtr-brand { width: min(188px, 22vw); flex: 0 0 auto; }
.tmtr-brand img {
  width: 100%;
  display: block;
  filter: brightness(0) invert(1) saturate(0) contrast(260%) drop-shadow(0 0 10px rgba(255,255,255,.08));
}
.tmtr-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tmtr-nav a {
  position: relative;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.035);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: .25s ease;
}
.tmtr-nav a:hover {
  color: #fff;
  background: rgba(66,130,232,.12);
  box-shadow: inset 0 0 0 1px rgba(122,183,255,.16), 0 0 24px rgba(63,149,255,.14);
}
.tmtr-nav-social {
  width: 42px;
  min-width: 42px;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.tmtr-nav-social svg { width: 18px; height: 18px; display: block; }
.tmtr-nav-social--instagram rect,
.tmtr-nav-social--instagram circle { fill: none; stroke: currentColor; stroke-width: 1.9; }
.tmtr-nav-social--instagram .tmtr-social-dot { fill: currentColor; stroke: none; }
.tmtr-nav-social--facebook path { fill: currentColor; }

.tmtr-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(130,177,255,.18);
  border-radius: 14px;
  background: rgba(7,12,19,.84);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
}
.tmtr-menu-toggle span { width: 20px; height: 2px; background: #fff; border-radius: 99px; }

.tmtr-main { overflow: hidden; }
.tmtr-hero {
  position: relative;
  min-height: 560px;
  padding-top: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tmtr-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 34%, rgba(58,145,255,.18), transparent 16%),
    linear-gradient(90deg, rgba(3,7,12,.42) 0%, rgba(3,7,12,.12) 24%, rgba(3,7,12,.12) 76%, rgba(3,7,12,.42) 100%),
    linear-gradient(180deg, rgba(4,8,14,.16) 0%, rgba(4,8,14,.52) 100%);
}
.tmtr-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 56px;
}
.tmtr-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.74);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tmtr-breadcrumbs strong { color: #fff; }
.tmtr-hero-copy { max-width: 720px; }
.tmtr-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #9ac5ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.tmtr-hero h1 {
  margin: 0;
  font-size: clamp(40px, 6vw, 86px);
  line-height: .96;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.tmtr-role {
  margin: 16px 0 0;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.3;
  color: rgba(244,247,251,.86);
  font-weight: 600;
}
.tmtr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.tmtr-btn {
  position: relative;
  isolation: isolate;
  min-height: 48px;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(128,191,255,.54);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0 50%);
  background: linear-gradient(180deg, rgba(39,96,196,.99) 0%, rgba(27,78,176,.99) 18%, rgba(20,64,154,1) 48%, rgba(10,36,98,1) 100%);
  box-shadow: 0 0 0 1px rgba(211,234,255,.16) inset, 0 12px 28px rgba(0,0,0,.42), 0 0 18px rgba(72,165,255,.18);
}
.tmtr-btn:hover { filter: brightness(1.08); }
.tmtr-btn--ghost {
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset;
}

.tmtr-section { padding: 66px 0; }
.tmtr-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  gap: 34px;
  align-items: start;
}
.tmtr-profile-copy h2,
.tmtr-media-card h2,
.tmtr-cta-box h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.05;
  text-transform: none;
  letter-spacing: .01em;
}
.tmtr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.tmtr-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(122,183,255,.14);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #dceaff;
}
.tmtr-quote {
  margin: 0 0 22px;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.022), rgba(255,255,255,.005)), linear-gradient(180deg, rgba(8,14,24,.88), rgba(6,10,16,.96));
  border: 1px solid rgba(104,168,255,.16);
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
}
.tmtr-quote p {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.5;
  color: rgba(244,247,251,.96);
  font-weight: 500;
}
.tmtr-richtext {
  color: rgba(244,247,251,.9);
  font-size: 18px;
  line-height: 1.75;
}
.tmtr-richtext p { margin: 0 0 18px; }
.tmtr-richtext ul,
.tmtr-richtext ol { padding-left: 22px; }
.tmtr-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.tmtr-portrait-card,
.tmtr-media-card,
.tmtr-cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.022), rgba(255,255,255,.006)), linear-gradient(180deg, rgba(8,14,24,.88), rgba(6,10,16,.96));
  border: 1px solid rgba(104,168,255,.16);
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
}
.tmtr-portrait {
  min-height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 18%;
}
.tmtr-section--media { padding-top: 0; }
.tmtr-media-card { padding: 28px; }
.tmtr-embed-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
  background: #02050a;
}
.tmtr-embed-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
.tmtr-section--cta { padding-top: 0; padding-bottom: 78px; }
.tmtr-cta-box { padding: 34px 28px; text-align: center; }
.tmtr-cta-box img { width: 110px; margin: 0 auto 20px; opacity: .96; }
.tmtr-cta-box p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(244,247,251,.84);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
}
.tmtr-hero-actions--cta { justify-content: center; }

@media (max-width: 991px) {
  .tmtr-menu-toggle { display: inline-flex; }
  .tmtr-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border-radius: 20px;
    background: rgba(6,10,16,.96);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 22px 60px rgba(0,0,0,.45);
    margin-left: 0;
  }
  .tmtr-nav.is-open { display: flex; }
  .tmtr-nav a { width: 100%; justify-content: center; }
  .tmtr-header-row { min-height: 78px; }
  .tmtr-brand { width: min(176px, 50vw); }
  .tmtr-profile-grid { grid-template-columns: 1fr; }
  .tmtr-portrait { min-height: 560px; }
}

@media (max-width: 680px) {
  .tmtr-container { width: min(calc(100% - 24px), 1280px); }
  .tmtr-hero { min-height: 480px; padding-top: 92px; }
  .tmtr-hero-inner { min-height: 380px; padding-bottom: 36px; }
  .tmtr-hero h1 { font-size: clamp(32px, 11vw, 48px); }
  .tmtr-role { font-size: 18px; }
  .tmtr-hero-actions,
  .tmtr-actions-row,
  .tmtr-hero-actions--cta { flex-direction: column; }
  .tmtr-btn { width: 100%; }
  .tmtr-section { padding: 42px 0; }
  .tmtr-profile-copy h2,
  .tmtr-media-card h2,
  .tmtr-cta-box h2 { font-size: 32px; }
  .tmtr-richtext { font-size: 16px; line-height: 1.68; }
  .tmtr-quote p { font-size: 18px; }
  .tmtr-portrait { min-height: 420px; background-position: center 14%; }
  .tmtr-media-card { padding: 20px; }
  .tmtr-cta-box { padding: 26px 18px; }
}
