/* =========================================================
   Contact v1.0.03 — FAIVO-like clean two-column layout
   ========================================================= */
.hh-faivo-contact {
    --hhfc-bg: #edf6f3;
    --hhfc-ink: #0b4e45;
    --hhfc-text: #365b55;
    --hhfc-accent: #e5a13a;
    --hhfc-card: #ffffff;
    --hhfc-line: #d8e5e1;
    --hhfc-soft: #eef6f3;

    /* Full-width breakout from NukeViet's centered main container */
    position: relative;
    left: auto;
    width: auto;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 68px 30px 72px;
    box-sizing: border-box;
    overflow-x: clip;
    background: var(--hhfc-bg);
}

.hh-faivo-contact__grid {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.22fr);
    gap: 38px;
    align-items: start;
}

.hh-faivo-contact__left {
    padding: 4px 0 0;
}

.hh-faivo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0c786c;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hh-faivo-kicker:before {
    content: "";
    width: 24px;
    height: 2px;
    background: var(--hhfc-accent);
}

.hh-faivo-contact h1 {
    margin: 18px 0 20px;
    color: var(--hhfc-ink);
    font-size: clamp(28px, 2.7vw, 36px);
    line-height: 1.14;
    letter-spacing: -.012em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Helvetica Neue", sans-serif;
    font-weight: 800;
    font-feature-settings: "kern" 1;
    text-rendering: optimizeLegibility;
}

.hh-faivo-lead {
    max-width: 555px;
    margin: 0;
    color: var(--hhfc-text);
    font-size: 16px;
    line-height: 1.75;
}

.hh-faivo-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 42px;
}

.hh-faivo-info-card {
    min-height: 126px;
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 14px;
    align-items: start;
    padding: 22px 18px;
    border: 1px solid var(--hhfc-line);
    border-radius: 16px;
    background: var(--hhfc-card);
}

.hh-faivo-info-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #5d817a;
    background: #e9f3ef;
    font-size: 18px;
}

.hh-faivo-info-card span {
    display: block;
    margin: 2px 0 8px;
    color: #6f8983;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.hh-faivo-info-card strong,
.hh-faivo-info-card strong a {
    color: var(--hhfc-ink);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 800;
    text-decoration: none;
}

.hh-faivo-info-card small {
    display: block;
    margin-top: 3px;
    color: #6f8983;
    font-size: 12px;
}

.hh-faivo-map-link {
    display: inline-flex;
    gap: 6px;
    margin-top: 8px;
    color: #0b8172 !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

.hh-faivo-quote {
    margin-top: 14px;
    padding: 22px 22px 20px;
    border-left: 3px solid var(--hhfc-accent);
    border-radius: 0 14px 14px 0;
    background: #fff8e8;
}

.hh-faivo-quote p {
    margin: 0 0 12px;
    color: #556c67;
    font-size: 14px;
    line-height: 1.65;
    font-family: "Times New Roman", Times, serif;
}

.hh-faivo-quote strong {
    color: #0b8172;
    font-size: 9px;
    letter-spacing: .12em;
}

.hh-faivo-contact__right {
    display: grid;
    gap: 24px;
}

.hh-faivo-touch-card,
.hh-faivo-map-card {
    border: 1px solid var(--hhfc-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(20, 72, 62, .05);
}

.hh-faivo-touch-card {
    padding: 34px 36px 28px;
}

.hh-faivo-touch-card h2 {
    margin: 16px 0 10px;
    color: var(--hhfc-ink);
    font-size: clamp(28px, 2.7vw, 36px);
    line-height: 1.14;
    letter-spacing: -.012em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Helvetica Neue", sans-serif;
    font-weight: 800;
    font-feature-settings: "kern" 1;
    text-rendering: optimizeLegibility;
}

.hh-faivo-touch-card > p {
    margin: 0 0 18px;
    color: var(--hhfc-text);
    font-size: 14px;
    line-height: 1.65;
}

.hh-faivo-touch-note {
    padding: 13px 15px;
    border-radius: 10px;
    color: #607d77;
    background: #eff6f3;
    font-size: 13px;
}

.hh-faivo-touch-note a {
    color: #0a8878;
    font-weight: 700;
    text-decoration: none;
}

.hh-faivo-privacy {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #dbe5e2;
    color: #7d918c;
    font-size: 10px;
}

.hh-faivo-map-card {
    padding: 26px 18px 18px;
}

.hh-faivo-map-head {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 10px 14px;
}

.hh-faivo-map-head > span {
    color: #6b8580;
    font-size: 11px;
    text-align: right;
}

.hh-faivo-map-wrap {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 4px 4px 14px 14px;
    background: #dfeae6;
}

.hh-faivo-map-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.hh-faivo-map-open {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 6px;
    color: #1681d8 !important;
    background: rgba(255,255,255,.96);
    box-shadow: 0 2px 10px rgba(0,0,0,.12);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .hh-faivo-contact {
        padding: 48px 22px 54px;
    }

    .hh-faivo-contact__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hh-faivo-lead {
        max-width: 760px;
    }

    .hh-faivo-contact__right {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hh-faivo-contact {
        padding: 34px 12px 40px;
    }

    .hh-faivo-contact__grid {
        width: 100%;
        max-width: none;
    }

    .hh-faivo-contact h1 {
        font-size: 37px;
    }

    .hh-faivo-info-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .hh-faivo-info-card {
        min-height: 0;
    }

    .hh-faivo-touch-card {
        padding: 26px 20px 22px;
    }

    .hh-faivo-touch-card h2 {
        font-size: 34px;
    }

    .hh-faivo-map-card {
        padding: 20px 12px 12px;
    }

    .hh-faivo-map-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .hh-faivo-map-head > span {
        text-align: left;
    }

    .hh-faivo-map-wrap {
        height: 280px;
    }
}


/* v1.0.06 — Vietnamese typography + map fixes */
.hh-faivo-contact,
.hh-faivo-contact * {
    text-transform: none;
    word-break: normal;
    overflow-wrap: normal;
}

.hh-faivo-contact h1,
.hh-faivo-touch-card h2 {
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

.hh-faivo-info-card strong,
.hh-faivo-touch-note,
.hh-faivo-lead {
    word-break: normal;
    overflow-wrap: anywhere;
}

/* Avoid 100vw scrollbar on desktop while retaining full-width background */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}


/* v1.0.07 — Contact heading/address tuning */
.hh-faivo-info-card strong {
    white-space: normal;
}
@media (min-width: 992px) {
    .hh-faivo-info-card:nth-child(3) strong {
        white-space: nowrap;
    }
}


/* v1.0.08 — secondary contact lines */
.hh-faivo-info-card small a {
    color: #6f8983;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.hh-faivo-info-card small a:hover {
    color: #0b8172;
}


/* v1.0.09 — quote typography */
.hh-faivo-quote p {
    font-size: 16px;
    line-height: 1.75;
    font-family: Cambria, Georgia, "Times New Roman", serif;
    font-style: italic;
}


/* v1.0.09 — heading parity + quote attribution */
.hh-faivo-quote strong {
    font-size: 10px;
    letter-spacing: .10em;
    line-height: 1.5;
}
