/* Vendla marketing site — layered on top of vendla-tokens.css + Bootstrap. Marketing-only styles live here. */

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 2000;
  background: var(--vendla-amber); color: #fff; padding: .5rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---- Hero ---- */
.hero {
  background: linear-gradient(180deg, var(--vendla-sand) 0%, #fff 100%);
  padding: 4.5rem 0 3.5rem;
}
.hero h1 { font-size: clamp(2rem, 4vw + 1rem, 3.25rem); line-height: 1.08; }
.hero .lead { color: var(--vendla-ink-60); font-size: 1.15rem; }

.badge-founding {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--vendla-ink); color: #fff; border-radius: var(--vendla-radius-pill);
  padding: .35rem .9rem; font-size: .8rem; font-weight: 600;
}
.badge-founding::before { content: "\2726"; color: var(--vendla-amber); }

/* ---- Chat mock (marketing decoration only — see chat-simulator for the real interactive one) ---- */
.chat-mock {
  background: #fff; border-radius: var(--vendla-radius-lg); box-shadow: var(--vendla-shadow-card);
  padding: 1.25rem; max-width: 380px; font-family: var(--vendla-font-chat);
}
.chat-bubble { border-radius: 14px; padding: .55rem .85rem; margin-bottom: .5rem; max-width: 85%; font-size: .92rem; }
.chat-bubble.in  { background: #F0F1F2; }
.chat-bubble.out { background: #DCF3E8; margin-left: auto; }

/* ---- Sections ---- */
.section { padding: 4rem 0; }
.section-sand { background: var(--vendla-sand); }
.card-feature {
  background: #fff; border-radius: var(--vendla-radius-lg); box-shadow: var(--vendla-shadow-card);
  padding: 1.75rem; height: 100%; border: 1px solid rgba(30,42,56,.06);
}
.card-feature .icon-badge {
  width: 44px; height: 44px; border-radius: var(--vendla-radius-md);
  background: var(--vendla-sand); display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; margin-bottom: 1rem;
}

/* ---- Pricing ---- */
.price-card { border-radius: var(--vendla-radius-lg); border: 1px solid rgba(30,42,56,.08); padding: 2rem; height: 100%; background: #fff; }
.price-card.featured { border: 2px solid var(--vendla-amber); box-shadow: 0 8px 24px rgba(232,137,12,.15); position: relative; }
.price-card.featured .ribbon {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--vendla-amber); color: #fff; font-size: .75rem; font-weight: 700;
  padding: .3rem .9rem; border-radius: var(--vendla-radius-pill);
}
.price-amount { font-family: var(--vendla-font-heading); font-size: 2.5rem; font-weight: 800; }
.price-amount .was { text-decoration: line-through; color: var(--vendla-ink-60); font-size: 1.1rem; font-weight: 500; }
.price-period { color: var(--vendla-ink-60); font-size: .95rem; }
.tick-list { list-style: none; padding: 0; margin: 0; }
.tick-list li { padding-left: 1.6rem; position: relative; margin-bottom: .6rem; }
.tick-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--vendla-green); font-weight: 700; }

/* ---- ROI calculator ---- */
.roi-calculator { background: #fff; border-radius: var(--vendla-radius-lg); box-shadow: var(--vendla-shadow-card); padding: 2rem; }
.roi-result { background: var(--vendla-sand); border-radius: var(--vendla-radius-md); padding: 1.5rem; text-align: center; }
.roi-result .big { font-family: var(--vendla-font-heading); font-size: 2.25rem; font-weight: 800; color: var(--vendla-green); }

/* ---- Step timeline (How it works) ---- */
.step-item { display: flex; gap: 1.25rem; margin-bottom: 2rem; }
.step-num {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; background: var(--vendla-ink); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--vendla-font-heading);
}

/* ---- Footer ---- */
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; }

/* ---- Cookie banner ---- */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1500;
  background: var(--vendla-ink); color: #fff; box-shadow: 0 -4px 16px rgba(0,0,0,.15);
}

/* ---- Utility ---- */
.text-balance { text-wrap: balance; }
@media (max-width: 991.98px) {
  .navbar-nav .nav-link { padding: .6rem 0; }
}
