/* =================================================================
   AESTHETIC: CLEAN & DELICATE (PURE CREAM & GOLD)
================================================================= */
:root {
    --bg-color: #FAFAF8; /* Creme extremamente claro, off-white macio */
    --surface-color: #FFFFFF;
    --text-primary: #3d3b38; /* Marrom acinzentado profundo, evita o preto duro */
    --text-secondary: #8c8984; /* Taupe acinzentado */
    --accent-color: #bd9b74; /* Champagne Dourado */
    --accent-dark: #9c7b56;
    
    --font-display: 'Cormorant Garamond', serif;
    --font-body: 'Montserrat', sans-serif;
    
    --space-md: 1.5rem;
    --space-lg: 3rem;
    --space-xl: 4.5rem;
    
    --transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ================== RESET & BASE ================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.antigravity-body {
    font-family: var(--font-body);
    background-color: var(--bg-color);
    color: var(--text-primary);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 0;
}

/* Marca d'água Floral de Luxo */
body.antigravity-body::before {
    content: '';
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background-image: url('https://www.transparenttextures.com/patterns/floral-motif.png');
    background-repeat: repeat;
    opacity: 0.18; /* Super suave e sem sombras fotográficas sujas */
    z-index: -1;
    pointer-events: none;
}

h1, h2, h3, h4, .logo { font-family: var(--font-display); font-weight: 300; letter-spacing: -0.02em; }
em { font-style: italic; color: var(--accent-dark); font-weight: 400; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
strong { font-weight: 500; color: var(--accent-dark); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 5%; }
.text-center { text-align: center; }

/* ================== BOTÕES E LINKS DELICADOS ================== */
/* Botão Minimalista para o Navbar */
.btn-login {
    border: 1px solid rgba(61, 59, 56, 0.15);
    padding: 0.6rem 1.8rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 400;
    transition: var(--transition);
}

.btn-login:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
    background: transparent;
}

/* Link Elegante Dourado que o cliente adorou na screenshot */
.btn-link { 
    font-size: 0.75rem; 
    text-transform: uppercase; 
    font-weight: 500; 
    letter-spacing: 0.2em; 
    color: var(--accent-dark); 
    display: inline-block;
    padding-bottom: 2px;
    transition: var(--transition);
    opacity: 0.9;
}
.btn-link:hover { opacity: 1; transform: translateX(5px); }

/* ================== NAVBAR ================== */
.navbar {
    position: absolute; width: 100%; top: 0; z-index: 1000;
    padding: 2.5rem 5%; display: flex; justify-content: space-between; align-items: center;
    background: transparent;
}

.logo { font-size: 1.8rem; font-style: italic; color: var(--text-primary); }
.nav-links { display: flex; gap: 3.5vw; list-style: none; align-items: center; }
.nav-links a { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 400; color: var(--text-primary); }
.nav-links a.hover-link:hover { color: var(--accent-color); }
.mobile-only { display: none; }

/* ================== HERO SECTION CLEAN ARCH ================== */
.hero-section {
    position: relative; 
    padding-top: 10rem; 
    padding-bottom: 2rem;
    display: flex; align-items: center; justify-content: center;
}

.hero-section h1 { 
    font-size: clamp(3.5rem, 6vw, 4.5rem); 
    line-height: 1.05; 
    margin-bottom: 2rem; 
    color: var(--text-primary);
}

.hero-visual-arch {
    margin: 4.5rem auto 0 auto;
    width: 100%;
    max-width: 900px;
    height: 70vh; /* Altura do arco */
    border-top-left-radius: 450px; /* Recorta o topo fazendo curva contínua */
    border-top-right-radius: 450px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 40px 80px rgba(0,0,0,0.06);
}

.hero-visual-arch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: sepia(10%) contrast(1.05); /* Casamento retrô */
}

/* ================== SOBRE SECTION (Aprovada pelo Usuário) ================== */
.sobre-section { padding: var(--space-xl) 0; margin-top: 2rem; }
.dual-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.text-content { max-width: 500px; }
.text-content h2 { font-size: clamp(2.5rem, 4vw, 3.8rem); margin-bottom: 2rem; line-height: 1.1; }
.text-content p { color: var(--text-secondary); font-size: 1rem; margin-bottom: 1.5rem; line-height: 1.8; font-weight: 300; }

.image-content { position: relative; height: 550px; display: flex; justify-content: center; align-items: center; perspective: 1000px; }
.image-wrapper { position: absolute; border-radius: 4px; overflow: hidden; background: #fff; padding: 0.5rem; box-shadow: 0 25px 50px rgba(0,0,0,0.05); }
.image-wrapper img { width: 100%; height: 100%; object-fit: cover; }

/* Isometria preservada! */
.isometric-left { width: 60%; height: 75%; left: 0; top: 5%; transform: rotateY(12deg) rotateX(4deg) translateZ(0); z-index: 1; }
.isometric-right { width: 55%; height: 65%; right: 0; bottom: 5%; transform: rotateY(-12deg) rotateX(8deg) translateZ(40px); z-index: 2; border: 8px solid #fff; }

/* ================== QUOTE E SCATTER ================== */
.quote-section { padding: var(--space-xl) 0 8rem 0; overflow-x: hidden; }
.quote-wrapper { position: relative; max-width: 1200px; margin: 0 auto; display: inline-block; padding-top: 2rem; z-index: 2; margin-bottom: 2rem; }
.quote-mark { position: absolute; top: -5rem; left: 50%; transform: translateX(-50%); font-family: var(--font-display); font-size: 10rem; color: var(--accent-color); opacity: 0.15; line-height: 1; pointer-events: none; }
.single-line-quote { font-size: clamp(2.5rem, 4vw, 4.2rem); color: var(--text-primary); font-weight: 300; line-height: 1.2; position: relative; z-index: 1; white-space: nowrap; }

/* Bando de Fotos (Nuvem Massiva) */
.photo-scatter { position: relative; height: 550px; width: 100%; max-width: 1200px; margin: 0 auto; z-index: 1; }
.scatter-img {
    position: absolute; width: 120px; height: 140px; object-fit: cover;
    background: #fff; padding: 0.3rem; padding-bottom: 1.8rem; /* Polaroid micro */
    border-radius: 1px; box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: crosshair; filter: sepia(20%) contrast(1.05);
}
.scatter-img:hover { transform: scale(1.6) rotate(0deg) !important; z-index: 100 !important; box-shadow: 0 40px 80px rgba(0,0,0,0.3); filter: sepia(0%); }

/* 20 Posições Caóticas */
.sc-1 { top: 20px; left: 3%; transform: rotate(-12deg); z-index: 3; }
.sc-2 { top: 120px; left: 12%; transform: rotate(22deg); z-index: 5; }
.sc-3 { top: -20px; left: 22%; transform: rotate(165deg); z-index: 1; }
.sc-4 { top: 180px; left: 30%; transform: rotate(82deg); z-index: 6; }
.sc-5 { top: 40px; left: 40%; transform: rotate(-5deg); z-index: 2; }
.sc-6 { top: 200px; left: 48%; transform: rotate(-65deg); z-index: 4; }
.sc-7 { top: -10px; left: 58%; transform: rotate(15deg); z-index: 7; }
.sc-8 { top: 140px; left: 66%; transform: rotate(-25deg); z-index: 18; }
.sc-9 { top: 0px; left: 75%; transform: rotate(7deg); z-index: 9; }
.sc-10 { top: 190px; left: 82%; transform: rotate(110deg); z-index: 10; }
.sc-11 { top: 250px; left: 0%; transform: rotate(-45deg); z-index: 11; }
.sc-12 { top: 320px; left: 8%; transform: rotate(10deg); z-index: 12; }
.sc-13 { top: 240px; left: 20%; transform: rotate(-10deg); z-index: 13; }
.sc-14 { top: 360px; left: 28%; transform: rotate(95deg); z-index: 14; }
.sc-15 { top: 280px; left: 40%; transform: rotate(-15deg); z-index: 15; }
.sc-16 { top: 380px; left: 50%; transform: rotate(25deg); z-index: 16; }
.sc-17 { top: 310px; left: 62%; transform: rotate(-5deg); z-index: 17; }
.sc-18 { top: 400px; left: 74%; transform: rotate(-55deg); z-index: 8; }
.sc-19 { top: 250px; left: 90%; transform: rotate(15deg); z-index: 19; }
.sc-20 { top: 380px; left: 86%; transform: rotate(-8deg); z-index: 20; }

/* ================== COMO FUNCIONA (Editorial Puro) ================== */
.como-funciona { padding: var(--space-xl) 0; }
.como-funciona h2 { font-size: 3.2rem; }
.sub-headline { color: var(--text-secondary); margin-bottom: 5rem; font-size: 1.1rem; }

.editorial-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem; text-align: left; }
.editorial-step { position: relative; display: flex; flex-direction: column; }
.editorial-num { font-family: var(--font-display); font-size: 3rem; color: var(--accent-color); font-style: italic; margin-bottom: 1rem; opacity: 0.7; }
.step-image { width: 100%; aspect-ratio: 4/5; overflow: hidden; margin-bottom: 2.5rem; background: #fff; padding: 0.5rem; box-shadow: 0 15px 30px rgba(0,0,0,0.02); }
.step-image img { width: 100%; height: 100%; object-fit: cover; filter: sepia(10%) contrast(0.9); transition: all 1s ease; }
.editorial-step:hover .step-image img { filter: sepia(0%) contrast(1); transform: scale(1.03); }
.editorial-step h3 { font-size: 1.5rem; margin-bottom: 1rem; color: var(--text-primary); font-family: var(--font-display); letter-spacing: 0; }
.editorial-step p { font-size: 0.95rem; color: var(--text-secondary); max-width: 90%; font-weight: 300; line-height: 1.8; }

/* ================== PRICING (PLANOS VIP) ================== */
.pricing-section { padding: var(--space-xl) 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; align-items: stretch; margin-top: 1rem; }
.pricing-card { 
    background: #fff; 
    border: 1px solid rgba(61, 59, 56, 0.06); 
    padding: 4.5rem 3rem; 
    display: flex; flex-direction: column; 
    box-shadow: 0 15px 40px rgba(0,0,0,0.02);
    transition: var(--transition);
    position: relative;
    text-align: left;
}
.pricing-card:hover { transform: translateY(-8px); box-shadow: 0 30px 60px rgba(0,0,0,0.04); border-color: rgba(189, 155, 116, 0.3); }
.plan-name { font-size: 2.2rem; font-style: italic; color: var(--accent-dark); margin-bottom: 0.5rem; }
.plan-desc { font-size: 0.9rem; color: var(--text-secondary); margin-bottom: 2.5rem; font-weight: 300; line-height: 1.6; }
.plan-price { font-family: var(--font-display); font-size: 3.8rem; color: var(--text-primary); margin-bottom: 2.5rem; line-height: 1; }
.plan-price .cents { font-size: 1.5rem; }
.plan-features { list-style: none; margin-bottom: 3rem; border-top: 1px solid rgba(61, 59, 56, 0.08); padding-top: 2rem; flex-grow: 1; }
.plan-features li { padding-bottom: 1.2rem; font-size: 0.95rem; color: var(--text-secondary); font-weight: 300; position: relative; padding-left: 1.8rem; }
.plan-features li::before { content: '✓'; position: absolute; left: 0; color: var(--accent-color); font-size: 1.1rem; }
.pricing-card .btn-link { align-self: flex-start; margin-top: auto; letter-spacing: 0.1em; }

/* Plano Favorito (Celebração) */
.pricing-card.highlighted { 
    background: var(--text-primary); 
    border: none;
    transform: scale(1.04);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15); 
}
.pricing-card.highlighted:hover { transform: scale(1.04) translateY(-8px); }
.pricing-card.highlighted .plan-name { color: var(--accent-color); }
.pricing-card.highlighted .plan-price { color: #fff; }
.pricing-card.highlighted .plan-desc { color: rgba(255,255,255,0.7); }
.pricing-card.highlighted .plan-features { border-top-color: rgba(255,255,255,0.1); }
.pricing-card.highlighted .plan-features li { color: rgba(255,255,255,0.85); }
.pricing-card.highlighted .plan-features li::before { color: var(--accent-color); }
.highlight-tag { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); background: var(--accent-color); color: #fff; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.25em; padding: 0.6rem 2rem; white-space: nowrap; font-weight: 500; }

/* ================== FAQ SECTION ================== */
.faq-section { padding: var(--space-xl) 0; }
.faq-accordion { display: flex; flex-direction: column; gap: 1rem; text-align: left; }
.faq-item { border-bottom: 1px solid rgba(61, 59, 56, 0.08); padding-bottom: 1.5rem; transition: var(--transition); }
.faq-question {
    font-size: 1.4rem; font-family: var(--font-display); color: var(--text-primary);
    cursor: pointer; list-style: none; /* Remove triângulo nativo */
    position: relative; padding-right: 2rem; outline: none; transition: color 0.3s ease;
}
.faq-question::-webkit-details-marker { display: none; } /* Safari hidder */
.faq-question:hover { color: var(--accent-dark); }
.faq-question::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.5rem; color: var(--accent-color);
    font-weight: 300; transition: transform 0.4s ease;
}
.faq-item[open] .faq-question::after { content: '−'; transform: translateY(-50%) rotate(180deg); }
.faq-item[open] .faq-question { color: var(--accent-dark); font-style: italic; }
.faq-answer {
    padding-top: 1rem; font-size: 0.95rem; color: var(--text-secondary);
    font-weight: 300; line-height: 1.8; animation: fadeDown 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes fadeDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

/* ================== FOOTER (Cream Delicate) ================== */
.delicate-footer { background-color: var(--bg-color); padding-top: var(--space-xl); border-top: 1px solid rgba(61, 59, 56, 0.05); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; margin-bottom: 5rem; }
.logo-footer { font-size: 2.2rem; font-style: italic; color: var(--text-primary); margin-bottom: 1rem; }
.brand-col p { color: var(--text-secondary); font-size: 0.9rem; max-width: 300px; font-style: italic; }
.link-col h4, .action-col h4 { font-family: var(--font-body); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--text-primary); margin-bottom: 1.5rem; font-weight: 500; }
.link-col a { display: block; color: var(--text-secondary); margin-bottom: 1rem; font-size: 0.85rem; }
.link-col a:hover { color: var(--accent-color); transform: translateX(5px); }
.action-col p { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 1.5rem; }

.footer-bottom { text-align: center; padding: 2.5rem; border-top: 1px solid rgba(61, 59, 56, 0.05); color: var(--text-secondary); font-size: 0.75rem; letter-spacing: 0.05em; text-transform: uppercase; }

/* ================== MOBILE ================== */
@media (max-width: 900px) {
    .navbar { padding: 1.5rem; }
    .nav-links { display: none; }
    .mobile-only { display: inline-block; }
    .btn-primary.mobile-only { border: 1px solid var(--text-primary); background: transparent; color: var(--text-primary); padding: 0.5rem 1rem; font-size: 0.7rem; border-radius: 0;}
    .hero-section { min-height: auto; padding-top: 8rem; }
    .hero-visual-arch { height: 50vh; border-top-left-radius: 200px; border-top-right-radius: 200px; margin-top: 3rem;}
    .dual-layout { grid-template-columns: 1fr; text-align: center; }
    .text-content { max-width: 100%; margin: 0 auto; }
    .image-content { height: 450px; perspective: none; }
    .isometric-left, .isometric-right { position: relative; width: 100%; height: auto; transform: none !important; margin-bottom: 1rem; border: none; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
    .isometric-left { display: none; }
    .editorial-steps { grid-template-columns: 1fr; gap: 5rem; }
    .pricing-grid { grid-template-columns: 1fr; gap: 4rem; }
    .pricing-card.highlighted { transform: scale(1) !important; }
    .pricing-card.highlighted:hover { transform: translateY(-5px) !important; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .link-col a:hover { transform: none; }
    
    /* Reposicionamento Caótico Escasso no Mobile */
    .single-line-quote { white-space: normal; font-size: 2.2rem; }
    .photo-scatter { height: 900px; }
    .scatter-img { width: 100px; height: 120px; }
    .sc-1 { top: 20px; left: 10%; transform: rotate(-10deg); }
    .sc-2 { top: 80px; left: 45%; transform: rotate(20deg); }
    .sc-3 { top: 150px; left: 5%; transform: rotate(175deg); }
    .sc-4 { top: 220px; left: 60%; transform: rotate(80deg); }
    .sc-5 { top: 280px; left: 10%; transform: rotate(-5deg); }
    .sc-6 { top: 320px; left: 50%; transform: rotate(-65deg); }
    .sc-7 { top: 400px; left: 15%; transform: rotate(14deg); }
    .sc-8 { top: 450px; left: 55%; transform: rotate(-25deg); }
    .sc-9 { top: 520px; left: 8%; transform: rotate(8deg); }
    .sc-10 { top: 580px; left: 60%; transform: rotate(115deg); }
    .sc-11 { top: 650px; left: 20%; transform: rotate(-40deg); }
    .sc-12 { top: 720px; left: 50%; transform: rotate(15deg); }
    .sc-13 { top: 780px; left: 10%; transform: rotate(-12deg); }
    .sc-14 { top: 820px; left: 65%; transform: rotate(70deg); }
}
