@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

@font-face {
  font-family: "BankGothic Md BT";
  src: local("BankGothic Md BT"), local("Bank Gothic Medium BT");
  font-display: swap;
}

@font-face {
  font-family: "ActionCondensedGrade1";
  src:
    local("Action Cond Regular Trial Grade 1"),
    url("fonts/action-cond-trial-webfont/ActionCondensedRegular-Grade1-Trial.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ActionCondensedGrade2";
  src:
    local("Action Cond Regular Trial Grade 2"),
    url("fonts/action-cond-trial-webfont/ActionCondensedRegular-Grade2-Trial.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ActionCondensedGrade3";
  src:
    local("Action Cond Regular Trial Grade 3"),
    url("fonts/action-cond-trial-webfont/ActionCondensedRegular-Grade3-Trial.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-root: #020202;
  --color-main: #0d6efd;
  --color-main-dark: #084298;
  --color-main-light: #6ea8fe;
  --color-secondary: #6c757d;
  --color-accent: #ffc107;
  --color-mid: #e9ecef;
  --color-surface: #ffffff;
  --color-text: #1f2933;
  --color-muted: #6b7280;
  --font-main: "Poppins", Arial, sans-serif;
  --font-bank: "BankGothic Md BT", "Arial Narrow", Arial, sans-serif;
  --font-impact: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --font-action:
    "ActionCondensedGrade3", Impact, "Arial Narrow", "Roboto Condensed", Arial,
    sans-serif;
  --font-grade: "ActionCondensedGrade1", "Poppins", Arial, sans-serif;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: var(--font-main);
  color: var(--color-text);
  background: var(--color-root);
}

.page-strip {
  width: 100%;
  height: 42px;
  background-image: url("../img/serit.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}

.page-grid {
  min-height: calc(100vh - 84px);
  min-height: calc(100dvh - 84px);
  background: #020202;
}

.grid-panel {
  min-height: 33.333vh;
  min-height: 33.333dvh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.25rem, 2.2vw, 2.5rem) clamp(1rem, 2.6vw, 3rem);
  color: var(--color-surface);
  border-bottom: 0;
}

.grid-panel h2 {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(2rem, 6vw, 5rem);
  font-weight: 700;
}

.grid-content {
  width: 100%;
}

.grid-content-left {
  max-width: 540px;
}

.protection-banner {
  width: 100%;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 34px 12px;
  color: #020202;
  background: #f8b62d;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 7% 100%);
  font-family: var(--font-bank);
  font-size: clamp(1rem, 1.28vw, 1.42rem);
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.protection-banner span {
  display: block;
  white-space: nowrap;
}

.info-stack {
  display: grid;
  gap: 2.5rem;
  margin-top: 3.5rem;
}

.info-block h3 {
  width: 100%;
  margin: 0 0 9px;
  padding: 4px 13px;
  color: #020202;
  background: linear-gradient(
    90deg,
    #f8b400 0%,
    #ffc21b 42%,
    rgba(248, 180, 0, 0) 100%
  );
  font-family: var(--font-main);
  font-size: clamp(0.98rem, 1.25vw, 1.5rem);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.info-block ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.2rem;
}

.info-block li {
  position: relative;
  padding-left: 14px;
  color: #ffffff;
  font-family: var(--font-main);
  font-size: clamp(0.96rem, 1.5vw, 1.5rem);
  font-weight: 500;
  line-height: 1.08;
}

.info-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 9px;
  height: 9px;
  background-image: url("../img/list-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.info-block p {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-main);
  font-size: clamp(0.96rem, 1.5vw, 1.5rem);
  font-weight: 500;
  line-height: 1.08;
  margin-top: 1.2rem;
}

.grid-panel-main {
  overflow: hidden;
  padding: 2.5rem 1rem;
  background-image: url("../img/1x/grid2-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 0;
}

.center-product {
  position: relative;
  max-width: 730px;
  color: #ffffff;
}

.product-hero {
  position: relative;
  z-index: 2;
  text-align: center;
}

.product-logo {
  margin: 0;
}

.product-logo img {
  width: 100%;
}

.product-middle {
  position: relative;
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 392px;
  margin-top: 10px;
}

.benefit-list {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
}

.benefit-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 2px solid #f8b62d;
}

.benefit-item:last-child {
  border-bottom: 0;
}

.benefit-item img {
  width: 82px;
  height: 82px;
  padding: 13px;
  border: 3px solid #f8b62d;
  border-radius: 50%;
  object-fit: contain;
}

.benefit-item h3 {
  margin: 0;
  font-family: var(--font-action);
  font-size: clamp(1.85rem, 2.45vw, 2.95rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.benefit-item p {
  margin: 2px 0 0;
  color: #f8b62d;
  font-family: var(--font-action);
  font-size: clamp(1.08rem, 1.75vw, 2rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.hand-visual {
  position: relative;
  min-height: 100%;
}

.nano-badge {
  position: absolute;
  right: -2px;
  bottom: 26px;
  width: 110px;
}

.work-flow {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr;
  align-items: center;
  gap: 10px;
  margin: 1rem 0;
  padding: 11px 18px;
  border: 3px solid #f8b62d;
  border-radius: 32px;
  background: rgba(2, 2, 2, 0.88);
}

.flow-step {
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 8px;
}

.flow-step img {
  width: 64px;
  height: 64px;
  padding: 10px;
  border: 3px solid #f8b62d;
  border-radius: 50%;
  object-fit: contain;
}

.flow-step:last-child img {
  border-color: #00aeef;
}

.flow-step p {
  margin: 0;
  font-family: var(--font-action);
  font-size: clamp(0.98rem, 1.75vw, 2rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.flow-step span {
  display: block;
  color: #f8b62d;
  font-size: 0.8em;
}

.flow-arrow {
  width: 32px;
}

.protects-area {
  margin-top: 12px;
  text-align: center;
}

.protects-area h3 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #f8b62d;
  font-family: var(--font-action);
  font-size: clamp(1.3rem, 2vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.protects-area h3::before,
.protects-area h3::after {
  content: "";
  height: 2px;
  background: #f8b62d;
}

.protects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.protects-grid article {
  padding: 0 10px;
  border-right: 2px solid #f8b62d;
}

.protects-grid article:last-child {
  border-right: 0;
}

.protects-grid img {
  height: 64px;
  max-width: 100%;
  object-fit: contain;
}

.protects-grid p {
  margin: 4px 0 0;
  font-family: var(--font-action);
  font-size: clamp(1rem, 1.5vw, 1.75rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.choice-strip {
  margin-top: 10px;
  padding: 4px 12px;
  color: #ffffff;
  background: #f8b62d;
  font-family: var(--font-impact);
  font-size: clamp(1.2rem, 1.45vw, 1.65rem);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.grid-panel-right {
  overflow: visible;
  padding: clamp(0.9rem, 1.35vw, 1.6rem) clamp(0.75rem, 1.1vw, 1.35rem)
    clamp(0.75rem, 0.9vw, 1rem);
  background:
    radial-gradient(
      circle at 55% 18%,
      rgba(255, 255, 255, 0.06),
      transparent 28%
    ),
    #020202;
}

.right-panel {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  max-width: min(560px, 100%);
  color: #ffffff;
}

.right-top {
  display: grid;
  grid-template-columns: 36% 0.82fr;
  align-items: start;
  gap: 18px;
}

.instructions-badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 8px 10px 30px;
  color: #020202;
  background: #f8b62d;
  border-radius: 0 0 9px 9px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 66%,
    80% 79%,
    58% 96%,
    50% 100%,
    42% 96%,
    20% 79%,
    0 66%
  );
  font-family: var(--font-action);
  font-size: clamp(1.95rem, 2.25vw, 2.65rem);
  font-weight: 400;
  -webkit-text-stroke: 0.8px #020202;
  paint-order: stroke fill;
  letter-spacing: 0.02em;
  text-shadow:
    0.45px 0 #020202,
    -0.45px 0 #020202,
    0 0.45px #020202,
    0 -0.45px #020202;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.instructions-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 30%;
  height: 14px;
  background: #f8b62d;
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
  z-index: -1;
}

.right-brand img {
  width: 86%;
  display: block;
  margin-inline: auto;
}

.right-main {
  display: grid;
  grid-template-columns: 36% 1fr;
  margin-top: 12px;
  flex: 0 0 auto;
  min-height: 0;
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 1.5rem;
}

.step-card {
  position: relative;
  width: 88%;
  margin: 0 auto;
}

.step-card strong {
  position: absolute;
  left: -5px;
  bottom: 0px;
  z-index: 2;
  color: #ffffff;
  font-family: var(--font-impact);
  font-size: clamp(2.55rem, 3vw, 3.65rem);
  line-height: 0.8;
  text-shadow:
    -2px -2px 0 #f8b62d,
    2px -2px 0 #f8b62d,
    -2px 2px 0 #f8b62d,
    2px 2px 0 #f8b62d;
}

.step-card img {
  display: flex;
  justify-content: center;
  margin: 0rem auto;
  width: 90%;
  display: block;
  border: 0;
  border-radius: 4px;
  object-fit: cover;
}

.step-card p {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: -5px 0 0 auto;
  padding: 0.75rem 0.25rem;
  padding-left: 1.25rem;
  color: #020202;
  background: #f8b62d;
  clip-path: polygon(
    0 0,
    98% 0,
    100% 18%,
    98% 38%,
    100% 58%,
    98% 100%,
    0 100%,
    2% 70%,
    0 48%,
    2% 25%
  );
  font-family: var(--font-main);
  font-size: clamp(0.5rem, 0.5vw, 0.72rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.95;
  text-align: center;
}

.right-copy h3 {
  margin: 0 0 3px;
  font-family: var(--font-main);
  font-size: clamp(0.86rem, 0.95vw, 1.08rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.right-copy p {
  position: relative;
  margin: 0 0 3px;
  padding-left: 8px;
  font-family: var(--font-main);
  font-size: clamp(0.68rem, 0.74vw, 0.86rem);
  font-weight: 500;
  line-height: 1.02;
}

.right-copy p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.26em;
  width: 5px;
  height: 5px;
  background: url("../img/list-icon.png") center / contain no-repeat;
}

.right-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
}

.usage-gallery {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}

.usage-gallery img {
  max-width: 100%;
  object-fit: contain;
}

.bottom-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.gold-features {
  display: flex;
  align-items: flex-end;
  gap: clamp(0.55rem, 1.65vw, 2rem);
}

.gold-features article {
  text-align: center;
}

.gold-features article img {
  width: 55px;
  height: 55px;
  padding: 7px;
  background: #ffffff;
  border-radius: 50%;
  object-fit: contain;
}

.gold-features p {
  margin: 3px 0 0;
  font-family: var(--font-main);
  font-size: clamp(0.54rem, 0.6vw, 0.7rem);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.features-flag {
  margin-left: auto;
  width: 85px;
  height: auto;
}

.right-footer {
  display: flex;
  align-items: flex-end;
  gap: clamp(5px, 0.65vw, 10px);
  margin-top: 8px;
}

.footer-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}

.footer-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.footer-top {
  display: flex;
  gap: clamp(6px, 0.65vw, 10px);
  align-items: flex-start;
}

.footer-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  min-width: 0;
}

.qr-block img {
  width: 125px;
  display: block;
}

.qr-site {
  margin: 2px 0 0;
  color: #f8b62d;
  font-family: var(--font-main);
  font-size: clamp(0.44rem, 0.48vw, 0.56rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.manufacturer {
  font-family: var(--font-main);
  min-width: 0;
}

.manufacturer p {
  margin: 0;
  font-size: clamp(0.5rem, 0.56vw, 0.66rem);
  font-weight: 500;
  line-height: 1.15;
}

.manufacturer p:first-child {
  font-weight: 800;
}

.manufacturer a,
.site-line a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-top: 5px;
  white-space: nowrap;
}

.origin-line {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(0.52rem, 1.1vw, 1.2rem);
  font-weight: 800;
}

.origin-line img {
  width: 22px;
}

.site-line {
  margin: 0;
  color: #f8b62d;
  font-family: var(--font-main);
  font-size: clamp(0.56rem, 1vw, 1rem) !important;
  font-weight: 700;
}

.amount {
  min-width: 96px;
  font-family: var(--font-main);
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.estimated {
  font-style: italic;
  font-size: 0.5em;
  vertical-align: super;
  line-height: 0;
  letter-spacing: -0.02em;
}

.amount span {
  display: block;
  font-size: 0.48rem;
  font-weight: 800;
  text-align: center;
}

.amount strong {
  display: block;
  font-size: clamp(1.08rem, 1.35vw, 1.6rem);
  font-weight: 800;
  text-transform: none;
}

.amount b {
  display: block;
  font-size: clamp(1.08rem, 1.18vw, 1.35rem);
}

.barcode {
  width: 85px;
  align-self: flex-end;
  object-fit: contain;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .grid-panel {
    min-height: calc(100vh - 84px);
    min-height: calc(100dvh - 84px);
    border-right: 0;
    border-bottom: 0;
  }

  .grid-panel:last-child {
    border-right: 0;
  }
}

@media (min-width: 992px) and (max-height: 760px) {
  .page-strip {
    height: 32px;
  }

  .page-grid {
    min-height: calc(100dvh - 64px);
  }

  .grid-panel {
    min-height: calc(100dvh - 64px);
  }

  .grid-panel-right {
    padding-top: 0.75rem;
    padding-bottom: 0.55rem;
  }

  .right-top {
    gap: 12px;
  }

  .instructions-badge {
    min-height: 62px;
    padding: 7px 8px 24px;
    font-size: clamp(1.5rem, 1.8vw, 2.05rem);
  }

  .right-main {
    margin-top: 7px;
  }

  .steps-list {
    gap: 9px;
    margin-top: 0.85rem;
  }

  .step-card strong {
    font-size: clamp(2.15rem, 2.45vw, 2.9rem);
  }

  .step-card p {
    padding: 0.48rem 0.2rem 0.48rem 1rem;
    font-size: clamp(0.46rem, 0.48vw, 0.62rem);
  }

  .right-copy h3 {
    font-size: clamp(0.72rem, 0.78vw, 0.9rem);
  }

  .right-copy p {
    margin-bottom: 2px;
    font-size: clamp(0.5rem, 0.52vw, 0.62rem);
    line-height: 0.98;
  }

  .usage-gallery {
    padding-top: 4px;
  }

  .usage-gallery img {
    max-height: 140px;
  }

  .bottom-section {
    gap: 5px;
    margin-top: 6px;
  }

  .gold-features article img {
    width: 42px;
    height: 42px;
    padding: 6px;
  }

  .gold-features p {
    font-size: clamp(0.42rem, 0.46vw, 0.58rem);
  }

  .features-flag,
  .barcode {
    width: 70px;
  }

  .qr-block img {
    width: 96px;
  }

  .manufacturer p {
    font-size: clamp(0.45rem, 0.5vw, 0.58rem);
    line-height: 1.1;
  }

  .origin-line {
    font-size: clamp(0.48rem, 0.72vw, 0.78rem);
  }

  .site-line {
    font-size: clamp(0.5rem, 0.72vw, 0.78rem) !important;
  }

  .amount {
    min-width: 78px;
  }

  .amount strong,
  .amount b {
    font-size: clamp(0.9rem, 1.05vw, 1.15rem);
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .right-panel {
    max-width: 100%;
  }

  .right-copy p {
    font-size: clamp(0.52rem, 0.66vw, 0.74rem);
  }

  .qr-block img {
    width: clamp(86px, 8.5vw, 112px);
  }

  .features-flag,
  .barcode {
    width: clamp(62px, 6vw, 78px);
  }

  .amount {
    min-width: 78px;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .grid-panel {
    padding-top: 1.45rem;
    padding-bottom: 1.15rem;
  }

  .protection-banner {
    min-height: 58px;
    padding: 8px 26px 10px;
    font-size: clamp(0.95rem, 1.18vw, 1.2rem);
  }

  .info-stack {
    gap: 1.65rem;
    margin-top: 2.15rem;
  }

  .info-block h3 {
    margin-bottom: 7px;
    padding: 3px 12px;
    font-size: clamp(0.9rem, 1.08vw, 1.18rem);
  }

  .info-block ul,
  .info-block p {
    margin-top: 0.85rem;
  }

  .info-block li,
  .info-block p {
    font-size: clamp(0.92rem, 1.16vw, 1.2rem);
    line-height: 1.05;
  }

  .info-block li {
    padding-left: 13px;
  }

  .info-block li::before {
    width: 7px;
    height: 7px;
  }

  .grid-panel-main {
    padding-top: 1.35rem;
    padding-bottom: 0;
    background-size: auto 100%;
  }

  .center-product {
    max-width: 730px;
    margin-inline: auto;
  }

  .product-logo img {
    width: 100%;
  }

  .product-middle {
    min-height: clamp(250px, 26vw, 330px);
    margin-top: 6px;
  }

  .benefit-item {
    grid-template-columns: 78px 1fr;
    gap: 9px;
    padding: 9px 0;
  }

  .benefit-item img {
    width: 66px;
    height: 66px;
    padding: 10px;
  }

  .benefit-item h3 {
    font-size: clamp(1.55rem, 2.05vw, 2.25rem);
  }

  .benefit-item p {
    font-size: clamp(0.95rem, 1.42vw, 1.55rem);
  }

  .nano-badge {
    width: 90px;
    bottom: 20px;
  }

  .work-flow {
    grid-template-columns: 1fr 28px 1fr 28px 1fr;
    gap: 7px;
    margin: 0.65rem 0;
    padding: 8px 13px;
    border-width: 3px;
    border-radius: 24px;
  }

  .flow-step {
    grid-template-columns: 52px 1fr;
    gap: 6px;
  }

  .flow-step img {
    width: 50px;
    height: 50px;
    padding: 8px;
  }

  .flow-step p {
    font-size: clamp(0.85rem, 1.36vw, 1.42rem);
  }

  .flow-arrow {
    width: 26px;
  }

  .protects-area {
    margin-top: 8px;
  }

  .protects-area h3 {
    margin-bottom: 5px;
    font-size: clamp(1.1rem, 1.55vw, 1.6rem);
  }

  .protects-grid img {
    height: 52px;
  }

  .protects-grid p {
    font-size: clamp(0.86rem, 1.16vw, 1.28rem);
  }

  .choice-strip {
    margin-top: 7px;
    padding-block: 4px;
    font-size: clamp(1rem, 1.18vw, 1.28rem);
  }

  .right-panel {
    max-width: 520px;
    justify-content: flex-start;
  }

  .right-main {
    margin-top: 8px;
  }

  .steps-list {
    gap: 10px;
    margin-top: 0.85rem;
  }

  .right-copy p {
    margin-bottom: 2px;
    font-size: clamp(0.62rem, 0.68vw, 0.78rem);
    line-height: 1.02;
  }

  .usage-gallery {
    padding-top: 5px;
  }

  .usage-gallery img {
    max-height: 170px;
  }

  .bottom-section {
    margin-top: 8px;
  }

  .gold-features {
    justify-content: flex-start;
    gap: clamp(0.75rem, 1.28vw, 1.35rem);
  }

  .gold-features article img {
    width: 46px;
    height: 46px;
  }

  .gold-features p {
    font-size: clamp(0.42rem, 0.52vw, 0.6rem);
  }

  .features-flag,
  .barcode {
    width: 72px;
  }

  .qr-block img {
    width: 104px;
  }

  .manufacturer p {
    font-size: clamp(0.44rem, 0.52vw, 0.58rem);
    line-height: 1.1;
  }

  .origin-line {
    font-size: clamp(0.48rem, 0.76vw, 0.85rem);
  }

  .site-line {
    font-size: clamp(0.5rem, 0.78vw, 0.9rem) !important;
  }

  .amount {
    min-width: 78px;
  }

  .amount strong,
  .amount b {
    font-size: clamp(0.95rem, 1.1vw, 1.2rem);
  }
}

@media (min-width: 992px) and (max-width: 1600px) and (max-height: 760px) {
  .grid-panel-main {
    padding-top: 1.15rem;
  }

  .center-product {
    max-width: 700px;
  }

  .product-logo img {
    width: 96%;
  }

  .product-middle {
    min-height: clamp(220px, 24vw, 290px);
  }

  .benefit-item {
    grid-template-columns: 70px 1fr;
    padding-block: 8px;
  }

  .benefit-item img {
    width: 60px;
    height: 60px;
    padding: 9px;
    border-width: 3px;
  }

  .benefit-item h3 {
    font-size: clamp(1.42rem, 1.9vw, 2.05rem);
  }

  .benefit-item p {
    font-size: clamp(0.88rem, 1.28vw, 1.38rem);
  }

  .nano-badge {
    width: 82px;
    bottom: 16px;
  }

  .work-flow {
    margin-block: 0.5rem;
    padding: 7px 12px;
  }

  .flow-step {
    grid-template-columns: 46px 1fr;
  }

  .flow-step img {
    width: 44px;
    height: 44px;
    padding: 7px;
    border-width: 3px;
  }

  .flow-step p {
    font-size: clamp(0.78rem, 1.18vw, 1.24rem);
  }

  .flow-arrow {
    width: 24px;
  }

  .protects-area {
    margin-top: 7px;
  }

  .protects-area h3 {
    margin-bottom: 4px;
    font-size: clamp(1rem, 1.38vw, 1.45rem);
  }

  .protects-grid img {
    height: 46px;
  }

  .protects-grid p {
    font-size: clamp(0.78rem, 1.04vw, 1.1rem);
  }

  .choice-strip {
    margin-top: 5px;
    font-size: clamp(0.9rem, 1vw, 1.08rem);
  }

  .right-main {
    margin-top: 6px;
  }

  .steps-list {
    gap: 8px;
    margin-top: 0.65rem;
  }

  .right-copy p {
    font-size: clamp(0.58rem, 0.62vw, 0.72rem);
    line-height: 1.02;
  }

  .usage-gallery img {
    max-height: 156px;
  }

  .bottom-section {
    gap: 4px;
    margin-top: 6px;
  }

  .gold-features article img {
    width: 40px;
    height: 40px;
  }

  .amount strong,
  .amount b {
    font-size: clamp(0.9rem, 1.05vw, 1.15rem);
  }
}

@media (max-width: 991.98px) {
  .grid-panel,
  .grid-panel-main,
  .grid-panel-right {
    overflow: visible;
  }

  .right-panel {
    max-width: 620px;
  }

  .right-main {
    grid-template-columns: minmax(130px, 36%) 1fr;
  }

  .right-footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .page-strip {
    height: 30px;
  }

  .right-top,
  .right-main {
    grid-template-columns: 1fr;
  }

  .instructions-badge,
  .right-brand img {
    max-width: 220px;
    margin-inline: auto;
  }

  .grid-panel-main {
    padding-inline: 0.85rem;
    background-position: center top;
  }

  .product-middle {
    grid-template-columns: 45% 55%;
    min-height: 300px;
    margin-top: 8px;
  }

  .benefit-item {
    grid-template-columns: 48px 1fr;
    gap: 7px;
    padding: 8px 0;
  }

  .benefit-item img {
    width: 42px;
    height: 42px;
    padding: 7px;
    border-width: 2px;
  }

  .benefit-item h3 {
    font-size: clamp(1.3rem, 8vw, 1.75rem);
  }

  .benefit-item p {
    font-size: clamp(0.74rem, 5.2vw, 1rem);
  }

  .hand-visual {
    min-height: 300px;
    overflow: hidden;
  }

  .nano-badge {
    right: 6px;
    bottom: 64px;
    width: 66px;
  }

  .steps-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .right-copy {
    padding-top: 14px;
  }

  .work-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: min(100%, 360px);
    margin: 0.75rem auto 0.65rem;
    padding: 10px 12px;
    border-width: 2px;
    border-radius: 18px;
  }

  .flow-step {
    grid-template-columns: 1fr;
    justify-self: stretch;
    justify-items: center;
    gap: 5px;
    text-align: center;
  }

  .flow-step img {
    width: 38px;
    height: 38px;
    padding: 6px;
    border-width: 2px;
  }

  .flow-step p {
    font-size: clamp(0.82rem, 5vw, 1.05rem);
    line-height: 0.92;
  }

  .flow-arrow {
    display: none;
  }

  .protects-area {
    margin-top: 8px;
  }

  .protects-area h3 {
    gap: 7px;
    font-size: clamp(1rem, 7vw, 1.35rem);
  }

  .protects-grid article {
    padding-inline: 5px;
  }

  .protects-grid img {
    height: 38px;
  }

  .protects-grid p {
    font-size: clamp(0.72rem, 4.8vw, 0.95rem);
  }

  .footer-top,
  .right-footer,
  .gold-features {
    flex-wrap: wrap;
  }

  .footer-info {
    flex-basis: min(100%, 280px);
  }
}

.font-bank {
  font-family: var(--font-bank);
}

.font-poppins {
  font-family: var(--font-main);
}

.font-impact {
  font-family: var(--font-impact);
}

.font-action {
  font-family: var(--font-action);
}

.font-grade {
  font-family: var(--font-grade);
}

.text-main {
  color: var(--color-main);
}

.bg-main {
  background-color: var(--color-main);
}

.text-accent {
  color: var(--color-accent);
}

.bg-mid {
  background-color: var(--color-mid);
}
