.elementor-14357 .elementor-element.elementor-element-0b01fda{--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-14357 .elementor-element.elementor-element-d4f950d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-d4f950d */.fc360-marketing {
    position: relative;
    overflow: hidden;
    padding: 140px 20px 140px;
    font-family: Arial, Helvetica, sans-serif;
}

.fc360-container {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
}

.fc360-bg-shape {
    position: absolute;
    border-radius: 999px;
    filter: blur(80px);
    opacity: 0.22;
    pointer-events: none;
}

.fc360-bg-shape-1 {
    width: 340px;
    height: 340px;
    background: #00c2ff;
    top: 80px;
    left: -100px;
}

.fc360-bg-shape-2 {
    width: 420px;
    height: 420px;
    background: #00ffb2;
    bottom: 80px;
    right: -140px;
}

.fc360-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.65), transparent);
    pointer-events: none;
    z-index: 1;
}

.fc360-badge,
.fc360-section-tag {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    color: #9ee8ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.fc360-hero {
    text-align: center;
    margin-bottom: 70px;
}

.fc360-hero h1 {
    font-size: 58px;
    line-height: 1.05;
    font-weight: 800;
    margin: 0 auto 20px;
    max-width: 980px;
    color: #ffffff;
}

.fc360-hero h1 span {
    color: #4ce7c1;
}

.fc360-subtitle {
    max-width: 860px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
}

.fc360-hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.fc360-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.25s ease;
    cursor: pointer;
}

.fc360-btn-primary {
    background: linear-gradient(135deg, #00d4ff 0%, #22d3a6 100%);
    color: #04121c !important;
    box-shadow: 0 18px 40px rgba(0, 212, 255, 0.20);
}

.fc360-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 45px rgba(0, 212, 255, 0.28);
}

.fc360-btn-secondary {
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.05);
    color: #ffffff;
}

.fc360-btn-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.09);
}

.fc360-hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.fc360-highlight-card,
.fc360-problem-card,
.fc360-service-card,
.fc360-benefit-card,
.fc360-evaluation-item,
.fc360-persona-card,
.fc360-showcase-card,
.fc360-process-step,
.fc360-proof-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    backdrop-filter: blur(10px);
}

.fc360-highlight-card {
    padding: 24px;
    text-align: left;
}

.fc360-highlight-card strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: #ffffff;
}

.fc360-highlight-card span {
    color: rgba(255,255,255,0.74);
    font-size: 15px;
    line-height: 1.6;
}

.fc360-hero-image {
    margin-top: 42px;
}

.fc360-hero-image img {
    width: 100%;
    max-width: 980px;
    display: block;
    margin: 0 auto;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 40px 100px rgba(0,0,0,0.42);
}

.fc360-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.fc360-stat-card {
    padding: 22px 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
}

.fc360-stat-card strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
    color: #4ce7c1;
}

.fc360-stat-card span {
    display: block;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    line-height: 1.5;
}

.fc360-section {
    margin-top: 34px;
    margin-bottom: 34px;
    padding: 42px;
    border-radius: 30px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    position: relative;
    overflow: hidden;
}

.fc360-section-dark {
    background: rgba(0,0,0,0.15);
}

.fc360-section-accent {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.09) 0%, rgba(34, 211, 166, 0.09) 100%);
}

.fc360-section-header {
    max-width: 860px;
    margin-bottom: 32px;
}

.fc360-section-header h2 {
    font-size: 40px;
    line-height: 1.15;
    margin: 0 0 16px;
    color: #ffffff;
}

.fc360-section-header p {
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255,255,255,0.78);
    margin: 0;
}

.fc360-problems-grid,
.fc360-services-grid,
.fc360-benefits-grid,
.fc360-personas-grid,
.fc360-showcase-grid,
.fc360-process-grid,
.fc360-proof-grid {
    display: grid;
    gap: 20px;
}

.fc360-problems-grid {
    grid-template-columns: repeat(2, 1fr);
}

.fc360-services-grid {
    grid-template-columns: repeat(3, 1fr);
}

.fc360-benefits-grid {
    grid-template-columns: repeat(4, 1fr);
}

.fc360-personas-grid {
    grid-template-columns: repeat(3, 1fr);
}

.fc360-showcase-grid {
    grid-template-columns: repeat(3, 1fr);
}

.fc360-process-grid {
    grid-template-columns: repeat(4, 1fr);
}

.fc360-proof-grid {
    grid-template-columns: repeat(3, 1fr);
}

.fc360-problem-card,
.fc360-service-card,
.fc360-benefit-card,
.fc360-persona-card,
.fc360-showcase-card,
.fc360-process-step,
.fc360-proof-card {
    padding: 26px;
    transition: all 0.28s ease;
}

.fc360-problem-card:hover,
.fc360-service-card:hover,
.fc360-benefit-card:hover,
.fc360-persona-card:hover,
.fc360-showcase-card:hover,
.fc360-process-step:hover,
.fc360-proof-card:hover,
.fc360-highlight-card:hover {
    transform: translateY(-8px);
    border-color: rgba(76, 231, 193, 0.45);
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.fc360-problem-card h3,
.fc360-service-card h3,
.fc360-persona-card h3,
.fc360-showcase-card h3,
.fc360-proof-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
    color: #ffffff;
}

.fc360-problem-card p,
.fc360-service-card p,
.fc360-benefit-card p,
.fc360-persona-card p,
.fc360-showcase-card p,
.fc360-process-step p,
.fc360-proof-card p {
    margin: 0;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    font-size: 15px;
}

.fc360-benefit-card strong,
.fc360-process-step strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #4ce7c1;
}

.fc360-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(0,212,255,0.18), rgba(34,211,166,0.18));
    border: 1px solid rgba(255,255,255,0.08);
    color: #4ce7c1;
    font-size: 22px;
    font-weight: 800;
}

.fc360-persona-card {
    text-align: left;
}

.fc360-persona-label {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(76, 231, 193, 0.12);
    color: #4ce7c1;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.fc360-showcase-card img,
.fc360-proof-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 18px;
    display: block;
}

.fc360-showcase-card span,
.fc360-proof-card span {
    display: inline-block;
    margin-bottom: 10px;
    color: #4ce7c1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fc360-process-step {
    position: relative;
}

.fc360-process-number {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #00d4ff 0%, #22d3a6 100%);
    color: #04121c;
    font-weight: 800;
    font-size: 16px;
}

.fc360-evaluation {
    background: transparent;
    border: none;
    padding: 0;
}

.fc360-evaluation-box {
    padding: 48px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
    border: 1px solid rgba(255,255,255,0.10);
    text-align: center;
    box-shadow: 0 30px 80px rgba(0,0,0,0.18);
}

.fc360-evaluation-box h2 {
    font-size: 44px;
    line-height: 1.1;
    margin: 0 0 18px;
    color: #ffffff;
}

.fc360-evaluation-box p {
    max-width: 820px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255,255,255,0.80);
}

.fc360-evaluation-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 34px 0;
    text-align: left;
}

.fc360-evaluation-item {
    padding: 20px 22px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.fc360-evaluation-item::before {
    content: "•";
    color: #4ce7c1;
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.fc360-cta-box {
    margin-top: 28px;
}

.fc360-cta-note {
    margin-top: 14px !important;
    font-size: 15px !important;
    color: rgba(255,255,255,0.70) !important;
}

.fc360-floating-cta {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 999;
    padding: 15px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #00d4ff 0%, #22d3a6 100%);
    color: #04121c !important;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 18px 40px rgba(0,0,0,0.28);
    transition: all 0.25s ease;
}

.fc360-floating-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 24px 50px rgba(0,0,0,0.35);
}

.fc360-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fc360-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .fc360-hero h1 {
        font-size: 46px;
    }

    .fc360-services-grid,
    .fc360-personas-grid,
    .fc360-showcase-grid,
    .fc360-proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fc360-benefits-grid,
    .fc360-process-grid,
    .fc360-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .fc360-marketing {
        padding: 110px 16px 110px;
    }

    .fc360-bg-shape-1 {
        top: 50px;
    }

    .fc360-bg-shape-2 {
        bottom: 50px;
    }

    .fc360-hero h1 {
        font-size: 34px;
    }

    .fc360-subtitle {
        font-size: 17px;
    }

    .fc360-section {
        padding: 24px;
        border-radius: 24px;
    }

    .fc360-section-header h2,
    .fc360-evaluation-box h2 {
        font-size: 28px;
    }

    .fc360-section-header p,
    .fc360-evaluation-box p {
        font-size: 16px;
    }

    .fc360-hero-highlights,
    .fc360-problems-grid,
    .fc360-services-grid,
    .fc360-benefits-grid,
    .fc360-evaluation-points,
    .fc360-personas-grid,
    .fc360-showcase-grid,
    .fc360-process-grid,
    .fc360-proof-grid,
    .fc360-hero-stats {
        grid-template-columns: 1fr;
    }

    .fc360-evaluation-box {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .fc360-btn {
        width: 100%;
    }

    .fc360-floating-cta {
        bottom: 16px;
        right: 16px;
        left: 16px;
        text-align: center;
        justify-content: center;
    }

    .fc360-showcase-card img,
    .fc360-proof-card img {
        height: 200px;
    }
}/* End custom CSS */