.remote-support-page {
    --remote-support-ink: #0d3254;
    --remote-support-accent: #0fb7c8;
    --remote-support-soft: #eefbfc;
}

.remote-support-page .solution-detail-summary div {
    border-color: rgba(15, 183, 200, 0.16);
    background: linear-gradient(180deg, #ffffff 0%, #f6feff 100%);
}

.remote-support-page .solution-detail-summary strong,
.remote-support-page .solution-detail-card h3,
.remote-support-page .solution-detail-process h3 {
    color: var(--remote-support-ink);
}

.remote-support-page .solution-detail-card,
.remote-support-page .solution-detail-process {
    border-color: rgba(13, 50, 84, 0.08);
}

.remote-support-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 1.5rem;
    align-items: center;
    margin: 1.5rem 0 2rem;
    padding: 1.5rem;
    border: 1px solid rgba(13, 50, 84, 0.08);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(15, 183, 200, 0.18), transparent 40%),
        linear-gradient(135deg, #f4fbff 0%, #ffffff 45%, #ebfffd 100%);
    box-shadow: var(--shadow-soft);
}

.remote-support-hero-copy h2 {
    margin: 0 0 1rem;
    color: var(--remote-support-ink);
    font-size: 2.1rem;
    line-height: 1.25;
}

.remote-support-hero-copy p:last-of-type {
    margin: 0;
    color: var(--text-light);
    font-size: 1.05rem;
}

.remote-support-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.35rem;
}

.naver-booking-button {
    gap: 0.55rem;
}

.naver-booking-badge {
    display: inline-flex;
    width: 1.45rem;
    height: 1.45rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #03c75a;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1;
}

.naver-booking-button i {
    font-size: 0.9rem;
}

.button.remote-download-button,
.cta-button.remote-download-button {
    background: linear-gradient(135deg, #0f9f6e 0%, #22c55e 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(34, 197, 94, 0.28);
}

.button.remote-download-button:hover,
.cta-button.remote-download-button:hover {
    background: linear-gradient(135deg, #14b87a 0%, #34d399 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 16px 34px rgba(34, 197, 94, 0.32);
}

.remote-support-hero-media img,
.remote-support-visual-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.remote-support-visual-band {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.25rem;
    align-items: center;
    margin: 0 0 2rem;
    padding: 1.25rem;
    border: 1px solid rgba(15, 183, 200, 0.14);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(226, 250, 252, 0.8), rgba(255, 255, 255, 0.96));
}

.remote-support-visual-copy h3 {
    margin: 0 0 0.75rem;
    color: var(--remote-support-ink);
    line-height: 1.35;
}

.remote-support-visual-copy p:last-child {
    margin: 0;
    color: var(--text-light);
}

@media (max-width: 900px) {
    .remote-support-hero,
    .remote-support-visual-band {
        grid-template-columns: 1fr;
    }

    .remote-support-hero {
        padding: 1.25rem;
    }

    .remote-support-hero-copy h2 {
        font-size: 1.6rem;
    }
}
