@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

.cr-cookie {
  position: relative;
  overflow: hidden;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182033;
  background: #fffaf3;
}

.cr-cookie,
.cr-cookie div,
.cr-cookie section,
.cr-cookie aside,
.cr-cookie h1,
.cr-cookie h2,
.cr-cookie h3,
.cr-cookie p,
.cr-cookie a,
.cr-cookie ul,
.cr-cookie li,
.cr-cookie span {
  box-sizing: border-box;
}

.cr-cookie a {
  color: inherit;
}

.cr-cookie-container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.cr-cookie-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 86px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 190, 118, 0.24), transparent 34%),
    linear-gradient(135deg, #fff7eb 0%, #fffdf8 48%, #eff7ff 100%);
}

.cr-cookie-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cr-cookie-glow,
.cr-cookie-curve,
.cr-cookie-dot {
  position: absolute;
  display: block;
}

.cr-cookie-glow {
  width: 220px;
  height: 220px;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.42;
}

.cr-cookie-glow-one {
  top: 38px;
  left: 7%;
  background: rgba(255, 183, 77, 0.34);
}

.cr-cookie-glow-two {
  right: 9%;
  bottom: 28px;
  background: rgba(74, 144, 226, 0.22);
}

.cr-cookie-curve {
  border: 1px solid rgba(214, 143, 61, 0.22);
  border-radius: 999px;
}

.cr-cookie-curve-one {
  width: 360px;
  height: 120px;
  top: 70px;
  right: -120px;
  transform: rotate(-18deg);
}

.cr-cookie-curve-two {
  width: 280px;
  height: 92px;
  left: -84px;
  bottom: 42px;
  transform: rotate(17deg);
}

.cr-cookie-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e9a13b;
  box-shadow: 0 0 0 8px rgba(233, 161, 59, 0.12);
}

.cr-cookie-dot-one {
  top: 112px;
  left: 15%;
}

.cr-cookie-dot-two {
  top: 52%;
  right: 18%;
  background: #4078b8;
  box-shadow: 0 0 0 8px rgba(64, 120, 184, 0.12);
}

.cr-cookie-dot-three {
  bottom: 90px;
  left: 28%;
  background: #2f8f7a;
  box-shadow: 0 0 0 8px rgba(47, 143, 122, 0.12);
}

.cr-cookie-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  text-align: center;
}

.cr-cookie-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(216, 147, 67, 0.24);
  border-radius: 999px;
  color: #9a5b16;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 32px rgba(128, 83, 35, 0.08);
  font-size: 14px;
  font-weight: 700;
}

.cr-cookie-eyebrow i {
  color: #d88422;
}

.cr-cookie h1 {
  margin: 24px 0 18px;
  color: #182033;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
}

.cr-cookie-hero-text {
  max-width: 760px;
  margin: 0 auto;
  color: #596274;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.75;
}

.cr-cookie-updated {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px 18px;
  border-radius: 8px;
  color: #263248;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(50, 42, 31, 0.1);
  font-weight: 700;
}

.cr-cookie-updated i {
  color: #2f8f7a;
}

.cr-cookie-main {
  padding: 86px 0;
  background: #ffffff;
}

.cr-cookie-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.cr-cookie-sidebar {
  position: sticky;
  top: 24px;
  padding: 18px;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 8px;
  background: #fffaf3;
  box-shadow: 0 18px 48px rgba(33, 42, 62, 0.08);
}

.cr-cookie-sidebar-label {
  display: block;
  margin-bottom: 12px;
  color: #9a5b16;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cr-cookie-sidebar a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #4f596b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.cr-cookie-sidebar a:hover,
.cr-cookie-sidebar a.cr-cookie-active {
  color: #1e2b43;
  background: #ffffff;
  transform: translateX(3px);
}

.cr-cookie-content {
  display: grid;
  gap: 22px;
}

.cr-cookie-panel {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.86), rgba(255, 255, 255, 0.96)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(33, 42, 62, 0.08);
}

.cr-cookie-section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #9a5b16;
  background: rgba(232, 154, 57, 0.14);
  font-size: 13px;
  font-weight: 800;
}

.cr-cookie h2 {
  margin: 0 0 14px;
  color: #182033;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.cr-cookie h3 {
  margin: 16px 0 10px;
  color: #182033;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
}

.cr-cookie p {
  margin: 0;
  color: #5d6677;
  font-size: 16px;
  line-height: 1.78;
}

.cr-cookie-panel p + p,
.cr-cookie-panel ul + p {
  margin-top: 18px;
}

.cr-cookie-check-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.cr-cookie-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #3f4859;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.cr-cookie-check-list i {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  color: #ffffff;
  background: #2f8f7a;
  font-size: 12px;
}

.cr-cookie-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.cr-cookie-type-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(33, 42, 62, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cr-cookie-type-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 132, 34, 0.24);
  box-shadow: 0 20px 44px rgba(33, 42, 62, 0.11);
}

.cr-cookie-type-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #d88422, #f0b15a);
  box-shadow: 0 14px 28px rgba(216, 132, 34, 0.22);
  font-size: 21px;
}

.cr-cookie-note {
  padding: 16px 18px;
  border-left: 4px solid #d88422;
  border-radius: 8px;
  background: rgba(216, 132, 34, 0.09);
  color: #3c4558;
  font-weight: 700;
}

.cr-cookie-duration-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.cr-cookie-duration-row div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 18px;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 8px;
  background: #ffffff;
  color: #263248;
}

.cr-cookie-duration-row i {
  color: #4078b8;
  font-size: 22px;
}

.cr-cookie-panel a {
  color: #b36516;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(179, 101, 22, 0.3);
}

.cr-cookie-panel a:hover {
  color: #7f410b;
}

.cr-cookie-final-cta {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 22% 20%, rgba(216, 132, 34, 0.34), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(64, 120, 184, 0.28), transparent 30%),
    linear-gradient(135deg, #172033 0%, #263248 100%);
}

.cr-cookie-final-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cr-cookie-final-decor span {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.cr-cookie-final-decor span:nth-child(1) {
  width: 300px;
  height: 92px;
  top: 34px;
  left: -78px;
  transform: rotate(15deg);
}

.cr-cookie-final-decor span:nth-child(2) {
  width: 240px;
  height: 78px;
  right: -76px;
  bottom: 46px;
  transform: rotate(-18deg);
}

.cr-cookie-final-decor span:nth-child(3) {
  width: 12px;
  height: 12px;
  right: 22%;
  top: 62px;
  background: #f0b15a;
  border: 0;
  box-shadow: 0 0 0 10px rgba(240, 177, 90, 0.13);
}

.cr-cookie-final-decor i {
  position: absolute;
  color: rgba(255, 255, 255, 0.14);
  font-size: 34px;
}

.cr-cookie-final-decor i:nth-of-type(1) {
  left: 12%;
  bottom: 54px;
}

.cr-cookie-final-decor i:nth-of-type(2) {
  right: 13%;
  top: 86px;
}

.cr-cookie-final-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}

.cr-cookie-final-inner h2 {
  color: #ffffff;
  font-size: clamp(34px, 5vw, 58px);
}

.cr-cookie-final-inner p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.cr-cookie-btn-link {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
}

.cr-cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cr-cookie-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #d88422, #f0a541);
  box-shadow: 0 18px 38px rgba(216, 132, 34, 0.28);
}

.cr-cookie-btn-link:hover .cr-cookie-btn-primary {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(216, 132, 34, 0.36);
}

.cr-cookie [data-cr-cookie-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.cr-cookie [data-cr-cookie-animate="fade-right"] {
  transform: translateX(-22px);
}

.cr-cookie [data-cr-cookie-animate="zoom-in"] {
  transform: scale(0.96);
}

.cr-cookie [data-cr-cookie-animate].cr-cookie-in-view {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .cr-cookie-hero {
    padding: 90px 0 70px;
  }

  .cr-cookie-layout {
    grid-template-columns: 1fr;
  }

  .cr-cookie-sidebar {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cr-cookie-sidebar-label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .cr-cookie-container {
    width: min(100% - 28px, 1140px);
  }

  .cr-cookie-hero {
    padding: 76px 0 58px;
  }

  .cr-cookie h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .cr-cookie-panel {
    padding: 24px;
  }

  .cr-cookie-sidebar,
  .cr-cookie-card-grid,
  .cr-cookie-duration-row {
    grid-template-columns: 1fr;
  }

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

  .cr-cookie-final-cta {
    padding: 74px 0;
  }
}