/*
Theme Name: Declaração Brasil Premium V2
Description: Design Premium Institucional - Nível Tema Pago
Version: 3.0.0
*/

/* ===========================
   BASE STYLES & RESET
   =========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

/* ===========================
   HEADER - REBUILT FROM SCRATCH
   =========================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 1px 0 0 #e5e7eb;
    z-index: 999;
}

.header-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.site-logo a {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0A3D62;
    text-decoration: none;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background: #0A3D62;
    transition: 0.3s;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.nav-menu a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.header-cta {
    background: #2ECC71;
    color: white;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

/* Offset for fixed header */
body {
    margin: 0;
    padding: 0;
}

#page {
    margin: 0;
    padding: 0;
}

main, section {
    margin: 0;
    padding: 0;
    display: block;
}

.site-main {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

/* ===========================
   HERO SECTION V2 - PREMIUM
   =========================== */
.hero-premium-v2 {
    background: linear-gradient(135deg, #0A3D62 0%, #1E90FF 100%);
    min-height: 75vh;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: calc(2rem + 20px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-premium-v2::after {
    display: none;
}

.hero-premium-v2 .container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    justify-items: center;
    margin: 0;
    padding: 0;
}

.hero-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.hero-content h1 .highlight {
    color: #2ECC71;
    position: relative;
}

.hero-content .subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center;
}

.hero-btn {
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    display: inline-block;
}

.hero-btn-primary {
    background: #2ECC71;
    color: white;
}

.hero-btn-secondary {
    background: #0A3D62;
    color: white;
    border: 1px solid #1E90FF;
}


.hero-mockup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mockup-main {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.mockup-card {
    position: absolute;
    background: white;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    z-index: 2;
}

.mockup-card-1 {
    top: 15%;
    right: -5%;
}

.mockup-card-2 {
    bottom: 15%;
    left: -5%;
}

.mockup-card-icon {
    width: 40px;
    height: 40px;
    background: #2ECC71;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.mockup-card-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
}

/* ===========================
   PARA QUEM É - GRID 2+2
   =========================== */
.target-section {
    padding: 5rem 0;
    background: white;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #7f8c8d;
    line-height: 1.7;
}

.target-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.target-card {
    background: #0A3D62;
    border: 1px solid #1E5A8E;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
}

.target-card-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
}

.target-card-icon svg {
    width: 32px;
    height: 32px;
    stroke: white;
}

.target-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
}

.target-card p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* ===========================
   COMO FUNCIONA - STORYTELLING
   =========================== */
.how-it-works-v2 {
    padding: 5rem 0;
    background: #F5F7FA;
}

.steps-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 4rem;
}

.steps-container::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, #2ECC71 0%, #1E90FF 100%);
    z-index: 0;
}

.step-card {
    position: relative;
    z-index: 1;
    text-align: center;
}

.step-number {
    width: 80px;
    height: 80px;
    background: white;
    border: 3px solid #2ECC71;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #2ECC71;
    margin: 0 auto 1.5rem;
    position: relative;
}

.step-number::before {
    content: attr(data-number);
    position: absolute;
    font-size: 8rem;
    font-weight: 900;
    color: #2ECC71;
    opacity: 0.05;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.step-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.step-card p {
    font-size: 1rem;
    color: #7f8c8d;
    line-height: 1.6;
}

/* ===========================
   BENEFÍCIOS - LAYOUT EDITORIAL
   =========================== */
.benefits-editorial {
    padding: 5rem 0;
    background: white;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.benefits-content {
    background: #F5F7FA;
    padding: 3rem;
    border-radius: 12px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
}

.benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.benefits-list li svg {
    width: 24px;
    height: 24px;
    stroke: #2ECC71;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefits-list li span {
    font-size: 1.05rem;
    color: #2c3e50;
    line-height: 1.6;
}

.benefits-image {
    position: relative;
}

.benefits-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* ===========================
   SEGURANÇA E VALIDADE
   =========================== */
.security-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #0A3D62 0%, #1E90FF 100%);
    color: white;
}

.security-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem;
}

.security-container h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}

.security-container p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.security-icons {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.security-icon-item {
    text-align: center;
}

.security-icon {
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.security-icon svg {
    width: 40px;
    height: 40px;
    stroke: white;
}

.security-icon-item span {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

/* ===========================
   BENEFÍCIOS
   =========================== */
.benefits-section {
    padding: 5rem 0;
    background: white;
}

/* ===========================
   CTA FINAL - PREMIUM
   =========================== */
.cta-final-premium {
    padding: 6rem 0;
    background: #E3F2FD;
    position: relative;
}

.cta-box {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    padding: 4.5rem 5rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.cta-box h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.cta-box p {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 2rem;
}

.cta-box .cta-button-large {
    background: #2ECC71;
    color: white;
    padding: 18px 48px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
}


/* ===========================
   ÚLTIMAS NOTÍCIAS
   =========================== */
.latest-news-section {
    padding: 5rem 0;
    background: #F5F7FA;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.news-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.news-card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-content {
    padding: 1.5rem;
}

.news-card-meta {
    margin-bottom: 0.75rem;
}

.news-date {
    font-size: 0.85rem;
    color: #7f8c8d;
    font-weight: 500;
}

.news-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.news-card-title a {
    color: #2c3e50;
    text-decoration: none;
}

.news-card-excerpt {
    font-size: 0.95rem;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.news-read-more {
    color: #2ECC71;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.news-read-more svg {
    width: 16px;
    height: 16px;
}

/* ===========================
   FAQ SECTION
   =========================== */
.faq-section {
    padding: 5rem 0;
    background: #f9fafb;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0A3D62;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s;
}

.faq-question:hover {
    color: #1E90FF;
}

.faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s;
    color: #1E90FF;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    transition: max-height 0.5s ease-in;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* ===========================
   FOOTER PREMIUM
   =========================== */
.premium-footer {
    background: #2c3e50;
    color: rgba(255, 255, 255, 0.8);
    padding: 4rem 0 0;
    overflow-x: hidden;
}

.footer-columns {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column h3 {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-column p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 0.75rem;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer-bottom {
    padding: 2rem 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* ===========================
   SINGLE POST & CATEGORY PAGES
   =========================== */
.single-post-premium,
.category-archive {
    margin: 0;
    padding: 0;
    margin-top: 0;
    padding-top: 0;
}

.post-header-section {
    background: linear-gradient(135deg, #0A3D62 0%, #1E90FF 100%);
    margin: 0;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 2rem;
    color: white;
}

.post-header-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.post-meta-top {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.post-date,
.post-category {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.4rem 1rem;
    border-radius: 20px;
}

.post-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.post-author {
    font-size: 1rem;
    opacity: 0.9;
}

.post-featured-image {
    margin: -3rem 0 3rem 0;
}

.post-featured-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.post-content-section {
    padding: 3rem 0;
}

.post-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2c3e50;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #0A3D62;
}

.post-content p {
    margin-bottom: 1.5rem;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
}

.post-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.post-tags {
    font-size: 0.95rem;
}

.post-navigation-premium {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 2px solid #e5e7eb;
}

.post-nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.post-nav-item {
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 8px;
    transition: all 0.3s;
}

.post-nav-item:hover {
    background: #f3f4f6;
    transform: translateY(-2px);
}

.nav-label {
    display: block;
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-nav-item a {
    color: #0A3D62;
    font-weight: 600;
    text-decoration: none;
}

/* Category Archive */
.category-archive {
    margin: 0;
    padding: 0;
}

.category-archive .container {
    padding: 0;
}

.archive-header {
    background: linear-gradient(135deg, #0A3D62 0%, #1E90FF 100%);
    margin: 0;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0;
    color: white;
    text-align: center;
    margin-bottom: 3rem;
}

.archive-label {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.archive-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.5rem;
}

.archive-description {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 1rem auto 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.blog-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.blog-card-image {
    overflow: hidden;
    aspect-ratio: 16/9;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 1.5rem;
}

.blog-card-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: #6b7280;
}

.blog-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.blog-card-title a {
    color: #0A3D62;
    text-decoration: none;
}

.blog-card-title a:hover {
    color: #1E90FF;
}

.blog-card-excerpt {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-read-more {
    color: #1E90FF;
    font-weight: 600;
    text-decoration: none;
}

.blog-read-more:hover {
    color: #0A3D62;
}

.no-posts {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}

.post-header-content-old {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: -4rem;
}

.post-meta-top {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-date,
.post-category {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
}

.post-title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.post-author {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.post-featured-image {
    margin-top: -4rem;
    position: relative;
    z-index: 1;
}

.post-featured-image img {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.post-content-section {
    padding: 5rem 0;
}

.post-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2c3e50;
}

.post-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 2.5rem 0 1.5rem;
}

.post-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 2rem 0 1rem;
}

.post-content p {
    margin-bottom: 1.5rem;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
}

.post-content ul,
.post-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.post-content li {
    margin-bottom: 0.75rem;
}

.post-content blockquote {
    border-left: 4px solid #2ECC71;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    background: #F5F7FA;
    border-radius: 4px;
    font-style: italic;
}

.post-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid #EEF1F4;
}

.post-tags {
    font-size: 0.95rem;
    color: #7f8c8d;
}

.post-tags a {
    color: #2ECC71;
    text-decoration: none;
}

.post-navigation-premium {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 2px solid #EEF1F4;
}

.post-nav-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.post-nav-item {
    padding: 1.5rem;
    background: #F5F7FA;
    border-radius: 8px;
}

.post-nav-item .nav-label {
    display: block;
    font-size: 0.85rem;
    color: #7f8c8d;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.post-nav-item a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4;
}

.post-nav-next {
    text-align: right;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .hero-mockup {
        display: none;
    }
    
    .target-grid {
        grid-template-columns: 1fr;
    }
    
    .steps-container {
        grid-template-columns: 1fr;
    }
    
    .steps-container::before {
        display: none;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-columns {
        grid-template-columns: 1fr;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
    }
    
    .post-nav-links {
        grid-template-columns: 1fr;
    }
    
    .post-nav-next {
        text-align: left;
    }
}

@media (max-width: 768px) {
    /* Remove gap between header and hero */
    .hero-premium-v2 {
        margin-top: 0;
        padding-top: 90px;
        padding-bottom: calc(1.5rem + 20px);
        min-height: 80vh;
    }
    
    /* Center hero content properly */
    .hero-content {
        margin-top: 0;
        padding: 0 1.5rem;
    }
    
    /* Fix hero buttons on mobile */
    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    
    .hero-btn {
        width: 100%;
        text-align: center;
        padding: 14px 24px;
        font-size: 1rem;
    }
    
    /* Mobile Header */
    .mobile-menu-toggle {
        display: flex;
    }
    
    .site-nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .site-nav.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .nav-menu {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    
    .nav-menu li {
        border-bottom: 1px solid #e5e7eb;
    }
    
    .nav-menu a {
        display: block;
        padding: 1rem;
    }
    
    .header-cta {
        margin-top: 1rem;
        text-align: center;
        display: block;
    }
    
    /* Remove blue wave between hero and Para Quem on mobile */
    .hero-premium-v2::after {
        display: none;
    }
    
    .hero-premium-v2 {
        padding-bottom: 3rem;
    }
    
    .hero-content h1 {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .hero-content .subtitle {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    /* Single Post & Category Mobile */
    .post-header-section {
        margin-top: 0;
        padding-top: 90px;
    }
    
    .archive-header {
        margin-top: 0;
        padding-top: 90px;
    }
    
    .post-title {
        font-size: 1.75rem;
    }
    
    .post-nav-links {
        grid-template-columns: 1fr;
    }
    
    .archive-title {
        font-size: 1.75rem;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    /* Center Para Quem icons on mobile */
    .target-card {
        text-align: center;
    }
    
    .target-card-icon {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Fix security section on mobile */
    .security-section {
        padding: 3rem 1rem;
    }
    
    .security-container {
        border: none;
        padding: 1.5rem;
    }
    
    .security-icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        justify-items: center;
    }
    
    .cta-box {
        padding: 2rem;
    }
    
    .cta-box h2 {
        font-size: 2rem;
    }
    
    .post-title {
        font-size: 2rem;
    }
    
    .post-header-section {
        padding: 6rem 0 3rem;
    }
}
