@font-face { font-family:'Metropolis'; src:url('/__l5e/assets-v1/76b8f1d1-5459-436f-9f5d-78f53c0eedda/Metropolis-Regular.woff2') format('woff2'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Metropolis'; src:url('/__l5e/assets-v1/f9d267e1-f234-4c52-85d4-211d67d04896/Metropolis-Medium.woff2') format('woff2'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Metropolis'; src:url('/__l5e/assets-v1/fee465f8-e3d7-440d-bf2e-70e433f2ebc7/Metropolis-SemiBold.woff2') format('woff2'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'Metropolis'; src:url('/__l5e/assets-v1/dee9238f-0437-45dc-acaf-86399c6f35d9/Metropolis-Bold.woff2') format('woff2'); font-weight:700; font-style:normal; font-display:swap; }

    /* ============================================================
       RESET
    ============================================================ */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; font-size: 16px; }
    body {
      font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
      color: #3B3735;
      background: #FFFFFF;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    img, svg { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button { cursor: pointer; font-family: inherit; border: none; background: none; }
    ul, ol { list-style: none; }
    input, select, textarea { font-family: inherit; }
    blockquote { font-style: normal; }

    /* ============================================================
       DESIGN TOKENS — Placcar Brand System
    ============================================================ */
        :root {
      --orange:        #FF4C07;
      --orange-hover:  #E74000;
      --orange-lt:     rgba(255,76,7,.10);
      --navy:          #161616;
      --navy-md:       #2A2A2A;
      --dark:          #161616;
      --gray:          #606060;
      --gray-md:       #828282;
      --gray-lt:       #E4E4E4;
      --cream:         #F7F7F7;
      --cream-lt:      #FFF1EA;
      --blue-lt:       rgba(255,255,255,.78);
      --white:         #FFFFFF;
      --max-w:         1200px;
      --px:            clamp(20px, 5vw, 40px);
      --r:             0px;
      --r-lg:          0px;
      --shadow:        0 1px 4px rgba(0,0,0,.05), 0 2px 8px rgba(0,0,0,.04);
      --shadow-md:     0 6px 28px rgba(0,0,0,.08);
      --shadow-lg:     0 12px 48px rgba(0,0,0,.12);
      --t:             400ms cubic-bezier(.22,.61,.36,1);
    }

    /* ============================================================
       LAYOUT
    ============================================================ */
    .container {
      max-width: var(--max-w);
      margin-left: auto;
      margin-right: auto;
      padding-left: var(--px);
      padding-right: var(--px);
    }
    .section           { padding: clamp(64px, 8vw, 96px) 0; }
    .section--cream    { background: var(--cream); }
    .section--dark     { background: var(--navy); color: var(--white); }
    .section--white    { background: var(--white); }

    /* ============================================================
       TYPOGRAPHY
    ============================================================ */
    .h1 { font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: clamp(30px, 4vw, 56px); font-weight: 600; line-height: 1.18; letter-spacing: -.015em; }
    .h2 { font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: clamp(25px, 3vw, 44px); font-weight: 600; line-height: 1.24; letter-spacing: -.012em; }
    .h3 { font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: clamp(17px, 1.6vw, 22px); font-weight: 600; line-height: 1.3; }
    .lead { font-size: clamp(15px, 1.4vw, 18px); line-height: 1.72; color: var(--gray); }
    .lead--light { color: var(--blue-lt); }
    .text-orange { color: var(--orange); }

    /* ============================================================
       BUTTONS
    ============================================================ */
    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 13px 26px; border-radius: var(--r);
      font-weight: 600; font-size: 15px;
      transition: background var(--t), transform var(--t), box-shadow var(--t), border-color var(--t);
      white-space: nowrap; line-height: 1;
    }
    .btn--primary { background: var(--orange); color: var(--white); }
    .btn--primary:hover, .btn--primary:focus-visible {
      background: var(--orange-hover);
      transform: translateY(-1px);
      box-shadow: 0 8px 26px rgba(255,76,7,.32);
    }
    .btn--primary:active { transform: translateY(0); box-shadow: none; }
    .btn--ghost { border: 2px solid rgba(255,255,255,.35); color: var(--white); }
    .btn--ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); }
    .btn--lg { padding: 17px 34px; font-size: 17px; }
    :focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
    .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

    /* ============================================================
       LOGO BAR
    ============================================================ */
    .logo-bar {
      background: var(--white);
      border-bottom: 1px solid var(--gray-lt);
      padding: 14px 0;
    }
    .logo-bar__inner { display: flex; align-items: center; justify-content: space-between; }
    .logo-bar img { height: 36px; width: auto; display: block; }
    .logo-bar__cta {
      font-size: 13px; font-weight: 600; color: var(--orange);
      padding: 8px 16px; border: 1.5px solid var(--orange);
      border-radius: var(--r);
      transition: background var(--t), color var(--t);
      display: none;
    }
    @media (min-width: 600px) { .logo-bar__cta { display: inline-flex; align-items: center; } }
    .logo-bar__cta:hover { background: var(--orange); color: var(--white); }

    /* ============================================================
       HERO
    ============================================================ */
    .hero {
      background: var(--navy);
      color: var(--white);
      padding: clamp(52px, 7vw, 96px) 0 clamp(60px, 8vw, 96px);
      position: relative;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px);
      background-size: 28px 28px;
      pointer-events: none;
    }
    .hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 55% 70% at 5% 115%, rgba(255,76,7,.20) 0%, transparent 55%),
        radial-gradient(ellipse 50% 60% at 95% 0%, rgba(233,239,247,.05) 0%, transparent 50%);
      pointer-events: none;
    }
    .hero .container { position: relative; z-index: 1; }
    .hero__grid {
      display: grid;
      grid-template-columns: 1fr 440px;
      gap: 52px;
      align-items: start;
    }
    @media (max-width: 980px) { .hero__grid { grid-template-columns: 1fr; gap: 40px; } }

    .hero__badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,76,7,.14);
      border: 1px solid rgba(255,76,7,.28);
      color: #FF9880;
      font-size: 12px; font-weight: 500;
      padding: 5px 14px; border-radius: 0;
      margin-bottom: 24px;
    }
    .hero__badge-dot { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; flex-shrink: 0; }

    .hero__headline { color: var(--white); margin-bottom: 22px; }
    .hero__headline em { font-style: normal; color: #FF8A72; }

    .hero__sub {
      font-size: clamp(14px, 1.35vw, 17px); line-height: 1.78;
      color: var(--blue-lt); margin-bottom: 34px; max-width: 580px;
    }
    .hero__trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-bottom: 38px; }
    .hero__trust-item {
      display: flex; align-items: center; gap: 8px;
      font-size: 13px; color: rgba(255,255,255,.75);
    }
    .hero__trust-icon { width: 15px; height: 15px; color: var(--orange); flex-shrink: 0; }
    .hero__cta-group { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

    /* ============================================================
       FORM CARD
    ============================================================ */
    .form-card {
      background: var(--white);
      border-radius: var(--r-lg);
      padding: clamp(24px, 3vw, 32px);
      box-shadow: var(--shadow-lg);
    }
    .form-card__title { font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
    .form-card__sub { font-size: 13px; color: var(--gray); line-height: 1.5; margin-bottom: 22px; }
    .form-card__sub strong { color: var(--orange); }

    .form-group { margin-bottom: 13px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
    @media (max-width: 420px) { .form-row { grid-template-columns: 1fr; } }

    .form-label { display: block; font-size: 12px; font-weight: 600; color: var(--dark); margin-bottom: 5px; }
    .form-label .req { color: var(--orange); margin-left: 2px; }

    .form-input, .form-select {
      width: 100%; padding: 10px 13px;
      border: 1.5px solid var(--gray-lt);
      border-radius: var(--r);
      font-size: 14px; color: var(--dark);
      background: var(--white);
      transition: border-color var(--t), box-shadow var(--t);
      -webkit-appearance: none; appearance: none;
    }
    .form-input::placeholder { color: var(--gray-md); }
    .form-input:focus, .form-select:focus {
      outline: none;
      border-color: var(--orange);
      box-shadow: 0 0 0 3px rgba(255,76,7,.12);
    }
    .form-input.error, .form-select.error { border-color: #D53B1F; }
    .form-select-wrap { position: relative; }
    .form-select-wrap::after {
      content: ''; position: absolute; right: 13px; top: 50%;
      transform: translateY(-50%);
      border-left: 5px solid transparent; border-right: 5px solid transparent;
      border-top: 6px solid var(--gray); pointer-events: none;
    }

    .form-submit {
      width: 100%; padding: 15px;
      background: var(--orange); color: var(--white);
      font-family: 'IBM Plex Sans', system-ui, sans-serif;
      font-size: 16px; font-weight: 700;
      border-radius: var(--r); border: none; cursor: pointer;
      margin-top: 6px;
      transition: background var(--t), transform var(--t), box-shadow var(--t);
    }
    .form-submit:hover {
      background: var(--orange-hover);
      transform: translateY(-1px);
      box-shadow: 0 4px 16px rgba(255,76,7,.30);
    }
    .form-submit:active { transform: none; box-shadow: none; }
    .form-submit:disabled { opacity: .65; cursor: not-allowed; transform: none; }

    .form-privacy {
      font-size: 11px; color: var(--gray-md);
      text-align: center; margin-top: 10px; line-height: 1.5;
    }
    .form-success {
      display: none; text-align: center; padding: 36px 16px;
    }
    .form-success__icon {
      width: 56px; height: 56px; border-radius: 50%;
      background: rgba(255,76,7,.1);
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 16px;
    }
    .form-success__title { font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
    .form-success__sub { font-size: 14px; color: var(--gray); line-height: 1.6; }

    /* ============================================================
       HERO BG SHAPE
    ============================================================ */
    .hero__bg-shape {
      position: absolute;
      right: -40px; bottom: -60px;
      width: clamp(220px, 22vw, 340px);
      opacity: .10;
      pointer-events: none;
      z-index: 0;
      mix-blend-mode: luminosity;
    }

    /* ============================================================
       LOGOS CAROUSEL
    ============================================================ */
    .logos {
      padding: clamp(36px, 4.5vw, 60px) 0;
      background: #FF6600;
      border-bottom: none;
      overflow: hidden;
    }
    .logos__heading {
      text-align: center; font-size: 16px; font-weight: 700;
      color: #fff; letter-spacing: .12em;
      text-transform: uppercase; margin-bottom: 36px;
    }
    .logos__track-wrap { position: relative; }
    .logos__track {
      display: flex; align-items: center;
      gap: 72px; width: max-content;
      animation: logoScroll 30s linear infinite;
    }
    .logos__track:hover { animation-play-state: paused; }
    @keyframes logoScroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .logos__item {
      flex-shrink: 0;
      width: 216px; height: 90px;
      object-fit: contain; object-position: center;
      display: block;
      opacity: 1;
      filter: grayscale(1) brightness(1.35) invert(1) brightness(2.4);
      mix-blend-mode: screen;
      transition: transform .3s ease;
    }
    .logos__item:hover { transform: scale(1.08); }
    /* Logos com fundo sólido precisam de mais exposição para virarem branco puro */
    .logos__item[src*="travelex"] { filter: grayscale(1) invert(1) brightness(1.9) contrast(1.6); }
    .logos__item[src*="teltec"] { filter: grayscale(1) invert(1) brightness(7); }

    @media (min-width: 900px) {
      .logos__track { gap: 96px; }
    }


    /* ============================================================
       SECTION HEADER
    ============================================================ */
    .section-header { text-align: center; max-width: 700px; margin: 0 auto 56px; }
    .section-header--left { text-align: left; margin: 0 0 56px; }
    .section-tag {
      display: inline-block; font-size: 11px; font-weight: 700;
      letter-spacing: .12em; text-transform: uppercase;
      color: var(--orange); margin-bottom: 12px;
    }
    .section-tag--light { color: #FF9880; }
    .section-header .h2 { margin-bottom: 14px; }
    .section-header .lead { max-width: 580px; margin: 0 auto; }

    /* ============================================================
       DOR STRIP — 3 pain signals antes do "como funciona"
    ============================================================ */
    .pain-strip {
      background: var(--cream);
      border-top: 1px solid var(--gray-lt);
      border-bottom: 1px solid var(--gray-lt);
      padding: clamp(36px, 4.5vw, 56px) 0;
    }
    .pain-strip__label {
      text-align: center; font-size: 11px; font-weight: 700;
      letter-spacing: .12em; text-transform: uppercase;
      color: var(--orange); margin-bottom: 28px;
    }
    .pain-strip__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    @media (max-width: 700px) {
      .pain-strip__grid { grid-template-columns: 1fr; }
    }
    .pain-card {
      padding: 38px 32px 34px;
      background: #161616;
      border: none;
      border-top: 4px solid var(--orange);
      position: relative;
      display: flex; flex-direction: column;
    }
    @media (max-width: 700px) {
      .pain-card { border-right: none; }
    }
    .pain-card__quote {
      width: 52px; height: 52px; background: var(--white);
      display: flex; align-items: center; justify-content: center;
      color: var(--orange); opacity: 1; margin-bottom: 26px;
    }
    .pain-card__quote svg { width: 26px; height: 26px; display: block; }
    .pain-card__text {
      font-size: 16px; color: #FFFFFF; line-height: 1.6;
      font-style: normal; font-weight: 600; margin-bottom: 16px; flex: 1;
    }
    .pain-card__label {
      font-size: 12px; font-weight: 700; letter-spacing: .12em;
      text-transform: uppercase; color: var(--orange);
    }


    /* ============================================================
       COMO FUNCIONA — 4 STEPS
    ============================================================ */
    .steps__outer {
      border: 1px solid var(--gray-lt);
      border-radius: var(--r-lg);
      overflow: hidden;
    }
    .steps__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }
    @media (max-width: 860px) { .steps__grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 500px)  { .steps__grid { grid-template-columns: 1fr; } }

    .step-item {
      padding: 32px 26px 28px;
      border-right: 1px solid var(--gray-lt);
      border-bottom: 1px solid var(--gray-lt);
      position: relative;
    }
    .step-item:last-child { border-right: none; }
    @media (max-width: 860px) {
      .step-item:nth-child(2n) { border-right: none; }
      .step-item:nth-child(3), .step-item:nth-child(4) { border-bottom: none; }
    }
    @media (max-width: 500px) {
      .step-item { border-right: none; }
      .step-item:last-child { border-bottom: none; }
    }

    .step-num {
      width: 36px; height: 36px; border-radius: 50%;
      background: var(--orange); color: var(--white);
      font-family: 'IBM Plex Sans', system-ui, sans-serif;
      font-size: 16px; font-weight: 700;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
    }
    .step-icon-wrap {
      width: 44px; height: 44px;
      background: var(--cream); border-radius: var(--r);
      display: flex; align-items: center; justify-content: center;
      color: var(--navy); margin-bottom: 16px;
    }
    .step-title {
      font-family: 'IBM Plex Sans', system-ui, sans-serif;
      font-size: 15px; font-weight: 700;
      color: var(--dark); margin-bottom: 10px; line-height: 1.3;
    }
    .step-desc { font-size: 13.5px; color: var(--gray); line-height: 1.72; }
    .step-tag {
      display: inline-block; margin-top: 14px;
      font-size: 11px; font-weight: 700; letter-spacing: .08em;
      text-transform: uppercase; color: var(--orange);
    }

    /* ============================================================
       BENEFÍCIOS
    ============================================================ */
    .benefits__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    @media (max-width: 900px) { .benefits__grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) { .benefits__grid { grid-template-columns: 1fr; } }

    .bcard {
      padding: 28px;
      border: 1px solid var(--gray-lt);
      border-radius: var(--r-lg);
      background: var(--white);
      transition: box-shadow var(--t), transform var(--t), border-color var(--t);
    }
    .bcard:hover {
      box-shadow: var(--shadow-md);
      transform: translateY(-3px);
      border-color: transparent;
    }
    .bcard__icon {
      width: 48px; height: 48px;
      background: var(--cream); border-radius: var(--r);
      display: flex; align-items: center; justify-content: center;
      color: var(--orange); margin-bottom: 18px;
    }
    .bcard__title {
      font-family: 'IBM Plex Sans', system-ui, sans-serif;
      font-size: 17px; font-weight: 700;
      color: var(--dark); margin-bottom: 10px; line-height: 1.28;
    }
    .bcard__desc { font-size: 14px; color: var(--gray); line-height: 1.75; }
    .bcard__list { margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
    .bcard__item {
      display: flex; align-items: flex-start; gap: 8px;
      font-size: 13px; color: var(--dark); line-height: 1.5;
    }
    .bcard__dot { width: 5px; height: 5px; background: var(--orange); border-radius: 50%; margin-top: 6px; flex-shrink: 0; }

    /* CANAL DESTAQUE — inline highlight block */
    .canal-block {
      margin-top: 40px;
      background: var(--white);
      border: 1px solid var(--gray-lt);
      border-top: 4px solid var(--orange);
      border-radius: var(--r-lg);
      overflow: hidden;
      box-shadow: 0 4px 24px rgba(0,0,0,.06);
    }
    .canal-block__inner {
      display: grid;
      grid-template-columns: 280px 1fr;
    }
    @media (max-width: 760px) { .canal-block__inner { grid-template-columns: 1fr; } }
    .canal-block__left {
      background: var(--navy);
      padding: 36px 28px;
      display: flex; flex-direction: column; justify-content: center;
    }
    .canal-block__tag {
      font-size: 10px; font-weight: 700; letter-spacing: .14em;
      text-transform: uppercase; color: var(--orange); margin-bottom: 12px;
    }
    .canal-block__title {
      font-family: 'IBM Plex Sans', system-ui, sans-serif;
      font-size: 22px; font-weight: 700; line-height: 1.22;
      color: var(--white);
    }
    .canal-block__right {
      padding: 32px 32px 28px;
      display: flex; flex-direction: column; gap: 20px;
    }
    .canal-block__text { font-size: 15px; color: var(--gray); line-height: 1.75; }
    .canal-block__features {
      display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
    }
    @media (max-width: 560px) { .canal-block__features { grid-template-columns: 1fr; } }
    .canal-feat {
      display: flex; align-items: flex-start; gap: 10px;
      font-size: 13.5px; color: var(--dark); line-height: 1.5;
    }
    .canal-feat__dot { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; margin-top: 5px; flex-shrink: 0; }

    /* ============================================================
       NÚMEROS
    ============================================================ */
    .numeros__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: var(--r-lg);
      overflow: hidden;
    }
    @media (max-width: 840px) { .numeros__grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 420px) { .numeros__grid { grid-template-columns: 1fr; } }

    .numero-item {
      padding: clamp(28px, 3.5vw, 44px) clamp(16px, 2vw, 28px);
      text-align: center;
      border-right: 1px solid rgba(255,255,255,.12);
      border-bottom: 1px solid rgba(255,255,255,.12);
      transition: background var(--t);
    }
    .numero-item:hover { background: rgba(255,255,255,.04); }
    .numero-val {
      font-family: 'IBM Plex Sans', system-ui, sans-serif;
      font-size: clamp(30px, 3.5vw, 48px); font-weight: 700;
      color: var(--orange); line-height: 1.1; margin-bottom: 8px;
    }
    .numero-label { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.5; }

    /* ============================================================
       DEPOIMENTOS
    ============================================================ */
    .testimonials__grid {
      display: block; column-count: 2; column-gap: 28px;
    }
    @media (max-width: 900px) {
      .testimonials__grid { column-count: 1; max-width: 620px; margin: 0 auto; }
    }

    .tcard {
      background: var(--white); border: 1px solid var(--gray-lt);
      border-radius: 0; padding: 40px 38px 36px;
      display: inline-block; width: 100%;
      break-inside: avoid; margin-bottom: 28px;
      transition: box-shadow var(--t);
    }
    .tcard:hover { box-shadow: var(--shadow-md); }

    .tcard::before {
      content: '\201C';
      display: block;
      font-family: 'IBM Plex Sans', system-ui, sans-serif;
      font-size: 72px; font-weight: 700; line-height: .6;
      color: var(--orange); margin-bottom: 26px;
    }

    .tcard__stars { display: none; }
    .tcard__star { color: var(--orange); }

    .tcard__text {
      font-size: 19px; color: var(--dark); line-height: 1.62;
      margin-bottom: 26px; font-style: normal;
    }
    .tcard__text::before { content: '"'; }
    .tcard__text::after  { content: '"'; }

    .tcard__author { display: block; padding-top: 0; border-top: none; }
    .tcard__avatar { display: none; }
    .tcard__name { font-weight: 700; font-size: 21px; color: var(--dark); margin-bottom: 6px; }
    .tcard__role { font-size: 15px; color: var(--orange); }
    .tcard__company { font-size: 15px; color: var(--orange); margin-top: 1px; }


    /* ============================================================
       FAQ
    ============================================================ */
    .faq__list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }

    .faq-item {
      background: var(--white); border: 1.5px solid var(--gray-lt);
      border-radius: var(--r); overflow: hidden;
      transition: box-shadow var(--t), border-color var(--t);
    }
    .faq-item.open { box-shadow: var(--shadow); border-color: var(--orange); }

    .faq-trigger {
      width: 100%; display: flex; align-items: center; justify-content: space-between;
      gap: 16px; padding: 18px 22px; text-align: left; cursor: pointer;
      background: none; font-size: 15px; font-weight: 600; color: var(--dark);
      transition: color var(--t);
    }
    .faq-item.open .faq-trigger { color: var(--navy); }

    .faq-icon {
      width: 22px; height: 22px; border-radius: 50%;
      background: var(--cream); display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; transition: background var(--t), transform var(--t);
    }
    .faq-icon svg { color: var(--gray); transition: color var(--t); }
    .faq-item.open .faq-icon { background: var(--orange); transform: rotate(45deg); }
    .faq-item.open .faq-icon svg { color: var(--white); }

    .faq-body { max-height: 0; overflow: hidden; transition: max-height 320ms cubic-bezier(.4,0,.2,1); }
    .faq-item.open .faq-body { max-height: 360px; }
    .faq-content { padding: 0 22px 18px; font-size: 14.5px; color: var(--gray); line-height: 1.78; }

    /* ============================================================
       CTA FINAL
    ============================================================ */
    .cta-final { background: var(--cream); }
    .cta-final__grid {
      display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center;
    }
    .cta-final__action { display: flex; justify-content: flex-end; }
    @media (max-width: 980px) { .cta-final__grid { grid-template-columns: 1fr; gap: 40px; } .cta-final__action { justify-content: flex-start; } }

    .cta-final__eyebrow {
      font-size: 11px; font-weight: 700; letter-spacing: .12em;
      text-transform: uppercase; color: var(--orange); margin-bottom: 14px;
    }
    .cta-final__headline {
      font-family: 'IBM Plex Sans', system-ui, sans-serif;
      font-size: clamp(22px, 2.8vw, 36px); font-weight: 700; line-height: 1.22;
      color: var(--dark); margin-bottom: 16px;
    }
    .cta-final__sub { font-size: 15px; color: var(--gray); line-height: 1.75; margin-bottom: 32px; }

    .cta-checklist { display: flex; flex-direction: column; gap: 13px; }
    .cta-check { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; color: var(--dark); line-height: 1.5; }
    .cta-check-icon {
      width: 20px; height: 20px; border-radius: 50%;
      background: rgba(255,76,7,.14); display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; margin-top: 1px;
    }

    /* ============================================================
       FOOTER
    ============================================================ */
    .footer { background: var(--dark); color: rgba(255,255,255,.55); padding: 44px 0 36px; }
    .footer__inner {
      display: flex; flex-wrap: wrap;
      align-items: flex-start; justify-content: space-between; gap: 28px;
    }
    .footer__logo-wrap { margin-bottom: 2px; }
    .footer__copy { font-size: 13px; line-height: 1.7; margin-top: 12px; }
    .footer__copy a { color: rgba(255,255,255,.5); transition: color var(--t); }
    .footer__copy a:hover { color: rgba(255,255,255,.9); }
    .footer__nav { display: flex; flex-wrap: wrap; gap: 14px 28px; }
    .footer__link { font-size: 13px; color: rgba(255,255,255,.5); transition: color var(--t); }
    .footer__link:hover { color: rgba(255,255,255,.9); }
    .footer__bottom {
      border-top: 1px solid rgba(255,255,255,.1);
      margin-top: 28px; padding-top: 20px;
      display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px;
    }
    .footer__fine { font-size: 12px; color: rgba(255,255,255,.32); }

    /* ============================================================
       SCROLL ANIMATIONS
    ============================================================ */
    @media (prefers-reduced-motion: no-preference) {
      .animate-in {
        opacity: 0; transform: translateY(20px);
        transition: opacity 540ms ease, transform 540ms ease;
      }
      .animate-in.visible { opacity: 1; transform: none; }
      .animate-in.delay-1 { transition-delay: 80ms; }
      .animate-in.delay-2 { transition-delay: 160ms; }
      .animate-in.delay-3 { transition-delay: 240ms; }
    }
  


#wp-float-btn{
    position:fixed;
    bottom:20px;
    right:20px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:99999;
    box-shadow:0 4px 12px rgba(0,0,0,.2);
    animation: whatsappPulse 2s infinite;
}
@keyframes whatsappPulse{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.08);
    }
    100%{
        transform:scale(1);
    }
}
#wp-form-overlay{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    z-index:99998;
}
#wp-form-box{
    position:absolute;
    right:20px;
    bottom:90px;
    width:320px;
    background:#fff;
    border-radius:0;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
    font-family:'IBM Plex Sans',Arial,sans-serif;
}
#wp-form-box h3{
    margin:0 0 15px;
    font-size:18px;
    color:#333;
}
#wp-form-box input{
    width:100%;
    padding:12px;
    margin-bottom:10px;
    border:1px solid #ddd;
    border-radius:0;
    box-sizing:border-box;
    font-size:14px;
}
#wp-send-btn{
    width:100%;
    background:#25D366;
    color:#fff;
    border:none;
    padding:12px;
    border-radius:0;
    cursor:pointer;
    font-size:15px;
    font-weight:bold;
}
#wp-send-btn:hover{
    opacity:.9;
}
#wp-close{
    position:absolute;
    top:10px;
    right:12px;
    cursor:pointer;
    font-size:20px;
    color:#666;
}


    /* Pré-títulos removidos */
    .section-tag, .cta-final__eyebrow { display: none !important; }

    /* ==== Ajustes finais ==== */
    /* Logos: blend correto (o track cria contexto de empilhamento) */
    .logos__item, .logos__item[src*="travelex"], .logos__item[src*="teltec"] {
      filter: none; mix-blend-mode: normal;
      width: 216px; height: 90px; object-fit: contain;
    }

    /* Hero: sem mini título, headline branca e maior */
    .hero__badge { display: none !important; }
    .hero__headline { font-size: clamp(34px, 4.6vw, 62px); color: var(--white) !important; }
    .hero__headline em { color: var(--white) !important; }

    /* Bloco de canais: ícone laranja */
    .canal-block__icon {
      width: 48px; height: 48px;
      display: flex; align-items: center; justify-content: center;
      background: #fff; color: var(--orange);
      margin-bottom: 16px;
    }

    /* CTA final: botão abaixo dos textos, alinhado à esquerda */
    .cta-final__grid { grid-template-columns: 1fr; gap: 32px; }
    .cta-final__action { justify-content: flex-start; }

    /* Footer: logo do mesmo tamanho do header */
    .footer__logo-wrap img { height: 36px !important; width: auto !important; }

    /* ============================================================
       HERO — nova direção visual (full screen, tech, Placcar)
    ============================================================ */
    .hero {
      min-height: auto;
      display: flex; align-items: flex-start;
      padding: clamp(92px, 11vh, 120px) 0 clamp(20px, 3vh, 40px);

      background: #161616;
      overflow: hidden;
    }

    .hero::before, .hero::after { display: none; }
    .hero__bg-shape { display: none !important; }

    .hero__fx { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
    .hero__grid-lines {
      position: absolute; inset: -10%;
      background-image:
        linear-gradient(to right, rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,.045) 1px, transparent 1px);
      background-size: 68px 68px;
      -webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 25%, transparent 78%);
      mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 25%, transparent 78%);
    }
    .hero__glow {
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 60% 55% at 50% 8%, rgba(255,76,7,.20) 0%, transparent 62%),
        radial-gradient(ellipse 45% 40% at 12% 92%, rgba(255,76,7,.12) 0%, transparent 60%),
        radial-gradient(ellipse 40% 35% at 90% 78%, rgba(255,255,255,.05) 0%, transparent 60%);
    }
    .hero__scan {
      position: absolute; left: 0; right: 0; height: 1px; top: 0;
      background: linear-gradient(90deg, transparent, rgba(255,76,7,.55), transparent);
      animation: heroScan 7s linear infinite;
      opacity: .7;
    }
    @keyframes heroScan { 0% { transform: translateY(8vh); } 100% { transform: translateY(88vh); } }
    @media (prefers-reduced-motion: reduce) { .hero__scan { animation: none; } }

    .hero .container { max-width: 1240px; }
    .hero__inner {
      position: relative; z-index: 1;
      max-width: none; margin: 0; text-align: left;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
      gap: clamp(28px, 4vw, 64px);
      align-items: start;
      border-top: 1px solid rgba(255,255,255,.10);
      padding-top: clamp(28px, 4vh, 52px);
    }
    .hero__copy { max-width: 620px; }
    .hero__headline {
      color: var(--white) !important;
      font-size: clamp(38px, 5.2vw, 68px);
      line-height: 1.0;
      letter-spacing: -.03em;
      margin: 0 0 22px;
      max-width: 14ch;
      text-wrap: balance;
    }
    .hero__headline em { color: var(--white) !important; font-style: normal; }
    .hero__sub {
      font-size: clamp(14px, 1.35vw, 16.5px);
      line-height: 1.75;
      color: rgba(255,255,255,.62);
      max-width: 540px; margin: 0 0 26px;
      padding-left: 16px;
      border-left: 2px solid var(--orange);
    }
    .hero__trust {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 14px 26px; margin: 0 0 8px; max-width: 620px;
    }
    .hero__trust-item {
      font-size: 15px; line-height: 1.45; color: rgba(255,255,255,.7);
      letter-spacing: .01em;
    }
    .hero__trust-icon { width: 18px; height: 18px; }


    .hero__form-wrap { max-width: none; margin: 0; }
    .hero .form-card {
      background: #161616;
      border: 1px solid rgba(255,255,255,.10);
      border-top: 3px solid var(--orange);
      box-shadow: 0 30px 80px rgba(0,0,0,.6);
      padding: clamp(22px, 2.4vw, 32px);
      text-align: left;
    }
    .hero .form-card__title { color: var(--white); font-size: 17px; }
    .hero .form-card__sub { color: rgba(255,255,255,.6); }
    .hero .form-card__sub strong { color: #FF8A5C; }
    .hero .form-label { color: rgba(255,255,255,.82); }
    .hero .form-input, .hero .form-select {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.16);
      color: var(--white);
    }
    .hero .form-input::placeholder { color: rgba(255,255,255,.4); }
    .hero .form-select option { color: var(--dark); }
    .hero .form-input:focus, .hero .form-select:focus {
      border-color: var(--orange);
      background: rgba(255,255,255,.08);
      box-shadow: 0 0 0 3px rgba(255,76,7,.18);
    }
    .hero .form-select-wrap::after { border-top-color: rgba(255,255,255,.6); }
    .hero .form-submit {
      font-size: 16px; padding: 16px;
      box-shadow: 0 10px 30px rgba(255,76,7,.28);
    }
    .hero .form-privacy { color: rgba(255,255,255,.5); }
    .hero .form-success__title { color: var(--white); }
    .hero .form-success__sub { color: rgba(255,255,255,.65); }

    .hero__wordmark {
      position: relative; z-index: 1;
      margin-top: clamp(24px, 5vh, 60px);
      border-top: 1px solid rgba(255,255,255,.10);
      padding-top: clamp(18px, 3vh, 38px);
      display: block;
    }
    .hero__wordmark img {
      display: block;
      width: 100%;
      max-width: 980px;
      height: auto;
      margin: 0 auto 0 0;
      opacity: .6;
    }


    @media (max-width: 980px) {
      .hero__inner { grid-template-columns: 1fr; }
      .hero__copy { max-width: none; }
    }
    @media (max-width: 640px) {
      .hero { min-height: auto; padding: 84px 0 48px; }
      .hero__trust { grid-template-columns: 1fr; }
    }


    /* ============================================================
       RITMO VISUAL ENTRE SEÇÕES — alternância de blocos
    ============================================================ */
    /* 1. HERO (preto)  2. LOGOS (laranja)  3. DORES (preto)
       4. COMO FUNCIONA (branco)  5. BENEFÍCIOS (cinza claro)
       6. NÚMEROS (preto)  7. DEPOIMENTOS (branco)
       8. FAQ (cinza claro)  9. CTA FINAL (preto)  10. FOOTER (preto) */

    /* --- 3. DORES: bloco escuro logo após a faixa laranja --- */
    .pain-strip {
      background: #161616;
      border-top: none;
      border-bottom: none;
      position: relative;
      padding: clamp(52px, 6vw, 76px) 0;
    }
    .pain-strip::after {
      content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255,76,7,.5), transparent);
    }
    .pain-strip__label { color: rgba(255,255,255,.55); }
    .pain-card { background: #171717; border: 1px solid rgba(255,255,255,.07); }

    /* --- 4. COMO FUNCIONA: respiro branco --- */
    .section--white#como-funciona { background: var(--white); }

    /* --- 5. BENEFÍCIOS: cinza claro com hairline superior --- */
    #beneficios {
      background: var(--cream);
      border-top: 1px solid rgba(22,22,22,.07);
    }

    /* --- 6. NÚMEROS: bloco escuro central com brilho laranja --- */
    #numeros {
      position: relative;
      background:
        radial-gradient(900px 380px at 50% 0%, rgba(255,76,7,.14), transparent 70%),
        #161616;
      overflow: hidden;
    }
    #numeros::before {
      content: ""; position: absolute; inset: 0; pointer-events: none;
      background-image:
        linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
      background-size: 68px 68px;
      mask-image: radial-gradient(80% 70% at 50% 40%, #000 30%, transparent 100%);
      -webkit-mask-image: radial-gradient(80% 70% at 50% 40%, #000 30%, transparent 100%);
    }
    #numeros > .container { position: relative; z-index: 1; }

    /* --- 7. DEPOIMENTOS: branco --- */
    #depoimentos { background: var(--white); }
    /* --- Depoimentos: layout editorial (título à esquerda, cards masonry à direita) --- */
    @media (min-width: 901px) {
      #depoimentos > .container {
        display: grid;
        grid-template-columns: minmax(260px, .8fr) 2fr;
        gap: 64px;
        align-items: start;
      }
      #depoimentos .section-header {
        text-align: left;
        margin: 0;
        position: sticky;
        top: 40px;
        max-width: none;
      }
      #depoimentos .section-header .h2 { font-size: clamp(30px, 3vw, 44px); }
      #depoimentos .section-header .lead { margin: 16px 0 0; max-width: 340px; }
      #depoimentos .testimonials__grid { column-count: 2; column-gap: 24px; }
      #depoimentos .tcard:first-child { margin-top: 0; }
    }

    /* --- 8. FAQ: cinza claro --- */
    #faq {
      background: var(--cream);
      border-top: 1px solid rgba(22,22,22,.07);
    }

    /* --- 9. CTA FINAL: fecho escuro premium antes do footer --- */
    .cta-final {
      position: relative;
      background:
        radial-gradient(760px 320px at 15% 0%, rgba(255,76,7,.18), transparent 70%),
        #161616;
      color: var(--white);
      overflow: hidden;
    }
    .cta-final::before {
      content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--orange), rgba(255,76,7,0));
    }
    .cta-final > .container { position: relative; z-index: 1; }
    .cta-final__headline { color: var(--white); }
    .cta-final__sub { color: rgba(255,255,255,.62); }
    .cta-check { color: rgba(255,255,255,.86); }
    .cta-check-icon { background: rgba(255,76,7,.2); }

    /* --- 10. FOOTER: continua o preto, separado por hairline laranja --- */
    .footer {
      background: #161616;
      border-top: 1px solid rgba(255,255,255,.08);
    }

    /* ============================================================
       HEADER TRANSPARENTE SOBRE O HERO + HERO 100% PRETO
    ============================================================ */
    .logo-bar {
      position: absolute !important;
      top: 0; left: 0; right: 0;
      z-index: 5;
      background: transparent !important;
      border-bottom: 0 !important;
      padding: 22px 0 !important;
    }
    .logo-bar__inner { justify-content: flex-start !important; }
    .logo-bar img { height: 26px !important; width: auto; margin-left: -6px; }

    .hero { background: #161616 !important; }
    .hero::before, .hero::after { display: none !important; }
    .hero__fx { display: none !important; }
    .hero__inner { border-top: 0 !important; }

    /* ============================================================
       AJUSTES: rótulos de seção, hero centralizado, form laranja
    ============================================================ */
    /* Rótulos de seção: mesmo tamanho dos títulos (h2), sem caixa alta */
    .logos__heading,
    .pain-strip__label,
    .cta-final__eyebrow {
      font-size: clamp(25px, 3vw, 44px) !important;
      font-weight: 600 !important;
      line-height: 1.24 !important;
      letter-spacing: -.012em !important;
      text-transform: none !important;
    }

    /* Rótulos menores dentro de cards */
    .pain-card__label,
    .step-tag,
    .canal-block__tag {
      font-size: 17px !important;
      font-weight: 600 !important;
      letter-spacing: .01em !important;
      text-transform: none !important;
    }

    /* Hero: composição centralizada verticalmente */
    .hero {
      display: flex;
      align-items: center;
      min-height: 100vh;
      padding: clamp(124px, 14vh, 156px) 0 clamp(48px, 6vh, 72px) !important;
    }
    .hero .container { width: 100%; }
    .hero__inner { padding-top: 0 !important; align-items: center; }

    /* Headline: regular, com "Todo mês," em bold laranja */
    .hero__headline { font-weight: 400 !important; }
    .hero__headline .hero__headline-accent {
      font-weight: 700 !important;
      color: var(--orange) !important;
    }

    /* Formulário branco com botão laranja */
    .hero .form-card {
      background: #fff !important;
      border: 1px solid rgba(22,22,22,.10) !important;
      border-top: 3px solid var(--orange) !important;
      box-shadow: 0 30px 80px rgba(0,0,0,.45) !important;
    }
    .hero .form-card__title,
    .hero .form-success__title { color: var(--dark) !important; }
    .hero .form-label { color: var(--dark) !important; }
    .hero .form-card__sub { color: #606060 !important; }
    .hero .form-card__sub strong { color: var(--dark) !important; }
    .hero .form-input,
    .hero .form-select {
      background: #fff !important;
      border: 1px solid rgba(22,22,22,.18) !important;
      color: var(--dark) !important;
    }
    .hero .form-input::placeholder { color: #909090 !important; }
    .hero .form-select option { color: var(--dark); }
    .hero .form-input:focus, .hero .form-select:focus {
      border-color: var(--orange) !important;
      background: #fff !important;
      box-shadow: 0 0 0 3px rgba(255,76,7,.18) !important;
    }
    .hero .form-select-wrap::after { border-top-color: var(--dark) !important; }
    .hero .form-submit {
      background: var(--orange) !important;
      color: #fff !important;
      box-shadow: none !important;
    }
    .hero .form-submit:hover { background: #e64406 !important; }
    .hero .form-privacy,
    .hero .form-success__sub { color: #606060 !important; }
    .hero .req { color: var(--orange) !important; }

    /* Logo Placcar branca */
    .logo-bar img { content: url("/assets/logo-white.png"); }

    /* ============================================================
       AJUSTES: inversão de blocos, título accent, contato no header
    ============================================================ */
    /* DORES: fundo branco */
    .pain-strip { background: var(--white) !important; }
    .pain-strip::after { display: none; }
    .pain-strip__label { color: var(--dark) !important; }
    .pain-card {
      background: var(--white) !important;
      border: 1px solid rgba(22,22,22,.10) !important;
      border-top: 4px solid var(--orange) !important;
    }
    .pain-card__quote { background: #F5F5F5 !important; }
    .pain-card__text { color: var(--dark) !important; }

    /* COMO FUNCIONA: fundo preto */
    .section--white#como-funciona,
    #como-funciona { background: #161616 !important; }
    #como-funciona .h2,
    #como-funciona .step-title { color: var(--white) !important; }
    #como-funciona .lead,
    #como-funciona .step-text { color: rgba(255,255,255,.68) !important; }
    #como-funciona .steps__outer { border-color: rgba(255,255,255,.12) !important; }
    #como-funciona .step-item {
      border-right-color: rgba(255,255,255,.12) !important;
      border-bottom-color: rgba(255,255,255,.12) !important;
    }
    #como-funciona .step-icon,
    #como-funciona .step-item svg { background: transparent !important; color: var(--white) !important; }
    #como-funciona .step-icon svg { stroke: var(--white) !important; }

    /* Depoimentos: parte final do título em laranja */
    .h2-accent { color: var(--orange); }

    /* Header: telefone + CTA "Ligamos para você" */
    .logo-bar__inner { justify-content: space-between !important; gap: 16px; }
    .logo-bar__contact { display: flex; align-items: center; gap: 16px; }
    .logo-bar__phone {
      color: var(--white); font-weight: 600; font-size: 16px;
      text-decoration: none; white-space: nowrap;
    }
    .logo-bar__contact .logo-bar__cta {
      display: inline-flex; align-items: center; gap: 10px;
      font-size: 15px; font-weight: 600; color: var(--orange);
      border: 1.5px solid var(--orange); border-radius: 0;
      padding: 10px 20px; text-decoration: none; white-space: nowrap;
    }
    .logo-bar__contact .logo-bar__cta svg { width: 20px; height: 20px; }
    .logo-bar__contact .logo-bar__cta:hover { background: var(--orange); color: var(--white); }
    @media (max-width: 720px) {
      .logo-bar__phone { font-size: 14px; }
      .logo-bar__contact .logo-bar__cta { display: none; }
    }

    /* Ícone de lupa no título do formulário (1ª dobra) */
    .form-card__title { display: flex; align-items: center; gap: 10px; }
    .form-card__icon { flex: 0 0 auto; }

    /* Como funciona: ícones laranja em caixa preta */
    #como-funciona .step-icon-wrap {
      background: #161616 !important;
      border: 1px solid rgba(240,70,40,.35) !important;
      color: var(--orange) !important;
    }
    #como-funciona .step-icon-wrap svg { stroke: var(--orange) !important; color: var(--orange) !important; opacity: 1 !important; }

    /* Marca gráfica Placcar no CTA final */
    .cta-final { position: relative; overflow: hidden; }
    .cta-final__mark {
      position: absolute; right: -60px; bottom: -60px;
      width: 320px; height: auto; opacity: .18;
      pointer-events: none; user-select: none;
    }
    @media (max-width: 720px) { .cta-final__mark { width: 180px; right: -40px; bottom: -40px; } }

    /* Lupa acima do título do hero */
    .form-card__title { display: block; }
    .hero__icon { display: block; margin: 0 0 18px; }

    /* Como funciona: sem números, apenas ícones */
    #como-funciona .step-num { display: none !important; }

    /* Linha fina branca separando header e hero */
    .logo-bar { border-bottom: 1px solid rgba(255,255,255,.18) !important; }

    /* CTA final: fundo sólido, sem degradê */
    .cta-final { background: #161616 !important; }
    .cta-final::before { display: none !important; }
    .cta-final__mark {
      right: 40px; bottom: 40px; width: 150px; opacity: .14;
    }
    @media (max-width: 720px) { .cta-final__mark { width: 96px; right: 20px; bottom: 20px; } }

    /* ============================================================
       DORES: imagem no topo de cada card
    ============================================================ */
    .pain-card { padding-top: 0 !important; overflow: hidden; }
    .pain-card__media {
      margin: 0 -32px 26px;
      height: 190px;
      overflow: hidden;
    }
    .pain-card__media img {
      width: 100%; height: 100%;
      object-fit: cover; display: block;
    }
    @media (max-width: 900px) {
      .pain-card__media { height: 210px; }
    }
