:root {
  --pf-ink: #0f172a;
  --pf-muted: #64748b;
  --pf-paper: #ffffff;
  --pf-surface: #ffffff;
  --pf-soft: #f5f6fa;
  --pf-line: #e8eaf0;
  --pf-accent: #5b35d5;
  --pf-accent-2: #7c4dff;
  --pf-accent-dark: #4c1d95;
  --pf-accent-soft: #efe9ff;
  --pf-navy: #0b1220;
  --pf-radius: 18px;
  --pf-max: 1160px;
  --pf-font: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.platform-body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--pf-font);
  color: var(--pf-ink);
  background: var(--pf-paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
h1, h2, h3, h4 {
  font-family: var(--pf-font);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ——— Nav (Azores blue gradient + official wordmark) ——— */
.platform-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem clamp(1rem, 4vw, 2.25rem);
  background: linear-gradient(105deg, #0037d6 0%, #0a6dff 42%, #3bb2ff 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 28px rgba(0, 55, 214, 0.28);
  transition: box-shadow 0.2s ease;
}
.platform-nav.is-scrolled {
  box-shadow: 0 14px 34px rgba(0, 40, 160, 0.38);
}
.platform-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}
.platform-nav-logo {
  height: 46px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.platform-logo-mobile { display: none; }
.platform-logo-desktop { display: block; }
.platform-nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.15rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.platform-nav-links a:hover { color: #fff; }
.platform-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.platform-nav .platform-btn-sm {
  background: #fff;
  color: #0037d6;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.platform-nav .platform-btn-sm:hover {
  background: #f0f7ff;
  color: #002bb0;
  filter: none;
}
.platform-btn-short { display: none; }
.platform-menu-btn {
  display: none;
  width: 2.55rem;
  height: 2.55rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
}
.platform-menu-btn span {
  display: block;
  width: 1.15rem;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.platform-nav.is-open .platform-menu-btn span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.platform-nav.is-open .platform-menu-btn span:nth-child(2) {
  opacity: 0;
}
.platform-nav.is-open .platform-menu-btn span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
body.platform-menu-lock {
  overflow: hidden;
}

.platform-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pf-accent) 0%, var(--pf-accent-2) 100%);
  color: #fff;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(91, 53, 213, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.platform-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(91, 53, 213, 0.34);
}
.platform-btn-sm {
  min-height: 42px;
  padding: 0.55rem 1.15rem;
  font-size: 0.84rem;
}
.platform-btn-plan {
  margin-top: auto;
  width: 100%;
  min-height: 42px;
  font-size: 0.88rem;
}

.platform-section {
  padding: clamp(3.4rem, 7vw, 5.4rem) 0;
}
.platform-section-tone {
  background: var(--pf-soft);
}
.platform-section-inner {
  width: min(var(--pf-max), calc(100% - 2rem));
  margin: 0 auto;
}
.platform-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pf-accent);
}
.platform-section h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.8vw, 2.65rem);
  font-weight: 800;
}
.platform-prose {
  margin: 0.85rem 0 0;
  color: var(--pf-muted);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 40rem;
}
.ls-center { text-align: center; }
.ls-center-prose {
  margin-left: auto;
  margin-right: auto;
}
.ls-accent { color: var(--pf-accent); }

/* ——— Hero ——— */
.ls-hero {
  background:
    radial-gradient(640px 320px at 12% 18%, rgba(91, 53, 213, 0.1), transparent 60%),
    radial-gradient(520px 280px at 88% 80%, rgba(124, 77, 255, 0.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
  padding: clamp(2.2rem, 5vh, 3.6rem) 0 clamp(2.4rem, 5vh, 3.8rem);
  overflow: hidden;
}
.ls-hero-inner {
  width: min(var(--pf-max), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}
.ls-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.15rem, 4.6vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 14ch;
}
.ls-hero-copy h1 span { color: var(--pf-accent); }
.ls-hero-lead {
  margin: 1.05rem 0 0;
  max-width: 34rem;
  color: var(--pf-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}
.ls-hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.15rem;
  margin-top: 1.5rem;
}
.ls-demo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
  color: var(--pf-ink);
}
.ls-demo:hover { color: var(--pf-accent); }
.ls-demo-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: var(--pf-accent-soft);
  color: var(--pf-accent);
  font-size: 0.7rem;
}
.ls-trust {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  color: var(--pf-muted);
  font-size: 0.9rem;
  font-weight: 700;
}
.ls-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.ls-trust-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #059669;
  font-size: 0.7rem;
}
.ls-hero-visual { min-width: 0; }
.ls-hero-banner {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 48px rgba(15, 23, 42, 0.16));
}

/* ——— Steps ——— */
.ls-steps {
  list-style: none;
  margin: 2.4rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}
.ls-steps::before {
  content: "";
  position: absolute;
  top: 2.35rem;
  left: 8%;
  right: 8%;
  border-top: 2px dashed #d8dce8;
  z-index: 0;
}
.ls-step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.ls-step-ico {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}
.ls-step-ico svg {
  width: 1.55rem;
  height: 1.55rem;
}
.ls-step-num {
  position: absolute;
  top: -0.2rem;
  right: -0.15rem;
  min-width: 1.45rem;
  height: 1.45rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: #fff;
  color: var(--pf-ink);
  border: 1px solid var(--pf-line);
  font-size: 0.65rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.ls-step-purple .ls-step-ico { background: linear-gradient(145deg, #7c4dff, #5b35d5); }
.ls-step-green .ls-step-ico { background: linear-gradient(145deg, #34d399, #059669); }
.ls-step-orange .ls-step-ico { background: linear-gradient(145deg, #fb923c, #ea580c); }
.ls-step-blue .ls-step-ico { background: linear-gradient(145deg, #60a5fa, #2563eb); }
.ls-step-cyan .ls-step-ico { background: linear-gradient(145deg, #22d3ee, #0891b2); }
.ls-step h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}
.ls-step p {
  margin: 0.45rem 0 0;
  color: var(--pf-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

/* ——— Categories ——— */
.ls-cats {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
}
.ls-cats-extra { margin-top: 1rem; }
.ls-cat {
  background: #fff;
  border: 1px solid var(--pf-line);
  border-radius: 20px;
  padding: 1.15rem 1rem 1.2rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.ls-cat:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(91, 53, 213, 0.1);
}
.ls-cat-img {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 0.9rem;
  border-radius: 16px;
  overflow: hidden;
  background: #f8fafc;
  display: grid;
  place-items: center;
}
.ls-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ls-cat h3 {
  margin: 0;
  text-align: center;
  font-size: 0.98rem;
  font-weight: 800;
}
.ls-cat-more-ico {
  background: var(--pf-accent-soft);
  gap: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ls-cat-more-ico span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--pf-accent);
}
.ls-outline-btn {
  margin: 1.75rem auto 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 46px;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  border: 1.5px solid color-mix(in srgb, var(--pf-accent) 45%, #fff);
  background: #fff;
  color: var(--pf-accent);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}
.ls-outline-btn:hover {
  background: var(--pf-accent);
  color: #fff;
}

/* ——— Features ——— */
.ls-features {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
}
.ls-feature {
  background: #fff;
  border: 1px solid var(--pf-line);
  border-radius: 20px;
  padding: 1.35rem 1.2rem 1.4rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.ls-feature-ico {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 0.95rem;
}
.ls-feature-ico svg {
  width: 1.35rem;
  height: 1.35rem;
}
.ls-feature-purple .ls-feature-ico { background: #efe9ff; color: #5b35d5; }
.ls-feature-orange .ls-feature-ico { background: #fff1e8; color: #ea580c; }
.ls-feature-green .ls-feature-ico { background: #e8faf2; color: #059669; }
.ls-feature-blue .ls-feature-ico { background: #e8f1ff; color: #2563eb; }
.ls-feature-pink .ls-feature-ico { background: #fce7f3; color: #db2777; }
.ls-feature-teal .ls-feature-ico { background: #e6fffb; color: #0d9488; }
.ls-feature h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
}
.ls-feature p {
  margin: 0.45rem 0 0;
  color: var(--pf-muted);
  font-size: 0.94rem;
}

/* ——— Plans ——— */
.platform-plans {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
}
.platform-plan {
  position: relative;
  background: #fff;
  border: 1px solid var(--pf-line);
  border-radius: 22px;
  padding: 1.25rem 1.15rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.platform-plan:hover { transform: translateY(-3px); }
.platform-plan.is-featured {
  border-color: color-mix(in srgb, var(--pf-accent) 55%, var(--pf-line));
  box-shadow: 0 16px 36px rgba(91, 53, 213, 0.14);
}
.platform-plan-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  margin: 0;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--pf-accent-soft);
  color: var(--pf-accent);
  font-size: 0.7rem;
  font-weight: 800;
}
.platform-plan h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
}
.platform-plan header p {
  margin: 0.3rem 0 0;
  color: var(--pf-muted);
  font-size: 0.86rem;
}
.platform-plan-price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}
.platform-plan-price span {
  font-size: 1.7rem;
  font-weight: 800;
}
.platform-plan-price em {
  font-style: normal;
  color: var(--pf-muted);
  font-size: 0.85rem;
}
.platform-plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}
.platform-plan li {
  position: relative;
  padding-left: 1.05rem;
  color: var(--pf-muted);
  font-size: 0.86rem;
}
.platform-plan li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pf-accent);
  font-weight: 800;
  font-size: 0.78rem;
}

/* ——— Testimonials ——— */
.ls-quotes-wrap {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
}
.ls-quotes {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.35rem 0.15rem 0.75rem;
  scrollbar-width: none;
}
.ls-quotes::-webkit-scrollbar { display: none; }
.ls-quote {
  scroll-snap-align: center;
  background: #fff;
  border: 1px solid var(--pf-line);
  border-radius: 20px;
  padding: 1.25rem;
  text-align: left;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.ls-quote-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.ls-avatar {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #7c4dff, #5b35d5);
  color: #fff;
  font-weight: 800;
}
.ls-quote-head strong {
  display: block;
  font-size: 0.98rem;
}
.ls-quote-head span {
  color: var(--pf-muted);
  font-size: 0.82rem;
}
.ls-quote > p {
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.6;
}
.ls-stars {
  margin-top: 0.85rem;
  color: #f59e0b;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}
.ls-quotes-nav {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid var(--pf-line);
  background: #fff;
  color: var(--pf-ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}
.ls-quotes-nav:hover {
  border-color: var(--pf-accent);
  color: var(--pf-accent);
}
.ls-quotes-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
}
.ls-quotes-dots button {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #cfd5e4;
  cursor: pointer;
}
.ls-quotes-dots button.is-active {
  width: 1.15rem;
  background: var(--pf-accent);
}

/* ——— Stores ——— */
.platform-stores {
  list-style: none;
  margin: 1.6rem auto 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  max-width: 640px;
  text-align: left;
}
.platform-stores a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--pf-line);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}
.platform-stores a:hover {
  border-color: color-mix(in srgb, var(--pf-accent) 40%, var(--pf-line));
  color: var(--pf-accent);
}
.platform-stores strong { font-size: 1.02rem; }
.platform-stores span {
  color: var(--pf-muted);
  font-size: 0.86rem;
}
.platform-empty {
  margin: 1.2rem 0 0;
  color: var(--pf-muted);
}

/* ——— FAQ ——— */
.ls-faq {
  margin: 1.75rem auto 0;
  max-width: 720px;
  text-align: left;
  display: grid;
  gap: 0.7rem;
}
.ls-faq-item {
  background: #fff;
  border: 1px solid var(--pf-line);
  border-radius: 16px;
  padding: 0.95rem 1.1rem;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.03);
}
.ls-faq-item summary {
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}
.ls-faq-item summary::-webkit-details-marker { display: none; }
.ls-faq-item summary::after {
  content: "+";
  float: right;
  color: var(--pf-accent);
  font-weight: 800;
}
.ls-faq-item[open] summary::after { content: "–"; }
.ls-faq-item p {
  margin: 0.7rem 0 0.15rem;
  color: var(--pf-muted);
  font-size: 0.95rem;
}

/* ——— CTA band ——— */
.ls-cta {
  padding: 0 0 clamp(2.6rem, 6vw, 3.6rem);
}
.ls-cta-band {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem 1.5rem;
  padding: clamp(1.35rem, 3.5vw, 1.75rem) clamp(1.25rem, 3vw, 1.85rem);
  border-radius: 24px;
  background: linear-gradient(120deg, #4c1d95 0%, #5b35d5 45%, #7c4dff 100%);
  color: #fff;
  box-shadow: 0 20px 44px rgba(91, 53, 213, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.ls-cta-ico {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  flex-shrink: 0;
}
.ls-cta-ico svg {
  width: 1.7rem;
  height: 1.7rem;
}
.ls-cta-copy h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  color: #fff;
  max-width: 22ch;
}
.ls-cta-copy p {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  max-width: 36rem;
  font-size: 0.95rem;
}
.ls-cta-action {
  text-align: center;
}
.ls-cta-btn {
  background: #fff;
  color: var(--pf-accent-dark);
  box-shadow: none;
}
.ls-cta-btn:hover {
  background: #f8fafc;
  color: var(--pf-accent-dark);
  filter: none;
}
.ls-cta-note {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.8);
}

/* ——— Footer ——— */
.platform-footer {
  padding: 3rem 0 1.4rem;
  background: var(--pf-navy);
  color: rgba(255, 255, 255, 0.68);
}
.platform-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.85fr) 1.15fr;
  gap: 1.75rem 1.25rem;
}
.platform-footer-logo img {
  height: 42px;
  width: auto;
  margin-bottom: 0.85rem;
}
.platform-footer-brand p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 28rem;
}
.platform-social {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.platform-social a {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.platform-social a:hover { background: var(--pf-accent); }
.platform-footer h4 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
}
.platform-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.platform-footer li a {
  font-size: 0.88rem;
}
.platform-footer li a:hover { color: #fff; }
.platform-footer-news p {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
}
.platform-news {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.25rem 0.3rem 0.25rem 0.9rem;
}
.platform-news input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 0.88rem;
  outline: none;
}
.platform-news input::placeholder { color: rgba(255, 255, 255, 0.45); }
.platform-news button {
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pf-accent), var(--pf-accent-2));
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}
.platform-copy {
  margin: 2rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.84rem;
}

@media (max-width: 1080px) {
  .ls-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ls-steps::before { display: none; }
  .platform-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .platform-nav {
    flex-wrap: wrap;
    padding: 0.7rem 1rem;
  }
  .platform-nav-brand { z-index: 2; }
  .platform-nav-actions { z-index: 2; margin-left: auto; }
  .platform-menu-btn { display: inline-flex; }
  .platform-nav-links {
    display: none;
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    margin-top: 0.65rem;
    padding: 0.55rem 0 0.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .platform-nav.is-open .platform-nav-links { display: flex; }
  .platform-nav-links a {
    display: block;
    padding: 0.85rem 0.7rem;
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
  }
  .platform-nav-links a:hover,
  .platform-nav-links a:active {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }
  .platform-logo-desktop { display: none; }
  .platform-logo-mobile { display: block; }
  .platform-nav-logo.platform-logo-mobile {
    height: 36px;
    max-width: min(148px, 42vw);
  }
  .platform-btn-full { display: none; }
  .platform-btn-short { display: inline; }
  .platform-nav .platform-btn-sm {
    min-height: 40px;
    padding: 0.45rem 0.85rem;
    font-size: 0.8rem;
  }

  .platform-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ls-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ls-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ls-hero {
    padding: 1.6rem 0 2rem;
  }
  .ls-hero-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .ls-hero-copy h1 {
    max-width: none;
    font-size: clamp(1.85rem, 8.2vw, 2.45rem);
  }
  .ls-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .ls-hero-cta .platform-btn,
  .ls-demo {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
  .ls-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }
  .ls-cta-band {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .ls-cta-copy h2 { max-width: none; }
  .platform-section {
    padding: 2.6rem 0;
  }
  .platform-section-inner {
    width: min(var(--pf-max), calc(100% - 1.5rem));
  }
}
@media (max-width: 640px) {
  .platform-plans,
  .ls-features { grid-template-columns: 1fr; }
  .ls-cats,
  .ls-steps { grid-template-columns: 1fr 1fr; }
  .ls-step {
    text-align: left;
  }
  .ls-step-ico {
    margin-left: 0;
    margin-right: auto;
  }
  .ls-cat {
    padding: 0.95rem 0.75rem 1rem;
  }
  .ls-cat-img {
    width: 3.6rem;
    height: 3.6rem;
  }
  .ls-cat h3 { font-size: 0.88rem; }
  .ls-quotes {
    grid-auto-columns: minmax(78%, 1fr);
  }
  .platform-stores a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .platform-footer {
    padding: 2.2rem 0 1.2rem;
  }
  .platform-footer-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .ls-quotes-wrap { grid-template-columns: 1fr; }
  .ls-quotes-nav { display: none; }
  .ls-outline-btn {
    width: 100%;
    justify-content: center;
  }
  .platform-plan-price span { font-size: 1.5rem; }
  .ls-faq-item summary {
    font-size: 0.95rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 420px) {
  .ls-cats,
  .ls-steps { grid-template-columns: 1fr; }
  .ls-step { text-align: center; }
  .ls-step-ico { margin-left: auto; margin-right: auto; }
  .platform-btn-nav-cta .platform-btn-short { display: inline; }
}
@media (prefers-reduced-motion: reduce) {
  .platform-btn,
  .ls-cat,
  .platform-plan,
  .platform-menu-btn span {
    transition: none;
  }
}
