:root {
  --ink: #f5fbfb;
  --muted: #b4c8c9;
  --paper: #061216;
  --surface: rgba(10, 29, 35, 0.78);
  --line: rgba(117, 244, 255, 0.2);
  --teal: #2bd8d0;
  --cyan: #75f4ff;
  --coral: #d65a45;
  --gold: #d9a441;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 12%, rgba(43, 216, 208, 0.16), transparent 30rem),
    radial-gradient(circle at 86% 22%, rgba(217, 164, 65, 0.1), transparent 25rem),
    linear-gradient(135deg, #061216 0%, #081a20 52%, #0d252b 100%);
  line-height: 1.62;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(6, 18, 22, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 270px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--coral);
  color: var(--white);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.18;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.8rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
}

.nav a:hover {
  color: var(--teal);
}

.nav-cta {
  padding: 10px 14px;
  background: var(--coral);
  color: var(--white) !important;
}

.hero {
  position: relative;
  min-height: 48vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-visual {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 18, 22, 0.96), rgba(6, 18, 22, 0.68) 52%, rgba(6, 18, 22, 0.18)),
    linear-gradient(0deg, rgba(6, 18, 22, 0.88), rgba(6, 18, 22, 0.08) 46%),
    url("assets/hero-justitia-ai.png") center / cover no-repeat;
  filter: saturate(1.08);
}

.hero-content {
  position: relative;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) 0 44px;
}

.eyebrow,
.choice-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 840px;
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4.15vw, 4.25rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
}

.lead {
  max-width: 790px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.06rem, 1.7vw, 1.35rem);
}

.choice-section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.choice-card {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
  background: var(--surface);
}

.choice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.58;
  transition: transform 220ms ease, opacity 220ms ease;
}

.choice-ai::before {
  background:
    linear-gradient(180deg, rgba(6, 18, 22, 0.28), rgba(6, 18, 22, 0.94)),
    url("assets/ai-obligations-bg.png") center / cover no-repeat;
}

.choice-privacy::before {
  background:
    linear-gradient(180deg, rgba(6, 18, 22, 0.28), rgba(6, 18, 22, 0.94)),
    url("datenschutzrecht/assets/datenschutz-hero.png") center / cover no-repeat;
}

.choice-termine::before {
  background:
    linear-gradient(180deg, rgba(6, 18, 22, 0.34), rgba(6, 18, 22, 0.95)),
    url("assets/terminsvertretung-visual.png") center / cover no-repeat;
}

.choice-card:hover::before {
  opacity: 0.78;
  transform: scale(1.025);
}

.choice-card > * {
  position: relative;
  z-index: 1;
}

.choice-card p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
}

.choice-card h2 {
  font-size: clamp(1.75rem, 2.2vw, 2.2rem);
  line-height: 1.08;
  hyphens: none;
  overflow-wrap: normal;
}

.choice-card dl {
  display: grid;
  gap: 1px;
  margin: auto 0 30px;
  background: rgba(117, 244, 255, 0.22);
  border: 1px solid rgba(117, 244, 255, 0.18);
}

.choice-card dl div {
  padding: 15px 16px;
  background: rgba(6, 18, 22, 0.72);
}

.choice-card dt {
  margin-bottom: 3px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.choice-card dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.choice-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 48px;
  padding: 12px 18px;
  background: var(--coral);
  color: var(--white);
  font-weight: 800;
}

.legal-main {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 0;
}

.legal-main h1 {
  margin-bottom: 32px;
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
}

.legal-main h2 {
  margin-top: 38px;
  margin-bottom: 12px;
  font-size: clamp(1.4rem, 2.1vw, 1.9rem);
}

.legal-main p,
.legal-main li {
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  padding: 42px clamp(18px, 4vw, 58px);
  background: #030b0e;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer {
  font-size: 0.8rem;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .choice-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .choice-card {
    min-height: 480px;
  }
}

@media (max-width: 620px) {
  .brand {
    min-width: 0;
  }

  .nav {
    flex-wrap: wrap;
    gap: 10px 14px;
    overflow-x: visible;
  }

  .choice-card {
    min-height: auto;
  }

  .choice-button {
    width: 100%;
  }
}
