/* Brasil Acessível - Estilos Principais */
/* Gerado automaticamente - edite livremente */

:root {
    --verde: #009C3B;
    --verde-escuro: #007a2e;
    --amarelo: #FFDF00;
    --amarelo-escuro: #e6c800;
    --azul: #002776;
    --azul-claro: #1a3a8f;
    --azul-medio: #0052cc;
    --branco: #ffffff;
    --cinza-claro: #f8f9fb;
    --cinza: #f0f2f5;
    --texto: #1a1a2e;
    --texto-sub: #4a5568;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; color: var(--texto); overflow-x: hidden; }

  /* ===== BARRA WHATSAPP MODERNA ===== */
  .wa-bar {
    background: linear-gradient(90deg, var(--verde-escuro) 0%, var(--verde) 100%);
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
  }

  .wa-bar-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.9);
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
  }

  a.wa-bar-item:hover {
    color: #fff;
    text-decoration: underline;
  }

  .wa-bar-item svg {
    width: 16px; height: 16px; fill: rgba(255,255,255,0.9); flex-shrink: 0;
  }

  .wa-bar-cta {
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 7px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
    border: 1.5px solid rgba(255,255,255,0.4);
    letter-spacing: 0.3px;
  }

  .wa-bar-cta svg { width: 18px; height: 18px; fill: #fff; }
  .wa-bar-cta:hover { background: rgba(255,255,255,0.3); }

  /* ===== NAVBAR ===== */
  nav {
    background: var(--amarelo);
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,39,118,0.12);
  }

  .logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    text-decoration: none;
  }

  .logo-img { width: 72px; height: 72px; object-fit: contain; filter: drop-shadow(0 2px 6px rgba(0,39,118,0.18)); }

  .footer-logo { margin-bottom: 4px; }
  .footer-logo .logo-img { width: 64px; height: 64px; }

  .logo-texts { line-height: 1.15; }

  .logo-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 21px;
    color: var(--azul);
    display: block;
    letter-spacing: -0.3px;
  }

  .logo-sub {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: var(--verde);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: block;
  }

  .nav-links { display: flex; list-style: none; gap: 2px; }

  .nav-links a {
    color: var(--azul);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 9px 14px;
    border-radius: 8px;
    transition: background 0.15s;
    letter-spacing: 0.2px;
  }

  .nav-links a:hover { background: rgba(0,39,118,0.1); }

  /* ===== HERO ===== */
  .hero {
    background: linear-gradient(145deg, var(--azul) 0%, #0a3580 50%, var(--azul-claro) 100%);
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 70px 20px 60px;
  }

  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at 15% 60%, rgba(0,156,59,0.2) 0%, transparent 55%),
      radial-gradient(ellipse at 85% 20%, rgba(255,223,0,0.1) 0%, transparent 50%),
      radial-gradient(ellipse at 50% 100%, rgba(0,82,204,0.3) 0%, transparent 60%);
  }

  /* decorative circles */
  .hero::after {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    border: 1px solid rgba(255,223,0,0.08);
    border-radius: 50%;
    top: -100px; right: -100px;
    pointer-events: none;
  }

  .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
  }

  .hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,156,59,0.2);
    border: 1px solid rgba(0,156,59,0.5);
    color: #4dff8a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 28px;
    animation: fadeUp 0.6s ease both;
  }

  .dot-pulse {
    width: 7px; height: 7px;
    background: #4dff8a;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
  }

  @keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.7); }
  }

  .hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(38px, 6vw, 70px);
    color: #fff;
    line-height: 1.08;
    margin-bottom: 10px;
    animation: fadeUp 0.6s ease 0.1s both;
    letter-spacing: -1px;
  }

  .hero h1 .accent { color: var(--amarelo); }

  .hero p {
    font-size: 17px;
    color: rgba(255,255,255,0.78);
    max-width: 560px;
    margin: 22px auto 38px;
    line-height: 1.75;
    animation: fadeUp 0.6s ease 0.2s both;
  }

  .hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeUp 0.6s ease 0.3s both;
  }

  .btn-wa {
    background: #25D366;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 28px rgba(37,211,102,0.45);
    transition: transform 0.2s, box-shadow 0.2s;
    letter-spacing: 0.2px;
  }

  .btn-wa svg { width: 21px; height: 21px; fill: #fff; }
  .btn-wa:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(37,211,102,0.55); }

  .btn-outline {
    background: transparent;
    color: var(--amarelo);
    padding: 15px 30px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid rgba(255,223,0,0.6);
    transition: border-color 0.2s, background 0.2s;
    letter-spacing: 0.2px;
  }

  .btn-outline:hover { border-color: var(--amarelo); background: rgba(255,223,0,0.07); }

  /* ===== STATS ===== */
  .stats {
    background: var(--amarelo);
    padding: 24px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    flex-wrap: wrap;
  }

  .stat { text-align: center; }

  .stat-n {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 34px;
    color: var(--azul);
    line-height: 1;
  }

  .stat-l {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--verde-escuro);
    margin-top: 3px;
  }

  .stat-div {
    width: 1px; height: 40px;
    background: rgba(0,39,118,0.2);
  }

  /* ===== SOBRE ===== */
  #sobre {
    background: var(--cinza-claro);
    padding: 90px 48px;
  }

  .sobre-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }

  .tag {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--verde);
    margin-bottom: 14px;
  }

  h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(28px, 3.5vw, 44px);
    color: var(--azul);
    line-height: 1.15;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
  }

  .dot { color: var(--amarelo); }

  .sobre-text p {
    font-size: 15.5px;
    line-height: 1.85;
    color: var(--texto-sub);
    margin-bottom: 15px;
  }

  .sobre-text .btn-wa {
    display: inline-flex;
    max-width: fit-content;
  }

  .sobre-img {
    background: linear-gradient(135deg, var(--azul) 0%, var(--azul-claro) 100%);
    border-radius: 24px;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    box-shadow: 0 24px 64px rgba(0,39,118,0.28);
    position: relative;
    overflow: hidden;
  }

  .sobre-img::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0,156,59,0.3), transparent);
  }

  /* ===== VANTAGENS ===== */
  #vantagens {
    background: var(--branco);
    padding: 90px 48px;
  }

  .section-head {
    text-align: center;
    max-width: 580px;
    margin: 0 auto 56px;
  }

  .section-head p {
    font-size: 16px;
    color: var(--texto-sub);
    line-height: 1.7;
    margin-top: 12px;
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .card {
    background: var(--cinza-claro);
    border-radius: 20px;
    padding: 32px 28px;
    border: 2px solid transparent;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(0,39,118,0.1);
    border-color: var(--amarelo);
  }

  .card.dark {
    background: var(--azul);
    border-color: transparent;
  }

  .card-ico {
    width: 54px; height: 54px;
    background: var(--amarelo);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .card.dark .card-ico { background: rgba(255,255,255,0.12); }

  .card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 17px;
    color: var(--azul);
    margin-bottom: 10px;
  }

  .card.dark h3 { color: var(--amarelo); }

  .card p { font-size: 14px; line-height: 1.75; color: var(--texto-sub); }
  .card.dark p { color: rgba(255,255,255,0.75); }

  /* ===== COMO FUNCIONA ===== */
  #como {
    background: var(--azul);
    padding: 90px 48px;
  }

  #como .tag { color: var(--amarelo); }
  #como h2 { color: #fff; }
  #como .section-head p { color: rgba(255,255,255,0.7); }

  .steps {
    display: flex;
    justify-content: center;
    gap: 36px;
    max-width: 960px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .step {
    flex: 1;
    min-width: 200px;
    max-width: 260px;
    text-align: center;
  }

  .step-n {
    width: 60px; height: 60px;
    background: var(--amarelo);
    color: var(--azul);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
  }

  .step h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--amarelo);
    margin-bottom: 10px;
  }

  .step p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; }

  /* ===== FROTA ===== */
  #frota { background: var(--cinza-claro); padding: 90px 48px; }

  .frota-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .frota-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    transition: transform 0.2s;
  }

  .frota-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,39,118,0.12); }

  .frota-thumb {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #e8edf5;
  }

  .frota-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
  }

  .frota-card:hover .frota-thumb img {
    transform: scale(1.06);
  }

  .frota-label {
    padding: 16px 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: var(--azul);
    line-height: 1.4;
    border-top: 3px solid var(--verde);
  }

  /* ===== DEPOIMENTOS ===== */
  #dep { background: #fff; padding: 90px 48px; }

  .dep-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .dep-card {
    background: var(--cinza-claro);
    border-radius: 20px;
    padding: 30px 26px;
    border-left: 5px solid var(--verde);
  }

  .stars { color: var(--amarelo); font-size: 19px; margin-bottom: 14px; }

  .dep-text {
    font-size: 15px;
    line-height: 1.75;
    color: var(--texto-sub);
    margin-bottom: 18px;
    font-style: italic;
  }

  .dep-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    color: var(--azul);
  }

  /* ===== CONTATO ===== */
  #contato { background: var(--azul); padding: 90px 48px; }

  .contato-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
  }

  #contato .tag { color: var(--amarelo); }
  #contato h2 { color: #fff; }

  .contato-info p {
    color: rgba(255,255,255,0.7);
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 32px;
  }

  .cinfo-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .cinfo-ico {
    width: 46px; height: 46px;
    background: var(--amarelo);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
  }

  .cinfo-d strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--amarelo);
    margin-bottom: 2px;
  }

  .cinfo-d span { color: rgba(255,255,255,0.75); font-size: 14px; }

  .cinfo-d a {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
  }

  .cinfo-d a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .form-box {
    background: rgba(255,255,255,0.06);
    border-radius: 22px;
    padding: 36px;
    border: 1px solid rgba(255,255,255,0.1);
  }

  .form-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: var(--amarelo);
    margin-bottom: 24px;
  }

  .fg { margin-bottom: 16px; }

  .fg label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 7px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .fg input, .fg textarea, .fg select {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255,255,255,0.09);
    border: 1.5px solid rgba(255,255,255,0.15);
    border-radius: 11px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
  }

  .fg input::placeholder, .fg textarea::placeholder { color: rgba(255,255,255,0.35); }
  .fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--amarelo); }
  .fg select option { background: var(--azul); color: #fff; }
  .fg textarea { height: 95px; resize: vertical; }

  .fg.fg-error input,
  .fg.fg-error textarea,
  .fg.fg-error select {
    border-color: #ff8a8a;
    box-shadow: 0 0 0 2px rgba(255, 138, 138, 0.25);
  }

  .form-error {
    color: #ffb4b4;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 12px;
  }

  .btn-send {
    width: 100%;
    background: #25D366;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
    transition: opacity 0.2s, transform 0.2s;
    box-shadow: 0 6px 24px rgba(37,211,102,0.4);
    text-decoration: none;
  }

  .btn-send svg { width: 19px; height: 19px; fill: #fff; }
  .btn-send:hover { opacity: 0.92; transform: translateY(-2px); }

  /* ===== FOOTER ===== */
  footer {
    background: #0d0d1a;
    color: rgba(255,255,255,0.55);
    padding: 52px 48px 30px;
  }

  .footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
  }

  .footer-brand .logo-name { color: var(--amarelo); font-size: 19px; }
  .footer-brand .logo-sub { color: var(--verde); }

  .footer-brand p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.8;
    max-width: 250px;
  }

  .footer-col h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: var(--amarelo);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }

  .footer-col ul { list-style: none; }
  .footer-col ul li { margin-bottom: 9px; }

  .footer-col ul a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    font-size: 13.5px;
    transition: color 0.2s;
  }

  .footer-col ul a:hover { color: var(--amarelo); }

  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding-top: 22px;
    text-align: center;
    font-size: 12.5px;
  }

  .footer-bottom span { color: var(--verde); }

  /* ===== FLOAT WA ===== */
  .float-wa {
    position: fixed;
    bottom: 26px; right: 26px;
    width: 58px; height: 58px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px rgba(37,211,102,0.55);
    z-index: 999;
    text-decoration: none;
    animation: wa-pulse 2.5s infinite;
    transition: transform 0.2s;
  }

  .float-wa:hover { transform: scale(1.1); }
  .float-wa svg { width: 30px; height: 30px; fill: #fff; }

  /* ===== ANIMATIONS ===== */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  @keyframes wa-pulse {
    0%, 100% { box-shadow: 0 8px 28px rgba(37,211,102,0.55); }
    50%       { box-shadow: 0 8px 48px rgba(37,211,102,0.8); }
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 768px) {
    nav {
      padding: 0 20px;
      justify-content: center;
    }
    .nav-links { display: none; }
    #sobre, #vantagens, #como, #frota, #dep, #contato { padding: 64px 20px; }
    .sobre-wrap, .contato-grid { grid-template-columns: 1fr; }
    .sobre-text .btn-wa {
      display: flex;
      margin-left: auto;
      margin-right: auto;
    }
    .frota-grid { grid-template-columns: 1fr 1fr; }
    .stats { gap: 28px; padding: 24px 20px; }
    .stat-div { display: none; }
    footer { padding: 40px 20px 24px; }
    .footer-grid { flex-direction: column; }
    .wa-bar { gap: 14px; padding: 10px 14px; }
  }