/* OSMAN TUSH v3, mobile-first. Палитра от героите, модерни шрифтове, меме дух. */

:root {
  --bg: #120e0c;
  --bg-2: #1a1310;
  --ink: #fff8e7;
  --muted: #b8ab97;
  --hot: #e6231e;      /* Baldi, устата */
  --lime: #35c95a;      /* Baldi, блузата */
  --lime-deep: #1c7c36;
  --gold: #f0c94d;      /* The Neighbor, ризата */
  --blue: #3d5fe0;      /* Baldi, панталонът */
  --card: #241a10;
  --line: rgba(255, 248, 231, 0.13);
  --radius: 20px;
  --font-display: "Unbounded", "Arial Black", sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  overflow-x: clip;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; letter-spacing: -0.01em; }
a { color: inherit; }

.wrap { width: min(1160px, 100% - 40px); margin-inline: auto; }

/* ---------- Бутони ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 15px 30px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(180deg, #45e06e, var(--lime));
  color: #0c2413;
  box-shadow: 0 6px 0 var(--lime-deep), 0 14px 30px rgba(53, 201, 90, 0.25);
}
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-primary:active { transform: translateY(3px); box-shadow: 0 3px 0 var(--lime-deep); }
.btn-gold {
  background: linear-gradient(180deg, #ffe08a, var(--gold));
  color: #2c1f00;
  box-shadow: 0 6px 0 #a8842a, 0 14px 30px rgba(240, 201, 77, 0.22);
}
.btn-gold:hover { transform: translateY(-2px); }
.btn-gold:active { transform: translateY(3px); box-shadow: 0 3px 0 #a8842a; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--line);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-big { font-size: 17px; padding: 18px 38px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18, 14, 12, 0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}
.logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.02em;
}
.nav-links { display: flex; align-items: center; gap: 20px; }
.nav-links a.text-link {
  font-weight: 700;
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
}
.nav-links a.text-link:hover { color: var(--ink); }
.nav .btn { padding: 11px 22px; font-size: 13px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 72px;
  background:
    radial-gradient(circle at 12% 8%, rgba(61, 95, 224, 0.28) 0, transparent 42%),
    radial-gradient(circle at 88% 80%, rgba(230, 35, 30, 0.22) 0, transparent 42%),
    var(--bg);
}
.hero-grid { display: grid; gap: 44px; align-items: center; }
.kicker {
  display: inline-block;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(240, 201, 77, 0.1);
  border: 1px solid rgba(240, 201, 77, 0.35);
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(30px, 7.4vw, 56px);
  font-weight: 800;
  margin-bottom: 18px;
}
.hero h1 .accent { color: var(--gold); }
.hero .sub {
  color: var(--muted);
  font-size: clamp(15px, 2vw, 18px);
  max-width: 520px;
  margin-bottom: 28px;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-points span {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
}

/* Телефон: реална рамка (iphone-frame.webp) с видео под нея */
.phone {
  position: relative;
  width: min(300px, 74vw);
  aspect-ratio: 1407 / 2901;
  margin-inline: auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55));
}
.phone .screen {
  position: absolute;
  left: 4.6%; top: 1.5%;
  width: 90.8%; height: 97%;
  object-fit: cover;
  border-radius: 11% / 5.4%;
  background: #000;
}
.phone .frame {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 2;
}
.phone .ui-caption {
  position: absolute;
  z-index: 3;
  left: 10%; bottom: 6%;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}

/* Странични герои: само на широк десктоп */
.side-char { display: none; }

/* ---------- Секции ---------- */
section { padding: 72px 0; }
.sec-head { margin-bottom: 34px; text-align: center; }
.sec-head p { margin-inline: auto; }
.sec-head h2 { font-size: clamp(24px, 5vw, 38px); font-weight: 800; }
.sec-head h2 em { font-style: normal; color: var(--gold); }
.sec-head p { color: var(--muted); margin-top: 10px; max-width: 560px; }

/* ---------- Видео лента (кратки видеа, скрол като TikTok) ---------- */
.strip {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 4px 18px;
  -webkit-overflow-scrolling: touch;
}
.strip::-webkit-scrollbar { height: 8px; }
.strip::-webkit-scrollbar-thumb { background: var(--card); border-radius: 99px; }
.tik-card {
  position: relative;
  flex: 0 0 min(230px, 62vw);
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  background: var(--card);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.tik-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.tik-card video, .tik-card > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.tik-card .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 7, 5, 0.88));
}
.tik-card .meta {
  position: absolute;
  left: 14px; right: 14px; bottom: 14px;
  z-index: 2;
}
.tik-card .meta h3 { font-size: 16px; margin-bottom: 4px; }
.tik-card .meta p { font-size: 12.5px; color: var(--muted); font-weight: 600; }
.tik-card .price-chip {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 2;
  background: var(--gold);
  color: #2c1f00;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
}
.tik-card .badge-hot {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  background: var(--hot);
  color: #fff;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 11px;
  border-radius: 999px;
}
.tik-card .play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 54px; height: 54px;
  display: grid; place-items: center;
  background: rgba(18, 14, 12, 0.55);
  border: 2px solid rgba(255, 248, 231, 0.9);
  border-radius: 50%;
  transition: transform 0.2s ease, background 0.2s ease;
}
.tik-card:hover .play { transform: translate(-50%, -50%) scale(1.1); background: var(--hot); }
.tik-card .play svg { margin-left: 3px; }
.tik-card .tt-tag {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  padding: 5px 9px;
  border-radius: 999px;
}
.strip-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 44px 0 16px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--muted);
}
.strip-label::after { content: ""; flex: 1; height: 1px; background: var(--line); }

/* ---------- Доверие (стил като галерия с карти) ---------- */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.trust-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(165deg, #17110c, #211913);
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 30px 20px 46px;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.trust-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.trust-card .label {
  position: absolute;
  right: 16px; bottom: 12px;
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
}
.trust-card .label b { color: var(--gold); font-weight: 700; }
.trust-card img.logo-img { width: 110px; height: 110px; object-fit: contain; }
.trust-card img.avatar {
  width: 104px; height: 104px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
}
.trust-card .handle {
  margin-top: 12px;
  font-weight: 800;
  font-size: 14px;
}
.trust-card .role { color: var(--muted); font-size: 12.5px; font-weight: 600; }

/* ---------- Как става ---------- */
.steps { display: grid; gap: 14px; }
.step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-2);
  padding: 22px;
}
.step .num {
  flex: none;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  color: #0c2413;
  background: var(--lime);
  border-radius: 14px;
}
.step h3 { font-size: 17px; margin-bottom: 4px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* ---------- Цени ---------- */
.pricing-grid { display: grid; gap: 18px; }
.price-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(170deg, #1b140f, var(--card));
  padding: 30px 26px;
}
.price-card.featured { border-color: var(--lime); box-shadow: 0 0 0 1px var(--lime), 0 24px 60px rgba(53, 201, 90, 0.12); }
.price-card .plan { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--muted); }
.price-card .amount { display: flex; align-items: baseline; gap: 12px; margin: 14px 0 4px; }
.price-card .amount .now { font-family: var(--font-display); font-weight: 800; font-size: 44px; color: var(--ink); }
.price-card .amount .was { color: var(--muted); text-decoration: line-through; font-weight: 700; font-size: 18px; }
.price-card .per { color: var(--lime); font-weight: 800; font-size: 13.5px; margin-bottom: 18px; }
.price-card ul { list-style: none; margin: 0 0 24px; display: grid; gap: 9px; }
.price-card li { font-size: 14.5px; color: var(--muted); padding-left: 24px; position: relative; font-weight: 600; }
.price-card li::before {
  content: "";
  position: absolute; left: 0; top: 7px;
  width: 12px; height: 7px;
  border-left: 2.5px solid var(--lime);
  border-bottom: 2.5px solid var(--lime);
  transform: rotate(-45deg);
}
.price-card .btn { width: 100%; }
.badge-featured {
  position: absolute;
  top: -13px; right: 20px;
  background: var(--lime);
  color: #0c2413;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
}
.promo-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 700;
}
.promo-note .dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--hot);
  animation: pulse 1.6s infinite;
}
@keyframes pulse { 50% { opacity: 0.35; transform: scale(0.85); } }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; max-width: 760px; margin-inline: auto; text-align: left; }
.faq details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--bg-2);
  padding: 18px 20px;
}
.faq summary {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq summary::after { content: "+"; color: var(--gold); font-size: 20px; }
.faq details[open] summary::after { content: "-"; }
.faq details p { color: var(--muted); font-size: 14.5px; margin-top: 12px; }
.faq a { color: var(--gold); }

/* ---------- Footer ---------- */
footer {
  border-top: 1px solid var(--line);
  padding: 44px 0 34px;
  background: var(--bg-2);
}
.foot-grid { display: grid; gap: 26px; }
.foot-grid h4 { font-family: var(--font-display); font-size: 14px; margin-bottom: 12px; color: var(--gold); }
.foot-grid p, .foot-grid a { color: var(--muted); font-size: 13.5px; text-decoration: none; font-weight: 600; }
.foot-grid a:hover { color: var(--ink); }
.foot-links { display: grid; gap: 8px; }
.copyright { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12.5px; }

/* ---------- Форма (order.html) ---------- */
.order-layout { display: grid; gap: 26px; align-items: start; }
.order-card, .summary-card {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background: var(--bg-2);
  padding: 28px 24px;
}
#order-form { display: grid; gap: 22px; }
.f-label {
  display: grid;
  gap: 9px;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
/* Всички текстови типове, не само text — иначе нов input (email, tel...)
   излиза с белия default на браузъра върху тъмната тема. */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"],
input[type="number"], input[type="search"], textarea, select, input.f-input {
  font: inherit;
  font-weight: 600;
  color: var(--ink);
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 15px 16px;
  width: 100%;
}
textarea { min-height: 100px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--gold); }
/* Chrome autofill слага бял/жълт фон върху тъмното поле — това го връща. */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink);
  -webkit-box-shadow: 0 0 0 1000px var(--card) inset;
  caret-color: var(--ink);
  transition: background-color 9999s ease-in-out 0s;
}
.field-invalid { border-color: var(--hot) !important; }
.choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 10px; }
.choice-card {
  position: relative;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  padding: 14px;
  cursor: pointer;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.choice-card input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice-card small { display: block; color: var(--muted); font-weight: 700; font-size: 12px; margin-top: 4px; }
.choice-card.selected { border-color: var(--lime); background: rgba(53, 201, 90, 0.08); }
.ai-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--lime);
  background: rgba(53, 201, 90, 0.1);
  border: 1px solid rgba(53, 201, 90, 0.35);
  padding: 5px 11px;
  border-radius: 999px;
}
.roast-card {
  border: 2px solid var(--hot);
  background: rgba(230, 35, 30, 0.09);
  border-radius: 16px;
  padding: 16px 18px;
  font-weight: 700;
  color: var(--ink);
}
.roast-card b { color: var(--hot); font-family: var(--font-display); font-size: 13px; display: block; margin-bottom: 5px; }
.shake { animation: shake 0.45s ease; }
@keyframes shake {
  20% { transform: translateX(-7px); } 40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); } 80% { transform: translateX(3px); }
}
.summary-card h3 { font-size: 16px; margin-bottom: 16px; }
.sum-row { display: flex; justify-content: space-between; font-weight: 700; font-size: 14.5px; padding: 9px 0; color: var(--muted); }
.sum-row.total { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 14px; color: var(--ink); font-size: 17px; }
.sum-row.total .val { font-family: var(--font-display); color: var(--gold); }
.sum-row .off { color: var(--lime); }
.refund-note {
  margin-top: 18px;
  border: 1px dashed rgba(240, 201, 77, 0.5);
  background: rgba(240, 201, 77, 0.06);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}
.refund-note b { color: var(--gold); }
.refund-note a { color: var(--gold); }

/* ---------- Scratch попъп ---------- */
.popup-veil {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(8, 5, 3, 0.78);
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
  padding: 20px;
}
/* Класът display:grid презаписваше [hidden]; това връща скриването. */
.popup-veil[hidden] { display: none !important; }

/* Глобално: [hidden] трябва да бие всеки display от клас. Проектът удари
   този капан вече два пъти (.popup-veil display:grid и .sum-row display:flex,
   заради което редът с отстъпката се показваше и при невалиден код). */
[hidden] { display: none !important; }
.popup {
  position: relative;
  width: min(420px, 100%);
  border-radius: 24px;
  border: 1px solid rgba(240, 201, 77, 0.4);
  background:
    radial-gradient(circle at 85% 0%, rgba(240, 201, 77, 0.16) 0, transparent 50%),
    linear-gradient(170deg, #221912, #16100b);
  padding: 28px 26px 26px;
  overflow: hidden;
  text-align: center;
}
.popup .pop-chars {
  position: absolute;
  inset: auto -14px -12px -14px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0.92;
}
.popup .pop-chars img { height: 130px; width: auto; }
.popup h3 { font-size: 21px; margin-bottom: 8px; }
.popup h3 em { font-style: normal; color: var(--gold); }
.popup p { color: var(--muted); font-size: 14px; font-weight: 600; margin-bottom: 18px; }
.scratch-zone {
  position: relative;
  width: 260px;
  height: 76px;
  margin: 0 auto 90px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px dashed rgba(240, 201, 77, 0.55);
}
.scratch-zone .code {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 0.04em;
  color: var(--gold);
  background: #0e0a07;
}
.scratch-zone canvas { position: absolute; inset: 0; touch-action: none; cursor: grab; }
.popup .close-x {
  position: absolute;
  top: 8px; right: 8px;
  z-index: 6;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: rgba(255, 248, 231, 0.08);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  transition: background 0.15s ease, transform 0.15s ease;
}
.popup .close-x:hover { background: var(--hot); color: #fff; transform: rotate(90deg); }
.popup .hint { font-size: 12px; color: var(--muted); font-weight: 700; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Правни страници ---------- */
.legal { max-width: 760px; padding: 56px 0 80px; }
.legal h1 { font-size: clamp(26px, 5vw, 38px); margin-bottom: 8px; }
.legal .updated { color: var(--muted); font-size: 13px; font-weight: 700; margin-bottom: 34px; }
.legal h2 { font-size: 19px; margin: 34px 0 12px; color: var(--gold); }
.legal p, .legal li { color: var(--muted); font-size: 15px; margin-bottom: 12px; }
.legal ul { padding-left: 22px; }
.legal a { color: var(--gold); }
.legal .notice {
  border: 1px solid rgba(230, 35, 30, 0.5);
  background: rgba(230, 35, 30, 0.07);
  border-radius: 14px;
  padding: 16px 18px;
  font-weight: 700;
  color: var(--ink);
}

/* ---------- Резултатни страници ---------- */
.result { min-height: 70vh; display: grid; place-items: center; padding: 60px 0; text-align: center; }
.result .wordmark { font-size: clamp(40px, 10vw, 90px); color: var(--gold); margin-bottom: 16px; }
.result .tagline { color: var(--muted); max-width: 520px; margin: 0 auto 28px; }
.result .tagline b { color: var(--lime); }

/* ---------- Desktop ---------- */
@media (min-width: 760px) {
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .step { flex-direction: column; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); max-width: 780px; margin-inline: auto; }
  .order-layout { grid-template-columns: 1.4fr 1fr; }
  .summary-card { position: sticky; top: 92px; }
  .foot-grid { grid-template-columns: 2fr 1fr 1fr; }
}

@media (min-width: 1200px) {
  .side-char {
    display: block;
    position: absolute;
    bottom: 0;
    top: 6%;
    z-index: 1;
    pointer-events: none;
  }
  .side-char img { height: 100%; width: auto; object-fit: contain; object-position: bottom; filter: drop-shadow(3px 5px 8px rgba(0, 0, 0, 0.5)); }
  .side-char.side-left { left: -30px; }
  .side-char.side-right { right: -30px; }
  .hero .wrap { position: relative; z-index: 2; }
}
