.elementor-86 .elementor-element.elementor-element-7389447{--display:flex;}@media(min-width:768px){.elementor-86 .elementor-element.elementor-element-7389447{--content-width:1140px;}}/* Start custom CSS *//* ======================================= */
/* VARIABLES, RESET & GLOBAL STYLES (Minimalist Dark) */
/* ======================================= */
:root {
    --wpcm-lp-bg: #0A0A0A; /* Deep Dark */
    --wpcm-lp-bg-light: #1A1A1A; /* Secondary Dark */
    --wpcm-lp-primary: #007AFF; /* Apple Blue */
    --wpcm-lp-secondary: #34C759; /* Subtle Green CTA */
    --wpcm-lp-text: #FFFFFF;
    --wpcm-lp-text-muted: #8E8E93;
    --wpcm-lp-red: #FF3B30; /* Red Alert */
    --wpcm-lp-border: #2C2C2E;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    /* Utiliza a fonte Inter (deve ser importada via HTML/PHP) e fallback de sistema */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-color: var(--wpcm-lp-bg);
    color: var(--wpcm-lp-text);
    line-height: 1.6;
}

a {
    color: var(--wpcm-lp-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #4DAAFF;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* SCROLL ELEGANCE */
.wpcm-lp-wrapper {
    overflow-x: hidden;
}

/* --- SECTION STYLES --- */
.wpcm-lp-section {
    padding: 100px 0;
    text-align: center;
}

.wpcm-lp-section h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: var(--wpcm-lp-text);
}

.wpcm-lp-section p.subtitle {
    font-size: 19px;
    color: var(--wpcm-lp-text-muted);
    max-width: 800px;
    margin: 0 auto 60px;
}

/* ======================================= */
/* HEADER */
/* ======================================= */
header {
    background-color: var(--wpcm-lp-bg);
    padding: 15px 0;
    border-bottom: 1px solid var(--wpcm-lp-border);
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 22px;
    font-weight: 800;
    color: var(--wpcm-lp-text);
    letter-spacing: -0.5px;
}

.language-body.elementor-page-86 select {
    padding: 8px 15px;
    border-radius: 8px;
    background: var(--wpcm-lp-bg-light);
    color: var(--wpcm-lp-text);
    border: 1px solid var(--wpcm-lp-border);
    appearance: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.language-body.elementor-page-86 select:focus {
    outline: none;
    border-color: var(--wpcm-lp-primary);
}


/* ======================================= */
/* HERO SECTION */
/* ======================================= */
.hero-section {
    padding: 140px 0 160px;
    background: radial-gradient(circle at center top, rgba(0, 122, 255, 0.08) 0%, rgba(10, 10, 10, 1) 60%);
}

.hero-tag {
    display: inline-block;
    background: rgba(0, 122, 255, 0.15);
    color: var(--wpcm-lp-primary);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(0, 122, 255, 0.3);
    cursor: default;
}

.hero-title {
    font-size: 80px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -4px;
    /* Efeito Metal/Gradiente Apple */
    background: linear-gradient(90deg, #F9F9F9 0%, #B0B0B0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title span { 
    background: linear-gradient(90deg, var(--wpcm-lp-primary), #6699FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle { 
    font-size: 24px; 
    color: var(--wpcm-lp-text-muted); 
    max-width: 800px; 
    margin: 0 auto 60px;
    font-weight: 400;
}

/* CTAs and Pricing (Glassmorphism Effect) */
.cta-box {
    display: inline-block;
    padding: 35px 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    transform: translateZ(0);
}

.cta-price { 
    font-size: 44px; 
    font-weight: 700; 
    margin-bottom: 18px; 
    letter-spacing: -1.5px;
    /* Efeito Dinheiro/CTA */
    background: linear-gradient(45deg, var(--wpcm-lp-secondary), #66FF99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-button { 
    display: inline-block; 
    background-color: var(--wpcm-lp-primary); 
    color: white; 
    padding: 18px 55px; 
    font-size: 20px; 
    font-weight: 700; 
    border-radius: 14px; 
    text-decoration: none; 
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; 
    box-shadow: 0 8px 25px rgba(0, 122, 255, 0.4); 
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover { 
    background-color: #006ED6; 
    transform: translateY(-3px) scale(1.02); 
    box-shadow: 0 12px 30px rgba(0, 122, 255, 0.7); 
}

.cta-guarantee { 
    color: var(--wpcm-lp-text-muted); 
    font-size: 15px; 
    margin-top: 15px;
}


/* ======================================= */
/* LICENSE COMPARISON (Clean & Focused) */
/* ======================================= */
.license-comparison {
    background-color: var(--wpcm-lp-bg-light);
    padding-top: 80px;
}

.license-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 25px; 
    margin-top: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.license-card {
    background-color: var(--wpcm-lp-bg);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: left;
    border: 1px solid var(--wpcm-lp-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.license-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.license-card.extended {
    border-color: var(--wpcm-lp-primary);
    background: linear-gradient(145deg, rgba(0, 122, 255, 0.1), var(--wpcm-lp-bg) 50%);
}

.license-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: -0.8px;
    color: var(--wpcm-lp-text);
}

.license-card .price {
    font-size: 42px;
    font-weight: 800;
    color: var(--wpcm-lp-primary);
    margin-bottom: 25px;
}

.license-tag {
    font-size: 15px;
    font-weight: 600;
    color: var(--wpcm-lp-text-muted);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.license-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 16px;
    color: var(--wpcm-lp-text);
}

.license-icon-box {
    font-size: 22px;
    margin-right: 15px;
    line-height: 1;
    flex-shrink: 0;
    color: var(--wpcm-lp-secondary);
}

/* Extended License Styling */
.extended .license-name, .extended .price {
    color: var(--wpcm-lp-primary);
}
.extended .license-icon-box {
    color: var(--wpcm-lp-primary);
}

/* ROI Card */
.roi-card-mini {
    background-color: var(--wpcm-lp-bg);
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    align-self: center;
    border: 1px solid var(--wpcm-lp-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.roi-card-mini h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--wpcm-lp-secondary);
    margin-bottom: 15px;
}
.roi-card-mini .value {
    font-size: 52px;
    font-weight: 900;
    color: var(--wpcm-lp-secondary);
    line-height: 1;
}
.roi-card-mini .label {
    font-size: 17px;
    color: var(--wpcm-lp-text-muted);
    margin-top: 10px;
}

/* ======================================= */
/* GLOBAL COMPLIANCE (Sleek Visual) */
/* ======================================= */
.global-section {
    background-color: var(--wpcm-lp-bg);
    padding-bottom: 100px;
}

.global-flags { 
    display: flex; 
    justify-content: center; 
    gap: 40px; 
    flex-wrap: wrap; 
    margin-top: 60px; 
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.flag-item { 
    text-align: center;
    padding: 15px 25px;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

.flag-item:hover {
     background-color: var(--wpcm-lp-bg-light);
}

.flag-item .emoji { 
    font-size: 60px; 
    line-height: 1; 
    display: block;
    margin-bottom: 10px;
}

.flag-item p { 
    font-size: 16px; 
    font-weight: 600; 
    color: var(--wpcm-lp-text); 
    margin-bottom: 0;
}

.global-info {
    color: var(--wpcm-lp-primary); 
    font-size: 15px; 
    font-weight: 700; 
    margin-top: 50px;
}

/* ======================================= */
/* TECHNICAL FEATURES */
/* ======================================= */
.features-section {
    background-color: var(--wpcm-lp-bg-light);
    border-top: 1px solid var(--wpcm-lp-border);
}

.features-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
    gap: 40px; 
    max-width: 1200px; 
    margin: 50px auto 0;
    text-align: left;
}

.feature-item { 
    padding: 30px; 
    border-radius: 12px; 
    background-color: var(--wpcm-lp-bg);
    border: 1px solid var(--wpcm-lp-border);
    display: flex;
    align-items: flex-start;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    border-color: var(--wpcm-lp-primary);
    box-shadow: 0 0 15px rgba(0, 122, 255, 0.2);
}

.feature-icon-box { 
    font-size: 38px; 
    line-height: 1; 
    margin-right: 20px;
    color: var(--wpcm-lp-primary);
    flex-shrink: 0;
}

.feature-content h3 { 
    font-size: 22px; 
    font-weight: 700; 
    color: var(--wpcm-lp-text); 
    margin-top: 0; 
    margin-bottom: 10px; 
}

.feature-content p { 
    font-size: 17px; 
    color: var(--wpcm-lp-text-muted); 
    margin-bottom: 0;
}


/* ======================================= */
/* TESTIMONIALS & FAQ */
/* ======================================= */
.depoimento-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 25px; 
    margin-top: 50px; 
}

.section-social {
    background-color: var(--wpcm-lp-bg);
}

.depoimento-card { 
    background-color: var(--wpcm-lp-bg-light); 
    border-left: 5px solid var(--wpcm-lp-secondary);
    padding: 30px; 
    border-radius: 12px; 
    text-align: left; 
    font-style: italic; 
    border: 1px solid var(--wpcm-lp-border);
}

.depoimento-card p { 
    font-size: 16px; 
    margin-bottom: 15px; 
    color: var(--wpcm-lp-text);
}

.depoimento-card .author { 
    font-style: normal; 
    font-weight: 600; 
    color: var(--wpcm-lp-primary); 
    font-size: 14px; 
}

/* FAQ */
.faq-section {
    background-color: var(--wpcm-lp-bg-light);
    border-top: 1px solid var(--wpcm-lp-border);
}

.faq-grid {
    max-width: 900px;
    margin: 50px auto 0;
}

.faq-item { 
    background-color: var(--wpcm-lp-bg); 
    padding: 25px; 
    margin-bottom: 15px; 
    border-radius: 10px; 
    text-align: left; 
    border-left: 5px solid var(--wpcm-lp-primary);
    transition: background-color 0.3s ease;
}

.faq-item:hover {
    background-color: #1a1a1a;
}

.faq-question { 
    font-size: 18px; 
    font-weight: 700; 
    color: var(--wpcm-lp-text); 
    margin-bottom: 10px;
}

.faq-answer { 
    font-size: 16px; 
    color: var(--wpcm-lp-text-muted); 
}


/* ======================================= */
/* FOOTER */
/* ======================================= */
.footer { 
    background-color: #000; 
    padding: 30px 0; 
    text-align: center; 
    color: #48484A; 
    font-size: 14px; 
    border-top: 1px solid var(--wpcm-lp-border);
}

.footer a { 
    color: var(--wpcm-lp-primary); 
    text-decoration: none; 
}

/* ======================================= */
/* RESPONSIVENESS */
/* ======================================= */
@media (max-width: 1200px) {
     .features-grid { grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); }
}

@media (max-width: 1024px) {
    .hero-title { font-size: 70px; }
    .license-grid { grid-template-columns: 1fr 1fr; }
    .roi-card-mini { grid-column: span 2; }
}

@media (max-width: 768px) {
    .hero-section { padding: 100px 0; }
    .hero-title { font-size: 56px; letter-spacing: -2px; }
    .hero-subtitle { font-size: 20px; }
    .cta-box { padding: 30px; }
    .cta-price { font-size: 38px; }
    .cta-button { font-size: 18px; padding: 15px 40px; }
    .license-grid { grid-template-columns: 1fr; }
    .roi-card-mini { grid-column: span 1; }
    .wpcm-lp-section h2 { font-size: 38px; }
    .features-grid { grid-template-columns: 1fr; }
    .feature-item { align-items: flex-start; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 40px; }
    .hero-subtitle { font-size: 18px; margin-bottom: 40px; }
    .cta-price { font-size: 30px; }
}/* End custom CSS */