/*
Theme Name: MMANT Clean
Theme URI: https://mmant.com.br
Author: MMANT Advocacia
Author URI: https://mmant.com.br
Description: Tema WordPress profissional para escritório de advocacia. Design claro, objetivo e otimizado para SEO, Core Web Vitals e conversão. Inclui Schema.org (LegalService + Article), Open Graph, Breadcrumbs, FAQ Schema, integração WhatsApp e blog jurídico estruturado para ranqueamento no Google.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mmant-clean
Tags: blog, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles
*/

/* ========== ROOT VARIABLES ========== */
:root {
    --primary: #0a2540;
    --primary-light: #1a3a5f;
    --primary-dark: #061830;
    --accent: #c9a961;
    --accent-dark: #a88a48;
    --text: #1a1a1a;
    --text-light: #4a5568;
    --text-muted: #718096;
    --bg: #ffffff;
    --bg-soft: #f7f9fc;
    --bg-section: #f0f4f9;
    --border: #e2e8f0;
    --border-light: #edf2f7;
    --success: #16a34a;
    --whatsapp: #25d366;
    --max-w: 1200px;
    --content-w: 760px;
    --radius: 8px;
    --radius-lg: 14px;
    --shadow: 0 2px 12px rgba(10, 37, 64, 0.06);
    --shadow-lg: 0 12px 32px rgba(10, 37, 64, 0.1);
    --transition: all .25s cubic-bezier(.4,0,.2,1);
    --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-heading: Georgia, "Times New Roman", serif;
}

/* ========== RESET ========== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img, video, iframe { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent-dark); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: .6em;
    color: var(--primary);
    letter-spacing: -0.01em;
}
h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.25rem); }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }

p { margin-bottom: 1em; color: var(--text-light); }
ul, ol { margin: 0 0 1em 1.5em; }
ul li, ol li { margin-bottom: .35em; color: var(--text-light); }

blockquote {
    border-left: 4px solid var(--accent);
    padding: 1em 1.5em;
    margin: 1.5em 0;
    background: var(--bg-soft);
    font-style: italic;
    border-radius: 0 var(--radius) var(--radius) 0;
}

/* ========== ACCESSIBILITY ========== */
.screen-reader-text {
    border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
    height: 1px; width: 1px; margin: -1px; overflow: hidden;
    padding: 0; position: absolute !important; word-wrap: normal !important;
}
.skip-link {
    position: absolute; top: -100px; left: 0;
    background: var(--primary); color: #fff; padding: 12px 20px;
    z-index: 9999; font-weight: 600;
}
.skip-link:focus { top: 0; color: #fff; }

a:focus, button:focus, input:focus, textarea:focus, select:focus {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

/* ========== CONTAINER ========== */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

/* ========== TOPBAR ========== */
.topbar {
    background: var(--primary-dark);
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
}
.topbar .container {
    display: flex; justify-content: space-between;
    align-items: center; gap: 20px; flex-wrap: wrap;
}
.topbar-info { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.topbar-link {
    color: #fff; opacity: .9;
    display: inline-flex; align-items: center; gap: 6px;
    transition: var(--transition);
}
.topbar-link:hover { opacity: 1; color: var(--accent); }
.topbar-icon { opacity: .85; }

/* ========== HEADER ========== */
.site-header {
    background: #fff;
    border-bottom: 1px solid var(--border-light);
    position: sticky; top: 0; z-index: 100;
    box-shadow: var(--shadow);
}
.site-header .container {
    display: flex; align-items: center;
    justify-content: space-between; padding: 18px 24px;
    gap: 24px;
}
.site-branding { display: flex; align-items: center; gap: 14px; }
.site-logo img { max-height: 50px; width: auto; }
.site-title {
    font-family: var(--font-heading);
    font-size: 1.5rem; font-weight: 700;
    color: var(--primary); margin: 0; line-height: 1.1;
}
.site-title a { color: inherit; }
.site-tagline {
    font-size: 11px; color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 1.5px;
    margin-top: 2px;
}

/* ========== NAVIGATION ========== */
.main-nav ul {
    list-style: none; display: flex; gap: 4px; margin: 0; padding: 0;
}
.main-nav li { margin: 0; }
.main-nav a {
    padding: 10px 16px; color: var(--text);
    font-weight: 500; font-size: 15px;
    border-radius: var(--radius); position: relative;
}
.main-nav a:hover, .main-nav .current-menu-item > a {
    color: var(--primary); background: var(--bg-soft);
}
.main-nav .sub-menu {
    position: absolute; top: 100%; left: 0;
    background: #fff; min-width: 240px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    padding: 8px; display: none;
    flex-direction: column; gap: 2px;
}
.main-nav li:hover > .sub-menu { display: flex; }
.main-nav .sub-menu a { padding: 10px 14px; font-size: 14px; }

.header-cta {
    background: var(--accent);
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: var(--radius);
    font-weight: 600;
}
.header-cta:hover { background: var(--accent-dark); color: #fff !important; }

.menu-toggle {
    display: none;
    background: transparent; border: 0;
    padding: 8px; cursor: pointer;
    width: 40px; height: 40px;
    flex-direction: column; justify-content: space-between;
    align-items: center;
}
.menu-toggle-bar {
    display: block; width: 24px; height: 2px;
    background: var(--primary); border-radius: 2px;
    transition: var(--transition);
}
.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(2) {
    opacity: 0;
}
.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ========== BUTTONS ========== */
.btn, .wp-block-button__link {
    display: inline-block;
    padding: 14px 32px;
    background: var(--accent);
    color: #fff !important;
    border: 0; border-radius: var(--radius);
    font-weight: 600; font-size: 16px;
    cursor: pointer; transition: var(--transition);
    text-decoration: none;
}
.btn:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.btn-outline {
    background: transparent; color: var(--primary) !important;
    border: 2px solid var(--primary);
}
.btn-outline:hover { background: var(--primary); color: #fff !important; }
.btn-whatsapp {
    background: var(--whatsapp); display: inline-flex;
    align-items: center; gap: 8px;
}
.btn-whatsapp:hover { background: #1faa55; }
.btn-lg { padding: 18px 40px; font-size: 17px; }

/* ========== HERO ========== */
.hero {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: #fff; padding: 90px 0 110px;
    position: relative; overflow: hidden;
}
.hero::before {
    content: ""; position: absolute; inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(201,169,97,0.15) 0%, transparent 50%);
    pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 820px; }
.hero-badge {
    display: inline-block; padding: 6px 14px;
    background: rgba(201,169,97,0.2); color: var(--accent);
    border: 1px solid rgba(201,169,97,0.4);
    border-radius: 50px; font-size: 13px;
    font-weight: 600; letter-spacing: .5px;
    margin-bottom: 20px; text-transform: uppercase;
}
.hero h1 {
    color: #fff; font-size: clamp(2.2rem, 5vw, 3.4rem);
    margin-bottom: 20px;
}
.hero h1 em { color: var(--accent); font-style: normal; }
.hero p {
    color: rgba(255,255,255,0.9); font-size: 1.15rem;
    max-width: 640px; margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 28px; margin-top: 64px; max-width: 600px;
}
.hero-stat-num {
    font-family: var(--font-heading); font-size: 2.4rem;
    color: var(--accent); font-weight: 700; line-height: 1;
}
.hero-stat-label { font-size: .9rem; color: rgba(255,255,255,0.8); margin-top: 4px; }

/* ========== SECTION ========== */
.section { padding: 80px 0; }
.section-soft { background: var(--bg-soft); }
.section-header { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.section-eyebrow {
    color: var(--accent); font-weight: 600;
    font-size: 14px; letter-spacing: 2px;
    text-transform: uppercase; margin-bottom: 12px; display: block;
}
.section-header h2 em { color: var(--accent); font-style: normal; }
.section-header p { font-size: 1.1rem; color: var(--text-light); margin-top: 8px; }

/* ========== PRACTICE AREAS ========== */
.areas-grid {
    display: grid; gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.area-card {
    background: #fff; padding: 32px 28px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    transition: var(--transition);
    position: relative; overflow: hidden;
}
.area-card::before {
    content: ""; position: absolute;
    top: 0; left: 0; width: 4px; height: 100%;
    background: var(--accent); transform: scaleY(0);
    transform-origin: top; transition: transform .3s ease;
}
.area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.area-card:hover::before { transform: scaleY(1); }
.area-num {
    display: inline-block; font-family: var(--font-heading);
    color: var(--accent); font-size: 1.1rem;
    font-weight: 700; margin-bottom: 12px;
}
.area-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.area-card p { font-size: .96rem; line-height: 1.65; }

/* ========== ABOUT (single column) ========== */
.about-grid-single {
    max-width: 920px; margin: 0 auto;
    text-align: center;
}
.about-grid-single .about-text { text-align: left; }
.about-grid-single .section-eyebrow { display: block; }
.about-text h2 { text-align: center; }
.about-text h2 em { color: var(--accent); font-style: normal; }
.about-text > p { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.about-features {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 24px 32px; margin-top: 48px;
}
.feature-item h4 {
    color: var(--primary); font-size: 1.05rem; margin-bottom: 6px;
    padding-left: 16px; position: relative;
}
.feature-item h4::before {
    content: ""; position: absolute; left: 0; top: 6px;
    width: 4px; height: 16px; background: var(--accent);
    border-radius: 2px;
}
.feature-item p { font-size: .95rem; color: var(--text-light); line-height: 1.55; padding-left: 16px; }

/* ========== CV / CURRÍCULO ========== */
.cv-grid {
    display: grid; grid-template-columns: 1.5fr 1fr;
    gap: 48px; align-items: start;
}
.cv-timeline {
    background: #fff; padding: 40px 36px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    border: 1px solid var(--border-light);
}
.cv-item {
    display: grid; grid-template-columns: 80px 1fr;
    gap: 20px; padding: 18px 0;
    border-bottom: 1px solid var(--border-light);
    align-items: start;
}
.cv-item:first-child { padding-top: 0; }
.cv-item:last-child { border-bottom: 0; padding-bottom: 0; }
.cv-year {
    color: var(--accent); font-weight: 700;
    font-family: var(--font-heading); font-size: 1.05rem;
    line-height: 1.3;
}
.cv-title {
    color: var(--primary); font-weight: 600;
    margin-bottom: 4px; font-size: 1.02rem;
    line-height: 1.4;
}
.cv-place { color: var(--text-muted); font-size: .9rem; }
.cv-tag {
    display: inline-block; font-size: 11px;
    background: var(--accent); color: #fff;
    padding: 2px 8px; border-radius: 4px;
    margin-left: 10px; font-weight: 600;
    text-transform: uppercase; letter-spacing: .5px;
    vertical-align: middle;
}
.cv-aside {
    display: flex; flex-direction: column; gap: 16px;
    position: sticky; top: 100px;
}
.cv-stat {
    background: #fff; padding: 28px 24px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow);
    text-align: center;
    position: relative; overflow: hidden;
}
.cv-stat::before {
    content: ""; position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-dark));
}
.cv-stat-num {
    font-family: var(--font-heading);
    font-size: 3rem; color: var(--primary);
    font-weight: 700; line-height: 1;
    margin-bottom: 8px;
}
.cv-stat-label {
    font-size: .95rem; color: var(--accent);
    font-weight: 600; letter-spacing: 1px;
    text-transform: uppercase; margin-bottom: 6px;
}
.cv-stat-desc { font-size: .85rem; color: var(--text-muted); line-height: 1.4; }

/* ========== ARTICLES / BLOG ========== */
.articles-grid {
    display: grid; gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.article-card {
    background: #fff; border: 1px solid var(--border-light);
    border-radius: var(--radius-lg); overflow: hidden;
    transition: var(--transition); display: flex;
    flex-direction: column;
}
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.article-thumb {
    aspect-ratio: 16/9; background: var(--bg-section);
    overflow: hidden;
}
.article-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.article-card:hover .article-thumb img { transform: scale(1.05); }
.article-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.article-cat {
    display: inline-block; font-size: 11px;
    color: var(--accent); font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px;
    margin-bottom: 12px;
}
.article-card h3 {
    font-size: 1.2rem; line-height: 1.35;
    margin-bottom: 12px;
}
.article-card h3 a { color: var(--primary); }
.article-card h3 a:hover { color: var(--accent-dark); }
.article-excerpt { font-size: .95rem; color: var(--text-light); margin-bottom: 16px; flex: 1; }
.article-meta {
    display: flex; justify-content: space-between;
    align-items: center; font-size: .85rem;
    color: var(--text-muted); padding-top: 16px;
    border-top: 1px solid var(--border-light);
}
.article-meta a { color: var(--accent-dark); font-weight: 600; }

/* ========== SINGLE POST ========== */
.single-layout {
    display: grid; grid-template-columns: 1fr 320px;
    gap: 56px; padding: 56px 0;
}
.single-content article { background: #fff; }
.entry-header { margin-bottom: 32px; }
.entry-cat {
    display: inline-block; padding: 4px 12px;
    background: var(--accent); color: #fff;
    border-radius: 4px; font-size: 12px;
    font-weight: 600; text-transform: uppercase;
    letter-spacing: 1px; margin-bottom: 16px;
}
.entry-title { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 16px; }
.entry-meta {
    display: flex; gap: 12px; flex-wrap: wrap;
    color: var(--text-muted); font-size: .9rem;
    padding-bottom: 20px; border-bottom: 1px solid var(--border-light);
    align-items: center;
}
.entry-meta .meta-sep { color: var(--border); }
.entry-meta a { color: var(--accent-dark); }

.entry-thumb { margin: 0 0 32px; border-radius: var(--radius-lg); overflow: hidden; }

.entry-content {
    font-size: 1.06rem; line-height: 1.8;
}
.entry-content h2, .entry-content h3, .entry-content h4 {
    margin-top: 1.8em; margin-bottom: .6em;
}
.entry-content h2 {
    padding-bottom: 10px; border-bottom: 2px solid var(--accent);
    display: inline-block;
}
.entry-content p { color: var(--text); }
.entry-content a { color: var(--accent-dark); text-decoration: underline; font-weight: 500; }
.entry-content a:hover { color: var(--primary); }
.entry-content ul li, .entry-content ol li { color: var(--text); margin-bottom: .5em; }
.entry-content figure, .entry-content img { border-radius: var(--radius); margin: 1.5em 0; }

.entry-share {
    display: flex; align-items: center; gap: 12px;
    padding: 24px 0; margin-top: 32px;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    flex-wrap: wrap;
}
.entry-share strong { color: var(--primary); font-size: .95rem; }
.share-btn {
    width: 40px; height: 40px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--bg-soft); border-radius: 50%;
    color: var(--primary);
    transition: var(--transition);
}
.share-btn:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }
.share-btn.share-whatsapp { background: var(--whatsapp); color: #fff; }
.share-btn.share-whatsapp:hover { background: #1faa55; color: #fff; }

.author-box {
    display: flex; gap: 20px; padding: 28px;
    background: var(--bg-soft); border-radius: var(--radius-lg);
    margin-top: 32px; align-items: flex-start;
}
.author-box img { width: 80px; height: 80px; border-radius: 50%; flex-shrink: 0; }
.author-box h4 { color: var(--primary); margin-bottom: 4px; font-size: 1.1rem; }
.author-box p { font-size: .95rem; margin-bottom: 4px; }
.author-cred {
    display: inline-block; font-size: 12px;
    background: var(--primary); color: #fff;
    padding: 2px 10px; border-radius: 4px;
    margin-top: 8px; letter-spacing: .5px;
}

/* ========== SIDEBAR ========== */
.sidebar { display: flex; flex-direction: column; gap: 28px; }
.widget {
    background: #fff; padding: 24px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
}
.widget-title {
    font-size: 1.1rem; padding-bottom: 12px;
    margin-bottom: 16px; border-bottom: 2px solid var(--accent);
    display: inline-block;
}
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li {
    padding: 10px 0; border-bottom: 1px solid var(--border-light);
}
.widget li:last-child { border-bottom: 0; }
.widget li a { color: var(--text); font-size: .95rem; }
.widget li a:hover { color: var(--accent-dark); }

.widget-cta {
    background: var(--primary); color: #fff;
    text-align: center; padding: 32px 24px;
}
.widget-cta h4 { color: #fff; margin-bottom: 12px; }
.widget-cta p { color: rgba(255,255,255,0.85); font-size: .92rem; margin-bottom: 20px; }

.search-form {
    display: flex; gap: 0; border: 1px solid var(--border);
    border-radius: var(--radius); overflow: hidden;
}
.search-form input[type="search"] {
    flex: 1; padding: 12px 14px; border: 0;
    font-size: .95rem; outline: none; background: #fff;
}
.search-form button {
    background: var(--primary); color: #fff;
    border: 0; padding: 0 20px; cursor: pointer;
    font-weight: 600;
}
.search-form button:hover { background: var(--accent); }

/* ========== CONTACT ========== */
.contact-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 48px; align-items: start;
}
.contact-info-card {
    background: #fff; padding: 28px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    margin-bottom: 16px;
}
.contact-info-card h4 {
    color: var(--primary); margin-bottom: 6px;
    font-size: 1.05rem;
}
.contact-info-card a { color: var(--accent-dark); font-weight: 600; font-size: 1.1rem; }
.contact-info-card p { font-size: .92rem; margin: 0; }

.contact-form {
    background: #fff; padding: 36px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}
.contact-form h3 { margin-bottom: 8px; }
.contact-form > p { color: var(--text-muted); font-size: .92rem; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label {
    display: block; font-size: .9rem; font-weight: 600;
    color: var(--primary); margin-bottom: 6px;
}
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 15px; font-family: inherit;
    background: #fff; transition: var(--transition);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(201,169,97,0.15);
    outline: 0;
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-note {
    font-size: .85rem; color: var(--text-muted);
    margin-top: 14px; display: flex; align-items: center; gap: 6px;
}

/* ========== BREADCRUMBS ========== */
.breadcrumbs {
    background: var(--bg-soft); padding: 14px 0;
    border-bottom: 1px solid var(--border-light);
    font-size: .88rem; color: var(--text-muted);
}
.breadcrumbs a { color: var(--text-muted); }
.breadcrumbs a:hover { color: var(--accent-dark); }
.breadcrumbs span[aria-current] { color: var(--primary); font-weight: 600; }
.breadcrumbs .sep { margin: 0 8px; opacity: .5; }

/* ========== PAGINATION ========== */
.pagination {
    display: flex; gap: 8px; justify-content: center;
    margin-top: 40px; flex-wrap: wrap;
}
.pagination a, .pagination span {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 42px; height: 42px; padding: 0 14px;
    background: #fff; border: 1px solid var(--border);
    border-radius: var(--radius); color: var(--text);
    font-weight: 600; font-size: .95rem;
}
.pagination a:hover, .pagination .current {
    background: var(--primary); color: #fff; border-color: var(--primary);
}

/* ========== FOOTER ========== */
.site-footer {
    background: var(--primary-dark); color: rgba(255,255,255,0.8);
    padding: 64px 0 0; margin-top: 80px;
}
.footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px; margin-bottom: 48px;
}
.footer-col h4 {
    color: #fff; font-size: 1.05rem;
    margin-bottom: 16px; padding-bottom: 10px;
    border-bottom: 2px solid var(--accent);
    display: inline-block;
}
.footer-col p { color: rgba(255,255,255,0.7); font-size: .92rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { padding: 5px 0; }
.footer-col a { color: rgba(255,255,255,0.75); font-size: .92rem; }
.footer-col a:hover { color: var(--accent); }
.footer-brand {
    font-family: var(--font-heading); font-size: 1.5rem;
    color: #fff; font-weight: 700; margin-bottom: 12px;
}
.footer-bottom {
    padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center; font-size: .85rem; color: rgba(255,255,255,0.6);
}

/* ========== WHATSAPP FLOAT ========== */
.whatsapp-float {
    position: fixed; bottom: 24px; right: 24px;
    width: 60px; height: 60px;
    background: var(--whatsapp); color: #fff !important;
    border-radius: 50%; display: flex;
    align-items: center; justify-content: center;
    box-shadow: 0 8px 24px rgba(37,211,102,0.4);
    z-index: 99; transition: var(--transition);
}
.whatsapp-float svg { display: block; }
.whatsapp-float:hover { transform: scale(1.08); color: #fff !important; }
.whatsapp-float::before {
    content: ""; position: absolute; inset: -4px;
    border-radius: 50%; background: var(--whatsapp);
    opacity: .3; animation: pulse 2s infinite;
    z-index: -1;
}
@keyframes pulse { 0% { transform: scale(1); opacity: .4; } 100% { transform: scale(1.5); opacity: 0; } }

/* ========== NOTIFICATIONS ========== */
.mmant-notice {
    position: fixed; top: 80px; left: 50%;
    transform: translateX(-50%);
    padding: 14px 28px; border-radius: var(--radius);
    z-index: 9999; font-weight: 600;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    color: #fff; max-width: 90%;
}
.mmant-notice-success { background: var(--success); }
.mmant-notice-error { background: #dc2626; }

/* ========== COMMENTS ========== */
.comments-area { margin-top: 56px; }
.comments-area h3 { margin-bottom: 24px; }
.comment-list { list-style: none; margin: 0; padding: 0; }
.comment-list li { background: var(--bg-soft); padding: 24px; border-radius: var(--radius); margin-bottom: 16px; }
.comment-author { color: var(--primary); font-weight: 600; }
.comment-meta { font-size: .85rem; color: var(--text-muted); margin-bottom: 12px; }
.comment-respond { margin-top: 32px; }

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
    .single-layout, .contact-grid, .footer-grid, .cv-grid {
        grid-template-columns: 1fr; gap: 32px;
    }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .cv-aside { position: static; flex-direction: row; }
    .cv-stat { flex: 1; }
}
@media (max-width: 768px) {
    body { font-size: 16px; }
    .section { padding: 56px 0; }
    .hero { padding: 64px 0 80px; }
    .hero-stats { grid-template-columns: 1fr; gap: 16px; }
    .menu-toggle { display: flex; }
    .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0;
        background: #fff; border-top: 1px solid var(--border-light);
        box-shadow: var(--shadow-lg); padding: 16px; }
    .main-nav.open { display: block; }
    .main-nav ul { flex-direction: column; gap: 4px; }
    .main-nav a { padding: 12px 16px; }
    .topbar { font-size: 12px; }
    .topbar .container { gap: 10px; justify-content: center; }
    .topbar-info { gap: 14px; justify-content: center; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .about-features { grid-template-columns: 1fr; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; text-align: center; }
    .cv-aside { flex-direction: column; }
    .cv-timeline { padding: 28px 24px; }
    .cv-stat-num { font-size: 2.4rem; }
}
@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .whatsapp-float { width: 54px; height: 54px; bottom: 16px; right: 16px; }
    .whatsapp-float svg { width: 24px; height: 24px; }
    .topbar .container { flex-direction: column; align-items: center; }
}

/* ========== WP CORE ========== */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 100%; }
.alignfull { max-width: 100%; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { font-size: .85rem; color: var(--text-muted); text-align: center; padding: 8px 0; }
.sticky { display: block; }
.bypostauthor { display: block; }
