
    :root {
      --navy: #0B1D3A;
      --navy-2: #07162d;
      --blue: #113FBC;
      --blue-2: #0D47A1;
      --gold: #F5A623;
      --green: #009B3A;
      --ink: #1F232B;
      --muted: #62708A;
      --line: #E2E8F0;
      --soft: #F3F5F7;
      --white: #FFFFFF;
      --shadow: 0 28px 70px rgba(7, 22, 45, .18);
      --radius-xl: 30px;
      --radius-lg: 22px;
      --radius-md: 16px;
      --container: 1220px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, Poppins, Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background: #fff;
      text-rendering: geometricPrecision;
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    button, input { font: inherit; }
    .container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }

    .hero {
      position: relative;
      overflow: hidden;
      min-height: 760px;
      color: #fff;
      background: #061326 url("/manus-storage/carpivara-asset-02-f3b535f93820_ff798ea7.png") center center / cover no-repeat;
      isolation: isolate;
    }
    .hero::before {
      content: none;
      display: none;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: auto -12% -28% -12%;
      height: 360px;
      background: radial-gradient(ellipse at center, rgba(17,63,188,.45), transparent 68%);
      filter: blur(15px);
      z-index: -1;
    }

    .topbar {
      position: relative;
      z-index: 5;
      padding: 22px 0 10px;
    }
    .nav-shell {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      padding: 10px 16px 10px 18px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 26px;
      background: rgba(3, 13, 30, .34);
      box-shadow: 0 18px 60px rgba(0,0,0,.18);
      backdrop-filter: blur(18px);
    }
    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 150px;
    }
    .brand img {
      width: 160px;
      height: 72px;
      object-fit: contain;
      filter: drop-shadow(0 13px 18px rgba(0,0,0,.30));
    }
    .nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 700; }
    .nav a { position: relative; padding: 12px 0; }
    .nav a.active::after {
      content: "";
      position: absolute;
      left: 0; right: 0; bottom: 2px;
      height: 3px;
      border-radius: 20px;
      background: var(--gold);
    }
    .nav a:hover { color: #fff; }
    .nav-actions { display: flex; gap: 12px; align-items: center; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      padding: 0 22px;
      border-radius: 11px;
      border: 1px solid transparent;
      font-weight: 900;
      letter-spacing: -.01em;
      cursor: pointer;
      transition: .2s ease;
      white-space: nowrap;
    }
    .btn-outline { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.03); }
    .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.10); transform: translateY(-1px); }
    .btn-gold {
      color: #1b1d22;
      background: linear-gradient(180deg, #FFC347 0%, var(--gold) 100%);
      box-shadow: 0 16px 34px rgba(245,166,35,.30);
    }
    .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 22px 40px rgba(245,166,35,.36); }
    .btn-blue { color: #fff; background: linear-gradient(180deg, #1857e4 0%, #0d3fb6 100%); box-shadow: 0 16px 34px rgba(17,63,188,.24); }
    .btn-blue:hover { transform: translateY(-2px); }

    .hero-grid {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: 50px;
      align-items: center;
      padding: 76px 0 96px;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 9px 14px;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 999px;
      background: rgba(255,255,255,.06);
      color: rgba(255,255,255,.92);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .08em;
    }
    .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(245,166,35,.12); }
    h1 {
      margin: 28px 0 18px;
      font-size: clamp(44px, 5vw, 78px);
      line-height: .98;
      letter-spacing: -.055em;
      font-weight: 950;
    }
    h1 span { color: var(--gold); text-shadow: 0 10px 30px rgba(245,166,35,.24); }
    .hero-copy {
      max-width: 560px;
      color: rgba(255,255,255,.80);
      font-size: 20px;
      line-height: 1.55;
      margin: 0 0 30px;
    }

    .search-card {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      width: min(100%, 640px);
      padding: 14px;
      display: grid;
      grid-template-columns: 1fr 190px;
      gap: 12px;
      border: 1px solid rgba(255,255,255,.20);
      border-radius: 22px;
      background: rgba(255,255,255,.10);
      box-shadow: 0 22px 60px rgba(0,0,0,.27);
      backdrop-filter: blur(18px);
    }
    .search-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .18;
      background-image: url("/manus-storage/carpivara-asset-03-dec7da92f297_dbbfa106.png");
      background-size: cover;
      background-position: center;
      mix-blend-mode: screen;
    }
    .plate-field {
      height: 72px;
      display: grid;
      grid-template-columns: 82px 1fr;
      overflow: hidden;
      border: 2px solid rgba(255,255,255,.68);
      border-radius: 14px;
      background: #fff;
      box-shadow: inset 0 0 0 1px rgba(17,63,188,.10);
    }
    .plate-country {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      color: #10203f;
      font-weight: 950;
      background: linear-gradient(180deg, #fefefe, #f4f6fb);
      border-right: 1px solid #dbe4f2;
    }
    .flag-mini {
      width: 35px; height: 23px;
      border-radius: 3px;
      background: linear-gradient(135deg, #009B3A 0 100%);
      position: relative;
      box-shadow: inset 0 0 0 1px rgba(0,0,0,.12);
    }
    .flag-mini::before {
      content: ""; position: absolute; inset: 4px 7px;
      background: #F7D116;
      transform: skew(-12deg) rotate(45deg);
    }
    .flag-mini::after {
      content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #113FBC; left: 12px; top: 6px;
    }
    .plate-input {
      width: 100%;
      border: 0;
      outline: 0;
      text-align: center;
      color: #1d2533;
      font-size: clamp(31px, 4vw, 48px);
      line-height: 1;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
      background: #fff;
      padding: 0 12px;
    }
    .plate-input::placeholder { color: #9ca3af; }
    .search-button {
      height: 72px;
      border: 0;
      border-radius: 14px;
      color: #15191f;
      background: linear-gradient(180deg, #ffc63f, #f5a623);
      font-weight: 950;
      font-size: 18px;
      box-shadow: 0 14px 30px rgba(245,166,35,.38);
      cursor: pointer;
      transition: .2s ease;
    }
    .search-button:hover { transform: translateY(-2px); }
    .search-hint { margin: 14px 0 0; color: rgba(255,255,255,.72); font-size: 13px; }
    .trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; }
    .trust-item { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.86); font-weight: 800; font-size: 14px; }
    .trust-icon { width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(0,155,58,.92); box-shadow: 0 0 0 6px rgba(0,155,58,.12); font-size: 13px; }

    .hero-visual {
      position: relative;
      min-height: 570px;
      display: grid;
      place-items: center;
      isolation: isolate;
    }
    .hero-logo-card {
      position: relative;
      width: min(100%, 590px);
      margin: 0 auto;
      filter: drop-shadow(0 45px 65px rgba(0,0,0,.45));
      transform: translateY(-10px);
      animation: floaty 5.5s ease-in-out infinite;
    }
    .hero-logo-card::before {
      content: "";
      position: absolute;
      left: 8%;
      right: 8%;
      bottom: -16px;
      height: 26px;
      background: radial-gradient(ellipse at center, rgba(0,0,0,.42), transparent 72%);
      filter: blur(9px);
      z-index: -1;
    }
    @keyframes floaty { 0%,100% { transform: translateY(-10px); } 50% { transform: translateY(6px); } }
    .orbit-card {
      position: absolute;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 16px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.18);
      background: linear-gradient(180deg, rgba(3,13,30,.68), rgba(3,13,30,.52));
      box-shadow: 0 20px 42px rgba(0,0,0,.28);
      backdrop-filter: blur(16px);
      font-weight: 900;
      color: rgba(255,255,255,.92);
    }
    .orbit-card small { display: block; color: rgba(255,255,255,.62); font-weight: 700; margin-top: 2px; }
    .orbit-card.one { left: 2%; top: 65px; }
    .orbit-card.two { right: -4%; bottom: 118px; }
    .orbit-card.three { left: 10%; bottom: 54px; }
    .round-icon { width: 42px; height: 42px; border-radius: 15px; display: grid; place-items: center; background: rgba(17,63,188,.86); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
    .round-icon.green { background: rgba(0,155,58,.88); }
    .round-icon.gold { background: rgba(245,166,35,.94); color: #111827; }

    .ticker {
      position: relative;
      z-index: 4;
      border-top: 1px solid rgba(255,255,255,.10);
      border-bottom: 1px solid rgba(255,255,255,.10);
      background: rgba(1,9,24,.72);
      overflow: hidden;
    }
    .ticker-inner {
      display: flex;
      gap: 42px;
      align-items: center;
      padding: 17px 0;
      color: rgba(255,255,255,.84);
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .04em;
      font-size: 14px;
      white-space: nowrap;
    }
    .ticker-inner span { color: var(--gold); }

    .section { position: relative; padding: 92px 0; }
    .section-light {
      background: linear-gradient(180deg, #f9fbfd 0%, #f4f7fb 100%);
      isolation: isolate;
      overflow: hidden;
    }
    .section-light::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .92;
      pointer-events: none;
      background-image:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.96)),
        url("/manus-storage/carpivara-asset-04-950d6a566fe7_9ce09ce6.png");
      background-size: cover, 760px auto;
      background-position: center center, center top;
      background-repeat: no-repeat, repeat;
      z-index: -1;
    }
    .section-surface::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .88;
      background-image:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.97)),
        url("/manus-storage/carpivara-asset-05-72ea9f2836c9_0ae961fa.png");
      background-size: cover, cover;
      background-position: center center, center center;
      background-repeat: no-repeat, no-repeat;
    }
    .section-texture::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .95;
      background-image:
        linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.98)),
        url("/manus-storage/carpivara-asset-03-dec7da92f297_dbbfa106.png");
      background-size: cover, cover;
      background-position: center center, center center;
      background-repeat: no-repeat, no-repeat;
    }
    .section > .container { position: relative; z-index: 2; }
    .section-title { max-width: 760px; margin: 0 auto 44px; text-align: center; }
    .label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      color: var(--blue-2);
      background: rgba(17,63,188,.08);
      border: 1px solid rgba(17,63,188,.12);
      border-radius: 999px;
      font-weight: 950;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .08em;
    }
    h2 { margin: 17px 0 14px; color: var(--navy); font-size: clamp(34px, 4vw, 56px); line-height: 1.04; letter-spacing: -.045em; font-weight: 950; }
    .section-title p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }

    .feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
    .feature-card {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      min-height: 190px;
      padding: 28px;
      border: 1px solid rgba(11,29,58,.08);
      border-radius: 24px;
      background: rgba(255,255,255,.86);
      box-shadow: 0 14px 36px rgba(7,22,45,.08);
      backdrop-filter: blur(8px);
      transition: .22s ease;
    }
    .feature-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .14;
      background-image: url("/manus-storage/carpivara-asset-03-dec7da92f297_dbbfa106.png");
      background-size: cover;
      background-position: center;
    }
    .feature-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(7,22,45,.12); }
    .card-icon { width: 58px; height: 58px; border-radius: 19px; display: grid; place-items: center; margin-bottom: 20px; background: rgba(17,63,188,.10); color: var(--blue); }
    .card-icon.green { background: rgba(0,155,58,.10); color: var(--green); }
    .card-icon.gold { background: rgba(245,166,35,.16); color: #b46b00; }
    .card-icon.purple { background: rgba(87,69,255,.10); color: #5745ff; }
    .feature-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 20px; letter-spacing: -.02em; }
    .feature-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 15px; }

    .split { display: grid; grid-template-columns: 1.03fr .97fr; gap: 36px; align-items: center; }
    .panel {
      position: relative;
      border: 1px solid rgba(11,29,58,.10);
      border-radius: var(--radius-xl);
      background: #fff;
      box-shadow: var(--shadow);
      overflow: hidden;
      isolation: isolate;
    }
    .panel::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .12;
      background-image: url("/manus-storage/carpivara-asset-05-72ea9f2836c9_0ae961fa.png");
      background-size: cover;
      background-position: center;
    }
    .result-panel { padding: 26px; }
    .result-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; margin-bottom: 22px; }
    .vehicle-title { display: flex; gap: 16px; align-items: center; }

    .vehicle-title h3 { margin: 0; color: var(--navy); font-size: 25px; }
    .vehicle-title p { margin: 4px 0 0; color: var(--muted); font-weight: 700; }
    .status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 999px; background: rgba(0,155,58,.10); color: var(--green); font-weight: 950; white-space: nowrap; }
    .plate-sample {
      position: relative;
      width: 185px;
      height: 72px;
      border: 3px solid #0d47a1;
      border-radius: 8px;
      background: white;
      box-shadow: 0 10px 22px rgba(11,29,58,.12);
      overflow: hidden;
    }
    .plate-sample::before {
      content: "BRASIL";
      position: absolute; top: 0; left: 0; right: 0; height: 18px;
      background: #0d47a1;
      color: white;
      font-size: 9px;
      font-weight: 900;
      letter-spacing: .18em;
      text-align: center;
      line-height: 18px;
    }
    .plate-sample strong {
      position: absolute; inset: 22px 0 0;
      display: grid; place-items: center;
      color: #1d2533;
      font-size: 25px;
      letter-spacing: .1em;
      font-weight: 950;
    }
    .result-metrics { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .metric { padding: 20px 14px; border-right: 1px solid var(--line); }
    .metric:last-child { border-right: 0; }
    .metric span { display: block; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
    .metric strong { display: block; margin-top: 8px; color: var(--navy); font-size: 17px; }
    .metric.ok strong { color: var(--green); }
    .metric.warn strong { color: #d78600; }
    .result-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 22px; }
    .mini-proof { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: 14px; font-weight: 800; }
    .mini-proof b { color: var(--navy); }
    .mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 12px; }
    .mini-item { display: flex; flex-direction: column; gap: 4px; padding: 12px; background: #f5f5f5; border-radius: 8px; font-size: 14px; }
    .mini-item b { font-weight: 700; color: var(--navy); font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
    .mini-item { color: #333; font-weight: 600; }

    .copy-block h2 { text-align: left; margin-top: 14px; }
    .copy-block p { color: var(--muted); line-height: 1.75; font-size: 18px; margin: 0 0 22px; }
    .check-list { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
    .check-list li { display: flex; gap: 12px; align-items: flex-start; color: #344156; font-weight: 750; line-height: 1.45; }
    .checkmark { flex: 0 0 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-size: 13px; margin-top: 1px; }

    .dark-band {
      color: #fff;
      background: linear-gradient(135deg, rgba(7,19,38,.96), rgba(11,29,58,.94));
      overflow: hidden;
      isolation: isolate;
    }
    .dark-band::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .58;
      background-image:
        linear-gradient(90deg, rgba(7,19,38,.86) 0%, rgba(7,19,38,.42) 46%, rgba(7,19,38,.82) 100%),
        url("/manus-storage/carpivara-asset-02-f3b535f93820_ff798ea7.png");
      background-size: cover, cover;
      background-position: center center, center center;
      background-repeat: no-repeat, no-repeat;
    }
    .dark-band h2, .dark-band .section-title h2 { color: #fff; }
    .dark-band .section-title p { color: rgba(255,255,255,.72); }
    .step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .step-card {
      position: relative;
      padding: 34px;
      min-height: 278px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: var(--radius-xl);
      background: rgba(255,255,255,.06);
      box-shadow: 0 22px 45px rgba(0,0,0,.20);
      overflow: hidden;
      isolation: isolate;
    }
    .step-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .18;
      background-image: url("/manus-storage/carpivara-asset-02-f3b535f93820_ff798ea7.png");
      background-size: cover;
      background-position: center;
    }
    .step-card::after {
      content: attr(data-step);
      position: absolute;
      right: 24px;
      bottom: 10px;
      font-size: 110px;
      line-height: 1;
      font-weight: 950;
      color: rgba(255,255,255,.055);
    }
    .step-num { width: 50px; height: 50px; border-radius: 18px; display: grid; place-items: center; color: #1b1d22; background: var(--gold); font-weight: 950; margin-bottom: 26px; }
    .step-card h3 { margin: 0 0 12px; font-size: 24px; }
    .step-card p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.65; }

    .plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
    .plan {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      padding: 30px;
      border: 1px solid rgba(11,29,58,.10);
      border-radius: var(--radius-xl);
      background: #fff;
      box-shadow: 0 18px 42px rgba(7,22,45,.08);
    }
    .plan::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .12;
      background-image: url("/manus-storage/carpivara-asset-04-950d6a566fe7_9ce09ce6.png");
      background-size: 660px auto;
      background-position: center top;
      background-repeat: repeat;
    }
    .plan.featured { border: 2px solid var(--gold); box-shadow: 0 26px 62px rgba(245,166,35,.18); transform: translateY(-10px); }
    .tag { display: inline-flex; padding: 8px 11px; border-radius: 999px; color: var(--blue); background: rgba(17,63,188,.08); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .07em; }
    .plan.featured .tag { color: #704500; background: rgba(245,166,35,.18); }
    .plan h3 { margin: 18px 0 8px; color: var(--navy); font-size: 27px; }
    .price { display: flex; align-items: flex-end; gap: 6px; color: var(--navy); margin: 18px 0; }
    .price strong { font-size: 44px; line-height: .9; letter-spacing: -.04em; }
    .price span { color: var(--muted); font-weight: 800; }
    .plan ul { margin: 22px 0 28px; padding: 0; list-style: none; display: grid; gap: 13px; color: #3e4b61; font-weight: 750; }
    .plan li { display: flex; gap: 10px; align-items: flex-start; }
    .plan li::before { content: "✓"; color: var(--green); font-weight: 950; }
    .plan .btn { width: 100%; }

    .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    details {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      border: 1px solid rgba(11,29,58,.10);
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 12px 28px rgba(7,22,45,.06);
    }
    details::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .10;
      background-image: url("/manus-storage/carpivara-asset-03-dec7da92f297_dbbfa106.png");
      background-size: cover;
      background-position: center;
    }
    summary {
      padding: 22px 24px;
      cursor: pointer;
      color: var(--navy);
      font-weight: 950;
      list-style: none;
      display: flex;
      justify-content: space-between;
      gap: 20px;
    }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: "+"; color: var(--blue); font-size: 24px; line-height: 1; }
    details[open] summary::after { content: "−"; }
    details p { margin: 0; padding: 0 24px 24px; color: var(--muted); line-height: 1.65; }

    .cta-strip {
      position: relative;
      padding: 56px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 28px;
      align-items: center;
      border-radius: 34px;
      color: #fff;
      background: linear-gradient(135deg, #0B1D3A, #0D47A1 68%, #113FBC);
      overflow: hidden;
      box-shadow: var(--shadow);
      isolation: isolate;
    }
    .cta-strip::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .62;
      background-image:
        linear-gradient(90deg, rgba(7,19,38,.84) 0%, rgba(7,19,38,.52) 44%, rgba(7,19,38,.80) 100%),
        url("/manus-storage/carpivara-asset-02-f3b535f93820_ff798ea7.png");
      background-size: cover, cover;
      background-position: center center, center center;
      background-repeat: no-repeat, no-repeat;
    }
    .cta-strip > * { position: relative; z-index: 2; }
    .cta-strip h2 { color: #fff; margin: 0 0 10px; font-size: clamp(30px, 3vw, 46px); }
    .cta-strip p { margin: 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.55; }

    .footer {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      padding: 46px 0;
      color: rgba(255,255,255,.74);
      background: linear-gradient(135deg, #061326, #0b1d3a 70%, #0d47a1 100%);
    }
    .footer::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: .34;
      background-image:
        linear-gradient(90deg, rgba(6,19,38,.84) 0%, rgba(6,19,38,.56) 44%, rgba(6,19,38,.84) 100%),
        url("/manus-storage/carpivara-asset-02-f3b535f93820_ff798ea7.png");
      background-size: cover, cover;
      background-position: center, center;
      background-repeat: no-repeat, no-repeat;
    }
    .footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
    .footer-brand { display: flex; align-items: center; gap: 16px; }
    .footer-brand img { width: 128px; height: 64px; object-fit: contain; }
    .footer strong { color: #fff; }
    .footer small { display: block; max-width: 760px; margin-top: 8px; line-height: 1.55; }
    .footer-links { display: flex; gap: 22px; font-weight: 800; }
    .footer-links a:hover { color: #fff; }

    .svg-icon { width: 29px; height: 29px; stroke: currentColor; stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; }

    @media (max-width: 1080px) {
      .nav { display: none; }
      .hero-grid, .split { grid-template-columns: 1fr; }
      .hero-grid { padding-top: 52px; }
      .hero-visual { min-height: 430px; }
      .feature-grid, .plans { grid-template-columns: repeat(2, 1fr); }
      .step-grid { grid-template-columns: 1fr; }
      .result-metrics { grid-template-columns: repeat(2, 1fr); }
      .metric { border-bottom: 1px solid var(--line); }
    }
    @media (max-width: 720px) {
      .container { width: min(100% - 28px, var(--container)); }
      .hero { min-height: auto; }
      .nav-shell { min-height: 72px; border-radius: 18px; }
      .brand img { width: 136px; height: 62px; }
      .nav-actions .btn-outline { display: none; }
      .nav-actions .btn { min-height: 42px; padding: 0 14px; font-size: 13px; }
      .hero-grid { gap: 28px; padding: 40px 0 70px; }
      .hero-copy { font-size: 17px; }
      .search-card { grid-template-columns: 1fr; padding: 12px; }
      .plate-field { height: 66px; grid-template-columns: 70px 1fr; }
      .search-button { height: 58px; }
      .trust-row { gap: 13px; }
      .hero-visual { display: none; }
      .ticker-inner { font-size: 12px; gap: 22px; }
      .section { padding: 64px 0; }
      .feature-grid, .plans, .faq-grid { grid-template-columns: 1fr; }
      .plan.featured { transform: none; }
      .result-head, .result-bottom { flex-direction: column; align-items: flex-start; }
      .result-metrics { grid-template-columns: 1fr; }
      .metric { border-right: 0; }
      .cta-strip { grid-template-columns: 1fr; padding: 32px; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-links { flex-wrap: wrap; }
      h1 { font-size: 43px; }
    }
  
    .orbit-card,
    .orbit-card.one,
    .orbit-card.two,
    .orbit-card.three {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    .packages {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .plan .discount {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 32px;
      padding: 0 12px;
      border-radius: 999px;
      color: #704500;
      background: rgba(245,166,35,.16);
      font-size: 13px;
      font-weight: 900;
      margin: 10px 0 4px;
    }
    .plan .total {
      margin: 16px 0 22px;
      padding: 13px 14px;
      border-radius: 16px;
      color: var(--navy);
      background: rgba(17,63,188,.06);
      font-weight: 950;
      border: 1px solid rgba(17,63,188,.10);
    }
    .footer-legal-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr .9fr;
      gap: 28px;
      align-items: start;
      width: 100%;
    }
    .footer-column h4 {
      margin: 0 0 12px;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .08em;
    }
    .footer-column a,
    .footer-column span {
      display: block;
      margin: 8px 0;
      color: rgba(255,255,255,.78);
      font-weight: 750;
      font-size: 14px;
      line-height: 1.45;
    }
    .footer-legal-note {
      grid-column: 1 / -1;
      padding-top: 18px;
      margin-top: 4px;
      border-top: 1px solid rgba(255,255,255,.12);
      color: rgba(255,255,255,.68);
      line-height: 1.6;
      font-size: 13px;
    }
    @media (max-width: 1180px) {
      .packages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .footer-legal-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 720px) {
      .packages { grid-template-columns: 1fr; }
    }


    .packages .price {
      display: block;
      margin: 18px 0 12px;
    }
    .packages .price strong {
      display: block;
      white-space: nowrap;
      font-size: 34px;
      line-height: 1;
      letter-spacing: -.035em;
    }
    .packages .price span {
      display: block;
      margin-top: 6px;
      font-size: 15px;
      font-weight: 900;
    }
    .packages .tag {
      white-space: nowrap;
      letter-spacing: .05em;
      font-size: 11px;
    }


    #recursos .section-title,
    #recursos .feature-card {
      text-align: center;
    }
    #recursos .feature-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    #recursos .feature-card .icon {
      margin-left: auto;
      margin-right: auto;
    }


    /* ===== ajustes Rafa: remoção da seção de recursos + planos premium ===== */
    #planos {
      position: relative;
      overflow: hidden;
      background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    }
    #planos::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url("/manus-storage/carpivara-asset-05-72ea9f2836c9_0ae961fa.png");
      background-size: cover;
      background-position: center;
      opacity: .34;
      pointer-events: none;
    }
    #planos > .container { position: relative; z-index: 1; }
    #planos .plans-heading { max-width: 980px; margin-bottom: 52px; }
    #planos .plans-heading .label { display:none !important; }
    #planos .plans-heading h2 { margin-top: 0; font-size: clamp(38px, 4vw, 58px); }
    #planos .plans-heading p { max-width: 900px; margin: 0 auto; }
    .plans.packages { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
    .plans.packages .plan {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      padding: 26px 24px 24px;
      border: 1px solid rgba(17,63,188,.10);
      border-radius: 28px;
      background: linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(248,250,255,.98) 100%);
      box-shadow: 0 20px 44px rgba(7,22,45,.08), inset 0 1px 0 rgba(255,255,255,.95);
      backdrop-filter: blur(10px);
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
      animation: planFloat 6.8s ease-in-out infinite;
      transform-origin: center bottom;
    }
    .plans.packages .plan:nth-child(2) { animation-delay: .35s; }
    .plans.packages .plan:nth-child(3) { animation-delay: .7s; }
    .plans.packages .plan:nth-child(4) { animation-delay: 1.05s; }
    .plans.packages .plan:nth-child(5) { animation-delay: 1.4s; }
    .plans.packages .plan::before { opacity: .07; background-size: cover; }
    .plans.packages .plan::after {
      content: "";
      position: absolute;
      top: -35%;
      left: -32%;
      width: 140px;
      height: 240px;
      background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.48), rgba(255,255,255,0));
      transform: rotate(18deg);
      opacity: .35;
      animation: planShine 9s ease-in-out infinite;
      pointer-events: none;
    }
    .plans.packages .plan:hover {
      transform: translateY(-10px) scale(1.02);
      border-color: rgba(17,63,188,.22);
      box-shadow: 0 28px 62px rgba(7,22,45,.14), 0 12px 28px rgba(17,63,188,.08);
    }
    .plans.packages .plan.featured {
      border: 2px solid rgba(245,166,35,.86);
      background: linear-gradient(180deg, rgba(255,251,242,.98) 0%, rgba(255,255,255,1) 100%);
      box-shadow: 0 30px 72px rgba(245,166,35,.22), inset 0 1px 0 rgba(255,255,255,.98);
      transform: translateY(-12px);
    }
    .plans.packages .plan.featured:hover {
      transform: translateY(-16px) scale(1.025);
      box-shadow: 0 38px 82px rgba(245,166,35,.26), 0 12px 26px rgba(245,166,35,.14);
    }
    .plans.packages .plan.featured::after { animation-duration: 7s; opacity: .44; }
    .plans.packages .tag {
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid rgba(17,63,188,.08);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
      background: linear-gradient(180deg, rgba(235,241,255,.95) 0%, rgba(225,234,252,.82) 100%);
    }
    .plans.packages .plan.featured .tag {
      color: #7a4a00;
      border-color: rgba(245,166,35,.18);
      background: linear-gradient(180deg, rgba(255,243,220,.95) 0%, rgba(248,228,189,.95) 100%);
    }
    .plans.packages .plan h3 { font-size: 26px; line-height: 1.05; margin: 18px 0 10px; }
    .plans.packages .price { margin: 18px 0 14px; }
    .plans.packages .price strong { font-size: 30px; letter-spacing: -.04em; }
    .plans.packages .price span { font-size: 14px; font-weight: 900; }
    .plans.packages .discount {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      margin: 2px 0 14px;
      padding: 10px 14px;
      border-radius: 16px;
      background: linear-gradient(180deg, rgba(255,244,225,.95) 0%, rgba(249,233,203,.92) 100%);
      color: #8b5800;
      font-weight: 900;
      font-size: 13px;
      line-height: 1.18;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.88);
    }
    .plans.packages .total {
      margin-top: auto;
      padding: 14px 16px;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(239,244,252,.98) 0%, rgba(229,236,248,.98) 100%);
      color: var(--navy);
      font-weight: 950;
      font-size: 18px;
      line-height: 1.1;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
    }
    .plans.packages .btn.btn-gold {
      margin-top: 16px;
      width: 100%;
      justify-content: center;
      min-height: 56px;
      border-radius: 16px;
      font-size: 16px;
      font-weight: 950;
      letter-spacing: -.01em;
    }
    @keyframes planFloat {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-6px); }
    }
    @keyframes planShine {
      0%, 74% { transform: translate(-140%, 0) rotate(18deg); opacity: 0; }
      82% { opacity: .28; }
      100% { transform: translate(360%, 0) rotate(18deg); opacity: 0; }
    }
    @media (max-width: 1220px) {
      .plans.packages { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 900px) {
      .plans.packages { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 640px) {
      .plans.packages { grid-template-columns: 1fr; }
      .plans.packages .plan, .plans.packages .plan.featured { transform: none; animation: none; }
    }

  

    /* ===== Rafa ajustes finais: seção como funciona branca + planos azuis ===== */
    #como-funciona {
      position: relative;
      overflow: hidden;
      color: var(--navy);
      background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
      isolation: isolate;
      padding: 96px 0 104px;
    }
    #como-funciona::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.97) 100%), url("/manus-storage/carpivara-asset-06-12982fa902b1_0bef1330.png") center center / cover no-repeat;
      opacity: 1;
      pointer-events: none;
    }
    #como-funciona::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: radial-gradient(circle at 22% 18%, rgba(17,63,188,.06), transparent 28%), radial-gradient(circle at 82% 84%, rgba(245,166,35,.08), transparent 26%);
      pointer-events: none;
    }
    #como-funciona .section-title h2,
    #como-funciona .section-title p,
    #como-funciona .section-title .label,
    #como-funciona .step-card h3,
    #como-funciona .step-card p { color: var(--navy) !important; }
    #como-funciona .section-title p { color: rgba(11,29,58,.66) !important; max-width: 820px; margin: 0 auto 0; }
    #como-funciona .section-title .label {
      background: rgba(17,63,188,.06) !important;
      border-color: rgba(17,63,188,.12) !important;
      color: #244aa9 !important;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.88);
    }
    #como-funciona .step-grid { gap: 24px; align-items: stretch; }
    #como-funciona .step-card {
      min-height: 296px;
      padding: 36px 34px 34px;
      border: 1px solid rgba(17,63,188,.12);
      background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(245,248,255,.95) 100%);
      box-shadow: 0 20px 48px rgba(11,29,58,.08), inset 0 1px 0 rgba(255,255,255,.92);
      backdrop-filter: blur(8px);
    }
    #como-funciona .step-card::before { opacity: .10; filter: saturate(.85); }
    #como-funciona .step-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,0) 44%);
      pointer-events: none;
    }
    #como-funciona .step-num {
      box-shadow: 0 12px 28px rgba(245,166,35,.18);
    }
    #como-funciona .step-card h3 { font-size: 22px; margin-bottom: 10px; }
    #como-funciona .step-card p { color: rgba(11,29,58,.72) !important; line-height: 1.65; }

    #planos {
      position: relative;
      overflow: hidden;
      color: #fff;
      background: #061326;
      padding: 104px 0 114px;
      isolation: isolate;
    }
    #planos::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background: linear-gradient(90deg, rgba(6,19,38,.92) 0%, rgba(6,19,38,.68) 42%, rgba(6,19,38,.92) 100%), url("/manus-storage/carpivara-asset-02-f3b535f93820_ff798ea7.png") center center / cover no-repeat;
      opacity: 1;
      pointer-events: none;
    }
    #planos::after {
      content: "";
      position: absolute;
      inset: auto -10% -22% -10%;
      height: 360px;
      z-index: -1;
      background: radial-gradient(ellipse at center, rgba(17,63,188,.34), transparent 66%);
      filter: blur(12px);
      pointer-events: none;
    }
    #planos > .container {
      position: relative;
      z-index: 1;
      width: min(1380px, calc(100% - 46px));
      max-width: 1380px;
    }
    #planos .plans-heading h2 { color: #fff; }
    #planos .plans-heading p { color: rgba(255,255,255,.78); max-width: 980px; }
    .plans.packages {
      display: grid;
      grid-template-columns: repeat(5, minmax(246px, 1fr));
      gap: 18px;
      align-items: stretch;
      justify-content: center;
    }
    .plans.packages .plan {
      display: flex;
      flex-direction: column;
      min-height: 498px;
      padding: 28px 22px 22px;
      border-radius: 30px;
      background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(246,249,255,.98) 100%);
      box-shadow: 0 26px 56px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.96);
      border: 1px solid rgba(196,212,255,.30);
    }
    .plans.packages .plan h3 {
      min-height: 88px;
      display: flex;
      align-items: flex-start;
      margin: 18px 0 10px;
      line-height: 1.06;
      font-size: 28px;
    }
    .plans.packages .price { min-height: 100px; margin: 8px 0 10px; }
    .plans.packages .price strong { font-size: 31px; line-height: 1.02; }
    .plans.packages .price span { margin-top: 7px; }
    .plans.packages .discount {
      min-height: 60px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      line-height: 1.18;
      margin: 0 0 14px;
    }
    .plans.packages .total {
      min-height: 70px;
      display: flex;
      align-items: center;
      margin-top: auto;
      margin-bottom: 16px;
      padding: 16px 18px;
    }
    .plans.packages .btn.btn-gold {
      min-height: 56px;
      margin-top: 0;
      align-self: stretch;
      border-radius: 16px;
    }
    .plans.packages .plan.featured {
      transform: translateY(-8px);
      border: 2px solid rgba(245,166,35,.92);
      box-shadow: 0 34px 74px rgba(245,166,35,.24), 0 16px 32px rgba(0,0,0,.18);
    }
    .plans.packages .plan:hover { transform: translateY(-8px) scale(1.02); }
    .plans.packages .plan.featured:hover { transform: translateY(-12px) scale(1.024); }
    @media (max-width: 1360px) {
      #planos > .container { width: min(1320px, calc(100% - 34px)); }
      .plans.packages { grid-template-columns: repeat(5, minmax(224px, 1fr)); gap: 16px; }
      .plans.packages .plan h3 { font-size: 26px; min-height: 84px; }
    }
    @media (max-width: 1180px) {
      .plans.packages { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    @media (max-width: 860px) {
      #como-funciona .step-grid { grid-template-columns: 1fr; }
      .plans.packages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 620px) {
      .plans.packages { grid-template-columns: 1fr; }
      .plans.packages .plan, .plans.packages .plan.featured { min-height: auto; transform: none; }
      #como-funciona { padding: 84px 0 92px; }
      #planos { padding: 92px 0 98px; }
    }

  

    /* FINAL OVERRIDES 2026-05-21 */
    :root {
      --white-section-bg: url("/manus-storage/carpivara-asset-07-09d8d1e860fc_e7e12232.png");
    }

    /* Fundos claros com a nova arte */
    #como-funciona,
    .section-texture {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }
    #como-funciona::before,
    .section-texture::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      pointer-events: none;
      background-image:
        linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.96) 100%),
        var(--white-section-bg);
      background-size: cover, cover;
      background-position: center center, center center;
      background-repeat: no-repeat, no-repeat;
      opacity: 1;
    }
    #como-funciona::after,
    .section-texture::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background:
        radial-gradient(circle at 18% 22%, rgba(17,63,188,.08), transparent 18%),
        radial-gradient(circle at 82% 70%, rgba(245,166,35,.08), transparent 18%);
      opacity: .9;
    }

    /* Seção Como funciona: cartões mais premium */
    #como-funciona {
      color: var(--navy);
      padding: 96px 0 108px;
    }
    #como-funciona .section-title h2 {
      color: var(--navy);
      margin-bottom: 0;
    }
    #como-funciona .section-title .label {
      color: var(--blue) !important;
      background: rgba(17,63,188,.08) !important;
      border-color: rgba(17,63,188,.16) !important;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
    }
    #como-funciona .step-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
      align-items: stretch;
      margin-top: 42px;
    }
    #como-funciona .step-card {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      min-height: 305px;
      padding: 34px 34px 30px;
      border-radius: 30px;
      border: 1px solid rgba(9, 30, 74, .12);
      background:
        linear-gradient(180deg, rgba(9, 24, 58, .90) 0%, rgba(11, 37, 87, .82) 100%);
      box-shadow:
        0 28px 62px rgba(7,22,45,.16),
        inset 0 1px 0 rgba(255,255,255,.10),
        inset 0 -22px 52px rgba(17,63,188,.14);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      color: #fff;
      transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
      animation: stepFloatPremium 7.4s ease-in-out infinite;
    }
    #como-funciona .step-card:nth-child(2) { animation-delay: .45s; }
    #como-funciona .step-card:nth-child(3) { animation-delay: .9s; }
    #como-funciona .step-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      opacity: .24;
      background-image: var(--white-section-bg);
      background-size: cover;
      background-position: center;
      filter: saturate(.8) contrast(1.05);
    }
    #como-funciona .step-card::after {
      content: attr(data-step);
      position: absolute;
      right: 22px;
      bottom: 8px;
      font-size: clamp(86px, 7vw, 120px);
      font-weight: 950;
      line-height: .8;
      letter-spacing: -.06em;
      color: rgba(255,255,255,.08);
      pointer-events: none;
    }
    #como-funciona .step-card:hover {
      transform: translateY(-10px);
      border-color: rgba(255,255,255,.20);
      box-shadow:
        0 34px 74px rgba(7,22,45,.22),
        0 10px 24px rgba(17,63,188,.18),
        inset 0 1px 0 rgba(255,255,255,.14),
        inset 0 -28px 58px rgba(17,63,188,.18);
    }
    #como-funciona .step-num {
      width: 54px;
      height: 54px;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #FDBA3E 0%, #F5A623 100%);
      color: #081730;
      font-weight: 950;
      font-size: 28px;
      box-shadow: 0 12px 26px rgba(245,166,35,.26);
      margin-bottom: 22px;
    }
    #como-funciona .step-card h3 {
      color: #fff;
      font-size: clamp(26px, 2vw, 34px);
      line-height: 1.08;
      margin: 0 0 12px;
      letter-spacing: -.03em;
    }
    #como-funciona .step-card p {
      margin: 0;
      color: rgba(255,255,255,.84);
      font-size: 17px;
      line-height: 1.65;
      max-width: 340px;
    }

    /* Pacotes: cards mais elegantes, translúcidos e alinhados */
    #planos {
      position: relative;
      overflow: hidden;
      color: #fff;
    }
    #planos > .container {
      width: min(1480px, calc(100% - 40px));
      position: relative;
      z-index: 1;
    }
    #planos .plans-heading { max-width: 980px; margin: 0 auto 52px; }
    #planos .plans-heading h2 {
      color: #fff;
      font-size: clamp(42px, 4.2vw, 66px);
      margin-bottom: 10px;
      letter-spacing: -.05em;
    }
    #planos .plans-heading p {
      color: rgba(255,255,255,.86);
      font-size: 18px;
      line-height: 1.65;
      max-width: 980px;
      margin: 0 auto;
    }
    #planos .plans.packages {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 26px;
      align-items: stretch;
    }
    #planos .plans.packages .plan {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      display: flex;
      flex-direction: column;
      min-height: 540px;
      padding: 28px 24px 24px;
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,.18);
      background:
        linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(244,247,255,.90) 100%);
      box-shadow:
        0 26px 58px rgba(3, 10, 25, .26),
        inset 0 1px 0 rgba(255,255,255,.82),
        inset 0 -18px 30px rgba(17,63,188,.05);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      transform-origin: center bottom;
      transition: transform .30s ease, box-shadow .30s ease, border-color .30s ease, background .30s ease;
      animation: planFloatPremium 7.8s ease-in-out infinite;
    }
    #planos .plans.packages .plan:nth-child(2) { animation-delay: .35s; }
    #planos .plans.packages .plan:nth-child(3) { animation-delay: .7s; }
    #planos .plans.packages .plan:nth-child(4) { animation-delay: 1.05s; }
    #planos .plans.packages .plan:nth-child(5) { animation-delay: 1.4s; }
    #planos .plans.packages .plan::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background:
        linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0)),
        radial-gradient(circle at top right, rgba(17,63,188,.10), transparent 28%);
      pointer-events: none;
    }
    #planos .plans.packages .plan::after {
      content: "";
      position: absolute;
      top: -22%;
      left: -42%;
      width: 120px;
      height: 200px;
      background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.46), rgba(255,255,255,0));
      transform: rotate(16deg);
      opacity: .34;
      pointer-events: none;
      animation: planShinePremium 9s ease-in-out infinite;
    }
    #planos .plans.packages .plan:hover {
      transform: translateY(-12px) scale(1.02);
      border-color: rgba(255,255,255,.28);
      box-shadow:
        0 34px 74px rgba(2, 9, 23, .34),
        0 12px 28px rgba(17,63,188,.18),
        inset 0 1px 0 rgba(255,255,255,.92);
    }
    #planos .plans.packages .plan.featured {
      border: 2px solid rgba(245,166,35,.92);
      background: linear-gradient(180deg, rgba(255,250,242,.96) 0%, rgba(255,255,255,.92) 100%);
      box-shadow:
        0 36px 84px rgba(245,166,35,.28),
        0 14px 32px rgba(2, 9, 23, .24),
        inset 0 1px 0 rgba(255,255,255,.92);
      transform: translateY(-10px);
    }
    #planos .plans.packages .plan.featured:hover {
      transform: translateY(-16px) scale(1.025);
      box-shadow:
        0 44px 94px rgba(245,166,35,.32),
        0 14px 32px rgba(2, 9, 23, .28),
        inset 0 1px 0 rgba(255,255,255,.95);
    }
    #planos .plans.packages .tag {
      display: inline-flex;
      align-self: flex-start;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid rgba(17,63,188,.08);
      background: linear-gradient(180deg, rgba(233,239,255,.95), rgba(226,234,252,.82));
      box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
      color: var(--blue);
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .08em;
      margin-bottom: 18px;
    }
    #planos .plans.packages .plan.featured .tag {
      background: linear-gradient(180deg, rgba(255,243,220,.95), rgba(248,228,189,.92));
      border-color: rgba(245,166,35,.18);
      color: #8a5600;
    }
    #planos .plans.packages .plan h3 {
      margin: 0 0 14px;
      font-size: clamp(28px, 2.2vw, 44px);
      line-height: 1.04;
      letter-spacing: -.04em;
      color: var(--navy);
    }
    #planos .plans.packages .price { margin: 2px 0 18px; }
    #planos .plans.packages .price strong {
      display: block;
      font-size: clamp(36px, 2.8vw, 52px);
      line-height: .95;
      letter-spacing: -.05em;
      color: var(--navy);
    }
    #planos .plans.packages .price span {
      display: block;
      margin-top: 6px;
      font-size: 14px;
      font-weight: 900;
      color: var(--muted);
    }
    #planos .plans.packages .discount {
      margin-top: auto;
      min-height: 74px;
      display: flex;
      align-items: center;
      padding: 14px 16px;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(246,232,202,.96), rgba(240,223,187,.92));
      color: #9b6207;
      font-weight: 900;
      line-height: 1.25;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
    }
    #planos .plans.packages .total {
      min-height: 88px;
      display: flex;
      align-items: center;
      margin-top: 16px;
      padding: 16px 18px;
      border-radius: 20px;
      border: 1px solid rgba(17,63,188,.08);
      background: linear-gradient(180deg, rgba(230,237,248,.92), rgba(223,231,244,.88));
      box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
      color: var(--navy);
      font-weight: 950;
      font-size: 18px;
      line-height: 1.15;
    }
    #planos .plans.packages .btn {
      width: 100%;
      margin-top: 16px;
      height: 56px;
      border-radius: 18px;
      border: 0;
      background: linear-gradient(180deg, #FDBA3E 0%, #F5A623 100%);
      color: #081730;
      font-weight: 950;
      font-size: 18px;
      box-shadow: 0 16px 34px rgba(245,166,35,.22);
      transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
    }
    #planos .plans.packages .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 38px rgba(245,166,35,.28);
      filter: brightness(1.02);
    }

    @keyframes stepFloatPremium {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-6px); }
    }
    @keyframes planFloatPremium {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-5px); }
    }
    @keyframes planShinePremium {
      0%, 18%, 100% { transform: translate(-18px, 0) rotate(16deg); opacity: 0; }
      28%, 54% { transform: translate(290px, 0) rotate(16deg); opacity: .34; }
      60% { opacity: 0; }
    }

    @media (max-width: 1280px) {
      #planos .plans.packages { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    @media (max-width: 980px) {
      #como-funciona .step-grid { grid-template-columns: 1fr; }
      #planos .plans.packages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
      #como-funciona .step-card { min-height: auto; padding: 28px 24px 24px; }
      #planos > .container { width: min(100%, calc(100% - 24px)); }
      #planos .plans.packages { grid-template-columns: 1fr; gap: 18px; }
      #planos .plans.packages .plan,
      #planos .plans.packages .plan.featured { min-height: auto; transform: none; animation: none; }
    }



    /* STEP BUTTON STYLE REFINEMENT */
    #como-funciona .step-num {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 74px;
      height: 50px;
      padding: 0 22px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.18);
      background: linear-gradient(180deg, #FDBA3E 0%, #F5A623 100%) !important;
      color: #081730 !important;
      font-size: 20px !important;
      font-weight: 950 !important;
      letter-spacing: -.02em;
      box-shadow:
        0 12px 28px rgba(245,166,35,.30),
        0 0 26px rgba(245,166,35,.18),
        inset 0 1px 0 rgba(255,255,255,.36) !important;
      overflow: hidden;
      isolation: isolate;
      transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    }
    #como-funciona .step-num::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255,255,255,.20) 0%, rgba(255,255,255,0) 52%);
      pointer-events: none;
      z-index: -1;
    }
    #como-funciona .step-card:hover .step-num {
      transform: translateY(-1px) scale(1.02);
      box-shadow:
        0 16px 34px rgba(245,166,35,.34),
        0 0 32px rgba(245,166,35,.22),
        inset 0 1px 0 rgba(255,255,255,.42) !important;
      filter: brightness(1.02);
    }



    /* ===== Refinamento final: botões iguais ao CTA principal ===== */
    .btn {
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }
    .btn-gold {
      color: #081730;
      background: linear-gradient(180deg, #FFC95C 0%, #F5A623 58%, #EA9910 100%) !important;
      border: 1px solid rgba(255,255,255,.24);
      border-radius: 16px;
      box-shadow:
        0 16px 34px rgba(245,166,35,.28),
        0 0 26px rgba(245,166,35,.18),
        inset 0 1px 0 rgba(255,255,255,.38) !important;
      transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
    }
    .btn-gold::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 54%);
      pointer-events: none;
      z-index: -1;
    }
    .btn-gold:hover {
      transform: translateY(-2px);
      box-shadow:
        0 22px 44px rgba(245,166,35,.34),
        0 0 32px rgba(245,166,35,.22),
        inset 0 1px 0 rgba(255,255,255,.42) !important;
      filter: brightness(1.02);
    }
    .btn-gold:active {
      transform: translateY(0);
      box-shadow:
        0 12px 24px rgba(245,166,35,.26),
        0 0 18px rgba(245,166,35,.14),
        inset 0 1px 0 rgba(255,255,255,.34) !important;
    }
    .plan .btn.btn-gold {
      width: 100%;
      min-height: 58px;
      border-radius: 18px;
      font-size: 18px;
      font-weight: 950;
      letter-spacing: -.02em;
      margin-top: auto;
    }
    #como-funciona .step-num {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 76px;
      height: 52px;
      padding: 0 22px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,.24);
      background: linear-gradient(180deg, #FFC95C 0%, #F5A623 58%, #EA9910 100%) !important;
      color: #081730 !important;
      font-size: 21px !important;
      font-weight: 950 !important;
      letter-spacing: -.02em;
      box-shadow:
        0 16px 34px rgba(245,166,35,.28),
        0 0 26px rgba(245,166,35,.18),
        inset 0 1px 0 rgba(255,255,255,.38) !important;
      overflow: hidden;
      isolation: isolate;
      transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
    }
    #como-funciona .step-num::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 54%);
      pointer-events: none;
      z-index: -1;
    }
    #como-funciona .step-card:hover .step-num {
      transform: translateY(-2px);
      box-shadow:
        0 22px 44px rgba(245,166,35,.34),
        0 0 32px rgba(245,166,35,.22),
        inset 0 1px 0 rgba(255,255,255,.42) !important;
      filter: brightness(1.02);
    }



    /* ===== Ajuste solicitado: fundo hero em cada card de Como Funciona ===== */
    #como-funciona .step-card {
      background: linear-gradient(180deg, rgba(5, 18, 52, 0.74) 0%, rgba(6, 28, 84, 0.82) 100%);
      border: 1px solid rgba(255,255,255,.16);
      box-shadow: 0 24px 44px rgba(4, 16, 44, .16), inset 0 1px 0 rgba(255,255,255,.05);
      color: #fff;
    }
    #como-funciona .step-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: 1;
      background:
        linear-gradient(180deg, rgba(4, 18, 51, .58) 0%, rgba(4, 18, 51, .78) 100%),
        url("/manus-storage/carpivara-asset-02-f3b535f93820_ff798ea7.png");
      background-size: cover, cover;
      background-position: center, center;
      background-repeat: no-repeat, no-repeat;
      filter: saturate(1.02) contrast(1.02);
    }
    #como-funciona .step-card::after {
      color: rgba(255,255,255,.10);
      font-size: 112px;
      right: 18px;
      bottom: 8px;
    }
    #como-funciona .step-card > * {
      position: relative;
      z-index: 1;
    }
    #como-funciona .step-card h3 {
      color: #ffffff !important;
      margin: 0 0 14px;
      font-size: 25px;
      letter-spacing: -.02em;
    }
    #como-funciona .step-card p {
      color: rgba(255,255,255,.84) !important;
      font-size: 17px;
      line-height: 1.65;
      max-width: 95%;
    }


    /* ===== Tela gerada após consulta da placa ===== */
    .result-page {
      display: none;
      background: #f4f7fb;
      color: #09283a;
      overflow: hidden;
    }
    body.result-active .hero {
      min-height: auto;
      padding-bottom: 0;
    }
    body.result-active .hero-grid,
    body.result-active #como-funciona,
    body.result-active #planos,
    body.result-active #duvidas,
    body.result-active #cta-final {
      display: none !important;
    }
    body.result-active .result-page { display: block; }

    .result-page .container { width: min(1280px, calc(100% - 40px)); }
    .result-hero-panel {
      position: relative;
      padding: 48px 0 58px;
      background: linear-gradient(180deg, #f8fafc 0%, #eef4f8 100%);
      border-bottom: 1px solid rgba(8, 34, 52, .06);
    }
    .result-title {
      max-width: 900px;
      margin: 0 auto 34px;
      text-align: center;
    }
    .result-title .label {
      background: rgba(245,166,35,.13);
      color: #7a4b00;
      border-color: rgba(245,166,35,.24);
      margin-bottom: 16px;
    }
    .result-title h2 {
      margin: 0 0 14px;
      font-size: clamp(32px, 4vw, 48px);
      line-height: 1.03;
      letter-spacing: -.04em;
      color: #082738;
      font-weight: 950;
    }
    .result-title p {
      margin: 0 auto;
      max-width: 720px;
      font-size: clamp(18px, 2vw, 23px);
      line-height: 1.32;
      color: rgba(8,39,56,.84);
    }
    .vehicle-result-card {
      position: relative;
      display: grid;
      grid-template-columns: 200px minmax(0, 1fr);
      gap: 40px;
      align-items: start;
      padding: 50px 48px;
      border-radius: 30px;
      background: rgba(255,255,255,.88);
      border: 1px solid rgba(8, 34, 52, .08);
      box-shadow: 0 30px 70px rgba(7, 31, 51, .10);
      overflow: hidden;
      isolation: isolate;
    }
    .vehicle-result-card::before {
      content: "";
      position: absolute;
      inset: -1px;
      background: radial-gradient(circle at 5% 15%, rgba(245,166,35,.16), transparent 30%), radial-gradient(circle at 80% 100%, rgba(48,151,211,.14), transparent 32%);
      z-index: -1;
    }
    .vehicle-side {
      display: grid;
      place-items: center;
      text-align: center;
      gap: 14px;
    }

    .plate-label-small {
      display: block;
      margin-bottom: 8px;
      font-size: 14px;
      font-weight: 900;
      color: #0a2d40;
    }
    .plate-value-large {
      display: block;
      font-size: 28px;
      font-weight: 950;
      letter-spacing: .02em;
      color: #09283a;
    }
    .vehicle-fields {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 28px 32px;
    }
    .vehicle-info-field {
      min-width: 0;
    }
    .vehicle-info-field.wide { grid-column: span 2; }
    .vehicle-info-field.full { grid-column: span 4; }
    .vehicle-info-field label {
      display: block;
      margin: 0 0 8px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: .04em;
      font-weight: 850;
      color: rgba(8,39,56,.75);
    }
    .masked-box {
      display: flex;
      align-items: center;
      min-height: 58px;
      padding: 0 20px;
      border-radius: 8px;
      background: #eef0f2;
      color: #0a2d40;
      font-size: 22px;
      font-weight: 900;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .masked-box.muted { color: #9aa3ad; font-size: 0; }
    .masked-box.muted::after {
      content: "";
      display: block;
      width: 100%;
      height: 18px;
      border-radius: 4px;
      background: linear-gradient(90deg, rgba(0,0,0,.04), rgba(0,0,0,.09), rgba(0,0,0,.04));
      animation: resultSkeleton 1.8s ease-in-out infinite;
    }
    .vehicle-small-link {
      grid-column: span 4;
      margin-top: 8px;
      font-size: 13px;
      color: rgba(8,39,56,.78);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .vehicle-small-link a { color: #168fd5; font-weight: 800; text-decoration: none; }
    .unlock-side {
      display: flex;
      justify-content: center;
      align-items: center;
      grid-column: 1 / -1;
      margin-top: 12px;
    }
    .btn-unlock {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 56px;
      padding: 0 42px;
      border-radius: 12px;
      border: 2px solid #2199dc;
      color: #168fd5;
      background: rgba(255,255,255,.70);
      font-size: 16px;
      font-weight: 900;
      text-decoration: none;
      transition: .24s ease;
      white-space: nowrap;
      animation: pulseButton 2s ease-in-out infinite;
    }
    .btn-unlock:hover {
      color: #fff;
      background: #168fd5;
      transform: translateY(-3px);
      box-shadow: 0 16px 30px rgba(22,143,213,.20);
      animation: none;
    }
    @keyframes pulseButton {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.05); }
    }

    .compare-section {
      padding: 60px 0 70px;
      background: #fff;
    }
    .compare-intro {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 28px;
      margin-bottom: 26px;
    }
    .compare-intro h2 {
      margin: 0 0 10px;
      font-size: clamp(28px, 3.2vw, 42px);
      letter-spacing: -.04em;
      color: #082738;
    }
    .compare-intro p { margin: 0; max-width: 590px; color: rgba(8,39,56,.72); font-size: 17px; line-height: 1.45; }
    .discount-callout {
      flex: 0 0 auto;
      max-width: 290px;
      padding: 16px 18px;
      border-radius: 18px;
      background: rgba(245,166,35,.13);
      border: 1px solid rgba(245,166,35,.25);
      color: #09283a;
      font-weight: 900;
      line-height: 1.28;
    }
    .discount-callout strong { color: #168fd5; }
    .comparison-card {
      border: 1px solid rgba(33,153,220,.20);
      border-radius: 26px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 28px 70px rgba(7, 31, 51, .08);
    }
    .compare-grid {
      display: grid;
      grid-template-columns: minmax(270px, 1.7fr) repeat(3, minmax(160px, 1fr));
      align-items: stretch;
    }
    .compare-cell {
      min-height: 48px;
      display: flex;
      align-items: center;
      padding: 12px 18px;
      border-bottom: 1px solid rgba(8,34,52,.06);
      color: #17384a;
      font-size: 14px;
    }
    .compare-cell.feature-name { gap: 12px; font-weight: 750; }
    .compare-cell.feature-name .ico {
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      background: #edf4f8;
      font-size: 15px;
      flex: 0 0 auto;
    }
    .compare-cell.center { justify-content: center; text-align: center; font-weight: 850; }
    .compare-head {
      min-height: 104px;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: #fff;
      color: #09283a;
      border-bottom: 0;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .02em;
    }
    .compare-head.discovery {
      position: relative;
      min-height: 130px;
      background: linear-gradient(180deg, #2da0db 0%, #168fd5 100%);
      color: #fff;
      flex-direction: column;
      gap: 12px;
      box-shadow: inset 1px 0 0 rgba(255,255,255,.25);
    }
    .winner-ribbon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      font-weight: 950;
      color: #fff;
      background: rgba(0,0,0,.12);
    }
    .mini-report-icon {
      width: 60px;
      height: 38px;
      border-radius: 7px;
      background: #fff;
      box-shadow: 0 10px 20px rgba(0,0,0,.12);
      position: relative;
      margin-top: 12px;
    }
    .mini-report-icon::before,
    .mini-report-icon::after {
      content: "";
      position: absolute;
      left: 12px;
      right: 12px;
      height: 4px;
      border-radius: 999px;
      background: #e8edf2;
    }
    .mini-report-icon::before { top: 12px; }
    .mini-report-icon::after { top: 22px; background: #f15f7e; }
    .compare-grid .stripe { background: #f1f1f1; }
    .check { color: #1e9ada; font-size: 20px; line-height: 1; }
    .dash { color: #aab2ba; }
    .note-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 25px;
      padding: 0 12px;
      border-radius: 7px;
      background: rgba(33,153,220,.10);
      color: #168fd5;
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .price-row .compare-cell {
      min-height: 145px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      gap: 8px;
      background: #f2f2f2;
      border-bottom: 0;
    }
    .price-row .from-price {
      color: #a5a8ad;
      text-decoration: line-through;
      font-size: 13px;
      font-weight: 800;
    }
    .price-row strong {
      color: #2098d7;
      font-size: 38px;
      letter-spacing: -.04em;
      line-height: .9;
    }
    .price-row strong small { font-size: 15px; color: #09283a; }
    .price-row .buy-plan {
      margin-top: 8px;
      min-width: 140px;
      min-height: 45px;
      border-radius: 10px;
      border: 2px solid #229bdd;
      background: transparent;
      color: #168fd5;
      font-weight: 900;
      cursor: pointer;
      transition: .22s ease;
    }
    .price-row .buy-plan:hover,
    .price-row .buy-plan.active {
      background: #168fd5;
      color: #fff;
      transform: translateY(-2px);
    }
    .model-link {
      display: inline-block;
      color: #0c6c9e;
      font-size: 12px;
      line-height: 1.25;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .payment-section {
      padding: 64px 0 76px;
      background: #f6f4fb;
    }
    .payment-title {
      text-align: center;
      margin-bottom: 34px;
    }
    .payment-title h2 {
      margin: 0 0 8px;
      font-size: clamp(30px, 3.2vw, 42px);
      color: #161b28;
      letter-spacing: -.04em;
    }
    .payment-title p {
      margin: 0;
      font-size: 18px;
      color: #6f7582;
      font-weight: 800;
    }
    .payment-title .plate-highlight { color: #7d59df; }
    .payment-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 340px;
      gap: 28px;
      max-width: 1020px;
      margin: 0 auto;
    }
    .pay-box, .order-summary {
      background: #fff;
      border: 1px solid rgba(20,30,46,.10);
      border-radius: 12px;
      box-shadow: 0 14px 34px rgba(20,30,46,.06);
    }
    .pay-tabs {
      display: grid;
      grid-template-columns: 1fr 1fr;
      overflow: hidden;
      border-radius: 12px 12px 0 0;
      border-bottom: 1px solid rgba(20,30,46,.10);
    }
    .pay-tab {
      min-height: 46px;
      border: 0;
      background: #fff;
      color: #4f5664;
      font-weight: 900;
      cursor: pointer;
      font-size: 15px;
    }
    .pay-tab.active { background: #7d59df; color: #fff; }
    .pay-content { padding: 26px; }
    .pay-status {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
      color: #7d59df;
      font-weight: 900;
      font-size: 16px;
    }
    .spinner-dot {
      width: 17px;
      height: 17px;
      border-radius: 50%;
      border: 2px solid rgba(125,89,223,.20);
      border-top-color: #7d59df;
      animation: resultSpin .9s linear infinite;
    }
    .pix-grid {
      display: grid;
      grid-template-columns: 178px 1fr;
      gap: 26px;
      align-items: center;
    }
    .fake-qr {
      width: 178px;
      height: 178px;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid #e5e7eb;
      background: #fff;
    }
    .pix-instruction { color: #505867; font-size: 15px; font-weight: 700; line-height: 1.45; }
    .pix-code {
      margin: 12px 0;
      min-height: 38px;
      display: flex;
      align-items: center;
      padding: 0 14px;
      border-radius: 8px;
      background: #f6f7fa;
      border: 1px solid #e4e7ed;
      color: #687080;
      font-size: 13px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .copy-pix {
      width: 100%;
      min-height: 46px;
      border: 0;
      border-radius: 8px;
      background: #7d59df;
      color: #fff;
      font-weight: 950;
      font-size: 15px;
      cursor: pointer;
      box-shadow: 0 14px 24px rgba(125,89,223,.20);
    }
    .validity { margin-top: 12px; color: #8a90a0; font-size: 13px; font-weight: 800; }
    .validity strong { color: #7d59df; }
    .credit-panel { display: none; }
    .credit-panel.active, .pix-panel.active { display: block; }
    .pix-panel { display: none; }
    .credit-form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    .credit-form-grid label { color: #555d6b; font-size: 13px; font-weight: 850; }
    .credit-form-grid input {
      width: 100%;
      margin-top: 6px;
      min-height: 42px;
      border-radius: 8px;
      border: 1px solid #e1e5eb;
      background: #f8fafc;
      padding: 0 12px;
      font: inherit;
    }
    .credit-form-grid .full { grid-column: 1 / -1; }
    .summary-inner { padding: 26px 20px 20px; }
    .summary-inner h3 { margin: 0 0 18px; color: #1b2230; font-size: 17px; }
    .summary-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin: 0 0 13px;
      color: #8a90a0;
      font-weight: 800;
    }
    .summary-row strong { color: #343a46; text-align: right; }
    .summary-row .edit { color: #7d59df; text-decoration: none; font-size: 13px; }
    .summary-divider { height: 1px; background: #edf0f4; margin: 16px 0; }
    .summary-row.discount strong { color: #0b923e; }
    .summary-row.total { align-items: baseline; margin-top: 14px; }
    .summary-row.total strong { color: #7d59df; font-size: 22px; }
    .summary-method { color: #9aa0ad; font-weight: 800; font-size: 13px; margin-top: -4px; }
    .trust-badges {
      display: flex;
      justify-content: center;
      gap: 12px;
      padding-top: 16px;
      margin-top: 18px;
      border-top: 1px solid #edf0f4;
    }
    .trust-badge {
      min-width: 100px;
      min-height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      border-radius: 4px;
      border: 1px solid #b6dd7a;
      color: #397d10;
      font-size: 10px;
      font-weight: 950;
      background: #f7fff0;
      text-align: center;
    }
    .trust-badge.google { color: #7b6600; border-color: #d5d97a; background: #fffff2; }
    .trust-badge .circle { width: 20px; height: 20px; border-radius: 50%; background:#168a2f; color:#fff; display:inline-flex; align-items:center; justify-content:center; font-size:12px; }
    .trust-badge.google .circle { background:#fff; color:#4285f4; font-size:16px; }

    @keyframes resultSkeleton {
      0%,100% { opacity: .55; }
      50% { opacity: 1; }
    }
    @keyframes resultSpin { to { transform: rotate(360deg); } }
    @keyframes skeletonPulse {
      0%, 100% { opacity: 0.6; }
      50% { opacity: 1; }
    }
    .skeleton-loader {
      background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
      background-size: 200% 100%;
      animation: skeletonPulse 1.5s ease-in-out infinite;
      border-radius: 8px;
      height: 20px;
    }
    .skeleton-loader.large {
      height: 40px;
    }
    .skeleton-loader.circle {
      border-radius: 50%;
      width: 120px;
      height: 120px;
    }

    @media (max-width: 1080px) {
      .vehicle-result-card { grid-template-columns: 1fr; text-align: center; gap: 32px; padding: 40px 36px; }
      .vehicle-side { justify-content: center; }
      .unlock-side { justify-content: center; grid-column: 1; }
      .vehicle-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 28px; }
      .vehicle-info-field.wide { grid-column: span 2; }
      .vehicle-small-link { grid-column: span 3; }
      .payment-layout { grid-template-columns: 1fr; }
      .order-summary { max-width: 480px; width: 100%; margin: 0 auto; }
      .compare-grid { grid-template-columns: minmax(230px, 1.3fr) repeat(3, minmax(145px, 1fr)); overflow-x: auto; }
      .comparison-card { overflow-x: auto; }
      .compare-grid { min-width: 850px; }
    }
    @media (max-width: 720px) {
      .result-page .container { width: min(100%, calc(100% - 24px)); }
      .result-hero-panel { padding: 24px 0 32px; }
      .result-title { margin-bottom: 20px; }
      .result-title h2 { font-size: 24px; line-height: 1.3; }
      .result-title p { font-size: 14px; }
      .vehicle-result-card { padding: 20px 16px; border-radius: 20px; gap: 20px; grid-template-columns: 1fr; }
      .vehicle-result-card::before { display: none; }
      .vehicle-side { justify-content: center; text-align: center; gap: 12px; }
      .plate-label-small { font-size: 12px; margin-bottom: 6px; }
      .plate-value-large { font-size: 24px; }
      .vehicle-fields { grid-template-columns: repeat(2, 1fr); gap: 14px 16px; text-align: left; }
      .vehicle-info-field { min-width: 0; }
      .vehicle-info-field.wide, .vehicle-small-link { grid-column: span 1; }
      .vehicle-info-field label { font-size: 10px; margin-bottom: 6px; }
      .masked-box { min-height: 48px; padding: 0 14px; font-size: 16px; border-radius: 6px; }
      .vehicle-small-link { grid-column: span 2; font-size: 12px; margin-top: 6px; }
      .unlock-side { grid-column: 1; margin-top: 12px; }
      .btn-unlock { padding: 0 24px; min-height: 48px; font-size: 14px; border-radius: 10px; }
      .compare-intro { display: block; }
      .discount-callout { margin-top: 18px; max-width: none; }
      .pix-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
      .pay-content { padding: 22px 16px; }
      .credit-form-grid { grid-template-columns: 1fr; }
      .trust-badges { flex-wrap: wrap; }
    }
    @media (max-width: 480px) {
      .result-hero-panel { padding: 16px 0 24px; }
      .result-title h2 { font-size: 20px; }
      .result-title p { font-size: 13px; }
      .vehicle-result-card { padding: 16px 12px; gap: 16px; }
      .vehicle-side { gap: 10px; }
      .plate-label-small { font-size: 11px; }
      .plate-value-large { font-size: 20px; }
      .vehicle-fields { grid-template-columns: 1fr; gap: 12px 14px; }
      .vehicle-info-field label { font-size: 9px; margin-bottom: 4px; }
      .masked-box { min-height: 44px; padding: 0 12px; font-size: 14px; }
      .vehicle-small-link { grid-column: span 1; font-size: 11px; }
      .btn-unlock { padding: 0 20px; min-height: 44px; font-size: 13px; }
    }


    /* Ajustes solicitados: textos, tabela de consultas e fluxo de pagamento */
    .result-title .success-blink {
      margin: 0 0 14px;
      font-size: clamp(36px, 4.8vw, 62px);
      line-height: 1.02;
      letter-spacing: -.045em;
      color: #f5a623;
      font-weight: 950;
      text-shadow: 0 0 18px rgba(245,166,35,.34), 0 10px 30px rgba(245,166,35,.18);
      animation: successBlink 2.2s ease-in-out infinite;
    }
    @keyframes successBlink {
      0%, 100% { opacity: 1; filter: drop-shadow(0 0 0 rgba(245,166,35,0)); transform: scale(1); }
      50% { opacity: .68; filter: drop-shadow(0 0 16px rgba(245,166,35,.52)); transform: scale(1.012); }
    }
    .compare-head.discovery {
      min-height: 104px;
      padding-top: 12px;
    }
    .price-row .compare-cell strong {
      margin-top: 0;
    }
    .payment-layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 22px;
      max-width: 980px;
      margin: 0 auto;
    }
    .order-summary.data-form-card {
      width: 100%;
      max-width: none;
      margin: 0 auto;
      overflow: hidden;
    }
    .summary-inner.data-form-inner {
      padding: 28px;
    }
    .summary-inner.data-form-inner h3 {
      font-size: 24px;
      margin-bottom: 20px;
      color: #161b28;
    }
    .customer-form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .customer-form-grid label {
      display: grid;
      gap: 7px;
      color: #555d6b;
      font-size: 13px;
      font-weight: 900;
    }
    .customer-form-grid label.full { grid-column: 1 / -1; }
    .customer-form-grid input,
    .customer-form-grid select {
      width: 100%;
      min-height: 48px;
      border-radius: 10px;
      border: 1px solid #e1e5eb;
      background: #f8fafc;
      color: #1b2230;
      padding: 0 14px;
      font: inherit;
      font-weight: 800;
      outline: none;
      transition: .2s ease;
    }
    .customer-form-grid input:focus,
    .customer-form-grid select:focus {
      border-color: #7d59df;
      box-shadow: 0 0 0 4px rgba(125,89,223,.12);
      background: #fff;
    }
    .total-preview {
      min-height: 48px;
      border-radius: 10px;
      border: 1px solid rgba(125,89,223,.20);
      background: linear-gradient(135deg, rgba(125,89,223,.08), rgba(245,166,35,.10));
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
      color: #6f7582;
      font-weight: 900;
    }
    .total-preview strong {
      color: #7d59df;
      font-size: 22px;
    }
    .pay-now-btn {
      min-height: 52px;
      border: 0;
      border-radius: 11px;
      background: linear-gradient(135deg, #7d59df 0%, #5d39c8 100%);
      color: #fff;
      font-weight: 950;
      font-size: 17px;
      cursor: pointer;
      box-shadow: 0 18px 34px rgba(125,89,223,.24);
      transition: .22s ease;
    }
    .pay-now-btn:hover { transform: translateY(-2px); box-shadow: 0 22px 40px rgba(125,89,223,.30); }
    .payment-options {
      display: none;
      overflow: hidden;
    }
    .payment-options.generated { display: block; }
    .payment-generated-note {
      display: none;
      margin: 0 0 16px;
      padding: 12px 14px;
      border-radius: 10px;
      background: rgba(16,146,62,.08);
      color: #0b923e;
      font-weight: 900;
      border: 1px solid rgba(16,146,62,.16);
    }
    .payment-options.generated .payment-generated-note { display: block; }
    .pay-box.payment-options {
      width: 100%;
    }
    @media (max-width: 720px) {
      .customer-form-grid { grid-template-columns: 1fr; }
      .summary-inner.data-form-inner { padding: 22px 16px; }
    }



    /* Ajuste dos cards de créditos */
    .plans.packages .price.credit-price {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
      margin: 20px 0 16px;
    }
    .plans.packages .price.credit-price strong {
      font-size: clamp(34px, 2.6vw, 42px);
      line-height: .92;
    }
    .plans.packages .price.credit-price span {
      font-size: 14px;
      line-height: 1.1;
      font-weight: 950;
      color: rgba(11,29,58,.56);
    }
    .plans.packages .credit-name {
      min-height: 56px;
    }

