:root {
      --navy: #061d42;
      --navy-2: #092a5a;
      --blue: #155ede;
      --blue-2: #267cff;
      --blue-soft: #e8f2ff;
      --green: #22c55e;
      --green-2: #17a348;
      --text: #061d42;
      --muted: #52627a;
      --light: #f4f9ff;
      --white: #ffffff;
      --line: #dce8f6;
      --shadow: 0 24px 70px rgba(9, 42, 90, .13);
      --shadow-soft: 0 14px 38px rgba(9, 42, 90, .10);
      --radius: 22px;
      --max: 1220px;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      background: #f4f9ff;
    }

    body {
      min-height: 100vh;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 82% 18%, rgba(38, 124, 255, .16), transparent 32%),
        radial-gradient(circle at 48% 28%, rgba(34, 197, 94, .08), transparent 27%),
        linear-gradient(180deg, #f4f9ff 0%, #ffffff 54%, #f2f8ff 100%);
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    .container {
      width: min(var(--max), calc(100% - 48px));
      margin: 0 auto;
    }

    .top-shell {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(246, 250, 255, .88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(220, 232, 246, .75);
    }

    .nav {
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 26px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: max-content;
    }

    .brand-mark {
      width: 58px;
      height: 42px;
      display: block;
      filter: drop-shadow(0 12px 18px rgba(21, 94, 222, .18));
    }

    .brand-text {
      display: grid;
      line-height: 1;
    }

    .brand-text strong {
      font-size: 23px;
      font-weight: 900;
      letter-spacing: -.045em;
      color: var(--navy);
    }

    .brand-text strong span {
      color: var(--blue);
      font-weight: 400;
      letter-spacing: -.035em;
    }

    .brand-text small {
      margin-top: 6px;
      color: var(--muted);
      font-size: 8px;
      font-weight: 800;
      letter-spacing: .24em;
      text-transform: uppercase;
    }



    /* Logo atualizado - V4 */
    .brand-new { gap: 0; }
    .brand-logo-card {
      min-height: 52px;
      padding: 7px 13px 7px 9px;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      border-radius: 16px;
      background: linear-gradient(135deg, #061d42 0%, #082454 100%);
      box-shadow: 0 16px 36px rgba(6,29,66,.18), inset 0 1px 0 rgba(255,255,255,.13);
      border: 1px solid rgba(255,255,255,.18);
    }
    .brand-symbol {
      width: 44px;
      height: 40px;
      display: block;
      filter: drop-shadow(0 8px 12px rgba(34,197,94,.20));
    }
    .brand-logo-text {
      display: grid;
      line-height: .92;
      letter-spacing: -.035em;
    }
    .brand-logo-text strong {
      color: #fff;
      font-size: 22px;
      font-weight: 950;
    }
    .brand-logo-text em {
      color: #d8e7ff;
      font-size: 12px;
      font-style: normal;
      font-weight: 850;
      letter-spacing: .18em;
      margin-top: 5px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 34px;
      color: #142d52;
      font-size: 13px;
      font-weight: 800;
    }

    .nav-links a {
      transition: .2s ease;
    }

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

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

    .btn {
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      border-radius: 9px;
      border: 1px solid transparent;
      padding: 0 22px;
      font-weight: 850;
      font-size: 14px;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
      white-space: nowrap;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-green {
      background: linear-gradient(135deg, var(--green), var(--green-2));
      color: #fff;
      box-shadow: 0 14px 30px rgba(34, 197, 94, .22);
    }

    .btn-outline {
      background: rgba(255,255,255,.78);
      color: var(--navy);
      border-color: #8aa7cc;
      box-shadow: 0 12px 28px rgba(9,42,90,.06);
    }

    .btn-blue {
      background: linear-gradient(135deg, var(--blue), var(--blue-2));
      color: #fff;
      box-shadow: 0 14px 30px rgba(21, 94, 222, .18);
    }

    .menu-btn {
      display: none;
      width: 46px;
      height: 46px;
      border-radius: 11px;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--navy);
      font-size: 26px;
      line-height: 1;
    }

    .hero-wrap {
      position: relative;
      overflow: hidden;
      border-radius: 0 0 34px 34px;
    }

    .hero-wrap::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 42%, rgba(255,255,255,.28) 100%),
        radial-gradient(circle at 75% 42%, rgba(21, 94, 222, .16), transparent 35%),
        radial-gradient(circle at 63% 35%, rgba(34, 197, 94, .10), transparent 26%);
      z-index: 1;
    }

    #network-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: .7;
    }



    .hero-service-backdrop {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      overflow: hidden;
    }
    .service-orb {
      position: absolute;
      min-width: 118px;
      min-height: 42px;
      padding: 0 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      background: rgba(255,255,255,.58);
      border: 1px solid rgba(206,224,245,.85);
      box-shadow: 0 18px 46px rgba(9,42,90,.10);
      color: rgba(6,29,66,.70);
      font-size: 12px;
      font-weight: 900;
      backdrop-filter: blur(12px);
      animation: serviceFloat 7s ease-in-out infinite;
      will-change: transform;
    }
    .service-orb::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--blue-2), var(--green));
      box-shadow: 0 0 0 6px rgba(21,94,222,.08);
    }
    .orb-sites { left: 6%; top: 25%; animation-delay: -.2s; }
    .orb-crm { left: 34%; top: 13%; animation-delay: -1.4s; }
    .orb-ads { left: 10%; bottom: 18%; animation-delay: -2.1s; }
    .orb-auto { right: 7%; top: 20%; animation-delay: -3.2s; }
    .orb-dados { right: 14%; bottom: 17%; animation-delay: -4.1s; }
    .orb-lojas { left: 42%; bottom: 10%; animation-delay: -5s; }

    @keyframes serviceFloat {
      0%, 100% { transform: translate3d(0,0,0); opacity: .56; }
      45% { transform: translate3d(0,-18px,0); opacity: .92; }
      70% { transform: translate3d(10px,-7px,0); opacity: .74; }
    }

    .hero-left {
      position: relative;
      padding: 30px;
      border-radius: 30px;
      background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.56));
      border: 1px solid rgba(220,232,246,.75);
      box-shadow: 0 26px 70px rgba(9,42,90,.10);
      backdrop-filter: blur(12px);
    }
    .hero-left::before {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(135deg, rgba(21,94,222,.26), rgba(34,197,94,.22), transparent 70%);
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }

    .hero {
      position: relative;
      z-index: 2;
      min-height: 675px;
      display: grid;
      grid-template-columns: 0.93fr 1.07fr;
      align-items: center;
      gap: 28px;
      padding: 76px 0 60px;
    }

    .hero-left {
      max-width: 535px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 14px;
      border-radius: 999px;
      background: #dcecff;
      color: var(--blue);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 24px;
      border: 1px solid #c9e0ff;
    }

    .hero h1 {
      font-size: clamp(42px, 5.2vw, 70px);
      line-height: .98;
      letter-spacing: -.055em;
      font-weight: 950;
      color: var(--navy);
      margin-bottom: 24px;
    }

    .hero h1 .green {
      color: var(--green-2);
    }

    .hero p {
      max-width: 470px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.55;
      margin-bottom: 26px;
    }

    .hero-actions {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      align-items: center;
    }

    .hero-visual {
      position: relative;
      min-height: 470px;
      display: grid;
      place-items: center;
    }

    .laptop-scene {
      position: relative;
      width: min(620px, 100%);
      height: 450px;
    }

    .laptop {
      position: absolute;
      left: 50%;
      top: 54%;
      width: 520px;
      height: 315px;
      transform: translate(-50%, -50%) perspective(1100px) rotateX(4deg) rotateY(-10deg);
      border-radius: 24px 24px 18px 18px;
      background: linear-gradient(145deg, #1a2b46, #07172c);
      box-shadow: 0 40px 70px rgba(9, 42, 90, .30);
      padding: 18px 18px 34px;
    }

    .laptop::after {
      content: "";
      position: absolute;
      left: -48px;
      right: -48px;
      bottom: -28px;
      height: 42px;
      border-radius: 50%;
      background: radial-gradient(ellipse, rgba(9, 42, 90, .22), transparent 68%);
      z-index: -1;
    }

    .screen {
      width: 100%;
      height: 100%;
      border-radius: 16px;
      background: #f8fbff;
      border: 6px solid #263a59;
      overflow: hidden;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.9);
    }

    .screen-top {
      height: 32px;
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 0 14px;
      background: #edf5ff;
      border-bottom: 1px solid #dce8f6;
    }

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

    .dashboard {
      padding: 18px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 13px;
    }

    .dash-card {
      min-height: 92px;
      border-radius: 16px;
      background: #fff;
      border: 1px solid #dce8f6;
      box-shadow: 0 10px 24px rgba(9,42,90,.06);
      padding: 14px;
      overflow: hidden;
    }

    .dash-title {
      height: 8px;
      width: 58%;
      border-radius: 10px;
      background: #cfe0f5;
      margin-bottom: 14px;
    }

    .bars {
      display: flex;
      align-items: end;
      gap: 8px;
      height: 48px;
    }

    .bar {
      width: 14px;
      border-radius: 8px 8px 0 0;
      background: linear-gradient(180deg, var(--blue-2), var(--blue));
    }

    .line-chart {
      height: 50px;
      border-radius: 12px;
      background:
        linear-gradient(135deg, transparent 28%, rgba(34,197,94,.18) 29%, transparent 30%),
        linear-gradient(25deg, transparent 48%, rgba(34,197,94,.22) 49%, transparent 50%),
        #f2f9ff;
      position: relative;
    }

    .line-chart svg {
      width: 100%;
      height: 100%;
    }

    .donut {
      width: 62px;
      height: 62px;
      border-radius: 50%;
      background: conic-gradient(var(--blue) 0 42%, var(--green) 42% 72%, #dbe8f8 72% 100%);
      position: relative;
      margin: auto;
    }

    .donut::after {
      content: "";
      position: absolute;
      inset: 13px;
      border-radius: 50%;
      background: #fff;
    }

    .base {
      position: absolute;
      left: 44%;
      bottom: 22px;
      width: 520px;
      height: 52px;
      transform: translateX(-50%) perspective(900px) rotateX(55deg) rotateZ(-4deg);
      border-radius: 14px 14px 38px 38px;
      background: linear-gradient(180deg, #edf1f7, #b9c6d8);
      box-shadow: 0 28px 46px rgba(9,42,90,.20);
    }

    .float-card {
      position: absolute;
      width: 96px;
      height: 112px;
      border-radius: 24px;
      background: #fff;
      border: 1px solid #dce8f6;
      box-shadow: 0 22px 42px rgba(9, 42, 90, .12);
      display: grid;
      place-items: center;
      animation: float 4s ease-in-out infinite;
    }

    .float-card svg {
      width: 48px;
      height: 48px;
    }

    .float-1 { left: 28px; top: 58px; animation-delay: -.4s; }
    .float-2 { left: 70px; bottom: 76px; animation-delay: -1.2s; }
    .float-3 { right: 44px; bottom: 40px; animation-delay: -2s; }
    .float-4 { right: 6px; top: 143px; animation-delay: -2.8s; }

    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-13px); }
    }

    .services-block {
      position: relative;
      z-index: 3;
      margin-top: -26px;
      padding-bottom: 22px;
    }

    .services-title {
      text-align: center;
      margin-bottom: 16px;
    }

    .services-title span {
      color: var(--blue);
      font-size: 10px;
      letter-spacing: .16em;
      text-transform: uppercase;
      font-weight: 900;
      display: block;
      margin-bottom: 8px;
    }

    .services-title h2 {
      color: var(--navy);
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.1;
      letter-spacing: -.035em;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 16px;
    }

    .service-card {
      min-height: 152px;
      border-radius: 14px;
      background: rgba(255, 255, 255, .96);
      border: 1px solid #e1ebf8;
      box-shadow: var(--shadow-soft);
      padding: 20px 16px;
      text-align: center;
      transition: .22s ease;
    }

    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 48px rgba(9, 42, 90, .13);
    }

    .service-icon {
      width: 44px;
      height: 44px;
      margin: 0 auto 13px;
      color: var(--blue);
      display: grid;
      place-items: center;
    }

    .service-icon svg {
      width: 38px;
      height: 38px;
      stroke-width: 2.2;
    }

    .service-card h3 {
      color: var(--navy);
      font-size: 14px;
      letter-spacing: -.02em;
      margin-bottom: 8px;
    }

    .service-card p {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.45;
    }

    .dark-benefits {
      background:
        radial-gradient(circle at 18% 0, rgba(38,124,255,.24), transparent 28%),
        linear-gradient(135deg, var(--navy), #031226);
      color: #fff;
      padding: 34px 0;
      margin-top: 0;
    }

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

    .benefit {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 14px;
      align-items: start;
    }

    .benefit-icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.20);
      background: rgba(255,255,255,.06);
      color: #93c5fd;
    }

    .benefit h3 {
      font-size: 16px;
      margin-bottom: 6px;
      letter-spacing: -.02em;
    }

    .benefit p {
      color: rgba(255,255,255,.72);
      font-size: 13px;
      line-height: 1.5;
    }

    .section {
      padding: 86px 0;
    }

    .section-head {
      max-width: 790px;
      margin-bottom: 34px;
    }

    .eyebrow {
      color: var(--blue);
      font-size: 12px;
      font-weight: 950;
      letter-spacing: .13em;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .section-head h2 {
      font-size: clamp(34px, 4vw, 56px);
      line-height: 1;
      letter-spacing: -.055em;
      color: var(--navy);
      margin-bottom: 16px;
    }

    .section-head p {
      color: var(--muted);
      font-size: 18px;
      line-height: 1.55;
    }

    .split {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 22px;
      align-items: stretch;
    }

    .panel,
    .form-card {
      border-radius: 24px;
      background: rgba(255,255,255,.92);
      border: 1px solid #dce8f6;
      box-shadow: var(--shadow);
      padding: 30px;
    }

    .panel h2 {
      font-size: clamp(30px, 3.5vw, 48px);
      line-height: 1;
      letter-spacing: -.05em;
      color: var(--navy);
      margin-bottom: 14px;
    }

    .panel p {
      color: var(--muted);
      font-size: 16px;
      line-height: 1.6;
    }

    .steps {
      display: grid;
      gap: 14px;
    }

    .step {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 14px;
      background: rgba(255,255,255,.90);
      border: 1px solid #dce8f6;
      border-radius: 18px;
      box-shadow: var(--shadow-soft);
      padding: 18px;
    }

    .step-num {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: #e8f2ff;
      color: var(--blue);
      font-weight: 950;
    }

    .step h3 {
      color: var(--navy);
      font-size: 17px;
      margin-bottom: 5px;
    }

    .step p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .form-wrap {
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: 22px;
      align-items: start;
    }

    .privacy {
      margin-top: 18px;
      border-radius: 18px;
      border: 1px solid #dce8f6;
      background: #f8fbff;
      padding: 18px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .privacy strong {
      color: var(--navy);
      display: block;
      margin-bottom: 10px;
      font-size: 15px;
    }

    .field-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .field {
      display: grid;
      gap: 8px;
      margin-bottom: 14px;
    }

    .field.full {
      grid-column: 1 / -1;
    }

    label {
      font-size: 13px;
      font-weight: 850;
      color: #274260;
    }

    input,
    select,
    textarea {
      width: 100%;
      min-height: 48px;
      border-radius: 12px;
      border: 1px solid #cddcee;
      background: #fff;
      color: var(--navy);
      padding: 0 14px;
      outline: none;
      transition: .18s ease;
    }

    textarea {
      min-height: 112px;
      padding: 14px;
      resize: vertical;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: var(--blue);
      box-shadow: 0 0 0 4px rgba(21, 94, 222, .10);
    }

    .consent {
      display: flex;
      gap: 10px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
      margin: 2px 0 16px;
    }

    .consent input {
      width: 18px;
      height: 18px;
      min-height: 18px;
      accent-color: var(--blue);
      margin-top: 1px;
    }

    .form-message {
      margin-top: 12px;
      min-height: 20px;
      color: var(--muted);
      font-size: 14px;
    }

    .form-message.ok {
      color: #047857;
    }

    .form-message.error {
      color: #b42318;
    }

    .honeypot {
      display: none !important;
    }

    .floating-whatsapp {
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 60;
      width: 58px;
      height: 58px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--green), var(--green-2));
      color: #fff;
      box-shadow: 0 20px 50px rgba(34,197,94,.28);
      border: 1px solid rgba(255,255,255,.55);
    }

    .mobile-cta {
      display: none;
      position: fixed;
      left: 12px;
      right: 12px;
      bottom: 12px;
      min-height: 54px;
      border-radius: 12px;
      z-index: 58;
      background: linear-gradient(135deg, var(--green), var(--green-2));
      color: #fff;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      box-shadow: 0 18px 38px rgba(34,197,94,.26);
    }

    footer {
      padding: 36px 0 90px;
      border-top: 1px solid #dce8f6;
      color: var(--muted);
      font-size: 13px;
      background: #fff;
    }

    .footer-grid {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 14px;
    }

    .reveal {
      opacity: 0;
      transform: translateY(20px);
      transition: .65s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }


    .about-section {
      background:
        radial-gradient(circle at 12% 18%, rgba(21,94,222,.08), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(34,197,94,.07), transparent 28%);
    }

    .about-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-bottom: 18px;
    }

    .about-card {
      min-height: 230px;
      border-radius: 20px;
      background: rgba(255,255,255,.92);
      border: 1px solid #dce8f6;
      box-shadow: var(--shadow-soft);
      padding: 22px;
      position: relative;
      overflow: hidden;
    }

    .about-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 20% 0, rgba(21,94,222,.08), transparent 42%);
      pointer-events: none;
    }

    .about-card > * {
      position: relative;
      z-index: 1;
    }

    .about-card h3 {
      color: var(--navy);
      font-size: 20px;
      letter-spacing: -.035em;
      margin-bottom: 12px;
    }

    .about-card p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.58;
    }

    .instagram-card {
      background:
        radial-gradient(circle at 20% 0, rgba(34,197,94,.13), transparent 38%),
        linear-gradient(180deg, #ffffff, #f8fbff);
    }

    .instagram-link {
      margin-top: 16px;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--blue), var(--green));
      color: #fff;
      font-weight: 900;
      box-shadow: 0 14px 30px rgba(21,94,222,.18);
    }

    .about-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      border-radius: 22px;
      background: linear-gradient(135deg, var(--navy), #082654);
      color: #fff;
      padding: 20px;
      box-shadow: var(--shadow);
    }

    .about-strip div {
      padding: 10px;
    }

    .about-strip strong {
      display: block;
      font-size: 15px;
      margin-bottom: 8px;
    }

    .about-strip span {
      display: block;
      color: rgba(255,255,255,.76);
      font-size: 13px;
      line-height: 1.45;
    }


    .btn-premium {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #061d42 0%, #155ede 55%, #22c55e 100%);
      color: #fff;
      border: 1px solid rgba(255,255,255,.28);
      box-shadow: 0 18px 42px rgba(21, 94, 222, .24), inset 0 1px 0 rgba(255,255,255,.22);
    }


    .btn-premium,
    .btn-premium:visited,
    .btn-premium:hover,
    .btn-premium:focus {
      text-decoration: none !important;
      border-bottom: 0 !important;
      outline-color: rgba(21,94,222,.35);
    }
    .btn-premium {
      border: 0 !important;
      border-radius: 13px;
      isolation: isolate;
      background: linear-gradient(135deg, #082454 0%, #155ede 58%, #22c55e 100%);
      box-shadow: 0 18px 42px rgba(21, 94, 222, .24), inset 0 1px 0 rgba(255,255,255,.24);
    }
    .btn-premium::after {
      content: "";
      position: absolute;
      inset: 1px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,.22);
      pointer-events: none;
      z-index: 0;
    }

    .btn-premium::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.24) 45%, transparent 70%);
      transform: translateX(-120%);
      transition: transform .65s ease;
    }

    .btn-premium:hover::before {
      transform: translateX(120%);
    }

    .btn-premium > * {
      position: relative;
      z-index: 1;
    }

    .btn-premium .arrow {
      font-size: 18px;
      transition: transform .2s ease;
    }

    .btn-premium:hover .arrow {
      transform: translateX(4px);
    }

    .hero-proof {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: -8px 0 26px;
    }

    .proof-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 34px;
      padding: 0 13px;
      border-radius: 999px;
      background: rgba(255,255,255,.82);
      border: 1px solid #dce8f6;
      color: #274260;
      font-size: 12px;
      font-weight: 850;
      box-shadow: 0 10px 24px rgba(9,42,90,.06);
    }

    .proof-pill::before {
      content: "✓";
      width: 18px;
      height: 18px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(34,197,94,.12);
      color: var(--green-2);
      font-size: 11px;
      font-weight: 950;
    }

    .bar {
      animation: barFloat 2.8s ease-in-out infinite;
      transform-origin: bottom;
    }

    .bar:nth-child(1) { animation-delay: 0s; }
    .bar:nth-child(2) { animation-delay: .2s; }
    .bar:nth-child(3) { animation-delay: .4s; }
    .bar:nth-child(4) { animation-delay: .6s; }
    .bar:nth-child(5) { animation-delay: .8s; }

    @keyframes barFloat {
      0%, 100% { transform: scaleY(1); opacity: .94; }
      50% { transform: scaleY(1.18); opacity: 1; }
    }

    .line-chart svg path {
      stroke-dasharray: 320;
      stroke-dashoffset: 320;
      animation: drawLine 3.2s ease-in-out infinite;
    }

    @keyframes drawLine {
      0% { stroke-dashoffset: 320; opacity: .55; }
      45%, 70% { stroke-dashoffset: 0; opacity: 1; }
      100% { stroke-dashoffset: -320; opacity: .55; }
    }

    .donut {
      animation: donutPulse 2.8s ease-in-out infinite;
    }

    @keyframes donutPulse {
      0%, 100% { box-shadow: 0 0 0 rgba(21, 94, 222, 0); transform: scale(1); }
      50% { box-shadow: 0 0 22px rgba(21, 94, 222, .18); transform: scale(1.04); }
    }

    .partners-section {
      padding: 56px 0 20px;
      background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(244,249,255,.86));
    }

    .partners-box {
      border-radius: 28px;
      border: 1px solid #dce8f6;
      background: rgba(255,255,255,.92);
      box-shadow: var(--shadow-soft);
      padding: 28px;
    }

    .partners-head {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: end;
      margin-bottom: 22px;
    }

    .partners-head h2 {
      font-size: clamp(26px, 3vw, 40px);
      line-height: 1;
      letter-spacing: -.045em;
      color: var(--navy);
    }

    .partners-head p {
      max-width: 480px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.55;
    }

    .partner-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .partner-card {
      min-height: 116px;
      border-radius: 20px;
      background: #f8fbff;
      border: 1px solid #dce8f6;
      padding: 18px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .partner-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 38px rgba(9,42,90,.09);
    }

    .partner-card strong {
      color: var(--navy);
      font-size: 17px;
      letter-spacing: -.02em;
    }

    .partner-card span {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.4;
    }

    .trust-section {
      padding: 76px 0;
      background: #fff;
    }

    .trust-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 22px;
      align-items: stretch;
    }

    .trust-panel {
      border-radius: 26px;
      padding: 30px;
      background: linear-gradient(135deg, var(--navy), #082654);
      color: #fff;
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .trust-panel::after {
      content: "";
      position: absolute;
      right: -80px;
      top: -80px;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(34,197,94,.16);
    }

    .trust-panel h2 {
      position: relative;
      z-index: 1;
      font-size: clamp(30px, 3.8vw, 52px);
      line-height: 1;
      letter-spacing: -.055em;
      margin-bottom: 14px;
    }

    .trust-panel p {
      position: relative;
      z-index: 1;
      color: rgba(255,255,255,.76);
      font-size: 16px;
      line-height: 1.6;
    }

    .trust-cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .trust-card {
      border-radius: 22px;
      background: rgba(255,255,255,.94);
      border: 1px solid #dce8f6;
      box-shadow: var(--shadow-soft);
      padding: 22px;
    }

    .trust-card .check {
      width: 42px;
      height: 42px;
      border-radius: 15px;
      display: grid;
      place-items: center;
      background: #e8f2ff;
      color: var(--blue);
      font-weight: 950;
      margin-bottom: 14px;
    }

    .trust-card h3 {
      font-size: 18px;
      color: var(--navy);
      letter-spacing: -.025em;
      margin-bottom: 8px;
    }

    .trust-card p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.55;
    }

    .security-note {
      margin-top: 18px;
      border-radius: 22px;
      border: 1px solid #dce8f6;
      background: #f8fbff;
      padding: 18px 20px;
      display: flex;
      align-items: center;
      gap: 14px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .security-note strong {
      color: var(--navy);
    }

    .security-note .lock {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      background: rgba(34,197,94,.12);
      color: var(--green-2);
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      font-size: 22px;
    }



    /* Ajustes de autoridade visual, movimento e seção de diagnóstico */
    .hero-wrap {
      background:
        radial-gradient(circle at 18% 18%, rgba(21,94,222,.12), transparent 26%),
        radial-gradient(circle at 76% 26%, rgba(34,197,94,.10), transparent 30%),
        linear-gradient(135deg, #f8fbff, #eef6ff 48%, #ffffff);
    }

    .laptop {
      animation: laptopBreath 5.6s ease-in-out infinite;
    }

    @keyframes laptopBreath {
      0%, 100% { transform: translate(-50%, -50%) perspective(1100px) rotateX(4deg) rotateY(-10deg) translateY(0); }
      50% { transform: translate(-50%, -50%) perspective(1100px) rotateX(4deg) rotateY(-10deg) translateY(-8px); }
    }

    .dashboard .dash-card {
      position: relative;
      isolation: isolate;
    }

    .dashboard .dash-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, transparent, rgba(21,94,222,.07), transparent);
      transform: translateX(-120%);
      animation: cardScan 4.2s ease-in-out infinite;
      z-index: -1;
    }

    .dashboard .dash-card:nth-child(2)::after { animation-delay: .5s; }
    .dashboard .dash-card:nth-child(3)::after { animation-delay: 1s; }
    .dashboard .dash-card:nth-child(4)::after { animation-delay: 1.5s; }

    @keyframes cardScan {
      0%, 42% { transform: translateX(-120%); }
      68%, 100% { transform: translateX(120%); }
    }

    .bar {
      animation: barLive 1.65s ease-in-out infinite;
      will-change: height, transform;
    }

    .bar:nth-child(1) { animation-delay: 0s; }
    .bar:nth-child(2) { animation-delay: .15s; }
    .bar:nth-child(3) { animation-delay: .3s; }
    .bar:nth-child(4) { animation-delay: .45s; }
    .bar:nth-child(5) { animation-delay: .6s; }

    @keyframes barLive {
      0%, 100% { transform: scaleY(.86); filter: brightness(.96); }
      50% { transform: scaleY(1.24); filter: brightness(1.08); }
    }

    .line-chart svg path {
      stroke-dasharray: 320;
      stroke-dashoffset: 320;
      animation: drawLine 2.8s ease-in-out infinite;
    }

    .donut {
      animation: donutLive 3.2s ease-in-out infinite;
    }

    @keyframes donutLive {
      0%, 100% {
        transform: rotate(0deg) scale(1);
        box-shadow: 0 0 0 rgba(21, 94, 222, 0);
      }
      50% {
        transform: rotate(9deg) scale(1.06);
        box-shadow: 0 0 24px rgba(21, 94, 222, .20);
      }
    }

    .partner-grid-extended {
      grid-template-columns: repeat(5, 1fr);
    }

    .partner-card {
      background:
        radial-gradient(circle at 20% 0, rgba(21,94,222,.08), transparent 42%),
        linear-gradient(180deg, #ffffff, #f8fbff);
    }

    .partner-real {
      border-color: rgba(34,197,94,.34);
      box-shadow: 0 16px 38px rgba(34,197,94,.10);
    }

    .partner-kicker {
      width: max-content;
      display: inline-flex;
      min-height: 24px;
      align-items: center;
      padding: 0 10px;
      border-radius: 999px;
      background: #e8f2ff;
      color: var(--blue);
      font-size: 10px !important;
      font-weight: 950;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .partner-real .partner-kicker {
      background: rgba(34,197,94,.13);
      color: #0f7a38;
    }

    .diagnostic-section {
      position: relative;
      padding: 92px 0;
      overflow: hidden;
      background:
        radial-gradient(circle at 10% 0, rgba(21,94,222,.12), transparent 30%),
        radial-gradient(circle at 90% 20%, rgba(34,197,94,.11), transparent 34%),
        linear-gradient(135deg, #061d42 0%, #082654 52%, #f4f9ff 52%, #ffffff 100%);
    }

    .diagnostic-section::before {
      content: "";
      position: absolute;
      inset: 24px;
      border-radius: 34px;
      border: 1px solid rgba(255,255,255,.18);
      pointer-events: none;
    }

    .diagnostic-shell {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 24px;
      align-items: stretch;
      border-radius: 32px;
      padding: 24px;
      background: rgba(255,255,255,.16);
      border: 1px solid rgba(255,255,255,.28);
      box-shadow: 0 32px 90px rgba(3,18,38,.22);
      backdrop-filter: blur(16px);
    }

    .diagnostic-copy {
      border-radius: 26px;
      padding: clamp(26px, 4vw, 42px);
      background:
        radial-gradient(circle at 90% 10%, rgba(34,197,94,.18), transparent 36%),
        linear-gradient(145deg, rgba(6,29,66,.96), rgba(8,38,84,.96));
      color: #fff;
      overflow: hidden;
      position: relative;
    }

    .diagnostic-copy::after {
      content: "";
      position: absolute;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      right: -80px;
      bottom: -90px;
      background: rgba(38,124,255,.20);
    }

    .diagnostic-copy > * {
      position: relative;
      z-index: 1;
    }

    .diagnostic-copy .eyebrow {
      color: #93c5fd;
    }

    .diagnostic-copy h2 {
      font-size: clamp(32px, 4vw, 54px);
      line-height: 1;
      letter-spacing: -.055em;
      margin-bottom: 16px;
    }

    .diagnostic-copy p {
      color: rgba(255,255,255,.78);
      font-size: 17px;
      line-height: 1.6;
      max-width: 520px;
    }

    .diagnostic-highlights {
      display: grid;
      gap: 12px;
      margin: 24px 0;
    }

    .diagnostic-highlights div {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 12px;
      align-items: center;
      padding: 14px;
      border-radius: 18px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
    }

    .diagnostic-highlights strong {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: rgba(34,197,94,.18);
      color: #86efac;
      font-size: 13px;
    }

    .diagnostic-highlights span {
      color: rgba(255,255,255,.86);
      font-weight: 800;
      font-size: 14px;
    }

    .privacy-dark {
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.78);
      border-color: rgba(255,255,255,.16);
    }

    .privacy-dark strong {
      color: #fff;
    }

    .diagnostic-form-card {
      border-radius: 26px;
      padding: clamp(22px, 3vw, 34px);
      background:
        radial-gradient(circle at 100% 0, rgba(21,94,222,.10), transparent 36%),
        linear-gradient(180deg, #ffffff, #f8fbff);
      border: 1px solid rgba(220,232,246,.95);
      box-shadow: 0 26px 70px rgba(3,18,38,.18);
    }

    .diagnostic-form-card label {
      color: #17385f;
    }

    .diagnostic-form-card input,
    .diagnostic-form-card select,
    .diagnostic-form-card textarea {
      border-radius: 14px;
      border-color: #c8d9ef;
      background: rgba(255,255,255,.96);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
    }

    .diagnostic-form-card textarea {
      min-height: 132px;
    }

    @media (max-width: 1100px) {
      .service-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .about-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .partner-grid-extended {
        grid-template-columns: repeat(2, 1fr);
      }

      .diagnostic-shell {
        grid-template-columns: 1fr;
      }

      .diagnostic-section {
        background: linear-gradient(180deg, #061d42 0%, #082654 46%, #f4f9ff 46%, #ffffff 100%);
      }

      .partner-grid,
      .trust-cards {
        grid-template-columns: repeat(2, 1fr);
      }

      .trust-grid {
        grid-template-columns: 1fr;
      }

      .about-strip {
        grid-template-columns: 1fr;
      }

  

    .hero-service-backdrop {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      overflow: hidden;
    }
    .service-orb {
      position: absolute;
      min-width: 118px;
      min-height: 42px;
      padding: 0 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      background: rgba(255,255,255,.58);
      border: 1px solid rgba(206,224,245,.85);
      box-shadow: 0 18px 46px rgba(9,42,90,.10);
      color: rgba(6,29,66,.70);
      font-size: 12px;
      font-weight: 900;
      backdrop-filter: blur(12px);
      animation: serviceFloat 7s ease-in-out infinite;
      will-change: transform;
    }
    .service-orb::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--blue-2), var(--green));
      box-shadow: 0 0 0 6px rgba(21,94,222,.08);
    }
    .orb-sites { left: 6%; top: 25%; animation-delay: -.2s; }
    .orb-crm { left: 34%; top: 13%; animation-delay: -1.4s; }
    .orb-ads { left: 10%; bottom: 18%; animation-delay: -2.1s; }
    .orb-auto { right: 7%; top: 20%; animation-delay: -3.2s; }
    .orb-dados { right: 14%; bottom: 17%; animation-delay: -4.1s; }
    .orb-lojas { left: 42%; bottom: 10%; animation-delay: -5s; }

    @keyframes serviceFloat {
      0%, 100% { transform: translate3d(0,0,0); opacity: .56; }
      45% { transform: translate3d(0,-18px,0); opacity: .92; }
      70% { transform: translate3d(10px,-7px,0); opacity: .74; }
    }

    .hero-left {
      position: relative;
      padding: 30px;
      border-radius: 30px;
      background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.56));
      border: 1px solid rgba(220,232,246,.75);
      box-shadow: 0 26px 70px rgba(9,42,90,.10);
      backdrop-filter: blur(12px);
    }
    .hero-left::before {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(135deg, rgba(21,94,222,.26), rgba(34,197,94,.22), transparent 70%);
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }

    .hero {
        grid-template-columns: 1fr;
        text-align: left;
      }

      .hero-left {
        max-width: 680px;
      }

      .hero-visual {
        min-height: 430px;
      }
    }

    @media (max-width: 900px) {
      .nav-links,
      .nav-actions .btn {
        display: none;
      }

      .menu-btn {
        display: block;
      }

      .nav-links.active {
        position: absolute;
        top: 84px;
        left: 24px;
        right: 24px;
        display: grid;
        gap: 8px;
        background: #fff;
        border: 1px solid #dce8f6;
        border-radius: 18px;
        box-shadow: var(--shadow);
        padding: 14px;
      }

      .nav-links.active a {
        padding: 13px 12px;
        border-radius: 12px;
        background: #f4f9ff;
      }

      .benefit-grid,
      .split,
      .form-wrap {
        grid-template-columns: 1fr;
      }

      .partners-head {
        align-items: start;
        flex-direction: column;
      }
    }

    @media (max-width: 680px) {
      .container {
        width: min(var(--max), calc(100% - 28px));
      }

      .nav {
        height: 70px;
      }

      .brand-mark {
        width: 48px;
        height: 36px;
      }

      .brand-text strong {
        font-size: 19px;
      }

      .brand-text small {
        font-size: 7px;
      }

  

    .hero-service-backdrop {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      overflow: hidden;
    }
    .service-orb {
      position: absolute;
      min-width: 118px;
      min-height: 42px;
      padding: 0 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      background: rgba(255,255,255,.58);
      border: 1px solid rgba(206,224,245,.85);
      box-shadow: 0 18px 46px rgba(9,42,90,.10);
      color: rgba(6,29,66,.70);
      font-size: 12px;
      font-weight: 900;
      backdrop-filter: blur(12px);
      animation: serviceFloat 7s ease-in-out infinite;
      will-change: transform;
    }
    .service-orb::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--blue-2), var(--green));
      box-shadow: 0 0 0 6px rgba(21,94,222,.08);
    }
    .orb-sites { left: 6%; top: 25%; animation-delay: -.2s; }
    .orb-crm { left: 34%; top: 13%; animation-delay: -1.4s; }
    .orb-ads { left: 10%; bottom: 18%; animation-delay: -2.1s; }
    .orb-auto { right: 7%; top: 20%; animation-delay: -3.2s; }
    .orb-dados { right: 14%; bottom: 17%; animation-delay: -4.1s; }
    .orb-lojas { left: 42%; bottom: 10%; animation-delay: -5s; }

    @keyframes serviceFloat {
      0%, 100% { transform: translate3d(0,0,0); opacity: .56; }
      45% { transform: translate3d(0,-18px,0); opacity: .92; }
      70% { transform: translate3d(10px,-7px,0); opacity: .74; }
    }

    .hero-left {
      position: relative;
      padding: 30px;
      border-radius: 30px;
      background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.56));
      border: 1px solid rgba(220,232,246,.75);
      box-shadow: 0 26px 70px rgba(9,42,90,.10);
      backdrop-filter: blur(12px);
    }
    .hero-left::before {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(135deg, rgba(21,94,222,.26), rgba(34,197,94,.22), transparent 70%);
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }

    .hero {
        min-height: auto;
        padding: 54px 0 30px;
      }

      .hero h1 {
        font-size: clamp(38px, 12vw, 56px);
      }

      .hero p {
        font-size: 16px;
      }

      .hero-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .hero-actions .btn {
        width: 100%;
      }

      .hero-visual {
        min-height: 355px;
      }

      .laptop-scene {
        height: 340px;
      }

      .laptop {
        width: 350px;
        height: 222px;
      }

      .base {
        width: 350px;
        bottom: 42px;
      }

      .float-card {
        width: 70px;
        height: 84px;
        border-radius: 18px;
      }

      .float-card svg {
        width: 36px;
        height: 36px;
      }

      .float-1 { left: 0; top: 42px; }
      .float-2 { left: 12px; bottom: 60px; }
      .float-3 { right: 8px; bottom: 50px; }
      .float-4 { right: -4px; top: 96px; }

      .service-grid {
        grid-template-columns: 1fr 1fr;
      }

      .service-card {
        min-height: 148px;
      }

      .field-grid {
        grid-template-columns: 1fr;
      }

      .about-grid,
      .partner-grid,
      .trust-cards {
        grid-template-columns: 1fr;
      }

      .contact-box-card {
        padding: 20px;
      }

      .contact-box-message {
        min-height: 220px;
      }

      .floating-whatsapp {
        display: none;
      }

      .mobile-cta {
        display: flex;
      }

      footer {
        padding-bottom: 86px;
      }
    }

    @media (max-width: 420px) {
      .service-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
      }
    }

    /* Movimento reforçado do notebook - V3 */
    .screen { position: relative; }
    .screen::after {
      content: "";
      position: absolute;
      inset: 32px 0 0 0;
      pointer-events: none;
      background: linear-gradient(120deg, transparent 0%, rgba(21,94,222,.06) 48%, transparent 68%);
      transform: translateX(-110%);
      animation: screenScanner 3.8s ease-in-out infinite;
    }

    @keyframes screenScanner {
      0%, 30% { transform: translateX(-110%); }
      70%, 100% { transform: translateX(110%); }
    }

    .dashboard .bar {
      transition: height .75s cubic-bezier(.2,.8,.2,1), filter .35s ease;
      animation: barGlow 1.8s ease-in-out infinite;
      transform-origin: bottom;
    }

    @keyframes barGlow {
      0%, 100% { filter: brightness(.98); }
      50% { filter: brightness(1.18); }
    }

    .line-chart svg path {
      transition: d .9s ease, stroke-width .35s ease;
      filter: drop-shadow(0 3px 5px rgba(34,197,94,.18));
    }

    .donut {
      transition: background .8s ease, transform .8s ease;
    }

    .dash-title {
      position: relative;
      overflow: hidden;
    }

    .dash-title::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent);
      animation: titlePulse 2.2s ease-in-out infinite;
    }

    @keyframes titlePulse {
      0% { transform: translateX(-120%); }
      100% { transform: translateX(120%); }
    }

  

    /* V5 refinements: smoother charts, aligned proof pills, stronger section boxes */
    .hero-proof {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      max-width: 460px;
      margin: 0 0 28px;
    }

    .proof-pill {
      min-height: 48px;
      padding: 0 16px;
      justify-content: flex-start;
      border-radius: 16px;
      font-size: 13px;
      white-space: nowrap;
      background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(241,247,255,.96));
      box-shadow: 0 14px 28px rgba(9,42,90,.08);
    }

    .proof-pill::before {
      flex: 0 0 18px;
    }

    .boxed-section {
      padding-top: 42px;
      padding-bottom: 42px;
    }

    .boxed-section > .container {
      position: relative;
      overflow: hidden;
      border-radius: 34px;
      padding: clamp(28px, 4vw, 42px);
      border: 1px solid rgba(220,232,246,.92);
      box-shadow: 0 30px 70px rgba(6,29,66,.11);
      isolation: isolate;
    }

    .boxed-section > .container::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,249,255,.97));
    }

    .boxed-section > .container::after {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      right: -120px;
      top: -160px;
      border-radius: 50%;
      z-index: -1;
      background: radial-gradient(circle, rgba(21,94,222,.12), transparent 68%);
      pointer-events: none;
    }

    .boxed-section-light > .container {
      background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,248,255,.96));
    }

    .boxed-section-dark > .container {
      background: linear-gradient(135deg, rgba(247,251,255,.98), rgba(236,244,255,.96));
    }

    .boxed-section-diagnostic > .container {
      background: linear-gradient(145deg, rgba(5,21,46,.98), rgba(9,33,72,.94));
      border-color: rgba(255,255,255,.12);
      box-shadow: 0 36px 90px rgba(3,18,38,.22);
    }

    .boxed-section-diagnostic > .container::before {
      background:
        radial-gradient(circle at 10% 15%, rgba(34,197,94,.18), transparent 30%),
        radial-gradient(circle at 86% 16%, rgba(21,94,222,.22), transparent 32%),
        linear-gradient(145deg, rgba(5,21,46,.98), rgba(9,33,72,.94));
    }

    .boxed-section-diagnostic > .container::after {
      width: 380px;
      height: 380px;
      right: -80px;
      top: auto;
      bottom: -160px;
      background: radial-gradient(circle, rgba(34,197,94,.16), transparent 68%);
    }

    .boxed-section .section-head {
      margin-bottom: 26px;
    }

    .boxed-section .section-head p {
      max-width: 760px;
    }

    .trust-grid,
    .about-grid,
    .partner-grid,
    .service-grid,
    .diagnostic-highlights,
    .steps {
      position: relative;
      z-index: 1;
    }

    .diagnostic-shell {
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.16);
      box-shadow: 0 30px 90px rgba(3,18,38,.18);
      padding: 28px;
    }

    .diagnostic-form-card {
      border-radius: 28px;
      background: linear-gradient(180deg, #ffffff, #f7fbff);
      border: 1px solid rgba(220,232,246,.92);
      box-shadow: 0 22px 52px rgba(6,29,66,.14);
    }

    .privacy-dark {
      border: 1px solid rgba(255,255,255,.12);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    }

    .dashboard .bar,
    .bar {
      animation: none !important;
      transition: height .18s linear, filter .28s ease;
      will-change: height;
      transform-origin: bottom;
    }

    .line-chart svg path {
      animation: none !important;
      transition: none !important;
      stroke-dasharray: none !important;
      stroke-dashoffset: 0 !important;
      filter: drop-shadow(0 3px 5px rgba(34,197,94,.18));
    }

    .donut {
      animation: none !important;
      transition: background .2s linear, transform .35s ease;
    }

    .btn-premium {
      border: none;
      box-shadow: 0 18px 42px rgba(21, 94, 222, .22), inset 0 1px 0 rgba(255,255,255,.18);
    }

    .btn-premium::after {
      display: none;
    }

    @media (max-width: 820px) {
      .hero-proof {
        grid-template-columns: 1fr;
        max-width: 100%;
      }

      .boxed-section > .container {
        padding: 24px;
        border-radius: 28px;
      }
    }


/* Organização V6: logo oficial em imagem */
.brand-new {
  gap: 0;
}

.brand-logo-card {
  width: 166px;
  min-height: 58px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(6,29,66,.12);
  border: 1px solid rgba(220,232,246,.95);
  overflow: hidden;
}

.brand-logo-image {
  width: 156px;
  height: auto;
  display: block;
}

@media (max-width: 680px) {
  .brand-logo-card {
    width: 138px;
    min-height: 50px;
    border-radius: 15px;
  }

  .brand-logo-image {
    width: 130px;
  }
}


/* Correção V6.1: logo do cabeçalho sem distorção/corte */
.brand-logo-card {
  width: 214px !important;
  height: 66px !important;
  min-height: 66px !important;
  padding: 8px 12px !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(220,232,246,.85) !important;
  overflow: visible !important;
}

.brand-logo-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 680px) {
  .brand-logo-card {
    width: 174px !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 7px 9px !important;
  }
}

@media (max-width: 390px) {
  .brand-logo-card {
    width: 154px !important;
    height: 52px !important;
    min-height: 52px !important;
  }
}


/* V6.3 - classes auxiliares para reduzir estilos inline e melhorar compatibilidade com CSP */
.noscript-warning {
  padding: 12px 18px;
  background: #061d42;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
}

.bar-h-18 { height: 18px; }
.bar-h-22 { height: 22px; }
.bar-h-28 { height: 28px; }
.bar-h-31 { height: 31px; }
.bar-h-34 { height: 34px; }
.bar-h-35 { height: 35px; }
.bar-h-44 { height: 44px; }
.bar-h-45 { height: 45px; }
.bar-h-52 { height: 52px; }
.bar-green { background: #22c55e; }
.eyebrow-light { color: #93c5fd; }
.btn-full { width: 100%; }


/* V6.5 - Correção mobile da área de diagnóstico */
@media (max-width: 680px) {
  .diagnostic-section {
    padding: 42px 0 48px;
  }

  .boxed-section-diagnostic > .container {
    width: min(var(--max), calc(100% - 18px));
    padding: 12px;
    border-radius: 26px;
  }

  .diagnostic-section::before {
    inset: 10px;
    border-radius: 24px;
  }

  .diagnostic-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255,255,255,.10);
  }

  .diagnostic-copy {
    padding: 22px 16px;
    border-radius: 22px;
  }

  .diagnostic-copy h2 {
    font-size: clamp(29px, 9vw, 36px);
    line-height: 1.05;
    letter-spacing: -.038em;
    margin-bottom: 12px;
  }

  .diagnostic-copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .diagnostic-highlights {
    gap: 10px;
    margin: 18px 0;
  }

  .diagnostic-highlights div {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 15px;
    align-items: center;
    min-width: 0;
  }

  .diagnostic-highlights strong {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 12px;
  }

  .diagnostic-highlights span {
    min-width: 0;
    font-size: 13px;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .privacy,
  .privacy-dark {
    padding: 14px;
    border-radius: 16px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .diagnostic-form-card {
    margin-top: 0;
    padding: 18px 14px;
    border-radius: 22px;
  }

  .diagnostic-form-card .field-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .diagnostic-form-card .field {
    margin-bottom: 12px;
  }

  .diagnostic-form-card input,
  .diagnostic-form-card select,
  .diagnostic-form-card textarea {
    min-height: 46px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }

  .diagnostic-form-card textarea {
    min-height: 118px;
  }

  .diagnostic-form-card .btn {
    width: 100%;
    min-height: 50px;
    padding-left: 14px;
    padding-right: 14px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .boxed-section-diagnostic > .container {
    width: min(var(--max), calc(100% - 14px));
    padding: 10px;
  }

  .diagnostic-shell {
    padding: 10px;
  }

  .diagnostic-copy {
    padding: 20px 14px;
  }

  .diagnostic-highlights div {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 11px;
  }

  .diagnostic-highlights strong {
    width: 32px;
    height: 32px;
  }

  .diagnostic-form-card {
    padding: 16px 12px;
  }
}


/* V6.6 - Rodapé premium e divisão visual mais profissional */
body {
  background:
    radial-gradient(circle at 82% 18%, rgba(38, 124, 255, .14), transparent 32%),
    radial-gradient(circle at 48% 28%, rgba(34, 197, 94, .08), transparent 27%),
    linear-gradient(180deg, #f4f9ff 0%, #ffffff 33%, #eef6ff 67%, #ffffff 100%);
}

.services-block {
  background: linear-gradient(180deg, rgba(244,249,255,.35), rgba(255,255,255,.98));
}

.trust-section {
  background:
    radial-gradient(circle at 10% 15%, rgba(21,94,222,.07), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.dark-benefits {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), inset 0 -1px 0 rgba(255,255,255,.08);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 64px 0 96px;
  border-top: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(38,124,255,.22), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(34,197,94,.17), transparent 30%),
    linear-gradient(135deg, #061d42 0%, #082654 56%, #031226 100%);
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr .72fr .72fr 1.05fr;
  gap: 26px;
  align-items: start;
}

.footer-brand-block,
.footer-contact-card,
.footer-column {
  min-width: 0;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
}

.footer-brand img {
  width: min(230px, 100%);
  height: auto;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
  display: block;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.18));
}

.footer-brand-block p {
  max-width: 430px;
  color: rgba(255,255,255,.72);
  line-height: 1.68;
  margin-bottom: 18px;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 800;
}

.footer-column h3,
.footer-contact-card h3 {
  color: #fff;
  font-size: 16px;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}

.footer-column {
  display: grid;
  gap: 10px;
}

.footer-column a {
  color: rgba(255,255,255,.70);
  font-size: 13px;
  transition: color .18s ease, transform .18s ease;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-contact-card {
  border-radius: 24px;
  padding: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 22px 52px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
}

.footer-contact-card p {
  color: rgba(255,255,255,.70);
  line-height: 1.58;
  margin-bottom: 16px;
}

.footer-whatsapp {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(34,197,94,.20);
}

.footer-contact-card small {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.56);
  line-height: 1.45;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255,255,255,.56);
  font-size: 12px;
}

@media (max-width: 1050px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .site-footer {
    padding: 44px 0 96px;
  }

  .site-footer::before {
    inset: 10px;
    border-radius: 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-brand img {
    width: min(210px, 100%);
    max-height: 58px;
  }

  .footer-contact-card {
    padding: 20px;
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
  }
}


/* V6.7 - Footer corrigido: compacto, sem logo gigante e responsivo */
.site-footer.site-footer-clean {
  position: relative;
  overflow: hidden;
  padding: 38px 0 86px;
  background:
    radial-gradient(circle at 8% 0%, rgba(21,94,222,.12), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(34,197,94,.10), transparent 26%),
    linear-gradient(135deg, #061d42 0%, #082654 58%, #031226 100%);
  color: rgba(255,255,255,.78);
  border-top: 1px solid rgba(255,255,255,.08);
}

.site-footer.site-footer-clean::before {
  display: none;
}

.footer-clean-wrap {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(260px, .9fr) minmax(220px, .8fr);
  gap: 28px;
  align-items: start;
}

.footer-clean-brand strong {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
  margin-bottom: 12px;
}

.footer-clean-brand strong span {
  color: #93c5fd;
  font-weight: 750;
  letter-spacing: -.025em;
}

.footer-clean-brand p {
  max-width: 460px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.62;
}

.footer-clean-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
}

.footer-clean-links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.80);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.footer-clean-links a:hover {
  color: #fff;
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
}

.footer-clean-contact {
  min-width: 0;
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.11);
}

.footer-clean-contact span {
  color: rgba(255,255,255,.70);
  font-size: 13px;
  font-weight: 800;
}

.footer-clean-contact a {
  width: 100%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(34,197,94,.18);
}

.footer-clean-bottom {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.52);
  font-size: 12px;
}

@media (max-width: 900px) {
  .footer-clean-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-clean-links {
    gap: 8px;
  }

  .footer-clean-contact {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .site-footer.site-footer-clean {
    padding: 32px 0 88px;
  }

  .footer-clean-wrap {
    gap: 18px;
  }

  .footer-clean-brand strong {
    font-size: 20px;
  }

  .footer-clean-brand p {
    font-size: 13px;
    line-height: 1.55;
  }

  .footer-clean-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-clean-links a {
    width: 100%;
    justify-content: center;
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .footer-clean-contact {
    padding: 16px;
    border-radius: 18px;
  }

  .footer-clean-bottom {
    display: grid;
    gap: 8px;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.45;
  }
}

@media (max-width: 360px) {
  .footer-clean-links {
    grid-template-columns: 1fr;
  }
}
