:root {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111111;
    background: transparent;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-width: 280px;
    background: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111111;
}

.enquiry-shell {
    padding: 14px;
}

.enquiry-card {
    width: 100%;
    max-width: 825px;
    margin: 0 auto;
    padding: 16px 53px 35px;
    background: #f1f2f3;
    border: 0;
    border-radius: 0;
}

.enquiry-header {
    margin-bottom: 20px;
}

    .enquiry-header h1 {
        margin: 0 0 0px;
        color: #000000;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: -0.4px;
    }

.enquiry-header p {
    margin: 0;
    color: #111111;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 20px;
}

.field {
    min-width: 0;
}

.field-full {
    grid-column: 1 / -1;
}

/* Keep labels accessible without showing them in the visual layout. */
.field > label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.form-control {
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 9px 13px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #ffffff;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    box-shadow: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-control::placeholder {
    color: #8f8f8f;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #8f8f8f;
}

.form-control::-moz-placeholder {
    color: #8f8f8f;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #8f8f8f;
}

select.form-control {
    color: #858585;
    cursor: pointer;
}

select.form-control option {
    color: #333333;
    background: #ffffff;
}

.form-control:focus {
    outline: 0;
    border-color: #b6b6b6;
    box-shadow: 0 0 0 2px rgba(209, 27, 35, 0.10);
}

.phone-row {
    display: grid;
    grid-template-columns: 201px minmax(0, 1fr);
    gap: 15px;
}

.phone-code,
.phone-code:disabled,
.phone-code[readonly] {
    background: #eeeeee;
    color: #8f8f8f;
    border-color: #e5e5e5;
    opacity: 1;
}

.field-error {
    display: block;
    margin-top: 5px;
    color: #d11b23;
    font-size: 12px;
    line-height: 1.35;
}

.message {
    display: block;
    margin: 0 0 10px;
 /* padding: 11px 13px;
    border-radius: 3px;*/
    font-size: 13px;
    line-height: 1.45;
}

.message-success {
    /* background: #edf8ef;
    border: 1px solid #a5d0ad;*/
    color: #a40000;
}

.message-error {
 /* background: #fff1f1;
    border: 1px solid #e4aaaa;*/
    color: #a40000;
}

.message-error:empty {
    display: none;
}

.privacy-note {
    position: relative;
    margin: 15px 0 15px;
    padding-left: 16px;
    color: #191919;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.privacy-note::before {
    content: "i";
    position: absolute;
    top: 2px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d11b23;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 11px;
    text-align: center;
}

.submit-button {
    width: 100%;
    height: 42px;
    min-height: 42px;
    padding: 10px 18px;
    border: 0;
    border-radius: 3px;
    background: #d11b23;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.submit-button:hover,
.submit-button:focus {
    background: #b9161d;
}

.submit-button:focus {
    outline: 2px solid rgba(209, 27, 35, 0.25);
    outline-offset: 2px;
}

.submit-button:disabled {
    opacity: 0.65;
    cursor: wait;
}

.hidden-field,
.honeypot,
.gtm-frame {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 700px) {
    .enquiry-shell {
        padding: 8px;
    }

    .enquiry-card {
        padding: 22px 18px 38px;
    }

    .enquiry-header {
        margin-bottom: 27px;
    }

    .enquiry-header h1 {
        font-size: 25px;
    }

    .enquiry-header p {
        font-size: 14px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }

    .field-full {
        grid-column: auto;
    }

    .phone-row {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 10px;
    }
}

/* Single-message validation */
.validation-summary-message {
   /* margin-bottom: 20px;
    background: #fff2f2;
    border: 1px solid #d11b23;*/
    color: #b5141b;
    font-weight: 500;
}

.form-control.input-error,
.form-control.input-error:focus {
    border-color: #d11b23 !important;
    background-color: #fffafa;
    box-shadow: 0 0 0 2px rgba(209, 27, 35, 0.10);
}

/* Individual ASP.NET validation text remains hidden. */
.field-error {
    display: none !important;
}

