
:root {
  --titans-green: #00843d;
  --titans-green-light: #00a64d;
  --titans-black: #0d0f10;
  --titans-gray: #f3f5f4;
  --titans-text: #202426;
  --titans-shell: 1180px;
}

.has-tsv-titans-akademie.titans-hide-old-title .page-title,
.has-tsv-titans-akademie.titans-hide-old-title .page-heading,
.has-tsv-titans-akademie.titans-hide-old-title .titlebar,
.has-tsv-titans-akademie.titans-hide-old-title .page-title-bar,
.has-tsv-titans-akademie.titans-hide-old-title .page-title-wrapper,
.has-tsv-titans-akademie.titans-hide-old-title .breadcrumbs {
  display: none !important;
}

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

.tsv-titans-page {
  --titans-offset: var(--titans-offset-desktop);
  width: 100vw;
  max-width: none;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-top: var(--titans-offset);
  overflow: hidden;
  color: var(--titans-text);
  background: #fff;
  font-family: inherit;
  line-height: 1.55;
}

.tsv-titans-page h1,
.tsv-titans-page h2,
.tsv-titans-page h3,
.tsv-titans-page p {
  margin-top: 0;
}

.tsv-titans-page h1,
.tsv-titans-page h2,
.tsv-titans-page h3 {
  font-family: inherit;
  line-height: 1.08;
}

.titans-shell {
  width: min(calc(100% - 40px), var(--titans-shell));
  margin-inline: auto;
}

.titans-hero {
  min-height: 610px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.82) 31%, rgba(0,0,0,.25) 62%, rgba(0,0,0,.12) 100%),
    var(--titans-hero) right center / cover no-repeat;
}

.titans-hero-grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(250px, .7fr);
  gap: 36px;
  align-items: center;
  padding-block: 54px;
}

.titans-kicker {
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.titans-kicker span,
.tsv-titans-page h2 span {
  color: var(--titans-green-light);
}

.titans-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.035em;
}

.titans-hero h2 {
  margin: 0 0 22px;
  color: var(--titans-green-light);
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.035em;
}

.titans-lead {
  max-width: 690px;
  font-size: clamp(18px, 2vw, 23px);
  color: #fff;
  margin-bottom: 28px;
}

.titans-hero-logo {
  display: grid;
  place-items: center;
}

.titans-logo {
  width: min(100%, 430px);
  max-height: 480px;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0,0,0,.45));
}

.titans-buttons,
.titans-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.titans-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: .2s ease;
}

.titans-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.titans-btn-primary {
  color: #fff !important;
  background: var(--titans-green);
  border-color: var(--titans-green);
}

.titans-btn-primary:hover,
.titans-btn-primary:focus {
  color: #fff !important;
  background: var(--titans-green-light);
  border-color: var(--titans-green-light);
  box-shadow: 0 0 20px rgba(0,166,77,.45);
  transform: translateY(-2px);
}

.titans-btn-outline {
  color: #fff !important;
  background: rgba(0,0,0,.55);
  border-color: #fff;
}

.titans-btn-outline:hover,
.titans-btn-outline:focus {
  color: #fff !important;
  border-color: var(--titans-green-light);
  box-shadow: 0 0 20px rgba(0,166,77,.4);
  transform: translateY(-2px);
}

.titans-btn-light {
  color: var(--titans-green) !important;
  background: #fff;
  border-color: #fff;
}

.titans-btn-light:hover,
.titans-btn-light:focus {
  color: var(--titans-black) !important;
  transform: translateY(-2px);
}

.titans-facts {
  background: #fff;
  border-bottom: 1px solid #e5e8e6;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

.titans-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.titans-facts article {
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 22px;
  border-right: 1px solid #e2e6e3;
}

.titans-facts article:last-child { border-right: 0; }

.titans-facts svg,
.titans-card-grid svg,
.titans-quality svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: var(--titans-green);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.titans-facts h3,
.titans-card-grid h3,
.titans-trainer-grid h3 {
  margin: 12px 0 6px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
}

.titans-facts p { margin: 0; }

.titans-section {
  padding: 78px 0;
  background: #fff;
}

.titans-two-col {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.titans-copy h2,
.titans-process h2,
.titans-sponsor h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  text-transform: uppercase;
}

.titans-copy p {
  font-size: 18px;
}

.titans-eyebrow {
  color: var(--titans-green);
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.titans-wide-image,
.titans-training-image,
.titans-trainer-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.titans-wide-image {
  min-height: 390px;
  max-height: 520px;
  border-radius: 6px;
}

.titans-image-placeholder {
  min-height: 260px;
  display: grid;
  place-items: center;
  color: #6d7671;
  background: repeating-linear-gradient(135deg,#f1f3f2,#f1f3f2 12px,#e8ebe9 12px,#e8ebe9 24px);
  border: 2px dashed #b9c1bd;
  border-radius: 6px;
  font-weight: 800;
}

.titans-quality {
  padding: 68px 0;
  color: #fff;
  background:
    radial-gradient(circle at 7% 50%, rgba(0,166,77,.35), transparent 22%),
    radial-gradient(circle at 93% 50%, rgba(0,166,77,.28), transparent 22%),
    #0c0f0d;
}

.titans-quality h2 {
  text-align: center;
  color: #fff;
  font-size: clamp(32px, 4vw, 50px);
  text-transform: uppercase;
  font-weight: 900;
}

.titans-quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 40px;
}

.titans-quality article {
  text-align: center;
  padding: 20px 28px;
  border-right: 1px solid rgba(255,255,255,.2);
}

.titans-quality article:last-child { border-right: 0; }

.titans-quality svg {
  stroke: var(--titans-green-light);
  margin-bottom: 14px;
}

.titans-centered {
  text-align: center;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  text-transform: uppercase;
}

.titans-training {
  background: var(--titans-gray);
}

.titans-card-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 36px;
}

.titans-card-grid article {
  min-height: 250px;
  text-align: center;
  padding: 26px 18px;
  background: #fff;
  border: 1px solid #dce1de;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0,0,0,.035);
}

.titans-team {
  background: #fff;
}

.titans-trainer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.titans-trainer-grid article {
  text-align: center;
}

.titans-trainer-image {
  height: 240px;
  border-radius: 5px;
  object-position: center top;
}

.titans-trainer-media {
  position: relative;
}

.titans-trainer-media .titans-trainer-image,
.titans-trainer-media .titans-image-placeholder {
  display: block;
  width: 100%;
}

.titans-trainer-note {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 24px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(12, 15, 13, 0.84);
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  text-align: center;
}

.titans-trainer-grid .titans-image-placeholder {
  min-height: 240px;
}

.titans-process {
  background: #f7f8f7;
}

.titans-process-grid {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(500px, 1.15fr);
  gap: 46px;
  align-items: center;
}

.titans-steps {
  counter-reset: titans-step;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.titans-steps li {
  position: relative;
  padding: 0 0 22px 52px;
  counter-increment: titans-step;
}

.titans-steps li::before {
  content: counter(titans-step);
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--titans-green);
  border-radius: 50%;
  font-weight: 900;
}

.titans-steps strong,
.titans-steps span {
  display: block;
}

.titans-steps strong {
  text-transform: uppercase;
  margin-bottom: 3px;
}

.titans-training-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 380px;
}

.titans-training-image,
.titans-training-images .titans-image-placeholder {
  height: 100%;
  min-height: 380px;
  border-radius: 0;
}

.titans-rookie {
  padding: 46px 0;
  color: #fff;
  background:
    radial-gradient(circle at 95% 50%, rgba(255,255,255,.13), transparent 25%),
    linear-gradient(135deg,#007b39,#00a64d);
}

.titans-rookie-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.titans-rookie-icon svg {
  width: 76px;
  height: 76px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.titans-rookie h2 {
  color: #fff;
  font-size: 39px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.titans-rookie h3 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
}

.titans-rookie p { margin-bottom: 0; }

.titans-outfit-image {
  object-fit: contain;
  background: #fff;
}

.titans-sponsor {
  padding: 58px 0;
  background: #eef2ef;
}

.titans-sponsor-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: center;
}

.titans-sponsor-logo {
  display: grid;
  place-items: center;
}

.titans-datax-logo {
  max-width: 420px;
  max-height: 150px;
  object-fit: contain;
}

.titans-sponsor-logo .titans-image-placeholder {
  width: 100%;
  min-height: 140px;
}

.titans-pricing {
  background: #fff;
}

.titans-price-grid {
  display: grid;
  grid-template-columns: 240px 240px 1fr;
  gap: 22px;
  align-items: stretch;
  margin-top: 36px;
}

.titans-price-grid article {
  display: grid;
  align-content: center;
  text-align: center;
  padding: 30px;
  border: 2px solid #dfe5e1;
  border-radius: 5px;
}

.titans-price-grid article strong {
  color: var(--titans-green);
  font-size: 48px;
  line-height: 1;
}

.titans-price-grid article span {
  color: var(--titans-green);
  font-weight: 800;
  margin: 5px 0 16px;
}

.titans-price-notes {
  align-self: center;
  padding-left: 20px;
}

.titans-faq {
  background: var(--titans-gray);
}

.titans-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
  margin-top: 32px;
}

.titans-faq details {
  background: #fff;
  border: 1px solid #dce1de;
  border-radius: 4px;
}

.titans-faq summary {
  cursor: pointer;
  padding: 17px 20px;
  font-weight: 850;
  list-style: none;
}

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

.titans-faq summary::after {
  content: '+';
  float: right;
  color: var(--titans-green);
  font-size: 22px;
}

.titans-faq details[open] summary::after { content: '–'; }

.titans-faq details p {
  padding: 0 20px 18px;
  margin: 0;
}

.titans-final {
  color: #fff;
  background: #0b0e0c;
}

.titans-final-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding-block: 46px;
}

.titans-final-brand {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
}

.titans-final-logo {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
}

.titans-final h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.titans-bottomline {
  padding: 14px 20px;
  text-align: center;
  color: #1e2521;
  background: #fff;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .titans-card-grid { grid-template-columns: repeat(3, 1fr); }
  .titans-trainer-grid { grid-template-columns: repeat(2, 1fr); }
  .titans-final-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .tsv-titans-page { --titans-offset: var(--titans-offset-mobile); }
  .titans-shell { width: min(calc(100% - 28px), var(--titans-shell)); }
  .titans-hero {
    min-height: auto;
    background:
      linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.9)),
      var(--titans-hero) 72% center / cover no-repeat;
  }
  .titans-hero-grid {
    min-height: 720px;
    grid-template-columns: 1fr;
    align-content: end;
    padding-block: 48px;
  }
  .titans-hero-logo {
    grid-row: 1;
    justify-content: end;
  }
  .titans-logo { width: 190px; }
  .titans-hero h1 { font-size: 42px; }
  .titans-hero h2 { font-size: 34px; }
  .titans-facts-grid { grid-template-columns: repeat(2,1fr); }
  .titans-facts article:nth-child(2) { border-right: 0; }
  .titans-two-col,
  .titans-process-grid,
  .titans-sponsor-grid { grid-template-columns: 1fr; }
  .titans-quality-grid { grid-template-columns: 1fr; }
  .titans-quality article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .titans-training-images { min-height: 0; }
  .titans-training-image,
  .titans-training-images .titans-image-placeholder { min-height: 220px; }
  .titans-rookie-grid { grid-template-columns: auto 1fr; }
  .titans-rookie-grid .titans-btn { grid-column: 1 / -1; }
  .titans-price-grid { grid-template-columns: repeat(2,1fr); }
  .titans-price-notes { grid-column: 1 / -1; padding-left: 0; }
}

@media (max-width: 560px) {
  .titans-section { padding: 56px 0; }
  .titans-buttons,
  .titans-final-actions { flex-direction: column; align-items: stretch; }
  .titans-btn { width: 100%; }
  .titans-facts-grid,
  .titans-card-grid,
  .titans-trainer-grid,
  .titans-faq-grid,
  .titans-price-grid { grid-template-columns: 1fr; }
  .titans-facts article { border-right: 0; border-bottom: 1px solid #e2e6e3; }
  .titans-card-grid article { min-height: 0; }
  .titans-training-images { grid-template-columns: 1fr; }
  .titans-rookie-grid { grid-template-columns: 1fr; text-align: center; }
  .titans-rookie-icon { display: grid; place-items: center; }
  .titans-final-brand { grid-template-columns: 1fr; text-align: center; }
  .titans-final-logo { margin-inline: auto; }
}


/* ==================================================
   TITANS AKADEMIE 2.0 – STRUKTUR UND FEINSCHLIFF
   ================================================== */

.titans-hero-logo,
.titans-logo,
.titans-final-logo,
.titans-datax-logo,
.titans-partner-logo {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.titans-logo {
  width: min(100%, 360px) !important;
  max-height: 400px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 22px rgba(0,0,0,.45));
}

.titans-nutrition {
  padding: 54px 0;
  color: #fff;
  background: linear-gradient(135deg, #006f35, #00a64d);
}

.titans-nutrition-grid {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 30px;
  align-items: center;
}

.titans-nutrition-icon {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 50%;
}

.titans-nutrition-icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.titans-nutrition .titans-eyebrow,
.titans-nutrition h2,
.titans-nutrition p {
  color: #fff;
}

.titans-nutrition h2 {
  margin-bottom: 10px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  text-transform: uppercase;
}

.titans-team-intro {
  max-width: 880px;
  margin: 0 auto 36px;
  text-align: center;
  font-size: 18px;
}

.titans-role-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.titans-role-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce1de;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,.07);
}

.titans-role-copy {
  padding: 19px 18px 23px;
}

.titans-role-copy h3 {
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
}

.titans-role-copy p {
  margin-bottom: 11px;
}

.titans-role-names {
  padding-top: 12px;
  border-top: 1px solid #e1e5e2;
  color: var(--titans-green);
}

.titans-management {
  margin-top: 42px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 34px;
  align-items: center;
  background: #f3f5f4;
  border-left: 6px solid var(--titans-green);
  border-radius: 6px;
}

.titans-management h3 {
  margin-bottom: 10px;
  font-size: 27px;
  text-transform: uppercase;
}

.titans-management-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.titans-management-grid article {
  padding: 19px;
  text-align: center;
  background: #fff;
  border: 1px solid #dce1de;
  border-radius: 6px;
}

.titans-management-grid strong,
.titans-management-grid span {
  display: block;
}

.titans-management-grid strong {
  color: var(--titans-green);
  font-size: 24px;
}

.titans-management-grid span {
  margin-top: 4px;
  font-size: 14px;
}

.titans-training-images {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  min-height: 380px;
  background: #f7f8f7;
}

.titans-training-image,
.titans-training-images .titans-image-placeholder {
  width: 100% !important;
  height: 100% !important;
  min-height: 380px !important;
  object-fit: cover !important;
  border: 2px solid #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.10) !important;
  overflow: hidden !important;
}

.titans-special {
  padding: 46px 0;
  color: #fff;
  background:
    radial-gradient(circle at 95% 50%, rgba(255,255,255,.13), transparent 25%),
    linear-gradient(135deg,#007b39,#00a64d);
}

.titans-special-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.titans-special-icon svg {
  width: 76px;
  height: 76px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.titans-special .titans-eyebrow,
.titans-special h2,
.titans-special h3,
.titans-special p {
  color: #fff;
}

.titans-special h2 {
  margin-bottom: 5px;
  font-size: 39px;
  text-transform: uppercase;
}

.titans-special h3 {
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
}

.titans-vfl {
  padding: 66px 0;
  background: #eef2ef;
}

.titans-vfl-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 44px;
  align-items: center;
}

.titans-vfl h2 {
  margin-bottom: 18px;
  font-size: clamp(32px,4vw,48px);
  font-weight: 900;
  text-transform: uppercase;
}

.titans-vfl-logo {
  display: grid;
  place-items: center;
}

.titans-partner-logo {
  max-width: 350px;
  max-height: 180px;
  object-fit: contain;
}

.titans-vfl-symbol {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  color: var(--titans-green);
  border: 3px solid var(--titans-green);
  border-radius: 50%;
}

.titans-vfl-symbol svg {
  width: 86px;
  height: 86px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.titans-datax-logo {
  max-width: 540px !important;
  max-height: 190px !important;
}

.titans-btn-contract {
  margin-top: 18px;
  color: #fff !important;
  background: var(--titans-green);
  border-color: var(--titans-green);
}

.titans-btn-contract:hover,
.titans-btn-contract:focus {
  color: #fff !important;
  background: var(--titans-green-light);
  border-color: var(--titans-green-light);
}

@media (max-width: 1080px) {
  .titans-role-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .titans-logo {
    width: 210px !important;
    max-height: 230px !important;
  }

  .titans-nutrition-grid,
  .titans-management,
  .titans-vfl-grid {
    grid-template-columns: 1fr;
  }

  .titans-nutrition-icon,
  .titans-vfl-symbol {
    margin-inline: auto;
  }

  .titans-special-grid {
    grid-template-columns: auto 1fr;
  }

  .titans-special-grid .titans-btn {
    grid-column: 1 / -1;
  }

  .titans-training-images {
    gap: 12px !important;
  }

  .titans-training-image,
  .titans-training-images .titans-image-placeholder {
    min-height: 230px !important;
  }
}

@media (max-width: 560px) {
  .titans-role-grid,
  .titans-management-grid,
  .titans-training-images {
    grid-template-columns: 1fr !important;
  }

  .titans-special-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .titans-special-icon {
    display: grid;
    place-items: center;
  }
}


/* ==================================================
   TITANS AKADEMIE 3.0 – REGELN UND AKADEMIEBÜRO
   ================================================== */

.titans-centered-eyebrow {
  text-align: center;
}

.titans-conduct {
  padding: 76px 0;
  background: #fff;
}

.titans-conduct-intro {
  max-width: 820px;
  margin: -8px auto 34px;
  text-align: center;
  font-size: 18px;
  color: #59615d;
}

.titans-conduct-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.titans-conduct-grid article {
  position: relative;
  min-height: 330px;
  padding: 30px 26px;
  background: #f5f7f6;
  border: 1px solid #dce2de;
  border-top: 5px solid var(--titans-green);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0,0,0,.055);
}

.titans-conduct-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: #fff;
  background: var(--titans-green);
  border-radius: 50%;
}

.titans-conduct-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.titans-conduct-grid h3 {
  margin-bottom: 13px;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
}

.titans-conduct-grid p {
  margin-bottom: 0;
  font-size: 17px;
}

.titans-office {
  padding: 58px 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 50%, rgba(0,166,77,.28), transparent 28%),
    #0b0e0c;
}

.titans-office-grid {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}

.titans-office-icon {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  color: var(--titans-green-light);
  border: 2px solid var(--titans-green-light);
  border-radius: 50%;
}

.titans-office-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.titans-office .titans-eyebrow,
.titans-office h2,
.titans-office p,
.titans-office span {
  color: #fff;
}

.titans-office h2 {
  margin-bottom: 12px;
  font-size: clamp(32px,4vw,48px);
  font-weight: 900;
  text-transform: uppercase;
}

.titans-office-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 13px;
}

.titans-office-facts span {
  padding: 7px 11px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px;
}

.titans-office-copy p:last-child {
  margin-bottom: 0;
}

.titans-office-actions {
  display: grid;
  gap: 12px;
  min-width: 270px;
}

.titans-btn-office {
  color: #fff !important;
  background: transparent;
  border-color: #fff;
}

.titans-btn-office:hover,
.titans-btn-office:focus {
  color: #fff !important;
  border-color: var(--titans-green-light);
  box-shadow: 0 0 18px rgba(0,166,77,.38);
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .titans-conduct-grid {
    grid-template-columns: 1fr;
  }

  .titans-conduct-grid article {
    min-height: 0;
  }

  .titans-office-grid {
    grid-template-columns: 88px 1fr;
  }

  .titans-office-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 560px) {
  .titans-office-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .titans-office-icon {
    margin-inline: auto;
  }

  .titans-office-facts {
    justify-content: center;
  }

  .titans-office-actions {
    grid-template-columns: 1fr;
  }
}


/* Titans Akademie 3.1 – sichtbare Kontaktadresse im Akademiebüro */
.titans-office-facts a {
  color: inherit !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.titans-office-facts a:hover,
.titans-office-facts a:focus {
  color: #ffffff !important;
  opacity: .82;
}


/* ==================================================
   TITANS AKADEMIE 3.3 – BÜRO, VERTRAG UND KONTAKT
   ================================================== */

.titans-office {
  padding: 78px 0;
  color: #fff;
  background:
    radial-gradient(circle at 10% 20%, rgba(0,166,77,.22), transparent 30%),
    radial-gradient(circle at 92% 80%, rgba(0,166,77,.18), transparent 28%),
    linear-gradient(135deg, #07100b, #111a14);
}

.titans-office-heading {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.titans-office-heading .titans-eyebrow,
.titans-office-heading h2,
.titans-office-heading p {
  color: #fff;
}

.titans-office-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 900;
  text-transform: uppercase;
}

.titans-office-heading p {
  font-size: 18px;
  opacity: .9;
}

.titans-office-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.titans-office-card {
  min-height: 390px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  padding: 32px;
  color: #fff;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(0,0,0,.24);
  backdrop-filter: blur(5px);
}

.titans-office-card-docs {
  background:
    linear-gradient(145deg, rgba(0,132,61,.95), rgba(0,86,42,.92));
  border-color: rgba(255,255,255,.28);
}

.titans-office-card-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 2px solid rgba(255,255,255,.55);
  border-radius: 50%;
}

.titans-office-card-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.titans-office-label {
  display: inline-block;
  margin-bottom: 7px;
  color: #84f0ad;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.titans-office-card h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.titans-office-card p,
.titans-office-card span,
.titans-office-card small {
  color: #fff;
}

.titans-office-facts {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
}

.titans-office-facts span {
  display: block;
  padding: 10px 13px;
  background: rgba(255,255,255,.08);
  border-left: 3px solid #00a64d;
  border-radius: 3px;
}

.titans-office-card-copy > p {
  margin-bottom: 22px;
}

.titans-office-card .titans-btn {
  width: 100%;
  margin-top: auto;
}

.titans-btn-office-card {
  color: #fff !important;
  background: transparent;
  border-color: #fff;
}

.titans-btn-office-card:hover,
.titans-btn-office-card:focus {
  color: #fff !important;
  background: var(--titans-green);
  border-color: var(--titans-green-light);
}

.titans-btn-contract-hero {
  min-height: 62px;
  color: #006f35 !important;
  background: #fff;
  border-color: #fff;
  font-size: 17px;
  box-shadow: 0 12px 26px rgba(0,0,0,.20);
}

.titans-btn-contract-hero:hover,
.titans-btn-contract-hero:focus {
  color: #111 !important;
  background: #f1fff6;
  border-color: #f1fff6;
  transform: translateY(-3px);
}

.titans-office-card small {
  display: block;
  margin-top: 10px;
  text-align: center;
  opacity: .78;
}

.titans-final-actions {
  align-items: flex-start;
}

.titans-final-action-item {
  min-width: 230px;
  display: grid;
  gap: 8px;
}

.titans-final-action-item .titans-btn {
  width: 100%;
}

.titans-action-hint,
.titans-contact-email {
  display: block;
  text-align: center;
  color: rgba(255,255,255,.78) !important;
  font-size: 13px;
  text-decoration: none !important;
}

.titans-contact-email {
  color: #7be8a5 !important;
  font-weight: 800;
}

.titans-contact-email:hover,
.titans-contact-email:focus {
  color: #fff !important;
  text-decoration: underline !important;
}

.titans-bottomline {
  font-weight: 700;
}

@media (max-width: 900px) {
  .titans-office-cards {
    grid-template-columns: 1fr;
  }

  .titans-office-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .titans-office {
    padding: 58px 0;
  }

  .titans-office-card {
    grid-template-columns: 1fr;
    padding: 25px 20px;
    text-align: center;
  }

  .titans-office-card-icon {
    margin-inline: auto;
  }

  .titans-office-facts span {
    text-align: left;
  }

  .titans-final-action-item {
    width: 100%;
    min-width: 0;
  }
}


/* Titans Akademie 3.4 – keine sichtbare Mailadresse unter dem Kontaktbutton */
.titans-final-actions .titans-contact-email {
  display: none !important;
}


/* ==================================================
   TITANS AKADEMIE 3.5 – KOMPAKTER VERTRAGSDOWNLOAD
   ================================================== */

.titans-office-cards {
  align-items: stretch;
}

.titans-office-card {
  min-height: 300px !important;
  padding: 25px !important;
  grid-template-columns: 68px 1fr !important;
  gap: 18px !important;
}

.titans-office-card-icon {
  width: 58px !important;
  height: 58px !important;
}

.titans-office-card-icon svg {
  width: 32px !important;
  height: 32px !important;
}

.titans-office-card h3 {
  font-size: 23px !important;
  margin-bottom: 11px !important;
}

.titans-office-card-copy > p {
  margin-bottom: 16px !important;
  font-size: 15px;
}

.titans-btn-contract-hero {
  min-height: 48px !important;
  width: auto !important;
  display: inline-flex !important;
  padding: 11px 17px !important;
  font-size: 14px !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.18) !important;
  position: relative;
  z-index: 5;
  pointer-events: auto !important;
  cursor: pointer;
}

.titans-office-card-docs small {
  text-align: left !important;
  font-size: 12px;
}

@media (max-width: 560px) {
  .titans-office-card {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .titans-btn-contract-hero {
    width: 100% !important;
  }
}


@media (max-width: 767px) {
  .titans-trainer-note {
    left: 12px;
    right: 12px;
    justify-content: center;
    font-size: 12px;
  }
}


/* ==================================================
   TITANS AKADEMIE 4.2 – SPORTUNFALL / KSA-DOKUMENTE
   ================================================== */

.titans-insurance-docs {
  padding: 72px 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(0,166,77,.09), transparent 28%),
    #f5f7f6;
}

.titans-insurance-heading {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.titans-insurance-heading h2 {
  margin-bottom: 14px;
  color: #101411;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.titans-insurance-heading > p:not(.titans-eyebrow) {
  margin: 0 auto;
  max-width: 820px;
  font-size: 17px;
  line-height: 1.6;
}

.titans-insurance-note {
  margin: 22px auto 0;
  max-width: 820px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 17px;
  text-align: left;
  color: #253029;
  background: #e6f2eb;
  border: 1px solid #bbd8c6;
  border-left: 4px solid var(--titans-green);
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.5;
}

.titans-insurance-note svg {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--titans-green);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.titans-insurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.titans-insurance-card {
  min-height: 315px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 25px 22px;
  background: #fff;
  border: 1px solid #d9e0dc;
  border-radius: 9px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.titans-insurance-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #007b39, #00a64d);
  border-radius: 50%;
}

.titans-insurance-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.titans-insurance-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--titans-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.titans-insurance-card h3 {
  margin: 0 0 10px;
  color: #101411;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.titans-insurance-card p {
  margin-bottom: 18px;
  color: #404943;
  font-size: 14px;
  line-height: 1.55;
}

.titans-btn-insurance {
  min-height: 43px;
  padding: 9px 14px;
  color: #fff !important;
  background: var(--titans-green);
  border-color: var(--titans-green);
  font-size: 13px;
}

.titans-btn-insurance:hover,
.titans-btn-insurance:focus {
  color: #fff !important;
  background: #005f2d;
  border-color: #005f2d;
}

@media (max-width: 980px) {
  .titans-insurance-grid {
    grid-template-columns: 1fr;
  }

  .titans-insurance-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .titans-insurance-docs {
    padding: 54px 0;
  }

  .titans-insurance-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .titans-insurance-icon {
    margin-inline: auto;
  }

  .titans-insurance-note {
    align-items: flex-start;
  }
}
