/* HOME PAGE STYLES - ADBelem - TODAS SEÇÕES COM FUNDO BRANCO */

.hero-banner { position: relative; width: 100%; height: 500px; overflow: hidden; margin-top: 80px; }
.hero-banner-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-banner-mobile { display: none; }
.hero-banner-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, transparent 100%); color: #fff; }
.hero-banner-content { max-width: 600px; }
.hero-banner-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.hero-banner-subtitle { font-size: 1.1rem; font-weight: 500; margin-bottom: 4px; opacity: 0.9; }
.hero-banner-description { font-size: 0.95rem; opacity: 0.8; margin-bottom: 20px; }
.hero-banner-btn { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #1a1a1a; padding: 14px 28px; border-radius: 50px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }
.hero-banner-btn:hover { background: #f0f0f0; transform: translateY(-2px); }

/* TODAS SEÇÕES - FUNDO BRANCO, SEM CINZA, SEM LINHAS */
.section-get-involved { padding: 80px 40px; text-align: center; background: #ffffff; }
.section-title { font-size: 2rem; font-weight: 700; color: #1a1a1a; margin-bottom: 12px; }
.section-subtitle { font-size: 1rem; color: #666; max-width: 600px; margin: 0 auto 50px; line-height: 1.6; }

.involve-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1100px; margin: 0 auto; }
.involve-card { text-decoration: none; display: block; transition: transform 0.3s ease; }
.involve-card:hover { transform: translateY(-5px); }
.involve-card-image { width: 100%; height: 220px; object-fit: cover; border-radius: 12px; margin-bottom: 16px; }
.involve-card-title { font-size: 1.1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.involve-card-text { font-size: 0.9rem; color: #666; line-height: 1.5; margin-bottom: 12px; }
.involve-card-link { font-size: 0.9rem; font-weight: 600; color: #1a1a1a; display: inline-flex; align-items: center; gap: 5px; }
.involve-card-link::after { content: '›'; font-size: 1.2em; }

.section-next-step { padding: 60px 40px; background: #ffffff; }
.next-step-header { text-align: center; margin-bottom: 30px; }
.next-step-header h2 { font-size: 1.5rem; font-weight: 700; color: #1a1a1a; }
.next-step-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; max-width: 900px; margin: 0 auto; }
.next-step-btn { display: flex; align-items: center; gap: 15px; padding: 20px 30px; background: #fff; border: 2px solid #e0e0e0; border-radius: 12px; text-decoration: none; transition: all 0.3s ease; min-width: 280px; }
.next-step-btn:hover { border-color: #1a1a1a; transform: translateY(-2px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.next-step-btn-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: #f5f5f5; border-radius: 50%; flex-shrink: 0; }
.next-step-btn-icon svg { width: 20px; height: 20px; color: #1a1a1a; }
.next-step-btn-content h4 { font-size: 0.95rem; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; }
.next-step-btn-content p { font-size: 0.85rem; color: #666; margin: 0; }

.section-experience { padding: 60px 40px; background: #ffffff; }
.experience-boxes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; max-width: 1200px; margin: 0 auto; }
.experience-box { background: #fff; padding: 30px; border-radius: 12px; text-align: center; border: 2px solid #e0e0e0; transition: all 0.3s ease; }
.experience-box:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.experience-box-icon { width: 50px; height: 50px; margin: 0 auto 15px; display: flex; align-items: center; justify-content: center; }
.experience-box-icon svg { width: 28px; height: 28px; color: #1a1a1a; }
.experience-box-title { font-size: 1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
.experience-box-text { font-size: 0.85rem; color: #666; line-height: 1.5; margin-bottom: 20px; }
.experience-box-link { display: inline-flex; align-items: center; gap: 5px; font-size: 0.9rem; font-weight: 600; color: #1a1a1a; text-decoration: none; }
.experience-box-link:hover { text-decoration: underline; }
.experience-box-link::after { content: '›'; font-size: 1.2em; }

.section-discover { padding: 80px 40px; background: #ffffff; text-align: center; }
.discover-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 900px; margin: 0 auto; }
.discover-card { background: #fff; border-radius: 12px; overflow: hidden; text-decoration: none; display: block; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 2px solid #e0e0e0; }
.discover-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-color: #1a1a1a; }
.discover-card-image { width: 100%; height: 200px; object-fit: cover; }
.discover-card-content { padding: 25px; text-align: left; }
.discover-card-title { font-size: 1.1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.discover-card-text { font-size: 0.9rem; color: #666; line-height: 1.5; margin-bottom: 15px; }
.discover-card-link { font-size: 0.9rem; font-weight: 600; color: #1a1a1a; display: inline-flex; align-items: center; gap: 5px; }
.discover-card-link::after { content: '›'; font-size: 1.2em; }

.section-app { padding: 80px 40px; background: #ffffff; }
.app-container { display: flex; align-items: center; justify-content: center; gap: 60px; max-width: 1000px; margin: 0 auto; }
.app-image { flex-shrink: 0; }
.app-image img { max-width: 300px; height: auto; }
.app-content { max-width: 450px; }
.app-title { font-size: 1.8rem; font-weight: 700; color: #1a1a1a; margin-bottom: 15px; }
.app-text { font-size: 0.95rem; color: #666; line-height: 1.6; margin-bottom: 25px; }
.app-buttons { display: flex; gap: 15px; flex-wrap: wrap; }
.app-btn { display: inline-flex; align-items: center; gap: 10px; background: #1a1a1a; color: #fff; padding: 12px 20px; border-radius: 8px; text-decoration: none; font-size: 0.85rem; transition: opacity 0.3s ease; }
.app-btn:hover { opacity: 0.85; }
.app-btn svg { width: 24px; height: 24px; }
.app-btn-text { display: flex; flex-direction: column; line-height: 1.2; }
.app-btn-text small { font-size: 0.7rem; opacity: 0.8; }
.app-btn-text span { font-weight: 600; }

/* LANGUAGE SELECTOR - Globo preto profissional */
.language-selector { position: relative; margin-left: 15px; }
.lang-toggle { background: transparent; border: none; padding: 8px 12px; font-size: 14px; font-weight: 500; color: #1a1a1a; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: all 0.2s ease; }
.lang-toggle:hover { opacity: 0.7; }
.lang-toggle .globe-icon { color: #1a1a1a; }
.lang-toggle .lang-current { font-size: 13px; }
.lang-toggle .chevron-icon { opacity: 0.6; }
.lang-dropdown { position: absolute; top: calc(100% + 8px); right: 0; background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.12); min-width: 160px; display: none; z-index: 1000; }
.lang-dropdown.show { display: block; }
.lang-option { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; color: #1a1a1a; text-decoration: none; font-size: 14px; transition: background 0.2s ease; }
.lang-option:first-child { border-radius: 8px 8px 0 0; }
.lang-option:last-child { border-radius: 0 0 8px 8px; }
.lang-option:hover { background: #f5f5f5; }
.lang-option.active { background: #f5f5f5; font-weight: 600; }
.lang-option .check-icon { color: #1a1a1a; }

.nav-external { display: inline-flex; align-items: center; gap: 4px; }
.nav-external svg { opacity: 0.6; }

/* RESPONSIVIDADE */
@media (max-width: 1024px) {
    .experience-boxes { grid-template-columns: repeat(2, 1fr); }
    .involve-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .hero-banner { height: 400px; margin-top: 65px; }
    .hero-banner-desktop { display: none; }
    .hero-banner-mobile { display: block; }
    .hero-banner-overlay { padding: 25px; }
    .hero-banner-title { font-size: 1.8rem; }
    .section-get-involved, .section-discover, .section-app { padding: 50px 20px; }
    .section-next-step { padding: 40px 20px; }
    .section-experience { padding: 40px 20px; }
    .involve-cards { grid-template-columns: 1fr; gap: 25px; }
    .next-step-buttons { flex-direction: column; align-items: center; }
    .next-step-btn { width: 100%; max-width: 400px; }
    .experience-boxes { grid-template-columns: 1fr; gap: 20px; }
    .discover-cards { grid-template-columns: 1fr; }
    .app-container { flex-direction: column; text-align: center; gap: 30px; }
    .app-image img { max-width: 250px; }
    .app-buttons { justify-content: center; }
    .section-title { font-size: 1.6rem; }
    .language-selector { margin-left: 10px; }
    .lang-toggle .lang-current { display: none; }
}

@media (max-width: 480px) {
    .hero-banner { height: 350px; }
    .hero-banner-title { font-size: 1.5rem; }
    .hero-banner-btn { padding: 12px 20px; font-size: 13px; }
}
