.shv1,
.shv1 * {
  box-sizing: border-box;
}

.shv1 {
  --sh-blue: #1a9fff;
  --sh-blue-bright: #66c0f4;
  --sh-yellow: #ffe83d;
  --sh-night: #07111d;
  --sh-night-2: #0c1826;
  --sh-night-3: #122237;
  --sh-paper: #f4f7fb;
  --sh-white: #ffffff;
  --sh-ink: #091322;
  --sh-muted: #647184;
  --sh-line: #d7e0eb;
  position: relative;
  width: 100%;
  overflow: clip;
  color: var(--sh-ink);
  background: var(--sh-paper);
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}

.shv1 a {
  text-decoration: none !important;
}

.shv1 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.shv1 h1,
.shv1 h2,
.shv1 h3,
.shv1 p {
  margin: 0;
}

.shv1 button {
  font: inherit;
}

.shv1-shell {
  width: min(3000px, calc(100% - clamp(30px, 7vw, 268px)));
  margin-inline: auto;
}

.shv1-section {
  position: relative;
  padding: clamp(70px, 6vw, 126px) 0;
  scroll-margin-top: 110px;
}

.shv1-section--light {
  background:
    linear-gradient(rgba(10, 24, 41, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 24, 41, .035) 1px, transparent 1px),
    linear-gradient(135deg, #fff 0%, #f1f5fa 58%, #fff 100%);
  background-size: 48px 48px, 48px 48px, auto;
}

.shv1-section--white {
  background: #fff;
}

.shv1-section--dark {
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(26, 159, 255, .18), transparent 31%),
    linear-gradient(135deg, var(--sh-night), var(--sh-night-2) 62%, #081523);
}

.shv1-section--dark::after,
.shv1-hero::after,
.shv1-final::after {
  position: absolute;
  top: 34px;
  right: 0;
  width: min(30vw, 620px);
  height: 72px;
  opacity: .55;
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, transparent 0 35%, rgba(26, 159, 255, .8) 35% 35.5%, transparent 35.5% 47%, rgba(255, 255, 255, .18) 47% 47.4%, transparent 47.4%);
}

.shv1-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: end;
  gap: clamp(34px, 4vw, 84px);
  margin-bottom: clamp(32px, 4vw, 68px);
}

.shv1-kicker {
  display: block;
  margin-bottom: 16px;
  color: #2878ed;
  font-size: clamp(13px, .8vw, 17px);
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.shv1-section--dark .shv1-kicker {
  color: var(--sh-blue-bright);
}

.shv1-head h2 {
  max-width: 1050px;
  color: inherit;
  font-size: clamp(36px, 3.35vw, 68px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.045em;
}

.shv1-head h2::after {
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 18px;
  content: "";
  background: var(--sh-yellow);
}

.shv1-head p {
  max-width: 780px;
  color: var(--sh-muted);
  font-size: clamp(16px, 1.05vw, 21px);
  line-height: 1.62;
}

.shv1-section--dark .shv1-head p {
  color: #afbccb;
}

.shv1-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(680px, 56vw, 920px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 16% 16%, rgba(26, 159, 255, .16), transparent 28%),
    linear-gradient(135deg, #03080e, #08131f 64%, #07111d);
}

.shv1-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 52px 52px;
}

.shv1-hero::after {
  top: 0;
  left: 0;
  right: auto;
  width: min(42vw, 780px);
  transform: scaleX(-1);
}

.shv1-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(34px, 4.8vw, 110px);
  min-height: clamp(680px, 56vw, 920px);
  padding: clamp(62px, 7vw, 132px) 0;
}

.shv1-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 900px;
}

.shv1-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
  color: #95a8bc;
  font-size: 14px;
}

.shv1-crumbs a {
  color: var(--sh-blue-bright) !important;
  font-weight: 800;
}

.shv1-new {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(102, 192, 244, .44);
  border-radius: 999px;
  color: #dff4ff;
  background: rgba(26, 159, 255, .11);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shv1-new::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--sh-blue);
  box-shadow: 0 0 0 6px rgba(26, 159, 255, .12);
}

.shv1-hero h1 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(45px, 4.2vw, 82px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.052em;
}

.shv1-hero__lead {
  max-width: 790px;
  margin-top: 25px !important;
  color: #d2dbe7;
  font-size: clamp(18px, 1.35vw, 25px);
  line-height: 1.53;
}

.shv1-hero__note {
  max-width: 720px;
  margin-top: 18px !important;
  color: #91a5ba;
  font-size: clamp(14px, .9vw, 17px);
  line-height: 1.55;
}

.shv1-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.shv1-btn {
  min-height: 58px;
  padding: 0 25px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: rgba(255, 255, 255, .035);
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.shv1-btn:hover {
  border-color: rgba(102, 192, 244, .72);
  background: rgba(26, 159, 255, .1);
  transform: translateY(-2px);
}

.shv1-btn--primary {
  border-color: var(--sh-yellow);
  color: #08111f !important;
  background: var(--sh-yellow);
}

.shv1-btn--primary:hover {
  border-color: #fff16a;
  background: #fff16a;
}

.shv1-btn--blue {
  border-color: var(--sh-blue);
  background: var(--sh-blue);
}

.shv1-btn--blue:hover {
  border-color: var(--sh-blue-bright);
  background: #238ed9;
}

.shv1-hero__media {
  position: relative;
  z-index: 2;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: clamp(18px, 1.8vw, 34px);
  overflow: hidden;
  background: #d9c39b;
  box-shadow: 0 38px 110px rgba(0, 0, 0, .45);
}

.shv1-hero__media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.shv1-hero__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.shv1-hero__caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: #fff;
  background: rgba(4, 12, 22, .8);
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.shv1-proof {
  position: relative;
  z-index: 4;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  background: #091523;
}

.shv1-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shv1-proof__item {
  min-height: 92px;
  padding: 20px clamp(18px, 2vw, 40px);
  border-right: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  gap: 15px;
  color: #d9e3ed;
  font-size: clamp(14px, .9vw, 18px);
  font-weight: 800;
}

.shv1-proof__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.shv1-proof__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(102, 192, 244, .38);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--sh-blue-bright);
  background: rgba(26, 159, 255, .1);
  font-size: 15px;
}

.shv1-nav {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid #d7e0eb;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}

.shv1-nav__inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.shv1-nav__inner::-webkit-scrollbar {
  display: none;
}

.shv1-nav a {
  min-height: 64px;
  padding: 0 clamp(14px, 1.35vw, 27px);
  display: inline-flex;
  align-items: center;
  color: #46566a !important;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.shv1-nav a:hover {
  color: #0b1422 !important;
  background: #eef4fa;
}

.shv1-price-preview {
  background: #fff;
}

.shv1-price-preview__bar {
  display: grid;
  grid-template-columns: .75fr 2.25fr;
  align-items: stretch;
  border: 1px solid var(--sh-line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 55px rgba(7, 17, 29, .08);
}

.shv1-price-preview__intro {
  padding: clamp(28px, 2.4vw, 52px);
  color: #fff;
  background: linear-gradient(145deg, #0b1a2a, #122b45);
}

.shv1-price-preview__intro span {
  display: block;
  margin-bottom: 10px;
  color: var(--sh-blue-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.shv1-price-preview__intro h2 {
  color: #fff;
  font-size: clamp(28px, 2.2vw, 46px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -.035em;
}

.shv1-price-preview__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shv1-price-preview__item {
  padding: clamp(26px, 2.2vw, 46px);
  border-left: 1px solid var(--sh-line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.shv1-price-preview__item span {
  color: var(--sh-muted);
  font-size: clamp(13px, .83vw, 16px);
  line-height: 1.4;
}

.shv1-price-preview__item strong {
  color: var(--sh-ink);
  font-size: clamp(19px, 1.2vw, 24px);
  line-height: 1.2;
}

.shv1-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.3vw, 28px);
}

.shv1-card {
  min-height: 260px;
  padding: clamp(26px, 2vw, 42px);
  border: 1px solid var(--sh-line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 40px rgba(7, 17, 29, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.shv1-card:hover {
  border-color: #9ec8ed;
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(7, 17, 29, .11);
}

.shv1-card__num {
  width: 43px;
  height: 43px;
  margin-bottom: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--sh-blue);
  font-size: 13px;
  font-weight: 900;
}

.shv1-card h3 {
  color: var(--sh-ink);
  font-size: clamp(20px, 1.25vw, 27px);
  font-weight: 900;
  line-height: 1.15;
}

.shv1-card p {
  margin-top: 14px !important;
  color: var(--sh-muted);
  font-size: clamp(14px, .9vw, 17px);
  line-height: 1.62;
}

.shv1-device {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
  gap: clamp(38px, 6vw, 120px);
}

.shv1-device__media {
  position: relative;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 22px;
  overflow: hidden;
  background: #20252b;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .33);
}

.shv1-device__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.shv1-device__copy {
  position: relative;
  z-index: 2;
}

.shv1-device__copy h2 {
  max-width: 920px;
  color: #fff;
  font-size: clamp(38px, 3.3vw, 68px);
  font-weight: 900;
  line-height: .99;
  letter-spacing: -.045em;
}

.shv1-device__copy > p {
  max-width: 850px;
  margin-top: 24px !important;
  color: #afbccb;
  font-size: clamp(16px, 1.05vw, 21px);
  line-height: 1.64;
}

.shv1-device__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.shv1-device__item {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
}

.shv1-device__item strong,
.shv1-device__item span {
  display: block;
}

.shv1-device__item strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.shv1-device__item span {
  margin-top: 7px;
  color: #96a9bd;
  font-size: 14px;
  line-height: 1.45;
}

.shv1-wide-media {
  position: relative;
  z-index: 2;
  margin: clamp(42px, 5vw, 92px) 0 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  overflow: hidden;
  background: #02070c;
}

.shv1-wide-media img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.shv1-wide-media figcaption,
.shv1-detail-media figcaption {
  padding: 15px 18px;
  color: #9fb0c3;
  background: #0a1624;
  font-size: 13px;
  line-height: 1.5;
}

.shv1-detail-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.7vw, 32px);
  margin-top: clamp(42px, 5vw, 92px);
}

.shv1-detail-media {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.shv1-detail-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.shv1-symptoms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.2vw, 24px);
}

.shv1-symptom {
  min-height: 235px;
  padding: clamp(24px, 1.8vw, 36px);
  border: 1px solid var(--sh-line);
  border-radius: 15px;
  background: #fff;
}

.shv1-symptom__mark {
  display: inline-flex;
  margin-bottom: 20px;
  color: #2878ed;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.shv1-symptom h3 {
  color: var(--sh-ink);
  font-size: clamp(19px, 1.15vw, 25px);
  font-weight: 900;
  line-height: 1.17;
}

.shv1-symptom p {
  margin-top: 13px !important;
  color: var(--sh-muted);
  font-size: clamp(14px, .86vw, 17px);
  line-height: 1.58;
}

.shv1-table-wrap {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, .035);
}

.shv1-table {
  width: 100%;
  border-collapse: collapse;
}

.shv1-table th,
.shv1-table td {
  padding: clamp(20px, 1.55vw, 31px) clamp(20px, 2.2vw, 46px);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  text-align: left;
  vertical-align: top;
}

.shv1-table tr:last-child td {
  border-bottom: 0;
}

.shv1-table th {
  color: #8fa3b8;
  background: rgba(255, 255, 255, .03);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.shv1-table td:first-child {
  color: #fff;
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 800;
}

.shv1-table td:nth-child(2) {
  color: #aebdcd;
  font-size: clamp(14px, .9vw, 17px);
  line-height: 1.55;
}

.shv1-table td:last-child {
  width: 240px;
  color: var(--sh-blue-bright);
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 900;
  white-space: nowrap;
}

.shv1-price-note {
  position: relative;
  z-index: 2;
  margin-top: 22px !important;
  color: #91a5ba;
  font-size: 14px;
  line-height: 1.55;
}

.shv1-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--sh-line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--sh-line);
}

.shv1-step {
  min-height: 270px;
  padding: clamp(28px, 2.2vw, 46px);
  background: #fff;
}

.shv1-step__num {
  display: block;
  margin-bottom: 42px;
  color: var(--sh-blue);
  font-size: clamp(34px, 2.4vw, 50px);
  font-weight: 900;
  line-height: 1;
}

.shv1-step h3 {
  color: var(--sh-ink);
  font-size: clamp(20px, 1.3vw, 27px);
  font-weight: 900;
  line-height: 1.15;
}

.shv1-step p {
  margin-top: 14px !important;
  color: var(--sh-muted);
  font-size: clamp(14px, .87vw, 17px);
  line-height: 1.58;
}

.shv1-crosslink {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: clamp(32px, 3vw, 60px);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: linear-gradient(125deg, rgba(26, 159, 255, .12), rgba(255, 255, 255, .04));
}

.shv1-crosslink h2 {
  color: #fff;
  font-size: clamp(28px, 2.5vw, 52px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -.035em;
}

.shv1-crosslink p {
  max-width: 920px;
  margin-top: 14px !important;
  color: #aebdcd;
  font-size: clamp(15px, .95vw, 19px);
  line-height: 1.58;
}

.shv1-locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.5vw, 30px);
}

.shv1-location {
  padding: clamp(28px, 2.6vw, 54px);
  border: 1px solid var(--sh-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 17, 29, .06);
}

.shv1-location__num {
  display: block;
  margin-bottom: 28px;
  color: var(--sh-blue);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
}

.shv1-location h3 {
  color: var(--sh-ink);
  font-size: clamp(24px, 1.8vw, 37px);
  font-weight: 900;
  line-height: 1.08;
}

.shv1-location__phone {
  display: inline-block;
  margin-top: 18px;
  color: #2878ed !important;
  font-size: clamp(20px, 1.3vw, 27px);
  font-weight: 900;
}

.shv1-location p {
  margin-top: 13px !important;
  color: var(--sh-muted);
  font-size: 15px;
  line-height: 1.55;
}

.shv1-location__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.shv1-location__actions a {
  min-height: 47px;
  padding: 0 17px;
  border: 1px solid #cbd6e3;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: #1b2a3d !important;
  font-size: 14px;
  font-weight: 850;
}

.shv1-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.shv1-faq details {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
}

.shv1-faq summary {
  position: relative;
  min-height: 76px;
  padding: 20px 52px 20px 24px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(16px, .95vw, 19px);
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.shv1-faq summary::-webkit-details-marker {
  display: none;
}

.shv1-faq summary::after {
  position: absolute;
  right: 22px;
  color: var(--sh-blue-bright);
  content: "+";
  font-size: 25px;
  font-weight: 400;
}

.shv1-faq details[open] summary::after {
  content: "−";
}

.shv1-faq details p {
  padding: 0 24px 24px;
  color: #aebdcd;
  font-size: clamp(14px, .88vw, 17px);
  line-height: 1.62;
}

.shv1-final {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 22%, rgba(26, 159, 255, .22), transparent 33%),
    linear-gradient(135deg, #06101b, #0d1e31);
}

.shv1-final__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
  align-items: center;
  gap: clamp(38px, 6vw, 120px);
  padding: clamp(72px, 7vw, 138px) 0;
}

.shv1-final h2 {
  max-width: 1050px;
  color: #fff;
  font-size: clamp(40px, 4vw, 78px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.048em;
}

.shv1-final p {
  max-width: 850px;
  margin-top: 22px !important;
  color: #aebdcd;
  font-size: clamp(16px, 1.05vw, 21px);
  line-height: 1.62;
}

.shv1-final__actions {
  display: grid;
  gap: 13px;
}

.shv1-final__actions .shv1-btn {
  width: 100%;
  min-height: 62px;
}

.shv1 :focus-visible {
  outline: 3px solid var(--sh-yellow);
  outline-offset: 4px;
}

@media (max-width: 1399px) {
  .shv1-cards,
  .shv1-symptoms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shv1-price-preview__bar {
    grid-template-columns: 1fr;
  }

  .shv1-price-preview__items {
    border-top: 1px solid var(--sh-line);
  }
}

@media (max-width: 1099px) {
  .shv1-hero,
  .shv1-hero__grid {
    min-height: auto;
  }

  .shv1-hero__grid {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-bottom: 72px;
  }

  .shv1-hero__copy {
    max-width: 900px;
  }

  .shv1-hero__media {
    width: 100%;
  }

  .shv1-head,
  .shv1-device,
  .shv1-final__inner {
    grid-template-columns: 1fr;
  }

  .shv1-head {
    align-items: start;
    gap: 22px;
  }

  .shv1-head p {
    max-width: 900px;
  }

  .shv1-device__media {
    order: 2;
  }

  .shv1-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shv1-final__actions {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .shv1-section {
    padding: 64px 0;
  }

  .shv1-hero__grid {
    padding: 52px 0 58px;
  }

  .shv1-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .shv1-actions {
    display: grid;
  }

  .shv1-btn {
    width: 100%;
  }

  .shv1-hero__caption {
    right: 12px;
    bottom: 12px;
    font-size: 11px;
  }

  .shv1-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shv1-proof__item {
    min-height: 82px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .shv1-nav a {
    min-height: 58px;
  }

  .shv1-price-preview__items,
  .shv1-cards,
  .shv1-symptoms,
  .shv1-process,
  .shv1-locations,
  .shv1-faq {
    grid-template-columns: 1fr;
  }

  .shv1-price-preview__item {
    border-top: 1px solid var(--sh-line);
    border-left: 0;
  }

  .shv1-price-preview__item:first-child {
    border-top: 0;
  }

  .shv1-card,
  .shv1-symptom,
  .shv1-step {
    min-height: auto;
  }

  .shv1-device__list {
    grid-template-columns: 1fr;
  }

  .shv1-detail-grid {
    grid-template-columns: 1fr;
  }

  .shv1-table,
  .shv1-table tbody,
  .shv1-table tr,
  .shv1-table td {
    display: block;
    width: 100%;
  }

  .shv1-table thead {
    display: none;
  }

  .shv1-table tr {
    padding: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .shv1-table tr:last-child {
    border-bottom: 0;
  }

  .shv1-table td {
    padding: 0;
    border: 0;
  }

  .shv1-table td + td {
    margin-top: 9px;
  }

  .shv1-table td:last-child {
    width: auto;
    white-space: normal;
  }

  .shv1-step__num {
    margin-bottom: 25px;
  }

  .shv1-crosslink {
    grid-template-columns: 1fr;
  }

  .shv1-final__inner {
    padding: 72px 0;
  }
}

@media (max-width: 460px) {
  .shv1-shell {
    width: calc(100% - 28px);
  }

  .shv1-section {
    padding: 56px 0;
  }

  .shv1-head h2 {
    font-size: 35px;
  }

  .shv1-head h2::after {
    width: 56px;
    height: 3px;
    margin-top: 14px;
  }

  .shv1-hero h1 {
    font-size: 40px;
  }

  .shv1-new {
    font-size: 11px;
  }

  .shv1-proof__grid {
    grid-template-columns: 1fr;
  }

  .shv1-proof__item,
  .shv1-proof__item:first-child {
    min-height: 68px;
    border-right: 0;
    border-left: 0;
  }

  .shv1-hero__caption {
    position: static;
    max-width: none;
    border: 0;
    border-radius: 0;
    background: #0b1826;
    font-size: 11px;
  }

  .shv1-card,
  .shv1-symptom,
  .shv1-location,
  .shv1-crosslink {
    border-radius: 13px;
  }

  .shv1-faq summary {
    min-height: 70px;
    padding-left: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shv1 *,
  .shv1 *::before,
  .shv1 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Steam hardware v2 — approved catalog rhythm and transparent product staging */
.shv2 {
  --sh-radius: clamp(18px, 1.4vw, 28px);
  --sh-shadow: 0 24px 70px rgba(7, 17, 29, .09);
}

.shv2 .shv1-hero {
  min-height: clamp(760px, 50vw, 980px);
  background:
    radial-gradient(circle at 76% 38%, rgba(26, 159, 255, .13), transparent 27%),
    linear-gradient(118deg, #02070d 0%, #07131f 58%, #0b1b2c 100%);
}

.shv2 .shv1-hero__grid {
  grid-template-columns: minmax(0, .96fr) minmax(540px, 1.04fr);
  min-height: clamp(760px, 50vw, 980px);
  gap: clamp(52px, 5vw, 130px);
}

.shv2 .shv1-hero__copy::before {
  display: block;
  width: 92px;
  height: 5px;
  margin-bottom: 28px;
  content: "";
  background: var(--sh-yellow);
}

.shv2 .shv1-hero h1 {
  max-width: 1050px;
  font-size: clamp(52px, 4.35vw, 90px);
}

.shv2 .shv1-hero__media {
  isolation: isolate;
  min-height: clamp(520px, 36vw, 720px);
  border: 1px solid rgba(102, 192, 244, .28);
  border-radius: var(--sh-radius);
  display: grid;
  place-items: center;
  overflow: visible;
  background:
    linear-gradient(rgba(102, 192, 244, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 192, 244, .08) 1px, transparent 1px),
    linear-gradient(145deg, rgba(13, 31, 49, .92), rgba(4, 12, 21, .98));
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: none;
}

.shv2 .shv1-hero__media::before {
  position: absolute;
  z-index: -1;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: calc(var(--sh-radius) - 7px);
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, .025), transparent 46%);
}

.shv2 .shv1-hero__media::after {
  inset: 0;
  border-color: rgba(255, 255, 255, .08);
}

.shv2 .shv1-hero__media > img {
  width: min(88%, 900px);
  max-height: min(31vw, 610px);
  aspect-ratio: auto;
  object-fit: contain;
}

.shv2.shv1--machine .shv1-hero__media > img {
  width: min(68%, 670px);
  max-height: min(35vw, 680px);
}

.shv2-hero__label {
  position: absolute;
  z-index: 3;
  padding: 9px 12px;
  border: 1px solid rgba(102, 192, 244, .38);
  border-radius: 7px;
  color: #dff4ff;
  background: rgba(4, 13, 23, .86);
  font-size: clamp(10px, .68vw, 13px);
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.shv2-hero__label::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  content: "";
  background: var(--sh-blue-bright);
}

.shv2-hero__label--one { top: 12%; left: 7%; }
.shv2-hero__label--two { top: 19%; right: 7%; }
.shv2-hero__label--three { right: 6%; bottom: 17%; }

.shv2 .shv1-hero__caption {
  right: auto;
  bottom: 22px;
  left: 22px;
  border-radius: 7px;
  color: #c9d8e8;
  background: rgba(2, 8, 14, .84);
}

.shv2 .shv1-proof {
  background: #081522;
}

.shv2 .shv1-proof__item {
  min-height: 104px;
}

.shv2 .shv1-price-preview {
  padding-top: clamp(54px, 4.4vw, 86px);
  padding-bottom: clamp(54px, 4.4vw, 86px);
}

.shv2 .shv1-price-preview__bar,
.shv2 .shv1-card,
.shv2 .shv1-process,
.shv2 .shv1-location {
  border-radius: var(--sh-radius);
}

.shv2 .shv1-price-preview__intro {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #07121f, #173b5e);
}

.shv2 .shv1-price-preview__intro::after {
  position: absolute;
  right: -34px;
  bottom: -52px;
  color: rgba(255, 255, 255, .055);
  content: "01";
  font-size: 150px;
  font-weight: 900;
  line-height: 1;
}

.shv2 .shv1-cards {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.shv2 .shv1-card {
  position: relative;
  grid-column: span 3;
  min-height: clamp(285px, 18vw, 370px);
  overflow: hidden;
  box-shadow: var(--sh-shadow);
}

.shv2 .shv1-card::after {
  position: absolute;
  right: -12px;
  bottom: -38px;
  color: rgba(26, 159, 255, .055);
  content: attr(data-card);
  font-size: 130px;
  font-weight: 900;
  line-height: 1;
}

.shv2 .shv1-card:nth-child(1),
.shv2 .shv1-card:nth-child(4) {
  border-color: #c3d7e9;
  background: linear-gradient(145deg, #fff, #edf6fd);
}

.shv2 .shv1-card__num {
  width: auto;
  height: auto;
  margin-bottom: auto;
  border-radius: 0;
  color: var(--sh-blue);
  background: transparent;
  font-size: clamp(38px, 2.7vw, 58px);
  line-height: 1;
}

.shv2 .shv1-card h3,
.shv2 .shv1-card p {
  position: relative;
  z-index: 2;
}

.shv2 .shv1-device {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
}

.shv2 .shv1-device__media {
  border-radius: var(--sh-radius);
}

.shv2 .shv1-device__list {
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, .14);
}

.shv2 .shv1-device__item {
  min-height: 120px;
  border: 0;
  border-radius: 0;
  background: #0b1928;
}

.shv2 .shv1-detail-media,
.shv2 .shv1-wide-media {
  border-radius: var(--sh-radius);
}

.shv2-diagnostic {
  display: grid;
  grid-template-columns: minmax(360px, .65fr) minmax(0, 1.35fr);
  gap: clamp(18px, 1.6vw, 32px);
}

.shv2-diagnostic__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.shv2-diagnostic__tabs button {
  min-height: 104px;
  padding: 17px;
  border: 1px solid var(--sh-line);
  border-radius: 13px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-content: center;
  text-align: left;
  color: var(--sh-ink);
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.shv2-diagnostic__tabs button:hover {
  border-color: #8fc8f1;
  transform: translateY(-2px);
}

.shv2-diagnostic__tabs button[aria-selected="true"] {
  border-color: #173c5f;
  color: #fff;
  background: linear-gradient(135deg, #071624, #14395a);
}

.shv2-diagnostic__tabs button > span {
  grid-row: 1 / 3;
  color: var(--sh-blue);
  font-size: 12px;
  font-weight: 900;
}

.shv2-diagnostic__tabs button[aria-selected="true"] > span {
  color: var(--sh-yellow);
}

.shv2-diagnostic__tabs strong,
.shv2-diagnostic__tabs small {
  display: block;
  min-width: 0;
}

.shv2-diagnostic__tabs strong {
  font-size: clamp(15px, .88vw, 18px);
  line-height: 1.15;
}

.shv2-diagnostic__tabs small {
  margin-top: 5px;
  color: #748297;
  font-size: 12px;
  line-height: 1.2;
}

.shv2-diagnostic__tabs button[aria-selected="true"] small {
  color: #a7bdd2;
}

.shv2-diagnostic__result {
  position: relative;
  isolation: isolate;
  min-height: 448px;
  padding: clamp(34px, 3.4vw, 72px);
  border: 1px solid #173c5f;
  border-radius: var(--sh-radius);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: center;
  gap: clamp(24px, 3vw, 70px);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(102, 192, 244, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 192, 244, .06) 1px, transparent 1px),
    linear-gradient(135deg, #06111d, #102b45);
  background-size: 42px 42px, 42px 42px, auto;
}

.shv2-diagnostic__copy {
  position: relative;
  z-index: 2;
}

.shv2-diagnostic__mark {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--sh-blue-bright);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.shv2-diagnostic__result h3 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(30px, 2.6vw, 54px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
}

.shv2-diagnostic__result p {
  max-width: 760px;
  margin-top: 20px !important;
  color: #b8c8d8;
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1.58;
}

.shv2-diagnostic__result figure {
  position: relative;
  z-index: 1;
  margin: 0;
}

.shv2-diagnostic__result figure img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
}

.shv2.shv1--machine .shv2-diagnostic__result figure img {
  max-height: 360px;
}

.shv2-diagnostic__route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 30px;
}

.shv2-diagnostic__route span {
  min-height: 64px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 9px;
  color: #c7d4e1;
  background: rgba(255, 255, 255, .035);
  font-size: 12px;
  line-height: 1.35;
}

.shv2-diagnostic__route b {
  display: block;
  margin-bottom: 5px;
  color: var(--sh-yellow);
  font-size: 11px;
}

.shv2 .shv1-table-wrap {
  border-radius: var(--sh-radius);
}

.shv2 .shv1-table tbody tr {
  transition: background .2s ease;
}

.shv2 .shv1-table tbody tr:hover {
  background: rgba(26, 159, 255, .07);
}

.shv2 .shv1-process {
  box-shadow: var(--sh-shadow);
}

.shv2 .shv1-step {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.shv2 .shv1-step::after {
  position: absolute;
  right: -8px;
  bottom: -42px;
  color: rgba(26, 159, 255, .06);
  content: attr(data-step);
  font-size: 150px;
  font-weight: 900;
  line-height: 1;
}

.shv2 .shv1-step h3,
.shv2 .shv1-step p {
  position: relative;
  z-index: 2;
}

.shv2 .shv1-crosslink {
  border-radius: var(--sh-radius);
  background:
    linear-gradient(rgba(102, 192, 244, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 192, 244, .06) 1px, transparent 1px),
    linear-gradient(125deg, rgba(26, 159, 255, .16), rgba(255, 255, 255, .035));
  background-size: 44px 44px, 44px 44px, auto;
}

.shv2 .shv1-location {
  position: relative;
  overflow: hidden;
}

.shv2 .shv1-location::after {
  position: absolute;
  right: -12px;
  top: -26px;
  color: rgba(26, 159, 255, .055);
  content: attr(data-branch);
  font-size: 130px;
  font-weight: 900;
  line-height: 1;
}

.shv2 .shv1-final__inner {
  grid-template-columns: minmax(0, 1.22fr) minmax(380px, .78fr);
}

.shv2 .shv1-final__actions {
  width: 100%;
  max-width: 680px;
  justify-self: end;
}

@media (min-width: 2100px) {
  .shv2 .shv1-cards {
    gap: 34px;
  }

  .shv2-diagnostic {
    grid-template-columns: minmax(520px, .6fr) minmax(0, 1.4fr);
  }

  .shv2-diagnostic__tabs button {
    min-height: 122px;
  }
}

@media (max-width: 1399px) {
  .shv2 .shv1-hero__grid {
    grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr);
  }

  .shv2 .shv1-card {
    grid-column: span 6;
  }

  .shv2-diagnostic {
    grid-template-columns: 1fr;
  }

  .shv2-diagnostic__tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .shv2 .shv1-final__inner {
    grid-template-columns: 1fr;
  }

  .shv2 .shv1-final__actions {
    max-width: 820px;
    justify-self: start;
  }
}

@media (max-width: 1099px) {
  .shv2 .shv1-hero,
  .shv2 .shv1-hero__grid {
    min-height: auto;
  }

  .shv2 .shv1-hero__grid,
  .shv2 .shv1-device {
    grid-template-columns: 1fr;
  }

  .shv2 .shv1-hero__media {
    min-height: clamp(430px, 64vw, 650px);
  }

  .shv2 .shv1-hero__media > img,
  .shv2.shv1--machine .shv1-hero__media > img {
    max-height: 510px;
  }
}

@media (max-width: 760px) {
  .shv2 .shv1-hero__copy::before {
    width: 66px;
    height: 4px;
    margin-bottom: 22px;
  }

  .shv2 .shv1-hero__media {
    min-height: clamp(345px, 94vw, 455px);
    overflow: hidden;
  }

  .shv2 .shv1-hero__media > img {
    width: 91%;
    max-height: 330px;
  }

  .shv2.shv1--machine .shv1-hero__media > img {
    width: 64%;
    max-height: 350px;
  }

  .shv2-hero__label {
    padding: 7px 9px;
    font-size: 9px;
  }

  .shv2-hero__label--one { top: 7%; left: 5%; }
  .shv2-hero__label--two { top: 15%; right: 4%; }
  .shv2-hero__label--three { right: 4%; bottom: 18%; }

  .shv2 .shv1-card {
    grid-column: 1 / -1;
    min-height: 255px;
  }

  .shv2-diagnostic__tabs {
    display: flex;
    gap: 8px;
    margin-inline: -14px;
    padding: 2px 14px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .shv2-diagnostic__tabs::-webkit-scrollbar {
    display: none;
  }

  .shv2-diagnostic__tabs button {
    flex: 0 0 164px;
    min-height: 92px;
    scroll-snap-align: start;
  }

  .shv2-diagnostic__result {
    min-height: 0;
    padding: 27px;
    grid-template-columns: 1fr;
  }

  .shv2-diagnostic__result figure {
    order: -1;
  }

  .shv2-diagnostic__result figure img,
  .shv2.shv1--machine .shv2-diagnostic__result figure img {
    max-height: 240px;
  }

  .shv2-diagnostic__route {
    grid-template-columns: 1fr;
  }

  .shv2-diagnostic__route span {
    min-height: 0;
  }

  .shv2 .shv1-step {
    min-height: 250px;
  }
}

@media (max-width: 460px) {
  .shv2 .shv1-hero__media {
    min-height: 330px;
  }

  .shv2 .shv1-hero__caption {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
    text-align: center;
  }

  .shv2 .shv1-price-preview__bar,
  .shv2 .shv1-card,
  .shv2-diagnostic__result,
  .shv2 .shv1-process,
  .shv2 .shv1-location,
  .shv2 .shv1-crosslink {
    border-radius: 14px;
  }
}
