/* ===================================================
   DRA. CAROLINA NUNES SANTOS BARBOSA
   CSS Global - Design Profissional e Elegante
   =================================================== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

/* Variáveis */
:root {
    --navy: #0f2744;
    --navy-light: #1a365d;
    --blue: #2563eb;
    --blue-light: #3b82f6;
    --teal: #0d9488;
    --teal-light: #14b8a6;
    --green: #059669;
    --green-light: #10b981;
    --gold: #d97706;
    --white: #ffffff;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans: 'Inter', system-ui, sans-serif;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
    --shadow-md: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    --shadow-lg: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
    --shadow-xl: 0 25px 50px -12px rgba(0,0,0,0.25);
    --radius: 12px;
    --radius-lg: 20px;
    --radius-full: 9999px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-sans); color: var(--gray-700); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

/* Tipografia */
h1, h2, h3, h4, h5 { font-family: var(--font-serif); font-weight: 700; line-height: 1.2; color: var(--navy); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 3vw, 1.75rem); }
h4 { font-size: 1.25rem; }
p { margin-bottom: 1rem; font-size: 1.05rem; color: var(--gray-600); }

/* Container */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-sm { max-width: 800px; margin: 0 auto; padding: 0 24px; }

/* ===== HEADER / NAVBAR ===== */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--gray-200);
    box-shadow: var(--shadow-sm);
}
.navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    gap: 24px;
}
.navbar-brand { display: flex; flex-direction: column; }
.navbar-brand .brand-name { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 700; color: var(--navy); line-height: 1.2; }
.navbar-brand .brand-sub { font-size: 0.72rem; color: var(--teal); font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; }
.navbar-nav { display: flex; align-items: center; gap: 4px; }
.navbar-nav a { padding: 8px 14px; border-radius: var(--radius-full); font-size: 0.9rem; font-weight: 500; color: var(--gray-600); transition: var(--transition); }
.navbar-nav a:hover, .navbar-nav a.active { color: var(--navy); background: var(--gray-100); }
.navbar-cta { display: flex; align-items: center; gap: 10px; }
.btn-nav-wa { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; background: #25d366; color: white; border-radius: var(--radius-full); font-size: 0.85rem; font-weight: 600; transition: var(--transition); }
.btn-nav-wa:hover { background: #1ebe5d; transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-nav-wa svg { width: 16px; height: 16px; fill: white; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--transition); }

/* ===== HERO ===== */
.hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, #1e4080 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0 80px;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: var(--teal-light); padding: 6px 16px; border-radius: var(--radius-full); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 20px; }
.hero h1 { color: white; margin-bottom: 20px; }
.hero h1 span { color: var(--teal-light); }
.hero-lead { color: rgba(255,255,255,0.8); font-size: 1.15rem; margin-bottom: 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-credentials { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.credential-badge { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); padding: 8px 14px; border-radius: var(--radius); }
.credential-badge svg { width: 16px; height: 16px; fill: var(--teal-light); flex-shrink: 0; }
.credential-badge span { font-size: 0.8rem; color: rgba(255,255,255,0.85); font-weight: 500; }
.hero-image-col { position: relative; }
.hero-img-frame {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}
.hero-img-frame::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg, var(--teal), var(--blue));
    border-radius: calc(var(--radius-lg) + 3px);
    z-index: -1;
}
.hero-img-frame img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); }
.hero-stat-card {
    position: absolute;
    background: white;
    border-radius: var(--radius);
    padding: 14px 20px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 12px;
}
.hero-stat-card.card-1 { bottom: 30px; left: -30px; }
.hero-stat-card.card-2 { top: 30px; right: -30px; }
.hero-stat-card .stat-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-stat-card.card-1 .stat-icon { background: #dcfce7; }
.hero-stat-card.card-2 .stat-icon { background: #dbeafe; }
.hero-stat-card .stat-icon svg { width: 20px; height: 20px; }
.hero-stat-card.card-1 .stat-icon svg { fill: var(--green); }
.hero-stat-card.card-2 .stat-icon svg { fill: var(--blue); }
.hero-stat-card .stat-num { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700; color: var(--navy); line-height: 1; }
.hero-stat-card .stat-label { font-size: 0.75rem; color: var(--gray-500); margin-top: 2px; }

/* ===== BOTÕES ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 28px; border-radius: var(--radius-full); font-weight: 600; font-size: 0.95rem; transition: var(--transition); cursor: pointer; border: none; font-family: var(--font-sans); }
.btn svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }
.btn-primary { background: linear-gradient(135deg, var(--teal), var(--green)); color: white; box-shadow: 0 4px 15px rgba(13,148,136,0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(13,148,136,0.5); }
.btn-outline { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.4); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: white; }
.btn-wa { background: #25d366; color: white; box-shadow: 0 4px 15px rgba(37,211,102,0.4); }
.btn-wa:hover { background: #1ebe5d; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(37,211,102,0.5); }
.btn-ig { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); color: white; box-shadow: 0 4px 15px rgba(131,58,180,0.4); }
.btn-ig:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(131,58,180,0.5); }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }

/* ===== SEÇÕES ===== */
.section { padding: 90px 0; }
.section-sm { padding: 60px 0; }
.section-alt { background: var(--gray-50); }
.section-dark { background: var(--navy); }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 60px; }
.section-eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.section-header h2 { margin-bottom: 16px; }
.section-header p { font-size: 1.1rem; color: var(--gray-500); margin: 0; }
.divider { width: 60px; height: 3px; background: linear-gradient(90deg, var(--teal), var(--blue)); border-radius: 2px; margin: 16px auto 0; }

/* ===== CARDS DE SERVIÇOS ===== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card { background: white; border-radius: var(--radius-lg); padding: 36px 28px; border: 1px solid var(--gray-200); transition: var(--transition); position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--teal), var(--blue)); transform: scaleX(0); transition: var(--transition); transform-origin: left; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, #e0f2fe, #ccfbf1); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-icon svg { width: 28px; height: 28px; fill: var(--teal); }
.service-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.service-card p { font-size: 0.95rem; color: var(--gray-500); margin: 0; }

/* ===== SOBRE ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-img-wrapper { position: relative; }
.about-img-wrapper img { border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); }
.about-badge { position: absolute; bottom: -20px; right: -20px; background: var(--navy); color: white; padding: 20px 24px; border-radius: var(--radius); box-shadow: var(--shadow-lg); text-align: center; }
.about-badge .num { font-family: var(--font-serif); font-size: 2.2rem; font-weight: 700; color: var(--teal-light); line-height: 1; }
.about-badge .label { font-size: 0.78rem; color: rgba(255,255,255,0.7); margin-top: 4px; }
.about-text .eyebrow { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; display: block; }
.credentials-list { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.credential-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: var(--gray-50); border-radius: var(--radius); border-left: 3px solid var(--teal); }
.credential-item svg { width: 18px; height: 18px; fill: var(--teal); flex-shrink: 0; }
.credential-item span { font-size: 0.9rem; color: var(--gray-700); font-weight: 500; }

/* ===== FAQ ===== */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: white; border-radius: var(--radius); border: 1px solid var(--gray-200); overflow: hidden; transition: var(--transition); }
.faq-item:hover { border-color: var(--teal); box-shadow: var(--shadow); }
.faq-item.open { border-color: var(--teal); box-shadow: var(--shadow); }
.faq-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--font-sans); }
.faq-btn-text { font-size: 1rem; font-weight: 600; color: var(--navy); }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--gray-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: var(--transition); }
.faq-item.open .faq-icon { background: var(--teal); transform: rotate(45deg); }
.faq-icon svg { width: 14px; height: 14px; fill: var(--gray-500); }
.faq-item.open .faq-icon svg { fill: white; }
.faq-body { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }
.faq-item.open .faq-body { padding: 0 24px 20px; max-height: 400px; }
.faq-body p { font-size: 0.97rem; color: var(--gray-600); margin: 0; }

/* ===== BLOG CARDS ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { background: white; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--gray-200); transition: var(--transition); display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }
.blog-card-img { height: 180px; background: linear-gradient(135deg, var(--navy), var(--blue)); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.blog-card-img svg { width: 60px; height: 60px; fill: rgba(255,255,255,0.2); }
.blog-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-card-cat { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; }
.blog-card h3 { font-size: 1.05rem; margin-bottom: 10px; color: var(--navy); line-height: 1.4; }
.blog-card p { font-size: 0.88rem; color: var(--gray-500); flex: 1; margin: 0 0 16px; }
.blog-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--gray-100); }
.blog-card-author { font-size: 0.78rem; color: var(--gray-400); }
.blog-card-link { font-size: 0.82rem; font-weight: 600; color: var(--teal); display: flex; align-items: center; gap: 4px; }
.blog-card-link svg { width: 14px; height: 14px; fill: var(--teal); }

/* ===== ARTIGO BLOG ===== */
.article-header { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); padding: 80px 0 60px; }
.article-header .article-cat { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: var(--teal-light); padding: 5px 14px; border-radius: var(--radius-full); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
.article-header h1 { color: white; max-width: 800px; margin-bottom: 16px; }
.article-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.article-meta span { font-size: 0.85rem; color: rgba(255,255,255,0.6); display: flex; align-items: center; gap: 6px; }
.article-meta span svg { width: 14px; height: 14px; fill: rgba(255,255,255,0.5); }
.article-body { padding: 60px 0; }
.article-content { max-width: 780px; margin: 0 auto; }
.article-content h2 { font-size: 1.7rem; margin: 40px 0 16px; color: var(--navy); }
.article-content h3 { font-size: 1.3rem; margin: 28px 0 12px; color: var(--navy); }
.article-content p { font-size: 1.05rem; line-height: 1.8; color: var(--gray-700); margin-bottom: 20px; }
.article-content ul, .article-content ol { margin: 0 0 20px 24px; }
.article-content li { font-size: 1.05rem; line-height: 1.8; color: var(--gray-700); margin-bottom: 8px; list-style: disc; }
.article-content blockquote { border-left: 4px solid var(--teal); padding: 16px 24px; background: var(--gray-50); border-radius: 0 var(--radius) var(--radius) 0; margin: 28px 0; }
.article-content blockquote p { font-size: 1.1rem; font-style: italic; color: var(--gray-700); margin: 0; }
.article-cta-box { background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: var(--radius-lg); padding: 40px; text-align: center; margin: 48px 0; }
.article-cta-box h3 { color: white; margin-bottom: 12px; }
.article-cta-box p { color: rgba(255,255,255,0.75); margin-bottom: 24px; }
.article-cta-box .cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ===== CONTATO ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-social-card { background: white; border-radius: var(--radius-lg); padding: 36px; border: 1px solid var(--gray-200); display: flex; flex-direction: column; gap: 20px; }
.social-link-card { display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: var(--radius); transition: var(--transition); text-decoration: none; }
.social-link-card.wa { background: #f0fdf4; border: 1px solid #bbf7d0; }
.social-link-card.wa:hover { background: #dcfce7; transform: translateX(4px); }
.social-link-card.ig { background: #fdf4ff; border: 1px solid #e9d5ff; }
.social-link-card.ig:hover { background: #f3e8ff; transform: translateX(4px); }
.social-link-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.social-link-card.wa .social-link-icon { background: #25d366; }
.social-link-card.ig .social-link-icon { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.social-link-icon svg { width: 26px; height: 26px; fill: white; }
.social-link-info .label { font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-400); margin-bottom: 4px; }
.social-link-info .value { font-size: 1.05rem; font-weight: 700; color: var(--navy); }
.social-link-info .desc { font-size: 0.85rem; color: var(--gray-500); margin-top: 2px; }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--gray-200); }
.map-embed iframe { width: 100%; height: 380px; border: none; display: block; }
.address-box { background: var(--navy); color: white; border-radius: var(--radius); padding: 20px 24px; margin-top: 16px; display: flex; align-items: flex-start; gap: 14px; }
.address-box svg { width: 20px; height: 20px; fill: var(--teal-light); flex-shrink: 0; margin-top: 2px; }
.address-box p { color: rgba(255,255,255,0.85); font-size: 0.95rem; margin: 0; }

/* ===== FOOTER ===== */
.footer { background: var(--gray-900); color: white; padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; margin-bottom: 50px; }
.footer-brand .brand-name { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 700; color: white; margin-bottom: 4px; }
.footer-brand .brand-sub { font-size: 0.75rem; color: var(--teal-light); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
.footer-brand p { font-size: 0.9rem; color: var(--gray-400); line-height: 1.7; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.footer-social a:hover { background: var(--teal); }
.footer-social a svg { width: 18px; height: 18px; fill: rgba(255,255,255,0.7); }
.footer-social a:hover svg { fill: white; }
.footer-col h5 { font-family: var(--font-sans); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 0.9rem; color: var(--gray-400); transition: var(--transition); }
.footer-col ul li a:hover { color: var(--teal-light); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.82rem; color: var(--gray-500); margin: 0; }
.footer-bottom a { color: var(--teal-light); }

/* ===== WHATSAPP FLOAT ===== */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; }
.wa-float a { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; background: #25d366; border-radius: 50%; box-shadow: 0 4px 20px rgba(37,211,102,0.5); transition: var(--transition); }
.wa-float a:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37,211,102,0.6); }
.wa-float svg { width: 30px; height: 30px; fill: white; }
.wa-pulse { position: absolute; inset: -4px; border-radius: 50%; background: rgba(37,211,102,0.3); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.15); opacity: 0; } }

/* ===== BREADCRUMB ===== */
.breadcrumb { padding: 14px 0; background: var(--gray-50); border-bottom: 1px solid var(--gray-200); }
.breadcrumb-list { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb-list li { font-size: 0.85rem; color: var(--gray-400); display: flex; align-items: center; gap: 8px; }
.breadcrumb-list li a { color: var(--teal); }
.breadcrumb-list li a:hover { text-decoration: underline; }
.breadcrumb-list li:not(:last-child)::after { content: '/'; color: var(--gray-300); }

/* ===== PAGINAÇÃO ===== */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 50px; flex-wrap: wrap; }
.pagination a, .pagination span { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: var(--radius); font-size: 0.9rem; font-weight: 500; border: 1px solid var(--gray-200); color: var(--gray-600); transition: var(--transition); }
.pagination a:hover { border-color: var(--teal); color: var(--teal); }
.pagination span.current { background: var(--teal); border-color: var(--teal); color: white; }

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; gap: 50px; }
    .hero-image-col { order: -1; max-width: 450px; margin: 0 auto; }
    .hero-stat-card.card-1 { left: 0; }
    .hero-stat-card.card-2 { right: 0; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .navbar-nav, .navbar-cta { display: none; }
    .hamburger { display: flex; }
    .navbar-nav.open { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--gray-200); padding: 16px; box-shadow: var(--shadow-md); }
    .navbar-cta.open { display: flex; padding: 0 16px 16px; flex-direction: column; position: absolute; top: auto; left: 0; right: 0; background: white; }
    .services-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; justify-content: center; }
    .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .hero { padding: 60px 0 50px; }
    .section { padding: 60px 0; }
    .hero-stat-card { display: none; }
    .about-badge { right: 0; bottom: -10px; }
}
