:root {
    --hero-bg: linear-gradient(135deg, #0d1b2a 0%, #1e3a5f 60%, #15335a 100%);
}

.home-page .header-empty-space {
    display: none !important;
    height: 0 !important;
}


/* #hero-main {
   
} */

.hero-slider {
    position: relative;
    display: grid;
    overflow: hidden;
    min-height: clamp(520px, 78vh, 760px);
    background: #f5f5f7;
    color: #0f0f0f;
    isolation: isolate;
    --hero-dot-color: rgba(15, 15, 15, 0.24);
    --hero-dot-active: #0f0f0f;
}

.hero-slide {
    grid-area: 1 / 1;
    display: grid;
    align-items: center;
    min-height: inherit;
    padding: clamp(2.25rem, 5vw, 4rem) clamp(1.35rem, 4vw, 3.75rem) clamp(4.25rem, 7vw, 5.5rem);
    color: inherit;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(5%);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.hero-slide--iphone17e {
    position: relative;
    background: radial-gradient(circle at 50% 10%, rgba(255, 176, 198, 0.22) 0%, rgba(255, 255, 255, 0) 30%), linear-gradient(180deg, #fff9f7 0%, #f7f1f3 58%, #f7f5f2 100%);
    color: #101010;
}

.hero-slide--iphone17e::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 28%);
    pointer-events: none;
}

.hero-slide--ipad-air {
    background: linear-gradient(180deg, #d8effb 0%, #eef8ff 100%);
    color: #050505;
}

.hero-slide--macbook-pro {
    background: #020202;
    color: #fbfbfd;
}

.hero-slide--macbook-air {
    background: linear-gradient(180deg, #e5f3fb 0%, #f9fbff 100%);
    color: #061018;
}

.hero-layout {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(1.5rem, 3vw, 4rem);
    position: relative;
}

.hero-layout--stacked {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
    gap: clamp(1.2rem, 3vw, 2.2rem);
}

.hero-layout--media-left .hero-device-stage {
    order: 1;
}

.hero-layout--media-left .hero-copy {
    order: 2;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.85rem, 1.6vw, 1.35rem);
    max-width: min(32rem, 100%);
    position: relative;
    z-index: 2;
}

.hero-copy--center {
    align-items: center;
    text-align: center;
    max-width: min(48rem, 100%);
    margin: 0 auto;
}

.hero-copy--compact {
    max-width: min(44rem, 100%);
}

.hero-copy--dark {
    color: #fbfbfd;
}

.hero-support {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    align-items: center;
    text-align: center;
    max-width: min(39rem, 100%);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-support--card {
    padding: clamp(1.15rem, 2vw, 1.6rem) clamp(1.25rem, 2.8vw, 2.2rem);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 1.75rem;
    box-shadow: 0 24px 54px rgba(95, 70, 105, 0.14);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    font-size: clamp(1.05rem, 1vw + 0.85rem, 1.5rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0;
}

.home-apple-lockup {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    white-space: nowrap;
}

.home-apple-lockup__label {
    display: block;
    line-height: 1;
}

.hero-title {
    font-size: clamp(3.1rem, 6vw, 5.8rem);
    line-height: 0.94;
    font-weight: 700;
    letter-spacing: -0.06em;
    margin: 0;
}

.hero-title--compact {
    font-size: clamp(3rem, 4.8vw, 5rem);
    max-width: 11ch;
}

.hero-title--berry {
    background: linear-gradient(90deg, #7a66e1 0%, #dc72d2 58%, #f08ebc 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.hero-subtitle {
    font-size: clamp(1.3rem, 1.4vw + 0.95rem, 2rem);
    line-height: 1.18;
    margin: 0;
    font-weight: 500;
}

.hero-subtitle--blue {
    color: #3b82d8;
}

.hero-subtitle--cool {
    color: #a4c0fb;
}

.hero-subtitle--deep-blue {
    color: #2c5e93;
}

.hero-body {
    font-size: clamp(1.08rem, 1vw + 0.8rem, 1.45rem);
    line-height: 1.55;
    margin: 0;
    max-width: 32rem;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hero-actions--center {
    justify-content: center;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 2.15rem;
    min-width: 12rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1.6px solid currentColor;
    background: transparent;
    color: inherit;
    box-shadow: none;
}

.hero-btn:hover {
    transform: translateY(-2px);
}

.hero-slide--iphone17e .hero-btn,
.hero-slide--ipad-air .hero-btn,
.hero-slide--macbook-air .hero-btn {
    color: #141414;
    border-color: rgba(20, 20, 20, 0.72);
}

.hero-slide--iphone17e .hero-btn:hover,
.hero-slide--ipad-air .hero-btn:hover,
.hero-slide--macbook-air .hero-btn:hover {
    background: rgba(20, 20, 20, 0.06);
}

.hero-slide--macbook-pro .hero-btn {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.78);
}

.hero-slide--macbook-pro .hero-btn:hover {
    background: rgba(255, 255, 255, 0.08);
}

.hero-device-stage {
    position: relative;
    width: 100%;
    min-height: clamp(260px, 38vw, 470px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.hero-device {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.hero-layout--iphone17e {
    width: min(980px, 100%);
    gap: clamp(1rem, 2.4vw, 1.85rem);
}

.hero-copy--iphone17e {
    gap: clamp(0.55rem, 1.2vw, 0.9rem);
    max-width: min(42rem, 100%);
}

.hero-copy--iphone17e .hero-title {
    max-width: 9.5ch;
}

.hero-slide--iphone17e .hero-device-stage {
    width: min(100%, 760px);
    min-height: clamp(240px, 30vw, 350px);
    overflow: hidden;
    margin: 0;
    isolation: isolate;
}

.hero-device-cluster--iphone17e {
    position: relative;
    width: min(100%, 700px);
    height: clamp(225px, 28vw, 320px);
    margin: 0 auto;
}

.hero-device-cluster--iphone17e::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8%;
    width: min(92%, 620px);
    height: 54%;
    transform: translateX(-50%);
    border-radius: 2.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(246, 232, 238, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 20px 48px rgba(126, 93, 120, 0.12);
    z-index: 0;
}

.hero-device-cluster--iphone17e::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4%;
    width: min(54%, 340px);
    height: 16%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(238, 144, 212, 0.55) 0%, rgba(184, 153, 255, 0.2) 40%, rgba(255, 255, 255, 0) 72%);
    filter: blur(18px);
    z-index: 0;
}

.hero-device-glow {
    position: absolute;
    left: 50%;
    top: 66%;
    width: min(46%, 280px);
    height: 26%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(243, 148, 212, 0.66) 0%, rgba(191, 146, 255, 0.34) 35%, rgba(255, 255, 255, 0) 72%);
    filter: blur(16px);
    z-index: 1;
}

.hero-device--iphone17e-top,
.hero-device--iphone17e-bottom {
    position: absolute;
    left: 50%;
    max-width: none;
}

.hero-device--iphone17e-top {
    width: min(72%, 500px);
    top: 30%;
    transform: translate(-50%, -50%) rotate(90deg) scale(0.94);
    transform-origin: center;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.12));
    z-index: 3;
}

.hero-device--iphone17e-bottom {
    width: min(79%, 550px);
    top: 66%;
    transform: translate(-50%, -50%) rotate(90deg) scale(0.98);
    transform-origin: center;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.22));
    z-index: 2;
}

.hero-support--iphone17e {
    max-width: min(33rem, calc(100% - 1rem));
    margin-top: 0.15rem;
    z-index: 4;
}

.hero-support--iphone17e.hero-support--card {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 26px 56px rgba(95, 70, 105, 0.16);
}

.hero-support--iphone17e .hero-body {
    max-width: 29rem;
    color: #241b26;
}

.hero-support--iphone17e .hero-btn {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(125, 83, 144, 0.1);
}

.hero-support--iphone17e .hero-btn:hover {
    background: #ffffff;
}

.hero-slide--ipad-air .hero-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.hero-slide--ipad-air .hero-copy {
    padding-left: clamp(0rem, 2vw, 1rem);
}

.hero-slide--ipad-air .hero-device-stage {
    justify-content: flex-end;
    min-height: clamp(320px, 42vw, 500px);
}

.hero-device--ipad-air {
    width: min(100%, 520px);
    transform: translateX(6%) rotate(12deg);
    filter: drop-shadow(0 30px 40px rgba(20, 58, 109, 0.18));
}

.hero-slide--macbook-pro .hero-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: clamp(1rem, 3vw, 3rem);
}

.hero-slide--macbook-pro .hero-copy {
    justify-self: end;
}

.hero-slide--macbook-pro .hero-device-stage {
    min-height: clamp(320px, 42vw, 520px);
    justify-content: flex-start;
}

.hero-device--macbook-pro-back,
.hero-device--macbook-pro-front {
    position: absolute;
}

.hero-device--macbook-pro-back {
    width: min(88%, 560px);
    left: 0;
    bottom: 8%;
    transform: translateX(-4%) rotate(-8deg) scale(0.98);
    opacity: 0.88;
    filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.58));
}

.hero-device--macbook-pro-front {
    width: min(82%, 500px);
    left: 8%;
    bottom: -1%;
    transform: rotate(4deg);
    filter: drop-shadow(0 28px 46px rgba(0, 0, 0, 0.7));
}

.hero-slide--macbook-air .hero-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.hero-slide--macbook-air .hero-copy {
    justify-self: end;
}

.hero-slide--macbook-air .hero-device-stage {
    justify-content: flex-start;
    min-height: clamp(320px, 40vw, 480px);
}

.hero-device--macbook-air {
    width: min(100%, 640px);
    transform: translateX(-6%) translateY(2%) scale(1.05);
    filter: drop-shadow(0 24px 34px rgba(63, 115, 163, 0.14));
}

.hero-slider[data-theme="dark"] {
    --hero-dot-color: rgba(255, 255, 255, 0.42);
    --hero-dot-active: rgba(255, 255, 255, 0.95);
}

.hero-dots {
    position: absolute;
    bottom: clamp(1rem, 2.5vw, 1.8rem);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.55rem;
    z-index: 10;
}

.hero-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: var(--hero-dot-color);
    border: none;
    padding: 0;
    opacity: 0.5;
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
    cursor: pointer;
}

.hero-dot.is-active {
    opacity: 1;
    background: var(--hero-dot-active);
    transform: scale(1.2);
}

.hero-dot:focus-visible {
    outline: 2px solid var(--hero-dot-active);
    outline-offset: 3px;
}

#product-cards .product-title {
    line-height: 1;
}

.macbook-cta {
    position: relative;
    padding: clamp(4rem, 12vw, 7rem) clamp(1.5rem, 6vw, 3rem);
    background: radial-gradient(circle at 50% 0%, rgba(80, 106, 255, 0.18) 0%, rgba(0, 0, 0, 0) 50%) #050505;
    color: #f5f5f5;
    text-align: center;
    overflow: hidden;
}

.macbook-cta__halo {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 45%, rgba(80, 106, 255, 0.25) 0%, rgba(9, 9, 9, 0) 45%);
    opacity: 0.85;
    pointer-events: none;
    z-index: 1;
}

.macbook-cta__container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 2.75rem);
}

.macbook-cta__title {
    font-size: clamp(2.4rem, 4vw + 1rem, 3.6rem);
    font-weight: 700;
    margin: 0;
}

.macbook-cta__subtitle {
    font-size: clamp(1.1rem, 2vw + 0.6rem, 1.4rem);
    color: rgba(245, 245, 245, 0.78);
    margin: 0;
}

.macbook-cta__buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.macbook-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.9rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    border: 1px solid transparent;
}

.macbook-cta__btn--primary {
    background: #4dbaeb;
    /* background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%); */
    color: #ffffff;
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.35);
}

.macbook-cta__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.45);
}

.macbook-cta__btn--outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.6);
    color: #f5f5f5;
}

.macbook-cta__btn--outline:hover {
    border-color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.macbook-cta__media {
    position: relative;
    width: min(80vw, 470px);
    margin: 0 auto;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.65));
}

.macbook-cta__media img {
    width: 100%;
    display: block;
}

[data-animate] {
    opacity: 0;
    transform: translateY(26px);
}

.animate-in {
    animation: heroFadeUp 0.7s ease forwards;
    animation-delay: var(--hero-delay, 0s);
}

@keyframes heroFadeUp {
    0% {
        opacity: 0;
        transform: translateY(26px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#slider-exhibition .big-slider-product .preview {
    min-height: clamp(220px, 28vw, 320px);
    display: flex;
    align-items: center;
    justify-content: center;
}

#slider-exhibition .big-slider-product .preview img {
    width: 100%;
    max-width: 320px;
    max-height: clamp(220px, 28vw, 320px);
    object-fit: contain;
}

@media (max-width: 1200px) {
    .hero-title {
        font-size: clamp(3rem, 5vw, 5rem);
    }
    .hero-title--compact {
        font-size: clamp(2.8rem, 4.4vw, 4.35rem);
    }
}

@media (max-width: 991px) {
    .hero-slider {
        min-height: clamp(560px, 90vh, 840px);
    }
    .hero-slide {
        padding: clamp(2rem, 6vw, 3rem) clamp(1.2rem, 5vw, 2rem) clamp(4rem, 10vw, 5rem);
    }

    .hero-layout,
    .hero-slide--ipad-air .hero-layout,
    .hero-slide--macbook-pro .hero-layout,
    .hero-slide--macbook-air .hero-layout {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
        gap: 2rem;
    }

    .hero-layout--media-left .hero-copy {
        order: 1;
    }

    .hero-layout--media-left .hero-device-stage {
        order: 2;
    }

    .hero-copy,
    .hero-slide--ipad-air .hero-copy,
    .hero-slide--macbook-pro .hero-copy,
    .hero-slide--macbook-air .hero-copy {
        align-items: center;
        text-align: center;
        justify-self: center;
        max-width: min(42rem, 100%);
        padding-left: 0;
    }

    .hero-title--compact {
        max-width: none;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-device-stage,
    .hero-slide--ipad-air .hero-device-stage,
    .hero-slide--macbook-pro .hero-device-stage,
    .hero-slide--macbook-air .hero-device-stage {
        justify-content: center;
        min-height: clamp(260px, 52vw, 420px);
    }

    .hero-slide--iphone17e .hero-device-stage {
        min-height: clamp(220px, 34vw, 290px);
        width: min(100%, 620px);
    }

    .hero-device-cluster--iphone17e {
        height: clamp(210px, 33vw, 280px);
    }

    .hero-device--iphone17e-top {
        width: min(78%, 460px);
        top: 31%;
    }

    .hero-device--iphone17e-bottom {
        width: min(84%, 500px);
        top: 67%;
    }

    .hero-support--iphone17e {
        max-width: min(32rem, 100%);
    }

    .hero-device--ipad-air {
        width: min(88%, 460px);
        transform: rotate(8deg);
    }

    .hero-device--macbook-pro-back {
        width: min(78%, 470px);
        left: 50%;
        bottom: 10%;
        transform: translateX(-60%) rotate(-8deg) scale(0.92);
    }

    .hero-device--macbook-pro-front {
        width: min(74%, 420px);
        left: 50%;
        bottom: 0;
        transform: translateX(-38%) rotate(4deg) scale(0.92);
    }

    .hero-device--macbook-air {
        width: min(100%, 560px);
        transform: none;
    }

    #slider-exhibition .big-slider-product .preview {
        min-height: 260px;
    }

    #slider-exhibition .big-slider-product .preview img {
        max-height: 260px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        min-height: clamp(600px, 100vh, 860px);
    }

    .hero-slide {
        padding: clamp(2rem, 6vw, 3rem) clamp(1.1rem, 6vw, 2rem);
        gap: 1.6rem;
    }

    .hero-title {
        font-size: clamp(2.6rem, 10vw, 4rem);
    }

    .hero-title--compact {
        font-size: clamp(2.4rem, 9vw, 3.6rem);
    }

    .hero-subtitle {
        font-size: clamp(1.15rem, 4vw, 1.5rem);
    }

    .hero-body {
        font-size: 1rem;
    }

    .hero-kicker {
        font-size: 0.95rem;
    }

    .hero-layout--iphone17e {
        gap: 1rem;
    }

    .hero-slide--iphone17e .hero-device-stage {
        min-height: 250px;
        width: min(100%, 420px);
    }

    .hero-device-cluster--iphone17e {
        width: min(100%, 400px);
        height: 240px;
    }

    .hero-device-cluster--iphone17e::before {
        width: min(92%, 360px);
        height: 50%;
        bottom: 8%;
        border-radius: 1.8rem;
    }

    .hero-device-cluster--iphone17e::after {
        width: min(46%, 190px);
        height: 14%;
        bottom: 5%;
    }

    .hero-device-glow {
        top: 62%;
        width: min(38%, 160px);
        height: 18%;
        filter: blur(12px);
    }

    .hero-device--iphone17e-top {
        width: min(66%, 260px);
        top: 30%;
        transform: translate(-50%, -50%) rotate(90deg) scale(0.8);
        opacity: 0.92;
    }

    .hero-device--iphone17e-bottom {
        width: min(74%, 300px);
        top: 64%;
        transform: translate(-50%, -50%) rotate(90deg) scale(0.84);
    }

    .hero-support--card {
        padding: 1rem 1.1rem 1.15rem;
        border-radius: 1.4rem;
    }

    .hero-support--iphone17e {
        max-width: min(24rem, 100%);
    }

    .hero-device--ipad-air {
        width: min(94%, 380px);
        transform: rotate(7deg);
    }

    .hero-slide--macbook-pro .hero-device-stage {
        min-height: 300px;
    }

    .hero-device--macbook-pro-back {
        width: min(82%, 390px);
    }

    .hero-device--macbook-pro-front {
        width: min(76%, 350px);
    }

    .hero-device--macbook-air {
        width: min(100%, 440px);
    }

    #slider-exhibition .big-slider-product .preview {
        min-height: 220px;
    }

    #slider-exhibition .big-slider-product .preview img {
        max-height: 220px;
    }
}

@media (max-width: 575px) {
    .hero-slider {
        min-height: clamp(560px, 100vh, 760px);
    }

    .hero-slide {
        padding: clamp(1.8rem, 7vw, 2.6rem) clamp(1rem, 6vw, 1.6rem);
        gap: 1.3rem;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-btn {
        width: auto;
        min-width: 10.5rem;
    }

    .hero-kicker {
        font-size: 0.85rem;
    }

    .hero-title {
        font-size: clamp(2.2rem, 10vw, 2.8rem);
    }

    .hero-title--compact {
        font-size: clamp(2.1rem, 9.5vw, 2.9rem);
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-dots {
        bottom: 1rem;
    }

    .hero-slide--iphone17e .hero-device-stage {
        min-height: 216px;
        width: min(100%, 340px);
    }

    .hero-device-cluster--iphone17e {
        width: min(100%, 320px);
        height: 200px;
    }

    .hero-device-cluster--iphone17e::before {
        width: min(94%, 300px);
        bottom: 10%;
        height: 50%;
        border-radius: 1.5rem;
    }

    .hero-device-cluster--iphone17e::after {
        width: min(50%, 150px);
        height: 14%;
        bottom: 7%;
    }

    .hero-device-glow {
        top: 63%;
        width: min(44%, 140px);
        height: 16%;
        filter: blur(10px);
    }

    .hero-device--iphone17e-top {
        width: min(70%, 235px);
        top: 29%;
        transform: translate(-50%, -50%) rotate(90deg) scale(0.74);
    }

    .hero-device--iphone17e-bottom {
        width: min(82%, 270px);
        top: 64%;
        transform: translate(-50%, -50%) rotate(90deg) scale(0.78);
    }

    .hero-support--iphone17e {
        max-width: 100%;
    }

    .hero-support--iphone17e.hero-support--card {
        padding: 0.95rem 1rem 1.05rem;
        border-radius: 1.25rem;
    }

    .hero-device--ipad-air {
        width: min(98%, 310px);
    }

    .hero-slide--macbook-pro .hero-device-stage {
        min-height: 240px;
    }

    .hero-device--macbook-pro-back {
        width: min(88%, 300px);
    }

    .hero-device--macbook-pro-front {
        width: min(82%, 270px);
    }

    .hero-device--macbook-air {
        width: min(104%, 320px);
    }

    .macbook-cta__buttons {
        width: 100%;
        flex-direction: column;
        gap: 0.75rem;
    }

    .macbook-cta__btn {
        width: 100%;
    }

    #slider-exhibition .big-slider-product .preview {
        min-height: 180px;
    }

    #slider-exhibition .big-slider-product .preview img {
        max-height: 180px;
    }
}
