* {
    box-sizing: border-box;
}

body.contact-fullscreen {
    background: #fff;
    overflow-x: hidden;
}

body.contact-fullscreen .header {
    height: 112px;
    display: flex;
    align-items: center;
    position: absolute;
}

body {
    color: #0a0a14;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 87.5%;
    line-height: 1.75;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
    line-height: normal;
}

html {
    scroll-behavior: smooth;
    min-height: 100%;
}

.gap-contact {
    display: flex;
    gap: 1rem 1.5rem;
    height: auto;
}

.gap-contact .col-flex {
    margin-bottom: 4rem;
    min-height: calc(100vh - 112px - 4rem);
}

.gap-contact .col-flex:first-child {
    flex-basis: calc(40% - 0.75rem);
    padding: 1.5rem 1.5rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 1.5rem;
}

@media (max-width: 1300px) {
    .gap-contact .col-flex:first-child {
        flex-basis: 100%;
        box-shadow: none !important;
        padding: 0 !important;
    }
}

.gap-contact .col-flex:first-child .step-indicator {
    margin-bottom: 0.75rem;
    display: block;
    text-decoration: none;
    color: #e1ad01;
}

.gap-contact .col-flex:first-child .step-indicator>.step-graphic {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Outfit', sans-serif;
}

.gap-contact .col-flex:first-child .step-indicator>.step-graphic::before {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../../img/arrow-prev.png);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
}

.gap-contact .col-flex:first-child .form-progress {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.gap-contact .col-flex:first-child .form-progress .progress-step {
    flex: 1;
    height: 10px;
    background-color: rgba(0, 70, 110, 0.2);
    transition: 0.3s ease-in-out;
    border-radius: 1.5rem;
}

.gap-contact .col-flex:first-child .form-progress .progress-step.active {
    background-color: #e1ad01;
    transition: 0.3s ease-in-out;
}

.gap-contact .col-flex:first-child .button-bar {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.gap-contact .col-flex:last-child {
    flex-basis: calc(60% - 0.75rem);
    padding: 4rem 7rem 2rem 7rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    border-radius: 1.5rem;
}

.contact-sidebar__logobar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.contact-sidebar__logo {
    width: 320px;
    height: auto;
    flex-shrink: 0;
}

.contact-sidebar__contact-items {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: right;
}

.contact-sidebar__contact-items p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    margin: 0;
}

.contact-sidebar__contact-items a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.contact-sidebar__contact-items a:hover {
    text-decoration: underline;
}

/* ── Get-started header contact bar ─────────────────────────────────────── */
.header .container--ultra {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__contact-bar {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    order: 2;
}

.header__contact-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #0a1628;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

.header__contact-item:hover {
    text-decoration: underline;
}


@media only screen and (max-height: 775px) {
    .gap-contact .col-flex:last-child {
        padding: 7rem 7rem 7rem 7rem;
    }
}

.gap-contact .col-flex:last-child figure {
    display: flex;
    justify-content: center;
}

@media (max-width: 1300px) {
    .gap-contact .col-flex:last-child {
        display: none;
    }
}

.contactform-fullpage>.container {
    height: 100%;
}

.form-step {
    opacity: 0;
    top: 0;
    transform: translateX(30px);
    pointer-events: none;
    position: absolute;
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.form-step.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
}

.header>.container {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}

.container {
    max-width: 87.5rem;
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
}

.header__logo {
    margin: .375rem 0;
}

.header__logo a {
    display: inline-block;
}

.header__logo img {
    display: block;
    width: 246.89px;
    height: 60px;
}

.u-skip-link {
    position: absolute;
    top: 0;
    right: 100%;
}

@media (min-width: 40rem) {
    body {
        font-size: 100%;
    }
}

body main {
    height: auto;
}

main {
    flex-grow: 1;
    overflow-x: hidden;
}

form {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.header {
    position: relative;
    z-index: 3;
    background-color: transparent;
    text-align: center;
    top: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: .2s cubic-bezier(.215, .61, .355, 1);
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    padding: 1rem 2rem;
    color: #000;
    background-color: #e1ad01;
    border: none;
    transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    display: inline-flex;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
}

button:hover {
    background-color: #C80000;
}

.radio-options {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1.5rem;
}

.radio-options .form-group--radio,
.radio-options .form-group--checkbox {
    font-family: "Open Sans", sans-serif;
    font-size: .875rem;
}

form input[type=radio],
form input[type=checkbox] {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
}

form input,
form textarea {
    padding: .75rem 1em;
    width: 100%;
    -webkit-appearance: none;
    position: relative;
    color: #0a0a14 !important;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #0a0a14;
    font-weight: 400;
    opacity: 0.6;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #0a0a14;
    font-weight: 400;
    opacity: 0.6;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #0a0a14;
    font-weight: 400;
    opacity: 0.6;
}

form input::placeholder,
form textarea::placeholder {
    color: #0a0a14;
    font-weight: 400;
    opacity: 0.6;
}

form input[type=radio]:checked::after,
form input[type=checkbox]:checked::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

form input[type=radio]::after,
form input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 15px;
    height: 15px;
    background-color: #e1ad01;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    opacity: 0;
}

.row>* {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
}

.row {
display: flex;
flex-wrap: wrap;
}

.no-wrap {
flex-wrap: nowrap;
}

.form-group {
position: relative;
margin-top: .5rem;
}

.pristine-error {
display: block;
background-color: red;
color: white;
padding: .5rem;
margin-top: 1rem;
}

.gap-contact__form-col {
    display: flex;
    flex-direction: column;
}

.contact-sidebar__logo {
    display: block;
    margin: auto;
    position: relative;
}

/* ========================================================================
   MF Storage — get-started form additions
   ======================================================================== */

/* ── Facility image cards (Step 1) ──────────────────────────────────────── */
.radio-options--facility-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.radio-options--facility-cards .form-group--radio {
    position: relative;
}

.radio-options--facility-cards input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    pointer-events: none;
}

/* Card label — column layout, image on top, info below */
.radio-options--facility-cards label {
    display: flex !important;
    flex-direction: column;
    cursor: pointer;
    border: 2px solid #e0e6ed;
    border-radius: 1.5rem;
    overflow: hidden;
    padding: 0;
    height: 100%;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.radio-options--facility-cards label:hover {
    border-color: #c8cfd8;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* Selected state */
.radio-options--facility-cards input[type="radio"]:checked + label {
    border-color: #e1ad01;
    box-shadow: 0 0 0 2px rgba(225, 173, 1, 0.18);
    transform: translateY(-2px);
}

/* Image wrapper */
.radio-options--facility-cards label figure {
    flex-shrink: 0;
    margin: 0;
    width: 100%;
    height: 130px;
    position: relative;
    overflow: hidden;
}

.radio-options--facility-cards label figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.radio-options--facility-cards label:hover figure img {
    transform: scale(1.04);
}

/* Checked tick badge */
.radio-options--facility-cards label figure::after {
    content: "";
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #e1ad01;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M3 7l3 3 5-5' stroke='%23fff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.radio-options--facility-cards input[type="radio"]:checked + label figure::after {
    opacity: 1;
    transform: scale(1);
}

/* Text info section */
.facility-card__info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.875rem 1rem 1rem;
    flex: 1;
}

.facility-card__info strong {
    font-family: "Outfit", sans-serif;
    font-size: 0.975rem;
    font-weight: 600;
    color: #0a1628;
    line-height: 1.3;
}

.facility-card__info span {
    font-size: 0.8rem;
    color: #5a6a7e;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.facility-card__info span::before {
    content: "";
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a5 5 0 0 1 5 5c0 3.5-5 9-5 9S3 9.5 3 6a5 5 0 0 1 5-5zm0 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4z' fill='%235a6a7e'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* Mobile: single column, horizontal card layout */
@media (max-width: 639px) {
    .radio-options--facility-cards {
        grid-template-columns: 1fr;
    }

    .radio-options--facility-cards label {
        flex-direction: row;
        align-items: stretch;
    }

    .radio-options--facility-cards label figure {
        width: 120px;
        height: auto;
        min-height: 90px;
        flex-shrink: 0;
    }

    .facility-card__info {
        padding: 0.75rem 1rem;
        justify-content: center;
    }
}

/* Desktop: equal cards, taller image */
@media (min-width: 640px) {
    .radio-options--facility-cards label figure,
    .general-enquiry-btn__figure {
        height: 160px;
    }
}

/* ── General enquiry option (Step 1, 4th card) ──────────────────────────── */
.radio-options--facility-cards .form-group--general-enquiry {
    position: relative;
}

.general-enquiry-btn {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff;
    border: 2px solid #e0e6ed;
    border-radius: 1.5rem;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.general-enquiry-btn:hover {
    background: #fff;
    border-color: #e1ad01;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateY(-2px);
    color: inherit;
}

.general-enquiry-btn__figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    flex-shrink: 0;
    background: #f5f7fa;
    margin: 0;
}

.general-enquiry-btn__circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e1ad01;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.general-enquiry-btn__sub {
    font-style: normal;
    font-size: 0.8rem;
    color: #5a6a7e;
    font-weight: 400;
    letter-spacing: normal;
}

.form-group--general-enquiry .facility-card__info strong {
    overflow-wrap: break-word;
}

@media (max-width: 639px) {
    .general-enquiry-btn {
        flex-direction: row;
        align-items: stretch;
    }

    .general-enquiry-btn__figure {
        width: 120px;
        height: 100%;
        min-height: 120px;
        flex-shrink: 0;
    }
}

/* ── Facility selection confirmation message ────────────────────────────── */
.facility-selected-msg {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #0a1628;
}

.facility-selected-msg__icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: #e1ad01;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M3 7l3 3 5-5' stroke='%23fff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

/* ── Unit cards (Step 2, dynamic) ───────────────────────────────────────── */
.radio-options--unit-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* ── Unit sort bar ───────────────────────────────────────────────────────── */
.unit-sort-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.unit-sort-btn {
    padding: 0.4rem 0.9rem;
    border-radius: 2rem;
    border: 2px solid #e0e6ed;
    background: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #5a6a7e;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    line-height: 1.4;
}

.unit-sort-btn:hover {
    border-color: #e1ad01;
    background: #fff;
    color: #0a1628;
}

.unit-sort-btn.active {
    border-color: #e1ad01;
    background: #e1ad01;
    color: #fff;
}

.radio-options--unit-cards .form-group--radio {
    position: relative;
    flex: 1 1 100%;
}

.radio-options--unit-cards input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    pointer-events: none;
}

.radio-options--unit-cards label {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 2px solid #e0e6ed;
    border-radius: 1.5rem;
    padding: 1rem 1.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
    gap: 1rem;
    height: 100%;
    position: relative;
    max-width: 100%;
}

.radio-options--unit-cards input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0.55rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #e1ad01;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M3 7l3 3 5-5' stroke='%23fff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    pointer-events: none;
}

.unit-card__info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
    min-width: 0;
}

.radio-options--unit-cards label:hover {
    border-color: #e1ad01;
}

.radio-options--unit-cards input[type="radio"]:checked + label {
    border-color: #e1ad01;
    box-shadow: 0 0 0 2px rgba(225, 173, 1, 0.15);
}

.radio-options--unit-cards label strong {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #0a1628;
    display: block;
}

.radio-options--unit-cards label span {
    font-size: 0.875rem;
    color: #5a6a7e;
    display: block;
}

.unit-price {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #e1ad01;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── Move-in date input ─────────────────────────────────────────────────── */
.date-picker-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#move_in_date,
.flatpickr-input[readonly],
.form-control.input[readonly] {
    border: 2px solid #e1ad01 !important;
    border-radius: 1.5rem !important;
    background: #fff !important;
    padding: 0.75rem 1em !important;
    color: #141414 !important;
    cursor: pointer;
    width: 100%;
}

.date-picker-label {
    font-family: "Outfit", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #5a6a7e;
    cursor: pointer;
    display: block;
}

/* ── Select inputs (goods type etc.) ───────────────────────────────────── */
form select {
    padding: 0.75rem 2.5rem 0.75rem 1em;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #e1ad01;
    border-radius: 1.5rem;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235a6a7e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1em center;
    color: rgba(10, 10, 20, 0.6);
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
}

form select.has-value {
    color: #0a0a14;
}

form select:focus {
    outline: none;
    border-color: #e1ad01;
    box-shadow: 0 0 0 3px rgba(225, 173, 1, 0.18);
}

/* ── Storage term cards (Step 4) ────────────────────────────────────────── */
.radio-options--cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.radio-options--cards .form-group--radio {
    position: relative;
    flex: 0 0 100%;
    margin: 0;
}

.radio-options--cards .form-group--radio input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    pointer-events: none;
}

.radio-options--cards .form-group--radio label {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    cursor: pointer;
    line-height: 1.3;
    border: 2px solid #e0e6ed;
    border-radius: 1.5rem;
    padding: 1rem 1.25rem;
    background: #fff;
    height: 100%;
    max-width: 100%;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.radio-options--cards .form-group--radio input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0.55rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #e1ad01;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M3 7l3 3 5-5' stroke='%23fff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    pointer-events: none;
}

.radio-options--cards .form-group--radio label:hover {
    border-color: #e1ad01;
}

.radio-options--cards .form-group--radio input[type="radio"]:checked + label {
    border-color: #e1ad01;
    box-shadow: 0 0 0 2px rgba(225, 173, 1, 0.15);
}

.radio-options--cards .form-group--radio label strong {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 0.9375rem;
    color: #0a1628;
}

.radio-options--cards .form-group--radio label span {
    font-size: 0.8125rem;
    color: #555;
    font-weight: 400;
}

/* ── Unit skeleton loading (Step 2) ─────────────────────────────────────── */
.units-skeleton {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.units-skeleton__card {
    flex: 0 0 100%;
    border-radius: 1.5rem;
    border: 2px solid #e8eaed;
    padding: 1rem 1.25rem;
    background: #f0f2f5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    overflow: hidden;
    position: relative;
}

.units-skeleton__card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255, 255, 255, 0.75) 50%,
        transparent 70%
    );
    background-size: 250% 100%;
    animation: skeleton-shimmer 1.2s ease-in-out infinite;
}

.units-skeleton__card:nth-child(2)::after { animation-delay: 0.15s; }
.units-skeleton__card:nth-child(3)::after { animation-delay: 0.3s; }
.units-skeleton__card:nth-child(4)::after { animation-delay: 0.45s; }

@keyframes skeleton-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.units-skeleton__info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}

.units-skeleton__line {
    border-radius: 0.5rem;
    background: #d8dce3;
    display: block;
}

.units-skeleton__line--title {
    height: 1rem;
    width: 60%;
}

.units-skeleton__line--sub {
    height: 0.75rem;
    width: 80%;
}

.units-skeleton__price {
    flex-shrink: 0;
    width: 5.5rem;
    height: 1.1rem;
    border-radius: 0.5rem;
    background: #d8dce3;
}

/* ── Fetch/submit error message ─────────────────────────────────────────── */
.units-fetch-error {
    background: #fff5f5;
    border: 1px solid #fcc;
    border-radius: 1.5rem;
    padding: 0.875rem 1.125rem;
    color: #c0392b;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.units-fetch-error a {
    color: #c0392b;
    text-decoration: underline;
}

/* ── MF Storage sidebar ─────────────────────────────────────────────────── */
.bg-mf-storage {
    background-color: #0a1628;
    background-image: url('../../img/webp/gate-entrance.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bg-mf-storage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(10, 22, 40, 0.82) 0%, rgba(10, 22, 40, 0.72) 100%);
    border-radius: 1.5rem;
}

.contact-sidebar__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.header {
padding-bottom: 0 !important;
box-shadow: none !important;
}
/* ── Testimonials in dark sidebar ───────────────────────────────────────── */
.sidebar-testimonials {
    position: relative;
    z-index: 1;
    padding-bottom: 2.5rem;
}

.sidebar-testimonials .testimonial {
    background: #fff;
    border: 1px solid #141414;
    border-radius: 3rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

@media (min-width: 40rem) {
    .sidebar-testimonials .testimonial {
        align-items: flex-start;
        justify-content: flex-start;
        padding: 4rem;
    }
}

.sidebar-testimonials .testimonial p {
    color: #141414;
    font-style: italic;
    margin: 0;
}

.sidebar-testimonials .testimonial .info-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-top: 1.5rem;
    width: 100%;
}

@media (min-width: 40rem) {
    .sidebar-testimonials .testimonial .info-bar {
        flex-direction: row;
        flex-grow: 1;
        margin-top: 3rem;
        gap: 0;
    }
}

.sidebar-testimonials .testimonial .info-bar figure {
    display: flex;
    flex-direction: row;
    gap: 2px;
    margin: 0;
    flex-shrink: 0;
}

.sidebar-testimonials .testimonial .info-bar cite {
    color: #5a6a7e;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.03em;
}

/* Prev/next arrow controls */
.sidebar-testimonials .tns-controls {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.sidebar-testimonials .tns-controls button {
    all: unset;
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease !important;
}

.sidebar-testimonials .tns-controls button:hover {
    background-color: transparent !important;
    opacity: 1;
}

.sidebar-testimonials .tns-controls button[data-controls="prev"] {
    background-image: url('../../img/arrow-prev-white.svg') !important;
}

.sidebar-testimonials .tns-controls button[data-controls="next"] {
    background-image: url('../../img/arrow-next-white.svg') !important;
}

/* Nav dots */
/* Force nav always below the slide regardless of DOM injection order */
.sidebar-testimonials .tns-outer {
    display: flex;
    flex-direction: column;
}

.sidebar-testimonials .tns-inner {
    order: 1;
}

.sidebar-testimonials .tns-controls {
    order: 2;
}

.sidebar-testimonials .tns-nav {
    order: 3;
    position: static !important;
    transform: none !important;
    display: flex !important;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
    padding: 0 !important;
    margin-top: 1.5rem;
    width: auto !important;
}

.sidebar-testimonials .tns-nav button {
    all: unset;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.4) !important;
    cursor: pointer;
    transition: background 0.2s ease, width 0.2s ease !important;
}

.sidebar-testimonials .tns-nav button.tns-nav-active {
    width: 22px !important;
    border-radius: 4px !important;
    background: #e1ad01 !important;
}

/* ════════════════════════════════════════════════════════════════════════════
   Mobile optimisation
   ════════════════════════════════════════════════════════════════════════════ */

/* ── Header: smaller on mobile ──────────────────────────────────────────── */
@media (max-width: 639px) {
    body.contact-fullscreen .header {
        height: auto;
        position: static;
        padding: 0.75rem 0;
    }

    .header__logo img {
        width: 150px;
        height: auto;
    }
}

/* ── Main: clear fixed header ───────────────────────────────────────────── */
.page-get-started {
    padding-top: 112px !important;
}

@media (max-width: 639px) {
    .page-get-started {
        padding-top: 0 !important;
    }
}

/* ── Contact bar: left-align and stack on mobile ────────────────────────── */
@media (max-width: 639px) {
    .header .container--ultra {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 0.5rem;
    }

    .header__contact-bar {
        flex-direction: row;
        align-items: flex-start;
        gap: 1rem;
    }
}

/* ── Form column: sensible padding on mobile ────────────────────────────── */
@media (max-width: 1300px) {
    .gap-contact .col-flex:first-child {
        padding: 1.5rem 0 !important;
    }
}

@media (max-width: 639px) {
    .gap-contact .col-flex:first-child {
        padding: 1rem 0 !important;
    }
}

/* ── Form gap-contact row: allow wrapping on mobile ─────────────────────── */
@media (max-width: 1300px) {
    .gap-contact.no-wrap {
        flex-wrap: wrap;
    }
}

/* ── Step headings: tighter on mobile ───────────────────────────────────── */
@media (max-width: 639px) {
    .form-step h4 {
        font-size: 1.125rem;
    }
}

/* ── Inputs / textarea / select: 16px on mobile prevents iOS zoom ───────── */
@media (max-width: 639px) {
    form input:not([type="radio"]):not([type="checkbox"]),
    form textarea,
    form select {
        font-size: 1rem;
        min-height: 48px;
    }

    form textarea {
        min-height: auto;
    }
}

/* ── Button bar: stacked full-width on mobile ───────────────────────────── */
@media (max-width: 639px) {
    .gap-contact .col-flex:first-child .button-bar {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

    .gap-contact .col-flex:first-child .button-bar button {
        width: 100%;
        justify-content: center;
    }
}

/* ── Unit cards: full width on small screens ────────────────────────────── */
@media (max-width: 639px) {
    .radio-options--unit-cards .form-group--radio {
        flex: 0 0 100%;
        min-width: 0;
    }
}

/* ── Flatpickr calendar: don't overflow on narrow screens ───────────────── */
@media (max-width: 639px) {
    .flatpickr-calendar {
        width: calc(100vw - 2rem) !important;
        left: 1rem !important;
        right: 1rem !important;
    }
}

/* ── Progress bar: tighter gap on mobile ───────────────────────────────── */
@media (max-width: 639px) {
    .gap-contact .col-flex:first-child .form-progress {
        gap: 0.5rem;
    }
}

/* ── Form submit overlay loader ─────────────────────────────────────────── */
.form-submit-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(10, 22, 40, 0.72);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.form-submit-overlay.is-visible {
    opacity: 1;
    pointer-events: all;
}

.form-submit-overlay__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.form-submit-overlay__spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 4px solid rgba(225, 173, 1, 0.25);
    border-top-color: #e1ad01;
    animation: submit-spin 0.75s linear infinite;
}

@keyframes submit-spin {
    to { transform: rotate(360deg); }
}

.form-submit-overlay__label {
    font-family: "Outfit", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.02em;
    margin: 0;
    text-align: center;
}
