.elementor-9 .elementor-element.elementor-element-a0cbb22{--display:flex;--min-height:1440px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-9 .elementor-element.elementor-element-a0cbb22.e-con{--flex-grow:0;--flex-shrink:0;}body.elementor-page-9:not(.elementor-motion-effects-element-type-background), body.elementor-page-9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-a0cbb22{--width:100%;--min-height:1440px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-a0cbb22{--width:58.556%;}}/* Start custom CSS *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #000000;
    overflow-x: hidden;
}

/* Color Variables */
:root {
    --primary: #dc2626;
    --primary-dark: #991b1b;
    --background: #000000;
    --foreground: #ffffff;
    --muted: #1a1a1a;
    --muted-foreground: #a1a1aa;
    --border: #27272a;
    --red: #ef4444;
    --yellow: #eab308;
    --green: #22c55e;
}

/* Utility Classes */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center {
    text-align: center;
}

.text-primary {
    color: var(--primary);
}

.text-white {
    color: #ffffff;
}

.text-red {
    color: var(--red);
}

.text-yellow {
    color: var(--yellow);
}

.text-green {
    color: var(--green);
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }

/* Gradient Text */
.gradient-text {
    background: linear-gradient(135deg, var(--primary), #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Sections */
.section {
    padding: 80px 0;
}

.bg-dark {
    background-color: var(--background);
}

.bg-muted {
    background-color: var(--muted);
}

.bg-primary-dark {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;
    background-image: url('images/hero-chains.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.6), rgba(0,0,0,0.9));
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
}

.hero-title {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 900;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.hero-line {
    display: block;
    margin-bottom: 0.5rem;
}

.hero-subtitle {
    font-size: clamp(1.25rem, 3vw, 2rem);
    color: var(--muted-foreground);
    margin-bottom: 2rem;
    font-weight: 500;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.hero-quote {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2.5rem;
    backdrop-filter: blur(10px);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-quote p {
    font-size: 1.25rem;
    font-style: italic;
    color: rgba(255,255,255,0.9);
}

/* CTA Button */
.cta-button {
    background: var(--primary);
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px -10px rgba(220, 38, 38, 0.3);
    text-transform: uppercase;
}

.cta-button:hover {
    background: var(--primary-dark);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 20px 40px -10px rgba(220, 38, 38, 0.4);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.scroll-mouse {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(161, 161, 170, 0.5);
    border-radius: 12px;
    display: flex;
    justify-content: center;
}

.scroll-dot {
    width: 4px;
    height: 12px;
    background: var(--primary);
    border-radius: 2px;
    margin-top: 8px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* Section Titles */
.section-title {
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 2rem;
    color: var(--foreground);
}

/* Image Containers */
.image-container {
    margin-bottom: 2rem;
}

.section-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px -20px rgba(0,0,0,0.5);
}

/* Cards */
.card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -20px rgba(220, 38, 38, 0.2);
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--foreground);
}

.card-text {
    color: var(--muted-foreground);
    line-height: 1.6;
}

/* Grids */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
}

.benefit-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--foreground);
}

.benefit-text {
    color: var(--muted-foreground);
}

/* Target Grid */
.target-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.target-item {
    text-align: center;
    padding: 2rem;
}

.target-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary);
}

.target-text {
    color: var(--muted-foreground);
}

/* Objections */
.objections-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.objection-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
}

.objection-left,
.objection-right {
    flex: 1;
}

.objection-text {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--muted-foreground);
}

.objection-response {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--foreground);
}

.objection-arrow {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* Guarantee */
.guarantee-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.guarantee-image {
    margin-bottom: 2rem;
}

.guarantee-badge {
    width: 200px;
    height: 200px;
}

.guarantee-card {
    background: rgba(220, 38, 38, 0.1);
    border: 1px solid rgba(220, 38, 38, 0.3);
    text-align: center;
}

.guarantee-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--foreground);
}

.guarantee-text {
    font-size: 1.25rem;
    color: var(--muted-foreground);
    margin-bottom: 1rem;
}

/* Pricing */
.pricing-container {
    max-width: 600px;
    margin: 0 auto;
}

.pricing-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(220, 38, 38, 0.3);
    border-radius: 12px;
    padding: 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 40px rgba(220, 38, 38, 0.2);
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.old-price {
    font-size: 1.5rem;
    color: var(--muted-foreground);
    text-decoration: line-through;
    margin-bottom: 1rem;
}

.current-price {
    font-size: 4rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
}

.price-suffix {
    font-size: 1.25rem;
    color: var(--muted-foreground);
    margin-bottom: 1rem;
}

.price-or {
    font-size: 1.125rem;
    color: var(--foreground);
    margin-bottom: 0.5rem;
}

.installments {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--foreground);
}

.pricing-features {
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    color: var(--foreground);
    font-size: 1rem;
}

.pricing-cta {
    width: 100%;
    font-size: 1.25rem;
    padding: 1.5rem;
}

.pricing-footer {
    text-align: center;
    font-size: 0.875rem;
    color: var(--muted-foreground);
    margin-top: 1rem;
}

/* FAQ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 2rem;
}

.faq-question {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--foreground);
    margin-bottom: 1rem;
}

.faq-answer {
    color: var(--muted-foreground);
}

/* Transformation Section */
.transformation-title {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 2rem;
    color: var(--foreground);
}

.transformation-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.transformation-subtitle {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 2rem;
}

.transformation-blocks {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.transformation-block {
    border-radius: 12px;
    padding: 2rem;
}

.transformation-block.problem {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.transformation-block.route {
    background: rgba(234, 179, 8, 0.1);
    border: 1px solid rgba(234, 179, 8, 0.3);
}

.transformation-block.solution {
    background: rgba(220, 38, 38, 0.1);
    border: 1px solid rgba(220, 38, 38, 0.3);
}

.transformation-block.action {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.block-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.block-text {
    font-size: 1.125rem;
    color: var(--muted-foreground);
}

.block-emphasis {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--foreground);
}

/* Comparison */
.comparison-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: start;
    max-width: 1000px;
    margin: 0 auto;
}

.comparison-side {
    padding: 2rem;
    border-radius: 12px;
}

.comparison-side.without {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.comparison-side.with {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.comparison-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--foreground);
}

.comparison-list {
    list-style: none;
    space-y: 1rem;
}

.comparison-list li {
    font-size: 1.125rem;
    padding: 0.5rem 0;
    color: var(--foreground);
}

.comparison-divider {
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary);
    align-self: center;
}

/* Creator Section */
.creator-content {
    max-width: 800px;
    margin: 0 auto;
}

.creator-text {
    font-size: 1.25rem;
    color: var(--muted-foreground);
    margin-bottom: 1.5rem;
}

.creator-emphasis {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--foreground);
}

/* Final Call */
.final-call-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 2rem;
    color: var(--foreground);
}

.final-call-subtitle {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--foreground);
}

.final-call-text {
    font-size: 1.5rem;
    color: var(--muted-foreground);
    margin-bottom: 2.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Legal Section */
.legal-section {
    padding: 2rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.legal-text {
    font-size: 0.75rem;
    color: rgba(161, 161, 170, 0.6);
    max-width: 1000px;
    margin: 0 auto;
}

.legal-text p {
    margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
    }
    
    .cta-button {
        font-size: 1.125rem;
        padding: 1.25rem 2rem;
    }
    
    .objection-item {
        flex-direction: column;
        text-align: center;
    }
    
    .objection-arrow {
        transform: rotate(90deg);
    }
    
    .comparison-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .comparison-divider {
        text-align: center;
        transform: rotate(90deg);
    }
    
    .grid-2,
    .grid-3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .pricing-card {
        padding: 2rem;
    }
    
    .current-price {
        font-size: 3rem;
    }
    
    .transformation-title {
        font-size: 2rem;
    }
    
    .final-call-title {
        font-size: 1.75rem;
    }
}/* End custom CSS */