html body.csi-page .csi-shared-enquiry-card {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: visible;
    padding: 1.45rem;
    border: 1px solid rgba(16, 44, 38, 0.1);
    border-radius: 28px;
    background: rgba(246, 239, 227, 0.97);
    box-shadow: 0 28px 60px rgba(9, 25, 20, 0.14);
    color: #193428;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-card__badge {
    position: absolute;
    top: -0.9rem;
    right: 1.2rem;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #eea560 0%, #d78849 100%);
    color: #4f2d11;
    font-family: 'Manrope', sans-serif;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.25;
    text-transform: uppercase;
    box-shadow: 0 16px 32px rgba(228, 161, 93, 0.24);
}

html body.csi-page .csi-shared-enquiry-card .csi-home-card__header h2 {
    margin: 0 0 0.75rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.95rem, 3vw, 2.7rem);
    font-weight: 600;
    line-height: 0.98;
    color: #244533;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-card__header h2 em {
    color: #c17d41;
    font-style: italic;
    font-weight: 500;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-card__header p {
    margin: 0;
    color: #54675d;
    font-family: 'Manrope', sans-serif;
    font-size: 0.92rem;
    line-height: 1.65;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.25rem;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__field {
    min-width: 0;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__field--full,
html body.csi-page .csi-shared-enquiry-card .enquiry-status {
    grid-column: 1 / -1;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__field label {
    display: block;
    margin: 0 0 0.4rem;
    color: rgba(25, 52, 40, 0.72);
    font-family: 'Manrope', sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__control {
    position: relative;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__control i,
html body.csi-page .csi-shared-enquiry-card .csi-home-form__control .csi-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    color: #2e6e54;
    font-size: 1rem;
    pointer-events: none;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__control input,
html body.csi-page .csi-shared-enquiry-card .csi-home-form__control select,
html body.csi-page .csi-shared-enquiry-card .csi-home-form__control textarea {
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 0.88rem 1rem 0.88rem 2.7rem;
    border: 1px solid rgba(16, 44, 38, 0.12);
    border-radius: 16px;
    background-color: #fff;
    color: #1b342e;
    font-family: 'Manrope', sans-serif;
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1.4;
    box-shadow: inset 0 1px 0 rgba(16, 44, 38, 0.03);
    transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__control textarea {
    min-height: 120px;
    resize: vertical;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__control select {
    padding-right: 3.2rem;
    appearance: none;
    -webkit-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #245340 50%),
        linear-gradient(135deg, #245340 50%, transparent 50%);
    background-position:
        calc(100% - 24px) calc(50% - 3px),
        calc(100% - 18px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__control input::placeholder,
html body.csi-page .csi-shared-enquiry-card .csi-home-form__control textarea::placeholder {
    color: rgba(27, 52, 46, 0.52);
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__control input:focus,
html body.csi-page .csi-shared-enquiry-card .csi-home-form__control select:focus,
html body.csi-page .csi-shared-enquiry-card .csi-home-form__control textarea:focus {
    outline: none;
    border-color: rgba(45, 106, 79, 0.48);
    box-shadow: 0 0 0 4px rgba(79, 169, 122, 0.12);
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.2rem;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    min-height: 52px;
    padding: 0.82rem 1.3rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-btn--submit {
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #1f5a43 0%, #153c2d 100%);
    color: #f7efe4;
    box-shadow: 0 18px 34px rgba(21, 60, 45, 0.18);
}

html body.csi-page .csi-shared-enquiry-card .csi-home-btn--submit:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #244f3f 0%, #17392d 100%);
    box-shadow: 0 20px 36px rgba(21, 60, 45, 0.24);
}

html body.csi-page .csi-shared-enquiry-card .csi-home-btn--submit:focus-visible {
    outline: 3px solid rgba(197, 126, 75, 0.42);
    outline-offset: 3px;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-btn--submit:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

html body.csi-page .csi-shared-enquiry-card .csi-home-form__privacy {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
    max-width: 210px;
    color: #68786e;
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    line-height: 1.6;
}

@media (max-width: 760px) {
    html body.csi-page .csi-shared-enquiry-card .csi-home-form__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    html body.csi-page .csi-shared-enquiry-card .csi-home-form__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
    }

    html body.csi-page .csi-shared-enquiry-card .csi-home-btn,
    html body.csi-page .csi-shared-enquiry-card .csi-home-form__privacy {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 520px) {
    html body.csi-page .csi-shared-enquiry-card {
        padding: 1.2rem;
        border-radius: 22px;
    }

    html body.csi-page .csi-shared-enquiry-card .csi-home-card__badge {
        position: static;
        width: 100%;
        justify-content: center;
        margin-bottom: 1rem;
        text-align: center;
    }
}
