  :root {
    --bg:        #f4f6fb;
    --surface:   #ffffff;
    --navy:      #0d2d5e;
    --navy-mid:  #1a4f9c;
    --navy-light:#2563c4;
    --text:      #0d1a2e;
    --muted:     #5a6a82;
    --border:    rgba(13,45,94,.1);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
  h1, h2, h3 { font-family: 'Plus Jakarta Sans', sans-serif; }

  /* ── SCROLL REVEAL ── */
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.d1 { transition-delay: .1s; }
  .reveal.d2 { transition-delay: .2s; }
  .reveal.d3 { transition-delay: .3s; }
  .reveal.d4 { transition-delay: .4s; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* ── HEADER ── */
  header { padding: 0 2.5rem; height: 66px; display: flex; justify-content: space-between; align-items: center; background: var(--navy); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 20px rgba(13,45,94,.3); }
  .logo-wrap img { height: 32px; width: auto; display: block; }
  .cta-header { background: #fff; color: var(--navy); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: .82rem; padding: .5rem 1.3rem; border: none; border-radius: 100px; cursor: pointer; text-decoration: none; white-space: nowrap; transition: transform .2s, box-shadow .2s; }
  .cta-header:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(255,255,255,.2); }

  /* ── HERO ── */
  .hero { background: var(--navy); padding: 6rem 2.5rem 5.5rem; position: relative; overflow: hidden; }
  .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 72% 25%, rgba(37,99,196,.4) 0%, transparent 55%), radial-gradient(circle at 8% 80%, rgba(26,79,156,.35) 0%, transparent 50%); }
  .hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 55px 55px; }
  .hero-inner { max-width: 860px; margin: 0 auto; display: grid; grid-template-columns: 1fr 200px; gap: 3.5rem; align-items: center; position: relative; z-index: 2; }
  .hero-tag { display: inline-flex; align-items: center; gap: .45rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: #a8c4f0; font-size: .72rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; padding: .35rem .9rem; border-radius: 100px; margin-bottom: 1.6rem; width: fit-content; animation: hup .6s ease both; }
  .hero-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #a8c4f0; animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100%{opacity:1}50%{opacity:.25} }
  .hero h1 { font-size: clamp(2rem, 4.5vw, 3.6rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; color: #fff; margin-bottom: 1.3rem; animation: hup .65s .08s ease both; }
  .hero h1 em { font-style: normal; color: #7eb3f5; }
  .hero-text > p { font-size: 1.05rem; color: rgba(255,255,255,.62); font-weight: 300; line-height: 1.8; margin-bottom: 2.2rem; animation: hup .65s .16s ease both; }
  .hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; animation: hup .65s .24s ease both; }
  .btn-white { background: #fff; color: var(--navy); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: .88rem; padding: .82rem 1.7rem; border: none; border-radius: 100px; cursor: pointer; text-decoration: none; display: inline-block; transition: transform .2s, box-shadow .2s; }
  .btn-white:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(255,255,255,.18); }
  .btn-outline { background: transparent; color: rgba(255,255,255,.8); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: .88rem; padding: .82rem 1.7rem; border: 1px solid rgba(255,255,255,.22); border-radius: 100px; cursor: pointer; text-decoration: none; display: inline-block; transition: border-color .2s, background .2s; }
  .btn-outline:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
  .hero-photo { animation: hup .7s .05s ease both; }
  .hero-photo img { width: 100%; border-radius: 20px; display: block; box-shadow: 0 24px 60px rgba(0,0,0,.4); border: 3px solid rgba(255,255,255,.12); }
  @keyframes hup { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }

  /* ── SECTIONS ── */
  section { padding: 5rem 2.5rem; }
  .section-inner { max-width: 860px; margin: 0 auto; }
  .section-label { font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--navy-light); margin-bottom: .8rem; display: flex; align-items: center; gap: .5rem; }
  .section-label::before { content: ''; display: inline-block; width: 18px; height: 2px; background: var(--navy-light); border-radius: 2px; }
  .section-title { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.12; margin-bottom: .8rem; color: var(--navy); }
  .section-sub { color: var(--muted); font-size: .95rem; max-width: 500px; margin-bottom: 3rem; font-weight: 300; line-height: 1.75; }

  /* ── ANTES / DEPOIS ── */
  .ba-section { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .ba-grid { display: grid; gap: 1.2rem; }
  .ba-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
  .ba-side { padding: 1.4rem 1.6rem; }
  .ba-before { background: #fdf4f4; }
  .ba-after  { background: #f0f7ff; }
  .ba-pill { display: inline-flex; align-items: center; gap: .4rem; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .22rem .75rem; border-radius: 100px; margin-bottom: .8rem; }
  .ba-before .ba-pill { background: #fce8e8; color: #b03030; }
  .ba-after  .ba-pill { background: #ddeeff; color: var(--navy-mid); }
  .ba-side strong { font-family: 'Plus Jakarta Sans', sans-serif; font-size: .9rem; font-weight: 700; color: var(--text); display: block; margin-bottom: .3rem; }
  .ba-side p { font-size: .83rem; color: var(--muted); line-height: 1.6; }

  /* ── SERVIÇOS ── */
  .services-section { background: var(--navy); position: relative; overflow: hidden; }
  .services-section::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 50px 50px; }
  .services-section .section-label { color: #7eb3f5; }
  .services-section .section-label::before { background: #7eb3f5; }
  .services-section .section-title { color: #fff; }
  .services-section .section-sub { color: rgba(255,255,255,.48); }
  .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.1rem; position: relative; z-index: 2; }
  .svc { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 1.6rem; transition: background .25s, border-color .25s, transform .25s; }
  .svc:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.2); transform: translateY(-4px); }
  .svc.hot { background: rgba(255,255,255,.1); border-color: rgba(126,179,245,.38); }
  .svc-icon { font-size: 1.5rem; margin-bottom: 1rem; display: block; }
  .badge-hot { display: inline-block; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #7eb3f5; background: rgba(126,179,245,.12); border: 1px solid rgba(126,179,245,.28); padding: .18rem .65rem; border-radius: 100px; margin-bottom: .65rem; }
  .svc h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: .5rem; }
  .svc p { font-size: .82rem; color: rgba(255,255,255,.52); line-height: 1.65; }

  /* ── QUEM SOU ── */
  .about-section { background: var(--bg); }
  .about-grid { display: grid; grid-template-columns: 210px 1fr; gap: 4rem; align-items: start; }
  .about-photo img { width: 100%; border-radius: 20px; display: block; box-shadow: 0 16px 48px rgba(13,45,94,.14); border: 3px solid var(--border); }
  .about-name { font-size: clamp(1.5rem, 2.8vw, 2rem); font-weight: 800; letter-spacing: -.03em; color: var(--navy); margin-bottom: .2rem; line-height: 1.1; }
  .about-role { font-size: .88rem; color: var(--navy-mid); font-weight: 600; margin-bottom: 1.3rem; }
  .about-bio { font-size: .91rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.6rem; }
  .about-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
  .about-tag { font-size: .75rem; font-weight: 600; color: var(--navy); background: rgba(13,45,94,.07); border: 1px solid var(--border); padding: .28rem .85rem; border-radius: 100px; }
  .about-logos { display: flex; flex-wrap: wrap; gap: .6rem .8rem; align-items: center; }
  .about-logos-label { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); width: 100%; margin-bottom: .2rem; }
  .company-pill { font-size: .75rem; font-weight: 700; color: var(--muted); background: var(--surface); border: 1px solid var(--border); padding: .28rem .8rem; border-radius: 100px; }

  /* ── CTA FINAL ── */
  .cta-section { background: var(--navy); position: relative; overflow: hidden; }
  .cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 110%, rgba(37,99,196,.55) 0%, transparent 60%); }
  .cta-box { max-width: 640px; margin: 0 auto; text-align: center; padding: 6rem 2rem; position: relative; z-index: 2; }
  .cta-logo { height: 36px; margin: 0 auto 2.2rem; display: block; object-fit: contain; }
  .cta-box h2 { font-size: clamp(1.7rem, 3.8vw, 2.5rem); font-weight: 800; letter-spacing: -.035em; color: #fff; margin-bottom: .9rem; line-height: 1.12; }
  .cta-box > p { color: rgba(255,255,255,.55); font-size: .95rem; font-weight: 300; margin-bottom: 2.3rem; }
  .btn-cta { background: #fff; color: var(--navy); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: .95rem; padding: 1rem 2.2rem; border: none; border-radius: 100px; cursor: pointer; text-decoration: none; display: inline-block; transition: transform .2s, box-shadow .2s; }
  .btn-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(255,255,255,.2); }
  .cta-note { font-size: .76rem; color: rgba(255,255,255,.32); margin-top: 1.1rem; }

  /* ── FOOTER ── */
  footer { background: #090f1c; display: flex; align-items: center; justify-content: center; gap: 1.2rem; padding: 1.6rem 2rem; }
  .footer-logo { height: 22px; object-fit: contain; opacity: .4; }
  .footer-text { font-size: .74rem; color: rgba(255,255,255,.22); }

  /* ── MOBILE ── */
  @media (max-width: 680px) {
    header { padding: 0 1.2rem; height: 60px; }
    .cta-header { padding: .42rem 1rem; font-size: .75rem; }
    .hero { padding: 4.5rem 1.2rem 3.5rem; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-photo { display: none; }
    section { padding: 3.5rem 1.2rem; }
    .ba-row { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; gap: 2rem; }
    .about-photo { max-width: 160px; }
  }
