:root {
    --lux-black: #0a0f18;
    --lux-gold: #c5a880;
    --lux-gold-light: #f4efe6;
    --lux-gray: #57606f;
    --lux-bg-light: #fafafa;
    --font-serif: 'Cormorant Garamond', serif;
    --font-sans: 'Montserrat', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    color: var(--lux-black);
    line-height: 1.8;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
    font-family: var(--font-serif);
    color: var(--lux-black);
    font-weight: 500;
}

/* Header */
header {
    background-color: rgba(255, 255, 255, 0.98);
    padding: 30px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(197, 168, 128, 0.2);
    backdrop-filter: blur(10px);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-block { text-decoration: none; }
.logo-title { font-size: 1.4rem; font-weight: 500; letter-spacing: 4px; color: var(--lux-black); text-transform: uppercase; line-height: 1; }
.logo-subtitle { color: var(--lux-gold); font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; display: block; margin-top: 6px; font-family: var(--font-sans); font-weight: 300; }
.nav-contacts { display: flex; align-items: center; gap: 25px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: var(--lux-black); text-decoration: none; font-size: 0.8rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color 0.3s; }
.nav-links a:hover { color: var(--lux-gold); }
.btn-phone-top { color: var(--lux-black); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 1px; transition: color 0.3s; display: flex; align-items: center; gap: 8px; }
.btn-phone-top:hover { color: var(--lux-gold); }
.ami-badge { font-size: 0.7rem; letter-spacing: 1px; color: var(--lux-gold); border: 1px solid var(--lux-gold); padding: 4px 12px; text-transform: uppercase; }

/* Hero Section */
.hero {
    background-color: var(--lux-bg-light);
    min-height: 75vh;
    display: flex;
    align-items: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 35%; height: 100%;
    background-color: var(--lux-gold-light);
    z-index: 0;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-text h1 { font-size: 3.8rem; line-height: 1.15; margin-bottom: 25px; }
.hero-text h1 span { font-style: italic; font-weight: 400; color: var(--lux-gold); }
.hero-text p { font-size: 1.2rem; margin-bottom: 40px; color: var(--lux-gray); font-weight: 200; max-width: 580px; }
.hero-buttons { display: flex; gap: 20px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 10px; margin-top: 28px; }
.hero-trust i.fa-google { font-size: 1rem; color: var(--lux-gray); }
.hero-image-box { display: flex; justify-content: center; align-items: flex-end; height: 500px; }
.hero-image-box img { max-height: 100%; width: auto; object-fit: contain; display: block; }

/* Botões */
.btn-lux { background-color: var(--lux-black); color: #ffffff; padding: 18px 40px; font-size: 0.85rem; font-weight: 500; text-decoration: none; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); display: inline-block; letter-spacing: 2px; text-transform: uppercase; border: 1px solid var(--lux-black); }
.btn-lux:hover { background-color: transparent; color: var(--lux-black); }
.btn-lux-outline { background-color: transparent; color: var(--lux-black); padding: 18px 40px; font-size: 0.85rem; font-weight: 500; text-decoration: none; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); display: inline-block; letter-spacing: 2px; text-transform: uppercase; border: 1px solid var(--lux-black); }
.btn-lux-outline:hover { background-color: var(--lux-black); color: #ffffff; }

/* Secção O Que Procura (Vender / Comprar) */
.path-section { padding: 90px 20px 0; background-color: #ffffff; }
.path-container { max-width: 1000px; margin: 0 auto; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.path-card { background: var(--lux-bg-light); border: 1px solid #e2e8f0; padding: 50px 40px; text-decoration: none; text-align: center; display: block; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.path-card:hover { border-color: var(--lux-gold); transform: translateY(-5px); box-shadow: 0 30px 60px rgba(0,0,0,0.04); }
.path-card .card-icon { font-size: 1.8rem; color: var(--lux-gold); margin-bottom: 25px; display: inline-block; }
.path-card h3 { font-size: 1.7rem; margin-bottom: 12px; }
.path-card p { font-size: 1rem; font-weight: 300; color: var(--lux-gray); }
.path-card-actions { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.path-card-link { font-size: 0.8rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: var(--lux-black); text-decoration: none; border-bottom: 1px solid var(--lux-gold); padding-bottom: 4px; align-self: center; transition: color 0.3s, border-color 0.3s; }
.path-card-link:hover { color: var(--lux-gold); border-color: var(--lux-black); }

/* Secção Manifesto (Quem Sou) */
.about-section { padding: 120px 20px 60px 20px; background-color: #ffffff; }
.about-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }

.about-image-wrapper {
    position: sticky;
    top: 140px;
    display: flex;
    justify-content: center;
}
.about-image { width: 100%; height: auto; max-height: 520px; object-fit: contain; display: block; }

.about-text h2 { font-size: 3.2rem; margin-bottom: 35px; line-height: 1.2; }
.about-text p { font-size: 1.1rem; margin-bottom: 25px; color: var(--lux-gray); font-weight: 300; text-align: justify; }
.about-text p strong { color: var(--lux-black); font-weight: 500; }
.about-cta { margin-top: 35px; }

/* Secção Isolada para Testemunhos */
.quotes-section {
    padding: 0 20px 120px 20px;
    background-color: #ffffff;
}
.quotes-container {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #e2e8f0;
    padding-top: 60px;
}

.testimonial-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, black 60px, black calc(100% - 60px), transparent);
    mask-image: linear-gradient(to right, transparent, black 60px, black calc(100% - 60px), transparent);
}
.testimonial-track {
    display: flex;
    gap: 28px;
    width: max-content;
    animation: testimonial-scroll 60s linear infinite;
}
.testimonial-track:hover { animation-play-state: paused; }
@keyframes testimonial-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .testimonial-track { animation: none; }
    .testimonial-marquee { overflow-x: auto; }
}
.testimonial-card {
    background-color: var(--lux-bg-light);
    border: 1px solid #eee2d0;
    border-radius: 4px;
    padding: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex: 0 0 320px;
    width: 320px;
}
.testimonial-quote-icon { color: var(--lux-gold); font-size: 1.3rem; opacity: 0.6; margin-bottom: 12px; }
.testimonial-stars { color: var(--lux-gold); font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial-card p {
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--lux-black);
    line-height: 1.65;
    margin-bottom: 22px;
    flex-grow: 1;
}
.testimonial-footer { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--lux-gold);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 500;
}
.testimonial-name-block { display: flex; flex-direction: column; gap: 2px; }
.testimonial-name { font-family: var(--font-sans); font-size: 0.85rem; font-weight: 500; color: var(--lux-black); }
.testimonial-link { font-family: var(--font-sans); font-size: 0.72rem; color: var(--lux-gray); text-decoration: none; }
.testimonial-link:hover { color: var(--lux-gold); }

.google-rating-badge { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 45px; }
.google-rating-badge i.fa-google { font-size: 1.2rem; color: var(--lux-gray); }
.google-rating-stars { color: var(--lux-gold); font-size: 1.1rem; letter-spacing: 2px; }
.google-rating-text { font-size: 0.85rem; color: var(--lux-gray); letter-spacing: 0.3px; }
.google-rating-text a { color: var(--lux-black); text-decoration: underline; }
.google-rating-text a:hover { color: var(--lux-gold); }

/* Secção Território */
.territory-section { padding: 140px 20px; background-color: var(--lux-black); color: #ffffff; }
.territory-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.territory-container h2 { color: #ffffff; font-size: 3.2rem; line-height: 1.2; }
.territory-container h2 span { color: var(--lux-gold); font-style: italic; }
.territory-text p { font-size: 1.1rem; color: #a4b0be; font-weight: 300; margin-bottom: 35px; line-height: 1.8; }
.territory-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-top: 1px solid rgba(197, 168, 128, 0.2); padding-top: 35px; }
.stat-box h3 { font-family: var(--font-sans); font-weight: 400; font-size: 1.1rem; color: var(--lux-gold); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
.stat-box p { font-size: 0.85rem; color: #8a97a7; text-transform: uppercase; letter-spacing: 0.5px; }

/* Secção Metodologia */
.features { background-color: var(--lux-bg-light); padding: 140px 20px; }
.features-container { max-width: 1200px; margin: 0 auto; }
.section-header-center { text-align: center; max-width: 700px; margin: 0 auto 90px; }
.section-header-center h2 { font-size: 3.2rem; margin-bottom: 20px; }
.section-header-center p { font-size: 1.1rem; color: var(--lux-gray); font-weight: 300; }
.grid-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 50px; }
.feature-card { background: #ffffff; padding: 60px 45px; border: 1px solid #e2e8f0; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 30px 60px rgba(0,0,0,0.04); border-color: var(--lux-gold); }
.feature-card .card-icon { font-size: 1.5rem; color: var(--lux-gold); margin-bottom: 35px; display: inline-block; }
.feature-card h3 { font-family: var(--font-sans); font-weight: 400; font-size: 1.3rem; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.feature-card p { font-size: 1rem; font-weight: 300; color: var(--lux-gray); }

/* Secção FAQ */
.faq-section { padding: 140px 20px; background-color: #ffffff; }
.faq-container { max-width: 850px; margin: 0 auto; }
.faq-list { display: flex; flex-direction: column; gap: 1px; background-color: #e2e8f0; border: 1px solid #e2e8f0; }
.faq-item { background-color: #ffffff; padding: 35px 40px; }
.faq-item h3 { font-family: var(--font-sans); font-weight: 500; font-size: 1.05rem; letter-spacing: 0.3px; margin-bottom: 14px; color: var(--lux-black); }
.faq-item p { font-size: 1rem; font-weight: 300; color: var(--lux-gray); }

/* Secção Recursos (Artigos) */
.resources-section { padding: 140px 20px; background-color: var(--lux-bg-light); }
.resources-container { max-width: 1200px; margin: 0 auto; }
.resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 50px; }
.resource-card { background: #ffffff; padding: 50px 40px; border: 1px solid #e2e8f0; text-decoration: none; display: block; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.resource-card:hover { transform: translateY(-5px); box-shadow: 0 30px 60px rgba(0,0,0,0.04); border-color: var(--lux-gold); }
.resource-card .card-icon { font-size: 1.5rem; color: var(--lux-gold); margin-bottom: 30px; display: inline-block; }
.resource-card h3 { font-size: 1.6rem; margin-bottom: 15px; line-height: 1.3; }
.resource-card p { font-size: 1rem; font-weight: 300; color: var(--lux-gray); margin-bottom: 20px; }
.resource-card .resource-link { font-size: 0.8rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: var(--lux-black); }
.resource-card:hover .resource-link { color: var(--lux-gold); }

/* Secção Analítica */
.valuation-section { padding: 140px 20px; background-color: #ffffff; }
.valuation-wrapper { max-width: 850px; margin: 0 auto; text-align: center; }
.valuation-wrapper h2 { font-size: 3.2rem; margin-bottom: 25px; }
.valuation-wrapper p { font-size: 1.2rem; margin-bottom: 45px; color: var(--lux-gray); font-weight: 300; }
#LeadMagnetWidget { background: var(--lux-bg-light); padding: 35px 25px; border: 1px solid rgba(197, 168, 128, 0.2); color: var(--lux-black); text-align: left; box-shadow: 0 20px 50px rgba(0,0,0,0.02); max-width: 700px; margin: 0 auto; min-height: 380px; }

/* Rodapé */
footer { background-color: var(--lux-black); color: #8a97a7; padding: 80px 20px; border-top: 1px solid rgba(255,255,255,0.05); font-size: 0.85rem; font-weight: 300; letter-spacing: 0.5px; }
.footer-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 50px; margin-bottom: 40px; }
.footer-left { text-align: left; }
.footer-right { text-align: right; display: flex; flex-direction: column; gap: 10px; }
.footer-right a { color: #ffffff; text-decoration: none; transition: color 0.3s; }
.footer-right a:hover { color: var(--lux-gold); }
.footer-resources { max-width: 1200px; margin: 0 auto 40px; text-align: center; }
.footer-resources a { color: #a4b0be; text-decoration: none; margin: 0 12px; transition: color 0.3s; }
.footer-resources a:hover { color: var(--lux-gold); }
.footer-credits { text-align: center; opacity: 0.4; font-size: 0.75rem; }

/* Banner de Consentimento de Cookies */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 2000; background-color: var(--lux-black); color: #ffffff; padding: 25px 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; box-shadow: 0 -10px 30px rgba(0,0,0,0.15); }
.cookie-banner p { font-size: 0.85rem; font-weight: 300; color: #d0d5db; max-width: 700px; margin: 0; line-height: 1.6; }
.cookie-banner p a { color: var(--lux-gold); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 15px; flex-shrink: 0; }
.cookie-banner .btn-lux, .cookie-banner .btn-lux-outline { padding: 12px 28px; font-size: 0.75rem; }
.cookie-banner .btn-lux-outline { color: #ffffff; border-color: #ffffff; }
.cookie-banner .btn-lux-outline:hover { background-color: #ffffff; color: var(--lux-black); }
.cookie-banner .btn-lux:hover { background-color: #ffffff; color: var(--lux-black); border-color: #ffffff; }

/* Rodapé - Legal */
.footer-legal { max-width: 1200px; margin: 0 auto 20px; text-align: center; }
.footer-legal a, .footer-legal button { color: #a4b0be; text-decoration: none; margin: 0 12px; transition: color 0.3s; font-size: 0.8rem; background: none; border: none; font-family: var(--font-sans); font-weight: 300; letter-spacing: 0.5px; cursor: pointer; padding: 0; }
.footer-legal a:hover, .footer-legal button:hover { color: var(--lux-gold); }

/* Botão Fixo WhatsApp */
.whatsapp-btn { position: fixed; bottom: 40px; right: 40px; background-color: #25d366; color: #ffffff; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; box-shadow: 0 15px 35px rgba(37, 211, 102, 0.2); z-index: 999; text-decoration: none; transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.whatsapp-btn:hover { transform: scale(1.08); }

/* Barra Fixa de CTA - Telemóvel */
.mobile-cta-bar { display: none; }
.mobile-cta-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 10px;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
}
.mobile-cta-call { background-color: var(--lux-black); border-right: 1px solid rgba(255,255,255,0.15); }
.mobile-cta-whatsapp { background-color: #25d366; }

/* Botão Fixo Voltar ao Topo */
#back-to-top { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: fixed; bottom: 40px; left: 40px; background-color: var(--lux-black); color: #ffffff; width: 50px; height: 50px; border-radius: 50%; border: none; outline: none; display: flex; align-items: center; justify-content: center; font-size: 18px; line-height: 1; box-shadow: 0 15px 35px rgba(0,0,0,0.15); z-index: 999; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity 0.3s, transform 0.3s, visibility 0.3s, background-color 0.3s; }
#back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
#back-to-top:hover { background-color: var(--lux-gold); }

/* Animação subtil ao entrar na vista */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
}

/* Secção Artigo (páginas de conteúdo) */
.article-hero { background-color: var(--lux-bg-light); padding: 70px 20px 60px; }
.article-hero-container { max-width: 780px; margin: 0 auto; }
.breadcrumb { font-size: 0.8rem; color: var(--lux-gray); margin-bottom: 25px; letter-spacing: 0.3px; }
.breadcrumb a { color: var(--lux-gray); text-decoration: none; }
.breadcrumb a:hover { color: var(--lux-gold); }
.article-hero h1 { font-size: 2.8rem; line-height: 1.2; margin-bottom: 20px; }
.article-meta { font-size: 0.8rem; color: var(--lux-gray); text-transform: uppercase; letter-spacing: 1px; }
.article-body { padding: 70px 20px 60px; }
.article-body-container { max-width: 780px; margin: 0 auto; }
.article-body h2 { font-size: 1.9rem; margin: 50px 0 20px; line-height: 1.3; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-size: 1.3rem; margin: 35px 0 15px; font-family: var(--font-sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }
.article-body p { font-size: 1.08rem; color: var(--lux-gray); font-weight: 300; margin-bottom: 22px; }
.article-body ul, .article-body ol { margin: 0 0 25px 22px; color: var(--lux-gray); font-size: 1.08rem; font-weight: 300; }
.article-body li { margin-bottom: 12px; }
.article-body strong { color: var(--lux-black); font-weight: 500; }
.article-body p a, .article-body li a { color: var(--lux-black); text-decoration: none; border-bottom: 1px solid var(--lux-gold); transition: color 0.3s, border-color 0.3s; }
.article-body p a:hover, .article-body li a:hover { color: var(--lux-gold); border-color: var(--lux-black); }
.article-cta { background-color: var(--lux-bg-light); border: 1px solid rgba(197, 168, 128, 0.2); padding: 45px; text-align: center; margin: 55px 0; }
.article-cta h3 { margin-bottom: 12px; font-family: var(--font-serif); font-size: 1.6rem; font-weight: 500; text-transform: none; letter-spacing: 0; }
.article-cta p { margin-bottom: 28px; }
.article-related { border-top: 1px solid #e2e8f0; padding-top: 35px; margin-top: 55px; }
.article-related p { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: var(--lux-gray); margin-bottom: 12px; }
.article-related a { color: var(--lux-black); font-family: var(--font-serif); font-size: 1.2rem; text-decoration: none; border-bottom: 1px solid var(--lux-gold); }
.article-related a:hover { color: var(--lux-gold); }

/* Adaptação Mobile */
@media (max-width: 968px) {
    .nav-contacts { display: flex; flex-wrap: wrap; gap: 15px; width: 100%; justify-content: center; margin-top: 15px; }
    .nav-links { order: -1; width: 100%; justify-content: center; flex-wrap: wrap; gap: 18px; margin-bottom: 8px; }
    .header-container { flex-direction: column; text-align: center; }
    header { padding: 22px 20px; }
    .hero-container { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .hero { min-height: auto; padding: 30px 20px 70px; }
    .hero::before { display: none; }
    .hero-image-box { display: none; }
    .hero-text h1 { margin-bottom: 18px; }
    .hero-text p { font-size: 1.05rem; margin-bottom: 24px; }
    .hero-buttons { justify-content: center; gap: 14px; }
    .hero-buttons .btn-lux, .hero-buttons .btn-lux-outline { padding: 16px 32px; }
    .hero-trust { justify-content: center; margin-top: 20px; }
    body { padding-bottom: 68px; }
    .whatsapp-btn { display: none; }
    #back-to-top { bottom: 84px; }
    .mobile-cta-bar {
        display: flex;
        position: fixed;
        bottom: 0; left: 0; right: 0;
        z-index: 1000;
        background-color: var(--lux-black);
        box-shadow: 0 -8px 25px rgba(0,0,0,0.15);
    }
    .about-container { grid-template-columns: 1fr; text-align: center; gap: 40px; align-items: center; }
    .about-image-wrapper { position: relative; top: 0; }
    .about-image { max-height: 400px; margin: 0 auto; }
    .quotes-section { padding-bottom: 80px; }
    .testimonial-card { flex-basis: 260px; width: 260px; }
    .testimonial-marquee { -webkit-mask-image: linear-gradient(to right, transparent, black 25px, black calc(100% - 25px), transparent); mask-image: linear-gradient(to right, transparent, black 25px, black calc(100% - 25px), transparent); }
    .territory-container { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .footer-container { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .footer-right { text-align: center; }
    .hero-text h1 { font-size: 2.6rem; }
    .about-text h2, .territory-container h2, .section-header-center h2, .valuation-wrapper h2 { font-size: 2.2rem; }
    .about-section, .territory-section, .features, .valuation-section, .faq-section, .resources-section { padding: 80px 20px; }
    .path-section { padding: 60px 20px 0; }
    .path-grid { grid-template-columns: 1fr; }
    .path-card { padding: 35px 25px; }
    .resource-card { padding: 35px 25px; }
    #LeadMagnetWidget { padding: 20px 15px; }
    .testimonial-card { padding: 25px; }
    .faq-item { padding: 25px; }
    .article-hero h1 { font-size: 2.1rem; }
    .article-cta { padding: 30px 20px; }
    .cookie-banner { flex-direction: column; align-items: stretch; padding: 20px; }
    .cookie-banner-actions { justify-content: stretch; }
    .cookie-banner-actions button { flex: 1; }
}
