:root {
  color-scheme: light;
  --bg: #f4eee6;
  --bg-alt: #ede3d5;
  --surface: #fffdf9;
  --surface-soft: #f8f1e7;
  --surface-muted: #efe4d4;
  --line: #dfd0bd;
  --line-strong: #cfbaa1;
  --ink: #211a14;
  --ink-soft: #6b5e52;
  --accent: #a97746;
  --accent-strong: #7e5631;
  --accent-soft: #eddcc7;
  --success: #6d7b64;
  --shadow-card: 0 18px 42px rgba(46, 31, 18, 0.08);
  --shadow-soft: 0 10px 22px rgba(46, 31, 18, 0.06);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --content-width: 430px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(169, 119, 70, 0.11), transparent 28%),
    linear-gradient(180deg, #f7f1ea 0%, #f1e8dd 100%);
  z-index: -2;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
figure,
figcaption {
  margin: 0;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.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;
}

.site-shell {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  padding: 14px 14px 22px;
  padding: 14px 14px calc(22px + env(safe-area-inset-bottom));
}

.site-shell > * {
  min-width: 0;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 2px 1px 0;
}

.topbar > *,
.page-home .topbar > *,
.doc-topbar > * {
  min-width: 0;
}

.doc-topbar {
  width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.page-legal .site-shell {
  width: min(100%, var(--content-width));
  padding-top: 12px;
  padding-inline: 13px;
  padding-bottom: 18px;
  padding-bottom: calc(18px + env(safe-area-inset-bottom));
}

.page-legal .lang-switch {
  display: inline-flex;
  margin-inline: auto;
  justify-self: center;
  box-shadow: 0 6px 16px rgba(46, 31, 18, 0.028);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 2px 10px;
  min-height: 32px;
  border: 1px solid rgba(207, 186, 161, 0.78);
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.7);
  color: var(--ink);
  font-family: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.028em;
}

.page-home .topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}

.page-home .lang-switch {
  align-self: center;
  border-color: rgba(207, 186, 161, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(250, 245, 238, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 5px 14px rgba(46, 31, 18, 0.024);
}

.brand--product {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-color: rgba(34, 27, 21, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, #241b14 0%, #49321f 100%);
  box-shadow:
    0 10px 18px rgba(46, 31, 18, 0.095),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -2px 0 rgba(34, 21, 12, 0.22);
  line-height: 1;
}

.brand--product strong {
  display: block;
  color: #fff;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.026em;
  white-space: nowrap;
  text-transform: uppercase;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

.brand,
.section-title,
.thanks-card__title,
.legal-hero__title {
  font-family: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px;
  border: 1px solid rgba(207, 186, 161, 0.74);
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.7);
}

.lang-switch__btn {
  min-width: 42px;
  min-height: 32px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.lang-switch__btn.is-active {
  background: var(--ink);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 5px 10px rgba(46, 31, 18, 0.06);
}

.product-card,
.thanks-card,
.legal-card {
  border: 1px solid rgba(207, 186, 161, 0.76);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: var(--shadow-card);
}

.product-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.gallery__stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(207, 186, 161, 0.42);
  border-radius: 25px;
  box-shadow:
    0 18px 34px rgba(46, 31, 18, 0.072),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.62), transparent 22%),
    linear-gradient(180deg, #f6eee4 0%, #eadac5 100%);
}

.gallery__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(33, 24, 18, 0.045), rgba(33, 24, 18, 0)),
    linear-gradient(180deg, rgba(201, 170, 133, 0.035), rgba(201, 170, 133, 0.018));
  pointer-events: none;
}

.gallery__main {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
}

.gallery__picture,
.gallery__thumb picture {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery__chrome {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(32, 25, 20, 0.5);
  color: rgba(255, 250, 244, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 7px 14px rgba(25, 18, 13, 0.09);
  backdrop-filter: blur(12px) saturate(1.04);
  -webkit-backdrop-filter: blur(12px) saturate(1.04);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}

.gallery__chrome span,
.eyebrow,
.footer__eyebrow,
.price-card__label {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery__chrome strong {
  font: inherit;
}

.gallery__hint {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(28, 24, 22, 0.48);
  color: rgba(255, 250, 244, 0.97);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(25, 18, 13, 0.1);
  backdrop-filter: blur(12px) saturate(1.04);
  -webkit-backdrop-filter: blur(12px) saturate(1.04);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.gallery__hint:not(.is-hidden) {
  opacity: 1;
  transform: translate(-50%, 0);
}

.gallery__hint-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fffaf2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 7l-5 5 5 5'/%3E%3Cpath d='M16 7l5 5-5 5'/%3E%3Cpath d='M4 12h16' opacity='.55'/%3E%3C/svg%3E")
    center / 16px 16px no-repeat;
  animation: galleryHintNudge 1.35s ease-in-out infinite;
}

@keyframes galleryHintNudge {
  0%,
  100% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-2px);
  }
  70% {
    transform: translateX(2px);
  }
}

.gallery__thumbs {
  position: relative;
  display: flex;
  gap: 5px;
  margin-top: 6px;
  padding-top: 4px;
  padding-inline: 2px;
  padding-bottom: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 14px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.gallery__thumb {
  position: relative;
  flex: 0 0 70px;
  padding: 0;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(214, 199, 181, 0.78);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.96);
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 4px 10px rgba(46, 31, 18, 0.018);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, opacity 180ms ease;
  -webkit-tap-highlight-color: rgba(134, 95, 61, 0.12);
}

.gallery__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 2px solid rgba(126, 86, 49, 0.78);
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 249, 0.76),
    0 0 0 1px rgba(237, 220, 199, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.gallery__thumbs:has(.gallery__thumb.is-active) .gallery__thumb:not(.is-active) {
  opacity: 0.82;
}

.gallery__thumb.is-active {
  transform: translateY(-1px) scale(1.025);
  border-color: rgba(126, 86, 49, 0.72);
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 12px 20px rgba(46, 31, 18, 0.07);
}

.gallery__thumb.is-active::after {
  opacity: 1;
}

.gallery__thumb:focus-visible {
  outline: 2px solid rgba(134, 95, 61, 0.34);
  outline-offset: 2px;
}

.gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease, filter 180ms ease;
}

.gallery__thumb.is-active img {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.03);
}

.eyebrow,
.footer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-strong);
}

.eyebrow::before,
.footer__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.section-title,
.thanks-card__title,
.legal-hero__title {
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(2rem, 10vw, 2.9rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.meta-copy,
.footer__copy,
.legal-copy,
.legal-list li,
.thanks-card p,
.accordion-item__body p,
.detail-gallery__item figcaption {
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.56;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 0;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  font-size: 0.72rem;
  font-weight: 700;
}









.trust-pill {
  color: var(--ink-soft);
}

.price-card {
  margin-top: 5px;
  display: grid;
  gap: 7px;
  padding: 0 1px 1px;
  border-top: 0;
}



.price-card__head {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  gap: 11px;
  align-items: center;
  padding: 12px 13px 11px;
  border: 1px solid rgba(207, 186, 161, 0.58);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.58), transparent 34%),
    radial-gradient(circle at bottom right, rgba(169, 119, 70, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 239, 229, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 14px 28px rgba(46, 31, 18, 0.045),
    0 1px 0 rgba(255, 255, 255, 0.36);
}

.price-card__head::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 40%);
  pointer-events: none;
}

.price-card__head > *,
.price-card__subgrid > *,
.review-gallery__stage > *,
.review-gallery__viewport > *,
.review-gallery__track > *,
.accordion-item__body > *,
.spec-list__content,
.legal-shell > *,
.thanks-shell > *,
.legal-hero,
.legal-section {
  min-width: 0;
}

.price-card__price {
  display: grid;
  gap: 5px;
}

.price-card__figure {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  row-gap: 3px;
  flex-wrap: wrap;
}

.price-card__label {
  color: #786859;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.price-card__old-block {
  position: relative;
  display: grid;
  gap: 2px;
  align-items: start;
  align-self: end;
  padding-bottom: 1px;
  padding-left: 11px;
}

.price-card__old-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 3px;
  width: 1px;
  background: linear-gradient(180deg, rgba(207, 186, 161, 0), rgba(207, 186, 161, 0.86) 18%, rgba(207, 186, 161, 0.86) 82%, rgba(207, 186, 161, 0));
}

.price-card__old-label {
  color: #907d6c;
  font-size: 0.47rem;
  font-weight: 800;
  letter-spacing: 0.105em;
  line-height: 1.1;
  text-transform: uppercase;
}

.price-card__old {
  color: #897664;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.05;
  text-decoration: line-through;
  text-decoration-thickness: 0.09em;
  text-decoration-color: rgba(137, 121, 105, 0.78);
}

.price-card__new {
  color: var(--ink);
  font-size: 1.76rem;
  font-weight: 860;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.price-card__save {
  display: grid;
  gap: 2px;
  align-self: stretch;
  align-content: center;
  justify-items: center;
  min-width: 70px;
  padding: 8px 7px 7px;
  border-radius: 15px;
  border: 1px solid rgba(255, 250, 243, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 42%),
    linear-gradient(145deg, #967049, #7b5734 64%, #6a492b);
  color: #fff8f0;
  box-shadow:
    0 12px 20px rgba(46, 31, 18, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(54, 35, 20, 0.18);
}

.price-card__save span {
  font-size: 0.47rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-card__save strong {
  font-size: 0.96rem;
  letter-spacing: -0.035em;
}

.price-card__subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin-top: 0;
}

.price-fact {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 1px 7px;
  align-content: center;
  min-height: 50px;
  padding: 4px 7px;
  border: 1px solid rgba(207, 186, 161, 0.4);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.955), rgba(248, 242, 234, 0.935));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 5px 10px rgba(46, 31, 18, 0.02);
}

.price-fact::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 34%);
  pointer-events: none;
}

.price-fact::before {
  content: none;
}

.price-fact__media {
  position: relative;
  z-index: 1;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  align-self: center;
  border: 1px solid rgba(152, 106, 64, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.76);
  overflow: visible;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 2px 6px rgba(82, 51, 27, 0.028);
}

.price-fact__media img {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  object-fit: contain;
  border: 1px solid rgba(152, 106, 64, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 2px 6px rgba(82, 51, 27, 0.038);
  filter: none;
}

.price-fact > span:not(.price-fact__media) {
  grid-column: 2;
  position: relative;
  z-index: 1;
  color: #7c6b5d;
  font-size: 0.47rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.08;
  text-transform: uppercase;
}

.price-fact strong {
  grid-column: 2;
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: 0.69rem;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.button--wide {
  width: 100%;
}

.button--primary {
  margin-top: 10px;
  background: linear-gradient(135deg, #221b15, #473224);
  color: #fff9f1;
  box-shadow:
    0 18px 30px rgba(46, 31, 18, 0.14),
    0 6px 12px rgba(46, 31, 18, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(67, 41, 19, 0.14);
}

.button--secondary {
  background: linear-gradient(135deg, #b68854, #9a6b3f);
  color: #fffaf2;
  box-shadow: var(--shadow-soft);
}

.button--ghost {
  border: 1px solid rgba(207, 186, 161, 0.86);
  background: rgba(255, 252, 247, 0.9);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.lead-form {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 7px;
  margin-top: 0;
  padding: 13px;
  border: 1px solid rgba(198, 168, 130, 0.58);
  border-radius: 21px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.38), transparent 34%),
    radial-gradient(circle at bottom right, rgba(169, 119, 70, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(248, 240, 229, 0.985), rgba(236, 222, 204, 0.97));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 15px 28px rgba(46, 31, 18, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.34);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow: hidden;
}

.lead-form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.34), transparent 44%);
  pointer-events: none;
}

.lead-form::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.94) 18%, rgba(255, 255, 255, 0.94) 82%, rgba(255, 255, 255, 0));
  opacity: 0.9;
  pointer-events: none;
}

.lead-form > * {
  position: relative;
  z-index: 1;
}

.lead-form__note {
  justify-self: center;
  max-width: 100%;
  margin: 0 0 2px;
  padding: 6px 12px;
  border: 1px solid rgba(207, 186, 161, 0.46);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(249, 241, 230, 0.94), rgba(237, 224, 207, 0.9));
  color: #4f4237;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 7px 14px rgba(46, 31, 18, 0.028);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.24;
  letter-spacing: -0.012em;
  text-align: center;
}

.lead-form:focus-within,
.lead-form.is-engaged {
  border-color: rgba(169, 119, 70, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 17px 30px rgba(46, 31, 18, 0.056),
    0 0 0 1px rgba(169, 119, 70, 0.05);
}

.lead-form.is-complete {
  border-color: rgba(169, 119, 70, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 19px 32px rgba(46, 31, 18, 0.062),
    0 0 0 1px rgba(169, 119, 70, 0.07);
}

.lead-form__submit {
  position: relative;
  z-index: 3;
  margin-top: 3px;
  overflow: visible;
}

.field-shell {
  position: relative;
  display: block;
  min-width: 0;
}

.field-shell__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 2;
  width: 19px;
  height: 19px;
  object-fit: contain;
  opacity: 0.72;
  pointer-events: none;
  filter: drop-shadow(0 1px 1px rgba(46, 31, 18, 0.08));
  transform: translateY(-50%);
  transition: opacity 160ms ease, transform 160ms ease, filter 160ms ease;
}

.field-shell:focus-within .field-shell__icon {
  opacity: 0.9;
  filter: drop-shadow(0 2px 3px rgba(46, 31, 18, 0.1));
  transform: translateY(-50%) scale(1.04);
}

.field-shell .field {
  padding-left: 44px;
}

.field {
  display: block;
  width: 100%;
  height: 47px;
  min-height: 47px;
  padding: 0 14px;
  border: 1px solid rgba(184, 155, 120, 0.6);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ink);
  font-size: 16px;
  line-height: 47px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 0 0 1px rgba(255, 255, 255, 0.62),
    0 5px 12px rgba(46, 31, 18, 0.036);
  appearance: none;
  -webkit-appearance: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.field::placeholder {
  color: #83705f;
}

.field:hover {
  border-color: rgba(169, 119, 70, 0.52);
}

.field:focus {
  outline: none;
}

.field:focus-visible,
.field.is-focused {
  border-color: rgba(169, 119, 70, 0.48);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(255, 252, 247, 0.985));
  box-shadow:
    0 0 0 3px rgba(169, 119, 70, 0.1),
    0 10px 18px rgba(46, 31, 18, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.field.is-filled {
  border-color: rgba(207, 186, 161, 0.96);
  background: rgba(255, 255, 255, 0.995);
}

.field.is-invalid {
  border-color: rgba(181, 99, 85, 0.5);
  background: linear-gradient(180deg, rgba(255, 250, 248, 0.98), rgba(255, 246, 242, 0.98));
  box-shadow:
    0 0 0 3px rgba(181, 99, 85, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.field:-webkit-autofill,
.field:-webkit-autofill:hover,
.field:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink);
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.995) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.lead-form .button--secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 60px;
  margin-top: 0;
  padding-inline: 18px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #4a311f 0%, #2d1c11 100%);
  overflow: hidden;
  font-size: clamp(1.26rem, 5vw, 1.38rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: uppercase;
  box-shadow:
    0 28px 42px rgba(46, 31, 18, 0.21),
    0 10px 18px rgba(46, 31, 18, 0.095),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -4px 0 rgba(31, 19, 11, 0.36);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    filter 180ms ease;
}

.lead-form .button--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 38%);
  pointer-events: none;
}

.lead-form .button--secondary::after {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border-radius: 999px;
  background:
    rgba(255, 250, 242, 0.18)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23fffaf2' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 10h10.5'/%3E%3Cpath d='m10 4.75 5.25 5.25L10 15.25'/%3E%3C/svg%3E")
    center / 12px 12px no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 1px 2px rgba(22, 13, 8, 0.16);
}

.lead-form .button--secondary:focus-visible {
  outline: none;
  box-shadow:
    0 30px 44px rgba(46, 31, 18, 0.22),
    0 10px 18px rgba(46, 31, 18, 0.095),
    0 0 0 3px rgba(169, 119, 70, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -4px 0 rgba(31, 19, 11, 0.36);
}

.lead-form.is-complete .button--secondary {
  box-shadow:
    0 32px 46px rgba(46, 31, 18, 0.24),
    0 11px 20px rgba(46, 31, 18, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -4px 0 rgba(31, 19, 11, 0.36);
}

.lead-form .button--secondary:active {
  transform: translateY(1px);
  box-shadow:
    0 12px 18px rgba(46, 31, 18, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(43, 27, 16, 0.22);
}

.lead-form .button--secondary:disabled {
  cursor: wait;
  filter: saturate(0.92);
  opacity: 0.88;
  box-shadow:
    0 12px 18px rgba(46, 31, 18, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(67, 41, 19, 0.16);
}

.cta-click-hand {
  position: absolute;
  z-index: 4;
  right: 8px;
  bottom: -32px;
  width: 54px;
  height: 54px;
  pointer-events: none;
  transform-origin: 58% 18%;
  opacity: 1;
  visibility: visible;
  animation: ctaHandTimeline 13.8s cubic-bezier(0.22, 0.72, 0.2, 1) forwards;
}

.cta-click-hand img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 5px 8px rgba(46, 31, 18, 0.16));
}

.cta-click-hand__ring {
  position: absolute;
  left: 15px;
  top: -5px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 253, 249, 0.98) 0 3px, rgba(237, 220, 199, 0.5) 4px, transparent 9px);
  box-shadow:
    0 0 0 1px rgba(169, 119, 70, 0.2),
    0 0 18px rgba(237, 220, 199, 0.62);
  opacity: 0;
  transform-origin: center;
  animation: ctaClickRingTimeline 13.8s ease-out forwards;
}

.cta-click-hand__ring::before,
.cta-click-hand__ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.cta-click-hand__ring::before {
  inset: 3px;
  border: 1.6px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(255, 244, 230, 0.5);
}

.cta-click-hand__ring::after {
  inset: -4px;
  border: 1px solid rgba(207, 186, 161, 0.58);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.36);
}

@keyframes ctaHandTimeline {
  0%, 1.4%, 4.2%, 7%, 9.8%, 14.5%,
  38.8%, 40.2%, 43%, 45.8%, 48.6%, 53.3%,
  77.6%, 79%, 81.8%, 84.6%, 87.4%, 92.1% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) rotate(-10deg) scale(1);
  }

  2.1%, 2.9%,
  7.7%, 8.6%,
  40.9%, 41.7%,
  46.5%, 47.4%,
  79.7%, 80.5%,
  85.3%, 86.2% {
    opacity: 1;
    visibility: visible;
    transform: translate(-3px, -4px) rotate(-12.2deg) scale(0.945);
  }

  17.2%, 38.4%,
  56%, 77.2%,
  95.2%,
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0) rotate(-10deg) scale(1);
  }
}

@keyframes ctaClickRingTimeline {
  0%, 1.4%, 4.8%,
  7%, 10.4%,
  38.8%, 40.2%, 43.6%,
  45.8%, 49.2%,
  77.6%, 79%, 82.4%,
  84.6%, 88%,
  100% {
    opacity: 0;
    transform: scale(0.56);
  }

  2.1%,
  7.7%,
  40.9%,
  46.5%,
  79.7%,
  85.3% {
    opacity: 0.96;
    transform: scale(0.94);
  }

  4.6%,
  10.2%,
  43.4%,
  49%,
  82.2%,
  87.8% {
    opacity: 0;
    transform: scale(2.36);
  }
}

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

.consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px;
  align-items: start;
  padding: 1px 1px 0;
  color: #74675b;
  font-size: 0.62rem;
  line-height: 1.28;
}

.consent input {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.consent a,
.footer__links a,
.legal-copy a,
.legal-list a,
.footer__legal a {
  color: var(--accent-strong);
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  text-decoration-color: rgba(126, 86, 49, 0.42);
  border-radius: 6px;
  transition:
    color 160ms ease,
    text-decoration-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
  -webkit-tap-highlight-color: rgba(169, 119, 70, 0.14);
}

.consent a:active,
.footer__links a:active,
.legal-copy a:active,
.legal-list a:active,
.footer__legal a:active {
  color: var(--ink);
  background: rgba(169, 119, 70, 0.08);
  text-decoration-color: rgba(33, 26, 20, 0.5);
}

.consent a:focus-visible,
.footer__links a:focus-visible,
.legal-copy a:focus-visible,
.legal-list a:focus-visible,
.footer__legal a:focus-visible {
  outline: 2px solid rgba(169, 119, 70, 0.28);
  outline-offset: 2px;
  text-decoration-color: rgba(33, 26, 20, 0.56);
}

.page-legal .legal-copy a,
.page-legal .legal-list a {
  color: #1f5fbf;
  text-decoration-color: rgba(31, 95, 191, 0.42);
  -webkit-tap-highlight-color: rgba(31, 95, 191, 0.14);
}

.page-legal .legal-copy a:active,
.page-legal .legal-list a:active {
  color: #184a94;
  background: rgba(31, 95, 191, 0.08);
  text-decoration-color: rgba(24, 74, 148, 0.54);
}

.page-legal .legal-copy a:focus-visible,
.page-legal .legal-list a:focus-visible {
  outline-color: rgba(31, 95, 191, 0.28);
  text-decoration-color: rgba(24, 74, 148, 0.58);
}

.accordion-card {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.accordion {
  display: grid;
  gap: 5px;
}

.accordion-item {
  position: relative;
  border: 1px solid rgba(207, 186, 161, 0.3);
  border-radius: 17px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.5), transparent 38%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.985), rgba(250, 245, 238, 0.955));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 4px 10px rgba(46, 31, 18, 0.012);
  overflow: hidden;
}

.accordion-item summary {
  position: relative;
  display: block;
  padding: 11px 43px 11px 12px;
  cursor: pointer;
  list-style: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.accordion-item summary::-webkit-details-marker {
  display: none;
}

.accordion-item summary::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border: 1.5px solid rgba(152, 106, 64, 0.58);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 240, 230, 0.96));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f4728' stroke-width='2.7' stroke-linecap='round'%3E%3Cpath d='M12 5.5v13M5.5 12h13'/%3E%3C/svg%3E");
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 4px 9px rgba(80, 48, 24, 0.055);
}

.accordion-item[open] summary::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f4728' stroke-width='2.7' stroke-linecap='round'%3E%3Cpath d='M5.5 12h13'/%3E%3C/svg%3E");
}

.accordion-item[open] {
  border-color: rgba(207, 186, 161, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 5px 12px rgba(46, 31, 18, 0.014);
}

.accordion-item__title {
  display: block;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 760;
  letter-spacing: -0.024em;
}

.accordion-item__meta {
  display: block;
  margin-top: 1px;
  color: #7b6d61;
  font-size: 0.64rem;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.accordion-item__body {
  padding: 0 12px 12px;
}

.review-lead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(207, 186, 161, 0.44);
}

.review-lead strong {
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.review-lead span {
  color: #74675b;
  font-size: 0.64rem;
  line-height: 1.22;
  text-align: right;
}

.review-gallery {
  margin-top: 7px;
}

.review-gallery__stage {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  gap: 6px;
  align-items: center;
}

.review-gallery__viewport {
  overflow: hidden;
}

.review-gallery__track {
  display: flex;
  transition: transform 220ms ease;
  will-change: transform;
}

.review-screen {
  flex: 0 0 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
}

.review-phone {
  width: min(100%, 202px);
  margin: 0 auto;
  padding: 7px;
  border: 1px solid rgba(37, 28, 21, 0.16);
  border-radius: 29px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, #f7efe5, #ebdfd0);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 12px 24px rgba(46, 31, 18, 0.06),
    0 2px 6px rgba(46, 31, 18, 0.025);
}

.review-phone__bar {
  width: 58px;
  height: 4px;
  margin: 1px auto 7px;
  border-radius: 999px;
  background: rgba(64, 46, 31, 0.14);
}

.review-phone__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 5px 6px;
}

.review-phone__header span {
  color: #8a7968;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.review-phone__header strong {
  color: #4a3727;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-phone__screen {
  padding: 4px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fbf7f1, #f1e7da);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.review-phone__screen picture {
  display: block;
}

.review-phone img {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 19;
  border-radius: 18px;
  object-fit: contain;
  background: #f7efe5;
}

.review-gallery__arrow {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(207, 186, 161, 0.44);
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.94);
  color: transparent;
  font-size: 0;
  line-height: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 6px 12px rgba(46, 31, 18, 0.028);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.review-gallery__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.review-gallery__arrow--prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23865f3d' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 6.5 9 12l5.5 5.5'/%3E%3C/svg%3E");
}

.review-gallery__arrow--next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23865f3d' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.5 6.5 15 12l-5.5 5.5'/%3E%3C/svg%3E");
}

.review-gallery__nav {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 8px;
}

.review-gallery__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(147, 111, 72, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transition: width 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.review-gallery__dot.is-active {
  width: 15px;
  background: rgba(34, 27, 21, 0.78);
}

.review-gallery__dot:focus-visible,
.review-gallery__arrow:focus-visible {
  outline: 2px solid rgba(169, 119, 70, 0.2);
  outline-offset: 2px;
}

.compact-spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 5px;
}

.compact-spec-list li {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px;
  align-items: baseline;
  padding: 7px 9px 7px 23px;
  border: 1px solid rgba(207, 186, 161, 0.3);
  border-radius: 12px;
  background: rgba(255, 251, 245, 0.54);
  color: var(--ink);
  line-height: 1.26;
  letter-spacing: -0.016em;
}

.compact-spec-list li::before {
  content: "•";
  position: absolute;
  left: 10px;
  top: 50%;
  color: rgba(134, 95, 61, 0.62);
  font-size: 0.68rem;
  line-height: 1;
  transform: translateY(-50%);
}

.compact-spec-list span {
  color: #5a493b;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: -0.012em;
  text-transform: none;
}

.compact-spec-list strong {
  color: var(--ink);
  font-size: 0.72rem;
  line-height: 1.26;
  letter-spacing: -0.016em;
  font-weight: 620;
  margin-left: 0;
}

.spec-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.spec-list li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 98px;
  padding: 10px 14px;
  border: 1px solid rgba(207, 186, 161, 0.34);
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.86), transparent 42%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.985), rgba(248, 243, 237, 0.955));
  box-shadow:
    0 16px 30px rgba(46, 31, 18, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.spec-list__media {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  overflow: visible;
  box-shadow: none;
}

.spec-list__media img {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  object-fit: contain;
  border: 1px solid rgba(152, 106, 64, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 7px 12px rgba(82, 51, 27, 0.055);
  filter: none;
}

.spec-list__icon {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border: 1px solid rgba(207, 186, 161, 0.46);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 239, 229, 0.94));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  opacity: 0.94;
}

.spec-list__icon--confirm {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23865f3d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
}

.spec-list__icon--delivery {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23865f3d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v8H3z'/%3E%3Cpath d='M14 10h3l2 2v3h-5z'/%3E%3Ccircle cx='7.5' cy='18' r='1.5'/%3E%3Ccircle cx='17.5' cy='18' r='1.5'/%3E%3C/svg%3E");
}

.spec-list__icon--payment {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23865f3d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M7 15h4'/%3E%3C/svg%3E");
}

.spec-list__content {
  display: block;
}

.spec-list__content strong {
  color: #2d251e;
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 0.94rem;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.025em;
  text-transform: none;
}

.spec-list__content span {
  color: #62554a;
  display: block;
  font-size: 0.76rem;
  line-height: 1.38;
  letter-spacing: -0.015em;
  font-weight: 560;
}

.footer {
  padding: 10px 0 0;
  border-top: 1px solid rgba(207, 186, 161, 0.52);
  display: grid;
  gap: 8px;
}

.thanks-shell,
.legal-shell {
  display: grid;
  gap: 12px;
}

.footer__links {
  display: grid;
  gap: 2px;
  justify-items: center;
  text-align: center;
  max-width: 100%;
  min-width: 0;
}

.footer__links a {
  display: inline-block;
  max-width: 100%;
  color: var(--ink);
  font-size: 0.74rem;
  line-height: 1.42;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer__rights {
  color: var(--ink-soft);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}

.footer__legal {
  display: grid;
  gap: 3px;
  padding-top: 7px;
  border-top: 1px solid rgba(207, 186, 161, 0.42);
  justify-items: center;
  text-align: center;
}

.footer__legal p {
  max-width: 100%;
  color: var(--ink-soft);
  font-size: 0.58rem;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer__legal a {
  color: inherit;
  font-weight: inherit;
}

@media (max-width: 640px) {
  .page-home .site-shell {
    padding-bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .page-home .footer {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .page-home .footer__legal {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .page-home .footer__legal p:last-child {
    margin-bottom: 8px;
  }
}

.thanks-shell,
.legal-shell {
  margin-top: 8px;
}

.thanks-card,
.legal-card {
  padding: 18px 16px;
}

.page-legal .doc-topbar {
  margin-bottom: 8px;
}

.page-legal .legal-shell {
  margin-top: 6px;
  display: grid;
  gap: 10px;
  width: min(100%, 560px);
  margin-inline: auto;
}

.page-legal .legal-card {
  border-radius: 26px;
  padding: 20px 22px 22px;
  background: rgba(255, 253, 249, 0.965);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 16px 32px rgba(46, 31, 18, 0.055);
}

.page-thanks .thanks-card {
  position: relative;
  overflow: hidden;
  padding: 18px 16px 16px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.62), transparent 34%),
    radial-gradient(circle at bottom right, rgba(169, 119, 70, 0.085), transparent 42%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.985), rgba(247, 239, 229, 0.97));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 18px 36px rgba(46, 31, 18, 0.065),
    0 1px 0 rgba(255, 255, 255, 0.38);
}

.page-thanks .thanks-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 40%);
  pointer-events: none;
}

.thanks-card > * {
  position: relative;
  z-index: 1;
}

.thanks-card__eyebrow {
  min-height: 24px;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

.page-thanks .thanks-card__title {
  margin-top: 10px;
  font-size: clamp(1.96rem, 10.8vw, 2.86rem);
  line-height: 0.93;
}

.page-thanks .thanks-card p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.thanks-card__mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-top: 10px;
  border: 1px solid rgba(41, 31, 23, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #221b15, #4b3423);
  color: #fffaf2;
  font-size: 1.46rem;
  font-weight: 800;
  box-shadow:
    0 16px 28px rgba(46, 31, 18, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(67, 41, 19, 0.14);
}

.thanks-card__facts {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.thanks-card__fact {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(207, 186, 161, 0.46);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 242, 233, 0.9));
  color: #5b4e43;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: -0.012em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 8px 16px rgba(46, 31, 18, 0.024);
}

.thanks-card__fact::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b48753, #8c6138);
}

.thanks-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 16px;
}

.page-thanks .thanks-card__actions .button {
  width: 100%;
}

.page-thanks .thanks-card__actions .button--primary {
  box-shadow:
    0 18px 30px rgba(46, 31, 18, 0.14),
    0 6px 12px rgba(46, 31, 18, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(67, 41, 19, 0.14);
}

.page-thanks .thanks-card__actions .button--ghost {
  min-height: 48px;
  border-color: rgba(207, 186, 161, 0.72);
  background: rgba(255, 252, 247, 0.94);
}

.legal-hero {
  display: grid;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(207, 186, 161, 0.42);
}

.page-legal .legal-hero {
  gap: 8px;
  padding-bottom: 10px;
  min-width: 0;
  max-width: 100%;
}

.page-legal .legal-hero > * {
  min-width: 0;
  max-width: 100%;
}

.page-legal .legal-hero__title {
  margin-top: 0;
  font-size: clamp(1.42rem, 5.4vw, 1.92rem);
  line-height: 1.08;
  letter-spacing: -0.026em;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.legal-hero__lead {
  color: var(--ink-soft);
  line-height: 1.56;
}

.page-legal .legal-hero__lead {
  font-size: 0.9rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.legal-meta {
  color: var(--ink-soft);
  font-size: 0.68rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-legal .legal-meta,
.page-legal .legal-section,
.page-legal .legal-section h2,
.page-legal .legal-copy,
.page-legal .legal-list li {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.legal-panel {
  display: none;
}

.legal-panel.is-active {
  display: block;
}

.legal-section {
  margin-top: 16px;
}

.page-legal .legal-section {
  margin-top: 14px;
}

.legal-section h2 {
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.page-legal .legal-section h2 {
  font-size: 0.92rem;
  line-height: 1.3;
}

.legal-list {
  margin: 10px 0 0;
  padding-left: 18px;
}

.page-legal .legal-list {
  margin-top: 9px;
  padding-left: 16px;
}

.legal-list li + li {
  margin-top: 8px;
}

.page-legal .legal-list li + li {
  margin-top: 7px;
}

.legal-copy,
.legal-list li {
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.58;
}

.page-legal .legal-copy,
.page-legal .legal-list li {
  font-size: 0.82rem;
  line-height: 1.54;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 360px) {
  .page-home .site-shell {
    padding-bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .site-shell {
    padding-inline: 12px;
  }

  .page-legal .site-shell {
    padding-top: 10px;
    padding-inline: 12px;
  }

  .page-legal .doc-topbar {
    margin-bottom: 7px;
  }

  .page-legal .legal-card {
    border-radius: 23px;
    padding: 15px 13px 14px;
  }

  .page-legal .legal-hero__title {
    font-size: clamp(1.28rem, 6.8vw, 1.62rem);
    line-height: 1.08;
  }

  .page-legal .legal-hero__lead {
    font-size: 0.86rem;
    line-height: 1.46;
  }

  .page-legal .legal-meta {
    font-size: 0.64rem;
    letter-spacing: 0.035em;
  }

  .page-legal .legal-section {
    margin-top: 13px;
  }

  .page-legal .legal-section h2 {
    font-size: 0.89rem;
  }

  .page-legal .legal-copy,
  .page-legal .legal-list li {
    font-size: 0.79rem;
    line-height: 1.5;
  }

  .page-legal .legal-list {
    padding-left: 15px;
  }

  .page-legal .lang-switch__btn {
    min-width: 40px;
    min-height: 31px;
    padding-inline: 9px;
  }

  .page-thanks .thanks-card {
    padding: 16px 14px 15px;
    border-radius: 25px;
  }

  .thanks-card__eyebrow {
    font-size: 0.6rem;
  }

  .thanks-card__mark {
    width: 54px;
    height: 54px;
    margin-top: 9px;
    font-size: 1.34rem;
  }

  .page-thanks .thanks-card__title {
    margin-top: 9px;
    font-size: clamp(1.82rem, 10.2vw, 2.44rem);
  }

  .page-thanks .thanks-card p {
    font-size: 0.86rem;
    line-height: 1.46;
  }

  .thanks-card__facts {
    gap: 6px;
    margin-top: 11px;
  }

  .thanks-card__fact {
    min-height: 34px;
    padding-inline: 11px;
    font-size: 0.69rem;
  }

  .thanks-card__actions {
    gap: 8px;
    margin-top: 14px;
  }

  .page-home .topbar {
    gap: 6px;
    margin-bottom: 7px;
  }

  .brand--product {
    min-height: 34px;
    padding: 0 12px;
  }

  .brand--product strong {
    font-size: 0.79rem;
    letter-spacing: 0.022em;
  }

  .page-home .lang-switch {
    padding: 2px;
  }

  .page-home .lang-switch__btn {
    min-width: 40px;
    min-height: 31px;
    padding-inline: 10px;
  }

  .gallery__thumb {
    flex-basis: 67px;
  }

  .gallery__hint {
    bottom: 10px;
    min-height: 28px;
    padding-inline: 11px;
    font-size: 0.65rem;
  }

  .gallery__hint-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
    background-size: 15px 15px;
  }



  .price-card__new {
    font-size: 1.54rem;
  }

  .price-card__head {
    grid-template-columns: minmax(0, 1fr) 66px;
    gap: 10px;
    padding: 11px 10px 10px 11px;
  }

  .price-card__save {
    min-width: 65px;
    padding: 8px 5px 7px;
  }

  .price-card__save span {
    font-size: 0.46rem;
  }

  .price-card__save strong {
    font-size: 0.92rem;
  }

  .price-card__old {
    font-size: 0.83rem;
  }

  .price-card__old-block {
    gap: 2px;
    padding-left: 9px;
  }

  .price-card__old-label {
    font-size: 0.46rem;
  }

  .price-card__subgrid {
    gap: 5px;
  }

  .price-fact {
    min-height: 45px;
    padding: 4px 6px;
    gap: 1px 6px;
  }

  .price-fact {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 46px;
  }

  .price-fact__media {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  .price-fact__media img {
    width: 31px;
    height: 31px;
  }

  .price-fact > span:not(.price-fact__media) {
    font-size: 0.45rem;
  }

  .price-fact strong {
    font-size: 0.66rem;
    line-height: 1.14;
  }

  .accordion-card {
    margin-top: 7px;
  }

  .accordion {
    gap: 4px;
  }

  .accordion-item summary {
    padding: 10px 41px 10px 11px;
  }

  .accordion-item__title {
    font-size: 0.87rem;
  }

  .accordion-item__meta {
    font-size: 0.62rem;
  }

  .compact-spec-list {
    gap: 4px;
  }

  .compact-spec-list li {
    gap: 4px;
    padding: 6px 8px 6px 21px;
    line-height: 1.22;
  }

  .compact-spec-list li::before {
    left: 9px;
  }

  .compact-spec-list span,
  .compact-spec-list strong {
    font-size: 0.68rem;
  }

  .spec-list {
    gap: 7px;
  }

  .spec-list li {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 12px;
    min-height: 88px;
    padding: 9px 11px;
    border-radius: 18px;
  }

  .spec-list__icon {
    width: 20px;
    height: 20px;
    background-size: 11px 11px;
  }

  .spec-list__media {
    width: 66px;
    height: 66px;
    border-radius: 16px;
  }

  .spec-list__media img {
    width: 59px;
    height: 59px;
  }

  .spec-list__content strong,
  .spec-list__content span {
    line-height: 1.32;
  }

  .spec-list__content strong {
    font-size: 0.84rem;
    margin-bottom: 4px;
  }

  .spec-list__content span {
    font-size: 0.7rem;
  }

  .lead-form {
    gap: 6px;
    padding: 12px;
  }

  .cta-click-hand {
    right: 7px;
    bottom: -29px;
    width: 50px;
    height: 50px;
  }

  .cta-click-hand__ring {
    left: 14px;
    top: -5px;
    width: 18px;
    height: 18px;
  }

  .field {
    height: 43px;
    min-height: 43px;
    font-size: 16px;
    line-height: 43px;
  }

  .review-phone {
    width: min(100%, 192px);
  }

  .review-gallery__stage {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    gap: 4px;
  }

  .review-gallery__arrow {
    width: 28px;
    height: 28px;
  }

  .review-gallery__arrow::before {
    width: 11px;
    height: 11px;
    background-size: 11px 11px;
  }

  .review-phone__screen {
    padding: 3px;
    border-radius: 20px;
  }

  .review-phone img {
    border-radius: 16px;
  }
}

@media (max-width: 330px) {
  .page-home .site-shell {
    padding-bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .site-shell {
    padding-inline: 11px;
  }

  .cta-click-hand {
    right: 6px;
    bottom: -27px;
    width: 46px;
    height: 46px;
  }

  .cta-click-hand__ring {
    left: 13px;
    top: -5px;
    width: 17px;
    height: 17px;
  }

  .page-legal .site-shell {
    padding-inline: 11px;
  }

  .page-legal .legal-card {
    padding: 16px 14px 15px;
    border-radius: 22px;
  }

  .page-legal .legal-hero__title {
    font-size: clamp(1.24rem, 6.6vw, 1.56rem);
  }

  .page-legal .legal-copy,
  .page-legal .legal-list li {
    font-size: 0.77rem;
  }

  .page-legal .lang-switch__btn {
    min-width: 38px;
    min-height: 30px;
    font-size: 0.72rem;
  }

  .page-thanks .thanks-card {
    padding: 15px 12px 14px;
    border-radius: 23px;
  }

  .thanks-card__eyebrow {
    font-size: 0.58rem;
  }

  .thanks-card__mark {
    width: 50px;
    height: 50px;
    font-size: 1.24rem;
  }

  .page-thanks .thanks-card__title {
    font-size: clamp(1.7rem, 9.8vw, 2.18rem);
  }

  .page-thanks .thanks-card p {
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .thanks-card__fact {
    min-height: 33px;
    font-size: 0.67rem;
  }

  .brand--product strong {
    font-size: 0.75rem;
    letter-spacing: 0.018em;
  }

  .brand--product {
    min-height: 32px;
    padding-inline: 10px;
  }

  .page-home .lang-switch__btn {
    min-width: 38px;
    min-height: 30px;
    padding-inline: 9px;
    font-size: 0.72rem;
  }

  .gallery__thumb {
    flex-basis: 64px;
  }

  .gallery__hint {
    min-height: 27px;
    padding-inline: 10px;
    font-size: 0.63rem;
  }




  .price-card__new {
    font-size: 1.46rem;
  }

  .price-card__old {
    font-size: 0.77rem;
  }

  .accordion-item summary {
    padding: 10px 39px 10px 10px;
  }

  .accordion-item__title {
    font-size: 0.85rem;
  }

  .accordion-item__meta {
    font-size: 0.61rem;
  }

  .compact-spec-list li {
    padding-left: 20px;
  }

  .compact-spec-list span,
  .compact-spec-list strong {
    font-size: 0.66rem;
  }

  .spec-list li {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 10px;
    min-height: 82px;
    padding: 8px 9px;
    border-radius: 17px;
  }

  .spec-list__icon {
    width: 19px;
    height: 19px;
  }

  .spec-list__media {
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }

  .spec-list__media img {
    width: 54px;
    height: 54px;
  }

  .spec-list__content strong,
  .spec-list__content span {
    line-height: 1.28;
  }

  .spec-list__content strong {
    font-size: 0.78rem;
  }

  .spec-list__content span {
    font-size: 0.67rem;
  }

  .price-fact {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 43px;
    padding: 4px 6px;
    gap: 1px 6px;
  }

  .price-fact__media {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }

  .price-fact__media img {
    width: 29px;
    height: 29px;
  }

  .price-fact > span:not(.price-fact__media) {
    font-size: 0.44rem;
  }

  .price-fact strong {
    font-size: 0.64rem;
    line-height: 1.13;
  }

  .price-card__save {
    min-width: 61px;
    padding: 8px 4px 7px;
  }

  .price-card__save span {
    font-size: 0.48rem;
  }

  .price-card__save strong {
    font-size: 0.86rem;
  }

  .price-card__old-block {
    padding-left: 8px;
  }

  .review-phone {
    width: min(100%, 180px);
  }

  .review-lead span {
    font-size: 0.64rem;
  }

  .review-gallery__nav {
    margin-top: 7px;
  }
}

@media (hover: hover) {
  .button:hover,
  .gallery__thumb:hover,
  .lang-switch__btn:hover {
    transform: translateY(-1px);
  }

  .consent a:hover,
  .footer__links a:hover,
  .legal-copy a:hover,
  .legal-list a:hover,
  .footer__legal a:hover {
    color: var(--ink);
    text-decoration-color: rgba(33, 26, 20, 0.56);
  }

  .page-legal .legal-copy a:hover,
  .page-legal .legal-list a:hover {
    color: #184a94;
    text-decoration-color: rgba(24, 74, 148, 0.58);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .cta-click-hand,
  .cta-click-hand__ring {
    opacity: 0;
    visibility: hidden;
  }
}
