*,
*::before,
*::after {
  box-sizing: border-box;
}

body.cookie-page {
  background: #fffdf8;
  color: #263626;
}

.section-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: #8a6f35;
  font-weight: 700;
  margin-bottom: 14px;
}

.cookie-hero {
  padding: 110px 20px 90px;
  text-align: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(199, 162, 74, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(38, 54, 38, 0.12), transparent 28%),
    linear-gradient(135deg, #f8f4ec 0%, #eef3ec 100%);
}

.cookie-hero-content {
  max-width: 860px;
  margin: 0 auto;
}

.cookie-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(46px, 6vw, 80px);
  line-height: 1.02;
  color: #263626;
  margin-bottom: 22px;
}

.cookie-hero p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.8;
  color: #4c5549;
}

.update-date {
  display: inline-flex;
  margin-top: 28px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(138, 111, 53, 0.18);
  color: #5f675d;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.cookie-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 20px;
}

.cookie-overview {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: stretch;
}

.overview-card,
.summary-card,
.cookie-type-card,
.management-card,
.consent-card,
.update-card {
  border-radius: 34px;
  border: 1px solid rgba(138, 111, 53, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
}

.overview-card {
  padding: 46px;
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 162, 74, 0.14), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
}

.summary-card {
  padding: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(38, 54, 38, 0.10), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eef3ec 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.summary-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #8a6f35;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.summary-list {
  display: grid;
  gap: 14px;
}

.summary-list div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border-left: 4px solid #8a6f35;
}

.summary-list strong {
  display: block;
  margin-bottom: 6px;
  color: #263626;
  font-size: 17px;
}

.summary-list span {
  color: #4c5549;
  line-height: 1.6;
  font-size: 15px;
}

.overview-card h2,
.section-heading h2,
.management-card h2,
.consent-card h2,
.update-card h2 {
  font-family: "Playfair Display", serif;
  color: #263626;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  margin-bottom: 18px;
}

.overview-card p,
.section-heading p,
.management-card p,
.consent-card p,
.update-card p {
  color: #4c5549;
  line-height: 1.8;
  font-size: 17px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.types-section {
  padding-top: 34px;
}

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

.cookie-type-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 36px;
  background: linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
}

.cookie-type-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(199, 162, 74, 0.10);
}

.cookie-type-card.technical {
  background:
    radial-gradient(circle at 94% 0%, rgba(38, 54, 38, 0.10), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #eef3ec 100%);
}

.cookie-type-card.analytics {
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 162, 74, 0.13), transparent 26%),
    linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
}

.cookie-type-card.marketing {
  background:
    radial-gradient(circle at 94% 0%, rgba(138, 111, 53, 0.10), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f5f1e8 100%);
}

.card-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #8a6f35;
  font-weight: 800;
  margin-bottom: 18px;
}

.cookie-type-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #263626;
  margin-bottom: 14px;
}

.cookie-type-card p {
  color: #4c5549;
  line-height: 1.8;
  font-size: 16px;
}

.status-badge {
  display: inline-flex;
  margin-top: 22px;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.status-badge.active {
  color: #263626;
  background: #eef3ec;
}

.status-badge.neutral {
  color: #7a5a10;
  background: rgba(199, 162, 74, 0.18);
}

.status-badge.inactive {
  color: #5f675d;
  background: rgba(95, 103, 93, 0.12);
}

.management-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: center;
  padding: 44px;
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 162, 74, 0.16), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
}

.browser-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.browser-grid a {
  padding: 17px 18px;
  border-radius: 18px;
  background: #ffffff;
  color: #263626;
  text-decoration: none;
  font-weight: 700;
  border-left: 4px solid #8a6f35;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
  transition: 0.25s ease;
}

.browser-grid a:hover {
  transform: translateY(-3px);
  background: #eef3ec;
}

.consent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.consent-card {
  padding: 42px;
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 162, 74, 0.14), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
}

.consent-card.light {
  background:
    radial-gradient(circle at 100% 0%, rgba(38, 54, 38, 0.10), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #eef3ec 100%);
}

.cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  background: linear-gradient(135deg, #c7a24a 0%, #b68f37 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(182, 143, 55, 0.24);
  transition: 0.25s ease;
}

.cookie-btn:hover {
  transform: translateY(-3px);
}

.update-card {
  padding: 42px;
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 162, 74, 0.14), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
}

@media (max-width: 980px) {
  .cookie-overview,
  .cookie-types,
  .management-card,
  .consent-grid,
  .browser-grid {
    grid-template-columns: 1fr;
  }

  .cookie-type-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .cookie-hero {
    padding: 78px 18px 64px;
  }

  .cookie-section {
    padding: 56px 18px;
  }

  .overview-card,
  .summary-card,
  .cookie-type-card,
  .management-card,
  .consent-card,
  .update-card {
    padding: 30px 24px;
  }
}