/**
 * Home AC Page Styles
 * 숨카(SUMCAR) - 가정용에어컨 페이지
 */

/* ========================================
   Hero Section
   ======================================== */
.home-ac-hero {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* 상단: 텍스트 영역 */
.home-ac-hero__top {
    position: relative;
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    overflow: hidden;
}

.home-ac-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/home-ac/process-full.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.home-ac-hero__container {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 80px 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.home-ac-hero__title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.home-ac-hero__subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #00B8C6;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0 0 24px 0;
}

.home-ac-hero__description {
    font-size: 20px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

/* 하단: 텍스트 + 동영상 영역 */
.home-ac-hero__bottom {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background: #000000;
    overflow: hidden;
}

.home-ac-hero__bottom-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 48px;
    padding: 80px 24px;
    align-items: center;
}

/* 왼쪽: 텍스트 영역 */
.home-ac-hero__bottom-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.home-ac-hero__bottom-title {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.5;
}

.home-ac-hero__bottom-highlight {
    color: #00B8C6;
}

.home-ac-hero__bottom-description {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.6;
}

/* 오른쪽: 동영상 영역 */
.home-ac-hero__bottom-video {
    width: 100%;
}

.home-ac-hero__video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 비율 */
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.home-ac-hero__video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* ========================================
   Step Images Section
   ======================================== */
.home-ac-steps {
    background: #FFFFFF;
    padding: 80px 24px;
}

.home-ac-steps__container {
    max-width: 1200px;
    margin: 0 auto;
}

.home-ac-steps__text {
    text-align: center;
    margin-bottom: 60px;
}

.home-ac-steps__subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #0098B0;
    margin: 0 0 24px 0;
    line-height: 1.4;
}

.home-ac-steps__title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}

.home-ac-steps__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.home-ac-steps__item {
    width: 100%;
}

.home-ac-steps__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

/* ========================================
   Banner Section
   ======================================== */
.home-ac-banner {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-ac-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.home-ac-banner__overlay {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-ac-banner__content {
    text-align: center;
    padding: 60px 24px;
    max-width: 900px;
}

.home-ac-banner__title {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 24px 0;
    line-height: 1.3;
}

.home-ac-banner__description {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.6;
}

/* ========================================
   Before After Section
   ======================================== */
.home-ac-ba {
    background: #000000;
    padding: 80px 24px;
}

.home-ac-ba__container {
    max-width: 1200px;
    margin: 0 auto;
}

.home-ac-ba__title {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 60px 0;
    line-height: 1.4;
}

.home-ac-ba__title-highlight {
    color: #00B8C6;
}

.home-ac-ba__grid {
    display: flex;
    gap: 60px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.home-ac-ba__pair {
    display: flex;
    gap: 0;
    position: relative;
}

.home-ac-ba__item {
    width: 100%;
    flex: 1;
}

.home-ac-ba__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.home-ac-ba__arrow--ba {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.home-ac-ba__arrow--detail {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    z-index: 10;
}

.home-ac-ba__arrow-img {
    width: 60px;
    height: auto;
}

.home-ac-ba__arrow--detail .home-ac-ba__arrow-img {
    width: 60px;
}

.home-ac-ba__image {
    width: 100%;
    height: auto;
    display: block;
}

.home-ac-ba__label {
    width: 100%;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.home-ac-ba__label--before {
    background-color: #FFFFFF;
    color: #000000;
}

.home-ac-ba__label--after {
    background-color: #00B8C6;
    color: #FFFFFF;
}

.home-ac-ba__footer {
    margin-top: 60px;
    text-align: center;
}

.home-ac-ba__footer-text {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    margin: 0;
}

.home-ac-ba__footer-text strong {
    font-weight: 700;
}

.home-ac-ba__images {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    align-items: stretch;
    position: relative;
    justify-content: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.home-ac-ba__detail-image {
    width: 50%;
    height: auto;
    display: block;
    background: #FFFFFF;
    border: 3px solid #00B8C6;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 184, 198, 0.2);
    object-fit: contain;
}

/* ========================================
   Info Section
   ======================================== */
.home-ac-info-section {
    background: #FFFFFF;
    padding: 80px 24px;
}

.home-ac-info-section__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.home-ac-info-section__image-left,
.home-ac-info-section__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.home-ac-info-section__content-right,
.home-ac-info-section__content-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-ac-info-section__title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    margin: 0;
}

.home-ac-info-section__highlight {
    color: #00B8C6;
}

.home-ac-info-section__description {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 1.8;
    margin: 0;
}

.home-ac-info-section__description strong {
    font-weight: 700;
}

.home-ac-info-section__images-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.home-ac-info-section__image-small {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

/* ========================================
   AC Types Section
   ======================================== */
.home-ac-types {
    background: #FFFFFF;
    padding: 80px 24px;
}

.home-ac-types__container {
    max-width: 1200px;
    margin: 0 auto;
}

.home-ac-types__title {
    font-size: 32px;
    font-weight: 700;
    color: #0E0E0E;
    text-align: center;
    margin: 0 0 60px 0;
}

.home-ac-types__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.home-ac-types__item {
    width: 100%;
}

.home-ac-types__image {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   Premium Service Section
   ======================================== */
.home-ac-premium {
    background-image: url('/assets/images/background-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 24px;
    margin-top: 80px;
    min-height: 600px;
}

.home-ac-premium__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 60px;
    align-items: center;
    min-height: 500px;
}

.home-ac-premium__image-left {
    width: 100%;
}

.home-ac-premium__image {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.2);
    transform-origin: center;
}

.home-ac-premium__content-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.home-ac-premium__title {
    font-size: 54px;
    font-weight: 700;
    color: #0098B0;
    margin: 0;
    line-height: 1.4;
}

.home-ac-premium__subtitle {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}

.home-ac-premium__description {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-ac-premium__description p {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    line-height: 1.8;
}

.home-ac-premium__highlight {
    background-color: #FFEB3B;
    padding: 2px 8px;
    border-radius: 4px;
}

/* ========================================
   Info Section
   ======================================== */
.home-ac-info {
    background: #000000;
    padding: 80px 24px;
}

.home-ac-info__container {
    max-width: 1200px;
    margin: 0 auto;
}

.home-ac-info__title {
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 60px 0;
    line-height: 1.4;
}

.home-ac-info__title-highlight {
    color: #0098B0;
}

.home-ac-info__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 80px;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.home-ac-info__item {
    text-align: center;
}

.home-ac-info__image {
    width: 250px;
    height: 250px;
    margin: 0 auto 24px;
    display: block;
    border-radius: 50%;
}

.home-ac-info__text {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.6;
}

.home-ac-info__footer {
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

/* ========================================
   Process Section
   ======================================== */
.home-ac-process {
    background: #FFFFFF;
    padding: 0px 24px 80px;
}

.home-ac-process__container {
    max-width: 1200px;
    margin: 0 auto;
}

.home-ac-process__title {
    font-size: 36px;
    font-weight: 700;
    color: #0098B0;
    text-align: center;
    margin: 0 0 24px 0;
    line-height: 1.4;
}

.home-ac-process__subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin: 0 0 60px 0;
    line-height: 1.5;
}

.home-ac-process__images {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}

.home-ac-process__main-image {
    width: 100%;
    height: auto;
    display: block;
}

.home-ac-process__main-image--small {
    width: 30%;
    margin: 0 auto;
}

.home-ac-process__steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 20px;
    margin-bottom: 100px;
    align-items: center;
}

.home-ac-process__step {
    text-align: center;
    flex: 0 0 calc(33.333% - 40px);
    max-width: 280px;
}

.home-ac-process__arrow {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 48px;
    color: #000000;
    font-weight: 700;
    flex: 0 0 auto;
    margin-top: -60px;
}

.home-ac-process__line-break {
    flex-basis: 100%;
    width: 0;
    height: 0;
}

.home-ac-process__step-image-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    aspect-ratio: 1;
}

.home-ac-process__step-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-ac-process__step-number {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #FFD700;
    color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.home-ac-process__step-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.home-ac-process__step-description {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

/* ========================================
   Process Footer Section
   ======================================== */
.home-ac-process-footer {
    background: #0098B0;
    padding: 40px 24px;
    width: 100%;
}

.home-ac-process-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.home-ac-process-footer__text {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.4;
}

/* ========================================
   Contact CTA Section
   ======================================== */
.home-ac-cta {
    background: #00B8C6;
    padding: 60px 24px;
}

.home-ac-cta__container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.home-ac-cta__text {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 32px 0;
    line-height: 1.5;
}

.home-ac-cta__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 0 32px 0;
}

.home-ac-cta__icon {
    width: 100px;
    height: auto;
}

.home-ac-cta__number {
    font-size: 72px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.home-ac-cta__number:hover {
    opacity: 0.8;
}

.home-ac-cta__button {
    background-color: #FFFFFF !important;
    color: #00B8C6 !important;
    border: 2px solid #FFFFFF !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    padding: 20px 40px !important;
}

.home-ac-cta__button:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

/* ========================================
   Tablet Responsive
   ======================================== */
@media (max-width: 991px) {
    .home-ac-hero__top {
        height: 50vh;
        min-height: 400px;
    }

    .home-ac-hero__bottom {
        height: 50vh;
        min-height: 400px;
    }

    .home-ac-hero__container {
        padding: 60px 32px;
    }

    .home-ac-hero__title {
        font-size: 36px;
    }

    .home-ac-hero__subtitle {
        font-size: 16px;
    }

    .home-ac-hero__description {
        font-size: 18px;
    }

    .home-ac-hero__bottom-content {
        padding: 40px 100px 40px 40px;
    }

    .home-ac-hero__bottom-title {
        font-size: 36px;
    }

    .home-ac-hero__bottom-description {
        font-size: 22px;
    }

    .home-ac-steps {
        padding: 60px 32px;
    }

    .home-ac-steps__text {
        margin-bottom: 40px;
    }

    .home-ac-steps__subtitle {
        font-size: 28px;
    }

    .home-ac-steps__title {
        font-size: 20px;
    }

    .home-ac-steps__grid {
        gap: 24px;
    }

    .home-ac-banner {
        min-height: 350px;
    }

    .home-ac-banner__title {
        font-size: 36px;
    }

    .home-ac-banner__description {
        font-size: 20px;
    }

    .home-ac-ba,
    .home-ac-types,
    .home-ac-process {
        padding: 60px 32px;
    }

    .home-ac-process__title {
        font-size: 30px;
    }

    .home-ac-process__subtitle {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .home-ac-process__images {
        gap: 30px;
        margin-bottom: 50px;
    }

    .home-ac-process__steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-bottom: 50px;
    }

    .home-ac-process__step-title {
        font-size: 16px;
    }

    .home-ac-process__step-description {
        font-size: 14px;
    }

    .home-ac-process__footer-text {
        font-size: 18px;
    }

    .home-ac-info {
        padding: 60px 32px;
    }

    .home-ac-info__title {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .home-ac-info__grid {
        gap: 50px 60px;
        margin-bottom: 50px;
        max-width: 600px;
    }

    .home-ac-info__image {
        width: 200px;
        height: 200px;
    }

    .home-ac-info__text {
        font-size: 16px;
    }

    .home-ac-info__footer {
        font-size: 24px;
    }

    .home-ac-ba__title,
    .home-ac-types__title {
        font-size: 28px;
    }

    .home-ac-types__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .home-ac-cta__text {
        font-size: 20px;
    }

    .home-ac-cta__number {
        font-size: 28px;
    }
}

/* ========================================
   Mobile Responsive
   ======================================== */
@media (max-width: 767px) {
    .home-ac-hero {
        gap: 0;
    }

    .home-ac-hero__top {
        height: auto;
        min-height: 50vh;
        margin-bottom: 0;
    }

    .home-ac-hero__bottom {
        min-height: 0;
        height: auto;
        position: relative;
    }

    .home-ac-hero__image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 0;
    }

    .home-ac-hero__bottom-wrapper {
        position: relative;
        z-index: 1;
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 16px 64px 16px;
        background: rgba(255, 255, 255, 0.9);
        height: auto;
    }

    .home-ac-hero__bottom-text {
        text-align: center;
    }

    .home-ac-hero__container {
        padding: 48px 16px;
    }

    .home-ac-hero__title {
        font-size: 28px;
    }

    .home-ac-hero__subtitle {
        font-size: 14px;
    }

    .home-ac-hero__description {
        font-size: 16px;
    }

    .home-ac-hero__bottom-title {
        font-size: 22px;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
        color: #000000;
    }

    .home-ac-hero__bottom-description {
        font-size: 16px;
        text-align: center !important;
        display: block;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        color: #333333;
    }

    .home-ac-hero__bottom-highlight {
        color: #00B8C6;
    }

    .home-ac-hero__video-wrapper {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .home-ac-steps {
        padding: 48px 16px;
    }

    .home-ac-steps__text {
        margin-bottom: 32px;
    }

    .home-ac-steps__subtitle {
        font-size: 22px;
    }

    .home-ac-steps__title {
        font-size: 18px;
    }

    .home-ac-steps__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-ac-banner {
        min-height: 300px;
    }

    .home-ac-banner__content {
        padding: 40px 16px;
    }

    .home-ac-banner__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .home-ac-banner__description {
        font-size: 16px;
    }

    .home-ac-ba,
    .home-ac-types,
    .home-ac-process {
        padding: 48px 16px;
    }

    .home-ac-process__title {
        font-size: 24px;
    }

    .home-ac-process__subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .home-ac-process__images {
        gap: 24px;
        margin-bottom: 40px;
    }

    .home-ac-process__steps {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }

    .home-ac-process__step-title {
        font-size: 16px;
    }

    .home-ac-process__step-description {
        font-size: 14px;
    }

    .home-ac-process__footer {
        padding: 20px 16px;
    }

    .home-ac-process__footer-text {
        font-size: 16px;
    }

    .home-ac-info {
        padding: 48px 16px;
    }

    .home-ac-info__title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .home-ac-info__grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .home-ac-info__image {
        width: 180px;
        height: 180px;
    }

    .home-ac-info__text {
        font-size: 15px;
    }

    .home-ac-info__footer {
        font-size: 20px;
    }

    .home-ac-ba__title,
    .home-ac-types__title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .home-ac-ba__grid {
        flex-direction: column;
        gap: 40px;
    }

    .home-ac-ba__pair {
        flex-direction: column;
        gap: 20px;
    }

    .home-ac-ba__arrow {
        position: static;
        transform: rotate(90deg);
        margin: 10px auto;
        align-self: center;
    }

    .home-ac-ba__images {
        flex-direction: column;
        padding: 16px;
    }

    .home-ac-ba__arrow--ba {
        display: none;
    }

    .home-ac-ba__arrow--detail {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .home-ac-ba__detail-image {
        width: 100%;
    }

    .home-ac-types__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-ac-process__steps {
        flex-direction: column;
        gap: 30px;
    }

    .home-ac-process__arrow {
        display: none;
    }

    .home-ac-process__step {
        flex: 1;
        max-width: 100%;
    }

    .home-ac-premium {
        padding: 80px 16px;
        margin-top: 60px;
        min-height: 500px;
    }

    .home-ac-premium__container {
        grid-template-columns: 1fr;
        gap: 32px;
        min-height: auto;
    }

    .home-ac-premium__image-left {
        order: 1;
    }

    .home-ac-premium__content-right {
        order: 2;
        text-align: center;
    }

    .home-ac-premium__title {
        padding-top: 20px;
        font-size: 32px;
    }

    .home-ac-premium__subtitle {
        font-size: 18px;
    }

    .home-ac-premium__description p {
        font-size: 16px;
    }

    .home-ac-info-section__container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .home-ac-info-section__content-right {
        order: 2;
    }

    .home-ac-info-section__image-left {
        order: 1;
    }

    .home-ac-info-section__content-left {
        order: 2;
    }

    .home-ac-info-section__images-right {
        order: 1;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-ac-cta {
        padding: 48px 16px;
    }

    .home-ac-cta__text {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .home-ac-cta__phone {
        flex-direction: column;
        gap: 12px;
    }

    .home-ac-cta__icon {
        width: 32px;
    }

    .home-ac-cta__number {
        font-size: 24px;
    }
}

/* ========================================
   Animations
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-ac-hero__container,
.home-ac-process__title,
.home-ac-ba__title,
.home-ac-types__title {
    animation: fadeInUp 600ms ease-out;
    animation-fill-mode: both;
}

/* ========================================
   Accessibility
   ======================================== */
@media (prefers-reduced-motion: reduce) {
    .home-ac-hero__container,
    .home-ac-process__title,
    .home-ac-ba__title,
    .home-ac-types__title {
        animation: none;
    }
}
