.cp-report {
  max-width: 1440px;
  margin: 0 auto;
  padding: 38px 28px 80px;
  color: #192f50;
  font-family: gilroy-regular, Arial, sans-serif;
}
.cp-report * { box-sizing: border-box; }
.cp-report,
.cp-report p,
.cp-report li,
.cp-report a,
.cp-report small,
.cp-report span:not(.fa),
.cp-report button,
.cp-report input,
.cp-report select,
.cp-report textarea { font-family: gilroy-regular, Arial, sans-serif!important; }
.cp-report b,
.cp-report strong,
.cp-report label,
.cp-report legend { font-family: gilroy-semibold, Arial, sans-serif!important; font-weight: 400!important; }
.cp-report h1,
.cp-report h2,
.cp-report h3,
.cp-report-submit { font-family: gilroy-bold, Arial, sans-serif!important; font-weight: 400!important; }
.cp-report i.fa,
.cp-report .fa::before { font-family: FontAwesome!important; }

.cp-report-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 42px;
  border: 1px solid #eee3e6;
  border-radius: 28px;
  background: linear-gradient(105deg, #fff 50%, #fff0f3);
  box-shadow: 0 18px 45px rgba(31,39,56,.06);
}
.cp-report-hero span,
.cp-deletion > header span { color: #d8003f; font: 400 13px/1.2 gilroy-bold,Arial,sans-serif; letter-spacing: .12em; }
.cp-report-hero h1 { margin: 6px 0; color: #211d25; font-size: clamp(38px,4vw,52px); line-height: 1.02; }
.cp-report-hero p { margin: 0; color: #75829a; font-size: 18px; }
.cp-report-hero a { padding: 14px 20px; border: 1px solid #ead8dd; border-radius: 14px; color: #a90032; font-family: gilroy-semibold,Arial,sans-serif; text-decoration: none; }

.cp-report-modes { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 28px 0 0; }
.cp-report-modes button { display: grid; grid-template-columns: 44px 1fr; gap: 2px 12px; min-height: 82px; padding: 18px; border: 1px solid #dce4ee; border-radius: 18px; background: #fff; color: #192f50; text-align: left; cursor: pointer; }
.cp-report-modes i { grid-row: 1/3; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: #fff0f3; color: #d8003f; }
.cp-report-modes b { font-size: 16px; line-height: 1.2; }
.cp-report-modes small { color: #71809a; font-size: 13px; line-height: 1.35; }
.cp-report-modes .is-active { border-color: #d8003f; background: #fff6f8; box-shadow: 0 0 0 2px rgba(216,0,63,.08); }

.cp-report-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(280px,1fr); gap: 24px; margin-top: 22px; }
.cp-report-card,
.cp-report-assurance,
.cp-deletion-policy article { padding: 30px; border: 1px solid #e1e7ef; border-radius: 24px; background: #fff; box-shadow: 0 14px 40px rgba(25,47,80,.07); }
form.cp-report-card { display: grid; gap: 18px; }
.cp-report-general { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cp-report label,
.cp-deletion label { display: flex; flex-direction: column; gap: 8px; color: #192f50; font-size: 14px; }
.cp-report select,
.cp-report textarea,
.cp-report input { width: 100%; border: 1px solid #ccd8e6; border-radius: 15px; padding: 14px; background: #fff; color: #192f50; font-size: 16px; line-height: 1.35; outline: none; }
.cp-report select:focus,
.cp-report textarea:focus,
.cp-report input:focus { border-color: #d8003f; box-shadow: 0 0 0 3px rgba(216,0,63,.1); }
.cp-report textarea { min-height: 118px; resize: vertical; }
.cp-report-description { position: relative; margin-top: 0; }
.cp-report-description small { align-self: flex-end; color: #7b899e; }
.cp-report-privacy { margin: 0; padding: 13px 14px; border-radius: 14px; background: #f4f7fb; color: #63728c; font-size: 14px; }
.cp-report-status,
.cp-deletion-status { min-height: 22px; color: #c9003b; }
.cp-report-status:empty,
.cp-deletion-status:empty { display: none; }
.cp-report-submit { justify-self: end; display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: auto; min-width: 245px; min-height: 48px; padding: 13px 22px; border: 0; border-radius: 14px; background: #d8003f; color: #fff; font-size: 15px; cursor: pointer; }
.cp-report-submit:hover { background: #b90037; }
.cp-report-submit:disabled { opacity: .55; cursor: wait; }
.cp-report-assurance { align-self: start; background: linear-gradient(150deg,#192f50,#263f62); color: #fff; }
.cp-report-assurance h2,
.cp-report-assurance p { color: #fff; }
.cp-report-assurance > i { font-size: 38px; color: #ffafc1; }
.cp-report-assurance ul { display: grid; gap: 8px; margin: 16px 0 0; padding-left: 20px; }
.cp-report-assurance li { color: inherit; line-height: 1.4; }
.cp-report-assurance--general { border-color: #e1e7ef; background: linear-gradient(145deg,#f8fafc,#eef3f8); color: #192f50; }
.cp-report-assurance--general h2,
.cp-report-assurance--general p { color: #192f50; }
.cp-report-assurance--general > i { color: #d8003f; }
.cp-report-assurance a,
.cp-report-login a { display: inline-block; margin: 12px 0; padding: 12px 14px; border-radius: 12px; background: #fff; color: #b90037; font-family: gilroy-semibold,Arial,sans-serif; text-decoration: none; }
.cp-report-login { text-align: center; }
.cp-report-login > i { font-size: 36px; color: #d8003f; }
.cp-report-login a { background: #d8003f; color: #fff; }

.cp-deletion { margin-top: 22px; }
.cp-deletion > header { padding: 28px 32px; border: 1px solid #f0dfe4; border-radius: 24px; background: #fff7f9; }
.cp-deletion h2 { margin: 7px 0; color: #1d2f4b; font-size: clamp(27px,3vw,36px); line-height: 1.12; }
.cp-deletion > header p { margin: 0; color: #61718b; font-size: 16px; }
.cp-deletion-policy { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin: 18px 0; }
.cp-deletion-policy article { padding: 22px; box-shadow: none; }
.cp-deletion-policy-title { display: flex; align-items: center; gap: 12px; margin: -2px 0 14px; padding-bottom: 14px; border-bottom: 1px solid #e7ecf2; }
.cp-deletion-policy-title i { flex: 0 0 34px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #fff0f3; color: #d8003f; font-size: 18px; }
.cp-deletion-policy h3 { margin: 0; color: #1d2f4b; font-size: 22px; line-height: 1.15; }
.cp-deletion-policy p,
.cp-deletion-policy li { color: #61718b; font-size: 15px; line-height: 1.55; }
.cp-deletion-policy ol { margin-bottom: 0; padding-left: 20px; }
.cp-deletion form { display: grid; gap: 18px; }
.cp-deletion fieldset { display: grid; gap: 12px; margin: 0; padding: 18px; border: 1px solid #dce4ee; border-radius: 16px; }
.cp-deletion fieldset legend { width: auto; margin: 0 0 4px; padding: 0 6px; color: #1d2f4b; font-size: 17px; }
.cp-deletion fieldset label,
.cp-deletion label.cp-consent { flex-direction: row; align-items: center; gap: 10px; margin: 0; line-height: 1.35; cursor: pointer; }
.cp-deletion fieldset input[type="radio"],
.cp-deletion fieldset input[type="checkbox"],
.cp-deletion label.cp-consent input[type="checkbox"] { flex: 0 0 18px; width: 18px; height: 18px; margin: 0; padding: 0; border-radius: 4px; accent-color: #d8003f; }
.cp-deletion-categories { grid-template-columns: repeat(2,1fr); }
.cp-deletion-categories legend { grid-column: 1/-1; }
.cp-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; }
.cp-deletion[hidden],
.cp-report-layout[hidden] { display: none!important; }

@media (max-width:800px) {
  .cp-report { padding: 20px 12px 60px; }
  .cp-report-hero { align-items: flex-start; padding: 26px 22px; }
  .cp-report-hero a { padding: 13px; font-size: 0; }
  .cp-report-hero a i { font-size: 16px; }
  .cp-report-modes,
  .cp-report-layout,
  .cp-report-general,
  .cp-deletion-policy,
  .cp-deletion-categories { grid-template-columns: 1fr; }
  .cp-report-card,
  .cp-report-assurance { padding: 20px; }
  .cp-report-submit { width: 100%; min-width: 0; }
}
