/* =========================================
           TIPOGRAFIA E TÍTULOS
           ========================================= */
        .section-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary-orange);
            margin: 3rem 0 3rem;
        }

        .section-title.blue { color: var(--secondary-blue); }
        .section-title.dark { color: var(--dark-blue); }

/* =========================================
    SEÇÕES
    ========================================= */
.section {
    padding: rem 0;
}

 .hero-support {
    padding: 3rem 0;
}

.hero-card {
    position: relative; /* Fundamental para segurar a imagem absoluta */
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    min-height: 716px;
    display: flex;
    align-items: center;
    margin-top: 3rem;
   }

/* Imagem de Fundo Absolute */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Conteúdo do Hero (Textos) */
.hero-content {
    position: relative;
    z-index: 2; /* Fica acima da máscara e da imagem */
    padding: 4rem;
    color: var(--text-light);
    max-width: 55%; /* Limita a largura do texto para não cobrir o rosto da moça */
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.15rem;
    opacity: 0.95;
    line-height: 1.5;
}
/* DECORATIVE DOTS */
.hero-dots {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(var(--primary-blue) 2px, transparent 2px);
    background-size: 15px 15px;
}

/* GUIA DE USO */
.guia-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.guia-card {
    display: flex;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    color: var(--text-light);
    box-shadow: var(--shadow-md);
    height: 250px;
}

.guia-card.orange { background-color: var(--primary-orange); }
.guia-card.darkblue { background-color: var(--secondary-blue); }

.guia-img {
    width: 45%;
    background-color: var(--bg-white);
}

.guia-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guia-text {
    width: 55%;
    padding: 2rem;
    display: flex;
    align-items: center;
}

.guia-text h3 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
}

/* FAQ */
.faq-section {
    background-color: var(--bg-light);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background-color: var(--bg-white);
    padding: 1.5rem 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
}

.faq-item h4 {
    font-size: 1.1rem;
    color: var(--secondary-blue);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.faq-item p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* DOWNLOAD APP */
.app-section .container {
    background-color: var(--primary-yellow);
    border-radius: var(--border-radius-lg);
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.app-content {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app-content h2 {
    color: var(--secondary-blue);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.app-content h3 {
    color: var(--secondary-blue);
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.app-content p {
    color: var(--text-dark);
    margin-bottom: 2rem;
}

.app-stores {
    display: flex;
    gap: 1rem;
}

.app-image {
    background-color: #ecd745;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 2rem;
}

.app-image img {
    max-height: 100%;
    object-fit: contain;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* =========================================
    DOWNLOAD APP SECTION
    ========================================= */
.download-app {
  background-color: var(--primary-yellow);
  padding: 10px 0;
  border-radius: 20px;
  margin: 6rem auto;
  max-width: 1100px;
}

.download-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 40px;
}

.download-text {
  flex: 1;
}

.download-text h2 {
  color: var(--secondary-blue);
  font-size: 40px;
  margin-bottom: 10px;
}

.download-text h3 {
  color: var(--secondary-blue);
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.download-text p {
  color: var(--text-dark);
  margin-bottom: 30px;
}

.store-buttons {
  display: flex;
  gap: 15px;
}

.store-buttons .btn-dark {
  padding: 10px 20px;
  width: auto;
  min-width: 180px;
}

.store-buttons p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  font-size: 16px;
  color: var(--bg-light);
  font-family: var(--font-main);
  font-weight: 600;
}

.store-buttons img {
  width: 24px;
  height: 24px;
}

.app-mockup {
  width: 100%;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.app-mockup img {
  max-height: 500px;
}


/* CONTATO */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h2 {
    font-size: 2rem;
    color: var(--secondary-blue);
    margin-bottom: 1rem;
}

.contact-info p {
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color: var(--primary-orange);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.contact-method h4 {
    color: var(--secondary-blue);
    font-size: 1rem;
}

.contact-method span {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* FORMULÁRIO */
.contact-form {
    background-color: var(--primary-blue);
    padding: 3rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-lg);
    margin-bottom: 3.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    color: white;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-control {
    width: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 8px;
    font-family: var(--font-main);
    font-size: 1rem;
    background-color: white;
}

.form-control:focus {
    outline: 2px solid var(--primary-orange);
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-form .btn-dark {
    width: 100%;
    padding: 16px;
    font-size: 1.1rem;
    margin-top: 1rem;
    border-radius: 8px;
}
  /* =========================================
    RESPONSIVIDADE
    ========================================= */
@media (max-width: 992px) {
    .contact-grid { grid-template-columns: 1fr; }
    .hero-content { max-width: 80%; padding: 3rem 2rem; }
    /* Apenas de segurança caso o overlay tenha sido injetado via JS em algum momento */
    .hero-overlay { background: linear-gradient(90deg, rgba(30, 58, 138, 0.95) 0%, rgba(59, 130, 246, 0.8) 70%, rgba(255,255,255,0) 100%); }
}

@media (max-width: 768px) {
  .hero-card { min-height: 450px; margin-top: 1rem; }
  .hero-content { max-width: 100%; text-align: center; padding: 2rem 1.5rem; }
  .hero-overlay { background: linear-gradient(180deg, rgba(30, 58, 138, 0.95) 0%, rgba(59, 130, 246, 0.6) 100%); }
  .hero-content h1 { font-size: 2.2rem; }
  
  .guia-grid { grid-template-columns: 1fr; }
  .guia-card { flex-direction: column; height: auto; }
  .guia-img { width: 100%; height: 200px; }
  .guia-text { width: 100%; text-align: center; justify-content: center; padding: 1.5rem;}
  
  .contact-form { padding: 2rem 1.5rem; margin-bottom: 2rem; }
}