:root{
  --bg0:#070A0D;
  --bg1:#0B0F14;
  --text:#E9EEF6;
  --muted:#A8B2C3;
  --line:rgba(226,178,75,.28);
  --gold:#E2B24B;
  --gold2:#B88316;
  --card:rgba(255,255,255,.03);
  --shadow:rgba(0,0,0,.35);
  --max:860px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:var(--bg0);
}

a{color:var(--text); text-decoration:none}
a:hover{text-decoration:underline}

.bg{
  position:fixed; inset:0;
  background:
    url("assets/bg.svg") center/cover no-repeat;
  z-index:-1;
  opacity:1;
}

.top{
  padding:26px 18px 0;
}

.brand{
  max-width:var(--max);
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:14px;
}

.brand__logo{
  width:44px; height:44px;
  filter: drop-shadow(0 8px 18px var(--shadow));
}

.brand__name{
  letter-spacing:.12em;
  font-weight:800;
  font-size:16px;
}
.tm{letter-spacing:0}
.brand__tag{
  margin-top:4px;
  color:var(--muted);
  font-size:13px;
}

.wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:10px 18px 36px;
}

.hero{
  padding:34px 0 18px;
}

.hero h1{
  margin:18px 0 18px;
  font-size:42px;
  line-height:1.15;
  font-weight:900;
  text-shadow: 0 10px 30px rgba(0,0,0,.45);
}

.price{
  display:flex;
  align-items:baseline;
  gap:14px;
  margin:14px 0 6px;
  justify-content:center;
  font-weight:900;
}
.price__was{
  color:rgba(233,238,246,.55);
  font-size:34px;
  text-decoration:line-through;
  text-decoration-thickness:4px;
  text-decoration-color: rgba(226,178,75,.7);
}
.price__now{
  font-size:54px;
  letter-spacing:.02em;
}

.sub{
  text-align:center;
  color:var(--gold);
  font-weight:700;
  letter-spacing:.02em;
}

.cta{
  display:flex;
  justify-content:center;
  margin:18px 0 10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 24px;
  border-radius:10px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold2) 100%);
  color:#0B0F14;
  font-weight:900;
  min-width:240px;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.14);
}
.btn:hover{ text-decoration:none; filter:brightness(1.03) }

.fine{
  text-align:center;
  color:rgba(233,238,246,.62);
  font-size:13px;
  margin-top:6px;
}

.refund{
  text-align:center;
  color:rgba(233,238,246,.78);
  font-size:14px;
  margin-top:10px;
}

.rule{
  border:0;
  height:1px;
  background:var(--line);
  margin:26px 0;
}

.grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.block{
  background:var(--card);
  border:1px solid rgba(226,178,75,.18);
  border-radius:14px;
  padding:18px 18px 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.20);
}

.block--muted{
  border-style:dashed;
  opacity:.95;
}

h2{
  margin:0 0 10px;
  color:var(--gold);
  font-size:22px;
  letter-spacing:.01em;
}

p{
  margin:0;
  color:rgba(233,238,246,.82);
  line-height:1.55;
}

.ticks{
  margin:0;
  padding-left:18px;
  color:rgba(233,238,246,.82);
  line-height:1.55;
}
.ticks li{ margin:6px 0 }

.footer{
  border-top:1px solid var(--line);
  padding:18px 18px 26px;
  color:rgba(233,238,246,.78);
}
.footer__inner{
  max-width:var(--max);
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}

.footer__brand{
  display:flex;
  align-items:center;
  gap:10px;
}
.footer__logo{
  width:18px;
  height:18px;
  display:block;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,.35));
}
.footer__text{ line-height:1.2 }
.footer__title{ font-weight:700; font-size:13px; letter-spacing:.2px }
.footer__sub{ font-size:12px; color:rgba(233,238,246,.55) }
.footer__links a{
  color:rgba(233,238,246,.78);
  margin-left:14px;
}
.footer__fine{
  max-width:var(--max);
  margin:10px auto 0;
  padding:0 0;
  font-size:12px;
  color:rgba(233,238,246,.55);
}
.footmark{ margin-right:6px }

.page{
  max-width:var(--max);
  margin:0 auto;
  padding:28px 18px 40px;
}
.page__header h1{ margin:10px 0 6px; font-size:34px }
.muted{ color:rgba(233,238,246,.62) }
.backlink{ color:rgba(233,238,246,.78) }

.card{
  margin-top:14px;
  background:var(--card);
  border:1px solid rgba(226,178,75,.18);
  border-radius:14px;
  padding:16px 16px 14px;
}
.card h2{ font-size:18px; margin:0 0 8px }
.card p, .card li{ color:rgba(233,238,246,.82); line-height:1.55 }

@media (max-width: 860px){
  .hero h1{ font-size:34px }
  .grid{ grid-template-columns:1fr }
  .price__now{ font-size:48px }
}
