/* ==========================================================================
   LANDING PAGE DE CAPTURA - GUIA DE INVESTIMENTO IMOBILIÁRIO
   ESTILO LUXURY INVESTMENT - DEEP EMERALD IDENTITY
   ========================================================================== */



:root {
    /* Color Palette */
    --emerald-primary: #14B8A6;
    --emerald-hover: #0D9488;
    --dark-bg: #050807;
    --dark-card: #0A100F;
    --dark-card-hover: #101918;
    --text-white: #FFFFFF;
    --text-cream: #E5ECEB;
    --text-muted: #8FA2A0;
    --emerald-border: rgba(20, 184, 166, 0.12);
    --emerald-border-hover: rgba(20, 184, 166, 0.35);
    
    /* Fonts */
    --font-display-gold: 'Playfair Display', serif;
    --font-sans-gold: 'Outfit', sans-serif;
    
    /* Gradients */
    --emerald-gradient: linear-gradient(135deg, #14B8A6 0%, #E5ECEB 60%, #0F766E 100%);
    --dark-gradient: linear-gradient(180deg, #050807 0%, #0A1110 100%);
}

/* Reset overrides for capture template */
body.capture-body {
    background-color: var(--dark-bg);
    background-image: var(--dark-gradient);
    color: var(--text-cream);
    font-family: var(--font-sans-gold);
    line-height: 1.7;
}

.serif-title {
    font-family: var(--font-display-gold);
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--text-white);
}

/* Demo Header specifically in emerald green theme */
.demo-header.emerald-theme {
    background: rgba(5, 8, 7, 0.85);
    border-bottom: 1px solid var(--emerald-border);
}

.demo-title-badge.emerald-theme {
    background: rgba(20, 184, 166, 0.08);
    border: 1px solid rgba(20, 184, 166, 0.2);
    color: var(--emerald-primary);
}

.demo-cta-btn.emerald-theme {
    background: var(--emerald-primary);
    color: #050807;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(20, 184, 166, 0.25);
}

.demo-cta-btn.emerald-theme:hover {
    background: var(--emerald-hover);
    color: #FFFFFF;
    box-shadow: 0 6px 18px rgba(13, 148, 136, 0.45);
}

/* Emerald Badge */
.badge-capture {
    background: rgba(20, 184, 166, 0.06);
    border: 1px solid rgba(20, 184, 166, 0.25);
    color: var(--emerald-primary);
    padding: 0.45rem 1.25rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
    display: inline-block;
}

/* Emerald Gradient Text */
.emerald-grad-text {
    background: var(--emerald-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Layout Split Screen */
.capture-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 80vh;
    padding: 60px 0;
}

.capture-content {
    text-align: left;
}

.capture-content h1 {
    font-size: 2.75rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.capture-content p {
    font-size: 1.15rem;
    color: var(--text-cream);
    opacity: 0.85;
    margin-bottom: 2.5rem;
    font-weight: 300;
}

/* Bullet list with emerald checkmarks */
.bullets-list {
    list-style: none;
    color: var(--text-muted);
    font-size: 0.9375rem;
    margin-bottom: 2.5rem;
}

.bullets-list li {
    margin-bottom: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.bullets-list li i {
    color: var(--emerald-primary);
    font-size: 1rem;
}

/* Ebook 3D cover mockup styling */
.ebook-wrapper {
    perspective: 1000px;
    display: inline-block;
    margin-bottom: 2rem;
}

.ebook-mockup {
    width: 200px;
    height: 290px;
    background: linear-gradient(135deg, #0F766E 0%, #115E59 30%, #134E4A 100%);
    border-radius: 4px 16px 16px 4px;
    box-shadow: 12px 12px 25px rgba(0,0,0,0.5), -2px 0 5px rgba(255,255,255,0.15) inset;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.25rem 1.25rem;
    border-left: 6px solid #14B8A6;
    transform: rotateY(-15deg) rotateX(5deg);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform-style: preserve-3d;
}

.ebook-wrapper:hover .ebook-mockup {
    transform: rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 35px rgba(20, 184, 166, 0.2);
}

.ebook-title {
    font-family: var(--font-display-gold);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--text-white);
    line-height: 1.2;
}

.ebook-subtitle {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--emerald-primary);
    margin-bottom: 0.5rem;
}

.ebook-author {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    font-weight: 600;
}

/* Timer Regressivo style */
.timer-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--text-muted);
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    font-weight: 600;
}

.timer-container {
    display: flex;
    gap: 1rem;
}

.timer-box {
    background: rgba(10, 16, 15, 0.5);
    border: 1px solid var(--emerald-border);
    padding: 0.75rem 1.25rem;
    min-width: 80px;
    text-align: center;
}

.timer-val {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: var(--font-sans-gold);
    color: var(--emerald-primary);
    line-height: 1.2;
}

.timer-lbl {
    font-size: 0.625rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
}

/* Glassmorphic Lead Capture Card */
.glass-card.emerald-card {
    background: rgba(10, 16, 15, 0.75);
    border: 1px solid var(--emerald-border);
    border-radius: 0;
    padding: 3rem 2.25rem;
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

.glass-card.emerald-card::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 20px;
    right: 20px;
    height: 1px;
    background: var(--emerald-gradient);
}

.glass-card.emerald-card:hover {
    transform: translateY(-2px);
    border-color: var(--emerald-border-hover);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.form-header-capture {
    text-align: center;
    margin-bottom: 2.25rem;
}

.form-header-capture h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.form-header-capture p {
    color: var(--text-muted);
    font-size: 0.875rem;
    font-weight: 300;
}

/* Form inputs esmeralda */
.emerald-form-group {
    margin-bottom: 1.5rem;
    text-align: left;
}

.emerald-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--emerald-primary);
    margin-bottom: 0.5rem;
}

.emerald-control {
    width: 100%;
    background: rgba(5, 8, 7, 0.5);
    border: 1px solid var(--emerald-border);
    border-radius: 0;
    padding: 1rem 1.25rem;
    color: var(--text-white);
    font-family: var(--font-sans-gold);
    font-size: 0.9375rem;
    transition: all 0.3s ease;
}

.emerald-control:focus {
    outline: none;
    border-color: var(--emerald-primary);
    background: rgba(20, 184, 166, 0.02);
    box-shadow: 0 0 15px rgba(20, 184, 166, 0.15);
}

/* options text visibility override */
.emerald-control option {
    background-color: #0b1312;
    color: #ffffff;
}

.btn-emerald {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-family: var(--font-sans-gold);
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0;
    padding: 1.1rem 2.25rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
    width: 100%;
    background: var(--emerald-primary);
    color: #050807;
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.2);
}

.btn-emerald:hover {
    background: var(--emerald-hover);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(13, 148, 136, 0.35);
}

/* Success Modal Emerald */
.success-modal.emerald-modal .success-modal-content {
    background: var(--dark-card);
    border: 1px solid var(--emerald-primary);
    border-radius: 0;
    position: relative;
    max-width: 450px;
    padding: 3rem 2.5rem;
}

.success-modal.emerald-modal .success-modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--emerald-gradient);
}

.success-modal.emerald-modal .success-icon {
    background: rgba(20, 184, 166, 0.05);
    color: var(--emerald-primary);
    border-color: var(--emerald-primary);
    border-radius: 0;
}

/* Responsive Media Queries */
@media (min-width: 768px) {
    .capture-content h1 { font-size: 3.5rem; }
    .ebook-mockup { width: 230px; height: 330px; }
}

@media (min-width: 992px) {
    .capture-grid {
        grid-template-columns: 1.25fr 1fr;
        gap: 5rem;
    }
}
