html,
body {
    margin: 0;
    padding: 0;
}

body.site-shell {
    direction: rtl;
    font-family: Conv_HelveticaNeueW23-Reg, Tahoma, sans-serif;
    color: #1e2b2a;
    background-color: #fff7f0;
    background-image: url(/Content/ptrn.png);
    background-repeat: repeat-x;
    background-position: center top;
}

.page {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0 26px;
}

.hero-form {
    margin: 0;
}

.hero-copy {
    color: #ffffff;
    background: #005f61;
    background-image: linear-gradient(135deg, #0a6b6b, #2f615e);
    box-shadow: 0 18px 40px rgba(0, 95, 97, 0.18);
    border-radius: 28px;
}

.hero-copy-top {
    margin-bottom: 18px;
    padding: 26px 30px;
}

.hero-copy-inner {
    overflow: hidden;
}

.hero-brand {
    float: right;
    width: 220px;
    text-align: center;
}

.hero-content {
    margin-right: 250px;
    padding-top: 8px;
}

.hero-badge,
.section-kicker,
.info-chip {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
}

.hero-badge {
    margin-bottom: 18px;
    color: #fff7f0;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.20);
    font-size: 14px;
}

.brand-mark {
    display: block;
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
}

.hero-copy h1 {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.35;
}

.hero-text {
    margin: 0 0 18px;
    max-width: 720px;
    font-size: 21px;
    line-height: 1.8;
    color: #f7efe3;
}

.hero-points {
    margin-top: 6px;
}

.info-chip {
    margin: 0 0 8px 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 14px;
}

.form-card {
    background: #fffdfa;
    border: 1px solid #e4d2b2;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(139, 112, 67, 0.10);
}

.form-card-wide {
    padding: 26px;
}

.form-grid {
    overflow: hidden;
}

.form-side {
    float: right;
    width: 34%;
}

.carousel-side {
    float: left;
    width: 62%;
}

.form-side-panel {
    padding: 26px 24px;
    border: 1px solid #efe1c8;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffdf9, #fbf5ea);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.section-head {
    margin-bottom: 14px;
}

.selection-note {
    margin-top: 18px;
    margin-bottom: 18px;
}

.selection-note h2,
.section-head h2 {
    margin: 0;
    color: #005f61;
    font-size: 20px;
    text-align: center;
}

.selection-note p {
    margin: 10px 0 0;
    color: #7b6e63;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

.section-kicker {
    margin-bottom: 8px;
    color: #8b7043;
    background: #f6ecde;
    font-size: 13px;
}

.field-label {
    display: block;
    margin-bottom: 8px;
    color: #8b7043;
    font-size: 16px;
}

.start_input-id {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border: 2px solid #c3a777;
    border-radius: 18px;
    background: #ffffff;
    color: #1e2b2a;
    font-family: Conv_HelveticaNeueW23-Reg, Tahoma, sans-serif;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.form-mini-features {
    margin-bottom: 18px;
    text-align: center;
}

.form-mini-features span {
    display: inline-block;
    margin: 0 0 8px 6px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #f1e6d5;
    color: #8b7043;
    font-size: 13px;
}

.feature-preview {
    position: relative;
    height: 480px;
    overflow: hidden;
    border: 2px solid #eadfcd;
    border-radius: 30px;
    background: #ffffff;
    text-align: center;
}

.feature-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.feature-preview img.is-switching {
    opacity: 0.72;
    transform: scale(1.02);
}

.nav-btn {
    width: 52px;
    height: 52px;
    line-height: 52px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 95, 97, 0.95);
    color: #fff7f0;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 95, 97, 0.22);
}

.nav-btn-inside {
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -26px;
}

.nav-right {
    right: 18px;
}

.nav-left {
    left: 18px;
}

.carousel-caption {
    padding: 10px 10px 8px;
    text-align: center;
}

.carousel-caption strong {
    display: block;
    color: #005f61;
    font-size: 27px;
}

.carousel-caption span {
    display: block;
    margin-top: 6px;
    color: #7b6e63;
    font-size: 15px;
}

.thumbs-row {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 2px;
    text-align: center;
}

.thumb-card {
    display: inline-block;
    width: 84px;
    height: 112px;
    margin: 0 4px;
    padding: 4px;
    border: 2px solid #eadfcd;
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
}

.thumb-card input {
    display: none;
}

.thumb-card img {
    width: 100%;
    height: 100%;
    border-radius: 11px;
}

.thumb-card.is-active {
    border-color: #c3a777;
    box-shadow: 0 0 0 3px #f5ead8;
}

.start_input-create {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 18px;
    background: #005f61;
    background-image: linear-gradient(135deg, #005f61, #2f615e);
    color: #fff7f0;
    font-family: Conv_HelveticaNeueW23-Reg, Tahoma, sans-serif;
    font-size: 20px;
    cursor: pointer;
    display: block;
}

.start_input-create:hover,
.nav-btn:hover {
    opacity: 0.94;
}

@media screen and (max-width: 1100px) {
    .hero-brand,
    .form-side,
    .carousel-side {
        float: none;
        width: 100%;
    }

    .hero-content {
        margin-right: 0;
        text-align: center;
        padding-top: 20px;
    }

    .form-side {
        margin-bottom: 18px;
    }

    .form-side-panel {
        padding: 20px 18px;
    }

    .feature-preview {
        height: 430px;
    }
}

@media screen and (max-width: 768px) {
    .page {
        width: 92%;
        padding: 14px 0 20px;
    }

    .hero-copy-top,
    .form-card-wide {
        padding: 18px 14px;
        border-radius: 22px;
    }

    .form-side-panel {
        border-radius: 20px;
    }

    .hero-copy h1 {
        font-size: 28px;
    }

    .hero-text {
        font-size: 16px;
    }

    .selection-note h2,
    .section-head h2 {
        font-size: 24px;
    }

    .feature-preview {
        height: 300px;
        border-radius: 22px;
    }

    .nav-btn {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 24px;
    }

    .nav-btn-inside {
        margin-top: -22px;
    }

    .nav-right {
        right: 10px;
    }

    .nav-left {
        left: 10px;
    }

    .carousel-caption strong {
        font-size: 22px;
    }

    .thumb-card {
        width: 70px;
        height: 96px;
    }

    .start_input-id,
    .start_input-create {
        font-size: 18px;
    }

    .form-mini-features span {
        font-size: 12px;
        padding: 6px 12px;
    }
}
