.dwh-contact-body {
    background: #fff;
}

.dwh-contact-page .dwh-nav a.is-current {
    position: relative;
    color: var(--dwh-blue-700);
    font-weight: 600;
}

.dwh-contact-page .dwh-nav a.is-current::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 26px;
    height: 3px;
    margin: auto;
    border-radius: 20px;
    background: var(--dwh-orange);
    content: "";
}

.dwh-contact-main {
    padding-top: 94px;
}

.dwh-contact-hero {
    position: relative;
    min-height: 610px;
    padding: 90px 0 82px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 15%, rgba(0, 129, 255, .18), transparent 32%),
        radial-gradient(circle at 92% 28%, rgba(255, 140, 13, .12), transparent 25%),
        linear-gradient(180deg, #f5faff 0%, #fff 100%);
}

.dwh-contact-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    align-items: center;
    gap: 80px;
}

.dwh-contact-hero h1 {
    max-width: 780px;
    margin: 0 0 24px;
    color: var(--dwh-blue-950);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.dwh-contact-hero h1 em {
    color: var(--dwh-blue-700);
    font-style: normal;
}

.dwh-contact-hero__inner > div:first-child > p {
    max-width: 680px;
    margin-bottom: 30px;
    color: var(--dwh-muted);
    font-size: 18px;
}

.dwh-contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.dwh-contact-hero__panel {
    position: relative;
    padding: 36px;
    overflow: hidden;
    border: 1px solid rgba(203, 224, 245, .9);
    border-radius: 28px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 28px 75px rgba(0, 73, 148, .16);
    backdrop-filter: blur(16px);
}

.dwh-contact-hero__panel::before {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(0, 129, 255, .09);
    content: "";
}

.dwh-contact-hero__panel-icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #0081ff, #0066cc);
    box-shadow: 0 14px 28px rgba(0, 112, 232, .24);
}

.dwh-contact-hero__panel-icon svg {
    width: 30px;
    height: 30px;
}

.dwh-contact-hero__panel > strong {
    display: block;
    margin-bottom: 8px;
    color: var(--dwh-blue-950);
    font-size: 24px;
}

.dwh-contact-hero__panel > p {
    margin-bottom: 24px;
    color: var(--dwh-muted);
    font-size: 14px;
}

.dwh-contact-hero__mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.dwh-contact-hero__mini-grid a {
    display: flex;
    min-height: 92px;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    border: 1px solid var(--dwh-line);
    border-radius: 16px;
    background: #fafdff;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.dwh-contact-hero__mini-grid a:hover {
    border-color: #81bdff;
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(0, 102, 204, .1);
}

.dwh-contact-hero__mini-grid small {
    color: var(--dwh-muted);
}

.dwh-contact-hero__mini-grid b {
    color: var(--dwh-blue-800);
    font-size: 18px;
}

.dwh-contact-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.dwh-contact-orb--one {
    right: 33%;
    bottom: 8%;
    width: 170px;
    height: 170px;
    background: rgba(0, 129, 255, .08);
}

.dwh-contact-orb--two {
    top: 10%;
    right: 4%;
    width: 260px;
    height: 260px;
    border: 50px solid rgba(255, 140, 13, .06);
}

.dwh-contact-channels {
    padding: 104px 0;
}

.dwh-contact-section-heading {
    max-width: 720px;
    margin: 0 auto 44px;
    text-align: center;
}

.dwh-contact-section-heading > span,
.dwh-contact-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--dwh-blue-700);
    font-size: 14px;
    font-weight: 600;
}

.dwh-contact-section-heading h2,
.dwh-contact-social h2 {
    margin-bottom: 10px;
    color: var(--dwh-blue-950);
    font-size: clamp(32px, 3.2vw, 46px);
    line-height: 1.22;
}

.dwh-contact-section-heading p {
    margin: 0;
    color: var(--dwh-muted);
}

.dwh-contact-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.dwh-contact-card {
    position: relative;
    display: flex;
    min-height: 315px;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--dwh-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(8, 52, 105, .07);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.dwh-contact-card::after {
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(0, 129, 255, .05);
    content: "";
}

.dwh-contact-card:hover {
    border-color: #9dccff;
    transform: translateY(-7px);
    box-shadow: 0 26px 60px rgba(0, 84, 170, .14);
}

.dwh-contact-card__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 17px;
    font-size: 13px;
    font-weight: 700;
}

.dwh-contact-card__icon svg {
    width: 27px;
    height: 27px;
}

.dwh-contact-card__icon--blue {
    color: #fff;
    background: #0081ff;
}

.dwh-contact-card__icon--orange {
    color: #fff;
    background: #ff8c0d;
}

.dwh-contact-card__icon--line {
    color: #fff;
    background: #06c755;
}

.dwh-contact-card__icon--mail {
    color: #006dcc;
    background: #e7f3ff;
}

.dwh-contact-card small {
    color: var(--dwh-muted);
    font-weight: 500;
}

.dwh-contact-card > strong {
    margin: 3px 0 9px;
    color: var(--dwh-blue-950);
    font-size: 21px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.dwh-contact-card > p {
    margin-bottom: 24px;
    color: var(--dwh-muted);
    font-size: 14px;
}

.dwh-contact-card > b {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: var(--dwh-blue-700);
    font-size: 14px;
}

.dwh-contact-card > b svg {
    width: 17px;
    height: 17px;
}

.dwh-contact-location {
    padding: 104px 0;
    background: linear-gradient(180deg, #f5faff 0%, #eef7ff 100%);
}

.dwh-contact-location__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
    align-items: stretch;
    gap: 30px;
}

.dwh-contact-address-card,
.dwh-contact-map {
    min-height: 520px;
    border: 1px solid rgba(199, 223, 246, .95);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 58px rgba(0, 73, 148, .1);
}

.dwh-contact-address-card {
    position: relative;
    padding: 44px;
    overflow: hidden;
}

.dwh-contact-address-card::after {
    position: absolute;
    right: -90px;
    bottom: -100px;
    width: 260px;
    height: 260px;
    border: 52px solid rgba(0, 129, 255, .05);
    border-radius: 50%;
    content: "";
}

.dwh-contact-address-card__badge {
    display: grid;
    width: 64px;
    height: 64px;
    margin-bottom: 26px;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, #ff9e32, #ff8c0d);
    box-shadow: 0 16px 32px rgba(255, 140, 13, .2);
}

.dwh-contact-address-card__badge svg {
    width: 30px;
    height: 30px;
}

.dwh-contact-address-card h2 {
    max-width: 540px;
    margin-bottom: 16px;
    color: var(--dwh-blue-950);
    font-size: 31px;
    line-height: 1.3;
}

.dwh-contact-address-th {
    max-width: 540px;
    margin-bottom: 28px;
    color: var(--dwh-muted);
    font-size: 17px;
}

.dwh-contact-address-en {
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
    padding: 20px;
    border-left: 4px solid var(--dwh-blue-700);
    border-radius: 0 14px 14px 0;
    background: #f4faff;
}

.dwh-contact-address-en strong {
    color: var(--dwh-blue-900);
}

.dwh-contact-address-en p {
    margin: 5px 0 0;
    color: var(--dwh-muted);
    font-size: 14px;
}

.dwh-contact-map-button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 9px;
    padding: 11px 18px;
    border: 1px solid #acd4ff;
    border-radius: 10px;
    color: var(--dwh-blue-800) !important;
    background: #fff;
    font-weight: 600;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.dwh-contact-map-button:hover {
    border-color: var(--dwh-blue-700);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 102, 204, .1);
}

.dwh-contact-map {
    overflow: hidden;
}

.dwh-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
}

.dwh-contact-social {
    padding: 80px 0;
}

.dwh-contact-social__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 42px 48px;
    border: 1px solid #cfe6fd;
    border-radius: 26px;
    background: linear-gradient(135deg, #f3f9ff, #fff8ef);
}

.dwh-contact-social h2 {
    max-width: 760px;
    margin: 0;
    font-size: 31px;
}

.dwh-contact-social__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.dwh-contact-social__links .dwh-social-link {
    --dwh-youtube-play: #fff;
    min-height: 48px;
    padding: 10px 18px 10px 14px;
    border: 1px solid #bcdcff;
    border-radius: 999px;
    color: var(--dwh-blue-800);
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 7px 18px rgba(0, 77, 153, .06);
}

.dwh-contact-social__links .dwh-social-link__icon {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
}

.dwh-contact-social__links .dwh-social-link:hover {
    color: #fff;
    transform: translateY(-2px);
}

.dwh-contact-social__links .dwh-social-link--facebook:hover {
    border-color: #1877f2;
    background: #1877f2;
    box-shadow: 0 10px 22px rgba(24, 119, 242, .22);
}

.dwh-contact-social__links .dwh-social-link--youtube:hover {
    --dwh-youtube-play: #ff0033;
    border-color: #ff0033;
    background: #ff0033;
    box-shadow: 0 10px 22px rgba(255, 0, 51, .20);
}

.dwh-contact-social__links .dwh-social-link--tiktok:hover {
    border-color: #111;
    background: #111;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .20);
}

@media (max-width: 1100px) {
    .dwh-contact-hero__inner {
        gap: 38px;
    }

    .dwh-contact-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dwh-contact-location__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .dwh-contact-main {
        padding-top: 68px;
    }

    .dwh-contact-page .dwh-nav a.is-current::after {
        display: none;
    }

    .dwh-contact-hero {
        min-height: auto;
        padding: 72px 0;
    }

    .dwh-contact-hero__inner {
        grid-template-columns: 1fr;
    }

    .dwh-contact-hero__inner > div:first-child {
        text-align: center;
    }

    .dwh-contact-hero__inner > div:first-child > p {
        margin-right: auto;
        margin-left: auto;
    }

    .dwh-contact-hero__actions {
        justify-content: center;
    }

    .dwh-contact-location__grid {
        grid-template-columns: 1fr;
    }

    .dwh-contact-address-card,
    .dwh-contact-map,
    .dwh-contact-map iframe {
        min-height: 430px;
    }

    .dwh-contact-social__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .dwh-contact-social__links {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .dwh-contact-hero {
        padding: 56px 0 64px;
    }

    .dwh-contact-hero h1 {
        font-size: 39px;
    }

    .dwh-contact-hero__inner > div:first-child > p {
        font-size: 16px;
    }

    .dwh-contact-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .dwh-contact-hero__actions .dwh-button {
        width: 100%;
    }

    .dwh-contact-hero__panel {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .dwh-contact-hero__mini-grid {
        grid-template-columns: 1fr;
    }

    .dwh-contact-channels,
    .dwh-contact-location {
        padding: 76px 0;
    }

    .dwh-contact-card-grid {
        grid-template-columns: 1fr;
    }

    .dwh-contact-card {
        min-height: 285px;
    }

    .dwh-contact-address-card {
        min-height: auto;
        padding: 30px 22px;
        border-radius: 22px;
    }

    .dwh-contact-address-card h2 {
        font-size: 26px;
    }

    .dwh-contact-map,
    .dwh-contact-map iframe {
        min-height: 350px;
    }

    .dwh-contact-social {
        padding: 62px 0 96px;
    }

    .dwh-contact-social__inner {
        padding: 30px 22px;
    }

    .dwh-contact-social h2 {
        font-size: 26px;
    }

    .dwh-contact-social__links {
        width: 100%;
    }

    .dwh-contact-social__links a {
        flex: 1 1 calc(50% - 10px);
    }
}
