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

body:has(.hosts-landing) .footer {
    margin-top: 0 !important;
}

body:has(.hosts-landing),
.hosts-landing,
.hosts-hero {
    background: #f5f5f5;
}

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

.hosts-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: calc(100dvh - 64px);
    display: flex;
    align-items: center;
    background: #f5f5f5;
    text-align: left;
}

.hosts-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.hosts-iso-map {
    position: absolute;
    top: 50%;
    right: -4%;
    width: min(72vw, 920px);
    height: auto;
    transform: translateY(-50%);
    opacity: 0.95;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 28%, #000 58%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 28%, #000 58%);
}

.hosts-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1168px;
    margin: 0 auto;
    padding: 64px 24px 72px;
}

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

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

.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: 720px;
}

.hosts-notify {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    padding: 10px 18px 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: #1c1c1e;
    box-shadow: none;
    filter: drop-shadow(8px 16px 18px rgba(0, 0, 0, 0.38));
    text-align: left;
}

.hosts-notify::after {
    content: '';
    position: absolute;
    left: 32px;
    bottom: -6px;
    width: 12px;
    height: 12px;
    background: #1c1c1e;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transform: rotate(45deg);
}

.hosts-notify-photo {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.hosts-notify-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hosts-notify-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.hosts-notify-msg {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.65);
}

.hosts-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

html:has(.hosts-landing) {
    scroll-behavior: smooth;
}

.hosts-landing .hosts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 0;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
}

.hosts-landing .hosts-btn-primary {
    border: 0;
    background: #0d6efd;
    color: #fff;
}

.hosts-landing .hosts-btn-primary:hover,
.hosts-landing .hosts-btn-primary:focus {
    background: #0b5ed7;
    color: #fff;
    box-shadow: none;
}

.hosts-landing .hosts-btn-secondary {
    border: 1px solid #222;
    background: transparent;
    color: #222;
}

.hosts-landing .hosts-btn-secondary:hover,
.hosts-landing .hosts-btn-secondary:focus {
    border-color: #0d6efd;
    background: transparent;
    color: #0d6efd;
    box-shadow: none;
}

.hosts-hero-copy h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #222;
    text-transform: uppercase;
}

.hosts-hero-copy h1 span {
    display: block;
}

.hosts-hero-copy h1 .hosts-accent {
    color: #0d6efd;
}

.hosts-hero-copy .hosts-lead {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.45;
    color: #717171;
}

.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-faq-slide {
    min-height: calc(100svh - 64px);
    display: flex;
    align-items: center;
    background: #f5f5f5;
    scroll-margin-top: 64px;
}

.hosts-how-slide {
    min-height: calc(100svh - 64px);
    display: flex;
    align-items: center;
    background: #f5f5f5;
    scroll-margin-top: 64px;
}

.hosts-how-slide .hosts-section {
    width: 100%;
    max-width: 1168px;
    border-bottom: 0;
    padding: 72px 24px;
}

.hosts-cta-slide {
    position: relative;
    overflow: hidden;
    min-height: calc(100svh - 64px + 280px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    scroll-margin-top: 64px;
    text-align: center;
}

.hosts-cta-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.hosts-cta-map {
    position: absolute;
    left: 50%;
    top: 52%;
    width: min(110vw, 1280px);
    height: auto;
    transform: translate(-50%, -50%);
    opacity: 0.55;
    -webkit-mask-image: radial-gradient(ellipse 42% 46% at 50% 48%, transparent 0%, transparent 28%, rgba(0, 0, 0, 0.35) 62%, #000 100%);
    mask-image: radial-gradient(ellipse 42% 46% at 50% 48%, transparent 0%, transparent 28%, rgba(0, 0, 0, 0.35) 62%, #000 100%);
}

.hosts-cta-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 58% 52% at 50% 48%, #f5f5f5 0%, rgba(245, 245, 245, 0.72) 42%, rgba(245, 245, 245, 0.28) 100%);
}

.hosts-cta-slide .hosts-section {
    position: relative;
    z-index: auto;
    width: 100%;
    max-width: 800px;
    border-bottom: 0;
    padding: 0 24px 72px;
}

.hosts-cta-doodle {
    display: block;
    width: 168px;
    height: auto;
    margin: 0 auto 20px;
    mix-blend-mode: multiply;
}

.hosts-landing .hosts-cta h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #222;
    margin-bottom: 16px;
}

.hosts-landing .hosts-cta-lead {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 1.45;
    color: #717171;
}

.hosts-cta .hosts-btn {
    margin-top: 8px;
}

.hosts-reviews-slide {
    min-height: calc(100svh - 64px);
    display: flex;
    align-items: center;
    background: #fff;
    scroll-margin-top: 64px;
}

.hosts-reviews-slide .hosts-section {
    width: 100%;
    max-width: 1168px;
    border-bottom: 0;
    padding: 72px 24px;
}

.hosts-reviews {
    display: grid;
    gap: 16px;
}

.hosts-review {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    background: #f5f5f5;
}

.hosts-review-tags {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hosts-review-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px 5px 8px;
    border-radius: 999px;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #E31C5F;
}

.hosts-review-like {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    color: #E31C5F;
}

.hosts-review-quote {
    font-size: 16px;
    line-height: 1.5;
    color: #222;
}

.hosts-review-person {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.hosts-review-avatar {
    display: flex;
    flex-shrink: 0;
    padding: 2px;
    border-radius: 50%;
    background: conic-gradient(
        from 210deg,
        #E61E4D,
        #f59e0b,
        #22c55e,
        #0d6efd,
        #a855f7,
        #E31C5F,
        #E61E4D
    );
}

.hosts-review-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f5f5f5;
    box-sizing: border-box;
}

.hosts-review-person strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.hosts-review-person span {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    color: #717171;
}

.hosts-gets-slide {
    min-height: calc(100svh - 64px);
    display: flex;
    align-items: center;
    background: #f5f5f5;
    scroll-margin-top: 64px;
}

.hosts-gets-slide .hosts-section {
    width: 100%;
    max-width: 1168px;
    border-bottom: 0;
    padding: 72px 24px;
}

.hosts-gets {
    display: grid;
    gap: 12px;
    list-style: none;
    padding: 0;
}

.hosts-landing li.hosts-get {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 28px;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    background: #fff;
}

.hosts-get-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #f5f5f5;
    color: #222;
}

.hosts-get-icon svg {
    width: 22px;
    height: 22px;
}

.hosts-get-copy h3 {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.hosts-get-copy p {
    color: #717171;
    font-size: 14px;
    line-height: 1.4;
}

.hosts-faq-slide .hosts-section {
    width: 100%;
    max-width: 720px;
    border-bottom: 0;
    padding: 72px 24px;
}

.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: 16px;
    list-style: none;
    padding: 0;
}

.hosts-landing li.hosts-step {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 0;
    padding: 0 12px 0 0;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    background: #fff;
}

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

.hosts-step-visual {
    flex-shrink: 0;
    width: 104px;
    min-height: 96px;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
}

.hosts-step-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.hosts-step-copy {
    flex: 1;
    min-width: 0;
    padding: 16px;
    border: 0;
    background: transparent;
}

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

.hosts-how-actions {
    margin-top: 32px;
}

.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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    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: '+';
    flex-shrink: 0;
    font-weight: 400;
    color: #717171;
}

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

.hosts-faq-item .hosts-faq-body {
    overflow: hidden;
    height: 0;
    color: #717171;
    font-size: 15px;
    line-height: 1.55;
    transition: height 0.28s ease;
}

.hosts-faq-item[open] .hosts-faq-body {
    height: auto;
}

.hosts-faq-item .hosts-faq-body-inner {
    padding: 0 0 18px;
}

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

@media (min-width: 900px) {
    .hosts-hero-inner {
        padding-right: 260px;
    }

    .hosts-notify {
        position: absolute;
        right: 28px;
        top: 46%;
        z-index: 2;
        margin-bottom: 0;
        transform: translateY(-100%);
    }

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

    .hosts-hero-copy .hosts-lead {
        font-size: 22px;
    }

    .hosts-faq-slide .hosts-section {
        max-width: 880px;
        padding: 88px 24px;
    }

    .hosts-faq-slide .hosts-section h2 {
        font-size: 40px;
        margin-bottom: 32px;
    }

    .hosts-cta-doodle {
        width: 220px;
        margin-bottom: 24px;
    }

    .hosts-landing .hosts-cta h2 {
        font-size: 56px;
        margin-bottom: 20px;
    }

    .hosts-landing     .hosts-cta-lead {
        font-size: 22px;
        margin: 0 0 48px;
    }

    .hosts-reviews-slide .hosts-section {
        padding: 88px 24px;
    }

    .hosts-reviews-slide .hosts-section h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .hosts-reviews {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .hosts-review {
        padding: 32px;
        min-height: 280px;
    }

    .hosts-review-quote {
        font-size: 18px;
    }

    .hosts-faq-item summary {
        padding: 24px 0;
        font-size: 22px;
    }

    .hosts-faq-item .hosts-faq-body {
        font-size: 18px;
    }

    .hosts-faq-item .hosts-faq-body-inner {
        padding: 0 0 24px;
    }

    .hosts-how-slide .hosts-section {
        padding: 88px 24px;
    }

    .hosts-how-slide .hosts-section h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .hosts-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .hosts-landing li.hosts-step {
        flex-direction: column;
        align-items: stretch;
        padding: 24px;
        gap: 16px;
    }

    .hosts-step-visual {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 1;
        border-radius: 12px;
        align-self: center;
        max-width: 240px;
    }

    .hosts-step-copy {
        padding: 0;
    }

    .hosts-step h3 {
        font-size: 20px;
    }

    .hosts-how-actions {
        margin-top: 40px;
    }

    .hosts-gets-slide .hosts-section {
        padding: 88px 24px;
    }

    .hosts-gets-slide .hosts-section h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .hosts-gets {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .hosts-landing li.hosts-get {
        padding: 28px 32px;
    }

    .hosts-get-copy h3 {
        font-size: 18px;
    }

    .hosts-get-copy p {
        font-size: 16px;
        line-height: 1.45;
    }
}

@media (max-width: 899.98px) {
    .hosts-how-actions {
        display: flex;
        justify-content: center;
    }

    .hosts-hero-bg {
        display: none;
    }

    .hosts-cta-map {
        width: min(160vw, 980px);
        opacity: 0.4;
        -webkit-mask-image: radial-gradient(ellipse 62% 58% at 50% 48%, transparent 0%, transparent 36%, rgba(0, 0, 0, 0.3) 70%, #000 100%);
        mask-image: radial-gradient(ellipse 62% 58% at 50% 48%, transparent 0%, transparent 36%, rgba(0, 0, 0, 0.3) 70%, #000 100%);
    }

}

@media (max-width: 575.98px) {
    .hosts-landing {
        width: 100%;
    }

    .hosts-hero {
        min-height: calc(100svh - 64px);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

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

    .hosts-hero-copy {
        margin: 0 auto;
        max-width: 100%;
    }

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

    .hosts-hero-copy h1 span {
        display: inline;
    }

    .hosts-hero-copy h1 .hosts-accent {
        display: block;
    }

    .hosts-hero-copy .hosts-lead {
        margin-top: 16px;
        font-size: 18px;
    }

    .hosts-hero-actions {
        margin-top: 24px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hosts-landing .hosts-btn {
        width: auto;
        min-width: 200px;
    }

    .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;
    }
}
