.ansa8-section,
.ansa8-section * {
    box-sizing: border-box;
}

.ansa8-section {
    --ansa8-bg: #f8fbff;
    --ansa8-title: #0f172a;
    --ansa8-text: #64748b;
    --ansa8-blue: #0ea5e9;
    --ansa8-pink: #f43f5e;
    --ansa8-dot: #d8b4fe;
    --ansa8-line: rgba(148, 163, 184, 0.12);
    --ansa8-card-bg: #ffffff;
    --ansa8-card-border: #f1f5f9;
    --ansa8-card-radius: 12px;
    --ansa8-card-height: 130px;
    --ansa8-columns: 4;
    --ansa8-logo-size: 140px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    background-color: var(--ansa8-bg);
    position: relative;
    overflow: hidden;
    padding: 100px 20px 250px 20px;
    color: var(--ansa8-title);
}

.ansa8-section.ansa8-no-bottom-curve {
    padding-bottom: 100px;
}

.ansa8-bg-dots {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 400px;
    height: 400px;
    background-image: radial-gradient(var(--ansa8-dot) 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.5;
    mask-image: radial-gradient(circle at center, black 0%, transparent 60%);
    -webkit-mask-image: radial-gradient(circle at center, black 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.ansa8-bg-lines {
    position: absolute;
    top: 10%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: linear-gradient(90deg, transparent 49%, var(--ansa8-line) 50%, transparent 51%),
                linear-gradient(0deg, transparent 49%, var(--ansa8-line) 50%, transparent 51%);
    background-size: 40px 40px;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 0;
}

.ansa8-hide-dots .ansa8-bg-dots,
.ansa8-hide-lines .ansa8-bg-lines {
    display: none;
}

.ansa8-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ansa8-header {
    text-align: center;
    margin-bottom: 60px;
}

.ansa8-kicker-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.ansa8-kicker-line {
    height: 1px;
    width: 50px;
    position: relative;
}

.ansa8-kicker-line-left {
    background: var(--ansa8-blue);
}

.ansa8-kicker-line-left::after {
    content: '';
    position: absolute;
    right: 0;
    top: -2.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ansa8-blue);
}

.ansa8-kicker-line-right {
    background: var(--ansa8-pink);
}

.ansa8-kicker-line-right::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ansa8-pink);
}

.ansa8-kicker-text {
    color: var(--ansa8-blue);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
}

.ansa8-title {
    font-size: 52px;
    font-weight: 700;
    color: var(--ansa8-title);
    margin: 0 0 15px 0;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.ansa8-subtitle {
    font-size: 18px;
    color: var(--ansa8-text);
    margin: 0 auto;
    max-width: 600px;
    line-height: 1.6;
}

.ansa8-grid {
    display: grid;
    grid-template-columns: repeat(var(--ansa8-columns), minmax(0, 1fr));
    gap: 20px;
}

.ansa8-card {
    background: var(--ansa8-card-bg);
    border: 1px solid var(--ansa8-card-border);
    border-radius: var(--ansa8-card-radius);
    padding: 30px;
    min-height: var(--ansa8-card-height);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
    position: relative;
}

.ansa8-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.ansa8-logo-wrap {
    width: 100%;
    min-height: 54px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    line-height: 1;
    color: var(--ansa8-title);
    overflow: visible;
}

.ansa8-logo-wrap img,
.ansa8-logo-image {
    max-width: var(--ansa8-logo-size) !important;
    max-height: 64px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
    flex: 0 0 auto;
}

.ansa8-logo-wrap svg {
    max-width: var(--ansa8-logo-size) !important;
    max-height: 64px !important;
    display: block !important;
    overflow: visible !important;
    flex: 0 0 auto;
}

.ansa8-logo-wrap i,
.ansa8-logo-wrap .elementor-icon,
.ansa8-logo-wrap .elementor-icon i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: inherit !important;
    font-size: 46px !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
}

.ansa8-text-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: inherit;
    max-width: 100%;
}

.ansa8-text-logo-mark {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ansa8-text-logo-name {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #1e293b;
    white-space: nowrap;
}

.ansa8-logo-small {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #64748b;
    margin-top: 4px;
    display: block;
    line-height: 1.1;
}

.ansa8-logo-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ansa8-brand-palo .ansa8-text-logo-name { color: #ef4444; font-size: 21px; }
.ansa8-brand-fortinet .ansa8-text-logo-name { color: #dc2626; font-size: 25px; letter-spacing: 0.5px; }
.ansa8-brand-gamma .ansa8-text-logo-name { color: #1e1b4b; font-size: 26px; }
.ansa8-brand-cisco .ansa8-text-logo-name { color: #0b75bb; font-size: 24px; font-weight: 700; }
.ansa8-brand-microsoft .ansa8-text-logo-name { color: #5e5e5e; font-size: 22px; font-weight: 600; }
.ansa8-brand-cloudflare .ansa8-text-logo-name { color: #f48120; font-size: 22px; }
.ansa8-brand-zscaler .ansa8-text-logo-name { color: #006bb6; font-size: 24px; }
.ansa8-brand-vodafone .ansa8-text-logo-name { color: #e60000; font-size: 20px; text-align: left; }

.ansa8-bottom-curve {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 0;
    pointer-events: none;
}

.ansa8-bottom-curve svg {
    width: 100%;
    height: 100%;
    display: block;
}

.ansa8-no-bottom-curve .ansa8-bottom-curve {
    display: none;
}

@media (max-width: 1024px) {
    .ansa8-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ansa8-title {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .ansa8-section {
        padding-top: 78px;
        padding-bottom: 150px;
    }

    .ansa8-section.ansa8-no-bottom-curve {
        padding-bottom: 78px;
    }

    .ansa8-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ansa8-title {
        font-size: 36px;
    }

    .ansa8-subtitle {
        font-size: 16px;
    }

    .ansa8-card {
        padding: 24px 18px;
        min-height: 118px;
    }

    .ansa8-bottom-curve {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .ansa8-grid {
        grid-template-columns: 1fr;
    }

    .ansa8-kicker-line {
        width: 34px;
    }
}
