:root {
  --color-dark: #070707;
  --color-dark-2: #12100d;
  --color-gold: #c09145;
  --color-gold-light: #e4bd73;
  --color-brown: #7a4a22;
  --color-cream: #f6efe4;
  --color-text: #24211d;
  --color-muted: #8f877c;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow-soft: 0 20px 60px rgba(0,0,0,.18);
  --header-height: 74px;
  --container-wide: 1296px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--color-text);
  background: var(--color-dark);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
}

p {
  margin: 0;
}

section {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: var(--container-wide);
}

.dark-section {
  color: rgba(255, 248, 235, .78);
  border-top: 1px solid rgba(192, 145, 69, .24);
  background:
    radial-gradient(circle at 78% 12%, rgba(192, 145, 69, .18), transparent 24rem),
    radial-gradient(circle at 18% 78%, rgba(122, 74, 34, .14), transparent 23rem),
    linear-gradient(135deg, #050505 0%, #100e0c 46%, #070707 100%);
}

.dark-section::before,
.light-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .28;
  background-image:
    linear-gradient(115deg, transparent 0 48%, rgba(192, 145, 69, .08) 48% 49%, transparent 49% 100%),
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.07), transparent 14rem);
}

.light-section {
  color: var(--color-text);
  border-top: 1px solid rgba(122, 74, 34, .12);
  background:
    radial-gradient(circle at 16% 14%, rgba(192, 145, 69, .15), transparent 18rem),
    radial-gradient(circle at 84% 80%, rgba(122, 74, 34, .09), transparent 22rem),
    linear-gradient(135deg, #fffaf3 0%, var(--color-cream) 54%, #f1e4d2 100%);
}

.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section strong {
  color: #fff5e6;
}

h1 span,
h2 span,
.gold {
  color: var(--color-gold-light);
}

.eyebrow {
  display: inline-flex;
  color: var(--color-gold-light);
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.btn {
  --bs-btn-border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 22px;
  border-width: 1px;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-gold {
  color: #15100a;
  border-color: rgba(255, 224, 158, .52);
  background: linear-gradient(135deg, #efce82 0%, var(--color-gold) 52%, #8e642e 100%);
  box-shadow: 0 16px 32px rgba(192, 145, 69, .26);
}

.btn-gold:hover,
.btn-gold:focus-visible {
  color: #100c08;
  border-color: rgba(255, 238, 194, .8);
  background: linear-gradient(135deg, #f6db9b 0%, #c99a4e 54%, #9e7135 100%);
  box-shadow: 0 20px 38px rgba(192, 145, 69, .34);
}

.btn-outline-gold {
  color: #fff4e2;
  border-color: rgba(228, 189, 115, .68);
  background: rgba(0, 0, 0, .22);
}

.btn-outline-gold:hover,
.btn-outline-gold:focus-visible {
  color: #15100a;
  border-color: rgba(255, 235, 190, .9);
  background: var(--color-gold-light);
}

.site-header {
  min-height: var(--header-height);
  padding: 8px 0;
  border-bottom: 1px solid rgba(192, 145, 69, .32);
  background: rgba(5, 5, 5, .84);
  backdrop-filter: blur(18px);
  transition: padding .24s ease, background-color .24s ease, box-shadow .24s ease;
}

.site-header.scrolled {
  padding: 6px 0;
  background: rgba(5, 5, 5, .94);
  box-shadow: 0 16px 40px rgba(0,0,0,.36);
}

.site-header .navbar {
  min-height: 52px;
  padding: 0;
}


.brand-logo-crop img {
  width: 240px;
  max-width: none;
  height: 70px;
  object-fit: contain;
  transform: translate(-5px, -10px) scale(.94);
  transform-origin: left top;
}

.navbar-nav {
  align-items: center;
  gap: 18px;
}

.navbar .nav-link {
  position: relative;
  padding: 8px 0;
  color: rgba(255, 248, 235, .82);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.navbar .nav-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--color-gold-light);
  opacity: 0;
  transform: scaleX(.5);
  transition: opacity .2s ease, transform .2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--color-gold-light);
}

.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after,
.navbar .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: .82rem;
}

.navbar-toggler {
  width: 44px;
  height: 44px;
  padding: 0;
  border-color: rgba(228, 189, 115, .28);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(192, 145, 69, .24);
}

.navbar-toggler-icon {
  filter: invert(1) sepia(.4) saturate(1.8);
}

.hero-section {
  min-height: 720px;
  padding: 88px 0 26px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(6,6,6,.74) 44%, rgba(6,6,6,.52) 100%),
    radial-gradient(circle at 76% 42%, rgba(192,145,69,.28), transparent 30rem),
    linear-gradient(135deg, #030303 0%, #0d0c0a 48%, #050505 100%);
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-ring {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(192, 145, 69, .18);
  border-radius: 50%;
  pointer-events: none;
}

.hero-ring-one {
  top: 96px;
  right: 8%;
  width: min(620px, 58vw);
  height: min(620px, 58vw);
}

.hero-ring-two {
  top: 170px;
  right: 16%;
  width: min(430px, 42vw);
  height: min(430px, 42vw);
  border-style: dashed;
  opacity: .72;
}

.hero-copy {
  max-width: 650px;
  padding: 18px 0 14px;
}

.hero-copy h1 {
  margin-top: 18px;
  color: #fff5e8;
  font-size: clamp(2.55rem, 3.65vw, 4.05rem);
  font-weight: 900;
}

.hero-copy p {
  max-width: 610px;
  margin-top: 20px;
  color: rgba(255, 248, 235, .78);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn-main {
  min-width: 178px;
}

.hero-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin-top: 28px;
  padding: 12px;
  border: 1px solid rgba(192, 145, 69, .4);
  border-radius: var(--radius-md);
  background: rgba(0,0,0,.18);
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  color: #fff3dd;
  font-size: .88rem;
  font-weight: 750;
  text-align: center;
}

.hero-pills i {
  color: var(--color-gold-light);
  font-size: 1.34rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  margin-right: -84px;
}

.hero-visual::before {
  position: absolute;
  inset: 10% 0 2% 10%;
  content: "";
  border-radius: 48%;
  background: radial-gradient(circle, rgba(192, 145, 69, .46), rgba(122, 74, 34, .22) 45%, transparent 72%);
  filter: blur(34px);
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: min(760px, 56vw);
  height: 560px;
  margin-left: auto;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08);
  box-shadow: 0 38px 90px rgba(0,0,0,.42);
  transform: translateX(28px) scale(1.04);
}

.image-fallback {
  display: none;
}

.image-guard.image-missing img {
  display: none;
}

.image-guard.image-missing .image-fallback {
  display: grid;
  min-height: 220px;
  place-items: center;
  color: var(--color-gold-light);
  border: 1px solid rgba(192, 145, 69, .38);
  border-radius: var(--radius-md);
  background: rgba(0,0,0,.32);
  font-weight: 900;
}

.problem-section {
  padding: 30px 0 32px;
  background:
    radial-gradient(circle at 88% 22%, rgba(192,145,69,.14), transparent 20rem),
    linear-gradient(135deg, #080808 0%, #11100e 52%, #050505 100%);
}

.problem-copy {
  height: 100%;
  padding: 8px 0;
}

.problem-copy h2,
.steps-section h2,
.advantages-section h2,
.gallery-section h2,
.faq-section h2,
.contact-section h2 {
  font-size: clamp(1.65rem, 2.55vw, 2.5rem);
  font-weight: 900;
}

.problem-copy p {
  max-width: 420px;
  margin-top: 18px;
  color: rgba(255,248,235,.72);
  font-size: .98rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  height: 100%;
}

.dark-card {
  position: relative;
  min-height: 174px;
  padding: 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(192, 145, 69, .42);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018)),
    rgba(0,0,0,.22);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.dark-card:hover,
.step-card:hover,
.advantage-grid article:hover,
.instrument-grid article:hover,
.gallery-card:hover,
.video-card:hover,
.contact-grid a:hover {
  border-color: rgba(228, 189, 115, .78);
  box-shadow: 0 20px 54px rgba(0,0,0,.28);
  transform: translateY(-4px);
}

.dark-card i {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--color-gold-light);
  border: 1px solid rgba(228, 189, 115, .55);
  border-radius: 50%;
  font-size: 1.25rem;
}

.dark-card h3 {
  font-size: 1.04rem;
  font-weight: 900;
}

.dark-card p {
  margin-top: 9px;
  color: rgba(255,248,235,.7);
  font-size: .9rem;
}

.about-section {
  padding: 34px 0;
}

.section-copy h2,
.instruments-section h2 {
  color: #14110d;
  font-size: clamp(1.85rem, 2.85vw, 2.75rem);
  font-weight: 900;
}

.section-copy p,
.instruments-section p {
  margin-top: 16px;
  color: #4c453c;
  font-size: .98rem;
}

.mini-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.mini-feature-row article {
  text-align: center;
}

.mini-feature-row i {
  display: grid;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  place-items: center;
  color: var(--color-gold);
  border: 1px solid rgba(192, 145, 69, .25);
  border-radius: 50%;
  font-size: 1.42rem;
}

.mini-feature-row strong,
.mini-feature-row span {
  display: block;
}

.mini-feature-row strong {
  color: #18130f;
  font-size: .95rem;
  font-weight: 900;
}

.mini-feature-row span {
  margin-top: 4px;
  color: #655b51;
  font-size: .78rem;
}

.about-product {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.about-product img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.spec-list {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(122, 74, 34, .16);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.62);
  box-shadow: var(--shadow-soft);
}

.spec-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.spec-list i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff4df;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold));
  font-size: 1.2rem;
}

.spec-list h3 {
  color: #17120e;
  font-size: 1.04rem;
  font-weight: 900;
}

.spec-list p {
  margin-top: 4px;
  color: #5e554b;
  font-size: .9rem;
}

.steps-section {
  padding: 30px 0;
}

.steps-section h2 {
  max-width: 330px;
}

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

.step-card {
  position: relative;
  min-height: 156px;
  padding: 18px 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(192, 145, 69, .46);
  border-radius: var(--radius-md);
  background: rgba(0,0,0,.22);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.step-number {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff4dd;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold));
  font-weight: 900;
}

.step-card img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  border-radius: 13px;
  filter: saturate(1.06) contrast(1.05);
}

.step-card h3 {
  margin-top: 14px;
  font-size: 1rem;
  font-weight: 900;
}

.step-card p {
  margin-top: 7px;
  color: rgba(255,248,235,.68);
  font-size: .83rem;
}

.instruments-section {
  padding: 30px 0 32px;
}

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

.instrument-grid article {
  display: grid;
  min-height: 76px;
  padding: 12px 8px;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(122, 74, 34, .16);
  border-radius: 10px;
  background: rgba(255,255,255,.5);
  box-shadow: 0 8px 20px rgba(63, 42, 24, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.instrument-grid i {
  color: var(--color-gold);
  font-size: 1.75rem;
}

.instrument-grid span {
  color: #1e1914;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.12;
}

.advantages-section {
  padding: 30px 0;
}

.advantages-section h2 {
  margin-bottom: 20px;
  color: var(--color-gold-light);
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.advantage-grid article {
  min-height: 96px;
  padding: 14px 12px;
  border: 1px solid rgba(192, 145, 69, .34);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.advantage-grid i {
  display: inline-grid;
  width: 31px;
  height: 31px;
  margin-right: 8px;
  place-items: center;
  color: var(--color-gold-light);
  border: 1px solid rgba(228, 189, 115, .45);
  border-radius: 50%;
  font-size: .98rem;
  vertical-align: middle;
}

.advantage-grid strong {
  display: inline;
  font-size: 18px;
  line-height: 1.2;
}

.advantage-grid span {
  display: block;
  margin-top: 9px;
  color: rgba(255,248,235,.64);
  font-size: 16px;
  line-height: 1.35;
}

.audience-panel {
  position: relative;
  min-height: 100%;
  padding: 22px;
  overflow: hidden;
  border-left: 1px solid rgba(192, 145, 69, .42);
  background: linear-gradient(90deg, rgba(0,0,0,.18), rgba(192,145,69,.07));
}

.audience-panel > div {
  position: relative;
  z-index: 2;
  max-width: 64%;
}

.audience-panel h2 {
  color: var(--color-gold-light);
}

.audience-panel p {
  margin-top: 12px;
  color: rgba(255,248,235,.7);
  font-size: .9rem;
}

.audience-panel ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.audience-panel li {
  display: flex;
  gap: 8px;
  color: #fff4df;
  font-size: .88rem;
}

.audience-panel li::before {
  flex: 0 0 auto;
  color: var(--color-gold-light);
  content: "✓";
  font-weight: 900;
}

.audience-panel img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .9;
  mask-image: linear-gradient(90deg, transparent 0%, #000 42%);
}

.why-section {
  padding: 18px 0;
}

.why-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  border: 1px solid rgba(192, 145, 69, .36);
  border-radius: 0;
  overflow: hidden;
}

.why-copy,
.why-claim {
  min-height: 128px;
}

.why-copy {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 28px;
  background: rgba(0,0,0,.2);
}




.why-copy h2 {
  font-size: 1.55rem;
  font-weight: 900;
}

.why-copy p {
  margin-top: 8px;
  color: rgba(255,248,235,.68);
  font-size: .9rem;
}

.why-claim {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 34px;
}

.why-claim::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(7,7,7,.86) 0%, rgba(7,7,7,.62) 48%, rgba(7,7,7,.25) 100%);
}

.why-claim img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-claim h2,
.why-claim p {
  position: relative;
  z-index: 2;
}

.why-claim h2 {
  max-width: 420px;
  color: var(--color-gold-light);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
}

.why-claim h2 span {
  display: block;
}

.why-claim p {
  margin-top: 8px;
  color: rgba(255,248,235,.72);
  font-size: .95rem;
}

.gallery-section {
  padding: 24px 0 28px;
}

.gallery-section h2,
.faq-section h2 {
  margin-bottom: 18px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 20px;
}

.video-card,
.gallery-card {
  position: relative;
  min-height: 160px;
  overflow: hidden;
  border: 1px solid rgba(192, 145, 69, .38);
  border-radius: 12px;
  background: rgba(0,0,0,.3);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.video-card img,
.gallery-card img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.06);
  transition: transform .25s ease;
}

.video-card::before,
.gallery-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 24%, rgba(0,0,0,.54) 100%);
}

.video-card:hover img,
.gallery-card:hover img {
  transform: scale(1.04);
}

.video-card button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  padding: 0;
  place-items: center;
  color: #fff;
  border: 3px solid rgba(255,255,255,.94);
  border-radius: 50%;
  background: rgba(0,0,0,.3);
  font-size: 2.35rem;
  transform: translate(-50%, -50%);
}

.gallery-card h3 {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 2;
  color: #fff4df;
  font-size: .96rem;
  font-weight: 900;
}

.faq-section {
  padding: 24px 0 28px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  align-items: start;
}

.faq-grid .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035)),
    rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.faq-grid .accordion-button {
  min-height: 58px;
  padding: 16px 48px 16px 22px;
  color: #fff3df;
  background: rgba(255,255,255,.03);
  box-shadow: none;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.28;
}

.faq-grid .accordion-button:not(.collapsed) {
  color: var(--color-gold-light);
  border-bottom: 1px solid rgba(192, 145, 69, .24);
  background:
    linear-gradient(90deg, rgba(192, 145, 69, .18), rgba(255,255,255,.035)),
    rgba(192, 145, 69, .08);
}

.faq-grid .accordion-button:focus {
  box-shadow: 0 0 0 .2rem rgba(192, 145, 69, .18);
}

.faq-grid .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #fff4df;
  background-image: none;
  content: "+";
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-grid .accordion-button:not(.collapsed)::after {
  color: var(--color-gold-light);
  content: "−";
}

.faq-grid .accordion-body {
  padding: 17px 22px 22px;
  color: rgba(255,248,235,.72);
  background: rgba(0,0,0,.16);
  font-size: .92rem;
  line-height: 1.55;
}

.order-cta-section {
  padding: 26px 0 34px;
  background:
    radial-gradient(circle at 80% 50%, rgba(192,145,69,.2), transparent 24rem),
    linear-gradient(135deg, #070707 0%, #11100d 48%, #070707 100%);
}

.order-cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .9fr) 260px;
  gap: 22px;
  align-items: center;
  min-height: 232px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(192, 145, 69, .42);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    rgba(0,0,0,.24);
  box-shadow: 0 28px 70px rgba(0,0,0,.32);
}

.order-cta-panel::before {
  position: absolute;
  inset: 10px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(228, 189, 115, .12);
  border-radius: 13px;
}

.order-cta-panel::after {
  position: absolute;
  top: -38%;
  right: 17%;
  width: 380px;
  height: 380px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(192, 145, 69, .2);
  border-radius: 50%;
}

.order-cta-copy,
.order-trust-list,
.order-product {
  position: relative;
  z-index: 1;
}

.order-cta-copy h2 {
  max-width: 610px;
  margin-top: 10px;
  color: #fff5e6;
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 900;
}

.order-cta-copy p {
  max-width: 610px;
  margin-top: 14px;
  color: rgba(255,248,235,.72);
  font-size: .96rem;
}

.order-cta-copy .btn {
  margin-top: 22px;
}

.order-trust-list {
  display: grid;
  grid-auto-rows: max-content;
  gap: 12px;
  align-content: center;
  align-self: center;
}

.order-trust-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 12px;
  border: 1px solid rgba(228, 189, 115, .24);
  border-radius: 13px;
  background: rgba(255,255,255,.055);
}

.order-trust-list i {
  display: grid;
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #17110b;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold));
  font-size: 1.12rem;
}

.order-trust-list strong,
.order-trust-list span {
  display: block;
}

.order-trust-list strong {
  color: #fff5e6;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.15;
}

.order-trust-list span {
  grid-column: 2;
  margin-top: 4px;
  color: rgba(255,248,235,.62);
  font-size: .76rem;
  line-height: 1.35;
}

.order-product {
  min-height: 180px;
  overflow: hidden;
  border: 1px solid rgba(192, 145, 69, .32);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0,0,0,.26);
}

.order-product::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.28) 100%);
}

.order-product img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
}

.contact-section {
  padding: 30px 0;
}

.contact-panel {
  position: relative;
  padding: 26px 28px;
  overflow: hidden;
  border: 1px solid rgba(122, 74, 34, .16);
  border-radius: 16px;
  background:
    linear-gradient(115deg, rgba(255,255,255,.72), rgba(255,255,255,.4)),
    radial-gradient(circle at 12% 16%, rgba(228, 189, 115, .26), transparent 20rem),
    radial-gradient(circle at 82% 76%, rgba(122, 74, 34, .12), transparent 18rem);
  box-shadow: 0 20px 46px rgba(65, 44, 24, .1);
}

.contact-panel::before {
  position: absolute;
  inset: 10px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(192, 145, 69, .16);
  border-radius: 12px;
}

.contact-panel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38%;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(192, 145, 69, .32), transparent);
}

.contact-copy {
  position: relative;
  z-index: 1;
}

.contact-copy > span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--color-gold);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-section h2 {
  color: #11100e;
}

.contact-section h2 span {
  display: block;
  color: var(--color-gold);
}

.contact-copy p {
  max-width: 350px;
  margin-top: 12px;
  color: #6a5f52;
  font-size: .9rem;
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-grid a {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 15px 16px;
  color: #17120e;
  border: 1px solid rgba(122, 74, 34, .18);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.78), rgba(246,239,228,.56)),
    rgba(255,255,255,.58);
  box-shadow: 0 14px 28px rgba(63, 42, 24, .08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.contact-grid a::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(228, 189, 115, .24), transparent 46%);
  opacity: 0;
  transition: opacity .22s ease;
}

.contact-grid a:hover::before {
  opacity: 1;
}

.contact-grid i {
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #15100b;
  border: 1px solid rgba(192, 145, 69, .55);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(228,189,115,.32));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  font-size: 1.22rem;
}

.contact-grid div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.contact-grid strong,
.contact-grid span {
  display: block;
}

.contact-grid strong {
  color: #16110d;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.18;
}

.contact-grid span {
  margin-top: 7px;
  color: #665b50;
  font-size: .78rem;
  line-height: 1.34;
}

.site-footer {
  padding: 26px 0 22px;
  color: rgba(255,248,235,.7);
  border-top: 1px solid rgba(192, 145, 69, .3);
  background:
    radial-gradient(circle at 90% 52%, rgba(192,145,69,.16), transparent 18rem),
    #070707;
}

.footer-grid {
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  align-items: flex-start;
}

.footer-brand-area {
  flex: 0 0 min(340px, 34%);
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 14px;
}

.site-footer p {
  max-width: 460px;
  font-size: .88rem;
}

.footer-nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  padding-top: 14px;
  margin: 0;
}

.footer-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: rgba(255,248,235,.72);
  border-bottom: 1px solid transparent;
  font-size: .86rem;
  font-weight: 750;
  white-space: nowrap;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.footer-nav a:hover {
  color: var(--color-gold-light);
  border-color: rgba(228, 189, 115, .55);
  transform: translateY(-1px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 16px;
  margin-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: .8rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s ease;
}

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

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1199.98px) {
  .navbar-nav {
    gap: 12px;
  }

  .navbar .nav-link {
    font-size: .72rem;
  }

  .brand-logo-crop {
    width: 172px;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 3.9vw, 3.75rem);
  }

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

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

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

  .order-cta-panel {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .85fr);
  }

  .order-product {
    display: none;
  }
}

@media (max-width: 991.98px) {
  :root {
    --header-height: 76px;
  }

  .site-header {
    min-height: var(--header-height);
    padding: 10px 0;
  }

  .navbar-collapse {
    padding: 18px;
    margin-top: 12px;
    border: 1px solid rgba(192, 145, 69, .22);
    border-radius: var(--radius-md);
    background: rgba(7,7,7,.96);
    box-shadow: 0 22px 48px rgba(0,0,0,.34);
  }

  .navbar-nav {
    align-items: stretch;
    gap: 4px;
    margin-bottom: 14px;
  }

  .navbar .nav-link {
    padding: 10px 0;
    font-size: .95rem;
  }

  .nav-cta {
    width: 100%;
  }

  .hero-section {
    min-height: auto;
    padding: 104px 0 44px;
  }

  .hero-copy {
    max-width: 760px;
    padding: 0;
  }

  .hero-visual {
    min-height: 410px;
    margin: 10px 0 0;
  }

  .hero-visual img {
    width: 100%;
    height: 420px;
    transform: none;
  }

  .problem-grid,
  .steps-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    flex-direction: column;
    gap: 22px;
  }

  .footer-brand-area {
    flex-basis: auto;
  }

  .footer-nav {
    padding-top: 0;
  }

  .order-cta-panel {
    grid-template-columns: 1fr;
  }

  .order-product {
    display: block;
  }

  .problem-copy p {
    max-width: 680px;
  }

  .about-product img {
    height: 380px;
  }

  .audience-panel {
    min-height: 360px;
  }

  .audience-panel > div {
    max-width: 58%;
  }

  .why-grid {
    border-radius: var(--radius-md);
  }

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

  .contact-panel::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.55rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-pills,
  .mini-feature-row,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .order-cta-panel {
    padding: 24px;
  }

  .order-trust-list article {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .problem-grid,
  .steps-grid,
  .gallery-grid {
    gap: 14px;
  }

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

  .audience-panel {
    min-height: auto;
  }

  .audience-panel > div {
    max-width: none;
  }

  .audience-panel img {
    position: relative;
    width: calc(100% + 48px);
    height: 210px;
    margin: 20px -24px -24px;
    mask-image: linear-gradient(180deg, #000 0%, #000 100%);
  }

  .why-copy {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .brand-logo-crop {
    width: 158px;
    height: 46px;
  }

  .brand-logo-crop img {
    transform: translate(-5px, -9px) scale(.94);
    transform-origin: left top;
  }

  .hero-section {
    padding-top: 98px;
  }

  .hero-visual {
    min-height: 320px;
  }

  .hero-visual img {
    height: 320px;
  }

  .problem-section,
  .about-section,
  .steps-section,
  .instruments-section,
  .advantages-section,
  .gallery-section,
  .faq-section {
    padding-block: 32px;
  }

  .dark-card,
  .spec-list,
  .order-cta-panel,
  .contact-panel,
  .audience-panel,
  .why-copy,
  .why-claim {
    padding: 20px;
  }

  .about-product img {
    height: 310px;
  }

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

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