.core-pillars-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0 82px;
    background:
        radial-gradient(circle at 12% 18%, rgba(20, 184, 166, 0.22), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(37, 99, 235, 0.22), transparent 30%),
        linear-gradient(135deg, #071321 0%, #101d31 46%, #12263e 100%);
    isolation: isolate;
}

.core-pillars-section .elementor-widget-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.core-pillars-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.55;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 78%, transparent);
}

.core-pillars-section::before,
.core-pillars-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.core-pillars-section::before {
    top: -130px;
    left: -120px;
}

.core-pillars-section::after {
    right: -150px;
    bottom: -170px;
}

.core-pillars-header {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}

.core-pillars-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #5eead4;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.core-pillars-kicker::before,
.core-pillars-kicker::after {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, currentColor);
}

.core-pillars-kicker::after {
    background: linear-gradient(90deg, currentColor, transparent);
}

.core-pillars-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.45rem);
    font-weight: 800;
    line-height: 1.08;
}

.core-pillars-intro {
    max-width: 680px;
    margin: 18px auto 0;
    color: rgba(226, 232, 240, 0.78);
    font-size: 1.04rem;
    line-height: 1.75;
}

.core-pillars-grid {
    align-items: stretch;
}

.pillar-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
        rgba(8, 22, 37, 0.82);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.pillar-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--pillar-accent-soft), transparent 46%);
    opacity: 0.62;
    pointer-events: none;
}

.pillar-card::after {
    content: "";
    position: absolute;
    inset: auto 28px 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--pillar-accent), transparent);
    opacity: 0.9;
}

.pillar-card:hover {
    transform: translateY(-12px);
    border-color: rgba(255, 255, 255, 0.32);
    box-shadow: 0 34px 85px rgba(0, 0, 0, 0.36);
}

.pillar-health {
    --pillar-accent: #22c55e;
    --pillar-accent-soft: rgba(34, 197, 94, 0.18);
}

.pillar-ai {
    --pillar-accent: #38bdf8;
    --pillar-accent-soft: rgba(56, 189, 248, 0.2);
}

.pillar-automation {
    --pillar-accent: #f59e0b;
    --pillar-accent-soft: rgba(245, 158, 11, 0.18);
}

.pillar-card-top,
.pillar-content,
.pillar-meta,
.pillar-graphic {
    position: relative;
    z-index: 1;
}

.pillar-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.pillar-number {
    color: rgba(255, 255, 255, 0.2);
    font-size: 3.3rem;
    font-weight: 900;
    line-height: 1;
}

.pillar-icon-container {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #071321;
    font-size: 1.85rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.78)),
        var(--pillar-accent);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.pillar-graphic {
    display: grid;
    place-items: center;
    height: 148px;
    margin-bottom: 26px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
}

.pillar-graphic-health span {
    position: absolute;
    border-radius: 999px;
    background: var(--pillar-accent);
}

.pillar-graphic-health span:nth-child(1) {
    width: 94px;
    height: 94px;
    border: 18px solid rgba(34, 197, 94, 0.28);
    background: transparent;
}

.pillar-graphic-health span:nth-child(2) {
    width: 18px;
    height: 68px;
}

.pillar-graphic-health span:nth-child(3) {
    width: 68px;
    height: 18px;
}

.pillar-graphic-health span:nth-child(4) {
    width: 160px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    transform: translateY(58px);
}

.pillar-graphic-ai span {
    position: absolute;
    border: 2px solid var(--pillar-accent);
}

.pillar-graphic-ai span:nth-child(1) {
    width: 76px;
    height: 76px;
    border-radius: 8px;
    background: rgba(56, 189, 248, 0.14);
}

.pillar-graphic-ai span:nth-child(2),
.pillar-graphic-ai span:nth-child(3),
.pillar-graphic-ai span:nth-child(4),
.pillar-graphic-ai span:nth-child(5) {
    width: 42px;
    height: 2px;
    border: 0;
    background: linear-gradient(90deg, transparent, var(--pillar-accent));
}

.pillar-graphic-ai span:nth-child(2) {
    transform: translate(-68px, -34px);
}

.pillar-graphic-ai span:nth-child(3) {
    transform: translate(68px, -34px) rotate(180deg);
}

.pillar-graphic-ai span:nth-child(4) {
    transform: translate(-68px, 34px);
}

.pillar-graphic-ai span:nth-child(5) {
    transform: translate(68px, 34px) rotate(180deg);
}

.pillar-graphic-automation span {
    position: absolute;
    border-radius: 8px;
}

.pillar-graphic-automation span:nth-child(1) {
    width: 118px;
    height: 74px;
    border: 2px solid var(--pillar-accent);
    background: rgba(245, 158, 11, 0.12);
}

.pillar-graphic-automation span:nth-child(2) {
    width: 42px;
    height: 42px;
    border: 8px solid rgba(245, 158, 11, 0.75);
    transform: translate(-44px, -4px);
}

.pillar-graphic-automation span:nth-child(3) {
    width: 42px;
    height: 42px;
    border: 8px solid rgba(245, 158, 11, 0.75);
    transform: translate(44px, -4px);
}

.pillar-graphic-automation span:nth-child(4) {
    width: 148px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--pillar-accent), transparent);
    transform: translateY(48px);
}

.pillar-label {
    display: block;
    margin-bottom: 10px;
    color: var(--pillar-accent);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.pillar-content h5 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 1.42rem;
    font-weight: 800;
    line-height: 1.25;
}

.pillar-content p {
    margin: 0;
    color: rgba(226, 232, 240, 0.76);
    font-size: 0.96rem;
    line-height: 1.75;
}

.pillar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 24px;
}

.pillar-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.78rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 991.98px) {
    .core-pillars-section {
        padding: 78px 0 64px;
    }

    .core-pillars-header {
        margin-bottom: 34px;
    }
}

@media (max-width: 575.98px) {
    .core-pillars-section {
        padding: 64px 0 48px;
    }

    .core-pillars-title {
        font-size: 2rem;
    }

    .pillar-card {
        padding: 22px;
    }

    .pillar-number {
        font-size: 2.65rem;
    }

    .pillar-icon-container {
        width: 56px;
        height: 56px;
        font-size: 1.55rem;
    }
}

.industries-section {
    position: relative;
    overflow: hidden;
    padding: 92px 0 84px;
    background:
        radial-gradient(circle at 8% 18%, rgba(14, 165, 233, 0.12), transparent 26%),
        radial-gradient(circle at 88% 8%, rgba(34, 197, 94, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 54%, #eef6ff 100%);
}

.industries-section .elementor-widget-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.industries-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.72;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 82%, transparent);
}

.industries-header {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.industries-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.industries-kicker::before,
.industries-kicker::after {
    content: "";
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, currentColor);
}

.industries-kicker::after {
    background: linear-gradient(90deg, currentColor, transparent);
}

.industries-title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2rem, 3.6vw, 3.15rem);
    font-weight: 850;
    line-height: 1.1;
}

.industries-intro {
    max-width: 650px;
    margin: 17px auto 0;
    color: #526174;
    font-size: 1.03rem;
    line-height: 1.75;
}

.industries-grid {
    position: relative;
    z-index: 1;
}

.industry-card {
    --industry-accent: #2563eb;
    --industry-soft: rgba(37, 99, 235, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 26px 22px 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.industry-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, var(--industry-soft), transparent 48%);
    opacity: 0.95;
}

.industry-card:hover {
    transform: translateY(-10px);
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 26px 58px rgba(15, 23, 42, 0.13);
}

.industry-automotive {
    --industry-accent: #2563eb;
    --industry-soft: rgba(37, 99, 235, 0.1);
}

.industry-healthcare {
    --industry-accent: #059669;
    --industry-soft: rgba(5, 150, 105, 0.1);
}

.industry-textiles {
    --industry-accent: #d97706;
    --industry-soft: rgba(217, 119, 6, 0.11);
}

.industry-metal {
    --industry-accent: #7c3aed;
    --industry-soft: rgba(124, 58, 237, 0.1);
}

.industry-visual,
.industry-icon,
.industry-card h6,
.industry-card p,
.industry-line {
    position: relative;
    z-index: 1;
}

.industry-visual {
    height: 92px;
    margin-bottom: 22px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.34)),
        var(--industry-soft);
}

.industry-visual span {
    position: absolute;
    display: block;
}

.industry-automotive .industry-visual span:nth-child(1) {
    left: 24px;
    bottom: 25px;
    width: 112px;
    height: 34px;
    border: 2px solid var(--industry-accent);
    border-radius: 18px 24px 10px 10px;
}

.industry-automotive .industry-visual span:nth-child(2),
.industry-automotive .industry-visual span:nth-child(3) {
    bottom: 16px;
    width: 23px;
    height: 23px;
    border: 6px solid var(--industry-accent);
    border-radius: 50%;
    background: #ffffff;
}

.industry-automotive .industry-visual span:nth-child(2) {
    left: 45px;
}

.industry-automotive .industry-visual span:nth-child(3) {
    left: 112px;
}

.industry-healthcare .industry-visual span:nth-child(1) {
    left: 50%;
    top: 18px;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: rgba(5, 150, 105, 0.15);
    border: 2px solid var(--industry-accent);
    transform: translateX(-50%);
}

.industry-healthcare .industry-visual span:nth-child(2) {
    left: 50%;
    top: 28px;
    width: 12px;
    height: 32px;
    border-radius: 999px;
    background: var(--industry-accent);
    transform: translateX(-50%);
}

.industry-healthcare .industry-visual span:nth-child(3) {
    left: 50%;
    top: 38px;
    width: 32px;
    height: 12px;
    border-radius: 999px;
    background: var(--industry-accent);
    transform: translateX(-50%);
}

.industry-textiles .industry-visual span {
    width: 44px;
    height: 44px;
    border: 2px solid var(--industry-accent);
    border-radius: 8px;
    background-image:
        linear-gradient(45deg, transparent 45%, rgba(217, 119, 6, 0.3) 46%, rgba(217, 119, 6, 0.3) 54%, transparent 55%);
}

.industry-textiles .industry-visual span:nth-child(1) {
    left: 30px;
    top: 24px;
}

.industry-textiles .industry-visual span:nth-child(2) {
    left: 75px;
    top: 24px;
}

.industry-textiles .industry-visual span:nth-child(3) {
    left: 120px;
    top: 24px;
}

.industry-metal .industry-visual span:nth-child(1) {
    left: 34px;
    top: 25px;
    width: 84px;
    height: 44px;
    border: 2px solid var(--industry-accent);
    border-radius: 8px;
    background: rgba(124, 58, 237, 0.12);
    transform: skewX(-14deg);
}

.industry-metal .industry-visual span:nth-child(2) {
    left: 96px;
    top: 18px;
    width: 44px;
    height: 44px;
    border: 2px solid var(--industry-accent);
    border-radius: 50%;
}

.industry-metal .industry-visual span:nth-child(3) {
    left: 58px;
    bottom: 18px;
    width: 118px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--industry-accent), transparent);
}

.industry-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 8px;
    color: var(--industry-accent);
    font-size: 1.45rem;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.industry-card h6 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.25;
}

.industry-card p {
    margin: 0;
    color: #64748b;
    font-size: 0.93rem;
    line-height: 1.65;
}

.industry-line {
    display: block;
    width: 58px;
    height: 3px;
    margin-top: auto;
    padding-top: 24px;
    background: linear-gradient(90deg, var(--industry-accent), transparent);
    background-clip: content-box;
}

@media (max-width: 991.98px) {
    .industries-section {
        padding: 76px 0 66px;
    }

    .industries-header {
        margin-bottom: 34px;
    }
}

@media (max-width: 575.98px) {
    .industries-section {
        padding: 62px 0 52px;
    }

    .industries-title {
        font-size: 2rem;
    }

    .industry-card {
        padding: 22px 20px;
    }
}
