

@media (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}

.btn-default-orange-fill{
    margin-bottom: unset;
}

.d-flex.flex-center{
    align-items: center;
}

.hosting-page-header{
    background-color: #fff;
}
.hosting-page-header h2{
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.3;
    text-align: left;
    color: #2e0547;
}

.n8n-hero {
    background: #f7f7fb;
    padding: 180px 0 100px; /* more space to fully clear navbar */
    position: relative;
    z-index: 1;
}

/* ================= HOMEPAGE HEADER REPLICATED FOR N8N ================= */
.menu-wrap {
    background-color: #ffffff;
}

.ha-header-container{
    text-align: left;
    position: relative;
}
.hosting-page-header h1{
    padding-top: unset;
}

 .info-area {
    position: relative;
}

/* DISCOUNT BADGE */
.promotional-discount {
    background: #6840DB;
    padding: 8px 14px;
    border-radius: 5px;
    position: absolute;
    top: -45px;
    left: 0;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.06em;
    font-family: Montserrat;
}

/* TITLE */
 h1 {
    font-family:  Euclid Circular B;
    font-weight: 700;
    font-size: 51px;
    line-height: 1.2;
    color: #2E0547;
    margin: 0;
    padding: 20px 0 10px;
}

/* SUBTITLE */
 h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    color: #2E0547;
}

/* RIGHT IMAGE */
.home-image-container {
    position: relative;
}
.openclaw-heading {
    width: 62%;
    display: block;
    margin: 0 auto;
}
.n8n-main-features {
    position: absolute;
    inset: 0;
}

/* FLOATING BADGES */
.home-feature-cont {
    display: flex;
    position: absolute;
    border-radius: 999px;
    background: rgba(255,255,255,0.85);
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.20);
    padding: 10px 20px;
    gap: 8px;
    align-items: center;
    /* GPU compositing — keeps animation on the compositor thread */
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* POSITIONS */
.home-feature-cont.domains {
    top: 40px;
    right: -6px;
}

.home-feature-cont.optim {
    top: -1px;

    left: 28px;
}

.home-feature-cont.ssl {
    bottom: -25px;
    right: 0px;
}

.home-feature-cont.support {
    bottom: -31px;
    left: 41px;
}

/* ICON */
.home-feature-cont .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home-feature-cont .feature-icon {
    width: 14px;
}

/* TEXT */
.home-feature-cont .headings h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1C1126;
    margin: 0;
}

.home-feature-cont .headings p {
    font-size: 12px;
    color: #94A3B8;
    margin: 0;
}

/* HIGHLIGHTS */
.red { color: #FF4D6D; }
.orange { color: #FF9472; }
.purple { color: #5B3DF5; }

/* MOBILE */
@media (max-width: 992px) {
    .n8n-main-features { display: none; }
}

/* ================= N8N HEADER (NEW CLEAN STRUCTURE) ================= */

/* LEFT CONTENT WRAPPER */
.n8n-header-container {
    display: flex;
    flex-direction: column;
}

.n8n-header-info {
    max-width: 560px;
}

/* DISCOUNT BADGE */
.n8n-header-discount-badge {
    display: inline-block;
    background: #6840DB;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
}

/* TITLE */
.n8n-header-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 58px;
    color: #1C1126;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.n8n-title-highlight {
    color: #FF9472;
}

/* SUBTITLE */
.n8n-header-subtitle {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #2E0547;
    margin-bottom: 12px;
}

/* DESCRIPTION */
.n8n-header-description {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #475569;
    margin-bottom: 20px;
}

/* ACTIONS */
.n8n-header-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}

/* PRICING */
.n8n-header-pricing {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.n8n-price-highlight {
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #FF9472;
    line-height: 1;
}

.n8n-price-duration {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2E0547;
}

/* BUTTONS */
.promotional-packages {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.n8n-header-primary-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #FF9472, #F47690);
    color: #fff;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 28px;
    border-radius: 999px;
    text-decoration: none;
    transition: 0.3s ease;
    width: auto;
    white-space: nowrap;
}

.n8n-header-primary-button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.n8n-header-secondary-link {
    font-family: Inter;
    font-size: 16px;
    color: #2E0547;
    text-decoration: none;
    font-weight: 500;
}

/* keep single source of truth for hero spacing */
.n8n-hero { padding-top: 140px; position: relative; z-index: 2; }




/* ================= N8N HEADER FLOATING SYSTEM ================= */

.n8n-header-visual {
    position: relative;
    max-width: 650px;
    margin-left: auto;
}

.n8n-header-image {
    width: 100%;
    display: block;
}

.n8n-floating-layer {
    position: absolute;
    inset: 0;
}

.n8n-floating-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 5;

    padding: 10px 16px;
    background: rgba(255,255,255,0.85);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.6);
    backdrop-filter: blur(6px);
}

.n8n-badge-content {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* ================= BADGE VARIANTS (FIGMA COLORS) ================= */

/* Unlimited (Pink/Red) */
.n8n-badge-unlimited strong {
    color: #FF4D6D;
}
.n8n-badge-unlimited .n8n-badge-icon {
    background: #FF5A6E;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* NVMe (Orange) */
.n8n-badge-nvme strong {
    color: #F97316;
}
.n8n-badge-nvme .n8n-badge-icon {
    background: #F78D49;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ROOT (Purple/Blue) */
.n8n-badge-root strong {
    color: #5B3DF5;
}
.n8n-badge-root .n8n-badge-icon {
    background: #6C63FF;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Preinstalled (Pink/Red) */
.n8n-badge-preinstalled strong {
    color: #E11D48;
}
.n8n-badge-preinstalled .n8n-badge-icon {
    background: #EA4B71;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ================= ICON POSITION FIX (FIGMA MATCH) ================= */

.n8n-badge-nvme .n8n-badge-content,
.n8n-badge-preinstalled .n8n-badge-content {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.n8n-badge-icon {
    width: 28px;
    height: 28px;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.6);
    transform: scale(0.9);
}

.n8n-floating-badge strong {
    font-size: 14px;
    font-weight: 600;
    color: #1C1126;
    line-height: 1.2;
}

.n8n-badge-sub {
    font-size: 12px;
    color: #94A3B8;
    margin-top: 2px;
    line-height: 1.2;
}

/* POSITIONS */
.n8n-top { top: 10px; right: 30px; }
.n8n-left { left: -20px; top: 50%; transform: translateY(-50%); }
.n8n-right { right: -20px; top: 60%; }
.n8n-bottom { bottom: -20px; left: 80px; }

@media (max-width: 992px) {
    .n8n-floating-layer { display: none; }
}

.n8n-reviews-image-section {
    background: #ffffff; /* match design */
    padding: 80px 0;

    .n8n-reviews-image-wrapper {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 40px;
    }

    img {
        width: 100%;
        height: auto;
        display: block;
    }
}

.n8n-pricing {
    background: #F9F8FE;
    padding: 100px 0;

    .n8n-pricing-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 40px;
    }

    /* HEADER */
    .n8n-pricing-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .n8n-pricing-label {
        background: #E6E1F5;
        color: #6840DB;
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 20px;
        display: inline-block;
        margin-bottom: 15px;
    }

    .n8n-pricing-title {
        font-size: 48px;
        font-family: Inter;
        font-weight: 700;
        color: #1C1126;
        margin-bottom: 15px;
    }

    .n8n-pricing-subtitle {
        font-size: 20px;
        font-family: Inter;
        margin-bottom: 30px;
    }

    /* BILLING */
    .n8n-billing-label {
        font-size: 16px;
        font-family: "Euclid Circular B";
        color: #371B58;
        margin-bottom: 10px;
    }

    .n8n-billing-toggle {
        display: inline-flex;
        background: #DAD6E5;
        border-radius: 50px;
        padding: 5px;

        span {
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 16px;
            font-family: "Euclid Circular B";
            color: #5B4B8A;

            &.active {
                background: #5B4B8A;
                color: #fff;
            }
        }
    }

    /* GRID */
    .n8n-pricing-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    /* CARD */
    .n8n-pricing-card {
        background: #fff;
        border-radius: 20px;
        border: 1px solid rgba(104,64,219,0.2);
        padding: 30px;
        text-align: center;
        transition: 0.3s;
        position: relative;

        &:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
    }

    .n8n-active {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

    .n8n-recommended {
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        background: #6840DB;
        color: #fff;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .n8n-plan-title {
        font-size: 40px;
        font-family: "Euclid Circular B";
        color: #371B58;
    }

    .highlight {
        color: #6840DB;
    }

    .n8n-badge {
        background: #917DCA;
        color: #fff;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 10px 0;
        display: inline-block;
    }

    .n8n-price {
        font-size: 35px;
        font-family: Montserrat;
        font-weight: 800;
        margin: 10px 0;

        span {
            font-size: 20px;
            color: #D9D9D9;
        }
    }

    .n8n-regular {
        font-size: 16px;
        color: #8B8894;
        margin-bottom: 20px;
    }

    .n8n-features {
        list-style: none;
        padding: 0;
        margin-bottom: 20px;

        li {
            margin-bottom: 8px;
        }
    }

    /* BUTTONS */
    .n8n-btn-outline {
        border: 2px solid #6840DB;
        border-radius: 50px;
        padding: 12px;
        color: #6840DB;
        display: block;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .n8n-btn-primary {
        background: #6840DB;
        color: #fff;
        border-radius: 50px;
        padding: 12px;
        display: block;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .n8n-compare {
        font-size: 16px;
        color: #371B58;
    }

    /* INCLUDED */
    .n8n-included {
        margin-top: 80px;
        text-align: center;
    }

    .n8n-included-title {
        font-size: 32px;
        font-family: "Euclid Circular B";
        margin-bottom: 50px;
    }

    .n8n-included-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 30px;
    }

    .n8n-included-item {
        max-width: 200px;
        margin: 0 auto;

        img {
            width: 30px;
            margin-bottom: 15px;
        }

        h4 {
            font-size: 20px;
            font-family: "Euclid Circular B";
            margin-bottom: 10px;
        }

        p {
            font-size: 15px;
            font-family: Inter;
            color: #2B2B2B;
        }
    }

    /* RESPONSIVE */
    @media (max-width: 1200px) {
        .n8n-pricing-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .n8n-included-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 768px) {
        .n8n-pricing-grid,
        .n8n-included-grid {
            grid-template-columns: 1fr;
        }
    }
}

.n8n-usecases {
    padding: 100px 0;
    background: #ffffff;

    .n8n-usecases-container {
        max-width: 1440px;
        margin: 0 auto;

    }

    /* HEADER */
    .n8n-usecases-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .n8n-usecases-badge {
        background: #F1E8FD;
        color: #6840DB;
        font-size: 12px;
        font-family: Inter;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        padding: 4px 12px;
        border-radius: 999px;
        display: inline-block;
        margin-bottom: 15px;
    }

    .n8n-usecases-title {
        font-size: 48px;
        font-family: Inter;
        font-weight: 700;
        line-height: 55px;
        color: #1C1126;
        margin-bottom: 20px;
    }

    .n8n-usecases-subtitle {
        font-size: 20px;
        font-family: Inter;
        max-width: 750px;
        margin: 0 auto;
    }

    /* GRID */
    .n8n-usecases-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    /* CUSTOM GRID (FIGMA STYLE) */
    .n8n-usecases-grid--custom {
        display: grid;
        grid-template-columns: 1fr 1.35fr 1fr;
        gap: 24px;
        align-items: start;
    }

    .n8n-usecases-column {
        display: flex;
        flex-direction: column;
    }

    .n8n-usecases-column--left,
    .n8n-usecases-column--right {
        gap: 20px;
    }

    .n8n-usecases-column--middle {
        gap: 20px;
    }

    /* CARD SIZES */
    .n8n-card-lg {
        min-height: 280px;
    }

    .n8n-card-xl {
        min-height: 360px;
    }

    .n8n-card-sm {
        min-height: 240px;
    }

    /* CARD */
    .n8n-usecase-card {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid rgba(104, 64, 219, 0.2);
        display: flex;
        flex-direction: column;
        padding: 0;

        background: #ffffff;

        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);

        transition: 0.3s;

        &:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
    }

    /* TOP FLOW IMAGE */
    .n8n-usecase-image {
        padding: 52px 24px 16px;
        background: #FFFFFF;
        border-radius: 20px 20px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;

        img {
            width: 100%;
            max-width: 320px;
            height: auto;
            display: block;
            transform: scale(1.5);
        }
    }

    /* ================= APP INTEGRATION FIX ================= */

    .n8n-app-integration-card {
        position: relative;
        overflow: hidden;
        margin-top: -5px;
    }

    .n8n-app-integration-card .n8n-usecase-image {
        position: absolute;
        top: 0;
        left: -24px; /* extend beyond card padding */
        width: calc(100% + 48px); /* full bleed (left + right) */
        padding: 0 !important;
        background: transparent !important;
        border-radius: 0 !important;
        display: block !important;
    }

    .n8n-app-integration-card .n8n-usecase-image img {
        width: 100% !important;
        max-width: none !important;
        display: block;
    }

    .n8n-app-integration-card .n8n-usecase-content {
        margin-top: 130px;
    }

    .n8n-usecase-image--logos img {
        width: 95%;
        max-width: 360px;
    }

    /* SMALL ICON (NEXT TO TITLE) */
    .n8n-usecase-icon {
        width: 22px;
        height: 22px;
        flex-shrink: 0;
    }

    .n8n-usecase-content {
        padding: 20px 24px 26px;
        text-align: left;

        h3 {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 20px;
            font-family: "Euclid Circular B";
            font-weight: 600;
            color: #2B2B2B;
            margin-bottom: 8px;
        }

        p {
            font-size: 14px;
            font-family: Inter;
            color: #2B2B2B;
        }
    }

    /* CTA */
    .n8n-usecases-cta {
        text-align: center;
        margin-top: 80px;
    }



    .n8n-usecases-note {
        margin-top: 15px;
        font-size: 14px;
        color: #94A3B8;
        font-family: Inter;
        font-weight: 500;
    }

    /* RESPONSIVE */
    @media (max-width: 1100px) {
        .n8n-usecases-grid {
            grid-template-columns: 1fr;
            margin: 0px 15px;
        }
    }

}

.n8n-usecases-btn {
    display: inline-block;
    padding: 14px 30px;
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    color: white;
    background: #6366F1;
    border-radius: 12px;
    text-decoration: none;
    box-shadow:
            0px 8px 10px -6px rgba(99,102,241,0.3),
            0px 20px 25px -5px rgba(99,102,241,0.3);

    transition: 0.3s;

    &:hover {
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow:
                0px 12px 20px rgba(99,102,241,0.35);
    }
}

.openclaw-dprocess {
    position: relative;
    overflow: hidden;

}

.n8n-sovereignty-section {
    padding: 100px 0;
    background-color: #F8FAFC;

    /* DOT GRID (FIGMA MATCH) */
    background-image: radial-gradient(#E2E8F0 1.5px, transparent 1px);
    background-size: 15px 20px;
}



/* LEFT */
.n8n-sovereignty-label {
    display: inline-block;

    background: #EDE9FE; /* light purple bg */
    color: #6840DB;

    font-size: 12px;
    font-family: "Inter";
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;

    padding: 6px 14px;
    border-radius: 999px;

    line-height: 16px;
    margin-bottom: 16px;
}

.n8n-sovereignty-heading {
    color: #0F172A;
    font-size: 48px;
    font-family: Inter;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 16px;
}

.n8n-sovereignty-text {
    color: #475569;
    font-size: 16px;
    font-family: "Inter";
    line-height: 26px;
    max-width: 520px;
}

/* TABLE */
.n8n-sovereignty-table {
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid #E2E8F0;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    background-image: linear-gradient(
            to right,
            transparent 0%,
            transparent 36.5%,
            #F1F5F9 36.5%,
            #F1F5F9 66.4%,
            transparent 66.4%
    );
    padding: unset;
}

/* HEAD */
.n8n-sovereignty-head {
    display: grid;
    grid-template-columns: 1.22fr 1fr 1.12fr;
    background: #F1F5F9;
    padding: 32px 28px;
    margin: 0 -28px;
    font-size: 12px;
    font-family: "Inter";
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #64748B;


}
.n8n-sovereignty-head > div {
    padding: 0 28px;
}
.n8n-sovereignty-head-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.n8n-sovereignty-head-self {
    color: #6840DB;
}



/* ROW */
.n8n-sovereignty-row {
    display: grid;
    min-height: 62px;
    grid-template-columns: 1.22fr 1fr 1.12fr;
    padding: 0;
    border-top: 1px solid #E2E8F0;
    align-items: center;
    padding-left: 25px;
}

.n8n-sovereignty-row > div:not(:last-child),
.n8n-sovereignty-head > div:not(:last-child) {
    /* border-right: 1px solid #E2E8F0; */
}

.n8n-sovereignty-feature-cell,
.n8n-sovereignty-value-cell {
    gap: 5px;
    display: flex;
    justify-content: flex-start;
}
.n8n-sovereignty-value-cell {
    justify-content: flex-start;
    text-align: left;
}
.n8n-sovereignty-feature-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    opacity: 0.75;
}

/* TEXT */
.n8n-sovereignty-feature {
    color: #0F172A;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 500;
}

.n8n-sovereignty-purple {
    color: #6840DB;
    font-size: 13px;
    font-family: "Inter";
    font-weight: 700;
}

.n8n-sovereignty-muted {
    color: #64748B;
    font-size: 14px;
    font-family: "Inter";
}

/* BADGES */
.n8n-sovereignty-badge-green {
    background: #DCFCE7;
    color: #065F46;
    font-size: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    font-family: "Inter";
}

.n8n-sovereignty-badge-red {
    background: #FEE2E2;
    color: #991B1B;
    font-size: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    font-family: "Inter";
}

/* ================= BOTTOM CARDS (FINAL CLEAN) ================= */



.n8n-sovereignty-card {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 24px;

    padding: 36px 28px;

    box-shadow: 0px 0px 25px rgba(0,0,0,0.05);

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    height: 100%;

}

.n8n-sovereignty-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #EDE9FE;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;
}

.n8n-sovereignty-card-icon img {
    width: 26px;
    height: 26px;
}

.n8n-sovereignty-card-title {
    color: #0F172A;
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
}

.n8n-sovereignty-card-text {
    color: #606e83;
    font-size: 16px;
    font-family: Inter;
    line-height: 20px;
    font-weight: 400;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .n8n-sovereignty-cards-grid {
        flex-direction: column;
    }

    .n8n-sovereignty-card {
        width: 100%;
    }
}

/* SECTION Deploy WRAPPER Starts */
.n8n-deploy-section {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

/* CONTAINER */
.n8n-deploy-container {
    max-width: 1320px;
    width: 100%;
    text-align: center;
}

/* BADGE */
.n8n-deploy-badge {
    display: inline-block;
    background: #F1E8FD;
    color: #6840DB;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
}

/* HEADING */
.n8n-deploy-heading {
    font-size: 48px;
    font-weight: 700;
    color: #1C1126;
    line-height: 55px;
    margin-bottom: 16px;
}

/* SUBHEADING */
.n8n-deploy-subheading {
    font-size: 20px;
    color: #475569;
    line-height: 28px;
    max-width: 640px;
    margin: 0 auto 60px;
}

/* CARDS WRAPPER */
.n8n-deploy-cards {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 60px;
    position: relative;
}

/* CARD */
.n8n-deploy-card {
    width: 360px;
    background: #ffffff;
    border: 1px solid rgba(104, 64, 219, 0.20);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.05);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
    overflow: visible;
    padding-bottom: 60px;
    height: 350px;
}

/* ICON */
.n8n-deploy-icon {
    width: 40px;
    height: 40px;
    background: #EEF2FF;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 28px;
    left: 28px;

    margin-bottom: 0;
}

.n8n-deploy-icon img {
    width: 20px;
    height: 20px;
    display: block;
}

/* TITLE */
.n8n-deploy-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
    padding-left: 56px;
    margin-top: 4px;
}

/* TEXT */
.n8n-deploy-card p {
    font-size: 14px;
    color: #64748B;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 56px;
}

/* SVG UI */
.n8n-deploy-ui {
    width: 100%;
    border-radius: 12px;
    margin-top: 20px;
    transform: translateY(-27px);
}

/* MIDDLE CARD (ELEVATION) */
.n8n-deploy-card--highlight {
    transform: translateY(-20px);
    box-shadow:
            0px 10px 30px rgba(99, 102, 241, 0.15),
            0px 0px 25px rgba(0,0,0,0.05);
}

.n8n-deploy-card:not(.n8n-deploy-card--highlight) {
    transform: translateY(80px);
}

/* CTA */
.n8n-deploy-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 128px;
}

/* BUTTON */
.n8n-deploy-button {
    background: #6366F1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 40px;
    border: none;
    border-radius: 12px;
    cursor: pointer;

    box-shadow:
            0px 8px 10px -6px rgba(99, 102, 241, 0.3),
            0px 20px 25px -5px rgba(99, 102, 241, 0.3);
}

/* NOTE */
.n8n-deploy-note {
    font-size: 14px;
    color: #94A3B8;
}

/* CONNECTORS */
.n8n-deploy-connectors {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 999;
}

.n8n-deploy-connector {
    position: absolute;
    width: 220px; /* adjust if needed */
    opacity: 0.9;
}
@media (max-width: 768px) {
    .n8n-deploy-connectors {
        display: none;
    }
}
/* LEFT connector (between card 1 & 2) */
.n8n-deploy-connector-left {
    left: 32.5%;
    transform: translateX(-50%);
    width: 8%;
}

/* RIGHT connector (between card 2 & 3) */
.n8n-deploy-connector-right {
    left: 67.5%;
    transform: translateX(-50%);
    width: 8%;
}

/* FIX EMPTY SPACE FROM SVG OFFSET */
.n8n-deploy-card {
    height: 280px; /* reduce visual empty space */
}

/* IMPROVE UI FLOATING EFFECT */

/* ================= INFRASTRUCTURE SECTION ================= */

.n8n-infra-section {
    padding: 100px 20px;
    background: #ffffff;
}

.n8n-infra-container {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}

/* BADGE */
.n8n-infra-badge {
    display: inline-block;
    background: #F1E8FD;
    color: #6840DB;
    font-size: 12px;
    font-family: Inter;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
}

/* HEADING */
.n8n-infra-heading {
    font-size: 48px;
    font-family: Inter;
    font-weight: 700;
    color: #1C1126;
    line-height: 55px;
    margin-bottom: 16px;
}

/* SUBHEADING */
.n8n-infra-subheading {
    font-size: 20px;
    font-family: Inter;
    color: #475569;
    line-height: 28px;
    max-width: 760px;
    margin: 0 auto 60px;
}

/* GRID */
.n8n-infra-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* CARD */
.n8n-infra-card {
    background: #ffffff;
    border: 1px solid rgba(104, 64, 219, 0.2);
    border-radius: 20px;
    padding: 28px;
    text-align: left;

    box-shadow: 0px 0px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.n8n-infra-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* ICON */
.n8n-infra-icon {
    width: 40px;
    height: 40px;
    background: #EEF2FF;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 16px;
}

.n8n-infra-icon img {
    width: 20px;
    height: 20px;
}

/* TITLE */
.n8n-infra-card h3 {
    font-size: 20px;
    font-family: Inter;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}

/* TEXT */
.n8n-infra-card p {
    font-size: 16px;
    font-family: Inter;
    color: #475569;
    line-height: 26px;
}

/* CTA */
.n8n-infra-cta {
    margin-top: 60px;
    text-align: center;
}

.n8n-infra-button {
    background: #6366F1;
    color: #ffffff;
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 12px;
    border: none;
    cursor: pointer;

    box-shadow:
            0px 8px 10px -6px rgba(99, 102, 241, 0.3),
            0px 20px 25px -5px rgba(99, 102, 241, 0.3);
}

.n8n-infra-note {
    margin-top: 10px;
    font-size: 14px;
    font-family: Inter;
    color: #94A3B8;
    font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 1200px){
    .home-image-container{
        margin-bottom: 150px;
    }

    .n8n-deploy-cards{
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
        gap: 25px;
        margin-bottom: unset;
    }
    .n8n-deploy-card{
        height: unset;
        padding-bottom: unset;
    }
    .n8n-deploy-subheading{
        margin-bottom: 0px;
    }
    .n8n-deploy-connectors{
        display: none;
    }
    .n8n-deploy-card:not(.n8n-deploy-card--highlight) {
        transform: translateY(0px);
    }
    .n8n-deploy-card--highlight{
        transform: translateY(0px);
    }
    .n8n-deploy-cta{
        margin-top: 35px;
    }
}

@media (max-width: 995px) {
    .n8n-infra-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wh-plans{
         border: unset !important;
         box-shadow: unset !important;
         border-radius: unset !important;
         margin-top: unset !important;
    }
    .wh-plan-container{
        background: #FFFFFF;
        border: 1px solid rgba(104, 64, 219, 0.2);
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        margin-top: 60px;
    }
    section.plans .wh-plans .wh-plan-container.recommended{
        width: unset;
        height: unset;
        border-color: #6840db;
    }
    section.plans .wh-plans .col-sm-12:first-child{
        border-right: unset;
    }
}

@media (max-width: 768px) {
    .n8n-infra-grid {
        grid-template-columns: 1fr;
    }
}



