:root {
      --primary: #6d28d9;
      --primary-2: #a000ff;
      --primary-soft: #f4edff;
      --dark: #241044;
      --text: #16121d;
      --muted: #6f6878;
      --white: #ffffff;
      --line: #ece7f2;
      --bg: #fbfaff;
      --success: #25d366;
      --shadow: 0 22px 60px rgba(68, 31, 110, .12);
      --radius: 24px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, Arial, sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.6;
    }

    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button { font: inherit; }

    .container {
      width: min(1180px, calc(100% - 36px));
      margin-inline: auto;
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255,255,255,.9);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(109,40,217,.08);
    }

    .nav {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .brand img {
      height: 42px;
      width: auto;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 30px;
      color: var(--dark);
      font-size: 14px;
      font-weight: 600;
    }

    .nav-links a:hover { color: var(--primary); }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .btn {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 0 22px;
      border-radius: 12px;
      border: 1px solid transparent;
      font-weight: 700;
      cursor: pointer;
      transition: .2s ease;
    }

    .btn:hover { transform: translateY(-2px); }
    .btn-outline {
      border-color: var(--primary);
      color: var(--primary);
      background: white;
    }

    .btn-primary {
      color: white;
      background: linear-gradient(135deg, var(--primary), var(--primary-2));
      box-shadow: 0 12px 30px rgba(109,40,217,.25);
    }

    .btn-whatsapp {
      background: var(--success);
      color: white;
      box-shadow: 0 12px 28px rgba(37,211,102,.22);
    }

    .hero {
      padding: 86px 0 68px;
      overflow: hidden;
      position: relative;
      background:
        radial-gradient(circle at 85% 10%, rgba(160,0,255,.12), transparent 26%),
        radial-gradient(circle at 5% 80%, rgba(109,40,217,.10), transparent 24%);
    }

    .hero::after {
      content: "";
      position: absolute;
      width: 360px;
      height: 360px;
      border: 1px solid rgba(109,40,217,.15);
      border-radius: 50%;
      right: -180px;
      top: 100px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      align-items: center;
      gap: 64px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 13px;
      border-radius: 999px;
      background: var(--primary-soft);
      color: var(--primary);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .02em;
    }

    h1 {
      margin: 20px 0 18px;
      font-size: clamp(42px, 6vw, 72px);
      line-height: 1.02;
      letter-spacing: -.055em;
      color: var(--dark);
    }

    h1 span {
      background: linear-gradient(135deg, var(--primary), var(--primary-2));
      -webkit-background-clip: text;
      color: transparent;
    }

    .hero p {
      margin: 0;
      max-width: 650px;
      color: var(--muted);
      font-size: 18px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }

    .trust-row {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      margin-top: 28px;
      color: #51475c;
      font-size: 14px;
      font-weight: 600;
    }

    .trust-row span::before {
      content: "✓";
      color: var(--primary);
      margin-right: 7px;
      font-weight: 900;
    }

    .dashboard-card {
      position: relative;
      padding: 18px;
      border-radius: 30px;
      background: rgba(255,255,255,.75);
      border: 1px solid rgba(109,40,217,.13);
      box-shadow: var(--shadow);
    }

    .dashboard-card::before {
      content: "";
      position: absolute;
      inset: -16px;
      border-radius: 36px;
      background: linear-gradient(135deg, rgba(109,40,217,.12), rgba(160,0,255,.04));
      z-index: -1;
    }

    .browser {
      overflow: hidden;
      border-radius: 20px;
      background: white;
      border: 1px solid var(--line);
    }

    .browser-top {
      height: 44px;
      padding: 0 15px;
      display: flex;
      align-items: center;
      gap: 7px;
      background: #f7f4fb;
      border-bottom: 1px solid var(--line);
    }

    .dot { width: 9px; height: 9px; border-radius: 50%; background: #d6cce3; }

    .mockup {
      padding: 22px;
      display: grid;
      grid-template-columns: 150px 1fr;
      gap: 18px;
      min-height: 370px;
    }

    .side {
      border-radius: 16px;
      background: var(--dark);
      padding: 16px;
    }

    .side-logo {
      height: 20px;
      width: 80px;
      border-radius: 999px;
      background: rgba(255,255,255,.9);
      margin-bottom: 28px;
    }

    .side-line {
      height: 10px;
      border-radius: 99px;
      background: rgba(255,255,255,.14);
      margin-bottom: 15px;
    }

    .side-line.active { background: linear-gradient(90deg, #8b5cf6, #c084fc); }

    .mock-main { min-width: 0; }
    .mock-head { display:flex; justify-content:space-between; align-items:center; gap:12px; }
    .mock-title { width: 150px; height: 18px; border-radius: 99px; background:#2f194e; }
    .mock-button { width: 92px; height: 32px; border-radius:10px; background:var(--primary); }
    .stat-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:20px 0; }
    .stat { height:75px; border:1px solid var(--line); border-radius:14px; background:#fff; padding:12px; }
    .stat::before { content:""; display:block; width:50%; height:10px; background:#e6def0; border-radius:99px; margin-bottom:13px; }
    .stat::after { content:""; display:block; width:32%; height:18px; background:#6d28d9; border-radius:7px; }
    .table-mock { border:1px solid var(--line); border-radius:15px; overflow:hidden; }
    .row { display:grid; grid-template-columns:1.4fr .8fr .7fr; gap:8px; padding:13px; border-bottom:1px solid var(--line); }
    .row:last-child { border-bottom:0; }
    .cell { height:9px; background:#eee9f4; border-radius:99px; }
    .cell.purple { background:#b899e8; }

    section { padding: 84px 0; }
    .section-head { max-width: 700px; margin-bottom: 42px; }
    .section-head.center { margin-inline:auto; text-align:center; }
    .section-head h2 {
      margin: 12px 0 12px;
      color: var(--dark);
      font-size: clamp(32px, 4vw, 48px);
      line-height: 1.08;
      letter-spacing: -.035em;
    }
    .section-head p { margin:0; color:var(--muted); }

    .benefits-grid {
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:20px;
    }

    .benefit {
      padding:28px;
      border:1px solid var(--line);
      border-radius:22px;
      background:white;
      box-shadow: 0 10px 30px rgba(55,30,90,.05);
    }

    .benefit-icon {
      width:48px;
      height:48px;
      display:grid;
      place-items:center;
      border-radius:14px;
      background:var(--primary-soft);
      font-size:22px;
      margin-bottom:20px;
    }

    .benefit h3 { margin:0 0 9px; color:var(--dark); font-size:19px; }
    .benefit p { margin:0; color:var(--muted); font-size:14px; }

    .logos-section { background:white; border-block:1px solid var(--line); }
    .carousel-shell { overflow:hidden; position:relative; }
    .carousel-shell::before,
    .carousel-shell::after {
      content:"";
      position:absolute;
      z-index:2;
      top:0; bottom:0;
      width:100px;
      pointer-events:none;
    }
    .carousel-shell::before { left:0; background:linear-gradient(90deg, white, transparent); }
    .carousel-shell::after { right:0; background:linear-gradient(-90deg, white, transparent); }

    .logo-track {
      display:flex;
      width:max-content;
      gap:18px;
      animation:scroll 24s linear infinite;
    }

    .logo-item {
      width:210px;
      height:110px;
      flex:0 0 auto;
      border:1px solid var(--line);
      border-radius:18px;
      background:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:22px;
      color:#776c82;
      font-weight:800;
      text-align:center;
    }

    .logo-item img { max-height:58px; max-width:145px; object-fit:contain; }

    @keyframes scroll {
      from { transform:translateX(0); }
      to { transform:translateX(calc(-50% - 9px)); }
    }

    .testimonial-stage {
      position:relative;
      min-height:560px;
    }

    .testimonial {
      position:absolute;
      inset:0;
      opacity:0;
      transform:translateX(30px);
      transition:.55s ease;
      pointer-events:none;
    }

    .testimonial.active {
      opacity:1;
      transform:translateX(0);
      pointer-events:auto;
    }

    .testimonial-grid {
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:32px;
      align-items:center;
    }

    .feedback-copy {
      padding:42px;
      border-radius:28px;
      background:linear-gradient(145deg, var(--dark), #3f1b66);
      color:white;
      box-shadow:var(--shadow);
    }

    .quote { font-size:62px; line-height:.7; color:#caa8ff; }
    .feedback-copy p { font-size:20px; line-height:1.65; color:#f6efff; }

    .person {
      display:flex;
      align-items:center;
      gap:13px;
      margin-top:25px;
    }

    .avatar {
      width:52px;
      height:52px;
      border-radius:50%;
      object-fit:cover;
      border:2px solid rgba(255,255,255,.4);
      background:#e7ddf2;
    }

    .person strong { display:block; }
    .person span { color:#ccbfe0; font-size:13px; }

    .screens {
      position:relative;
      height:500px;
    }

    .screen {
      position:absolute;
      width:74%;
      border-radius:19px;
      border:7px solid white;
      box-shadow:0 20px 55px rgba(37,18,62,.16);
      background:#f3edf9;
      aspect-ratio: .68;
      object-fit:cover;
    }

    .screen:nth-child(1) { left:0; top:40px; transform:rotate(-7deg); }
    .screen:nth-child(2) { right:0; top:0; transform:rotate(6deg); }
    .screen:nth-child(3) { left:14%; bottom:0; transform:rotate(1deg); }

    .dots {
      display:flex;
      justify-content:center;
      gap:8px;
      margin-top:25px;
    }

    .slider-dot {
      width:9px; height:9px;
      padding:0;
      border:0;
      border-radius:99px;
      background:#d6cce3;
      cursor:pointer;
      transition:.2s;
    }

    .slider-dot.active { width:28px; background:var(--primary); }

    .cta-box {
      padding:54px;
      border-radius:32px;
      background:
        radial-gradient(circle at 90% 20%, rgba(255,255,255,.16), transparent 20%),
        linear-gradient(135deg, #4b1886, #8f27df);
      color:white;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:35px;
      box-shadow:var(--shadow);
    }

    .cta-box h2 { margin:0 0 10px; font-size:clamp(30px,4vw,46px); line-height:1.05; }
    .cta-box p { margin:0; color:#eadcff; max-width:670px; }

    footer {
      background:#180a2d;
      color:white;
      padding:48px 0 24px;
    }

    .footer-grid {
      display:grid;
      grid-template-columns:1.3fr .7fr .7fr;
      gap:40px;
      padding-bottom:36px;
    }

    .footer-brand img {
      height:40px;
      filter:brightness(0) invert(1);
      margin-bottom:18px;
    }

    .footer-brand p { color:#c7b9d8; max-width:470px; }
    .footer-col h4 { margin:0 0 15px; }
    .footer-col a { display:block; color:#c7b9d8; margin:9px 0; font-size:14px; }
    .footer-col a:hover { color:white; }

    .copyright {
      border-top:1px solid rgba(255,255,255,.12);
      padding-top:22px;
      color:#a99ab9;
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:20px;
      flex-wrap:wrap;
    }

    .floating-whatsapp {
      position:fixed;
      right:22px;
      bottom:22px;
      z-index:45;
      width:58px;
      height:58px;
      border-radius:50%;
      background:var(--success);
      color:white;
      display:grid;
      place-items:center;
      font-size:25px;
      box-shadow:0 14px 32px rgba(37,211,102,.35);
    }

    @media (max-width: 900px) {
      .nav-links { display:none; }
      .hero-grid,
      .testimonial-grid { grid-template-columns:1fr; }
      .benefits-grid { grid-template-columns:repeat(2,1fr); }
      .hero { padding-top:58px; }
      .testimonial-stage { min-height:1050px; }
      .screens { max-width:560px; margin-inline:auto; width:100%; }
      .cta-box { align-items:flex-start; flex-direction:column; }
      .footer-grid { grid-template-columns:1fr 1fr; }
    }

    @media (max-width: 620px) {
      .nav { min-height:72px; }
      .brand img { height:34px; }
      .nav-actions .btn-whatsapp { display:none; }
      .btn { padding-inline:16px; font-size:14px; }
      h1 { font-size:43px; }
      .benefits-grid { grid-template-columns:1fr; }
      .mockup { grid-template-columns:92px 1fr; padding:12px; }
      .stat-grid { grid-template-columns:1fr; }
      .stat:nth-child(n+2) { display:none; }
      .row { grid-template-columns:1.3fr .7fr; }
      .row .cell:last-child { display:none; }
      section { padding:66px 0; }
      .testimonial-stage { min-height:970px; }
      .feedback-copy { padding:30px 24px; }
      .feedback-copy p { font-size:17px; }
      .screens { height:440px; }
      .cta-box { padding:34px 24px; }
      .footer-grid { grid-template-columns:1fr; }
      .carousel-shell::before,
      .carousel-shell::after { width:35px; }
    }