:root {
    --verde: #F5C400;
    --verde-escuro: #C49A00;
    --verde-neon: #FFE033;
    --amarelo: #FFD700;
    --azul-bahia: #F5C400;
    --vermelho: #E63946;
    --preto: #0A0A0A;
    --carvao: #111107;
    --cinza-escuro: #1A1800;
    --cinza-medio: #2E2A00;
    --cinza-claro: #A89A40;
    --branco: #FFFFFF;
    --bege: #FFF8DC;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  /* ─── HEADER ─── */
  .site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(10,10,10,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(245,196,0,0.12);
    transition: transform 0.35s ease, background 0.3s;
  }

  .site-header.hidden {
    transform: translateY(-100%);
  }

  .site-header.scrolled {
    background: rgba(10,10,10,0.98);
    border-bottom-color: rgba(245,196,0,0.25);
  }

  /* zona invisível no topo para revelar o header ao passar o mouse */
  .header-hover-zone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 16px;
    z-index: 99;
  }

  .header-inner {
    padding: 0 1.5rem;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
  }

  .header-logo img {
    height: 36px;
    width: auto;
  }

  .header-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .header-nav-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255,0.75);
    padding: 0.5rem 1rem;
    border-radius: 2px;
    transition: color 0.2s;
  }

  .header-nav-link:hover { color: var(--branco); }

  .header-nav-cta {
    background: var(--verde);
    color: var(--preto);
    padding: 0.5rem 1.4rem;
  }

  .header-nav-cta:hover {
    background: var(--verde-neon);
    color: var(--preto);
  }

  .header-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
  }

  .header-burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--branco);
    border-radius: 2px;
    transition: all 0.2s;
  }

  .header-mobile-nav {
    display: none;
    flex-direction: column;
    background: #0A0A0A;
    border-top: 1px solid rgba(245,196,0,0.12);
    padding: 0.5rem 0;
  }

  .header-mobile-nav.open { display: flex; }

  .header-mobile-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255,0.8);
    padding: 0.9rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: color 0.2s, background 0.2s;
  }

  .header-mobile-link:hover {
    color: var(--verde);
    background: rgba(245,196,0,0.04);
  }

  @media (max-width: 600px) {
    .header-nav { display: none; }
    .header-burger { display: flex; }
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--preto);
    color: var(--branco);
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
  }

  /* ─── HERO ─── */
  .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem 0;
    overflow: hidden;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 80% 60% at 50% 20%, rgba(245,196,0,0.18) 0%, transparent 70%),
      radial-gradient(ellipse 60% 40% at 80% 80%, rgba(200,160,0,0.12) 0%, transparent 60%),
      radial-gradient(ellipse 40% 30% at 10% 60%, rgba(255,224,51,0.07) 0%, transparent 50%),
      linear-gradient(160deg, #0A0A0A 0%, #111107 50%, #0A0A0A 100%);
  }

  .hero-grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(245,196,0,0.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(245,196,0,0.07) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  }

  .hero-noise {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  }

  .partido-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0,166,81,0.12);
    border: 1px solid rgba(0,166,81,0.4);
    border-radius: 2px;
    padding: 0.4rem 1.2rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--verde);
    margin-bottom: 2rem;
    animation: fadeUp 0.6s ease both;
  }

  .partido-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--verde-neon);
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
  }

  .hero-nome {
    position: relative;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(4rem, 12vw, 9rem);
    line-height: 0.9;
    letter-spacing: 0.02em;
    color: var(--branco);
    margin-bottom: 0.5rem;
    animation: fadeUp 0.7s 0.1s ease both;
  }

  .hero-nome span {
    color: var(--verde);
    -webkit-text-stroke: 1px var(--verde);
  }

  .hero-cargo {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1rem, 3vw, 1.4rem);
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--cinza-claro);
    margin-bottom: 1.5rem;
    animation: fadeUp 0.7s 0.2s ease both;
  }

  .hero-cargo span {
    color: var(--branco);
  }

  .hero-linha {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--verde), var(--amarelo));
    margin: 1.5rem auto;
    animation: expandLine 0.8s 0.3s ease both;
  }

  @keyframes expandLine {
    from { width: 0; opacity: 0; }
    to { width: 80px; opacity: 1; }
  }

  .hero-slogan {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 500;
    color: var(--bege);
    max-width: 600px;
    line-height: 1.5;
    margin-bottom: 3rem;
    animation: fadeUp 0.7s 0.35s ease both;
  }

  .hero-slogan strong {
    color: var(--verde-neon);
    font-weight: 700;
  }

  .cta-down {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--verde);
    color: var(--preto);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 2.5rem;
    border-radius: 2px;
    transition: all 0.2s;
    animation: fadeUp 0.7s 0.45s ease both;
  }

  .cta-down:hover {
    background: var(--verde-neon);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,166,81,0.4);
  }

  .cta-down svg { width: 18px; height: 18px; }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* ─── HERO LOGO ─── */
  .hero-logo {
    position: relative;
    width: 400px;
    margin-bottom: 2.5rem;
    z-index: 1;
    animation: fadeUp 0.5s ease both;
    filter: drop-shadow(0 2px 12px rgba(245,196,0,0.25));
  }

  /* ─── HERO INNER (dois colunas) ─── */
  .hero-inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 3rem;
    max-width: 1200px;
    width: 100%;
  }

  .hero-text {
    flex: 0 0 auto;
    max-width: 52%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .hero-text .hero-linha {
    margin: 1.5rem 0;
  }

  .hero-text .hero-slogan {
    margin: 0 0 3rem;
  }

  /* No desktop a foto fica absolutamente posicionada,
     ancorada na base do hero (que é onde começa a stats-bar) */
  .hero-foto {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .foto-candidato {
    height: calc(80vh - 1.6rem);
    max-height: 656px;
    width: auto;
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(-20px 0 60px rgba(245,196,0,0.15));
    animation: fadeUp 0.9s 0.2s ease both;
  }

  @media (max-width: 900px) {
    .hero {
      padding-top: 64px;
    }
    .hero-inner {
      flex-direction: column-reverse;
      align-items: center;
      justify-content: center;
    }
    .hero-text {
      max-width: 100%;
      align-items: center;
      text-align: center;
    }
    .hero-text .hero-linha {
      margin: 1.5rem auto;
    }
    .hero-text .hero-slogan {
      margin: 0 auto 3rem;
    }
    .hero-foto {
      position: relative;
      right: auto;
      bottom: auto;
    }
    .foto-candidato {
      height: auto;
      width: 240px;
      max-width: 60vw;
      max-height: none;
      filter: drop-shadow(0 0 30px rgba(245,196,0,0.18));
    }
  }

  /* ─── BARRA REDES SOCIAIS ─── */
  .social-bar {
    background: #1A1600;
    border-top: 1px solid rgba(245,196,0,0.15);
    border-bottom: 1px solid rgba(245,196,0,0.15);
    padding: 0.25rem 1.5rem;
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
  }

  .social-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    color: rgba(255,255,255,0.7);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.9rem 2.5rem;
    border-right: 1px solid rgba(255,255,255,0.08);
    transition: color 0.2s, background 0.2s;
  }

  .social-item:last-child { border-right: none; }

  .social-item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .social-item:hover {
    color: var(--verde);
    background: rgba(245,196,0,0.05);
  }

  @media (max-width: 600px) {
    .social-item {
      padding: 0.8rem 1.4rem;
    }
    .social-item span { display: none; }
    .social-item svg { width: 24px; height: 24px; }
  }

  /* ─── SEÇÃO BIOGRAFIA ─── */
  .biografia {
    position: relative;
    background: #0D0B00;
    padding: 7rem 1.5rem;
    overflow: hidden;
    border-bottom: 1px solid rgba(245,196,0,0.15);
  }

  .biografia::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--verde), var(--amarelo), var(--verde), transparent);
  }

  .bio-bg-text {
    position: absolute;
    top: 50%;
    right: -2vw;
    transform: translateY(-50%);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28vw;
    color: rgba(245,196,0,0.025);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
  }

  .bio-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }

  .bio-header {
    margin-bottom: 4rem;
  }

  .bio-titulo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.95;
    color: var(--branco);
    margin-top: 1.2rem;
  }

  .bio-titulo em {
    color: var(--verde);
    font-style: normal;
  }

  .bio-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 5rem;
    align-items: start;
  }

  .bio-texto p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: rgba(255,255,255,0.75);
    margin-bottom: 2.4rem;
  }

  .bio-texto p strong {
    color: var(--branco);
    font-weight: 600;
  }

  .bio-destaque {
    border-left: 4px solid var(--verde);
    padding: 1.4rem 2rem;
    margin: 2.8rem 0;
    background: rgba(245,196,0,0.04);
  }

  .bio-destaque span {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 700;
    font-style: italic;
    color: var(--bege);
    line-height: 1.35;
    display: block;
  }

  .bio-video {
    margin-top: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .bio-video-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--verde);
    margin-bottom: 0.8rem;
  }

  .bio-video-label svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .bio-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    border: 1px solid rgba(245,196,0,0.2);
    overflow: hidden;
  }

  .bio-video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .bio-fotos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .bio-foto {
    position: relative;
    overflow: hidden;
  }

  .bio-foto img {
    width: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(20%) contrast(1.05);
    transition: filter 0.4s ease, transform 0.4s ease;
  }

  .bio-foto:hover img {
    filter: grayscale(0%) contrast(1.1);
    transform: scale(1.02);
  }

  .bio-foto--principal img {
    height: 480px;
    object-position: center top;
  }

  .bio-foto--sec img {
    height: 220px;
  }

  .bio-foto-legenda {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--cinza-claro);
    padding: 0.5rem 0 0;
    border-top: 1px solid rgba(245,196,0,0.2);
    margin-top: 0.5rem;
  }

  @media (max-width: 900px) {
    .bio-grid {
      grid-template-columns: 1fr;
      gap: 3rem;
    }

    .bio-fotos {
      flex-direction: row;
    }

    .bio-foto--principal {
      flex: 1.4;
    }

    .bio-foto--sec {
      flex: 1;
    }

    .bio-foto--principal img {
      height: 340px;
      object-position: center top;
    }

    .bio-foto--sec img {
      height: 260px;
    }
  }

  @media (max-width: 600px) {
    /* intercala texto e fotos em coluna única */
    .bio-grid {
      display: flex;
      flex-direction: column;
    }

    .bio-texto {
      display: flex;
      flex-direction: column;
    }

    .bio-p1        { order: 1; }
    .bio-destaque1 { order: 2; }
    .bio-fotos     { order: 3; flex-direction: column; }
    .bio-p2        { order: 4; }
    .bio-p3        { order: 5; }

    .bio-foto--principal img {
      height: 320px;
      object-position: center top;
    }

    .bio-foto--sec img {
      height: 200px;
    }

    .bio-bg-text {
      font-size: 50vw;
    }
  }

  /* ─── SEÇÃO STATS ─── */
  .stats-bar {
    background: #1A1600;
    border-top: 2px solid var(--verde);
    border-bottom: 2px solid var(--verde);
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .stat {
    text-align: center;
    padding: 0.5rem 2.5rem;
    border-right: 1px solid rgba(255,255,255,0.15);
  }
  .stat:last-child { border-right: none; }

  .stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: var(--verde);
    line-height: 1;
  }

  .stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-top: 0.2rem;
  }

  /* ─── SEÇÃO PROPÓSITO ─── */
  .proposito {
    padding: 6rem 1.5rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }

  .section-tag {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--verde);
    border-left: 3px solid var(--verde);
    padding-left: 0.8rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }

  .section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1;
    margin-bottom: 1.5rem;
    color: var(--branco);
  }

  .section-title em {
    color: var(--verde);
    font-style: normal;
  }

  .proposito-texto {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--cinza-claro);
    max-width: 680px;
    margin: 0 auto 3rem;
  }

  .proposito-texto strong { color: var(--branco); }

  .temas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    text-align: left;
  }

  .tema-card {
    background: var(--cinza-escuro);
    border: 1px solid rgba(255,255,255,0.06);
    border-left: 3px solid var(--verde);
    padding: 1rem 1.2rem;
    border-radius: 2px;
    transition: all 0.2s;
    cursor: pointer;
  }

  .tema-card:hover {
    background: var(--cinza-medio);
    border-left-color: var(--amarelo);
    transform: translateX(3px);
  }

  .tema-icon { font-size: 1.5rem; margin-bottom: 0.4rem; }
  .tema-nome {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--branco);
    text-transform: uppercase;
  }

  /* ─── FORMULÁRIO ─── */
  .form-section {
    background: var(--carvao);
    padding: 6rem 1.5rem;
    position: relative;
    overflow: hidden;
  }

  .form-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--verde), #fff8a0, var(--verde));
  }

  .form-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20vw;
    color: rgba(255,255,255,0.015);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
  }

  .form-container {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
  }

  .form-header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .form-box {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    padding: 3rem 2.5rem;
    backdrop-filter: blur(10px);
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
  }

  @media (max-width: 600px) {
    .form-row { grid-template-columns: 1fr; }
    .form-box { padding: 2rem 1.2rem; }
    .stat { padding: 0.5rem 1.5rem; }
  }

  .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1.2rem;
  }

  .form-group.full { grid-column: 1 / -1; }

  label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--cinza-claro);
  }

  label .req { color: var(--verde-neon); margin-left: 2px; }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select,
  textarea {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 2px;
    padding: 0.85rem 1rem;
    color: var(--branco);
    font-family: 'Barlow', sans-serif;
    font-size: 0.95rem;
    width: 100%;
    outline: none;
    transition: all 0.2s;
    -webkit-appearance: none;
    appearance: none;
  }

  input:focus, select:focus, textarea:focus {
    border-color: var(--verde);
    background: rgba(0,166,81,0.06);
    box-shadow: 0 0 0 3px rgba(0,166,81,0.12);
  }

  input::placeholder, textarea::placeholder {
    color: rgba(255,255,255,0.25);
  }

  select option { background: var(--carvao); color: var(--branco); }

  textarea {
    resize: vertical;
    min-height: 120px;
  }

  /* ─── LOCALIZAÇÃO ─── */
  .loc-btn {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(245,196,0,0.08);
    border: 1px dashed rgba(245,196,0,0.4);
    color: var(--verde);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.8rem 1.2rem;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s;
    margin-top: 0.3rem;
  }

  .loc-btn:hover {
    background: rgba(245,196,0,0.16);
    border-style: solid;
  }

  .loc-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

  .loc-status {
    font-size: 0.8rem;
    color: var(--cinza-claro);
    margin-top: 0.5rem;
    min-height: 1.2em;
    font-style: italic;
  }

  .loc-status.ok { color: var(--verde); }
  .loc-status.err { color: var(--vermelho); }

  /* ─── UPLOAD FOTOS ─── */
  .upload-area {
    border: 2px dashed rgba(255,255,255,0.12);
    border-radius: 4px;
    padding: 2rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    margin-top: 0.3rem;
  }

  .upload-area:hover, .upload-area.drag-over {
    border-color: var(--verde);
    background: rgba(0,166,81,0.05);
  }

  .upload-area input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }

  .upload-icon { font-size: 2rem; margin-bottom: 0.5rem; }

  .upload-text {
    font-size: 0.9rem;
    color: var(--cinza-claro);
  }

  .upload-text strong { color: var(--verde); }

  .upload-hint {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.3);
    margin-top: 0.3rem;
  }

  .fotos-preview {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .foto-thumb {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    border: 2px solid var(--verde);
    animation: fadeUp 0.3s ease;
  }

  .foto-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
  }

  .foto-remove {
    position: absolute;
    top: 2px; right: 2px;
    background: var(--vermelho);
    border: none;
    color: white;
    width: 18px; height: 18px;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    line-height: 1;
  }

  /* ─── PRIVACIDADE ─── */
  .privacidade {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(245,196,0,0.04);
    border: 1px solid rgba(245,196,0,0.15);
    border-radius: 2px;
  }

  .privacidade input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    background: transparent;
    border: 2px solid var(--verde);
    border-radius: 2px;
    cursor: pointer;
    accent-color: var(--verde);
    margin-top: 2px;
    padding: 0;
  }

  .privacidade label {
    font-size: 0.8rem;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    color: var(--cinza-claro);
    cursor: pointer;
  }

  .privacidade label a { color: var(--verde); }

  /* ─── SUBMIT ─── */
  .btn-submit {
    width: 100%;
    background: var(--verde);
    color: var(--preto);
    border: none;
    padding: 1.2rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 1.5rem;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
  }

  .btn-submit:hover {
    background: var(--verde-neon);
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(0,166,81,0.35);
  }

  .btn-submit:disabled {
    background: var(--cinza-medio);
    color: var(--cinza-claro);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
  }

  /* ─── SUCCESS ─── */
  .success-box {
    display: none;
    text-align: center;
    padding: 3rem 2rem;
    animation: fadeUp 0.5s ease;
  }

  .success-box.show { display: block; }

  .success-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  .success-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: var(--verde);
    margin-bottom: 0.5rem;
  }

  .success-text {
    color: var(--cinza-claro);
    font-size: 1rem;
    line-height: 1.7;
  }

  /* ─── SEPARADOR ─── */
  .divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(245,196,0,0.3), transparent);
    margin: 0;
  }

  /* ─── FOOTER ─── */
  footer {
    background: #050505;
    padding: 2.5rem 1.5rem;
    text-align: center;
    color: rgba(255,255,255,0.3);
    font-size: 0.8rem;
    line-height: 1.8;
  }

  footer span { color: var(--verde); }

  .footer-social {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .footer-social a {
    display: flex;
    color: rgba(255,255,255,0.2);
    transition: color 0.2s;
  }

  .footer-social a:hover { color: rgba(255,255,255,0.6); }

  .footer-social svg { width: 16px; height: 16px; }

  .footer-link {
    color: var(--verde);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-link:hover { color: var(--verde-neon); }

  /* ─── SCROLL indicators ─── */
  .scroll-arrow {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    opacity: 0.5;
    display: flex;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
  }

  .scroll-arrow:hover { opacity: 1; }

  .scroll-arrow svg { width: 24px; height: 24px; color: var(--verde); }

  .bio-scroll-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3.5rem auto 0;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(245,196,0,0.3);
    border-radius: 50%;
    text-decoration: none;
    color: var(--verde);
    animation: bounce 2s infinite;
    opacity: 0.6;
    transition: opacity 0.2s, border-color 0.2s;
  }

  .bio-scroll-arrow:hover {
    opacity: 1;
    border-color: var(--verde);
  }

  .bio-scroll-arrow svg { width: 20px; height: 20px; }

  @keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
  }
