.svp-equipment {
  --svp-red: #d71920;
  --svp-red-dark: #ad1117;
  --svp-ink: #17191c;
  --svp-text: #50565d;
  --svp-muted: #737b84;
  --svp-line: #e1e4e8;
  --svp-soft: #f5f6f7;
  --svp-white: #fff;
  --svp-black: #0f1113;
  --svp-container: 1240px;
  color: var(--svp-ink);
  background: var(--svp-white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.svp-equipment *,
.svp-equipment *::before,
.svp-equipment *::after { box-sizing: border-box; }
.svp-equipment img { display: block; max-width: 100%; }
.svp-equipment a { color: inherit; text-decoration: none; }
.svp-equipment button { font: inherit; cursor: pointer; }
.svp-equipment [hidden] { display: none !important; }
.svp-container { width: min(calc(100% - 48px), var(--svp-container)); margin-inline: auto; }

.svp-breadcrumb { border-block: 1px solid var(--svp-line); background: #fafafa; }
.svp-breadcrumb .svp-container { min-height: 52px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; color: var(--svp-muted); font-size: 13px; }
.svp-breadcrumb a:hover { color: var(--svp-red); }
.svp-breadcrumb [aria-current="page"] { color: var(--svp-ink); }

.svp-hero { padding: 62px 0 72px; }
.svp-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); gap: clamp(40px, 5vw, 76px); align-items: start; }
.svp-gallery-shell { min-width: 0; }
.svp-main-media { position: relative; display: grid; place-items: center; overflow: hidden; aspect-ratio: 4/3; background: #eceff1; border: 1px solid var(--svp-line); }
.svp-main-image { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease; }
.svp-media-placeholder { padding: 30px; color: var(--svp-muted); text-align: center; }
.svp-video-embed { position: relative; width: 100%; height: 100%; }
.svp-video-embed iframe { width: 100%; height: 100%; border: 0; }
.svp-direct-video { width: 100%; height: 100%; object-fit: contain; background: #000; }
.svp-zoom { position: absolute; right: 16px; bottom: 16px; width: 44px; height: 44px; border: 0; background: rgba(255,255,255,.94); color: var(--svp-ink); box-shadow: 0 6px 20px rgba(0,0,0,.14); }
.svp-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.svp-thumb { aspect-ratio: 4/3; padding: 0; overflow: hidden; border: 2px solid transparent; background: var(--svp-soft); }
.svp-thumb.is-active { border-color: var(--svp-red); }
.svp-thumb-image { width: 100%; height: 100%; object-fit: cover; }

.svp-hero-copy { padding-top: 6px; }
.svp-eyebrow,
.svp-kicker { margin: 0 0 14px; color: var(--svp-red); font-size: 11px; line-height: 1.4; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.svp-hero h1 { margin: 0; max-width: 680px; font-size: clamp(38px, 4.3vw, 62px); line-height: 1.03; letter-spacing: -.045em; font-weight: 780; }
.svp-model { display: flex; gap: 7px; margin: 18px 0 0; color: var(--svp-muted); font-size: 14px; }
.svp-model strong { color: var(--svp-ink); }
.svp-function { margin: 23px 0 0; color: var(--svp-text); font-size: 17px; line-height: 1.75; }
.svp-metric-grid { margin-top: 29px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--svp-line); }
.svp-metric { padding: 19px 20px 20px; min-width: 0; }
.svp-metric + .svp-metric { border-left: 1px solid var(--svp-line); }
.svp-metric span { display: block; margin-bottom: 7px; color: var(--svp-muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.svp-metric strong { display: block; font-size: clamp(18px, 2vw, 24px); line-height: 1.25; letter-spacing: -.025em; }
.svp-actions { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.svp-btn { min-height: 51px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; font-size: 14px; font-weight: 800; line-height: 1.2; transition: .2s ease; }
.svp-btn-primary { color: var(--svp-white) !important; background: var(--svp-red); }
.svp-btn-primary:hover { background: var(--svp-red-dark); transform: translateY(-1px); }
.svp-btn-secondary { color: var(--svp-ink) !important; background: var(--svp-white); border-color: #cfd4d9; }
.svp-btn-secondary:hover { color: var(--svp-red) !important; border-color: var(--svp-red); }
.svp-note { display: flex; gap: 10px; align-items: flex-start; margin: 22px 0 0; color: var(--svp-muted); font-size: 13px; }
.svp-note span { color: #1f7a50; font-weight: 900; }

.svp-quick-bar { border-block: 1px solid var(--svp-line); background: var(--svp-soft); }
.svp-quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.svp-quick-grid > div { padding: 23px 26px; border-left: 1px solid var(--svp-line); }
.svp-quick-grid > div:first-child { border-left: 0; }
.svp-quick-grid span { display: block; margin-bottom: 7px; color: var(--svp-muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.svp-quick-grid strong { display: block; font-size: 14px; line-height: 1.45; }

.svp-section { padding: 96px 0; }
.svp-section-soft { background: var(--svp-soft); }
.svp-section-heading { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(360px, 1.2fr); gap: 60px; align-items: end; margin-bottom: 44px; }
.svp-section-heading h2 { margin: 0; font-size: clamp(30px, 3.5vw, 46px); line-height: 1.08; letter-spacing: -.04em; }
.svp-section-heading > p { margin: 0; color: var(--svp-text); font-size: 16px; line-height: 1.8; }

.svp-overview-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: clamp(46px, 7vw, 94px); align-items: start; }
.svp-lead { margin: 0 0 24px; color: var(--svp-ink); font-size: clamp(21px, 2.4vw, 29px); line-height: 1.5; letter-spacing: -.025em; }
.svp-rich-text { color: var(--svp-text); font-size: 16px; line-height: 1.85; }
.svp-rich-text > :first-child { margin-top: 0; }
.svp-rich-text > :last-child { margin-bottom: 0; }
.svp-side-panel { padding: 28px; border-top: 3px solid var(--svp-red); background: var(--svp-soft); }
.svp-side-panel h2 { margin: 0 0 16px; font-size: 17px; line-height: 1.35; }
.svp-side-panel ul { margin: 0; padding: 0; list-style: none; }
.svp-side-panel li { position: relative; padding: 12px 0 12px 22px; border-top: 1px solid var(--svp-line); color: var(--svp-text); font-size: 14px; }
.svp-side-panel li:first-child { border-top: 0; }
.svp-side-panel li::before { content: ""; position: absolute; left: 0; top: 21px; width: 7px; height: 7px; background: var(--svp-red); }

.svp-spec-wrap { overflow-x: auto; border: 1px solid var(--svp-line); background: var(--svp-white); }
.svp-spec-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.svp-spec-table th,
.svp-spec-table td { padding: 20px 24px; border-bottom: 1px solid var(--svp-line); text-align: left; }
.svp-spec-table tr:last-child th,
.svp-spec-table tr:last-child td { border-bottom: 0; }
.svp-spec-table th { width: 42%; background: #fafafa; font-size: 13px; font-weight: 800; }
.svp-spec-table td { color: var(--svp-text); font-size: 15px; }

.svp-config-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.svp-config-item { display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding: 23px; border: 1px solid var(--svp-line); background: var(--svp-white); }
.svp-check { width: 24px; height: 24px; display: grid; place-items: center; color: var(--svp-white); background: var(--svp-red); font-size: 12px; font-weight: 900; }
.svp-config-item h3 { margin: 1px 0 8px; font-size: 16px; line-height: 1.35; }
.svp-config-item p { margin: 0; color: var(--svp-text); font-size: 14px; line-height: 1.65; }

.svp-option-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.svp-option-card { padding: 27px; border-top: 3px solid #c8cdd2; background: var(--svp-white); }
.svp-option-card > span { display: block; margin-bottom: 24px; color: var(--svp-red); font-size: 12px; font-weight: 800; }
.svp-option-card h3 { margin: 0 0 10px; font-size: 17px; line-height: 1.35; }
.svp-option-card p { margin: 0; color: var(--svp-text); font-size: 14px; line-height: 1.7; }

.svp-image-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.svp-gallery-image { aspect-ratio: 4/3; padding: 0; overflow: hidden; border: 0; background: var(--svp-soft); }
.svp-gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.svp-gallery-image:hover img { transform: scale(1.025); }

.svp-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.svp-content-card { min-width: 0; border: 1px solid var(--svp-line); background: var(--svp-white); transition: .22s ease; }
.svp-content-card:hover { border-color: transparent; box-shadow: 0 14px 38px rgba(18,22,27,.09); transform: translateY(-4px); }
.svp-card-media { display: block; aspect-ratio: 16/10; overflow: hidden; background: #e8eaec; }
.svp-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.svp-content-card:hover .svp-card-image { transform: scale(1.025); }
.svp-card-body { padding: 25px; }
.svp-card-meta { margin: 0 0 10px; color: var(--svp-red); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.svp-card-body h3 { margin: 0 0 11px; font-size: 20px; line-height: 1.28; letter-spacing: -.02em; }
.svp-card-body p { margin: 0; color: var(--svp-text); font-size: 14px; line-height: 1.7; }
.svp-text-link { display: inline-flex; gap: 8px; margin-top: 20px; color: var(--svp-red) !important; font-size: 13px; font-weight: 800; }

.svp-download-list { border-top: 1px solid var(--svp-line); }
.svp-download-row { display: grid; grid-template-columns: 1fr 170px auto; gap: 22px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--svp-line); }
.svp-download-row > span { color: var(--svp-muted); font-size: 13px; }
.svp-download-row .svp-btn { min-height: 42px; padding-inline: 17px; }

.svp-faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--svp-line); }
.svp-faq-item { border-bottom: 1px solid var(--svp-line); }
.svp-faq-item summary { padding: 24px 2px; display: grid; grid-template-columns: 1fr 28px; gap: 20px; align-items: center; color: var(--svp-ink); font-size: 17px; line-height: 1.45; font-weight: 750; cursor: pointer; list-style: none; }
.svp-faq-item summary::-webkit-details-marker { display: none; }
.svp-faq-item summary span { color: var(--svp-red); font-size: 23px; font-weight: 400; text-align: center; transition: transform .2s ease; }
.svp-faq-item[open] summary span { transform: rotate(45deg); }
.svp-faq-item > div { padding: 0 48px 24px 2px; color: var(--svp-text); font-size: 15px; line-height: 1.8; }

.svp-final-cta { position: relative; overflow: hidden; padding: 86px 0; color: var(--svp-white); background: var(--svp-red); }
.svp-final-cta::after { content: "777"; position: absolute; right: -28px; top: 50%; color: rgba(255,255,255,.08); font-size: 250px; line-height: 1; font-weight: 900; letter-spacing: -.1em; transform: translateY(-52%); pointer-events: none; }
.svp-final-cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 54px; align-items: center; }
.svp-final-cta h2 { max-width: 750px; margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.svp-final-cta p { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.75; }
.svp-final-cta .svp-actions { margin-top: 0; }
.svp-btn-white { color: var(--svp-red) !important; background: var(--svp-white); }
.svp-btn-white:hover { background: #f1f1f1; }
.svp-btn-outline { color: var(--svp-white) !important; border-color: rgba(255,255,255,.6); background: transparent; }
.svp-btn-outline:hover { border-color: var(--svp-white); }

.svp-lightbox { position: fixed; inset: 0; z-index: 999999; place-items: center; padding: 34px; background: rgba(8,10,12,.91); }
.svp-lightbox:not([hidden]) { display: grid; }
.svp-lightbox img { max-width: min(1100px, 94vw); max-height: 88vh; object-fit: contain; }
.svp-lightbox-close { position: fixed; top: 18px; right: 18px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); color: var(--svp-white); background: transparent; font-size: 24px; }
.svp-editor-notice { padding: 16px 18px; border-left: 4px solid #dba617; background: #fff8e5; color: #2c3338; }

@media (max-width: 980px) {
  .svp-hero-grid { grid-template-columns: 1fr; }
  .svp-hero-copy { max-width: 760px; }
  .svp-quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svp-quick-grid > div:nth-child(odd) { border-left: 0; }
  .svp-quick-grid > div:nth-child(n+3) { border-top: 1px solid var(--svp-line); }
  .svp-section-heading,
  .svp-overview-grid { grid-template-columns: 1fr; gap: 27px; }
  .svp-option-grid,
  .svp-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svp-final-cta-grid { grid-template-columns: 1fr; }
  .svp-final-cta .svp-actions { margin-top: 4px; }
}

@media (max-width: 680px) {
  .svp-container { width: min(calc(100% - 32px), var(--svp-container)); }
  .svp-hero { padding: 34px 0 50px; }
  .svp-hero-grid { gap: 31px; }
  .svp-hero h1 { font-size: 39px; }
  .svp-thumbs { gap: 7px; }
  .svp-metric-grid { grid-template-columns: 1fr; }
  .svp-metric + .svp-metric { border-top: 1px solid var(--svp-line); border-left: 0; }
  .svp-actions { display: grid; }
  .svp-btn { width: 100%; }
  .svp-quick-grid { grid-template-columns: 1fr; }
  .svp-quick-grid > div { padding-inline: 0; border-top: 1px solid var(--svp-line); border-left: 0; }
  .svp-quick-grid > div:first-child { border-top: 0; }
  .svp-section { padding: 66px 0; }
  .svp-section-heading { margin-bottom: 31px; }
  .svp-config-grid,
  .svp-option-grid,
  .svp-card-grid { grid-template-columns: 1fr; }
  .svp-image-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .svp-download-row { grid-template-columns: 1fr; gap: 8px; }
  .svp-download-row .svp-btn { width: fit-content; margin-top: 7px; }
  .svp-final-cta { padding: 65px 0; }
  .svp-final-cta::after { font-size: 145px; }
}

