.rw-asia-contact-page {
    --rw-contact-red: #e90006;
    --rw-contact-black: #1a1a1a;
    --rw-contact-muted: #626262;
    --rw-contact-line: #d4d4d4;
    --rw-contact-surface: #f5f5f5;
    width: 100%;
    padding: clamp(56px, 7vw, 108px) clamp(20px, 5vw, 72px);
    background:
        radial-gradient(circle at 88% 8%, rgba(233, 0, 6, 0.07), transparent 26rem),
        linear-gradient(135deg, #fff 0%, #fafafa 100%);
}

.rw-asia-contact-finder {
    --rw-contact-red: #e90006;
    --rw-contact-black: #1a1a1a;
    --rw-contact-muted: #626262;
    --rw-contact-line: #d4d4d4;
    --rw-contact-surface: #f5f5f5;
    color: var(--rw-contact-black);
    font-family: var(--ruwac-font-family, "Aeonik Pro", sans-serif);
}

.rw-asia-contact-finder *,
.rw-asia-contact-finder *::before,
.rw-asia-contact-finder *::after {
    box-sizing: border-box;
}

.rw-asia-contact-finder--page {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
    gap: clamp(32px, 6vw, 96px);
    max-width: 1664px;
    margin: 0 auto;
}

.rw-asia-contact-page__intro h1,
.rw-asia-contact-finder__header h2 {
    margin: 0;
    color: var(--rw-contact-red);
    font-size: clamp(2.5rem, 5.2vw, 5.9rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.96;
}

.rw-asia-contact-finder__header h2 {
    font-size: clamp(2rem, 4vw, 3.6rem);
}

.rw-asia-contact-page__intro > p:last-child,
.rw-asia-contact-finder__header > p:last-child {
    max-width: 720px;
    margin: 24px 0 0;
    color: var(--rw-contact-muted);
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    line-height: 1.55;
}

.rw-asia-contact-finder__eyebrow {
    margin: 0 0 16px;
    color: var(--rw-contact-black);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.rw-asia-contact-page__finder {
    align-self: start;
    padding: clamp(28px, 4vw, 52px);
    background: #fff;
    box-shadow: 0 24px 70px rgba(26, 26, 26, 0.09);
}

/* The full contact page uses the legacy finder block. These overrides are
   activated by the Asia-only script and mirror the universal panel controls. */
#ruwac-contact-finder-app #ruwac-intro-text {
    display: none !important;
}

.rw-asia-contact-finder-page-legacy .ruwac-input-group {
    height: 50px;
}

.rw-asia-contact-finder-page-legacy #ruwac-plz-input,
.rw-asia-contact-finder-page-legacy #ruwac-country-select {
    width: 100%;
    padding: 0 15px;
    border: 1px solid var(--rw-border-color, #dee2e6);
    color: var(--rw-text-on-light-highlight, #212529);
    background-color: var(--rw-bg-light-1, #f8f9fa);
    font-size: 1rem;
    transition: all 0.2s ease;
}

.rw-asia-contact-finder-page-legacy #ruwac-plz-input {
    border-right: 0;
    border-radius: 8px 0 0 8px;
}

.rw-asia-contact-finder-page-legacy #ruwac-country-select {
    padding-right: 42px;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 1.5 7 7.5l6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px 9px;
    cursor: pointer;
}

.rw-asia-contact-finder-page-legacy #ruwac-plz-input:focus,
.rw-asia-contact-finder-page-legacy #ruwac-country-select:focus {
    z-index: 2;
    outline: none;
    border-color: var(--rw-primary-color, #e2382a);
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(226, 56, 42, 0.3);
}

.rw-asia-contact-finder__form label {
    display: block;
    margin-bottom: 12px;
    font-size: 1rem;
    font-weight: 700;
}

.rw-asia-contact-finder__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.rw-asia-contact-finder__controls select,
.rw-asia-contact-finder__controls input {
    width: 100%;
    height: 50px;
    padding: 0 42px 0 15px;
    border: 1px solid var(--rw-border-color, #dee2e6);
    border-radius: 8px;
    color: var(--rw-text-on-light-highlight, #212529);
    background-color: var(--rw-bg-light-1, #f8f9fa);
    font: inherit;
    transition: all 0.2s ease;
}

.rw-asia-contact-finder__controls select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 1.5 7 7.5l6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px 9px;
    cursor: pointer;
}

.rw-asia-contact-finder__controls select:focus,
.rw-asia-contact-finder__controls input:focus {
    z-index: 2;
    outline: none;
    border-color: var(--rw-primary-color, #e2382a);
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(226, 56, 42, 0.3);
}

.rw-asia-contact-panel__close:focus-visible {
    outline: 3px solid rgba(233, 0, 6, 0.28);
    outline-offset: 3px;
}

.rw-asia-contact-finder__status {
    grid-column: 1 / -1;
    min-height: 24px;
    color: var(--rw-contact-muted);
    font-size: 0.95rem;
}

.rw-asia-contact-finder__status:empty {
    min-height: 0;
}

.rw-asia-contact-finder__results {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rw-asia-contact-card {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 18px;
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--rw-contact-line);
    background: #fff;
}

.rw-asia-contact-card__image {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    object-fit: contain;
    background: var(--rw-contact-surface);
}

.rw-asia-contact-card__type {
    margin: 0 0 8px;
    color: var(--rw-contact-red);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.rw-asia-contact-card h3 {
    margin: 0;
    overflow-wrap: anywhere;
    font-size: 1.22rem;
    line-height: 1.15;
}

.rw-asia-contact-card__company {
    margin: 5px 0 12px;
    color: var(--rw-contact-muted);
    line-height: 1.35;
}

.rw-asia-contact-card__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.rw-asia-contact-card__links a {
    color: var(--rw-contact-black);
    overflow-wrap: anywhere;
    text-decoration-color: rgba(233, 0, 6, 0.45);
    text-underline-offset: 3px;
}

.rw-asia-contact-card__links a:hover {
    color: var(--rw-contact-red);
}

.rw-asia-contact-panel[hidden] {
    display: none !important;
}

.rw-asia-contact-panel {
    position: fixed;
    z-index: 2000000000;
    inset: 0;
}

.rw-asia-contact-panel__backdrop {
    position: absolute;
    z-index: 2000;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(26, 26, 26, 0.48);
    cursor: default;
}

.rw-asia-contact-panel__dialog {
    position: absolute;
    z-index: 2001;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    overflow: auto;
    background: #fff;
    box-shadow: -24px 0 70px rgba(0, 0, 0, 0.16);
    animation: rwAsiaPanelIn 220ms ease-out both;
}

.rw-asia-contact-panel__content {
    padding: clamp(34px, 6vw, 70px) clamp(24px, 5vw, 54px);
}

.rw-asia-contact-panel__close {
    position: sticky;
    z-index: 2;
    top: 18px;
    float: right;
    width: 44px;
    height: 44px;
    margin: 18px 18px 0 0;
    border: 1px solid var(--rw-contact-line, #d4d4d4);
    border-radius: 50%;
    color: #1a1a1a;
    background: #fff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

.rw-asia-contact-finder--panel .rw-asia-contact-finder__controls {
    grid-template-columns: 1fr;
}

.rw-asia-contact-finder--panel .rw-asia-contact-finder__results {
    grid-template-columns: 1fr;
    margin-top: 18px;
}

.rw-asia-contact-finder--panel .rw-asia-contact-card {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 16px;
}

.rw-asia-contact-finder--panel .rw-asia-contact-card__image {
    width: 72px;
    height: 72px;
}

.rw-asia-contact-finder__actions,
.rw-asia-contact-page__request {
    grid-column: 1 / -1;
}

.rw-asia-contact-finder__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--rw-contact-line);
}

.rw-asia-contact-page__request {
    margin-top: 6px;
}

body.rw-asia-contact-panel-open {
    overflow: hidden;
}

@keyframes rwAsiaPanelIn {
    from { transform: translateX(35px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@media (max-width: 1100px) {
    .rw-asia-contact-finder--page {
        grid-template-columns: 1fr;
    }

    .rw-asia-contact-finder__results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .rw-asia-contact-page {
        padding-inline: 18px;
    }

    .rw-asia-contact-page__finder {
        padding: 24px 18px;
    }

    .rw-asia-contact-finder__controls,
    .rw-asia-contact-finder__results {
        grid-template-columns: 1fr;
    }

    .rw-asia-contact-card {
        grid-template-columns: 72px minmax(0, 1fr);
        padding: 16px;
    }

    .rw-asia-contact-card__image {
        width: 72px;
        height: 72px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rw-asia-contact-panel__dialog,
    .rw-asia-contact-finder__controls button {
        animation: none;
        transition: none;
    }
}
