/*
Theme Name: Gajus Web & IT Solutions
Theme URI: https://solutions.gajus.de/
Author: Gajus Web & IT Solutions
Description: Eigenständiges, responsives Theme im dunkelblauen Gajus-Design mit den bereitgestellten Markenmotiven.
Version: 1.9.0
Text Domain: gajus-solutions
*/

:root {
  --bg: #031427;
  --bg-soft: #08233c;
  --panel: rgba(5, 29, 51, 0.78);
  --panel-solid: #08243f;
  --text: #f5fbff;
  --muted: #b8d3e4;
  --cyan: #1fe7ff;
  --cyan-soft: #76f1ff;
  --line: rgba(54, 214, 255, 0.28);
  --orange: #ff8a32;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(20, 181, 255, 0.11), transparent 34rem),
    linear-gradient(180deg, #031427 0%, #061b31 58%, #03111f 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body.nav-open { overflow: hidden; }

a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(2, 16, 31, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}


body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  display: block;
  width: clamp(240px, 29vw, 390px);
  max-height: 66px;
  object-fit: contain;
  object-position: left center;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a {
  display: inline-flex;
  padding: 10px 13px;
  border-radius: 999px;
  color: #dff7ff;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 700;
  transition: 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #02111e;
  background: var(--cyan);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--text);
  background: rgba(8, 36, 63, 0.9);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 99px;
  background: currentColor;
  transition: 180ms ease;
}

.hero {
  position: relative;
  min-height: min(940px, 100svh);
  display: grid;
  align-items: center;
  padding: 38px 0 74px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(2, 13, 27, 0.72) 0%, rgba(2, 13, 27, 0.36) 46%, rgba(2, 13, 27, 0.12) 72%),
    linear-gradient(180deg, rgba(0, 11, 24, 0.08) 55%, rgba(2, 16, 31, 0.88) 100%),
    var(--hero-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}

.hero-content {
  position: relative;
  transform: translateY(-42px);
  z-index: 2;
  width: min(640px, 100%);
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(87, 226, 255, 0.32);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(3, 20, 38, 0.91), rgba(3, 28, 50, 0.70));
  box-shadow: var(--shadow);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan-soft);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.35rem, 4.8vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 59ch;
  margin: 24px 0 0;
  color: #d1e8f4;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: 180ms ease;
}

.button-primary {
  color: #03121f;
  background: linear-gradient(135deg, #8cf8ff, #1fdcff);
  box-shadow: 0 12px 34px rgba(31, 220, 255, 0.22);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(126, 234, 255, 0.45);
  background: rgba(6, 29, 50, 0.76);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  outline: none;
}



.section {
  position: relative;
  padding: clamp(76px, 9vw, 130px) 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.section-heading p {
  max-width: 64ch;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.card {
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(14, 48, 78, 0.86), rgba(4, 25, 45, 0.92));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0.7;
}

.card-number {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(104, 230, 255, 0.45);
  border-radius: 16px;
  color: var(--cyan-soft);
  background: rgba(16, 126, 163, 0.12);
  font-weight: 900;
}

.card h3 {
  margin: 25px 0 12px;
  font-size: 1.42rem;
  line-height: 1.2;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(30px, 7vw, 86px);
  align-items: center;
}

.brand-panel {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 45%, rgba(25, 226, 255, 0.15), transparent 48%),
    linear-gradient(145deg, #092e4d, #04192c);
  box-shadow: var(--shadow);
}

.brand-panel::before,
.brand-panel::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(38, 210, 255, 0.18);
  border-radius: 50%;
}

.brand-panel::before {
  width: 420px;
  height: 420px;
}

.brand-panel::after {
  width: 310px;
  height: 310px;
}

.brand-panel img {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
}

.feature-list {
  display: grid;
  gap: 17px;
  margin-top: 30px;
}

.feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.feature-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-top: 2px;
  border-radius: 50%;
  color: #031520;
  background: var(--cyan);
  font-weight: 1000;
}

.feature h3 {
  margin: 0;
  font-size: 1.08rem;
}

.feature p {
  margin: 5px 0 0;
  color: var(--muted);
}

.security-band {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 138, 50, 0.07), transparent 35%),
    rgba(4, 26, 46, 0.6);
}

.security-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(32px, 8vw, 96px);
  align-items: center;
}

.security-stat {
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 154, 75, 0.3);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(89, 41, 12, 0.34), rgba(6, 27, 46, 0.88));
}

.security-stat strong {
  display: block;
  color: #ffb16f;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.security-stat span {
  display: block;
  margin-top: 18px;
  color: #f1d3bc;
  font-weight: 800;
}


.notice-box {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255, 177, 111, 0.34);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(93, 45, 15, 0.28), rgba(4, 26, 46, 0.92));
  box-shadow: var(--shadow);
}

.notice-box h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.notice-box p {
  max-width: 78ch;
  margin: 18px 0 0;
  color: #ead6c5;
}

.notice-box strong {
  color: #ffbd82;
}

.contact-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 6vw, 64px);
  border: 1px solid rgba(67, 224, 255, 0.36);
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 20%, rgba(29, 227, 255, 0.18), transparent 24rem),
    linear-gradient(145deg, #0b3456, #04192d);
  box-shadow: var(--shadow);
}

.contact-box h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.contact-box p {
  max-width: 62ch;
  margin: 17px 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 34px 0 48px;
  border-top: 1px solid var(--line);
  color: #9fc1d4;
  background: #020d19;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-brand img {
  width: 190px;
}

.footer-meta {
  text-align: right;
  font-size: 0.92rem;
}

.footer-meta a {
  color: var(--cyan-soft);
  text-decoration: none;
}

.content-page {
  width: var(--shell);
  min-height: 68vh;
  margin: 0 auto;
  padding: 72px 0 90px;
}

.content-page h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.05;
}

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

.post-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-solid);
}

.post-card h2 {
  margin-top: 0;
}

.post-card a {
  color: var(--cyan-soft);
}

@media (max-width: 960px) {
  .nav-toggle { display: block; }

  .main-nav {
    position: fixed;
    inset: 82px 0 auto;
    display: none;
    padding: 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(2, 16, 31, 0.97);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.38);
  }

  body.nav-open .main-nav { display: block; }

  .main-nav ul {
    align-items: stretch;
    flex-direction: column;
  }

  .main-nav a {
    width: 100%;
    padding: 13px 16px;
  }

  .cards,
  .split,
  .security-grid {
    grid-template-columns: 1fr;
  }

  
.notice-box {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255, 177, 111, 0.34);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(93, 45, 15, 0.28), rgba(4, 26, 46, 0.92));
  box-shadow: var(--shadow);
}

.notice-box h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.notice-box p {
  max-width: 78ch;
  margin: 18px 0 0;
  color: #ead6c5;
}

.notice-box strong {
  color: #ffbd82;
}

.contact-box {
    grid-template-columns: 1fr;
  }

  .brand-panel {
    min-height: 380px;
    order: -1;
  }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 26px, 1180px); }

  .header-inner { min-height: 72px; }
  .brand img { width: 235px; max-height: 56px; }

  .main-nav { inset-block-start: 72px; }

  .hero {
    min-height: 820px;
    padding: 56px 0 54px;
    background-position: 64% center;
  }

  .hero-content {
    padding: 25px 20px;
    border-radius: 24px;
    transform: translateY(-18px);
  }


  .hero h1 { max-width: 13ch; font-size: clamp(2.25rem, 11vw, 3.35rem); }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button { width: 100%; }

  .cards,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .card { min-height: 0; }

  .brand-panel {
    min-height: 300px;
    padding: 24px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-meta { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.legal-page {
  max-width: 920px;
}

.legal-intro {
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 1.05rem;
}

.legal-section {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(14, 48, 78, 0.76), rgba(4, 25, 45, 0.92));
}

.legal-section h2 {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.2;
}

.legal-section h3 {
  margin: 26px 0 10px;
  color: var(--cyan-soft);
  font-size: 1.08rem;
}

.legal-section p {
  margin: 12px 0 0;
  color: #d4e7f1;
}

.legal-address {
  margin: 0;
  color: var(--text);
  font-style: normal;
  line-height: 1.8;
}

.legal-email {
  color: var(--cyan-soft);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  margin-top: 8px;
}

.footer-links a {
  color: var(--cyan-soft);
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
}


.masked-email {
  color: var(--cyan-soft);
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.masked-email:hover,
.masked-email:focus-visible {
  text-decoration: underline;
}

.masked-email .email-separator {
  padding-inline: 0.16em;
  color: #d4e7f1;
  font-weight: 700;
}

/* Kontakt-Schaltfläche: bewusst hoher Kontrast trotz allgemeiner E-Mail-Regeln. */
.contact-email-button,
.contact-email-button:visited {
  color: #03121f;
  background: linear-gradient(135deg, #9af8ff 0%, #31d7f4 100%);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 12px 34px rgba(31, 220, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  text-shadow: none;
  text-decoration: none;
}

.contact-email-button .email-separator {
  color: #0b3a56;
  font-weight: 900;
}

.contact-email-button:hover,
.contact-email-button:focus-visible {
  color: #020d19;
  background: linear-gradient(135deg, #b6fbff 0%, #54e2fb 100%);
  text-decoration: none;
}
