@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Leonovich';
  src: url('../fonts/Leonovich.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.lf {
  font-family: 'Leonovich', sans-serif
}

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

:root {
  --bg3:    #260010;
  --red:    #cc1228;
  --red2:   #ff0b1b;
  --red-g:  rgba(204,18,40,0.32);
  --w:      rgba(255,255,255,1);
  --w7:     rgba(255,255,255,0.7);
  --w4:     rgb(255,255,255);
  --w1:     rgba(255,255,255,0.1);
  --w05:    rgba(255,255,255,0.05);
  --max-w:  1440px;
  --hh:     clamp(62px, 6.5vw, 90px);
  --hh-full: calc(var(--hh) + 42px);
  --fs-h1:   clamp(26px, 5.06vw - 13px, 60px);
  --fs-h2:   clamp(22px, 3.57vw - 5.4px, 46px);
  --fs-nav:  clamp(12px, 0.6vw + 7.4px, 16px);
  --fs-body: clamp(12px, 0.6vw + 7.4px, 16px);
  --fs-tag:  clamp(11px, 0.3vw + 8.7px, 13px);
  --fs-sm:   clamp(13px, 0.45vw + 9.5px, 16px);
  --fs-form: clamp(14px, 0.45vw + 10.5px, 17px);
  --fs-modal: clamp(19px, 0.9vw + 12px, 25px);
  --fs-menu:  clamp(13px, 0.53vw + 10.95px, 15px);
}

html {
  scroll-behavior: smooth
}

[hidden] { display: none !important }

/* BACKGROUND */
.bg-fixed {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url('../img/bg.svg') center/cover no-repeat
}

/* BASE */
body {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: none;
  color: var(--w);
  overflow-x: hidden
}

/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--hh);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  padding: 0 clamp(12px, 2vw, 36px);
  gap: clamp(10px, 1.5vw, 24px);
  z-index: 1000
}

.header-fade {
  position: fixed;
  top: calc(var(--hh) - 6px);
  left: 0;
  right: 0;
  height: 48px;
  backdrop-filter: blur(24px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, transparent 100%);
  z-index: 999;
  pointer-events: none
}

.h-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0
}

.h-icon {
  height: clamp(38px, 4.5vw, 70px);
  width: auto;
  flex-shrink: 0
}

.h-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start
}

.h-name {
  height: clamp(16px, 2vw, 30px);
  width: auto;
  display: block
}

.h-desc {
  font-size: clamp(10px, 0.45vw + 6.5px, 13px);
  font-weight: 500;
  color: var(--w4);
  line-height: 1.2;
  max-width: 250px;
  margin-top: 1px;
  white-space: nowrap
}

nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.5vw, 28px)
}

nav a {
  text-decoration: none;
  color: var(--w4);
  font-size: var(--fs-nav);
  font-weight: 300;
  letter-spacing: clamp(0.5px, 0.12vw, 1.8px);
  text-transform: uppercase;
  transition: color .2s;
  white-space: nowrap
}

nav a:hover {
  color: var(--w)
}

.h-right {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.9vw, 14px);
  flex-shrink: 0
}

.h-phone {
  font-size: var(--fs-nav);
  font-weight: 700;
  color: var(--w);
  text-decoration: none;
  white-space: nowrap
}

.msg-icon {
  width: clamp(20px, 2.2vw, 35px);
  height: clamp(20px, 2.2vw, 35px);
  cursor: pointer;
  transition: opacity .2s;
  flex-shrink: 0
}

.msg-icon:hover {
  opacity: .75
}

.btn-p {
  background: radial-gradient(100% 100% at 50% 0%, rgba(255,79,91,0.9) 0%, rgba(255,0,17,0.9) 100%);
  backdrop-filter: blur(30px);
  color: #fff;
  border: none;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
  cursor: pointer;
  transition: box-shadow .2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap
}

.btn-p:hover {
  box-shadow: 0 0 18px var(--red-g)
}

.h-right .btn-p {
  width: clamp(95px, 10vw, 150px);
  height: clamp(26px, 2.6vw, 35px);
  font-size: clamp(10px, 1vw, 14px);
  padding: clamp(8px, 1vw, 16px) 8px;
  border-radius: 20px
}

.hero-cn .btn-p {
  width: 300px;
  height: clamp(36px, 0.86vw + 32.66px, 45px);
  font-size: clamp(11px, 0.48vw + 9.14px, 16px);
  padding: 13px 30px;
  border-radius: 20px
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
  background: none;
  border: none
}

.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 1px
}

.mmenu {
  position: fixed;
  top: var(--hh);
  left: 0;
  right: 0;
  background: rgba(16,0,4,.98);
  padding: 24px 28px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-bottom: 1px solid var(--w1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .25s ease, transform .25s ease, visibility 0s .25s
}

.mmenu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .25s ease, transform .25s ease, visibility 0s 0s
}

.mmenu a {
  text-decoration: none;
  color: var(--w7);
  font-size: var(--fs-menu);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase
}

.mmenu a:hover {
  color: #fff
}

.mm-msgs {
  display: flex;
  gap: 16px;
  align-items: center
}

.mmenu .msg-icon {
  display: block;
  width: 34px;
  height: 34px
}

.mm-btn {
  width: 100%;
  height: clamp(36px, 2.5vw + 18px, 45px);
  font-size: clamp(12px, 0.53vw + 9.93px, 14px);
  border-radius: 20px;
  padding: 8px 20px
}

/* GENERAL */
section {
  padding: 32px 0;
  scroll-margin-top: calc(var(--hh-full) + 8px)
}

.cn {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 40px
}

.stag {
  font-size: var(--fs-body);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red2);
  margin-bottom: 10px
}

.sdiv {
  width: 50px;
  height: 3px;
  background: var(--red2);
  border-radius: 2px;
  margin-bottom: 22px
}

.stitle {
  font-weight: 900;
  font-size: var(--fs-h2);
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 14px
}

.ssub {
  font-size: var(--fs-body);
  color: var(--w7);
  line-height: 1.65;
  max-width: 580px
}

.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center
}

.ph {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #1e000e 0%, #120006 100%);
  border-radius: 12px;
  border: 1px solid rgba(204,18,40,.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--w4);
  gap: 10px;
  overflow: hidden
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px
}

/* HERO */
#hero {
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: var(--hh);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden
}

.hero-cn {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
  position: relative;
  z-index: 1;
  width: 100%
}

.hero-cn-inner {
  min-width: 100%;
}

.hero-badge {
  display: inline-block;
  background: rgba(204,18,40,.14);
  border: 1px solid var(--red);
  color: var(--w);
  padding: 10px 14px;
  border-radius: 20px;
  font-size: clamp(10px, 0.19vw + 9.26px, 12px);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 22px
}

.hero-title {
  font-weight: 900;
  font-size: var(--fs-h1);
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 14px
}

.hero-title-logo {
  height: 1em;
  width: auto;
  vertical-align: baseline
}

.hero-sub {
  font-size: var(--fs-body);
  color: var(--w7);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: 1.65
}

.hero-kpi {
  display: flex;
  gap: 28px;
  margin-bottom: 36px
}

.kpi-n {
  font-weight: 900;
  font-size: clamp(18px, 0.76vw + 15px, 26px);
  color: var(--red2);
  line-height: 1;
  white-space: nowrap
}

.kpi-l {
  font-size: clamp(10px, 0.208vw + 9px, 12px);
  color: var(--w4);
  letter-spacing: .8px;
  margin-top: 4px
}

.hero-vis {
  display: flex;
  align-items: center;
  justify-content: center
}

.hero-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* RESULT */
#result {
  max-height: calc(100dvh - var(--hh-full));
  overflow: hidden
}

#result .ssub {
  margin-bottom: 40px
}

.ba-wrap {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  border: 1px solid var(--w1)
}

.ba-side {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px
}

.ba-before {
  background: url('../img/result/before.jpg') center/cover no-repeat
}

.ba-after {
  background: url('../img/result/after.jpeg') center/cover no-repeat;
  clip-path: inset(0 0 0 50%)
}

.ba-lbl {
  position: absolute;
  bottom: 14px;
  font-size: var(--fs-tag);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  white-space: nowrap
}

.ba-lbl.l {
  left: 25%;
  transform: translateX(-50%);
  background: rgba(0,0,0,.5);
  color: #ff7070;
  border: 1px solid rgba(255,112,112,.3)
}

.ba-lbl.r {
  left: 75%;
  transform: translateX(-50%);
  background: rgba(0,0,0,.5);
  color: #6fffa0;
  border: 1px solid rgba(111,255,160,.3)
}

.ba-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10
}

.ba-knob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  box-shadow: 0 2px 14px rgba(0,0,0,.55)
}

.ba-knob svg {
  width: 22px;
  height: 22px
}

/* LEAD */
.eq-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center
}

.eq-img {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  border-radius: 12px
}

.lead-desc {
  font-size: var(--fs-body);
  color: var(--w7);
  line-height: 1.7;
  margin-bottom: 28px
}

.lead-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px
}

.lead-btns .btn-p {
  padding: 13px 30px;
  font-size: clamp(11px, 0.48vw + 9.14px, 16px);
  border-radius: 20px
}

.btn-msg {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  text-decoration: none;
  border-radius: 8px;
  font-size: var(--fs-sm);
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all .2s;
  height: 44px;
  flex: 1 1 224px
}

.btn-msg img {
  width: 30px;
  height: 30px;
  flex-shrink: 0
}

.btn-mx {
  background: linear-gradient(135deg, #5B4CF5 0%, #9B59F5 100%);
  color: #fff
}

.btn-tg {
  background: linear-gradient(135deg, #2AABEE 0%, #229ED9 100%);
  color: #fff
}

.btn-msg:hover {
  opacity: .82;
}

/* SERVICE */
.feat-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px
}

.feat {
  display: flex;
  gap: 14px;
  align-items: flex-start
}

.feat-ic {
  width: 40px;
  height: 40px;
  background: rgba(204,18,40,.1);
  border: 1px solid rgba(204,18,40,.28);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0
}

.feat-ic img {
  width: 22px;
  height: 22px;
}

.feat-t {
  font-weight: 700;
  font-size: var(--fs-sm);
  margin-bottom: 3px
}

.feat-d {
  font-size: var(--fs-body);
  color: var(--w7);
  line-height: 1.5
}

/* FOOTER */
footer {
  border-top: 1px solid var(--w1);
  padding: 44px 0
}

.ft-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px
}

.ft-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px
}

.ft-logo-icon {
  height: 48px;
  width: auto
}

.ft-logo-name {
  height: 26px;
  width: auto
}

.ft-desc {
  font-size: 12.5px;
  color: var(--w4);
  line-height: 1.65;
  max-width: 270px;
  margin-bottom: 14px
}

.ft-addr {
  font-size: 14px;
  color: var(--w4);
  line-height: 1.7
}

.ft-col-t {
  font-weight: 700;
  font-size: var(--fs-tag);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--w7);
  margin-bottom: 14px
}

.ft-links {
  display: flex;
  flex-direction: column;
  gap: 7px
}

.ft-links a {
  text-decoration: none;
  color: var(--w4);
  font-size: var(--fs-sm);
  transition: color .2s
}

.ft-links a:hover {
  color: #fff
}

.ft-btm {
  max-width: var(--max-w);
  margin: 28px auto 0;
  padding: 22px 40px 0;
  border-top: 1px solid var(--w1);
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  color: var(--w4)
}

/* MODAL */
.modal-ov {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.88);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  backdrop-filter: blur(5px)
}

.modal-ov.open {
  opacity: 1;
  pointer-events: all
}

.modal {
  background: var(--bg3);
  border: 1px solid rgba(204,18,40,.3);
  border-radius: 14px;
  padding: 38px;
  width: 100%;
  max-width: 460px;
  position: relative;
  transform: translateY(18px);
  transition: transform .3s
}

.modal-ov.open .modal {
  transform: translateY(0)
}

.modal-x {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  color: var(--w4);
  font-size: var(--fs-modal);
  cursor: pointer;
  line-height: 1;
  transition: color .2s
}

.modal-x:hover {
  color: #fff
}

.modal-t {
  font-weight: 900;
  font-size: var(--fs-modal);
  text-transform: uppercase;
  margin-bottom: 7px
}

.modal-s {
  font-size: var(--fs-sm);
  color: var(--w7);
  margin-bottom: 26px;
  line-height: 1.5
}

.modal-success {
  text-align: center;
  padding: 16px 0 8px
}

.success-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--red-g);
  border: 2px solid var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px
}

.success-title {
  font-weight: 900;
  font-size: var(--fs-modal);
  text-transform: uppercase;
  margin-bottom: 10px
}

.success-sub {
  font-size: var(--fs-sm);
  color: var(--w7);
  line-height: 1.5;
  margin-bottom: 28px
}

.error-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(204,18,40,.15);
  border: 2px solid var(--red2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px
}

.error-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px
}

.modal-error .btn-mx {
  background: #32256A;
  border: 2px solid rgba(255,255,255,.2);
  padding: 4px 8px
}

.modal-error .btn-tg {
  background: #004156;
  border: 2px solid rgba(255,255,255,.2);
  padding: 4px 8px
}

.modal-error .btn-phone {
  background: #1A5423;
  border: 2px solid rgba(255,255,255,.2);
  padding: 4px 8px
}

.btn-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 8px;
  height: 44px;
  flex: 1 1 224px;
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: var(--fs-sm);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap
}

.btn-phone:hover {
  opacity: .82
}

.btn-phone img {
  width: 30px;
  height: 30px;
  flex-shrink: 0
}

.fg {
  margin-bottom: 14px
}

.fl {
  display: block;
  font-size: var(--fs-tag);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--w7);
  margin-bottom: 7px
}

.fi,
.fs {
  width: 100%;
  background: var(--w05);
  border: 1px solid var(--w1);
  border-radius: 7px;
  padding: 11px 14px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: var(--fs-form);
  transition: border-color .2s;
  outline: none
}

.fi:focus,
.fs:focus {
  border-color: var(--red)
}

.fi--err {
  border-color: var(--red2) !important
}

.ferr {
  display: block;
  font-size: 11px;
  color: var(--red2);
  margin-top: 4px;
  min-height: 16px
}

.form-err {
  font-size: 13px;
  color: var(--red2);
  margin: 4px 0 8px;
  min-height: 18px
}

.fs option {
  background: #1a0008
}

.fsub {
  width: 100%;
  padding: 13px;
  font-size: var(--fs-form);
  border-radius: 20px;
  margin-top: 6px
}

/* PHONE PICKER */
.phone-wrap {
  position: relative;
  display: flex;
  align-items: stretch
}

.phone-flag {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  background: var(--w05);
  border: 1px solid var(--w1);
  border-right: none;
  border-radius: 7px 0 0 7px;
  color: #fff;
  font-size: var(--fs-form);
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
  flex-shrink: 0
}

.phone-flag:hover {
  background: var(--w1)
}

.phone-flag span {
  font-size: var(--fs-form);
  font-weight: 400;
  line-height: 1
}

.phone-input {
  border-radius: 0 7px 7px 0 !important;
  flex: 1;
  min-width: 0
}

.phone-wrap .fi--err ~ .phone-input,
.phone-input.fi--err {
  border-color: var(--red2) !important
}

.phone-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 300;
  background: #1a0008;
  border: 1px solid var(--w1);
  border-radius: 8px;
  width: 230px;
  max-height: 248px;
  overflow-y: auto;
  display: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.6)
}

.phone-dropdown.open {
  display: block
}

.phone-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  cursor: pointer;
  transition: background .15s
}

.phone-option:hover {
  background: var(--w1)
}

.phone-option.active {
  background: var(--red-g)
}

.phone-option-flag {
  font-size: 13px;
  font-weight: 700;
  color: var(--w4);
  flex-shrink: 0;
  min-width: 24px
}

.phone-option-name {
  flex: 1;
  font-size: 14px;
  color: var(--w)
}

.phone-option-code {
  font-size: 13px;
  color: var(--w4)
}

/* RESPONSIVE */
@media (max-width: 950px) {
  nav { display: none }
  .burger { display: flex }
  .h-right { flex: 1; justify-content: center }
  .h-phone { font-size: var(--fs-menu) }
  .h-right a:has(.msg-icon) { display: none }
  .h-right .btn-p { display: none }
}

@media (max-width: 800px) {
  :root { --hh: 78px }
  section { padding: 40px 0 }
  .cn { padding: 0 20px }
  .two { grid-template-columns: 1fr; gap: 32px }
  .ft-grid { grid-template-columns: 1fr }
  .ft-btm { flex-direction: column; gap: 7px }

  header { padding: 0 16px; gap: 8px }
  .h-logo {
    display: grid;
    grid-template-areas: "icon name" "desc desc";
    grid-template-columns: auto 1fr;
    column-gap: 8px;
    row-gap: 2px;
    align-items: center;
    flex-shrink: 1;
    min-width: 0;
    max-width: 250px
  }
  .h-text { display: contents }
  .h-icon { grid-area: icon; height: 32px }
  .h-name { grid-area: name; height: 22px }
  .h-desc { grid-area: desc; font-size: var(--fs-tag); max-width: none }

  #hero {
    height: 100vh;
    height: 100dvh;
    min-height: unset;
    align-items: stretch
  }

  .hero-cn {
    display: flex;
    flex-direction: column;
    padding: 36px 20px;
    gap: 20px
  }

  .hero-vis {
    order: -1;
    flex: 1;
    min-height: calc((100vh - var(--hh-full)) * 0.3);
    min-height: calc((100dvh - var(--hh-full)) * 0.3)
  }

  .hero-img {
    width: auto;
    height: 100%;
    max-width: 100%
  }

  .hero-badge { padding: 6px 10px; margin-bottom: 12px }
  .hero-title { margin-bottom: 8px }
  .hero-sub { margin-bottom: 16px }
  .hero-kpi { gap: 16px; margin-bottom: 20px }
  .hero-cn .btn-p { width: 100%; padding: 8px 20px }
  .modal { padding: 24px }

  #leadmagnet {
    height: calc(100dvh - var(--hh-full));
    overflow: hidden;
    display: flex;
    flex-direction: column
  }

  #leadmagnet .cn {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column
  }

  #leadmagnet .two {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    min-height: 0;
    gap: 0
  }

  #leadmagnet .lead-text { display: contents }
  #leadmagnet .stag       { order: 1 }
  #leadmagnet .sdiv       { order: 1 }

  #leadmagnet .eq-img-wrap {
    order: 2;
    flex: 1;
    min-height: 0;
    margin-bottom: 22px;
    overflow: hidden
  }

  #leadmagnet .stitle,
  #leadmagnet .lead-desc,
  #leadmagnet .lead-btns { order: 3 }

  #leadmagnet .eq-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center top
  }

  #result { max-height: none; overflow: visible }
}

@media (max-width: 450px) {
  .ba-wrap { aspect-ratio: 4/3 }
  .h-phone { display: none }
  .h-right { flex: none }
}
