.ccl-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #D4E2EF;
  backdrop-filter: blur(8px);
}
.ccl-header__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ccl-logo img { height: 48px; width: auto; display: block; }
.ccl-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ccl-nav a {
  color: #3D5266;
  text-decoration: none;
  font: 700 14px/1.2 Nunito, system-ui, sans-serif;
}
.ccl-nav a:hover { color: #5B7FA6; }
.ccl-header-cta {
  padding: 10px 18px;
  border-radius: 12px;
  background: #5B7FA6;
  color: #fff !important;
  text-decoration: none;
  font: 800 14px/1.2 Nunito, system-ui, sans-serif;
  white-space: nowrap;
}
.ccl-hero {
  background:
    radial-gradient(ellipse 70% 55% at 12% 18%, rgba(143, 125, 163, 0.22) 0%, transparent 58%),
    radial-gradient(ellipse 60% 50% at 92% 8%, rgba(91, 127, 166, 0.2) 0%, transparent 52%),
    radial-gradient(ellipse 50% 40% at 70% 90%, rgba(232, 196, 140, 0.14) 0%, transparent 55%),
    linear-gradient(180deg, #EFE8F6 0%, #E8F0FA 42%, #FFFFFF 100%);
  padding: 44px 24px 52px;
}
.ccl-hero__grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 32px;
  align-items: center;
}
.ccl-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #EDE8F3;
  color: #8F7DA3;
  font: 800 12px/1.2 Nunito, system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ccl-age {
  display: inline-block;
  margin-left: 8px;
  color: #6B8499;
  font: 600 14px/1.2 Nunito, system-ui, sans-serif;
}
.ccl-hero h1 {
  margin: 14px 0 12px;
  font: 800 clamp(28px, 4vw, 40px)/1.12 Nunito, system-ui, sans-serif;
  color: #3D5266;
}
.ccl-lead {
  margin: 0 0 10px;
  color: #3D5266;
  font: 600 17px/1.5 Nunito, system-ui, sans-serif;
  max-width: 34em;
}
.ccl-intro {
  margin: 0 0 14px;
  color: #5A6F82;
  font: 500 15px/1.5 Nunito, system-ui, sans-serif;
  max-width: 34em;
}
.ccl-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.ccl-chip {
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #D4E2EF;
  color: #5B7FA6;
  font: 700 13px/1.2 Nunito, system-ui, sans-serif;
}
.ccl-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ccl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 12px;
  font: 800 15px/1.2 Nunito, system-ui, sans-serif;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.ccl-btn--primary { background: #5B7FA6; color: #fff !important; }
.ccl-btn--accent { background: #8F7DA3; color: #fff !important; }
.ccl-btn--ghost { background: transparent; color: #5B7FA6 !important; border: 2px solid #C5D9ED; }
.ccl-btn--block { width: 100%; max-width: 360px; }
.ccl-subtitle {
  margin: -4px 0 14px;
  color: #8F7DA3;
  font: 700 15px/1.4 Nunito, system-ui, sans-serif;
}
.ccl-actions--enroll {
  flex-direction: column;
  align-items: flex-start;
}
.ccl-hero__media img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(61, 82, 102, 0.12);
  display: block;
}

/* Фирменный баннер как у 1–4 класса — только early-страницы */
.ccl-hero--brand {
  padding: 0;
  background: #4A5288;
}
.ccl-hero--brand .ccl-hero__frame {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 46vw, 520px);
  background:
    radial-gradient(ellipse 80% 60% at 92% 78%, rgba(232, 139, 168, 0.34) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 8% 18%, rgba(122, 155, 200, 0.3) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 55%),
    linear-gradient(145deg, #3d4568 0%, #4A5288 38%, #6E5F88 100%);
}
.ccl-hero--brand .ccl-hero__pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.12;
  background-image: url('https://api.chitatelstvo.ru/assets/pattern-meadow-books.png');
  background-repeat: repeat;
  background-size: 420px;
  pointer-events: none;
  mask-image: linear-gradient(105deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(105deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 55%, transparent 100%);
}
.ccl-hero--brand .ccl-hero__grid {
  position: relative;
  z-index: 2;
  padding: clamp(36px, 5vw, 56px) clamp(20px, 4vw, 48px);
  gap: clamp(20px, 4vw, 40px);
  align-items: end;
}
.ccl-hero--brand .ccl-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.ccl-hero--brand .ccl-badge,
.ccl-hero--brand .ccl-age {
  margin: 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.95);
  font: 700 11px/1.2 Nunito, system-ui, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ccl-hero--brand .ccl-age {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  font-weight: 700;
}
.ccl-hero--brand h1 {
  margin: 0 0 12px;
  max-width: 14em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: clamp(22px, 3.2vw, 34px);
}
.ccl-hero--brand .ccl-subtitle {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}
.ccl-hero--brand .ccl-lead {
  margin: 0 0 22px;
  max-width: 28em;
  color: rgba(255, 255, 255, 0.86);
  font: 500 16px/1.55 Nunito, system-ui, sans-serif;
  white-space: pre-line;
}
.ccl-hero--brand .ccl-intro { display: none; }
.ccl-hero--brand .ccl-actions {
  margin-bottom: 18px;
  gap: 12px;
}
.ccl-hero--brand .ccl-btn--primary {
  padding: 15px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #C95A62 0%, #E88BA8 100%);
  box-shadow: 0 6px 22px rgba(201, 90, 98, 0.45);
}
.ccl-hero--brand .ccl-btn--primary:hover {
  background: linear-gradient(135deg, #E88BA8 0%, #d46a7a 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(201, 90, 98, 0.5);
}
.ccl-hero--brand .ccl-btn--accent {
  padding: 14px 26px;
  border-radius: 999px;
  background: #fff;
  border: none;
  color: #4A5288 !important;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.28);
}
.ccl-hero--brand .ccl-btn--accent:hover {
  background: #F6F0F8;
  transform: translateY(-2px);
}
.ccl-hero--brand .ccl-chips {
  margin-bottom: 0;
}
.ccl-hero--brand .ccl-chip {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.ccl-hero--brand .ccl-hero__media img,
.ccl-hero--brand .ccl-hero__media video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32);
  border: 3px solid rgba(255, 255, 255, 0.9);
  object-fit: cover;
  background: #1a1524;
}
.ccl-hero--brand .ccl-hero__media img {
  animation: ccl-hero-drift 12s ease-in-out infinite alternate;
  transform-origin: center 40%;
}
.ccl-hero--brand .ccl-hero__media video {
  animation: none;
}
@keyframes ccl-hero-drift {
  0% { transform: scale(1) translateY(0); }
  100% { transform: scale(1.045) translateY(-1.5%); }
}
@media (prefers-reduced-motion: reduce) {
  .ccl-hero--brand .ccl-hero__media img { animation: none; }
}
.ccl-chapter {
  margin: 0 0 8px;
  color: #8F7DA3;
  font: 700 13px/1.2 Nunito, system-ui, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ccl-chapter em { font-style: normal; font-weight: 800; }
.ccl-program {
  padding: 48px 24px 40px;
  background: #fff;
}
.ccl-program__inner,
.ccl-outcome__inner,
.ccl-enroll__inner,
.ccl-promise__inner,
.ccl-why__inner,
.ccl-inside__inner,
.ccl-gallery__inner,
.ccl-gets__inner,
.ccl-faq__inner,
.ccl-next__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.ccl-program__inner,
.ccl-outcome__inner,
.ccl-enroll__inner,
.ccl-promise__inner,
.ccl-faq__inner {
  max-width: 760px;
}
.ccl-program h2,
.ccl-outcome h2,
.ccl-enroll h2,
.ccl-why h2,
.ccl-inside h2,
.ccl-gallery h2,
.ccl-gets h2,
.ccl-faq h2,
.ccl-next h2 {
  margin: 0 0 20px;
  font: 800 28px/1.15 Nunito, system-ui, sans-serif;
  color: #3D5266;
}
.ccl-program__lead {
  margin: -6px 0 20px;
  color: #6B8499;
  font: 500 16px/1.55 Nunito, system-ui, sans-serif;
}
.ccl-lessons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.ccl-lessons li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #F6F4F9;
  color: #3D5266;
  font: 600 16px/1.45 Nunito, system-ui, sans-serif;
}
.ccl-lesson__n {
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  background: #8F7DA3;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  margin-top: 2px;
}
.ccl-lesson__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.ccl-lesson__title {
  font: 700 16px/1.35 Nunito, system-ui, sans-serif;
  color: #3D5266;
}
.ccl-lesson__blurb {
  color: #6B8499;
  font: 500 14px/1.45 Nunito, system-ui, sans-serif;
}
.ccl-promise {
  padding: 56px 24px 40px;
  background: #fff;
}
.ccl-slogan {
  padding: 8px 24px 48px;
  background: #fff;
}
.ccl-slogan__inner {
  max-width: 920px;
  margin: 0 auto;
}
.ccl-slogan__text {
  margin: 0;
  text-align: center;
  color: #3D5266;
  font: 800 28px/1.35 Nunito, system-ui, sans-serif;
  letter-spacing: -0.02em;
}
@media (max-width: 600px) {
  .ccl-slogan__text { font-size: 22px; }
}
.ccl-promise__text {
  margin: 0;
  padding: 22px 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #F6F4F9 0%, #EEF4FA 100%);
  border: 1px solid #E4DCEB;
  color: #3D5266;
  font: 600 17px/1.55 Nunito, system-ui, sans-serif;
}
.ccl-why {
  padding: 48px 24px;
  background: linear-gradient(180deg, #F8F5FA 0%, #fff 100%);
}
.ccl-why__grid,
.ccl-inside__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.ccl-why-card,
.ccl-inside-card {
  padding: 20px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #E4DCEB;
  box-shadow: 0 8px 24px rgba(61, 82, 102, 0.05);
}
.ccl-why-card h3,
.ccl-inside-card h3 {
  margin: 0 0 8px;
  font: 800 17px/1.3 Nunito, system-ui, sans-serif;
  color: #3D5266;
}
.ccl-why-card p,
.ccl-inside-card p {
  margin: 0;
  color: #6B8499;
  font: 500 15px/1.5 Nunito, system-ui, sans-serif;
}
.ccl-inside {
  padding: 48px 24px;
  background: #fff;
}
.ccl-gallery {
  padding: 48px 24px;
  background: linear-gradient(180deg, #F3EEF7 0%, #F8F5FA 100%);
}
.ccl-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.ccl-gallery__item {
  margin: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E4DCEB;
  box-shadow: 0 10px 28px rgba(61, 82, 102, 0.06);
}
.ccl-gallery__item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  background: #EDE8F3;
}
.ccl-gallery__item figcaption {
  padding: 10px 12px 12px;
  color: #3D5266;
  font: 600 13px/1.35 Nunito, system-ui, sans-serif;
}
.ccl-gets {
  padding: 48px 24px;
  background: #fff;
}
.ccl-gets__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.ccl-gets__col {
  padding: 22px 20px;
  border-radius: 18px;
  background: #F6F4F9;
  border: 1px solid #E4DCEB;
}
.ccl-gets__col h2 {
  margin: 0 0 14px;
  font: 800 22px/1.2 Nunito, system-ui, sans-serif;
}
.ccl-gets__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.ccl-gets__list li {
  position: relative;
  padding-left: 18px;
  color: #3D5266;
  font: 600 15px/1.45 Nunito, system-ui, sans-serif;
}
.ccl-gets__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8F7DA3;
}
.ccl-faq {
  padding: 48px 24px;
  background: #F8F5FA;
}
.ccl-faq__list {
  display: grid;
  gap: 10px;
}
.ccl-faq__item {
  border-radius: 14px;
  background: #fff;
  border: 1px solid #E4DCEB;
  padding: 4px 16px 4px;
}
.ccl-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 0;
  font: 700 16px/1.4 Nunito, system-ui, sans-serif;
  color: #3D5266;
}
.ccl-faq__item summary::-webkit-details-marker { display: none; }
.ccl-faq__item summary::after {
  content: '+';
  float: right;
  color: #8F7DA3;
  font-weight: 800;
}
.ccl-faq__item[open] summary::after { content: '−'; }
.ccl-faq__item p {
  margin: 0 0 14px;
  color: #6B8499;
  font: 500 15px/1.55 Nunito, system-ui, sans-serif;
}
.ccl-next {
  position: relative;
  padding: 48px 24px 56px;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #EEF4FA 40%,
    #F2EFF6 72%,
    #F6F4F9 100%
  );
}
.ccl-next__text {
  margin: -6px 0 22px;
  max-width: 720px;
  color: #6B8499;
  font: 500 16px/1.55 Nunito, system-ui, sans-serif;
}
.ccl-next__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.ccl-next__card {
  display: grid;
  gap: 6px;
  padding: 18px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #D4E2EF;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(61, 82, 102, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ccl-next__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(61, 82, 102, 0.1);
}
.ccl-next__card strong {
  color: #3D5266;
  font: 800 17px/1.3 Nunito, system-ui, sans-serif;
}
.ccl-next__card span {
  color: #6B8499;
  font: 500 14px/1.4 Nunito, system-ui, sans-serif;
}
.ccl-outcome {
  padding: 40px 24px 48px;
  background: linear-gradient(180deg, #F3EEF7 0%, #F8F5FA 100%);
}
.ccl-outcome__lead {
  margin: 0 0 18px;
  color: #3D5266;
  font: 600 17px/1.55 Nunito, system-ui, sans-serif;
}
.ccl-outcome__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.ccl-outcome__list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #E4DCEB;
  color: #3D5266;
  font: 600 16px/1.45 Nunito, system-ui, sans-serif;
}
.ccl-outcome__list li::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #8F7DA3;
  box-shadow: inset 0 0 0 3px #fff;
}
.ccl-enroll {
  padding: 48px 24px 56px;
  background: #F4F1F7;
  scroll-margin-top: 88px;
}
.ccl-enroll--fares {
  background:
    radial-gradient(ellipse 50% 45% at 8% 0%, rgba(143, 125, 163, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 45% 40% at 92% 10%, rgba(91, 127, 166, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, #F7F4FA 0%, #EEF3F9 55%, #FFFFFF 100%);
}
.ccl-enroll--fares .ccl-enroll__inner { max-width: 1120px; }
.ccl-fares {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
  align-items: stretch;
}
.ccl-fare {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 22px 20px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #DCE6F0;
  box-shadow: 0 10px 28px rgba(61, 82, 102, 0.06);
}
.ccl-fare--rec {
  padding-top: 36px;
  border-color: #B8D4BE;
  box-shadow: 0 12px 32px rgba(47, 107, 58, 0.1);
}
.ccl-fare__badge {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 12px;
  border-radius: 999px;
  background: #E7F3EA;
  color: #2F6B3A;
  font: 800 11px/1 Nunito, system-ui, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ccl-fare__name {
  margin: 0 0 8px;
  color: #3D5266;
  font: 800 20px/1.2 Nunito, system-ui, sans-serif;
}
.ccl-fare__price {
  margin: 0;
  color: #3D5266;
  font: 800 28px/1.1 Nunito, system-ui, sans-serif;
}
.ccl-fare__delta {
  margin: 4px 0 0;
  color: #6B8499;
  font: 700 13px/1.3 Nunito, system-ui, sans-serif;
}
.ccl-fare__sub {
  margin: 8px 0 14px;
  color: #6B8499;
  font: 600 14px/1.4 Nunito, system-ui, sans-serif;
}
.ccl-fare__feats {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  width: 100%;
  display: grid;
  gap: 8px;
}
.ccl-fare__feats li {
  position: relative;
  padding: 0 0 0 28px;
  color: #3D5266;
  font: 600 14px/1.4 Nunito, system-ui, sans-serif;
}
.ccl-fare__feats li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #E7F3EA;
}
.ccl-fare__feats li.is-yes::after {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: #2F6B3A;
  line-height: 18px;
}
.ccl-fare__feats li.is-no::before { background: #F0F2F5; }
.ccl-fare__feats li.is-no::after {
  content: '×';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #8A96A3;
  line-height: 18px;
}
.ccl-fare__feats li.is-no { color: #6B8499; }
.ccl-fare__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 10px 14px;
  border-radius: 12px;
  background: #5B7FA6;
  color: #fff !important;
  text-decoration: none;
  font: 800 14px/1.2 Nunito, system-ui, sans-serif;
}
.ccl-fare__cta:hover { filter: brightness(0.96); }
.ccl-enroll__trial { margin: 22px 0 0; text-align: center; }
@media (max-width: 900px) {
  .ccl-fares {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ccl-trial {
  padding: 56px 24px 48px;
  scroll-margin-top: 88px;
  background:
    radial-gradient(ellipse 55% 60% at 50% 0%, rgba(255, 214, 186, 0.55) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 12% 80%, rgba(143, 125, 163, 0.16) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 88% 75%, rgba(91, 127, 166, 0.14) 0%, transparent 65%),
    linear-gradient(180deg, #FFF6EE 0%, #F3EEF8 48%, #FFFFFF 100%);
}
.ccl-trial__inner {
  max-width: 540px;
  margin: 0 auto;
  padding: 32px 28px 30px;
  text-align: left;
  border-radius: 28px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 248, 240, 0.98) 55%, rgba(255, 255, 255, 0.96) 100%);
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 0 0 1px rgba(201, 90, 98, 0.12),
    0 18px 48px rgba(61, 82, 102, 0.12),
    0 4px 14px rgba(232, 139, 168, 0.18);
}
.ccl-trial .ccl-chapter {
  text-align: center;
  margin-bottom: 6px;
}
.ccl-trial .ccl-chapter em {
  color: #C95A62;
}
.ccl-trial h2 {
  margin: 0 0 10px;
  text-align: center;
  color: #3D5266;
  font: 800 28px/1.25 Nunito, system-ui, sans-serif;
}
.ccl-trial .ccl-note {
  text-align: center;
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}
.ccl-trial__form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.ccl-trial__field {
  display: grid;
  gap: 6px;
  color: #3D5266;
  font: 700 14px/1.3 Nunito, system-ui, sans-serif;
}
.ccl-trial__field input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #E2D4C8;
  border-radius: 12px;
  background: #fff;
  color: #3D5266;
  font: 500 16px/1.4 Nunito, system-ui, sans-serif;
}
.ccl-trial__field input:focus {
  outline: 2px solid rgba(201, 90, 98, 0.28);
  border-color: #E88BA8;
}
.ccl-trial__field--age {
  max-width: 160px;
}
.ccl-trial__consents {
  display: grid;
  gap: 10px;
  margin: 4px 0 2px;
}
.ccl-trial__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #3D5266;
  font: 600 13px/1.45 Nunito, system-ui, sans-serif;
  cursor: pointer;
}
.ccl-trial__check input {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: #C95A62;
}
.ccl-trial__check a {
  color: #5B7FA6;
  font-weight: 800;
}
.ccl-trial__form .ccl-btn--primary {
  margin-top: 6px;
  background: linear-gradient(135deg, #C95A62 0%, #E88BA8 100%);
  border: 0;
}
.ccl-trial__form .ccl-btn--primary:hover {
  background: linear-gradient(135deg, #E88BA8 0%, #d46a7a 100%);
}
.ccl-trial__msg {
  margin: 4px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #FFF1E8;
  border: 1px solid #F0D5C4;
  color: #3D5266;
  font: 600 15px/1.45 Nunito, system-ui, sans-serif;
}
.ccl-trial__link {
  color: #C95A62;
  font-weight: 800;
}
@media (max-width: 640px) {
  .ccl-trial { padding: 40px 16px 36px; }
  .ccl-trial__inner { padding: 24px 18px 22px; border-radius: 22px; }
  .ccl-trial h2 { font-size: 24px; }
}
.ccl-note {
  margin: 0 0 20px;
  color: #6B8499;
  font: 500 15px/1.5 Nunito, system-ui, sans-serif;
  white-space: pre-line;
}
.ccl-meadow-bridge { display: none !important; }
.ccl-footer {
  position: relative;
  padding: 48px 24px 56px;
  text-align: center;
  background-color: #F6F4F9;
  background-image: url('https://api.chitatelstvo.ru/assets/pattern-meadow-books.png');
  background-repeat: repeat;
  background-position: center top;
  background-size: 420px;
  color: #6B8499;
  font: 500 14px/1.6 Nunito, system-ui, sans-serif;
}
.ccl-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(246, 244, 249, 0.84) 100%
  );
  pointer-events: none;
  z-index: 0;
}
.ccl-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}
.ccl-footer__logo {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto 14px;
}
.ccl-footer__warm {
  margin: 0 0 16px;
  color: #3D5266;
  font: 700 16px/1.4 Nunito, system-ui, sans-serif;
}
.ccl-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin-bottom: 14px;
}
.ccl-footer__legal a,
.ccl-footer__contact a {
  color: #5B7FA6;
  text-decoration: none;
  font-weight: 700;
}
.ccl-footer__legal a:hover,
.ccl-footer__contact a:hover { text-decoration: underline; }
.ccl-footer__contact { margin: 0 0 10px; }
.ccl-footer__seller { margin: 0 0 8px; font-size: 13px; }
.ccl-footer__copy { margin: 0; font-size: 13px; }
.ccl-static a { color: #5B7FA6; }
.ccl-static ol,
.ccl-static ul { margin: 0 0 16px; padding-left: 22px; }
#chit-course-static[hidden],
#chit-course-lite-app[hidden] {
  display: none !important;
}
@media (max-width: 960px) {
  .ccl-why__grid,
  .ccl-inside__grid,
  .ccl-gets__grid {
    grid-template-columns: 1fr;
  }
  .ccl-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .ccl-nav { display: none; }
  .ccl-hero__grid { grid-template-columns: 1fr; }
  .ccl-hero__media { order: -1; max-width: 420px; margin: 0 auto; }
  .ccl-hero--brand .ccl-hero__grid { align-items: center; }
  .ccl-hero--brand .ccl-hero__frame { min-height: 0; }
  .ccl-hero--brand h1 { text-transform: none; }
}
@media (max-width: 600px) {
  .ccl-footer { background-size: 320px; }
}
@media (max-width: 520px) {
  .ccl-gallery__grid { grid-template-columns: 1fr; }
  .ccl-gallery__item img { height: 200px; }
}
