:root{--primary:#6b3e52;--primary-light:#8b5e72;--secondary:#e8d5c4;--accent:#c4a962;--foreground:#1a1a1a;--background:#fafaf8;--border:#e0d5cc;--text-light:#666;--shadow-sm:0 1px 3px rgba(0,0,0,.1);--shadow-md:0 4px 12px rgba(0,0,0,.08);--shadow-lg:0 10px 30px rgba(0,0,0,.12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;font-size:16px}h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif;font-weight:700;line-height:1.2;color:var(--primary);margin-bottom:1rem}h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1.5rem}h3{font-size:clamp(1.25rem,3vw,1.75rem)}p{margin-bottom:1rem;color:var(--text-light)}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-light)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.container{padding:0 1rem}}header{position:fixed;top:0;left:0;right:0;z-index:1000;background:0 0;transition:all .3s ease;padding:1rem 0}header.scrolled{background:#fff;box-shadow:var(--shadow-md)}.header-content{display:flex;align-items:center;justify-content:space-between}.logo{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none}nav{display:flex;gap:2rem}nav a{font-size:.95rem;font-weight:500;color:var(--foreground);transition:color .3s ease}nav a:hover{color:var(--primary)}@media (max-width:768px){nav{display:none}}.hero{padding-top:8rem;padding-bottom:4rem;background:linear-gradient(135deg,var(--background) 0%,rgba(232,213,196,.1) 100%);min-height:100vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text h1{margin-bottom:1.5rem}.hero-text p{font-size:1.1rem;margin-bottom:2rem}.event-details{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.event-item{display:flex;gap:1rem;margin-bottom:1rem}.event-item:last-child{margin-bottom:0}.event-icon{font-size:1.5rem;min-width:2rem}.event-info h4{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.event-info p{font-size:.85rem;color:var(--text-light);margin-bottom:0}.hero-image{display:none}.hero-image .relative{position:relative}.hero-image img{width:100%;height:auto;border-radius:1rem;display:block;object-fit:cover}@media (min-width:1024px){.hero-image{display:block}}@media (max-width:768px){.hero{padding-top:6rem;padding-bottom:2rem;min-height:auto}.hero-content{grid-template-columns:1fr;gap:2rem}}.subscription-form{background:#fff;border-radius:.75rem;padding:1.5rem;border:1px solid var(--border);box-shadow:var(--shadow-sm);margin-bottom:2rem}.subscription-form h3{font-size:1.1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:var(--foreground)}.form-group input{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;font-size:.95rem;font-family:inherit;transition:all .3s ease}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(107,62,82,.1)}.form-group input::placeholder{color:rgba(102,102,102,.5)}.btn{display:inline-block;padding:.875rem 1.75rem;border:none;border-radius:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center;font-family:inherit}.btn-primary{background:var(--primary);color:#fff;width:100%}.btn-primary:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}section{padding:4rem 0}section.bg-white{background:#fff}section.bg-light{background:var(--background)}.section-title{text-align:center;margin-bottom:3rem}.divider{height:1px;background:var(--border);margin:0}.card{background:#fff;border-radius:.75rem;padding:2rem;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .3s ease;animation:fadeIn .6s ease-out}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.card.featured{border:2px solid var(--primary);position:relative}.card.featured:before{content:'A Verdade';position:absolute;top:-1rem;left:50%;transform:translateX(-50%);background:var(--primary);color:#fff;padding:.25rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:600;letter-spacing:.05em}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}footer{background:var(--foreground);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:rgba(255,255,255,.7)}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:rgba(255,255,255,.6);font-size:.9rem}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media (max-width:768px){section{padding:2rem 0}.cards-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr}}