/* Landing — visual da arte (navy + teal neon) */
:root {
  --ps-bg: #07090f;
  --ps-ink: #f4f7fb;
  --ps-muted: #9aa6b5;
  --ps-line: rgba(255, 255, 255, 0.08);
  --ps-accent: #2ee6c3;
  --ps-accent-2: #7af6df;
  --ps-on: #07342c;
  --ps-card: #10151f;
  --ps-font: Inter, ui-sans-serif, system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ps-body {
  margin: 0;
  font-family: var(--ps-font);
  background: var(--ps-bg);
  color: var(--ps-ink);
  overflow-x: hidden;
}
body.ps-lock { overflow: hidden; }
.ps-glow {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(900px 480px at 12% -10%, rgba(46, 230, 195, 0.16), transparent 60%),
    radial-gradient(700px 420px at 88% 8%, rgba(56, 189, 248, 0.12), transparent 55%),
    radial-gradient(800px 500px at 70% 85%, rgba(46, 230, 195, 0.07), transparent 60%);
}

.ps-nav {
  position: sticky; top: 0; z-index: 50;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 20px;
  padding: 16px 6vw;
  transition: background 0.3s, backdrop-filter 0.3s, box-shadow 0.3s;
}
.ps-nav.is-solid {
  background: rgba(7, 9, 15, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}
.ps-brand { display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; min-width: 180px; }
.ps-brand img { height: 36px; }
.ps-brand strong { display: block; font-size: 13px; letter-spacing: 0.12em; }
.ps-brand small { color: var(--ps-muted); font-size: 11px; }
.ps-mark {
  width: 38px; height: 38px; border-radius: 11px;
  display: grid; place-items: center; font-weight: 800;
  background: var(--ps-accent); color: var(--ps-on);
  box-shadow: 0 0 22px rgba(46, 230, 195, 0.4);
}
.ps-links { display: flex; justify-content: center; gap: 22px; }
.ps-links a { color: #d5dde6; text-decoration: none; font-size: 14px; font-weight: 500; }
.ps-links a:hover { color: #fff; }
.ps-nav-actions { display: flex; align-items: center; gap: 10px; }
.ps-menu-btn {
  display: none; background: transparent; border: 1px solid var(--ps-line);
  color: #fff; border-radius: 10px; width: 40px; height: 40px;
}

.ps-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 16px; border-radius: 10px; text-decoration: none; font-weight: 700;
  border: 1px solid transparent; cursor: pointer; font-family: inherit; font-size: 14px;
  color: inherit; background: transparent;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
}
.ps-btn:hover { transform: translateY(-1px); }
.ps-btn-lg { padding: 13px 18px; border-radius: 12px; }
.ps-btn-block { width: 100%; }
.ps-btn-primary {
  background: var(--ps-accent); color: var(--ps-on);
  box-shadow: 0 0 24px rgba(46, 230, 195, 0.35);
}
.ps-btn-ghost {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}
.ps-btn-text { color: #fff; font-weight: 600; }
.ps-play {
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(46, 230, 195, 0.15);
}
.ps-play svg { width: 12px; height: 12px; fill: var(--ps-accent); stroke: none; margin-left: 1px; }

.ps-wrap { width: min(1180px, calc(100% - 10vw)); margin: 0 auto; position: relative; z-index: 1; }
.ps-hero { position: relative; padding: 36px 0 28px; }
.ps-hero.has-banner { background: var(--ps-banner) center/cover no-repeat; }
.ps-hero-veil { position: absolute; inset: 0; background: rgba(7, 9, 15, 0.72); }
.ps-hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 36px; align-items: center;
}
.ps-pill {
  display: inline-block; margin: 0 0 16px;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(46, 230, 195, 0.35);
  color: var(--ps-accent); font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
}
.ps-hero h1, .ps-section h2, .ps-why-head h2 {
  font-size: clamp(32px, 4.4vw, 54px); line-height: 1.08; margin: 0 0 16px; letter-spacing: -0.03em;
}
.ps-hero h1 em, .ps-why-head h2 em { font-style: normal; color: var(--ps-accent); }
.ps-lead, .ps-section-lead { color: var(--ps-muted); font-size: 16px; line-height: 1.6; max-width: 520px; }
.ps-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.ps-hero-visual { position: relative; min-height: 380px; }
.ps-note {
  position: absolute; top: -6px; left: -8px; z-index: 3;
  color: var(--ps-accent); font-family: Caveat, cursive; font-size: 22px;
  transform: rotate(-8deg);
}
.ps-note svg { width: 86px; height: 36px; display: block; margin-left: 40px; }
.ps-device {
  transform: perspective(1400px) rotateY(-16deg) rotateX(8deg) rotateZ(-2deg);
  border-radius: 18px; padding: 10px;
  background: #1a2030;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.45), 0 0 60px rgba(46, 230, 195, 0.12);
}
.ps-device-flat { transform: none; margin: 16px 0 18px; }
.ps-screen {
  display: grid; grid-template-columns: 54px 1fr; min-height: 280px;
  border-radius: 12px; overflow: hidden; background: #0b1220;
  border: 1px solid rgba(46, 230, 195, 0.2);
}
.ps-mini-side {
  background: #0a101c; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 12px 0;
}
.ps-mini-logo {
  width: 26px; height: 26px; border-radius: 8px; background: var(--ps-accent); color: var(--ps-on);
  font-size: 12px; font-weight: 800; display: grid; place-items: center;
}
.ps-mini-side span { width: 18px; height: 18px; border-radius: 6px; background: #1e293b; }
.ps-mini-side span.is-on { background: rgba(46, 230, 195, 0.35); }
.ps-mini-main { padding: 12px; }
.ps-mini-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ps-mini-kpis div {
  background: #111827; border: 1px solid var(--ps-line); border-radius: 10px; padding: 8px;
}
.ps-mini-kpis small { display: block; color: var(--ps-muted); font-size: 9px; }
.ps-mini-kpis strong { font-size: 16px; color: #fff; }
.ps-mini-charts { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 8px; margin-top: 8px; }
.ps-mini-line, .ps-mini-donut {
  background: #111827; border: 1px solid var(--ps-line); border-radius: 10px; padding: 8px;
}
.ps-mini-line svg { width: 100%; height: 72px; display: block; }
.ps-mini-donut { display: grid; justify-items: center; }
.ps-mini-donut svg { width: 72px; height: 72px; }
.ps-mini-donut ul { list-style: none; margin: 4px 0 0; padding: 0; font-size: 9px; color: var(--ps-muted); }
.ps-mini-line small, .ps-mini-donut small { color: var(--ps-muted); font-size: 9px; }
.ps-float-card {
  position: absolute; right: -8px; bottom: 18px; z-index: 3;
  display: flex; align-items: center; gap: 10px;
  background: var(--ps-accent); color: var(--ps-on);
  border-radius: 14px; padding: 10px 14px;
  box-shadow: 0 12px 30px rgba(46, 230, 195, 0.35);
}
.ps-float-card svg { width: 22px; height: 22px; }
.ps-float-card span { display: block; font-size: 11px; font-weight: 600; opacity: 0.8; }

.ps-trust {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--ps-line);
}
.ps-trust-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #d5dde6; }
.ps-trust-ico, .ps-card-ico {
  width: 36px; height: 36px; flex: 0 0 36px; border-radius: 10px;
  display: grid; place-items: center; color: var(--ps-accent);
  background: rgba(46, 230, 195, 0.1); border: 1px solid rgba(46, 230, 195, 0.22);
}
.ps-trust-ico svg, .ps-card-ico svg { width: 18px; height: 18px; }

.ps-section { padding: 88px 0; position: relative; z-index: 1; }
.ps-section-alt { background: rgba(255, 255, 255, 0.02); }
.ps-kicker {
  color: var(--ps-accent); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; margin: 0 0 10px;
}
.ps-why-head { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: end; margin-bottom: 28px; }
.ps-gold { margin-top: 12px; color: #e8c36a; font-weight: 600; font-size: 14px; }
.ps-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ps-card {
  background: var(--ps-card); border: 1px solid rgba(46, 230, 195, 0.18);
  border-radius: 16px; padding: 22px 18px;
  transition: transform 0.22s, box-shadow 0.22s;
}
.ps-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(46, 230, 195, 0.12); }
.ps-card h3 { margin: 14px 0 8px; font-size: 18px; }
.ps-card p { margin: 0; color: var(--ps-muted); font-size: 14px; line-height: 1.5; }

.ps-plans-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 28px; align-items: start; }
.ps-perks { list-style: none; margin: 18px 0 0; padding: 0; }
.ps-perks li, .ps-plan li {
  position: relative; padding: 8px 0 8px 26px; color: var(--ps-muted);
}
.ps-perks li::before, .ps-plan li::before {
  content: ""; position: absolute; left: 0; top: 12px; width: 14px; height: 14px;
  border-radius: 50%; background: var(--ps-accent);
  box-shadow: inset 0 0 0 3px var(--ps-on);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2307342c' stroke-width='3'><path d='M5 12l5 5L20 7'/></svg>");
  background-size: 10px; background-repeat: no-repeat; background-position: center;
}
.ps-billing {
  display: inline-flex; margin-top: 22px; padding: 4px; border-radius: 999px;
  background: #0e141f; border: 1px solid var(--ps-line);
}
.ps-billing button {
  border: 0; background: transparent; color: var(--ps-muted);
  padding: 8px 14px; border-radius: 999px; cursor: pointer; font-family: inherit; font-weight: 700;
}
.ps-billing button.is-on { background: var(--ps-accent); color: var(--ps-on); }
.ps-billing small { display: block; font-size: 10px; font-weight: 600; }
.ps-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ps-plan {
  background: var(--ps-card); border: 1px solid var(--ps-line); border-radius: 18px; padding: 22px 18px;
  display: flex; flex-direction: column;
}
.ps-plan.is-hot {
  border-color: var(--ps-accent);
  box-shadow: 0 0 0 1px var(--ps-accent), 0 20px 50px rgba(46, 230, 195, 0.18);
  transform: translateY(-6px);
}
.ps-hot {
  display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: 0.1em;
  color: var(--ps-on); background: var(--ps-accent); border-radius: 999px; padding: 4px 8px; margin-bottom: 10px;
}
.ps-plan h3 { margin: 0; font-size: 20px; }
.ps-price { font-size: 30px; font-weight: 800; margin: 10px 0 8px; }
.ps-price small { font-size: 14px; color: var(--ps-muted); font-weight: 500; }
.ps-plan ul { margin: 0 0 16px; padding: 0; list-style: none; flex: 1; }

.ps-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.ps-quote {
  margin: 0; background: var(--ps-card); border: 1px solid var(--ps-line); border-radius: 16px; padding: 20px;
}
.ps-quote p { color: #dbe4ee; line-height: 1.55; }
.ps-quote footer { display: flex; flex-direction: column; margin-top: 14px; color: var(--ps-muted); font-size: 13px; }
.ps-quote strong { color: #fff; }

.ps-contact { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 36px; align-items: start; }
.ps-contact-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 14px; }
.ps-contact-list li { display: flex; gap: 12px; align-items: center; }
.ps-contact-list small { display: block; color: var(--ps-muted); font-size: 12px; }
.ps-contact-list a, .ps-contact-list strong { color: #fff; text-decoration: none; }
.ps-form {
  display: grid; gap: 12px; padding: 22px; border-radius: 18px;
  border: 1px solid var(--ps-line); background: var(--ps-card);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.ps-form label { display: grid; gap: 6px; font-size: 13px; color: var(--ps-muted); }
.ps-form input, .ps-form textarea {
  width: 100%; border-radius: 10px; border: 1px solid var(--ps-line);
  background: #0b1018; color: #fff; padding: 12px 14px; font-family: inherit; font-size: 15px;
}
.ps-form input:focus, .ps-form textarea:focus { outline: 2px solid rgba(46, 230, 195, 0.45); }
.ps-secure { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--ps-muted); font-size: 12px; }
.ps-secure svg { width: 14px; height: 14px; color: var(--ps-accent); }
.ps-form-msg { margin: 0; font-size: 14px; }
.ps-form-msg.ok { color: var(--ps-accent); }
.ps-form-msg.err { color: #fca5a5; }

.ps-footer { position: relative; z-index: 1; padding: 28px 0 20px; border-top: 1px solid var(--ps-line); color: var(--ps-muted); }
.ps-footer-grid { display: grid; grid-template-columns: 1.1fr 1.4fr auto; gap: 20px; align-items: center; }
.ps-footer nav { display: flex; flex-wrap: wrap; gap: 14px; }
.ps-footer a { color: #c5d0dc; text-decoration: none; font-size: 13px; }
.ps-social { display: flex; gap: 8px; }
.ps-social a, .ps-social-ghost {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--ps-line);
  display: grid; place-items: center; font-size: 11px; font-weight: 700; color: #fff;
}
.ps-footer-bottom {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--ps-line); font-size: 12px;
}

.ps-modal {
  position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 24px;
}
.ps-modal[hidden] { display: none; }
.ps-modal-veil { position: absolute; inset: 0; background: rgba(2, 6, 12, 0.72); backdrop-filter: blur(10px); }
.ps-modal-card {
  position: relative; width: min(560px, 100%); padding: 24px;
  border-radius: 20px; background: #10151f; border: 1px solid rgba(46, 230, 195, 0.25);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5); animation: psPop 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.ps-modal-x {
  position: absolute; top: 12px; right: 12px; width: 32px; height: 32px;
  border: 0; border-radius: 8px; background: transparent; color: #fff; font-size: 22px; cursor: pointer;
}
@keyframes psPop { from { opacity: 0; transform: translateY(18px) scale(0.96); } to { opacity: 1; transform: none; } }

.ps-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.ps-reveal.is-in { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .ps-nav { grid-template-columns: 1fr auto; }
  .ps-nav-actions { display: none; }
  .ps-menu-btn { display: grid; place-items: center; }
  .ps-links {
    display: none; position: absolute; top: 64px; right: 6vw; left: 6vw;
    flex-direction: column; padding: 16px; border-radius: 16px;
    background: rgba(10, 14, 22, 0.96); border: 1px solid var(--ps-line);
  }
  .ps-links.is-open { display: flex; }
  .ps-hero-grid, .ps-why-head, .ps-cards, .ps-plans-layout, .ps-plans, .ps-quotes, .ps-contact, .ps-trust, .ps-footer-grid, .ps-mini-kpis {
    grid-template-columns: 1fr;
  }
  .ps-device { transform: none; }
  .ps-note, .ps-float-card { position: static; transform: none; margin: 10px 0; }
  .ps-plan.is-hot { transform: none; }
  .ps-mini-charts { grid-template-columns: 1fr; }
}
