    /* ============================================================
       IA365 — Redesign Apple (estética Find My)
       Tokens: HIG semantic colors · SF Pro · materiais de vidro
       ============================================================ */
    :root {
      color-scheme: light dark;

      /* Marca IA365 harmonizada com semantic colors */
      --tint: #0052FF;
      --tint-pressed: #0040CC;
      --green: #34C759;
      --whatsapp: #25D366;
      --whatsapp-pressed: #1DA851;

      /* Superfícies */
      --bg-page: #F2F2F7;
      --bg-card: #FFFFFF;
      --bg-elevated: #FFFFFF;
      --bg-inverse: #000000;
      --bg-inverse-card: #1C1C1E;

      /* Texto */
      --label-1: #000000;
      --label-2: rgba(60,60,67,0.72);
      --label-3: rgba(60,60,67,0.40);
      --label-inverse-1: #FFFFFF;
      --label-inverse-2: rgba(235,235,245,0.64);

      /* Linhas e preenchimentos */
      --separator: rgba(60,60,67,0.29);
      --fill-1: rgba(120,120,128,0.20);
      --fill-2: rgba(120,120,128,0.16);
      --fill-3: rgba(118,118,128,0.12);

      /* Vidro */
      --glass-nav: rgba(246,246,248,0.72);
      --glass-card: rgba(255,255,255,0.78);
      --glass-border: rgba(0,0,0,0.08);

      /* Sombras em camadas (sempre pretas, alpha baixo) */
      --shadow-card: 0 0 0 0.5px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.06), 0 8px 24px rgba(0,0,0,0.08);
      --shadow-float: 0 0 0 0.5px rgba(0,0,0,0.05), 0 4px 12px rgba(0,0,0,0.08), 0 16px 48px rgba(0,0,0,0.16);

      /* Mapa (hero Find My) */
      --map-land: #F1EFE9;
      --map-park: #DCEBD2;
      --map-water: #C4DCF0;
      --map-road: #FFFFFF;
      --map-road-minor: rgba(255,255,255,0.65);

      /* Formas */
      --radius-sm: 10px;
      --radius-md: 12px;
      --radius-lg: 16px;
      --radius-xl: 20px;
      --radius-2xl: 26px;

      /* Motion */
      --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.175);
      --ease-out: cubic-bezier(0.25, 0.1, 0.25, 1);
      --dur-instant: 120ms;
      --dur-fast: 200ms;
      --dur-base: 320ms;

      --nav-h: 52px;
    }

    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) {
        --tint: #3378FF;
        --tint-pressed: #5C93FF;
        --green: #30D158;
        --bg-page: #000000;
        --bg-card: #1C1C1E;
        --bg-elevated: #2C2C2E;
        --bg-inverse: #F2F2F7;
        --bg-inverse-card: #FFFFFF;
        --label-1: #FFFFFF;
        --label-2: rgba(235,235,245,0.64);
        --label-3: rgba(235,235,245,0.34);
        --label-inverse-1: #000000;
        --label-inverse-2: rgba(60,60,67,0.72);
        --separator: rgba(84,84,88,0.60);
        --fill-1: rgba(120,120,128,0.36);
        --fill-2: rgba(120,120,128,0.30);
        --fill-3: rgba(118,118,128,0.22);
        --glass-nav: rgba(22,22,24,0.72);
        --glass-card: rgba(44,44,46,0.72);
        --glass-border: rgba(255,255,255,0.10);
        --shadow-card: inset 0 0 0 0.5px rgba(255,255,255,0.07), 0 4px 16px rgba(0,0,0,0.35), 0 12px 40px rgba(0,0,0,0.45);
        --shadow-float: inset 0 0 0 0.5px rgba(255,255,255,0.09), 0 8px 24px rgba(0,0,0,0.45), 0 24px 64px rgba(0,0,0,0.55);
        --map-land: #232326;
        --map-park: #23301F;
        --map-water: #182636;
        --map-road: #3A3A3C;
        --map-road-minor: rgba(70,70,74,0.75);
      }
    }
    :root[data-theme="dark"] {
      --tint: #3378FF;
      --tint-pressed: #5C93FF;
      --green: #30D158;
      --bg-page: #000000;
      --bg-card: #1C1C1E;
      --bg-elevated: #2C2C2E;
      --bg-inverse: #F2F2F7;
      --bg-inverse-card: #FFFFFF;
      --label-1: #FFFFFF;
      --label-2: rgba(235,235,245,0.64);
      --label-3: rgba(235,235,245,0.34);
      --label-inverse-1: #000000;
      --label-inverse-2: rgba(60,60,67,0.72);
      --separator: rgba(84,84,88,0.60);
      --fill-1: rgba(120,120,128,0.36);
      --fill-2: rgba(120,120,128,0.30);
      --fill-3: rgba(118,118,128,0.22);
      --glass-nav: rgba(22,22,24,0.72);
      --glass-card: rgba(44,44,46,0.72);
      --glass-border: rgba(255,255,255,0.10);
      --shadow-card: inset 0 0 0 0.5px rgba(255,255,255,0.07), 0 4px 16px rgba(0,0,0,0.35), 0 12px 40px rgba(0,0,0,0.45);
      --shadow-float: inset 0 0 0 0.5px rgba(255,255,255,0.09), 0 8px 24px rgba(0,0,0,0.45), 0 24px 64px rgba(0,0,0,0.55);
      --map-land: #232326;
      --map-park: #23301F;
      --map-water: #182636;
      --map-road: #3A3A3C;
      --map-road-minor: rgba(70,70,74,0.75);
    }

    /* ---------- Base ---------- */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
    body {
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif;
      background: var(--bg-page);
      color: var(--label-1);
      font-size: 17px;
      line-height: 1.6;
      letter-spacing: -0.02em;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      font-synthesis: none;
    }
    .mono { font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace; }
    img { max-width: 100%; display: block; }
    a { color: var(--tint); text-decoration: none; }
    button { font: inherit; border: none; background: none; cursor: pointer; color: inherit; }
    :focus-visible { outline: 2px solid var(--tint); outline-offset: 3px; border-radius: 4px; }
    ::selection { background: color-mix(in srgb, var(--tint) 24%, transparent); }

    .container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
    .tabular { font-variant-numeric: tabular-nums; }

    /* ---------- Tipografia ---------- */
    .display {
      font-size: clamp(40px, 6.2vw, 68px);
      line-height: 1.06;
      font-weight: 700;
      letter-spacing: -0.022em;
    }
    .title-section {
      font-size: clamp(30px, 4vw, 44px);
      line-height: 1.12;
      font-weight: 700;
      letter-spacing: -0.02em;
    }
    .title-block { font-size: clamp(24px, 3vw, 32px); line-height: 1.16; font-weight: 700; letter-spacing: -0.018em; }
    .headline { font-size: 17px; line-height: 22px; font-weight: 600; }
    .subhead { font-size: 15px; line-height: 20px; font-weight: 400; color: var(--label-2); }
    .footnote { font-size: 13px; line-height: 18px; color: var(--label-2); }
    .lede {
      font-size: clamp(18px, 1.6vw, 21px);
      line-height: 1.55;
      color: var(--label-2);
      font-weight: 400;
      max-width: 62ch;
    }
    .section-label {
      display: block;
      font-size: 15px;
      font-weight: 600;
      color: var(--tint);
      margin-bottom: 12px;
      letter-spacing: -0.01em;
    }

    /* ---------- Botões (alvo mínimo 44px) ---------- */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 0 24px;
      border-radius: 999px;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: -0.02em;
      transition: background var(--dur-fast) var(--ease-out), transform var(--dur-instant) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
      white-space: nowrap;
    }
    .btn:active { transform: scale(0.97); }
    .btn-primary { background: var(--tint); color: #fff; }
    .btn-primary:hover { background: var(--tint-pressed); }
    .btn-secondary { background: var(--fill-2); color: var(--label-1); }
    .btn-secondary:hover { background: var(--fill-1); }
    .btn-whatsapp { background: var(--whatsapp); color: #fff; }
    .btn-whatsapp:hover { background: var(--whatsapp-pressed); }
    .btn-sm { min-height: 38px; padding: 0 18px; font-size: 15px; }
    .link-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 17px; font-weight: 500; min-height: 44px; }
    .link-arrow svg { transition: transform var(--dur-fast) var(--ease-out); }
    .link-arrow:hover svg { transform: translateX(3px); }

    /* ---------- Navbar (vidro) ---------- */
    .nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      height: var(--nav-h);
      background: var(--glass-nav);
      -webkit-backdrop-filter: blur(28px) saturate(1.8);
      backdrop-filter: blur(28px) saturate(1.8);
      border-bottom: 0.5px solid var(--separator);
      transition: box-shadow var(--dur-base) var(--ease-out);
    }
    .nav.scrolled { box-shadow: 0 1px 12px rgba(0,0,0,0.06); }
    .nav-inner {
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 24px;
      height: 100%;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .nav-logo { display: flex; align-items: center; min-height: 44px; margin-right: 8px; }
    .nav-logo img { height: 26px; width: auto; }
    .logo-adaptive { transition: filter var(--dur-fast); }
    :root[data-theme="dark"] .logo-adaptive { filter: brightness(0) invert(1); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .logo-adaptive { filter: brightness(0) invert(1); }
    }
    .nav-links { display: flex; align-items: center; gap: 4px; margin: 0 auto; }
    .nav-links a {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      padding: 0 14px;
      border-radius: 999px;
      color: var(--label-1);
      font-size: 15px;
      font-weight: 500;
      transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast);
    }
    .nav-links a:hover { background: var(--fill-3); }
    .nav-actions { display: flex; align-items: center; gap: 8px; }
    .theme-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px; height: 44px;
      border-radius: 999px;
      color: var(--label-2);
      transition: background var(--dur-fast), color var(--dur-fast);
    }
    .theme-toggle:hover { background: var(--fill-3); color: var(--label-1); }
    .theme-toggle .icon-sun { display: none; }
    :root[data-theme="dark"] .theme-toggle .icon-sun { display: block; }
    :root[data-theme="dark"] .theme-toggle .icon-moon { display: none; }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .theme-toggle .icon-sun { display: block; }
      :root:not([data-theme="light"]) .theme-toggle .icon-moon { display: none; }
    }
    .nav-burger { display: none; }

    /* Menu mobile (folha de vidro) */
    .mobile-sheet {
      position: fixed;
      inset: 0;
      z-index: 200;
      background: var(--glass-nav);
      -webkit-backdrop-filter: blur(40px) saturate(1.8);
      backdrop-filter: blur(40px) saturate(1.8);
      display: flex;
      flex-direction: column;
      padding: calc(var(--nav-h) + 24px) 24px 40px;
      opacity: 0;
      pointer-events: none;
      transition: opacity var(--dur-base) var(--ease-out);
    }
    .mobile-sheet.open { opacity: 1; pointer-events: auto; }
    .mobile-sheet a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 52px;
      font-size: 22px;
      font-weight: 600;
      color: var(--label-1);
      border-bottom: 0.5px solid var(--separator);
    }
    .mobile-sheet a:last-of-type { border-bottom: none; }
    .mobile-sheet .btn { margin-top: 24px; }
    .mobile-close {
      position: absolute;
      top: 8px; right: 16px;
      width: 44px; height: 44px;
      display: flex; align-items: center; justify-content: center;
      border-radius: 999px;
      background: var(--fill-2);
    }

    /* ---------- Hero ---------- */
    .hero { padding: calc(var(--nav-h) + clamp(48px, 8vh, 88px)) 0 0; }
    .hero-copy { max-width: 780px; margin: 0 auto; text-align: center; }
    .hero-copy h1 { color: var(--label-1); }
    .hero-copy h1 .accent { color: var(--tint); }
    .hero-copy .lede { margin: 24px auto 0; }
    .hero-ctas { display: flex; gap: 12px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
    .hero-proof {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 24px;
      font-size: 15px;
      color: var(--label-2);
    }
    .dot-live {
      width: 8px; height: 8px;
      border-radius: 999px;
      background: var(--green);
      flex-shrink: 0;
    }

    /* ---------- Painel Find My ---------- */
    .findmy-wrap { padding: clamp(40px, 6vh, 64px) 0 0; }
    .findmy {
      position: relative;
      border-radius: var(--radius-2xl);
      overflow: hidden;
      height: clamp(480px, 62vh, 620px);
      box-shadow: var(--shadow-float);
      background: var(--map-land);
      isolation: isolate;
    }
    .findmy-map { position: absolute; inset: -4%; z-index: 0; will-change: transform; }
    .findmy-map svg { width: 100%; height: 100%; display: block; }
    .map-land { fill: var(--map-land); }
    .map-park { fill: var(--map-park); }
    .map-water { fill: var(--map-water); }
    .map-road { stroke: var(--map-road); fill: none; stroke-linecap: round; }
    .map-road-minor { stroke: var(--map-road-minor); fill: none; stroke-linecap: round; }

    /* Sidebar de vidro */
    .findmy-sidebar {
      position: absolute;
      z-index: 10;
      top: 16px; left: 16px; bottom: 16px;
      width: 320px;
      border-radius: var(--radius-xl);
      background: var(--glass-card);
      -webkit-backdrop-filter: blur(28px) saturate(1.8);
      backdrop-filter: blur(28px) saturate(1.8);
      border: 0.5px solid var(--glass-border);
      box-shadow: var(--shadow-card);
      padding: 16px 12px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      overflow: hidden;
    }
    .findmy-sidebar-title {
      font-size: 22px;
      font-weight: 700;
      letter-spacing: -0.02em;
      padding: 0 6px;
    }
    .segmented {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      background: var(--fill-3);
      border-radius: 9px;
      padding: 2px;
      gap: 2px;
    }
    .segmented span {
      text-align: center;
      font-size: 13px;
      font-weight: 500;
      padding: 5px 4px;
      border-radius: 7px;
      color: var(--label-2);
      white-space: nowrap;
    }
    .segmented .active {
      background: var(--bg-elevated);
      color: var(--label-1);
      font-weight: 600;
      box-shadow: 0 0.5px 2px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.08);
    }
    .agent-list { display: flex; flex-direction: column; overflow: hidden; }
    .agent-row {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px 8px;
      border-radius: var(--radius-md);
      min-height: 60px;
      transition: background var(--dur-fast) var(--ease-out);
    }
    .agent-row:hover { background: var(--fill-3); }
    .agent-row + .agent-row { position: relative; }
    .agent-row + .agent-row::before {
      content: '';
      position: absolute;
      top: 0; left: 60px; right: 8px;
      height: 0.5px;
      background: var(--separator);
    }
    .agent-avatar {
      width: 40px; height: 40px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: #fff;
    }
    .agent-avatar svg { width: 20px; height: 20px; }
    .av-blue { background: var(--tint); }
    .av-green { background: var(--green); }
    .av-teal { background: #30B0C7; }
    .av-orange { background: #FF9500; }
    .agent-info { min-width: 0; flex: 1; }
    .agent-info .headline { display: flex; align-items: center; gap: 6px; }
    .agent-info .subhead { display: flex; align-items: center; gap: 5px; margin-top: 1px; }
    .agent-metric { font-size: 13px; font-weight: 600; color: var(--label-1); text-align: right; flex-shrink: 0; }
    .agent-metric .subhead { font-size: 11px; margin-top: 0; justify-content: flex-end; }
    .findmy-sidebar-footer {
      margin-top: auto;
      border-top: 0.5px solid var(--separator);
      padding: 12px 6px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    /* Pins no mapa */
    .findmy-pins { position: absolute; inset: 0; z-index: 5; will-change: transform; }
    .pin {
      position: absolute;
      width: 16px; height: 16px;
      border-radius: 999px;
      background: var(--green);
      border: 3px solid #fff;
      box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    }
    .pin::after {
      content: '';
      position: absolute;
      inset: -3px;
      border-radius: 999px;
      border: 1.5px solid var(--green);
      opacity: 0;
      animation: pin-ring 3.2s var(--ease-out) infinite;
    }
    .pin.pin-blue { background: var(--tint); }
    .pin.pin-blue::after { border-color: var(--tint); }
    @keyframes pin-ring {
      0% { transform: scale(0.6); opacity: 0.7; }
      55% { transform: scale(2.6); opacity: 0; }
      100% { transform: scale(2.6); opacity: 0; }
    }

    /* Popover de atividade sobre o mapa */
    .map-popover {
      position: absolute;
      z-index: 20;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px 10px 10px;
      border-radius: var(--radius-lg);
      background: var(--glass-card);
      -webkit-backdrop-filter: blur(40px) saturate(1.8);
      backdrop-filter: blur(40px) saturate(1.8);
      border: 0.5px solid var(--glass-border);
      box-shadow: var(--shadow-card);
      will-change: transform;
    }
    .map-popover .agent-avatar { width: 32px; height: 32px; }
    .map-popover .agent-avatar svg { width: 16px; height: 16px; }
    .map-popover .headline { font-size: 15px; }
    .map-popover .subhead { font-size: 13px; }
    .pop-1 { top: 15%; right: 8%; }
    .pop-2 { bottom: 12%; right: 22%; }

    @media (max-width: 760px) {
      .findmy { height: auto; }
      .findmy-map { position: absolute; inset: 0 0 auto; height: 300px; }
      .findmy-map svg { height: 300px; }
      .findmy-pins { inset: 0 0 auto; height: 300px; }
      .findmy-sidebar {
        position: relative;
        inset: auto;
        width: auto;
        margin: 240px 12px 12px;
      }
      .pop-1 { top: 24px; right: 12px; }
      .pop-2 { display: none; }
      .pin-hide-mobile { display: none; }
    }

    /* ---------- Faixa de stats ---------- */
    .stats-band { padding: clamp(56px, 9vh, 96px) 0; }
    .stats-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      max-width: 900px;
      margin: 0 auto;
    }
    .stat {
      text-align: center;
      padding: 8px 16px;
    }
    .stat + .stat { border-left: 0.5px solid var(--separator); }
    .stat .num {
      font-size: clamp(30px, 3.6vw, 44px);
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1.1;
      color: var(--label-1);
    }
    .stat .subhead { margin-top: 6px; }
    @media (max-width: 640px) {
      .stats-row { grid-template-columns: 1fr 1fr; row-gap: 32px; }
      .stat:nth-child(3) { border-left: none; }
    }

    /* ---------- Seções ---------- */
    .section { padding: clamp(64px, 10vh, 112px) 0; }
    .section-head { max-width: 720px; margin-bottom: clamp(40px, 6vh, 64px); }
    .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
    .section-head .lede { margin-top: 16px; }
    .band-white { background: var(--bg-card); }
    :root[data-theme="dark"] .band-white { background: var(--bg-page); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .band-white { background: var(--bg-page); }
    }

    /* ---------- Serviços (3 cards) ---------- */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    @media (max-width: 900px) { .services-grid { grid-template-columns: 1fr; } }
    .service-card {
      background: var(--bg-card);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-card);
      padding: 28px 24px 24px;
      display: flex;
      flex-direction: column;
      transition: transform var(--dur-base) var(--ease-spring), box-shadow var(--dur-base) var(--ease-out);
    }
    :root[data-theme="dark"] .service-card { background: var(--bg-elevated); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .service-card { background: var(--bg-elevated); }
    }
    .service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }
    .service-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
    .service-icon {
      width: 40px; height: 40px;
      border-radius: 11px;
      display: flex; align-items: center; justify-content: center;
      color: #fff;
      flex-shrink: 0;
    }
    .service-icon svg { width: 21px; height: 21px; }
    .service-card h3 { font-size: 21px; font-weight: 700; letter-spacing: -0.018em; }
    .service-card > p { color: var(--label-2); margin-bottom: 18px; }
    .service-list { list-style: none; display: flex; flex-direction: column; gap: 0; margin-bottom: 20px; }
    .service-list li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 15px;
      color: var(--label-1);
      min-height: 36px;
    }
    .service-list li + li { border-top: 0.5px solid var(--separator); }
    .service-list svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }
    .service-card .link-arrow { margin-top: auto; }

    /* ---------- Pilares em detalhe ---------- */
    .pillar {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(32px, 5vw, 72px);
      align-items: center;
      padding: clamp(40px, 7vh, 72px) 0;
    }
    .pillar + .pillar { border-top: 0.5px solid var(--separator); }
    .pillar.flip .pillar-visual { order: -1; }
    @media (max-width: 860px) {
      .pillar { grid-template-columns: 1fr; }
      .pillar.flip .pillar-visual { order: 0; }
    }
    .pillar-copy .section-label.green { color: var(--green); }
    .pillar-copy h3 { margin-bottom: 16px; }
    .pillar-copy h3 .accent { color: var(--tint); }
    .pillar-copy h3 .accent-green { color: var(--green); }
    .pillar-copy > p { color: var(--label-2); max-width: 54ch; }
    .pillar-metrics {
      display: flex;
      gap: 0;
      margin: 24px 0;
    }
    .pillar-metrics .m { padding: 0 20px; }
    .pillar-metrics .m:first-child { padding-left: 0; }
    .pillar-metrics .m + .m { border-left: 0.5px solid var(--separator); }
    .pillar-metrics .num { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
    .pillar-checks { list-style: none; display: flex; flex-direction: column; margin-bottom: 24px; }
    .pillar-checks li {
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 38px;
      font-size: 16px;
      color: var(--label-1);
    }
    .pillar-checks svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; }

    /* Mock: cartão de vidro genérico */
    .mock-card {
      border-radius: var(--radius-xl);
      background: var(--bg-card);
      box-shadow: var(--shadow-float);
      overflow: hidden;
    }
    :root[data-theme="dark"] .mock-card { background: var(--bg-elevated); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .mock-card { background: var(--bg-elevated); }
    }
    .mock-titlebar {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 12px 16px;
      border-bottom: 0.5px solid var(--separator);
    }
    .mock-titlebar .traffic { display: flex; gap: 6px; }
    .mock-titlebar .traffic span { width: 11px; height: 11px; border-radius: 999px; background: var(--fill-1); }
    .mock-titlebar .headline { margin: 0 auto; transform: translateX(-20px); }
    .mock-body { padding: 20px; }
    .mock-foot {
      padding: 12px 20px;
      border-top: 0.5px solid var(--separator);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    /* Mock WhatsApp */
    .chat { display: flex; flex-direction: column; gap: 10px; }
    .bubble {
      max-width: 82%;
      padding: 10px 14px;
      border-radius: 18px;
      font-size: 15px;
      line-height: 1.45;
    }
    .bubble-in {
      align-self: flex-start;
      background: var(--fill-3);
      color: var(--label-1);
      border-bottom-left-radius: 6px;
    }
    .bubble-out {
      align-self: flex-end;
      background: var(--tint);
      color: #fff;
      border-bottom-right-radius: 6px;
    }
    .bubble .time { display: block; font-size: 11px; opacity: 0.6; margin-top: 3px; text-align: right; }

    /* Mock fluxo de automação */
    .flow { display: flex; flex-direction: column; gap: 0; }
    .flow-step {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 12px 4px;
    }
    .flow-step .agent-avatar { width: 36px; height: 36px; border-radius: 10px; }
    .flow-step .agent-avatar svg { width: 18px; height: 18px; }
    .flow-connector {
      width: 2px;
      height: 18px;
      margin-left: 21px;
      border-radius: 2px;
      background: var(--separator);
    }
    .flow-connector.done { background: var(--green); }

    /* Mock código */
    .code-mock {
      font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
      font-size: 13.5px;
      line-height: 1.75;
      letter-spacing: 0;
      padding: 20px;
      overflow-x: auto;
      white-space: pre;
      color: var(--label-1);
    }
    .code-mock .c { color: var(--label-3); }
    .code-mock .k { color: #AF52DE; }
    .code-mock .f { color: var(--tint); }
    .code-mock .s { color: var(--green); }
    :root[data-theme="dark"] .code-mock .k { color: #BF5AF2; }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .code-mock .k { color: #BF5AF2; }
    }

    /* ---------- Como funciona ---------- */
    .steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      counter-reset: step;
    }
    @media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }
    .step-card {
      background: var(--bg-card);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-card);
      padding: 26px 24px;
    }
    :root[data-theme="dark"] .step-card { background: var(--bg-elevated); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .step-card { background: var(--bg-elevated); }
    }
    .step-week {
      font-size: 13px;
      font-weight: 600;
      color: var(--tint);
      margin-bottom: 8px;
      display: block;
    }
    .step-card h3 { font-size: 21px; font-weight: 700; letter-spacing: -0.018em; margin-bottom: 10px; }
    .step-card p { font-size: 16px; color: var(--label-2); margin-bottom: 16px; }
    .step-deliver {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 15px;
      font-weight: 500;
      color: var(--label-1);
      border-top: 0.5px solid var(--separator);
      padding-top: 14px;
    }
    .step-deliver svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; }

    /* ---------- Cases (banda escura) ---------- */
    .band-dark {
      background: var(--bg-inverse);
      color: var(--label-inverse-1);
    }
    .band-dark .section-label { color: var(--green); }
    .band-dark .lede { color: var(--label-inverse-2); }
    .cases-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
    @media (max-width: 860px) { .cases-grid { grid-template-columns: 1fr; } }
    .case-card {
      background: var(--bg-inverse-card);
      border-radius: var(--radius-xl);
      padding: 28px 26px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      box-shadow: inset 0 0 0 0.5px rgba(255,255,255,0.08);
    }
    :root[data-theme="dark"] .case-card { box-shadow: var(--shadow-card); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .case-card { box-shadow: var(--shadow-card); }
    }
    .band-dark .case-card { color: var(--label-inverse-1); }
    :root[data-theme="dark"] .band-dark { background: #0D0D0F; }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .band-dark { background: #0D0D0F; }
    }
    .case-head { display: flex; align-items: center; gap: 12px; }
    .case-head .agent-avatar { width: 44px; height: 44px; }
    .case-head .agent-avatar svg { width: 22px; height: 22px; }
    .case-head .subhead { color: var(--label-inverse-2); }
    .case-card > p { font-size: 16px; color: var(--label-inverse-2); line-height: 1.6; }
    .case-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      border-top: 0.5px solid var(--separator);
      border-bottom: 0.5px solid var(--separator);
      padding: 14px 0;
    }
    .case-stats .m { padding: 6px 16px; }
    .case-stats .m:nth-child(odd) { padding-left: 0; }
    .case-stats .m:nth-child(even) { border-left: 0.5px solid var(--separator); }
    .case-stats .num { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; }
    .case-stats .num.green { color: var(--green); }
    .case-stats .subhead { color: var(--label-inverse-2); font-size: 13px; }
    .case-quote {
      font-size: 17px;
      line-height: 1.55;
      font-weight: 500;
      color: var(--label-inverse-1);
    }
    .case-quote::before { content: '“'; }
    .case-quote::after { content: '”'; }
    .band-dark .cta-row { margin-top: 40px; text-align: center; }

    /* ---------- Setores ---------- */
    .sectors-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }
    @media (max-width: 900px) { .sectors-grid { grid-template-columns: repeat(2, 1fr); } }
    .sector {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      background: var(--bg-card);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-card);
      padding: 16px 18px;
      min-height: 64px;
    }
    :root[data-theme="dark"] .sector { background: var(--bg-elevated); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .sector { background: var(--bg-elevated); }
    }
    .sector .headline { font-size: 16px; }
    .sector .subhead { font-size: 13px; }
    .sector-count {
      font-size: 15px;
      font-weight: 600;
      color: var(--tint);
      flex-shrink: 0;
    }

    /* ---------- FAQ (lista agrupada iOS) ---------- */
    .faq-list {
      max-width: 720px;
      margin: 0 auto;
      background: var(--bg-card);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-card);
      overflow: hidden;
    }
    :root[data-theme="dark"] .faq-list { background: var(--bg-elevated); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .faq-list { background: var(--bg-elevated); }
    }
    .faq-item + .faq-item { border-top: 0.5px solid var(--separator); }
    .faq-q {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      text-align: left;
      padding: 18px 20px;
      min-height: 56px;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: -0.02em;
      transition: background var(--dur-fast) var(--ease-out);
    }
    .faq-q:hover { background: var(--fill-3); }
    .faq-q svg {
      width: 17px; height: 17px;
      color: var(--label-3);
      flex-shrink: 0;
      transition: transform var(--dur-base) var(--ease-spring);
    }
    .faq-item.open .faq-q svg { transform: rotate(180deg); }
    .faq-a {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows var(--dur-base) var(--ease-out);
    }
    .faq-item.open .faq-a { grid-template-rows: 1fr; }
    .faq-a-inner { overflow: hidden; }
    .faq-a-inner p {
      padding: 0 20px 20px;
      font-size: 16px;
      color: var(--label-2);
    }

    /* ---------- CTA final ---------- */
    .final-cta { text-align: center; }
    .final-cta .lede { margin: 16px auto 32px; }

    /* ---------- Footer ---------- */
    .footer {
      background: var(--bg-card);
      border-top: 0.5px solid var(--separator);
      padding: 56px 0 40px;
    }
    :root[data-theme="dark"] .footer { background: #0D0D0F; }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .footer { background: #0D0D0F; }
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1.4fr;
      gap: 40px;
      margin-bottom: 40px;
    }
    @media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
    .footer-brand img { height: 26px; width: auto; margin-bottom: 16px; }
    .footer-brand p { font-size: 15px; color: var(--label-2); max-width: 34ch; margin-bottom: 20px; }
    .footer-social { display: flex; gap: 8px; }
    .footer-social a {
      width: 44px; height: 44px;
      display: flex; align-items: center; justify-content: center;
      border-radius: 999px;
      background: var(--fill-3);
      color: var(--label-1);
      transition: background var(--dur-fast);
    }
    .footer-social a:hover { background: var(--fill-1); }
    .footer-social svg { width: 19px; height: 19px; }
    .footer h4 { font-size: 15px; font-weight: 600; margin-bottom: 14px; }
    .footer-col { display: flex; flex-direction: column; }
    .footer-col a {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      font-size: 15px;
      color: var(--label-2);
      transition: color var(--dur-fast);
    }
    .footer-col a:hover { color: var(--label-1); }
    .footer-bottom {
      border-top: 0.5px solid var(--separator);
      padding-top: 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }
    .footer-bottom, .footer-bottom a { font-size: 13px; color: var(--label-2); }
    .footer-legal { display: flex; gap: 20px; }

    /* ---------- Botão flutuante WhatsApp ---------- */
    .wa-float {
      position: fixed;
      right: 20px; bottom: 20px;
      z-index: 90;
      width: 56px; height: 56px;
      border-radius: 999px;
      background: var(--whatsapp);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: var(--shadow-float);
      transition: transform var(--dur-fast) var(--ease-spring), background var(--dur-fast);
    }
    .wa-float:hover { transform: scale(1.06); background: var(--whatsapp-pressed); }
    .wa-float:active { transform: scale(0.96); }
    .wa-float svg { width: 28px; height: 28px; }

    /* ---------- Responsivo: nav ---------- */
    @media (max-width: 860px) {
      .nav-links { display: none; }
      .nav-actions .btn { display: none; }
      .nav-burger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px; height: 44px;
        border-radius: 999px;
        margin-left: auto;
      }
      .nav-logo { margin-right: auto; }
      .theme-toggle { margin-left: auto; }
      .nav-inner { justify-content: space-between; }
    }

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

    /* ---------- Sobre: duas colunas + lista de valores (estilo iOS) ---------- */
    .about-grid {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: clamp(32px, 5vw, 72px);
      align-items: center;
    }
    @media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; } }
    .about-copy .lede + .lede { margin-top: 12px; }
    .values-list {
      background: var(--bg-card);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-card);
      overflow: hidden;
    }
    :root[data-theme="dark"] .values-list { background: var(--bg-elevated); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .values-list { background: var(--bg-elevated); }
    }
    .value-row {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 18px 20px;
    }
    .value-row + .value-row::before {
      content: '';
      position: absolute;
      top: 0; left: 66px; right: 0;
      height: 0.5px;
      background: var(--separator);
    }
    .value-icon {
      width: 32px; height: 32px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      flex-shrink: 0;
      margin-top: 1px;
    }
    .value-icon svg { width: 17px; height: 17px; }
    .value-row .headline { margin-bottom: 2px; }
    .av-indigo { background: #5856D6; }

    /* ---------- Hero de páginas internas ---------- */
    .page-hero { padding: calc(var(--nav-h) + clamp(48px, 8vh, 80px)) 0 clamp(40px, 6vh, 64px); }
    .page-hero .hero-copy { max-width: 720px; }
    .page-hero.left .hero-copy { text-align: left; margin: 0; }
    .page-hero.left .hero-ctas { justify-content: flex-start; }
    .page-hero.left .lede { margin-left: 0; }
    .breadcrumb {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 15px;
      color: var(--label-2);
      margin-bottom: 16px;
      min-height: 44px;
    }
    .breadcrumb a { color: var(--label-2); }
    .breadcrumb a:hover { color: var(--label-1); }
    .breadcrumb svg { width: 13px; height: 13px; color: var(--label-3); }

    /* Checks verdes do mock de fluxo — var() não funciona em atributo SVG stroke */
    .flow .flow-step > svg { stroke: var(--green); }

    /* ---------- Correções de responsivo ---------- */
    /* Itens de grid nunca forçam a coluna além do viewport (min-width:auto é o default) */
    .pillar > *, .about-grid > *, .services-grid > *, .cases-grid > *,
    .dev-hero > *, .posts-grid > *, .steps > *, .sectors-grid > * { min-width: 0; }
    .pillar-metrics { flex-wrap: wrap; row-gap: 14px; }
    .case-stats { min-width: 0; }
    .breadcrumb { flex-wrap: wrap; }
    @media (max-width: 480px) {
      .pillar-metrics .m { padding: 0 14px; }
      .case-stats .m { padding-left: 10px; padding-right: 10px; }
    }

    /* ---------- Home hero: painel corporativo "ao vivo" ---------- */
    .home-hero {
      display: grid;
      grid-template-columns: 1.05fr 1fr;
      gap: clamp(32px, 5vw, 72px);
      align-items: center;
    }
    .home-hero > * { min-width: 0; }
    @media (max-width: 900px) { .home-hero { grid-template-columns: 1fr; } }
    .home-hero .hero-copy { text-align: left; margin: 0; max-width: 620px; }
    .home-hero .hero-ctas { justify-content: flex-start; }
    .home-hero .lede { margin-left: 0; }
    .hero-bottom-pad { padding-bottom: clamp(24px, 4vh, 48px); }

    .hero-dash { position: relative; }
    .dash-card {
      background: var(--bg-card);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-float);
      overflow: hidden;
    }
    :root[data-theme="dark"] .dash-card { background: var(--bg-elevated); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .dash-card { background: var(--bg-elevated); }
    }
    .dash-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 20px;
      border-bottom: 0.5px solid var(--separator);
    }
    .badge-live {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      font-weight: 600;
      color: var(--green);
      background: color-mix(in srgb, var(--green) 12%, transparent);
      border-radius: 999px;
      padding: 5px 12px;
    }
    .dash-kpis {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      padding: 16px 20px;
      border-bottom: 0.5px solid var(--separator);
    }
    .dash-kpis .k { padding: 0 16px; }
    .dash-kpis .k:first-child { padding-left: 0; }
    .dash-kpis .k + .k { border-left: 0.5px solid var(--separator); }
    .dash-kpis .num { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; }
    .dash-kpis .k:first-child .num { color: var(--green); }
    .dash-kpis .subhead { font-size: 13px; }
    .dash-chart { padding: 18px 20px 14px; border-bottom: 0.5px solid var(--separator); }
    .dash-bars {
      display: flex;
      align-items: flex-end;
      gap: 8px;
      height: 74px;
      margin-bottom: 10px;
    }
    .dash-bars span {
      flex: 1;
      border-radius: 6px 6px 3px 3px;
      background: var(--fill-1);
      min-height: 8px;
    }
    .dash-bars span.hot { background: var(--tint); }
    .chart-meta { display: flex; align-items: center; justify-content: space-between; }
    .chart-up { font-size: 13px; font-weight: 600; color: var(--green); }
    .dash-feed { padding: 6px 20px 10px; }
    .feed-row {
      position: relative;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 11px 0;
    }
    .feed-row + .feed-row::before {
      content: '';
      position: absolute;
      top: 0; left: 44px; right: 0;
      height: 0.5px;
      background: var(--separator);
    }
    .feed-row .agent-avatar { width: 32px; height: 32px; }
    .feed-row .agent-avatar svg { width: 16px; height: 16px; }
    .feed-row .headline { font-size: 15px; }
    .feed-row .subhead { font-size: 13px; }
    .feed-time { margin-left: auto; font-size: 13px; color: var(--label-3); white-space: nowrap; flex-shrink: 0; }

    .dash-mini {
      position: absolute;
      left: -28px;
      bottom: 34px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 16px 10px 10px;
      border-radius: var(--radius-lg);
      background: var(--glass-card);
      -webkit-backdrop-filter: blur(40px) saturate(1.8);
      backdrop-filter: blur(40px) saturate(1.8);
      border: 0.5px solid var(--glass-border);
      box-shadow: var(--shadow-card);
      animation: mini-float 9s ease-in-out infinite;
    }
    .dash-mini .agent-avatar { width: 32px; height: 32px; }
    .dash-mini .agent-avatar svg { width: 16px; height: 16px; }
    .dash-mini .headline { font-size: 15px; }
    .dash-mini .subhead { font-size: 13px; }
    @keyframes mini-float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-7px); }
    }
    @media (max-width: 900px) { .dash-mini { left: 12px; bottom: -18px; } }
    @media (prefers-reduced-motion: reduce) { .dash-mini { animation: none; } }

    /* ---------- Home hero: escuro premium (tipográfico) ---------- */
    .hero-home-dark {
      position: relative;
      overflow: hidden;
      background: #000000;
      padding: calc(var(--nav-h) + clamp(72px, 12vh, 128px)) 0 clamp(72px, 11vh, 120px);
    }
    .hero-home-dark::before {
      content: '';
      position: absolute;
      top: -45%;
      left: 50%;
      transform: translateX(-50%);
      width: min(960px, 120vw);
      height: 620px;
      background: radial-gradient(ellipse at center, rgba(51,120,255,0.20), transparent 62%);
      pointer-events: none;
    }
    .hero-home-dark .hero-copy {
      position: relative;
      text-align: center;
      margin: 0 auto;
      max-width: 860px;
    }
    .hero-home-dark .display {
      color: #ffffff;
      font-size: clamp(44px, 7vw, 84px);
    }
    .hero-home-dark .display .accent { color: #3378FF; }
    .hero-home-dark .lede { color: rgba(235,235,245,0.64); margin: 24px auto 0; }
    .hero-home-dark .hero-ctas { justify-content: center; }
    .hero-home-dark .btn-secondary { background: rgba(120,120,128,0.32); color: #fff; }
    .hero-home-dark .btn-secondary:hover { background: rgba(120,120,128,0.44); }
    .hero-home-dark .hero-proof { color: rgba(235,235,245,0.55); }

    /* ---------- Painel hero: rede de tecnologia (substitui o mapa) ---------- */
    :root {
      --tech-bg-1: #EEF1F6;
      --tech-bg-2: #F7F8FA;
      --tech-line: rgba(0, 82, 255, 0.20);
    }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) {
        --tech-bg-1: #17181B;
        --tech-bg-2: #1F2024;
        --tech-line: rgba(92, 147, 255, 0.22);
      }
    }
    :root[data-theme="dark"] {
      --tech-bg-1: #17181B;
      --tech-bg-2: #1F2024;
      --tech-line: rgba(92, 147, 255, 0.22);
    }
    .findmy.tech { background: linear-gradient(135deg, var(--tech-bg-1), var(--tech-bg-2)); }
    .tech-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
    .tech-lines path {
      fill: none;
      stroke: var(--tech-line);
      stroke-width: 2;
      stroke-linecap: round;
      stroke-dasharray: 3 9;
      animation: tech-dash 24s linear infinite;
    }
    @keyframes tech-dash { to { stroke-dashoffset: -240; } }
    @media (prefers-reduced-motion: reduce) { .tech-lines path { animation: none; } }

    .tech-tile {
      position: absolute;
      width: 46px; height: 46px;
      transform: translate(-50%, -50%);
      border-radius: 12px;
      background: var(--bg-card);
      box-shadow: var(--shadow-card);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    :root[data-theme="dark"] .tech-tile { background: var(--bg-elevated); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .tech-tile { background: var(--bg-elevated); }
    }
    .tech-tile svg { width: 22px; height: 22px; }
    .tech-tile.hub {
      width: 60px; height: 60px;
      border-radius: 16px;
      background: var(--whatsapp);
      color: #fff;
      box-shadow: var(--shadow-float);
    }
    .tech-tile.hub svg { width: 30px; height: 30px; }
    .tech-tile .t-blue { color: var(--tint); }
    .tech-tile .t-green { color: var(--green); }
    .tech-tile .t-indigo { color: #5856D6; }
    .tech-tile .t-orange { color: #FF9500; }
    .tech-tile .t-teal { color: #30B0C7; }
    .tech-tile .t-gray { color: var(--label-2); }
    .tech-label {
      position: absolute;
      transform: translate(-50%, 0);
      margin-top: 6px;
      font-size: 11px;
      font-weight: 600;
      color: var(--label-2);
      white-space: nowrap;
    }
    @media (max-width: 760px) {
      .tech-hide-mobile { display: none; }
    }

    /* ---------- Cases compactos (compartilhado home + página de cases) ---------- */
    .dcases-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    @media (max-width: 1000px) { .dcases-grid { grid-template-columns: 1fr; } }
    .dcases-grid > * { min-width: 0; }
    .dcase-card {
      display: flex;
      flex-direction: column;
      gap: 16px;
      background: var(--bg-card);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-card);
      padding: 26px 24px;
    }
    :root[data-theme="dark"] .dcase-card { background: var(--bg-elevated); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .dcase-card { background: var(--bg-elevated); }
    }
    .dcase-card .case-head { display: flex; align-items: center; gap: 12px; }
    .dcase-card .case-head .agent-avatar { width: 44px; height: 44px; }
    .dcase-card .case-head .agent-avatar svg { width: 22px; height: 22px; }
    .dcase-card > p { font-size: 15px; line-height: 1.55; color: var(--label-2); }
    .dcase-card .case-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      border-top: 0.5px solid var(--separator);
      border-bottom: 0.5px solid var(--separator);
      padding: 12px 0;
    }
    .dcase-card .case-stats .m { padding: 6px 14px; }
    .dcase-card .case-stats .m:nth-child(odd) { padding-left: 0; }
    .dcase-card .case-stats .m:nth-child(even) { border-left: 0.5px solid var(--separator); }
    .dcase-card .case-stats .num { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; color: var(--label-1); }
    .dcase-card .case-stats .num.green { color: var(--green); }
    .dcase-card .case-stats .subhead { font-size: 12px; }
    .dcase-card .case-quote { font-size: 15px; font-weight: 500; color: var(--label-1); line-height: 1.5; }
    .dcase-card .case-quote::before { content: '\201C'; }
    .dcase-card .case-quote::after { content: '\201D'; }

    /* ---------- Artigo do blog (modo leitura) ---------- */
    .article-wrap { max-width: 720px; margin: 0 auto; }
    .article-title { font-size: clamp(30px, 4.5vw, 46px); line-height: 1.12; }
    .article-meta {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px 14px;
      font-size: 15px;
      color: var(--label-2);
      margin-top: 16px;
    }
    .article-meta .post-tag { margin-bottom: 0; font-size: 14px; }
    .article-meta svg { width: 15px; height: 15px; color: var(--label-3); flex-shrink: 0; }
    .article-meta .sep { color: var(--label-3); }
    .article-body { padding-top: 8px; }
    .article-body h2 {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -0.018em;
      line-height: 1.25;
      margin: 40px 0 12px;
    }
    .article-body h2:first-child { margin-top: 0; }
    .article-body h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.015em; margin: 32px 0 10px; }
    .article-body p { font-size: 17px; line-height: 1.7; margin: 0 0 18px; color: var(--label-1); }
    .article-body ul, .article-body ol { margin: 0 0 18px; padding-left: 24px; }
    .article-body li { font-size: 17px; line-height: 1.65; margin-bottom: 8px; color: var(--label-1); }
    .article-body li::marker { color: var(--tint); }
    .article-body strong { font-weight: 600; }
    .article-body blockquote {
      border-left: 3px solid var(--tint);
      padding: 4px 0 4px 18px;
      margin: 0 0 18px;
      color: var(--label-2);
    }
    .article-cta {
      margin-top: clamp(40px, 6vh, 56px);
      padding: 32px 28px;
      background: var(--bg-page);
      border-radius: var(--radius-xl);
      text-align: center;
    }
    :root[data-theme="dark"] .article-cta { background: var(--bg-card); }
    @media (prefers-color-scheme: dark) {
      :root:not([data-theme="light"]) .article-cta { background: var(--bg-card); }
    }
    .article-cta h2 { font-size: 24px; font-weight: 700; letter-spacing: -0.018em; margin-bottom: 8px; }
    .article-cta p { color: var(--label-2); margin-bottom: 20px; }
    .article-back { display: flex; justify-content: center; margin-top: 28px; }

    /* ---------- Responsivo: telas muito estreitas (iPhone SE, 320px) ---------- */
    .btn { max-width: 100%; }
    @media (max-width: 400px) {
      /* Botões com texto longo passam a quebrar em vez de estourar a tela */
      .btn {
        white-space: normal;
        line-height: 1.3;
        height: auto;
        padding: 13px 18px;
        text-align: center;
      }
      .container { padding-left: 18px; padding-right: 18px; }
      .findmy-sidebar { margin-left: 8px; margin-right: 8px; }
      .map-popover { max-width: calc(100% - 24px); }
      .article-body { overflow-wrap: break-word; }
      .article-body h2 { font-size: 22px; }
    }
    /* Nada dentro do conteúdo pode furar a largura da tela */
    .article-body img, .article-body pre, .article-body table { max-width: 100%; }
    .article-body pre { overflow-x: auto; }

    /* ---------- Acessibilidade de toque e legibilidade ---------- */
    /* Alvo mínimo de 44px em telas de toque (HIG) */
    /* Alvo de 44px também em iPad (1024px é touch), não só em celular */
    .footer-col a { min-height: 44px; }
    .btn-sm { min-height: 44px; }
    @media (max-width: 860px) {
      .footer-social a { width: 46px; height: 46px; }
    }
    /* Nenhum texto abaixo de 12px */
    .agent-metric .subhead { font-size: 12px; }
    .tech-label { font-size: 12px; }
    /* Breadcrumb: cada link precisa ser tocável, não só o container */
    .breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; }

    /* Card de artigo inteiro clicável (o usuário toca no card, não só no título) */
    .post-card { position: relative; }
    .post-card h3 a::after { content: ''; position: absolute; inset: 0; z-index: 1; }
    .post-card .post-read { position: relative; z-index: 2; pointer-events: none; }
