@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap');

html,
body {
    width: 100%;
}

body {
    width: 100%;
    background: #0c1115;
    color: var(--kia-white1);
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

button {
    border: 0;
    background: transparent;
    font: inherit;
    color: inherit;
    cursor: pointer;
}

.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.section_title {
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--kia-white1);
    text-align: center;
}

.main_visual {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: no-repeat center center / cover url('../img/sub03_detail/ev9_main_hero_visual.png');
}

.main_visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.12);
}

.main_visual::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(12, 17, 21, 0) 0%, rgba(12, 17, 21, 0.55) 41%, rgba(12, 17, 21, 1) 100%);
}

.main_visual .visual_bottom {
    width: min(1680px, calc(100% - 120px));
    min-height: 57px;
    position: absolute;
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1;
}

.main_visual .visual_left {
    width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main_visual .visual_title {
    font-family: "Cormorant Garamond", serif;
    font-size: 92px;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -0.02em;
}

.main_visual .visual_title .ev9_digit {
    display: inline-block;
    line-height: 180%;
    position: relative;
    top: -0.2em;
}

.main_visual .visual_sub_title {
    margin-top: -30px;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.main_visual .visual_desc {
    margin-top: 8px;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.main_visual .btn_wrap {
    display: flex;
    gap: 20px;
    margin-top: 34px;
}

.main_visual .white_origin{
    white-space: nowrap;
    
}

.main_visual .white_origin:hover{
    border: 1px solid #ABF4F6;
    border-color: rgba(160, 247, 255, 0.92);
    color: var(--kia-white1);
    box-shadow:
        inset 0 5px 10px rgba(255, 255, 255, 0.5),
        inset 0 -3px 5px rgba(0, 0, 0, 0.05),
        0px 0px 11px 8px rgba(172, 255, 235, 0.26);
}

.btn {
    height: 68px;
    padding: 0 36px;
    border-radius: 999px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #121212;
    text-align: center;
}

.main_visual .btn.primary {
    min-width: 242px;
}

.main_visual .btn.is_disabled {
    opacity: 0.45;
    pointer-events: none;
    cursor: default;
}

.main_visual .spec_list {
    width: 1060px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 32px;
}

.main_visual .spec_item {
    width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.main_visual .spec_item img {
    width: auto;
    height: 54px;
    margin: 0 auto;
    object-fit: contain;
}

.main_visual .spec_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    text-align: center;
}

.main_visual .spec_value,
.main_visual .spec_desc {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: var(--kia-white1);
    letter-spacing: -0.02em;
}

.main_visual .spec_value {
    font-size: 40px;
    line-height: 1.08;
    white-space: nowrap;
}

.main_visual .spec_desc,
.main_visual .spec_value span {
    font-size: 24px;
    line-height: 1.15;
}

.main_visual .spec_value span {
    font-weight: 500;
}

.size_it_up {
    width: 100%;
    min-height: 940px;
    height: auto;
    padding-top: 220px;
    padding-bottom: 148px;
    position: relative;
    z-index: 1;
    background: #0C1115;
}

.size_it_up .inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.size_it_up .size_it_up_header {
    width: 100%;
    display: flex;
    justify-content: center;
}

.size_it_up .section_title {
    margin: 0;
    text-align: center;
    line-height: 1.08;
}

.size_it_up .size_it_up_visual_group {
    width: min(1440px, calc(100% - 120px));
    margin-top: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.size_it_up .img_box {
    width: 100%;
    max-width: 1312px;
    min-height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.size_it_up .img_box img {
    width: 100%;
    max-width: 1312px;
    height: auto;
    object-fit: contain;
}

.size_it_up .size_info_box {
    width: min(944px, 100%);
    display: flex;
    justify-content: center;
}

.size_it_up .size_info_list {
    width: 100%;
    max-width: 944px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 240px));
    justify-content: center;
    justify-items: center;
    column-gap: 72px;
    row-gap: 52px;
}

.size_it_up .size_info_list::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 864px;
    max-width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.44);
    transform: translate(-50%, -50%);
}

.size_it_up .size_info_item {
    width: 240px;
    min-height: 132px;
    display: grid;
    grid-template-rows: auto minmax(38px, auto) auto;
    justify-items: center;
    align-content: start;
    text-align: center;
}

.size_it_up .size_info_code {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--kia-white1);
    white-space: nowrap;
    opacity: 0.96;
}

.size_it_up .size_info_desc {
    margin: 8px 0 0 0;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.68);
}

.size_it_up .size_info_value {
    margin: 16px 0 0 0;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--kia-white1);
}

.wheels_story {
    width: 100%;
    position: relative;
    z-index: 0;
    isolation: isolate;
    background: #0c1115;
}

.wheels_story .wheels_story_pin {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 760px;
    overflow: hidden;
}

.wheels_story .wheels_story_title {
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fbf6ef;
}

.wheels_story .wheels_story_canvas_wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.wheels_story .wheels_story_canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.wheels_story .wheels_story_copy {
    position: absolute;
    inset: 0;
    width: min(1440px, calc(100% - 120px));
    margin: 0 auto;
    z-index: 2;
    pointer-events: none;
}

.wheels_story .wheel_story_block {
    position: absolute;
    /* wheel center line and text center line alignment */
    top: var(--wheel-text-y, 50%);
    width: min(760px, 46vw);
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.24s ease;
}

.wheels_story .wheel_story_block_19,
.wheels_story .wheel_story_block_21 {
    /* text gap from wheel edge: 72px */
    left: calc(50% - 28vw + min(360px, 20vw, 34vh) / 2 + 72px);
    text-align: left;
}

.wheels_story .wheel_story_block_20 {
    /* text gap from wheel edge: 72px */
    right: calc(50% - 31vw + min(360px, 20vw, 34vh) / 2 + 72px);
    text-align: right;
}

.wheels_story .wheel_story_title {
    font-family: "Outfit", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    color: #fbf6ef;
}

.wheels_story .wheel_story_size {
    font-size: 64px;
    line-height: 1.3;
}

.wheels_story .wheel_story_trim {
    margin-top: 4px;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    color: #ddd8d1;
}

.wheels_story .wheel_story_desc {
    margin-top: 8px;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    color: #fbf6ef;
}

.wheels_story .wheel_story_desc em {
    background: rgba(50, 176, 180, 0.44);
    font-style: italic;
    font-weight: 500;
}

@media (max-width: 1500px) {
    .wheels_story .wheels_story_copy {
        width: min(1320px, calc(100% - 80px));
    }

    .wheels_story .wheel_story_block {
        width: min(650px, 48vw);
    }

    .wheels_story .wheel_story_title {
        font-size: 34px;
    }

    .wheels_story .wheel_story_size {
        font-size: 54px;
    }

    .wheels_story .wheel_story_trim {
        font-size: 26px;
    }

    .wheels_story .wheel_story_desc {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .wheels_story .wheels_story_title {
        top: 72px;
    }

    .wheels_story .wheels_story_copy {
        width: min(900px, calc(100% - 48px));
    }

    .wheels_story .wheel_story_block {
        top: 66%;
        width: min(560px, 88vw);
    }

    .wheels_story .wheel_story_block_19,
    .wheels_story .wheel_story_block_20,
    .wheels_story .wheel_story_block_21 {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

.trim_selector {
    width: 100%;
    height: 1108px;
    padding-top: 158px;
    background: #0C1115;
}

.trim_selector .inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trim_selector .section_title {
    margin-bottom: 56px;
}

.trim_selector .trim_tab_box {
    width: 100%;
    max-width: 1097px;
    height: 63px;
    margin: 0 auto;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    border-radius: 55px;
    background: rgba(12, 17, 21, 0.5);
    border: 1px solid rgba(178, 221, 222, 0.3);
    backdrop-filter: blur(12px);
}

.trim_selector .trim_tab {
    height: 47px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: rgba(255, 253, 251, 0.85);
    background: transparent;
    border: 1px solid transparent;
    transition: color 0.2s ease, font-weight 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.trim_selector .trim_tab:hover {
    color: rgba(255, 253, 251, 0.95);
    font-weight: 600;
}

.trim_selector .trim_tab.on,
.trim_selector .trim_tab.is_active {
    color: #fffdfb;
    font-weight: 600;
    background: rgba(251, 246, 239, 0.05);
    border-color: rgba(178, 221, 222, 0.55);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    /* background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(200, 200, 200, 0.1) 100%
  );
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  border-width: 1px;
  border-color: rgba(160, 247, 255, 0.92);
  color: var(--kia-white1); 
  box-shadow:
    inset 0 5px 10px rgba(251, 251, 251, 0.25),
    inset 0 -3px 5px rgba(0, 0, 0, 0.05),
    0 10px 20px rgba(0, 0, 0, 0.15); */
    /* 0px 0px 11px 8px rgba(172, 255, 235, 0.26); */
}

.trim_selector .trim_stage {
    width: min(1440px, calc(100% - 120px));
    height: 609px;
    margin-top: 24px;
    display: flex;
    overflow: hidden;
    border-radius: 32px;
    background: rgba(50, 55, 60, 0.7);
}

.trim_selector .trim_visual {
    width: 551px;
    height: 609px;
    padding: 64px 32px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 32px 0 0 32px;
    background: no-repeat center center / cover var(--trim-bg, url('../img/sub03_detail/trim_light_rwd_visual.png'));
}

.trim_selector .trim_visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.46) 100%);
}

.trim_selector .trim_visual_inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.trim_selector .trim_heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}

.trim_selector .trim_name {
    font-family: "Outfit", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--kia-white1);
}

.trim_selector .trim_price {
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    color: var(--kia-white1);
}

.trim_selector .trim_price.is_empty {
    display: none;
}

.trim_selector .trim_chip_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.trim_selector .trim_chip_list.is_empty {
    display: none;
}

.trim_selector .trim_chip_item {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 11, 18, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--kia-white1);
}

.trim_selector .trim_info {
    width: 889px;
    height: 609px;
    display: grid;
    grid-template-columns: repeat(2, 400px);
    grid-auto-rows: 260px;
    justify-content: center;
    align-content: center;
    column-gap: 20px;
    row-gap: 25px;
    /* background: rgba(47, 50, 54, 0.58); */
}

.trim_selector .trim_card {
    width: 400px;
    height: 260px;
    padding: 32px;
    border-radius: 32px;
    /* background: rgba(61, 66, 71, 0.82);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16); */
}

.trim_selector .trim_card_title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--kia-white1);
}

.trim_selector .trim_card_line {
    width: 336px;
    height: 1px;
    display: block;
    margin-top: 12px;
    background: rgba(255, 255, 255, 0.7);
}

.trim_selector .trim_card_list {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.trim_selector .trim_card_item {
    position: relative;
    padding-left: 14px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
}

.trim_selector .trim_card_item::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.interior {
    width: 100%;
    height: 1382px;
    background: #0C1115;
    position: relative;
    isolation: isolate;
}

.interior::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg,
            rgba(12, 17, 21, 0) 0%,
            rgba(12, 17, 21, 0.22) 18%,
            rgba(16, 21, 29, 0.5) 42%,
            rgba(24, 30, 42, 0.78) 72%,
            #232534 100%);
    pointer-events: none;
    z-index: 2;
}

.interior .inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.interior .section_title {
    margin-top: 92px;
    margin-bottom: 92px;
}

.interior .interior_stage {
    width: 100vw;
    max-width: 100vw;
    height: 1014px;
    position: relative;
    overflow: hidden;
}

.interior .interior_main_img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

.interior .interior_hotspot {
    position: absolute;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 0;
    display: inline-block;
    flex: none;
    aspect-ratio: 1 / 1;
    line-height: 0;
    box-sizing: border-box;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    /* background: rgba(129, 129, 129, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.68);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 24px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px); */
    z-index: 2;
}

.interior .white_origin:hover{
    border: 1px solid #ABF4F6;
    border-color: rgba(160, 247, 255, 0.92);
    color: var(--kia-white1);
    box-shadow:
        inset 0 5px 10px rgba(255, 255, 255, 0.5),
        inset 0 -3px 5px rgba(0, 0, 0, 0.05),
        0px 0px 11px 8px rgba(172, 255, 235, 0.26);
}

.interior .white_origin.is-active:hover{
    border: 1px solid #ABF4F6;
    border-color: rgba(160, 247, 255, 0.92);
    box-shadow: none;
    box-shadow:
        0px 0px 11px 8px rgba(172, 255, 235, 0.26);
}

.interior .interior_hotspot::before,
.interior .interior_hotspot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--kia-white1);
    border-radius: 999px;
}

.interior .interior_hotspot::before {
    width: 18px;
    height: 3px;
}

.interior .interior_hotspot::after {
    width: 3px;
    height: 18px;
}

.interior .interior_hotspot.is-active {
    background: rgba(50, 176, 180, 0.35);
    border-color: rgba(50, 176, 180, 0.7);
}

.interior .spacious-3-row {
    left: 14.3066%;
    top: 57.8168%;
}

.interior .meridian-audio {
    left: 55.2734%;
    top: 33.4875%;
}

.interior .panoramic-display-rear {
    left: 62.0117%;
    top: 65.4024%;
}

.interior .power-front-seats {
    left: 86.3281%;
    top: 90.8418%;
}

.interior .panoramic-display-front {
    left: 92.0898%;
    top: 36.2627%;
}

.interior .interior_panel {
    width: 35%;
    max-width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 4;
    opacity: 0;
    transform: translateX(24px);
    border: 0;
    border-radius: 0;
    box-shadow: -24px 0 48px rgba(0, 0, 0, 0.28);
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.interior .interior_panel.is_open {
    opacity: 1;
    transform: translateX(0);
}

.interior .interior_panel_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interior .interior_panel_copy {
    position: absolute;
    left: 50%;
    bottom: clamp(74px, 7vw, 96px);
    width: min(332px, calc(100% - 72px));
    opacity: 0;
    transition: opacity 0.22s ease;
    z-index: 5;
    pointer-events: none;
    transform: translateX(-50%);
    text-align: center;
}

.interior .interior_panel_copy.is_visible {
    opacity: 1;
}

.interior .interior_panel_desc {
    margin: 0;
    max-width: 332px;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.01em;
    color: rgba(255, 253, 251, 0.82);
    text-align: center;
    text-wrap: balance;
}

.interior .interior_panel_close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 0;
    display: inline-flex;
    flex: none;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    line-height: 0;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(73, 60, 45, 0.12);
    background: #f3eee8;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    z-index: 5;
}

.interior .interior_panel_close::before,
.interior .interior_panel_close::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 22px;
    height: 2.5px;
    background: #0c1115;
    border-radius: 999px;
    transform-origin: center;
}

.interior .interior_panel_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.interior .interior_panel_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ev_features {
    width: 100%;
    min-height: 1010px;
    height: auto;
    position: relative;
    background: #232534;
}

.ev_features::before {
    content: "";
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 140px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(35, 37, 52, 0) 0%, rgba(35, 37, 52, 0.45) 35%, rgba(35, 37, 52, 0.82) 70%, rgba(35, 37, 52, 1) 100%);
}

.ev_features .inner {
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    padding-top: 250px;
    padding-bottom: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ev_features .ev_features_header {
    width: min(1440px, calc(100% - 120px));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ev_features .feature_eyebrow {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #fffdfb;
}

.ev_features .feature_title {
    margin-top: 22px;
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #fffdfb;
}

.ev_features .feature_desc {
    margin-top: 18px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #fffdfb;
    text-align: center;
}

.ev_features .ev_features_grid {
    width: min(1440px, calc(100% - 120px));
    margin: 88px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 44px;
    row-gap: 32px;
    align-items: start;
}

.ev_features .ev_feature_card {
    min-height: 372px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ev_features .feature_img_box {
    width: 250px;
    height: 150px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background: #adaeb3;
    flex-shrink: 0;
}

.ev_features .feature_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ev_features .feature_img_box.is_contain img {
    object-fit: contain;
    padding: 18px 18px 16px;
}

.ev_features .feature_text_box {
    width: 250px;
    min-height: 168px;
    padding-top: 30px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.ev_features .feature_item_title {
    width: 100%;
    min-height: 52px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.02em;
    color: #fffdfb;
    text-align: left;
    text-wrap: balance;
}

.ev_features .feature_item_desc {
    width: 100%;
    min-height: 84px;
    margin-top: 14px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.01em;
    color: rgba(255, 253, 251, 0.82);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: left;
}


.driver_assist {
    width: 100%;
    height: 1343px;
    background: #232534;
}

.driver_assist .inner {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    padding-top: 93px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.driver_assist .driver_assist_desc {
    margin-top: 16px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #fffdfb;
}

.driver_assist .driver_assist_video_box {
    width: 856px;
    height: 450px;
    margin-top: 64px;
    overflow: hidden;
    background: #10151b;
}

.driver_assist .driver_assist_video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #10151b;
}

.driver_assist .driver_assist_video::-webkit-media-controls {
    opacity: 0;
}

.driver_assist .driver_assist_list {
    width: min(1440px, calc(100% - 120px));
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.driver_assist .driver_assist_item {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.driver_assist .driver_assist_thumb {
    width: 250px;
    height: 250px;
    border-radius: 32px;
    overflow: hidden;
}

.driver_assist .driver_assist_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.driver_assist .driver_assist_text_box {
    width: 250px;
    min-height: 180px;
    margin-top: 31px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.driver_assist .driver_assist_item_title {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #fffdfb;
    text-align: left;
}

.driver_assist .driver_assist_item_desc {
    width: 100%;
    margin-top: 16px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #fffdfb;
    text-align: left;
}

/* =========================
   Customer Reviews
========================= */
.customer_reviews {
    width: 100%;
    min-height: 1200px;
    padding: 120px 0;
    position: relative;
    background:
        radial-gradient(60% 42% at 54% 78%, rgba(196, 206, 219, 0.18) 0%, rgba(196, 206, 219, 0.08) 16%, rgba(6, 17, 27, 0) 42%),
        linear-gradient(180deg, #06111b 0%, #06111b 100%);
    overflow: hidden;
}

.customer_reviews::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(35, 37, 52, 1) 0%, rgba(35, 37, 52, 0.55) 45%, rgba(35, 37, 52, 0) 100%);
}

.customer_reviews .inner {
    width: min(1440px, calc(100% - 120px));
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 200px;
}

.customer_reviews .review_intro {
    width: 412px;
    flex-shrink: 0;
}

.customer_reviews .review_intro .btn {
    margin-top: 40px;
    opacity: 0.45;
    pointer-events: none;
    cursor: default;
}

.customer_reviews .review_title {
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #fffdfb;
}

.customer_reviews .review_title strong {
    font-weight: 600;
}

.customer_reviews .review_desc {
    margin-top: 24px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    color: rgba(255, 253, 251, 0.92);
}

.customer_reviews .review_stage {
    width: 828px;
    height: 872px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.customer_reviews .review_stage::before,
.customer_reviews .review_stage::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 132px;
    z-index: 3;
    pointer-events: none;
}

.customer_reviews .review_stage::before {
    top: 0;
    background: linear-gradient(180deg, #06111b 0%, rgba(6, 17, 27, 0) 100%);
}

.customer_reviews .review_stage::after {
    bottom: 0;
    background: linear-gradient(180deg, rgba(6, 17, 27, 0) 0%, #06111b 100%);
}

.customer_reviews .review_column {
    width: 400px;
    height: 872px;
    overflow: hidden;
}

.customer_reviews .review_track {
    --card-height: 392px;
    --card-gap: 28px;
    --loop-distance: 1260px;
    display: flex;
    flex-direction: column;
    gap: var(--card-gap);
    will-change: transform;
}

.customer_reviews .review_column.left .review_track {
    transform: translateY(calc(-1 * var(--loop-distance)));
    animation: reviewColumnDown 24s linear infinite;
}

.customer_reviews .review_column.right .review_track {
    animation: reviewColumnUp 24s linear infinite;
}

.customer_reviews .review_column:hover .review_track {
    animation-play-state: paused;
}

.customer_reviews .review_card {
    width: 400px;
    height: 392px;
    padding: 40px;
    border-radius: 32px;
    /* background: linear-gradient(180deg, rgba(160, 163, 162, 0.9) 0%, rgba(152, 154, 153, 0.9) 100%);
    border: 1px solid rgba(255, 253, 251, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 42px rgba(0, 0, 0, 0.16);
    color: #fffdfb; */
}

.customer_reviews .review_star {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.22em;
    color: #bfd0df;
}

.customer_reviews .review_quote {
    margin-top: 28px;
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.02em;
    color: #fffdfb;
}

.customer_reviews .review_owner {
    margin-top: 28px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #fffdfb;
}

@keyframes reviewColumnUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(calc(-1 * var(--loop-distance)));
    }
}

@keyframes reviewColumnDown {
    from {
        transform: translateY(calc(-1 * var(--loop-distance)));
    }

    to {
        transform: translateY(0);
    }
}
