@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400&display=swap");

    :root {
      --font-main: "Outfit", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
      --black: #030405;
      --black-2: #080b0f;
      --white: #f7f8fa;
      --muted: #9aa5b1;
      --muted-2: #d8dde3;
      --blue: #00a6e8;
      --blue-2: #0067ff;
      --deep-blue: #102638;
      --line: rgba(255, 255, 255, .14);
      --glass: rgba(255, 255, 255, .06);
      --glass-2: rgba(255, 255, 255, .10);
      --radius-xl: 34px;
      --radius-lg: 24px;
      --radius-md: 18px;
      --shadow: 0 30px 120px rgba(0, 166, 232, .18);
      --max: 1180px;
    }

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

    html { scroll-behavior: smooth; overflow-x: hidden; }

    body {
      font-family: var(--font-main);
      font-weight: 300;
      background: var(--black);
      color: var(--white);
      overflow-x: hidden;
    }

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

    .page {
      min-height: 100vh;
      background:
        radial-gradient(circle at 78% 6%, rgba(0, 166, 232, .28), transparent 30%),
        radial-gradient(circle at 8% 22%, rgba(255, 255, 255, .08), transparent 26%),
        linear-gradient(180deg, #030405 0%, #061018 48%, #030405 100%);
    }

    .nav {
      position: fixed;
      inset: 0 0 auto 0;
      z-index: 50;
      backdrop-filter: blur(18px);
      background: rgba(3, 4, 5, .55);
      border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .nav-inner {
      max-width: var(--max);
      margin: 0 auto;
      height: 76px;
      padding: 0 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 300;
      letter-spacing: -.04em;
      font-size: 28px;
    }

    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      background: #fff;
      color: #061018;
      font-weight: 300;
      transform: skew(-8deg);
    }

    .brand span small {
      display: block;
      font-size: 10px;
      font-weight: 300;
      color: var(--muted);
      letter-spacing: .04em;
      margin-top: -4px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
      color: rgba(255, 255, 255, .76);
      font-size: 13px;
    }

    .nav-cta {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .btn {
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 999px;
      padding: 12px 18px;
      font-size: 13px;
      font-weight: 300;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: .25s ease;
      cursor: pointer;
      background: rgba(255, 255, 255, .05);
    }

    .btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.36); }

    .btn-primary {
      background: linear-gradient(135deg, var(--blue), var(--blue-2));
      border-color: transparent;
      box-shadow: 0 18px 45px rgba(0, 103, 255, .28);
    }

    .btn-dark {
      background: #fff;
      color: #030405;
      border-color: transparent;
    }

    .hero {
      position: relative;
      max-width: var(--max);
      margin: 0 auto;
      padding: 150px 24px 88px;
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: 54px;
      align-items: center;
      min-height: 860px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: rgba(255,255,255,.76);
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.05);
      border-radius: 999px;
      padding: 9px 13px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .16em;
      margin-bottom: 28px;
    }

    .pulse {
      width: 8px;
      height: 8px;
      border-radius: 99px;
      background: var(--blue);
      box-shadow: 0 0 0 8px rgba(0, 166, 232, .16);
    }

    h1 {
      font-size: clamp(52px, 7vw, 96px);
      line-height: .92;
      letter-spacing: -.075em;
      max-width: 720px;
      font-weight: 300;
    }

    .hero h1 em {
      font-style: normal;
      color: transparent;
      -webkit-text-stroke: 1px rgba(255, 255, 255, .55);
    }

    .hero-copy {
      color: rgba(255,255,255,.68);
      font-size: 18px;
      line-height: 1.6;
      max-width: 590px;
      margin: 28px 0 34px;
    }

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

    .trust-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      max-width: 600px;
      margin-top: 44px;
    }

    .trust-item {
      padding: 18px;
      border-radius: 20px;
      border: 1px solid rgba(255,255,255,.1);
      background: rgba(255,255,255,.04);
    }

    .trust-item strong { display: block; font-size: 25px; letter-spacing: -.04em; }
    .trust-item span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.35; }

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

    .orb {
      position: absolute;
      width: 520px;
      height: 520px;
      border-radius: 999px;
      background:
        radial-gradient(circle at 36% 28%, rgba(255,255,255,.18), transparent 18%),
        radial-gradient(circle at 63% 71%, rgba(0,166,232,.32), transparent 24%),
        linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: inset 0 0 90px rgba(255,255,255,.07), 0 80px 200px rgba(0,0,0,.42);
      filter: drop-shadow(0 40px 100px rgba(0,166,232,.16));
    }

    .rings {
      position: absolute;
      width: 520px;
      height: 520px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.18);
      animation: rotate 24s linear infinite;
    }

    .rings:before,
    .rings:after {
      content: "";
      position: absolute;
      inset: 45px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.12);
    }

    .rings:after { inset: 108px; border-color: rgba(0,166,232,.25); }

    @keyframes rotate { to { transform: rotate(360deg); } }

    .center-card {
      position: relative;
      z-index: 2;
      width: min(430px, 90vw);
      padding: 34px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(3, 4, 5, .58);
      backdrop-filter: blur(24px);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
    }

    .center-card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 34px;
    }

    .badge-azul {
      color: #fff;
      border-radius: 999px;
      padding: 10px 13px;
      background: linear-gradient(135deg, #00a6e8, #0067ff);
      font-weight: 300;
      font-size: 13px;
      letter-spacing: .02em;
    }

    .node {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px;
      border-radius: 20px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.12);
      margin-top: 12px;
    }

    .node-icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.1);
      font-weight: 300;
    }

    .node strong { display: block; font-size: 15px; }
    .node span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }

    .floating-card {
      position: absolute;
      z-index: 3;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.09);
      backdrop-filter: blur(20px);
      padding: 18px;
      box-shadow: 0 30px 90px rgba(0,0,0,.25);
    }

    .float-a { left: 6%; bottom: 82px; width: 210px; }
    .float-b { right: 2%; top: 92px; width: 190px; }
    .floating-card strong { display: block; font-size: 28px; letter-spacing: -.04em; }
    .floating-card span { color: var(--muted-2); font-size: 12px; line-height: 1.35; display: block; margin-top: 7px; }

    .white-section {
      background: #f3f5f7;
      color: #07090d;
      position: relative;
    }

    .section {
      max-width: var(--max);
      margin: 0 auto;
      padding: 110px 24px;
    }

    .section-header {
      text-align: center;
      max-width: 780px;
      margin: 0 auto 54px;
    }

    .section-header.left { text-align: left; margin-left: 0; }

    .label {
      color: var(--blue-2);
      text-transform: uppercase;
      letter-spacing: .22em;
      font-size: 12px;
      font-weight: 300;
      margin-bottom: 18px;
    }

    h2 {
      font-size: clamp(38px, 5vw, 68px);
      line-height: .96;
      letter-spacing: -.065em;
      font-weight: 300;
    }

    .section-header p {
      color: #66717c;
      margin-top: 22px;
      font-size: 17px;
      line-height: 1.55;
    }

    .feature-banner {
      position: relative;
      overflow: hidden;
      min-height: 420px;
      border-radius: var(--radius-xl);
      background:
        radial-gradient(circle at 74% 26%, rgba(255,255,255,.38), transparent 20%),
        linear-gradient(135deg, #0067ff, #00a6e8);
      padding: 48px;
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      align-items: end;
      color: #fff;
      box-shadow: 0 40px 120px rgba(0, 103, 255, .22);
    }

    .feature-banner:before {
      content: "";
      position: absolute;
      width: 640px;
      height: 640px;
      right: -120px;
      top: -220px;
      border-radius: 120px;
      transform: rotate(28deg);
      background:
        linear-gradient(90deg, rgba(255,255,255,.28), rgba(255,255,255,.02));
      opacity: .75;
    }

    .tile-cloud {
      position: relative;
      min-height: 360px;
      z-index: 1;
    }

    .pay-tile {
      position: absolute;
      width: 154px;
      height: 104px;
      display: grid;
      place-items: center;
      text-align: center;
      border-radius: 24px;
      background: rgba(255,255,255,.88);
      color: #0d1a25;
      font-weight: 300;
      box-shadow: 0 30px 80px rgba(0,0,0,.14);
      transform: rotate(-17deg);
      letter-spacing: -.04em;
    }

    .pay-tile:nth-child(1) { right: 340px; top: 12px; }
    .pay-tile:nth-child(2) { right: 180px; top: 56px; transform: rotate(17deg); }
    .pay-tile:nth-child(3) { right: 20px; top: 120px; transform: rotate(-10deg); }
    .pay-tile:nth-child(4) { right: 300px; top: 170px; transform: rotate(12deg); }
    .pay-tile:nth-child(5) { right: 115px; top: 220px; transform: rotate(-17deg); }

    .banner-copy { position: relative; z-index: 2; }
    .banner-copy h3 { font-size: 34px; line-height: 1; letter-spacing: -.04em; max-width: 380px; }
    .banner-copy p { color: rgba(255,255,255,.76); margin-top: 18px; line-height: 1.5; max-width: 390px; }

    .cards-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      margin-top: 24px;
    }

    .white-card {
      border: 1px solid #dfe5ea;
      border-radius: 28px;
      padding: 30px;
      background: #fff;
      min-height: 260px;
      box-shadow: 0 24px 80px rgba(8, 20, 34, .06);
    }

    .white-card h3 { font-size: 25px; letter-spacing: -.045em; line-height: 1.03; }
    .white-card p { color: #69747f; line-height: 1.5; margin-top: 14px; }
    .white-card .number { font-size: 13px; color: var(--blue-2); font-weight: 300; margin-bottom: 48px; }

    .dark-section {
      background:
        radial-gradient(circle at 18% 14%, rgba(0, 166, 232, .18), transparent 28%),
        radial-gradient(circle at 90% 70%, rgba(255,255,255,.08), transparent 24%),
        #030405;
    }

    .split {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 64px;
      align-items: center;
    }

    .dark-section .section-header p { color: rgba(255,255,255,.62); }

    .problem-list {
      display: grid;
      gap: 14px;
    }

    .problem-item {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      padding: 22px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 24px;
      background: rgba(255,255,255,.05);
    }

    .problem-item b {
      min-width: 38px;
      height: 38px;
      border-radius: 13px;
      display: grid;
      place-items: center;
      background: rgba(0,166,232,.14);
      color: var(--blue);
    }

    .problem-item strong { display: block; font-size: 19px; letter-spacing: -.03em; }
    .problem-item span { color: rgba(255,255,255,.58); display: block; margin-top: 6px; line-height: 1.45; }

    .model-wrap {
      position: relative;
      min-height: 640px;
      display: grid;
      place-items: center;
    }

    .model-circle {
      position: absolute;
      width: 460px;
      height: 460px;
      border: 1px solid rgba(255,255,255,.17);
      border-radius: 999px;
    }

    .model-circle:before,
    .model-circle:after {
      content: "";
      position: absolute;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 999px;
    }

    .model-circle:before { inset: 70px; }
    .model-circle:after { inset: 140px; border-color: rgba(0,166,232,.26); }

    .model-core {
      position: relative;
      z-index: 2;
      width: 150px;
      height: 150px;
      border-radius: 42px;
      display: grid;
      place-items: center;
      background: #fff;
      color: #030405;
      font-size: 58px;
      font-weight: 300;
      box-shadow: 0 30px 120px rgba(0,166,232,.2);
      transform: skew(-6deg);
    }

    .model-step {
      position: absolute;
      z-index: 3;
      width: 250px;
      padding: 20px;
      border-radius: 24px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.12);
      backdrop-filter: blur(18px);
    }

    .model-step strong { display: block; font-size: 24px; color: var(--blue); }
    .model-step span { display: block; margin-top: 8px; color: rgba(255,255,255,.68); line-height: 1.4; }
    .s1 { left: 0; top: 90px; }
    .s2 { right: 0; top: 70px; }
    .s3 { right: 10px; bottom: 105px; }
    .s4 { left: 30px; bottom: 80px; }

    .pillars {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
      margin-top: 40px;
    }

    .pillar {
      border-radius: 26px;
      padding: 30px;
      color: #fff;
      min-height: 185px;
      background: linear-gradient(135deg, #4192c9, #27607e);
    }

    .pillar:nth-child(2) { background: linear-gradient(135deg, #335b72, #173244); }
    .pillar h3 { font-size: 28px; letter-spacing: -.04em; }
    .pillar p { margin-top: 12px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.35; }


    .pillar {
      position: relative;
      overflow: hidden;
      padding-right: 132px;
    }

    .pillar-icon {
      position: absolute;
      right: 30px;
      top: 30px;
      width: 76px;
      height: 76px;
      border-radius: 24px;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,.16);
      border: 1px solid rgba(255,255,255,.24);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 18px 45px rgba(0,0,0,.12);
      color: rgba(255,255,255,.92);
    }

    .pillar-icon svg {
      width: 42px;
      height: 42px;
      stroke: currentColor;
      stroke-width: 1.7;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .pillar-icon:after {
      content: "";
      position: absolute;
      inset: -34px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(255,255,255,.18), transparent 62%);
      z-index: -1;
    }

    @media (max-width: 640px) {
      .pillar { padding-right: 30px; padding-top: 110px; }
      .pillar-icon { left: 30px; right: auto; }
    }

    .quote-box {
      margin-top: 28px;
      border-left: 7px solid #07090d;
      padding: 14px 0 14px 22px;
      font-size: 23px;
      line-height: 1.2;
      letter-spacing: -.03em;
      font-weight: 300;
    }

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

    .service-chip {
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.05);
      border-radius: 18px;
      padding: 17px 16px;
      color: rgba(255,255,255,.82);
      font-size: 14px;
      font-weight: 300;
    }

    .tech-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-top: 48px;
    }

    .tech-card {
      border-radius: 28px;
      padding: 26px;
      min-height: 300px;
      border: 1px solid rgba(255,255,255,.14);
      background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
    }

    .tech-icon {
      width: 58px;
      height: 58px;
      border-radius: 20px;
      border: 1px solid rgba(255,255,255,.14);
      display: grid;
      place-items: center;
      margin-bottom: 80px;
      color: var(--blue);
      font-weight: 300;
      background: rgba(0,166,232,.08);
    }

    .tech-card h3 { font-size: 20px; letter-spacing: -.04em; }
    .tech-card p { margin-top: 12px; color: rgba(255,255,255,.58); line-height: 1.45; font-size: 14px; }

    .case-card {
      border-radius: var(--radius-xl);
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.05);
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      overflow: hidden;
      margin-top: 44px;
    }

    .case-image {
      min-height: 520px;
      background:
        radial-gradient(circle at 50% 35%, rgba(255,255,255,.20), transparent 18%),
        linear-gradient(135deg, rgba(0,166,232,.8), rgba(0,103,255,.28)),
        #111;
      display: grid;
      place-items: center;
      padding: 42px;
    }

    .case-image-inner {
      width: 100%;
      aspect-ratio: 1;
      border-radius: 44px;
      background:
        linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,.06));
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.18);
      text-align: center;
      font-size: 52px;
      line-height: .95;
      font-weight: 300;
      letter-spacing: -.06em;
    }

    .case-content { padding: 52px; }
    .case-content h3 { font-size: 46px; letter-spacing: -.06em; line-height: .96; }
    .case-content p { color: rgba(255,255,255,.66); line-height: 1.6; margin-top: 22px; }

    .results {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      margin-top: 34px;
    }

    .result {
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 24px;
      padding: 26px;
    }

    .result strong { display: block; font-size: 44px; letter-spacing: -.06em; }
    .result span { color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.35; display: block; margin-top: 8px; }

    .steps-row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 46px;
    }

    .step-box {
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.05);
      padding: 38px;
      min-height: 330px;
    }

    .step-box .big { font-size: 68px; letter-spacing: -.08em; color: rgba(255,255,255,.22); font-weight: 300; }
    .step-box h3 { font-size: 34px; letter-spacing: -.055em; line-height: 1; margin-top: 70px; }
    .step-box p { margin-top: 16px; color: rgba(255,255,255,.62); line-height: 1.5; }

    .timeline {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      margin-top: 55px;
      position: relative;
    }

    .timeline:before {
      content: "";
      position: absolute;
      left: 8%;
      right: 8%;
      top: 41px;
      height: 1px;
      background: #bdc8d2;
    }

    .timeline-item {
      position: relative;
      text-align: center;
      padding: 0 14px;
    }

    .timeline-dot {
      position: relative;
      z-index: 2;
      width: 82px;
      height: 82px;
      margin: 0 auto 18px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: #fff;
      border: 1px solid #cfd8e0;
      box-shadow: 0 20px 70px rgba(8,20,34,.08);
      font-weight: 300;
      color: var(--blue-2);
    }

    .timeline-item strong { display: block; font-size: 17px; letter-spacing: -.03em; }
    .timeline-item span { display: block; color: #66717c; margin-top: 8px; font-size: 13px; line-height: 1.4; }

    .partnership {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 40px;
      align-items: center;
    }

    .partnership-list { display: grid; gap: 16px; }
    .partnership-item {
      display: grid;
      grid-template-columns: 74px 1fr;
      align-items: center;
      gap: 18px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 28px;
      padding: 20px;
      background: rgba(255,255,255,.05);
    }

    .partnership-icon {
      width: 74px;
      height: 74px;
      border-radius: 24px;
      display: grid;
      place-items: center;
      background: rgba(0,166,232,.10);
      color: var(--blue);
      font-weight: 300;
      font-size: 22px;
    }

    .partnership-item strong { font-size: 22px; letter-spacing: -.04em; }
    .partnership-item span { display: block; color: rgba(255,255,255,.58); margin-top: 6px; }

    .cta {
      text-align: center;
      padding: 130px 24px;
      background:
        radial-gradient(circle at 50% 0%, rgba(0, 166, 232, .25), transparent 32%),
        #030405;
    }

    .cta-inner {
      max-width: 900px;
      margin: 0 auto;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.05);
      border-radius: 44px;
      padding: 68px 54px;
      box-shadow: var(--shadow);
    }

    .cta h2 { font-size: clamp(44px, 7vw, 86px); }
    .cta p { color: rgba(255,255,255,.66); margin: 22px auto 34px; max-width: 620px; line-height: 1.6; font-size: 18px; }

    .footer {
      border-top: 1px solid rgba(255,255,255,.1);
      padding: 34px 24px;
      color: rgba(255,255,255,.58);
    }

    .footer-inner {
      max-width: var(--max);
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
      font-size: 13px;
    }


    h1, h2, h3, h4, h5, h6,
    strong, b, small, .btn, .brand, .brand-mark, .eyebrow, .label,
    .badge-azul, .node-icon, .pay-tile, .number, .model-core,
    .tech-icon, .case-image-inner, .step-box .big, .timeline-dot,
    .partnership-icon, .service-chip {
      font-weight: 300;
    }

    a, p, span, div, article, section, nav, footer {
      font-weight: 300;
    }

    /* Correção responsiva: evita sobreposição dos cards flutuantes no hero */
    @media (max-width: 1180px) {
      .hero-visual .floating-card {
        display: none;
      }
    }

    @media (min-width: 1181px) {
      .float-a {
        left: -8px;
        bottom: 34px;
      }

      .float-b {
        right: -8px;
        top: 38px;
      }
    }

    @media (max-width: 980px) {
      .nav-links { display: none; }
      .hero, .split, .case-card, .partnership { grid-template-columns: 1fr; }
      .hero { padding-top: 125px; min-height: auto; }
      .hero-visual { min-height: 560px; }
      .cards-grid, .tech-grid { grid-template-columns: repeat(2, 1fr); }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .feature-banner { grid-template-columns: 1fr; }
      .tile-cloud { min-height: 280px; margin-top: 30px; }
      .model-wrap { min-height: 760px; }
      .model-step { position: relative; left: auto; right: auto; top: auto; bottom: auto; width: 100%; }
      .model-circle, .model-core { display: none; }
      .model-wrap { display: grid; grid-template-columns: 1fr; gap: 14px; }
      .timeline { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
      .timeline:before { display: none; }
    }

    @media (max-width: 640px) {
      .nav-inner { height: 68px; padding: 0 16px; }
      .brand { font-size: 22px; }
      .nav-cta .btn:first-child { display: none; }
      .hero, .section { padding-left: 16px; padding-right: 16px; }
      .hero { padding-bottom: 60px; }
      .hero-copy { font-size: 16px; }
      .trust-row, .cards-grid, .pillars, .tech-grid, .results, .steps-row, .timeline { grid-template-columns: 1fr; }
      .hero-visual { min-height: 500px; overflow: hidden; }
      .orb, .rings { width: min(380px, 100vw); height: min(380px, 100vw); }
      .float-a, .float-b { display: none; }
      .center-card { padding: 22px; }
      .feature-banner { padding: 30px; min-height: 520px; }
      .pay-tile { width: 120px; height: 82px; font-size: 13px; border-radius: 18px; }
      .pay-tile:nth-child(1) { right: 190px; top: 10px; }
      .pay-tile:nth-child(2) { right: 65px; top: 60px; }
      .pay-tile:nth-child(3) { right: 10px; top: 152px; }
      .pay-tile:nth-child(4) { right: 165px; top: 170px; }
      .pay-tile:nth-child(5) { right: 50px; top: 245px; }
      .case-content { padding: 30px; }
      .case-image { min-height: 340px; }
      .cta-inner { padding: 44px 24px; border-radius: 32px; }
      .footer-inner { flex-direction: column; }
    }
  
    .final-panel-section {
      background: #050505;
      color: #f7f8fa;
      padding: 96px 24px 72px;
    }

    .final-panel {
      max-width: var(--max);
      margin: 0 auto;
      display: grid;
      grid-template-columns: .92fr 1.28fr;
      gap: 20px;
      align-items: stretch;
    }

    .final-brand-card,
    .final-action-card {
      border-radius: 34px;
      border: 1px solid rgba(255, 255, 255, .14);
      box-shadow: 0 24px 80px rgba(0, 0, 0, .2);
      overflow: hidden;
    }

    .final-brand-card {
      min-height: 390px;
      padding: 34px;
      color: #fff;
      background:
        radial-gradient(circle at 82% 18%, rgba(255,255,255,.24), transparent 24%),
        linear-gradient(135deg, #0067ff 0%, #00a6e8 100%);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
    }

    .final-brand-card:before {
      content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      right: -90px;
      bottom: -110px;
      border-radius: 70px;
      transform: rotate(18deg);
      background: rgba(255,255,255,.16);
    }

    .final-logo {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 34px;
      letter-spacing: -.055em;
      position: relative;
      z-index: 1;
    }

    .final-logo-mark {
      width: 42px;
      height: 42px;
      border-radius: 13px;
      display: grid;
      place-items: center;
      background: #fff;
      color: #061018;
      transform: skew(-8deg);
    }

    .final-brand-card p {
      max-width: 330px;
      font-size: 24px;
      line-height: 1.12;
      letter-spacing: -.045em;
      color: rgba(255,255,255,.88);
      position: relative;
      z-index: 1;
    }

    .final-contact {
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .final-contact a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 42px;
      height: 42px;
      padding: 0 14px;
      border-radius: 13px;
      background: rgba(3,4,5,.78);
      border: 1px solid rgba(255,255,255,.22);
      font-size: 12px;
    }

    .final-action-card {
      min-height: 390px;
      background: rgba(255, 255, 255, .05);
      padding: 42px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 34px 46px;
      position: relative;
    }

    .final-links h4,
    .final-conversion .label {
      color: var(--muted);
      font-size: 13px;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-bottom: 18px;
    }

    .final-links a {
      display: block;
      color: rgba(255, 255, 255, .9);
      font-size: 18px;
      line-height: 1.9;
      letter-spacing: -.025em;
    }

    .final-conversion {
      grid-column: 1 / -1;
      align-self: end;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: end;
      border-top: 1px solid rgba(255, 255, 255, .14);
      padding-top: 34px;
    }

    .final-conversion h2 {
      font-size: clamp(38px, 4vw, 58px);
      max-width: 650px;
    }

    .final-conversion p {
      color: rgba(255, 255, 255, .66);
      margin-top: 16px;
      font-size: 16px;
      line-height: 1.5;
      max-width: 620px;
    }

    .final-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
      min-width: 300px;
    }

    .final-actions .btn {
      white-space: nowrap;
    }

    /* Correção responsiva: evita sobreposição dos cards flutuantes no hero */
    @media (max-width: 1180px) {
      .hero-visual .floating-card {
        display: none;
      }
    }

    @media (min-width: 1181px) {
      .float-a {
        left: -8px;
        bottom: 34px;
      }

      .float-b {
        right: -8px;
        top: 38px;
      }
    }

    @media (max-width: 980px) {
      .final-panel { grid-template-columns: 1fr; }
      .final-action-card { grid-template-columns: 1fr 1fr; }
      .final-conversion { grid-template-columns: 1fr; }
      .final-actions { justify-content: flex-start; min-width: auto; }
    }

    @media (max-width: 640px) {
      .final-panel-section { padding: 64px 16px 52px; }
      .final-brand-card, .final-action-card { border-radius: 28px; }
      .final-action-card { grid-template-columns: 1fr; padding: 30px; }

      .final-conversion { grid-column: auto; }
      .final-actions { flex-direction: column; }
      .final-actions .btn { justify-content: center; }
    }

    /* Clients Carousel */
    .clients-carousel {
      margin-top: 64px;
      overflow: hidden;
      width: 100%;
      position: relative;
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
      mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    }

    .clients-carousel-track {
      display: flex;
      width: max-content;
      animation: scrollCarousel 40s linear infinite;
    }

    .clients-set {
      display: flex;
      gap: 64px;
      align-items: center;
      padding-right: 64px;
    }

    .clients-set img {
      height: 48px;
      max-width: 160px;
      object-fit: contain;
      filter: grayscale(100%) brightness(2) opacity(0.5);
      transition: opacity 0.3s ease, filter 0.3s ease;
    }

    .clients-set img:hover {
      opacity: 1;
      filter: grayscale(100%) brightness(2) opacity(1);
    }

    .clients-carousel:hover .clients-carousel-track {
      animation-play-state: paused;
    }

    @keyframes scrollCarousel {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* Contact Lightbox Modal */
    .lightbox-overlay {
      position: fixed;
      inset: 0;
      background: rgba(3, 4, 5, 0.85);
      backdrop-filter: blur(12px);
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }

    .lightbox-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    .lightbox-content {
      background: rgba(16, 38, 56, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: var(--radius-lg);
      padding: 40px;
      width: 90%;
      max-width: 460px;
      transform: translateY(20px);
      transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      box-shadow: 0 40px 100px rgba(0, 103, 255, 0.15);
      position: relative;
    }

    .lightbox-overlay.active .lightbox-content {
      transform: translateY(0);
    }

    .lightbox-close {
      position: absolute;
      top: 20px;
      right: 20px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: var(--muted);
      width: 32px;
      height: 32px;
      border-radius: 99px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.2s ease;
      font-size: 18px;
      line-height: 1;
    }

    .lightbox-close:hover {
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
    }

    .lightbox-header h3 {
      font-size: 26px;
      margin-bottom: 8px;
      letter-spacing: -0.04em;
    }

    .lightbox-header p {
      color: var(--muted);
      font-size: 15px;
      margin-bottom: 30px;
    }

    .contact-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      margin-bottom: 12px;
      transition: all 0.25s ease;
      text-decoration: none;
      color: inherit;
    }

    .contact-card:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.15);
      transform: translateY(-2px);
    }

    .contact-info strong {
      display: block;
      font-size: 17px;
      margin-bottom: 4px;
    }

    .contact-info span {
      color: var(--blue);
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .contact-icon {
      width: 38px;
      height: 38px;
      background: rgba(0, 166, 232, 0.15);
      color: var(--blue);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .contact-icon svg {
      width: 20px;
      height: 20px;
      fill: currentColor;
    }

    @media (max-width: 640px) {
      .lightbox-content {
        padding: 24px;
        width: 92%;
      }
      .lightbox-header h3 {
        font-size: 22px;
      }
      .lightbox-header p {
        font-size: 14px;
        margin-bottom: 24px;
      }
      .contact-card {
        padding: 14px;
      }
      .contact-info strong {
        font-size: 16px;
      }
      .contact-info span {
        font-size: 13px;
      }
      .lightbox-close {
        top: 14px;
        right: 14px;
      }
    }