.htop-conference-page .pageheader__left h3,
.htop-conference-page .section__header h2 {
    letter-spacing: 0.01em;
}

.htop-conference {
    background:
        radial-gradient(circle at top right, rgba(241, 193, 82, 0.12), transparent 24%),
        linear-gradient(180deg, #faf8f4 0%, #ffffff 100%);
}

.htop-conference__hero-copy,
.htop-conference__hero-card,
.htop-conference__panel,
.htop-conference__schedule-card,
.htop-conference__package,
.htop-conference__register-copy,
.htop-conference__form-shell {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.htop-conference__hero-copy,
.htop-conference__register-copy,
.htop-conference__form-shell {
    padding: 38px 34px;
}

.htop-conference__hero-card,
.htop-conference__panel,
.htop-conference__schedule-card,
.htop-conference__package {
    padding: 32px 28px;
    height: 100%;
}

.htop-conference__hero-copy {
    border: 1px solid rgba(36, 21, 13, 0.08);
}

.htop-conference__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #9d6d16;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.htop-conference__hero-copy h1 {
    margin-bottom: 16px;
    color: #1f160f;
}

.htop-conference__lead {
    font-size: 1.12rem;
    line-height: 1.9;
    color: #57463a;
}

.htop-conference__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0 30px;
}

.htop-conference__chips span {
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff8e8;
    border: 1px solid rgba(241, 193, 82, 0.25);
    color: #6a4d1f;
    font-weight: 600;
}

.htop-conference__chips i {
    margin-right: 8px;
}

.htop-conference__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.htop-conference__secondary {
    background: transparent;
    border: 1px solid rgba(36, 21, 13, 0.12);
}

.htop-conference__secondary span {
    color: #1f160f;
}

.htop-conference__secondary::before {
    background: rgba(241, 193, 82, 0.18);
}

.htop-conference__hero-card {
    background: linear-gradient(180deg, #25150e 0%, #3c2114 100%);
    color: #fff3dd;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.htop-conference__hero-card h3 {
    color: #fffaf0;
    margin-bottom: 14px;
}

.htop-conference__hero-card p,
.htop-conference__hero-list li {
    color: rgba(255, 243, 221, 0.88);
}

.htop-conference__hero-logo {
    width: 142px;
    margin-bottom: 22px;
}

.htop-conference__hero-logo img {
    width: 100%;
    display: block;
}

.htop-conference__hero-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.htop-conference__hero-list li strong {
    color: #ffffff;
}

.htop-conference__panel {
    border: 1px solid rgba(36, 21, 13, 0.08);
}

.htop-conference__panel-icon {
    width: 58px;
    height: 58px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: #fff8e8;
    color: #b67d1a;
    font-size: 1.25rem;
}

.htop-conference__panel p,
.htop-conference__schedule-card p,
.htop-conference__package p,
.htop-conference__register-copy p,
.htop-conference__register-note p {
    color: #57463a;
    line-height: 1.85;
}

.htop-conference__schedule-card {
    text-align: center;
    border: 1px solid rgba(36, 21, 13, 0.08);
}

.htop-conference__schedule-day {
    display: inline-block;
    margin-bottom: 12px;
    color: #9d6d16;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 700;
}

.htop-conference__schedule-card h3 {
    margin-bottom: 14px;
}

.htop-conference__package {
    text-align: center;
    border: 1px solid rgba(36, 21, 13, 0.08);
    position: relative;
}

.htop-conference__package--featured {
    border-color: rgba(241, 193, 82, 0.48);
    transform: translateY(-8px);
}

.htop-conference__package-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f1c152;
    color: #2b180f;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.htop-conference__package-price {
    margin: 10px 0 18px;
    color: #1f160f;
    font-size: 2rem;
    font-weight: 700;
}

.htop-conference__deadline {
    margin-top: 28px;
}

.htop-conference__register-copy {
    border: 1px solid rgba(36, 21, 13, 0.08);
    height: 100%;
}

.htop-conference__register-list {
    margin: 24px 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.htop-conference__register-list li {
    color: #38261d;
    font-weight: 600;
}

.htop-conference__register-list i {
    color: #b67d1a;
    margin-right: 10px;
}

.htop-conference__register-note {
    margin-top: 30px;
    padding: 24px;
    border-radius: 22px;
    background: #fff8e8;
}

.htop-conference__form-shell {
    border: 1px solid rgba(36, 21, 13, 0.08);
}

.htop-conference__form label {
    display: block;
    margin-bottom: 8px;
    color: #1f160f;
    font-weight: 700;
}

.htop-recaptcha-wrap {
    display: grid;
    gap: 10px;
    margin-top: 6px;
}

.htop-recaptcha {
    min-height: 78px;
}

.htop-recaptcha-error {
    display: none;
    color: #78231b;
    font-size: 0.93rem;
    font-weight: 600;
    line-height: 1.5;
}

.htop-recaptcha-error.is-visible {
    display: block;
}

.htop-conference__form input,
.htop-conference__form select {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid rgba(36, 21, 13, 0.14);
    background: #fffdf8;
    color: #1f160f;
}

.htop-conference__form input:focus,
.htop-conference__form select:focus {
    outline: none;
    border-color: rgba(182, 125, 26, 0.65);
    box-shadow: 0 0 0 4px rgba(241, 193, 82, 0.16);
}

.htop-conference__checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.htop-conference__checkbox-grid label,
.htop-conference__consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 14px 16px;
    border-radius: 18px;
    background: #fff8e8;
    border: 1px solid rgba(241, 193, 82, 0.22);
    color: #38261d;
    font-weight: 600;
}

.htop-conference__checkbox-grid input,
.htop-conference__consent input {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    flex: 0 0 auto;
}

.htop-conference__consent span {
    line-height: 1.7;
}

.htop-conference__error {
    margin-bottom: 24px;
    padding: 22px 24px;
    border-radius: 22px;
    background: #fff2f2;
    border: 1px solid rgba(182, 54, 54, 0.22);
}

.htop-conference__error h3 {
    color: #8b2f2f;
    margin-bottom: 10px;
}

.htop-conference__error p {
    margin-bottom: 0;
    color: #7a3d3d;
}

.htop-conference__hidden-frame {
    display: none;
}

.htop-conference__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

body.htop-conference-modal-open {
    overflow: hidden;
}

.htop-conference__modal[hidden] {
    display: none;
}

.htop-conference__modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 24px;
}

.htop-conference__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 10, 7, 0.78);
}

.htop-conference__modal-dialog {
    position: relative;
    width: min(960px, 100%);
    display: grid;
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    background: #fffdfa;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.htop-conference__modal-close {
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 10, 7, 0.12);
    color: #ffffff;
    z-index: 2;
}

.htop-conference__modal-media {
    background: #1b120d;
    display: grid;
    place-items: center;
    padding: 16px;
}

.htop-conference__modal-media img {
    width: 100%;
    height: 100%;
    display: block;
    max-height: 440px;
    object-fit: contain;
    object-position: center;
}

.htop-conference__modal-content {
    padding: 48px 42px;
}

.htop-conference__modal-content h3 {
    margin-bottom: 16px;
    color: #1f160f;
}

.htop-conference__modal-content p {
    color: #57463a;
    line-height: 1.85;
}

.htop-conference__modal-step[hidden] {
    display: none;
}

.htop-conference__modal-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.htop-conference__form button[disabled] {
    opacity: 0.78;
    cursor: wait;
}

@media (max-width: 991px) {
    .htop-conference__hero-copy,
    .htop-conference__register-copy,
    .htop-conference__form-shell {
        padding: 30px 24px;
    }

    .htop-conference__package--featured {
        transform: none;
    }

    .htop-conference__modal-dialog {
        grid-template-columns: 1fr;
    }

    .htop-conference__modal-media {
        max-height: 360px;
    }

    .htop-conference__modal-content {
        padding: 34px 24px;
    }
}

@media (max-width: 767px) {
    .htop-conference__actions,
    .htop-conference__checkbox-grid {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .htop-conference__chips span {
        width: 100%;
    }

    .htop-conference__modal {
        padding: 12px;
    }

    .htop-conference__modal-media {
        max-height: 260px;
        padding: 10px;
    }

    .htop-conference__modal-actions {
        flex-direction: column;
    }

    .htop-recaptcha {
        transform: scale(0.94);
        transform-origin: left top;
        min-height: 72px;
    }
}
