:root {
  --sv-blue: #154d80;
  --sv-blue-deep: #0f3d67;
  --sv-blue-bright: #2d7fbd;
  --sv-aqua: #71bfd0;
  --sv-orange: #f16b00;
  --sv-ink: #17334e;
  --sv-muted: #657687;
  --sv-line: rgba(21, 77, 128, 0.14);
  --sv-surface: rgba(255, 255, 255, 0.78);
  --sv-shadow: 0 24px 64px rgba(35, 68, 101, 0.11);
}

body.sensovisc-page {
  padding-bottom: 0;
  color: var(--sv-ink);
}

body.sensovisc-page .header__nav-link.is-current {
  color: var(--sv-blue-bright);
}

.sv-main {
  overflow: hidden;
}

.sv-hero {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1580px;
  min-height: 760px;
  margin: 16px auto 0;
  padding: 154px 64px 64px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  background: #fff7ed;
  box-shadow: var(--sv-shadow);
}

.sv-hero__image {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sv-hero__veil {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.99) 0%, rgba(255, 250, 244, 0.97) 33%, rgba(255, 250, 244, 0.72) 49%, rgba(255, 250, 244, 0.08) 73%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(244, 249, 253, 0.18));
}

.sv-hero__copy {
  width: min(660px, 52%);
}

.sv-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 45px;
  color: #788797;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}

.sv-breadcrumb a {
  transition: color 240ms ease;
}

.sv-breadcrumb a:hover {
  color: var(--sv-orange);
}

.sv-eyebrow,
.sv-section__label {
  color: var(--sv-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sv-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
}

.sv-eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--sv-orange);
}

.sv-hero h1 {
  margin-top: 15px;
  color: var(--sv-blue);
  font-family: 'Poppins', sans-serif;
  font-size: clamp(68px, 7.4vw, 116px);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.sv-hero__lead {
  max-width: 590px;
  margin-top: 30px;
  color: #42576a;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.62;
}

.sv-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.sv-hero__facts span {
  min-height: 92px;
  padding: 17px 16px;
  border: 1px solid rgba(21, 77, 128, 0.12);
  border-radius: 17px;
  color: #6a7886;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(12px);
}

.sv-hero__facts strong {
  display: block;
  margin-bottom: 4px;
  color: var(--sv-blue);
  font-family: 'Tinos', serif;
  font-size: 19px;
  line-height: 1.1;
}

.sv-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.sv-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: 'Tinos', serif;
  font-size: 16px;
  font-weight: 700;
  transition:
    color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sv-button span {
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.sv-button:hover,
.sv-button:focus-visible {
  outline: none;
  transform: translateY(-3px);
}

.sv-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #174f87, #2f83c3);
  box-shadow: 0 14px 28px rgba(25, 89, 145, 0.2);
}

.sv-button--primary:hover,
.sv-button--primary:focus-visible {
  box-shadow: 0 18px 34px rgba(25, 89, 145, 0.3);
}

.sv-button--ghost {
  border-color: rgba(21, 77, 128, 0.28);
  color: var(--sv-blue);
  background: rgba(255, 255, 255, 0.52);
}

.sv-button--ghost:hover,
.sv-button--ghost:focus-visible {
  border-color: var(--sv-blue);
  background: #fff;
}

.sv-hero__badge {
  position: absolute;
  right: 38px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 22px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 18px;
  color: #fff;
  background: rgba(18, 69, 111, 0.9);
  box-shadow: 0 16px 34px rgba(18, 69, 111, 0.2);
  backdrop-filter: blur(12px);
}

.sv-hero__badge strong {
  font-family: 'Tinos', serif;
  font-size: 42px;
  line-height: 1;
}

.sv-hero__badge span {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  line-height: 1.35;
}

.sv-trust,
.sv-section,
.sv-disclaimer,
.sv-cta {
  width: calc(100% - 128px);
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.sv-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.sv-trust article {
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 14px 34px rgba(33, 65, 94, 0.07);
}

.sv-trust article > span {
  display: block;
  margin-bottom: 14px;
  color: var(--sv-orange);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.sv-trust strong,
.sv-trust small {
  display: block;
}

.sv-trust strong {
  color: var(--sv-blue);
  font-size: 18px;
  line-height: 1.2;
}

.sv-trust small {
  margin-top: 8px;
  color: var(--sv-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.sv-section {
  padding-top: 104px;
  scroll-margin-top: 110px;
}

.sv-section h2,
.sv-cta h2 {
  color: var(--sv-blue-deep);
  font-family: 'Tinos', serif;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.sv-section h2 em {
  color: var(--sv-orange);
  font-style: normal;
}

.sv-section__copy > p:not(.sv-section__label),
.sv-section__header p,
.sv-mechanism__copy > p:not(.sv-section__label),
.sv-quality__copy > p:not(.sv-section__label) {
  color: var(--sv-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

.sv-section__label {
  margin-bottom: 15px;
}

.sv-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 80px;
}

.sv-overview h2 {
  max-width: 620px;
}

.sv-overview .sv-section__copy > p:not(.sv-section__label) {
  max-width: 620px;
  margin-top: 22px;
}

.sv-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.sv-check-list li {
  position: relative;
  min-height: 62px;
  padding: 14px 14px 14px 48px;
  border: 1px solid var(--sv-line);
  border-radius: 15px;
  color: #36536d;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.48);
}

.sv-check-list li::before {
  content: '✓';
  position: absolute;
  left: 15px;
  top: 50%;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sv-orange);
  transform: translateY(-50%);
}

.sv-product-stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 32px;
  background:
    radial-gradient(circle at 65% 40%, rgba(91, 174, 205, 0.24), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(232, 244, 250, 0.58));
  box-shadow: var(--sv-shadow);
}

.sv-product-stage__halo {
  position: absolute;
  top: 12%;
  right: 12%;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(45, 127, 189, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(45, 127, 189, 0.035), 0 0 0 80px rgba(241, 107, 0, 0.025);
}

.sv-product-stage > img {
  position: absolute;
  right: -6%;
  bottom: 80px;
  width: 94%;
  max-width: none;
  filter: drop-shadow(0 28px 24px rgba(27, 65, 98, 0.18));
  transform: rotate(-2deg);
}

.sv-product-stage figcaption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  color: var(--sv-blue);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}

.sv-product-stage figcaption strong {
  font-size: 24px;
}

.sv-product-stage figcaption span {
  max-width: 240px;
  color: var(--sv-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  text-align: right;
}

.sv-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.sv-section__header h2 {
  max-width: 800px;
}

.sv-section__header p:not(.sv-section__label) {
  max-width: 680px;
  margin-top: 16px;
}

.sv-section__counter {
  flex: 0 0 auto;
  padding: 12px 17px;
  border: 1px solid var(--sv-line);
  border-radius: 999px;
  color: var(--sv-blue);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.5);
}

.sv-variant-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.sv-variant {
  --dose-color: #2f82bd;
  grid-column: span 2;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 500px;
  padding: 20px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid color-mix(in srgb, var(--dose-color) 22%, white);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 15px 38px rgba(35, 68, 101, 0.08);
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sv-variant:nth-child(4) {
  grid-column: 2 / span 2;
}

.sv-variant:hover {
  box-shadow: 0 22px 48px color-mix(in srgb, var(--dose-color) 13%, rgba(35, 68, 101, 0.08));
  transform: translateY(-5px);
}

.sv-variant--75 { --dose-color: #1683bc; }
.sv-variant--60 { --dose-color: #7560a9; }
.sv-variant--40 { --dose-color: #e15057; }
.sv-variant--32 { --dose-color: #f27634; }
.sv-variant--20 { --dose-color: #a7bf00; }

.sv-variant__visual {
  height: 170px;
  overflow: hidden;
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, color-mix(in srgb, var(--dose-color) 10%, white));
}

.sv-variant__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sv-variant:hover .sv-variant__visual img {
  transform: scale(1.035);
}

.sv-variant__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 21px;
}

.sv-variant__top strong {
  color: var(--dose-color);
  font-family: 'Tinos', serif;
  font-size: 36px;
  line-height: 1;
}

.sv-variant__top span {
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--dose-color);
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 600;
  background: color-mix(in srgb, var(--dose-color) 10%, white);
}

.sv-variant > p {
  min-height: 62px;
  margin-top: 12px;
  color: var(--sv-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 1.55;
}

.sv-variant dl {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid var(--sv-line);
}

.sv-variant dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
}

.sv-variant dt {
  color: #8593a1;
}

.sv-variant dd {
  color: #36536d;
  font-weight: 600;
}

.sv-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 15px 38px rgba(35, 68, 101, 0.07);
}

.sv-table-wrap:focus-visible {
  outline: 2px solid var(--sv-blue-bright);
  outline-offset: 3px;
}

.sv-table-wrap table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
}

.sv-table-wrap th,
.sv-table-wrap td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--sv-line);
  text-align: left;
  white-space: nowrap;
}

.sv-table-wrap th {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--sv-blue);
}

.sv-table-wrap td {
  color: #53687a;
  font-size: 11px;
}

.sv-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.sv-table-wrap tbody tr:hover td {
  background: rgba(235, 245, 250, 0.58);
}

.sv-table-wrap td:first-child {
  color: var(--sv-blue);
  font-weight: 600;
}

.sv-dose-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: #1683bc;
}

.sv-dose-dot--60 { background: #7560a9; }
.sv-dose-dot--40 { background: #e15057; }
.sv-dose-dot--32 { background: #f27634; }
.sv-dose-dot--20 { background: #a7bf00; }

.sv-table-note {
  margin-top: 12px;
  color: #7b8996;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
}

.sv-mechanism {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  align-items: center;
  gap: 64px;
}

.sv-mechanism__visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  box-shadow: var(--sv-shadow);
}

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

.sv-mechanism__copy > p:not(.sv-section__label) {
  margin-top: 22px;
}

.sv-mechanism__points {
  display: grid;
  gap: 11px;
  margin-top: 28px;
}

.sv-mechanism__points article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 15px;
  border: 1px solid var(--sv-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.48);
}

.sv-mechanism__points article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  background: linear-gradient(135deg, var(--sv-blue), var(--sv-blue-bright));
}

.sv-mechanism__points strong {
  color: var(--sv-blue);
  font-size: 16px;
}

.sv-mechanism__points p {
  margin-top: 4px;
  color: var(--sv-muted);
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

.sv-gallery__grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 16px;
}

.sv-gallery__item {
  position: relative;
  grid-column: span 2;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 68, 101, 0.1);
  cursor: zoom-in;
  transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sv-gallery__item:hover,
.sv-gallery__item:focus-visible {
  outline: none;
  box-shadow: 0 22px 46px rgba(35, 68, 101, 0.17);
  transform: translateY(-5px);
}

.sv-gallery__item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sv-gallery__item:hover img,
.sv-gallery__item:focus-visible img {
  transform: scale(1.025);
}

.sv-gallery__item span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 600;
  background: rgba(17, 57, 92, 0.84);
  backdrop-filter: blur(8px);
}

.sv-quality {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 70px;
}

.sv-quality__product {
  display: grid;
  min-height: 440px;
  place-items: center;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 52% 50%, rgba(90, 171, 204, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.56);
  box-shadow: var(--sv-shadow);
}

.sv-quality__product img {
  width: 82%;
  filter: drop-shadow(0 24px 20px rgba(35, 68, 101, 0.18));
}

.sv-spec-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--sv-line);
}

.sv-spec-list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--sv-line);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.sv-spec-list dt {
  color: #8795a2;
}

.sv-spec-list dd {
  color: #35526c;
  font-weight: 500;
}

.sv-disclaimer {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  margin-top: 86px;
  padding: 24px 28px;
  border: 1px solid rgba(241, 107, 0, 0.18);
  border-radius: 20px;
  background: rgba(255, 247, 238, 0.72);
}

.sv-disclaimer > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-family: 'Tinos', serif;
  font-size: 24px;
  font-style: italic;
  background: var(--sv-orange);
}

.sv-disclaimer strong {
  color: var(--sv-blue-deep);
  font-size: 18px;
}

.sv-disclaimer p {
  margin-top: 6px;
  color: #6e7881;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  line-height: 1.65;
}

.sv-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 32px;
  margin-bottom: 92px;
  padding: 48px 54px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(113, 191, 208, 0.32), transparent 30%),
    linear-gradient(135deg, #113e68, #1e659b);
  box-shadow: 0 26px 60px rgba(20, 70, 111, 0.22);
}

.sv-cta .sv-section__label {
  color: #ffb16d;
}

.sv-cta h2 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(34px, 3.4vw, 52px);
}

.sv-cta p:not(.sv-section__label) {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}

.sv-button--light {
  flex: 0 0 auto;
  color: var(--sv-blue);
  background: #fff;
  box-shadow: 0 14px 30px rgba(3, 27, 48, 0.2);
}

.sv-footer {
  display: grid;
  width: 100%;
  padding: 44px max(40px, calc((100% - 1440px) / 2));
  grid-template-columns: 230px minmax(240px, 1fr) auto auto;
  align-items: center;
  gap: 34px;
  color: #6e7b88;
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(21, 77, 128, 0.1);
}

.sv-footer img {
  width: 210px;
}

.sv-footer p,
.sv-footer span,
.sv-footer nav {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
}

.sv-footer nav {
  display: flex;
  gap: 18px;
  color: var(--sv-blue);
  font-weight: 500;
}

.sv-lightbox {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  display: grid;
  padding: 38px;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  background: rgba(8, 25, 41, 0.86);
  backdrop-filter: blur(12px);
  transition: opacity 260ms ease, visibility 260ms ease;
}

.sv-lightbox.is-open {
  visibility: visible;
  opacity: 1;
}

.sv-lightbox img {
  max-width: min(920px, 92vw);
  max-height: 88vh;
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  transform: scale(0.97);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sv-lightbox.is-open img {
  transform: scale(1);
}

.sv-lightbox__close {
  position: absolute;
  top: 22px;
  right: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.sv-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 760ms ease var(--sv-reveal-delay, 0ms),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1) var(--sv-reveal-delay, 0ms);
}

.sv-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.sv-lightbox-open {
  overflow: hidden;
}

@media (max-width: 1280px) {
  .sv-hero {
    width: calc(100% - 48px);
    padding-right: 42px;
    padding-left: 42px;
  }

  .sv-trust,
  .sv-section,
  .sv-disclaimer,
  .sv-cta {
    width: calc(100% - 80px);
  }

  .sv-overview,
  .sv-mechanism,
  .sv-quality {
    gap: 42px;
  }

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

  .sv-variant {
    grid-column: span 2;
  }

  .sv-variant:nth-child(4) {
    grid-column: span 2;
  }

  .sv-variant:nth-child(5) {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 992px) {
  .sv-hero {
    min-height: 930px;
    padding: 140px 36px 390px;
  }

  .sv-hero__image {
    top: auto;
    width: 100%;
    height: 430px;
    object-position: 62% center;
  }

  .sv-hero__veil {
    background: linear-gradient(180deg, rgba(255, 250, 244, 0.99) 0%, rgba(255, 250, 244, 0.97) 58%, rgba(255, 250, 244, 0.18) 82%, rgba(255, 250, 244, 0.02) 100%);
  }

  .sv-hero__copy {
    width: 100%;
  }

  .sv-hero__badge {
    right: 22px;
    bottom: 22px;
  }

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

  .sv-overview,
  .sv-mechanism,
  .sv-quality {
    grid-template-columns: 1fr;
  }

  .sv-product-stage {
    min-height: 500px;
  }

  .sv-mechanism__copy {
    order: -1;
  }

  .sv-gallery__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sv-gallery__item {
    grid-column: span 2;
  }

  .sv-gallery__item:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .sv-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .sv-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .sv-hero {
    width: calc(100% - 32px);
    min-height: 930px;
    margin-top: 16px;
    padding: 26px 20px 345px;
    border-radius: 20px;
  }

  .sv-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 9px;
  }

  .sv-eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .sv-hero h1 {
    margin-top: 14px;
    font-size: 49px;
    letter-spacing: -0.06em;
  }

  .sv-hero__lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  .sv-hero__facts {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .sv-hero__facts span {
    min-height: 0;
    padding: 12px 14px;
  }

  .sv-hero__facts strong {
    font-size: 17px;
  }

  .sv-hero__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 22px;
  }

  .sv-button {
    width: 100%;
    min-height: 52px;
  }

  .sv-hero__image {
    height: 360px;
  }

  .sv-hero__badge {
    right: 12px;
    bottom: 12px;
    padding: 12px 15px;
  }

  .sv-hero__badge strong {
    font-size: 32px;
  }

  .sv-trust,
  .sv-section,
  .sv-disclaimer,
  .sv-cta {
    width: calc(100% - 32px);
  }

  .sv-trust {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .sv-trust article {
    min-height: 0;
    padding: 18px;
  }

  .sv-section {
    padding-top: 72px;
  }

  .sv-section h2,
  .sv-cta h2 {
    font-size: 38px;
  }

  .sv-check-list {
    grid-template-columns: 1fr;
  }

  .sv-product-stage {
    min-height: 350px;
    border-radius: 22px;
  }

  .sv-product-stage > img {
    right: -12%;
    bottom: 82px;
    width: 118%;
  }

  .sv-product-stage figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    align-items: flex-start;
    flex-direction: column;
  }

  .sv-product-stage figcaption span {
    text-align: left;
  }

  .sv-section__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .sv-variant-grid {
    grid-template-columns: 1fr;
  }

  .sv-variant,
  .sv-variant:nth-child(4),
  .sv-variant:nth-child(5) {
    grid-column: auto;
  }

  .sv-variant {
    min-height: 480px;
  }

  .sv-mechanism,
  .sv-quality {
    gap: 30px;
  }

  .sv-mechanism__visual,
  .sv-quality__product {
    border-radius: 22px;
  }

  .sv-quality__product {
    min-height: 320px;
  }

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

  .sv-gallery__item,
  .sv-gallery__item:nth-child(4) {
    grid-column: auto;
    border-radius: 15px;
  }

  .sv-gallery__item:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 5px);
    justify-self: center;
  }

  .sv-spec-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .sv-disclaimer {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    margin-top: 62px;
    padding: 18px;
  }

  .sv-disclaimer > span {
    width: 38px;
    height: 38px;
  }

  .sv-cta {
    margin-bottom: 60px;
    padding: 32px 24px;
    border-radius: 22px;
  }

  .sv-footer {
    padding: 34px 22px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sv-footer nav {
    flex-wrap: wrap;
  }

  .sv-lightbox {
    padding: 16px;
  }

  .sv-lightbox__close {
    top: 12px;
    right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-reveal,
  .sv-button,
  .sv-variant,
  .sv-variant__visual img,
  .sv-gallery__item,
  .sv-gallery__item img,
  .sv-lightbox,
  .sv-lightbox img {
    transition-duration: 0.01ms !important;
  }
}

/* =============================================
   PRODUCT IMAGERY + READABILITY REFINEMENT
   ============================================= */
body.sensovisc-page {
  font-size: 16px;
}

.sv-product-stage > img {
  inset: 18px 20px 112px;
  width: calc(100% - 40px);
  height: calc(100% - 130px);
  max-width: none;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 22px 22px rgba(27, 65, 98, 0.18));
  transform: none;
}

.sv-variant {
  min-height: 560px;
  padding: 24px;
}

.sv-variant__visual {
  height: 220px;
  overflow: visible;
  background: transparent;
}

.sv-variant__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 14px rgba(35, 68, 101, 0.16));
}

.sv-variant:hover .sv-variant__visual img {
  transform: scale(1.02);
}

.sv-mechanism__visual img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.sv-gallery__item img {
  object-fit: contain;
}

.sv-quality__product img {
  width: 88%;
  max-height: 340px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sv-breadcrumb {
  font-size: 14px;
}

.sv-eyebrow,
.sv-section__label {
  font-size: 13px;
}

.sv-hero__facts span {
  font-size: 14px;
  line-height: 1.55;
}

.sv-hero__badge span,
.sv-trust article > span,
.sv-section__counter,
.sv-variant__top span,
.sv-gallery__item span,
.sv-table-note {
  font-size: 13px;
}

.sv-trust small {
  font-size: 14px;
  line-height: 1.55;
}

.sv-section__copy > p:not(.sv-section__label),
.sv-section__header p,
.sv-mechanism__copy > p:not(.sv-section__label),
.sv-quality__copy > p:not(.sv-section__label) {
  font-size: 16px;
  line-height: 1.72;
}

.sv-check-list li {
  font-size: 15px;
  line-height: 1.5;
}

.sv-product-stage figcaption span {
  font-size: 14px;
  line-height: 1.45;
}

.sv-variant > p {
  min-height: 76px;
  font-size: 15px;
  line-height: 1.55;
}

.sv-variant dl div {
  font-size: 13px;
}

.sv-table-wrap th {
  font-size: 13px;
}

.sv-table-wrap td {
  font-size: 14px;
}

.sv-mechanism__points article > span {
  font-size: 12px;
}

.sv-mechanism__points p {
  font-size: 14px;
  line-height: 1.55;
}

.sv-spec-list div {
  font-size: 15px;
  line-height: 1.55;
}

.sv-disclaimer p {
  font-size: 14px;
  line-height: 1.6;
}

.sv-cta p:not(.sv-section__label) {
  font-size: 16px;
  line-height: 1.55;
}

.sv-footer p,
.sv-footer span,
.sv-footer nav {
  font-size: 13px;
}

@media (max-width: 700px) {
  .sv-breadcrumb {
    font-size: 13px;
  }

  .sv-eyebrow {
    font-size: 12px;
  }

  .sv-hero__lead {
    font-size: 16px;
  }

  .sv-product-stage > img {
    inset: 14px 12px 126px;
    width: calc(100% - 24px);
    height: calc(100% - 140px);
  }

  .sv-variant {
    min-height: 550px;
  }

  .sv-variant__visual {
    height: 210px;
  }
}

/* =============================================
   PREMIUM INTERACTION + READABILITY PASS
   ============================================= */
body.sensovisc-page .sv-hero__lead {
  font-size: clamp(19px, 1.48vw, 23px);
}

.sv-button {
  min-height: 62px;
  padding: 0 10px 0 26px;
  gap: 20px;
  font-size: 18px;
}

.sv-button__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
}

.sv-button__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), background-color 360ms ease;
}

.sv-button__icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-button--ghost .sv-button__icon {
  background: rgba(21, 77, 128, 0.08);
}

.sv-button--light .sv-button__icon {
  background: #eaf3f8;
}

.sv-button:hover .sv-button__icon,
.sv-button:focus-visible .sv-button__icon {
  background: rgba(255, 255, 255, 0.28);
  transform: scale(1.08) rotate(-4deg);
}

.sv-button--ghost:hover .sv-button__icon,
.sv-button--ghost:focus-visible .sv-button__icon,
.sv-button--light:hover .sv-button__icon,
.sv-button--light:focus-visible .sv-button__icon {
  background: rgba(241, 107, 0, 0.12);
}

.sv-trust {
  gap: 20px;
  margin-top: 34px;
}

.sv-trust article {
  --trust-accent: #147eb5;
  position: relative;
  display: flex;
  min-height: 205px;
  padding: 26px 24px 24px;
  overflow: hidden;
  flex-direction: column;
  border-color: color-mix(in srgb, var(--trust-accent) 20%, white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), color-mix(in srgb, var(--trust-accent) 8%, white));
  box-shadow: 0 20px 48px color-mix(in srgb, var(--trust-accent) 10%, rgba(31, 61, 91, 0.08));
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease, border-color 420ms ease;
}

.sv-trust article:nth-child(2) { --trust-accent: #5366b4; }
.sv-trust article:nth-child(3) { --trust-accent: #e87421; }
.sv-trust article:nth-child(4) { --trust-accent: #d75b45; }

.sv-trust article::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--trust-accent), color-mix(in srgb, var(--trust-accent) 48%, white));
}

.sv-trust article::after {
  content: '';
  position: absolute;
  right: -38px;
  bottom: -54px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--trust-accent) 10%, transparent);
  filter: blur(2px);
}

.sv-trust article:hover {
  border-color: color-mix(in srgb, var(--trust-accent) 34%, white);
  box-shadow: 0 28px 58px color-mix(in srgb, var(--trust-accent) 18%, rgba(31, 61, 91, 0.08));
  transform: translateY(-7px);
}

.sv-trust article > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 0 22px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(145deg, var(--trust-accent), color-mix(in srgb, var(--trust-accent) 70%, white));
  box-shadow: 0 10px 22px color-mix(in srgb, var(--trust-accent) 28%, transparent);
}

.sv-trust strong,
.sv-trust small {
  position: relative;
  z-index: 1;
}

.sv-trust strong {
  font-size: 21px;
  line-height: 1.18;
}

.sv-trust small {
  max-width: 310px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.58;
}

.sv-section__copy > p:not(.sv-section__label),
.sv-section__header p,
.sv-mechanism__copy > p:not(.sv-section__label),
.sv-quality__copy > p:not(.sv-section__label) {
  font-size: 18px;
  line-height: 1.7;
}

.sv-breadcrumb {
  font-size: 15px;
}

.sv-eyebrow,
.sv-section__label {
  font-size: 14px;
}

.sv-hero__facts span {
  font-size: 15px;
}

.sv-hero__badge span,
.sv-variant__top span,
.sv-gallery__item span,
.sv-table-note {
  font-size: 14px;
}

.sv-check-list li {
  display: flex;
  min-height: 84px;
  padding: 16px 18px 16px 54px;
  align-items: center;
  font-size: 17px;
  line-height: 1.5;
}

.sv-check-list li::before {
  left: 17px;
  width: 26px;
  height: 26px;
}

.sv-product-stage figcaption span {
  font-size: 15px;
}

.sv-variant {
  min-height: 650px;
  padding: 26px;
}

.sv-variant__visual {
  height: 232px;
}

.sv-variant > p {
  min-height: 84px;
  font-size: 17px;
  line-height: 1.58;
}

.sv-variant dl {
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
}

.sv-variant dl div {
  font-size: 15px;
}

.sv-table-wrap th,
.sv-table-wrap td {
  padding: 21px 22px;
}

.sv-table-wrap th {
  font-size: 15px;
}

.sv-table-wrap td {
  font-size: 16px;
}

.sv-table-note {
  line-height: 1.55;
}

.sv-mechanism__points strong {
  font-size: 18px;
}

.sv-mechanism__points p {
  font-size: 16px;
  line-height: 1.58;
}

.sv-spec-list div {
  grid-template-columns: 170px minmax(0, 1fr);
  padding: 20px 0;
  font-size: 17px;
  line-height: 1.58;
}

.sv-disclaimer strong {
  font-size: 20px;
}

.sv-disclaimer p {
  font-size: 16px;
  line-height: 1.65;
}

.sv-cta p:not(.sv-section__label) {
  font-size: 18px;
  line-height: 1.58;
}

.sv-footer p,
.sv-footer span,
.sv-footer nav {
  font-size: 14px;
}

.sv-quality {
  grid-template-columns: minmax(0, 1.04fr) minmax(460px, 0.96fr);
  gap: 58px;
}

.sv-quality__product {
  position: relative;
  min-height: 520px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.sv-quality__orbit {
  position: absolute;
  z-index: 0;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.75;
  background: radial-gradient(circle, rgba(83, 163, 199, 0.22) 0%, rgba(127, 185, 211, 0.1) 38%, transparent 70%);
  filter: blur(12px);
  animation: sv-quality-pulse 5.8s ease-in-out infinite;
}

.sv-quality__product img {
  position: relative;
  z-index: 1;
  width: 74%;
  max-width: 600px;
  max-height: none;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(0 30px 24px rgba(35, 68, 101, 0.2));
  animation: sv-syringe-float 5.8s ease-in-out infinite;
  will-change: transform;
}

@keyframes sv-syringe-float {
  0%, 100% { transform: translate3d(-1%, 4px, 0) rotate(-2.5deg); }
  50% { transform: translate3d(2%, -14px, 0) rotate(-0.5deg); }
}

@keyframes sv-quality-pulse {
  0%, 100% { opacity: 0.58; transform: scale(0.94); }
  50% { opacity: 0.86; transform: scale(1.04); }
}

@media (max-width: 992px) {
  .sv-quality__product img {
    width: min(560px, 84%);
  }
}

@media (max-width: 700px) {
  body.sensovisc-page .sv-hero__lead {
    font-size: 17px;
  }

  .sv-button {
    min-height: 58px;
    padding-left: 22px;
    font-size: 17px;
  }

  .sv-trust article {
    min-height: 190px;
  }

  .sv-section__copy > p:not(.sv-section__label),
  .sv-section__header p,
  .sv-mechanism__copy > p:not(.sv-section__label),
  .sv-quality__copy > p:not(.sv-section__label) {
    font-size: 17px;
  }

  .sv-check-list li {
    min-height: 76px;
    font-size: 16px;
  }

  .sv-variant {
    min-height: 625px;
  }

  .sv-variant > p {
    min-height: 0;
    font-size: 16px;
  }

  .sv-table-wrap th {
    font-size: 14px;
  }

  .sv-table-wrap td {
    font-size: 15px;
  }

  .sv-spec-list div {
    grid-template-columns: 1fr;
    font-size: 16px;
  }

  .sv-quality__product {
    min-height: 340px;
  }

  .sv-quality__product img {
    width: 90%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-quality__orbit,
  .sv-quality__product img {
    animation: none;
  }
}

/* =============================================
   SENSOVISC LINE — PROMO-INSPIRED PRODUCT CARDS
   ============================================= */
.sv-variant {
  min-height: 620px;
  padding: 24px 24px 26px;
  isolation: isolate;
  border: 1px solid rgba(184, 143, 81, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 14%, color-mix(in srgb, var(--dose-color) 14%, transparent), transparent 26%),
    radial-gradient(circle at 16% 2%, rgba(255, 255, 255, 0.92), transparent 30%),
    linear-gradient(145deg, #fffaf1 0%, #f6ead9 54%, color-mix(in srgb, var(--dose-color) 7%, #fff8ec) 100%);
  box-shadow:
    0 24px 52px rgba(91, 69, 45, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.sv-variant::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 72px;
  left: -25%;
  width: 142%;
  height: 210px;
  border: 1px solid rgba(196, 153, 89, 0.19);
  border-radius: 50%;
  box-shadow:
    0 0 0 12px rgba(255, 255, 255, 0.16),
    0 0 0 26px rgba(196, 153, 89, 0.045),
    0 0 32px rgba(255, 255, 255, 0.72);
  opacity: 0.85;
  transform: rotate(-13deg);
  pointer-events: none;
}

.sv-variant > * {
  position: relative;
  z-index: 1;
}

.sv-variant:hover {
  border-color: color-mix(in srgb, var(--dose-color) 30%, #d8b987);
  box-shadow:
    0 32px 68px color-mix(in srgb, var(--dose-color) 15%, rgba(91, 69, 45, 0.1)),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transform: translateY(-7px);
}

.sv-variant__visual {
  height: 250px;
  margin: -2px -2px 0;
  overflow: visible;
  isolation: isolate;
  border-radius: 0;
  background: transparent;
}

.sv-variant__visual::before {
  content: 'SENSOVISC';
  position: absolute;
  z-index: 3;
  top: 4px;
  left: 2px;
  color: var(--dose-color);
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
}

.sv-variant__visual::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 0;
  width: 112px;
  height: 112px;
  opacity: 0.72;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.98) 0 4px, color-mix(in srgb, var(--dose-color) 34%, transparent) 5px 6px, transparent 7px),
    radial-gradient(circle at 44% 52%, rgba(255, 255, 255, 0.96) 0 9px, color-mix(in srgb, var(--dose-color) 26%, transparent) 10px 11px, transparent 12px),
    radial-gradient(circle at 82% 78%, rgba(255, 255, 255, 0.94) 0 6px, color-mix(in srgb, var(--dose-color) 30%, transparent) 7px 8px, transparent 9px);
  filter: drop-shadow(0 6px 12px rgba(126, 91, 45, 0.12));
}

.sv-variant__visual img {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -2px;
  width: 98%;
  height: 82%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 16px rgba(68, 59, 48, 0.2));
  transform: translateX(-50%);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), filter 650ms ease;
}

.sv-variant:hover .sv-variant__visual img {
  filter: drop-shadow(0 24px 20px rgba(68, 59, 48, 0.24));
  transform: translateX(-50%) translateY(-5px) scale(1.035) rotate(-0.5deg);
}

.sv-variant__top {
  justify-content: flex-start;
  margin-top: 6px;
  gap: 12px;
}

.sv-variant__top strong {
  padding: 9px 18px 10px;
  border: 1px solid color-mix(in srgb, var(--dose-color) 56%, #b88946);
  border-radius: 17px;
  color: var(--dose-color);
  font-size: 38px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.sv-variant__top span {
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
  background: var(--dose-color);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--dose-color) 22%, transparent);
}

.sv-variant > p {
  min-height: 74px;
  margin: 15px 4px 0;
  color: #4f6171;
  font-size: 16px;
  line-height: 1.58;
}

.sv-variant dl {
  gap: 0;
  margin-top: auto;
  padding: 10px 16px;
  border: 1px solid rgba(186, 143, 78, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(8px);
}

.sv-variant dl div {
  min-height: 39px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(148, 112, 65, 0.12);
  font-size: 14px;
}

.sv-variant dl div:last-child {
  border-bottom: 0;
}

.sv-variant dt {
  color: #7f817f;
}

.sv-variant dd {
  color: #294b68;
}

@media (max-width: 700px) {
  .sv-variant {
    min-height: 580px;
    padding: 20px;
    border-radius: 25px;
  }

  .sv-variant__visual {
    height: 225px;
  }

  .sv-variant__visual::before {
    font-size: 22px;
  }

  .sv-variant__top strong {
    padding: 8px 15px 9px;
    font-size: 34px;
  }

  .sv-variant > p {
    min-height: 0;
    font-size: 16px;
  }
}

/* =============================================
   CONTACT FORM MODAL
   ============================================= */
.sv-contact-trigger {
  appearance: none;
  cursor: pointer;
}

.sv-contact-modal {
  position: fixed;
  z-index: 1000002;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
  visibility: hidden;
  overflow-y: auto;
  opacity: 0;
  background: rgba(9, 35, 59, 0.76);
  backdrop-filter: blur(12px);
  transition: opacity 280ms ease, visibility 280ms ease;
}

.sv-contact-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.sv-contact-modal__dialog {
  position: relative;
  width: min(860px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  padding: 48px 54px 52px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 8%, rgba(113, 191, 208, 0.1), transparent 30%),
    linear-gradient(145deg, #f4f7f9, #e9eef3);
  box-shadow: 0 34px 100px rgba(3, 24, 42, 0.32);
  opacity: 0;
  transform: translateY(24px) scale(0.965);
  transition: opacity 350ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sv-contact-modal.is-open .sv-contact-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.sv-contact-modal__dialog h2 {
  margin: 0;
  color: var(--sv-blue);
  font-family: 'Tinos', serif;
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.1;
  text-align: center;
}

.sv-contact-modal__line {
  width: 100%;
  height: 2px;
  margin: 25px 0 32px;
  background: linear-gradient(90deg, transparent, var(--sv-orange) 12%, #ff9a4a 88%, transparent);
}

.sv-contact-modal__close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(21, 77, 128, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  transition: color 260ms ease, background-color 260ms ease, transform 320ms ease;
}

.sv-contact-modal__close span {
  position: absolute;
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: var(--sv-blue);
}

.sv-contact-modal__close span:first-child { transform: rotate(45deg); }
.sv-contact-modal__close span:last-child { transform: rotate(-45deg); }

.sv-contact-modal__close:hover,
.sv-contact-modal__close:focus-visible {
  outline: none;
  background: #fff;
  transform: rotate(90deg);
}

.sv-contact-form {
  display: grid;
  gap: 20px;
}

.sv-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sv-contact-form__row--single {
  grid-template-columns: 1fr;
}

.sv-contact-form label {
  display: block;
  min-width: 0;
}

/* Keep consent copy beside its checkbox instead of inheriting the field-label layout. */
.sv-contact-modal .form-consents {
  gap: 13px;
  padding: 16px 18px;
}

.sv-contact-modal .sv-contact-form .form-consents .form-legal {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.sv-contact-modal .form-consents .form-legal input {
  width: 22px !important;
  height: 22px !important;
  margin: 1px 0 0 !important;
}

.sv-contact-modal .form-consents .form-legal > span {
  display: block;
  min-width: 0;
}

.sv-contact-form input,
.sv-contact-form textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(21, 77, 128, 0.1);
  color: var(--sv-ink);
  font-family: 'Tinos', serif;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  outline: none;
  transition: border-color 260ms ease, background-color 260ms ease, box-shadow 260ms ease;
}

.sv-contact-form input {
  height: 60px;
  padding: 0 24px;
  border-radius: 999px;
}

.sv-contact-form textarea {
  min-height: 132px;
  padding: 18px 24px;
  resize: vertical;
  border-radius: 24px;
}

.sv-contact-form textarea.form-message--compact {
  min-height: 72px;
}

.sv-contact-form input::placeholder,
.sv-contact-form textarea::placeholder {
  color: #7d8794;
  opacity: 1;
}

.sv-contact-form input:focus,
.sv-contact-form textarea:focus {
  border-color: rgba(241, 107, 0, 0.7);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(241, 107, 0, 0.09);
}

.sv-contact-form__submit {
  display: inline-flex;
  min-height: 62px;
  margin: 4px auto 0;
  padding: 6px 7px 6px 27px;
  align-items: center;
  gap: 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-family: 'Tinos', serif;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, #ff5d5d, #ff9c4e);
  box-shadow: 0 14px 30px rgba(241, 107, 0, 0.22);
  cursor: pointer;
  transition: box-shadow 300ms ease, transform 300ms ease;
}

.sv-contact-form__submit span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--sv-orange);
  background: #fff;
}

.sv-contact-form__submit svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-contact-form__submit:hover,
.sv-contact-form__submit:focus-visible {
  outline: none;
  box-shadow: 0 18px 38px rgba(241, 107, 0, 0.3);
  transform: translateY(-2px);
}

.sv-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.sv-contact-modal-open {
  overflow: hidden;
}

@media (max-width: 700px) {
  .sv-contact-modal {
    padding: 12px;
  }

  .sv-contact-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 42px 18px 24px;
    border-radius: 24px;
  }

  .sv-contact-modal__dialog h2 {
    padding: 0 34px;
    font-size: 30px;
  }

  .sv-contact-modal__line {
    margin: 20px 0 24px;
  }

  .sv-contact-modal__close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }

  .sv-contact-form,
  .sv-contact-form__row {
    gap: 14px;
  }

  .sv-contact-modal .form-consents {
    padding: 14px;
  }

  .sv-contact-modal .sv-contact-form .form-consents .form-legal {
    grid-template-columns: 21px minmax(0, 1fr);
    gap: 10px;
    font-size: 14px;
  }

  .sv-contact-modal .form-consents .form-legal input {
    width: 21px !important;
    height: 21px !important;
  }

  .sv-contact-form__row {
    grid-template-columns: 1fr;
  }

  .sv-contact-form input {
    height: 54px;
    padding: 0 19px;
    font-size: 17px;
  }

  .sv-contact-form textarea {
    min-height: 112px;
    padding: 16px 19px;
    font-size: 17px;
  }

  .sv-contact-form__submit {
    min-height: 58px;
    font-size: 17px;
  }

  .sv-contact-form__submit span {
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-contact-modal,
  .sv-contact-modal__dialog {
    transition: none;
  }
}

/* SENSOVISC sets the laptop rhythm; HYACYST sets the wide canvas. */
@media (min-width: 1281px) and (max-width: 1799px) {
  body.sensovisc-page .sv-hero,
  body.hyacyst-page .sv-hero {
    height: 780px;
    min-height: 780px;
  }
}

@media (min-width: 1800px) {
  body.sensovisc-page .sv-hero,
  body.hyacyst-page .sv-hero {
    height: 820px;
    min-height: 820px;
  }
}

/* =============================================
   SENSOVISC — HYACYST WIDE-DESKTOP SCALE
   The compact SENSOVISC layout remains the notebook standard.
   On large displays every key dimension follows the HYACYST canvas.
   ============================================= */
@media (min-width: 1800px) {
  body.sensovisc-page--hy-scale .header__pill,
  body.sensovisc-page--hy-scale .sv-hero {
    width: calc(100% - 80px);
    max-width: 1580px;
  }

  body.sensovisc-page--hy-scale .sv-hero {
    height: 820px;
    min-height: 820px;
    padding: 154px 64px 64px;
    border-radius: 28px;
  }

  body.sensovisc-page--hy-scale .sv-hero__copy {
    width: min(760px, 56%);
  }

  body.sensovisc-page--hy-scale .sv-breadcrumb {
    margin-bottom: 45px;
    font-size: 15px;
  }

  body.sensovisc-page--hy-scale .sv-eyebrow,
  body.sensovisc-page--hy-scale .sv-section__label {
    font-size: 14px;
  }

  body.sensovisc-page--hy-scale .sv-hero h1 {
    margin-top: 17px;
    font-size: 132px;
    line-height: 0.86;
  }

  body.sensovisc-page--hy-scale .sv-hero__lead {
    max-width: 710px;
    margin-top: 30px;
    font-size: 25px;
    line-height: 1.58;
  }

  body.sensovisc-page--hy-scale .sv-hero__facts {
    max-width: 720px;
    gap: 14px;
    margin-top: 34px;
  }

  body.sensovisc-page--hy-scale .sv-hero__facts span {
    min-height: 92px;
    padding: 17px 16px;
    border-radius: 17px;
    font-size: 15px;
  }

  body.sensovisc-page--hy-scale .sv-hero__facts strong {
    font-size: 21px;
  }

  body.sensovisc-page--hy-scale .sv-hero__actions {
    gap: 14px;
    margin-top: 34px;
  }

  body.sensovisc-page--hy-scale .sv-button {
    min-height: 62px;
    font-size: 18px;
  }

  body.sensovisc-page--hy-scale .sv-hero__badge {
    right: 38px;
    bottom: 34px;
    padding: 18px 22px;
    border-radius: 22px;
  }

  body.sensovisc-page--hy-scale .sv-trust,
  body.sensovisc-page--hy-scale .sv-section,
  body.sensovisc-page--hy-scale .sv-disclaimer,
  body.sensovisc-page--hy-scale .sv-cta {
    width: calc(100% - 128px);
    max-width: 1440px;
  }

  body.sensovisc-page--hy-scale .sv-trust {
    gap: 18px;
    margin-top: 34px;
  }

  body.sensovisc-page--hy-scale .sv-trust article {
    min-height: 188px;
    padding: 30px 28px 26px;
    border-radius: 25px;
  }

  body.sensovisc-page--hy-scale .sv-trust article > span {
    margin-bottom: 18px;
  }

  body.sensovisc-page--hy-scale .sv-trust strong {
    font-size: 22px;
  }

  body.sensovisc-page--hy-scale .sv-trust small {
    font-size: 16px;
    line-height: 1.58;
  }

  body.sensovisc-page--hy-scale .sv-section {
    padding-top: 132px;
    scroll-margin-top: 118px;
  }

  body.sensovisc-page--hy-scale .sv-section h2,
  body.sensovisc-page--hy-scale .sv-cta h2 {
    font-size: 62px;
  }

  body.sensovisc-page--hy-scale .sv-section__copy > p:not(.sv-section__label),
  body.sensovisc-page--hy-scale .sv-section__header p,
  body.sensovisc-page--hy-scale .sv-mechanism__copy > p:not(.sv-section__label),
  body.sensovisc-page--hy-scale .sv-quality__copy > p:not(.sv-section__label) {
    font-size: 18px;
    line-height: 1.7;
  }

  body.sensovisc-page--hy-scale .sv-overview {
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    gap: 76px;
  }

  body.sensovisc-page--hy-scale .sv-product-stage {
    min-height: 560px;
  }

  body.sensovisc-page--hy-scale .sv-section__header {
    gap: 40px;
    margin-bottom: 46px;
  }

  body.sensovisc-page--hy-scale .sv-variant-grid {
    gap: 20px;
  }

  body.sensovisc-page--hy-scale .sv-variant {
    min-height: 650px;
    padding: 26px 26px 28px;
  }

  body.sensovisc-page--hy-scale .sv-variant__visual {
    height: 260px;
  }

  body.sensovisc-page--hy-scale .sv-table-wrap th,
  body.sensovisc-page--hy-scale .sv-table-wrap td {
    padding: 22px 24px;
  }

  body.sensovisc-page--hy-scale .sv-mechanism {
    grid-template-columns: minmax(0, 1.08fr) minmax(470px, 0.92fr);
    gap: 76px;
  }

  body.sensovisc-page--hy-scale .sv-mechanism__points article {
    padding: 18px;
    border-radius: 18px;
  }

  body.sensovisc-page--hy-scale .sv-quality {
    grid-template-columns: minmax(0, 1.04fr) minmax(500px, 0.96fr);
    gap: 76px;
  }

  body.sensovisc-page--hy-scale .sv-quality__product {
    min-height: 560px;
  }

  body.sensovisc-page--hy-scale .sv-disclaimer {
    margin-top: 96px;
    padding: 28px 32px;
  }

  body.sensovisc-page--hy-scale .sv-cta {
    margin-top: 38px;
    margin-bottom: 104px;
    padding: 54px 60px;
  }
}

/* SENSOVISC mechanism — vertical editorial composition */
@media (min-width: 961px) {
  body.sensovisc-page .sv-mechanism {
    grid-template-columns: minmax(430px, 0.86fr) minmax(0, 1.14fr);
    align-items: stretch;
    gap: clamp(48px, 4vw, 72px);
  }

  body.sensovisc-page .sv-mechanism__visual {
    min-height: 620px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.92), rgba(231, 242, 250, 0.82));
    box-shadow:
      0 28px 64px rgba(30, 72, 108, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  body.sensovisc-page .sv-mechanism__visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }

  body.sensovisc-page .sv-mechanism__copy {
    align-self: center;
  }
}

@media (min-width: 1800px) {
  body.sensovisc-page--hy-scale .sv-mechanism {
    grid-template-columns: minmax(500px, 0.86fr) minmax(0, 1.14fr);
    gap: 72px;
  }

  body.sensovisc-page--hy-scale .sv-mechanism__visual {
    min-height: 690px;
    border-radius: 32px;
  }
}

@media (max-width: 960px) {
  body.sensovisc-page .sv-mechanism__visual {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  body.sensovisc-page .sv-mechanism__visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }
}

/* Center hero actions between the fact cards and the lower hero edge. */
@media (min-width: 993px) {
  body.sensovisc-page .sv-hero__copy {
    display: flex;
    height: calc(100% + 64px);
    flex-direction: column;
  }

  body.sensovisc-page .sv-hero__actions {
    margin-top: auto;
    margin-bottom: auto;
  }
}
