/* Generated by scripts/build-assets.mjs. Edit src/public/styles/legal.css instead. */
.agb-main {
  background: var(--surface-bg);
}

.agb-document {
  width: min(100% - 2rem, 900px);
  margin: 0 auto;
  padding: clamp(3.25rem, 7vw, 6.5rem) 0 clamp(4.5rem, 8vw, 7.5rem);
}

.agb-header {
  position: static;
  max-width: 760px;
  padding-bottom: clamp(2.4rem, 5vw, 4rem);
  border-bottom: 1px solid #dfe2e4;
}

.agb-eyebrow {
  margin: 0 0 1rem;
  color: #757b80;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.agb-header h1 {
  max-width: 100%;
  margin: 0;
  color: #111315;
  font-size: clamp(2.2rem, 5.2vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  hyphens: none;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.agb-intro {
  max-width: 62ch;
  margin: 1.4rem 0 0;
  color: #565c61;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 300;
  line-height: 1.65;
}

.agb-content {
  max-width: 760px;
}

.agb-section {
  padding: clamp(2.2rem, 5vw, 3.6rem) 0;
  border-bottom: 1px solid #e6e8e9;
}

.agb-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.agb-section h2 {
  margin: 0 0 1.25rem;
  color: #151719;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.agb-section h3 {
  margin: 1.6rem 0 0.55rem;
  color: #24272a;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.4;
}

.agb-section h3:first-of-type {
  margin-top: 0;
}

.agb-section p,
.agb-section li {
  color: #50565b;
  font-size: clamp(0.95rem, 1.15vw, 1.04rem);
  font-weight: 300;
  line-height: 1.75;
}

.agb-section p {
  margin: 0 0 0.85rem;
}

.agb-section p:last-child {
  margin-bottom: 0;
}

.agb-section ul {
  margin: 0.35rem 0 1rem;
  padding-left: 1.35rem;
}

.agb-section li {
  margin: 0.35rem 0;
  padding-left: 0.25rem;
}

.agb-section a {
  color: #151719;
  text-underline-offset: 0.18em;
}

.agb-section .withdrawal-line {
  width: 100%;
  height: 1.25rem;
  margin: 0 0 0.85rem;
  border-bottom: 1px solid #aeb2b5;
}

.agb-supplement {
  padding-top: clamp(3.2rem, 6vw, 5rem);
}

.agb-supplement > h2 {
  max-width: 22ch;
  font-size: clamp(1.75rem, 3.6vw, 2.8rem);
  letter-spacing: -0.04em;
}

@media (max-width: 600px) {
  body.is-scrolled .top-bar {
    min-height: 0;
  }

  .agb-document {
    width: min(100% - 1.7rem, 900px);
    padding-top: 2.6rem;
  }

  .agb-section {
    padding: 2rem 0;
  }

  .agb-header h1 {
    font-size: clamp(1.4rem, 7.4vw, 1.85rem);
    letter-spacing: -0.035em;
  }

  .agb-section p,
  .agb-section li {
    line-height: 1.68;
  }
}
