:root {
    --terracota: #8B3A1A;
    --terracota-light: #A34E2A;
    --terracota-dark: #6E2D13;
    --beige: #D4CCC4;
    --beige-light: #E8E2DC;
    --beige-warm: #DDD5CC;
    --black: #1A1A1A;
    --black-soft: #2A2A2A;
    --white: #F5F0EB;
    --white-pure: #FAFAF8;
    --cream: #EDE8E2;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    background: var(--white);
    color: var(--black);
    font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.7;
    overflow-x: hidden;
}

/* ===== PRELOADER ===== */
.preloader {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: var(--black); z-index: 10000;
    display: flex; align-items: center; justify-content: center; flex-direction: column;
    animation: preloaderOut 0.8s ease 2.5s forwards;
    padding: 2rem;
}
.preloader-logo img {
    display: block;
    width: clamp(180px, 30vw, 320px);
    height: auto;
    object-fit: contain;
    opacity: 0;
    animation: fadeUp 1s ease 0.3s forwards;
}
.preloader-logo {
    opacity: 1 !important;
    animation: none !important;
}
.preloader-line {
    width: 0; height: 2px; background: var(--terracota); margin-top: 1.5rem;
    animation: lineExpand 1.5s ease 0.8s forwards;
}
.preloader-sub {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: clamp(0.6rem, 2vw, 0.85rem); letter-spacing: clamp(0.1em, 1.5vw, 0.3em);
    text-transform: uppercase;
    color: var(--beige); margin-top: 1rem; opacity: 0;
    animation: fadeUp 0.8s ease 1.5s forwards;
    text-align: center;
}

@keyframes preloaderOut { to { opacity: 0; visibility: hidden; pointer-events: none; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes lineExpand { to { width: 120px; } }

/* ============================================================
   ASTRA HEADER — DARK NAV (used site-wide)
   ============================================================ */

/* ===== HEADER CONTAINER — DARK ===== */
.ast-primary-header-bar,
.site-header {
    background: var(--black) !important;
    box-shadow: none !important;
}

.ast-primary-header-bar {
    padding: 0 !important;
    min-height: 100px !important;
}

.ast-primary-header-bar .ast-container {
    max-width: 1400px !important;
    padding: 0 4rem !important;
}

/* ===== FIXED HEADER WITH SCROLL EFFECT ===== */
.site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s ease;
}

.ast-primary-header-bar {
    transition: all 0.5s ease;
}

/* When scrolled — more compact, slight transparency */
.site-header.is-scrolled .ast-primary-header-bar {
    background: rgba(26,26,26,0.95) !important;
    backdrop-filter: blur(20px);
    min-height: 70px !important;
}

.site-header.is-scrolled .custom-logo {
    max-height: 55px !important;
}

/* Push content down so hero/blog content isn't hidden behind fixed header */
.hero {
    margin-top: 0;
}

/* For non-homepage content (blog posts), add top padding */
body:not(.home) .site-content {
    padding-top: 100px;
}

/* ===== HEADER ROW LAYOUT ===== */
.ast-primary-header-bar .site-primary-header-wrap {
    display: block !important;
    width: 100% !important;
}

.ast-primary-header-bar .ast-builder-grid-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    grid-template-columns: none !important;
    gap: 2rem !important;
}

.ast-primary-header-bar .site-header-primary-section-left,
.ast-primary-header-bar .site-header-primary-section-right {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    grid-column: auto !important;
}

.ast-primary-header-bar .site-header-primary-section-right {
    margin-left: auto !important;
}

/* ===== LOGO ===== */
.site-header .custom-logo {
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.site-header .custom-logo-link {
    display: inline-block;
    line-height: 0;
}

.site-header .ast-site-title-wrap {
    display: none !important;
}

.site-header,
.ast-primary-header-bar,
.main-header-bar {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

/* ===== MENU CONTAINER ===== */
.ast-builder-menu-1,
.main-header-bar-navigation,
.site-navigation,
.main-navigation,
.ast-main-header-bar-alignment {
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    width: auto !important;
}

/* ===== MENU LIST ===== */
#ast-hf-menu-1,
.main-header-menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 2.5rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#ast-hf-menu-1 .menu-item,
.main-header-menu .menu-item {
    display: inline-block !important;
    align-items: unset !important;
    align-self: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    line-height: 1 !important;
}

/* ===== MENU LINKS ===== */
#ast-hf-menu-1 .menu-link,
.main-header-menu .menu-link {
    display: inline-block !important;
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: var(--white) !important;
    padding: 0 0 8px 0 !important;
    position: relative;
    transition: color 0.3s ease;
    background: transparent !important;
    line-height: 1 !important;
}

#ast-hf-menu-1 .menu-link:hover,
.main-header-menu .menu-link:hover {
    color: var(--terracota-light) !important;
}

#ast-hf-menu-1 .menu-item:not(.nav-cta) .menu-link::after,
.main-header-menu .menu-item:not(.nav-cta) .menu-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--terracota);
    transition: width 0.4s ease;
}

#ast-hf-menu-1 .menu-item:not(.nav-cta) .menu-link:hover::after,
.main-header-menu .menu-item:not(.nav-cta) .menu-link:hover::after {
    width: 100%;
}

/* ===== CTA BUTTON — "FALE CONOSCO" ===== */
#ast-hf-menu-1 .nav-cta .menu-link,
.main-header-menu .nav-cta .menu-link {
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: var(--white) !important;
    background: var(--terracota) !important;
    padding: 0.6rem 2rem 0.8rem !important;
    border-radius: 0 !important;
    transition: all 0.4s ease !important;
    line-height: 1 !important;
}

#ast-hf-menu-1 .nav-cta .menu-link:hover,
.main-header-menu .nav-cta .menu-link:hover {
    background: var(--terracota-light) !important;
    color: var(--white) !important;
    transform: translateY(-2px);
}

#ast-hf-menu-1 .nav-cta .menu-link::after,
.main-header-menu .nav-cta .menu-link::after {
    display: none !important;
}

/* ============================================================
   MOBILE NAV (≤921px — Astra's mobile breakpoint)
   ============================================================ */
@media (max-width: 921px) {	
    /* Push blog content below fixed header */
    body:not(.home) .site-content {
        padding-top: 80px;
    }
    
    /* Toggle desktop/mobile headers */
    #ast-desktop-header { display: none !important; }
    #ast-mobile-header { display: block !important; }
    
    /* Mobile header bar */
    .ast-mobile-header-wrap {
        position: relative;
    }
    
    .ast-mobile-header-wrap .ast-primary-header-bar {
        background: var(--black) !important;
        padding: 0.75rem 1.5rem !important;
        min-height: 80px !important;
    }
    
    .ast-mobile-header-wrap .ast-builder-grid-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        grid-template-columns: none !important;
    }
    
    /* Logo */
    .ast-mobile-header-wrap .custom-logo {
        max-height: 55px !important;
        width: auto !important;
    }
    
    /* Hamburger */
    .ast-mobile-header-wrap .main-header-menu-toggle {
        background: transparent !important;
        border: none !important;
        color: var(--white) !important;
    }
    
    .ast-mobile-header-wrap .main-header-menu-toggle svg {
        fill: var(--white) !important;
        width: 28px !important;
        height: 28px !important;
    }
	
	.main-header-menu {
	    background: var(--black-soft) !important;
	}

    
    /* Drawer */
    .ast-mobile-header-content {
        position: absolute !important;
        top: 100% !important;
        left: 0;
        right: 0;
        width: 100%;
        background: var(--black-soft) !important;
		border-top: 2px solid var(--terracota);
        box-shadow: 0 10px 40px rgba(0,0,0,0.4);
        padding: 1.5rem;
    }
    
    /* Menu items */
    .ast-mobile-header-content .menu-link {
        display: block;
        color: var(--white) !important;
        padding: 1.25rem 0;
        font-family: 'Source Sans 3', sans-serif;
        font-size: 0.85rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    
    .ast-mobile-header-content .menu-link:hover {
        color: var(--terracota-light) !important;
    }
    
    /* CTA button */
    .ast-mobile-header-content .nav-cta .menu-link {
        background: var(--terracota) !important;
        text-align: center;
        margin-top: 1rem;
        border-bottom: none;
    }
    
    .ast-mobile-header-content .nav-cta .menu-link:hover {
        background: var(--terracota-light) !important;
    }
}

/* ============================================================
   HERO + REST OF HOMEPAGE
   ============================================================ */

.hero {
    height: 100vh; min-height: 700px; background: var(--black);
    position: relative; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden;
	margin-top: 0 !important;
}
.hero-left {
    display: flex; flex-direction: column; justify-content: center;
    padding: 6rem 4rem 4rem 6rem; position: relative; z-index: 2;
}
.hero-tag {
    font-family: 'Source Sans 3', sans-serif; font-weight: 400;
    font-size: 0.75rem; letter-spacing: 0.4em; text-transform: uppercase;
    color: var(--terracota); margin-bottom: 2rem; opacity: 0;
    animation: fadeUp 1s ease 2.8s forwards;
}
.hero-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(3rem, 5vw, 5rem); line-height: 1.1;
    color: var(--white); margin-bottom: 2rem; opacity: 0;
    animation: fadeUp 1s ease 3s forwards;
}
.hero-title em { font-style: italic; color: var(--terracota-light); }
.hero-desc {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 1.05rem; line-height: 1.8; color: var(--beige);
    max-width: 440px; margin-bottom: 3rem; opacity: 0;
    animation: fadeUp 1s ease 3.2s forwards;
}
.hero-actions {
    display: flex; gap: 1.5rem; align-items: center; opacity: 0;
    animation: fadeUp 1s ease 3.4s forwards;
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    font-family: 'Source Sans 3', sans-serif; font-weight: 500;
    font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--white) !important; background: var(--terracota); padding: 1rem 2.5rem;
    text-decoration: none !important; border: none; transition: all 0.4s ease;
    position: relative; overflow: hidden; display: inline-block;
}
.btn-primary::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: var(--terracota-dark); transition: left 0.4s ease; z-index: 0;
}
.btn-primary:hover::before { left: 0; }
.btn-primary span { position: relative; z-index: 1; }

.btn-ghost,
.btn-ghost:link,
.btn-ghost:visited,
.btn-ghost:hover,
.btn-ghost:active {
    font-family: 'Source Sans 3', sans-serif; font-weight: 400;
    font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--beige) !important; text-decoration: none !important; display: flex;
    align-items: center; gap: 0.75rem; transition: color 0.3s;
}
.btn-ghost:hover { color: var(--terracota-light) !important; }
.btn-ghost .arrow {
    width: 40px; height: 1px; background: var(--beige);
    transition: width 0.3s, background 0.3s;
}
.btn-ghost:hover .arrow { width: 60px; background: var(--terracota-light); }

.hero-right { position: relative; overflow: hidden; }
.hero-image-wrap {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0; animation: heroImageIn 1.5s ease 2.8s forwards;
}
@keyframes heroImageIn {
    from { opacity: 0; transform: scale(1.1); } to { opacity: 1; transform: scale(1); }
}
.hero-image-wrap::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(139,58,26,0.45) 0%, rgba(26,26,26,0.7) 100%); z-index: 1;
}
.hero-bg-pattern {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background:
      repeating-linear-gradient(0deg, transparent, transparent 80px, rgba(139,58,26,0.08) 80px, rgba(139,58,26,0.08) 81px),
      repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(139,58,26,0.08) 80px, rgba(139,58,26,0.08) 81px);
    z-index: 2;
}
.hero-image {
    width: 100%; height: 100%;
    background: url('https://complyvacy.com.br/wp-content/uploads/2026/04/complyvacy-hero.png') center center / cover no-repeat;
}

.hero-scroll-indicator {
    position: absolute; bottom: 3rem; left: 6rem;
    display: flex; align-items: center; gap: 1rem; z-index: 5;
    opacity: 0; animation: fadeUp 1s ease 3.6s forwards;
}
.scroll-line {
    width: 1px; height: 60px;
    background: linear-gradient(to bottom, var(--terracota), transparent);
    animation: scrollPulse 2s ease infinite;
}
@keyframes scrollPulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
.scroll-text {
    font-family: 'Source Sans 3', sans-serif; font-size: 0.65rem;
    letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--beige); writing-mode: vertical-rl;
}

/* ===== MARQUEE ===== */
.marquee-section {
    background: var(--terracota); padding: 1.2rem 0; overflow: hidden; white-space: nowrap;
}
.marquee-track { display: flex; animation: marqueeScroll 25s linear infinite; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-item {
    font-family: 'Josefin Sans', sans-serif; font-weight: 300;
    font-size: 0.8rem; letter-spacing: 0.35em; text-transform: uppercase;
    color: var(--white); padding: 0 3rem; display: flex;
    align-items: center; gap: 3rem; flex-shrink: 0;
}
.marquee-item .dot { width: 5px; height: 5px; background: var(--white); border-radius: 50%; opacity: 0.5; }

/* ===== ABOUT SPLIT ===== */
.about-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.about-left {
    background: var(--cream); padding: 8rem 5rem;
    display: flex; flex-direction: column; justify-content: center; position: relative;
}
.about-left::before {
    content: '\201C'; position: absolute; top: 4rem; right: 4rem;
    font-family: 'Cormorant Garamond', serif; font-size: 20rem;
    color: var(--beige); opacity: 0.3; line-height: 1;
}
.section-label {
    font-family: 'Source Sans 3', sans-serif; font-weight: 500;
    font-size: 0.7rem; letter-spacing: 0.4em; text-transform: uppercase;
    color: var(--terracota); margin-bottom: 2rem; display: flex;
    align-items: center; gap: 1rem;
}
.section-label::before { content: ''; width: 30px; height: 1px; background: var(--terracota); }
.about-quote {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(1.8rem, 2.5vw, 2.5rem); line-height: 1.4;
    color: var(--black); margin-bottom: 2rem; max-width: 500px;
}
.about-text { font-size: 1rem; color: var(--black-soft); max-width: 440px; line-height: 1.9; }

.about-right {
    background: var(--black); padding: 8rem 5rem;
    display: flex; flex-direction: column; justify-content: center;
    position: relative; overflow: hidden;
}
.about-right::after {
    content: ''; position: absolute; bottom: -100px; right: -100px;
    width: 400px; height: 400px; border: 1px solid rgba(139,58,26,0.15); border-radius: 50%;
}
.about-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.stat-number {
    font-family: 'Cormorant Garamond', serif; font-weight: 600;
    font-size: 4rem; color: var(--terracota); line-height: 1; margin-bottom: 0.5rem;
}
.stat-label {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 0.85rem; color: var(--beige); letter-spacing: 0.05em; line-height: 1.5;
}
.stat-divider { grid-column: 1 / -1; height: 1px; background: linear-gradient(to right, var(--terracota), transparent); }

/* ===== SERVICES ===== */
.services-section { padding: 10rem 6rem; background: var(--white); }
.services-header {
    display: flex; flex-direction: column; gap: 2rem;
    margin-bottom: 6rem; max-width: 600px;
}
.services-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(2.5rem, 4vw, 4rem); line-height: 1.15; color: var(--black);
}
.services-title em { font-style: italic; color: var(--terracota); }
.services-intro {
    font-size: 1rem; color: var(--black-soft); max-width: 500px;
    line-height: 1.8;
}
.services-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
    border-top: 1px solid var(--beige);
}
.service-card {
    padding: 3.5rem 2.5rem; border-right: 1px solid var(--beige);
    border-bottom: 1px solid var(--beige); position: relative;
    transition: all 0.5s ease; overflow: hidden;
}
.service-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: var(--black); transform: translateY(100%); transition: transform 0.5s ease; z-index: 0;
}

@media (hover: hover) and (pointer: fine) {
    .service-card:hover::before { transform: translateY(0); }
    .service-card:hover .service-number { color: var(--terracota); }
    .service-card:hover .service-name { color: var(--white); }
    .service-card:hover .service-desc { color: var(--beige); }
}
.service-card.active::before { transform: translateY(0); }
.service-card.active .service-number { color: var(--terracota); }
.service-card.active .service-name { color: var(--white); }
.service-card.active .service-desc { color: var(--beige); }

.service-card > * { position: relative; z-index: 1; }
.service-number {
    font-family: 'Cormorant Garamond', serif; font-weight: 300;
    font-size: 3.5rem; color: var(--beige); margin-bottom: 1.5rem;
    transition: color 0.5s ease; line-height: 1;
}
.service-name {
    font-family: 'Josefin Sans', sans-serif; font-weight: 600;
    font-size: 1.15rem; letter-spacing: 0.05em; color: var(--black);
    margin-bottom: 1rem; transition: color 0.5s ease;
}
.service-desc {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 0.9rem; color: var(--black-soft); line-height: 1.8; transition: color 0.5s ease;
}

/* ===== LGPD & FISCALIZAÇÃO ===== */
.lgpd-section { background: var(--black); overflow: hidden; }
.lgpd-inner {
    display: grid; grid-template-columns: 1fr 1fr;
    min-height: 80vh;
}
.lgpd-left {
    padding: 8rem 5rem; display: flex; flex-direction: column;
    justify-content: center; position: relative;
    border-right: 1px solid rgba(139,58,26,0.15);
}
.lgpd-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(2rem, 3vw, 3rem); line-height: 1.25;
    color: var(--white); margin-bottom: 2rem;
}
.lgpd-title em { font-style: italic; color: var(--terracota-light); }
.lgpd-text p {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 0.95rem; color: var(--beige); line-height: 1.9;
    margin-bottom: 1.2rem; max-width: 480px;
}
.lgpd-pullquote {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(1.4rem, 2vw, 1.8rem); color: var(--white);
    line-height: 1.5; margin: 2.5rem 0;
    padding-left: 1.5rem;
    border-left: 2px solid var(--terracota);
    max-width: 420px;
}
.lgpd-right {
    padding: 8rem 5rem; display: flex; flex-direction: column;
    justify-content: center; gap: 4rem;
}
.lgpd-callout {
    position: relative; padding: 3rem 0;
    min-height: 200px; display: flex;
    align-items: flex-end;
}
.lgpd-callout-number {
    position: absolute; top: -2rem; left: -1rem;
    font-family: 'Cormorant Garamond', serif; font-weight: 700;
    font-size: 18rem; color: var(--terracota); line-height: 1;
    opacity: 0.15; user-select: none; pointer-events: none;
}
.lgpd-callout-label {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: 1.8rem; color: var(--white); line-height: 1.4;
    position: relative; z-index: 1;
}
.lgpd-callout-label em {
    font-style: italic; color: var(--terracota-light);
}
.lgpd-risks-flow {
    display: flex; flex-direction: column; gap: 0;
}
.lgpd-risk-highlight {
    font-family: 'Cormorant Garamond', serif; font-weight: 500;
    font-size: clamp(1.3rem, 2vw, 1.8rem); color: var(--white);
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(139,58,26,0.25);
    transition: all 0.4s ease;
}
.lgpd-risk-highlight:first-child {
    border-top: 1px solid rgba(139,58,26,0.25);
}
.lgpd-risk-highlight:hover {
    color: var(--terracota-light);
    padding-left: 1.5rem;
    border-bottom-color: var(--terracota);
}
.lgpd-risk-caption {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 0.85rem; color: var(--beige); line-height: 1.8;
    margin-top: 1.5rem; max-width: 400px; opacity: 0.7;
}
.lgpd-divider {
    width: 60px; height: 2px; background: var(--terracota);
}
.lgpd-diferencial {
    position: relative; padding: 3rem 0 0;
    border-top: 2px solid var(--terracota);
}
.lgpd-diferencial-header { margin-bottom: 1.5rem; position: relative; }
.lgpd-diferencial-label {
    font-family: 'Josefin Sans', sans-serif; font-weight: 600;
    font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--terracota-light); margin-bottom: 0.8rem;
}
.lgpd-diferencial-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(1.8rem, 2.5vw, 2.5rem); color: var(--white); line-height: 1.3;
}
.lgpd-diferencial-title em { font-style: italic; color: var(--terracota-light); }
.lgpd-diferencial-text {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 0.95rem; color: var(--beige); line-height: 1.8;
    margin-bottom: 2.5rem; max-width: 450px; position: relative;
}
.lgpd-pillars { display: flex; flex-direction: column; gap: 0; }
.lgpd-pillar {
    display: flex; align-items: center; gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(139,58,26,0.2);
    transition: all 0.4s ease;
}
.lgpd-pillar:hover { padding-left: 1rem; }
.lgpd-pillar-number {
    font-family: 'Cormorant Garamond', serif; font-weight: 600;
    font-size: 2.5rem; color: var(--terracota); line-height: 1;
    flex-shrink: 0; min-width: 50px;
}
.lgpd-pillar-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(1.1rem, 1.5vw, 1.4rem); color: var(--white); line-height: 1.4;
    transition: color 0.4s;
}
.lgpd-pillar:hover .lgpd-pillar-title { color: var(--terracota-light); }

/* ===== BLOG SECTION ===== */
.elementor-element-0724b04 {
    background-color: var(--cream) !important;
    padding: 8rem 6rem !important;
    position: relative;
}

.elementor-element-0724b04 .elementor-heading-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400 !important;
    font-size: clamp(2rem, 3.5vw, 3.5rem) !important;
    color: var(--black) !important;
    line-height: 1.2 !important;
    margin-bottom: 3rem !important;
}

.elementor-element-0724b04 .eael-grid-post-holder {
    background: var(--white) !important;
    border: none !important;
    border-radius: 0 !important;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 2px 20px rgba(0,0,0,0.04);
}

.elementor-element-0724b04 .eael-grid-post-holder:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.elementor-element-0724b04 .eael-entry-overlay {
    display: none !important;
}

.elementor-element-0724b04 .eael-entry-media {
    overflow: hidden;
    height: 400px;
}

.elementor-element-0724b04 .eael-entry-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 30% !important;
    transition: transform 0.8s ease !important;
}

.elementor-element-0724b04 .eael-grid-post:hover .eael-entry-media img {
    transform: scale(1.05);
}

.elementor-element-0724b04 .eael-entry-title,
.elementor-element-0724b04 .eael-entry-title a {
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    color: var(--black) !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
    line-height: 1.4 !important;
}

.elementor-element-0724b04 .eael-entry-title a:hover {
    color: var(--terracota) !important;
}

.elementor-element-0724b04 .eael-grid-post-excerpt p {
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 300 !important;
    font-size: 0.85rem !important;
    color: var(--black-soft) !important;
    line-height: 1.8 !important;
}

.elementor-element-0724b04 .eael-post-elements-readmore-btn {
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: var(--terracota) !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

.elementor-element-0724b04 .eael-post-elements-readmore-btn:hover {
    color: var(--terracota-dark) !important;
}

.elementor-element-0724b04 .eael-entry-meta,
.elementor-element-0724b04 .eael-entry-meta span,
.elementor-element-0724b04 .eael-entry-meta time {
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 300 !important;
    font-size: 0.65rem !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: var(--beige) !important;
}

.elementor-element-0724b04 .eael-entry-meta i {
    color: var(--terracota) !important;
}

.elementor-element-0724b04 .eael-entry-wrapper {
    padding: 2rem !important;
}

/* ===== TEAM ===== */
.team-section {
    padding: 0; background: var(--black); position: relative;
    overflow: hidden;
}
.team-inner {
    display: grid; grid-template-columns: 1fr 1.8fr;
    min-height: 90vh;
}
.team-left {
    padding: 8rem 4rem; display: flex; flex-direction: column;
    justify-content: center; position: relative; z-index: 2;
}
.team-left::after {
    content: ''; position: absolute; top: 0; right: 0;
    width: 1px; height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(139,58,26,0.3), transparent);
}
.team-label {
    font-family: 'Source Sans 3', sans-serif; font-weight: 500;
    font-size: 0.7rem; letter-spacing: 0.4em; text-transform: uppercase;
    color: var(--terracota); margin-bottom: 2rem;
    display: flex; align-items: center; gap: 1rem;
}
.team-label::before { content: ''; width: 30px; height: 1px; background: var(--terracota); }
.team-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(2.5rem, 3.5vw, 3.5rem); color: var(--white);
    line-height: 1.2; margin-bottom: 1.5rem;
}
.team-title em { font-style: italic; color: var(--terracota-light); }
.team-subtitle {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300; margin-top: 20px;
    font-size: 1rem; color: var(--beige); max-width: 380px; line-height: 1.8;
}
.team-right {
    display: flex; gap: 1.5rem; padding: 5rem 4rem 5rem 3rem;
    align-items: center;
}
.team-card {
    flex: 1; position: relative; overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px !important;
    transition: flex 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.team-card:hover { flex: 1.4; }
.team-card-photo {
    height: 100%; min-height: 480px; overflow: hidden; position: relative;
}
.team-card-photo .photo-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    transition: transform 0.8s ease;
}
.team-card:hover .photo-bg { transform: scale(1.05); }
.photo-1 { background: url('https://complyvacy.com.br/wp-content/uploads/2026/04/Adri-Quinelo.jpg') center top / cover no-repeat; }
.photo-2 { background: url('https://complyvacy.com.br/wp-content/uploads/2026/04/Thais-Muller.jpg') center top / cover no-repeat; }
.team-card-photo::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 100%; height: 60%;
    background: linear-gradient(to top, rgba(26,26,26,0.95) 0%, rgba(26,26,26,0.4) 50%, transparent 100%);
    z-index: 1;
}
.team-card-info {
    position: absolute; bottom: 0; left: 0; width: 100%;
    padding: 2rem; z-index: 2;
    transform: translateY(1rem); transition: transform 0.5s ease;
}
.team-card:hover .team-card-info { transform: translateY(0); }
.team-card-name {
    font-family: 'Josefin Sans', sans-serif; font-weight: 600;
    font-size: 1.05rem; letter-spacing: 0.05em; color: var(--white); margin-bottom: 0.3rem;
}
.team-card-role {
    font-family: 'Source Sans 3', sans-serif; font-weight: 700;
    font-size: 0.75rem; color: var(--terracota-light); letter-spacing: 0.15em; text-transform: uppercase;
}
.team-card-line {
    width: 0; height: 2px; background: var(--terracota);
    margin-top: 1rem; transition: width 0.5s ease;
}
.team-card:hover .team-card-line { width: 40px; }

/* ===== TEAM BIO PANEL ===== */
.team-card-bio-toggle {
    display: inline-flex; align-items: center; gap: 0.5rem;
    margin-top: 0.8rem; padding: 0; border: none; background: none;
    font-family: 'Source Sans 3', sans-serif; font-weight: 400;
    font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--beige); cursor: pointer; transition: color 0.3s;
}
.team-card-bio-toggle:hover { 
    color: var(--white);
    background-color: transparent !important;
    border-color: transparent !important;
}
.team-card-bio-toggle .toggle-icon {
    display: inline-block; width: 18px; height: 18px; border-radius: 50%;
    border: 1px solid var(--beige); text-align: center; line-height: 16px;
    font-size: 0.7rem; transition: all 0.3s;
}
.team-card.bio-open .team-card-bio-toggle .toggle-icon {
    transform: rotate(45deg); border-color: var(--terracota);
}
.team-card-bio {
    position: absolute; bottom: 0; left: 0; width: 100%;
    height: 100%; z-index: 3;
    background: linear-gradient(to top, rgba(26,26,26,0.97) 0%, rgba(26,26,26,0.92) 70%, rgba(26,26,26,0.85) 100%);
    padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end;
    transform: translateY(100%); transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}
.team-card.bio-open .team-card-bio {
    transform: translateY(0); 
    pointer-events: auto;
}
.team-card-bio-name {
    font-family: 'Josefin Sans', sans-serif; font-weight: 600;
    font-size: 1.1rem; color: var(--white); margin-bottom: 0.3rem;
}
.team-card-bio-role {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 0.7rem; color: var(--terracota-light); letter-spacing: 0.15em;
    text-transform: uppercase; margin-bottom: 1rem;
}
.team-card-bio-text {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 0.85rem; color: var(--beige); line-height: 1.8;
    text-align: justify;
}
.team-card-bio-close {
    position: absolute; top: 1.5rem; right: 1.5rem;
    width: 30px; height: 30px;
    border: none; background: none;
    color: var(--beige); font-size: 1.2rem; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: color 0.3s;
}
.team-card-bio-close:hover,
.team-card-bio-close:focus {
    background-color: transparent !important;
    border-color: transparent !important;
}

/* ===== CTA SECTION ===== */
.cta-section {
    position: relative; padding: 12rem 6rem; background: var(--cream);
    overflow: hidden; text-align: center;
}
.cta-overline {
    font-family: 'Source Sans 3', sans-serif; font-weight: 500;
    font-size: 0.7rem; letter-spacing: 0.5em; text-transform: uppercase;
    color: var(--terracota); margin-bottom: 2rem; position: relative;
}
.cta-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.15;
    color: var(--black); max-width: 800px; margin: 0 auto 3rem; position: relative;
}
.cta-title em { font-style: italic; color: var(--terracota); }
.cta-buttons { display: flex; gap: 1.5rem; justify-content: center; position: relative; }
.btn-dark {
    font-family: 'Source Sans 3', sans-serif; font-weight: 500;
    font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--white); background: var(--black); padding: 1.2rem 3rem;
    text-decoration: none; border: none; transition: all 0.4s ease;
}
.btn-dark:hover { color: var(--white); background: var(--terracota); transform: translateY(-3px); }
.btn-outline {
    font-family: 'Source Sans 3', sans-serif; font-weight: 500;
    font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--black); background: transparent; padding: 1.2rem 3rem;
    text-decoration: none; border: 1px solid var(--black); transition: all 0.4s ease;
}
.btn-outline:hover { background: var(--black); color: var(--white); transform: translateY(-3px); }

/* ===== TRUST BAR ===== */
.trust-section {
    background: var(--black); padding: 5rem 6rem;
    display: flex; justify-content: center; gap: 6rem; flex-wrap: wrap;
}
.trust-number {
    font-family: 'Cormorant Garamond', serif; font-weight: 600;
    font-size: 2.5rem; color: var(--terracota-light); margin-bottom: 0.3rem;
    text-align: center;
}
.trust-label {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--beige); text-align: center;
}

/* ===== FOOTER (custom homepage footer) ===== */
footer {
    background: var(--black); border-top: 1px solid rgba(255,255,255,0.06);
    padding: 6rem 6rem 3rem;
}
.footer-top {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem; margin-bottom: 5rem;
}
.footer-brand-name {
    font-family: 'Josefin Sans', sans-serif; font-weight: 700;
    font-size: 1.2rem; letter-spacing: 0.35em; text-transform: uppercase;
    color: var(--white); margin-bottom: 1.5rem;
}
.footer-brand-desc {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 0.9rem; color: var(--beige); line-height: 1.8; max-width: 320px;
}
.footer-col-title {
    font-family: 'Josefin Sans', sans-serif; font-weight: 600;
    font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--white); margin-bottom: 1.5rem;
}
.footer-col a {
    display: block; font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 0.85rem; color: var(--beige); text-decoration: none;
    margin-bottom: 0.75rem; transition: color 0.3s;
}
.footer-col a:hover { color: var(--terracota-light); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.06); padding-top: 2rem;
    display: flex; justify-content: space-between; align-items: center;
}
.footer-copy {
    font-family: 'Source Sans 3', sans-serif; font-weight: 300;
    font-size: 0.75rem; color: rgba(255,255,255,0.3); letter-spacing: 0.05em;
}
.footer-socials { display: flex; gap: 1.5rem; }
.footer-socials a {
    font-family: 'Source Sans 3', sans-serif; font-weight: 400;
    font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--beige); text-decoration: none; transition: color 0.3s;
}
.footer-socials a:hover { color: var(--terracota-light); }

/* ===== ASTRA FOOTER (blog pages) ===== */
.site-footer,
.ast-footer-copyright {
    background: var(--black) !important;
    color: var(--white) !important;
    text-align: center;
    padding: 1.5rem !important;
}
.ast-footer-copyright p,
.site-info p {
    color: var(--white) !important;
    margin: 0 !important;
}
.ast-footer-copyright a[href*="wpastra.com"],
.site-info a[href*="wpastra.com"] {
    display: none !important;
}

/* ===== SCROLL REVEAL ===== */
.reveal {
    opacity: 0; transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ===== SINGLE BLOG POST STYLING ===== */
.single-post {
    background: var(--white);
}
.single-post .site-content {
    background: var(--white) !important;
}

.site-content,
.ast-container {
    margin-top: 0 !important;
}

.single-post .entry-header {
    max-width: 750px;
    margin: 4rem auto 2rem;
    padding: 0 2rem;
}

.single-post .entry-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400 !important;
    font-size: clamp(2.2rem, 4vw, 3.5rem) !important;
    color: var(--black) !important;
    line-height: 1.25 !important;
}

.single-post .entry-meta,
.single-post .entry-meta a {
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 300 !important;
    font-size: 0.8rem !important;
    color: var(--terracota) !important;
    letter-spacing: 0.1em !important;
    text-decoration: none !important;
}

.single-post .entry-content {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
}

.single-post .entry-content p {
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.05rem !important;
    color: var(--black-soft) !important;
    line-height: 2 !important;
    margin-bottom: 1.5rem !important;
}

.single-post .entry-content h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400 !important;
    font-size: 2rem !important;
    color: var(--black) !important;
    margin: 3rem 0 1rem !important;
}

.single-post .entry-content h3 {
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    color: var(--black) !important;
    margin: 2rem 0 1rem !important;
}

.single-post .entry-content a {
    color: var(--terracota) !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(139,58,26,0.3);
    transition: border-color 0.3s;
}

.single-post .entry-content a:hover {
    border-bottom-color: var(--terracota) !important;
}

.single-post .post-thumb-img-content img {
    width: 100% !important;
    max-height: 500px !important;
    object-fit: cover !important;
}

.single-post .ast-single-post-navigation {
    max-width: 750px;
    margin: 0 auto;
    padding: 2rem;
}

.single-post .ast-single-post-navigation a {
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 400 !important;
    color: var(--terracota) !important;
    text-decoration: none !important;
}

.single-post #secondary {
    display: none !important;
}

.single-post .ast-container {
    max-width: 100% !important;
}

/* ============================================================
   ASTRA FOOTER (blog and non-homepage)
   ============================================================ */
.site-footer {
    background: var(--black) !important;
    padding: 3rem 2rem !important;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.site-below-footer-wrap,
.ast-builder-grid-row-container-inner,
.site-footer-section {
    background: transparent !important;
}

.ast-footer-copyright {
    background: transparent !important;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 !important;
}

.ast-footer-copyright p {
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 300 !important;
    font-size: 0.8rem !important;
    color: var(--beige) !important;
    letter-spacing: 0.05em !important;
    line-height: 2 !important;
    margin: 0 !important;
}

.ast-footer-copyright a {
    color: var(--terracota-light) !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

.ast-footer-copyright a:hover {
    color: var(--white) !important;
}

/* ============================================================
   RESPONSIVE — TABLET & DOWN
   ============================================================ */

@media (max-width: 1024px) {
    .hero { grid-template-columns: 1fr; }
    .hero-left { padding: 8rem 2rem 4rem; }
    .hero-right { display: none; }
    .hero-scroll-indicator { left: 2rem; }
    .about-section { grid-template-columns: 1fr; }
    .about-left, .about-right { padding: 5rem 2rem; }
    .about-left::before { font-size: 12rem; top: 2rem; right: 2rem; }
    .services-section { padding: 6rem 1.5rem; }
    .services-header { grid-template-columns: 1fr; gap: 2rem; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card { border-right: none; }
    .showcase-header { padding: 0 2rem; }
    .showcase-track { padding: 0 0 0 2rem; gap: 0; scroll-padding-left: 2rem; }
    .showcase-card {
      min-width: calc(100vw - 3rem);
      scroll-snap-align: start;
    }
    .team-section { padding: 0 !important; }
    .team-inner { grid-template-columns: 1fr !important; min-height: auto !important; }
    .team-left { padding: 4rem 2rem 2rem !important; }
    .team-left::after { display: none !important; }
    .team-right { flex-direction: column !important; padding: 1rem 2rem 4rem !important; }
    .team-card { border-radius: 4px !important; flex: none !important; width: 100% !important; }
    .team-card-photo { min-height: 400px !important; position: relative !important; overflow: hidden !important; }
    .team-card-photo .photo-bg { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; }
    .cta-section { padding: 8rem 2rem; }
    .trust-section { padding: 4rem 2rem; gap: 3rem; }
    footer { padding: 4rem 2rem 2rem; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 3rem; }
    .lgpd-inner { grid-template-columns: 1fr; }
    .lgpd-left { padding: 5rem 2rem 3rem; border-right: none; }
    .lgpd-right { padding: 2rem 2rem 5rem; }
    .lgpd-pillars { flex-direction: column; }
    .lgpd-pillar { border-right: none; border-bottom: 1px solid rgba(139,58,26,0.2); padding: 1rem 0; }
    .lgpd-pillar:last-child { border-bottom: none; }
    .elementor-element-0724b04 { padding: 5rem 2rem !important; }
    .elementor-element-8aea425 { padding: 1rem 2rem !important; }
    .elementor-element-a0a3cef { margin-left: 0 !important; } 
    .elementor-element-56135cf { display: none !important; }
}

@media (max-width: 640px) {
    .about-stat-grid { grid-template-columns: 1fr; gap: 2rem; }
    .showcase-card { min-width: calc(100vw - 3rem); }
    .cta-buttons { flex-direction: column; align-items: center; }
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .trust-section { gap: 2rem; }
    .trust-number { font-size: 2rem; }
}