.elementor-7718 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-7718 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ═══════════════════════════════════════════════════
       TOKENS
    ═══════════════════════════════════════════════════ */
    :root {
      --navy: #444aba;
      --navy-dark: #3a3f9e;
      --navy-light: #f0f4ff;
      --navy-050: rgba(68, 74, 186, .06);
      --blue-soft: #93c5fd;
      --blue-pale: #bfdbfe;

      --ink: #111;
      --ink-soft: #3a3a3a;
      --ink-mute: #6b6b6b;
      --surface: #fff;
      --surface-alt: #f5f5f5;
      --line: rgba(17, 17, 17, .08);

      --radius-sm: 10px;
      --radius-md: 14px;
      --radius-lg: 20px;
      --radius-pill: 999px;

      --shadow-sm: 0 1px 3px rgba(17, 17, 17, .06), 0 6px 18px rgba(17, 17, 17, .05);
      --shadow-md: 0 10px 30px rgba(17, 17, 17, .10);
      --shadow-lg: 0 25px 60px rgba(0, 0, 0, .35);

      --header-h: 68px;
      --section-py: clamp(64px, 8vw, 104px);
      --container: 1200px;

      --font-display: 'Lora', Georgia, serif;
      --font-body: 'DM Sans', system-ui, -apple-system, sans-serif;

      --ease: cubic-bezier(.22, .61, .36, 1);
    }

    /* ═══════════════════════════════════════════════════
       BASE
    ═══════════════════════════════════════════════════ */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }
    body {
      font-family: var(--font-body);
      background: var(--surface);
      color: var(--ink);
      line-height: 1.6;
      overflow-x: hidden;
    }
    img { display: block; max-width: 100%; }
    a { text-decoration: none; color: inherit; }
    button { font: inherit; }
    ul { list-style: none; }

    :focus-visible {
      outline: 3px solid var(--blue-soft);
      outline-offset: 3px;
      border-radius: 4px;
    }

    .skip-link {
      position: absolute; left: 12px; top: -80px; z-index: 999;
      background: #fff; color: var(--navy); font-weight: 600; font-size: .875rem;
      padding: 12px 20px; border-radius: var(--radius-pill); transition: top .2s var(--ease);
    }
    .skip-link:focus { top: 12px; }

    .container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
    .section { padding: var(--section-py) 0; }
    .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;
    }

    /* ═══════════════════════════════════════════════════
       TYPOGRAPHY
    ═══════════════════════════════════════════════════ */
    .eyebrow {
      display: block;
      font-size: .7rem; font-weight: 600; letter-spacing: .16em;
      text-transform: uppercase; color: var(--navy); margin-bottom: 14px;
    }
    .eyebrow--light { color: var(--blue-soft); }

    .h2 {
      font-family: var(--font-display);
      font-size: clamp(1.65rem, 3.2vw, 2.4rem);
      font-weight: 700; color: var(--navy);
      line-height: 1.22; letter-spacing: -.01em;
      text-wrap: balance;
    }
    .h2--light { color: #fff; }

    .lead { font-size: 1.0625rem; line-height: 1.75; color: var(--ink-soft); }

    .section-head { max-width: 640px; margin: 0 auto clamp(40px, 5vw, 60px); text-align: center; }
    .section-head .eyebrow { margin-bottom: 10px; }
    .section-head p { margin-top: 14px; color: var(--ink-soft); font-size: 1rem; }

    /* ═══════════════════════════════════════════════════
       BUTTONS
    ═══════════════════════════════════════════════════ */
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 10px;
      font-family: var(--font-body); font-weight: 600; font-size: 1rem;
      padding: 16px 30px; border-radius: var(--radius-pill);
      border: 2px solid transparent; cursor: pointer;
      transition: transform .18s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease), color .2s var(--ease);
      line-height: 1.2; text-align: center;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn:active { transform: translateY(0); }
    .btn svg { width: 18px; height: 18px; flex-shrink: 0; }

    .btn--white { background: #61ce70; color: #ffffff; box-shadow: 0 6px 22px rgba(0, 0, 0, .18); }
    .btn--white:hover { background: #f3f4ff; box-shadow: 0 12px 30px rgba(0, 0, 0, .24); }

    .btn--navy { background: #61ce70; color: #fff; box-shadow: 0 8px 24px rgba(68, 74, 186, .3); }
    .btn--navy:hover { background: var(--navy-dark); box-shadow: 0 14px 34px rgba(68, 74, 186, .38); }

    .btn--ghost-light { border-color: rgba(255, 255, 255, .45); color: #fff; background: transparent; }
    .btn--ghost-light:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }

    .btn--outline {
      color: #ffffff; background: #61ce70;
      font-size: .8125rem; padding: 12px 22px;
    }
    .btn--outline:hover { background: var(--navy); color: #fff;}
    
    .btn--outline2 {
      color: #3e43a0; background: transparent;  border: 2px solid #3e43a0;
  border-radius: 8px;
      font-size: .8125rem; padding: 12px 22px;
    }
    .btn--outline2:hover { background: var(--navy); color: #fff; }

    .btn--block { width: 100%; }
    .btn--sm { padding: 12px 22px; font-size: .875rem; }

    .btn-note { font-size: .8125rem; color: var(--ink-mute); margin-top: 12px; }
    .btn-note--light { color: rgba(255, 255, 255, .6); }

    .cta-pair { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

    /* ═══════════════════════════════════════════════════
       HEADER
    ═══════════════════════════════════════════════════ */
    .site-header {
      position: fixed; inset: 0 0 auto 0; z-index: 100;
      background: rgba(68, 74, 186, .94);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(255, 255, 255, .12);
      transition: box-shadow .25s var(--ease), background .25s var(--ease);
    }
    .site-header.is-scrolled { background: rgba(58, 63, 158, .98); box-shadow: 0 6px 24px rgba(0, 0, 0, .18); }

    .header-inner {
      max-width: var(--container); margin: 0 auto; padding: 0 24px;
      height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 20px;
    }
    .brand { display: block; line-height: 1.2; }
    .brand__name { color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 1rem; letter-spacing: .01em; display: block; }
    .brand__sub { color: rgba(255, 255, 255, .5); font-size: .625rem; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; display: block; margin-top: 2px; }

    .nav { display: flex; align-items: center; gap: 28px; }
    .nav__link { color: rgba(255, 255, 255, .78); font-size: .875rem; font-weight: 500; position: relative; padding: 4px 0; transition: color .2s var(--ease); }
    .nav__link::after {
      content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
      background: var(--blue-soft); transform: scaleX(0); transform-origin: left;
      transition: transform .22s var(--ease);
    }
    .nav__link:hover { color: #fff; }
    .nav__link:hover::after { transform: scaleX(1); }

    .nav__phone {
      display: inline-flex; align-items: center; gap: 7px;
      color: rgba(255, 255, 255, .8); font-size: .8125rem; font-weight: 500;
      transition: color .2s var(--ease);
    }
    .nav__phone svg { width: 14px; height: 14px; color: var(--blue-soft); }
    .nav__phone:hover { color: #fff; }

    .nav__cta {
      display: inline-flex; align-items: center; gap: 8px;
      background: #61ce70; color: #ffffff; font-weight: 600; font-size: .875rem;
      padding: 10px 20px; border-radius: var(--radius-pill);
      transition: background .2s var(--ease), transform .18s var(--ease);
    }
    .nav__cta:hover { background: #eef0ff; transform: translateY(-1px); }
    .nav__cta svg { width: 15px; height: 15px; }

    .menu-btn {
      display: none; background: none; border: 1px solid rgba(255, 255, 255, .25);
      border-radius: 10px; cursor: pointer; color: #fff; padding: 8px; line-height: 0;
    }
    .menu-btn svg { width: 22px; height: 22px; }

    .mobile-nav {
      display: none; flex-direction: column; gap: 4px;
      padding: 12px 24px 22px; background: var(--navy-dark);
      border-top: 1px solid rgba(255, 255, 255, .12);
    }
    .mobile-nav.is-open { display: flex; }
    .mobile-nav a:not(.nav__cta):not(.mobile-nav__call) {
      color: rgba(255, 255, 255, .85); font-size: 1rem; padding: 13px 0;
      border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
    .mobile-nav .nav__cta { justify-content: center; margin-top: 16px; padding: 14px 20px; font-size: 1rem; }
    .mobile-nav__call {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      margin-top: 10px; color: rgba(255, 255, 255, .8); font-size: .9375rem; padding: 8px;
    }
    .mobile-nav__call svg { width: 15px; height: 15px; color: var(--blue-soft); }

    @media (max-width: 1024px) {
      .nav { display: none; }
      .menu-btn { display: block; }
    }
    @media (max-width: 620px) {
      .brand__name { font-size: .9375rem; }
      .brand__sub { display: none; }
    }

    /* ═══════════════════════════════════════════════════
       HERO
    ═══════════════════════════════════════════════════ */
    .hero {
      position: relative; overflow: hidden;
      background: linear-gradient(135deg, #4a50c6 0%, #444aba 45%, #3d42a8 100%);
      padding: calc(var(--header-h) + clamp(44px, 6vw, 76px)) 0 clamp(72px, 8vw, 104px);
    }
    .hero__dots {
      position: absolute; inset: 0; opacity: .05; pointer-events: none;
      background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
      background-size: 38px 38px;
    }
    .hero__glow {
      position: absolute; right: -240px; top: 50%; transform: translateY(-50%);
      width: 720px; height: 720px; border-radius: 50%; pointer-events: none;
      background: radial-gradient(circle, rgba(255, 255, 255, .10) 0%, transparent 62%);
    }
    .hero__ring {
      position: absolute; right: -300px; top: 50%; transform: translateY(-50%);
      width: 620px; height: 620px; border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, .08); pointer-events: none;
    }
    .hero__inner {
      position: relative; z-index: 2;
      max-width: var(--container); margin: 0 auto; padding: 0 24px;
      display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 5vw, 72px); align-items: center;
    }

    .hero__eyebrow {
      display: inline-flex; align-items: center; gap: 9px;
      background: rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .9);
      font-size: .6875rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase;
      padding: 9px 16px; border-radius: var(--radius-pill); margin-bottom: 22px;
      border: 1px solid rgba(255, 255, 255, .1);
    }
    .hero__eyebrow i {
      width: 6px; height: 6px; border-radius: 50%; background: var(--blue-soft);
      flex-shrink: 0; box-shadow: 0 0 0 4px rgba(147, 197, 253, .22);
    }

    .hero h1 {
      font-family: var(--font-display); font-weight: 700; color: #fff;
      font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.12;
      letter-spacing: -.015em; margin-bottom: 10px; text-wrap: balance;
    }
    .hero__promise {
      font-family: var(--font-display); font-style: italic; font-weight: 400;
      color: var(--blue-pale); font-size: clamp(1.2rem, 2.3vw, 1.75rem);
      line-height: 1.3; margin-bottom: 20px;
    }
    .hero__desc {
      color: rgba(255, 255, 255, .78); font-size: 1.0625rem; line-height: 1.72;
      margin-bottom: 26px; max-width: 540px;
    }

    .hero__checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin-bottom: 32px; max-width: 580px; }
    .hero__checks li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255, 255, 255, .88); font-size: .875rem; line-height: 1.45; }
    .hero__checks svg { width: 17px; height: 17px; color: var(--blue-soft); flex-shrink: 0; margin-top: 2px; }

    .hero__proof {
      display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px;
      margin-top: 22px; color: rgba(255, 255, 255, .6); font-size: .8125rem;
    }
    .hero__proof span { display: inline-flex; align-items: center; gap: 7px; }
    .hero__proof svg { width: 14px; height: 14px; color: var(--blue-soft); }

    .hero__media { position: relative; }
    .hero__frame {
      position: relative; border-radius: var(--radius-lg); overflow: hidden;
      box-shadow: var(--shadow-lg); aspect-ratio: 4/5; width: 100%; max-width: 460px; margin-left: auto;
      border: 1px solid rgba(255, 255, 255, .14);
    }
    .hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .hero__frame::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(58, 63, 158, .72) 0%, rgba(58, 63, 158, .12) 42%, transparent 70%);
    }
    .hero__seals {
      position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 2;
      display: flex; flex-wrap: wrap; gap: 8px;
    }
    .hero__seal {
      background: rgba(255, 255, 255, .95); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
      border-radius: var(--radius-pill); padding: 7px 14px;
      font-size: .6875rem; font-weight: 600; color: var(--navy); letter-spacing: .01em;
      box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
    }

    @media (max-width: 1024px) {
      .hero__inner { grid-template-columns: 1fr; gap: 40px; }
      .hero__media { order: 2; }
      .hero__copy { order: 1; }
      .hero__frame { max-width: 380px; margin: 0 auto; aspect-ratio: 4/4.4; }
      .hero__ring, .hero__glow { display: none; }
    }
    @media (max-width: 560px) {
      .hero__checks { grid-template-columns: 1fr; gap: 10px; }
      .hero .btn { width: 100%; }
      .hero .cta-pair { flex-direction: column; align-items: stretch; }
    }

    /* ═══════════════════════════════════════════════════
       TRUST STRIP
    ═══════════════════════════════════════════════════ */
    .trust {
      background: #fff; border-bottom: 1px solid var(--line);
      margin-top: -1px;
    }
    .trust__grid {
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 1px; background: var(--line);
      border-radius: var(--radius-md); overflow: hidden;
      margin: -44px auto 0; position: relative; z-index: 5;
      max-width: 1060px; box-shadow: var(--shadow-md);
    }
    .trust__item {
      background: #fff; padding: 24px 20px; text-align: center;
      display: flex; flex-direction: column; align-items: center; gap: 6px;
    }
    .trust__item svg { width: 22px; height: 22px; color: var(--navy); margin-bottom: 2px; }
    .trust__value { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--navy); line-height: 1.2; }
    .trust__label { font-size: .75rem; color: var(--ink-mute); line-height: 1.4; }
    .trust__spacer { height: clamp(40px, 5vw, 56px); }

    @media (max-width: 860px) {
      .trust__grid { grid-template-columns: 1fr 1fr; margin-top: -36px; }
    }
    @media (max-width: 420px) {
      .trust__grid { grid-template-columns: 1fr; }
    }

    /* ═══════════════════════════════════════════════════
       DIFERENCIAIS
    ═══════════════════════════════════════════════════ */
    .diff { background: #fff; }
    .diff__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 64px); align-items: start; }
    .diff__img {
      margin-top: 28px; border-radius: var(--radius-lg); overflow: hidden;
      box-shadow: var(--shadow-sm); aspect-ratio: 16/10;
    }
    .diff__img img { width: 100%; height: 100%; object-fit: cover; }

    .diff__list-label {
      font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em;
      color: var(--navy); margin-bottom: 20px; display: block;
    }
    .diff__list { display: grid; gap: 10px; }
    .diff__item {
      display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px;
      background: #fafafa; border: 1px solid var(--line); border-radius: var(--radius-md);
      transition: background .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease);
    }
    .diff__item:hover { background: var(--navy-light); border-color: rgba(68, 74, 186, .25); transform: translateX(3px); }
    .diff__check {
      width: 26px; height: 26px; border-radius: 50%; background: var(--navy);
      display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;
    }
    .diff__check svg { width: 13px; height: 13px; color: #fff; }
    .diff__item span { font-size: .9375rem; font-weight: 500; color: var(--ink); line-height: 1.5; }
    .diff__cta { margin-top: 26px; }

    @media (max-width: 1024px) { .diff__grid { grid-template-columns: 1fr; gap: 36px; } }

    /* ═══════════════════════════════════════════════════
       TICKER
    ═══════════════════════════════════════════════════ */
    .ticker {
      background: var(--navy); padding: 18px 0; overflow: hidden;
      border-top: 1px solid rgba(255, 255, 255, .1); border-bottom: 1px solid rgba(255, 255, 255, .1);
      position: relative;
    }
    .ticker::before, .ticker::after {
      content: ''; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
    }
    .ticker::before { left: 0; background: linear-gradient(to right, var(--navy), transparent); }
    .ticker::after { right: 0; background: linear-gradient(to left, var(--navy), transparent); }
    .ticker__track {
      display: flex; align-items: center; white-space: nowrap; width: max-content;
      animation: ticker-scroll 34s linear infinite;
    }
    .ticker:hover .ticker__track { animation-play-state: paused; }
    .ticker__item { display: inline-flex; align-items: center; gap: 20px; padding: 0 14px; }
    .ticker__text { color: rgba(255, 255, 255, .92); font-size: .875rem; font-weight: 500; letter-spacing: .04em; }
    .ticker__dot { color: var(--blue-soft); font-size: 1.05rem; line-height: 1; }
    @keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    /* ═══════════════════════════════════════════════════
       ESPECIALIDADES
    ═══════════════════════════════════════════════════ */
    .spec { background: var(--surface-alt); }
    .spec__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .spec__card {
      background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
      padding: 28px 26px; display: flex; flex-direction: column;
      box-shadow: var(--shadow-sm);
      transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
      position: relative; overflow: hidden;
    }
    .spec__card::before {
      content: ''; position: absolute; inset: 0 0 auto 0; height: 3px;
      background: var(--navy); transform: scaleX(0); transform-origin: left;
      transition: transform .3s var(--ease);
    }
    .spec__card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(68, 74, 186, .25); }
    .spec__card:hover::before { transform: scaleX(1); }

    .spec__icon {
      width: 52px; height: 52px; border-radius: var(--radius-md);
      background: var(--navy-light); display: flex; align-items: center; justify-content: center;
      font-size: 1.5rem; margin-bottom: 18px;
    }
    .spec__title {
      font-family: var(--font-display); font-weight: 700; font-size: 1.125rem;
      color: var(--navy); margin-bottom: 16px; line-height: 1.3;
    }
    .spec__items { display: grid; gap: 9px; margin-bottom: 24px; }
    .spec__item { display: flex; align-items: flex-start; gap: 9px; font-size: .875rem; color: var(--ink-soft); line-height: 1.5; }
    .spec__item i {
      width: 5px; height: 5px; border-radius: 50%; background: var(--navy);
      flex-shrink: 0; margin-top: 8px; opacity: .55;
    }
    .spec__cta { margin-top: auto; }

    @media (max-width: 1024px) { .spec__grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px) { .spec__grid { grid-template-columns: 1fr; } }

    /* ═══════════════════════════════════════════════════
       SOBRE
    ═══════════════════════════════════════════════════ */
    .about { background: var(--navy); }
    .about__grid {
      display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 5vw, 64px);
      align-items: center; margin-bottom: clamp(56px, 7vw, 88px);
    }
    .about__media { position: relative; }
    .about__frame {
      position: relative; border-radius: var(--radius-lg); overflow: hidden;
      box-shadow: var(--shadow-lg); aspect-ratio: 4/5; border: 1px solid rgba(255, 255, 255, .14);
    }
    .about__frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .about__frame::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(58, 63, 158, .7), transparent 55%);
    }
    .about__seals { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2; display: flex; flex-wrap: wrap; gap: 7px; }
    .about__seal {
      background: rgba(255, 255, 255, .94); font-size: .6875rem; font-weight: 600;
      color: var(--navy); padding: 6px 13px; border-radius: var(--radius-pill);
    }
    .about__body { color: rgba(255, 255, 255, .78); font-size: 1.0625rem; line-height: 1.75; margin-bottom: 16px; }
    .about__icons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 32px; }
    .about__icon-card {
      display: flex; align-items: flex-start; gap: 12px;
      background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius-md); padding: 16px 18px;
      transition: background .22s var(--ease);
    }
    .about__icon-card:hover { background: rgba(255, 255, 255, .16); }
    .about__icon-card svg { width: 20px; height: 20px; color: var(--blue-soft); flex-shrink: 0; margin-top: 2px; }
    .about__icon-card span { color: #fff; font-size: .875rem; font-weight: 500; line-height: 1.45; }

    /* team */
    .team__title {
      font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; color: #fff;
      text-align: center; margin-bottom: 8px; margin-top: 30px 
    }
    .team__sub { text-align: center; color: rgba(255, 255, 255, .55); font-size: .875rem; margin-bottom: 32px; }
    .team__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-bottom: 30px}
    .team__card {
      background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius-lg); padding: 24px 20px; text-align: center;
      flex: 1 1 260px; max-width: 340px;
      transition: background .22s var(--ease), transform .22s var(--ease);
    }
    .team__card:hover { background: rgba(255, 255, 255, .15); transform: translateY(-3px); }
    .team__avatar {
      width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 16px;
      background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .18);
      display: flex; align-items: center; justify-content: center; overflow: hidden;
      font-family: var(--font-display); font-weight: 600; font-size: 1.25rem;
      color: rgba(255, 255, 255, .82); letter-spacing: .04em;
    }
    .team__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .team__name { font-family: var(--font-display); font-weight: 600; font-size: .9375rem; color: #fff; margin-bottom: 5px; line-height: 1.3; }
    .team__spec { color: var(--blue-pale); font-size: .8125rem; margin-bottom: 6px; line-height: 1.45; }
    .team__crm { color: rgba(255, 255, 255, .45); font-size: .6875rem; line-height: 1.5; }
    .team__divider { border: none; border-top: 1px solid rgba(255, 255, 255, .12); margin: clamp(44px, 6vw, 64px) 0 clamp(36px, 5vw, 48px); }

    @media (max-width: 1024px) {
      .about__grid { grid-template-columns: 1fr; }
      .about__frame { aspect-ratio: 4/3.4; max-width: 520px; margin: 0 auto; }
    }
    @media (max-width: 640px) {
      .about__icons { grid-template-columns: 1fr; }
      .team__card { flex: 1 1 100%; max-width: 100%; }
    }

    /* ═══════════════════════════════════════════════════
       COMO FUNCIONA
    ═══════════════════════════════════════════════════ */
    .how { background: #fff; }
    .how__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
    .how__step {
      position: relative; padding: 30px 26px 28px;
      border-radius: var(--radius-lg); display: flex; flex-direction: column;
      transition: transform .25s var(--ease), box-shadow .25s var(--ease);
    }
    .how__step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
    .how__step--light { background: var(--navy-light); border: 1px solid rgba(68, 74, 186, .12); }
    .how__step--dark { background: var(--navy); }
    .how__num {
      font-family: var(--font-display); font-size: 2.75rem; font-weight: 700;
      line-height: 1; margin-bottom: 16px; user-select: none;
    }
    .how__step--light .how__num { color: rgba(68, 74, 186, .22); }
    .how__step--dark .how__num { color: rgba(255, 255, 255, .25); }
    .how__title { font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; margin-bottom: 10px; line-height: 1.3; }
    .how__step--light .how__title { color: var(--navy); }
    .how__step--dark .how__title { color: #fff; }
    .how__text { font-size: .875rem; line-height: 1.65; }
    .how__step--light .how__text { color: var(--ink-soft); }
    .how__step--dark .how__text { color: rgba(255, 255, 255, .75); }
    .how__foot { margin-top: clamp(36px, 4vw, 48px); text-align: center; }

    @media (max-width: 1024px) { .how__grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 560px) { .how__grid { grid-template-columns: 1fr; } }

    /* ═══════════════════════════════════════════════════
       CTA FINAL
    ═══════════════════════════════════════════════════ */
    .cta { background: var(--navy-light); text-align: center; }
    .cta__inner { max-width: 720px; margin: 0 auto; }
    .cta__title {
      font-family: var(--font-display); font-size: clamp(1.7rem, 3.2vw, 2.3rem);
      font-weight: 700; color: var(--navy); margin-bottom: 16px; line-height: 1.25; text-wrap: balance;
    }
    .cta__text { color: var(--ink-soft); font-size: 1.0625rem; line-height: 1.7; margin-bottom: 32px; }
    .cta .cta-pair { justify-content: center; }
    .cta__contacts {
      display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px;
      margin-top: 28px; font-size: .875rem; color: var(--ink-soft);
    }
    .cta__contacts a, .cta__contacts span { display: inline-flex; align-items: center; gap: 8px; }
    .cta__contacts svg { width: 15px; height: 15px; color: var(--navy); flex-shrink: 0; }
    .cta__contacts a:hover { color: var(--navy); }

    @media (max-width: 560px) {
      .cta .btn { width: 100%; }
      .cta .cta-pair { flex-direction: column; align-items: stretch; }
    }

    /* ═══════════════════════════════════════════════════
       FOOTER
    ═══════════════════════════════════════════════════ */
    .site-footer { background: var(--navy); padding: clamp(48px, 6vw, 64px) 0 32px; }
    .footer__grid { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 40px; margin-bottom: 36px; }
    .footer__brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; color: #fff; margin-bottom: 4px; }
    .footer__brand-sub { color: rgba(255, 255, 255, .5); font-size: .6875rem; margin-bottom: 20px; letter-spacing: .02em; }
    .footer__row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
    .footer__row svg { width: 16px; height: 16px; color: var(--blue-soft); flex-shrink: 0; margin-top: 3px; }
    .footer__row p, .footer__row a { color: rgba(255, 255, 255, .8); font-size: .875rem; line-height: 1.6; transition: color .2s var(--ease); }
    .footer__row a:hover { color: #fff; }
    .footer__label { color: rgba(255, 255, 255, .42); font-size: .625rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 16px; }
    .footer__chips { display: flex; flex-wrap: wrap; gap: 8px; }
    .footer__chip {
      background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .1);
      color: rgba(255, 255, 255, .82); font-size: .8125rem; padding: 7px 14px; border-radius: var(--radius-pill);
    }
    .footer__cta-col { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
    .footer__bottom {
      border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 24px;
      display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
    }
    .footer__bottom p { color: rgba(255, 255, 255, .38); font-size: .75rem; }
    .footer__legal { color: rgba(255, 255, 255, .32); font-size: .6875rem; line-height: 1.6; margin-top: 14px; max-width: 760px; }

    @media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 600px) { .footer__grid { grid-template-columns: 1fr; gap: 32px; } }

    /* ═══════════════════════════════════════════════════
       FLOATING / STICKY CTA
    ═══════════════════════════════════════════════════ */
    .wa-float {
      position: fixed; right: 22px; bottom: 22px; z-index: 90;
      display: inline-flex; align-items: center; gap: 10px;
      background: #25D366; color: #fff; font-weight: 600; font-size: .9375rem;
      padding: 14px 20px; border-radius: var(--radius-pill);
      box-shadow: 0 10px 30px rgba(0, 0, 0, .28);
      opacity: 0; visibility: hidden; transform: translateY(14px);
      transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
    }
    .wa-float.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
    .wa-float:hover { background: #1fb855; }
    .wa-float svg { width: 20px; height: 20px; flex-shrink: 0; }

    .mobile-bar {
      position: fixed; inset: auto 0 0 0; z-index: 95;
      display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
      background: rgba(255, 255, 255, .97); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
      border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(0, 0, 0, .1);
      transform: translateY(110%); transition: transform .3s var(--ease);
    }
    .mobile-bar.is-visible { transform: translateY(0); }
    .mobile-bar a {
      flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
      font-weight: 600; font-size: .875rem; padding: 15px 10px; border-radius: var(--radius-pill);
      white-space: nowrap; line-height: 1;
    }
    .mobile-bar__wa { background: var(--navy); color: #fff; flex: 1.6; }
    .mobile-bar__call { background: var(--navy-light); color: var(--navy); border: 1px solid rgba(68, 74, 186, .2); }
    .mobile-bar svg { width: 17px; height: 17px; }

    @media (max-width: 768px) {
      .wa-float { display: none; }
      .mobile-bar { display: flex; }
      body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
    }

    /* ═══════════════════════════════════════════════════
       REVEAL / MOTION
    ═══════════════════════════════════════════════════ */
    .js .reveal { opacity: 0; transform: translateY(22px); }
    .js .reveal.is-visible {
      opacity: 1; transform: none;
      transition: opacity .65s var(--ease), transform .65s var(--ease);
    }
    .js .reveal[data-delay="1"].is-visible { transition-delay: .09s; }
    .js .reveal[data-delay="2"].is-visible { transition-delay: .18s; }
    .js .reveal[data-delay="3"].is-visible { transition-delay: .27s; }
    .js .reveal[data-delay="4"].is-visible { transition-delay: .36s; }
    .js .reveal[data-delay="5"].is-visible { transition-delay: .45s; }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: .001ms !important; animation-iteration-count: 1 !important;
        transition-duration: .001ms !important; scroll-behavior: auto !important;
      }
      .js .reveal { opacity: 1 !important; transform: none !important; }
      .ticker__track { animation: none; transform: none; }
      .ticker { overflow-x: auto; }
    }

    svg.icon { display: inline-block; vertical-align: middle; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    
    /* ── Blindagem: header, barra mobile e rodapé em largura real da tela ── */
html { overflow-x: hidden; }

.site-header,
.mobile-bar,
.site-footer {
  left: 0 !important;
  right: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.header-inner,
.mobile-nav,
.site-footer .container {
  max-width: none !important;
  width: 100% !important;
  padding-left: clamp(20px, 4vw, 48px) !important;
  padding-right: clamp(20px, 4vw, 48px) !important;
}/* End custom CSS */