/* =========================================================================
   Vanessa Patrícia Advocacia - Light Boutique Theme
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&family=Great+Vibes&display=swap');

:root {
  /* Brand Colors (Boutique Law + Health) */
  --primary: #182A3A; /* Elegant Navy Blue */
  --primary-light: #243B53;
  --secondary: #B85C38; /* Terracotta / Burnt Orange */
  --secondary-hover: #9E4B2B;
  --bg-body: #FAFBFD; /* Very soft ice/gray blue */
  --bg-section: #FDFCF8; /* Cream/Warm Off-white for bio */
  --white: #FFFFFF;
  
  /* Text Colors */
  --text-dark: #182A3A;
  --text-body: #374151; /* Darkened from #4B5563 for better contrast */
  --text-light: #6B7280; /* Darkened from #9CA3AF for better contrast */
  
  /* Utilities */
  --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  --shadow-sm: 0 4px 15px rgba(24, 42, 58, 0.05);
  --shadow-md: 0 15px 35px rgba(24, 42, 58, 0.08);
  --shadow-btn: 0 8px 20px rgba(184, 92, 56, 0.2);
  --border-radius: 12px;
}

/* Base Styles & Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body { font-family: 'Inter', sans-serif; color: var(--text-body); background-color: var(--bg-body); line-height: 1.7; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: 'Cinzel', serif; color: var(--primary); font-weight: 600; }
.script-font { font-family: 'Great Vibes', cursive; color: var(--secondary); font-size: 3.5rem; margin-top: -15px; margin-bottom: 25px; display: block; font-weight: 400; letter-spacing: 1px;}
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Utilities / Animations */
.fade-up { opacity: 0; transform: translateY(30px); transition: var(--transition); transition-duration: 0.8s; }
.fade-right { opacity: 0; transform: translateX(-30px); transition: var(--transition); transition-duration: 0.8s; }
.visible { opacity: 1; transform: translate(0, 0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 10px; padding: 14px 30px; border-radius: 4px; border: none;
    font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px;
    transition: var(--transition); cursor: pointer;
}
.btn-primary { background: var(--secondary); color: var(--white); box-shadow: var(--shadow-btn); }
.btn-primary:hover { background: var(--secondary-hover); transform: translateY(-2px); box-shadow: 0 12px 25px rgba(184, 92, 56, 0.3); color: var(--white); }
.btn-outline { background: transparent; border: 1px solid var(--secondary); color: var(--secondary); }
.btn-outline:hover { background: var(--secondary); color: var(--white); }

/* Header */
.header {
    background: var(--white); position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
    padding: 20px 0; transition: var(--transition); box-shadow: var(--shadow-sm);
}
.header.scrolled {
    padding: 12px 0; box-shadow: var(--shadow-md);
}
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo-link { display: block; }
.main-logo { height: 65px; width: auto; display: block; }
.nav-list { display: flex; gap: 30px; }
.nav-link { font-weight: 500; color: var(--text-body); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; transition: var(--transition); }
.nav-link:hover { color: var(--secondary); }
.menu-toggle { display: none; font-size: 1.8rem; cursor: pointer; color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-actions .btn { padding: 12px 24px; font-size: 0.8rem; }

/* Hero */
.hero {
    position: relative; padding: 200px 0 140px; display: flex; align-items: center;
    background: var(--bg-body); overflow: hidden;
}
.hero-vp-watermark {
    position: absolute; left: -5%; top: 40%; transform: translateY(-50%);
    z-index: 0; pointer-events: none; width: 45vw; opacity: 0.12;
}
.hero-vp-watermark img { width: 100%; height: auto; filter: grayscale(100%) opacity(0.8); }
.hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.hero-content h1 { font-size: 3.5rem; color: var(--primary); margin-bottom: 20px; line-height: 1.1; font-weight: 600; text-transform: uppercase; }
.hero-content h2 { font-size: 1.6rem; color: var(--text-body); font-family: 'Inter', sans-serif; font-weight: 400; margin-bottom: 25px; line-height: 1.4; }
.hero-content p { font-size: 1.05rem; color: var(--text-body); margin-bottom: 40px; line-height: 1.7; max-width: 90%; }
.hero-img-wrap { position: relative; text-align: right; }
.hero-img-wrap img { border-radius: var(--border-radius); box-shadow: var(--shadow-md); width: 100%; max-width: 500px; margin-left: auto; }

/* Section Titles */
.section-title { text-align: center; margin-bottom: 70px; }
.section-title h2 { font-size: 2.2rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--primary); }

/* Áreas de Atuação - Interactive Strips Style */
.areas { padding: 100px 0; background: var(--bg-body); overflow: hidden; }
.strips-container { display: flex; width: 100%; height: 480px; gap: 15px; margin-top: 20px; }

.strip {
    flex: 1; position: relative; background: var(--white); overflow: hidden;
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: var(--border-radius); padding: 40px 20px;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    border: 1px solid rgba(0,0,0,0.03); box-shadow: var(--shadow-sm); cursor: pointer;
}

.strip:hover, .strip.active { flex: 3; background: var(--primary); border-color: var(--primary); transform: translateY(-5px); }

.strip-icon { font-size: 3rem; color: var(--primary); transition: all 0.5s ease; margin-bottom: 20px; }
.strip:hover .strip-icon, .strip.active .strip-icon { color: var(--secondary); transform: scale(1.1) translateY(-10px); }

.strip-title {
    font-size: 1.1rem; color: var(--primary); text-transform: uppercase;
    letter-spacing: 1.5px; font-weight: 700; transition: all 0.5s ease;
    white-space: nowrap; text-align: center;
}
.strip:hover .strip-title, .strip.active .strip-title { color: var(--white); margin-bottom: 15px; }

.strip-description {
    max-height: 0; opacity: 0; transition: all 0.5s ease; text-align: center;
    overflow: hidden; padding: 0 10px;
}
.strip:hover .strip-description, .strip.active .strip-description { max-height: 200px; opacity: 1; margin-top: 10px; }
.strip-description p { color: #666; font-size: 0.95rem; line-height: 1.6; }
.strip:hover .strip-description p, .strip.active .strip-description p { color: rgba(255,255,255,0.85); }

@media (max-width: 991px) {
    .strips-container { height: auto; flex-direction: column; gap: 20px; }
    .strip { flex: none; height: 160px; padding: 30px; }
    .strip:hover, .strip.active { flex: none; height: 260px; }
}

/* Blog Cards com Imagens de Destaque */
.blog-card {
    background: var(--white); border-radius: var(--border-radius); overflow: hidden;
    box-shadow: var(--shadow-sm); transition: var(--transition);
    display: flex; flex-direction: column; height: 100%;
}
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.blog-img-wrap { width: 100%; height: 220px; overflow: hidden; background: #eee; }
.blog-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease; }
.blog-card:hover .blog-img-wrap img { transform: scale(1.05); }
.blog-content { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; }
.blog-date { font-size: 0.8rem; color: var(--secondary); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin-bottom: 10px; display: block; }
.blog-content h3 { font-size: 1.3rem; margin-bottom: 15px; line-height: 1.3; }
.blog-content p { font-size: 0.95rem; color: var(--text-body); margin-bottom: 20px; line-height: 1.6; }
.blog-link { color: var(--secondary); font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 5px; margin-top: auto; }
.blog-link:hover { padding-left: 5px; }

/* Biografia (Sobre Nós) */
.sobre { padding: 120px 0; background: var(--bg-section); }
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; background: var(--white); padding: 60px; border-radius: var(--border-radius); box-shadow: var(--shadow-sm); }
.sobre-img-wrap { border-radius: var(--border-radius); overflow: hidden; box-shadow: var(--shadow-md); }
.sobre-img-wrap img { width: 100%; transition: transform 0.6s ease; display: block; }
.sobre-img-wrap:hover img { transform: scale(1.04); }
.sobre-content h2 { font-size: 2.4rem; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 2px;}
.sobre-content p { font-size: 1.05rem; margin-bottom: 20px; line-height: 1.8; color: var(--text-body); }

/* Premium Footer */
.footer { background: var(--primary); color: #fff; padding: 100px 0 30px; }
.footer-container { display: grid; grid-template-columns: 2fr 1.5fr 1.5fr; gap: 80px; margin-bottom: 60px; }
.footer-logo-link { display: inline-block; margin-bottom: 5px; }
.footer-logo-img { height: 90px; width: auto; display: block; }
.footer-title { font-size: 0.95rem; font-family: 'Inter', sans-serif; font-weight: 600; color: #fff; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px; }
.footer-links li, .footer-contact li { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; font-size: 0.95rem; color: rgba(255,255,255,0.7); }
.footer-links a, .footer-contact a { transition: var(--transition); }
.footer-links a:hover, .footer-contact a:hover { color: var(--secondary); }
.footer-contact i { color: var(--secondary); font-size: 1.4rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; color: rgba(255,255,255,0.4); }
.social-icons { display: flex; gap: 15px; }
.social-icons a { color: rgba(255,255,255,0.5); font-size: 1.4rem; }
.social-icons a:hover { color: var(--white); }

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed; bottom: 30px; right: 30px;
    width: 65px; height: 65px; background: #25D366; color: #fff;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 2.2rem; box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    z-index: 999; transition: var(--transition);
}
.whatsapp-float:hover { transform: scale(1.1) rotate(5deg); background: #20BA5A; color: #fff;}
.whatsapp-tooltip {
    position: absolute; right: 80px; background: var(--primary); color: #fff;
    padding: 8px 15px; border-radius: 20px; font-size: 0.8rem; font-weight: 600;
    white-space: nowrap; opacity: 0; transform: translateX(10px); transition: var(--transition);
    pointer-events: none; text-transform: uppercase; letter-spacing: 1px;
}
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; transform: translateX(0); }

/* Mobile Menu Class-based Toggle */
@media (max-width: 992px) {
    .delay-1, .delay-2, .delay-3 { transition-delay: 0s !important; }
    .nav-actions .btn { display: none; }
    .menu-toggle { display: block; }
    .hero .container { grid-template-columns: 1fr; text-align: center; }
    .hero-vp-watermark { display: none; }
    .hero-img-wrap img { margin: 0 auto; }
    .sobre-grid { grid-template-columns: 1fr; padding: 40px; text-align: center;}
    .footer-container { grid-template-columns: 1fr 1fr; }

    .nav-list {
        display: none; position: absolute; top: 100%; left: 0; width: 100%;
        background: rgba(10, 25, 47, 0.98); backdrop-filter: blur(15px);
        padding: 40px 24px; flex-direction: column; text-align: center;
        border-bottom: 1px solid rgba(184, 92, 56, 0.2);
    }
    .nav-list.active { display: flex; animation: slideDown 0.4s ease forwards; }
    @keyframes slideDown { 
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }
    .nav-list a { color: #fff; font-size: 1.1rem; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .nav-list li:last-child a { border-bottom: none; }
}

@media (max-width: 768px) {
    .hero { padding: 140px 0 80px; }
    .hero-content h1 { font-size: 2.5rem; }
    .hero-content h2 { font-size: 1.2rem; }
    .areas, .sobre { padding: 70px 0; }
    .footer-container { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .footer-contact li { justify-content: center; }
    .whatsapp-float { width: 55px; height: 55px; bottom: 20px; right: 20px; font-size: 1.8rem; }
    .whatsapp-tooltip { display: none; }
}

/* =========================================================================
   New Sections: Health Rights & Blog Preview
   ========================================================================= */

/* Health Rights Grid */
.health-rights { padding: 100px 0; background: var(--white); }
.health-rights-intro { max-width: 800px; margin: 0 auto 60px; text-align: center; }
.health-rights-intro p { font-size: 1.15rem; color: var(--text-body); line-height: 1.8; }

.rights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.right-card { 
    background: var(--bg-body); padding: 40px; border-radius: var(--border-radius);
    transition: var(--transition); border: 1px solid rgba(0,0,0,0.03);
    display: flex; flex-direction: column; height: 100%;
}
.right-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); background: var(--white); border-color: var(--secondary); }
.right-icon { font-size: 2.5rem; color: var(--secondary); margin-bottom: 20px; }
.right-card h3 { font-size: 1.25rem; margin-bottom: 15px; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; }
.right-card p { font-size: 0.95rem; color: var(--text-light); line-height: 1.6; margin: 0; }

@media (max-width: 992px) {
    .rights-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .rights-grid { grid-template-columns: 1fr; }
    .health-rights { padding: 70px 0; }
}

/* Blog Preview Home */
.blog-home { padding: 100px 0; background: var(--bg-section); }
.blog-home-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 50px; }

@media (max-width: 992px) {
    .blog-home-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .blog-home-grid { grid-template-columns: 1fr; }
}
