:root {
    --remax-blue: #0C2749;
    --remax-blue-light: #007DC3;
    --remax-blue-lightest: #A4D7F4;
    --remax-red: #FF1200;
    --remax-red-dark: #E01000;
    --remax-gray-dark: #333333;
    --remax-gray: #626366;
    --remax-gray-light: #949CA1;
    --remax-gray-lightest: #C4C6C8;
    --remax-white: #FFFFFF;
    --remax-page-bg: #F7F5EE;
    --remax-input-border: #CED4DA;
    --remax-input-text: #495057;
    --remax-footer-bg: #0F161A;
}

@font-face {
    font-family: HelveticaNeueLTPro;
    src: url("/assets/fonts/382D01_6_0.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: HelveticaNeueLTPro;
    src: url("/assets/fonts/382D01_8_0.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: HelveticaNeueLTPro;
    src: url("/assets/fonts/382D01_A_0.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: HelveticaNeueLTPro;
    src: url("/assets/fonts/382D01_C_0.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: HelveticaNeueLTPro;
    src: url("/assets/fonts/382D01_E_0.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Bootstrap Grid System - Basic */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Utility Classes */
.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.text-center {
    text-align: center !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-none {
    display: none !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }
}

html,
body {
    margin: 0;
}

body {
    font-family: HelveticaNeueLTPro, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--remax-gray-dark);
    background-color: #fff;
    padding-top: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 420px) {
    body {
        padding-top: 58px;
    }
}

.site-content-wrapper {
    background-color: var(--remax-page-bg);
    padding-bottom: 60px;
}

#code-input-form {
    scroll-margin-top: 120px;
}

@media screen and (max-width: 425px) {
    #code-input-form {
        scroll-margin-top: 72px;
    }
}

/* Main Hero Section — stejný rytmus jako Bootstrap container-fluid + row + col-md-6 */
.hero-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    width: 100%;
}

.hero-content {
    /* Extra bottom padding so the overlapping form never covers the intro text */
    padding: 48px 15px 70px;
}

.hero-content h1 {
    color: var(--remax-blue);
    font-size: 36px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.2;
}

.hero-content p {
    color: var(--remax-blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-top: 8px;
}

.hero-image {
    width: 100%;
    min-height: 377px;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Form Section */
.form-section {
    background-color: transparent;
    padding: 0 15px;
    position: relative;
}

.form-container {
    max-width: 960px;
    margin: -100px auto 0;
    position: relative;
    z-index: 10;
}

.form-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--remax-gray-dark);
    margin-bottom: 0;
    padding-top: 40px;
}

/* Step Indicator */
.step-indicator {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 120px 85px;
    margin-bottom: 0;
    position: relative;
}

.step-line {
    position: absolute;
    top: 69px;
    left: 120px;
    right: 120px;
    width: auto;
    transform: none;
    height: 2px;
    background-color: #f5f5f5;
    z-index: 0;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 1;
    align-self: flex-start;
}

.step-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f5f5f5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    overflow: hidden;
}

.step-circle img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.6);
    transition: all 0.3s;
}

.step-item:not(.active):not(.completed) .step-circle {
    background-color: #f5f5f5;
    border-color: transparent;
}

.step-item:not(.active):not(.completed) .step-circle img {
    filter: brightness(0) invert(0.7);
}

.step-item.active .step-circle {
    background-color: var(--remax-blue);
    border-color: var(--remax-blue);
}

.step-item.active .step-circle img {
    filter: brightness(0) invert(1);
}

.step-item.completed .step-circle {
    background-color: #a3d4f2;
    border-color: #a3d4f2;
}

.step-item.completed .step-circle img {
    filter: brightness(0) invert(1);
}

.step-item.completed .step-label {
    color: #a3d4f2;
    font-weight: 700;
}

.step-label {
    font-size: 18px;
    font-weight: 700;
    color: #c4c6c8;
    text-align: center;
    max-width: none;
    white-space: nowrap;
    margin-top: 12px;
}

.step-item.active .step-label {
    color: var(--remax-blue);
    font-weight: 700;
}

/* Form Styles */
.form-wrapper {
    background: var(--remax-white);
    border-radius: 0;
    padding: 0 0 70px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.29);
}

.form-wrapper .step-indicator {
    margin-bottom: 0;
}

.form-wrapper form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 15px;
    padding: 0 72px;
}

#formStep2 {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
}

#formStep2 .form-group {
    max-width: 100%;
}

.form-group {
    margin-bottom: 0;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-row {
    grid-column: 1 / -1;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.form-row .form-group.small {
    flex: 1;
    min-width: 150px;
}

.address-row {
    align-items: flex-start;
    flex-wrap: nowrap;
}

.address-row .address-field {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    position: relative;
}

.location-input-wrap {
    position: relative;
    width: 280px;
    max-width: calc(100% - 46px);
    flex: none;
}

.location-input-wrap input {
    width: 100%;
    max-width: 100%;
}

.locate-me-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid var(--remax-input-border);
    border-radius: 4px;
    background: var(--remax-white);
    color: var(--remax-blue);
    cursor: pointer;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.locate-me-btn[hidden] {
    display: none;
}

.locate-me-btn:hover,
.locate-me-btn:focus {
    border-color: var(--remax-blue);
    outline: none;
}

.locate-me-btn.is-loading {
    pointer-events: none;
    opacity: 0.65;
}

.locate-me-btn.is-loading i {
    animation: spin 0.9s linear infinite;
}

.address-row .address-field .error-message {
    flex: 1 0 100%;
}

.address-row .region-field {
    flex: 0 0 280px;
    width: 280px;
    max-width: 100%;
    position: relative;
}

.region-combobox {
    position: relative;
}

.region-combobox input {
    padding-right: 36px;
}

.region-chevron {
    position: absolute;
    top: 0;
    right: 12px;
    height: 38px;
    display: flex;
    align-items: center;
    color: var(--remax-gray);
    pointer-events: none;
    font-size: 12px;
}

.region-suggestions {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    z-index: 50;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: var(--remax-white);
    border: 1px solid var(--remax-input-border);
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 240px;
    overflow-y: auto;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.region-suggestion {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 15px;
    color: var(--remax-input-text);
    touch-action: manipulation;
}

.region-suggestion.is-active,
.region-suggestion:hover {
    background: #f5f5f5;
}

.region-suggestion-empty {
    padding: 8px 12px;
    color: var(--remax-gray);
    font-size: 14px;
}

.municipality-suggestions {
    min-width: 280px;
}

.municipality-suggestions .region-suggestion span {
    display: block;
    font-size: 12px;
    color: var(--remax-gray);
}

#location:disabled {
    background-color: #f5f5f5;
    color: #9aa0a6;
    cursor: not-allowed;
}

.pac-container {
    z-index: 10000;
}

.form-group.small {
    grid-column: span 1;
}

.form-group.size-field {
    max-width: 156px;
    flex: 0 0 156px;
    width: 156px;
}

.form-group.size-field input {
    width: 156px;
    max-width: 156px;
}

.form-wrapper form button.btn {
    grid-column: 1 / -1;
    margin-top: 10px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

label {
    display: block;
    margin-bottom: 6px;
    color: var(--remax-gray-dark);
    font-weight: 500;
    font-size: 13px;
}

label .required {
    color: var(--remax-red);
    margin-left: 3px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select:not(.goog-te-combo),
textarea {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid var(--remax-input-border);
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    color: var(--remax-input-text);
    background-color: var(--remax-white);
    transition: border-color 0.3s;
    height: 38px;
    box-sizing: border-box;
}

textarea {
    height: auto;
    min-height: 75px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:not(.goog-te-combo):focus,
textarea:focus {
    outline: none;
    border-color: var(--remax-blue);
}

input.error,
select.error,
textarea.error {
    border-color: var(--remax-red);
}

.help-text {
    font-size: 11px;
    color: var(--remax-gray);
    margin-top: 4px;
}

.error-message {
    color: var(--remax-red);
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.error-message.show {
    display: block;
}

.error-message.show.is-info {
    color: var(--remax-blue);
}

#sms-code-error {
    text-align: center;
}

.checkbox-group,
.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
}

.checkbox-item,
.radio-item {
    margin-bottom: 0;
}

input[type="checkbox"] {
    margin: 0 8px 0 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

input[type="radio"] {
    margin: 0 8px 0 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid var(--remax-blue);
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    flex-shrink: 0;
}

input[type="radio"]:checked {
    background-color: var(--remax-blue);
    border-color: var(--remax-blue);
}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

label.checkbox-label,
label.radio-label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    cursor: pointer;
}

label.radio-label span,
label.checkbox-label span {
    padding-top: 1px;
}

.checkbox-item .help-text {
    margin-left: 26px;
    margin-top: 5px;
}

textarea {
    resize: vertical;
    min-height: 75px;
}

.char-count {
    font-size: 12px;
    color: var(--remax-gray);
    text-align: right;
    margin-top: 5px;
}

.btn {
    width: auto;
    padding: 11px 40px;
    background-color: var(--remax-red);
    color: var(--remax-white);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 8px;
}

.btn:hover {
    background-color: var(--remax-red-dark);
}

.btn:active {
    transform: translateY(1px);
}

.btn:disabled {
    background-color: var(--remax-gray-lightest);
    cursor: not-allowed;
}

.note-text {
    text-align: center;
    color: var(--remax-gray);
    font-size: 12px;
    margin-top: 10px;
}

.contact-recap {
    background-color: var(--remax-page-bg);
    border: 1px solid var(--remax-input-border);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}

.contact-recap h3 {
    color: var(--remax-blue);
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-recap-item {
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-recap-item strong {
    color: var(--remax-gray-dark);
}

.section {
    display: none;
}

.section.active {
    display: block;
}

.success-section {
    text-align: center;
    padding: 5px 5px;
    max-width: 600px;
    margin: 0 auto;
}

.success-icon {
    font-size: 64px;
    color: var(--remax-blue);
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.success-section h2 {
    color: var(--remax-blue);
    font-size: 32px;
    margin-top: 80px;
    margin-bottom: 20px;
}

.form-wrapper .success-section h2 {
    margin-top: 0;
}

.success-section p {
    color: var(--remax-gray);
    font-size: 18px;
    margin-bottom: 15px;
}

.secondary-text {
    color: var(--remax-gray-light);
    font-size: 14px;
    margin-top: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 991px) {
    .form-title {
        font-size: 26px;
        padding-top: 32px;
    }

    .form-wrapper {
        padding: 0 0 48px;
    }

    .form-wrapper form {
        padding: 0 40px;
        gap: 14px 15px;
    }

    .step-indicator {
        padding: 32px 48px 40px;
    }

    .step-line {
        top: 62px;
        left: 72px;
        right: 72px;
    }

    .region-suggestions,
    .municipality-suggestions {
        position: relative;
        top: 0;
        min-width: 0;
        max-height: 220px;
        z-index: 200;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid var(--remax-input-border);
    }

    .region-suggestion {
        padding: 12px;
        font-size: 16px;
    }

    .pac-container {
        z-index: 10000;
        font-size: 16px;
    }

    .pac-item {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 1.4;
        cursor: pointer;
    }

    #code-input-form {
        flex-direction: column;
        width: 100%;
    }

    #sms-code,
    #confirm-offer-btn {
        width: 100%;
        max-width: 280px;
    }
}

@media (min-width: 438px) and (max-width: 768px) {
    .hero-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hero-content {
        padding: 44px 15px 8px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
        padding-top: 4px;
        margin-bottom: 0;
    }

    .hero-image {
        height: 200px;
        min-height: 200px;
        overflow: hidden;
    }

    .hero-image img {
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .form-container {
        margin-top: -25px;
    }

    .form-wrapper {
        padding: 0 0 40px;
    }

    .form-wrapper form {
        padding: 0 20px;
    }

    .form-title {
        font-size: 22px;
        padding-top: 28px;
    }

    .step-indicator {
        padding: 28px 20px 32px;
        gap: 10px;
        justify-content: space-around;
    }

    .step-line {
        top: 53px;
        left: 40px;
        right: 40px;
    }

    .step-circle {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .step-label {
        font-size: 12px;
        max-width: 80px;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .form-wrapper form {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 12px 15px;
    }

    .form-row {
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 12px;
        width: 100%;
    }

    .address-row {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .address-row .region-field {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .address-row .address-field {
        flex: none;
        width: auto;
        max-width: 100%;
    }

    .location-input-wrap {
        width: 280px;
        max-width: calc(100% - 46px);
    }

    .form-row .form-group.small {
        flex: none;
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .form-row .form-group.size-field,
    .form-group.size-field {
        flex: none;
        width: 156px;
        max-width: 156px;
        min-width: 0;
    }

    .radio-group,
    .checkbox-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Confirmation step styles */
.help-text a {
    color: var(--remax-blue);
}

#confirm-code-wrapper {
    background-color: var(--remax-page-bg);
    border: 2px solid var(--remax-blue);
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

#confirm-code-wrapper > div:first-child {
    font-size: 14px;
    color: var(--remax-gray);
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: normal;
}

#confirm-code-display {
    font-family: monospace;
    font-size: 24px;
    font-weight: 600;
    color: var(--remax-blue);
    letter-spacing: 3px;
}

#confirm-code-wrapper #confirm-property-info {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    letter-spacing: normal;
}

#confirm-code-wrapper #confirm-property-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--remax-gray-dark);
    margin-bottom: 15px;
    font-family: inherit;
}

.property-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.property-info-item {
    font-size: 15px;
    color: var(--remax-gray-dark);
    line-height: 1.5;
    font-family: inherit;
}

.property-info-item strong {
    font-weight: 600;
    color: var(--remax-gray-dark);
    margin-right: 8px;
}

.property-info-item span {
    color: var(--remax-gray);
}

#expired-title {
    display: none;
    color: var(--remax-red);
    text-align: center;
    margin-top: 20px;
}

#expired-title.show {
    display: block;
}

#confirm-description {
    font-size: 14px;
    color: var(--remax-gray);
    margin-top: 20px;
}

#confirm-lead-btn {
    max-width: 300px;
    margin: 20px auto 0;
    display: none;
}

#confirm-lead-btn.show {
    display: block;
}

#expired-message,
#not-found-message {
    display: none;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
}

#expired-message.show,
#not-found-message.show {
    display: block;
}

#expired-message {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
}

#expired-message p {
    margin-top: 10px;
    margin-bottom: 0;
}

#expired-message a,
#not-found-message a,
#confirm-already-message a {
    color: inherit;
    text-decoration: underline;
}

#not-found-message {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

#not-found-message p {
    margin-top: 10px;
    margin-bottom: 0;
}

#confirm-already-message {
    display: none;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

#confirm-already-message.show {
    display: block;
}

#confirm-already-message p {
    margin-top: 10px;
    margin-bottom: 0;
}

#confirm-already-ai {
    text-align: left;
}

#confirm-loading {
    display: none;
    text-align: center;
    margin-top: 20px;
}

#confirm-loading.show {
    display: block;
}

#confirm-loading > div {
    border: 3px solid var(--remax-gray-lightest);
    border-top: 3px solid var(--remax-blue);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

#confirm-loading p {
    margin-top: 10px;
    color: var(--remax-gray);
}

#confirm-success-message,
#confirm-error-message {
    display: none;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

#confirm-success-message.show,
#confirm-error-message.show {
    display: block;
}

#confirm-success-message {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

#confirm-success-message p {
    margin-top: 10px;
    margin-bottom: 0;
}

.confirm-ai-dotaz {
    display: none;
    margin: 16px 0 0;
    text-align: left;
    white-space: pre-wrap;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #155724;
}

#confirm-error-message {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

#confirm-error-message p {
    margin-top: 10px;
    margin-bottom: 0;
}

/* Utility classes for show/hide */
.show {
    display: block !important;
}

.hide {
    display: none !important;
}


