    :root {
      --gold: #c4a46a;
      --gold-light: #d8bc84;
      --gold-dim: rgba(196,164,106,0.1);
      --bg: #0a0c10;
      --surface: #10141a;
      --border: rgba(232,228,217,0.08);
      --text: #e8e4d9;
      --muted: #8b93a0;
      --max: 1080px;
    }
    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'DM Sans', system-ui, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; text-decoration: none; }
    .display { font-family: 'Playfair Display', serif; }
    .mono { font-family: 'DM Mono', monospace; }

    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 50;
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 32px; height: 60px;
      background: rgba(8,8,8,0.9); backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border);
    }
    .nav-brand { display: flex; flex-direction: column; gap: 2px; }
    .nav-brand strong { font-size: 14px; letter-spacing: 0.02em; }
    .nav-brand span { font-size: 10px; color: var(--gold); letter-spacing: 0.14em; text-transform: uppercase; }
    .nav-back { font-size: 12px; color: var(--muted); transition: color 0.2s; }
    .nav-back:hover { color: var(--text); }

    main { padding-top: 60px; }
    .wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

    .hero {
      padding: 72px 0 56px;
      display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center;
    }
    /* era pill (radius 100px) com caixa e fundo; o craft do app pede
       label mono seco, sem container */
    .eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      font-family: 'DM Mono', monospace;
      font-size: 11px; font-weight: 500; color: var(--gold);
      letter-spacing: 0.16em; text-transform: uppercase;
      margin-bottom: 24px;
    }
    .hero h1 {
      font-size: clamp(2rem, 4.5vw, 3.1rem);
      line-height: 1.12; font-weight: 500; margin-bottom: 20px;
    }
    .hero h1 em { font-style: italic; color: var(--gold-light); }
    .hero-lead { font-size: 16px; color: var(--muted); max-width: 520px; margin-bottom: 32px; }
    .cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      padding: 14px 22px; border-radius: 0; min-height: 48px;
      font-family: 'DM Mono', monospace; font-size: 12px; font-weight: 500;
      letter-spacing: 0.08em; text-transform: uppercase;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
      cursor: pointer; border: 1px solid transparent;
    }
    .btn-primary { background: var(--gold); color: #000; }
    /* sem lift e sem glow: desvio de craft declarado no CLAUDE.md */
    .btn-primary:hover { background: var(--gold-light); }
    .btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--border); }
    .btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
    .btn-wa { background: #1a3d2e; color: #a7f3d0; border: 1px solid rgba(74,222,128,0.25); }
    .btn-wa:hover { background: #234d3a; }

    .hero-card-col { display: flex; flex-direction: column; gap: 16px; }
    .hero-visual { border: 1px solid var(--border); aspect-ratio: 2.4 / 1; overflow: hidden; }
    .hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 68% 55%; display: block; }

    .hero-card {
      background: var(--surface); border: 1px solid var(--border);
      border-radius: 0; padding: 28px;
    }
    .hero-card h2 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 16px; }
    .metric { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
    .metric:last-child { border-bottom: none; }
    .metric span:last-child { color: var(--gold); font-weight: 600; }

    section { padding: 56px 0; border-top: 1px solid var(--border); }

    /* Demo do painel */
    .demo-lead { font-size: 15px; color: var(--muted); max-width: 560px; margin-bottom: 26px; }
    .demo-figura { margin: 0; }
    /* aspect-ratio evita layout shift: o espaco fica reservado antes de carregar */
    .demo-video {
      display: block; width: 100%; height: auto;
      aspect-ratio: 16 / 9; background: #000;
      border: 1px solid var(--border); border-radius: 0;
    }
    .demo-cap {
      margin-top: 12px; font-family: 'DM Mono', monospace;
      font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
      color: var(--muted);
    }

    .section-title { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 12px; }
    .section-sub { color: var(--muted); margin-bottom: 32px; max-width: 640px; }

    .pilares-visual { margin: 0 0 28px; border: 1px solid var(--border); aspect-ratio: 3 / 1; overflow: hidden; }
    .pilares-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; }

    .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .card {
      background: var(--surface); border: 1px solid var(--border);
      border-radius: 0; padding: 24px;
    }
    .card-tag { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
    .card h3 { font-size: 17px; margin-bottom: 10px; }
    .card p { font-size: 14px; color: var(--muted); line-height: 1.65; }

    .funnel {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 8px;
    }
    .step {
      padding: 18px 16px; border-radius: 0;
      background: rgba(255,255,255,0.02); border: 1px solid var(--border);
      font-size: 13px;
    }
    .step-num { font-size: 10px; color: var(--gold); letter-spacing: 0.1em; margin-bottom: 8px; }

    #agendar { scroll-margin-top: 80px; }
    .agendar-box {
      margin-top: 24px; padding: 28px; border-radius: 0;
      background: linear-gradient(135deg, rgba(201,168,76,0.08), transparent);
      border: 1px solid rgba(201,168,76,0.2);
      text-align: center;
    }
    .agendar-box p { color: var(--muted); font-size: 14px; margin: 12px 0 20px; }

    footer {
      padding: 40px 0 48px; border-top: 1px solid var(--border);
      font-size: 12px; color: var(--muted);
    }
    footer strong { color: #aaa; font-weight: 600; }

    @media (max-width: 900px) {
      .hero { grid-template-columns: 1fr; }
      .grid-3, .funnel { grid-template-columns: 1fr; }
      .cta-row .btn { width: 100%; }
    }

    .ysz-lockup{display:inline-flex;align-items:center;gap:14px;text-decoration:none;color:inherit}
    .ysz-lockup__icon{width:40px;height:40px;flex-shrink:0;border:1px solid #0b1630;display:flex;align-items:center;
      justify-content:center;font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-weight:600;
      font-size:0.95rem;color:#0b1630;letter-spacing:0.01em}
    .ysz-lockup__type{display:flex;flex-direction:column;gap:2px;line-height:1.15}
    .ysz-lockup__firm{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-weight:600;font-size:1.05rem;
      color:#0b1630}
    .ysz-lockup__descriptor{font-family:'Manrope',sans-serif;font-size:0.6rem;font-weight: 500;letter-spacing:0.22em;
      text-transform:uppercase;color:#8f6b34;margin-top:1px}
    .ysz-lockup:hover .ysz-lockup__firm{color:#16233f}
    .ysz-lockup--dark .ysz-lockup__icon{border-color:#c9a565;color:#f1ede6}
    .ysz-lockup--dark .ysz-lockup__firm{color:#f1ede6}
    .ysz-lockup--dark .ysz-lockup__descriptor{color:#c9a565}
    .ysz-lockup--dark:hover .ysz-lockup__firm{color:#e4ded2}
    @media (max-width:640px){
      .ysz-lockup__icon{width:34px;height:34px;font-size:0.8rem}
      .ysz-lockup__firm{font-size:0.92rem}
      .ysz-lockup__descriptor{font-size:0.54rem}
    }
  
