/* ── Corneotherapy info page ── */

.corneo-page {
  width: 100%;
  max-width: none;
  padding-bottom: clamp(32px, 5vw, 56px);
}

.corneo-hero__inner {
  max-width: 1400px;
  width: 100%;
}

.corneo-hero .about-hero__lead,
.corneo-hero .about-hero__text {
  max-width: 72ch;
}

.corneo-hero__badge {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2d7fa8;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.corneo-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 24px;
}

.corneo-toc a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: background 0.15s ease;
}

.corneo-toc a:hover {
  background: rgba(255, 255, 255, 0.24);
}

.corneo-band {
  width: 100%;
  padding: clamp(36px, 5vw, 64px) var(--pad-x);
  box-sizing: border-box;
}

.corneo-band--alt {
  background: rgba(255, 255, 255, 0.45);
}

.corneo-band--start {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.45) 100%);
}

.corneo-start {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.corneo-start__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(197, 224, 245, 0.85);
  box-shadow: 0 8px 24px rgba(26, 46, 61, 0.05);
}

.corneo-start__label {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #2d7fa8;
}

.corneo-start__text {
  margin: 0;
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(26, 46, 61, 0.78);
}

.corneo-btn--sm {
  align-self: flex-start;
  min-height: 38px;
  padding: 0 16px;
  font-size: 14px;
}

@media (max-width: 760px) {
  .corneo-start {
    grid-template-columns: 1fr;
  }
}

.corneo-band--cta {
  background: linear-gradient(135deg, rgba(45, 157, 232, 0.08) 0%, rgba(61, 204, 159, 0.12) 100%);
}

.corneo-band--sources {
  padding-bottom: clamp(48px, 7vw, 80px);
}

.corneo-band__inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.corneo-band__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a2e3d;
}

.corneo-band__lead {
  margin: 0 0 20px;
  max-width: 72ch;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.65;
  color: rgba(26, 46, 61, 0.72);
}

.corneo-band__lead--sources {
  max-width: none;
}

.corneo-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.corneo-wall__card {
  padding: 20px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(197, 224, 245, 0.85);
  box-shadow: 0 8px 24px rgba(26, 46, 61, 0.05);
}

.corneo-wall__term {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: #2d7fa8;
}

.corneo-wall__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(26, 46, 61, 0.78);
}

.corneo-callout {
  margin: 20px 0 0;
  padding: 16px 18px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(26, 46, 61, 0.82);
  background: rgba(75, 162, 184, 0.1);
  border-left: 4px solid #4ba2b8;
}

.corneo-callout--accent {
  background: rgba(61, 204, 159, 0.12);
  border-left-color: #3dcc9f;
}

.corneo-pillars,
.corneo-stages {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.corneo-pillar,
.corneo-stage {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(197, 224, 245, 0.85);
}

.corneo-pillar__num,
.corneo-stage__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #4ba2b8 0%, #3dcc9f 100%);
}

.corneo-pillar__title,
.corneo-stage__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  color: #1a2e3d;
}

.corneo-pillar__text,
.corneo-stage__text {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(26, 46, 61, 0.78);
}

.corneo-stage__text:last-child {
  margin-bottom: 0;
}

.corneo-stage__label {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2d7fa8;
}

.corneo-audience {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.corneo-audience li {
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(26, 46, 61, 0.82);
  background: #fff;
  border: 1px solid rgba(197, 224, 245, 0.85);
}

.corneo-routine {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.corneo-routine__col {
  padding: 20px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(197, 224, 245, 0.85);
}

.corneo-routine__col--day {
  border-top: 4px solid #f5b942;
}

.corneo-routine__col--night {
  border-top: 4px solid #6b7fd7;
}

.corneo-routine__heading {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 800;
  color: #1a2e3d;
}

.corneo-routine__list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(26, 46, 61, 0.78);
}

.corneo-routine__list li + li {
  margin-top: 8px;
}

.corneo-forbidden {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(232, 142, 184, 0.08);
  border: 1px solid rgba(232, 142, 184, 0.22);
}

.corneo-forbidden__title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: #1a2e3d;
}

.corneo-forbidden ul {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(26, 46, 61, 0.78);
}

.corneo-timeline {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.corneo-timeline__item {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(197, 224, 245, 0.85);
}

.corneo-timeline__period {
  font-size: 14px;
  font-weight: 800;
  color: #2d7fa8;
}

.corneo-timeline__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(26, 46, 61, 0.78);
}

.corneo-tests {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.corneo-test {
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(197, 224, 245, 0.85);
}

.corneo-test__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
  color: #1a2e3d;
}

.corneo-test__label {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2d7fa8;
}

.corneo-test__text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(26, 46, 61, 0.76);
}

.corneo-cta {
  text-align: center;
}

.corneo-cta__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  color: #1a2e3d;
}

.corneo-cta__text {
  margin: 0 auto 20px;
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(26, 46, 61, 0.72);
}

.corneo-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.corneo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: filter 0.15s ease;
}

.corneo-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #4ba2b8 0%, #3dcc9f 100%);
  box-shadow: 0 8px 24px rgba(75, 162, 184, 0.28);
}

.corneo-btn--primary:hover {
  filter: brightness(1.04);
}

.corneo-btn--ghost {
  color: #2d7fa8;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(197, 224, 245, 0.95);
}

.corneo-sources-group + .corneo-sources-group {
  margin-top: 24px;
}

.corneo-sources-group__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 800;
  color: #1a2e3d;
}

.corneo-sources {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.corneo-source {
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(197, 224, 245, 0.85);
}

.corneo-source__meta {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(26, 46, 61, 0.82);
}

.corneo-source__about {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(26, 46, 61, 0.72);
}

.corneo-source__lang {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  color: #2d7fa8;
}

.corneo-source__link {
  font-size: 13px;
  font-weight: 700;
  color: #2d7fa8;
  text-decoration: none;
}

.corneo-source__link:hover {
  text-decoration: underline;
}

.corneo-disclaimer {
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(26, 46, 61, 0.52);
}

.corneo-factology {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.corneo-factology__row {
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(197, 224, 245, 0.85);
}

.corneo-factology__label {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  color: #2d7fa8;
}

.corneo-factology__examples {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #1a2e3d;
}

.corneo-factology__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(26, 46, 61, 0.76);
}

@media (max-width: 900px) {
  .corneo-wall,
  .corneo-audience,
  .corneo-routine,
  .corneo-tests {
    grid-template-columns: 1fr;
  }

  .corneo-timeline__item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 640px) {
  .corneo-pillar,
  .corneo-stage {
    grid-template-columns: 1fr;
  }

  .corneo-pillar__num,
  .corneo-stage__num {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
