/* Visita Pro landing — styles */
:root {
  --purple: #671cf0;
  --purple-dark: #4a0fbf;
  --purple-600: #5a15d6;
  --lilac: #ededfc;
  --lilac-2: #f6f4fe;
  --ink: #16131f;
  --ink-2: #433f52;
  --muted: #77738a;
  --line: #e9e6f2;
  --bg: #ffffff;
  --bg-soft: #faf9fe;
  --white: #ffffff;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 2px 8px rgba(24, 16, 45, 0.06);
  --shadow: 0 18px 44px rgba(71, 21, 173, 0.12);
  --shadow-lg: 0 40px 90px rgba(71, 21, 173, 0.22);
  --maxw: 1180px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: -0.02em; font-weight: 800; }
p { margin: 0; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 92px 0; }
.section--soft { background: var(--bg-soft); }
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--purple); margin-bottom: 14px;
}
.section__head { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section__head h2 { font-size: clamp(28px, 4vw, 42px); }
.section__head p { margin-top: 16px; color: var(--muted); font-size: 18px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 16px; padding: 14px 24px; border-radius: 999px;
  border: 1.5px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn--primary { background: var(--purple); color: #fff; box-shadow: 0 10px 24px rgba(103, 28, 240, 0.32); }
.btn--primary:hover { background: var(--purple-600); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(103, 28, 240, 0.4); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--purple); color: var(--purple); }
.btn--light { background: #fff; color: var(--purple); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--sm { padding: 10px 18px; font-size: 14px; }

/* Store badges */
.stores { display: flex; flex-wrap: wrap; gap: 12px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 10px; background: var(--ink);
  color: #fff; padding: 10px 18px; border-radius: 14px; transition: transform .15s ease, opacity .2s ease;
  min-width: 158px;
}
.store-badge:hover { transform: translateY(-2px); opacity: .92; }
.store-badge svg { width: 24px; height: 24px; flex: none; }
.store-badge__txt { display: flex; flex-direction: column; line-height: 1.1; }
.store-badge__txt small { font-size: 10px; opacity: .85; letter-spacing: .02em; }
.store-badge__txt strong { font-size: 16px; font-weight: 700; }
.stores--light .store-badge { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid transparent;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.nav.is-scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.nav__inner { display: flex; align-items: center; gap: 20px; height: 72px; }
.nav__logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; }
.nav__logo img { height: 30px; width: auto; }
.nav__menu { display: flex; align-items: center; gap: 28px; margin-left: 12px; }
.nav__menu a { color: var(--ink-2); font-weight: 600; font-size: 15px; transition: color .15s ease; }
.nav__menu a:hover { color: var(--purple); }
.nav__right { margin-left: auto; display: flex; align-items: center; gap: 14px; }

.langswitch { display: inline-flex; background: var(--lilac); border-radius: 999px; padding: 3px; }
.langswitch button {
  border: 0; background: transparent; cursor: pointer; font-weight: 700; font-size: 13px;
  color: var(--ink-2); padding: 6px 11px; border-radius: 999px; transition: all .15s ease;
}
.langswitch button.is-active { background: #fff; color: var(--purple); box-shadow: var(--shadow-sm); }

.nav__burger {
  display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line);
  background: #fff; border-radius: 12px; cursor: pointer; flex-direction: column; gap: 5px;
  align-items: center; justify-content: center;
}
.nav__burger span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 72px 0 40px; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(103,28,240,.12), transparent 60%),
    radial-gradient(900px 500px at 0% 10%, rgba(103,28,240,.08), transparent 55%);
}
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px; background: var(--lilac);
  color: var(--purple-dark); font-weight: 700; font-size: 13px; padding: 7px 14px; border-radius: 999px;
}
.hero__badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--purple); }
.hero h1 { font-size: clamp(34px, 5.2vw, 58px); margin: 20px 0 18px; }
.hero__sub { font-size: clamp(17px, 2vw, 20px); color: var(--ink-2); max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 22px; align-items: center; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; }
.hero__stat { display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink-2); font-size: 15px; }
.hero__stat svg { width: 20px; height: 20px; color: var(--purple); flex: none; }

/* Phone mockup */
.phone {
  position: relative; width: 300px; max-width: 78%; margin: 0 auto;
  border-radius: 44px; background: #14101f; padding: 12px;
  box-shadow: var(--shadow-lg);
}
.phone::after {
  content: ""; position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 120px; height: 26px; background: #14101f; border-radius: 0 0 16px 16px; z-index: 2;
}
.phone img { border-radius: 33px; width: 100%; aspect-ratio: 390 / 844; object-fit: cover; background: var(--lilac); }
.hero__media { position: relative; display: flex; justify-content: center; }
.hero__media .phone { transform: rotate(2deg); }
.hero__blob {
  position: absolute; inset: 6% 8%; z-index: -1; border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark)); filter: blur(10px); opacity: .18;
}

/* Logos / trust strip */
.trust { padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.trust p { text-align: center; color: var(--muted); font-weight: 600; }

/* Features grid */
.features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.feature__icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--lilac); color: var(--purple); margin-bottom: 18px;
}
.feature__icon svg { width: 26px; height: 26px; }
.feature h3 { font-size: 20px; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 15.5px; }

/* Split showcase */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split--rev .split__media { order: 2; }
.split h2 { font-size: clamp(26px, 3.6vw, 38px); margin-bottom: 16px; }
.split p.lead { color: var(--ink-2); font-size: 18px; margin-bottom: 22px; }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--ink-2); }
.checklist svg { width: 24px; height: 24px; color: var(--purple); flex: none; margin-top: 1px; }
.split__actions { margin-top: 28px; }

.showcase-web {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line);
}

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); }
.step__num {
  counter-increment: step; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: #fff; font-weight: 800; font-size: 18px; margin-bottom: 18px;
}
.step__num::before { content: counter(step); }
.step h3 { font-size: 20px; margin-bottom: 8px; }
.step p { color: var(--muted); }

/* Pricing */
.pricing__card {
  max-width: 460px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 40px; box-shadow: var(--shadow); text-align: center; position: relative; overflow: hidden;
}
.pricing__card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: linear-gradient(90deg, var(--purple), var(--purple-dark)); }
.pricing__plan { font-weight: 700; color: var(--purple); letter-spacing: .04em; text-transform: uppercase; font-size: 14px; }
.pricing__price { font-size: 60px; font-weight: 800; letter-spacing: -0.03em; margin: 10px 0 2px; }
.pricing__per { color: var(--muted); margin-bottom: 26px; }
.pricing__list { list-style: none; margin: 0 0 30px; padding: 0; text-align: left; display: grid; gap: 14px; }
.pricing__list li { display: flex; gap: 12px; font-weight: 600; color: var(--ink-2); }
.pricing__list svg { width: 22px; height: 22px; color: var(--purple); flex: none; }
.pricing__card .btn { width: 100%; }

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq__item { border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; background: #fff; overflow: hidden; }
.faq__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 20px 22px;
  font-weight: 700; font-size: 17px; color: var(--ink); display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.faq__q::after { content: "+"; font-size: 24px; color: var(--purple); font-weight: 600; transition: transform .2s ease; flex: none; }
.faq__item.is-open .faq__q::after { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq__a p { padding: 0 22px 20px; color: var(--muted); }
.faq__item.is-open .faq__a { max-height: 260px; }

/* CTA band */
.cta {
  background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: #fff; border-radius: var(--radius-lg);
  padding: 60px 40px; text-align: center; position: relative; overflow: hidden;
}
.cta::before, .cta::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.1); }
.cta::before { width: 320px; height: 320px; top: -120px; right: -80px; }
.cta::after { width: 240px; height: 240px; bottom: -120px; left: -60px; }
.cta h2 { font-size: clamp(28px, 4vw, 42px); position: relative; }
.cta p { margin: 14px auto 28px; max-width: 560px; opacity: .92; font-size: 18px; position: relative; }
.cta .stores { justify-content: center; position: relative; }

/* Footer */
.footer { background: #100c1c; color: #cfc9de; padding: 64px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.footer__brand img { height: 30px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer__brand p { color: #9c95b3; max-width: 300px; font-size: 15px; }
.footer h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; font-weight: 700; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.footer a { color: #b7b0cc; font-size: 15px; transition: color .15s ease; }
.footer a:hover { color: #fff; }
.footer__bottom {
  margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; color: #8b83a6; font-size: 14px;
}
.footer__langs { display: inline-flex; gap: 8px; }
.footer__langs button { background: none; border: 0; color: #b7b0cc; cursor: pointer; font-weight: 700; font-size: 13px; }
.footer__langs button.is-active { color: #fff; text-decoration: underline; }

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

/* ===== Uniqueness / richer visuals ===== */
.grad-text {
  background: linear-gradient(100deg, var(--purple), #a855f7 55%, var(--purple-dark));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
/* aurora + dotted grid layered behind hero */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: radial-gradient(rgba(103,28,240,.10) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(70% 60% at 60% 20%, #000 0%, transparent 75%);
          mask-image: radial-gradient(70% 60% at 60% 20%, #000 0%, transparent 75%);
}
.hero__aurora {
  position: absolute; z-index: -1; filter: blur(60px); opacity: .5; border-radius: 50%;
}
.hero__aurora--1 { width: 420px; height: 420px; top: -120px; right: -60px; background: radial-gradient(circle at 30% 30%, #a855f7, transparent 70%); }
.hero__aurora--2 { width: 380px; height: 380px; bottom: -160px; left: -80px; background: radial-gradient(circle at 60% 40%, #671cf0, transparent 70%); opacity: .35; }
/* second hero phone for depth */
.hero__media { position: relative; }
.hero__phone2 {
  position: absolute; width: 190px; right: -6px; bottom: -6px; z-index: 3;
  border-radius: 30px; background: #14101f; padding: 8px; box-shadow: var(--shadow-lg);
  transform: rotate(-6deg);
}
.hero__phone2 img { border-radius: 24px; width: 100%; aspect-ratio: 390/844; object-fit: cover; background: var(--lilac); }
.hero__ministat {
  position: absolute; top: 8%; left: -8px; z-index: 4; background: #fff; border-radius: 14px;
  box-shadow: var(--shadow); padding: 12px 14px; display: flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 14px;
}
.hero__ministat .dot { width: 34px; height: 34px; border-radius: 10px; background: var(--lilac); color: var(--purple); display: grid; place-items: center; }
.hero__ministat .dot svg { width: 18px; height: 18px; }
.hero__ministat small { display: block; font-weight: 500; color: var(--muted); font-size: 12px; }

/* ===== Stats band ===== */
.statband { background: linear-gradient(135deg, var(--purple), var(--purple-dark)); }
.statband__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 34px 0; }
.statband__item { text-align: center; color: #fff; padding: 8px; position: relative; }
.statband__item + .statband__item::before {
  content: ""; position: absolute; left: 0; top: 20%; height: 60%; width: 1px; background: rgba(255,255,255,.18);
}
.statband__ic { width: 34px; height: 34px; margin: 0 auto 8px; border-radius: 10px; background: rgba(255,255,255,.15); display: grid; place-items: center; }
.statband__ic svg { width: 18px; height: 18px; color: #fff; }
.statband__v { font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; letter-spacing: -.02em; }
.statband__l { opacity: .88; font-weight: 600; font-size: 14px; margin-top: 2px; }

/* ===== Industries ("who it's for") ===== */
.ind__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ind__item {
  display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 16px 16px; font-weight: 600; font-size: 15px; color: var(--ink-2);
  box-shadow: var(--shadow-sm); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ind__item:hover { transform: translateY(-3px); border-color: transparent; box-shadow: var(--shadow); color: var(--ink); }
.ind__ic { width: 44px; height: 44px; border-radius: 12px; background: var(--lilac); color: var(--purple); display: grid; place-items: center; flex: none; }
.ind__ic svg { width: 22px; height: 22px; }
.ind__ic img { width: 26px; height: 26px; object-fit: contain; }
.ind__item--all { background: linear-gradient(135deg, var(--purple), var(--purple-dark)); color: #fff; border-color: transparent; }
.ind__item--all .ind__ic { background: rgba(255,255,255,.18); color: #fff; }

/* ===== Sticky mobile download bar ===== */
.mbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none;
  background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-top: 1px solid var(--line);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); align-items: center; gap: 12px;
  box-shadow: 0 -8px 24px rgba(24,16,45,.1);
}
.mbar img { width: 40px; height: 40px; border-radius: 10px; }
.mbar__txt { line-height: 1.15; }
.mbar__txt strong { display: block; font-size: 15px; }
.mbar__txt small { color: var(--muted); font-size: 12px; font-weight: 600; }
.mbar .btn { margin-left: auto; }

/* Responsive */
@media (max-width: 960px) {
  .statband__grid { grid-template-columns: repeat(2, 1fr); gap: 18px 8px; }
  .statband__item:nth-child(3)::before { display: none; }
  .ind__grid { grid-template-columns: repeat(2, 1fr); }
  .hero__phone2 { width: 150px; }
  .hero__grid { grid-template-columns: 1fr; gap: 20px; }
  .hero__media { order: -1; }
  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split--rev .split__media { order: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .mbar { display: flex; }
  body { padding-bottom: 76px; }
  .hero__phone2, .hero__ministat { display: none; }
  .nav__menu {
    position: fixed; top: 72px; left: 0; right: 0; background: #fff; flex-direction: column;
    align-items: flex-start; gap: 4px; padding: 14px 22px 22px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: all .2s ease; margin: 0;
  }
  .nav__menu.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .nav__menu a { padding: 10px 0; width: 100%; font-size: 17px; }
  .nav__burger { display: flex; }
  .nav__right .btn, .nav__right .nav__menu-login { display: none; }
  .langswitch { order: 3; }
}
@media (max-width: 520px) {
  .features__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .cta { padding: 44px 22px; }
  .store-badge { flex: 1 1 auto; }
}
