:root {
  --ink: #171513;
  --muted: #6f6a65;
  --soft: #f4f1ed;
  --line: #e7e1db;
  --red: #861d22;
  --red-dark: #631317;
  --cream: #fbf9f6;
  --white: #fff;
  --shadow: 0 24px 70px rgba(51, 34, 28, .11);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: min(1180px, calc(100% - 48px));
  height: 64px;
  padding: 0 10px 0 18px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(39, 29, 24, .08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow .3s ease, background .3s ease;
}
.site-header.scrolled { background: rgba(255,255,255,.94); box-shadow: 0 14px 42px rgba(39, 29, 24, .13); }
.brand { display: inline-flex; gap: 10px; align-items: center; font-weight: 850; letter-spacing: .09em; }
.brand-mark { width: 30px; height: 30px; border-radius: 9px; background: var(--red); color: #fff; display: grid; place-items: center; letter-spacing: 0; font-family: Georgia, serif; }
.nav { display: flex; gap: 34px; font-size: 14px; color: #4f4a46; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--red); transition: right .25s; }
.nav a:hover::after { right: 0; }
.header-cta { padding: 13px 18px; border-radius: 12px; background: var(--ink); color: #fff; font-weight: 700; font-size: 13px; transition: transform .2s, background .2s; }
.header-cta:hover { background: var(--red); transform: translateY(-1px); }

.hero { min-height: 820px; padding: 128px 0 60px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 22px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; color: var(--red); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; margin: 0; line-height: .98; }
h1 { font-size: clamp(62px, 6.2vw, 94px); }
h1 em, h2 em { color: var(--red); font-weight: 400; }
.hero-lead { max-width: 580px; margin: 30px 0; font-size: 19px; line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 44px; }
.button { min-height: 56px; padding: 0 24px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 15px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 14px 28px rgba(134,29,34,.22); }
.button:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(80,24,25,.22); }
.button-primary:hover { background: var(--red-dark); }
.text-link { font-weight: 700; font-size: 14px; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--red); transition: transform .2s; }
.text-link:hover span { transform: translateY(4px); }
.hero-specs { display: flex; gap: 0; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-specs div { padding: 0 28px; border-right: 1px solid var(--line); }
.hero-specs div:first-child { padding-left: 0; }
.hero-specs div:last-child { border: 0; }
.hero-specs strong { display: block; font-family: Georgia, serif; font-size: 30px; line-height: 1; }
.hero-specs span { display: block; margin-top: 8px; font-size: 12px; color: var(--muted); }

.hero-visual { position: relative; padding-left: 32px; }
.hero-visual::before { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: #efe4de; top: -42px; right: -60px; z-index: -1; }
.image-wrap { overflow: hidden; border-radius: 220px 220px 28px 28px; background: var(--soft); box-shadow: var(--shadow); aspect-ratio: .78; }
.image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.hero-visual:hover .image-wrap img { transform: scale(1.025); }
.float-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.88); backdrop-filter: blur(14px); box-shadow: 0 16px 40px rgba(34,20,16,.12); }
.float-card-top { right: -26px; top: 19%; padding: 15px 18px; border-radius: 14px; font-size: 12px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #43905b; box-shadow: 0 0 0 5px rgba(67,144,91,.12); }
.float-card-bottom { left: 0; bottom: 44px; border-radius: 18px; padding: 17px 20px; display: flex; align-items: center; gap: 12px; }
.float-card-bottom strong { font-family: Georgia, serif; color: var(--red); font-size: 38px; line-height: 1; }
.float-card-bottom span { font-size: 11px; line-height: 1.4; color: var(--muted); }

.offer { padding: 38px 0 120px; }
.offer-panel { position: relative; padding: 62px; border: 1px solid #e8e0d9; border-radius: 34px; background: linear-gradient(145deg, #fff, #faf7f3); display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; overflow: hidden; box-shadow: 0 24px 80px rgba(53, 35, 28, .08); }
.offer-panel::before { content: ""; position: absolute; width: 380px; height: 380px; left: -160px; bottom: -230px; border-radius: 50%; background: rgba(134,29,34,.065); }
.offer-intro { position: relative; z-index: 1; align-self: center; }
.offer-intro .eyebrow { margin-bottom: 20px; }
.offer-intro h2 { font-size: clamp(42px, 4.2vw, 62px); }
.offer-intro > p:last-child { max-width: 480px; margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.offer-details { position: relative; z-index: 1; }
.offer-price { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.offer-price > span, .offer-card span { display: block; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.offer-price strong { display: block; margin: 7px 0 5px; font-family: Georgia, serif; color: var(--ink); font-size: clamp(46px, 4.2vw, 64px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.offer-price small { color: #9a928c; font-size: 11px; }
.offer-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0; }
.offer-card { position: relative; min-height: 154px; padding: 20px; border-radius: 20px; display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; overflow: hidden; }
.installment-card { background: #fff4c9; border: 1px solid #f1dfa0; }
.bonus-card { background: #e7f7d8; border: 1px solid #cfe9bb; }
.offer-card-icon { width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.68); display: grid; place-items: center; }
.offer-card-icon svg { width: 23px; fill: none; stroke: var(--red); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.offer-card strong { display: block; margin: 6px 0 5px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; line-height: 1.05; }
.offer-card small { color: #716a64; font-size: 11px; }
.offer-badge { position: absolute; right: 13px; top: 12px; padding: 5px 7px; border-radius: 7px; background: #ffd82f; color: #2d281c; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.bonus-badge { background: #31a54c; color: #fff; }
.offer-button { width: 100%; }
.offer-note { margin: 13px 4px 0; color: #9a928c; font-size: 9px; line-height: 1.55; }

.problems { padding: 118px 0 128px; background: var(--cream); border-top: 1px solid #f1ece6; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -56px; }
h2 { font-size: clamp(48px, 5.1vw, 72px); }
.section-heading > p:last-child { color: var(--muted); line-height: 1.7; font-size: 16px; padding-bottom: 5px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.problem-card { min-height: 440px; border-radius: var(--radius); background: #fff; border: 1px solid #ece5df; overflow: hidden; display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease, border .3s ease; }
.problem-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.problem-visual { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #eee8e3; }
.problem-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(29, 22, 19, .42) 100%); pointer-events: none; }
.problem-visual img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.78) contrast(.96); transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.problem-card:hover .problem-visual img { transform: scale(1.045); filter: saturate(.9) contrast(1); }
.problem-metric { position: absolute; z-index: 2; left: 18px; bottom: 16px; padding: 9px 13px; border-radius: 999px; color: #fff; background: rgba(139, 28, 32, .92); box-shadow: 0 8px 22px rgba(65, 14, 16, .2); font-size: 12px; font-weight: 700; letter-spacing: .02em; backdrop-filter: blur(8px); }
.card-index { position: absolute; z-index: 2; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #2b2522; background: rgba(255,255,255,.88); font-family: Georgia, serif; font-size: 12px; backdrop-filter: blur(8px); }
.problem-copy { padding: 25px 28px 29px; display: flex; flex: 1; flex-direction: column; }
.line-icon { margin-top: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: #f7efed; color: var(--red); }
.line-icon svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.problem-card h3, .benefit h3 { margin: auto 0 12px; font-family: Georgia, serif; font-size: 25px; line-height: 1.18; font-weight: 400; }
.problem-card p, .benefit p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.solution { padding: 132px 0; overflow: hidden; }
.solution-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 90px; align-items: center; }
.product-stage { position: relative; border-radius: 30px; background: #211d1b; display: grid; place-items: center; overflow: hidden; box-shadow: 0 28px 70px rgba(42, 29, 24, .16); }
.video-stage { isolation: isolate; color: #fff; }
.product-video { position: relative; z-index: 1; display: block; width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center; background: #171412; transition: filter .3s ease; }
.video-stage.is-paused .product-video { filter: brightness(.78); }
.video-overlay { position: absolute; z-index: 2; inset: 0; padding: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; pointer-events: none; background: linear-gradient(180deg, transparent 58%, rgba(13,10,9,.52) 100%); }
.video-label { padding: 9px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(22,17,15,.38); backdrop-filter: blur(10px); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.video-controls { display: flex; gap: 8px; pointer-events: auto; }
.video-control { width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: #fff; background: rgba(22,17,15,.5); backdrop-filter: blur(10px); display: grid; place-items: center; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.video-control:hover { transform: translateY(-2px); background: rgba(134,29,34,.86); }
.video-control svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-play, .icon-sound { display: none; }
.video-stage.is-paused .icon-play, .video-stage.has-sound .icon-sound { display: block; }
.video-stage.is-paused .icon-pause, .video-stage.has-sound .icon-muted { display: none; }
.solution-copy .section-heading { display: block; margin-bottom: 48px; }
.solution-copy .section-heading .eyebrow { margin-bottom: 20px; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.benefit-number { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #cfc5bd; font-size: 10px; color: var(--red); font-weight: 800; }
.benefit h3 { margin: 2px 0 8px; font-size: 22px; }
.safety-note { margin-top: 27px; padding: 17px 18px; display: flex; gap: 14px; align-items: center; border-radius: 15px; background: #f7f4f0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.safety-note strong { color: var(--ink); }
.safety-note svg { width: 29px; flex: 0 0 auto; fill: none; stroke: var(--red); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.equipment { padding: 120px 0; background: #fff; }
.equipment-title { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.equipment-title h2 { font-size: clamp(48px, 5vw, 70px); }
.equipment-title > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.equipment-interactive { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(300px, .68fr); gap: 18px; align-items: stretch; }
.equipment-media { position: relative; overflow: hidden; border-radius: 28px; background: #f4f0ec; box-shadow: 0 28px 80px rgba(52,35,28,.11); }
.equipment-media img { width: 100%; height: auto; }
.equipment-hotspot { position: absolute; left: var(--x); top: var(--y); width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; transform: translate(-50%, -50%); background: #fff; color: var(--red); font: 800 11px/1 Inter, "Segoe UI", sans-serif; cursor: pointer; box-shadow: 0 8px 24px rgba(43,27,22,.22); transition: transform .2s ease, background .2s ease, color .2s ease; }
.equipment-hotspot::before { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(134,29,34,.24); border-radius: 50%; animation: hotspotPulse 2.2s ease-out infinite; }
.equipment-hotspot:hover, .equipment-hotspot.is-active { transform: translate(-50%, -50%) scale(1.12); background: var(--red); color: #fff; }
.equipment-hotspot:focus-visible { outline: 3px solid rgba(134,29,34,.28); outline-offset: 5px; }
@keyframes hotspotPulse { 0% { transform: scale(.72); opacity: .9; } 75%, 100% { transform: scale(1.45); opacity: 0; } }
.equipment-detail { min-height: 100%; padding: 34px; border: 1px solid #e7dfd8; border-radius: 28px; background: linear-gradient(155deg, #fff, #f8f4f0); display: flex; flex-direction: column; }
.equipment-detail-top { display: flex; align-items: center; justify-content: space-between; }
.equipment-selected { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.equipment-source { padding: 6px 8px; border-radius: 7px; background: #efe8e2; color: #776e67; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.equipment-detail-icon { width: 58px; height: 58px; margin: auto 0 25px; border-radius: 18px; background: var(--red); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px rgba(134,29,34,.2); }
.equipment-detail-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.equipment-detail h3 { margin: 0 0 14px; font-family: Georgia, serif; font-size: clamp(29px, 2.5vw, 39px); line-height: 1.04; font-weight: 400; }
.equipment-description { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.equipment-result { margin-top: 28px; padding: 17px 18px; border-radius: 15px; background: #211d1b; color: #fff; }
.equipment-result span, .equipment-result strong { display: block; }
.equipment-result span { margin-bottom: 7px; color: #a99f98; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.equipment-result strong { font-family: Georgia, serif; font-size: 16px; font-weight: 400; line-height: 1.35; }
.equipment-points { margin: 20px 0 0; padding: 0; list-style: none; }
.equipment-points li { position: relative; padding: 10px 0 10px 20px; border-bottom: 1px solid #e8e1da; color: #5f5852; font-size: 12px; line-height: 1.45; }
.equipment-points li::before { content: ""; position: absolute; left: 1px; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.equipment-tip { margin: auto 0 0; padding-top: 20px; color: #9a918a; font-size: 9px; line-height: 1.5; }

.specifications { padding: 124px 0; background: #fff; border-top: 1px solid #f0ebe5; }
.specifications-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.specifications-heading h2 { font-size: clamp(48px, 5vw, 70px); }
.specifications-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.specifications-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr); gap: 20px; align-items: stretch; }
.product-gallery { min-width: 0; }
.gallery-viewport { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid #ebe4dd; border-radius: 28px; background: #fff; box-shadow: 0 28px 80px rgba(52,35,28,.1); }
.gallery-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transform: translateX(4%); transition: opacity .55s ease, transform .65s cubic-bezier(.2,.7,.2,1), visibility .55s; }
.gallery-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); }
.gallery-slide img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.gallery-arrow { position: absolute; z-index: 3; top: 50%; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(41,32,28,.1); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.9); display: grid; place-items: center; cursor: pointer; transform: translateY(-50%); box-shadow: 0 10px 28px rgba(42,29,24,.12); backdrop-filter: blur(8px); transition: background .2s ease, color .2s ease, transform .2s ease; }
.gallery-arrow:hover { color: #fff; background: var(--red); transform: translateY(-50%) scale(1.06); }
.gallery-arrow-prev { left: 18px; }
.gallery-arrow-next { right: 18px; }
.gallery-arrow svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gallery-counter { position: absolute; z-index: 3; right: 18px; bottom: 17px; padding: 8px 11px; border-radius: 999px; color: #fff; background: rgba(29,24,21,.68); font-size: 10px; letter-spacing: .06em; backdrop-filter: blur(8px); }
.gallery-counter strong { font-weight: 900; }
.gallery-dots { min-height: 22px; margin-top: 17px; display: flex; align-items: center; justify-content: center; gap: 7px; }
.gallery-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: #d9d1ca; cursor: pointer; transition: width .25s ease, background .25s ease; }
.gallery-dot.is-active { width: 26px; background: var(--red); }
.gallery-caption { margin: 7px 0 0; color: #978e87; font-size: 9px; line-height: 1.5; text-align: center; }
.spec-card { padding: 34px 36px 30px; border: 1px solid #e6ded7; border-radius: 28px; background: linear-gradient(155deg, #fff, #f8f4f0); display: flex; flex-direction: column; }
.spec-card-top { margin-bottom: 14px; padding-bottom: 20px; border-bottom: 1px solid #ded5cd; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.spec-card-top span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.spec-card-top strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.spec-list { margin: 0; }
.spec-list > div { display: grid; grid-template-columns: minmax(125px, .72fr) 1.28fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid #e7dfd8; }
.spec-list dt, .spec-list dd { margin: 0; font-size: 12px; line-height: 1.5; }
.spec-list dt { color: #918880; }
.spec-list dd { color: var(--ink); font-weight: 650; }
.spec-list dd strong { color: var(--red); font-size: 14px; }
.spec-link { width: fit-content; margin-top: auto; padding-top: 23px; color: var(--red); font-size: 12px; font-weight: 850; }
.spec-link span { margin-left: 7px; }

.comparison { padding: 124px 0; background: var(--cream); border-top: 1px solid #f0ebe5; }
.comparison-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.comparison-heading h2 { font-size: clamp(48px, 5vw, 70px); }
.comparison-heading > p { max-width: 440px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.comparison-scroll { overflow-x: auto; border: 1px solid #e3dbd3; border-radius: 25px; background: #fff; box-shadow: 0 22px 65px rgba(52,35,28,.07); scrollbar-width: thin; scrollbar-color: #cfc5bd transparent; }
.comparison-table { width: 100%; min-width: 920px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.comparison-table th, .comparison-table td { padding: 22px 20px; border-right: 1px solid #ece6e0; border-bottom: 1px solid #ece6e0; vertical-align: middle; text-align: left; font-size: 13px; line-height: 1.5; }
.comparison-table tr > *:last-child { border-right: 0; }
.comparison-table tbody tr:last-child > * { border-bottom: 0; }
.comparison-table thead th { height: 104px; background: #f5f1ed; color: #6f6862; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.comparison-table thead th:first-child { width: 16%; border-radius: 24px 0 0 0; }
.comparison-table thead th:not(:first-child) { width: 21%; }
.comparison-table tbody th { background: #fbf9f7; color: var(--ink); font-weight: 800; }
.comparison-table tbody td { color: var(--muted); }
.comparison-table td strong { color: var(--ink); font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.comparison-table .baier-column { position: relative; background: #fff5f3; border-right-color: #e4c9c7; border-left: 1px solid #e4c9c7; }
.comparison-table thead .baier-column { background: var(--red); color: #fff; }
.comparison-table tbody tr:last-child .baier-column { box-shadow: inset 0 -2px 0 var(--red); }
.table-choice { display: block; width: fit-content; margin-bottom: 9px; padding: 4px 7px; border-radius: 6px; background: rgba(255,255,255,.16); color: #f3dfe0; font-size: 8px; letter-spacing: .12em; }
.table-win { display: block; margin-top: 5px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.comparison-summary { margin-top: 18px; padding: 20px 23px; border-radius: 18px; background: #211d1b; color: #fff; display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; align-items: center; }
.summary-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--red); }
.summary-icon svg { width: 24px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.comparison-summary p { margin: 0; color: #d7d1cc; font-size: 13px; line-height: 1.55; }
.comparison-summary strong { color: #fff; }
.comparison-summary a { font-size: 12px; font-weight: 800; white-space: nowrap; }
.comparison-summary a span { margin-left: 7px; color: #dca3a5; }
.comparison-note { margin: 14px 4px 0; color: #9a928c; font-size: 9px; line-height: 1.55; }

.reviews { padding: 124px 0; background: #1d1a18; color: #fff; }
.reviews .eyebrow { color: #dca3a5; }
.reviews h2 em { color: #dca3a5; }
.reviews-heading { align-items: start; }
.reviews-heading .eyebrow { margin: 0 0 18px; }
.reviews-heading h2 { font-size: clamp(46px, 4.6vw, 66px); line-height: 1.02; }
.reviews-heading > p:last-child { color: #aaa39d; max-width: 360px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.review-card { position: relative; min-height: 430px; padding: 30px; border: 1px solid #383431; border-radius: var(--radius); background: #24211f; display: flex; flex-direction: column; }
.review-card.featured { background: #f7f3ef; color: var(--ink); transform: translateY(-18px); }
.quote-mark { position: absolute; right: 28px; top: 20px; font-family: Georgia, serif; font-size: 72px; line-height: 1; color: rgba(220,163,165,.18); }
.stars { color: #dca3a5; letter-spacing: .12em; font-size: 12px; }
.review-card blockquote { margin: 38px 0 30px; font-family: Georgia, serif; font-size: 18px; line-height: 1.5; }
.review-author { display: flex; gap: 12px; align-items: center; margin-top: auto; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-family: Georgia, serif; }
.review-author strong, .review-author small { display: block; }
.review-author strong { font-size: 13px; margin-bottom: 4px; }
.review-author small { color: #938c87; font-size: 11px; }
.review-disclaimer { margin: 26px 0 0; color: #77716d; font-size: 11px; line-height: 1.6; max-width: 760px; }

.final-cta { padding: 118px 0; background: var(--cream); }
.cta-panel { position: relative; min-height: 560px; padding: 78px 78px; border-radius: 38px; overflow: hidden; background: var(--red); color: #fff; display: flex; align-items: center; }
.cta-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(80,11,14,.38), transparent 65%); }
.cta-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow-light { color: #e8c7c8; }
.cta-copy h2 { font-size: clamp(48px, 4.8vw, 70px); }
.cta-copy h2 em { color: #ead0d0; }
.cta-copy > p:not(.eyebrow) { max-width: 530px; color: #e0c3c4; line-height: 1.7; margin: 24px 0 31px; }
.button-light { background: #fff; color: var(--red); }
.cta-visual { position: absolute; right: -28px; bottom: -60px; width: 47%; }
.cta-visual img { position: relative; z-index: 2; width: 100%; border-radius: 28px; transform: rotate(-4deg); box-shadow: 0 30px 70px rgba(42,5,7,.28); }
.cta-circle { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: rgba(255,255,255,.08); left: 0; top: -120px; }

.footer { min-height: 110px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 12px; }
.footer > a:last-child { color: var(--ink); font-weight: 700; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 52px; padding-top: 140px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(650px, 100%); margin: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading .eyebrow { grid-column: auto; margin-bottom: -4px; }
  .reviews-heading .eyebrow { margin-bottom: 14px; }
  .problem-grid, .review-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 0; }
  .offer-panel { grid-template-columns: 1fr; gap: 44px; }
  .equipment-title, .specifications-heading, .comparison-heading { grid-template-columns: 1fr; gap: 24px; }
  .equipment-interactive { grid-template-columns: 1fr; }
  .equipment-detail { min-height: 450px; }
  .specifications-layout { grid-template-columns: 1fr; }
  .spec-card { min-height: 0; }
  .solution-grid { grid-template-columns: 1fr; gap: 62px; }
  .product-stage { width: 100%; }
  .review-card, .review-card.featured { transform: none; min-height: 300px; }
  .cta-panel { padding: 64px 48px; }
  .cta-copy { max-width: 66%; }
  .cta-visual { width: 45%; right: -45px; }
}

@media (max-width: 640px) {
  .section-shell, .site-header { width: min(100% - 28px, 1180px); }
  .site-header { top: 8px; height: 58px; padding-left: 14px; }
  .header-cta { display: none; }
  .hero { min-height: 0; padding: 108px 0 64px; gap: 42px; }
  h1 { font-size: 52px; }
  h2, .cta-copy h2 { font-size: 43px; }
  .hero-lead { font-size: 16px; margin: 24px 0; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-bottom: 34px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-specs { justify-content: space-between; }
  .hero-specs div { padding: 0 14px; }
  .hero-specs strong { font-size: 24px; }
  .hero-visual { padding-left: 0; }
  .image-wrap { border-radius: 150px 150px 22px 22px; }
  .float-card-top { right: -4px; top: 17%; }
  .float-card-bottom { left: -5px; bottom: 20px; }
  .offer { padding: 16px 0 80px; }
  .offer-panel { padding: 34px 22px; border-radius: 26px; gap: 34px; }
  .offer-intro h2 { font-size: 41px; }
  .offer-cards { grid-template-columns: 1fr; }
  .offer-card { min-height: 132px; }
  .offer-price strong { font-size: 49px; }
  .equipment { padding: 76px 0; }
  .equipment-title { margin-bottom: 34px; }
  .equipment-title h2 { font-size: 41px; }
  .equipment-media { border-radius: 20px; box-shadow: 0 18px 50px rgba(52,35,28,.1); }
  .equipment-hotspot { width: 30px; height: 30px; font-size: 9px; }
  .equipment-detail { min-height: 0; padding: 25px 22px; border-radius: 20px; }
  .equipment-detail-icon { margin: 30px 0 22px; }
  .equipment-detail h3 { font-size: 31px; }
  .equipment-tip { margin-top: 22px; }
  .comparison { padding: 80px 0; }
  .comparison-heading { margin-bottom: 34px; }
  .comparison-heading h2 { font-size: 42px; }
  .comparison-scroll { margin-right: calc((100vw - 100%) * -1); border-radius: 20px 0 0 20px; }
  .comparison-table { min-width: 840px; }
  .comparison-table th, .comparison-table td { padding: 18px 15px; }
  .comparison-summary { grid-template-columns: 38px 1fr; padding: 18px; }
  .comparison-summary a { grid-column: 2; }
  .problems, .specifications, .reviews, .final-cta { padding: 80px 0; }
  .solution { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .problem-card { min-height: 0; }
  .problem-copy { padding: 22px 22px 25px; }
  .problem-metric { left: 14px; bottom: 14px; padding: 8px 11px; font-size: 11px; }
  .card-index { top: 13px; right: 13px; width: 34px; height: 34px; }
  .product-stage { border-radius: 22px; }
  .gallery-viewport, .spec-card { border-radius: 22px; }
  .gallery-arrow { width: 40px; height: 40px; }
  .gallery-arrow-prev { left: 12px; }
  .gallery-arrow-next { right: 12px; }
  .spec-card { padding: 27px 22px 24px; }
  .spec-list > div { grid-template-columns: 112px 1fr; gap: 15px; padding: 12px 0; }
  .video-overlay { padding: 14px; }
  .video-label { max-width: 68%; padding: 7px 9px; font-size: 7px; }
  .video-control { width: 38px; height: 38px; }
  .benefit { grid-template-columns: 38px 1fr; }
  .review-card { padding: 25px; }
  .review-card blockquote { font-size: 17px; margin-top: 30px; }
  .cta-panel { width: min(100% - 28px, 1180px); min-height: 680px; padding: 48px 28px; align-items: flex-start; border-radius: 28px; }
  .cta-copy { max-width: 100%; }
  .cta-visual { width: 90%; right: -18%; bottom: -32px; opacity: .72; }
  .footer { padding: 24px 0 96px; flex-direction: column; gap: 18px; justify-content: center; text-align: center; }
  .mobile-cta { position: fixed; display: flex; z-index: 30; bottom: 10px; left: 14px; right: 14px; height: 56px; padding: 0 20px; border-radius: 15px; align-items: center; justify-content: space-between; background: var(--red); color: #fff; font-weight: 800; font-size: 14px; box-shadow: 0 14px 38px rgba(76,12,15,.32); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
