/* Contact Us page */
body.hk-contact {
    padding-top: 48px;
    color: #1a1a1a;
    background: #fff;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.hk-contact-main {
    overflow-x: hidden;
    padding: 0 10px;
}

.hk-contact-main img {
    max-width: 100%;
    height: auto;
    display: block;
}

.hk-contact-main .container {
    max-width: 1200px;
}

.hk-contact-hero {
    padding: 56px 24px 48px;
    text-align: center;
}

.hk-contact-hero h1 {
    margin: 0;
    color: #23a569;
    font-size: 42px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Gotham-Bold';
    font-weight: 500;
}

.hk-contact-row {
    display: flex;
    align-items: stretch;
    gap: 48px;
}

.hk-contact-col {
    flex: 1;
    min-width: 0;
}

.hk-contact-touch {
    padding: 0 0 80px;
}

.hk-contact-img-wrap {
    overflow: hidden;
    border-radius: 27px;
}

.hk-contact-img-wrap img {
    width: 100%;
    display: block;
    border-radius: 27px;
}

.hk-contact-box {
    background: #efd8d4;
    border-radius: 27px;
    padding: 48px 40px 44px;
    height: 100%;
    box-sizing: border-box;
}

.hk-contact-box-title {
    margin: 0 0 32px;
    color: #333;
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Gotham-Bold';
    font-weight: 500;
}

.hk-contact-box h3 {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-family: 'Gotham-Bold';
}

.hk-contact-box-block {
    margin-bottom: 28px;
}

.hk-contact-box-block:last-child {
    margin-bottom: 0;
}

.hk-contact-box p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #333;
    font-family: 'Gotham-Book';
}

.hk-contact-box p:last-child {
    margin-bottom: 0;
}

.hk-contact-box a {
    color: #333;
    text-decoration: none;
}

.hk-contact-box a:hover {
    color: #23a569;
}

.hk-contact-form-section {
    padding: 0 0 80px;
}

.hk-contact-form-title {
    margin: 0;
    padding-top: 8px;
    color: #23a569;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.35;
    font-family: 'Gotham-Bold';
}

.hk-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.hk-contact-form-row {
    display: flex;
    gap: 16px;
}

.hk-contact-form-row .hk-contact-field {
    flex: 1;
    min-width: 0;
}

.hk-contact-field {
    margin: 0;
}

.hk-contact-form input,
.hk-contact-form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    outline: none;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
}

.hk-contact-form input::placeholder,
.hk-contact-form textarea::placeholder {
    color: #999;
}

.hk-contact-form input:focus,
.hk-contact-form textarea:focus {
    border-color: #23a569;
}

.hk-contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.hk-contact-form-actions {
    margin-top: 32px;
    text-align: right;
}

.hk-contact-form button[type="submit"] {
    min-width: 120px;
    height: 44px;
    padding: 0 32px;
    border: none;
    border-radius: 4px;
    background: #23a569;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
}

.hk-contact-form button[type="submit"]:hover {
    background: #1c8454;
}

.hk-contact-form button[type="submit"]:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.hk-contact-form-tip {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.5;
}

.hk-contact-form-tip.is-success {
    color: #23a569;
}

.hk-contact-form-tip.is-error {
    color: #c0392b;
}

.hk-contact-store {
    margin: 0 0 80px;
    padding: 0 24px;
}

.hk-contact-store img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0;
}

.hk-contact-newsletter {
    max-width: 1200px;
    margin: 0 auto 48px;
    padding: 0 24px;
}

.hk-contact-newsletter-inner {
    background: #23a569;
    border-radius: 27px;
    padding: 48px 56px 40px;
    color: #fff;
}

.hk-contact-newsletter h2 {
    margin: 0 0 28px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", serif;
}

.hk-contact-newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
}

.hk-contact-newsletter-form input[type="email"] {
    flex: 1;
    min-width: 200px;
    height: 44px;
    padding: 0 16px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

.hk-contact-newsletter-form button {
    height: 44px;
    padding: 0 28px;
    border: none;
    border-radius: 4px;
    background: #fff;
    color: #23a569;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.hk-contact-newsletter-check {
    width: 100%;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
}

.hk-contact-newsletter-check a {
    color: #fff;
    text-decoration: underline;
}

.hk-contact-newsletter-check label {
    cursor: pointer;
    font-weight: normal;
}

@media (max-width: 991.98px) {
    .hk-contact-hero {
        padding: 40px 20px 32px;
    }

    .hk-contact-hero h1 {
        font-size: 32px;
    }

    .hk-contact-row {
        flex-direction: column;
        gap: 32px;
    }

    .hk-contact-touch,
    .hk-contact-form-section {
        padding-bottom: 48px;
    }

    .hk-contact-box {
        padding: 32px 24px;
    }

    .hk-contact-form-title {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .hk-contact-form-row {
        flex-direction: column;
    }

    .hk-contact-store {
        margin-bottom: 48px;
        padding: 0 16px;
    }

    .hk-contact-newsletter-inner {
        padding: 32px 24px;
    }
}
