/* ─── Cookie Policy Hero ─── */
.ck-hero {
  background: #000;
  padding: 160px 2.5rem 80px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ck-hero__inner { max-width: 900px; margin: 0 auto; }
.ck-hero__eyebrow {
  font-family: "Sohne", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #0a5bff;
  margin-bottom: 1.5rem;
}
.ck-hero__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 2rem;
}
.ck-hero__meta {
  font-family: "Sohne", sans-serif;
  font-size: 0.82rem;
  color: #444;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ─── Cookie Body ─── */
.ck-body {
  background: #000;
  padding: 6rem 2.5rem 10rem;
}
.ck-body__inner {
  max-width: 900px;
  margin: 0 auto;
}

.ck-section {
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ck-section:last-child { border-bottom: none; }

.ck-section__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #fff;
  margin: 0 0 1.5rem;
  letter-spacing: -0.01em;
}
.ck-section p {
  font-family: "Sohne", sans-serif;
  font-size: 1rem;
  line-height: 1.9;
  color: #888;
  text-transform: none;
  margin: 0 0 1.25rem;
}
.ck-section p:last-child { margin-bottom: 0; }

/* Cookie type cards */
.ck-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  margin-top: 2rem;
  border-radius: 2px;
  overflow: hidden;
}
.ck-type {
  background: #000;
  padding: 2rem 2.25rem;
}
.ck-type__num {
  font-family: "Sohne", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #0a5bff;
  margin-bottom: 0.75rem;
}
.ck-type__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 0.75rem;
}
.ck-type__desc {
  font-family: "Sohne", sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #666;
  text-transform: none;
  margin: 0;
}

/* Contact box */
.ck-contact-box {
  background: rgba(10,91,255,0.05);
  border: 1px solid rgba(10,91,255,0.15);
  border-radius: 3px;
  padding: 2rem 2.25rem;
  margin-top: 2rem;
}
.ck-contact-box p {
  color: #aaa;
  margin: 0;
  line-height: 1.9;
}
.ck-contact-box a {
  color: #0a5bff;
  text-decoration: none;
  border-bottom: 1px solid rgba(10,91,255,0.4);
  transition: border-color 0.2s;
}
.ck-contact-box a:hover { border-color: #0a5bff; }

@media screen and (max-width: 768px) {
  .ck-hero { padding: 140px 1.5rem 60px; }
  .ck-body { padding: 4rem 1.5rem 7rem; }
  .ck-types { grid-template-columns: 1fr; }
}
