.ck-modal[hidden] {
  display: none !important;
}

body .cookie-notice button {
  min-height: 44px;
}

.ck-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, .68);
  backdrop-filter: blur(5px);
}

.ck-dialog {
  width: min(520px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border: 4px solid #000;
  border-radius: 0;
  background: #fff;
  color: #111827;
  box-shadow: 10px 10px 0 #ffcc00;
  padding: 24px;
}

@supports (height: 100dvh) {
  .ck-dialog {
    max-height: calc(100dvh - 36px);
  }
}

.ck-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.ck-title {
  margin: 0;
  font-family: Unbounded, Inter, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.ck-subtitle {
  margin: 8px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.ck-close {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.ck-form {
  display: grid;
  gap: 12px;
}

.ck-label {
  display: grid;
  gap: 6px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.ck-input,
.ck-select {
  width: 100%;
  border: 2px solid #000;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 16px;
  padding: 13px 14px;
}

.ck-label.is-invalid {
  color: #991b1b;
}

.ck-label.is-invalid .ck-input,
.ck-label.is-invalid .ck-select {
  border-color: #dc2626;
  background: #fff7f7;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .14);
}

.ck-field-error {
  color: #991b1b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.ck-field-error[hidden] {
  display: none;
}

.ck-consent {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 2px;
  cursor: pointer;
}

.ck-consent-notice {
  cursor: default;
}

.ck-consent input {
  flex: none;
  margin-top: 2px;
  cursor: pointer;
}

.ck-consent span {
  flex: 1 1 180px;
  min-width: 0;
}

.ck-consent a {
  color: #111827;
  cursor: pointer;
  font-weight: 800;
}

.ck-consent.is-invalid {
  background: #fff1f2;
  border: 1px solid #dc2626;
  border-radius: 12px;
  color: #991b1b;
  padding: 10px 12px;
}

.ck-consent.is-invalid::after {
  content: attr(data-error);
  flex: 0 0 100%;
  color: #991b1b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.ck-submit {
  border: 3px solid #000;
  background: #ffcc00;
  color: #000;
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  padding: 15px 18px;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 #000;
}

.ck-submit[disabled] {
  opacity: .68;
  cursor: wait;
}

.ck-error {
  display: none;
  border: 2px solid #991b1b;
  background: #fef2f2;
  color: #991b1b;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 12px;
}

.ck-error[hidden] {
  display: none !important;
}

.ck-error.is-visible {
  display: block;
}

.ck-field-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ck-seo {
  border-top: 4px solid #000;
  background: #fff;
  color: #111827;
  font-family: Inter, Arial, sans-serif;
  padding: 72px 20px 84px;
}

.ck-seo__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.ck-seo__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  border: 2px solid #000;
  background: #ffcc00;
  color: #000;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ck-seo h1 {
  max-width: 820px;
  margin: 0;
  color: #000;
  font-family: Unbounded, Inter, Arial, sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.04;
  text-transform: uppercase;
}

.ck-seo__answer {
  margin: 28px 0 34px;
  border: 3px solid #000;
  background: #fff9d7;
  box-shadow: 8px 8px 0 #000;
  padding: 24px;
}

.ck-seo__answer h2,
.ck-seo__articles h2,
.ck-seo__faq h2 {
  margin: 0 0 12px;
  color: #000;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
}

.ck-seo__answer p,
.ck-seo__item p,
.ck-seo__article p,
.ck-seo__faq p {
  margin: 0;
  color: #374151;
  font-size: 17px;
  line-height: 1.6;
}

.ck-seo__grid,
.ck-seo__faq-grid {
  display: grid;
  gap: 16px;
}

.ck-seo__grid {
  grid-template-columns: repeat(3, 1fr);
}

.ck-seo__decision,
.ck-seo__articles {
  margin-top: 44px;
}

.ck-seo__decision > p {
  max-width: 860px;
  margin: 0 0 20px;
  color: #374151;
  font-size: 17px;
  line-height: 1.6;
}

.ck-seo__article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ck-seo__article {
  display: block;
  min-width: 0;
  border: 2px solid #000;
  background: #fff;
  box-shadow: 6px 6px 0 #ffcc00;
  padding: 20px;
}

.ck-seo__article span {
  display: inline-block;
  margin-bottom: 14px;
  border: 2px solid #000;
  background: #ffcc00;
  color: #000;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ck-seo__article h3 {
  margin: 0 0 8px;
  color: #000;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.ck-seo__faq {
  margin-top: 42px;
}

.ck-seo__faq-grid {
  grid-template-columns: repeat(3, 1fr);
}

.ck-seo__item,
.ck-seo__faq-grid article {
  border: 2px solid #000;
  background: #fff;
  padding: 20px;
}

.ck-seo__item h2,
.ck-seo__faq-grid h3 {
  margin: 0 0 8px;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

@media (max-width: 560px) {
  .ck-dialog {
    padding: 20px;
    box-shadow: 6px 6px 0 #ffcc00;
  }

  .ck-title {
    font-size: 23px;
  }
}

@media (max-width: 820px) {
  .ck-seo {
    padding: 52px 16px 64px;
  }

  .ck-seo__grid,
  .ck-seo__article-grid,
  .ck-seo__faq-grid {
    grid-template-columns: 1fr;
  }

  .ck-seo__answer {
    box-shadow: 5px 5px 0 #000;
  }
}
