body {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

.s26ev-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 80px;
    padding-top: 72px;
}

.ev-breadcrumb {
    padding: 20px 0 12px;
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ev-breadcrumb a {
    color: #999;
    text-decoration: none;
}

.ev-breadcrumb a:hover {
    color: #1a1a1a;
}

.ev-sep {
    font-size: 10px;
    color: #ccc;
}

.ev-current {
    color: #1a1a1a;
    font-weight: 600;
}

.s26ev-hero {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 56px;
    background: #fff;
}

.s26ev-hero-img {
    width: 100%;
    display: block;
    height: 480px;
    object-fit: cover;
    object-position: center top;
    opacity: 0.85;
}

.s26ev-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 40px 48px;
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
}

.s26ev-badge {
    display: inline-block;
    background: #007aff;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.s26ev-hero-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.s26ev-hero-sub {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

.s26ev-section {
    margin-bottom: 60px;
}

.s26ev-section-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}

.s26ev-section-sub {
    font-size: 15px;
    color: #888;
    margin: 0 0 28px;
}

.s26ev-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 28px;
}

.s26ev-benefit-card {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.s26ev-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.s26ev-benefit-main {
    background: #1a1a1a;
    color: #fff;
}

.s26ev-benefit-icon {
    width: 56px;
    height: 56px;
    background: #e6007e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.s26ev-benefit-icon-sub {
    background: #e8e8e8;
}

.s26ev-benefit-label {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.65);
    margin: 0 0 6px;
}

.s26ev-benefit-card:not(.s26ev-benefit-main) .s26ev-benefit-label {
    color: #888;
}

.s26ev-benefit-value {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
    letter-spacing: -0.5px;
}

.s26ev-benefit-card:not(.s26ev-benefit-main) .s26ev-benefit-value {
    color: #1a1a1a;
}

.s26ev-benefit-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin: 0;
}

.s26ev-benefit-card:not(.s26ev-benefit-main) .s26ev-benefit-desc {
    color: #aaa;
}

.s26ev-models {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 28px;
}


.s26ev-model-card {
    background: #f8f9fa;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}

.s26ev-model-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.s26ev-model-ultra {
    background: linear-gradient(160deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
}

.s26ev-model-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #e6007e;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 1px;
}

.s26ev-model-img-wrap {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.s26ev-model-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px 12px 0;
    display: block;
    border-radius: 14px;
}

.s26ev-model-info {
    padding: 16px 20px 24px;
}

.s26ev-model-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.s26ev-model-ultra .s26ev-model-name {
    color: #fff;
}

.s26ev-model-price {
    font-size: 15px;
    font-weight: 600;
    color: #e6007e;
    margin: 0 0 4px;
}

.s26ev-model-storage {
    font-size: 13px;
    color: #aaa;
    margin: 0 0 16px;
}

.s26ev-model-ultra .s26ev-model-storage {
    color: rgba(255,255,255,0.5);
}

.s26ev-model-btn {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    transition: background 0.2s;
}

.s26ev-model-ultra .s26ev-model-btn {
    background: #e6007e;
}

.s26ev-model-card:hover .s26ev-model-btn {
    background: #e6007e;
}

.s26ev-model-ultra:hover .s26ev-model-btn {
    background: #ff3095;
}

.s26ev-colors {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.s26ev-color-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.s26ev-color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.s26ev-color-name {
    font-size: 14px;
    color: #444;
    font-weight: 500;
}

.s26ev-common-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.s26ev-cb-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f8f9fa;
    border-radius: 14px;
    padding: 20px;
}

.s26ev-cb-icon {
    font-size: 26px;
    flex-shrink: 0;
    line-height: 1;
}

.s26ev-cb-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.s26ev-cb-desc {
    font-size: 13px;
    color: #888;
    margin: 0;
    line-height: 1.4;
}

.s26ev-detail-imgs {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    border-radius: 16px;
    overflow: hidden;
}

.s26ev-detail-imgs img {
    width: 100%;
    display: block;
}

@media (max-width: 900px) {
    .s26ev-common-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .s26ev-common-benefits {
        grid-template-columns: 1fr;
    }

    .s26ev-cb-item {
        padding: 16px;
    }
}

.s26ev-notice {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 28px 28px;
    margin-top: 60px;
}

.s26ev-notice h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 14px;
}

.s26ev-notice ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.s26ev-notice li {
    position: relative;
    padding-left: 14px;
    font-size: 13px;
    color: #888;
    line-height: 1.8;
}

.s26ev-notice li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #bbb;
    font-weight: 700;
}

.s26ev-notice a {
    color: #e6007e;
    text-decoration: none;
}

.s26ev-notice a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .s26ev-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .s26ev-models {
        grid-template-columns: repeat(3, 1fr);
    }

    .s26ev-hero-title {
        font-size: 30px;
    }

    .s26ev-hero-overlay {
        padding: 28px 28px;
    }
}

@media (max-width: 600px) {
    .s26ev-page {
        padding: 0 16px 60px;
        padding-top: 60px;
    }

    .s26ev-hero-img {
        height: 320px;
    }

    .s26ev-hero-title {
        font-size: 22px;
        letter-spacing: -0.5px;
    }

    .s26ev-hero-overlay {
        padding: 18px 18px;
    }

    .s26ev-hero-sub {
        font-size: 13px;
    }

    .s26ev-section-title {
        font-size: 20px;
    }

    .s26ev-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .s26ev-benefit-card {
        padding: 16px 12px;
    }

    .s26ev-benefit-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .s26ev-benefit-icon svg {
        width: 20px;
        height: 20px;
    }

    .s26ev-benefit-value {
        font-size: 16px;
    }

    .s26ev-benefit-label {
        font-size: 11px;
    }

    .s26ev-models {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 14px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 8px;
    }

    .s26ev-models::-webkit-scrollbar {
        display: none;
    }

    .s26ev-model-card {
        min-width: 200px;
        flex-shrink: 0;
    }

    .s26ev-colors {
        gap: 16px;
    }
}
