/* ============================================================
   Растеж — Маркетинг агенция
   Light / bold "studio" design system (Cyrillic-ready)
   ============================================================ */

:root {
  --bg:        #ffffff;   /* бял "за сега" (беше #f6f5f1 топло бяло) */
  --bg-2:      #ffffff;
  --ink:       #131318;
  --ink-2:     #43454f;
  --muted:     #6c6f7a;
  --line:      #e4e2db;
  --line-2:    #d6d4cb;
  --violet:    #5a3cf0;
  --violet-2:  #7a5dff;
  --violet-ink:#3a23c4;
  --lime:      #c7f24a;
  --lime-deep: #a7d22a;
  --coral:     #ff6a4d;
  --band:      #1a2b0d;   /* fixed dark surface (cta, footer, buttons…) */
  --radius:    26px;
  --radius-sm: 14px;
  --maxw:      1200px;
  --shadow:    0 30px 60px -28px rgba(36,30,90,.28);
  --shadow-sm: 0 12px 30px -16px rgba(36,30,90,.22);
  /* Manrope — clean modern sans WITH authentic Bulgarian Cyrillic localized
     forms (Inter has none; renders Russian shapes). Bulgarian forms show
     automatically because <html lang="bg"> + font-feature-settings "locl". */
  --disp:      'Manrope', system-ui, sans-serif;
  --font:      'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 15px; }
body {
  margin: 0; font-family: var(--font);
  background: var(--bg); color: var(--ink);
  line-height: 1.65; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-feature-settings: "locl" 1;
}
img { max-width: 100%; display: block; }
a { color: var(--violet); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--violet-ink); }

h1,h2,h3,h4 { font-family: var(--disp); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; margin: 0 0 .5em; }
h1 { font-size: clamp(2.1rem, 4.8vw, 3.9rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.45rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; color: var(--ink-2); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.text-center { text-align: center; }
.muted { color: var(--muted); }
.kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--disp); font-size: .8rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--violet-ink);
  background: rgba(90,60,240,.08); border: 1px solid rgba(90,60,240,.18);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 22px;
}
.hl { background: linear-gradient(180deg, transparent 62%, var(--lime) 62%); padding: 0 .06em; }
.italic { font-style: italic; font-family: var(--disp); font-weight: 500; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--disp); font-weight: 600; font-size: .92rem;
  padding: 13px 24px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid transparent; transition: all .18s ease; white-space: nowrap;
}
.btn-primary { background: var(--band); color: #fff; }
.btn-primary:hover { background: var(--violet); border-color: var(--violet); color: #fff; transform: translateY(-2px); }
.btn-lime { background: var(--lime); color: var(--band); }
.btn-lime:hover { background: var(--lime-deep); color: var(--band); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); transform: translateY(-2px); }
.btn-lg { padding: 15px 30px; font-size: .98rem; }

/* ---------- Announcement bar ---------- */
.topbar {
  background: var(--band); color: #f0eee6;
  font-size: .82rem; text-align: center; padding: 9px 16px;
  font-family: var(--disp); letter-spacing: .02em;
}
.topbar a { color: var(--lime); font-weight: 600; }
.topbar a:hover { color: var(--lime); text-decoration: underline; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(246,245,241,.82); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand { display: flex; align-items: center; gap: 9px; font-family: var(--disp); font-weight: 700; font-size: 1.22rem; color: var(--ink); letter-spacing: -.02em; }
.brand:hover { color: var(--ink); }
.brand .mark { width: 30px; height: 30px; background: url(../assets/logo.svg) center / contain no-repeat; transform: none; box-shadow: none; border-radius: 0; flex: 0 0 auto; }
.brand .mark span { display: none; }
.nav-links { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--ink-2); font-family: var(--disp); font-weight: 500; font-size: .95rem; padding: 9px 16px; border-radius: 999px; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); background: rgba(19,19,24,.06); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

/* ---------- Hero ---------- */
.hero { padding: 52px 0 30px; position: relative; }
.hero .container { position: relative; }
.hero h1 { max-width: 14ch; }
.hero .lead { font-size: 1.16rem; color: var(--ink-2); max-width: 560px; margin-top: 22px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-blob { position: absolute; top: -40px; right: -60px; width: 360px; height: 360px; background: radial-gradient(circle at 30% 30%, var(--violet-2), var(--violet)); border-radius: 47% 53% 60% 40% / 45% 50% 50% 55%; filter: blur(2px); opacity: .14; z-index: -1; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.tag { font-family: var(--disp); font-size: .85rem; font-weight: 500; color: var(--ink-2); background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; }

/* ---------- Marquee ---------- */
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--band); overflow: hidden; padding: 18px 0; }
.marquee-track { display: flex; gap: 56px; white-space: nowrap; animation: scroll 26s linear infinite; }
.marquee-track span { font-family: var(--disp); font-weight: 600; font-size: 1.1rem; color: #f0eee6; letter-spacing: .02em; display: inline-flex; align-items: center; gap: 56px; }
.marquee-track span::after { content: ""; width: 22px; height: 22px; background: url(../assets/logo.svg) center/contain no-repeat; flex: 0 0 auto; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
section { padding: 74px 0; }
.section-head { max-width: 720px; margin-bottom: 44px; }
.section-head.center { margin: 0 auto 44px; text-align: center; }
.section-head p { font-size: 1.04rem; }

.panel { background: var(--bg-2); border: 1px solid var(--line); border-radius: 36px; }

/* ---------- Services (numbered rows) ---------- */
.svc-row {
  display: grid; grid-template-columns: 60px 1fr 1.2fr; gap: 26px; align-items: start;
  padding: 30px 0; border-top: 1px solid var(--line-2);
}
.svc-row:last-child { border-bottom: 1px solid var(--line-2); }
.svc-row .no { font-family: var(--disp); font-size: 1.35rem; font-weight: 700; color: var(--violet); }
.svc-row h3 { font-size: 1.45rem; margin: 0; }
.svc-row .desc p { margin: 0 0 16px; }
.svc-row .chips { display: flex; flex-wrap: wrap; gap: 8px; }
.svc-row .chips span { font-size: .82rem; color: var(--ink-2); background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: 6px 13px; }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }
.card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: transform .22s ease, box-shadow .22s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.card .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-size: 1.4rem; margin-bottom: 18px; background: var(--lime-deep); }
.ic svg { width: 27px; height: 27px; display: block; }
.card h3 { margin-bottom: 8px; }
.card p { margin: 0; font-size: .96rem; }

/* ---------- Stats ---------- */
.stats { background: var(--violet); border-radius: 32px; padding: 46px 36px; }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; text-align: center; }
.stats-row .n { font-family: var(--disp); font-size: 2.5rem; font-weight: 700; color: #fff; display: block; line-height: 1; }
.stats-row .l { color: rgba(255,255,255,.8); font-size: .92rem; margin-top: 8px; }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.step { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.step .num { font-family: var(--disp); font-weight: 700; font-size: 1rem; color: #fff; background: var(--band); width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; margin-bottom: 18px; }
.step h3 { font-size: 1.2rem; }
.step p { margin: 0; font-size: .94rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line-2); padding: 8px 0; }
.faq summary { font-family: var(--disp); font-weight: 600; font-size: 1.12rem; padding: 20px 44px 20px 4px; cursor: pointer; position: relative; list-style: none; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 16px; font-size: 1.6rem; font-weight: 400; color: var(--violet); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .ans { padding: 0 4px 22px; }
.faq .ans p { margin: 0; }

/* ---------- CTA ---------- */
.cta { background: var(--band); border-radius: 34px; padding: 60px 38px; text-align: center; position: relative; overflow: hidden; }
.cta h2 { color: #fff; max-width: 16ch; margin: 0 auto 18px; }
.cta p { color: rgba(240,238,230,.78); max-width: 480px; margin: 0 auto 30px; }
.cta .dot { position: absolute; border-radius: 50%; opacity: .5; }
.cta .dot.a { width: 200px; height: 200px; background: var(--violet); top: -60px; left: -40px; filter: blur(30px); }
.cta .dot.b { width: 180px; height: 180px; background: var(--lime); bottom: -60px; right: -30px; filter: blur(30px); opacity: .35; }

/* ---------- Contact / Forms ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: start; }
.form-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 26px; padding: 32px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--disp); font-size: .9rem; font-weight: 600; margin-bottom: 7px; }
.field .req { color: var(--coral); }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 15px; border-radius: var(--radius-sm);
  background: var(--bg); border: 1.5px solid var(--line-2); color: var(--ink);
  font-family: inherit; font-size: .96rem; transition: border-color .18s ease, box-shadow .18s ease;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--violet); box-shadow: 0 0 0 4px rgba(90,60,240,.12); background: var(--bg-2); }
.field textarea { resize: vertical; min-height: 130px; }
.field .err { color: var(--coral); font-size: .8rem; margin-top: 5px; display: none; }
.field.invalid input, .field.invalid textarea, .field.invalid select { border-color: var(--coral); }
.field.invalid .err { display: block; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.check { display: flex; gap: 11px; align-items: flex-start; font-size: .86rem; color: var(--muted); }
.check input { width: auto; margin-top: 4px; flex: 0 0 auto; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 14px; }
.form-status { display: none; padding: 14px 16px; border-radius: var(--radius-sm); margin-top: 18px; font-size: .92rem; }
.form-status.ok { display: block; background: #eafce9; border: 1px solid #a9e3a0; color: #2c7a26; }
.form-status.fail { display: block; background: #ffeae6; border: 1px solid #ffb3a6; color: #c33c25; }

.info-list { list-style: none; margin: 0 0 26px; padding: 0; }
.info-list li { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.info-list li:last-child { border-bottom: 0; }
.info-list .ico { width: 46px; height: 46px; flex: 0 0 auto; border-radius: 13px; display: grid; place-items: center; background: var(--lime); font-size: 1.15rem; }
.info-list .lbl { font-family: var(--disp); font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.info-list .val { font-weight: 600; color: var(--ink); }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 300px; border: 0; display: block; }

/* ---------- Legal ---------- */
.legal { padding-top: 60px; }
.legal-head { border-bottom: 1px solid var(--line-2); padding-bottom: 30px; margin-bottom: 40px; }
.legal-head .updated { color: var(--muted); font-size: .9rem; }
.legal-body { max-width: 820px; }
.legal-body h2 { font-size: 1.5rem; margin-top: 46px; }
.legal-body h3 { font-size: 1.15rem; margin-top: 28px; }
.legal-body p, .legal-body li { color: var(--ink-2); }
.legal-body ul, .legal-body ol { padding-left: 22px; margin: 0 0 1rem; }
.legal-body li { margin-bottom: 8px; }
.legal-body table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: .92rem; }
.legal-body th, .legal-body td { text-align: left; padding: 12px 14px; border: 1px solid var(--line-2); }
.legal-body th { background: var(--bg-2); }
.toc { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 30px; margin-bottom: 40px; }
.toc strong { display: block; margin-bottom: 12px; font-family: var(--disp); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.toc ol { columns: 2; column-gap: 38px; margin: 0; padding-left: 18px; }
.toc li { margin-bottom: 7px; }
.toc a { color: var(--ink-2); }
.toc a:hover { color: var(--violet); }

/* ---------- Footer ---------- */
.site-footer { background: var(--band); color: #d9d7ce; padding: 72px 0 32px; margin-top: 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.site-footer .brand { color: #fff; margin-bottom: 16px; }
.site-footer .brand:hover { color: #fff; }
.footer-about p { color: #a7a59c; font-size: .94rem; max-width: 320px; }
.footer-grid h4 { font-family: var(--disp); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: #8a887f; margin-bottom: 18px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 11px; }
.footer-grid a { color: #d9d7ce; font-size: .93rem; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { border-top: 1px solid #2a2a30; padding-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: .86rem; color: #8a887f; }
.footer-bottom a { color: #8a887f; }
.footer-bottom a:hover { color: var(--lime); }
.footer-legal-links { display: flex; gap: 20px; flex-wrap: wrap; }

/* ---------- Cookie banner ---------- */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200; max-width: 720px; margin: 0 auto; background: var(--band); color: #ece9df; border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px 24px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; transform: translateY(160%); transition: transform .4s ease; }
.cookie-banner.show { transform: none; }
.cookie-banner p { margin: 0; font-size: .9rem; flex: 1 1 320px; color: #c7c5bb; }
.cookie-banner a { color: var(--lime); }
.cookie-banner .cb-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-banner .btn { padding: 10px 20px; font-size: .88rem; border-color: #fff; }
.cookie-banner .btn-ghost { color: #fff; }
.cookie-banner .btn-ghost:hover { background: #fff; color: var(--ink); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .stats-row { grid-template-columns: repeat(2,1fr); row-gap: 36px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .svc-row { grid-template-columns: 50px 1fr; }
  .svc-row .desc { grid-column: 1 / -1; }
  .toc ol { columns: 1; }
}
@media (max-width: 640px) {
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 66px; left: 0; right: 0; background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 12px 24px 20px; gap: 0; }
  .nav-links.open li { width: 100%; border-bottom: 1px solid var(--line); }
  .nav-links.open a { display: block; padding: 14px 4px; border-radius: 0; }
  .grid-2, .grid-3, .grid-4, .steps, .row-2 { grid-template-columns: 1fr; }
  section { padding: 52px 0; }
  .cta, .stats { padding: 42px 22px; }
  .form-card { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   Enhancements — grander hero, showcase, comparison, trust
   ============================================================ */

/* Header lifts on scroll */
.site-header.scrolled { box-shadow: 0 10px 34px -20px rgba(20,16,60,.4); background: rgba(246,245,241,.94); }

/* Gradient accent word */
.grad { background: linear-gradient(102deg, var(--violet) 8%, var(--violet-2) 52%, var(--lime-deep) 108%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Grander, two-column hero */
.hero h1 { font-size: clamp(2.3rem, 4.6vw, 4rem); line-height: 1.06; letter-spacing: -.03em; max-width: 22ch; }
.hero-grid2 { display: grid; grid-template-columns: 1.06fr .94fr; gap: 54px; align-items: center; }
.hero-grid2 .hero-copy { max-width: 600px; }
.hero::before { content: none; }

/* Hero showcase card */
.hero-visual { position: relative; }
.showcard { background: var(--bg-2); border: 1px solid var(--line); border-radius: 26px; padding: 22px; box-shadow: 0 44px 90px -42px rgba(36,30,90,.5); animation: floaty 7s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.sc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.sc-logo { display: inline-flex; align-items: center; gap: 8px; font-family: var(--disp); font-weight: 700; font-size: 1.02rem; letter-spacing: -.02em; }
.sc-logo i { width: 21px; height: 21px; background: url(../assets/logo.svg) center/contain no-repeat; display: block; }
.sc-badge { font-family: var(--disp); font-size: .7rem; font-weight: 600; color: var(--violet-ink); background: rgba(90,60,240,.1); border: 1px solid rgba(90,60,240,.22); padding: 5px 11px; border-radius: 999px; }
.sc-chart { background: linear-gradient(180deg, rgba(90,60,240,.06), transparent); border: 1px solid var(--line); border-radius: 15px; padding: 12px; margin-bottom: 14px; }
.sc-chart svg { display: block; width: 100%; height: 96px; }
.sc-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 13px; }
.sc-stats > div { background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 11px 8px; text-align: center; }
.sc-stats strong { display: block; font-family: var(--disp); font-size: 1.1rem; color: var(--ink); line-height: 1; margin-bottom: 4px; }
.sc-stats span { font-size: .7rem; color: var(--muted); }
.sc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.sc-tags span { font-size: .72rem; font-weight: 500; color: var(--ink-2); background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px; }
.float-chip { position: absolute; z-index: 2; font-family: var(--disp); font-weight: 600; font-size: .78rem; padding: 9px 13px; border-radius: 999px; box-shadow: 0 20px 38px -16px rgba(0,0,0,.5); }
.float-chip.a { top: -16px; left: -16px; background: var(--band); color: #fff; }
.float-chip.b { bottom: -16px; right: -12px; background: var(--lime); color: var(--ink); border: 1px solid var(--ink); }

/* Comparison */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cmp-col { border-radius: var(--radius); padding: 30px; border: 1px solid var(--line); }
.cmp-col.bad { background: var(--bg-2); }
.cmp-col.good { background: var(--band); border-color: var(--ink); position: relative; overflow: hidden; }
.cmp-col.good::after { content: ""; position: absolute; width: 160px; height: 160px; right: -50px; top: -50px; background: radial-gradient(circle, rgba(199,242,74,.22), transparent 70%); }
.cmp-col h3 { font-size: 1.2rem; margin-bottom: 6px; }
.cmp-col.good h3 { color: #fff; }
.cmp-col .cmp-sub { font-size: .85rem; color: var(--muted); margin-bottom: 16px; }
.cmp-col.good .cmp-sub { color: rgba(233,231,223,.6); }
.cmp-item { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; font-size: .95rem; position: relative; }
.cmp-col.bad .cmp-item { color: var(--muted); border-bottom: 1px solid var(--line); }
.cmp-col.good .cmp-item { color: #e9e7df; border-bottom: 1px solid #2a2a30; }
.cmp-item:last-child { border-bottom: 0; }
.cmp-ic { flex: 0 0 auto; width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; font-size: .72rem; font-weight: 700; margin-top: 1px; }
.cmp-col.bad .cmp-ic { background: rgba(255,106,77,.13); color: var(--coral); }
.cmp-col.good .cmp-ic { background: var(--lime); color: var(--ink); }

/* Trust signals */
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.trust { background: var(--bg-2); border: 1px solid var(--line); border-radius: 18px; padding: 22px; display: flex; gap: 14px; align-items: flex-start; transition: transform .22s ease, border-color .22s ease; }
.trust:hover { transform: translateY(-4px); border-color: rgba(90,60,240,.35); }
.trust .tn { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 11px; background: rgba(90,60,240,.08); border: 1px solid rgba(90,60,240,.16); display: grid; place-items: center; font-size: 1.1rem; }
.trust h4 { font-family: var(--disp); font-size: 1rem; margin: 0 0 4px; }
.trust p { margin: 0; font-size: .88rem; }

@media (max-width: 900px) {
  .hero-grid2 { grid-template-columns: 1fr; gap: 38px; }
  .hero-visual { order: 2; max-width: 440px; margin: 0 auto; width: 100%; }
  .hero h1 { max-width: 18ch; }
  .compare { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .trust-grid { grid-template-columns: 1fr; }
  .sc-stats { gap: 7px; }
}

/* ============================================================
   Motion & effects — animated background, cursor, moving text
   ============================================================ */

/* Fixed background layer (injected by JS) */
.bg-fx { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.bg-fx .orb { position: absolute; border-radius: 50%; filter: blur(48px); opacity: .55; will-change: transform; }
@media (max-width: 700px) { .orb.o4, .orb.o5, .orb.o6 { display: none; } .bg-fx .grid { display: none; } }
.orb.o1 { width: 440px; height: 440px; background: radial-gradient(circle, rgba(90,60,240,.55), transparent 70%); top: -130px; left: -110px; animation: drift1 23s ease-in-out infinite; }
.orb.o2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(199,242,74,.5), transparent 70%); top: 26%; right: -150px; animation: drift2 27s ease-in-out infinite; }
.orb.o3 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(122,93,255,.45), transparent 70%); bottom: -140px; left: 28%; animation: drift3 31s ease-in-out infinite; }
.orb.o4 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(199,242,74,.32), transparent 70%); top: 60%; left: 8%; animation: drift1 29s ease-in-out infinite reverse; }
@keyframes drift1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(70px,46px) scale(1.08); } }
@keyframes drift2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-56px,64px) scale(1.1); } }
@keyframes drift3 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(46px,-54px) scale(1.06); } }
.bg-fx canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.cursor-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(90,60,240,.22), rgba(199,242,74,.10) 38%, transparent 66%); opacity: 0; transition: opacity .4s ease; will-change: left, top; }

/* Animated gradient word */
.grad-anim { background: linear-gradient(100deg, var(--violet) 0%, var(--violet-2) 30%, var(--lime-deep) 55%, var(--violet) 90%); background-size: 280% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: sheen 7s linear infinite; }
@keyframes sheen { to { background-position: 280% 0; } }

/* Growing highlight underline */
.hl { background-repeat: no-repeat; background-size: 0% 38%; background-position: 0 100%; transition: background-size .8s cubic-bezier(.5,0,.1,1); }
.hl.grow { background-size: 100% 38%; }

/* Rotating words */
.rotator { display: inline-grid; vertical-align: bottom; }
.rotator > span { grid-area: 1 / 1; opacity: 0; transform: translateY(14px) rotateX(-40deg); transition: opacity .5s ease, transform .5s ease; color: var(--violet); white-space: nowrap; }
.rotator > span.on { opacity: 1; transform: none; }

/* Hero micro-line */
.hero-rot { display: flex; align-items: center; gap: 8px; margin-top: 22px; font-family: var(--disp); font-weight: 600; color: var(--ink-2); font-size: 1.02rem; }
.hero-rot .dotmark { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(199,242,74,.3); animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(199,242,74,.3); } 50% { box-shadow: 0 0 0 8px rgba(199,242,74,0); } }

/* Button shine sweep */
.btn-primary, .btn-lime { position: relative; overflow: hidden; }
.btn-primary::after, .btn-lime::after { content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.28), transparent); transform: skewX(-20deg); transition: left .6s ease; }
.btn-lime::after { background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent); }
.btn-primary:hover::after, .btn-lime:hover::after { left: 150%; }

/* Reveal gains a touch of scale; supports stagger via inline --d */
.reveal { transition: opacity .6s ease, transform .6s ease; transition-delay: var(--d, 0s); }

/* Marquee second row reverse */
.marquee-track.rev { animation-direction: reverse; }
.marquee.tight { padding: 12px 0; }
.marquee.alt { background: var(--bg-2); border-color: var(--line); }
.marquee.alt .marquee-track span { color: var(--ink); }
.marquee.alt .marquee-track span::after { color: var(--violet); }

@media (prefers-reduced-motion: reduce) {
  /* Keep content visible; motion stays on by brand request */
  .reveal { opacity: 1; transform: none; filter: none; }
}

/* ---------- Services list (eye-candy) ---------- */
.svc-list { display: grid; gap: 12px; }
.svc-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--bg-2); color: var(--ink); position: relative; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.svc-card:hover { color: var(--ink); }
.svc-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--tint); transform: scaleY(0); transform-origin: top; transition: transform .26s ease; }
.svc-card:hover { transform: translateX(6px); box-shadow: var(--shadow-sm); border-color: var(--tint); }
.svc-card:hover::before { transform: scaleY(1); }
.svc-ic { width: 50px; height: 50px; border-radius: 14px; background: var(--tint); display: grid; place-items: center; flex: 0 0 auto; transition: transform .25s ease; }
.svc-ic svg { width: 26px; height: 26px; }
.svc-card:hover .svc-ic { transform: rotate(-6deg) scale(1.07); }
.svc-top { font-family: var(--disp); font-weight: 700; font-size: 1.18rem; display: block; line-height: 1.25; }
.svc-top b { color: var(--tint); margin-right: 8px; }
.svc-desc { display: block; margin-top: 3px; color: var(--ink-2); font-size: .95rem; }
.svc-go { font-family: var(--disp); font-size: 1.4rem; color: var(--tint); opacity: 0; transform: translateX(-8px); transition: opacity .25s ease, transform .25s ease; }
.svc-card:hover .svc-go { opacity: 1; transform: none; }
@media (max-width: 560px) { .svc-card { grid-template-columns: auto 1fr; gap: 14px; padding: 16px; } .svc-go { display: none; } }

/* Custom icon sizing */
.tn svg { width: 22px; height: 22px; }

/* ---------- Logo lockup (mark + word as one) ---------- */
.brand { gap: 7px; }
.brand .mark { width: 28px; height: 28px; }

/* ---------- Theme toggle ---------- */
.theme-toggle { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--line); background: var(--bg-2); color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: border-color .2s ease, color .2s ease, transform .2s ease; flex: 0 0 auto; }
.theme-toggle:hover { border-color: var(--violet); color: var(--violet); transform: translateY(-2px); }
.theme-toggle svg { width: 18px; height: 18px; }

/* ---------- Footer social ---------- */
.social { display: flex; gap: 10px; margin-top: 20px; }
.social a { width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); display: grid; place-items: center; color: #ffffff; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.social a:hover { background: var(--lime); color: #131318; border-color: var(--lime); transform: translateY(-3px); }
.social svg { width: 20px; height: 20px; }

/* ---------- Dark mode ---------- */
[data-theme="dark"] {
  --bg: #0f0f14; --bg-2: #181820; --ink: #f1f0ea; --ink-2: #bcbbb4; --muted: #87867e;
  --line: #2a2a34; --line-2: #383844; --band: #0f1a08;
  --shadow: 0 30px 60px -28px rgba(0,0,0,.75); --shadow-sm: 0 12px 30px -16px rgba(0,0,0,.65);
}
[data-theme="dark"] .site-header { background: rgba(15,15,20,.82); }
[data-theme="dark"] .site-header.scrolled { background: rgba(15,15,20,.94); }
[data-theme="dark"] .kicker { color: var(--violet-2); }
[data-theme="dark"] .trust .tn { background: rgba(122,93,255,.16); border-color: rgba(122,93,255,.28); }
[data-theme="dark"] .hero-blob { opacity: .24; }
[data-theme="dark"] .bg-fx .grid { opacity: .4; }
[data-theme="dark"] .promo-note, [data-theme="dark"] .form-note { color: var(--muted); }
html { transition: background .3s ease; }

/* Chart line draw-on */
.spark { stroke-dasharray: 520; stroke-dashoffset: 520; }
.spark.draw { animation: draw 2.1s ease forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }

/* ============================================================
   Rich layer v2 — bigger background, reveals, cursor, spotlight
   ============================================================ */

/* JS gate: if JS never runs, show everything */
html:not(.js) .reveal,
html:not(.js) .word { opacity: 1 !important; transform: none !important; filter: none !important; }
html.js .hero-copy { } /* marker */

/* Stronger, more numerous orbs */
.bg-fx .orb { opacity: .62; }
.orb.o5 { width: 320px; height: 320px; background: radial-gradient(circle, rgba(90,60,240,.4), transparent 70%); top: 8%; left: 42%; animation: drift2 25s ease-in-out infinite; }
.orb.o6 { width: 280px; height: 280px; background: radial-gradient(circle, rgba(199,242,74,.34), transparent 70%); bottom: 8%; right: 18%; animation: drift3 33s ease-in-out infinite reverse; }

/* Drifting dot grid */
.bg-fx .grid { position: absolute; inset: -60px; background-image: radial-gradient(rgba(90,60,240,.16) 1.2px, transparent 1.7px); background-size: 36px 36px; opacity: .55; animation: gridmove 26s linear infinite; }
@keyframes gridmove { to { transform: translate(36px, 36px); } }

/* Scroll progress bar */
.scroll-prog { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 300; background: linear-gradient(90deg, var(--violet), var(--violet-2), var(--lime)); box-shadow: 0 0 12px rgba(90,60,240,.5); transition: width .08s linear; }

/* Reveal — smoother + directional + blur variants */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease; transition-delay: var(--d, 0s); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; filter: none; }
.reveal[data-anim="left"] { transform: translateX(-46px); }
.reveal[data-anim="right"] { transform: translateX(46px); }
.reveal[data-anim="scale"] { transform: scale(.88); }
.reveal[data-anim="blur"] { filter: blur(14px); }
.reveal[data-anim="rise"] { transform: translateY(60px) scale(.97); }

/* Word-by-word heading reveal */
.split .word { display: inline-block; opacity: 0; transform: translateY(.6em) rotate(3deg); transition: opacity .5s ease, transform .55s cubic-bezier(.2,.8,.2,1); transition-delay: calc(var(--i, 0) * 45ms); will-change: opacity, transform; }
.split .sp { display: inline-block; width: .3em; }
.split.in .word { opacity: 1; transform: none; }

/* Cursor ring follower */
.cursor-ring { position: fixed; top: 0; left: 0; width: 30px; height: 30px; border: 1.5px solid rgba(90,60,240,.55); border-radius: 50%; transform: translate(-50%,-50%); pointer-events: none; z-index: 290; transition: width .2s ease, height .2s ease, background .2s ease, border-color .2s ease, opacity .3s; mix-blend-mode: normal; opacity: 0; }
.cursor-ring.show { opacity: 1; }
.cursor-ring.hot { width: 54px; height: 54px; background: rgba(90,60,240,.10); border-color: var(--violet); }

/* Spotlight that follows the cursor inside cards */
.spotlight { position: relative; }
.spotlight::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(240px circle at var(--mx,50%) var(--my,50%), rgba(90,60,240,.12), transparent 60%); opacity: 0; transition: opacity .3s ease; pointer-events: none; z-index: 0; }
.spotlight:hover::before { opacity: 1; }
.spotlight > * { position: relative; z-index: 1; }

/* Tilt-ready elements get smooth transform easing */
[data-tilt] { transition: transform .25s ease; transform-style: preserve-3d; }

/* Let hero breathe with bigger effects */
.hero { overflow: visible; }

@media (hover: none) { .cursor-ring, .cursor-glow { display: none; } }

/* ============================================================
   Green animated header
   ============================================================ */
.site-header {
  background: linear-gradient(100deg, #c7f24a, #b3e63a, #d6f255, #c7f24a);
  background-size: 300% 100%;
  animation: barflow 9s ease-in-out infinite;
  border-bottom: 1px solid rgba(19,19,24,.14);
  backdrop-filter: none;
}
@keyframes barflow { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.site-header.scrolled { background: linear-gradient(100deg, #c7f24a, #b3e63a, #d6f255, #c7f24a); background-size: 300% 100%; box-shadow: 0 9px 26px -16px rgba(70,90,10,.55); }
[data-theme="dark"] .site-header,
[data-theme="dark"] .site-header.scrolled {
  background: linear-gradient(100deg, #c7f24a, #b3e63a, #d6f255, #c7f24a);
  background-size: 300% 100%;
}

/* Logo: dark plate on the green bar */
.site-header .brand { background: var(--band); color: #fff; box-shadow: 0 8px 22px -10px rgba(0,0,0,.45); font-size: 1.45rem; padding: 9px 21px 9px 12px; gap: 9px; }
.site-header .brand:hover { background: #000; color: #fff; }
.site-header .brand .mark { background-image: url(../assets/logo-mark-light.svg); width: 30px; height: 30px; }

/* Nav links: dark ink, invert to a dark pill on hover */
.nav-links a { color: #1a2b0d; font-weight: 600; transition: color .18s ease, background .2s ease, transform .2s ease; }
.nav-links a:hover { color: var(--lime); background: var(--band); transform: translateY(-1px); }
.nav-links a.active { color: var(--lime); background: var(--band); }

/* CTA + toggle on the green bar */
.site-header .nav-cta .btn-lime { background: var(--band); color: var(--lime); border-color: var(--band); }
.site-header .nav-cta .btn-lime:hover { background: #000; color: var(--lime); }
.site-header .theme-toggle { background: rgba(19,19,24,.1); border-color: rgba(19,19,24,.28); color: #1a2b0d; }
.site-header .theme-toggle:hover { background: var(--band); border-color: var(--band); color: var(--lime); }
.nav-toggle span { background: #1a2b0d; }
@media (max-width: 640px) {
  .nav-links.open { background: #c7f24a; border-bottom-color: rgba(19,19,24,.16); }
  .nav-links.open li { border-bottom-color: rgba(19,19,24,.12); }
}

/* ============================================================
   Green footer
   ============================================================ */
.site-footer { background: linear-gradient(135deg, #c7f24a, #b3e63a 55%, #c7f24a); color: #1a2b0d; }
.site-footer .brand { color: #131318; }
.site-footer .brand:hover { color: #000; }
.site-footer .brand .mark { background-image: url(../assets/logo-mark-dark.svg); }
.footer-about p { color: #2c2c1c; }
.footer-grid h4 { color: rgba(19,19,24,.5); }
.footer-grid a { color: #1f1f12; }
.footer-grid a:hover { color: #000; }
.footer-bottom { border-top-color: rgba(19,19,24,.2); color: rgba(19,19,24,.62); }
.footer-bottom a { color: rgba(19,19,24,.62); }
.footer-bottom a:hover { color: #000; }
.site-footer .social a { border-color: rgba(19,19,24,.28); background: rgba(19,19,24,.07); color: #131318; }
.site-footer .social a:hover { background: var(--band); color: var(--lime); border-color: var(--band); }
.site-footer .brand-stamp { background: var(--band); color: var(--lime); box-shadow: 0 8px 20px -12px rgba(0,0,0,.4); }
.site-footer .brand-stamp::before { background-image: url(../assets/logo-mark-light.svg); }

/* ---------- Header logo lockup (mark + name as one boxed mark) ---------- */
.site-header .brand { background: var(--lime); color: var(--band); border: 0; padding: 7px 17px 7px 10px; border-radius: 999px; gap: 6px; box-shadow: 0 9px 22px -10px rgba(199,242,74,.55); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.site-header .brand:hover { color: var(--band); background: var(--lime-deep); transform: translateY(-1px); box-shadow: 0 13px 28px -10px rgba(199,242,74,.75); }
.site-header .brand .mark { background-image: url(../assets/logo-mark-dark.svg); width: 24px; height: 24px; }
[data-theme="dark"] .site-header .brand { border-color: #0c0c10; box-shadow: 0 9px 22px -10px rgba(199,242,74,.35); }

/* Dark glyphs on lime icon tiles (both themes) */
.info-list .ico { color: #131318; }

/* ---------- Dark-mode corrections ---------- */
[data-theme="dark"] .btn-primary { background: var(--violet); border-color: var(--violet); color: #fff; }
[data-theme="dark"] .btn-primary:hover { background: var(--violet-2); border-color: var(--violet-2); }
[data-theme="dark"] .btn-ghost { color: var(--ink); border-color: var(--line-2); }
[data-theme="dark"] .btn-ghost:hover { background: var(--ink); color: var(--band); }
[data-theme="dark"] .cta { border: 1px solid #24242f; }
[data-theme="dark"] .cmp-col.good { background: #14141b; border-color: #2c2c38; }
[data-theme="dark"] .cmp-col.good .cmp-item { border-color: #2c2c38; }
[data-theme="dark"] .nav-links a:hover, [data-theme="dark"] .nav-links a.active { background: rgba(255,255,255,.08); }
[data-theme="dark"] .theme-toggle:hover { color: var(--lime); border-color: var(--lime); }

/* ---------- Stats count-up band ---------- */
.statband { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; padding: 44px 40px; border: 1px solid var(--line); border-radius: 28px; background: var(--bg-2); position: relative; overflow: hidden; }
.statband::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 130% at 50% 0%, rgba(90,60,240,.07), transparent 62%); pointer-events: none; }
.statband > div { position: relative; }
.statband .sn { font-family: var(--disp); font-weight: 700; font-size: clamp(2.1rem, 4.4vw, 3.1rem); line-height: 1; display: block; background: linear-gradient(120deg, var(--violet), var(--violet-2) 50%, var(--lime-deep)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.statband .sl { color: var(--muted); font-size: .92rem; margin-top: 10px; display: block; }
@media (max-width: 680px) { .statband { grid-template-columns: 1fr 1fr; gap: 30px 16px; padding: 34px 22px; } }

/* Cards get smooth 3D tilt + depth */
.card, .trust { transform-style: preserve-3d; }
.card .ic, .trust .tn, .card h3, .card p { transition: transform .25s ease; }
.card:hover .ic { transform: translateZ(34px); }
.trust:hover .tn { transform: translateZ(28px); }
.card:hover h3 { transform: translateZ(18px); }
.card:hover p { transform: translateZ(10px); }
.card:hover, .trust:hover { box-shadow: 0 22px 44px -26px rgba(40,30,90,.42); }
[data-theme="dark"] .card:hover, [data-theme="dark"] .trust:hover { box-shadow: 0 22px 44px -26px rgba(0,0,0,.6); }

/* Footer brand stamp — „Различен сорт" */
.brand-stamp { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--disp); font-weight: 600; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: #0e0f13; background: var(--lime); border-radius: 999px; padding: 6px 14px; box-shadow: 0 8px 20px -12px rgba(199,242,74,.6); }
.brand-stamp::before { content: ""; width: 15px; height: 15px; background: url(../assets/logo-mark-dark.svg) center/contain no-repeat; flex: 0 0 auto; }

/* ---------- Centered hero ---------- */
.hero-center { text-align: center; margin: 0 auto; }
.hero-center h1, .hero-center .lead { margin-left: auto; margin-right: auto; }
.hero-center .hero-cta, .hero-center .hero-tags { justify-content: center; }

/* ---------- Services explorer (interactive) ---------- */
.svc-explorer { display: grid; grid-template-columns: 1fr 1.05fr; gap: 24px; align-items: start; }
.svc-menu { display: flex; flex-direction: column; gap: 8px; }
.svc-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; text-align: left; padding: 16px 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-2); color: var(--ink); cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.svc-item .si-name { font-family: var(--disp); font-weight: 600; font-size: 1.02rem; }
.svc-item .si-price { font-family: var(--disp); font-weight: 600; font-size: .86rem; color: var(--muted); white-space: nowrap; }
.svc-item:hover { border-color: var(--violet); transform: translateX(4px); }
.svc-item.active { background: var(--band); color: #fff; border-color: var(--band); }
.svc-item.active .si-price { color: var(--lime); }
.svc-detail { position: sticky; top: 90px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 24px; padding: 32px; box-shadow: var(--shadow-sm); min-height: 300px; }
.svc-panel { display: none; }
.svc-panel.active { display: block; animation: svcfade .4s ease; }
@keyframes svcfade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.svc-panel h3 { font-size: 1.7rem; margin: 14px 0 10px; }
.svc-panel p { color: var(--ink-2); font-size: 1rem; }
.svc-detail .svc-price { font-family: var(--disp); font-weight: 700; font-size: 2.6rem; color: var(--violet); margin: 20px 0 22px; }
[data-theme="dark"] .svc-detail .svc-price { color: var(--violet-2); }
@media (max-width: 800px) { .svc-explorer { grid-template-columns: 1fr; } .svc-detail { position: static; } }

/* ---------- Promo band (impactful) ---------- */
.promo-band { position: relative; overflow: hidden; text-align: center; color: #15140b; background: linear-gradient(135deg, #d8f25a, #c7f24a 45%, #aadb2e); border-radius: 34px; padding: clamp(44px,6vw,64px) 36px; box-shadow: 0 34px 80px -34px rgba(167,210,42,.75); }
.promo-band::before { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(90,60,240,.28), transparent 70%); top: -130px; right: -90px; }
.promo-band::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(255,106,77,.22), transparent 70%); bottom: -130px; left: -80px; }
.promo-band > * { position: relative; z-index: 1; }
.promo-flag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--disp); font-weight: 700; font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; background: #15140b; color: var(--lime); padding: 8px 16px; border-radius: 999px; margin-bottom: 18px; }
.promo-band h2 { color: #15140b; font-size: clamp(1.9rem,4.4vw,3.1rem); max-width: 20ch; margin: 0 auto 14px; line-height: 1.08; }
.promo-num { display: inline-block; background: #15140b; color: var(--lime); border-radius: 12px; padding: 0 .22em; }
.promo-band p { color: #33301f; max-width: 560px; margin: 0 auto 26px; font-size: 1.06rem; }
.promo-note { display: block; font-size: .82rem; color: #3a3722; margin-top: 14px; }

/* ---------- AI-powered badge ---------- */
.ai-tag { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; font-family: var(--disp); font-weight: 600; font-size: .9rem; color: var(--ink-2); background: linear-gradient(100deg, rgba(90,60,240,.08), rgba(199,242,74,.08)); border: 1px solid rgba(90,60,240,.22); border-radius: 999px; padding: 8px 16px 8px 12px; }
.ai-tag .ai-orb { width: 10px; height: 10px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, var(--lime), var(--violet)); box-shadow: 0 0 0 4px rgba(90,60,240,.14); animation: pulse 1.8s ease-in-out infinite; flex: 0 0 auto; }
.ai-tag b { color: var(--ink); font-weight: 700; }
[data-theme="dark"] .ai-tag { border-color: rgba(122,93,255,.3); background: linear-gradient(100deg, rgba(122,93,255,.12), rgba(199,242,74,.08)); }

/* ---------- Living multi-colour icon tiles (wave) ---------- */
/* White icons on the colour tiles */
.ic svg, .svc-ic svg, .tn svg { filter: brightness(0) invert(1) drop-shadow(0 1px 1.5px rgba(0,0,0,.4)); }
.info-list .ico { color: #fff !important; text-shadow: 0 1px 2px rgba(0,0,0,.45); }

/* Funky organic morphing shape — animated everywhere */
.ic, .svc-ic, .tn, .info-list .ico { animation: iconblob 9s ease-in-out infinite; }
@keyframes iconblob {
  0%, 100% { border-radius: 44% 56% 56% 44% / 52% 48% 52% 48%; }
  33%      { border-radius: 62% 38% 50% 50% / 44% 60% 40% 56%; }
  66%      { border-radius: 38% 62% 44% 56% / 58% 40% 60% 42%; }
}
.svc-list .svc-card:nth-child(2) .svc-ic { animation-delay: -1.5s; }
.svc-list .svc-card:nth-child(3) .svc-ic { animation-delay: -3s; }
.svc-list .svc-card:nth-child(4) .svc-ic { animation-delay: -4.5s; }
.svc-list .svc-card:nth-child(5) .svc-ic { animation-delay: -6s; }
.grid-4 .card:nth-child(2) .ic { animation-delay: -2s; }
.grid-4 .card:nth-child(3) .ic { animation-delay: -4s; }
.grid-4 .card:nth-child(4) .ic { animation-delay: -6s; }
.trust-grid .trust:nth-child(2) .tn { animation-delay: -1.5s; }
.trust-grid .trust:nth-child(3) .tn { animation-delay: -3s; }
.trust-grid .trust:nth-child(4) .tn { animation-delay: -4.5s; }
.trust-grid .trust:nth-child(5) .tn { animation-delay: -6s; }
.trust-grid .trust:nth-child(6) .tn { animation-delay: -7.5s; }

/* Vibrant, varied colours where tiles were uniform */
.trust-grid .trust:nth-child(1) .tn { background: #5a3cf0; }
.trust-grid .trust:nth-child(2) .tn { background: #15c0a3; }
.trust-grid .trust:nth-child(3) .tn { background: #ff6a4d; }
.trust-grid .trust:nth-child(4) .tn { background: #7a5dff; }
.trust-grid .trust:nth-child(5) .tn { background: #ff4d8d; }
.trust-grid .trust:nth-child(6) .tn { background: #a7d22a; }
.info-list li:nth-child(1) .ico { background: #5a3cf0; }
.info-list li:nth-child(2) .ico { background: #ff6a4d; }
.info-list li:nth-child(3) .ico { background: #15c0a3; }
.info-list li:nth-child(4) .ico { background: #ff4d8d; }

/* ---------- Creatives gallery (bento) ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 175px; gap: 16px; grid-auto-flow: dense; }
.g-item { position: relative; overflow: hidden; border-radius: 20px; border: 1px solid var(--line); display: block; background: var(--bg-2); }
.g-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s ease; }
.g-item:hover img { transform: scale(1.07); }
.g-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(8,6,18,.55)); }
.g-cap { position: absolute; left: 14px; bottom: 12px; z-index: 2; background: rgba(255,255,255,.16); color: #fff; font-family: var(--disp); font-weight: 600; font-size: .76rem; letter-spacing: .04em; padding: 5px 12px; border-radius: 999px; backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.22); }
.g-big { grid-column: span 2; grid-row: span 2; }
.g-wide { grid-column: span 2; }
.g-tall { grid-row: span 2; }
@media (max-width: 760px) { .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; } .g-big { grid-column: span 2; grid-row: span 2; } .g-wide { grid-column: span 2; } }

/* ---------- Generated creative tiles ---------- */
.creative { display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.creative::after { content: none; }
.creative .cr-in, .creative .mock, .creative .cr-stamp { transition: transform .45s ease; position: relative; z-index: 1; }
.creative:hover .cr-in, .creative:hover .mock, .creative:hover .cr-stamp { transform: scale(1.05); }
.creative .cr-in { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; }

/* AURA — cosmetics brand board */
.cr-aura { background: linear-gradient(160deg, #f7dbd2, #e6abc0); color: #5b3a48; }
.cr-aura b { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-size: 2.4rem; letter-spacing: .08em; }
.cr-aura span { font-family: Georgia, serif; font-style: italic; font-size: .85rem; opacity: .72; }

/* BREW&CO — coffee packaging */
.cr-brew { background: linear-gradient(160deg, #5a4031, #34241b); color: #efe2d2; }
.cr-brew b { font-family: var(--disp); font-weight: 700; font-size: 1.7rem; letter-spacing: .02em; }
.cr-brew span { font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; opacity: .7; }

/* VERDE — fresh / eco campaign */
.cr-verde { background: linear-gradient(160deg, #46b35d, #2c7d44); color: #fff; }
.cr-verde b { font-family: var(--disp); font-weight: 700; font-size: 2rem; letter-spacing: .05em; }
.cr-verde span { font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; opacity: .85; }

/* NOVA — tech / SaaS */
.cr-nova { background: radial-gradient(120% 130% at 82% 18%, #1d2c50, #0b1120 72%); color: #eaf2ff; }
.cr-nova b { font-family: var(--disp); font-weight: 700; font-size: clamp(2rem, 5vw, 3rem); letter-spacing: .05em; color: #7fdfff; text-shadow: 0 0 26px rgba(80,200,255,.55); }
.cr-nova span { font-family: 'Courier New', monospace; font-size: .82rem; color: #9fb4d8; }

/* STORE — e-commerce mockup */
.cr-store { background: linear-gradient(180deg, #1a1622, #0f0c16); align-items: stretch; padding: 16px; }
.cr-store .mock { width: 100%; background: #fff; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 18px 40px -20px rgba(0,0,0,.6); }
.cr-store .mb { height: 20px; background: #efe9e2; display: flex; align-items: center; gap: 5px; padding: 0 9px; }
.cr-store .mb i { width: 6px; height: 6px; border-radius: 50%; background: #d8cfc4; }
.cr-store .mbody { flex: 1; padding: 13px; display: flex; flex-direction: column; gap: 9px; }
.cr-store .ln { height: 9px; border-radius: 5px; background: #ece7e0; }
.cr-store .ln.s { width: 55%; background: #d2694b; }
.cr-store .ln.m { width: 82%; }
.cr-store .blk { margin-top: auto; height: 38px; border-radius: 9px; background: linear-gradient(120deg, #d2694b, #f0c14b); }

/* L'MODE — fashion magazine cover */
.cr-mode { background: #e9e4da; color: #1a1813; position: relative; }
.cr-mode::before { content: ""; position: absolute; top: 14px; left: 14px; right: 14px; height: 2px; background: #1a1813; }
.cr-mode::after { content: ""; position: absolute; bottom: 14px; left: 14px; right: 14px; height: 1px; background: rgba(26,24,19,.4); }
.cr-mode b { font-family: Georgia, serif; font-weight: 700; font-size: 2.1rem; letter-spacing: .04em; }
.cr-mode span { font-family: Georgia, serif; font-style: italic; font-size: .82rem; opacity: .6; }

/* ============================================================
   Mega-menu — „Услуги" dropdown (desktop)
   ============================================================ */
.nav-links .has-mega { position: static; }
.nav-links .has-aud { position: relative; }
.nav-links .has-mega > a::after,
.nav-links .has-aud > a::after {
  content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 7px;
  vertical-align: middle; border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg);
  transition: transform .25s ease; opacity: .75;
}
.nav-links .has-mega.on > a::after,
.nav-links .has-aud.on > a::after { transform: translateY(1px) rotate(-135deg); }

/* Standalone „За кого" dropdown */
.navdrop {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(-10px);
  min-width: 292px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 18px;
  box-shadow: 0 30px 50px -28px rgba(20,16,60,.45); padding: 10px;
  opacity: 0; visibility: hidden; transition: opacity .24s ease, transform .24s ease, visibility .24s; z-index: 96;
}
.navdrop::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.navdrop.open { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.navdrop a { display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: 12px; color: var(--ink); transition: background .18s ease, transform .18s ease, color .18s ease; }
.navdrop a:hover { background: rgba(90,60,240,.07); transform: translateX(2px); color: var(--ink); }
.navdrop .nd-ic { width: 30px; height: 30px; border-radius: 9px; flex: 0 0 auto; display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.navdrop .nd-ic img { width: 18px; height: 18px; }
.vcard .vic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 16px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.vcard .vic img { width: 26px; height: 26px; }
.navdrop .nd-t b { display: block; font-family: var(--disp); font-weight: 600; font-size: .9rem; line-height: 1.15; color: var(--ink); }
.navdrop .nd-t span { display: block; font-size: .76rem; color: var(--muted); }
.navdrop .nd-all { margin-top: 6px; padding-top: 13px; border-top: 1px solid var(--line); border-radius: 0; color: var(--violet); font-family: var(--disp); font-weight: 600; font-size: .85rem; }
.navdrop .nd-all:hover { color: var(--violet-ink); transform: none; background: transparent; }
[data-theme="dark"] .navdrop { background: #15151c; border-color: #26262f; }
[data-theme="dark"] .navdrop a:hover { background: rgba(255,255,255,.05); }
[data-theme="dark"] .navdrop .nd-all { border-top-color: #26262f; }
@media (max-width: 860px) {
  .nav-links .has-aud > a::after { display: none; }
  .navdrop { display: none !important; }
}

.mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--bg-2); border-bottom: 1px solid var(--line);
  box-shadow: 0 34px 54px -30px rgba(20,16,60,.45);
  padding: 30px 0 32px;
  opacity: 0; visibility: hidden; transform: translateY(-14px);
  transition: opacity .26s ease, transform .26s ease, visibility .26s;
  z-index: 95;
}
.mega.open { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 26px;
  display: grid; grid-template-columns: repeat(4, 1fr) 1.15fr; gap: 6px 22px;
}
.mega-col h5 {
  font-family: var(--disp); font-size: .7rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--violet-ink); margin: 4px 0 8px; padding-left: 10px;
}
.mega-link {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 9px 10px; border-radius: 13px;
  transition: background .18s ease, transform .18s ease;
}
.mega-link:hover { background: rgba(90,60,240,.07); transform: translateX(3px); }
.mega-link .mi { width: 34px; height: 34px; border-radius: 10px; background: var(--band); display: grid; place-items: center; flex: 0 0 auto; }
.mega-link .mi svg { width: 18px; height: 18px; }
.mega-link .mt b { display: block; font-family: var(--disp); font-size: .9rem; font-weight: 600; color: var(--ink); line-height: 1.2; }
.mega-link .mt span { display: block; font-size: .76rem; color: var(--muted); line-height: 1.4; margin-top: 2px; }
.mega-feat {
  background: linear-gradient(155deg, var(--band), #24350f);
  border-radius: 18px; padding: 22px; color: #fff;
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
}
.mega-feat .mf-flag { font-family: var(--disp); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); }
.mega-feat h4 { color: #fff; font-size: 1.12rem; margin: 0; max-width: 14ch; }
.mega-feat p { color: rgba(255,255,255,.75); font-size: .82rem; margin: 0; }
.mega-feat .btn { margin-top: auto; }
.mega-foot { max-width: var(--maxw); margin: 18px auto 0; padding: 16px 26px 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.mega-foot .mf-label { font-family: var(--disp); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--violet-ink); margin-right: 4px; }
.mega-foot a { font-family: var(--disp); font-weight: 600; font-size: .85rem; color: var(--ink-2); padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease; }
.mega-foot a:hover { color: var(--band); border-color: var(--lime-deep); background: rgba(167,210,42,.16); transform: translateY(-1px); }
.mega-foot .mf-all { margin-left: auto; color: var(--violet); border-color: rgba(90,60,240,.3); }
.mega-foot .mf-all:hover { background: var(--band); color: var(--lime); border-color: var(--band); }
[data-theme="dark"] .mega { background: #15151c; border-bottom-color: #26262f; }
[data-theme="dark"] .mega-link:hover { background: rgba(255,255,255,.05); }
[data-theme="dark"] .mega-foot { border-top-color: #26262f; }

/* Homepage „За кого" strip */
.aud-strip { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.aud-strip a { display: inline-flex; align-items: center; gap: 9px; font-family: var(--disp); font-weight: 600; font-size: .95rem; color: var(--ink); background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: 12px 20px; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease, color .18s ease; }
.aud-strip a:hover { color: var(--ink); border-color: var(--violet); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.aud-strip a .ad { width: 9px; height: 9px; border-radius: 50%; flex: 0 0 auto; }
.aud-strip .aud-all { background: var(--band); color: var(--lime); border-color: var(--band); }
.aud-strip .aud-all:hover { background: #000; color: var(--lime); }
@media (max-width: 860px) {
  .nav-links .has-mega > a::after { display: none; }
  .mega { display: none !important; }
}

/* ============================================================
   Partners band — „С какво работим"
   ============================================================ */
.partners { padding: 6px 0 4px; }
.partners .p-head { text-align: center; margin-bottom: 26px; }
.partners .p-head .kicker { margin-bottom: 12px; }
.partners .p-head p { color: var(--muted); font-size: .92rem; max-width: 52ch; margin: 0 auto; }
.marquee { overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.marquee + .marquee { margin-top: 14px; }
.marquee-row { display: flex; gap: 14px; width: max-content; animation: marq 42s linear infinite; }
.marquee.rev .marquee-row { animation-direction: reverse; animation-duration: 50s; }
.marquee:hover .marquee-row { animation-play-state: paused; }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.pchip {
  display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto;
  padding: 13px 22px; border: 1px solid var(--line); border-radius: 14px;
  background: var(--bg-2); font-family: var(--disp); font-weight: 600; font-size: .95rem;
  color: var(--ink-2); white-space: nowrap; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.pchip:hover { border-color: var(--violet); transform: translateY(-2px); box-shadow: var(--shadow-sm); color: var(--ink); }
.pchip .pdot { width: 10px; height: 10px; border-radius: 50%; flex: 0 0 auto; box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 14%, transparent); }
.pchip .plogo { width: 22px; height: 22px; object-fit: contain; flex: 0 0 auto; }

/* Industry overview cards */
.vcard { display: flex; flex-direction: column; color: var(--ink); }
.vcard:hover { color: var(--ink); }
.vcard .vgo { margin-top: auto; padding-top: 14px; font-family: var(--disp); font-weight: 600; color: var(--violet); }
.vcard:hover .vgo { color: var(--violet-ink); }
[data-theme="dark"] .pchip { background: var(--bg-2); border-color: var(--line); }

/* ============================================================
   Richer footer — 5 columns
   ============================================================ */
.footer-grid { grid-template-columns: 1.5fr repeat(4, 1fr); }
.footer-grid h4 { display: flex; align-items: center; gap: 8px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   Iteration 1 — header/logo, green buttons, calmer background,
   full-bleed promo + CTA, promo strip under the menu.
   (Appended so these overrides win the cascade.)
   ============================================================ */

/* --- Promo strip drops to directly UNDER the menu (was page-top) ---
   Body becomes a flex column and the header is pulled first; the topbar
   (next in source) then renders right beneath it and scrolls away on scroll.
   Fixed overlays (bg-fx, cursor, cookie, progress) don't take part in flow. */
body { display: flex; flex-direction: column; min-height: 100vh; }
.site-header { order: -1; }
.topbar { font-size: .9rem; padding: 11px 16px; letter-spacing: .01em; }

/* --- Bigger top menu (taller still) --- */
.nav { height: 104px; }
.nav-links a { font-size: 1.06rem; padding: 12px 20px; }
.nav-cta { gap: 14px; }
@media (max-width: 640px) { .nav-links.open { top: 104px; } }
/* keep the services-explorer sticky panel clear of the taller header */
.svc-detail { top: 124px; }

/* --- Logo: the FULL „Rasteж" wordmark inside a dark lockup box (lime text) --- */
.brand .mark { display: none !important; }
.brand .wm {
  font-family: var(--disp); font-weight: 800; letter-spacing: -.035em;
  line-height: 1; display: inline-flex; align-items: baseline;
}
.site-header .brand, .site-footer .brand {
  background: #14300c; color: var(--lime);
  border: 0; border-radius: 14px; gap: 0;
  /* trailing room after „ж" — the form (и растежът) keeps going after us */
  padding: .42em 2.7em .42em .66em;
  box-shadow: 0 12px 26px -14px rgba(0,0,0,.55);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.site-header .brand:hover, .site-footer .brand:hover {
  background: #0b1d07; color: var(--lime); transform: translateY(-1px);
}
.site-header .brand { font-size: clamp(1.7rem, 1.1rem + 1.9vw, 2.4rem); }
.site-footer .brand { font-size: 1.7rem; }
/* whole wordmark lives in the box now — no separate „ж" chip */
.brand .wm-zh { background: none; color: inherit; border-radius: 0; padding: 0; margin: 0; transform: none; }

/* --- Darker buttons: a deep green that pairs with the lime (no purple) --- */
.btn-primary { background: #1b3a11; color: #f3f1e8; }
.btn-primary:hover { background: #122e09; border-color: #122e09; color: #fff; transform: translateY(-2px); }
.site-header .nav-cta .btn-lime { background: #1b3a11; color: var(--lime); border-color: #1b3a11; }
.site-header .nav-cta .btn-lime:hover { background: #122e09; color: var(--lime); }

/* --- Calmer background: no orbs, no cursor glow/ring, no hero blob --- */
.hero-blob { display: none !important; }
.cursor-ring { display: none !important; }
/* „за сега": изцяло бял фон, без фонови ефекти/анимации (точков грид + частици).
   Махни този ред, за да върнеш живия фон. */
.bg-fx { display: none !important; }
* { cursor: auto; }
a, button, summary, label, [role="button"], .svc-card, .pchip { cursor: pointer; }

/* --- Full-bleed sections (homepage promo + „Твоят ред" CTA) --- */
.sec-flush { padding: 0 !important; }
.promo-band.promo-full { border-radius: 0; box-shadow: none; width: 100%; }
.cta.cta-full { border-radius: 0; width: 100%; }
/* CTA sits flush onto the footer (no gap) */
.sec-flush.cta-flush + .site-footer { margin-top: 0; }

/* --- Brand line (демо на таглайн) --- */
.brand-lockup { display: flex; align-items: center; gap: 14px; }
.brand-tag {
  font-family: var(--disp); font-weight: 600; font-size: .82rem; line-height: 1.2;
  color: #15300d; opacity: .72; max-width: 8.5em;
  padding-left: 14px; border-left: 1px solid rgba(19,19,24,.22);
}
@media (max-width: 1040px) { .brand-tag { display: none; } }
.hero-manifesto {
  font-family: var(--disp); font-weight: 700; letter-spacing: -.01em;
  font-size: clamp(1.12rem, 2.1vw, 1.5rem); color: var(--ink);
  margin: 18px auto 0; max-width: 40ch; text-wrap: balance;
}

/* --- Full-bleed feature блокове в целия сайт (като началната) --- */
.cta, .promo-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
}
/* CTA блокът ляга плътно до футъра на всяка страница */
section:has(.cta) { padding-bottom: 0 !important; }
section:has(.cta) + .site-footer { margin-top: 0; }

/* --- Мобилни поправки: хедър да не изтласква бургер менюто --- */
@media (max-width: 640px) {
  .nav { height: 68px; }
  .nav-links.open { top: 68px; }
  /* по-компактно лого + по-малко trailing space, за да има място за бургера */
  .site-header .brand { font-size: 1.4rem; padding: .36em 1.2em .36em .56em; }
  /* CTA-то от хедъра се крие на мобилен (то е в герото и в менюто) */
  .site-header .nav-cta .btn-lime { display: none; }
}
