.elementor-721 .elementor-element.elementor-element-cb4697e{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-721 .elementor-element.elementor-element-cb4697e{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-2852f22 *//* ---------------------------------------------
   CCC AGB
--------------------------------------------- */

.ccc-agb,
.ccc-agb * {
  box-sizing: border-box;
}

.ccc-agb {
  --ccc-bg: #F7F5F0;
  --ccc-card: #FFFFFF;
  --ccc-ink: #111110;
  --ccc-text: #2C2B28;
  --ccc-muted: #8F8A82;
  --ccc-line: rgba(17, 17, 16, 0.10);

  width: 100%;
  background: var(--ccc-bg);
  color: var(--ccc-text);
  font-family: "DM Sans", "Poppins", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 96px 32px 112px;
}

.ccc-agb__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Header */
.ccc-agb__hero {
  max-width: 860px;
  margin-bottom: 56px;
}

.ccc-agb__eyebrow,
.ccc-agb__label,
.ccc-agb__toc-label {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 0.64rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ccc-muted);
}

.ccc-agb__eyebrow {
  margin-bottom: 18px;
}

.ccc-agb h1 {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: clamp(3.1rem, 7vw, 6rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: var(--ccc-ink);
}

/* Layout */
.ccc-agb__layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

/* Table of contents */
.ccc-agb__toc {
  position: sticky;
  top: 32px;
  background: var(--ccc-card);
  border: 1px solid var(--ccc-line);
  border-radius: 16px;
  padding: 26px;
}

.ccc-agb__toc-label {
  margin-bottom: 18px;
}

.ccc-agb__toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: agb-counter;
}

.ccc-agb__toc li {
  counter-increment: agb-counter;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--ccc-line);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--ccc-text);
}

.ccc-agb__toc li:last-child {
  border-bottom: 0;
}

.ccc-agb__toc li::before {
  content: counter(agb-counter, decimal-leading-zero);
  font-family: "Space Mono", monospace;
  font-size: 0.58rem;
  line-height: 1.7;
  color: var(--ccc-muted);
}

/* Sections */
.ccc-agb__sections {
  display: grid;
  gap: 14px;
}

.ccc-agb__section {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  background: var(--ccc-card);
  border: 1px solid var(--ccc-line);
  border-radius: 16px;
  padding: 28px;
}

.ccc-agb__section > .ccc-agb__label {
  padding-top: 4px;
}

.ccc-agb__content {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.68;
  color: var(--ccc-text);
}

.ccc-agb__content h2 {
  margin: 0 0 14px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ccc-ink);
}

.ccc-agb__content p {
  margin: 0 0 12px;
}

.ccc-agb__content p:last-child {
  margin-bottom: 0;
}

.ccc-agb__content strong {
  font-weight: 650;
  color: var(--ccc-ink);
}

.ccc-agb__content a {
  color: var(--ccc-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 180ms ease;
  word-break: break-word;
}

.ccc-agb__content a:hover {
  opacity: 0.65;
}

/* Lists */
.ccc-agb__content ul {
  list-style: none;
  margin: 12px 0 16px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.ccc-agb__content ul li {
  position: relative;
  padding-left: 18px;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--ccc-text);
}

.ccc-agb__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--ccc-muted);
}

/* Address */
.ccc-agb__content address {
  display: inline-block;
  margin: 8px 0 16px;
  padding: 18px 20px;
  background: #F7F5F0;
  border: 1px solid var(--ccc-line);
  border-radius: 12px;
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--ccc-text);
}

/* Responsive */
@media (max-width: 980px) {
  .ccc-agb {
    padding: 72px 24px 88px;
  }

  .ccc-agb__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ccc-agb__toc {
    position: static;
  }

  .ccc-agb__toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }
}

@media (max-width: 680px) {
  .ccc-agb {
    padding: 56px 20px 72px;
  }

  .ccc-agb__hero {
    margin-bottom: 38px;
  }

  .ccc-agb__toc,
  .ccc-agb__section {
    border-radius: 14px;
    padding: 24px 20px;
  }

  .ccc-agb__toc ol {
    grid-template-columns: 1fr;
  }

  .ccc-agb__section {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ccc-agb__content {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .ccc-agb__content h2 {
    font-size: 1.02rem;
  }

  .ccc-agb__content address {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
  }
}/* End custom CSS */