/* ===== LIÊN HỆ - HERO SECTION ===== */
.dt-success-bg {
    position: absolute;
    inset: 0;
    background: url('https://www.figma.com/api/mcp/asset/9d41f356-5867-4766-8b67-5d41f3565867') center / cover no-repeat;
    mix-blend-mode: multiply;
    pointer-events: none;
    opacity: 0.15;
}


.lh-hero {
    position: relative;
    width: 100%;
    height: 907px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #feffff 40%, #aeefd9 100%);
}

/* Background image with 35% opacity */
.lh-hero-bg {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    pointer-events: none;
    overflow: hidden;
}

.lh-hero-bg-img {
    position: absolute;
    width: 114.48%;
    height: 150.94%;
    left: -14.48%;
    top: 0;
    max-width: none;
    object-fit: cover;
}

/* Green color blend overlay */
.lh-hero-overlay {
    position: absolute;
    left: 0;
    top: 180px;
    width: 100%;
    height: 727px;
    background: #23f7ab;
    mix-blend-mode: color;
    pointer-events: none;
}

/* Circular decoration graphic */
.lh-hero-circle {
    position: absolute;
    left: 50%;
    top: 191px;
    transform: translateX(-50%);
    width: 74.58%;
    height: 100%;
    display: block;
}

/* Floating decoration images */
.lh-hero-decoration {
    position: absolute;
    top: 180px;
    pointer-events: none;
}

.lh-hero-decoration--left {
    left: 322px;
    width: 252px;
    height: 252px;
}

.lh-hero-decoration--left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lh-hero-decoration--right {
    right: 395px;
    top: 596px;
    width: 148px;
    height: 181px;
    overflow: hidden;
}

.lh-hero-decoration--right img {
    position: absolute;
    width: 183.78%;
    height: 150%;
    left: -41.89%;
    top: -25.97%;
    max-width: none;
}

/* Text content */
.lh-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 926px;
    width: 100%;
    margin-top: 64px;
}

.lh-hero-eyebrow {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 85px;
    line-height: normal;
    color: #c2c2c2;
    margin: 0;
    letter-spacing: -2px;
}

.lh-hero-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 85px;
    line-height: 1.1;
    color: #064666;
    margin: 0;
    letter-spacing: -2px;
}

/* ===== CONTACT INFO SECTION ===== */

.lh-contact {
    padding: 80px 0 64px;
}

.lh-contact-inner {
    max-width: 1354px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Top row */
.lh-contact-top {
    display: flex;
    gap: 231px;
    align-items: flex-end;
    justify-content: space-between;
}

/* Left column */
.lh-contact-left {
    display: flex;
    flex-direction: column;
    gap: 79px;
    width: 415px;
    flex-shrink: 0;
}

.lh-contact-brand {
    display: flex;
    flex-direction: column;
    gap: 17px;
    width: 250px;
}

.lh-contact-logo {
    height: 37px;
    width: 96px;
    display: block;
    object-fit: contain;
}

.lh-contact-tagline {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 0;
    line-height: normal;
}

.lh-contact-hotline {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lh-contact-hotline-label {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 0;
    line-height: normal;
}

.lh-contact-hotline-number {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #000;
    margin: 0;
    line-height: normal;
}

/* Right column */
.lh-contact-right {
    display: flex;
    gap: 89px;
    align-items: center;
    flex-shrink: 0;
}

/* Info list */
.lh-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 269px;
}

.lh-contact-info-item {
    display: flex;
    flex-direction: column;
}

.lh-contact-info-label {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #606060;
    margin: 0;
    line-height: normal;
    white-space: nowrap;
}

.lh-contact-info-value {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #606060;
    margin: 0;
    line-height: normal;
    white-space: nowrap;
}

.lh-contact-hours {
    list-style: disc;
    margin: 0;
    padding-left: 30px;
}

.lh-contact-hours li {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #606060;
    line-height: normal;
    white-space: nowrap;
}

.lh-contact-hours li strong {
    font-weight: 700;
}

/* Zalo card */
.lh-zalo-card {
    position: relative;
    width: 249px;
    height: 269px;
    background: #a3f1ff;
    border-radius: 32px;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lh-zalo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(163, 241, 255, 0.4);
}

.lh-zalo-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 0;
    position: absolute;
    top: 21px;
    left: 29px;
    white-space: nowrap;
    line-height: normal;
}

.lh-zalo-note {
    position: absolute;
    top: 57px;
    left: 29px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.lh-zalo-star {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}

.lh-zalo-note-text {
    font-family: 'Google Sans', sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: normal;
    width: 151px;
}

.lh-zalo-btn {
    position: absolute;
    bottom: 21px;
    left: 29px;
    width: 192px;
    height: 48px;
    background: #0d0d0f;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.lh-zalo-btn:hover {
    transform: scale(1.05);
    background: linear-gradient(90deg, #19D08E 0%, #26FFB1 100%);
    box-shadow: 0 4px 15px rgba(25, 208, 142, 0.3);
}

.lh-zalo-btn span {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: normal;
    white-space: nowrap;
}

.lh-zalo-btn-arrow {
    width: 21px;
    height: 21px;
}

/* Notice bar */
.lh-contact-notice {
    display: flex;
    justify-content: center;
}

.lh-contact-notice p {
    background: #f8f8f8;
    border-radius: 47px;
    padding: 7px 62px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2f2f2f;
    margin: 0;
    line-height: normal;
    white-space: nowrap;
}

/* ===== FORM SECTION ===== */

.lh-form-section {
    padding: 80px 0 100px;
}

.lh-form-inner {
    max-width: 1354px;
    margin: 0 auto;
    display: flex;
    gap: 115px;
    align-items: center;
}

/* Left illustration card */
.lh-form-card {
    position: relative;
    width: 634px;
    height: 688px;
    flex-shrink: 0;
    border-radius: 40px;
    overflow: hidden;
}

.lh-form-card-full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right: form */
.lh-form-right {
    width: 531px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.lh-form-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: normal;
    margin: 0;
}

.lh-form-title--gray {
    color: #c2c2c2;
}

.lh-form-title--dark {
    color: #064666;
}

.lh-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.lh-form-fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lh-form-group {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}

.lh-form-label {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
    line-height: normal;
}

.lh-form-input {
    width: 100%;
    height: 58px;
    border: 1px solid #848484;
    border-radius: 5px;
    padding: 0 16px;
    font-family: 'Google Sans', sans-serif;
    font-size: 16px;
    color: #000;
    outline: none;
    box-sizing: border-box;
    background: transparent;
}

.lh-form-input:focus {
    border-color: #064666;
}

.lh-form-select-wrap {
    position: relative;
    width: 100%;
}

.lh-form-select {
    width: 100%;
    height: 58px;
    border: 1px solid #848484;
    border-radius: 5px;
    padding: 0 40px 0 19px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.lh-form-select:focus {
    border-color: #064666;
}

.lh-form-select-arrow {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    pointer-events: none;
}

.lh-form-btn {
    display: inline-flex;
    align-items: center;
    gap: 34px;
    height: 48px;
    padding: 10px 32px;
    border-radius: 58px;
    background: linear-gradient(to right, #064666, #0c70a2);
    border: none;
    cursor: pointer;
    width: fit-content;
}

.lh-form-btn span {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    line-height: normal;
}

.lh-form-btn-icon {
    width: 25px;
    height: 25px;
    transform: rotate(40.04deg);
    display: block;
}

.lh-form-privacy {
    font-family: 'Google Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #ff7b7b;
    margin: 0;
    line-height: normal;
    white-space: nowrap;
}

/* ===== SOCIAL PROOF SECTION ===== */

.lh-proof {
    padding: 80px 0 100px;
}

.lh-proof-inner {
    max-width: 1354px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 540px;
}

/* Left */
.lh-proof-left {
    width: 423px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.lh-proof-heading {
    margin-bottom: 0;
}

.lh-proof-heading-line {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #064666;
    margin: 0;
    line-height: normal;
}

.lh-proof-heading--dark {
    color: #064666;
}

.lh-proof-heading--green {
    color: #00ffa3;
}

.lh-proof-social {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-top: 330px;
}

.lh-proof-avatars {
    position: relative;
    width: 185px;
    height: 60px;
    flex-shrink: 0;
}

.lh-proof-avatar {
    position: absolute;
    top: 0;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.lh-proof-rating {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.lh-proof-stars {
    width: 93px;
    height: 20px;
    display: block;
}

.lh-proof-count {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #2f2f2f;
    margin: 4px 0 0;
    line-height: normal;
    white-space: nowrap;
}

.lh-proof-label {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #2f2f2f;
    margin: 4px 0 0;
    line-height: normal;
    white-space: nowrap;
}

/* Center photo */
.lh-proof-photo-wrap {
    position: absolute;
    left: 454px;
    top: 0;
    width: 544px;
    height: 490px;
}

.lh-proof-photo-bg {
    position: absolute;
    left: 30px;
    top: 0;
    width: 490px;
    height: 490px;
    border-radius: 500px;
    background: linear-gradient(to bottom, #eafcff 17.308%, #ffc5fb 91.346%);
}

.lh-proof-photo {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.lh-proof-photo img {
    position: absolute;
    width: 100%;
    height: 127.53%;
    top: -13.76%;
    left: 0;
    max-width: none;
    object-fit: cover;
}

/* Right: advisor */
.lh-proof-advisor {
    position: absolute;
    left: 1028px;
    top: 319px;
}

.lh-proof-advisor-name {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #14313a;
    margin: 0;
    line-height: normal;
    white-space: nowrap;
}

.lh-proof-advisor-role {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #14313a;
    margin: 8px 0 0;
    line-height: normal;
    white-space: nowrap;
}

.lh-proof-advisor-divider {
    display: block;
    width: 186px;
    height: 1px;
    margin-top: 8px;
}

.lh-proof-advisor-desc {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #14313a;
    margin: 16px 0 0;
    line-height: normal;
    width: 312px;
}

/* ===== MAP SECTION ===== */

.lh-map-section {
    padding: 80px 0 100px;
}

.lh-map-inner {
    max-width: 1354px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.lh-map-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.lh-map-info {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #2f2f2f;
    margin: 0;
    line-height: 1.7;
}

.lh-map-info strong {
    font-weight: 700;
}

.lh-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 192px;
    height: 48px;
    background: #0d0d0f;
    border-radius: 9px;
    padding: 0 22px;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.lh-map-btn:hover {
    transform: scale(1.05);
    background: linear-gradient(90deg, #19D08E 0%, #26FFB1 100%);
    box-shadow: 0 4px 15px rgba(25, 208, 142, 0.3);
}

.lh-map-btn span {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: normal;
    white-space: nowrap;
}

.lh-map-btn-icon {
    width: 13px;
    height: 23px;
    display: block;
}

.lh-map-embed {
    width: 100%;
    aspect-ratio: 1324 / 408;
    border-radius: 20px;
    overflow: hidden;
}

.lh-map-embed iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* Form status alerts */
.lh-alert {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.5;
}

.lh-alert--success {
    background-color: #ecfdf5;
    color: #065f46;
    border: 1px solid #10b981;
}

.lh-alert--error {
    background-color: #fef2f2;
    color: #991b1b;
    border: 1px solid #ef4444;
}

/* ===== RESPONSIVE - TABLET (max-width: 1024px) ===== */
@media (max-width: 1024px) {

    /* Hero */
    .lh-hero {
        height: auto;
        padding: 80px 24px;
        min-height: 500px;
    }

    .lh-hero-eyebrow,
    .lh-hero-title {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .lh-hero-content {
        max-width: 700px;
        margin-top: 32px;
    }

    .lh-hero-overlay {
        top: 0;
        height: 100%;
    }

    .lh-hero-decoration {
        display: none;
    }

    .lh-hero-circle {
        width: 90%;
        top: 100px;
    }

    /* Contact */
    .lh-contact {
        padding: 60px 24px;
    }

    .lh-contact-inner {
        max-width: 100%;
    }

    .lh-contact-top {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    .lh-contact-left {
        width: 100%;
        gap: 40px;
    }

    .lh-contact-right {
        width: 100%;
        flex-wrap: wrap;
        gap: 32px;
    }

    .lh-contact-hotline-number {
        font-size: 36px;
    }

    .lh-contact-info {
        height: auto;
        gap: 24px;
    }

    .lh-contact-notice p {
        white-space: normal;
        text-align: center;
        padding: 7px 24px;
    }

    /* Form */
    .lh-form-section {
        padding: 60px 24px;
    }

    .lh-form-inner {
        max-width: 100%;
        flex-direction: column;
        gap: 48px;
        align-items: stretch;
    }

    .lh-form-card {
        width: 100%;
        height: auto;
        aspect-ratio: 634 / 688;
    }

    .lh-form-right {
        width: 100%;
        gap: 32px;
    }

    .lh-form-title {
        font-size: 36px;
    }

    .lh-form-fields {
        gap: 16px;
    }

    .lh-form-privacy {
        white-space: normal;
    }

    /* Proof */
    .lh-proof {
        padding: 60px 24px;
    }

    .lh-proof-inner {
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        min-height: auto;
    }

    .lh-proof-left {
        width: 100%;
    }

    .lh-proof-heading-line {
        font-size: 28px;
    }

    .lh-proof-social {
        margin-top: 32px;
    }

    .lh-proof-photo-wrap {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 544px;
        height: auto;
        aspect-ratio: 544 / 490;
        margin: 0 auto;
    }

    .lh-proof-advisor {
        position: relative;
        left: auto;
        top: auto;
    }

    .lh-proof-advisor-desc {
        width: 100%;
    }

    .lh-proof-advisor-name {
        white-space: normal;
    }

    .lh-proof-advisor-role {
        white-space: normal;
    }

    /* Map */
    .lh-map-section {
        padding: 60px 24px;
    }

    .lh-map-inner {
        max-width: 100%;
    }

    .lh-map-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .lh-map-embed {
        border-radius: 12px;
    }
}

/* ===== RESPONSIVE - MOBILE (max-width: 768px) ===== */

@media (max-width: 768px) {

    /* Hero */
    .lh-hero {
        padding: 60px 16px;
        min-height: 350px;
    }

    .lh-hero-eyebrow,
    .lh-hero-title {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .lh-hero-content {
        margin-top: 16px;
    }

    .lh-hero-circle {
        display: none;
    }

    /* Contact */
    .lh-contact {
        padding: 40px 16px;
    }

    .lh-contact-top {
        gap: 32px;
    }

    .lh-contact-left {
        gap: 32px;
    }

    .lh-contact-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .lh-contact-hotline-number {
        font-size: 28px;
    }

    .lh-contact-info-label,
    .lh-contact-info-value {
        font-size: 16px;
        white-space: normal;
    }

    .lh-contact-hours li {
        font-size: 16px;
        white-space: normal;
    }

    .lh-zalo-card {
        width: 100%;
        height: auto;
        min-height: 200px;
        padding-bottom: 80px;
    }

    .lh-zalo-btn {
        left: 29px;
        right: 29px;
        width: auto;
    }

    .lh-contact-info-label,
    .lh-contact-info-value,
    .lh-contact-hours li,
    .lh-zalo-title,
    .lh-contact-notice p {
        white-space: normal !important;
    }

    .lh-contact-notice p {
        padding: 10px 16px;
        font-size: 14px;
        text-align: center;
        border-radius: 12px;
    }

    /* Form */
    .lh-form-section {
        padding: 40px 16px;
    }

    .lh-form-inner {
        gap: 32px;
    }

    .lh-form-card {
        width: 100%;
        height: auto;
        aspect-ratio: 634 / 688;
        border-radius: 24px;
    }

    .lh-form-card-full-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .lh-form-right {
        gap: 24px;
    }

    .lh-form-title {
        font-size: 28px;
    }

    .lh-form-input {
        height: 48px;
    }

    .lh-form-select {
        height: 48px;
    }

    .lh-form-fields {
        gap: 12px;
    }

    .lh-form-btn {
        width: 100%;
        justify-content: center;
    }

    /* Proof */
    .lh-proof {
        padding: 40px 16px;
    }

    .lh-proof-heading-line {
        font-size: 24px;
    }

    .lh-proof-social {
        margin-top: 24px;
        flex-wrap: wrap;
    }

    .lh-proof-advisor-name {
        font-size: 24px;
    }

    .lh-proof-advisor-desc {
        font-size: 16px;
    }

    /* Map */
    .lh-map-section {
        padding: 40px 16px;
    }

    .lh-map-info {
        font-size: 16px;
    }

    .lh-map-embed {
        aspect-ratio: 16 / 10;
        border-radius: 8px;
    }
}