h2, h3, h4 {
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 0.75em;
  line-height: 24px;
}

.background-layer.participation .bg-layer__2 {
  left: 120px;
  bottom: 32px;
}

.question__bg-girl {
  width: 254px;
}

.content p > strong {
  font-weight: bold;
  color: #1a2a55;
  font-size: 1.1rem;
}

/* ==== BrainRing page styles (scoped) ==== */
.br-ui {
  /* Wrapper */
  /* ===== Hero (original) ===== */
  /* ===== Layout & spacing ===== */
  /* ===== Split column cards with header icons ===== */
  /* ===== Premium, wide info section ===== */
  /* ===== Banner list ===== */
  /* ===== General lists (outside banner) ===== */
  /* ===== Steps with connecting lines ===== */
  /* ===== Headings ===== */
  /* ===== Section separator ===== */
  /* ===== Images (no cropping) ===== */
  /* ===== Links (scoped) ===== */
  /* Utilities */
}
.br-ui .br-card {
  background: var(--br-surface);
  border: 1px solid var(--br-border);
  border-radius: var(--br-radius);
}
.br-ui .br-hero {
  text-align: center;
  padding: 20px 12px 16px;
  background: linear-gradient(180deg, #fff, var(--br-surface-2));
  border-bottom: 1px solid var(--br-border);
  border-radius: 50% 50% 0 0;
}
.br-ui .br-title {
  margin: 0 0 12px;
  font-weight: 800;
  line-height: 1.25;
  font-size: clamp(22px, 10vw, 1.4rem);
  color: #1a2a55;
}
.br-ui .br-section {
  padding: 12px 14px;
  color: var(--br-text);
}
@media (min-width: 720px) {
  .br-ui .br-section {
    padding: 3px 15px;
  }
}
@media (min-width: 1024px) {
  .br-ui .br-section {
    padding: 3px 15px;
  }
}
@media (min-width: 1280px) {
  .br-ui .br-section {
    padding: 3px 15px;
  }
}
.br-ui .br-center {
  text-align: center;
}
.br-ui .br-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 860px) {
  .br-ui .br-split {
    grid-template-columns: 1fr;
  }
}
.br-ui .br-split > div {
  position: relative;
  padding: 18px 16px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.br-ui .br-split > div:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}
.br-ui .br-split > div > p:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.br-ui .br-split > div > p:first-child::before {
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 12px;
}
@media screen and (max-width: 900px) {
  .br-ui .br-split > div > p:first-child::before {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 14px;
  }
}
.br-ui .br-split > div:first-child > p:first-child::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 00-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 010 7.75'/%3E%3C/svg%3E") center/22px 22px no-repeat, var(--br-accent);
}
@media screen and (max-width: 900px) {
  .br-ui .br-split > div:first-child > p:first-child::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 00-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 010 7.75'/%3E%3C/svg%3E") center/26px 26px no-repeat, var(--br-accent);
  }
}
.br-ui .br-split > div:last-child > p:first-child::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10l-10-6L2 10l10 6 10-6z'/%3E%3Cpath d='M6 12v5c0 1 3 3 6 3s6-2 6-3v-5'/%3E%3Cpath d='M22 10v6'/%3E%3C/svg%3E") center/22px 22px no-repeat, var(--br-accent);
}
@media screen and (max-width: 900px) {
  .br-ui .br-split > div:last-child > p:first-child::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10l-10-6L2 10l10 6 10-6z'/%3E%3Cpath d='M6 12v5c0 1 3 3 6 3s6-2 6-3v-5'/%3E%3Cpath d='M22 10v6'/%3E%3C/svg%3E") center/26px 26px no-repeat, var(--br-accent);
  }
}
.br-ui .br-note {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 0;
  padding: 0;
}
.br-ui .br-banner {
  position: relative;
  overflow: hidden;
  padding: 36px 16px 26px;
  text-align: center;
  background: radial-gradient(1000px 500px at 0% 0%, rgba(76, 141, 255, 0.08), transparent 60%), radial-gradient(1000px 500px at 100% 0%, rgba(31, 199, 122, 0.08), transparent 60%), linear-gradient(180deg, #fdfdff 0%, #f9fcff 100%);
  border-radius: 0;
  max-width: none;
}
.br-ui .br-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.85), transparent);
  pointer-events: none;
}
.br-ui .br-banner-pill {
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(76, 141, 255, 0.08);
  border: 1px solid rgba(76, 141, 255, 0.18);
  box-shadow: 0 3px 10px rgba(76, 141, 255, 0.12);
}
.br-ui .br-pill-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--br-blue), var(--br-green));
  box-shadow: 0 0 8px rgba(31, 199, 122, 0.5);
  flex-shrink: 0;
  -webkit-animation: br-dot-pulse 2s ease-in-out infinite;
          animation: br-dot-pulse 2s ease-in-out infinite;
}
@-webkit-keyframes br-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 6px rgba(31, 199, 122, 0.4);
  }
  50% {
    box-shadow: 0 0 14px rgba(31, 199, 122, 0.7);
  }
}
@keyframes br-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 6px rgba(31, 199, 122, 0.4);
  }
  50% {
    box-shadow: 0 0 14px rgba(31, 199, 122, 0.7);
  }
}
@media (max-width: 1024px) {
  .br-ui .br-banner-pill .br-pill-dot {
    display: none;
  }
  .br-ui .br-banner-pill {
    padding: 8px 14px;
  }
}
.br-ui .br-banner-lead {
  font-weight: 600;
  font-size: 1.05rem;
  color: #1a2a55;
  margin: 16px auto 8px;
}
.br-ui .br-banner-lead strong {
  color: #1a2a55;
}
.br-ui .br-banner-list {
  list-style: none !important;
  padding: 0;
  margin: 12px auto 0;
  max-width: 720px;
  width: 100%;
  text-align: left;
}
.br-ui .br-banner-list li {
  margin: 8px 0;
  line-height: 1.55;
  overflow: hidden;
  word-break: break-word;
}
.br-ui .br-banner-list li::before {
  content: "";
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: calc((1.55em - 24px) / 2);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(34, 197, 94, 0.25);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.2 3.2L5 8.4 2 5.4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px 12px no-repeat, linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}
@media (max-width: 1024px) {
  .br-ui .br-banner-list li::before {
    width: 28px;
    height: 28px;
    margin-top: calc((1.55em - 28px) / 2);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.2 3.2L5 8.4 2 5.4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px 14px no-repeat, linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  }
}
.br-ui .br-banner .br-banner-list li {
  position: static;
  padding-left: 0;
}
.br-ui .br-banner .br-banner-list li::after {
  content: none !important;
  -webkit-mask: none !important;
  mask: none !important;
}
.br-ui .br-list {
  list-style: none !important;
  padding: 0;
  margin: 10px 0 0;
}
.br-ui .br-list li {
  margin: 8px 0;
  line-height: 1.55;
  overflow: hidden;
}
.br-ui .br-list li::before {
  content: "";
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: calc((1.55em - 24px) / 2);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(70, 148, 238, 0.18);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.2 3.2L5 8.4 2 5.4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px 12px no-repeat, #4694ee;
}
@media (max-width: 1024px) {
  .br-ui .br-list li::before {
    width: 26px;
    height: 26px;
    margin-top: calc((1.55em - 26px) / 2);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.2 3.2L5 8.4 2 5.4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px 14px no-repeat, #4694ee;
  }
}
@media (max-width: 640px) {
  .br-ui .br-list li::before {
    width: 28px;
    height: 28px;
    margin-top: calc((1.55em - 28px) / 2);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.2 3.2L5 8.4 2 5.4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/15px 15px no-repeat, #4694ee;
  }
}
.br-ui .br-steps {
  counter-reset: step;
  list-style: none;
  margin: 14px 0 0;
  padding-left: 0;
  position: relative;
}
.br-ui .br-steps li {
  counter-increment: step;
  position: relative;
  padding-left: 56px;
  margin: 18px 0;
}
.br-ui .br-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: -2px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  background: var(--br-accent);
}
.br-ui .br-steps li::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 34px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(76, 141, 255, 0.35), rgba(31, 199, 122, 0.35));
}
.br-ui .br-steps li:last-child::after {
  display: none;
}
@media (max-width: 640px) {
  .br-ui .br-steps li::before {
    height: 38px;
  }
}
.br-ui .content__section-name {
  font-weight: 700;
  font-size: 1.2rem !important;
  color: #1a2a55;
  padding-left: 10px;
  margin: 1.2rem 0 0.5rem;
  line-height: 1.3;
}
.br-ui > .br-card > section.br-section {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 16px;
  margin-top: 8px;
}
.br-ui .br-illu {
  margin: 10px 0 16px;
  text-align: center;
}
.br-ui .br-illu img {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 14px;
  transition: transform 0.25s ease;
}
.br-ui .br-illu img:hover {
  transform: translateY(-2px);
}
.br-ui .br-illu--right {
  float: right;
  width: min(380px, 42%);
  margin-left: 18px;
  text-align: right;
}
@media (max-width: 860px) {
  .br-ui .br-illu--right {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.br-ui .br-illu--sm img {
  max-width: 360px;
}
.br-ui a.text-green {
  color: var(--br-green);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}
.br-ui a.text-green:hover {
  text-decoration: underline;
  color: #16a34a;
}
.br-ui a.text-orange {
  color: var(--br-orange);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}
.br-ui a.text-orange:hover {
  text-decoration: underline;
  color: #d97706;
}
.br-ui .text-red {
  color: var(--br-red);
}
.br-ui .text-green {
  color: var(--br-green);
}
.br-ui .mt-3 {
  margin-top: 1rem !important;
}
.br-ui .mb-0 {
  margin-bottom: 0 !important;
}
.br-ui .p-0 {
  padding: 0 !important;
}

@media screen and (max-width: 900px) {
  .content p > strong {
    margin-top: 1rem;
    font-size: 1.4rem !important;
  }
  .content .br-banner-list li {
    font-size: 1.15rem !important;
    line-height: 1.5 !important;
  }
  .content .br-banner-list li::before {
    margin-right: 10px;
  }

  .br-ui .br-split > div {
    padding: 16px 14px 12px;
  }
  .br-ui .br-split > div > p:first-child {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
  }
  .br-ui .br-split > div > p:first-child > strong {
    margin-top: 3px !important;
    line-height: 1.3;
  }
}
