*{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#03284e;
  --navy-deep:#052344;
  --gold:#e7a933;
  --gold-light:#ffd56f;
  --white:#fff;
  --ink:#08264c;
}
html,body{width:100%;min-height:100%;overflow-x:hidden}
body{font-family:"Segoe UI",Arial,Helvetica,sans-serif;background:#05284d;color:#fff}
.sport-page{min-height:100vh}
.sport-hero{
  min-height:820px;
  background:#6db8e4 url("assets/infinity-sport-background-desktop.jpg?v=005") center center/cover no-repeat;
}
.sport-hero-inner{
  width:min(100%,1440px);
  margin:0 auto;
  padding:34px 56px 64px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 430px;
  gap:56px;
  align-items:start;
}
.sport-copy{max-width:690px}
.sport-logo{
  display:block;
  width:560px;
  max-width:100%;
  height:auto;
  margin:0 0 42px;
  filter:drop-shadow(0 5px 12px rgba(0,0,0,.22));
}
.sport-copy h1{
  margin:0 0 28px;
  font-size:clamp(46px,5vw,74px);
  line-height:.98;
  letter-spacing:-.03em;
  font-weight:800;
  text-transform:uppercase;
  text-shadow:0 3px 16px rgba(0,0,0,.22)
}
.sport-copy h1 span{display:block;margin-top:10px;color:#f0ad2d}
.sport-intro{
  max-width:620px;
  margin:0 0 28px;
  font-size:20px;
  line-height:1.55;
  text-shadow:0 2px 10px rgba(0,0,0,.25)
}
.sport-intro strong{font-weight:800}
.sport-benefits{list-style:none;display:grid;gap:14px;margin:0 0 34px;font-size:17px}
.sport-benefits li{display:flex;align-items:flex-start;gap:12px;text-shadow:0 2px 9px rgba(0,0,0,.22)}
.sport-benefits li:before{
  content:"✓";width:23px;height:23px;flex:0 0 23px;
  display:grid;place-items:center;border:2px solid var(--gold);border-radius:50%;
  color:var(--gold);font-size:13px;font-weight:900;margin-top:1px
}
.sport-info-button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:55px;padding:0 25px;border:2px solid var(--gold);border-radius:9px;
  background:rgba(3,40,78,.78);color:#ffc85e;text-decoration:none;
  font-weight:800;font-size:16px;text-transform:uppercase
}
.sport-login-column{display:grid;gap:18px}
.language-switch{
  width:100%;min-height:64px;display:flex;justify-content:center;align-items:center;
  gap:18px;padding:11px 16px;border-radius:14px;background:rgba(3,40,78,.97);
  border:1px solid rgba(255,255,255,.10);box-shadow:0 13px 32px rgba(0,0,0,.18)
}
.language-option{display:inline-flex;text-decoration:none}
.language-flag{display:block;width:36px;height:24px;object-fit:cover;border-radius:3px}
.login-card,.offer-tile{
  background:rgba(3,40,78,.97);border:1px solid rgba(255,255,255,.12);
  border-radius:17px;box-shadow:0 18px 42px rgba(0,0,0,.23)
}
.login-card{padding:28px}
.login-intro{text-align:center;margin-bottom:22px}
.login-intro h2{font-size:25px;line-height:1.18;text-transform:uppercase}
.login-intro h2 span{display:block;color:#f3b336;margin-top:5px}
.login-intro .subtitle{margin-top:8px;color:rgba(255,255,255,.78);font-size:13px}
.status-message{min-height:0;margin-bottom:4px;font-size:13px}
.field{margin-bottom:16px}
.field label{display:block;margin-bottom:7px;font-size:14px}
.input-wrap{position:relative;display:flex;align-items:center;min-height:58px}
.input-wrap input{
  width:100%;height:58px;padding:0 54px 0 50px;color:#fff;font-size:16px;
  background:rgba(0,19,40,.42);border:1px solid rgba(255,255,255,.34);
  border-radius:9px;outline:none
}
.input-wrap input::placeholder{color:rgba(255,255,255,.62)}
.input-wrap input:focus{border-color:#ffd56f;box-shadow:0 0 0 3px rgba(231,169,51,.12)}
.input-icon{
  position:absolute;left:16px;z-index:2;color:#f4b335;font-size:18px;line-height:1
}
.input-icon.lock{font-size:16px}
.toggle-password{
  position:absolute;right:10px;top:50%;transform:translateY(-50%);
  width:38px;height:38px;border:0;background:transparent;color:#fff;cursor:pointer;
  display:grid;place-items:center
}
.toggle-password svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.options{
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  margin:4px 0 20px;font-size:13px
}
.remember{display:inline-flex;align-items:center;gap:8px;cursor:pointer}
.remember input{
  width:17px;height:17px;appearance:auto;accent-color:#e7a933;cursor:pointer
}
.text-link{color:#ffc85e;text-decoration:none}
.primary-button{
  width:100%;min-height:58px;border:0;border-radius:8px;cursor:pointer;
  background:linear-gradient(135deg,#ffd56f,#e7a933);color:#052344;
  font-size:16px;font-weight:800
}
.divider{margin:18px 0 14px;text-align:center;font-size:14px;color:rgba(255,255,255,.82)}
.secondary-button{
  width:100%;min-height:56px;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--gold);border-radius:8px;color:#ffc85e;text-decoration:none;
  font-size:16px;font-weight:800
}
.offer-tile{
  display:block;padding:23px 22px 20px;text-align:center;text-decoration:none;
  border-color:rgba(231,169,51,.78)
}
.offer-cta{color:#ffc85e;font-size:21px;font-weight:800}
.offer-subline{margin-top:9px;color:#fff;font-size:13px;font-weight:700}
.support-section{
  padding:70px 56px 90px;color:var(--ink);
  background:
    radial-gradient(circle at 18% 10%,rgba(255,255,255,.95),transparent 31%),
    radial-gradient(circle at 88% 85%,rgba(171,220,247,.42),transparent 34%),
    linear-gradient(180deg,#f7fbff 0%,#dceef9 100%)
}
.support-inner{width:min(100%,1440px);margin:0 auto}
.support-inner>h2{
  margin:0 0 42px;text-align:center;font-size:39px;line-height:1.16;text-transform:uppercase
}
.support-inner>h2 span{color:#d99b22}
.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.support-card{
  min-height:245px;padding:28px 26px;border:1px solid rgba(8,55,102,.13);
  border-radius:15px;background:rgba(255,255,255,.70);box-shadow:0 12px 30px rgba(18,63,101,.08)
}
.support-card-head{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center;margin-bottom:24px}
.support-card-head img{display:block;width:92px;height:92px;object-fit:contain}
.support-card h3{font-size:18px;line-height:1.3}
.support-card p{text-align:center;font-size:16px;line-height:1.55}
@media(max-width:1080px){
  .sport-hero-inner{grid-template-columns:1fr;gap:32px}
  .sport-login-column{width:min(100%,520px)}
  .language-switch{width:min(100%,430px)}
  .support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .sport-hero{
    background-image:url("assets/infinity-sport-background-mobile.jpg?v=005");
    background-position:center center;
    background-size:cover;
  }
  .sport-hero-inner{padding:22px 18px 52px}
  .sport-logo{width:520px;margin-bottom:32px}
  .sport-copy h1{font-size:43px}
  .sport-intro{font-size:17px}
  .sport-benefits{font-size:15px}
  .login-card{padding:23px 18px}
  .language-switch{gap:12px;min-height:56px}
  .language-flag{width:31px;height:21px}
  .support-section{padding:52px 18px 64px}
  .support-inner>h2{font-size:29px}
  .support-grid{grid-template-columns:1fr;gap:20px}
  .support-card{min-height:0}
  .options{align-items:flex-start;flex-direction:column}
}


/* 004 – gezielte Startseitenkorrekturen */
@media (min-width: 901px){
  .sport-hero{
    /* Keine Streckung/Verzerrung: Hintergrund proportional, Läuferpaar in der Bildmitte. */
    background-size:cover;
    background-position:center center;
  }

  .sport-hero-inner{
    /* Etwas mehr Luft zwischen Branding/Text und Login, ohne die unteren Kacheln anzufassen. */
    padding-top:34px;
  }

  .sport-copy{
    /* Lesbarkeit links: leichter Verlauf, nicht vollflächig dunkel. */
    position:relative;
    isolation:isolate;
  }
  .sport-copy::before{
    content:"";
    position:absolute;
    z-index:-1;
    top:-34px;
    right:-70px;
    bottom:-30px;
    left:-56px;
    background:linear-gradient(90deg,
      rgba(3,40,78,.38) 0%,
      rgba(3,40,78,.25) 52%,
      rgba(3,40,78,.08) 82%,
      rgba(3,40,78,0) 100%);
    pointer-events:none;
  }

  .sport-logo{
    width:620px;
    max-width:none;
    margin-bottom:58px;
  }
}

/* Login: Browser-Autofill darf die eigene Feldoberfläche nicht als gelben Balken überdecken. */
.input-wrap input:-webkit-autofill,
.input-wrap input:-webkit-autofill:hover,
.input-wrap input:-webkit-autofill:focus,
.input-wrap input:-webkit-autofill:active{
  -webkit-text-fill-color:#fff !important;
  caret-color:#fff !important;
  -webkit-box-shadow:0 0 0 1000px #082d53 inset !important;
  box-shadow:0 0 0 1000px #082d53 inset !important;
  transition:background-color 9999s ease-out 0s;
}

/* Auge sicher über dem Eingabefeld/Autofill platzieren. */
.toggle-password{
  z-index:20;
  pointer-events:auto;
}
.input-icon{
  z-index:20;
}

/* Native Browser-Passwortschalter ausblenden, damit nur unser sichtbares Auge bedient wird. */
.input-wrap input::-ms-reveal,
.input-wrap input::-ms-clear{
  display:none;
}

/* INFINITY SPORT 008 – HERO BACKGROUND ONLY
   Original 1600x820 asset; no image upscaling, no regenerated image.
   Login/logo/content/card rules intentionally untouched. */
.hero,
.login-hero,
.hero-section,
.infinity-sport-hero {
    background-image:
        linear-gradient(90deg,
            rgba(3,42,77,.46) 0%,
            rgba(3,42,77,.31) 31%,
            rgba(3,42,77,.08) 52%,
            rgba(3,42,77,0) 68%),
        url("assets/infinity-sport-hero-bg.jpg?v=008") !important;
    background-repeat: no-repeat !important;
    background-position: center center, 48% bottom !important;
    background-size: 100% 100%, auto 88% !important;
}

/* Mobile: keep the source at native quality; no generated 1080x1920 derivative.
   The crop is handled only by CSS. */
@media (max-width: 768px) {
    .hero,
    .login-hero,
    .hero-section,
    .infinity-sport-hero {
        background-image:
            linear-gradient(90deg,
                rgba(3,42,77,.42) 0%,
                rgba(3,42,77,.24) 42%,
                rgba(3,42,77,.04) 68%,
                rgba(3,42,77,0) 100%),
            url("assets/infinity-sport-hero-bg.jpg?v=008") !important;
        background-repeat: no-repeat !important;
        background-position: center center, 50% bottom !important;
        background-size: 100% 100%, auto 90% !important;
    }
}


/* =========================================================
   INFINITY SPORT FIX 015
   Desktop-Hero: exakt das zugeschnittene hero-bg verwenden.
   Keine seitlichen Balken, keine zusätzliche horizontale Verschiebung.
   ========================================================= */
@media (min-width: 769px) {
  .sport-hero {
    background-color: #6db8e4;
    background-image: url("assets/infinity-sport-hero-bg.jpg?v=015");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
}

/* =========================================================
   INFINITY SPORT FIX 016 – MOBILE KACHELN
   Nur der responsive Bereich "Wobei unterstützt dich".
   Hero, Login, Logo und Hintergrund bleiben unangetastet.
   ========================================================= */
@media (max-width: 700px) {
  .support-section {
    padding-left: 14px;
    padding-right: 14px;
    overflow-x: hidden;
  }

  .support-inner,
  .support-grid,
  .support-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .support-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-card {
    padding: 22px 18px;
    overflow: hidden;
  }

  .support-card-head {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
  }

  .support-card-head img {
    width: 74px;
    height: 74px;
  }

  .support-card h3 {
    min-width: 0;
    max-width: 100%;
    font-size: 17px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .support-card p {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    overflow-wrap: break-word;
  }
}

/* =========================================================
   INFINITY SPORT FIX 017 – dünnen rechten Rand entfernen
   Nur horizontales Überlaufen verhindern.
   Responsive Kacheln / Hero / Login bleiben unverändert.
   ========================================================= */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.sport-page,
.sport-hero,
.support-section,
footer {
  max-width: 100%;
  overflow-x: hidden;
}

