:root {
  --fsv63-presse-blue: #063f96;
  --fsv63-presse-blue-dark: #061a3a;
  --fsv63-presse-blue-soft: #eaf4ff;
  --fsv63-presse-yellow: #ffd21a;
  --fsv63-presse-cyan: #21b7ff;
  --fsv63-presse-text: #10213f;
  --fsv63-presse-muted: #64748b;
  --fsv63-presse-line: rgba(15, 35, 70, 0.1);
  --fsv63-presse-bg: #f4f8fc;
  --fsv63-presse-radius: 28px;
  --fsv63-presse-shadow: 0 24px 70px rgba(10, 30, 70, 0.13);
}

body.page-template-page-presse,
body.page-id-presse {
  background: var(--fsv63-presse-bg);
}

.fsv63-presse-page {
  background:
    radial-gradient(circle at 12% 20%, rgba(33, 183, 255, 0.13), transparent 32rem),
    linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
  color: var(--fsv63-presse-text);
  overflow: hidden;
}

.fsv63-presse-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.fsv63-presse-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--fsv63-presse-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.105em;
  line-height: 1;
  text-transform: uppercase;
}

.fsv63-presse-eyebrow::before {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--fsv63-presse-yellow);
}

.fsv63-presse-hero {
  position: relative;
  min-height: clamp(460px, 48vw, 620px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 12, 31, 0.94) 0%, rgba(3, 18, 49, 0.8) 44%, rgba(0, 85, 185, 0.45) 100%),
    var(--fsv63-presse-hero),
    linear-gradient(135deg, #061a3a, #0b59ba);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.fsv63-presse-hero::after {
  content: "";
  position: absolute;
  left: -4vw;
  right: -4vw;
  bottom: -1px;
  height: clamp(46px, 7vw, 92px);
  background: var(--fsv63-presse-bg);
  clip-path: polygon(0 48%, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.fsv63-presse-hero__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 80px 0 120px;
}

.fsv63-presse-hero .fsv63-presse-eyebrow {
  color: var(--fsv63-presse-yellow);
  margin-bottom: 18px;
}

.fsv63-presse-hero h1,
.fsv63-presse-copy h2,
.fsv63-presse-section-head h2,
.fsv63-presse-media-kit h2,
.fsv63-presse-cta h2 {
  margin: 0;
  color: inherit;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.fsv63-presse-hero h1 {
  font-size: clamp(52px, 8vw, 104px);
  line-height: 0.9;
}

.fsv63-presse-hero p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.65vw, 22px);
  line-height: 1.55;
  font-weight: 700;
}

.fsv63-presse-actions,
.fsv63-presse-cta__box {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.fsv63-presse-actions {
  margin-top: 30px;
}

.fsv63-presse-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.fsv63-presse-btn:hover {
  transform: translateY(-2px);
}

.fsv63-presse-btn--yellow {
  color: #071a38;
  background: var(--fsv63-presse-yellow);
  box-shadow: 0 16px 30px rgba(255, 210, 26, 0.28);
}

.fsv63-presse-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.fsv63-presse-intro,
.fsv63-presse-service,
.fsv63-presse-section,
.fsv63-presse-media-kit,
.fsv63-presse-cta {
  position: relative;
  z-index: 3;
}

.fsv63-presse-intro {
  margin-top: -44px;
  padding-bottom: 34px;
}

.fsv63-presse-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.fsv63-presse-copy,
.fsv63-presse-contact-card,
.fsv63-presse-service-card,
.fsv63-presse-news-card,
.fsv63-presse-downloads a,
.fsv63-presse-empty {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--fsv63-presse-radius);
  box-shadow: var(--fsv63-presse-shadow);
  backdrop-filter: blur(16px);
}

.fsv63-presse-copy {
  padding: clamp(28px, 4vw, 52px);
}

.fsv63-presse-copy h2,
.fsv63-presse-section-head h2,
.fsv63-presse-media-kit h2,
.fsv63-presse-cta h2 {
  margin-top: 14px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
  color: var(--fsv63-presse-text);
}

.fsv63-presse-copy p,
.fsv63-presse-media-kit p,
.fsv63-presse-cta p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--fsv63-presse-muted);
  font-size: 17px;
  line-height: 1.75;
}

.fsv63-presse-contact-card {
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(33, 183, 255, 0.38), transparent 16rem),
    linear-gradient(145deg, #061a3a 0%, #063f96 100%);
}

.fsv63-presse-contact-card > span {
  display: block;
  color: rgba(255, 210, 26, 0.95);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fsv63-presse-contact-card h3 {
  margin: 14px 0 0;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.fsv63-presse-contact-card p {
  margin: 8px 0 24px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.fsv63-presse-contact-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  justify-content: center;
  color: #071a38;
  background: #fff;
  border-radius: 16px;
  font-weight: 900;
  text-decoration: none !important;
}

.fsv63-presse-service {
  padding: 28px 0 74px;
}

.fsv63-presse-service__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fsv63-presse-service-card {
  padding: 26px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

.fsv63-presse-service-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: var(--fsv63-presse-blue);
  background: var(--fsv63-presse-blue-soft);
  font-size: 19px;
}

.fsv63-presse-service-card h3 {
  margin: 20px 0 0;
  color: var(--fsv63-presse-text);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.fsv63-presse-service-card p {
  margin: 10px 0 20px;
  color: var(--fsv63-presse-muted);
  line-height: 1.6;
}

.fsv63-presse-service-card a,
.fsv63-presse-link,
.fsv63-presse-section-head a,
.fsv63-presse-downloads a {
  color: var(--fsv63-presse-blue);
  font-weight: 900;
  text-decoration: none !important;
}

.fsv63-presse-service-card a {
  margin-top: auto;
}

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

.fsv63-presse-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
}

.fsv63-presse-section-head a {
  white-space: nowrap;
}

.fsv63-presse-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fsv63-presse-news-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.fsv63-presse-news-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(145deg, #061a3a, #063f96);
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none !important;
}

.fsv63-presse-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.fsv63-presse-news-card:hover .fsv63-presse-news-card__media img {
  transform: scale(1.04);
}

.fsv63-presse-news-card__media > span {
  display: grid;
  place-items: center;
  height: 100%;
  font-size: 36px;
  font-weight: 900;
  opacity: .5;
}

.fsv63-presse-news-card__media em {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--fsv63-presse-blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.fsv63-presse-news-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px;
}

.fsv63-presse-news-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--fsv63-presse-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fsv63-presse-news-card__meta .fsv63-news-views {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.fsv63-presse-news-card__meta svg {
  width: 15px;
  height: 15px;
}

.fsv63-presse-news-card h3 {
  margin: 14px 0 0;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.fsv63-presse-news-card h3 a {
  color: var(--fsv63-presse-text);
  text-decoration: none !important;
}

.fsv63-presse-news-card p {
  margin: 14px 0 20px;
  color: var(--fsv63-presse-muted);
  line-height: 1.65;
}

.fsv63-presse-link {
  margin-top: auto;
}

.fsv63-presse-empty {
  padding: 36px;
}

.fsv63-presse-empty h3 {
  margin: 0;
  color: var(--fsv63-presse-text);
  font-size: 24px;
  text-transform: uppercase;
}

.fsv63-presse-empty p {
  margin: 10px 0 0;
  color: var(--fsv63-presse-muted);
}

.fsv63-presse-media-kit {
  padding: 82px 0;
}

.fsv63-presse-media-kit__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
}

.fsv63-presse-downloads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fsv63-presse-downloads a {
  display: block;
  padding: 24px;
  color: var(--fsv63-presse-text);
}

.fsv63-presse-downloads strong {
  display: block;
  color: var(--fsv63-presse-blue);
  font-size: 18px;
  text-transform: uppercase;
}

.fsv63-presse-downloads span {
  display: block;
  margin-top: 8px;
  color: var(--fsv63-presse-muted);
  line-height: 1.45;
  font-weight: 700;
}

.fsv63-presse-cta {
  padding: 0 0 92px;
}

.fsv63-presse-cta__box {
  justify-content: space-between;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 16%, rgba(33, 183, 255, 0.34), transparent 18rem),
    linear-gradient(135deg, #061a3a, #074cac);
  box-shadow: 0 26px 70px rgba(6, 26, 58, 0.22);
}

.fsv63-presse-cta .fsv63-presse-eyebrow,
.fsv63-presse-cta h2,
.fsv63-presse-cta p {
  color: #fff;
}

.fsv63-presse-cta .fsv63-presse-eyebrow::before {
  background: var(--fsv63-presse-yellow);
}

.fsv63-presse-cta p {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1100px) {
  .fsv63-presse-service__grid,
  .fsv63-presse-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fsv63-presse-intro__grid,
  .fsv63-presse-media-kit__grid {
    grid-template-columns: 1fr;
  }

  .fsv63-presse-contact-card {
    max-width: 520px;
  }
}

@media (max-width: 720px) {
  .fsv63-presse-container {
    width: min(100% - 28px, 1180px);
  }

  .fsv63-presse-hero {
    min-height: 560px;
    text-align: left;
  }

  .fsv63-presse-hero__content {
    padding: 70px 0 112px;
  }

  .fsv63-presse-hero h1 {
    font-size: clamp(44px, 16vw, 68px);
  }

  .fsv63-presse-hero p {
    font-size: 16px;
  }

  .fsv63-presse-actions,
  .fsv63-presse-cta__box {
    align-items: stretch;
    flex-direction: column;
  }

  .fsv63-presse-btn,
  .fsv63-presse-contact-card a {
    width: 100%;
  }

  .fsv63-presse-intro {
    margin-top: -34px;
  }

  .fsv63-presse-copy,
  .fsv63-presse-contact-card,
  .fsv63-presse-service-card,
  .fsv63-presse-downloads a {
    border-radius: 22px;
  }

  .fsv63-presse-service__grid,
  .fsv63-presse-news-grid,
  .fsv63-presse-downloads {
    grid-template-columns: 1fr;
  }

  .fsv63-presse-section-head {
    align-items: start;
    flex-direction: column;
  }

  .fsv63-presse-copy h2,
  .fsv63-presse-section-head h2,
  .fsv63-presse-media-kit h2,
  .fsv63-presse-cta h2 {
    font-size: clamp(30px, 11vw, 46px);
  }
}

/* =========================================================
   Presse-Downloads und Akkreditierung
   ========================================================= */
.fsv63-presse-documents {
  position: relative;
  z-index: 3;
  padding: 82px 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(33, 183, 255, 0.11), transparent 28rem),
    linear-gradient(180deg, #f6fbff 0%, #eef5fb 100%);
}

.fsv63-presse-documents__head {
  max-width: 900px;
  margin-bottom: 28px;
}

.fsv63-presse-documents__head h2 {
  margin: 14px 0 0;
  color: var(--fsv63-presse-text);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.fsv63-presse-documents__head p {
  max-width: 820px;
  margin: 20px 0 0;
  color: var(--fsv63-presse-muted);
  font-size: 17px;
  line-height: 1.75;
}

.fsv63-presse-documents__head a,
.fsv63-presse-info-card a {
  color: var(--fsv63-presse-blue);
  font-weight: 900;
  text-decoration: none !important;
}

.fsv63-presse-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 34px;
}

.fsv63-presse-info-card,
.fsv63-presse-download-block,
.fsv63-presse-file-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--fsv63-presse-radius);
  box-shadow: var(--fsv63-presse-shadow);
  backdrop-filter: blur(16px);
}

.fsv63-presse-info-card {
  padding: 24px;
}

.fsv63-presse-info-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: var(--fsv63-presse-blue);
  background: var(--fsv63-presse-blue-soft);
}

.fsv63-presse-info-card h3 {
  margin: 16px 0 0;
  color: var(--fsv63-presse-text);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.fsv63-presse-info-card p {
  margin: 9px 0 0;
  color: var(--fsv63-presse-muted);
  line-height: 1.55;
  font-weight: 700;
}

.fsv63-presse-download-block {
  padding: clamp(22px, 3vw, 34px);
  margin-top: 22px;
}

.fsv63-presse-download-block__title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(15, 35, 70, 0.09);
}

.fsv63-presse-download-block__title span {
  color: var(--fsv63-presse-text);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.fsv63-presse-download-block__title p {
  max-width: 420px;
  margin: 0;
  color: var(--fsv63-presse-muted);
  line-height: 1.45;
  font-weight: 700;
}

.fsv63-presse-file-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fsv63-presse-file-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  color: var(--fsv63-presse-text);
  text-decoration: none !important;
  box-shadow: 0 14px 36px rgba(10, 30, 70, 0.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.fsv63-presse-file-card:hover {
  transform: translateY(-2px);
  border-color: rgba(33, 183, 255, 0.32);
  box-shadow: 0 20px 44px rgba(10, 30, 70, 0.14);
}

.fsv63-presse-file-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 17px;
  color: #071a38;
  background: var(--fsv63-presse-yellow);
  font-size: 20px;
}

.fsv63-presse-file-card__text strong {
  display: block;
  color: var(--fsv63-presse-text);
  font-size: 16px;
  line-height: 1.22;
  font-weight: 900;
  text-transform: uppercase;
}

.fsv63-presse-file-card__text em {
  display: block;
  margin-top: 6px;
  color: var(--fsv63-presse-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.fsv63-presse-file-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: var(--fsv63-presse-blue);
  font-weight: 900;
}

@media (max-width: 900px) {
  .fsv63-presse-info-grid,
  .fsv63-presse-file-grid {
    grid-template-columns: 1fr;
  }

  .fsv63-presse-download-block__title {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .fsv63-presse-documents {
    padding: 60px 0;
  }

  .fsv63-presse-documents__head h2 {
    font-size: clamp(30px, 11vw, 46px);
  }

  .fsv63-presse-info-card,
  .fsv63-presse-download-block,
  .fsv63-presse-file-card {
    border-radius: 22px;
  }
}
