.cfme-page {
    padding: 28px 0 52px;
    background: linear-gradient(180deg, rgba(233, 244, 255, .82), rgba(246, 250, 255, .96));
}

.cfme-card {
    overflow: hidden;
    border: 1px solid #cfe2f7;
    border-radius: 22px;
    background: #f8fbff;
    box-shadow: 0 22px 54px rgba(31, 83, 144, .12);
}

.cfme-banner {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #dcecff;
}

.cfme-banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cfme-banner__placeholder {
    display: flex;
    min-height: 210px;
    aspect-ratio: 59 / 15;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 28px;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 76% 32%, rgba(107, 201, 255, .58), transparent 22%),
        linear-gradient(122deg, #164ca7, #1677ff 62%, #58bdff);
}

.cfme-banner__placeholder strong {
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1;
    letter-spacing: -.03em;
}

.cfme-banner__placeholder span { font-size: clamp(17px, 2vw, 25px); font-weight: 700; }
.cfme-banner__placeholder small { margin-top: 7px; font-size: 13px; opacity: .76; }

.cfme-accent { height: 5px; background: linear-gradient(90deg, #1956c8, #1677ff, #62c4ff); }

.cfme-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(330px, .9fr);
    gap: 38px;
    padding: 42px 44px;
}

.cfme-information { min-width: 0; }
.cfme-eyebrow { margin: 0 0 8px; color: #1677ff; font-size: 13px; font-weight: 800; letter-spacing: .13em; }

.cfme-information h1 {
    margin: 0 0 22px;
    color: #10213f;
    font-size: clamp(32px, 4vw, 47px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.cfme-information h1 span { color: #1267df; }

.cfme-description {
    padding: 22px 24px;
    border: 1px solid #d8e7f7;
    border-radius: 16px;
    color: #3b5573;
    font-size: 16px;
    line-height: 1.72;
    background: #eff6ff;
}

.cfme-description p { margin: 0; }
.cfme-description p + p { margin-top: 16px; }
.cfme-description strong { color: #1267df; }

.cfme-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.cfme-feature {
    display: flex;
    min-height: 132px;
    padding: 16px 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #d5e5f6;
    border-radius: 15px;
    text-align: center;
    background: #eaf4ff;
}

.cfme-feature i { margin-bottom: 8px; color: #1677ff; font-size: 24px; }
.cfme-feature strong { color: #173b68; font-size: 21px; line-height: 1.2; }
.cfme-feature span { margin-top: 4px; color: #527093; font-size: 13px; line-height: 1.3; }

.cfme-organizer {
    display: flex;
    gap: 13px;
    margin-top: 25px;
    padding-top: 21px;
    align-items: center;
    border-top: 1px solid #d4e4f4;
    color: #31547d;
}

.cfme-organizer > i { color: #1677ff; font-size: 28px; }
.cfme-organizer p { margin: 0; }
.cfme-organizer small, .cfme-organizer strong { display: block; }
.cfme-organizer small { margin-bottom: 2px; color: #6c82a0; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.cfme-organizer strong { font-size: 15px; }

.cfme-registration {
    align-self: start;
    padding: 28px;
    border: 1px solid #cee1f6;
    border-radius: 20px;
    background: #eaf4ff;
    box-shadow: 0 10px 28px rgba(31, 83, 144, .09);
}

.cfme-registration__heading { display: flex; gap: 12px; align-items: flex-start; }
.cfme-registration__heading > span {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    color: #1677ff;
    background: #fff;
    box-shadow: 0 4px 12px rgba(31, 83, 144, .1);
}

.cfme-registration h2 { margin: 0; color: #10213f; font-size: 27px; line-height: 1.2; }
.cfme-registration__heading p { margin: 7px 0 0; color: #47709f; font-size: 13px; line-height: 1.45; }

.cfme-form { margin-top: 25px; }
.cfme-form__field + .cfme-form__field { margin-top: 15px; }
.cfme-form__field label {
    display: block;
    margin-bottom: 6px;
    color: #31547d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.cfme-form__field label i { width: 18px; color: #1677ff; text-align: center; }
.cfme-form__field input {
    width: 100%;
    height: 46px;
    padding: 0 15px;
    border: 1px solid #bcd5ef;
    border-radius: 12px;
    outline: 0;
    color: #10213f;
    font: inherit;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.cfme-form__field input:focus { border-color: #1677ff; box-shadow: 0 0 0 3px rgba(22, 119, 255, .14); }
.cfme-form__trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.cfme-form__consent {
    display: flex;
    gap: 9px;
    margin: 18px 0;
    align-items: flex-start;
    color: #385b81;
    font-size: 13px;
    line-height: 1.45;
    cursor: pointer;
}
.cfme-form__consent input { width: 17px; height: 17px; margin: 1px 0 0; flex: 0 0 auto; accent-color: #1677ff; }

.cfme-form__status { min-height: 20px; margin: -4px 0 9px; color: #b42318; font-size: 13px; line-height: 1.4; }
.cfme-form__status.is-success { color: #067647; }
.cfme-form__submit {
    display: flex;
    width: 100%;
    min-height: 50px;
    padding: 12px 20px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font: inherit;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .02em;
    cursor: pointer;
    background: linear-gradient(135deg, #27b1ff, #1267df);
    box-shadow: 0 10px 22px rgba(22, 119, 255, .24);
    transition: transform .18s ease, box-shadow .18s ease;
}
.cfme-form__submit:hover { transform: translateY(-1px); box-shadow: 0 13px 26px rgba(22, 119, 255, .3); }
.cfme-form__submit:focus-visible { outline: 3px solid rgba(22, 119, 255, .32); outline-offset: 3px; }
.cfme-form__submit:disabled { cursor: wait; opacity: .7; transform: none; }

.cfme-registration__notes {
    display: flex;
    gap: 9px 16px;
    margin-top: 17px;
    padding-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #d1e2f4;
    color: #4e7095;
    font-size: 12px;
}
.cfme-registration__notes i { margin-right: 4px; color: #1677ff; }

.cfme-meta {
    display: flex;
    gap: 12px 25px;
    padding: 16px 44px;
    flex-wrap: wrap;
    border-top: 1px solid #d5e4f4;
    color: #68809d;
    font-size: 12px;
    background: #f3f8fe;
}
.cfme-meta i { margin-right: 5px; color: #1677ff; }

@media (max-width: 940px) {
    .cfme-grid { grid-template-columns: 1fr; padding: 34px 28px; }
    .cfme-registration { max-width: 620px; }
}

@media (max-width: 640px) {
    .cfme-page { padding: 12px 0 28px; }
    .cfme-card { border-radius: 15px; }
    .cfme-banner__placeholder { min-height: 150px; aspect-ratio: 16 / 7; padding: 18px 12px; }
    .cfme-grid { gap: 28px; padding: 26px 16px; }
    .cfme-information h1 { font-size: 29px; }
    .cfme-description { padding: 18px; font-size: 15px; }
    .cfme-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
    .cfme-feature { min-height: 116px; }
    .cfme-registration { padding: 22px 16px; border-radius: 16px; }
    .cfme-registration h2 { font-size: 23px; }
    .cfme-registration__heading > span { flex-basis: 40px; width: 40px; height: 40px; }
    .cfme-meta { display: grid; gap: 8px; padding: 15px 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .cfme-form__field input, .cfme-form__submit { transition: none; }
}
