body.page-home {
    --home-primary: #25b9cb;
    --home-primary-dark: #1593a3;
    --home-navy: #1b3067;
    --home-ink: #07111f;
    --home-text: #111827;
    --home-muted: #596579;
    --home-line: #dfe5ed;
    --home-soft: #f4f8fb;
    --home-white: #ffffff;
    --home-green: #2c8f6f;
    word-break: keep-all;
    overflow-wrap: break-word;
}

body.page-home .site-header {
    position: fixed;
    inset: 0 0 auto;
    border-bottom: 1px solid rgba(223, 229, 237, 0.86);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
}

body.page-home .site-header__inner {
    min-height: 82px;
}

body.page-home .site-logo {
    display: inline-flex;
    align-items: center;
    min-width: 190px;
}

body.page-home .site-logo img {
    width: 176px;
}

body.page-home .site-nav__list {
    gap: 2px;
}

body.page-home .site-nav__link {
    min-height: 82px;
    padding: 0 18px;
    color: var(--home-ink);
    font-weight: 800;
}

body.page-home .site-nav__link:hover,
body.page-home .site-nav__item:focus-within .site-nav__link {
    color: var(--home-primary-dark);
}

body.page-home .site-nav__sub {
    top: calc(100% - 6px);
    min-width: 210px;
    padding: 14px;
    border-color: rgba(37, 185, 203, 0.18);
}

body.page-home .site-nav__sub a {
    padding: 11px 14px;
    color: var(--home-muted);
    font-weight: 720;
}

body.page-home .site-nav__sub a:hover {
    background: rgba(37, 185, 203, 0.1);
    color: var(--home-primary-dark);
}

body.page-home .site-header__call {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--home-navy);
    color: var(--home-white);
}

body.page-home .site-menu-button {
    border: 0;
    background: transparent;
}

body.page-home .mobile-nav {
    border-left-color: rgba(15, 23, 42, 0.08);
}

body.page-home .main-hero {
    position: relative;
    min-height: 92vh;
    padding-top: 82px;
    overflow: hidden;
    background: var(--home-navy);
}

body.page-home .main-hero__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.018);
    transition:
        opacity 2200ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 3000ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
    z-index: 0;
}

body.page-home .main-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    z-index: 1;
}

body.page-home .main-hero__slide.is-leaving {
    opacity: 0;
    transform: scale(1.018);
    transition:
        opacity 2200ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 2200ms cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
}

body.page-home .main-hero__slide::after {
    background:
        linear-gradient(90deg, rgba(7, 17, 31, 0.9) 0%, rgba(27, 48, 103, 0.7) 45%, rgba(7, 17, 31, 0.22) 100%),
        linear-gradient(180deg, rgba(7, 17, 31, 0.08) 0%, rgba(7, 17, 31, 0.78) 100%);
}

body.page-home .main-hero__slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
    transition:
        transform 9400ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 2200ms ease;
    will-change: transform;
}

body.page-home .main-hero__slide:nth-child(2) img {
    object-position: 70% center;
}

body.page-home .main-hero__slide:nth-child(3) img {
    object-position: 72% center;
}

body.page-home .main-hero__slide.is-active img {
    transform: scale(1.01);
}

body.page-home .main-hero__slide.is-leaving img {
    transform: scale(1.03);
    transition: transform 2200ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-home .main-hero__content {
    position: relative;
    z-index: 2;
    padding: 128px 0 154px;
    color: var(--home-white);
}

body.page-home .main-hero .eyebrow {
    color: #d7fbff;
}

body.page-home .main-hero h1,
body.page-home .main-hero h2 {
    max-width: 820px;
    margin-top: var(--space-4);
    color: var(--home-white);
    font-size: clamp(42px, 5.8vw, 54px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

body.page-home .main-hero p:not(.eyebrow) {
    max-width: 680px;
    margin-top: var(--space-5);
    color: rgba(255, 255, 255, 0.84);
    font-size: 20px;
    line-height: 1.78;
}

body.page-home .button--primary {
    background: var(--home-primary);
    color: var(--home-ink);
}

body.page-home .button--line {
    border-color: var(--home-primary);
    color: var(--home-primary-dark);
}

body.page-home .button--light {
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.1);
    color: var(--home-white);
}

body.page-home .main-hero .button-row {
    margin-top: 34px;
}

body.page-home .main-hero .button {
    min-width: 142px;
}

body.page-home .button:focus-visible,
body.page-home .site-nav__link:focus-visible,
body.page-home .quick-menu a:focus-visible,
body.page-home .quick-menu button:focus-visible {
    outline: 3px solid rgba(37, 185, 203, 0.32);
    outline-offset: 3px;
}

body.page-home .main-hero__controls {
    position: absolute;
    left: calc((100% - 1200px) / 2 + 24px); /* container 좌측 정렬 라인과 일치 */
    bottom: 92px; /* button-row 아래로 자연스럽게 얹어지는 세로 위치 */
    top: auto;
    right: auto;
    z-index: 4;
    display: flex; /* 가로(수평) 배치 */
    flex-direction: row;
    gap: 8px;
    transform: none;
}

body.page-home .main-hero__controls button {
    width: 28px; /* 가로형 슬라이더 버튼 형태로 전환 */
    height: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

body.page-home .main-hero__controls button.is-active {
    width: 48px; /* 활성화 시 가로 유려하게 확장 */
    background: var(--home-primary);
    border-color: var(--home-primary);
    box-shadow: 0 0 12px rgba(37, 185, 203, 0.4);
}

/* 1200px 이하 해상도 및 모바일 반응형 처리 */
@media (max-width: 1240px) {
    body.page-home .main-hero__controls {
        left: 24px;
        bottom: 80px;
    }
}

@media (max-width: 768px) {
    body.page-home .main-hero__controls {
        left: 20px;
        bottom: 48px; /* 모바일 하단 여백 보정 */
    }
}


body.page-home .home-section {
    padding: 112px 0;
}

body.page-home .home-section--soft {
    background: var(--home-soft);
}

/* Premium CTA Section */
body.page-home .home-section--cta {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: #07111f;
}
body.page-home .cta-bg-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
}
body.page-home .cta-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    opacity: 0.32;
    filter: grayscale(15%) contrast(108%);
}
body.page-home .cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7, 24, 68, 0.94) 0%, rgba(27, 48, 103, 0.82) 50%, rgba(7, 17, 31, 0.94) 100%);
}
body.page-home .cta-container {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--home-white);
}
body.page-home .cta-title {
    color: var(--home-white) !important;
    font-size: clamp(28px, 4.5vw, 44px) !important;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: 0;
    margin-bottom: 22px;
}
body.page-home .cta-desc {
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: clamp(15px, 2vw, 19px) !important;
    line-height: 1.65;
    font-weight: 500;
    margin-bottom: 42px;
}
body.page-home .cta-buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
body.page-home .cta-note {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.6;
}
body.page-home .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 42px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
body.page-home .cta-btn--call {
    background: var(--home-primary);
    color: #ffffff !important;
}
body.page-home .cta-icon {
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 0.04em;
    opacity: 0.78;
}
body.page-home .cta-phone-number {
    letter-spacing: 0;
}
body.page-home .cta-btn--inquiry {
    background: transparent;
    color: var(--home-white) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
}
body.page-home .cta-btn--inquiry:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.85);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    body.page-home .home-section--cta {
        padding: 86px 0;
    }
    body.page-home .cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    body.page-home .cta-btn {
        width: 100%;
        min-height: 52px;
        padding: 0 24px;
        font-size: 16px;
    }
}


body.page-home .home-section--dark {
    background: var(--home-navy);
    color: var(--home-white);
}

body.page-home .home-section-head {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 48px;
    align-items: end;
    margin-bottom: 46px;
}

body.page-home .about-section-head,
body.page-home .services-section-head,
body.page-home .process-section-head {
    margin-bottom: 48px;
    max-width: 820px;
}

body.page-home .about-section-head h2,
body.page-home .services-section-head h2,
body.page-home .process-section-head h2 {
    margin-top: var(--space-3);
    color: var(--home-ink);
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
}

body.page-home .about-lead-text,
body.page-home .services-lead-text,
body.page-home .process-lead-text {
    color: var(--home-muted);
    font-size: 18px;
    line-height: 1.78;
    margin: 0;
}

body.page-home .home-section-head h2,
body.page-home .credential-layout h2,
body.page-home .target-panel h2,
body.page-home .contact-card h2 {
    margin-top: var(--space-3);
    color: var(--home-ink);
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
}

body.page-home .home-section-head p:not(.eyebrow),
body.page-home .credential-layout p,
body.page-home .target-panel p,
body.page-home .contact-card p,
body.page-home .contact-action p {
    color: var(--home-muted);
    font-size: 18px;
    line-height: 1.85;
}

body.page-home .home-section--dark .eyebrow,
body.page-home .home-section--dark h2,
body.page-home .home-section--dark p {
    color: var(--home-white);
}

body.page-home .home-section .eyebrow {
    color: var(--home-primary-dark);
}

body.page-home .home-section--dark .eyebrow {
    color: var(--home-primary);
}

body.page-home .home-about-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 44px;
    align-items: stretch;
}

body.page-home .home-media {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: var(--radius-card);
    background: var(--home-navy);
}

body.page-home .home-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-home .home-media figcaption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    padding: 22px;
    border-radius: var(--radius-card);
    background: rgba(255, 255, 255, 0.92);
    color: var(--home-ink);
}

body.page-home .home-media b {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

body.page-home .home-media span {
    color: var(--home-muted);
    font-size: 14px;
    font-weight: 700;
}

body.page-home .home-value-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

body.page-home .value-card {
    position: relative;
    min-height: 206px;
    padding: 26px;
    border: 1px solid var(--home-line);
    border-radius: var(--radius-card);
    background: var(--home-white);
    overflow: hidden;
}

body.page-home .value-card::before {
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--home-primary), rgba(27, 48, 103, 0.82));
    content: "";
}

body.page-home .value-card--wide {
    grid-column: 1 / -1;
    min-height: 190px;
    border-color: var(--home-ink);
    background: var(--home-ink);
    color: var(--home-white);
}

body.page-home .value-card span {
    display: block;
    margin-bottom: 18px;
    color: var(--home-primary);
    font-weight: 900;
    letter-spacing: 0;
}

body.page-home .value-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.25;
}

body.page-home .value-card p {
    color: var(--home-muted);
    font-size: 15px;
}

body.page-home .value-card--wide p {
    color: rgba(255, 255, 255, 0.76);
}

body.page-home .home-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

body.page-home .service-link-card {
    position: relative;
    border-color: var(--home-line);
}

body.page-home .service-link-card::after {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 28px;
    height: 2px;
    background: var(--home-primary);
    content: "";
    transition: width 0.2s ease;
}

body.page-home .service-link-card:hover::after {
    width: 46px;
}

body.page-home .service-link-card img {
    aspect-ratio: 16 / 10;
    transition: transform 0.36s ease;
}

body.page-home .service-link-card:hover img {
    transform: scale(1.035);
}

body.page-home .service-link-card span {
    color: var(--home-ink);
    font-size: 21px;
}

body.page-home .service-link-card p {
    min-height: 94px;
}

/* =================================================================
   신규: 100% 품질 만족 보장 다크 배너 섹션 (Credential 대체)
   ================================================================= */
.refund-banner-section {
    position: relative;
    padding: 110px 20px;
    color: var(--home-white, #FFFFFF);
    /* 럭셔리 청소 작업 무드 고해상도 백그라운드 및 다크 네이비 페이드 오버레이 */
    background-image: linear-gradient(rgba(7, 17, 31, 0.88), rgba(7, 17, 31, 0.88)), url('https://images.pexels.com/photos/4099467/pexels-photo-4099467.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* 패러랙스 스크롤 효과 가미 */
    overflow: hidden;
}

.refund-banner-section .refund-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* 섹션 헤더 */
.refund-banner-section .refund-header {
    margin-bottom: 60px;
}

.refund-banner-section .header-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--home-primary, #25b9cb);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.refund-banner-section .header-title {
    font-size: 54px;
    font-weight: 900;
    color: var(--home-white, #FFFFFF);
    line-height: 1.25;
    letter-spacing: -0.03em;
}

/* 특장점 그리드 */
.refund-banner-section .refund-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
}

/* 특장점 아이템 */
.refund-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 40px;
    transition: transform 0.4s ease;
}

.refund-item:hover {
    transform: translateY(-8px);
}

.refund-item .item-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: var(--home-primary, #25b9cb);
    font-size: 34px;
    transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}

.refund-item:hover .item-icon {
    background-color: var(--home-primary, #25b9cb);
    border-color: var(--home-primary, #25b9cb);
    color: var(--home-white, #FFFFFF);
    box-shadow: 0 8px 24px rgba(37, 185, 203, 0.3);
}

.refund-item .item-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
    color: var(--home-white, #FFFFFF);
    letter-spacing: -0.02em;
}

.refund-item .item-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    font-weight: 400;
    word-break: keep-all;
}

/* 구분선 추가 (데스크톱 버전) */
.refund-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

/* =================================================================
   신규만족보장 배너 반응형 미디어 쿼리 조정
   ================================================================= */
@media (max-width: 1024px) {
    .refund-banner-section {
        padding: 90px 20px;
        background-attachment: scroll; /* 모바일 성능 위해 fixed 해제 */
    }

    .refund-banner-section .header-title {
        font-size: 44px;
    }

    .refund-item {
        padding: 24px 20px;
    }

    .refund-item .item-title {
        font-size: 20px;
    }

    .refund-item .item-desc {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .refund-banner-section {
        padding: 70px 15px;
    }

    .refund-banner-section .refund-header {
        margin-bottom: 40px;
    }

    .refund-banner-section .header-subtitle {
        font-size: 15px;
    }

    .refund-banner-section .header-title {
        font-size: 34px;
    }

    .refund-banner-section .refund-grid {
        grid-template-columns: 1fr; /* 1열 변환 */
        gap: 30px;
    }

    /* 구분선 제거 및 하단 보더 추가 */
    .refund-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 40px;
    }

    .refund-item {
        padding: 10px 0;
    }
}


body.page-home .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    background: transparent;
    border: none;
}

body.page-home .process-card {
    position: relative; /* 절대 배치용 부모 기준 설정 */
    min-height: auto;
    padding: 38px 30px;
    border: 1px solid rgba(27, 48, 103, 0.06);
    border-radius: 16px;
    background: var(--home-white);
    box-shadow: 0 10px 30px rgba(7, 17, 31, 0.03);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

body.page-home .process-card .card-icon {
    position: absolute;
    top: 32px;
    right: 30px;
    font-size: 38px;
    color: var(--home-primary, #25b9cb);
    transform: translateY(-4px) scale(1.08);
    transition: color 0.4s ease, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: none; /* 드래그 및 마우스 방해 방지 */
}

body.page-home .process-card span {
    display: block;
    margin-bottom: 34px;
    color: #25b9cb;
}

body.page-home .target-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: var(--radius-card);
    background: var(--home-ink);
    color: var(--home-white);
}

body.page-home .target-panel figure {
    min-height: 560px;
}

body.page-home .target-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-home .target-panel > div {
    align-self: center;
    padding: clamp(36px, 6vw, 72px);
}

body.page-home .target-panel h2,
body.page-home .target-panel p {
    color: var(--home-white);
}

body.page-home .target-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 34px;
}

body.page-home .target-list span {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-card);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.86);
    font-weight: 800;
}

body.page-home .contact-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
    align-items: stretch;
}

body.page-home .contact-card {
    border: 1px solid rgba(37, 185, 203, 0.18);
    padding: 44px;
    border-radius: var(--radius-card);
    background: var(--home-white);
}

body.page-home .contact-card .info-list {
    margin-top: 28px;
}

body.page-home .contact-action {
    display: grid;
    align-content: end;
    min-height: 390px;
    padding: 44px;
    border-radius: var(--radius-card);
    background:
        linear-gradient(180deg, rgba(27, 48, 103, 0.22), rgba(7, 17, 31, 0.88)),
        url("../images/home/home-hero-brand-vision-v2.png") center / cover no-repeat;
    color: var(--home-white);
}

body.page-home .contact-action strong {
    display: block;
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.28;
}

body.page-home .contact-action p {
    color: rgba(255, 255, 255, 0.78);
}

body.page-home .home-footer {
    padding: 58px 0 34px;
    background: #07111f;
    color: rgba(255, 255, 255, 0.76);
}

body.page-home .home-footer__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.7fr 1fr;
    gap: 36px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.page-home .home-footer__logo {
    width: 170px;
    margin-bottom: 18px;
    padding: 8px 10px;
    border-radius: var(--radius-card);
    background: var(--home-white);
}

body.page-home .home-footer h3 {
    margin-bottom: 16px;
    color: var(--home-white);
    font-size: 16px;
}

body.page-home .home-footer ul {
    display: grid;
    gap: 8px;
}

body.page-home .home-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding-top: 24px;
    font-size: 14px;
}

body.page-home .home-gallery-section {
    background: #f4f8fb;
}

body.page-home .home-gallery-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    gap: 40px;
}

body.page-home .gallery-head-info {
    max-width: 680px;
}

body.page-home .gallery-head-info h2 {
    margin-top: var(--space-3);
    color: var(--home-ink);
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
    margin-bottom: 12px;
}

body.page-home .gallery-lead-text {
    color: var(--home-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

body.page-home .gallery-head-action {
    flex-shrink: 0;
}

body.page-home .gallery-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 52px;
    padding: 0 30px;
    border-radius: 26px;
    background: var(--home-navy);
    color: var(--home-white) !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
    box-shadow: 0 4px 14px rgba(27, 48, 103, 0.16);
}

body.page-home .gallery-action-btn:hover {
    background: var(--home-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(21, 147, 163, 0.24);
}

body.page-home .gallery-action-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

body.page-home .gallery-action-btn:hover i {
    transform: translateX(4px);
}

body.page-home .home-gallery-ticker-wrap {
    overflow: hidden;
    width: 100%;
    padding: 12px 0;
    margin: 10px 0;
}

body.page-home .home-gallery-grid {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    gap: 24px;
    animation: ticker-slide 32s linear infinite;
}

body.page-home .home-gallery-grid:hover {
    animation-play-state: paused;
}

body.page-home .home-gallery-card {
    display: flex;
    flex-direction: column;
    width: 320px;
    flex-shrink: 0;
    border: 1px solid rgba(223, 229, 237, 0.72);
    border-radius: 12px;
    background: var(--home-white);
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(7, 17, 31, 0.03);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease;
}

body.page-home .home-gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(7, 17, 31, 0.08);
    border-color: rgba(37, 185, 203, 0.24);
}

body.page-home .home-gallery-card figure {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #e8eef5;
    overflow: hidden;
}

body.page-home .home-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-home .home-gallery-card:hover img {
    transform: scale(1.05);
}

body.page-home .home-gallery-card figure span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    border-radius: 6px;
    padding: 0 10px;
    background: rgba(7, 17, 31, 0.82);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -0.01em;
    backdrop-filter: blur(4px);
}

body.page-home .home-gallery-card > div {
    display: grid;
    gap: 8px;
    padding: 24px;
}

body.page-home .home-gallery-card time {
    color: var(--home-primary-dark);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.02em;
}

body.page-home .home-gallery-card h3 {
    color: var(--home-text);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.38;
    letter-spacing: -0.02em;
    margin: 4px 0 2px 0;
}

body.page-home .home-gallery-card p {
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1180px) {
    body.page-home .home-about-grid,
    body.page-home .home-section-head,
    body.page-home .target-panel,
    body.page-home .contact-layout,
    body.page-home .home-footer__grid {
        grid-template-columns: 1fr;
    }

    body.page-home .home-service-grid,
    body.page-home .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    body.page-home .home-gallery-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    body.page-home .about-section-head,
    body.page-home .services-section-head,
    body.page-home .process-section-head {
        margin-bottom: 36px;
    }

    body.page-home .target-panel figure {
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    body.page-home {
        padding-bottom: 72px;
    }

    body.page-home .site-header__inner {
        min-height: 68px;
    }

    body.page-home .site-logo {
        min-width: 146px;
    }

    body.page-home .site-logo img {
        width: 142px;
    }

    body.page-home .main-hero {
        min-height: 680px;
        min-height: min(680px, calc(100svh - 44px));
        padding-top: 68px;
    }

    body.page-home .main-hero__slide img,
    body.page-home .main-hero__slide:nth-child(2) img,
    body.page-home .main-hero__slide:nth-child(3) img {
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transform: none;
    }

    body.page-home .main-hero__slide.is-active img,
    body.page-home .main-hero__slide.is-leaving img {
        transform: none;
    }

    body.page-home .main-hero__content {
        padding: 86px 0 132px;
    }

    body.page-home .main-hero h1,
    body.page-home .main-hero h2 {
        font-size: 28px;
    }

    body.page-home .main-hero p:not(.eyebrow) {
        font-size: 17px;
    }

    body.page-home .main-hero .button-row {
        gap: 8px;
        margin-top: 22px;
    }

    body.page-home .main-hero .button {
        min-width: auto;
        min-height: 40px;
        padding: 0 14px;
        font-size: 14px;
    }

    body.page-home .main-hero__controls {
        top: auto;
        right: 18px;
        bottom: 28px;
        transform: none;
    }

    body.page-home .home-section {
        padding: 76px 0;
    }

    body.page-home .home-section-head {
        gap: 20px;
        margin-bottom: 32px;
    }

    body.page-home .about-section-head,
    body.page-home .services-section-head,
    body.page-home .process-section-head {
        margin-bottom: 28px;
    }

    body.page-home .about-section-head h2,
    body.page-home .services-section-head h2,
    body.page-home .process-section-head h2 {
        font-size: 28px;
        line-height: 1.28;
    }

    body.page-home .about-lead-text,
    body.page-home .services-lead-text,
    body.page-home .process-lead-text {
        font-size: 15px;
        line-height: 1.62;
    }

    body.page-home .home-gallery-head {
        margin-bottom: 32px;
        gap: 16px;
    }

    body.page-home .gallery-head-info h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    body.page-home .gallery-lead-text {
        font-size: 15px;
        line-height: 1.6;
    }

    body.page-home .gallery-head-action {
        width: 100%;
    }

    body.page-home .gallery-action-btn {
        width: 100%;
        justify-content: center;
    }

    body.page-home .home-media {
        min-height: 380px;
    }

    body.page-home .home-value-grid,
    body.page-home .home-service-grid,
    body.page-home .process-grid,
    body.page-home .target-list {
        grid-template-columns: 1fr;
    }

    body.page-home .contact-card,
    body.page-home .contact-action {
        padding: 30px;
    }

    body.page-home .home-footer__bottom {
        display: grid;
    }

}


@media (prefers-reduced-motion: reduce) {
    body.page-home .main-hero__slide,
    body.page-home .main-hero__slide img {
        transition: none;
    }
}

/* =================================================================
   기능: #about 섹션 레퍼런스 스타일 와이드 재구성
   ================================================================= */
/* =================================================================
   기능: #about 섹션 레퍼런스 스타일 비대칭 수직 4열 카드 리모델링
   ================================================================= */
body.page-home .home-about-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4열 정렬 */
    gap: 16px; /* 콤팩트하고 세련된 갭 */
    margin-top: 54px;
    align-items: end; /* 계단식 높이의 세련된 하단 정렬 기준선 */
}

body.page-home .about-block-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 38px 28px;
    color: var(--home-white, #FFFFFF);
    background: var(--home-navy, #07111f);
    border-radius: 25px 0; /* 레퍼런스 특유의 럭셔리 비대칭 둥근 모서리 */
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.5s ease;
}

/* 계단식 지그재그 높이 변주 */
body.page-home .block-card--odd {
    height: 520px;
}

body.page-home .block-card--even {
    height: 585px;
}

body.page-home .block-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 17, 31, 0) 30%, rgba(7, 17, 31, 0.88) 100%);
    z-index: 1;
    transition: background 0.4s ease;
}

body.page-home .about-block-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 프리미엄 호버 마이크로 인터랙션 */
body.page-home .about-block-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(37, 185, 203, 0.15); /* 은은한 시그니처 컬러 섀도우 */
}

body.page-home .about-block-card:hover img {
    transform: scale(1.05); /* 배경 줌인 무브먼트 */
}

body.page-home .about-block-card:hover .block-card-overlay {
    background: linear-gradient(180deg, rgba(7, 17, 31, 0) 15%, rgba(7, 17, 31, 0.94) 100%);
}

body.page-home .about-card-content {
    position: relative;
    z-index: 2;
}

body.page-home .about-card-content .card-eng {
    display: block;
    color: var(--home-primary, #25b9cb);
    font-size: 32px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.01em;
    margin-bottom: 22px;
    line-height: 1;
    transition: transform 0.4s ease;
}

body.page-home .about-block-card:hover .card-eng {
    transform: translateY(-2px);
}

body.page-home .about-card-content h3 {
    font-size: 17px;
    font-weight: 800;
    color: var(--home-white, #FFFFFF);
    margin-bottom: 12px;
    line-height: 1.48;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

body.page-home .about-card-content p {
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72) !important;
    font-weight: 400;
    margin: 0;
    word-break: keep-all;
}

/* =================================================================
   반응형 미디어 쿼리 리팩토링 (가도가 높이 이탈 방지)
   ================================================================= */
@media (max-width: 1024px) {
    body.page-home .home-about-blocks {
        grid-template-columns: repeat(2, 1fr); /* 태블릿 2열 정렬 */
        gap: 20px;
        align-items: stretch; /* 태블릿에서는 높이 편차 해제 */
    }

    body.page-home .about-block-card {
        padding: 30px 24px;
        border-radius: 36px 8px 36px 8px; /* 태블릿 맞춤 압축 라운딩 */
    }

    body.page-home .block-card--odd,
    body.page-home .block-card--even {
        height: 480px; /* 고정 높이 통일 */
    }

    body.page-home .about-card-content .card-eng {
        font-size: 28px;
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    body.page-home .home-about-blocks {
        grid-template-columns: 1fr; /* 모바일 1열 정렬 */
        gap: 16px;
        margin-top: 36px;
    }

    body.page-home .about-block-card {
        padding: 28px 20px;
        border-radius: 32px 6px 32px 6px;
    }

    body.page-home .block-card--odd,
    body.page-home .block-card--even {
        height: 380px; /* 모바일 맞춤 세로 콤팩트화 */
    }

    body.page-home .about-card-content .card-eng {
        font-size: 26px;
        margin-bottom: 12px;
    }
}


/* =================================================================
   기능: #process 및 #credential 추가 모션/반응형 스타일
   ================================================================= */
body.page-home .process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(7, 17, 31, 0.06);
    border-color: rgba(37, 185, 203, 0.22);
}

body.page-home .process-card:hover .card-icon {
    color: var(--home-primary, #25b9cb); /* 호버 시 청록색 선명화 */
    transform: translateY(-4px) scale(1.08); /* 솟구쳐 오르는 모션 */
}

/* certificate-card removed */

@media (max-width: 1024px) {
    body.page-home .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 576px) {
    body.page-home .process-grid {
        grid-template-columns: 1fr;
    }
}

/* =================================================================
   신규: 무한 수평 티커 애니메이션 키프레임 선언 (Seamless Loop)
   ================================================================= */
@keyframes ticker-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
