.common-main > .container:has(.hosts-landing) {
    max-width: none;
    padding: 0 0 40px;
}

.hosts-landing {
    margin-top: 0;
    color: #222;
}

.hosts-landing h1,
.hosts-landing h2,
.hosts-landing h3,
.hosts-landing p,
.hosts-landing ol,
.hosts-landing li {
    margin: 0;
    padding: 0;
}

.hosts-hero {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45)), var(--hosts-hero-image, url('/img/slider/slide1.jpg'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
}

.hosts-hero-inner {
    max-width: 1168px;
    margin: 0 auto;
    padding: 64px 24px 72px;
}

.hosts-hero-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 28px 32px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    backdrop-filter: blur(18px) saturate(180%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hosts-hero-copy {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 640px;
}

.hosts-hero-copy h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #fff;
    text-transform: none;
}

.hosts-hero-copy .hosts-lead {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.hosts-hero-copy .hosts-form-hint {
    color: rgba(255, 255, 255, 0.75);
}

.hosts-form,
.hosts-success {
    flex: 0 0 260px;
    width: 260px;
    max-width: 260px;
    margin-top: 0;
}

.hosts-success {
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 24px;
}

.hosts-success h2 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.hosts-choices {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hosts-landing button.hosts-choice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    margin: 0;
    padding: 12px 16px;
    border: 0;
    border-radius: 8px;
    background: #222;
    color: #fff;
    box-shadow: none;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
}

.hosts-landing button.hosts-choice:hover,
.hosts-landing button.hosts-choice:focus {
    background: #0d6efd;
    color: #fff;
    box-shadow: none;
}

.hosts-landing button.hosts-choice:hover .hosts-choice-title,
.hosts-landing button.hosts-choice:focus .hosts-choice-title {
    color: #fff;
}

.hosts-choice-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.hosts-choice-sub {
    margin-top: 3px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    opacity: 0.65;
}

.hosts-hero:has(.hosts-import-step:not([hidden])) .hosts-form,
.hosts-hero:has(.hosts-success) .hosts-success {
    flex: 1 1 320px;
    width: auto;
    max-width: 420px;
}

.hosts-import-step[hidden],
.hosts-choices[hidden] {
    display: none;
}

.hosts-import-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.hosts-back {
    display: inline-block;
    margin-top: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #717171;
    font-size: 14px;
    line-height: 1.4;
}

.hosts-back:hover,
.hosts-back:focus {
    color: #717171;
    background: transparent;
    box-shadow: none;
}

.hosts-url-field {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
}

.hosts-form .hosts-field .form-control,
.hosts-form .hosts-field input {
    display: block;
    width: 100%;
    height: 52px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 16px;
    line-height: 1.2;
    color: #222;
    background: #fff;
    box-shadow: none;
    text-align: left;
}

.hosts-form .hosts-field .form-control:focus,
.hosts-form .hosts-field input:focus {
    border-color: #222;
    box-shadow: none;
    outline: none;
}

.hosts-form .invalid-feedback,
.hosts-form .help-block {
    display: block;
    font-size: 13px;
    color: #c13515;
    margin-top: 4px;
    text-align: left;
}

.hosts-landing .hosts-import-row button.hosts-submit {
    display: block;
    width: auto;
    min-width: 120px;
    height: 52px;
    margin: 0;
    border: 0;
    border-radius: 8px;
    background: #222;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    padding: 0 24px;
    box-shadow: none;
    flex-shrink: 0;
}

.hosts-landing button.hosts-submit:hover,
.hosts-landing button.hosts-submit:focus {
    background: #0d6efd;
    color: #fff;
    box-shadow: none;
}

.hosts-form-hint {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.45;
    color: #717171;
}

.hosts-modal {
    display: none;
}

.hosts-modal.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    z-index: 10050;
    padding: 16px;
}

.hosts-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hosts-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 28px 24px 24px;
}

.hosts-modal-dialog h2 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.hosts-modal-dialog .hosts-form-hint {
    margin: 0 0 16px;
}

.hosts-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #717171;
    padding: 0;
}

.hosts-modal .hosts-field {
    margin-bottom: 12px;
}

.hosts-modal .hosts-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.hosts-modal .hosts-field .form-control,
.hosts-modal .hosts-field input {
    display: block;
    width: 100%;
    height: 52px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 16px;
    line-height: 1.2;
    color: #222;
    background: #fff;
    box-shadow: none;
}

.hosts-modal .hosts-field .form-control:focus,
.hosts-modal .hosts-field input:focus {
    border-color: #222;
    box-shadow: none;
    outline: none;
}

.hosts-modal .invalid-feedback {
    display: block;
    font-size: 13px;
    color: #c13515;
    margin-top: 4px;
}

.hosts-modal button.hosts-submit {
    display: block;
    width: 100%;
    height: 52px;
    margin-top: 8px;
    border: 0;
    border-radius: 8px;
    background: #222;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    padding: 0 16px;
    box-shadow: none;
}

.hosts-success p {
    color: #717171;
    line-height: 1.45;
}

.hosts-section {
    max-width: 1168px;
    margin: 0 auto;
    padding: 56px 24px;
    border-bottom: 1px solid #ebebeb;
}

.hosts-section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.hosts-section h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #222;
    margin-bottom: 24px;
}

.hosts-steps {
    display: grid;
    gap: 24px;
    list-style: none;
}

.hosts-step-num {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #717171;
    margin-bottom: 8px;
}

.hosts-step h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.hosts-step p {
    color: #717171;
    line-height: 1.45;
    font-size: 15px;
}

.hosts-about p {
    max-width: 720px;
    color: #717171;
    font-size: 16px;
    line-height: 1.55;
}

.hosts-about p + p {
    margin-top: 16px;
}

.hosts-faq-item {
    border-top: 1px solid #ebebeb;
}

.hosts-faq-item:last-child {
    border-bottom: 1px solid #ebebeb;
}

.hosts-faq-item summary {
    padding: 18px 0;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    list-style: none;
}

.hosts-faq-item summary::-webkit-details-marker {
    display: none;
}

.hosts-faq-item summary::after {
    content: '+';
    float: right;
    font-weight: 400;
    color: #717171;
}

.hosts-faq-item[open] summary::after {
    content: '–';
}

.hosts-faq-item .hosts-faq-body {
    padding: 0 0 18px;
    color: #717171;
    font-size: 15px;
    line-height: 1.55;
}

.hosts-faq-item .hosts-faq-body p + p {
    margin-top: 12px;
}

@media (min-width: 900px) {
    .hosts-hero-copy h1 {
        font-size: 52px;
    }

    .hosts-steps {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 575.98px) {
    .common-main > .container:has(.hosts-landing) {
        padding: 0 0 32px;
    }

    .hosts-hero-inner {
        padding: 32px 16px 40px;
    }

    .hosts-hero-panel {
        gap: 16px;
        padding: 16px;
        align-items: center;
    }

    .hosts-section {
        padding: 40px 16px;
    }

    .hosts-hero-copy h1 {
        font-size: 24px;
    }

    .hosts-hero-copy .hosts-lead {
        margin-top: 10px;
        font-size: 14px;
    }

    .hosts-form,
    .hosts-success {
        flex: 0 0 148px;
        width: 148px;
        max-width: 148px;
    }

    .hosts-landing button.hosts-choice {
        min-height: 56px;
        padding: 10px 12px;
    }

    .hosts-choice-title {
        font-size: 13px;
    }

    .hosts-choice-sub {
        font-size: 11px;
    }

    .hosts-hero-panel:has(.hosts-import-step:not([hidden])) {
        flex-wrap: wrap;
    }

    .hosts-hero:has(.hosts-import-step:not([hidden])) .hosts-form,
    .hosts-hero:has(.hosts-success) .hosts-success {
        flex: 1 1 100%;
        width: 100%;
        max-width: none;
    }

    .hosts-import-row {
        flex-direction: column;
    }

    .hosts-landing .hosts-import-row button.hosts-submit {
        width: 100%;
    }

    .hosts-section h2 {
        font-size: 24px;
    }
}
