.service-banner {
    min-height: 600px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #1f2429;
    text-align: left;
    background-color: #eef7f4;
    background-position: center center !important;
}

.service-banner-inner {
    width: min(1600px, calc(100% - 160px));
    margin: 0 auto;
    padding: 72px 0 68px;
}

.service-hero-copy {
    max-width: 620px;
    padding-left: 96px;
}

.service-hero-copy h1 {
    margin: 0 0 28px;
    font-size: clamp(36px, 4.2vw, 58px);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0.06em;
    color: #20242a;
}

.service-hero-copy p {
    max-width: 560px;
    margin: 0 0 38px;
    font-size: 17px;
    line-height: 2;
    color: #666a70;
}

.service-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 162px;
    height: 46px;
    padding: 0 28px;
    background: #08a79c;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.08em;
    transition: background-color .22s ease, transform .22s ease;
}

.service-hero-btn:hover {
    background: #0b8e84;
    transform: translateY(-1px);
}

.service-support-section,
.service-faq-section,
.service-download-section {
    background: #ffffff;
}

.service-support-section {
    padding: 98px 0 92px;
}

.service-process-section {
    padding: 102px 0 108px;
    background: #f4f2ef url("../images/service/service-process-bg.png") center/cover no-repeat;
}

.service-process-section .container {
    width: min(1740px, calc(100% - 72px));
}

.service-faq-section {
    padding: 98px 0 56px;
}

.service-download-section {
    padding: 34px 0 108px;
}

.service-section-head {
    margin-bottom: 46px;
    text-align: center;
}

.service-section-head .section-title {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #1f2328;
}

.service-section-head .section-title::after {
    content: "";
    width: 68px;
    height: 4px;
    margin-top: 22px;
    background: #13b6aa;
}

.service-section-desc {
    max-width: 1120px;
    margin: 34px auto 0;
    font-size: 17px;
    line-height: 2.06;
    color: #6b7078;
}

.service-support-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
    padding-top: 26px;
    padding-bottom: 226px;
}

.service-support-card {
    position: relative;
    text-align: center;
    outline: none;
}

.service-support-body {
    display: contents;
}

.service-support-icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 18px;
}

.service-support-icon img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .22s ease, transform .22s ease;
}

.service-support-icon .active,
.service-process-card .active {
    opacity: 0;
}

.service-support-card h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #9a9a9a;
    transition: color .22s ease;
}

.service-support-detail {
    position: absolute;
    top: calc(100% + 36px);
    left: 50%;
    z-index: 2;
    width: 176px;
    max-width: 176px;
    padding: 20px 16px 18px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 55px rgba(40, 55, 70, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 14px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.service-support-detail::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 4px;
}

.service-support-detail p {
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 1.85;
    color: #565b62;
    text-align: left;
}

.service-support-card:hover .service-support-icon .default,
.service-support-card:focus-visible .service-support-icon .default,
.service-support-card.is-active .service-support-icon .default,
.service-process-card:hover .default,
.service-process-card:focus-visible .default,
.service-process-card.is-active .default {
    opacity: 0;
}

.service-support-card:hover .service-support-icon .active,
.service-support-card:focus-visible .service-support-icon .active,
.service-support-card.is-active .service-support-icon .active,
.service-process-card:hover .active,
.service-process-card:focus-visible .active,
.service-process-card.is-active .active {
    opacity: 1;
}

.service-support-card:hover h3,
.service-support-card:focus-visible h3,
.service-support-card.is-active h3 {
    color: #11b7ab;
}

.service-support-card:hover .service-support-detail,
.service-support-card:focus-visible .service-support-detail,
.service-support-card.is-active .service-support-detail {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.service-process-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.service-process-card {
    position: relative;
    display: block;
    aspect-ratio: 316 / 428;
    outline: none;
}

.service-process-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .22s ease, transform .22s ease;
}

.service-process-card:hover img,
.service-process-card:focus-visible img {
    transform: translateY(-4px);
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.service-info-card {
    min-height: 166px;
    padding: 34px 28px 28px;
    background: #fafafa;
    border-radius: 8px;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.service-info-card:hover {
    transform: translateY(-4px);
    background: #ffffff;
    box-shadow: 0 20px 46px rgba(35, 47, 59, 0.08);
}

.service-info-card h3 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    color: #20242a;
}

.service-info-card p {
    min-height: 46px;
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.9;
    color: #6d727a;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    color: #18b8ac;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.service-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 52px;
}

.service-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    height: 36px;
    padding: 0 24px;
    border: 1px solid #8e949b;
    color: #40464d;
    font-size: 13px;
    background: transparent;
}

@media (max-width: 1440px) {
    .service-banner-inner {
        width: min(1440px, calc(100% - 96px));
    }

    .service-hero-copy {
        padding-left: 44px;
    }

    .service-support-grid,
    .service-process-grid {
        gap: 18px;
    }

    .service-section-desc {
        max-width: 980px;
    }
}

@media (max-width: 1199px) {
    .service-banner {
        min-height: 520px;
    }

    .service-banner-inner {
        width: min(1200px, calc(100% - 64px));
    }

    .service-process-section .container {
        width: min(1200px, calc(100% - 64px));
    }

    .service-hero-copy {
        max-width: 520px;
        padding-left: 0;
    }

    .service-hero-copy p,
    .service-section-desc {
        font-size: 15px;
        line-height: 1.9;
    }

    .service-support-grid,
    .service-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .service-support-grid {
        row-gap: 160px;
        padding-bottom: 70px;
    }

    .service-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .service-support-section {
        padding: 76px 0 72px;
    }

    .service-support-section .service-section-head {
        margin-bottom: 30px;
        text-align: left;
    }

    .service-support-section .service-section-head .section-title {
        align-items: flex-start;
        font-size: 32px;
    }

    .service-support-section .service-section-head .section-title::after {
        margin-top: 16px;
    }

    .service-support-section .service-section-desc {
        max-width: none;
        margin: 18px 0 0;
        text-align: left;
        line-height: 1.9;
    }

    .service-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        padding: 0;
    }

    .service-support-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-height: 100%;
        padding: 24px 22px 22px;
        text-align: left;
        border: 1px solid #e6efee;
        border-radius: 24px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 250, 0.98) 100%);
        box-shadow: 0 18px 40px rgba(27, 53, 63, 0.06);
    }

    .service-support-body {
        display: block;
        width: 100%;
    }

    .service-support-icon {
        width: 72px;
        height: 72px;
        margin: 0 0 18px;
        padding: 14px;
        border-radius: 20px;
        background:
            linear-gradient(180deg, #ffffff 0%, #effbf9 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            0 12px 24px rgba(19, 182, 170, 0.12);
    }

    .service-support-card h3 {
        margin: 0 0 12px;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.35;
        color: #12afa4;
    }

    .service-support-icon .default {
        opacity: 0;
    }

    .service-support-icon .active {
        opacity: 1;
    }

    .service-support-detail {
        position: static;
        width: 100%;
        max-width: none;
        margin-top: auto;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .service-support-detail::before {
        display: none;
    }

    .service-support-detail p {
        font-size: 14px;
        line-height: 1.9;
        color: #56616d;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .service-banner {
        min-height: 420px;
        background-position: 64% center !important;
    }

    .service-banner-inner {
        width: min(100%, calc(100% - 32px));
        padding: 58px 0;
    }

    .service-process-section .container {
        width: min(100%, calc(100% - 32px));
    }

    .service-hero-copy {
        max-width: 100%;
    }

    .service-hero-copy h1 {
        margin-bottom: 18px;
        font-size: 34px;
        letter-spacing: 0.03em;
    }

    .service-hero-copy p {
        margin-bottom: 28px;
        font-size: 14px;
        line-height: 1.85;
    }

    .service-hero-btn {
        min-width: 138px;
        height: 42px;
        padding: 0 22px;
        font-size: 14px;
    }

    .service-support-section,
    .service-process-section,
    .service-faq-section,
    .service-download-section {
        padding: 64px 0;
    }

    .service-section-head {
        margin-bottom: 34px;
    }

    .service-section-head .section-title {
        font-size: 30px;
    }

    .service-section-head .section-title::after {
        margin-top: 16px;
    }

    .service-section-desc {
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.85;
    }

    .service-support-grid,
    .service-process-grid,
    .service-card-grid {
        grid-template-columns: 1fr;
    }

    .service-support-grid {
        gap: 14px;
    }

    .service-support-card {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        align-items: center;
        column-gap: 16px;
        row-gap: 0;
        padding: 18px 16px;
        border-radius: 18px;
        box-shadow: 0 12px 28px rgba(27, 53, 63, 0.05);
    }

    .service-support-card:nth-child(even) {
        grid-template-columns: minmax(0, 1fr) 64px;
    }

    .service-support-icon {
        width: 64px;
        height: 64px;
        margin: 0;
        padding: 12px;
        border-radius: 18px;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            0 10px 18px rgba(19, 182, 170, 0.1);
    }

    .service-support-card:nth-child(even) .service-support-icon {
        grid-column: 2;
    }

    .service-support-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        min-width: 0;
    }

    .service-support-card:nth-child(even) .service-support-body {
        grid-column: 1;
        grid-row: 1;
        text-align: right;
    }

    .service-support-card h3 {
        margin: 0;
        font-size: 17px;
        line-height: 1.35;
    }

    .service-support-detail {
        margin-top: 0;
    }

    .service-support-detail p {
        font-size: 13px;
        line-height: 1.72;
    }

    .service-support-card:nth-child(even) .service-support-detail p {
        text-align: right;
    }

    .service-support-card:hover,
    .service-support-card:focus,
    .service-support-card:focus-visible {
        transform: none;
    }

    .service-process-grid {
        gap: 18px;
    }

    .service-process-card {
        max-width: 260px;
        margin: 0 auto;
    }

    .service-card-grid {
        gap: 18px;
    }

    .service-info-card {
        min-height: 0;
        padding: 26px 20px 24px;
    }

    .service-info-card h3 {
        font-size: 20px;
    }

    .service-info-card p {
        min-height: 0;
        margin-bottom: 22px;
    }

    .service-more-wrap {
        margin-top: 36px;
    }
}
