/* ======================
   DESIGN SYSTEM
====================== */

@font-face {
    font-family: 'Montserrat Regular';
    src: url('fonts/Montserrat/Montserrat-Regular.ttf') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url('fonts/Montserrat/Montserrat-Bold.ttf') format('woff2');
    font-display: swap;
}

:root {
  /* Colors mapping exactly to layout image */
  --primary-blue: #006FB4;
  /* Strong bold blue for headings */
  --secondary-blue: #00509B;
  /* Deeper blue for buttons */
  --accent-cyan: #00C8FF;
  /* Bright cyan for links/active states */
  --heading-dark: #1A1A1A;
  /* Almost black for card titles */
  --text-body: #1C1C1C;
  /* Dark grey for body text */
  --bg-main: #D5ECF6;
  /* The main light blue background */
  --bg-white: #FFFFFF;
  /* Pure white for intro panel and header */
  --bg-grey-header: #E8E8E8;
  /* Very light grey for header/footer backgrounds if needed, but it seems pure white in some spots. Actually, looking closely, it's very slightly off-white or just white. Let's use #FAFAFA. */

  --font-main: 'Montserrat', Helvetica, Arial, sans-serif;
}

/* ======================
   RESET & BASE
====================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: var(--bg-main);
  color: var(--text-body);
  font-family: 'Montserrat Regular';
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* Global Vertical Grid Lines simulating the background */
.grid-lines {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 1000;
  mix-blend-mode: multiply;
  /* Allows it to darken the backgrounds slightly */
}

.grid-lines .line {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
}

/* ======================
   HEADER
====================== */

header {
  background: #FCFCFC;
  /* matches top band */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  /* faint separation */
  position: relative;
  z-index: 100;
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 5px;
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
}

.lang {
  display: flex;
  gap: 8px;
}

.lang button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-family: var(--font-main);
}

/* Inactive (EN) */
.lang button {
  background-color: #E2E8F0;
  color: #64748B;
}

/* Active (DE) */
.lang button.active {
  background-color: var(--accent-cyan);
  color: white;
}

/* ======================
   MAIN LAYOUT & BACKGROUND
====================== */

.media-kit {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 60px 5vw 80px;
  position: relative;
}

.bg-shape {
  position: fixed;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  z-index: 0;
  opacity: 0.6;
}

.bg-shape svg {
  height: 100%;
  width: auto;
}

.container {
  width: 100%;
  max-width: 1300px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 10;
}

/* ======================
   INTRO BLOCK
====================== */

.intro {
  background: var(--bg-white);
  padding: 50px 40px;
  box-shadow: none;
  /* Flat design */
  border-radius: 0;
  /* Sharp corners */
}

.intro h1 {
  color: var(--primary-blue);
  /* Match specific blue from image */
  font-size: 42px;
  font-family: 'Montserrat Bold';
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0px 3px 6px #00000029;
}

.intro h2 {
  font-size: 18px;
  font-family: 'Montserrat SemiBold';
  letter-spacing: 0.5px;
  color: #00509B;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.4;
}

.welcome-text {
  font-size: 16px;
  font-family: 'Montserrat SemiBold';
  margin-bottom: 20px;
  color: var(--text-body);
}

.intro-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-body);
  font-weight: 400;
}

.inline-link {
  color: var(--accent-cyan);
  font-family: 'Montserrat Bold';
  text-decoration: none;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.inline-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.978' height='13.105' viewBox='0 0 21.978 13.105'%3E%3Cg id='Gruppe_64' data-name='Gruppe 64' transform='translate(0 0.707)'%3E%3Cline id='Linie_2' data-name='Linie 2' x2='19.932' transform='translate(0 5.845)' fill='none' stroke='%2300c8ff' stroke-width='2'/%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M0,0V8.265H8.268' transform='translate(14.72 11.691) rotate(-135)' fill='none' stroke='%2300c8ff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  z-index: 0;
  transition: all .5s ease-in-out;
  width: 16px;
  height: 10px;
}

.inline-link:hover {
  text-decoration: underline;
}

/* ======================
   CARDS GRID
====================== */

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.card {
  text-align: left;
  /* Left align everything inside card as per image */
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}

.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card h3 {
  font-size: 18px;
  font-family: 'Montserrat Bold';
  color: var(--heading-dark);
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Montserrat SemiBold';
  color: var(--text-body);
  margin-bottom: 16px;
  flex-grow: 1;
  padding-bottom: 2rem;
}

/* ======================
   BUTTONS
====================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-blue);
  color: white;
  padding: 8px 18px;
  border-radius: 20px;
  /* Pill shape */
  text-decoration: none;
  font-size: 10px;
  font-family: 'Montserrat SemiBold';
  text-transform: uppercase;
  letter-spacing: 1px;
  gap: 0.5rem;
  align-self: flex-start;
  /* Keep to the left */
  transition: opacity 0.2s;
  position: absolute;
  bottom: 0;
}

.btn:hover {
  opacity: 0.85;
}

.btn:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.978' height='13.105' viewBox='0 0 21.978 13.105'%3E%3Cg id='Gruppe_64' data-name='Gruppe 64' transform='translate(0 0.707)'%3E%3Cline id='Linie_2' data-name='Linie 2' x2='19.932' transform='translate(0 5.845)' fill='none' stroke='%2300c8ff' stroke-width='2'/%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M0,0V8.265H8.268' transform='translate(14.72 11.691) rotate(-135)' fill='none' stroke='%2300c8ff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  z-index: 0;
  transition: all .5s ease-in-out;
  width: 16px;
  height: 10px;
}

/* ======================
   FOOTER
====================== */

footer {
  background: #F6F6F6;
  /* very light grey */
  position: relative;
  z-index: 100;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 25px 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

footer nav a {
  color: #1A1A1A;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

footer nav a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 12px;
  color: #1A1A1A;
  font-weight: 600;
}

/* ======================
   RESPONSIVE LAYOUT
====================== */

@media(max-width: 1100px) {
  .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .intro {
    max-width: 600px;
    margin: 0 auto;
  }

  .bg-shape {
    display: none;
  }
}

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

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

  .circle {
    margin-left: 0;
    /* Left align images on small mobile if preferable */
  }

  .footer-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  footer nav {
    justify-content: center;
  }
}