:root {
  --bg: #07110f;
  --bg-soft: #0b1815;
  --panel: rgba(15, 31, 27, .78);
  --panel-solid: #10221d;
  --line: rgba(166, 255, 78, .16);
  --green: #a6ff4e;
  --green-deep: #72d51e;
  --orange: #ffb238;
  --text: #f4f8f5;
  --muted: #a7b7b0;
  --danger: #ff6f61;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 5%, rgba(166,255,78,.12), transparent 28rem),
    radial-gradient(circle at 5% 45%, rgba(255,178,56,.08), transparent 24rem),
    var(--bg);
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(7,17,15,.78);
  backdrop-filter: blur(18px);
}
.nav-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .04em; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #08100e;
  background: var(--green);
  border-radius: 12px 4px 12px 4px;
  box-shadow: 0 0 26px rgba(166,255,78,.22);
  font-size: 20px;
}
.brand small { display: block; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.nav-links { display: flex; align-items: center; gap: 26px; color: #c7d2cd; font-size: 14px; }
.nav-links a:hover { color: var(--green); }
.nav-refund { color: #fff !important; padding: 8px 14px; border: 1px solid rgba(255,111,97,.4); border-radius: 999px; background: rgba(255,111,97,.08); }

.hero { padding: 82px 0 64px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--green); box-shadow: 0 0 10px var(--green); }
h1 { margin: 20px 0 20px; font-size: clamp(42px, 6vw, 76px); line-height: 1.08; letter-spacing: -.055em; }
h1 span { color: var(--green); text-shadow: 0 0 36px rgba(166,255,78,.2); }
.hero-copy { max-width: 610px; color: #b6c4be; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 34px 0 28px; }
.btn { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 14px; font-size: 15px; font-weight: 800; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #07110f; background: var(--green); box-shadow: 0 12px 38px rgba(166,255,78,.2); }
.btn-primary:hover { background: #b7ff70; box-shadow: 0 16px 44px rgba(166,255,78,.28); }
.btn-secondary { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.btn-secondary:hover { border-color: rgba(166,255,78,.38); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; color: #94a69e; font-size: 13px; }
.trust-row span::before { content: "●"; color: var(--green); margin-right: 7px; font-size: 8px; vertical-align: 2px; }

.hero-visual { position: relative; min-height: 510px; }
.glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; background: rgba(166,255,78,.16); filter: blur(85px); right: 3%; top: 10%; }
.screen-main { position: absolute; inset: 50px 0 auto 35px; padding: 10px; border: 1px solid rgba(166,255,78,.25); border-radius: 26px; background: rgba(12,26,22,.8); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.screen-main img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 18px; }
.screen-badge { position: absolute; left: -22px; bottom: 42px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: #10221d; box-shadow: var(--shadow); font-size: 13px; }
.screen-badge strong { display: block; color: var(--green); font-size: 17px; }
.radar {
  position: absolute;
  width: 118px;
  height: 118px;
  right: -12px;
  top: 12px;
  border: 1px solid rgba(166,255,78,.35);
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 20px, rgba(166,255,78,.09) 21px), conic-gradient(from 15deg, rgba(166,255,78,.28), transparent 22%, transparent);
  box-shadow: inset 0 0 25px rgba(166,255,78,.08), 0 15px 40px rgba(0,0,0,.35);
}
.radar::after { content: ""; position: absolute; width: 7px; height: 7px; top: 29px; left: 74px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px var(--orange); }
.version-chip { position: absolute; right: 18px; bottom: 54px; color: #d7e1dd; padding: 11px 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(7,17,15,.88); font-size: 12px; }

.stats { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.stat { padding: 26px 22px; text-align: center; position: relative; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 25%; width: 1px; height: 50%; background: rgba(255,255,255,.08); }
.stat strong { display: block; color: var(--green); font-size: 22px; letter-spacing: -.02em; }
.stat span { color: var(--muted); font-size: 13px; }

section { padding: 96px 0; }
.section-head { max-width: 680px; margin-bottom: 42px; }
.section-kicker { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
h2 { margin: 10px 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.25; letter-spacing: -.04em; }
.section-head p { margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { position: relative; min-height: 245px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); background: linear-gradient(145deg, rgba(18,38,32,.92), rgba(10,23,19,.7)); transition: .25s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(166,255,78,.26); }
.feature-card::after { content: attr(data-num); position: absolute; right: 20px; bottom: -28px; color: rgba(255,255,255,.025); font-size: 110px; font-weight: 900; line-height: 1; }
.icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 24px; color: var(--green); border: 1px solid rgba(166,255,78,.24); border-radius: 13px; background: rgba(166,255,78,.07); font-size: 20px; }
.feature-card h3 { margin: 0 0 10px; font-size: 19px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.gallery-wrap { padding: 34px; border: 1px solid rgba(255,255,255,.08); border-radius: 30px; background: rgba(13,28,24,.72); box-shadow: var(--shadow); }
.image-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.shot { position: relative; overflow: hidden; border-radius: 18px; background: #0a1512; }
.shot img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .45s ease; }
.shot:hover img { transform: scale(1.025); }
.shot-label { position: absolute; left: 14px; bottom: 14px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(5,12,10,.78); backdrop-filter: blur(10px); font-size: 12px; }
.gallery-note { margin: 22px 4px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.gallery-note strong { color: #dfe7e3; }

.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; counter-reset: step; }
.step { counter-increment: step; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.12); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 22px; color: var(--green); font-size: 13px; font-weight: 800; }
.step h3 { margin: 0 0 9px; font-size: 18px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.support { padding-top: 0; }
.support-box { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; background: var(--panel-solid); }
.support-main { padding: 48px; }
.support-main h2 { margin-top: 0; }
.support-main p { color: var(--muted); }
.support-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.support-points span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; color: #cad5d0; font-size: 12px; }
.refund-card { padding: 42px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, rgba(255,111,97,.16), rgba(255,178,56,.08)); border-left: 1px solid rgba(255,255,255,.08); }
.refund-card .label { color: #ff9d93; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.refund-card h3 { margin: 10px 0 8px; font-size: 26px; }
.refund-card p { margin: 0 0 23px; color: #c8b5b1; font-size: 14px; }
.btn-refund { align-self: flex-start; color: #fff; border-color: rgba(255,133,121,.4); background: rgba(255,111,97,.18); }

.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 34px; }
details { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
summary { cursor: pointer; list-style: none; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--green); font-size: 20px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: 12px 30px 0 0; color: var(--muted); font-size: 14px; }

.cta { padding-top: 30px; }
.cta-box { position: relative; overflow: hidden; padding: 58px; text-align: center; border: 1px solid rgba(166,255,78,.2); border-radius: 30px; background: linear-gradient(135deg, rgba(166,255,78,.11), rgba(13,28,24,.78) 46%, rgba(255,178,56,.06)); }
.cta-box::before { content: ""; position: absolute; width: 280px; height: 280px; left: -140px; top: -160px; border: 60px solid rgba(166,255,78,.04); border-radius: 50%; }
.cta-box h2 { margin: 0 0 12px; }
.cta-box p { margin: 0 auto 28px; max-width: 600px; color: var(--muted); }
.cta-box .hero-actions { justify-content: center; margin-bottom: 0; }

footer { padding: 44px 0 30px; border-top: 1px solid rgba(255,255,255,.07); color: #879991; font-size: 12px; }
.footer-main { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; }
.footer-copy { max-width: 650px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a:hover { color: var(--green); }
.legal { margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06); }

@media (max-width: 920px) {
  .nav-links a:not(.nav-refund) { display: none; }
  .hero { padding-top: 56px; }
  .hero-grid, .support-box { grid-template-columns: 1fr; }
  .hero-grid { gap: 24px; }
  .hero-visual { min-height: 430px; }
  .screen-main { left: 10px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .refund-card { border-left: 0; border-top: 1px solid rgba(255,255,255,.08); }
}
@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-inner { min-height: 64px; }
  .brand small { display: none; }
  .hero { padding: 46px 0 36px; }
  h1 { font-size: 43px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-visual { min-height: 310px; }
  .screen-main { inset: 35px 0 auto 0; }
  .radar { width: 82px; height: 82px; right: -5px; top: 7px; background: repeating-radial-gradient(circle, transparent 0 13px, rgba(166,255,78,.09) 14px), conic-gradient(from 15deg, rgba(166,255,78,.28), transparent 22%, transparent); }
  .radar::after { top: 20px; left: 51px; }
  .screen-badge { left: 8px; bottom: 25px; padding: 9px 12px; }
  .version-chip { right: 4px; bottom: 28px; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(3)::before { display: none; }
  section { padding: 70px 0; }
  .feature-grid, .image-gallery, .steps, .faq-list { grid-template-columns: 1fr; }
  .feature-card { min-height: 210px; }
  .gallery-wrap { padding: 12px; border-radius: 20px; }
  .gallery-note { display: block; padding: 0 5px 6px; }
  .gallery-note span { display: block; margin-top: 5px; }
  .support-main, .refund-card { padding: 30px 24px; }
  .cta-box { padding: 38px 20px; }
  .footer-main { display: block; }
  .footer-links { margin-top: 18px; }
}

:root {
  --bg: #f1eee5;
  --bg-soft: #e8e4d9;
  --panel: #f8f6ef;
  --panel-solid: #ffffff;
  --line: rgba(18, 24, 22, .18);
  --green: #ff5a1f;
  --green-deep: #e3420a;
  --orange: #ffb000;
  --text: #121816;
  --muted: #626963;
  --danger: #d92d20;
  --radius: 4px;
  --shadow: 12px 12px 0 rgba(18,24,22,.12);
}

body {
  color: var(--text);
  background: var(--bg);
}
body::before {
  opacity: .36;
  background-image: linear-gradient(rgba(18,24,22,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(18,24,22,.045) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: none;
}
.container { position: relative; }
.nav {
  border-bottom: 0;
  color: #f8f6ef;
  background: rgba(18,24,22,.96);
  backdrop-filter: blur(12px);
}
.nav-inner { min-height: 68px; }
.brand { letter-spacing: -.01em; }
.brand-mark {
  color: #fff;
  background: var(--green);
  border-radius: 0;
  box-shadow: none;
  transform: rotate(-4deg);
}
.brand small { color: #aeb5af; letter-spacing: .18em; }
.nav-links { color: #d8ddd9; }
.nav-links a:hover { color: #ff8558; }
.nav-refund {
  color: #121816 !important;
  border-color: var(--orange);
  border-radius: 2px;
  background: var(--orange);
}

.hero { padding: 88px 0 76px; }
.hero::after {
  content: "HPJY / 01";
  position: absolute;
  top: 24px;
  right: max(20px, calc((100vw - 1180px) / 2));
  color: rgba(18,24,22,.11);
  font: 900 clamp(42px,8vw,112px)/1 Arial, sans-serif;
  letter-spacing: -.07em;
  pointer-events: none;
}
.hero-grid { grid-template-columns: .95fr 1.05fr; gap: 72px; }
.eyebrow { color: var(--green); letter-spacing: .16em; }
.eyebrow::before { width: 38px; height: 4px; background: var(--green); box-shadow: none; }
h1 {
  margin: 24px 0 24px;
  max-width: 680px;
  color: #121816;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .99;
  letter-spacing: -.075em;
}
h1 span {
  display: inline;
  color: #fff;
  padding: 0 .1em .08em;
  background: var(--green);
  text-shadow: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero-copy { color: #4f5751; font-size: 16px; }
.btn {
  min-height: 54px;
  border-radius: 2px;
  letter-spacing: .04em;
  box-shadow: none;
}
.btn:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 #121816; }
.btn-primary { color: #fff; background: var(--green); box-shadow: 5px 5px 0 #121816; }
.btn-primary:hover { background: #ef4d15; box-shadow: 8px 8px 0 #121816; }
.btn-secondary { color: #121816; border: 2px solid #121816; background: transparent; }
.btn-secondary:hover { border-color: #121816; }
.trust-row { color: #626963; }
.trust-row span::before { content: "■"; color: var(--green); font-size: 7px; }

.hero-visual { min-height: 510px; }
.glow {
  width: 70%;
  height: 74%;
  top: 7%;
  right: 2%;
  border-radius: 0;
  background: var(--orange);
  filter: none;
  transform: rotate(4deg);
}
.screen-main {
  inset: 50px 16px auto 6px;
  padding: 9px;
  border: 3px solid #121816;
  border-radius: 2px;
  background: #fff;
  box-shadow: 13px 13px 0 #121816;
  transform: rotate(-1.5deg);
}
.screen-main::before {
  content: "LIVE VIEW / 01";
  position: absolute;
  top: -34px;
  left: -3px;
  color: #121816;
  font: 800 11px/1 Arial,sans-serif;
  letter-spacing: .14em;
}
.screen-main img { border-radius: 0; filter: saturate(.88) contrast(1.05); }
.screen-badge {
  left: -30px;
  bottom: 35px;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: #121816;
  box-shadow: 7px 7px 0 var(--orange);
}
.screen-badge strong { color: var(--orange); }
.radar {
  width: 108px;
  height: 108px;
  right: -9px;
  top: 17px;
  border: 3px solid #121816;
  background: repeating-radial-gradient(circle, transparent 0 18px, rgba(18,24,22,.14) 19px), conic-gradient(from 15deg, rgba(255,90,31,.45), transparent 22%, transparent), #f1eee5;
  box-shadow: 6px 6px 0 #121816;
}
.radar::after { background: #121816; box-shadow: none; }
.version-chip {
  right: 0;
  bottom: 48px;
  color: #121816;
  border: 2px solid #121816;
  border-radius: 0;
  background: #f8f6ef;
  font-weight: 800;
}

.stats {
  color: #fff;
  border: 0;
  background: #121816;
  box-shadow: 10px 10px 0 var(--orange);
}
.stat { padding: 28px 22px; }
.stat + .stat::before { background: rgba(255,255,255,.18); }
.stat strong { color: var(--orange); }
.stat span { color: #b9c0bb; }

section { padding: 104px 0; }
.section-head { max-width: 730px; }
.section-kicker { color: var(--green); letter-spacing: .2em; }
h2 { color: #121816; font-size: clamp(34px,4.2vw,52px); letter-spacing: -.055em; }
.section-head p { color: var(--muted); }
.feature-grid { gap: 0; border: 2px solid #121816; }
.feature-card {
  min-height: 252px;
  padding: 30px;
  border: 0;
  border-right: 1px solid rgba(18,24,22,.24);
  border-bottom: 1px solid rgba(18,24,22,.24);
  border-radius: 0;
  background: rgba(248,246,239,.84);
}
.feature-card:nth-child(3n) { border-right: 0; }
.feature-card:nth-child(n+4) { border-bottom: 0; }
.feature-card:nth-child(2), .feature-card:nth-child(4), .feature-card:nth-child(6) { background: #e7e2d5; }
.feature-card:hover { transform: none; border-color: rgba(18,24,22,.24); background: var(--orange); }
.feature-card::after { right: 14px; bottom: -26px; color: rgba(18,24,22,.06); }
.icon {
  border: 2px solid #121816;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 4px 4px 0 #121816;
}
.feature-card h3 { color: #121816; }
.feature-card p { color: #5c645e; }
.feature-card:hover p { color: #272c29; }

#gallery { color: #fff; background: #121816; }
#gallery::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
}
#gallery h2 { color: #fff; }
#gallery .section-head p { color: #aeb6b0; }
#gallery .section-kicker { color: var(--orange); }
.gallery-wrap {
  padding: 18px;
  border: 2px solid #f1eee5;
  border-radius: 0;
  background: transparent;
  box-shadow: 12px 12px 0 var(--green);
}
.image-gallery { gap: 18px; }
.shot { border-radius: 0; border: 1px solid rgba(255,255,255,.35); }
.shot-label { left: 10px; bottom: 10px; border: 0; border-radius: 0; background: var(--orange); color: #121816; font-weight: 800; }
.gallery-note { color: #aab2ac; }
.gallery-note strong { color: #fff; }

.steps { gap: 0; border-top: 3px solid #121816; }
.step { padding: 32px 30px 0 0; border-top: 0; }
.step + .step { padding-left: 30px; border-left: 1px solid rgba(18,24,22,.25); }
.step::before {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 20px;
  color: #fff;
  background: var(--green);
  font-size: 12px;
}
.step h3 { color: #121816; }
.step p { color: var(--muted); }

.support-box {
  border: 3px solid #121816;
  border-radius: 0;
  background: #f8f6ef;
  box-shadow: 12px 12px 0 #121816;
}
.support-main p { color: var(--muted); }
.support-points span { color: #121816; border: 1px solid #121816; border-radius: 0; background: #fff; }
.refund-card {
  color: #121816;
  border-left: 3px solid #121816;
  background: var(--orange);
}
.refund-card .label { color: #a52f08; }
.refund-card p { color: #554516; }
.btn-refund { color: #fff; border: 2px solid #121816; border-radius: 0; background: #121816; }

details { border-bottom-color: rgba(18,24,22,.2); }
summary::after { color: var(--green); }
details p { color: var(--muted); }
.cta-box {
  border: 3px solid #121816;
  border-radius: 0;
  background: var(--green);
  box-shadow: 14px 14px 0 #121816;
}
.cta-box::before { border-color: rgba(255,255,255,.12); }
.cta-box h2 { color: #fff; }
.cta-box p { color: #fff0e9; }
.cta-box .btn-primary { color: #121816; background: var(--orange); }
.cta-box .btn-secondary { color: #fff; border-color: #fff; }

footer { color: #aeb5af; border-top: 0; background: #121816; }
footer .brand { color: #fff; }
.footer-links a:hover { color: var(--orange); }
.legal { border-top-color: rgba(255,255,255,.12); }

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 470px; }
  .feature-card:nth-child(3n) { border-right: 1px solid rgba(18,24,22,.24); }
  .feature-card:nth-child(2n) { border-right: 0; }
  .feature-card:nth-child(4) { border-bottom: 1px solid rgba(18,24,22,.24); }
  .refund-card { border-left: 0; border-top: 3px solid #121816; }
}
@media (max-width: 650px) {
  .hero::after { top: 18px; right: 14px; font-size: 46px; }
  .hero { padding-top: 58px; }
  h1 { font-size: 48px; }
  .hero-visual { min-height: 330px; }
  .screen-main { inset: 42px 7px auto 0; box-shadow: 7px 7px 0 #121816; }
  .screen-badge { left: 5px; }
  .radar { width: 78px; height: 78px; }
  .stats { box-shadow: 6px 6px 0 var(--orange); }
  .feature-grid { display: block; }
  .feature-card,
  .feature-card:nth-child(2n),
  .feature-card:nth-child(3n),
  .feature-card:nth-child(n+4) { border-right: 0; border-bottom: 1px solid rgba(18,24,22,.24); }
  .feature-card:last-child { border-bottom: 0; }
  .gallery-wrap { box-shadow: 7px 7px 0 var(--green); }
  .step { padding: 24px 0; border-bottom: 1px solid rgba(18,24,22,.2); }
  .step + .step { padding-left: 0; border-left: 0; }
  .step:last-child { border-bottom: 0; }
  .support-box, .cta-box { box-shadow: 7px 7px 0 #121816; }
}
