:root {
  --orange: #ff6b1a;
  --ocean: #005bbb;
  --sky: #eaf6ff;
  --sand: #fff7ed;
  --charcoal: #1f2937;
  --ink: #111827;
  --muted: #6b7280;
  --white: #ffffff;
  --line: rgba(31, 41, 55, 0.12);
  --soft: #f5f7fb;
  --glass: rgba(255, 255, 255, 0.74);
  --shadow: 0 30px 90px rgba(0, 51, 112, 0.14);
  --tight-shadow: 0 18px 44px rgba(20, 32, 54, 0.1);
  --radius: 8px;
  --wide: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.is-locked {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

a,
button {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(255, 107, 26, 0.45);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 14px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ocean);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 14px;
}

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

.top-line {
  position: relative;
  z-index: 60;
  display: grid;
  gap: 3px;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.94);
  background: linear-gradient(90deg, #003b7a, var(--ocean));
  text-align: center;
  font-size: 0.78rem;
}

.top-line span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px clamp(16px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ocean);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.brand-icon {
  position: relative;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--ocean), #39b6ff);
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
  box-shadow: inset 0 -4px 0 rgba(255, 255, 255, 0.18), 0 0 0 6px rgba(0, 91, 187, 0.1);
}

.brand-icon::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 9px;
  height: 9px;
  background: var(--orange);
  border-radius: 50%;
}

.brand-mark span:last-child {
  transform: translateY(-1px);
}

.brand-mark--footer {
  color: var(--white);
}

.main-menu {
  position: absolute;
  top: 100%;
  right: 16px;
  left: 16px;
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.main-menu.is-open {
  display: flex;
}

.main-menu a {
  padding: 12px 10px;
  color: var(--charcoal);
  font-weight: 800;
  text-decoration: none;
}

.main-menu a:hover {
  color: var(--ocean);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  padding: 9px;
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--charcoal);
}

h1,
h2 {
  margin: 0;
  color: var(--charcoal);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 740px;
  font-size: clamp(2.25rem, 7vw, 4.25rem);
}

h2 {
  font-size: clamp(1.75rem, 4.8vw, 2.6rem);
}

h3 {
  margin: 0;
  color: var(--charcoal);
  line-height: 1.2;
}

p {
  margin-top: 0;
}

.section-label {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-label--light {
  color: #ffd5bd;
}

.hero-section {
  padding: clamp(42px, 8vw, 92px) 0 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(234, 246, 255, 0.8)),
    radial-gradient(circle at 78% 16%, rgba(255, 107, 26, 0.18), transparent 30%),
    radial-gradient(circle at 20% 74%, rgba(0, 91, 187, 0.14), transparent 34%),
    linear-gradient(135deg, var(--sky), var(--white) 48%, var(--sand));
}

.hero-grid {
  display: grid;
  width: var(--wide);
  margin: 0 auto;
  gap: 34px;
  align-items: center;
}

.hero-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: #4b5563;
  font-size: clamp(1.02rem, 2vw, 1.22rem);
}

.hero-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-list li,
.price-card li {
  position: relative;
  padding-left: 28px;
}

.hero-list li::before,
.price-card li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 107, 26, 0.14);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(31, 41, 55, 0.06);
}

.order-button--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), #f05208);
  border-color: transparent;
  box-shadow: 0 18px 36px rgba(255, 107, 26, 0.28);
}

.order-button--secondary {
  color: var(--ocean);
  background: rgba(255, 255, 255, 0.7);
}

.order-button--nav {
  min-height: 40px;
  padding: 10px 14px !important;
  color: var(--white) !important;
  background: var(--orange);
  border-color: transparent;
  box-shadow: none;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(234, 246, 255, 0.74)),
    radial-gradient(circle, rgba(255, 107, 26, 0.1), transparent 62%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.image-control {
  width: min(var(--image-width, 100%), 100%);
  height: var(--image-height, auto);
  object-fit: var(--image-fit, contain);
}

.hero-visual img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 26px 32px rgba(31, 41, 55, 0.18));
}

.product-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
}

.product-glow--orange {
  width: min(330px, 78vw);
  height: min(330px, 78vw);
  background: rgba(255, 107, 26, 0.2);
  transform: translate(24px, 16px);
}

.product-glow--blue {
  width: min(250px, 64vw);
  height: min(250px, 64vw);
  background: rgba(0, 91, 187, 0.18);
  transform: translate(-70px, -55px);
}

.hero-badge {
  position: absolute;
  right: 2%;
  bottom: 12%;
  z-index: 3;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  color: var(--white);
  background: var(--ocean);
  border: 8px solid var(--white);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  box-shadow: var(--tight-shadow);
}

.trust-row {
  display: grid;
  width: var(--wide);
  margin: 28px auto 0;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.trust-row span {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 12px;
  color: var(--ocean);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  text-align: center;
}

.feature-strip {
  display: grid;
  width: var(--wide);
  margin: -10px auto 0;
  gap: 14px;
  padding: 46px 0 60px;
}

.feature-card,
.step-card,
.use-card,
.trust-card,
.price-card,
.review-card,
.kit-panel,
.legal-modal,
.exit-box,
.faq-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-card {
  padding: 22px;
  background: linear-gradient(180deg, var(--white), rgba(245, 247, 251, 0.7));
  box-shadow: var(--tight-shadow);
}

.feature-card img {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
}

.feature-card h2 {
  margin-bottom: 9px;
  font-size: 1.18rem;
}

.feature-card p,
.step-card p,
.use-card p,
.trust-card p,
.price-card p,
.review-card p,
.faq-layout p {
  color: var(--muted);
}

.content-section {
  padding: clamp(64px, 9vw, 112px) 0;
}

.content-section--white {
  background: var(--white);
}

.content-section--sky {
  background: var(--sky);
}

.content-section--sand {
  background: var(--sand);
}

.about-grid,
.section-heading,
.step-grid,
.use-grid,
.spec-grid,
.price-grid,
.review-grid,
.trust-grid,
.faq-layout,
.final-section,
.footer-grid {
  width: var(--wide);
  margin: 0 auto;
}

.about-grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.kit-panel {
  display: grid;
  min-height: 330px;
  place-items: center;
  padding: 26px;
  background:
    radial-gradient(circle, rgba(255, 107, 26, 0.15), transparent 62%),
    linear-gradient(145deg, var(--sky), var(--white));
  box-shadow: var(--shadow);
}

.kit-panel img {
  filter: drop-shadow(0 20px 24px rgba(31, 41, 55, 0.14));
}

.about-grid p:not(.section-label) {
  color: var(--muted);
  font-size: 1.04rem;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p:not(.section-label) {
  color: var(--muted);
  font-size: 1.04rem;
}

.step-grid,
.use-grid,
.trust-grid {
  display: grid;
  gap: 16px;
}

.step-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 36px rgba(0, 91, 187, 0.08);
}

.step-card span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--white);
  background: var(--ocean);
  border-radius: 50%;
  font-weight: 900;
}

.step-card h3,
.use-card h3,
.trust-card h3 {
  margin-bottom: 10px;
  font-size: 1.14rem;
}

.use-card,
.trust-card {
  padding: 22px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(31, 41, 55, 0.06);
}

.use-card {
  position: relative;
  overflow: hidden;
}

.use-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(var(--orange), var(--ocean));
}

.spec-grid {
  display: grid;
  gap: 28px;
  align-items: start;
}

.spec-side,
.faq-side {
  display: grid;
  gap: 18px;
}

.spec-grid p {
  color: var(--muted);
}

.sticky-product {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(234, 246, 255, 0.82)),
    radial-gradient(circle at 82% 18%, rgba(255, 107, 26, 0.16), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius);
  box-shadow: var(--tight-shadow);
}

.sticky-product__media {
  display: grid;
  min-height: 230px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(0, 91, 187, 0.14), transparent 62%),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: var(--radius);
}

.sticky-product__media img {
  filter: drop-shadow(0 18px 22px rgba(31, 41, 55, 0.15));
}

.sticky-product h3 {
  font-size: 1.18rem;
}

.sticky-product p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.detail-grid span {
  display: grid;
  min-height: 74px;
  align-content: center;
  padding: 12px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.78rem;
}

.detail-grid strong {
  display: block;
  color: var(--ocean);
  font-size: 1.04rem;
}

.table-wrap {
  overflow-x: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--tight-shadow);
}

table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  width: 34%;
  color: var(--charcoal);
  font-weight: 900;
}

td {
  color: var(--muted);
}

tr:last-child th,
tr:last-child td {
  border-bottom: 0;
}

.price-grid {
  display: grid;
  gap: 18px;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
  background: var(--white);
  box-shadow: var(--tight-shadow);
}

.price-card--seller {
  border-color: rgba(0, 91, 187, 0.34);
  box-shadow: 0 22px 58px rgba(0, 91, 187, 0.14);
}

.price-card--deal {
  border-color: rgba(255, 107, 26, 0.42);
  box-shadow: 0 26px 66px rgba(255, 107, 26, 0.18);
}

.price-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.price-card__top span,
.review-label {
  display: inline-flex;
  padding: 7px 10px;
  color: var(--ocean);
  background: var(--sky);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card__top strong {
  color: var(--orange);
  font-size: 0.88rem;
}

.price-card h3 {
  font-size: 1.58rem;
}

.bundle-shot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  margin: 20px 0 18px;
  padding: 16px;
  background:
    radial-gradient(circle, rgba(0, 91, 187, 0.14), transparent 64%),
    var(--soft);
  border-radius: var(--radius);
}

.bundle-shot img {
  filter: drop-shadow(0 16px 18px rgba(31, 41, 55, 0.16));
}

.bundle-shot--two img,
.bundle-shot--three img,
.bundle-shot--four img {
  margin: 0 -28px;
}

.bundle-shot--three img:nth-child(2),
.bundle-shot--four img:nth-child(2),
.bundle-shot--four img:nth-child(3) {
  z-index: 2;
  transform: translateY(-9px);
}

.old-price {
  margin: 0;
  color: var(--muted);
  text-decoration: line-through;
}

.current-price {
  margin: 4px 0 22px;
  color: var(--charcoal);
  font-size: clamp(2rem, 8vw, 2.65rem);
  font-weight: 900;
  line-height: 1;
}

.current-price span {
  color: var(--muted);
  font-size: 1rem;
}

.price-card .order-button {
  margin-top: auto;
}

.fine-note {
  width: var(--wide);
  margin: 22px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.94rem;
}

.deal-strip {
  padding: 18px 16px;
  color: var(--white);
  background: linear-gradient(90deg, var(--ocean), var(--orange));
  text-align: center;
}

.deal-strip p {
  margin: 0;
  font-weight: 900;
}

.review-grid {
  display: grid;
  gap: 18px;
}

.review-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  background: var(--white);
  box-shadow: var(--tight-shadow);
}

.review-card img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.stars {
  margin-top: 12px;
  color: var(--orange);
  letter-spacing: 0.08em;
}

.review-card h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.review-card strong {
  color: var(--ocean);
}

.trust-grid {
  grid-template-columns: 1fr;
}

.trust-card {
  border-top: 4px solid var(--orange);
}

.faq-layout {
  display: grid;
  gap: 30px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-panel {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
}

.faq-question {
  position: relative;
  width: 100%;
  padding: 18px 54px 18px 18px;
  color: var(--charcoal);
  background: transparent;
  border: 0;
  font-weight: 900;
  text-align: left;
}

.faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--orange);
  font-size: 1.5rem;
  font-weight: 900;
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  padding: 0 18px 18px;
  color: var(--muted);
}

.final-section {
  display: grid;
  gap: 26px;
  margin-top: clamp(64px, 9vw, 100px);
  margin-bottom: clamp(64px, 9vw, 100px);
  padding: clamp(28px, 6vw, 52px);
  color: rgba(255, 255, 255, 0.84);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 107, 26, 0.34), transparent 34%),
    linear-gradient(135deg, #003b7a, var(--ocean));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.final-section h2 {
  color: var(--white);
}

.final-section p:last-child {
  margin-bottom: 0;
}

.site-footer {
  padding: 58px 0 100px;
  color: rgba(255, 255, 255, 0.72);
  background: #0b2445;
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.footer-note p {
  max-width: 440px;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a,
.site-footer button {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  border: 0;
  text-align: left;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer button:hover {
  color: #ffb180;
}

.footer-bottom {
  width: var(--wide);
  margin: 34px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.mobile-action {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 45;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--orange);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(31, 41, 55, 0.24);
  font-weight: 900;
  text-decoration: none;
}

.modal-layer,
.exit-layer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(8, 22, 43, 0.66);
  backdrop-filter: blur(8px);
}

.modal-layer[hidden],
.exit-layer[hidden] {
  display: none;
}

.legal-modal,
.exit-box {
  position: relative;
  width: min(700px, 100%);
  max-height: min(720px, calc(100vh - 36px));
  overflow: auto;
  background: var(--white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.legal-modal {
  padding: clamp(26px, 5vw, 42px);
}

.legal-modal h2 {
  padding-right: 44px;
}

.modal-body {
  margin-top: 18px;
  color: var(--muted);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: var(--charcoal);
  background: var(--sky);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
}

.exit-box {
  display: grid;
}

.exit-image {
  display: grid;
  min-height: 240px;
  place-items: center;
  background:
    radial-gradient(circle, rgba(255, 107, 26, 0.18), transparent 62%),
    var(--sky);
}

.exit-image img {
  width: min(280px, 80%);
  filter: drop-shadow(0 18px 22px rgba(31, 41, 55, 0.16));
}

.exit-copy {
  padding: clamp(24px, 5vw, 40px);
}

.exit-copy p:not(.section-label) {
  color: var(--muted);
}

@media (min-width: 620px) {
  .hero-list,
  .feature-strip,
  .step-grid,
  .use-grid,
  .trust-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-card {
    grid-template-columns: 220px 1fr;
    align-items: center;
  }

  .review-card img {
    height: var(--image-height, 100%);
    min-height: 260px;
  }

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

  .final-section {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 860px) {
  .menu-toggle {
    display: none;
  }

  .main-menu {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .main-menu a {
    padding: 0;
    font-size: 0.92rem;
  }

  .hero-grid,
  .about-grid,
  .spec-grid,
  .faq-layout {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  }

  .hero-grid,
  .about-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  }

  .sticky-product {
    position: sticky;
    top: 96px;
  }

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

  .step-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .use-grid,
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-card {
    grid-template-columns: 180px 1fr;
  }

  .footer-grid {
    grid-template-columns: minmax(240px, 1.2fr) repeat(4, minmax(130px, 0.65fr));
  }

  .exit-box {
    grid-template-columns: minmax(260px, 0.72fr) 1fr;
  }

  .exit-image {
    min-height: 390px;
  }

  .mobile-action {
    display: none;
  }

  .site-footer {
    padding-bottom: 58px;
  }
}

@media (min-width: 1120px) {
  .price-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 380px) {
  .order-button {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .bundle-shot--two img,
  .bundle-shot--three img,
  .bundle-shot--four img {
    width: min(var(--image-width, 100px), 100px);
    margin: 0 -25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
