/* ================================================
   N8N-HOSTING.CSS
   Theme: White + Orange (#f97316) accent
   Fonts: Outfit (UI) + JetBrains Mono (code)
   Structure mirrors vps.css
   ================================================ */

/* =========================
   HERO SECTION
========================= */

.n8n-hero {
    position: relative;
    background: #fff8f3;
    background-image:
        radial-gradient(ellipse 80% 60% at 70% 50%, rgba(249, 115, 22, 0.07) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 20% 30%, rgba(65, 105, 225, 0.05) 0%, transparent 50%);
    padding: 80px 0 0;
    min-height: 520px;
    overflow: hidden;
    color: #0f172a;
}

.n8n-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.n8n-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(249, 115, 22, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(249, 115, 22, 0.07) 1px, transparent 1px);
    background-size: 60px 60px;
}

.n8n-bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.n8n-glow-1 {
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(249, 115, 22, 0.12), transparent);
    top: -100px;
    right: -100px;
}

.n8n-glow-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(65, 105, 225, 0.07), transparent);
    bottom: 0;
    left: 0;
}

.n8n-hero-container {
    display: flex;
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.n8n-hero-left {
    flex: 1;
    min-width: 0;
}

/* Badge */
.n8n-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(249, 115, 22, 0.1);
    border: 1px solid rgba(249, 115, 22, 0.3);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #c2410c;
    margin-bottom: 24px;
    font-family: 'Outfit', sans-serif;
}

.n8n-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f97316;
    box-shadow: 0 0 6px rgba(249, 115, 22, 0.6);
    animation: n8n-pulse 2s infinite;
    flex-shrink: 0;
}

@keyframes n8n-pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(0.85);
    }
}

.n8n-hero-title {
    font-size: 52px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -1.5px;
    font-family: 'Outfit', sans-serif;
}

.n8n-highlight {
    color: #f97316;
    text-shadow: 0 0 40px rgba(249, 115, 22, 0.2);
}

.n8n-hero-sub {
    font-size: 15px;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.65;
    max-width: 480px;
}

.n8n-hero-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 26px;
}

.n8n-hero-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13.5px;
    color: #334155;
    font-family: 'JetBrains Mono', monospace;
}

.n8n-feat-prefix {
    color: #f97316;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.n8n-hero-price {
    font-size: 15px;
    color: #475569;
    margin-bottom: 24px;
}

.n8n-hero-price span {
    color: #0f172a;
    font-size: 26px;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
}

.n8n-hero-price em {
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    color: #64748b;
}

.n8n-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}

.n8n-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f97316;
    color: #fff;
    text-decoration: none;
    padding: 13px 26px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    transition: 0.25s;
    box-shadow: 0 8px 30px rgba(249, 115, 22, 0.3);
    letter-spacing: 0.01em;
}

.n8n-btn-primary:hover {
    background: #ea6c0a;
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(249, 115, 22, 0.4);
}

.n8n-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #475569;
    text-decoration: none;
    padding: 13px 26px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #d1d5db;
    transition: 0.25s;
}

.n8n-btn-ghost:hover {
    border-color: rgba(249, 115, 22, 0.5);
    color: #ea6c0a;
}

.n8n-hero-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.n8n-stat {
    display: flex;
    flex-direction: column;
    padding: 0 18px 0 0;
}

.n8n-stat strong {
    font-size: 20px;
    font-weight: 800;
    color: #f97316;
    line-height: 1.1;
    font-family: 'Outfit', sans-serif;
}

.n8n-stat span {
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
}

.n8n-stat-sep {
    width: 1px;
    height: 32px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 18px 0 0;
    flex-shrink: 0;
}

/* Hero Right — Workflow Card */
.n8n-hero-right {
    flex: 0 0 460px;
    position: relative;
}

.n8n-workflow-card {
    background: #ffffff;
    border: 1px solid rgba(249, 115, 22, 0.25);
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(249, 115, 22, 0.06),
        0 24px 60px rgba(0, 0, 0, 0.1),
        0 0 40px rgba(249, 115, 22, 0.06);
}

.n8n-wf-bar {
    background: #f8fafc;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.n8n-wf-dots {
    display: flex;
    gap: 6px;
}

.n8n-dot-r {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ef4444;
}

.n8n-dot-y {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f59e0b;
}

.n8n-dot-g {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
}

.n8n-wf-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: #6b7280;
    flex: 1;
    text-align: center;
}

.n8n-wf-status {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #16a34a;
    font-family: 'Outfit', sans-serif;
}

.n8n-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
    animation: n8n-pulse 2s infinite;
}

.n8n-wf-body {
    padding: 20px 18px;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ── FLOW ROWS — both rows same width ── */
.n8n-flow-row {
    display: flex;
    align-items: stretch;
    gap: 6px;
    flex-wrap: nowrap;
    width: 100%;
}

/* ── NODES — equal flex so all 3 boxes same size ── */
.n8n-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 8px;
    font-size: 11px;
    font-weight: 600;
    color: #374151;
    font-family: 'Outfit', sans-serif;
    flex: 1;
    min-width: 0;
    text-align: center;
    transition: 0.2s;
}

.n8n-node:hover {
    border-color: rgba(249, 115, 22, 0.3);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.08);
}

.n8n-node-trigger {
    border-color: rgba(249, 115, 22, 0.3);
    background: rgba(249, 115, 22, 0.04);
}

.n8n-node-trigger .n8n-node-icon {
    color: #f97316;
}

.n8n-node-action .n8n-node-icon {
    color: #3b82f6;
}

.n8n-node-transform .n8n-node-icon {
    color: #8b5cf6;
}

.n8n-node-output .n8n-node-icon {
    color: #22c55e;
}

.n8n-node-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.n8n-flow-arrow {
    color: #9ca3af;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 2px;
}

.n8n-wf-stats {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    border-radius: 10px;
    padding: 12px 16px;
    margin-top: 4px;
    gap: 0;
}

.n8n-wf-stat {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
}

.n8n-wf-stat-num {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    font-family: 'Outfit', sans-serif;
}

.n8n-wf-stat span:last-child {
    font-size: 10px;
    color: #64748b;
    font-family: 'Outfit', sans-serif;
    margin-top: 2px;
}

.n8n-wf-stat-sep {
    width: 1px;
    height: 30px;
    background: #d1d5db;
    flex-shrink: 0;
}

.n8n-green {
    color: #22c55e !important;
}

/* Floating chips */
.n8n-float-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(249, 115, 22, 0.25);
    color: #0f172a;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 11px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    font-family: 'Outfit', sans-serif;
}

.n8n-chip-1 {
    top: -14px;
    left: 20px;
    animation: n8n-float-a 3s ease-in-out infinite;
}

.n8n-chip-2 {
    top: -14px;
    right: 30px;
    animation: n8n-float-b 3s ease-in-out infinite;
    animation-delay: 1s;
}

.n8n-chip-3 {
    bottom: 50px;
    right: -18px;
    animation: n8n-float-b 3s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes n8n-float-a {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes n8n-float-b {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

/* =========================
   TRUST BAR
========================= */

.n8n-trust-bar {
    background: rgba(249, 115, 22, 0.05);
    border-top: 1px solid rgba(249, 115, 22, 0.12);
    border-bottom: 1px solid rgba(249, 115, 22, 0.08);
}

.n8n-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.n8n-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 28px;
    color: #334155;
    font-size: 13px;
}

.n8n-trust-item strong {
    display: block;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 1px;
}

.n8n-trust-item span {
    display: block;
    font-size: 11px;
    color: #64748b;
}

.n8n-trust-icon {
    color: #f97316;
    font-size: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.n8n-trust-sep {
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

/* =========================
   USE CASES
========================= */

.n8n-usecases {
    padding: 80px 0;
    background: #fff8f3;
    border-top: 1px solid #e5e7eb;
}

.n8n-usecases .section-badge {
    background: rgba(249, 115, 22, 0.1);
    color: #ea6c0a;
    border-color: rgba(249, 115, 22, 0.2);
}

.n8n-usecases .section-title {
    color: #0f172a;
}

.n8n-usecases .section-subtitle {
    color: #475569;
}

.n8n-usecases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.n8n-usecase-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: 0.3s;
}

.n8n-usecase-card:hover {
    border-color: rgba(249, 115, 22, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(249, 115, 22, 0.08);
}

.n8n-usecase-featured {
    border-color: rgba(249, 115, 22, 0.35);
    background: rgba(249, 115, 22, 0.03);
}

.n8n-usecase-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.n8n-usecase-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
    margin: 0;
}

.n8n-usecase-card p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.6;
    font-family: 'Outfit', sans-serif;
    margin: 0;
    flex: 1;
}

.n8n-usecase-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.n8n-usecase-tags span {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 4px;
    font-family: 'JetBrains Mono', monospace;
}

/* =========================
   COMPARISON TABLE
========================= */

.n8n-compare {
    padding: 80px 0;
    background: #f8faff;
    border-top: 1px solid #e5e7eb;
}

.n8n-compare .section-badge {
    background: rgba(249, 115, 22, 0.1);
    color: #ea6c0a;
    border-color: rgba(249, 115, 22, 0.2);
}

.n8n-compare .section-title {
    color: #0f172a;
}

.n8n-compare .section-subtitle {
    color: #475569;
}

.n8n-table-wrap {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
}

.n8n-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
}

.n8n-table thead tr {
    background: #f1f5f9;
}

.n8n-table th {
    padding: 18px 24px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    border-bottom: 1px solid #e5e7eb;
}

.n8n-table th.n8n-col-highlight {
    background: rgba(249, 115, 22, 0.07);
    color: #c2410c;
    border-bottom-color: rgba(249, 115, 22, 0.2);
}

.n8n-best-badge {
    display: inline-block;
    background: #f97316;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 20px;
    margin-left: 8px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.n8n-table tbody tr {
    border-bottom: 1px solid #f1f5f9;
    transition: 0.2s;
}

.n8n-table tbody tr:hover {
    background: rgba(249, 115, 22, 0.02);
}

.n8n-table tbody tr:last-child {
    border-bottom: none;
}

.n8n-table td {
    padding: 14px 24px;
    color: #475569;
}

.n8n-table td:first-child {
    color: #374151;
    font-weight: 600;
    font-size: 13px;
}

.n8n-table td.n8n-col-highlight {
    background: rgba(249, 115, 22, 0.04);
    color: #0f172a;
    font-weight: 600;
}

.n8n-check {
    color: #22c55e;
    font-weight: 700;
}

.n8n-cross {
    color: #ef4444;
}

/* =========================
   HOW IT WORKS — STEPS
========================= */

.n8n-steps {
    padding: 80px 0;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.n8n-steps .section-badge {
    background: rgba(249, 115, 22, 0.1);
    color: #ea6c0a;
    border-color: rgba(249, 115, 22, 0.2);
}

.n8n-steps .section-title {
    color: #0f172a;
}

.n8n-steps .section-subtitle {
    color: #475569;
}

.n8n-steps-grid {
    display: flex;
    align-items: center;
    gap: 0;
}

.n8n-step-card {
    flex: 1;
    background: #f8faff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: 0.3s;
    position: relative;
}

.n8n-step-card:hover {
    border-color: rgba(249, 115, 22, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(249, 115, 22, 0.07);
}

.n8n-step-num {
    font-size: 36px;
    font-weight: 900;
    color: rgba(249, 115, 22, 0.15);
    line-height: 1;
    font-family: 'JetBrains Mono', monospace;
}

.n8n-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(249, 115, 22, 0.1);
    color: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n8n-step-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
    margin: 0;
}

.n8n-step-card p {
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
    font-family: 'Outfit', sans-serif;
    margin: 0;
}

.n8n-step-arrow {
    font-size: 22px;
    color: #d1d5db;
    flex-shrink: 0;
    padding: 0 10px;
    font-weight: 700;
}

/* =========================
   REVIEWS
========================= */

.n8n-reviews {
    padding: 80px 0;
    background: #fff8f3;
    border-top: 1px solid #e5e7eb;
}

.n8n-reviews .section-badge {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
    border-color: rgba(245, 158, 11, 0.2);
}

.n8n-reviews .section-title {
    color: #0f172a;
}

.n8n-reviews .section-subtitle {
    color: #475569;
}

.n8n-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.n8n-review-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: 0.3s;
}

.n8n-review-card:hover {
    border-color: rgba(249, 115, 22, 0.2);
    transform: translateY(-3px);
}

.n8n-review-featured {
    border-color: rgba(249, 115, 22, 0.35);
    background: rgba(249, 115, 22, 0.03);
}

.n8n-review-stars {
    font-size: 16px;
    color: #f59e0b;
    letter-spacing: 2px;
}

.n8n-review-text {
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
    flex: 1;
    font-style: italic;
    font-family: 'Outfit', sans-serif;
}

.n8n-reviewer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.n8n-reviewer-avatar {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f97316, #ea6c0a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
    font-family: 'Outfit', sans-serif;
}

.n8n-reviewer strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
}

.n8n-reviewer span {
    display: block;
    font-size: 12px;
    color: #64748b;
    font-family: 'Outfit', sans-serif;
}

/* =========================
   WHY SKYSERVER
========================= */

.n8n-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.n8n-why-card {
    background: #f8faff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 24px;
    transition: 0.3s;
}

.n8n-why-card:hover {
    border-color: rgba(249, 115, 22, 0.2);
    transform: translateY(-3px);
}

.n8n-why-num {
    font-size: 40px;
    font-weight: 900;
    color: rgba(249, 115, 22, 0.15);
    line-height: 1;
    margin-bottom: 12px;
    font-family: 'JetBrains Mono', monospace;
}

.n8n-why-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    font-family: 'Outfit', sans-serif;
}

.n8n-why-card p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.6;
    font-family: 'Outfit', sans-serif;
}

/* Shared section theme overrides */
.n8n-hero~.sh-features {
    background: #fff8f3;
}

.n8n-hero~.sh-usecases {
    background: #ffffff;
}

.n8n-hero~.faq-section {
    background: #f8faff;
}

.n8n-hero~.sh-other {
    background: #ffffff;
}

.n8n-hero~section .section-title,
.n8n-hero~section h2 {
    color: #0f172a;
}

.n8n-hero~.sh-features .section-badge {
    background: rgba(249, 115, 22, 0.1);
    color: #ea6c0a;
    border-color: rgba(249, 115, 22, 0.2);
}

.sh-feature-card code {
    background: #f1f5f9;
    padding: 1px 5px;
    border-radius: 4px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: #f97316;
}

/* =========================
   CTA SECTION — n8n OVERRIDES
========================= */

.cta-section .cta-title {
    color: #ffffff !important;
}

.cta-section .cta-title span {
    color: rgba(255, 255, 255, 0.88) !important;
}

.cta-section .cta-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cta-section .cta-subtitle {
    color: rgba(255, 255, 255, 0.80) !important;
}

.cta-section .cta-features span {
    color: rgba(255, 255, 255, 0.85) !important;
}

.cta-section .cta-features svg {
    stroke: rgba(255, 255, 255, 0.7);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
    .n8n-usecases-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .n8n-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .n8n-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .n8n-hero-right {
        flex: 0 0 380px;
    }

    .n8n-hero-title {
        font-size: 42px;
    }

    .n8n-steps-grid {
        flex-wrap: wrap;
    }

    .n8n-step-card {
        flex: 1 1 200px;
    }

    .n8n-step-arrow {
        display: none;
    }
}

@media (max-width: 900px) {
    .n8n-hero-container {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .n8n-hero-right {
        flex: none;
        width: 100%;
    }

    .n8n-hero-title {
        font-size: 36px;
    }

    .n8n-usecases-grid {
        grid-template-columns: 1fr;
    }

    .n8n-reviews-grid {
        grid-template-columns: 1fr;
    }

    .n8n-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .n8n-hero {
        padding: 60px 0 0;
        min-height: unset;
    }

    .n8n-hero-title {
        font-size: 28px;
        letter-spacing: -0.5px;
    }

    .n8n-hero-features li {
        font-size: 12px;
    }

    .n8n-btn-primary,
    .n8n-btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .n8n-hero-actions {
        flex-direction: column;
    }

    .n8n-hero-stats {
        flex-wrap: wrap;
    }

    .n8n-stat {
        padding: 8px 14px 8px 0;
    }

    .n8n-trust-item {
        padding: 14px 16px;
        flex: 1 0 45%;
    }

    .n8n-trust-sep {
        display: none;
    }

    .n8n-why-grid {
        grid-template-columns: 1fr;
    }

    .n8n-flow-row {
        flex-wrap: wrap;
    }

    .n8n-steps-grid {
        flex-direction: column;
    }

    .n8n-step-arrow {
        display: none;
    }
}

.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 40%, #2563eb 70%, #3b82f6 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    top: -200px;
    right: -100px;
    pointer-events: none;
}

.cta-section::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    bottom: -120px;
    left: 40px;
    pointer-events: none;
}

.cta-inner {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-inner h2 {
    font-size: clamp(1.7rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: var(--white);
    margin-bottom: 16px;
    line-height: 1.22;
}

.cta-inner p {
    font-size: 1rem;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 36px;
    line-height: 1.75;
}

.cta-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.btn-wh {
    display: inline-flex;
    align-items: center;
    background: var(--white);
    color: var(--blue);
    border: none;
    padding: 14px 32px;
    border-radius: var(--r-md);
    font-family: var(--font);
    font-size: .95rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: box-shadow var(--t), transform var(--t);
}

.btn-wh:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, .22);
    transform: translateY(-2px);
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(255, 255, 255, .4);
    padding: 14px 32px;
    border-radius: var(--r-md);
    font-family: var(--font);
    font-size: .95rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background var(--t), transform var(--t);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, .15);
    transform: translateY(-2px);
}

.cta-trust {
    display: flex;
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
}

.ct-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .78rem;
    color: rgba(255, 255, 255, .72);
    font-weight: 500;
}

.ct-item svg {
    width: 14px;
    height: 14px;
}