.hotprint-form-page {
    padding: 10px 0 30px;
}

.hotprint-form-intro {
    margin: 0 0 24px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #fff7f1 0%, #ffffff 65%);
    border: 1px solid #f0ddd0;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.hotprint-form-intro h2,
.hotprint-form-intro h3 {
    margin: 0 0 10px;
    color: #222;
    font-weight: 700;
}

.hotprint-form-intro p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.hotprint-inline-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.hotprint-inline-points span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ead8cb;
    color: #444;
    font-size: 14px;
    line-height: 1.2;
}

.hotprint-map-wrap {
    margin: 8px 0 28px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    border: 1px solid #e9e9e9;
}

.hotprint-map-wrap iframe {
    display: block;
    width: 100%;
    min-height: 340px;
    border: 0;
}

.hotprint-form-panel {
    margin-top: 18px;
    padding: 30px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.09);
}

.hotprint-form-section + .hotprint-form-section {
    margin-top: 8px;
}

.hotprint-form-section-title {
    margin: 6px 0 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    color: #222;
    font-size: 20px;
    font-weight: 700;
}

.hotprint-form-panel .form-group {
    margin-bottom: 22px;
}

.hotprint-form-panel label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    color: #2f2f2f;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.hotprint-form-panel .form-control {
    width: 100%;
    max-width: none;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #d8dce0;
    border-radius: 12px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.hotprint-form-panel .form-control:focus {
    border-color: #ed7d31;
    box-shadow: 0 0 0 4px rgba(237, 125, 49, 0.14);
    background: #fff;
}

.hotprint-form-panel .form-control::placeholder {
    color: #959595;
}

.hotprint-form-panel textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.hotprint-form-panel select.form-control {
    padding-right: 34px;
}

.hotprint-form-panel .required-mark {
    color: #d84315;
    font-weight: 700;
}

.hotprint-interest-title {
    margin: 8px 0 14px;
    color: #222;
    font-size: 18px;
    font-weight: 700;
}

.hotprint-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.hotprint-checkbox-grid label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background: #fafafa;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hotprint-checkbox-grid label:hover {
    border-color: #ed7d31;
    background: #fff8f2;
}

.hotprint-checkbox-grid input {
    width: 18px;
    height: 18px;
    min-height: 0;
    margin: 0;
    accent-color: #ed7d31;
}

.hotprint-checkbox-grid span {
    display: block;
    line-height: 1.35;
}

.hotprint-captcha-row {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin: 8px 0 26px;
    padding: 18px;
    background: #faf7f4;
    border: 1px solid #eee0d5;
    border-radius: 14px;
}

.hotprint-captcha-image {
    display: block;
    width: 220px;
    max-width: 100%;
    height: 70px;
    border-radius: 8px;
    border: 1px solid #e0d5cb;
    background: #fff;
}

.hotprint-captcha-reload {
    display: inline-block;
    margin-top: 8px;
    color: #d96617;
    font-weight: 600;
    text-decoration: none;
}

.hotprint-captcha-reload:hover,
.hotprint-captcha-reload:focus {
    color: #b95412;
    text-decoration: underline;
}

.hotprint-captcha-entry {
    flex: 1;
    min-width: 210px;
}

.hotprint-form-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hotprint-form-actions .btn,
.hotprint-form-actions .btn.btn-default,
.hotprint-form-actions .btn.btn-lg.btn-default {
    min-width: 220px;
    padding: 13px 24px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ed7d31 0%, #d96516 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 24px rgba(217, 101, 22, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.hotprint-form-actions .btn:hover,
.hotprint-form-actions .btn:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(217, 101, 22, 0.32);
}

.hotprint-form-note {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.hotprint-form-message {
    display: none;
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 14px;
}

.hotprint-form-message h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
}

.hotprint-form-message.is-success {
    background: #edf8ef;
    border: 1px solid #9fcea6;
}

.hotprint-form-message.is-error {
    background: #fff0f0;
    border: 1px solid #e1aaaa;
}

.hotprint-form-errors {
    margin: 8px 0 0 20px;
}

.hotprint-upload-link {
    color: #d96617;
    font-weight: 700;
}

.hotprint-form-panel select:required:invalid,
.hotprint-form-panel input:required:invalid,
.hotprint-form-panel textarea:required:invalid {
    border-color: rgba(198, 40, 40, 0.45);
}

.hotprint-form-panel input:valid,
.hotprint-form-panel textarea:valid,
.hotprint-form-panel select:valid {
    box-shadow: none;
}

@media (max-width: 991px) {
    .hotprint-form-panel {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .hotprint-form-page {
        padding-bottom: 18px;
    }

    .hotprint-form-intro {
        padding: 18px;
        border-radius: 14px;
    }

    .hotprint-form-panel {
        padding: 18px;
        border-radius: 14px;
    }

    .hotprint-form-section-title {
        font-size: 18px;
    }

    .hotprint-checkbox-grid {
        grid-template-columns: 1fr;
    }

    .hotprint-captcha-row {
        display: block;
        padding: 16px;
    }

    .hotprint-captcha-entry {
        margin-top: 15px;
        min-width: 0;
    }

    .hotprint-form-actions .btn,
    .hotprint-form-actions .btn.btn-default,
    .hotprint-form-actions .btn.btn-lg.btn-default {
        width: 100%;
        min-width: 0;
    }

    .hotprint-map-wrap iframe {
        min-height: 260px;
    }
}

.hotprint-map-image-card {
    margin: 10px 0 24px;
}

.hotprint-map-image-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
    border: 1px solid #e7e7e7;
    background: #fff;
}

.hotprint-map-image-link:hover,
.hotprint-map-image-link:focus {
    text-decoration: none;
}

.hotprint-map-image {
    display: block;
    width: 100%;
    height: auto;
}

.hotprint-map-image-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(34, 34, 34, 0.88);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.hotprint-map-caption {
    margin-top: 12px;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.hotprint-map-caption strong {
    color: #222;
}

@media (max-width: 767px) {
    .hotprint-map-image-badge {
        right: 12px;
        bottom: 12px;
        padding: 10px 14px;
        font-size: 13px;
    }
}
