.elementor-10276 .elementor-element.elementor-element-751b533{--display:flex;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10276 .elementor-element.elementor-element-f80bd28{--display:flex;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10276 .elementor-element.elementor-element-555157b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-10276 .elementor-element.elementor-element-2a86937{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10276 .elementor-element.elementor-element-b018a12{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10276 .elementor-element.elementor-element-4163b92{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10276 .elementor-element.elementor-element-8e4c65e{--display:flex;--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10276 .elementor-element.elementor-element-66cfabd{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10276 .elementor-element.elementor-element-46859be{--display:flex;--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10276 .elementor-element.elementor-element-2db7038{--display:flex;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10276 .elementor-element.elementor-element-47d883f{--display:flex;--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-555157b *//* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 1px solid transparent;
}

.navbar.scrolled {
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 3rem);
    max-width: 1100px;
    height: 4.5rem;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-main);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-logo {
    height: 32px;
    width: 71px;
    display: block;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: var(--text-main);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: var(--transition-fast);
}

.nav-link:hover {
    color: var(--primary-light);
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        /* simple burger menu for mobile can be added in future */
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .pipeline-cards-grid {
        grid-template-columns: 1fr;
    }

    .bento-grid {
        grid-template-columns: 1fr;
    }

    .bento-large,
    .bento-medium,
    .bento-small {
        grid-column: span 1;
        grid-row: auto;
    }

    .audience-grid {
        grid-template-columns: 1fr;
    }

    .cta-huge-title {
        font-size: 2.5rem;
    }

    .cta-subtitle {
        font-size: 1.1rem;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-buttons .btn {
        width: 100%;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-875f9af *//* Hero Section */
.hero {
    position: relative;
    padding-top: calc(var(--nav-height) + 6rem);
    padding-bottom: 6rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: var(--font-family);
    background-color: var(--bg-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

.hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
    z-index: -1;
}

.shape-1 {
    top: -10%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: var(--primary);
}

.shape-2 {
    bottom: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: var(--secondary);
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    color:#FFFFFF;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    max-width: 500px;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.btn:hover {
  color: #ffffff !important;
}
.btn.btn-secondary.btn-lg:hover {
  color: #ffffff !important;
}
/* Glass Card element */
.glass-card {
    background: var(--gradient-glass);
    border: var(--glass-border);
    box-shadow: var(--glass-shadow);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2.5rem;
}

.crm-mockup {
    animation: float 6s ease-in-out infinite;
    position: relative;
    padding: 0;
    overflow: hidden;
    max-width: 500px;
}

.mockup-header-bar {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.window-controls {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot.red {
    background-color: #ff5f56;
}

.dot.yellow {
    background-color: #ffbd2e;
}

.dot.green {
    background-color: #27c93f;
}

.mockup-title {
    flex: 1;
    text-align: center;
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
}

.crm-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.crm-stat-box {
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    padding: 1rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.crm-stat-box h4 {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 500;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
}

.crm-kanban-preview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1.5rem;
}

.kanban-col {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
    min-height: 150px;
}

.col-title {
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-muted);
}

.kanban-task {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.task-id {
    font-size: 0.75rem;
    font-weight: 600;
}

.task-progress {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.task-progress .fill {
    height: 100%;
    background: var(--gradient-primary);
}

.w-70 {
    width: 70%;
}

.w-30 {
    width: 30%;
}

.task-badge {
    font-size: 0.65rem;
    padding: 2px 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    align-self: flex-start;
    color: var(--text-muted);
}

.task-anim {
    animation: slideUpTask 1.5s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

@keyframes slideUpTask {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .situaciones-list {
        grid-template-columns: 1fr;
    }

    .pipeline-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a7bab6 *//* New Content Sections */
.situaciones {
    padding: 6rem 0;
    background-color: var(--bg-darker);
    position: relative;
    border-top: var(--glass-border);
}

.pipeline {
    padding: 6rem 0;
    background-color: var(--bg-dark);
    position: relative;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem auto;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color:#FFFFFF;
}

.situaciones-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.situacion-item {
    background: rgba(255, 255, 255, 0.03);
    border: var(--glass-border);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: var(--transition-base);
}

.situacion-item:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}

.icon-wrapper {
    min-width: 50px;
    height: 50px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.situacion-item p {
    font-size: 1.1rem;
    color: var(--text-main);
    line-height: 1.5;
    margin: 0;
    align-self: center;
}
/* Tablet */
@media (max-width: 992px) {
    .situaciones,
    .pipeline {
        padding: 4.5rem 0;
    }

    .section-header {
        max-width: 90%;
        margin: 0 auto 2.5rem auto;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .situaciones-list {
        gap: 1.5rem;
    }

    .situacion-item {
        padding: 1.5rem;
        gap: 1rem;
    }

    .situacion-item p {
        font-size: 1rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .situaciones,
    .pipeline {
        padding: 4rem 0;
    }

    .section-header {
        max-width: 100%;
        margin: 0 auto 2rem auto;
        padding: 0 1rem;
    }

    .section-header h2 {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .situaciones-list {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .situacion-item {
        padding: 1.25rem;
        gap: 1rem;
        border-radius: 14px;
    }

    .icon-wrapper {
        min-width: 44px;
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
        border-radius: 10px;
    }

    .situacion-item p {
        font-size: 0.95rem;
        line-height: 1.45;
    }
}

/* Mobile pequeño */
@media (max-width: 480px) {
    .situaciones,
    .pipeline {
        padding: 3rem 0;
    }

    .section-header {
        padding: 0 0.75rem;
        margin-bottom: 1.5rem;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .situacion-item {
        padding: 1rem;
        gap: 0.75rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .icon-wrapper {
        min-width: 40px;
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .situacion-item p {
        font-size: 0.92rem;
        align-self: flex-start;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4163b92 *//* Pipeline styles */
.pipeline-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

.pipeline-card {
    background: rgba(255, 255, 255, 0.02);
    border: var(--glass-border);
    border-radius: 16px;
    padding: 2.25rem 2rem;
    position: relative;
    transition: var(--transition-base);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pipeline-card:hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-5px);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}

.step-number {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    top: 10px;
    right: 20px;
    transition: var(--transition-base);
}

.pipeline-card:hover .step-number {
    color: rgba(59, 130, 246, 0.1);
    transform: scale(1.1);
}

.card-content {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
}

.card-content h3 {
    font-size: 1.25rem;
    color: var(--primary-light);
    margin-bottom: 0.75rem;
    font-family: var(--font-family);
}

.card-content p {
    font-size: 1rem;
    color: var(--text-main);
    line-height: 1.5;
    margin: 0;
}

.pipeline-note {
    text-align: center;
    font-style: italic;
    font-size: 0.95rem;
    color: var(--text-muted);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4242f2 *//* Automation Section (Bento Grid) */
.automation {
    padding: 6rem 0;
    background-color: var(--bg-darker);
    position: relative;
    border-top: var(--glass-border);
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.bento-card {
    background: rgba(255, 255, 255, 0.02);
    border: var(--glass-border);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: var(--transition-base);
    display: flex;
    flex-direction: column;
}

.bento-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}

.bento-large {
    grid-column: span 2;
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.02) 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.bento-medium {
    grid-column: span 2;
    grid-row: span 1;
}

.bento-small {
    grid-column: span 1;
    grid-row: span 1;
    padding: 1.5rem;
}

.bento-accent {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(139, 92, 246, 0.02) 100%);
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.bento-icon {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
    display: inline-block;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.bento-small .bento-icon {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.bento-content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--text-main);
}

.bento-content h4 {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
    color: var(--text-main);
}

.bento-large h3 {
    font-size: 1.75rem;
    color: var(--primary-light);
    margin-bottom: 1rem;
}

.bento-content p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.bento-content p.text-sm {
    font-size: 0.85rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3171bdd *//* Target Audience */
.target-audience {
    padding: 6rem 0;
    background-color: var(--bg-dark);
    position: relative;
    border-top: var(--glass-border);
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.audience-card {
    background: rgba(255, 255, 255, 0.02);
    border: var(--glass-border);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    transition: var(--transition-base);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.audience-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: var(--transition-base);
}

.audience-card:hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    border-color: rgba(59, 130, 246, 0.3);
}

.audience-card:hover::before {
    opacity: 1;
}

.audience-icon {
    font-size: 3rem;
    color: var(--primary-light);
    margin-bottom: 1.5rem;
    display: inline-flex;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(139, 92, 246, 0.05) 100%);
    border: 1px solid rgba(59, 130, 246, 0.1);
    border-radius: 50%;
    transition: var(--transition-base);
}

.audience-card:hover .audience-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(139, 92, 246, 0.1) 100%);
}

.audience-card p {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
}

.audience-card p strong {
    color: var(--text-main);
    font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41f7e60 *//* FAQ Section */
.faq {
    padding: 6rem 0;
    background-color: var(--bg-dark);
    position: relative;
    border-top: var(--glass-border);
}

.faq-header {
    max-width: 800px;
    margin: 0 auto 3rem auto;
    text-align: center;
}

.faq-header h2 {
    font-size: 2.2rem;
    color: var(--text-main);
    margin: 0;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: rgba(255, 255, 255, 0.02);
    border: var(--glass-border);
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition-base);
}

.faq-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.faq-question {
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.faq-question h3 {
    font-size: 1.15rem;
    color: var(--text-main);
    margin: 0;
    font-weight: 500;
}

.faq-icon-wrapper {
    color: var(--text-muted);
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon-wrapper {
    transform: rotate(45deg);
    color: var(--primary-light);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 2rem;
}

.faq-item.active .faq-answer {
    padding: 0 2rem 1.5rem 2rem;
    max-height: 200px;
    /* Adjust if content is very long */
}

.faq-answer p {
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 1rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08de1d6 *//* CTA Final Section (Propuesta Inmersiva) */
.immersive-cta {
    padding: 8rem 0;
    position: relative;
    background: linear-gradient(to bottom, var(--bg-dark) 0%, rgba(13, 17, 28, 1) 100%);
    text-align: center;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.cta-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(59, 130, 246, 0.15) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0;
}

.cta-immersive-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-badges {
    margin-bottom: 2rem;
}

.badge-outline {
    background: transparent;
    border: 1px solid rgba(59, 130, 246, 0.5);
    color: var(--primary-light);
}

.cta-huge-title {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--text-main);
    letter-spacing: -0.01em;
}

.cta-huge-title span {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.cta-subtitle {
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 700px;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-xl {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76c47c2 *//* Footer */
.footer {
    background: var(--bg-dark);
    padding: 6rem 0 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
}

.footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.footer-brand .brand {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.footer-brand p {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-top: 1.5rem;
    max-width: 350px;
}

.footer-logo {
    height: 40px;
}

.social-links {
    display: flex;
    gap: 1.2rem;
    margin-top: 2rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-main);
    font-size: 1.25rem;
    transition: var(--transition-base);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
}

.footer-links h4 {
    color: var(--text-main);
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-links a {
    display: block;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 1rem;
    transition: var(--transition-base);
    font-size: 1rem;
}

.footer-links a:hover {
    color: var(--primary-light);
    transform: translateX(5px);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.95rem;
}/* End custom CSS */
/* Start custom CSS */.elementor-1384{
    display: none!important;
}
.elementor-1346{
    display: none!important;
}/* End custom CSS */