  :root {
    --ink: #06232a;
    --ink-2: #0a3742;
    --ink-3: #0d4753;
    --paper: #f6f4ee;
    --paper-2: #efece3;
    --surface: #ffffff;
    --surface-2: #faf9f5;
    --text: #16232b;
    --text-soft: #3a4750;
    --muted: #4f5b66;
    --faint: #737e88;
    --line: #e4e0d6;
    --line-2: #d3cec1;

    --teal: #16b6c7;
    --teal-deep: #0f7d8b;
    --teal-dark: #0a5a66;
    --teal-glow: rgba(22,182,199,.35);
    --teal-wash: #e7f2f2;
    --teal-line: #bcdadd;

    --gold: #8a6113;
    --gold-bright: #d9a441;
    --gold-wash: #f6efdd;

    --lvl-fato: #55636f;
    --lvl-disc: #b4802a;
    --lvl-inc: #0f7d8b;
    --lvl-hip: #7a5bb0;

    --f-display: "Fraunces", Georgia, "Times New Roman", serif;
    --f-sans: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --f-code: "Space Grotesk", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;

    --wrap: 1080px;
    --read: 720px;
    --ease: cubic-bezier(.16,.84,.44,1);
  }

  * { box-sizing: border-box; }
  html { -webkit-text-size-adjust: 100%; }
  @media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

  body {
    margin: 0; background: var(--paper); color: var(--text);
    font-family: var(--f-sans); font-size: 17.5px; line-height: 1.7;
    -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
  }
  a { color: var(--teal-deep); text-decoration: none; }
  a:hover { text-decoration: underline; }
  strong, b { font-weight: 600; color: var(--text); }
  :focus-visible { outline: 2px solid var(--teal-deep); outline-offset: 3px; border-radius: 4px; }
  img, svg { max-width: 100%; }

  .skip { position: absolute; left: -9999px; top: 0; background: var(--teal-deep); color: #fff; padding: 10px 16px; z-index: 200; border-radius: 0 0 8px 0; }
  .skip:focus { left: 0; }

  .progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; z-index: 120;
    background: linear-gradient(90deg, var(--teal-deep), var(--teal), var(--gold-bright)); transition: width .1s linear; }

  .grain::before {
    content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .05; mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
  }

  /* ============ STICKY HEADER ============ */
  .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px clamp(16px, 4vw, 40px);
    transition: background .3s, box-shadow .3s, border-color .3s;
    background: rgba(246,244,238,.9); backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid var(--line); }
  .nav.show { box-shadow: 0 8px 30px rgba(6,35,42,.08); }
  .brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -.01em; color: var(--ink); }
  .brand svg { width: 26px; height: 26px; display: block; }
  .brand-logo { height: 42px; width: auto; display: block; }
  .brand .bt { font-family: var(--f-code); font-size: 16px; letter-spacing: .02em; }
  .brand .bt em { color: var(--teal-deep); font-style: normal; }
  .nav-links { display: flex; align-items: center; gap: 4px; }
  .nav-links a { color: var(--text-soft); font-size: 14px; font-weight: 500; padding: 8px 12px; border-radius: 8px; }
  .nav-links a:hover { background: rgba(6,35,42,.05); color: var(--ink); text-decoration: none; }
  .nav-cta { font-family: var(--f-sans); font-size: 14px; font-weight: 600; color: #fff !important;
    background: var(--teal-deep); padding: 9px 16px !important; border-radius: 999px; display: inline-flex; align-items: center; gap: 7px; transition: background .18s, transform .18s; }
  .nav-cta:hover { background: var(--teal-dark); text-decoration: none; transform: translateY(-1px); }
  .menu-toggle { display: none; }

  /* ============ HERO ============ */
  .hero { position: relative; overflow: hidden; isolation: isolate;
    background:
      radial-gradient(1200px 620px at 78% -8%, rgba(22,182,199,.24), transparent 60%),
      radial-gradient(900px 500px at 6% 108%, rgba(180,128,42,.14), transparent 55%),
      linear-gradient(158deg, #0b3a44 0%, #06232a 58%, #041a20 100%);
    color: #e8f1f2; padding: clamp(120px, 18vh, 190px) clamp(22px, 6vw, 80px) clamp(64px, 10vh, 120px); }
  .hero-inner { max-width: var(--wrap); margin: 0 auto; position: relative; z-index: 2; }
  .eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-code);
    font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: #8fd3d8; margin-bottom: 26px; }
  .eyebrow .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 var(--teal-glow); }
  @media (prefers-reduced-motion: no-preference) { .eyebrow .pulse { animation: pulse 2.4s var(--ease) infinite; } }
  @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(22,182,199,.5);} 70%{ box-shadow: 0 0 0 12px rgba(22,182,199,0);} 100%{box-shadow:0 0 0 0 rgba(22,182,199,0);} }

  .hero h1 { font-family: var(--f-display); font-weight: 500; font-optical-sizing: auto;
    font-size: clamp(37px, 6.6vw, 78px); line-height: 1.03; letter-spacing: -.022em; margin: 0 0 26px; text-wrap: balance; color: #fff; max-width: 18ch; }
  .hero h1 .hl { color: var(--teal); font-style: italic; font-weight: 500; }
  .hero .sub { font-size: clamp(18px, 2.3vw, 22px); line-height: 1.55; color: #c4dcde; max-width: 62ch; margin: 0 0 34px; }
  .hero .sub strong { color: #fff; font-weight: 600; }
  .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
  .btn { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 16px;
    padding: 15px 26px; border-radius: 999px; transition: transform .18s var(--ease), background .18s, box-shadow .18s; cursor: pointer; border: 0; font-family: var(--f-sans); }
  .btn .arw { transition: transform .2s var(--ease); }
  .btn:hover { text-decoration: none; }
  .btn:hover .arw { transform: translateX(4px); }
  .btn-primary { background: var(--teal); color: #06232a; box-shadow: 0 12px 34px rgba(22,182,199,.28); }
  .btn-primary:hover { background: #2ccbdb; transform: translateY(-2px); box-shadow: 0 16px 40px rgba(22,182,199,.36); }
  .btn-ghost { background: rgba(255,255,255,.07); color: #eaf5f6; border: 1px solid rgba(255,255,255,.2); }
  .btn-ghost:hover { background: rgba(255,255,255,.13); transform: translateY(-2px); }

  .hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
  .hero-pills .pill { font-family: var(--f-code); font-size: 12.5px; font-weight: 500; letter-spacing: .02em;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); color: #d6ebec; padding: 7px 14px; border-radius: 999px; }

  .hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 3vw, 40px);
    margin-top: clamp(46px, 7vh, 74px); padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
  .hero-stats .hs .n { font-family: var(--f-display); font-weight: 500; font-size: clamp(24px, 3.6vw, 38px); color: #fff; line-height: 1.05; letter-spacing: -.01em; }
  .hero-stats .hs .l { font-size: 13px; color: #93b6b9; margin-top: 9px; line-height: 1.4; }

  /* ============ SECTIONS ============ */
  main { position: relative; z-index: 1; }
  .band { position: relative; padding: clamp(64px, 10vw, 118px) clamp(22px, 6vw, 80px); scroll-margin-top: 72px; }
  .band.paper { background: var(--paper); }
  .band.paper-2 { background: var(--paper-2); }
  .band.ink { background: linear-gradient(160deg, #0a3742, #06232a 70%); color: #dbe9ea; overflow: hidden; isolation: isolate; }
  .band.ink h2 { color: #fff; }
  .wrap { max-width: var(--wrap); margin: 0 auto; position: relative; z-index: 2; }
  .measure { max-width: var(--read); }

  .kicker { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-code); font-size: 12.5px;
    letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--teal-dark); margin: 0 0 16px; }
  .band.ink .kicker { color: #7fd0d6; }
  .kicker .idx { color: var(--gold); }
  .band.ink .kicker .idx { color: var(--gold-bright); }

  h2 { font-family: var(--f-display); font-weight: 500; font-optical-sizing: auto;
    font-size: clamp(29px, 4.6vw, 50px); line-height: 1.08; letter-spacing: -.018em; margin: 0 0 22px; text-wrap: balance; color: var(--ink); }
  h2 .it { font-style: italic; color: var(--teal-deep); }
  .band.ink h2 .it { color: var(--teal); }
  .lead { font-size: clamp(18px, 2vw, 21px); line-height: 1.62; color: var(--text-soft); max-width: 64ch; }
  .band.ink .lead { color: #b9d3d5; }
  p { margin: 0 0 18px; max-width: 66ch; }
  ul.clean { list-style: none; margin: 22px 0; padding: 0; max-width: 64ch; }
  ul.clean li { position: relative; padding-left: 30px; margin-bottom: 14px; }
  ul.clean li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px var(--teal-wash); }
  .band.ink ul.clean li::before { box-shadow: 0 0 0 4px rgba(22,182,199,.14); }

  .define { background: var(--teal-wash); border: 1px solid var(--teal-line); border-left: 4px solid var(--teal-deep);
    border-radius: 12px; padding: 16px 20px; margin: 26px 0; font-size: 16px; max-width: var(--read); }
  .define b { color: var(--teal-dark); }
  .sec-head { margin-bottom: 30px; }

  /* ============ PROBLEM SPLIT ============ */
  .split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 68px); align-items: center; }
  .before-list { display: flex; flex-direction: column; gap: 10px; }
  .before-item { display: flex; gap: 13px; align-items: flex-start; padding: 14px 16px; border-radius: 12px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); }
  .before-item .x { flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: rgba(180,128,42,.2); color: var(--gold-bright); font-size: 13px; font-weight: 700; margin-top: 1px; }
  .before-item .bt { font-size: 15px; color: #c9dcde; line-height: 1.5; }
  .before-item .bt b { color: #fff; }
  .arrow-down { text-align: center; font-family: var(--f-code); color: #7fd0d6; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin: 20px 0 0; }

  /* ============ METHOD (3 movimentos) ============ */
  .moves { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
  .move { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px; position: relative; overflow: hidden;
    transition: transform .22s var(--ease), box-shadow .22s, border-color .22s; }
  .move::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--teal-deep), var(--teal)); }
  .move:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(6,35,42,.1); border-color: var(--teal-line); }
  .move .mv-n { font-family: var(--f-code); font-size: 12.5px; font-weight: 600; letter-spacing: .12em; color: var(--teal-dark); text-transform: uppercase; }
  .move h3 { font-family: var(--f-display); font-weight: 600; font-size: 22px; margin: 12px 0 6px; color: var(--ink); letter-spacing: -.01em; line-height: 1.2; }
  .move .mv-q { font-family: var(--f-display); font-style: italic; font-size: 16px; color: var(--teal-deep); margin: 0 0 14px; }
  .move p { font-size: 15px; color: var(--muted); margin: 0; line-height: 1.6; max-width: none; }

  /* ============ TRAIL / STEPPER ============ */
  .trail { margin: 40px 0 0; position: relative; }
  .step { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding-bottom: 34px; }
  .step:last-child { padding-bottom: 0; }
  .step::before { content: ""; position: absolute; left: 27px; top: 50px; bottom: -6px; width: 2px; background: linear-gradient(var(--teal-line), var(--teal-line) 60%, transparent); }
  .step:last-child::before { display: none; }
  .step .num { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; z-index: 1;
    font-family: var(--f-display); font-weight: 600; font-size: 20px; color: var(--teal-dark);
    background: var(--surface); border: 1.5px solid var(--teal-line); box-shadow: 0 6px 18px rgba(6,35,42,.06); font-variant-numeric: tabular-nums;
    transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
  .step:hover .num { transform: translateY(-3px) scale(1.03); border-color: var(--teal); box-shadow: 0 12px 28px rgba(22,182,199,.2); }
  .step .body { padding-top: 3px; }
  .step h3 { font-family: var(--f-display); font-size: 21px; font-weight: 600; margin: 4px 0 10px; line-height: 1.24; color: var(--ink); letter-spacing: -.01em; }
  .step .role { margin: 0 0 8px; font-size: 15.5px; color: var(--muted); max-width: 62ch; }
  .step .role b { color: var(--text-soft); }
  .step .role.chk b { color: var(--teal-dark); }
  .step .tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
  .tag { font-family: var(--f-code); font-size: 11.5px; font-weight: 500; padding: 4px 11px; border-radius: 999px; border: 1px solid var(--line-2); white-space: nowrap; }
  .tag.law { background: var(--teal-wash); color: var(--teal-dark); border-color: var(--teal-line); }

  /* ============ LENSES ============ */
  .lentes { display: grid; grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)); gap: 12px; margin-top: 32px; }
  .lente { position: relative; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 14px;
    padding: 16px 18px; display: flex; gap: 14px; align-items: flex-start; transition: transform .22s var(--ease), background .22s, border-color .22s; overflow: hidden; }
  .lente:hover { transform: translateY(-3px); background: rgba(22,182,199,.08); border-color: rgba(22,182,199,.35); }
  .lente .ln { font-family: var(--f-code); font-size: 13px; font-weight: 700; color: var(--teal); min-width: 22px; padding-top: 2px; }
  .lente .lt b { display: block; color: #fff; font-weight: 600; font-size: 15px; margin-bottom: 3px; }
  .lente .lt span { color: #a7c6c9; font-size: 13.6px; line-height: 1.5; }

  /* ============ SOURCE CARDS ============ */
  .src-group { margin: 30px 0; }
  .src-group h3 { font-family: var(--f-code); font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
    color: var(--teal-dark); font-weight: 600; margin: 0 0 16px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
  .cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
  .card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 18px 19px; transition: transform .22s var(--ease), box-shadow .22s, border-color .22s; }
  .card:hover { transform: translateY(-3px); border-color: var(--teal-line); box-shadow: 0 16px 34px rgba(6,35,42,.08); }
  .card .cn { font-weight: 600; font-size: 15.5px; color: var(--ink); margin: 0 0 6px; line-height: 1.3; }
  .card .cw { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; }

  /* ============ TABLES ============ */
  .table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; margin: 30px 0 8px; background: var(--surface); -webkit-overflow-scrolling: touch; }
  table { border-collapse: collapse; width: 100%; font-size: 14.6px; min-width: 560px; }
  thead th { background: var(--surface-2); color: var(--text-soft); font-family: var(--f-code); font-weight: 600; text-align: left;
    padding: 13px 17px; border-bottom: 2px solid var(--line-2); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
  tbody td { padding: 14px 17px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--text-soft); line-height: 1.55; }
  tbody tr:last-child td { border-bottom: 0; }
  tbody tr:hover td { background: var(--surface-2); }
  .t-emph td:first-child { font-weight: 600; color: var(--ink); }

  /* ============ CALLOUTS ============ */
  /* Callout tem fundo SEMPRE claro (teal/gold wash) — força texto escuro próprio
     para não herdar a cor clara de uma banda escura (ficaria claro-sobre-claro). */
  .callout { border-radius: 14px; padding: 20px 24px; margin: 28px 0; font-size: 16px; color: var(--text-soft); }
  .callout p { margin: 0 0 11px; max-width: none; }
  .callout p:last-child { margin-bottom: 0; }
  .callout .cl { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-code); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; margin-bottom: 12px; }
  .callout.gold { background: var(--gold-wash); border: 1px solid #e6d09a; border-left: 4px solid var(--gold); }
  .callout.gold .cl { color: var(--gold); }
  .callout.teal { background: var(--teal-wash); border: 1px solid var(--teal-line); border-left: 4px solid var(--teal-deep); }
  .callout.teal .cl { color: var(--teal-dark); }

  /* Negrito em fundo ESCURO precisa ser claro (a regra global usa cor escura, que
     some no petróleo). Exceção: dentro do callout (fundo claro), o negrito fica escuro. */
  .band.ink strong, .band.ink b { color: #fff; }
  .band.ink .callout strong, .band.ink .callout b { color: var(--text); }
  footer strong, footer b { color: #cfe4e5; }

  /* ============ LEVELS ============ */
  .levels { display: flex; flex-direction: column; gap: 12px; margin: 30px 0 8px; }
  .level { display: flex; flex-wrap: wrap; gap: 14px; align-items: baseline; }
  .chip { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-code); font-size: 13px; font-weight: 600;
    padding: 6px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line-2); white-space: nowrap; min-width: 148px; }
  .chip::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--d); }
  .chip.fato { --d: var(--lvl-fato); } .chip.disc { --d: var(--lvl-disc); } .chip.inc { --d: var(--lvl-inc); } .chip.hip { --d: var(--lvl-hip); }
  .level .dsc { font-size: 15.5px; color: var(--muted); } .level .dsc b { color: var(--text-soft); }

  /* ============ DELIVERABLES ============ */
  .dossie { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; margin-top: 32px; }
  .dcard { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 22px; transition: transform .22s var(--ease), box-shadow .22s; }
  .dcard:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(6,35,42,.08); }
  .dcard .dn { font-family: var(--f-code); font-size: 12px; color: var(--teal-dark); letter-spacing: .06em; font-weight: 600; }
  .dcard h4 { font-family: var(--f-display); font-weight: 600; font-size: 18px; margin: 8px 0 8px; color: var(--ink); letter-spacing: -.01em; }
  .dcard p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.55; max-width: none; }

  /* ============ AUDIENCE ============ */
  .aud { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; margin-top: 34px; }
  .aud-item { padding: 22px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); transition: transform .22s var(--ease), background .22s; }
  .aud-item:hover { transform: translateY(-3px); background: rgba(22,182,199,.07); }
  .aud-item .ai { font-size: 22px; }
  .aud-item h4 { font-family: var(--f-display); font-weight: 600; font-size: 18px; color: #fff; margin: 10px 0 6px; }
  .aud-item p { font-size: 14px; color: #a7c6c9; margin: 0; line-height: 1.55; max-width: none; }

  /* ============ CONTACT / FORM ============ */
  .contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
  .contact-aside .lead { margin-bottom: 24px; }
  .contact-list { list-style: none; margin: 22px 0 0; padding: 0; }
  .contact-list li { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 16px; }
  .contact-list .ci { flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--teal-wash); color: var(--teal-dark); font-family: var(--f-code); font-weight: 700; font-size: 15px; }
  .contact-list .ct { font-size: 15px; color: var(--text-soft); line-height: 1.5; }
  .contact-list .ct b { color: var(--ink); }
  .contact-mail { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; font-family: var(--f-code); font-size: 15px; font-weight: 500; color: var(--teal-dark); background: var(--surface); border: 1px solid var(--teal-line); border-radius: 999px; padding: 10px 18px; }
  .contact-mail:hover { text-decoration: none; background: var(--teal-wash); }

  .form-card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: clamp(22px, 4vw, 34px); box-shadow: 0 18px 50px rgba(6,35,42,.07); }
  .form-card h3 { font-family: var(--f-display); font-weight: 600; font-size: 22px; margin: 0 0 4px; color: var(--ink); letter-spacing: -.01em; }
  .form-card .fsub { font-size: 14.5px; color: var(--muted); margin: 0 0 22px; }
  .field { margin-bottom: 15px; }
  .field label { display: block; font-family: var(--f-code); font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 7px; }
  .field label .req { color: var(--gold); }
  .field input, .field textarea, .field select { width: 100%; font-family: var(--f-sans); font-size: 15.5px; color: var(--text);
    background: var(--surface-2); border: 1px solid var(--line-2); border-radius: 11px; padding: 12px 14px; transition: border-color .18s, box-shadow .18s, background .18s; }
  .field input::placeholder, .field textarea::placeholder { color: var(--faint); }
  .field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--teal-deep); background: #fff; box-shadow: 0 0 0 3px rgba(22,182,199,.16); }
  .field textarea { resize: vertical; min-height: 108px; line-height: 1.55; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  .form-submit { width: 100%; justify-content: center; margin-top: 6px; }
  .form-fine { font-size: 12.5px; color: var(--muted); margin: 14px 0 0; line-height: 1.5; }
  .form-ok, .form-err { display: none; border-radius: 14px; padding: 18px 20px; margin-top: 14px; }
  .form-ok { background: var(--teal-wash); border: 1px solid var(--teal-line); border-left: 4px solid var(--teal-deep); }
  .form-err { background: var(--gold-wash); border: 1px solid #e6d09a; border-left: 4px solid var(--gold); }
  .form-ok.show, .form-err.show { display: block; }
  .form-ok .cl, .form-err .cl { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-code); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; }
  .form-ok .cl { color: var(--teal-dark); } .form-err .cl { color: var(--gold); }
  .form-ok p, .form-err p { margin: 0; font-size: 15px; color: var(--text-soft); max-width: none; }

  footer { background: #041a20; color: #7fa8ac; padding: 44px clamp(22px,6vw,80px); font-size: 13.5px; }
  footer .wrap { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center; }
  footer .fb { display: inline-flex; align-items: center; gap: 10px; color: #cfe4e5; font-family: var(--f-code); font-weight: 500; }
  footer .fb svg { width: 24px; height: 24px; }
  footer p { max-width: 62ch; margin: 0; line-height: 1.6; }
  footer a { color: #8fd3d8; }

  /* ============ REVEAL ============ */
  @media (prefers-reduced-motion: no-preference) {
    .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
    .reveal.in { opacity: 1; transform: none; }
    .stagger > * { opacity: 0; transform: translateY(20px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
    .stagger.in > * { opacity: 1; transform: none; }
    .stagger.in > *:nth-child(2){ transition-delay:.06s;} .stagger.in > *:nth-child(3){ transition-delay:.12s;}
    .stagger.in > *:nth-child(4){ transition-delay:.18s;} .stagger.in > *:nth-child(5){ transition-delay:.24s;}
    .stagger.in > *:nth-child(6){ transition-delay:.30s;} .stagger.in > *:nth-child(7){ transition-delay:.36s;}
    .stagger.in > *:nth-child(8){ transition-delay:.42s;}
  }

  /* ============ SECTION RAIL ============ */
  .rail { position: fixed; right: 26px; top: 50%; transform: translateY(-50%); z-index: 90; display: flex; flex-direction: column; gap: 14px; }
  .rail a { position: relative; width: 11px; height: 11px; border-radius: 50%; background: var(--line-2); transition: background .2s, transform .2s; }
  .rail a:hover, .rail a.active { background: var(--teal-deep); transform: scale(1.3); }
  .rail a::after { content: attr(data-t); position: absolute; right: 22px; top: 50%; transform: translateY(-50%) translateX(6px);
    white-space: nowrap; background: var(--ink); color: #fff; font-size: 12px; font-family: var(--f-code); padding: 5px 10px; border-radius: 7px; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
  .rail a:hover::after { opacity: 1; transform: translateY(-50%) translateX(0); }
  @media (max-width: 1300px) { .rail { display: none; } }

  /* mobile drawer */
  .scrim { position: fixed; inset: 0; background: rgba(6,35,42,.5); z-index: 105; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .scrim.show { opacity: 1; visibility: visible; }
  .drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(82vw, 320px); background: var(--paper); z-index: 110;
    transform: translateX(100%); transition: transform .3s var(--ease); box-shadow: -16px 0 50px rgba(6,35,42,.2); padding: 22px; overflow-y: auto; }
  .drawer.show { transform: translateX(0); }
  .drawer .dh { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
  .drawer .close { background: none; border: 0; font-size: 26px; color: var(--muted); cursor: pointer; line-height: 1; }
  .drawer nav { display: flex; flex-direction: column; gap: 2px; }
  .drawer nav a { padding: 12px 14px; border-radius: 10px; color: var(--text-soft); font-size: 15px; font-weight: 500; }
  .drawer nav a:hover { background: var(--surface); color: var(--ink); text-decoration: none; }
  .drawer nav a .n { font-family: var(--f-code); font-size: 12px; color: var(--teal-dark); margin-right: 10px; }
  .drawer .dcta { margin-top: 18px; }
  .drawer .dcta .btn-primary { width: 100%; justify-content: center; }

  @media (max-width: 940px) { .contact-grid { grid-template-columns: 1fr; } }
  @media (max-width: 860px) {
    .nav-links { display: none; }
    .menu-toggle { display: inline-flex; align-items: center; gap: 8px; background: none; border: 1px solid var(--line-2);
      border-radius: 10px; padding: 8px 13px; font-family: var(--f-code); font-size: 13px; font-weight: 500; color: var(--ink); cursor: pointer; }
    .split { grid-template-columns: 1fr; }
    .moves { grid-template-columns: 1fr; }
    .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }
    .step { grid-template-columns: 46px 1fr; gap: 16px; }
    .step .num { width: 44px; height: 44px; border-radius: 13px; font-size: 17px; }
    .step::before { left: 22px; top: 48px; }
    .form-row { grid-template-columns: 1fr; }
  }
  @media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
  @media print { .nav, .rail, .progress, .scrim, .drawer { display: none !important; } .band.ink { background: #06232a !important; -webkit-print-color-adjust: exact; } }

  /* ============================================================
     COMPONENTES ADICIONAIS — movimento, portfólio, institucional
     ============================================================ */

  /* Aurora animada no hero (movimento sutil, tech) */
  .aurora { position: absolute; inset: -25% -15% auto -15%; height: 150%; z-index: 0; pointer-events: none;
    filter: blur(70px); opacity: .55;
    background:
      radial-gradient(38% 48% at 22% 28%, rgba(22,182,199,.30), transparent 70%),
      radial-gradient(32% 42% at 82% 18%, rgba(180,128,42,.16), transparent 70%),
      radial-gradient(44% 52% at 62% 82%, rgba(22,182,199,.18), transparent 70%); }
  @media (prefers-reduced-motion: no-preference) { .aurora { animation: auroraMove 20s ease-in-out infinite alternate; } }
  @keyframes auroraMove { 0% { transform: translate3d(-3%,-2%,0) scale(1); } 100% { transform: translate3d(5%,3%,0) scale(1.12); } }

  /* Hero compacto (subpáginas) */
  .hero.compact { padding: clamp(120px, 20vh, 180px) clamp(22px, 6vw, 80px) clamp(48px, 7vh, 84px); }
  .hero .back { display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-code); font-size: 12.5px;
    color: #8fd3d8; margin-bottom: 20px; letter-spacing: .04em; }
  .hero .back:hover { color: #fff; text-decoration: none; }

  /* ---------- BIO (institucional) ---------- */
  .bio { display: grid; grid-template-columns: 230px 1fr; gap: clamp(24px, 4vw, 40px); align-items: start; margin-top: 6px; }
  .bio-photo { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid var(--teal-line);
    box-shadow: 0 22px 55px rgba(6,35,42,.14); }
  .bio-photo img { width: 100%; height: auto; display: block; filter: grayscale(1) contrast(1.03);
    transition: filter 1.2s var(--ease), transform 1.2s var(--ease); }
  .bio-photo:hover img { filter: grayscale(0); transform: scale(1.05); }
  .bio-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 14px 12px;
    background: linear-gradient(to top, rgba(6,35,42,.85), transparent); color: #fff; font-family: var(--f-code);
    font-size: 12px; letter-spacing: .04em; }
  .bio-role { font-family: var(--f-code); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase;
    color: var(--teal-dark); font-weight: 600; margin: 0 0 8px; }
  .bio h3 { font-family: var(--f-display); font-weight: 600; font-size: clamp(22px, 3vw, 30px); color: var(--ink);
    letter-spacing: -.015em; margin: 0 0 14px; line-height: 1.1; }

  /* ---------- Livro ---------- */
  .book { display: flex; gap: clamp(18px, 3vw, 28px); align-items: center; padding: clamp(20px, 3vw, 28px);
    border-radius: 16px; background: var(--surface); border: 1px solid var(--line); margin-top: 30px; }
  .book img { width: clamp(96px, 12vw, 128px); height: auto; flex: none; border-radius: 3px; box-shadow: 0 18px 40px rgba(6,35,42,.28);
    transform: rotate(-4deg); transition: transform .5s var(--ease); }
  .book:hover img { transform: rotate(0) scale(1.03); }
  .book h4 { font-family: var(--f-display); font-weight: 600; font-size: 19px; color: var(--ink); margin: 0 0 8px; letter-spacing: -.01em; }
  .book p { font-size: 14.5px; color: var(--muted); margin: 0 0 14px; max-width: none; }
  .book-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-code); font-size: 12px;
    font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--teal-dark);
    border: 1px solid var(--teal-line); padding: 9px 15px; border-radius: 999px; }
  .book-link:hover { background: var(--teal-wash); text-decoration: none; }

  /* ---------- PORTFÓLIO / ECOSSISTEMA ---------- */
  .eco { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; margin-top: 36px; }
  .prod { position: relative; border-radius: 18px; overflow: hidden; background: var(--surface); border: 1px solid var(--line);
    display: flex; flex-direction: column; text-decoration: none; transition: transform .32s var(--ease), box-shadow .32s, border-color .32s; }
  .prod:hover { transform: translateY(-6px); box-shadow: 0 28px 64px rgba(6,35,42,.16); border-color: var(--teal-line); text-decoration: none; }
  .prod-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #06232a; }
  .prod-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .7s var(--ease); }
  .prod:hover .prod-media img { transform: scale(1.07); }
  .prod-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,35,42,.4), transparent 42%); }
  .prod-scan { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 1; }
  .prod-scan::before { content: ""; position: absolute; left: 0; right: 0; height: 34%; top: -34%;
    background: linear-gradient(to bottom, transparent, rgba(22,182,199,.22), transparent); }
  @media (prefers-reduced-motion: no-preference) { .prod:hover .prod-scan::before { animation: scan 1.9s linear infinite; } }
  @keyframes scan { 0% { top: -34%; } 100% { top: 100%; } }
  .prod-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
  .prod-tag { font-family: var(--f-code); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: var(--teal-dark); font-weight: 600; }
  .prod-name { font-family: var(--f-display); font-weight: 600; font-size: 21px; color: var(--ink); letter-spacing: -.01em; line-height: 1.15; }
  .prod-body p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.55; max-width: none; flex: 1; }
  .prod-link { margin-top: 4px; display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; color: var(--teal-dark); }
  .prod-link .arw { transition: transform .2s var(--ease); }
  .prod:hover .prod-link .arw { transform: translateX(5px); }

  /* Faixa de ecossistema (página principal) */
  .eco-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 14px; margin-top: 28px; }
  .eco-chip { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-code); font-size: 13px; font-weight: 500;
    color: var(--text-soft); background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px;
    transition: transform .2s var(--ease), border-color .2s, color .2s; }
  .eco-chip:hover { transform: translateY(-2px); border-color: var(--teal-line); color: var(--ink); text-decoration: none; }
  .eco-chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-deep); }

  @media (max-width: 720px) { .bio { grid-template-columns: 1fr; } .bio-photo { max-width: 220px; } .book { flex-direction: column; align-items: flex-start; } }

  /* ============================================================
     HERO 2 COLUNAS + PAINEL DE ANÁLISE ANIMADO (imagem dinâmica)
     ============================================================ */
  .hero-inner { max-width: 1160px; }
  .hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(30px, 5vw, 62px); align-items: center; }
  .hero-copy { min-width: 0; }
  .hero-copy h1 { max-width: 15ch; }

  .hero-panel { position: relative; z-index: 2; }
  .hero-panel::before { content: ""; position: absolute; inset: -16% -10%; z-index: -1; border-radius: 28px;
    background: radial-gradient(closest-side, rgba(22,182,199,.24), transparent 72%); filter: blur(22px); }
  .hp-win { position: relative; border-radius: 16px; overflow: hidden;
    background: linear-gradient(160deg, rgba(13,71,83,.92), rgba(6,35,42,.94));
    border: 1px solid rgba(127,208,214,.22);
    box-shadow: 0 34px 80px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06); }
  @media (prefers-reduced-motion: no-preference) { .hp-win { animation: floaty 6.5s ease-in-out infinite; } }
  @keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
  .hp-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hp-bar .d { width: 10px; height: 10px; border-radius: 50%; }
  .hp-bar .d.r { background: #e0665e; } .hp-bar .d.y { background: #d9a441; } .hp-bar .d.g { background: #3ecf8e; }
  .hp-bar .hp-title { margin-left: 8px; font-family: var(--f-code); font-size: 12px; letter-spacing: .04em; color: #9fd0d3; }
  .hp-live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-code); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: #7fd0d6; }
  .hp-live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #3ecf8e; box-shadow: 0 0 0 0 rgba(62,207,142,.6); }
  @media (prefers-reduced-motion: no-preference) { .hp-live::before { animation: livePulse 1.8s ease-out infinite; } }
  @keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(62,207,142,.55); } 70% { box-shadow: 0 0 0 7px rgba(62,207,142,0); } 100% { box-shadow: 0 0 0 0 rgba(62,207,142,0); } }
  .hp-body { position: relative; padding: 15px; display: flex; flex-direction: column; gap: 9px; overflow: hidden; }
  .hp-scan { position: absolute; left: 0; right: 0; height: 42%; top: -42%; pointer-events: none; z-index: 3;
    background: linear-gradient(to bottom, transparent, rgba(22,182,199,.16), transparent); }
  @media (prefers-reduced-motion: no-preference) { .hp-scan { animation: scan2 3.4s linear infinite; } }
  @keyframes scan2 { 0% { top: -42%; } 100% { top: 112%; } }
  .hp-row { display: flex; align-items: center; gap: 11px; padding: 11px 13px; border-radius: 10px;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); opacity: 0; transform: translateY(7px); }
  @media (prefers-reduced-motion: no-preference) { .hp-row { animation: rowIn .5s var(--ease) forwards; animation-delay: var(--d); } }
  @media (prefers-reduced-motion: reduce) { .hp-row { opacity: 1; transform: none; } }
  @keyframes rowIn { to { opacity: 1; transform: none; } }
  .hp-check { flex: none; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--teal); position: relative; }
  .hp-check::after { content: ""; position: absolute; left: 5px; top: 2px; width: 5px; height: 9px;
    border: solid var(--teal); border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); transform-origin: center; }
  @media (prefers-reduced-motion: no-preference) { .hp-check::after { animation: check .3s var(--ease) forwards; animation-delay: calc(var(--d) + .32s); } }
  @media (prefers-reduced-motion: reduce) { .hp-check::after { transform: rotate(45deg) scale(1); } }
  @keyframes check { to { transform: rotate(45deg) scale(1); } }
  .hp-label { flex: 1; font-size: 13.5px; color: #e2f0f1; min-width: 0; }
  .hp-tag { font-family: var(--f-code); font-size: 10.5px; font-weight: 600; letter-spacing: .03em; color: #7fd0d6;
    background: rgba(22,182,199,.1); border: 1px solid rgba(22,182,199,.28); padding: 3px 8px; border-radius: 999px; white-space: nowrap; }
  .hp-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 16px; border-top: 1px solid rgba(255,255,255,.08); }
  .hp-badge { font-family: var(--f-code); font-size: 10.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #06232a;
    background: var(--teal); padding: 5px 11px; border-radius: 999px; }
  .hp-count { font-family: var(--f-code); font-size: 11.5px; color: #9fd0d3; }

  @media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } .hero-copy h1 { max-width: 18ch; } .hero-panel { max-width: 460px; } }

  /* ---------- Marquee de fontes (movimento + autoridade) ---------- */
  .trust { background: var(--paper); border-bottom: 1px solid var(--line); padding: 20px clamp(22px, 6vw, 80px); }
  .trust-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; gap: 20px; }
  .trust-label { flex: none; font-family: var(--f-code); font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
  .marquee { position: relative; overflow: hidden; flex: 1; min-width: 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
  .marquee-track { display: flex; gap: 10px; width: max-content; }
  @media (prefers-reduced-motion: no-preference) { .marquee-track { animation: marquee 34s linear infinite; } }
  @keyframes marquee { to { transform: translateX(-50%); } }
  .marquee:hover .marquee-track { animation-play-state: paused; }
  .m-item { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-family: var(--f-code); font-size: 12.5px; font-weight: 500;
    color: var(--text-soft); background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px; }
  .m-item .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal-deep); flex: none; }
  @media (max-width: 640px) { .trust-inner { flex-direction: column; align-items: flex-start; gap: 12px; } .trust-label { align-self: flex-start; } }

  /* ---------- Brilho nos botões primários (micro-interação) ---------- */
  .btn-primary { position: relative; overflow: hidden; }
  .btn-primary > * { position: relative; z-index: 1; }
  .btn-primary::after { content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%; z-index: 0;
    background: linear-gradient(105deg, transparent, rgba(255,255,255,.4), transparent); transform: skewX(-18deg); pointer-events: none; }
  @media (prefers-reduced-motion: no-preference) { .btn-primary:hover::after { animation: shine .85s var(--ease); } }
  @keyframes shine { to { left: 135%; } }
