.sim-detail-v2 {
    --v2-red: #e21b35;
    --v2-red-dark: #b81229;
    --v2-ink: #17202a;
    --v2-muted: #667085;
    --v2-line: #e4e7ec;
    --v2-soft: #f5f7f9;
    --v2-green: #16865a;
    --v2-gold: #b7791f;
    color: var(--v2-ink);
    width: 100%;
}

.sim-v2-breadcrumb {
    align-items: center;
    color: var(--v2-muted);
    display: flex;
    font-size: 14px;
    gap: 10px;
    margin-bottom: 18px;
}

.sim-v2-breadcrumb a {
    color: var(--v2-muted);
    text-decoration: none;
}

.sim-v2-breadcrumb a:hover { color: var(--v2-red); }
.sim-v2-breadcrumb .fa-chevron-right { font-size: 9px; }

.sim-v2-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr);
}

.sim-v2-main { min-width: 0; }

.sim-v2-product,
.sim-v2-order {
    background: #fff;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
}

.sim-v2-product { padding: 24px; }

.sim-v2-product-head,
.sim-v2-section-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.sim-v2-badges { display: flex; flex-wrap: wrap; gap: 8px; }

.sim-v2-badge,
.sim-v2-stock {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    min-height: 28px;
    padding: 5px 9px;
}

.sim-v2-badge { background: #f2f4f7; color: #344054; }
.sim-v2-badge-network { background: #fff0f2; color: var(--v2-red-dark); }
.sim-v2-stock { color: var(--v2-green); gap: 6px; }

.sim-v2-showcase {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(245px, .9fr) minmax(0, 1.1fr);
    padding: 32px 0 26px;
}

.sim-v2-visual {
    aspect-ratio: 1.58;
    background: #202936;
    border: 1px solid #101828;
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(16, 24, 40, .14);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 190px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.sim-v2-visual::after {
    background: var(--v2-red);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

.sim-v2-visual-top { align-items: center; display: flex; justify-content: space-between; }
.sim-v2-visual-top img { background: #fff; border-radius: 4px; height: 30px; max-width: 104px; object-fit: contain; padding: 3px 6px; }
.sim-v2-visual-top span { color: #d0d5dd; font-size: 11px; font-weight: 700; }

.sim-v2-chip {
    background: #d4a84f;
    border: 2px solid #f1d38b;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 48px;
    overflow: hidden;
    width: 58px;
}

.sim-v2-chip span { border: 1px solid rgba(96, 67, 21, .5); }
.sim-v2-visual-number { font-size: clamp(23px, 3vw, 31px); font-weight: 800; letter-spacing: 0; white-space: nowrap; }
.sim-v2-visual-network { color: #d0d5dd; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.sim-v2-eyebrow {
    color: var(--v2-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.sim-v2-summary h1 {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
}

.sim-v2-subtitle { color: var(--v2-muted); font-size: 15px; line-height: 1.6; margin: 12px 0 20px; }
.sim-v2-price-block { border-left: 3px solid var(--v2-red); display: flex; flex-direction: column; padding-left: 14px; }
.sim-v2-price-block span { color: var(--v2-muted); font-size: 12px; }
.sim-v2-price-block strong { color: var(--v2-red); font-size: 30px; line-height: 1.25; }
.sim-v2-price-block small { color: var(--v2-muted); margin-top: 2px; }

.sim-v2-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.sim-v2-btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 6px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 750;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 10px 15px;
    text-decoration: none;
}
.sim-v2-btn-primary { background: var(--v2-red); color: #fff; }
.sim-v2-btn-primary:hover { background: var(--v2-red-dark); color: #fff; }
.sim-v2-btn-secondary { background: #fff; border-color: #d0d5dd; color: #344054; }
.sim-v2-btn-secondary:hover { border-color: var(--v2-red); color: var(--v2-red); }

.sim-v2-specs {
    border-top: 1px solid var(--v2-line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding-top: 20px;
}
.sim-v2-specs > div { border-right: 1px solid var(--v2-line); padding: 0 18px; }
.sim-v2-specs > div:first-child { padding-left: 0; }
.sim-v2-specs > div:last-child { border-right: 0; }
.sim-v2-specs dt { color: var(--v2-muted); font-size: 12px; font-weight: 500; }
.sim-v2-specs dd { font-size: 14px; font-weight: 750; margin: 4px 0 0; }
.sim-v2-text-success { color: var(--v2-green); }

.sim-v2-trust {
    background: #fff;
    border-bottom: 1px solid var(--v2-line);
    border-top: 1px solid var(--v2-line);
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin: 20px 0;
    padding: 18px 4px;
}
.sim-v2-trust > div { align-items: center; display: flex; gap: 11px; min-width: 0; }
.sim-v2-trust i { color: var(--v2-green); font-size: 20px; width: 24px; }
.sim-v2-trust span { color: var(--v2-muted); display: flex; flex-direction: column; font-size: 12px; }
.sim-v2-trust strong { color: var(--v2-ink); font-size: 13px; }

.sim-v2-feng {
    border-bottom: 1px solid var(--v2-line);
    border-top: 1px solid var(--v2-line);
    padding: 24px 4px;
}
.sim-v2-section-head h2 { font-size: 23px; font-weight: 800; margin: 0; }
.sim-v2-section-head > a { color: var(--v2-red); font-size: 13px; font-weight: 750; text-decoration: none; }
.sim-v2-feng-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
.sim-v2-metric { align-items: center; background: var(--v2-soft); border: 1px solid #edf0f3; border-radius: 6px; display: flex; gap: 11px; min-height: 82px; padding: 14px; }
.sim-v2-metric-icon { align-items: center; background: #fff; border: 1px solid var(--v2-line); border-radius: 6px; color: var(--v2-gold); display: flex; flex: 0 0 38px; height: 38px; justify-content: center; }
.sim-v2-metric div { display: flex; flex-direction: column; min-width: 0; }
.sim-v2-metric small { color: var(--v2-muted); }
.sim-v2-metric strong { font-size: 14px; margin-top: 3px; }
.sim-v2-feng-note { color: var(--v2-muted); font-size: 13px; line-height: 1.6; margin: 16px 0 0; }

.sim-v2-order {
    padding: 24px;
    position: sticky;
    top: 20px;
}
.sim-v2-order-head h2 { font-size: 24px; font-weight: 800; margin: 0 0 8px; }
.sim-v2-order-head > p:last-child { color: var(--v2-muted); font-size: 14px; margin: 0; }
.sim-v2-order-summary { align-items: center; background: var(--v2-soft); border: 1px solid var(--v2-line); border-radius: 6px; display: flex; justify-content: space-between; margin: 20px 0; padding: 13px 14px; }
.sim-v2-order-summary span { font-size: 18px; font-weight: 800; }
.sim-v2-order-summary strong { color: var(--v2-red); font-size: 16px; }
.sim-v2-form { display: flex; flex-direction: column; gap: 14px; }
.sim-v2-field { display: flex; flex-direction: column; gap: 6px; }
.sim-v2-field label { font-size: 13px; font-weight: 700; }
.sim-v2-field label span { color: var(--v2-red); }
.sim-v2-field input,
.sim-v2-field textarea {
    background: #fff;
    border: 1px solid #cfd4dc;
    border-radius: 6px;
    color: var(--v2-ink);
    font: inherit;
    font-size: 14px;
    outline: none;
    padding: 11px 12px;
    width: 100%;
}
.sim-v2-field input { min-height: 44px; }
.sim-v2-field textarea { resize: vertical; }
.sim-v2-field input:focus,
.sim-v2-field textarea:focus { border-color: var(--v2-red); box-shadow: 0 0 0 3px rgba(226, 27, 53, .09); }
.sim-v2-submit { background: var(--v2-red); border: 0; border-radius: 6px; color: #fff; font-size: 15px; font-weight: 800; min-height: 48px; padding: 12px 16px; }
.sim-v2-submit:hover { background: var(--v2-red-dark); }
.sim-v2-contact { border-top: 1px solid var(--v2-line); margin-top: 20px; padding-top: 16px; }
.sim-v2-contact > span { color: var(--v2-muted); display: block; font-size: 12px; margin-bottom: 8px; }
.sim-v2-contact > div { display: flex; gap: 8px; }
.sim-v2-contact a { align-items: center; border: 1px solid var(--v2-line); border-radius: 5px; color: #344054; display: inline-flex; font-size: 13px; font-weight: 750; gap: 6px; padding: 8px 10px; text-decoration: none; }
.sim-v2-contact a:hover { border-color: var(--v2-red); color: var(--v2-red); }

@media (max-width: 991.98px) {
    .sim-v2-layout { grid-template-columns: 1fr; }
    .sim-v2-order { position: static; }
}

@media (max-width: 767.98px) {
    .sim-detail-v2 { padding-bottom: 80px; }
    .sim-v2-layout { gap: 16px; }
    .sim-v2-product, .sim-v2-order { padding: 18px; }
    .sim-v2-feng { padding: 20px 4px; }
    .sim-v2-product-head { align-items: flex-start; gap: 10px; }
    .sim-v2-showcase { gap: 22px; grid-template-columns: 1fr; padding: 22px 0; }
    .sim-v2-visual { margin: 0 auto; max-width: 430px; width: 100%; }
    .sim-v2-summary h1 { font-size: 30px; }
    .sim-v2-actions { display: grid; grid-template-columns: 1fr; }
    .sim-v2-specs { gap: 14px; grid-template-columns: 1fr; }
    .sim-v2-specs > div, .sim-v2-specs > div:first-child { border-bottom: 1px solid var(--v2-line); border-right: 0; padding: 0 0 12px; }
    .sim-v2-specs > div:last-child { border-bottom: 0; padding-bottom: 0; }
    .sim-v2-trust { grid-template-columns: 1fr; padding: 16px; }
    .sim-v2-section-head { align-items: flex-start; flex-direction: column; gap: 10px; }
    .sim-v2-feng-grid { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
    .sim-v2-product-head { flex-direction: column; }
    .sim-v2-visual-number { font-size: 22px; }
    .sim-v2-order-summary { align-items: flex-start; flex-direction: column; gap: 4px; }
}
