.contact-page {
    background: #ffffff;
    padding-bottom: 0;
}

.contact-hero {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 28px;
    display: flex;
    min-height: 420px;
    overflow: hidden;
    padding: 42px 0 34px;
    position: relative;
}

.contact-hero__content {
    color: #fff;
    max-width: 760px;
    padding: 0 52px;
}

.contact-hero__eyebrow {
    color: #72cdb0;
    display: inline-block;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.contact-hero__title {
    color: #fff;
    font-family: "Lora", Georgia, serif;
    font-size: clamp(3.4rem, 4.8vw, 5.2rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.92;
    margin-bottom: 18px;
    max-width: 12ch;
}

.contact-hero__title span {
    color: #67cf9d;
}

.contact-hero__lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 33rem;
}

.contact-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-hero__highlight {
    align-items: center;
    display: flex;
    gap: 14px;
}

.contact-hero__highlight i {
    color: #ffffff;
    font-size: 1.75rem;
}

.contact-hero__highlight strong,
.contact-hero__highlight span {
    display: block;
}

.contact-hero__highlight strong {
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.contact-hero__highlight span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
}

.contact-connect {
    padding: 56px 0 26px;
}

.contact-section-heading {
    margin-bottom: 30px;
    text-align: center;
}

.contact-section-heading span {
    color: #1ea178;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-section-heading h2 {
    color: #122622;
    font-family: "Lora", Georgia, serif;
    font-size: clamp(2.5rem, 3.2vw, 3.55rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0;
}

.contact-connect__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-connect__card,
.contact-form-panel,
.contact-office-panel {
    background: #ffffff;
    border: 1px solid rgba(13, 86, 64, 0.08);
    border-radius: 22px;
    box-shadow: 0 16px 34px rgba(12, 63, 47, 0.06);
}

.contact-connect__card {
    padding: 30px 24px 28px;
    text-align: center;
}

.contact-connect__icon {
    align-items: center;
    background: #eef8f4;
    border-radius: 50%;
    color: #16986f;
    display: inline-flex;
    font-size: 1.5rem;
    height: 62px;
    justify-content: center;
    margin-bottom: 20px;
    width: 62px;
}

.contact-connect__card h3 {
    color: #142723;
    font-size: 1.28rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-connect__card p {
    color: #637672;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 auto 18px;
    max-width: 23ch;
}

.contact-connect__card a {
    color: #118a61;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.contact-connect__card a i {
    margin-left: 8px;
}

.contact-main {
    padding: 8px 0 26px;
}

.contact-alert {
    align-items: center;
    border-radius: 16px;
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
    padding: 16px 20px;
}

.contact-alert--success {
    background: #effaf5;
    border: 1px solid rgba(22, 152, 111, 0.14);
    color: #146f52;
}

.contact-alert--error {
    background: #fff6f6;
    border: 1px solid rgba(215, 61, 61, 0.14);
    color: #a83535;
    margin-bottom: 18px;
}

.contact-main__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.contact-form-panel,
.contact-office-panel {
    padding: 30px 28px;
}

.contact-office-panel {
    display: flex;
    flex-direction: column;
    min-height: 640px;
}

.contact-panel__header {
    margin-bottom: 24px;
}

.contact-panel__header h2 {
    color: #152824;
    font-family: "Lora", Georgia, serif;
    font-size: 2.55rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 10px;
}

.contact-panel__header p {
    color: #687a77;
    font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;
    max-width: 40rem;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-form__row {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-field {
    display: grid;
    gap: 10px;
}

.contact-field span {
    color: #394946;
    font-size: 0.92rem;
    font-weight: 600;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    appearance: none;
    background: #ffffff;
    border: 1px solid rgba(20, 89, 66, 0.12);
    border-radius: 12px;
    color: #1b2d2a;
    font-size: 0.96rem;
    outline: none;
    padding: 14px 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.contact-field select {
    background-image: linear-gradient(45deg, transparent 50%, #53706a 50%), linear-gradient(135deg, #53706a 50%, transparent 50%);
    background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
    padding-right: 40px;
}

.contact-field textarea {
    min-height: 170px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: rgba(17, 138, 97, 0.42);
    box-shadow: 0 0 0 4px rgba(17, 138, 97, 0.08);
}

.contact-field small {
    font-size: 0.8rem;
    line-height: 1.4;
}

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

.contact-form__submit {
    align-items: center;
    background: linear-gradient(135deg, #179867 0%, #1ea56f 100%);
    border: 0;
    border-radius: 12px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    width: 240px;
}

.contact-form__privacy {
    align-items: center;
    color: #6b7d79;
    display: flex;
    font-size: 0.85rem;
    gap: 8px;
    line-height: 1.6;
    margin: 0;
}

.contact-form__privacy i {
    color: #179867;
}

.contact-office__map {
    border-radius: 18px 18px 0 0;
    margin: -30px -28px 0;
    overflow: hidden;
    flex: 1 1 50%;
}

.contact-office__map iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 280px;
    width: 100%;
}

.contact-office__info {
    border-top: 1px solid rgba(13, 86, 64, 0.08);
    display: grid;
    gap: 24px;
    padding-top: 24px;
    flex: 1 1 50%;
    align-content: center;
}

.contact-office__item {
    align-items: flex-start;
    display: flex;
    gap: 16px;
}

.contact-office__icon {
    align-items: center;
    background: #edf8f4;
    border-radius: 50%;
    color: #16986f;
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 1.05rem;
    height: 42px;
    justify-content: center;
    margin-top: 2px;
    width: 42px;
}

.contact-office__item strong {
    color: #182a26;
    display: block;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.contact-office__item p {
    color: #627470;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.contact-office__item p a {
    color: inherit;
    text-decoration: none;
}

.contact-office__item p a:hover {
    color: #118a61;
}

.contact-vietbreeze-section {
    padding: 12px 0 0;
}

.contact-vietbreeze-section .about-vietbreeze-card {
    background: #eef7f4;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    min-height: 180px;
    overflow: hidden;
    padding: 0 40px;
    position: relative;
}

.contact-vietbreeze-section .vietbreeze-visual-col {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
    position: relative;
}

.contact-vietbreeze-section .vietbreeze-placeholder-img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.contact-vietbreeze-section .vietbreeze-info-col {
    flex: 1;
    min-width: 250px;
    padding: 20px 0;
}

.contact-vietbreeze-section .vietbreeze-info-col h3 {
    color: #000000;
    font-family: "Lora", Georgia, serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-vietbreeze-section .vietbreeze-info-col p {
    color: #444444;
    font-size: 0.9rem;
    line-height: 1.45;
    margin: 0;
}

.contact-vietbreeze-section .vietbreeze-checklist-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 0;
    flex-shrink: 0;
}

.contact-vietbreeze-section .checklist-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-size: 0.92rem;
    font-weight: 600;
}

.contact-vietbreeze-section .checklist-item i {
    color: #0e8a63;
    font-size: 1.1rem;
}

.contact-vietbreeze-section .vietbreeze-download-col {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    flex-shrink: 0;
}

.contact-vietbreeze-section .vietbreeze-qr-code {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    padding: 4px;
}

.contact-vietbreeze-section .vietbreeze-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-vietbreeze-section .vietbreeze-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #000000;
    border-radius: 8px;
    color: #ffffff;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 135px;
}

.contact-vietbreeze-section .vietbreeze-btn:hover {
    background: #222222;
    transform: translateY(-1px);
}

.contact-vietbreeze-section .vietbreeze-btn i {
    font-size: 1.2rem;
}

.contact-vietbreeze-section .vietbreeze-btn-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.contact-vietbreeze-section .btn-label {
    font-size: 0.55rem;
    opacity: 0.6;
    text-transform: uppercase;
}

.contact-vietbreeze-section .btn-store {
    font-size: 0.82rem;
    font-weight: 700;
}

@media (max-width: 1399px) {
    .contact-connect__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-vietbreeze-section .about-vietbreeze-card {
        flex-wrap: wrap;
        padding: 28px 30px;
    }
}

@media (max-width: 1199px) {
    .contact-main__grid {
        grid-template-columns: 1fr;
    }

    .contact-vietbreeze-section .vietbreeze-visual-col {
        display: none;
    }
}

@media (max-width: 991px) {
    .contact-hero {
        min-height: 380px;
        padding: 32px 0 28px;
    }

    .contact-hero__content {
        padding: 0 26px;
    }

    .contact-hero__highlights {
        gap: 18px;
    }

    .contact-form__row,
    .contact-connect__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .contact-hero__title {
        max-width: none;
    }

    .contact-form-panel,
    .contact-office-panel {
        padding: 24px 18px;
    }

    .contact-office-panel {
        min-height: auto;
    }

    .contact-office__map {
        margin: -24px -18px 0;
        flex: initial;
    }

    .contact-office__info {
        flex: initial;
    }

    .contact-panel__header h2 {
        font-size: 2.1rem;
    }

    .contact-form__submit {
        width: 100%;
    }

    .contact-vietbreeze-section .about-vietbreeze-card {
        padding: 24px 18px;
    }

    .contact-vietbreeze-section .vietbreeze-download-col {
        flex-direction: column;
        align-items: flex-start;
    }
}
