/*
Theme Name: Mente Blindada
Theme URI: https://menteblinddada.com.br
Author: Solange Gomes
Author URI: https://menteblinddada.com.br
Description: Tema personalizado para o programa Mente Blindada – treinamento psicológico e fortalecimento mental.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mente-blindada
Tags: one-page, custom-colors, custom-logo
*/

/* ============================================================
   RESET & BASE
============================================================ */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

:root{
--bg:#07090d;
--card:#10151d;
--line:rgba(255,255,255,0.06);
--text:#f3f4f6;
--muted:#9ca3af;
--primary:#c8a86b;
--blue:#1b3558;
}

html{
scroll-behavior:smooth;
}

body{
background:var(--bg);
font-family:'Inter',sans-serif;
color:var(--text);
overflow-x:hidden;
}

.container{
width:min(1140px,92%);
margin:auto;
}

section{
padding:90px 0;
}

img{
max-width:100%;
display:block;
}

/* ============================================================
   HEADER
============================================================ */

header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
background:rgba(7,9,13,0.88);
backdrop-filter:blur(14px);
border-bottom:1px solid var(--line);
}

.header-content{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo{
font-size:15px;
font-weight:800;
letter-spacing:3px;
}

nav{
display:flex;
gap:28px;
}

nav a{
text-decoration:none;
color:var(--muted);
font-size:14px;
font-weight:500;
transition:0.3s;
}

nav a:hover{
color:#fff;
}

.btn{
display:inline-flex;
align-items:center;
justify-content:center;
height:54px;
padding:0 30px;
border-radius:14px;
font-size:14px;
font-weight:700;
text-decoration:none;
transition:0.3s;
}

.btn-primary{
background:linear-gradient(135deg,var(--primary),#e3c38f);
color:#050505;
}

.btn-primary:hover{
transform:translateY(-2px);
}

.btn-outline{
border:1px solid var(--line);
color:#fff;
background:rgba(255,255,255,0.02);
}

/* ============================================================
   HERO
============================================================ */

.hero{
padding-top:150px;
padding-bottom:90px;
background:
radial-gradient(circle at top right, rgba(27,53,88,0.40), transparent 30%),
var(--bg);
}

.hero-content{
max-width:900px;
margin:auto;
text-align:center;
}

.badge{
display:inline-flex;
padding:10px 18px;
border-radius:100px;
border:1px solid var(--line);
background:rgba(255,255,255,0.03);
font-size:12px;
letter-spacing:1px;
margin-bottom:28px;
color:#d1d5db;
}

.hero h1{
font-size:64px;
line-height:1;
letter-spacing:-3px;
margin-bottom:24px;
}

.hero h1 span{
color:var(--primary);
}

.hero p{
font-size:18px;
line-height:1.8;
color:var(--muted);
max-width:760px;
margin:auto;
margin-bottom:42px;
}

.video-box{
overflow:hidden;
border-radius:28px;
border:1px solid var(--line);
background:#000;
box-shadow:0 30px 60px rgba(0,0,0,0.35);
margin-bottom:35px;
}

.video-box iframe{
width:100%;
aspect-ratio:16/9;
display:block;
}

/* ============================================================
   SECTION TITLE
============================================================ */

.section-title{
max-width:760px;
margin-bottom:50px;
}

.section-title.center{
margin-left:auto;
margin-right:auto;
text-align:center;
}

.section-title span{
font-size:13px;
letter-spacing:2px;
text-transform:uppercase;
color:var(--primary);
}

.section-title h2{
font-size:46px;
line-height:1.1;
margin:18px 0 18px;
letter-spacing:-2px;
}

.section-title p{
font-size:17px;
line-height:1.8;
color:var(--muted);
}

/* ============================================================
   GRID & CARDS
============================================================ */

.grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.card{
background:linear-gradient(180deg,#10151d,#0d1118);
border:1px solid var(--line);
border-radius:24px;
padding:34px;
}

.card h3{
font-size:24px;
margin-bottom:14px;
}

.card p{
font-size:16px;
line-height:1.8;
color:var(--muted);
}

/* ============================================================
   ABOUT
============================================================ */

.about{
background:#0b1017;
}

.about-grid{
display:grid;
grid-template-columns:420px 1fr;
gap:60px;
align-items:center;
}

.about-image{
border-radius:30px;
overflow:hidden;
border:1px solid var(--line);
}

.about-text h2{
font-size:48px;
line-height:1.1;
margin-bottom:24px;
letter-spacing:-2px;
}

.about-text p{
font-size:17px;
line-height:1.9;
color:var(--muted);
margin-bottom:22px;
}

/* ============================================================
   MODULES
============================================================ */

.modules{
background:var(--bg);
}

.module{
padding:28px 32px;
border-radius:24px;
background:rgba(255,255,255,0.02);
border:1px solid var(--line);
margin-bottom:18px;
}

.module h3{
font-size:24px;
margin-bottom:14px;
}

.module p{
font-size:16px;
line-height:1.8;
color:var(--muted);
}

/* ============================================================
   BONUS
============================================================ */

.bonus{
background:#0b1017;
}

/* ============================================================
   OFFER
============================================================ */

.offer-box{
background:linear-gradient(135deg,#101826,#0b1018);
border-radius:34px;
padding:60px;
border:1px solid var(--line);
}

.offer-grid{
display:grid;
grid-template-columns:1fr 340px;
gap:50px;
align-items:center;
}

.offer-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-top:28px;
}

.offer-item{
padding:18px;
border-radius:18px;
background:rgba(255,255,255,0.03);
font-size:15px;
}

.price-box{
padding:38px;
border-radius:26px;
background:rgba(255,255,255,0.03);
border:1px solid var(--line);
text-align:center;
}

.price-box small{
font-size:14px;
color:var(--muted);
}

.price-box h3{
font-size:58px;
margin:16px 0;
letter-spacing:-3px;
}

.price-box p{
font-size:14px;
line-height:1.8;
color:var(--muted);
margin-bottom:26px;
}

/* ============================================================
   FAQ
============================================================ */

.faq-item{
padding:28px 32px;
border-radius:24px;
background:rgba(255,255,255,0.02);
border:1px solid var(--line);
margin-bottom:18px;
}

.faq-item h3{
font-size:20px;
margin-bottom:12px;
}

.faq-item p{
font-size:16px;
line-height:1.8;
color:var(--muted);
}

/* ============================================================
   CONTACT
============================================================ */

.contact{
text-align:center;
background:
linear-gradient(rgba(7,9,13,0.92),rgba(7,9,13,0.96)),
url('https://images.unsplash.com/photo-1523875194681-bedd468c58bf?q=80&w=1800&auto=format&fit=crop') center/cover;
}

.contact h2{
font-size:52px;
line-height:1.1;
margin-bottom:20px;
letter-spacing:-2px;
}

.contact p{
font-size:18px;
line-height:1.8;
color:#d1d5db;
max-width:720px;
margin:auto;
margin-bottom:36px;
}

.contact-buttons{
display:flex;
justify-content:center;
gap:18px;
flex-wrap:wrap;
}

/* ============================================================
   FOOTER
============================================================ */

footer{
padding:40px 0;
border-top:1px solid var(--line);
background:#05070b;
}

.footer-content{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
gap:20px;
}

.footer-content p,
.footer-content a{
font-size:14px;
color:#9ca3af;
text-decoration:none;
}

.footer-links{
display:flex;
gap:24px;
}

/* ============================================================
   RESPONSIVO
============================================================ */

@media(max-width:980px){

.grid,
.about-grid,
.offer-grid{
grid-template-columns:1fr;
}

.hero h1{
font-size:52px;
}

.section-title h2,
.about-text h2,
.contact h2{
font-size:40px;
}

}

@media(max-width:768px){

nav{
display:none;
}

.hero{
padding-top:130px;
}

.hero h1{
font-size:40px;
letter-spacing:-2px;
}

.section-title h2,
.about-text h2,
.contact h2{
font-size:34px;
}

.hero p,
.section-title p,
.about-text p,
.contact p{
font-size:16px;
}

.offer-box{
padding:34px 24px;
}

.offer-list{
grid-template-columns:1fr;
}

section{
padding:70px 0;
}

}
