/* ==========================================================
   Nordweb.fi – Page-specific Styles
   Extracted from inline <style> blocks for caching & maintainability.
   ========================================================== */

/* ═══ Free Launch Section (webhotellit) ═══════════════════ */
.wh-free-launch {
    background: linear-gradient(135deg, #0B1D35 0%, #162d52 50%, #1a3460 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}
.wh-free-launch::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59,108,244,0.15) 0%, transparent 70%);
    pointer-events: none;
}
.wh-free-launch::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(16,185,129,0.1) 0%, transparent 70%);
    pointer-events: none;
}
.wh-free-launch-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.wh-free-launch-badge {
    display: inline-block;
    background: rgba(16,185,129,0.15);
    color: #34d399;
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0.4rem 1.1rem;
    border-radius: 100px;
    border: 1px solid rgba(16,185,129,0.25);
    margin-bottom: 1.25rem;
}
.wh-free-launch-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 1rem;
}
.wh-free-launch-title em {
    font-style: normal;
    background: linear-gradient(135deg, #34d399, #10B981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.wh-free-launch-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
    max-width: 600px;
    margin: 0 auto 2.5rem;
}

/* Steps */
.wh-free-launch-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}
.wh-free-launch-step {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 1rem 1.25rem;
    min-width: 180px;
    text-align: left;
}
.wh-free-launch-step-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #3B6CF4, #2B4FBF);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 0.95rem;
}
.wh-free-launch-step-info h3 {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.15rem;
}
.wh-free-launch-step-info p {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.55);
    margin: 0;
    line-height: 1.4;
}
.wh-free-launch-step-arrow {
    color: rgba(255,255,255,0.25);
    flex-shrink: 0;
}

/* Includes row */
.wh-free-launch-includes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem 1.5rem;
    margin-bottom: 2rem;
}
.wh-free-launch-incl-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
}

/* CTA button */
.wh-free-launch-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #10B981, #059669);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 0.9rem 2.2rem;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(16,185,129,0.3);
}
.wh-free-launch-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(16,185,129,0.4);
    color: #fff;
}
.wh-free-launch-note {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    margin-top: 1rem;
    letter-spacing: 0.02em;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wh-free-launch { padding: 3.5rem 0; }
    .wh-free-launch-steps {
        flex-direction: column;
        gap: 0.75rem;
    }
    .wh-free-launch-step {
        min-width: 0;
        width: 100%;
        max-width: 320px;
    }
    .wh-free-launch-step-arrow {
        transform: rotate(90deg);
    }
    .wh-free-launch-includes {
        gap: 0.5rem 1rem;
    }
}

/* ═══ Custom Solution Section (shared) ═══════════════════ */
.custom-solution-section {
    background: var(--bg-page);
    padding: 5rem 0;
}
.custom-solution-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}
.custom-solution-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.25;
    margin: 0.75rem 0 1rem;
}
.custom-solution-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--muted);
    margin-bottom: 1.75rem;
}
.custom-solution-perks {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.custom-solution-perk {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--navy);
}
.custom-solution-perk svg {
    flex-shrink: 0;
}
.custom-solution-form-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2.25rem 2rem;
    box-shadow: var(--shadow);
}
.custom-solution-form-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 1.5rem;
}
.csf-field {
    margin-bottom: 1.15rem;
}
.csf-field label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.4rem;
}
.csf-field input,
.csf-field textarea {
    width: 100%;
    padding: 0.7rem 0.9rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: var(--navy);
    background: var(--bg-page);
    border: 1px solid var(--border);
    border-radius: 8px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.csf-field input:focus,
.csf-field textarea:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(59,108,244,.1);
}
.csf-field textarea {
    resize: vertical;
    min-height: 90px;
}
.csf-submit {
    width: 100%;
    padding: 0.85rem 1.5rem;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    margin-top: 0.25rem;
}
.csf-submit:hover {
    background: var(--blue-dark);
    transform: translateY(-1px);
}
.csf-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}
.csf-success {
    display: none;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    background: rgba(16,185,129,.08);
    border: 1px solid rgba(16,185,129,.2);
    border-radius: 8px;
    color: #059669;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: center;
}
.csf-error {
    display: none;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    background: rgba(239,68,68,.06);
    border: 1px solid rgba(239,68,68,.15);
    border-radius: 8px;
    color: #dc2626;
    font-size: 0.88rem;
    font-weight: 500;
    text-align: center;
}

/* ═══ Shared FAQ Accordion ═══════════════════════════ */
.nw-faq-list {
    max-width: 720px;
    margin: 3rem auto 0;
}
.nw-faq-item {
    border-bottom: 1px solid var(--border);
}
.nw-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.25rem 0;
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--navy);
    cursor: pointer;
    text-align: left;
    gap: 1rem;
}
.nw-faq-q:hover { color: var(--blue); }
.nw-faq-arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--bg-light, #f5f7fa);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s, background .15s;
}
.nw-faq-arrow svg {
    width: 12px;
    height: 12px;
    stroke: var(--muted);
    transition: stroke .15s;
}
.nw-faq-item.open .nw-faq-arrow {
    transform: rotate(180deg);
    background: rgba(59,108,244,.1);
}
.nw-faq-item.open .nw-faq-arrow svg { stroke: var(--blue); }
.nw-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}
.nw-faq-a-inner {
    padding: 0 0 1.25rem;
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.7;
}
.nw-faq-a-inner a {
    color: var(--blue);
    font-weight: 600;
}

@media (max-width: 768px) {
    .custom-solution-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .custom-solution-form-card {
        padding: 1.75rem 1.5rem;
    }
}

/* ── ohjeet ─────────────────────────────────────── */
        /* ── Ohjeet page styles ─────────────────────── */

        .ohjeet-hero {
            background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #1e4a6e 100%);
            color: #fff;
            padding: 5rem 0 4rem;
            text-align: center;
        }
        .ohjeet-hero h1 {
            font-family: 'Inter', sans-serif;
            font-size: clamp(1.8rem, 4.5vw, 2.6rem);
            font-weight: 800;
            margin-bottom: 1rem;
            letter-spacing: -0.02em;
        }
        .ohjeet-hero p {
            font-family: 'Open Sans', sans-serif;
            font-size: 1.15rem;
            opacity: 0.85;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* ── Search bar ─────────────────────────────── */

        .ohjeet-search-wrap {
            max-width: 620px;
            margin: -1.8rem auto 3rem;
            position: relative;
            z-index: 2;
        }
        .ohjeet-search {
            width: 100%;
            padding: 1rem 1.5rem 1rem 3.2rem;
            font-size: 1.05rem;
            font-family: 'Open Sans', sans-serif;
            border: 2px solid #e0e8f0;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 8px 32px rgba(15, 42, 67, 0.10);
            outline: none;
            transition: border-color 0.2s;
        }
        .ohjeet-search:focus {
            border-color: var(--blue);
        }
        .ohjeet-search-icon {
            position: absolute;
            left: 1.1rem;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2rem;
            color: var(--muted, #8898a8);
            pointer-events: none;
        }
        .ohjeet-no-results {
            text-align: center;
            color: var(--muted, #8898a8);
            font-size: 0.95rem;
            padding: 1rem 0;
            display: none;
        }

        /* ── Category cards grid ────────────────────── */

        .ohjeet-content {
            padding: 0 0 4rem;
            background: var(--bg-page, #F4F6FB);
        }
        .categories-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.8rem;
            margin-bottom: 4rem;
        }
        .category-card {
            background: #fff;
            border-radius: 14px;
            padding: 2rem;
            box-shadow: 0 2px 12px rgba(15, 42, 67, 0.06);
            border: 1px solid #e8eff5;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .category-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 28px rgba(15, 42, 67, 0.10);
        }
        .category-icon {
            font-size: 2.2rem;
            margin-bottom: 0.8rem;
            display: block;
        }
        .category-card h3 {
            font-family: 'Inter', sans-serif;
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.5rem;
        }
        .category-card > p {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.92rem;
            color: var(--muted, #6b7c8d);
            line-height: 1.6;
            margin-bottom: 1.2rem;
        }
        .category-articles {
            list-style: none;
            padding: 0;
            margin: 0 0 1.2rem;
        }
        .category-articles li {
            border-top: none;
            padding: 0.15rem 0;
        }
        .category-articles a {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.88rem;
            color: var(--navy);
            text-decoration: none;
            display: block;
            padding: 0.5rem 0.7rem;
            border-radius: 7px;
            transition: background 0.2s ease, color 0.2s ease;
        }
        .category-articles a:hover {
            background: #f9fafb;
            color: var(--blue);
            text-decoration: none;
        }
        .category-articles a::before {
            content: "\2192 ";
            color: var(--blue);
            margin-right: 0.3rem;
        }
        .category-show-more {
            display: inline-block;
            font-family: 'Inter', sans-serif;
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--blue);
            background: var(--bg-page, #F4F6FB);
            border: 1px solid #e0e8f0;
            border-radius: 8px;
            padding: 0.45rem 1rem;
            text-decoration: none;
            transition: background 0.15s, color 0.15s, border-color 0.15s;
        }
        .category-show-more:hover {
            background: var(--blue);
            color: #fff;
            border-color: var(--blue);
            text-decoration: none;
        }

        /* ── Popular articles ───────────────────────── */

        .popular-section {
            margin-bottom: 4rem;
        }
        .popular-section h2 {
            font-family: 'Inter', sans-serif;
            font-size: clamp(1.3rem, 2.8vw, 1.75rem);
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 1.5rem;
            text-align: center;
        }
        .popular-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.2rem;
        }
        .popular-item {
            background: #fff;
            border-radius: 10px;
            padding: 1.3rem 1.5rem;
            border: 1px solid #e8eff5;
            text-decoration: none;
            display: flex;
            align-items: flex-start;
            gap: 0.8rem;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .popular-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(15, 42, 67, 0.08);
            text-decoration: none;
        }
        .popular-item-icon {
            font-size: 1.4rem;
            flex-shrink: 0;
            margin-top: 0.1rem;
        }
        .popular-item-text {
            display: flex;
            flex-direction: column;
        }
        .popular-item-title {
            font-family: 'Inter', sans-serif;
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--navy);
            margin-bottom: 0.25rem;
        }
        .popular-item-desc {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.82rem;
            color: var(--muted, #6b7c8d);
            line-height: 1.5;
        }

        /* ── CTA banner ─────────────────────────────── */

        .ohjeet-cta {
            background: linear-gradient(135deg, var(--navy) 0%, var(--blue-dark) 100%);
            border-radius: 16px;
            padding: 3rem;
            text-align: center;
            color: #fff;
        }
        .ohjeet-cta h2 {
            font-family: 'Inter', sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.8rem;
        }
        .ohjeet-cta p {
            font-family: 'Open Sans', sans-serif;
            font-size: 1rem;
            opacity: 0.85;
            margin-bottom: 1.5rem;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
        .ohjeet-cta .btn-cta {
            display: inline-block;
            background: var(--green);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 1rem;
            padding: 0.85rem 2rem;
            border-radius: 8px;
            text-decoration: none;
            transition: background 0.2s, transform 0.15s;
        }
        .ohjeet-cta .btn-cta:hover {
            background: #219a52;
            transform: translateY(-1px);
        }

        /* ── Responsive ─────────────────────────────── */

        @media (max-width: 960px) {
            .categories-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .popular-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 640px) {
            .ohjeet-hero {
                padding: 3.5rem 0 3rem;
            }
            .ohjeet-hero p {
                font-size: 1rem;
                padding: 0 1rem;
            }
            .ohjeet-search-wrap {
                margin: -1.4rem 1rem 2rem;
            }
            .categories-grid {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .popular-grid {
                grid-template-columns: 1fr;
            }
            .ohjeet-cta {
                padding: 2rem 1.5rem;
                border-radius: 12px;
            }
            .ohjeet-cta h2 {
                font-size: 1.25rem;
            }
        }

/* ── ohje ─────────────────────────────────────── */
        .guide-hero {
            background: linear-gradient(135deg, var(--navy) 0%, #1a3a5c 50%, var(--blue-dark) 100%);
            color: #fff;
            padding: 4rem 0 3rem;
        }
        .guide-breadcrumb {
            font-family: 'Inter', sans-serif;
            font-size: 0.85rem;
            margin-bottom: 1.2rem;
            opacity: 0.7;
        }
        .guide-breadcrumb a {
            color: #fff;
            text-decoration: none;
            transition: opacity 0.15s;
        }
        .guide-breadcrumb a:hover { opacity: 1; }
        .guide-breadcrumb span { margin: 0 0.4rem; }
        .guide-category-badge {
            display: inline-block;
            font-family: 'Inter', sans-serif;
            font-size: 0.72rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            background: rgba(59,108,244,0.25);
            color: #93B4F4;
            padding: 0.25rem 0.7rem;
            border-radius: 100px;
            margin-bottom: 1rem;
        }
        .guide-hero h1 {
            font-family: 'Inter', sans-serif;
            font-size: clamp(1.6rem, 4vw, 2.4rem);
            font-weight: 800;
            letter-spacing: -0.02em;
            line-height: 1.25;
        }

        .guide-body-wrap {
            background: var(--bg-page, #F4F6FB);
            padding: 3rem 0 5rem;
        }
        .guide-layout {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 3rem;
            align-items: start;
        }
        .guide-content {
            background: #fff;
            border-radius: 14px;
            border: 1px solid #e8eff5;
            padding: 2.5rem 3rem;
            box-shadow: 0 2px 12px rgba(15,42,67,0.05);
        }
        .guide-content h2 {
            font-family: 'Inter', sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--navy);
            margin: 2rem 0 1rem;
        }
        .guide-content h2:first-child { margin-top: 0; }
        .guide-content h3 {
            font-family: 'Inter', sans-serif;
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--navy);
            margin: 1.8rem 0 0.8rem;
        }
        .guide-content h4 {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
            margin: 1.5rem 0 0.6rem;
        }
        .guide-content p {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.95rem;
            line-height: 1.75;
            color: var(--text, #2d3a4a);
            margin-bottom: 1rem;
        }
        .guide-content ul, .guide-content ol {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.95rem;
            line-height: 1.75;
            color: var(--text, #2d3a4a);
            margin-bottom: 1rem;
            padding-left: 1.5rem;
        }
        .guide-content li { margin-bottom: 0.4rem; }
        .guide-content a {
            color: var(--blue);
            text-decoration: none;
            font-weight: 600;
        }
        .guide-content a:hover { text-decoration: underline; }
        .guide-content pre {
            background: #f0f4f8;
            border: 1px solid #e0e8f0;
            border-radius: 8px;
            padding: 1rem 1.3rem;
            font-size: 0.88rem;
            overflow-x: auto;
            margin-bottom: 1rem;
            color: var(--navy);
        }
        .guide-content code {
            background: #f0f4f8;
            padding: 0.15rem 0.4rem;
            border-radius: 4px;
            font-size: 0.88rem;
            color: var(--blue-dark);
        }
        .guide-content pre code {
            background: none;
            padding: 0;
        }
        .guide-content table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 1.2rem;
            font-family: 'Open Sans', sans-serif;
            font-size: 0.92rem;
        }
        .guide-content table td {
            padding: 0.6rem 1rem;
            border-bottom: 1px solid #eef2f7;
            color: var(--text, #2d3a4a);
        }
        .guide-content table tr:last-child td { border-bottom: none; }
        .guide-content table td:first-child {
            font-weight: 600;
            white-space: nowrap;
            width: 160px;
            color: var(--navy);
        }
        .guide-content strong { color: var(--navy); }

        /* Sidebar */
        .guide-sidebar {}
        .guide-sidebar-card {
            background: #fff;
            border-radius: 14px;
            border: 1px solid #e8eff5;
            padding: 1.5rem;
            box-shadow: 0 2px 12px rgba(15,42,67,0.05);
            margin-bottom: 1.5rem;
        }
        .guide-sidebar-card h4 {
            font-family: 'Inter', sans-serif;
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 1rem;
        }
        .related-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .related-list li {
            border-top: 1px solid #f0f4f8;
            padding: 0.55rem 0;
        }
        .related-list li:first-child { border-top: none; padding-top: 0; }
        .related-list a {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.88rem;
            color: var(--navy);
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            transition: color 0.15s;
        }
        .related-list a:hover { color: var(--blue); }
        .related-list .related-icon { font-size: 1.1rem; flex-shrink: 0; }
        .guide-cta-card {
            background: linear-gradient(135deg, var(--navy) 0%, var(--blue-dark) 100%);
            border-radius: 14px;
            padding: 1.8rem;
            text-align: center;
            color: #fff;
        }
        .guide-cta-card h4 {
            color: #fff;
            margin-bottom: 0.6rem;
        }
        .guide-cta-card p {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.85rem;
            opacity: 0.8;
            margin-bottom: 1rem;
            line-height: 1.5;
        }
        .guide-cta-btn {
            display: inline-block;
            background: var(--green);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 0.88rem;
            padding: 0.65rem 1.5rem;
            border-radius: 8px;
            text-decoration: none;
            transition: background 0.2s, transform 0.15s;
        }
        .guide-cta-btn:hover {
            background: #0D9668;
            transform: translateY(-1px);
            color: #fff;
            text-decoration: none;
        }

        @media (max-width: 860px) {
            .guide-layout {
                grid-template-columns: 1fr;
            }
            .guide-content { padding: 1.8rem 1.5rem; }
            .guide-hero { padding: 3rem 0 2.5rem; }
        }

/* ── ohje-category ─────────────────────────────────────── */
        .cat-header {
            background: #fff;
            border-bottom: 1px solid #e4eaf0;
            padding: 1.2rem 0;
        }
        .cat-header-inner {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        .cat-back {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 8px;
            background: var(--bg-page, #F4F6FB);
            border: 1px solid #e4eaf0;
            color: var(--navy);
            text-decoration: none;
            font-size: 1.1rem;
            flex-shrink: 0;
            transition: background 0.15s;
        }
        .cat-back:hover { background: #e4eaf0; }
        .cat-header-text {}
        .cat-header-crumb {
            font-family: 'Inter', sans-serif;
            font-size: 0.78rem;
            color: var(--muted, #8898a8);
            margin-bottom: 0.1rem;
        }
        .cat-header-crumb a { color: var(--muted); text-decoration: none; }
        .cat-header-crumb a:hover { color: var(--blue); }
        .cat-header-title {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
        }

        .cat-page {
            background: var(--bg-page, #F4F6FB);
            padding: 2.5rem 0 4rem;
        }
        .cat-page-top {
            max-width: 720px;
            margin: 0 auto 2rem;
            text-align: center;
        }
        .cat-page-top h1 {
            font-family: 'Inter', sans-serif;
            font-size: 1.6rem;
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 0.5rem;
        }
        .cat-page-top p {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.92rem;
            color: var(--muted);
            line-height: 1.6;
        }
        .cat-count {
            font-family: 'Inter', sans-serif;
            font-size: 0.8rem;
            font-weight: 600;
            color: var(--muted);
            background: #fff;
            border: 1px solid #e4eaf0;
            border-radius: 100px;
            padding: 0.2rem 0.8rem;
            display: inline-block;
            margin-bottom: 1.5rem;
        }

        .cat-list {
            max-width: 720px;
            margin: 0 auto;
        }
        .cat-list-item {
            background: #fff;
            border: 1px solid #e4eaf0;
            border-radius: 10px;
            padding: 1.2rem 1.5rem;
            margin-bottom: 0.6rem;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 1rem;
            transition: background 0.2s ease;
        }
        .cat-list-item:hover {
            background: #f9fafb;
            text-decoration: none;
        }
        .cat-list-icon {
            font-size: 1.4rem;
            flex-shrink: 0;
            width: 2.2rem;
            height: 2.2rem;
            background: var(--bg-page, #F4F6FB);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .cat-list-text { flex: 1; min-width: 0; }
        .cat-list-title {
            font-family: 'Inter', sans-serif;
            font-size: 0.92rem;
            font-weight: 700;
            color: var(--navy);
            display: block;
            margin-bottom: 0.15rem;
            transition: color 0.2s ease;
        }
        .cat-list-item:hover .cat-list-title {
            color: var(--blue);
        }
        .cat-list-desc {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.82rem;
            color: var(--muted, #6b7c8d);
            line-height: 1.45;
            display: block;
        }
        .cat-list-arrow {
            color: #cdd5e0;
            font-size: 1.1rem;
            flex-shrink: 0;
            transition: color 0.2s ease, transform 0.2s ease;
        }
        .cat-list-item:hover .cat-list-arrow {
            color: var(--muted);
            transform: translateX(2px);
        }

        .cat-help {
            max-width: 720px;
            margin: 2.5rem auto 0;
            background: #fff;
            border: 1px solid #e4eaf0;
            border-radius: 12px;
            padding: 1.8rem;
            text-align: center;
        }
        .cat-help h2 {
            font-family: 'Inter', sans-serif;
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.4rem;
        }
        .cat-help p {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.88rem;
            color: var(--muted);
            margin-bottom: 1rem;
        }
        .cat-help-btn {
            display: inline-block;
            background: var(--blue);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 0.88rem;
            padding: 0.6rem 1.5rem;
            border-radius: 8px;
            text-decoration: none;
            transition: background 0.15s;
        }
        .cat-help-btn:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }

        @media (max-width: 700px) {
            .cat-list-desc { display: none; }
            .cat-page-top h1 { font-size: 1.3rem; }
        }

/* ── blogi ─────────────────────────────────────── */
    /* ── BLOG PAGE STYLES ───────────────────────────── */

    .blog-hero {
        background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #1e4a6e 100%);
        color: var(--white);
        padding: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .blog-hero::after {
        content: '';
        position: absolute;
        bottom: -1px; left: 0; right: 0;
        height: 60px;
        background: var(--bg-page);
        clip-path: ellipse(55% 100% at 50% 100%);
    }

    .blog-hero-inner {
        position: relative;
        z-index: 1;
        max-width: 780px;
        margin: 0 auto;
        padding: 5rem 1.5rem 7rem;
    }

    .blog-hero h1 {
        font-family: 'Inter', sans-serif;
        font-size: clamp(1.8rem, 4.5vw, 2.6rem);
        font-weight: 800;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
    }

    .blog-hero p {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.15rem;
        color: rgba(255,255,255,.75);
        max-width: 620px;
        margin: 0 auto;
        line-height: 1.7;
    }

    /* Blog layout */
    .blog-layout {
        display: grid;
        grid-template-columns: 1fr 340px;
        gap: 3rem;
        padding: 4rem 0 5rem;
        align-items: start;
    }

    /* Blog cards grid */
    .blog-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem;
    }

    .blog-card {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 14px;
        overflow: hidden;
        transition: box-shadow 0.2s, transform 0.2s;
    }

    .blog-card:hover {
        box-shadow: var(--shadow);
        transform: translateY(-3px);
    }

    .blog-card-img {
        width: 100%;
        height: 180px;
        position: relative;
    }

    .blog-card-img-seo        { background: linear-gradient(135deg, #0369a1 0%, #0B1D35 100%); }
    .blog-card-img-automaatio { background: linear-gradient(135deg, #15803d 0%, #0B1D35 100%); }
    .blog-card-img-teknologia { background: linear-gradient(135deg, #6d28d9 0%, #142D4F 100%); }
    .blog-card-img-hosting    { background: linear-gradient(135deg, #b45309 0%, #0B1D35 100%); }
    .blog-card-img-ohjeet     { background: linear-gradient(135deg, #b91c1c 0%, #142D4F 100%); }
    .blog-card-img-yrittajyys { background: linear-gradient(135deg, #0d9488 0%, #0B1D35 100%); }
    .blog-card-img-yleinen    { background: linear-gradient(135deg, #3B6CF4 0%, #0B1D35 100%); }

    /* Empty card decoration — category watermark + geometric accent */
    .blog-card-img--empty::after {
        content: attr(data-category);
        position: absolute;
        bottom: .75rem;
        right: 1rem;
        font-family: 'Inter', sans-serif;
        font-size: 2.8rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .06em;
        color: rgba(255,255,255,.08);
        line-height: 1;
        pointer-events: none;
    }
    .blog-card-img--empty::before {
        content: '';
        position: absolute;
        top: -30px;
        right: -30px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgba(255,255,255,.04);
        pointer-events: none;
    }
    .blog-card:hover .blog-card-img--empty::after {
        color: rgba(255,255,255,.12);
    }
    .blog-card:hover .blog-card-img--empty::before {
        background: rgba(255,255,255,.06);
    }

    .blog-card-img-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3rem;
        opacity: 0.3;
    }

    .blog-card-svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 65%;
        height: 70%;
        object-fit: contain;
        opacity: 0.85;
        filter: drop-shadow(0 2px 8px rgba(0,0,0,.15));
        transition: opacity .2s, transform .2s;
    }
    .blog-card:hover .blog-card-svg {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.04);
    }

    .blog-card-body {
        padding: 1.5rem;
    }

    .blog-card-category {
        display: inline-block;
        font-family: 'Inter', sans-serif;
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        padding: 0.2rem 0.65rem;
        border-radius: 100px;
        margin-bottom: 0.75rem;
    }

    .cat-seo        { background: #e0f2fe; color: #0369a1; }
    .cat-automaatio { background: #dcfce7; color: #15803d; }
    .cat-teknologia { background: #ede9fe; color: #6d28d9; }
    .cat-hosting    { background: #fef3c7; color: #92400e; }
    .cat-ohjeet     { background: #fee2e2; color: #b91c1c; }

    .blog-card-body h3 {
        font-size: 1.05rem;
        color: var(--navy);
        margin-bottom: 0.6rem;
        line-height: 1.35;
    }

    .blog-card-body h3 a {
        color: inherit;
        text-decoration: none;
        transition: color 0.15s;
    }

    .blog-card-body h3 a:hover {
        color: var(--blue-dark);
        text-decoration: none;
    }

    .blog-card-excerpt {
        font-size: 0.88rem;
        color: var(--muted);
        line-height: 1.6;
        margin-bottom: 1rem;
    }

    .blog-card-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .blog-card-date {
        font-size: 0.8rem;
        color: var(--muted);
        font-family: 'Inter', sans-serif;
    }

    .blog-card-link {
        font-family: 'Inter', sans-serif;
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--blue-dark);
        text-decoration: none;
        transition: color 0.15s;
    }

    .blog-card-link:hover {
        color: var(--navy);
        text-decoration: none;
    }

    /* Sidebar */
    .blog-sidebar {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .sidebar-widget {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 14px;
        padding: 1.75rem 1.5rem;
    }

    .sidebar-widget h4 {
        font-family: 'Inter', sans-serif;
        font-size: 1rem;
        color: var(--navy);
        margin-bottom: 1.25rem;
        padding-bottom: 0.75rem;
        border-bottom: 2px solid var(--bg-light);
    }

    /* Newsletter widget */
    .newsletter-text {
        font-size: 0.88rem;
        color: var(--muted);
        line-height: 1.6;
        margin-bottom: 1.25rem;
    }

    .newsletter-input {
        width: 100%;
        padding: 0.7rem 1rem;
        border: 1.5px solid var(--border);
        border-radius: 8px;
        font-size: 0.9rem;
        font-family: 'Open Sans', sans-serif;
        outline: none;
        transition: border-color 0.15s;
        background: var(--bg-page);
        margin-bottom: 0.75rem;
    }

    .newsletter-input:focus {
        border-color: var(--blue);
        background: var(--white);
    }

    .newsletter-btn {
        width: 100%;
        padding: 0.7rem;
        background: var(--blue-dark);
        color: var(--white);
        border: none;
        border-radius: 8px;
        font-family: 'Inter', sans-serif;
        font-size: 0.9rem;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.15s;
    }

    .newsletter-btn:hover {
        background: var(--navy);
    }

    /* Categories widget */
    .category-list {
        list-style: none;
    }

    .category-list li {
        border-bottom: 1px solid var(--bg-light);
    }

    .category-list li:last-child {
        border-bottom: none;
    }

    .category-list a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.65rem 0;
        font-size: 0.9rem;
        color: var(--text);
        text-decoration: none;
        transition: color 0.15s;
    }

    .category-list a:hover {
        color: var(--blue-dark);
        text-decoration: none;
    }

    .category-count {
        background: var(--bg-light);
        color: var(--muted);
        font-size: 0.75rem;
        font-weight: 700;
        padding: 0.15rem 0.55rem;
        border-radius: 100px;
        font-family: 'Inter', sans-serif;
    }

    /* Popular articles widget */
    .popular-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .popular-list li {
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--bg-light);
    }

    .popular-list li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .popular-list a {
        font-size: 0.9rem;
        color: var(--navy);
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        text-decoration: none;
        line-height: 1.45;
        display: block;
        transition: color 0.15s;
    }

    .popular-list a:hover {
        color: var(--blue-dark);
        text-decoration: none;
    }

    .popular-date {
        font-size: 0.78rem;
        color: var(--muted);
        margin-top: 0.25rem;
        display: block;
    }

    /* Responsive */
    @media (max-width: 960px) {
        .blog-layout {
            grid-template-columns: 1fr;
            gap: 2.5rem;
        }

        .blog-sidebar {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }
    }

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

        .blog-sidebar {
            grid-template-columns: 1fr;
        }

        .blog-hero-inner {
            padding: 3.5rem 1.5rem 5rem;
        }
    }

/* ── blogi artikkeli (single post) ────────────────── */

    .blog-breadcrumb {
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
        opacity: 0.7;
        position: relative;
    }
    .blog-breadcrumb a {
        color: rgba(255,255,255,.8);
        text-decoration: none;
    }
    .blog-breadcrumb a:hover { color: #fff; }
    .blog-breadcrumb span { margin: 0 0.35rem; color: rgba(255,255,255,.5); }

    .blog-post-meta-hero {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;
        margin-top: 1rem;
        font-size: 0.9rem;
        color: rgba(255,255,255,.6);
        position: relative;
    }
    .blog-meta-sep { margin: 0 0.15rem; }

    .blog-post-wrap {
        background: var(--bg-page);
        padding: 3.5rem 0 5rem;
    }

    .blog-post-layout {
        display: grid;
        grid-template-columns: 1fr 320px;
        gap: 3rem;
        align-items: start;
    }

    .blog-post-content {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 14px;
        overflow: hidden;
    }

    .blog-post-featured {
        width: 100%;
        max-height: 420px;
        overflow: hidden;
    }
    .blog-post-featured img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .blog-post-body {
        padding: 2.5rem 2.25rem 3rem;
        font-size: 1rem;
        line-height: 1.8;
        color: var(--text);
    }
    .blog-post-body h2 {
        font-family: 'Inter', sans-serif;
        font-size: 1.4rem;
        color: var(--navy);
        margin: 2.25rem 0 0.75rem;
        font-weight: 700;
    }
    .blog-post-body h3 {
        font-family: 'Inter', sans-serif;
        font-size: 1.15rem;
        color: var(--navy);
        margin: 1.75rem 0 0.6rem;
        font-weight: 700;
    }
    .blog-post-body p {
        margin-bottom: 1.25rem;
    }
    .blog-post-body ul, .blog-post-body ol {
        margin: 1rem 0 1.25rem 1.5rem;
    }
    .blog-post-body li {
        margin-bottom: 0.4rem;
    }
    .blog-post-body a {
        color: var(--blue);
        text-decoration: underline;
    }
    .blog-post-body a:hover {
        color: var(--blue-dark);
    }
    .blog-post-body img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 1.5rem 0;
    }
    .blog-post-body blockquote {
        border-left: 4px solid var(--blue);
        background: var(--bg-page);
        padding: 1.25rem 1.5rem;
        margin: 1.5rem 0;
        border-radius: 0 10px 10px 0;
        font-style: italic;
        color: var(--muted);
    }
    .blog-post-body pre {
        background: var(--navy);
        color: #e2e8f0;
        padding: 1.25rem 1.5rem;
        border-radius: 10px;
        overflow-x: auto;
        margin: 1.5rem 0;
        font-size: 0.88rem;
        line-height: 1.6;
    }
    .blog-post-body code {
        background: var(--bg-page);
        padding: 0.15rem 0.4rem;
        border-radius: 4px;
        font-size: 0.88em;
    }
    .blog-post-body pre code {
        background: none;
        padding: 0;
    }

    .blog-back-widget {
        text-align: center;
    }
    .blog-back-link {
        font-family: 'Inter', sans-serif;
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--blue-dark);
        text-decoration: none;
        transition: color 0.15s;
    }
    .blog-back-link:hover {
        color: var(--navy);
    }

    @media (max-width: 960px) {
        .blog-post-layout {
            grid-template-columns: 1fr;
            gap: 2.5rem;
        }
    }
    @media (max-width: 640px) {
        .blog-post-body {
            padding: 1.75rem 1.25rem 2rem;
        }
    }

/* ── referenssit ─────────────────────────────────────── */
    /* ── REFERENCES PAGE ─────────────────────────────── */

    .ref-hero {
        background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 60%, #152a40 100%);
        color: var(--white);
        padding: 5rem 0 4rem;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .ref-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233B6CF4' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    .ref-hero h1 {
        font-size: clamp(1.9rem, 4.5vw, 3rem);
        font-weight: 800;
        margin-bottom: 1rem;
        position: relative;
    }

    .ref-hero p {
        font-size: 1.1rem;
        color: rgba(255,255,255,.75);
        max-width: 600px;
        margin: 0 auto;
        position: relative;
    }

    /* ── REFERENCE GRID ──────────────────────────────── */

    .ref-section {
        background: var(--bg-page);
        padding: 5rem 0;
    }

    .ref-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem;
        margin-top: 3rem;
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }

    .ref-card {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 14px;
        overflow: hidden;
        transition: box-shadow 0.2s, transform 0.2s;
    }

    .ref-card:hover {
        box-shadow: var(--shadow);
        transform: translateY(-4px);
    }

    .ref-card-thumb {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .ref-card-thumb .ref-thumb-label {
        font-family: 'Inter', sans-serif;
        font-size: 1.5rem;
        font-weight: 800;
        color: rgba(255,255,255,.9);
        text-shadow: 0 2px 12px rgba(0,0,0,.2);
        letter-spacing: -0.02em;
    }

    a.ref-card { text-decoration: none; color: inherit; display: block; }

    .ref-card-body {
        padding: 1.5rem;
    }

    .ref-card-type {
        display: inline-block;
        font-family: 'Inter', sans-serif;
        font-size: 0.72rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: var(--blue-dark);
        background: var(--bg-light);
        padding: 0.2rem 0.65rem;
        border-radius: 100px;
        margin-bottom: 0.75rem;
    }

    .ref-card-body h3 {
        font-size: 1.1rem;
        color: var(--navy);
        margin-bottom: 0.5rem;
    }

    .ref-card-body p {
        font-size: 0.88rem;
        color: var(--muted);
        line-height: 1.6;
        margin-bottom: 1.1rem;
    }

    .ref-card-link {
        font-family: 'Inter', sans-serif;
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--blue-dark);
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        transition: color 0.15s;
    }

    .ref-card-link:hover {
        color: var(--navy);
        text-decoration: none;
    }

    /* ── CTA SECTION ─────────────────────────────────── */

    .ref-cta {
        background: linear-gradient(120deg, var(--blue-dark) 0%, var(--navy) 100%);
        padding: 5rem 0;
        text-align: center;
        color: var(--white);
    }

    .ref-cta h2 {
        font-size: clamp(1.5rem, 3vw, 2.2rem);
        font-weight: 800;
        color: var(--white);
        margin-bottom: 0.75rem;
    }

    .ref-cta p {
        font-size: 1.05rem;
        color: rgba(255,255,255,.72);
        max-width: 540px;
        margin: 0 auto 2rem;
    }

    .ref-cta-btns {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .btn-cta-green {
        display: inline-block;
        padding: 0.9rem 2.25rem;
        background: var(--green);
        color: var(--navy);
        border-radius: 9px;
        font-family: 'Inter', sans-serif;
        font-weight: 800;
        font-size: 1rem;
        text-decoration: none;
        transition: transform 0.15s, background 0.15s;
    }

    .btn-cta-green:hover {
        transform: translateY(-2px);
        background: #0D9668;
        color: #fff;
        text-decoration: none;
    }

    .btn-cta-outline {
        display: inline-block;
        padding: 0.9rem 2.25rem;
        border: 2px solid rgba(255,255,255,.3);
        color: var(--white);
        border-radius: 9px;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        transition: border-color 0.15s, background 0.15s;
    }

    .btn-cta-outline:hover {
        border-color: rgba(255,255,255,.6);
        background: rgba(255,255,255,.07);
        text-decoration: none;
        color: var(--white);
    }

    /* ── RESPONSIVE ──────────────────────────────────── */

    @media (max-width: 900px) {
        .ref-grid {
            grid-template-columns: 1fr;
            max-width: 440px;
        }
        .ref-stats-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }
    }

    @media (max-width: 640px) {
        .ref-hero {
            padding: 3.5rem 0 3rem;
        }
        .ref-cta {
            padding: 3.5rem 0;
        }
        .ref-cta-btns {
            flex-direction: column;
            align-items: center;
        }
    }

/* ── siirto ─────────────────────────────────────── */
    /* ── SIIRTO PAGE STYLES ─────────────────────────── */

    .siirto-hero {
        background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 60%, #152a40 100%);
        color: var(--white);
        padding: 5.5rem 0 5rem;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .siirto-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233B6CF4' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    .siirto-hero-inner {
        position: relative;
        max-width: 720px;
        margin: 0 auto;
    }

    .siirto-hero .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        background: rgba(39,174,96,.18);
        border: 1px solid rgba(39,174,96,.4);
        color: #6ee09a;
        border-radius: 100px;
        padding: 0.3rem 0.9rem;
        font-size: 0.8rem;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

    .siirto-hero h1 {
        font-size: clamp(1.9rem, 4.5vw, 3.1rem);
        font-weight: 800;
        margin-bottom: 1.25rem;
        line-height: 1.15;
    }

    .siirto-hero p {
        font-size: 1.1rem;
        color: rgba(255,255,255,.78);
        max-width: 600px;
        margin: 0 auto 2.25rem;
    }

    .siirto-hero .hero-btns {
        justify-content: center;
    }

    /* ── STEPS (override for this page) ─────────────── */

    .siirto-steps {
        background: var(--white);
        padding: 5rem 0;
    }

    .siirto-steps .steps-grid {
        margin-top: 2.5rem;
    }

    .siirto-steps .step-card {
        text-align: center;
        position: relative;
        background: var(--bg-page);
        border: 1px solid var(--border);
        border-radius: 14px;
        padding: 2.5rem 2rem 2rem;
        transition: box-shadow 0.2s, transform 0.2s;
    }

    .siirto-steps .step-card:hover {
        box-shadow: var(--shadow);
        transform: translateY(-3px);
    }

    .siirto-steps .step-num {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: var(--blue);
        color: #fff;
        font-family: 'Inter', sans-serif;
        font-weight: 800;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.25rem;
    }

    .siirto-steps .step-card h3 {
        font-size: 1.1rem;
        color: var(--navy);
        margin-bottom: 0.6rem;
    }

    .siirto-steps .step-card p {
        font-size: 0.92rem;
        color: var(--muted);
        line-height: 1.65;
    }

    /* Connector line between steps */
    .siirto-steps .step-card::after {
        content: '';
        position: absolute;
        top: 28px;
        right: -2rem;
        width: calc(2rem);
        height: 2px;
        background: var(--border);
    }

    .siirto-steps .step-card:last-child::after {
        display: none;
    }

    @media (max-width: 900px) {
        .siirto-steps .step-card::after { display: none; }
    }

    /* ── BENEFITS ────────────────────────────────────── */

    .benefits-section {
        background: var(--bg-page);
        padding: 5rem 0;
    }

    .benefits-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        margin-top: 3rem;
    }

    .benefit-card {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 14px;
        padding: 2rem 1.5rem;
        text-align: center;
        transition: box-shadow 0.2s, transform 0.2s;
    }

    .benefit-card:hover {
        box-shadow: var(--shadow);
        transform: translateY(-3px);
    }

    .benefit-icon {
        width: 56px;
        height: 56px;
        background: var(--bg-light);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        margin: 0 auto 1.25rem;
    }

    .benefit-card h3 {
        font-size: 1.05rem;
        color: var(--navy);
        margin-bottom: 0.5rem;
    }

    .benefit-card p {
        font-size: 0.88rem;
        color: var(--muted);
        line-height: 1.6;
    }

    /* Wide card spanning full row */
    .benefit-card.benefit-wide {
        grid-column: 1 / -1;
        max-width: 480px;
        margin: 0 auto;
    }

    @media (max-width: 900px) {
        .benefits-grid { grid-template-columns: 1fr 1fr; }
        .benefit-card.benefit-wide { max-width: 100%; }
    }

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

    /* ── WHAT GETS MIGRATED ──────────────────────────── */

    .migrated-section {
        background: var(--white);
        padding: 5rem 0;
    }

    .migrated-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        margin-top: 3rem;
    }

    .migrated-card {
        background: var(--bg-page);
        border: 1px solid var(--border);
        border-radius: 14px;
        padding: 2rem 1.75rem;
        transition: box-shadow 0.2s, transform 0.2s;
    }

    .migrated-card:hover {
        box-shadow: var(--shadow);
        transform: translateY(-3px);
    }

    .migrated-card .mc-icon {
        width: 48px;
        height: 48px;
        background: var(--bg-light);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .migrated-card h3 {
        font-size: 1.05rem;
        color: var(--navy);
        margin-bottom: 0.5rem;
    }

    .migrated-card p {
        font-size: 0.88rem;
        color: var(--muted);
        line-height: 1.6;
    }

    .migrated-card ul {
        list-style: none;
        margin-top: 0.75rem;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
    }

    .migrated-card ul li {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.86rem;
        color: var(--text);
    }

    .migrated-card ul li .mc-check {
        color: var(--green);
        font-weight: 700;
        flex-shrink: 0;
    }

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

    /* ── SIIRTO CTA BANNER ──────────────────────────── */

    .siirto-cta {
        background: linear-gradient(120deg, var(--blue-dark) 0%, var(--navy) 100%);
        padding: 4.5rem 0;
        text-align: center;
        color: var(--white);
    }

    .siirto-cta h2 {
        font-size: clamp(1.5rem, 3vw, 2.2rem);
        font-weight: 800;
        color: var(--white);
        margin-bottom: 0.75rem;
    }

    .siirto-cta p {
        font-size: 1.05rem;
        color: rgba(255,255,255,.75);
        margin-bottom: 2rem;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .siirto-cta-btns {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .btn-cta-green {
        display: inline-block;
        padding: 1rem 2.5rem;
        background: var(--green);
        color: var(--navy);
        border-radius: 10px;
        font-family: 'Inter', sans-serif;
        font-weight: 800;
        font-size: 1.1rem;
        text-decoration: none;
        transition: transform 0.15s, background 0.15s;
    }

    .btn-cta-green:hover {
        transform: translateY(-2px);
        background: #0D9668;
        color: #fff;
        text-decoration: none;
    }

    .btn-cta-outline {
        display: inline-block;
        padding: 1rem 2.5rem;
        border: 2px solid rgba(255,255,255,.3);
        color: var(--white);
        border-radius: 10px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 1.1rem;
        text-decoration: none;
        transition: border-color 0.15s, background 0.15s;
    }

    .btn-cta-outline:hover {
        border-color: rgba(255,255,255,.7);
        background: rgba(255,255,255,.07);
        text-decoration: none;
        color: var(--white);
    }

    /* ── SELF-SERVICE MIGRATION ───────────────────────── */

    .ss-migrate {
        background: var(--white);
        padding: 5rem 0;
    }

    .ss-migrate-inner {
        max-width: 860px;
        margin: 0 auto;
    }

    .ss-migrate-card {
        background: var(--bg-page);
        border: 2px solid var(--border);
        border-radius: 18px;
        padding: 2.5rem 2.5rem 2rem;
        position: relative;
    }

    .ss-migrate-card::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 4px;
        border-radius: 18px 18px 0 0;
        background: linear-gradient(90deg, var(--blue), var(--green));
    }

    .ss-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        background: rgba(16,185,129,.1);
        border: 1px solid rgba(16,185,129,.25);
        color: var(--green);
        border-radius: 100px;
        padding: 0.25rem 0.8rem;
        font-size: 0.72rem;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .06em;
        margin-bottom: 1rem;
    }

    .ss-migrate-card > h2 {
        font-size: 1.4rem;
        color: var(--navy);
        margin-bottom: 0.5rem;
    }

    .ss-migrate-card > p {
        font-size: 0.92rem;
        color: var(--muted);
        line-height: 1.6;
        margin-bottom: 2rem;
    }

    /* Tabs for instructions */
    .ss-tabs {
        display: flex;
        gap: 0.5rem;
        margin-bottom: 1.5rem;
        flex-wrap: wrap;
    }

    .ss-tab {
        padding: 0.5rem 1rem;
        border: 1.5px solid var(--border);
        border-radius: 8px;
        background: var(--white);
        font-family: 'Inter', sans-serif;
        font-size: 0.82rem;
        font-weight: 600;
        color: var(--muted);
        cursor: pointer;
        transition: all .15s;
    }

    .ss-tab:hover { border-color: var(--blue); color: var(--navy); }
    .ss-tab.active {
        background: var(--blue);
        border-color: var(--blue);
        color: #fff;
    }

    .ss-tab-content {
        display: none;
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 12px;
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .ss-tab-content.active { display: block; }

    .ss-tab-content h4 {
        font-size: 0.95rem;
        color: var(--navy);
        margin-bottom: 0.75rem;
    }

    .ss-tab-content ol {
        margin: 0;
        padding-left: 1.25rem;
    }

    .ss-tab-content ol li {
        font-size: 0.86rem;
        color: var(--text);
        line-height: 1.7;
        margin-bottom: 0.35rem;
    }

    .ss-tab-content code {
        background: var(--bg-page);
        padding: 0.15rem 0.4rem;
        border-radius: 4px;
        font-size: 0.82rem;
        color: var(--navy);
    }

    .ss-tab-content .ss-tip {
        margin-top: 1rem;
        padding: 0.75rem 1rem;
        background: rgba(59,108,244,.06);
        border-left: 3px solid var(--blue);
        border-radius: 0 8px 8px 0;
        font-size: 0.82rem;
        color: var(--muted);
        line-height: 1.6;
    }

    /* Upload form */
    .ss-form-section { margin-bottom: 1.5rem; }

    .ss-form-section label {
        display: block;
        font-family: 'Inter', sans-serif;
        font-size: 0.82rem;
        font-weight: 600;
        color: var(--navy);
        margin-bottom: 0.4rem;
    }

    .ss-form-section label .ss-optional {
        font-weight: 400;
        color: var(--muted);
    }

    .ss-input {
        width: 100%;
        padding: 0.65rem 0.9rem;
        border: 1.5px solid var(--border);
        border-radius: 8px;
        font-family: 'Open Sans', sans-serif;
        font-size: 0.88rem;
        color: var(--navy);
        background: var(--white);
        transition: border-color .15s;
        box-sizing: border-box;
    }

    .ss-input:focus { outline: none; border-color: var(--blue); }

    textarea.ss-input { min-height: 80px; resize: vertical; }

    /* Dropzone */
    .ss-dropzone {
        border: 2px dashed var(--border);
        border-radius: 12px;
        padding: 2rem;
        text-align: center;
        cursor: pointer;
        transition: border-color .2s, background .2s;
        background: var(--white);
    }

    .ss-dropzone:hover,
    .ss-dropzone.dragover {
        border-color: var(--blue);
        background: rgba(59,108,244,.04);
    }

    .ss-dropzone-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
        opacity: 0.5;
    }

    .ss-dropzone p {
        font-size: 0.88rem;
        color: var(--muted);
        margin-bottom: 0.25rem;
    }

    .ss-dropzone .ss-dropzone-small {
        font-size: 0.76rem;
        color: #aaa;
    }

    /* File list */
    .ss-file-list {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .ss-file-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 8px;
        padding: 0.6rem 0.9rem;
    }

    .ss-file-icon {
        width: 32px;
        height: 32px;
        border-radius: 6px;
        background: rgba(59,108,244,.08);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .ss-file-icon svg { width: 16px; height: 16px; stroke: var(--blue); }

    .ss-file-info { flex: 1; min-width: 0; }

    .ss-file-name {
        font-size: 0.84rem;
        font-weight: 600;
        color: var(--navy);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ss-file-meta {
        font-size: 0.74rem;
        color: var(--muted);
    }

    .ss-file-progress {
        height: 4px;
        background: var(--border);
        border-radius: 2px;
        margin-top: 0.3rem;
        overflow: hidden;
    }

    .ss-file-progress-bar {
        height: 100%;
        background: var(--blue);
        border-radius: 2px;
        width: 0%;
        transition: width .2s;
    }

    .ss-file-progress-bar.done { background: var(--green); }

    .ss-file-remove {
        background: none;
        border: none;
        color: var(--muted);
        cursor: pointer;
        font-size: 1.2rem;
        padding: 0.25rem;
        line-height: 1;
        transition: color .15s;
    }

    .ss-file-remove:hover { color: #e74c3c; }

    .ss-file-status {
        font-size: 0.74rem;
        font-weight: 600;
        flex-shrink: 0;
    }

    .ss-file-status.uploading { color: var(--blue); }
    .ss-file-status.done { color: var(--green); }
    .ss-file-status.error { color: #e74c3c; }

    /* Type selector */
    .ss-type-select {
        padding: 0.3rem 0.5rem;
        border: 1px solid var(--border);
        border-radius: 6px;
        font-size: 0.76rem;
        color: var(--navy);
        background: var(--bg-page);
        flex-shrink: 0;
    }

    /* Submit */
    .ss-submit-row {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-top: 2rem;
    }

    .ss-submit-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.8rem 1.8rem;
        background: var(--blue);
        color: #fff;
        border: none;
        border-radius: 10px;
        font-family: 'Inter', sans-serif;
        font-size: 0.92rem;
        font-weight: 700;
        cursor: pointer;
        transition: background .15s;
    }

    .ss-submit-btn:hover { background: var(--blue-dark); }
    .ss-submit-btn:disabled { opacity: .5; cursor: not-allowed; }

    .ss-submit-msg {
        font-size: 0.86rem;
        color: var(--muted);
    }

    .ss-submit-msg.success { color: var(--green); font-weight: 600; }
    .ss-submit-msg.error { color: #e74c3c; }

    /* Locked state (no hosting) */
    .ss-locked {
        text-align: center;
        padding: 3rem 2rem;
    }

    .ss-locked-icon {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        opacity: 0.4;
    }

    .ss-locked h3 {
        font-size: 1.1rem;
        color: var(--navy);
        margin-bottom: 0.5rem;
    }

    .ss-locked p {
        font-size: 0.9rem;
        color: var(--muted);
        max-width: 420px;
        margin: 0 auto 1.5rem;
        line-height: 1.6;
    }

    .ss-locked-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        padding: 0.7rem 1.5rem;
        background: var(--blue);
        color: #fff;
        border-radius: 8px;
        font-family: 'Inter', sans-serif;
        font-size: 0.88rem;
        font-weight: 700;
        text-decoration: none;
        transition: background .15s;
    }

    .ss-locked-btn:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }

    @media (max-width: 640px) {
        .ss-migrate-card { padding: 1.5rem; }
        .ss-submit-row { flex-direction: column; align-items: stretch; }
    }

/* ── sopimusehdot ─────────────────────────────────────── */
        .legal-hero {
            background: linear-gradient(135deg, var(--navy) 0%, #1a3a5c 50%, var(--blue-dark) 100%);
            color: #fff;
            padding: 5rem 0 4rem;
            text-align: center;
        }
        .legal-hero h1 {
            font-family: 'Inter', sans-serif;
            font-size: 2.4rem;
            font-weight: 800;
            margin-bottom: 0.8rem;
            letter-spacing: -0.02em;
        }
        .legal-hero p {
            font-family: 'Open Sans', sans-serif;
            font-size: 1.05rem;
            opacity: 0.85;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.7;
        }
        .legal-content {
            padding: 3rem 0 4rem;
            background: var(--bg-page, #F4F6FB);
        }
        .legal-card {
            background: #fff;
            border-radius: 16px;
            padding: 3rem;
            box-shadow: 0 2px 12px rgba(15, 42, 67, 0.06);
            border: 1px solid #e8eff5;
            max-width: 860px;
            margin: 0 auto;
        }
        .legal-card h2 {
            font-family: 'Inter', sans-serif;
            font-size: 1.35rem;
            font-weight: 700;
            color: var(--navy);
            margin: 2.2rem 0 0.8rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid #f0f4f8;
        }
        .legal-card h2:first-child {
            margin-top: 0;
        }
        .legal-card h3 {
            font-family: 'Inter', sans-serif;
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--navy);
            margin: 1.5rem 0 0.5rem;
        }
        .legal-card p, .legal-card li {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.95rem;
            color: #3a4a5c;
            line-height: 1.8;
        }
        .legal-card ul {
            padding-left: 1.5rem;
            margin: 0.5rem 0;
        }
        .legal-card li {
            margin-bottom: 0.3rem;
        }
        .legal-card strong {
            color: var(--navy);
        }
        .legal-meta {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.88rem;
            color: #8898a8;
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #f0f4f8;
        }

        /* Version toolbar */
        .terms-toolbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #f0f4f8;
        }
        .terms-toolbar-left {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            flex-wrap: wrap;
        }
        .terms-toolbar label {
            font-family: 'Inter', sans-serif;
            font-size: 0.88rem;
            font-weight: 600;
            color: var(--navy);
        }
        .terms-toolbar select {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.9rem;
            padding: 0.45rem 0.8rem;
            border: 1px solid #d0d8e0;
            border-radius: 8px;
            background: #f8fafc;
            color: var(--navy);
            cursor: pointer;
        }
        .version-badge {
            display: inline-block;
            font-family: 'Inter', sans-serif;
            font-size: 0.75rem;
            font-weight: 600;
            background: var(--green, #10B981);
            color: #fff;
            padding: 0.2rem 0.6rem;
            border-radius: 20px;
        }
        .btn-print {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.88rem;
            font-weight: 600;
            background: var(--blue);
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 0.55rem 1.2rem;
            cursor: pointer;
            transition: background 0.2s;
        }
        .btn-print:hover {
            background: var(--blue-dark);
        }

        /* Print styles */
        @media print {
            .site-nav, .nav-overlay, .site-footer,
            .terms-toolbar, .legal-hero, .admin-toggle, .admin-panel,
            .legal-content { all: unset; }
            .legal-card {
                box-shadow: none !important;
                border: none !important;
                padding: 0 !important;
                max-width: 100% !important;
            }
            .legal-card h2 { font-size: 14pt; border-bottom: 1pt solid #ccc; }
            .legal-card h3 { font-size: 12pt; }
            .legal-card p, .legal-card li { font-size: 11pt; line-height: 1.6; }
            body { font-family: 'Times New Roman', serif; }
            .print-header {
                display: block !important;
                text-align: center;
                margin-bottom: 2rem;
                padding-bottom: 1rem;
                border-bottom: 2pt solid #000;
            }
            .print-header h1 { font-size: 18pt; margin-bottom: 0.3rem; }
            .print-header p { font-size: 10pt; color: #555; }
        }
        .print-header { display: none; }

        @media (max-width: 640px) {
            .legal-hero { padding: 3.5rem 0 3rem; }
            .legal-hero h1 { font-size: 1.8rem; }
            .legal-card { padding: 1.8rem 1.2rem; border-radius: 12px; }
            .legal-card h2 { font-size: 1.15rem; }
            .terms-toolbar { flex-direction: column; align-items: flex-start; }
        }

/* ── tietosuojaseloste ─────────────────────────────────────── */
        .legal-hero {
            background: linear-gradient(135deg, var(--navy) 0%, #1a3a5c 50%, var(--blue-dark) 100%);
            color: #fff;
            padding: 5rem 0 4rem;
            text-align: center;
        }
        .legal-hero h1 {
            font-family: 'Inter', sans-serif;
            font-size: 2.4rem;
            font-weight: 800;
            margin-bottom: 0.8rem;
            letter-spacing: -0.02em;
        }
        .legal-hero p {
            font-family: 'Open Sans', sans-serif;
            font-size: 1.05rem;
            opacity: 0.85;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.7;
        }
        .legal-content {
            padding: 3rem 0 4rem;
            background: var(--bg-page, #F4F6FB);
        }
        .legal-card {
            background: #fff;
            border-radius: 16px;
            padding: 3rem;
            box-shadow: 0 2px 12px rgba(15, 42, 67, 0.06);
            border: 1px solid #e8eff5;
            max-width: 860px;
            margin: 0 auto;
        }
        .legal-card h2 {
            font-family: 'Inter', sans-serif;
            font-size: 1.35rem;
            font-weight: 700;
            color: var(--navy);
            margin: 2.2rem 0 0.8rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid #f0f4f8;
        }
        .legal-card h2:first-child {
            margin-top: 0;
        }
        .legal-card p, .legal-card li {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.95rem;
            color: #3a4a5c;
            line-height: 1.8;
        }
        .legal-card ul {
            padding-left: 1.5rem;
            margin: 0.5rem 0;
        }
        .legal-card li {
            margin-bottom: 0.3rem;
        }
        .legal-card strong {
            color: var(--navy);
        }
        .legal-meta {
            font-family: 'Open Sans', sans-serif;
            font-size: 0.88rem;
            color: #8898a8;
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #f0f4f8;
        }
        @media (max-width: 640px) {
            .legal-hero { padding: 3.5rem 0 3rem; }
            .legal-hero h1 { font-size: 1.8rem; }
            .legal-card { padding: 1.8rem 1.2rem; border-radius: 12px; }
            .legal-card h2 { font-size: 1.15rem; }
        }

/* ── kotisivut-yritykselle ─────────────────────────────────────── */
        /* ── Kotisivut page tokens ────────────────── */
        .ks { --ks-accent: #3B6CF4; --ks-accent-soft: rgba(59,108,244,.08); --ks-green: #10B981; --ks-green-soft: rgba(16,185,129,.08); }

        /* ── Hero ──────────────────────────────────── */
        .ks-hero {
            position: relative;
            background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #1e4a6e 100%);
            overflow: hidden;
            padding: 0;
            min-height: 520px;
        }
        /* Shapes: boost visibility */
        .ks-hero .hero-shapes { z-index: 1; }
        .ks-hero .hero-fade { z-index: 0; }
        .ks-hero .hero-glow {
            background: radial-gradient(ellipse at 20% 50%, rgba(59,108,244,.10) 0%, transparent 60%),
                        radial-gradient(ellipse at 80% 80%, rgba(59,108,244,.08) 0%, transparent 50%);
        }
        .ks-hero .hero-shape-pill {
            border-color: rgba(255,255,255,.20);
            box-shadow: 0 8px 40px rgba(59,108,244,.15);
        }
        .ks-hero .hero-shape--1 .hero-shape-pill { background: linear-gradient(to right, rgba(59,108,244,.25), transparent); }
        .ks-hero .hero-shape--2 .hero-shape-pill { background: linear-gradient(to right, rgba(99,138,255,.22), transparent); }
        .ks-hero .hero-shape--3 .hero-shape-pill { background: linear-gradient(to right, rgba(79,118,244,.22), transparent); }
        .ks-hero .hero-shape--4 .hero-shape-pill { background: linear-gradient(to right, rgba(147,180,244,.18), transparent); }
        .ks-hero .hero-shape--5 .hero-shape-pill { background: linear-gradient(to right, rgba(59,108,244,.18), transparent); }
        .ks-hero-inner {
            position: relative;
            z-index: 2;
            max-width: 780px;
            margin: 0 auto;
            text-align: center;
            padding: 5rem 1.5rem 5rem;
        }
        .ks-hero-inner > * {
            opacity: 0;
            animation: heroFadeUp 1s cubic-bezier(0.25, 0.4, 0.25, 1) forwards;
        }
        .ks-hero-inner > *:nth-child(1) { animation-delay: 0.5s; }
        .ks-hero-inner > *:nth-child(2) { animation-delay: 0.7s; }
        .ks-hero-inner > *:nth-child(3) { animation-delay: 0.9s; }
        .ks-hero-inner > *:nth-child(4) { animation-delay: 1.1s; }
        .ks-hero h1 {
            font-size: clamp(1.8rem, 4.5vw, 2.6rem);
            font-weight: 800;
            color: #fff;
            line-height: 1.2;
            margin-bottom: 1.25rem;
        }
        .ks-hero h1 em {
            font-style: normal;
            color: #7BA3FF;
        }
        .ks-hero-desc {
            font-size: 1rem;
            color: rgba(255,255,255,.55);
            max-width: 560px;
            margin: 0 auto 2rem;
            line-height: 1.7;
        }
        .ks-hero-actions {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 2.5rem;
            flex-wrap: wrap;
        }
        /* Primary button — matches front page hero */
        .ks-hero-btn {
            position: relative;
            overflow: hidden;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.9rem 2rem;
            background: linear-gradient(135deg, #3B6CF4 0%, #2B5AE0 100%);
            color: #fff;
            border: 1px solid rgba(255,255,255,.15);
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 0.95rem;
            letter-spacing: 0.01em;
            cursor: pointer;
            box-shadow:
                0 1px 2px rgba(0,0,0,.2),
                0 4px 12px rgba(59,108,244,.25),
                inset 0 1px 0 rgba(255,255,255,.12);
            transition: all 0.25s cubic-bezier(.4,0,.2,1);
            text-decoration: none;
        }
        .ks-hero-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.08) 50%, transparent 100%);
            transition: left 0.5s ease;
        }
        .ks-hero-btn:hover {
            background: linear-gradient(135deg, #4478FF 0%, #3264F0 100%);
            box-shadow:
                0 2px 4px rgba(0,0,0,.2),
                0 8px 24px rgba(59,108,244,.35),
                inset 0 1px 0 rgba(255,255,255,.15);
            transform: translateY(-1px);
            text-decoration: none;
            color: #fff;
        }
        .ks-hero-btn:hover::before { left: 100%; }
        .ks-hero-btn:active {
            transform: translateY(0);
            box-shadow: 0 1px 2px rgba(0,0,0,.25), 0 2px 8px rgba(59,108,244,.2), inset 0 1px 3px rgba(0,0,0,.1);
        }
        /* Outline variant */
        .ks-hero-btn--outline {
            background: rgba(255,255,255,.04);
            border: 1px solid rgba(255,255,255,.18);
            box-shadow: 0 1px 2px rgba(0,0,0,.15);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }
        .ks-hero-btn--outline::before {
            background: linear-gradient(135deg, rgba(255,255,255,.06) 0%, transparent 100%);
            left: 0;
            opacity: 0;
            transition: opacity 0.25s ease;
        }
        .ks-hero-btn--outline:hover {
            background: rgba(255,255,255,.08);
            border-color: rgba(255,255,255,.3);
            box-shadow: 0 2px 8px rgba(0,0,0,.2);
            color: #fff;
        }
        .ks-hero-btn--outline:hover::before { left: 0; opacity: 1; }
        .ks-hero-stats {
            display: flex;
            justify-content: center;
            gap: 3rem;
            flex-wrap: wrap;
        }
        .ks-hero-stat {
            text-align: center;
        }
        .ks-hero-stat-val {
            font-family: 'Inter', sans-serif;
            font-size: 1.6rem;
            font-weight: 800;
            color: #fff;
            display: block;
        }
        .ks-hero-stat-label {
            font-size: 0.78rem;
            color: rgba(255,255,255,.45);
            margin-top: 0.15rem;
        }

        /* ── Section common ────────────────────────── */
        .ks-section-label {
            text-align: center;
            font-family: 'Inter', sans-serif;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: var(--blue);
            margin-bottom: 0.75rem;
        }
        .ks-section-title {
            text-align: center;
            font-size: clamp(1.3rem, 2.8vw, 1.75rem);
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 0.6rem;
        }
        .ks-section-sub {
            text-align: center;
            color: var(--muted);
            font-size: 0.95rem;
            max-width: 520px;
            margin: 0 auto 3rem;
            line-height: 1.6;
        }

        /* ── What we build (4 cards) ──────────────── */
        .ks-services {
            padding: 5rem 0 4rem;
            background: var(--bg-page);
        }
        .ks-services-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.25rem;
        }
        .ks-service {
            background: var(--white);
            border: 1.5px solid var(--border);
            border-radius: 16px;
            padding: 2rem 1.5rem;
            text-align: center;
            transition: border-color .2s, box-shadow .2s, transform .2s;
        }
        .ks-service:hover {
            border-color: rgba(59,108,244,.3);
            box-shadow: 0 8px 32px rgba(11,29,53,.08);
            transform: translateY(-2px);
        }
        .ks-service-icon {
            width: 52px;
            height: 52px;
            border-radius: 13px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            margin-bottom: 1.25rem;
        }
        .ks-service-icon--blue { background: var(--ks-accent-soft); }
        .ks-service-icon--green { background: var(--ks-green-soft); }
        .ks-service-icon--navy { background: rgba(11,29,53,.06); }
        .ks-service h3 {
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.5rem;
        }
        .ks-service p {
            font-size: 0.84rem;
            color: var(--muted);
            line-height: 1.6;
        }

        /* ── Features grid (why Nordweb) ──────────── */
        .ks-features {
            padding: 5rem 0;
            background: var(--white);
        }
        .ks-feat-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
        }
        .ks-feat {
            padding: 1.75rem;
            border-radius: 14px;
            border: 1px solid var(--border);
            background: var(--bg-page);
            transition: border-color .2s, transform .2s;
        }
        .ks-feat:hover {
            border-color: rgba(59,108,244,.25);
            transform: translateY(-2px);
        }
        .ks-feat-icon {
            width: 44px;
            height: 44px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }
        .ks-feat-icon--blue { background: var(--ks-accent-soft); }
        .ks-feat-icon--green { background: var(--ks-green-soft); }
        .ks-feat-icon--navy { background: rgba(11,29,53,.06); }
        .ks-feat h3 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.45rem;
        }
        .ks-feat p {
            font-size: 0.84rem;
            color: var(--muted);
            line-height: 1.6;
        }

        /* ── Process steps ─────────────────────────── */
        .ks-steps {
            padding: 5rem 0;
            background: var(--bg-page);
        }
        .ks-steps-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 3rem;
        }
        .ks-steps-row--4 {
            grid-template-columns: repeat(4, 1fr);
        }
        .ks-step {
            text-align: center;
            position: relative;
            background: var(--white);
            border-radius: 14px;
            padding: 2.2rem 1.5rem 2rem;
            border: 1px solid var(--border);
            transition: border-color .2s, box-shadow .2s;
        }
        .ks-step:hover {
            border-color: var(--blue);
            box-shadow: 0 8px 30px rgba(59,108,244,.08);
        }
        .ks-step-num {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: var(--navy);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 1.1rem;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.25rem;
        }
        .ks-step h3 {
            font-size: 1rem;
            color: var(--navy);
            margin-bottom: 0.5rem;
        }
        .ks-step p {
            font-size: 0.86rem;
            color: var(--muted);
            line-height: 1.6;
            max-width: 260px;
            margin: 0 auto;
        }

        /* ── Migration card ────────────────────────── */
        .ks-migrate {
            padding: 5rem 0;
            background: var(--white);
        }
        .ks-migrate-card {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
            background: linear-gradient(135deg, var(--navy) 0%, #142D4F 100%);
            border-radius: 20px;
            padding: 3.5rem;
            overflow: hidden;
            position: relative;
        }
        .ks-migrate-card::before {
            content: '';
            position: absolute;
            top: -40%;
            right: -10%;
            width: 350px;
            height: 350px;
            border-radius: 50%;
            background: rgba(59,108,244,.12);
            filter: blur(60px);
            pointer-events: none;
        }
        .ks-migrate-content {
            position: relative;
            z-index: 1;
        }
        .ks-migrate-content h2 {
            font-size: 1.6rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 0.75rem;
        }
        .ks-migrate-content p {
            color: rgba(255,255,255,.6);
            font-size: 0.95rem;
            line-height: 1.65;
            margin-bottom: 1.75rem;
        }
        .ks-migrate-perks {
            display: flex;
            flex-direction: column;
            gap: 0.65rem;
            position: relative;
            z-index: 1;
        }
        .ks-migrate-perk {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            background: rgba(255,255,255,.06);
            border: 1px solid rgba(255,255,255,.08);
            border-radius: 12px;
            padding: 1rem 1.25rem;
        }
        .ks-migrate-perk-icon {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: rgba(16,185,129,.25);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .ks-migrate-perk-text {
            font-family: 'Inter', sans-serif;
            font-size: 0.88rem;
            font-weight: 600;
            color: rgba(255,255,255,.85);
        }
        .ks-migrate-perk-sub {
            font-size: 0.78rem;
            color: rgba(255,255,255,.4);
            font-weight: 400;
            margin-top: 0.1rem;
        }
        .ks-migrate-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1.5rem;
            background: var(--blue);
            color: #fff;
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 700;
            text-decoration: none;
            transition: background .15s;
        }
        .ks-migrate-btn:hover {
            background: var(--blue-dark);
            color: #fff;
            text-decoration: none;
        }

        /* ── FAQ ────────────────────────────────────── */
        .ks-faq {
            padding: 5rem 0;
            background: var(--bg-page);
        }

        /* ── CTA ────────────────────────────────────── */
        .ks-cta {
            padding: 5rem 0;
            background: var(--white);
            text-align: center;
        }
        .ks-cta h2 {
            font-size: clamp(1.3rem, 3vw, 1.8rem);
            color: var(--navy);
            margin-bottom: 0.75rem;
        }
        .ks-cta p {
            color: var(--muted);
            font-size: 0.95rem;
            max-width: 460px;
            margin: 0 auto 2rem;
        }
        .ks-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.9rem 2rem;
            background: var(--blue);
            color: #fff;
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            text-decoration: none;
            transition: background .15s;
        }
        .ks-cta-btn:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }

        /* ── Referenssit ──────────────────────────── */
        .ks-refs {
            padding: 5rem 0;
            background: var(--bg-page);
        }
        .ks-refs-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }
        .ks-ref-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 14px;
            overflow: hidden;
            transition: box-shadow .2s, transform .2s;
        }
        .ks-ref-card:hover {
            box-shadow: 0 8px 32px rgba(11,29,53,.08);
            transform: translateY(-3px);
        }
        .ks-ref-thumb {
            height: 160px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .ks-ref-thumb-label {
            font-family: 'Inter', sans-serif;
            font-size: 1.3rem;
            font-weight: 800;
            color: rgba(255,255,255,.9);
            text-shadow: 0 2px 12px rgba(0,0,0,.2);
        }
        .ks-ref-body {
            padding: 1.25rem 1.5rem;
        }
        .ks-ref-type {
            display: inline-block;
            font-family: 'Inter', sans-serif;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            color: var(--blue);
            background: var(--ks-accent-soft);
            padding: 0.2rem 0.6rem;
            border-radius: 100px;
            margin-bottom: 0.6rem;
        }
        .ks-ref-body h3 {
            font-size: 1rem;
            color: var(--navy);
            margin-bottom: 0.35rem;
        }
        .ks-ref-body p {
            font-size: 0.82rem;
            color: var(--muted);
            line-height: 1.6;
        }
        .ks-refs-cta {
            text-align: center;
            margin-top: 2.5rem;
        }
        .ks-refs-link {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--blue);
            text-decoration: none;
            transition: color .15s;
        }
        .ks-refs-link:hover { color: var(--navy); text-decoration: none; }

        /* ── Pricing teaser ────────────────────────── */
        .ks-pricing-teaser {
            padding: 5rem 0;
            background: var(--white);
        }
        .ks-price-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }
        .ks-price-card {
            background: var(--bg-page);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 2rem 1.5rem;
            text-align: center;
            transition: border-color .2s, box-shadow .2s;
        }
        .ks-price-card:hover {
            border-color: var(--blue);
            box-shadow: 0 8px 24px rgba(59,108,244,.06);
        }
        .ks-price-card-label {
            font-family: 'Inter', sans-serif;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .06em;
            color: var(--blue);
            margin-bottom: 1rem;
        }
        .ks-price-card-from {
            font-size: 0.78rem;
            color: var(--muted);
            margin-bottom: 0.15rem;
        }
        .ks-price-card-amount {
            font-family: 'Inter', sans-serif;
            font-size: 2.4rem;
            font-weight: 800;
            color: var(--navy);
            line-height: 1.1;
            margin-bottom: 1.25rem;
        }
        .ks-price-card-amount span {
            font-size: 1.2rem;
            font-weight: 700;
        }
        .ks-price-card-desc {
            font-size: 0.8rem;
            color: var(--muted);
            margin-bottom: 1.25rem;
        }
        .ks-price-card-list {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
        }
        .ks-price-card-list li {
            font-size: 0.84rem;
            color: var(--text);
            padding: 0.4rem 0;
            padding-left: 1.4rem;
            position: relative;
            line-height: 1.4;
        }
        .ks-price-card-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.65rem;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--green);
        }
        .ks-price-note {
            text-align: center;
            font-size: 0.8rem;
            color: var(--muted);
            margin-top: 2rem;
            line-height: 1.6;
        }
        .ks-price-calc-link {
            color: var(--blue);
            font-weight: 600;
            text-decoration: none;
        }
        .ks-price-calc-link:hover {
            color: var(--navy);
            text-decoration: none;
        }

        /* ── Social proof / testimonial ───────────── */
        .ks-proof {
            padding: 5rem 0;
            background: var(--bg-page);
        }
        .ks-testimonial {
            max-width: 600px;
            margin: 2.5rem auto 0;
            text-align: center;
        }
        .ks-testimonial-quote {
            font-size: 1.05rem;
            font-style: italic;
            color: var(--navy);
            line-height: 1.7;
            margin: 0 0 1.25rem;
            padding: 0;
            border: none;
        }
        .ks-testimonial-author {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
        }
        .ks-testimonial-avatar {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: var(--navy);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 0.8rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .ks-testimonial-name {
            font-family: 'Inter', sans-serif;
            font-size: 0.88rem;
            font-weight: 700;
            color: var(--navy);
            text-align: left;
        }
        .ks-testimonial-role {
            font-size: 0.78rem;
            color: var(--muted);
            text-align: left;
        }

        /* ── Responsive ────────────────────────────── */
        @media (max-width: 900px) {
            .ks-services-grid { grid-template-columns: 1fr 1fr; }
            .ks-feat-grid { grid-template-columns: 1fr 1fr; }
            .ks-steps-row { grid-template-columns: 1fr 1fr; }
            .ks-steps-row--4 { grid-template-columns: 1fr 1fr; }
            .ks-migrate-card { grid-template-columns: 1fr; padding: 2.5rem; }
            .ks-refs-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
            .ks-price-grid { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
        }
        @media (max-width: 640px) {
            .ks-hero-inner { padding: 3.5rem 1.5rem 5rem; }
            .ks-hero-stats { gap: 2rem; }
            .ks-hero-actions { flex-direction: column; align-items: center; }
            .ks-services-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
            .ks-feat-grid { grid-template-columns: 1fr; }
            .ks-steps-row, .ks-steps-row--4 { grid-template-columns: 1fr; gap: 2.5rem; }
            .ks-migrate-card { padding: 2rem 1.5rem; }
            .ks-services, .ks-features, .ks-pricing-teaser, .ks-steps, .ks-migrate, .ks-proof, .ks-faq, .nw-cta-wrap { padding: 3.5rem 0; }
        }

/* ── domain-siirto ─────────────────────────────────────── */
        /* ── Tokens ────────────────────────────────── */
        :root { --dt-accent-soft: rgba(59,108,244,.08); --dt-green-soft: rgba(16,185,129,.08); }

        /* ── Hero ──────────────────────────────────── */
        .btn-transfer {
            padding: 0.4rem 1rem;
            background: var(--blue);
            color: #fff;
            border: none;
            border-radius: 7px;
            font-family: 'Inter', sans-serif;
            font-size: 0.8rem;
            font-weight: 700;
            cursor: pointer;
            white-space: nowrap;
            transition: background .15s;
        }
        .btn-transfer:hover { background: var(--blue-dark); }

        /* ── Transfer modal ────────────────────────── */
        .dt-modal-overlay {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(11,29,53,.5);
            z-index: 2000;
            align-items: center;
            justify-content: center;
            padding: 1rem;
        }
        .dt-modal-overlay.active { display: flex; }
        .dt-modal {
            background: var(--white);
            border-radius: 16px;
            padding: 2rem;
            max-width: 440px;
            width: 100%;
            box-shadow: 0 20px 60px rgba(11,29,53,.2);
            position: relative;
        }
        .dt-modal-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: none;
            border: none;
            font-size: 1.25rem;
            color: var(--muted);
            cursor: pointer;
            line-height: 1;
        }
        .dt-modal-close:hover { color: var(--navy); }
        .dt-modal h3 {
            font-size: 1.1rem;
            color: var(--navy);
            margin-bottom: 0.35rem;
        }
        .dt-modal-domain {
            font-size: 0.88rem;
            color: var(--blue);
            font-weight: 600;
            margin-bottom: 1.25rem;
        }
        .dt-modal label {
            display: block;
            font-family: 'Inter', sans-serif;
            font-size: 0.82rem;
            font-weight: 600;
            color: var(--navy);
            margin-bottom: 0.35rem;
        }
        .dt-modal-input {
            width: 100%;
            padding: 0.7rem 0.9rem;
            border: 1.5px solid var(--border);
            border-radius: 9px;
            font-family: 'Open Sans', sans-serif;
            font-size: 0.9rem;
            color: var(--text);
            outline: none;
            transition: border-color .15s;
            box-sizing: border-box;
        }
        .dt-modal-input:focus { border-color: var(--blue); }
        .dt-modal-error {
            font-size: 0.8rem;
            color: #dc2626;
            margin-top: 0.35rem;
            display: none;
        }
        .dt-modal-hint {
            font-size: 0.78rem;
            color: var(--muted);
            margin-top: 0.35rem;
            line-height: 1.5;
        }
        .dt-modal-submit {
            width: 100%;
            padding: 0.8rem;
            background: var(--blue);
            color: #fff;
            border: none;
            border-radius: 9px;
            font-family: 'Inter', sans-serif;
            font-size: 0.95rem;
            font-weight: 700;
            cursor: pointer;
            margin-top: 1.25rem;
            transition: background .15s;
        }
        .dt-modal-submit:hover { background: var(--blue-dark); }

        /* ── Steps ─────────────────────────────────── */
        .dt-steps-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
        }
        .dt-step {
            background: var(--bg-page);
            border: 1px solid var(--border);
            border-radius: 14px;
            padding: 1.75rem 1.5rem;
            text-align: center;
            position: relative;
            transition: border-color .2s, box-shadow .2s;
        }
        .dt-step:hover {
            border-color: rgba(59,108,244,.25);
            box-shadow: 0 6px 24px rgba(11,29,53,.06);
        }
        .dt-step-num {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: var(--navy);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
        }
        .dt-step h3 {
            font-size: 0.95rem;
            color: var(--navy);
            margin-bottom: 0.45rem;
        }
        .dt-step p {
            font-size: 0.84rem;
            color: var(--muted);
            line-height: 1.6;
        }

        /* ── Responsive ────────────────────────────── */
        @media (max-width: 900px) {
            .dt-steps-row { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 640px) {
            .dt-steps-row { grid-template-columns: 1fr; }
        }

/* ── sahkoposti-yritykselle ─────────────────────────────────────── */
        /* ── Email page tokens ─────────────────────── */
        .ep { --ep-accent: #3B6CF4; --ep-accent-soft: rgba(59,108,244,.08); --ep-green: #10B981; --ep-green-soft: rgba(16,185,129,.08); }

        /* ── Hero ──────────────────────────────────── */
        .ep-hero {
            position: relative;
            background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #1e4a6e 100%);
            overflow: hidden;
            padding: 0;
        }
        .ep-hero::after {
            content: '';
            position: absolute;
            bottom: -1px; left: 0; right: 0;
            height: 60px;
            background: var(--bg-page);
            clip-path: ellipse(55% 100% at 50% 100%);
        }
        .ep-hero-inner {
            position: relative;
            z-index: 1;
            max-width: 780px;
            margin: 0 auto;
            text-align: center;
            padding: 5rem 1.5rem 7rem;
        }
        .ep-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            background: rgba(59,108,244,.14);
            border: 1px solid rgba(59,108,244,.28);
            color: #93B4F4;
            border-radius: 100px;
            padding: 0.3rem 1rem;
            font-size: 0.75rem;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            margin-bottom: 1.5rem;
        }
        .ep-hero h1 {
            font-size: clamp(1.8rem, 4.5vw, 2.6rem);
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 1.25rem;
            letter-spacing: -.02em;
        }
        .ep-hero h1 em {
            font-style: normal;
            color: #93B4F4;
        }
        .ep-hero-desc {
            font-size: 1.1rem;
            color: rgba(255,255,255,.62);
            max-width: 560px;
            margin: 0 auto 2.5rem;
            line-height: 1.7;
        }
        .ep-hero-stats {
            display: flex;
            justify-content: center;
            gap: 3rem;
            flex-wrap: wrap;
        }
        .ep-hero-stat {
            text-align: center;
        }
        .ep-hero-stat-val {
            font-family: 'Inter', sans-serif;
            font-size: 1.6rem;
            font-weight: 800;
            color: #fff;
            display: block;
        }
        .ep-hero-stat-label {
            font-size: 0.78rem;
            color: rgba(255,255,255,.45);
            margin-top: 0.15rem;
        }

        /* ── Pricing ───────────────────────────────── */
        .ep-pricing {
            padding: 5rem 0 4rem;
            background: var(--bg-page);
        }
        .ep-section-label {
            text-align: center;
            font-family: 'Inter', sans-serif;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: var(--blue);
            margin-bottom: 0.75rem;
        }
        .ep-section-title {
            text-align: center;
            font-size: clamp(1.3rem, 2.8vw, 1.75rem);
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 0.6rem;
        }
        .ep-section-sub {
            text-align: center;
            color: var(--muted);
            font-size: 0.95rem;
            max-width: 520px;
            margin: 0 auto 3rem;
            line-height: 1.6;
        }
        .ep-plans {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.25rem;
            align-items: stretch;
        }
        .ep-plan {
            background: var(--white);
            border: 1.5px solid var(--border);
            border-radius: 16px;
            padding: 2rem 1.75rem 1.75rem;
            display: flex;
            flex-direction: column;
            position: relative;
            transition: border-color .2s, box-shadow .2s;
        }
        .ep-plan:hover {
            border-color: rgba(59,108,244,.3);
            box-shadow: 0 8px 32px rgba(11,29,53,.08);
        }
        .ep-plan--rec {
            border-color: var(--blue);
            box-shadow: 0 8px 40px rgba(59,108,244,.12);
        }
        .ep-plan--rec:hover {
            box-shadow: 0 12px 48px rgba(59,108,244,.18);
        }
        .ep-plan-pop {
            position: absolute;
            top: -11px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--blue);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            padding: 0.25rem 1rem;
            border-radius: 100px;
            white-space: nowrap;
        }
        .ep-plan-name {
            font-family: 'Inter', sans-serif;
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.6rem;
        }
        .ep-plan-price {
            display: flex;
            align-items: baseline;
            gap: 0.25rem;
            margin-bottom: 0.35rem;
        }
        .ep-plan-amount {
            font-family: 'Inter', sans-serif;
            font-size: 2.4rem;
            font-weight: 800;
            color: var(--navy);
            line-height: 1;
        }
        .ep-plan-cur {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
        }
        .ep-plan-period {
            font-size: 0.82rem;
            color: var(--muted);
            margin-bottom: 1.5rem;
        }
        .ep-plan-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 1.25rem;
        }
        .ep-plan-features {
            list-style: none;
            flex: 1;
            margin-bottom: 1.5rem;
        }
        .ep-plan-features li {
            display: flex;
            align-items: flex-start;
            gap: 0.55rem;
            font-size: 0.84rem;
            color: var(--text);
            padding: 0.35rem 0;
            line-height: 1.45;
        }
        .ep-plan-features li::before {
            content: '';
            flex-shrink: 0;
            width: 18px;
            height: 18px;
            margin-top: 1px;
            border-radius: 50%;
            background: var(--ep-green-soft);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='%2310B981' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
        }
        .ep-plan-btn {
            display: block;
            width: 100%;
            padding: 0.8rem;
            border: 1.5px solid var(--border);
            border-radius: 10px;
            background: var(--white);
            color: var(--navy);
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 700;
            cursor: pointer;
            text-align: center;
            transition: all .15s;
        }
        .ep-plan-btn:hover {
            border-color: var(--blue);
            color: var(--blue);
            background: var(--ep-accent-soft);
        }
        .ep-plan--rec .ep-plan-btn {
            background: var(--blue);
            border-color: var(--blue);
            color: #fff;
        }
        .ep-plan--rec .ep-plan-btn:hover {
            background: var(--blue-dark);
            border-color: var(--blue-dark);
        }
        .ep-plan-note {
            font-size: 0.72rem;
            color: var(--muted);
            text-align: center;
            margin-top: 0.6rem;
        }
        .ep-pricing-foot {
            text-align: center;
            margin-top: 2rem;
            font-size: 0.8rem;
            color: var(--muted);
        }

        /* ── Single plan layout ──────────────────────── */
        /* ── Email pricing card ── */
        .ep-card {
            max-width: 480px;
            margin: 2.5rem auto 0;
            border-radius: 18px;
            overflow: hidden;
            border: 1px solid var(--border);
            box-shadow: 0 8px 32px rgba(11,29,53,.07);
        }
        .ep-card-header {
            background: linear-gradient(135deg, var(--navy) 0%, #1a3a5c 100%);
            padding: 2rem 2rem 1.75rem;
            text-align: center;
        }
        .ep-card-label {
            display: inline-block;
            background: var(--blue);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 0.68rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .08em;
            padding: 0.25rem 0.9rem;
            border-radius: 100px;
            margin-bottom: 0.75rem;
        }
        .ep-card-price-row {
            display: flex;
            align-items: baseline;
            justify-content: center;
            gap: 0.15rem;
        }
        .ep-card-price {
            font-family: 'Inter', sans-serif;
            font-size: 2.8rem;
            font-weight: 800;
            color: #fff;
            line-height: 1;
        }
        .ep-card-cur {
            font-family: 'Inter', sans-serif;
            font-size: 1.3rem;
            font-weight: 700;
            color: #fff;
        }
        .ep-card-period {
            font-size: 0.9rem;
            color: rgba(255,255,255,.45);
            margin-left: 0.1rem;
        }
        .ep-card-extra {
            margin-top: 0.6rem;
            font-size: 0.78rem;
            color: rgba(255,255,255,.4);
        }
        .ep-card-extra strong { color: rgba(255,255,255,.65); }
        .ep-card-body {
            padding: 0 2rem 2rem;
            background: var(--white);
        }
        .ep-card-features {
            list-style: none;
            padding: 1.5rem 0 0;
            margin: 0;
        }
        .ep-card-features li {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-size: 0.86rem;
            color: var(--navy);
            line-height: 1.4;
            padding: 0.45rem 0;
        }
        .ep-card-features li svg { flex-shrink: 0; width: 16px; height: 16px; }
        .ep-card-divider {
            height: 1px;
            background: var(--border);
            margin: 1.25rem 0;
        }
        .ep-card-action {
            text-align: center;
        }
        .ep-qty-label {
            font-family: 'Inter', sans-serif;
            font-size: 0.8rem;
            font-weight: 600;
            color: var(--navy);
            margin-bottom: 0.6rem;
            display: block;
        }
        .ep-qty-row {
            display: inline-flex;
            align-items: center;
            gap: 0;
            margin-bottom: 1rem;
        }
        .ep-qty-btn {
            width: 42px;
            height: 42px;
            border: 1.5px solid var(--border);
            background: var(--white);
            color: var(--navy);
            font-size: 1.2rem;
            font-weight: 700;
            cursor: pointer;
            transition: border-color .15s, color .15s;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .ep-qty-btn:first-child { border-radius: 8px 0 0 8px; border-right: none; }
        .ep-qty-btn:last-child { border-radius: 0 8px 8px 0; border-left: none; }
        .ep-qty-btn:hover { border-color: var(--blue); color: var(--blue); }
        .ep-qty-input {
            width: 56px;
            height: 42px;
            border: 1.5px solid var(--border);
            text-align: center;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
            -moz-appearance: textfield;
        }
        .ep-qty-input::-webkit-inner-spin-button,
        .ep-qty-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
        .ep-qty-total {
            font-size: 0.9rem;
            color: var(--text);
            margin-bottom: 1.25rem;
        }
        .ep-card-btn {
            display: block;
            width: 100%;
            padding: 1rem;
            border-radius: 12px;
            background: var(--blue);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 1.05rem;
            font-weight: 700;
            text-align: center;
            border: none;
            cursor: pointer;
            transition: transform .15s, box-shadow .15s, background .15s;
            letter-spacing: .01em;
        }
        .ep-card-btn:hover {
            background: var(--blue-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 28px rgba(59,108,244,.25);
        }
        .ep-card-note {
            text-align: center;
            font-size: 0.75rem;
            color: var(--muted);
            margin-top: 0.85rem;
        }
        .ep-pricing-example {
            max-width: 650px;
            margin: 2.5rem auto 0;
            text-align: center;
            padding: 1.5rem 2rem;
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 12px;
        }
        .ep-pricing-example p {
            font-size: 0.88rem;
            color: var(--text);
            line-height: 1.6;
            margin-top: 0.5rem;
        }
        @media (max-width: 700px) {
            .ep-card-body { padding: 0 1.5rem 1.5rem; }
            .ep-card-header { padding: 1.75rem 1.5rem 1.5rem; }
        }

        /* ── Features grid ─────────────────────────── */
        .ep-features {
            padding: 5rem 0;
            background: var(--white);
        }
        .ep-feat-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
        }
        .ep-feat {
            padding: 1.75rem;
            border-radius: 14px;
            border: 1px solid var(--border);
            background: var(--bg-page);
            transition: border-color .2s, transform .2s;
        }
        .ep-feat:hover {
            border-color: rgba(59,108,244,.25);
            transform: translateY(-2px);
        }
        .ep-feat-icon {
            width: 44px;
            height: 44px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }
        .ep-feat-icon--blue { background: var(--ep-accent-soft); }
        .ep-feat-icon--green { background: var(--ep-green-soft); }
        .ep-feat-icon--navy { background: rgba(11,29,53,.06); }
        .ep-feat h3 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.45rem;
        }
        .ep-feat p {
            font-size: 0.84rem;
            color: var(--muted);
            line-height: 1.6;
        }

        /* ── How it works ──────────────────────────── */
        .ep-steps {
            padding: 5rem 0;
            background: var(--bg-page);
        }
        .ep-steps-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 3rem;
        }
        .ep-step {
            text-align: center;
            position: relative;
        }
        .ep-step-num {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: var(--navy);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 1.1rem;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.25rem;
        }
        .ep-step h3 {
            font-size: 1rem;
            color: var(--navy);
            margin-bottom: 0.5rem;
        }
        .ep-step p {
            font-size: 0.86rem;
            color: var(--muted);
            line-height: 1.6;
            max-width: 280px;
            margin: 0 auto;
        }
        .ep-step-connector {
            display: none;
        }

        /* ── Migration ─────────────────────────────── */
        .ep-migrate {
            padding: 5rem 0;
            background: var(--white);
        }
        .ep-migrate-card {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
            background: linear-gradient(135deg, var(--navy) 0%, #142D4F 100%);
            border-radius: 20px;
            padding: 3.5rem;
            overflow: hidden;
            position: relative;
        }
        .ep-migrate-card::before {
            content: '';
            position: absolute;
            top: -40%;
            right: -10%;
            width: 350px;
            height: 350px;
            border-radius: 50%;
            background: rgba(59,108,244,.12);
            filter: blur(60px);
            pointer-events: none;
        }
        .ep-migrate-content {
            position: relative;
            z-index: 1;
        }
        .ep-migrate-content h2 {
            font-size: 1.6rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 0.75rem;
        }
        .ep-migrate-content p {
            color: rgba(255,255,255,.6);
            font-size: 0.95rem;
            line-height: 1.65;
            margin-bottom: 1.75rem;
        }
        .ep-migrate-perks {
            display: flex;
            flex-direction: column;
            gap: 0.65rem;
            position: relative;
            z-index: 1;
        }
        .ep-migrate-perk {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            background: rgba(255,255,255,.06);
            border: 1px solid rgba(255,255,255,.08);
            border-radius: 12px;
            padding: 1rem 1.25rem;
        }
        .ep-migrate-perk-icon {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: rgba(16,185,129,.25);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            flex-shrink: 0;
        }
        .ep-migrate-perk-text {
            font-family: 'Inter', sans-serif;
            font-size: 0.88rem;
            font-weight: 600;
            color: rgba(255,255,255,.85);
        }
        .ep-migrate-perk-sub {
            font-size: 0.78rem;
            color: rgba(255,255,255,.4);
            font-weight: 400;
            margin-top: 0.1rem;
        }
        .ep-migrate-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1.5rem;
            background: var(--blue);
            color: #fff;
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 700;
            text-decoration: none;
            transition: background .15s;
        }
        .ep-migrate-btn:hover {
            background: var(--blue-dark);
            color: #fff;
            text-decoration: none;
        }

        /* ── FAQ ────────────────────────────────────── */
        .ep-faq {
            padding: 5rem 0;
            background: var(--bg-page);
        }

        /* ── CTA ────────────────────────────────────── */
        /* ── CTA Banner (shared, Dribbble-inspired) ── */

        /* ── Responsive ────────────────────────────── */
        @media (max-width: 900px) {
            .ep-plans { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
            .ep-plan--rec { order: -1; }
            .ep-feat-grid { grid-template-columns: 1fr 1fr; }
            .ep-migrate-card { grid-template-columns: 1fr; padding: 2.5rem; }
        }
        @media (max-width: 640px) {
            .ep-hero-inner { padding: 3.5rem 1.5rem 5rem; }
            .ep-hero-stats { gap: 2rem; }
            .ep-feat-grid { grid-template-columns: 1fr; }
            .ep-steps-row { grid-template-columns: 1fr; gap: 2.5rem; }
            .ep-migrate-card { padding: 2rem 1.5rem; }
            .ep-pricing, .ep-features, .ep-steps, .ep-migrate, .ep-faq, .nw-cta-wrap { padding: 3.5rem 0; }
        }

/* ── n8n-hosting ─────────────────────────────────────── */
        /* ── n8n dark theme tokens ────────────────── */
        .n8 {
            --n8-pink: #EA4B71;
            --n8-pink-soft: rgba(234,75,113,.10);
            --n8-pink-glow: rgba(234,75,113,.18);
            --n8-green: #10B981;
            --n8-green-soft: rgba(16,185,129,.12);
            --n8-surface: #1a1a2e;
            --n8-surface-2: #16162a;
            --n8-surface-3: #222240;
            --n8-card: #1e1e36;
            --n8-card-border: rgba(255,255,255,.06);
            --n8-card-hover: rgba(234,75,113,.08);
            --n8-text: rgba(255,255,255,.78);
            --n8-text-dim: rgba(255,255,255,.42);
            --n8-heading: #f0f0f8;
        }

        /* ── Hero ──────────────────────────────────── */
        .n8-hero {
            position: relative;
            background: linear-gradient(160deg, #0d0d1a 0%, #1a1a2e 40%, #2a1a30 100%);
            overflow: hidden;
            padding: 0;
        }
        .n8-hero::before {
            content: '';
            position: absolute;
            top: -40%; right: -20%;
            width: 600px; height: 600px;
            background: radial-gradient(circle, rgba(234,75,113,.12) 0%, transparent 70%);
            pointer-events: none;
        }
        .n8-hero::after {
            content: '';
            position: absolute;
            bottom: -1px; left: 0; right: 0;
            height: 60px;
            background: var(--n8-surface);
            clip-path: ellipse(55% 100% at 50% 100%);
        }
        .n8-hero-inner {
            position: relative;
            z-index: 1;
            max-width: 780px;
            margin: 0 auto;
            text-align: center;
            padding: 5rem 1.5rem 7rem;
        }
        .n8-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            background: var(--n8-pink-soft);
            border: 1px solid rgba(234,75,113,.30);
            color: var(--n8-pink);
            border-radius: 100px;
            padding: 0.3rem 1rem;
            font-size: 0.75rem;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            margin-bottom: 1.5rem;
        }
        .n8-hero h1 {
            font-size: clamp(1.8rem, 4.5vw, 2.6rem);
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 1.25rem;
            letter-spacing: -.02em;
        }
        .n8-hero h1 em {
            font-style: normal;
            background: linear-gradient(135deg, var(--n8-pink), #ff7eb3);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .n8-hero-desc {
            font-size: 1.1rem;
            color: rgba(255,255,255,.55);
            max-width: 600px;
            margin: 0 auto 2.5rem;
            line-height: 1.7;
        }
        .n8-hero-stats {
            display: flex;
            justify-content: center;
            gap: 3rem;
            flex-wrap: wrap;
        }
        .n8-hero-stat { text-align: center; }
        .n8-hero-stat-val {
            font-family: 'Inter', sans-serif;
            font-size: 1.6rem;
            font-weight: 800;
            color: #fff;
            display: block;
        }
        .n8-hero-stat-label {
            font-size: 0.78rem;
            color: rgba(255,255,255,.38);
            margin-top: 0.15rem;
        }

        /* ── Section common ───────────────────────── */
        .n8-section-label {
            text-align: center;
            font-family: 'Inter', sans-serif;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: var(--n8-pink);
            margin-bottom: 0.75rem;
        }
        .n8-section-title {
            text-align: center;
            font-size: clamp(1.3rem, 2.8vw, 1.75rem);
            font-weight: 800;
            color: var(--n8-heading);
            margin-bottom: 0.6rem;
        }
        .n8-section-sub {
            text-align: center;
            color: var(--n8-text-dim);
            font-size: 0.95rem;
            max-width: 560px;
            margin: 0 auto 3rem;
            line-height: 1.6;
        }

        /* ── Pricing ───────────────────────────────── */
        .n8-pricing {
            padding: 5rem 0 4rem;
            background: var(--n8-surface);
        }
        .n8-plans {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.25rem;
            align-items: stretch;
        }
        .n8-plan {
            background: var(--n8-card);
            border: 1.5px solid var(--n8-card-border);
            border-radius: 16px;
            padding: 2rem 1.75rem 1.75rem;
            display: flex;
            flex-direction: column;
            position: relative;
            transition: border-color .2s, box-shadow .2s;
        }
        .n8-plan:hover {
            border-color: rgba(234,75,113,.20);
            box-shadow: 0 8px 32px rgba(0,0,0,.3);
        }
        .n8-plan--rec {
            border-color: var(--n8-pink);
            box-shadow: 0 8px 40px rgba(234,75,113,.15);
        }
        .n8-plan--rec:hover {
            box-shadow: 0 12px 48px rgba(234,75,113,.22);
        }
        .n8-plan-pop {
            position: absolute;
            top: -11px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--n8-pink);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            padding: 0.25rem 1rem;
            border-radius: 100px;
            white-space: nowrap;
        }
        .n8-plan-name {
            font-family: 'Inter', sans-serif;
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--n8-heading);
            margin-bottom: 0.6rem;
        }
        .n8-plan-price {
            display: flex;
            align-items: baseline;
            gap: 0.25rem;
            margin-bottom: 0.35rem;
        }
        .n8-plan-amount {
            font-family: 'Inter', sans-serif;
            font-size: 2.4rem;
            font-weight: 800;
            color: #fff;
            line-height: 1;
        }
        .n8-plan-cur {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: rgba(255,255,255,.6);
        }
        .n8-plan-period {
            font-size: 0.82rem;
            color: var(--n8-text-dim);
            margin-bottom: 1.5rem;
        }
        .n8-plan-divider {
            height: 1px;
            background: var(--n8-card-border);
            margin-bottom: 1.25rem;
        }
        .n8-plan-features {
            list-style: none;
            flex: 1;
            margin-bottom: 1.5rem;
        }
        .n8-plan-features li {
            display: flex;
            align-items: flex-start;
            gap: 0.55rem;
            font-size: 0.84rem;
            color: var(--n8-text);
            padding: 0.35rem 0;
            line-height: 1.45;
        }
        .n8-plan-features li::before {
            content: '';
            flex-shrink: 0;
            width: 18px;
            height: 18px;
            margin-top: 1px;
            border-radius: 50%;
            background: var(--n8-green-soft);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='%2310B981' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
        }
        .n8-plan-btn {
            display: block;
            width: 100%;
            padding: 0.8rem;
            border: 1.5px solid rgba(255,255,255,.10);
            border-radius: 10px;
            background: transparent;
            color: var(--n8-heading);
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 700;
            cursor: pointer;
            text-align: center;
            transition: all .15s;
        }
        .n8-plan-btn:hover {
            border-color: var(--n8-pink);
            color: var(--n8-pink);
            background: var(--n8-pink-soft);
        }
        .n8-plan--rec .n8-plan-btn {
            background: var(--n8-pink);
            border-color: var(--n8-pink);
            color: #fff;
        }
        .n8-plan--rec .n8-plan-btn:hover {
            background: #d4345f;
            border-color: #d4345f;
        }
        .n8-plan-note {
            font-size: 0.72rem;
            color: var(--n8-text-dim);
            text-align: center;
            margin-top: 0.6rem;
        }
        .n8-pricing-foot {
            text-align: center;
            margin-top: 2rem;
            font-size: 0.8rem;
            color: var(--n8-text-dim);
        }

        /* ── What is n8n ──────────────────────────── */
        .n8-what {
            padding: 5rem 0;
            background: var(--n8-surface-2);
        }
        .n8-what-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
        }
        .n8-what-content h2 {
            font-size: clamp(1.3rem, 2.8vw, 1.75rem);
            font-weight: 800;
            color: var(--n8-heading);
            margin-bottom: 1rem;
        }
        .n8-what-content p {
            font-size: 0.95rem;
            color: var(--n8-text-dim);
            line-height: 1.7;
            margin-bottom: 1rem;
        }
        .n8-what-list {
            list-style: none;
            margin-top: 1.5rem;
        }
        .n8-what-list li {
            display: flex;
            align-items: flex-start;
            gap: 0.65rem;
            font-size: 0.9rem;
            color: var(--n8-text);
            padding: 0.5rem 0;
            line-height: 1.5;
        }
        .n8-what-list li::before {
            content: '';
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            margin-top: 2px;
            border-radius: 50%;
            background: var(--n8-pink-soft);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='%23EA4B71' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
        }
        /* CSS illustration */
        .n8-what-visual {
            background: var(--n8-card);
            border: 1px solid var(--n8-card-border);
            border-radius: 16px;
            padding: 2.5rem;
            position: relative;
            min-height: 320px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }
        .n8-flow-label {
            font-family: 'Inter', sans-serif;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            color: var(--n8-text-dim);
            margin-bottom: 0.5rem;
        }
        .n8-flow-row {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        .n8-flow-node {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--n8-surface-3);
            border: 1.5px solid var(--n8-card-border);
            border-radius: 10px;
            padding: 0.6rem 1rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.78rem;
            font-weight: 600;
            color: var(--n8-heading);
            white-space: nowrap;
            transition: border-color .2s;
        }
        .n8-flow-node:hover {
            border-color: rgba(234,75,113,.25);
        }
        .n8-flow-node-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            flex-shrink: 0;
        }
        .n8-flow-node-dot--pink { background: var(--n8-pink); }
        .n8-flow-node-dot--blue { background: #6366f1; }
        .n8-flow-node-dot--green { background: #10B981; }
        .n8-flow-node-dot--purple { background: #a855f7; }
        .n8-flow-arrow {
            color: var(--n8-text-dim);
            font-size: 1.1rem;
            flex-shrink: 0;
        }
        .n8-flow-branch {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: flex-start;
        }

        /* ── Use cases ────────────────────────────── */
        .n8-usecases {
            padding: 5rem 0;
            background: var(--n8-surface);
        }
        .n8-usecase-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }
        .n8-usecase {
            padding: 1.75rem;
            border-radius: 14px;
            border: 1px solid var(--n8-card-border);
            background: var(--n8-card);
            transition: border-color .2s, transform .2s;
        }
        .n8-usecase:hover {
            border-color: rgba(234,75,113,.20);
            transform: translateY(-2px);
        }
        .n8-usecase-icon {
            width: 44px;
            height: 44px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }
        .n8-usecase-icon--pink { background: var(--n8-pink-soft); }
        .n8-usecase-icon--green { background: var(--n8-green-soft); }
        .n8-usecase-icon--purple { background: rgba(168,85,247,.10); }
        .n8-usecase-icon--indigo { background: rgba(99,102,241,.10); }
        .n8-usecase h3 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--n8-heading);
            margin-bottom: 0.45rem;
        }
        .n8-usecase p {
            font-size: 0.84rem;
            color: var(--n8-text-dim);
            line-height: 1.6;
        }

        /* ── Why hosted ───────────────────────────── */
        .n8-why {
            padding: 5rem 0;
            background: var(--n8-surface-2);
        }
        .n8-why-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }
        .n8-why-card {
            padding: 1.75rem;
            border-radius: 14px;
            border: 1px solid var(--n8-card-border);
            background: var(--n8-card);
            transition: border-color .2s, transform .2s;
        }
        .n8-why-card:hover {
            border-color: rgba(234,75,113,.20);
            transform: translateY(-2px);
        }
        .n8-why-icon {
            width: 44px;
            height: 44px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }
        .n8-why-icon--pink { background: var(--n8-pink-soft); }
        .n8-why-icon--green { background: var(--n8-green-soft); }
        .n8-why-icon--indigo { background: rgba(99,102,241,.10); }
        .n8-why-card h3 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--n8-heading);
            margin-bottom: 0.45rem;
        }
        .n8-why-card p {
            font-size: 0.84rem;
            color: var(--n8-text-dim);
            line-height: 1.6;
        }

        /* ── Integrations ─────────────────────────── */
        .n8-integrations {
            padding: 5rem 0;
            background: var(--n8-surface);
        }
        .n8-int-badges {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.75rem;
            max-width: 720px;
            margin: 0 auto;
        }
        .n8-int-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--n8-card);
            border: 1px solid var(--n8-card-border);
            border-radius: 100px;
            padding: 0.55rem 1.25rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.82rem;
            font-weight: 600;
            color: var(--n8-heading);
            transition: border-color .2s, box-shadow .2s;
        }
        .n8-int-badge:hover {
            border-color: rgba(234,75,113,.25);
            box-shadow: 0 4px 16px rgba(0,0,0,.25);
        }
        .n8-int-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        /* ── FAQ ────────────────────────────────────── */
        .n8-faq {
            padding: 5rem 0;
            background: var(--n8-surface-2);
        }
        .n8-faq-list {
            max-width: 720px;
            margin: 3rem auto 0;
        }
        .n8-faq-item {
            border-bottom: 1px solid var(--n8-card-border);
        }
        .n8-faq-q {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 1.25rem 0;
            background: none;
            border: none;
            font-family: 'Inter', sans-serif;
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--n8-heading);
            cursor: pointer;
            text-align: left;
            gap: 1rem;
        }
        .n8-faq-q:hover { color: var(--n8-pink); }
        .n8-faq-arrow {
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: var(--n8-surface-3);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform .25s, background .15s;
        }
        .n8-faq-arrow svg {
            width: 12px;
            height: 12px;
            stroke: var(--n8-text-dim);
            transition: stroke .15s;
        }
        .n8-faq-item.open .n8-faq-arrow {
            transform: rotate(180deg);
            background: var(--n8-pink-soft);
        }
        .n8-faq-item.open .n8-faq-arrow svg { stroke: var(--n8-pink); }
        .n8-faq-a {
            max-height: 0;
            overflow: hidden;
            transition: max-height .3s ease;
        }
        .n8-faq-a-inner {
            padding: 0 0 1.25rem;
            font-size: 0.88rem;
            color: var(--n8-text-dim);
            line-height: 1.7;
        }

        /* ── CTA ────────────────────────────────────── */
        .n8-cta {
            padding: 5rem 0;
            background: var(--n8-surface);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .n8-cta::before {
            content: '';
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            width: 500px; height: 500px;
            background: radial-gradient(circle, rgba(234,75,113,.06) 0%, transparent 70%);
            pointer-events: none;
        }
        .n8-cta h2 {
            font-size: clamp(1.3rem, 3vw, 1.8rem);
            color: var(--n8-heading);
            margin-bottom: 0.75rem;
            position: relative;
        }
        .n8-cta p {
            color: var(--n8-text-dim);
            font-size: 0.95rem;
            max-width: 460px;
            margin: 0 auto 2rem;
            position: relative;
        }
        .n8-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.9rem 2rem;
            background: var(--n8-pink);
            color: #fff;
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            text-decoration: none;
            transition: background .15s, box-shadow .15s;
            position: relative;
        }
        .n8-cta-btn:hover {
            background: #d4345f;
            color: #fff;
            text-decoration: none;
            box-shadow: 0 8px 32px rgba(234,75,113,.25);
        }

        /* n8n-scoped CTA banner overrides */
        .n8 .nw-cta-wrap { background: var(--n8-surface); }
        .n8 .nw-cta-banner { background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 50%, #2a1a30 100%); }
        .n8 .nw-cta-glow { background: radial-gradient(circle, rgba(234,75,113,.3) 0%, rgba(234,75,113,.08) 40%, transparent 70%); }
        .n8 .nw-cta-glow::after { background: radial-gradient(circle, rgba(234,75,113,.15) 0%, transparent 65%); }
        .n8 .nw-cta-badge { color: var(--n8-pink); }
        .n8 .nw-cta-badge svg { stroke: var(--n8-pink); }
        .n8 .nw-cta-btn-primary { background: var(--n8-pink); color: #fff; border-color: var(--n8-pink); }
        .n8 .nw-cta-btn-primary:hover { background: #d4345f; border-color: #d4345f; color: #fff; box-shadow: 0 8px 24px rgba(234,75,113,.25); }
        .n8 .nw-cta-btn-outline { border-color: rgba(234,75,113,.3); color: rgba(255,255,255,.7); }
        .n8 .nw-cta-btn-outline:hover { border-color: rgba(234,75,113,.6); background: rgba(234,75,113,.08); color: #fff; }

        /* ── Responsive ────────────────────────────── */
        @media (max-width: 900px) {
            .n8-plans { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
            .n8-plan--rec { order: -1; }
            .n8-what-grid { grid-template-columns: 1fr; }
            .n8-usecase-grid { grid-template-columns: 1fr 1fr; }
            .n8-why-grid { grid-template-columns: 1fr 1fr; }
        }
        @media (max-width: 640px) {
            .n8-hero-inner { padding: 3.5rem 1.5rem 5rem; }
            .n8-hero-stats { gap: 2rem; }
            .n8-usecase-grid { grid-template-columns: 1fr; }
            .n8-why-grid { grid-template-columns: 1fr; }
            .n8-flow-row { flex-direction: column; align-items: center; gap: 0.4rem; }
            .n8-flow-arrow { transform: rotate(90deg); font-size: 0.9rem; }
            .n8-flow-branch { flex-direction: row; gap: 0.5rem; flex-wrap: wrap; justify-content: center; }
            .n8-flow-node { font-size: 0.72rem; padding: 0.5rem 0.75rem; }
            .n8-what-visual { padding: 1.5rem 1rem; min-height: auto; }
            .n8-pricing, .n8-what, .n8-usecases, .n8-why, .n8-integrations, .n8-faq, .n8-cta { padding: 3.5rem 0; }
        }

/* ── webhotellit ─────────────────────────────────────── */
        /* ── Webhotelli page tokens ─────────────────── */
        .wh { --wh-accent: #3B6CF4; --wh-accent-soft: rgba(59,108,244,.08); --wh-green: #10B981; --wh-green-soft: rgba(16,185,129,.08); }

        /* ── Hero ──────────────────────────────────── */
        .wh-hero {
            position: relative;
            background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #1e4a6e 100%);
            overflow: hidden;
            padding: 0;
        }
        .wh-hero::after {
            content: '';
            position: absolute;
            bottom: -1px; left: 0; right: 0;
            height: 60px;
            background: var(--bg-page);
            clip-path: ellipse(55% 100% at 50% 100%);
        }
        .wh-hero.hero-arch-white::after {
            background: var(--white);
        }
        .wh-hero-inner {
            position: relative;
            z-index: 1;
            max-width: 780px;
            margin: 0 auto;
            text-align: center;
            padding: 5rem 1.5rem 7rem;
        }
        .wh-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            background: rgba(59,108,244,.14);
            border: 1px solid rgba(59,108,244,.28);
            color: #93B4F4;
            border-radius: 100px;
            padding: 0.3rem 1rem;
            font-size: 0.75rem;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            margin-bottom: 1.5rem;
        }
        .wh-hero h1 {
            font-size: clamp(1.8rem, 4.5vw, 2.6rem);
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 1.25rem;
            letter-spacing: -.02em;
        }
        .wh-hero h1 em {
            font-style: normal;
            color: #93B4F4;
        }
        .wh-hero-desc {
            font-size: 1.1rem;
            color: rgba(255,255,255,.62);
            max-width: 560px;
            margin: 0 auto 2.5rem;
            line-height: 1.7;
        }
        .wh-hero-stats {
            display: flex;
            justify-content: center;
            gap: 3rem;
            flex-wrap: wrap;
        }
        .wh-hero-stat {
            text-align: center;
        }
        .wh-hero-stat-val {
            font-family: 'Inter', sans-serif;
            font-size: 1.6rem;
            font-weight: 800;
            color: #fff;
            display: block;
        }
        .wh-hero-stat-label {
            font-size: 0.78rem;
            color: rgba(255,255,255,.45);
            margin-top: 0.15rem;
        }

        /* ── Hero buttons ──────────────────────────── */
        .wh-hero-btns {
            display: flex;
            gap: 0.6rem;
            justify-content: center;
            margin-bottom: 2.5rem;
        }
        .wh-hero-btn {
            padding: 0.7rem 1.6rem;
            font-size: 0.88rem;
        }

        /* ── Trust strip ──────────────────────────── */
        .wh-trust-strip {
            background: var(--white);
            border-bottom: 1px solid var(--border);
            padding: 1rem 0;
        }
        .wh-trust-inner {
            display: flex;
            justify-content: center;
            gap: 2.5rem;
            flex-wrap: wrap;
        }
        .wh-trust-item {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.82rem;
            font-weight: 600;
            color: var(--navy);
        }
        .wh-trust-item svg { flex-shrink: 0; }

        /* ── Compatible with ──────────────────────── */
        .wh-compat {
            padding: 4rem 0;
            background: var(--bg-page);
        }
        .wh-compat-grid {
            display: flex;
            justify-content: center;
            gap: 2.5rem;
            flex-wrap: wrap;
            margin-top: 2rem;
        }
        .wh-compat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
        }
        .wh-compat-item span {
            font-size: 0.8rem;
            font-weight: 600;
            color: var(--muted);
        }

        /* ── Social proof ─────────────────────────── */
        .wh-social-proof {
            padding: 5rem 0;
            background: var(--white);
        }
        .wh-testimonials {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 2.5rem;
        }
        .wh-testimonial {
            background: var(--bg-page);
            border: 1px solid var(--border);
            border-radius: 14px;
            padding: 1.75rem;
        }
        .wh-testimonial-stars {
            color: #f59e0b;
            font-size: 1rem;
            margin-bottom: 0.75rem;
            letter-spacing: 0.1em;
        }
        .wh-testimonial-text {
            font-size: 0.9rem;
            color: var(--text);
            line-height: 1.65;
            margin-bottom: 1.25rem;
        }
        .wh-testimonial-author strong {
            display: block;
            font-size: 0.85rem;
            color: var(--navy);
        }
        .wh-testimonial-author span {
            font-size: 0.78rem;
            color: var(--muted);
        }
        @media (max-width: 768px) {
            .wh-testimonials { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
            .wh-hero-btns { flex-direction: column; align-items: center; }
            .wh-trust-inner { gap: 1rem; }
        }

        /* ── Pricing ───────────────────────────────── */
        .wh-pricing {
            padding: 5rem 0 4rem;
            background: var(--bg-page);
        }
        .wh-section-label {
            text-align: center;
            font-family: 'Inter', sans-serif;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: var(--blue);
            margin-bottom: 0.75rem;
        }
        .wh-section-title {
            text-align: center;
            font-size: clamp(1.3rem, 2.8vw, 1.75rem);
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 0.6rem;
        }
        .wh-section-sub {
            text-align: center;
            color: var(--muted);
            font-size: 0.95rem;
            max-width: 520px;
            margin: 0 auto 3rem;
            line-height: 1.6;
        }
        .wh-plans {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.25rem;
            align-items: stretch;
        }
        .wh-plan {
            background: var(--white);
            border: 1.5px solid var(--border);
            border-radius: 16px;
            padding: 2rem 1.75rem 1.75rem;
            display: flex;
            flex-direction: column;
            position: relative;
            transition: border-color .2s, box-shadow .2s;
        }
        .wh-plan:hover {
            border-color: rgba(59,108,244,.3);
            box-shadow: 0 8px 32px rgba(11,29,53,.08);
        }
        .wh-plan--rec {
            border-color: var(--blue);
            box-shadow: 0 8px 40px rgba(59,108,244,.12);
        }
        .wh-plan--rec:hover {
            box-shadow: 0 12px 48px rgba(59,108,244,.18);
        }
        .wh-plan-pop {
            position: absolute;
            top: -11px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--blue);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            padding: 0.25rem 1rem;
            border-radius: 100px;
            white-space: nowrap;
        }
        .wh-plan-name {
            font-family: 'Inter', sans-serif;
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.6rem;
        }
        .wh-plan-price {
            display: flex;
            align-items: baseline;
            gap: 0.25rem;
            margin-bottom: 0.35rem;
        }
        .wh-plan-amount {
            font-family: 'Inter', sans-serif;
            font-size: 2.4rem;
            font-weight: 800;
            color: var(--navy);
            line-height: 1;
        }
        .wh-plan-cur {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
        }
        .wh-plan-period {
            font-size: 0.82rem;
            color: var(--muted);
            margin-bottom: 1.5rem;
        }
        .wh-plan-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 1.25rem;
        }
        .wh-plan-features {
            list-style: none;
            flex: 1;
            margin-bottom: 1.5rem;
        }
        .wh-plan-features li {
            display: flex;
            align-items: flex-start;
            gap: 0.55rem;
            font-size: 0.84rem;
            color: var(--text);
            padding: 0.35rem 0;
            line-height: 1.45;
        }
        .wh-plan-features li::before {
            content: '';
            flex-shrink: 0;
            width: 18px;
            height: 18px;
            margin-top: 1px;
            border-radius: 50%;
            background: var(--wh-green-soft);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='%2310B981' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
        }
        .wh-plan-btn {
            display: block;
            width: 100%;
            padding: 0.8rem;
            border: 1.5px solid var(--border);
            border-radius: 10px;
            background: var(--white);
            color: var(--navy);
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 700;
            cursor: pointer;
            text-align: center;
            transition: all .15s;
        }
        .wh-plan-btn:hover {
            border-color: var(--blue);
            color: var(--blue);
            background: var(--wh-accent-soft);
        }
        .wh-plan--rec .wh-plan-btn {
            background: var(--blue);
            border-color: var(--blue);
            color: #fff;
        }
        .wh-plan--rec .wh-plan-btn:hover {
            background: var(--blue-dark);
            border-color: var(--blue-dark);
        }
        .wh-plan-note {
            font-size: 0.72rem;
            color: var(--muted);
            text-align: center;
            margin-top: 0.6rem;
        }
        /* ── Free plan ── */
        .wh-plan--free {
            border-color: var(--green);
            box-shadow: 0 8px 40px rgba(16,185,129,.10);
        }
        .wh-plan--free:hover {
            box-shadow: 0 12px 48px rgba(16,185,129,.16);
        }
        .wh-plan-pop--free {
            background: var(--green);
        }
        .wh-plan--free .wh-plan-amount {
            color: var(--green);
        }
        .wh-plan--free .wh-plan-btn {
            background: var(--green);
            border-color: var(--green);
            color: #fff;
        }
        .wh-plan--free .wh-plan-btn:hover {
            background: #059669;
            border-color: #059669;
        }
        .wh-plan-limit {
            font-size: 0.72rem;
            color: var(--muted);
            text-align: center;
            margin-bottom: 1rem;
            padding: 0.5rem 0.75rem;
            background: rgba(16,185,129,.06);
            border-radius: 8px;
            line-height: 1.4;
        }
        .wh-pricing-foot {
            text-align: center;
            margin-top: 2rem;
            font-size: 0.8rem;
            color: var(--muted);
        }
        .wh-compare-link {
            text-align: center;
            margin-top: 1rem;
        }
        .wh-compare-link a {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            font-size: 0.88rem;
            font-weight: 600;
            color: var(--blue);
            text-decoration: none;
            transition: color .15s;
        }
        .wh-compare-link a:hover {
            color: var(--blue-dark);
        }

        /* ── Comparison table ──────────────────────── */
        .cmp-section {
            padding: 4rem 0 5rem;
            background: var(--white);
        }
        .cmp-table-wrap {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
        .cmp-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.88rem;
            min-width: 640px;
        }
        .cmp-table thead th {
            position: sticky;
            top: 0;
            background: var(--white);
            z-index: 2;
            padding: 1rem 1rem 1.25rem;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            color: var(--navy);
            text-align: center;
            border-bottom: 2px solid var(--border);
        }
        .cmp-table thead th.cmp-feature-col {
            text-align: left;
            width: 30%;
        }
        .cmp-table thead th.cmp-plan--free {
            color: var(--green);
        }
        .cmp-table thead th.cmp-plan--rec {
            color: var(--blue);
        }
        .cmp-plan-price {
            display: block;
            font-size: 0.78rem;
            font-weight: 500;
            color: var(--muted);
            margin-top: 0.2rem;
        }
        .cmp-table tbody td {
            padding: 0.65rem 1rem;
            text-align: center;
            border-bottom: 1px solid var(--border);
            color: var(--text);
        }
        .cmp-table tbody td:first-child {
            text-align: left;
            color: var(--navy);
            font-weight: 500;
        }
        .cmp-group td {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.78rem;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: var(--blue);
            padding: 1.25rem 1rem 0.5rem;
            background: var(--bg-page);
            border-bottom: 1px solid var(--border);
        }
        .cmp-yes::after {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background-color: rgba(16,185,129,.1);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='%2310B981' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            vertical-align: middle;
        }
        .cmp-cta {
            text-align: center;
            margin-top: 3rem;
        }
        @media (max-width: 768px) {
            .cmp-table { font-size: 0.8rem; }
            .cmp-table thead th { font-size: 0.85rem; padding: 0.75rem 0.5rem; }
            .cmp-table tbody td { padding: 0.5rem 0.5rem; }
        }

        /* ── Features grid ─────────────────────────── */
        .wh-features {
            padding: 5rem 0;
            background: var(--white);
        }
        .wh-feat-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
        }
        .wh-feat {
            padding: 1.75rem;
            border-radius: 14px;
            border: 1px solid var(--border);
            background: var(--bg-page);
            transition: border-color .2s, transform .2s;
        }
        .wh-feat:hover {
            border-color: rgba(59,108,244,.25);
            transform: translateY(-2px);
        }
        .wh-feat-icon {
            width: 44px;
            height: 44px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }
        .wh-feat-icon--blue { background: var(--wh-accent-soft); }
        .wh-feat-icon--green { background: var(--wh-green-soft); }
        .wh-feat-icon--navy { background: rgba(11,29,53,.06); }
        .wh-feat h3 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.45rem;
        }
        .wh-feat p {
            font-size: 0.84rem;
            color: var(--muted);
            line-height: 1.6;
        }

        /* ── Use cases ────────────────────────────── */
        .wh-usecases {
            padding: 5rem 0;
            background: var(--bg-page);
        }
        .wh-usecases-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
        }
        .wh-usecase {
            text-align: center;
            padding: 2.5rem 1.75rem;
            border-radius: 14px;
            border: 1px solid var(--border);
            background: var(--white);
            transition: border-color .2s, transform .2s;
        }
        .wh-usecase:hover {
            border-color: rgba(59,108,244,.25);
            transform: translateY(-2px);
        }
        .wh-usecase-icon {
            width: 56px;
            height: 56px;
            border-radius: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 1.25rem;
        }
        .wh-usecase h3 {
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.5rem;
        }
        .wh-usecase p {
            font-size: 0.86rem;
            color: var(--muted);
            line-height: 1.6;
            max-width: 280px;
            margin: 0 auto;
        }

        /* ── FAQ ────────────────────────────────────── */
        .wh-faq {
            padding: 5rem 0;
            background: var(--white);
        }

        /* ── CTA ────────────────────────────────────── */
        .wh-cta {
            padding: 5rem 0;
            background: var(--bg-page);
            text-align: center;
        }
        .wh-cta h2 {
            font-size: clamp(1.3rem, 3vw, 1.8rem);
            color: var(--navy);
            margin-bottom: 0.75rem;
        }
        .wh-cta p {
            color: var(--muted);
            font-size: 0.95rem;
            max-width: 460px;
            margin: 0 auto 2rem;
        }
        .wh-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.9rem 2rem;
            background: var(--blue);
            color: #fff;
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            text-decoration: none;
            transition: background .15s;
        }
        .wh-cta-btn:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }

        /* ── Responsive ────────────────────────────── */
        @media (max-width: 1100px) {
            .wh-plans { grid-template-columns: repeat(2, 1fr); max-width: 680px; margin-left: auto; margin-right: auto; }
        }
        @media (max-width: 900px) {
            .wh-plans { grid-template-columns: 1fr; max-width: 420px; }
            .wh-plan--rec { order: -1; }
            .wh-feat-grid { grid-template-columns: 1fr 1fr; }
            .wh-usecases-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
        }
        @media (max-width: 640px) {
            .wh-hero-inner { padding: 3.5rem 1.5rem 5rem; }
            .wh-hero-stats { gap: 2rem; }
            .wh-feat-grid { grid-template-columns: 1fr; }
            .wh-pricing, .wh-features, .wh-usecases, .wh-faq, .wh-cta { padding: 3.5rem 0; }
        }

/* ── vps-palvelimet ─────────────────────────────────────── */
        /* ── VPS page tokens ─────────────────────── */
        .vp { --vp-accent: #3B6CF4; --vp-accent-soft: rgba(59,108,244,.08); --vp-green: #10B981; --vp-green-soft: rgba(16,185,129,.08); }

        /* ── Hero ──────────────────────────────────── */
        .vp-hero {
            position: relative;
            background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #1e4a6e 100%);
            overflow: hidden;
            padding: 0;
        }
        .vp-hero::after {
            content: '';
            position: absolute;
            bottom: -1px; left: 0; right: 0;
            height: 60px;
            background: var(--bg-page);
            clip-path: ellipse(55% 100% at 50% 100%);
        }
        .vp-hero-inner {
            position: relative;
            z-index: 1;
            max-width: 780px;
            margin: 0 auto;
            text-align: center;
            padding: 5rem 1.5rem 7rem;
        }
        .vp-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            background: rgba(59,108,244,.14);
            border: 1px solid rgba(59,108,244,.28);
            color: #93B4F4;
            border-radius: 100px;
            padding: 0.3rem 1rem;
            font-size: 0.75rem;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            margin-bottom: 1.5rem;
        }
        .vp-hero h1 {
            font-size: clamp(1.8rem, 4.5vw, 2.6rem);
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 1.25rem;
            letter-spacing: -.02em;
        }
        .vp-hero h1 em {
            font-style: normal;
            color: #93B4F4;
        }
        .vp-hero-desc {
            font-size: 1.1rem;
            color: rgba(255,255,255,.62);
            max-width: 580px;
            margin: 0 auto 2.5rem;
            line-height: 1.7;
        }
        .vp-hero-stats {
            display: flex;
            justify-content: center;
            gap: 3rem;
            flex-wrap: wrap;
        }
        .vp-hero-stat {
            text-align: center;
        }
        .vp-hero-stat-val {
            font-family: 'Inter', sans-serif;
            font-size: 1.6rem;
            font-weight: 800;
            color: #fff;
            display: block;
        }
        .vp-hero-stat-label {
            font-size: 0.78rem;
            color: rgba(255,255,255,.45);
            margin-top: 0.15rem;
        }

        /* ── Pricing ───────────────────────────────── */
        .vp-pricing {
            padding: 5rem 0 4rem;
            background: var(--bg-page);
        }
        .vp-section-label {
            text-align: center;
            font-family: 'Inter', sans-serif;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: var(--blue);
            margin-bottom: 0.75rem;
        }
        .vp-section-title {
            text-align: center;
            font-size: clamp(1.3rem, 2.8vw, 1.75rem);
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 0.6rem;
        }
        .vp-section-sub {
            text-align: center;
            color: var(--muted);
            font-size: 0.95rem;
            max-width: 520px;
            margin: 0 auto 3rem;
            line-height: 1.6;
        }
        .vp-plans {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.25rem;
            align-items: stretch;
        }
        .vp-plan {
            background: var(--white);
            border: 1.5px solid var(--border);
            border-radius: 16px;
            padding: 2rem 1.75rem 1.75rem;
            display: flex;
            flex-direction: column;
            position: relative;
            transition: border-color .2s, box-shadow .2s;
        }
        .vp-plan:hover {
            border-color: rgba(59,108,244,.3);
            box-shadow: 0 8px 32px rgba(11,29,53,.08);
        }
        .vp-plan--rec {
            border-color: var(--blue);
            box-shadow: 0 8px 40px rgba(59,108,244,.12);
        }
        .vp-plan--rec:hover {
            box-shadow: 0 12px 48px rgba(59,108,244,.18);
        }
        .vp-plan-pop {
            position: absolute;
            top: -11px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--blue);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: .05em;
            text-transform: uppercase;
            padding: 0.25rem 1rem;
            border-radius: 100px;
            white-space: nowrap;
        }
        .vp-plan-name {
            font-family: 'Inter', sans-serif;
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.6rem;
        }
        .vp-plan-price {
            display: flex;
            align-items: baseline;
            gap: 0.25rem;
            margin-bottom: 0.35rem;
        }
        .vp-plan-amount {
            font-family: 'Inter', sans-serif;
            font-size: 2.4rem;
            font-weight: 800;
            color: var(--navy);
            line-height: 1;
        }
        .vp-plan-cur {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
        }
        .vp-plan-period {
            font-size: 0.82rem;
            color: var(--muted);
            margin-bottom: 1.5rem;
        }
        .vp-plan-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 1.25rem;
        }
        .vp-plan-features {
            list-style: none;
            flex: 1;
            margin-bottom: 1.5rem;
        }
        .vp-plan-features li {
            display: flex;
            align-items: flex-start;
            gap: 0.55rem;
            font-size: 0.84rem;
            color: var(--text);
            padding: 0.35rem 0;
            line-height: 1.45;
        }
        .vp-plan-features li::before {
            content: '';
            flex-shrink: 0;
            width: 18px;
            height: 18px;
            margin-top: 1px;
            border-radius: 50%;
            background: var(--vp-green-soft);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='%2310B981' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
        }
        .vp-plan-btn {
            display: block;
            width: 100%;
            padding: 0.8rem;
            border: 1.5px solid var(--border);
            border-radius: 10px;
            background: var(--white);
            color: var(--navy);
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 700;
            cursor: pointer;
            text-align: center;
            transition: all .15s;
        }
        .vp-plan-btn:hover {
            border-color: var(--blue);
            color: var(--blue);
            background: var(--vp-accent-soft);
        }
        .vp-plan--rec .vp-plan-btn {
            background: var(--blue);
            border-color: var(--blue);
            color: #fff;
        }
        .vp-plan--rec .vp-plan-btn:hover {
            background: var(--blue-dark);
            border-color: var(--blue-dark);
        }
        .vp-plan-note {
            font-size: 0.72rem;
            color: var(--muted);
            text-align: center;
            margin-top: 0.6rem;
        }
        .vp-pricing-foot {
            text-align: center;
            margin-top: 2rem;
            font-size: 0.8rem;
            color: var(--muted);
        }

        /* ── Performance section ──────────────────── */
        .vp-performance {
            padding: 5rem 0;
            background: var(--white);
        }
        .vp-perf-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
        }
        .vp-perf {
            padding: 2rem 1.75rem;
            border-radius: 14px;
            border: 1px solid var(--border);
            background: var(--bg-page);
            transition: border-color .2s, transform .2s;
        }
        .vp-perf:hover {
            border-color: rgba(59,108,244,.25);
            transform: translateY(-2px);
        }
        .vp-perf-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            margin-bottom: 1.15rem;
        }
        .vp-perf-icon--blue { background: var(--vp-accent-soft); }
        .vp-perf-icon--green { background: var(--vp-green-soft); }
        .vp-perf-icon--navy { background: rgba(11,29,53,.06); }
        .vp-perf h3 {
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.5rem;
        }
        .vp-perf p {
            font-size: 0.84rem;
            color: var(--muted);
            line-height: 1.65;
        }

        /* ── Features grid ─────────────────────────── */
        .vp-features {
            padding: 5rem 0;
            background: var(--bg-page);
        }
        .vp-feat-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
        }
        .vp-feat {
            padding: 1.75rem;
            border-radius: 14px;
            border: 1px solid var(--border);
            background: var(--white);
            transition: border-color .2s, transform .2s;
        }
        .vp-feat:hover {
            border-color: rgba(59,108,244,.25);
            transform: translateY(-2px);
        }
        .vp-feat-icon {
            width: 44px;
            height: 44px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }
        .vp-feat-icon--blue { background: var(--vp-accent-soft); }
        .vp-feat-icon--green { background: var(--vp-green-soft); }
        .vp-feat-icon--navy { background: rgba(11,29,53,.06); }
        .vp-feat h3 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.45rem;
        }
        .vp-feat p {
            font-size: 0.84rem;
            color: var(--muted);
            line-height: 1.6;
        }

        /* ── Use cases ────────────────────────────── */
        .vp-usecases {
            padding: 5rem 0;
            background: var(--white);
        }
        .vp-usecase-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
            max-width: 780px;
            margin-left: auto;
            margin-right: auto;
        }
        .vp-usecase {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1.5rem;
            border-radius: 14px;
            border: 1px solid var(--border);
            background: var(--bg-page);
            transition: border-color .2s, transform .2s;
        }
        .vp-usecase:hover {
            border-color: rgba(59,108,244,.25);
            transform: translateY(-2px);
        }
        .vp-usecase-icon {
            width: 44px;
            height: 44px;
            border-radius: 11px;
            background: var(--vp-accent-soft);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .vp-usecase h3 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.35rem;
        }
        .vp-usecase p {
            font-size: 0.84rem;
            color: var(--muted);
            line-height: 1.6;
        }

        /* ── FAQ ────────────────────────────────────── */
        .vp-faq {
            padding: 5rem 0;
            background: var(--bg-page);
        }

        /* ── CTA ────────────────────────────────────── */
        .vp-cta {
            padding: 5rem 0;
            background: var(--white);
            text-align: center;
        }
        .vp-cta h2 {
            font-size: clamp(1.3rem, 3vw, 1.8rem);
            color: var(--navy);
            margin-bottom: 0.75rem;
        }
        .vp-cta p {
            color: var(--muted);
            font-size: 0.95rem;
            max-width: 460px;
            margin: 0 auto 2rem;
        }
        .vp-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.9rem 2rem;
            background: var(--blue);
            color: #fff;
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            text-decoration: none;
            transition: background .15s;
        }
        .vp-cta-btn:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }

        /* ── Responsive ────────────────────────────── */
        @media (max-width: 900px) {
            .vp-plans { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
            .vp-plan--rec { order: -1; }
            .vp-perf-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
            .vp-feat-grid { grid-template-columns: 1fr 1fr; }
            .vp-usecase-grid { grid-template-columns: 1fr; max-width: 480px; }
        }
        @media (max-width: 640px) {
            .vp-hero-inner { padding: 3.5rem 1.5rem 5rem; }
            .vp-hero-stats { gap: 2rem; }
            .vp-feat-grid { grid-template-columns: 1fr; }
            .vp-pricing, .vp-performance, .vp-features, .vp-usecases, .vp-faq, .vp-cta { padding: 3.5rem 0; }
        }

/* ═══ Valmispaketti ═══ */
        .vp-hero { position: relative; background: linear-gradient(150deg, var(--navy) 0%, #122a4a 55%, #1e4a6e 100%); overflow: hidden; padding: 0; }
        .vp-hero::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 60px; background: var(--bg-page); clip-path: ellipse(55% 100% at 50% 100%); }
        .vp-hero-inner { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; text-align: center; padding: 5rem 1.5rem 7rem; }
        .vp-hero-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(16,185,129,.14); border: 1px solid rgba(16,185,129,.3); color: #6ee7b7; border-radius: 100px; padding: 0.3rem 1rem; font-size: 0.75rem; font-family: 'Inter', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1.5rem; }
        .vp-hero h1 { font-size: clamp(1.8rem, 4.5vw, 2.6rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 1.25rem; letter-spacing: -.02em; }
        .vp-hero h1 em { font-style: normal; color: #6ee7b7; }
        .vp-hero-desc { font-size: 1.1rem; color: rgba(255,255,255,.62); max-width: 560px; margin: 0 auto 2rem; line-height: 1.7; }
        .vp-hero-price { display: flex; align-items: baseline; justify-content: center; gap: 0.3rem; margin-bottom: 0.5rem; }
        .vp-hero-price-val { font-family: 'Inter', sans-serif; font-size: 3.2rem; font-weight: 800; color: #fff; line-height: 1; }
        .vp-hero-price-cur { font-family: 'Inter', sans-serif; font-size: 1.5rem; font-weight: 700; color: #fff; }
        .vp-hero-price-period { font-size: 0.9rem; color: rgba(255,255,255,.5); margin-left: 0.2rem; }
        .vp-hero-price-note { font-size: 0.78rem; color: rgba(255,255,255,.4); margin-bottom: 2rem; }
        .vp-hero-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 2.2rem; border-radius: 10px; background: var(--green); color: var(--navy); font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 700; text-decoration: none; border: none; cursor: pointer; transition: transform .15s, box-shadow .15s; }
        .vp-hero-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(16,185,129,.3); text-decoration: none; color: var(--navy); }
        .vp-hero-includes { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-top: 2.5rem; }
        .vp-hero-inc { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: rgba(255,255,255,.7); }
        .vp-hero-inc svg { flex-shrink: 0; }

        /* ── Hero grid background ── */
        .vp-hero-grid-bg {
            position: absolute;
            inset: 0;
            z-index: 0;
            background-image:
                linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
            background-size: 48px 48px;
            mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 30%, transparent 80%);
            -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 30%, transparent 80%);
            pointer-events: none;
        }

        /* ── Trust bar ── */
        .vp-trust-bar {
            background: var(--bg-page);
            padding: 0 0 1rem;
        }
        .vp-trust-items {
            display: flex;
            justify-content: center;
            gap: 2.5rem;
            flex-wrap: wrap;
        }
        .vp-trust-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.82rem;
            color: var(--muted);
        }
        .vp-trust-item strong {
            color: var(--navy);
            font-weight: 700;
        }
        .vp-trust-item svg {
            flex-shrink: 0;
        }

        .vp-whats-inside { padding: 5rem 0; background: var(--bg-page); }
        .vp-inside-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
        .vp-inside-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 2rem 1.5rem; text-align: center; transition: border-color .2s, box-shadow .2s; }
        .vp-inside-card:hover { border-color: var(--green); box-shadow: 0 8px 24px rgba(16,185,129,.06); }
        .vp-inside-icon { width: 52px; height: 52px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
        .vp-inside-icon--green { background: rgba(16,185,129,.08); }
        .vp-inside-icon--blue { background: rgba(59,108,244,.08); }
        .vp-inside-card h3 { font-size: 1rem; color: var(--navy); margin-bottom: 0.4rem; }
        .vp-inside-card p { font-size: 0.84rem; color: var(--muted); line-height: 1.6; }

        .vp-how { padding: 5rem 0; background: var(--white); }
        .vp-how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; max-width: 900px; margin-left: auto; margin-right: auto; }
        .vp-how-step { text-align: center; position: relative; }
        .vp-how-num { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: #fff; font-family: 'Inter', sans-serif; font-size: 1.1rem; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
        .vp-how-step h3 { font-size: 1rem; color: var(--navy); margin-bottom: 0.4rem; }
        .vp-how-step p { font-size: 0.84rem; color: var(--muted); line-height: 1.6; max-width: 260px; margin: 0 auto; }
        .vp-how-connector {
            position: absolute;
            top: 24px;
            left: calc(50% + 32px);
            width: calc(100% - 16px);
            height: 0;
            border-top: 2px dashed var(--border);
            pointer-events: none;
        }

        .vp-compare { padding: 5rem 0; background: var(--bg-page); }
        .vp-compare-table { max-width: 700px; margin: 2.5rem auto 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--border); background: var(--white); }
        .vp-compare-row { display: grid; grid-template-columns: 1fr auto auto; padding: 0.85rem 1.5rem; font-size: 0.88rem; align-items: center; border-bottom: 1px solid var(--border); }
        .vp-compare-row:last-child { border-bottom: none; }
        .vp-compare-row--head { background: var(--navy); color: #fff; font-weight: 700; font-family: 'Inter', sans-serif; font-size: 0.8rem; text-transform: uppercase; letter-spacing: .05em; }
        .vp-compare-row--head span:not(:first-child) { text-align: center; }
        .vp-compare-row span:not(:first-child) { text-align: center; min-width: 100px; }
        .vp-check { color: var(--green); font-weight: 700; }
        .vp-cross { color: var(--muted); }
        .vp-compare-row--total { background: rgba(16,185,129,.04); font-weight: 700; color: var(--navy); }

        /* ── Order card ── */
        .vp-order { padding: 5rem 0; background: var(--white); }
        .vp-order-card { max-width: 540px; margin: 2.5rem auto 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 8px 32px rgba(11,29,53,.07); }
        .vp-order-card-header { background: linear-gradient(135deg, var(--navy) 0%, #1a3a5c 100%); padding: 2rem 2rem 1.75rem; text-align: center; }
        .vp-order-badge { display: inline-block; background: var(--green); color: var(--navy); font-family: 'Inter', sans-serif; font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 0.25rem 0.9rem; border-radius: 100px; margin-bottom: 0.75rem; }
        .vp-order-name { font-size: 1.35rem; font-weight: 800; color: #fff; margin-bottom: 0.6rem; }
        .vp-order-price-row { display: flex; align-items: baseline; justify-content: center; gap: 0.15rem; }
        .vp-order-price { font-family: 'Inter', sans-serif; font-size: 2.8rem; font-weight: 800; color: #fff; line-height: 1; }
        .vp-order-price-eur { font-family: 'Inter', sans-serif; font-size: 1.3rem; font-weight: 700; color: #fff; }
        .vp-order-price-period { font-size: 0.9rem; color: rgba(255,255,255,.45); margin-left: 0.1rem; }
        .vp-order-price-note { font-size: 0.75rem; color: rgba(255,255,255,.35); margin-top: 0.4rem; }
        .vp-order-card-body { padding: 0 2rem 2rem; background: var(--white); }
        .vp-order-features { list-style: none; padding: 0; margin: 0; }
        .vp-order-features li { display: flex; align-items: center; gap: 0.6rem; font-size: 0.88rem; color: var(--navy); line-height: 1.4; padding: 0.55rem 0; }
        .vp-order-features li svg { flex-shrink: 0; width: 18px; height: 18px; }
        .vp-order-features li strong { font-weight: 600; }
        .vp-order-features li span { color: var(--muted); font-weight: 400; }
        .vp-order-features-wrap { padding: 1.5rem 0 1.25rem; border-bottom: 1px solid var(--border); margin-bottom: 1.5rem; }
        .vp-order-btn { display: block; width: 100%; padding: 1rem; border-radius: 12px; background: linear-gradient(135deg, #10B981 0%, #059669 100%); color: #fff; font-family: 'Inter', sans-serif; font-size: 1.05rem; font-weight: 700; text-align: center; border: none; cursor: pointer; transition: transform .15s, box-shadow .15s; box-shadow: 0 4px 14px rgba(16,185,129,.3); letter-spacing: .01em; }
        .vp-order-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(16,185,129,.4); }
        .vp-order-guarantee { text-align: center; font-size: 0.75rem; color: var(--muted); margin-top: 0.85rem; }

        /* ── Order trust signals ── */
        .vp-order-trust {
            display: flex;
            justify-content: center;
            gap: 1.25rem;
            margin-top: 1rem;
            flex-wrap: wrap;
        }
        .vp-order-trust-item {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            font-size: 0.72rem;
            color: var(--muted);
            font-weight: 500;
        }
        .vp-order-trust-item svg {
            flex-shrink: 0;
            opacity: 0.6;
        }

        .vp-cta { padding: 3.5rem 0; background: linear-gradient(135deg, var(--navy) 0%, #1a3a5c 100%); color: #fff; text-align: center; }
        .vp-cta h2 { font-size: 1.5rem; font-weight: 800; color: #fff; margin: 0 0 0.5rem; }
        .vp-cta p { color: rgba(255,255,255,.5); margin: 0 auto 1.5rem; font-size: 0.92rem; }
        .vp-cta-btn { display: inline-flex; padding: 0.85rem 2.2rem; border-radius: 10px; background: var(--green); color: #fff; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 700; text-decoration: none; transition: transform .15s, box-shadow .15s; }
        .vp-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(16,185,129,.25); background: #059669; text-decoration: none; color: #fff; }

        .vp-section-label { text-align: center; font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--green); margin-bottom: 0.75rem; }
        .vp-section-title { text-align: center; font-size: clamp(1.3rem, 2.8vw, 1.75rem); font-weight: 800; color: var(--navy); margin-bottom: 0.75rem; }
        .vp-section-sub { text-align: center; font-size: 0.95rem; color: var(--muted); max-width: 600px; margin: 0 auto; line-height: 1.6; }

        @media (max-width: 900px) {
            .vp-inside-grid { grid-template-columns: 1fr 1fr; }
            .vp-compare-row span:not(:first-child) { min-width: 70px; font-size: 0.82rem; }
        }
        @media (max-width: 640px) {
            .vp-hero-inner { padding: 3.5rem 1.5rem 5rem; }
            .vp-inside-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
            .vp-how-steps { grid-template-columns: 1fr; }
            .vp-how-connector { display: none; }
            .vp-hero-includes { gap: 1rem; }
            .vp-compare-row { grid-template-columns: 1fr auto auto; padding: 0.7rem 1rem; font-size: 0.82rem; }
            .vp-order-card-body { padding: 0 1.5rem 1.5rem; }
            .vp-trust-items { gap: 1rem 2rem; justify-content: center; }
            .vp-trust-item { font-size: 0.78rem; }
        }

/* ── whitelabel ─────────────────────────────────────── */
        /* ── Whitelabel page tokens ─────────────────── */
        .wl { --wl-accent: #3B6CF4; --wl-accent-soft: rgba(59,108,244,.08); --wl-green: #10B981; --wl-green-soft: rgba(16,185,129,.08); }

        /* ── Hero ──────────────────────────────────── */
        .wl-hero {
            position: relative;
            background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #1e4a6e 100%);
            overflow: hidden;
            padding: 0;
        }
        .wl-hero::after {
            content: '';
            position: absolute;
            bottom: -1px; left: 0; right: 0;
            height: 60px;
            background: var(--bg-page);
            clip-path: ellipse(55% 100% at 50% 100%);
        }
        .wl-hero-inner {
            position: relative;
            z-index: 1;
            max-width: 780px;
            margin: 0 auto;
            text-align: center;
            padding: 5rem 1.5rem 7rem;
        }
        .wl-hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            background: rgba(59,108,244,.14);
            border: 1px solid rgba(59,108,244,.28);
            color: #93B4F4;
            border-radius: 100px;
            padding: 0.3rem 1rem;
            font-size: 0.75rem;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            margin-bottom: 1.5rem;
        }
        .wl-hero h1 {
            font-size: clamp(1.8rem, 4.5vw, 2.6rem);
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 1.25rem;
            letter-spacing: -.02em;
        }
        .wl-hero h1 em {
            font-style: normal;
            color: #93B4F4;
        }
        .wl-hero-desc {
            font-size: 1.1rem;
            color: rgba(255,255,255,.62);
            max-width: 600px;
            margin: 0 auto 2.5rem;
            line-height: 1.7;
        }
        .wl-hero-stats {
            display: flex;
            justify-content: center;
            gap: 3rem;
            flex-wrap: wrap;
        }
        .wl-hero-stat {
            text-align: center;
        }
        .wl-hero-stat-val {
            font-family: 'Inter', sans-serif;
            font-size: 1.6rem;
            font-weight: 800;
            color: #fff;
            display: block;
        }
        .wl-hero-stat-label {
            font-size: 0.78rem;
            color: rgba(255,255,255,.45);
            margin-top: 0.15rem;
        }

        /* ── Section common ───────────────────────── */
        .wl-section-label {
            text-align: center;
            font-family: 'Inter', sans-serif;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: var(--blue);
            margin-bottom: 0.75rem;
        }
        .wl-section-title {
            text-align: center;
            font-size: clamp(1.3rem, 2.8vw, 1.75rem);
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 0.6rem;
        }
        .wl-section-sub {
            text-align: center;
            color: var(--muted);
            font-size: 0.95rem;
            max-width: 560px;
            margin: 0 auto 3rem;
            line-height: 1.6;
        }

        /* ── What we offer (cards grid) ───────────── */
        .wl-offer {
            padding: 5rem 0 4rem;
            background: var(--bg-page);
        }
        .wl-offer-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }
        .wl-offer-grid .wl-card:nth-child(4),
        .wl-offer-grid .wl-card:nth-child(5) {
            /* center last row of 2 items */
        }
        .wl-card {
            padding: 1.75rem;
            border-radius: 14px;
            border: 1px solid var(--border);
            background: var(--white);
            transition: border-color .2s, transform .2s;
        }
        .wl-card:hover {
            border-color: rgba(59,108,244,.25);
            transform: translateY(-2px);
        }
        .wl-card-icon {
            width: 44px;
            height: 44px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }
        .wl-card-icon--blue { background: var(--wl-accent-soft); }
        .wl-card-icon--green { background: var(--wl-green-soft); }
        .wl-card-icon--navy { background: rgba(11,29,53,.06); }
        .wl-card h3 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.45rem;
        }
        .wl-card p {
            font-size: 0.84rem;
            color: var(--muted);
            line-height: 1.6;
        }

        /* ── Offer grid: center last row ──────────── */
        .wl-offer-grid-5 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }
        .wl-offer-bottom {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 1.5rem;
        }
        .wl-offer-bottom .wl-card {
            flex: 0 1 calc(33.333% - 0.75rem);
        }

        /* ── How it works (steps) ─────────────────── */
        .wl-steps {
            padding: 5rem 0;
            background: var(--white);
        }
        .wl-steps-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-top: 3rem;
        }
        .wl-step {
            text-align: center;
            position: relative;
        }
        .wl-step-num {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: var(--navy);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 1.1rem;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.25rem;
        }
        .wl-step h3 {
            font-size: 1rem;
            color: var(--navy);
            margin-bottom: 0.5rem;
        }
        .wl-step p {
            font-size: 0.86rem;
            color: var(--muted);
            line-height: 1.6;
            max-width: 260px;
            margin: 0 auto;
        }

        /* ── Why Nordweb (6 cards) ────────────────── */
        .wl-why {
            padding: 5rem 0;
            background: var(--bg-page);
        }
        .wl-why-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        /* ── Who is this for (3 cards) ────────────── */
        .wl-who {
            padding: 5rem 0;
            background: var(--white);
        }
        .wl-who-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        /* ── FAQ ────────────────────────────────────── */
        .wl-faq {
            padding: 5rem 0;
            background: var(--bg-page);
        }

        /* ── CTA card ──────────────────────────────── */
        .wl-cta {
            padding: 5rem 0;
            background: var(--white);
        }
        .wl-cta-card {
            background: linear-gradient(135deg, var(--navy) 0%, #142D4F 100%);
            border-radius: 20px;
            padding: 3.5rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .wl-cta-card::before {
            content: '';
            position: absolute;
            top: -40%;
            right: -10%;
            width: 350px;
            height: 350px;
            border-radius: 50%;
            background: rgba(59,108,244,.12);
            filter: blur(60px);
            pointer-events: none;
        }
        .wl-cta-card h2 {
            font-size: clamp(1.3rem, 3vw, 1.8rem);
            color: #fff;
            margin-bottom: 0.75rem;
            position: relative;
            z-index: 1;
        }
        .wl-cta-card p {
            color: rgba(255,255,255,.6);
            font-size: 0.95rem;
            max-width: 460px;
            margin: 0 auto 2rem;
            line-height: 1.65;
            position: relative;
            z-index: 1;
        }
        .wl-cta-buttons {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }
        .wl-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.85rem 1.75rem;
            background: var(--blue);
            color: #fff;
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 700;
            text-decoration: none;
            transition: background .15s;
        }
        .wl-cta-btn:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }
        .wl-cta-btn--outline {
            background: transparent;
            border: 1.5px solid rgba(255,255,255,.25);
            color: #fff;
        }
        .wl-cta-btn--outline:hover {
            background: rgba(255,255,255,.08);
            border-color: rgba(255,255,255,.4);
            color: #fff;
        }

        /* ── Responsive ────────────────────────────── */
        @media (max-width: 900px) {
            .wl-offer-grid-5, .wl-why-grid, .wl-who-grid { grid-template-columns: 1fr 1fr; }
            .wl-offer-bottom { flex-wrap: wrap; }
            .wl-offer-bottom .wl-card { flex: 0 1 calc(50% - 0.75rem); }
            .wl-steps-row { grid-template-columns: 1fr 1fr; }
        }
        @media (max-width: 640px) {
            .wl-hero-inner { padding: 3.5rem 1.5rem 5rem; }
            .wl-hero-stats { gap: 2rem; }
            .wl-offer-grid-5, .wl-why-grid, .wl-who-grid { grid-template-columns: 1fr; }
            .wl-offer-bottom { flex-direction: column; }
            .wl-offer-bottom .wl-card { flex: 1 1 100%; }
            .wl-steps-row { grid-template-columns: 1fr; gap: 2.5rem; }
            .wl-cta-card { padding: 2.5rem 1.5rem; }
            .wl-offer, .wl-steps, .wl-why, .wl-who, .wl-faq, .wl-cta { padding: 3.5rem 0; }
        }

/* ── meista ─────────────────────────────────────── */
        /* ── About page ─────────────────────────── */
        .ab-hero {
            position: relative;
            background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #1e4a6e 100%);
            overflow: hidden;
            padding: 0;
        }
        .ab-hero::after {
            content: '';
            position: absolute;
            bottom: -1px; left: 0; right: 0;
            height: 60px;
            background: var(--bg-page);
            clip-path: ellipse(55% 100% at 50% 100%);
        }
        .ab-hero-inner {
            position: relative; z-index: 1;
            max-width: 700px;
            margin: 0 auto;
            text-align: center;
            padding: 5rem 1.5rem 7rem;
        }
        .ab-hero h1 {
            font-size: clamp(1.8rem, 4.5vw, 2.6rem);
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 1.25rem;
            letter-spacing: -.02em;
        }
        .ab-hero-desc {
            font-size: 1.1rem;
            color: rgba(255,255,255,.6);
            max-width: 560px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* ── Story ────────────────────────────────── */
        .ab-story {
            padding: 5rem 0;
            background: var(--bg-page);
        }
        .ab-story-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3.5rem;
            align-items: center;
        }
        .ab-story h2 {
            font-size: clamp(1.3rem, 2.8vw, 1.75rem);
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 1rem;
        }
        .ab-story p {
            font-size: 0.95rem;
            color: var(--muted);
            line-height: 1.75;
            margin-bottom: 1rem;
        }
        .ab-story p:last-child { margin-bottom: 0; }
        .ab-story-visual {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 2.5rem;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        .ab-stat-row { display: flex; gap: 1.5rem; }
        .ab-stat {
            flex: 1;
            text-align: center;
            padding: 1.25rem;
            background: var(--bg-page);
            border-radius: 12px;
        }
        .ab-stat-val {
            font-family: 'Inter', sans-serif;
            font-size: 1.8rem;
            font-weight: 800;
            color: var(--navy);
            display: block;
        }
        .ab-stat-label {
            font-size: 0.78rem;
            color: var(--muted);
            margin-top: 0.2rem;
        }

        /* ── Team ────────────────────────────────── */
        .ab-team {
            padding: 5rem 0;
            background: var(--white);
        }
        .ab-team-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }
        .ab-team-card {
            border-radius: 16px;
            border: 1px solid var(--border);
            background: var(--white);
            overflow: hidden;
            transition: border-color .2s, transform .2s, box-shadow .2s;
        }
        .ab-team-card:hover {
            border-color: rgba(59,108,244,.2);
            transform: translateY(-3px);
            box-shadow: 0 8px 28px rgba(11,29,53,.08);
        }
        .ab-team-img {
            width: 100%;
            aspect-ratio: 4 / 3;
            overflow: hidden;
            background: var(--bg-page);
        }
        .ab-team-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
            transition: transform .3s;
        }
        .ab-team-card:hover .ab-team-img img {
            transform: scale(1.03);
        }
        .ab-team-info {
            padding: 1.5rem 1.5rem 1.75rem;
        }
        .ab-team-card h3 {
            font-size: 1.08rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.25rem;
        }
        .ab-team-role {
            display: inline-block;
            font-family: 'Inter', sans-serif;
            font-size: 0.72rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: .06em;
            color: var(--blue);
            margin-bottom: 0.75rem;
        }
        .ab-team-card p {
            font-size: 0.85rem;
            color: var(--muted);
            line-height: 1.65;
        }

        /* ── 100% Kotimainen ─────────────────────── */
        .ab-fi {
            padding: 5rem 0;
            background: var(--bg-page);
        }
        .ab-fi-card {
            text-align: center;
            max-width: 640px;
            margin: 0 auto;
            background: linear-gradient(135deg, var(--navy) 0%, #1a3a5c 100%);
            border-radius: 20px;
            padding: 3rem 2.5rem;
            position: relative;
            overflow: hidden;
        }
        .ab-fi-card::before {
            content: '';
            position: absolute;
            top: -40px;
            right: -40px;
            width: 160px;
            height: 160px;
            background: rgba(255,255,255,.03);
            border-radius: 50%;
        }
        .ab-fi-card::after {
            content: '';
            position: absolute;
            bottom: -60px;
            left: -30px;
            width: 200px;
            height: 200px;
            background: rgba(59,108,244,.06);
            border-radius: 50%;
        }
        .ab-fi-flag {
            margin-bottom: 1.25rem;
            position: relative;
            z-index: 1;
        }
        .ab-fi-card h2 {
            font-family: 'Inter', sans-serif;
            font-size: clamp(1.5rem, 3vw, 2rem);
            font-weight: 800;
            color: #fff;
            margin-bottom: 0.75rem;
            position: relative;
            z-index: 1;
        }
        .ab-fi-card > p {
            font-size: 0.95rem;
            color: rgba(255,255,255,.6);
            line-height: 1.7;
            max-width: 480px;
            margin: 0 auto 1.75rem;
            position: relative;
            z-index: 1;
        }
        .ab-fi-points {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.75rem 1.5rem;
            position: relative;
            z-index: 1;
        }
        .ab-fi-point {
            display: flex;
            align-items: center;
            gap: 0.45rem;
        }
        .ab-fi-point span {
            font-family: 'Inter', sans-serif;
            font-size: 0.85rem;
            font-weight: 600;
            color: rgba(255,255,255,.85);
        }
        @media (max-width: 640px) {
            .ab-fi-card { padding: 2.25rem 1.5rem; }
            .ab-fi-points { flex-direction: column; align-items: center; }
        }

        /* ── Values ───────────────────────────────── */
        .ab-values {
            padding: 5rem 0;
            background: var(--white);
        }
        .ab-section-label {
            text-align: center;
            font-family: 'Inter', sans-serif;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: var(--blue);
            margin-bottom: 0.75rem;
        }
        .ab-section-title {
            text-align: center;
            font-size: clamp(1.3rem, 2.8vw, 1.75rem);
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 0.6rem;
        }
        .ab-section-sub {
            text-align: center;
            color: var(--muted);
            font-size: 0.95rem;
            max-width: 560px;
            margin: 0 auto 3rem;
            line-height: 1.6;
        }
        .ab-values-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }
        .ab-value-card {
            padding: 2rem 1.75rem;
            border-radius: 14px;
            border: 1px solid var(--border);
            background: var(--bg-page);
            transition: border-color .2s, transform .2s;
        }
        .ab-value-card:hover {
            border-color: rgba(68,145,196,.25);
            transform: translateY(-2px);
        }
        .ab-value-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            margin-bottom: 1.25rem;
        }
        .ab-value-icon--blue { background: rgba(68,145,196,.08); }
        .ab-value-icon--green { background: rgba(16,185,129,.08); }
        .ab-value-icon--navy { background: rgba(11,29,53,.06); }
        .ab-value-card h3 {
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.5rem;
        }
        .ab-value-card p {
            font-size: 0.85rem;
            color: var(--muted);
            line-height: 1.65;
        }

        /* ── How we work ──────────────────────────── */
        .ab-how {
            padding: 5rem 0;
            background: var(--bg-page);
        }
        .ab-how-steps {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
        }
        .ab-step {
            text-align: center;
            padding: 1.5rem 1.25rem;
        }
        .ab-step-num {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: var(--blue);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 1.1rem;
            font-weight: 800;
            margin-bottom: 1rem;
        }
        .ab-step h3 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.4rem;
        }
        .ab-step p {
            font-size: 0.84rem;
            color: var(--muted);
            line-height: 1.6;
        }

        /* ── Tech ─────────────────────────────────── */
        .ab-tech {
            padding: 5rem 0;
            background: var(--white);
        }
        .ab-tech-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1rem;
            margin-top: 3rem;
        }
        .ab-tech-card {
            text-align: center;
            padding: 1.75rem 1rem;
            border: 1px solid var(--border);
            border-radius: 12px;
            background: var(--bg-page);
            transition: border-color .2s;
        }
        .ab-tech-card:hover { border-color: rgba(68,145,196,.25); }
        .ab-tech-card svg { margin-bottom: 0.75rem; }
        .ab-tech-card h4 {
            font-size: 0.88rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 0.3rem;
        }
        .ab-tech-card p {
            font-size: 0.78rem;
            color: var(--muted);
            line-height: 1.5;
        }

        /* ── CTA ──────────────────────────────────── */
        .ab-cta {
            padding: 5rem 0;
            background: var(--bg-page);
            text-align: center;
        }
        .ab-cta-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 3rem 2rem;
            max-width: 600px;
            margin: 0 auto;
            box-shadow: 0 8px 32px rgba(11,29,53,.06);
        }
        .ab-cta-card h2 {
            font-size: clamp(1.3rem, 3vw, 1.7rem);
            color: var(--navy);
            margin-bottom: 0.75rem;
        }
        .ab-cta-card p {
            color: var(--muted);
            font-size: 0.95rem;
            margin-bottom: 2rem;
            line-height: 1.6;
        }
        .ab-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.85rem 2rem;
            background: var(--blue);
            color: #fff;
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            text-decoration: none;
            transition: background .15s;
        }
        .ab-cta-btn:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }

        /* ── Responsive ───────────────────────────── */
        @media (max-width: 900px) {
            .ab-story-grid { grid-template-columns: 1fr; }
            .ab-team-grid { grid-template-columns: 1fr 1fr; }
            .ab-values-grid { grid-template-columns: 1fr 1fr; }
            .ab-how-steps { grid-template-columns: 1fr 1fr; }
            .ab-tech-grid { grid-template-columns: 1fr 1fr; }
        }
        @media (max-width: 640px) {
            .ab-hero-inner { padding: 3.5rem 1.5rem 5rem; }
            .ab-team-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
            .ab-values-grid { grid-template-columns: 1fr; }
            .ab-how-steps { grid-template-columns: 1fr; }
            .ab-tech-grid { grid-template-columns: 1fr 1fr; }
            .ab-stat-row { flex-direction: column; }
            .ab-story, .ab-team, .ab-values, .ab-how, .ab-tech, .ab-cta { padding: 3.5rem 0; }
        }

/* ── hintalaskuri ─────────────────────────────────────── */
        .calc-hero {
            background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #1e4a6e 100%);
            color: var(--white);
            padding: 3rem 0 4rem;
        }
        .calc-hero h1 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-weight: 800; margin-bottom: 0.5rem; }
        .calc-hero p { color: rgba(255,255,255,.7); font-size: 1rem; max-width: 600px; }

        .calc-page { padding: 3rem 0 5rem; }
        .calc-layout {
            display: grid;
            grid-template-columns: 1fr 380px;
            gap: 2rem;
            align-items: start;
        }
        .calc-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 14px;
            padding: 2rem;
            box-shadow: var(--shadow);
        }
        .calc-card h2 {
            font-size: 1.15rem;
            color: var(--navy);
            margin-bottom: 1.5rem;
            padding-bottom: 0.75rem;
            border-bottom: 2px solid var(--bg-light);
        }
        .calc-options { display: flex; flex-direction: column; gap: 0.5rem; }
        .calc-option {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.75rem 1rem;
            border: 1.5px solid var(--border);
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.12s;
        }
        .calc-option:hover { border-color: var(--blue); background: rgba(68,145,196,.03); }
        .calc-option.selected { border-color: var(--blue); background: rgba(68,145,196,.06); }
        .calc-option-left { display: flex; align-items: center; gap: 0.75rem; }
        .calc-option input[type=radio],
        .calc-option input[type=checkbox] { accent-color: var(--blue); width: 16px; height: 16px; }
        .calc-option-label { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.88rem; color: var(--navy); }
        .calc-option-price { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 0.85rem; color: var(--blue-dark); white-space: nowrap; }

        .calc-summary {
            background: var(--white);
            border: 2px solid var(--blue);
            border-radius: 14px;
            padding: 2rem;
            box-shadow: 0 8px 32px rgba(68,145,196,.15);
            position: sticky;
            top: 80px;
        }
        .calc-summary h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 1.25rem; }
        .summary-items { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.25rem; }
        .summary-item { display: flex; justify-content: space-between; font-size: 0.85rem; color: var(--text); }
        .summary-divider { border: none; border-top: 1px solid var(--border); margin: 0.5rem 0; }
        .summary-total { display: flex; justify-content: space-between; align-items: baseline; }
        .summary-total-label { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--navy); }
        .summary-total-val { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 1.6rem; color: var(--navy); }
        .summary-note { font-size: 0.75rem; color: var(--muted); margin-top: 0.5rem; line-height: 1.5; }
        .btn-quote-lg {
            display: block; width: 100%; padding: 0.9rem; background: var(--blue); color: #fff;
            border: none; border-radius: 9px; font-family: 'Inter', sans-serif; font-size: 1rem;
            font-weight: 700; cursor: pointer; text-align: center; text-decoration: none;
            margin-top: 1.25rem; transition: background 0.15s;
        }
        .btn-quote-lg:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }

        @media (max-width: 900px) {
            .calc-layout { grid-template-columns: 1fr; }
            .calc-summary { position: static; }
        }

/* ── kirjaudu ─────────────────────────────────────── */
        .auth-page {
            min-height: calc(100dvh - 64px);
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--bg-page);
            padding: 2.5rem 1rem;
        }
        .auth-card {
            width: 100%;
            max-width: 440px;
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 18px;
            box-shadow: 0 8px 40px rgba(11,29,53,.07), 0 1px 3px rgba(11,29,53,.04);
            overflow: hidden;
        }
        .auth-card-top {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 2rem 2rem 0;
            gap: 1.5rem;
        }
        .auth-logo {
            height: 36px;
            width: auto;
        }
        /* Segmented toggle */
        .auth-toggle {
            position: relative;
            display: flex;
            width: 100%;
            background: #eef1f6;
            border-radius: 12px;
            padding: 4px;
        }
        .auth-toggle-btn {
            flex: 1;
            padding: 0.55rem 0;
            background: none;
            border: none;
            font-family: 'Inter', sans-serif;
            font-size: 0.88rem;
            font-weight: 700;
            color: #8594a9;
            cursor: pointer;
            position: relative;
            z-index: 1;
            transition: color 0.25s;
            letter-spacing: -0.01em;
        }
        .auth-toggle-btn:hover {
            color: #5a6b82;
        }
        .auth-toggle-btn.active {
            color: var(--navy);
        }
        .auth-toggle-slider {
            position: absolute;
            top: 4px;
            left: 4px;
            width: calc(50% - 4px);
            height: calc(100% - 8px);
            background: #fff;
            border-radius: 9px;
            box-shadow: 0 1px 3px rgba(11,29,53,.1), 0 1px 8px rgba(11,29,53,.05);
            transition: transform 0.3s cubic-bezier(.4,0,.2,1);
            pointer-events: none;
        }
        .auth-form-wrap {
            padding: 1.75rem 2rem 2rem;
        }
        .auth-form { display: none; }
        .auth-form.active { display: block; }

        .auth-heading {
            font-family: 'Inter', sans-serif;
            font-size: 1.25rem;
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 0.3rem;
        }
        .auth-sub {
            font-size: 0.85rem;
            color: var(--muted);
            margin-bottom: 1.5rem;
            line-height: 1.5;
        }

        .auth-field {
            margin-bottom: 0.9rem;
        }
        .auth-field label {
            display: block;
            font-family: 'Inter', sans-serif;
            font-size: 0.78rem;
            font-weight: 600;
            color: var(--navy);
            margin-bottom: 0.3rem;
        }
        .auth-field input {
            width: 100%;
            padding: 0.65rem 0.85rem;
            border: 1.5px solid var(--border);
            border-radius: 9px;
            font-family: 'Open Sans', sans-serif;
            font-size: 0.88rem;
            color: var(--text);
            outline: none;
            transition: border-color 0.15s, box-shadow 0.15s;
            box-sizing: border-box;
            background: var(--white);
        }
        .auth-field input:focus {
            border-color: var(--blue);
            box-shadow: 0 0 0 3px rgba(59,108,244,.1);
        }
        .auth-field input::placeholder {
            color: #b0bec5;
        }
        .auth-field-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.75rem;
        }

        .auth-error {
            background: #fef2f2;
            border: 1px solid #fecaca;
            color: #b91c1c;
            border-radius: 9px;
            padding: 0.65rem 1rem;
            font-size: 0.82rem;
            margin-bottom: 1rem;
            line-height: 1.5;
        }

        .auth-btn {
            width: 100%;
            padding: 0.75rem;
            background: var(--blue);
            color: #fff;
            border: none;
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 0.92rem;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.15s, transform 0.1s;
            margin-top: 0.25rem;
        }
        .auth-btn:hover { background: var(--blue-dark); }
        .auth-btn:active { transform: scale(0.985); }

        .auth-divider {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin: 1.25rem 0;
            color: var(--muted);
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }
        .auth-divider::before, .auth-divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: var(--border);
        }

        .auth-google {
            width: 100%;
            padding: 0.65rem;
            background: var(--white);
            border: 1.5px solid var(--border);
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--navy);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.55rem;
            transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
            text-decoration: none;
            box-sizing: border-box;
        }
        .auth-google:hover {
            border-color: #d0dce8;
            background: #fafbfc;
            box-shadow: 0 1px 4px rgba(11,29,53,.06);
        }
        .auth-google svg { width: 18px; height: 18px; flex-shrink: 0; }

        @media (max-width: 500px) {
            .auth-card-top { padding: 1.5rem 1.5rem 0; }
            .auth-form-wrap { padding: 1.5rem; }
            .auth-field-row { grid-template-columns: 1fr; }
        }

/* ── palvelu ─────────────────────────────────────── */
        /* ═══════════════════════════════════════════
           PALVELUSIVU – Nordweb brand styles
        ═══════════════════════════════════════════ */

        /* ── Hero ─────────────────────────────────── */
        .product-hero {
            background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #1e4a6e 100%);
            color: var(--white);
            padding: 0;
            position: relative;
            overflow: hidden;
        }
        .product-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233B6CF4' fill-opacity='0.05'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0L80 12v2L54 40h-2zm4 0L80 16v2L58 40h-2zm4 0L80 20v2L62 40h-2zm4 0L80 24v2L66 40h-2zm4 0L80 28v2L70 40h-2zm4 0L80 32v2L74 40h-2zm4 0L80 36v2L78 40h-2zm4 0L80 40v-2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            pointer-events: none;
        }
        .product-hero::after {
            content: '';
            position: absolute;
            bottom: -1px; left: 0; right: 0;
            height: 60px;
            background: var(--bg-page);
            clip-path: ellipse(55% 100% at 50% 100%);
        }

        .product-hero-inner {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            align-items: start;
            padding: 3.5rem 0 5rem;
        }

        .product-breadcrumb {
            font-size: 0.82rem;
            color: rgba(255,255,255,.48);
            margin-bottom: 1.75rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .product-breadcrumb a { color: rgba(255,255,255,.62); text-decoration: none; }
        .product-breadcrumb a:hover { color: #fff; }

        .product-category-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            background: rgba(59,108,244,.18);
            border: 1px solid rgba(59,108,244,.35);
            color: #93B4F4;
            border-radius: 100px;
            padding: 0.28rem 0.85rem;
            font-size: 0.75rem;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .07em;
            margin-bottom: 1.25rem;
        }

        .product-hero-icon {
            font-size: 3.2rem;
            line-height: 1;
            margin-bottom: 0.85rem;
            display: block;
        }

        .product-hero h1 {
            font-size: clamp(1.8rem, 4.5vw, 2.6rem);
            font-weight: 800;
            margin-bottom: 1rem;
            line-height: 1.15;
        }

        .product-hero-desc {
            font-size: 1.05rem;
            color: rgba(255,255,255,.76);
            max-width: 580px;
            line-height: 1.72;
            margin-bottom: 2rem;
        }

        .product-hero-quick-features {
            display: flex;
            gap: 1.25rem;
            flex-wrap: wrap;
        }
        .product-hero-quick-features span {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.85rem;
            color: rgba(255,255,255,.68);
        }
        .product-hero-quick-features .qf-check {
            color: var(--green);
            font-weight: 700;
        }

        /* ── Price card ──────────────────────────── */
        .product-price-card {
            background: rgba(255,255,255,.07);
            border: 1px solid rgba(255,255,255,.14);
            border-radius: 20px;
            padding: 2rem 1.75rem;
            backdrop-filter: blur(8px);
            position: sticky;
            top: 80px;
        }
        .price-card-label {
            font-family: 'Inter', sans-serif;
            font-size: 0.72rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .09em;
            color: rgba(255,255,255,.45);
            margin-bottom: 0.5rem;
        }
        .price-card-amount {
            font-family: 'Inter', sans-serif;
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1;
            color: #fff;
            margin-bottom: 0.15rem;
        }
        .price-card-amount small {
            font-size: 1rem;
            font-weight: 500;
            color: rgba(255,255,255,.6);
        }
        .price-card-vat {
            font-size: 0.72rem;
            color: rgba(255,255,255,.38);
            margin-bottom: 1.5rem;
        }
        .price-card-divider {
            border: none;
            border-top: 1px solid rgba(255,255,255,.1);
            margin: 1.25rem 0;
        }
        .price-card-features {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 0.55rem;
            margin-bottom: 1.5rem;
        }
        .price-card-features li {
            display: flex;
            align-items: center;
            gap: 0.55rem;
            font-size: 0.85rem;
            color: rgba(255,255,255,.72);
        }
        .price-card-features .pf-check {
            color: var(--green);
            font-weight: 700;
            font-size: 0.9rem;
            flex-shrink: 0;
        }
        .btn-add-cart {
            display: block;
            width: 100%;
            padding: 0.9rem 1.5rem;
            background: var(--blue);
            color: #fff;
            border: none;
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.15s, transform 0.1s;
            text-align: center;
            text-decoration: none;
        }
        .btn-add-cart:hover {
            background: var(--blue-dark);
            color: #fff;
            text-decoration: none;
            transform: translateY(-1px);
        }
        .btn-quote {
            display: block;
            width: 100%;
            padding: 0.9rem 1.5rem;
            background: transparent;
            color: #fff;
            border: 2px solid rgba(255,255,255,.3);
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            text-align: center;
            text-decoration: none;
            transition: border-color 0.15s, background 0.15s;
        }
        .btn-quote:hover {
            border-color: rgba(255,255,255,.65);
            background: rgba(255,255,255,.06);
            color: #fff;
            text-decoration: none;
        }
        .price-card-guarantee {
            text-align: center;
            margin-top: 0.85rem;
            font-size: 0.75rem;
            color: rgba(255,255,255,.35);
        }

        /* ── Trust strip ──────────────────────────── */
        .trust-strip {
            background: var(--white);
            border-bottom: 1px solid var(--border);
            padding: 1.25rem 0;
        }
        .trust-strip-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2.5rem;
            flex-wrap: wrap;
        }
        .trust-item {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--navy);
        }
        .trust-icon {
            width: 32px;
            height: 32px;
            background: var(--bg-light);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            flex-shrink: 0;
        }

        /* ── Product body ─────────────────────────── */
        .product-body {
            padding: 4rem 0;
            background: var(--bg-page);
        }
        .product-layout {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 2.5rem;
            align-items: start;
        }

        /* ── Description card ─────────────────────── */
        .product-desc-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 2.5rem;
            box-shadow: var(--shadow);
        }
        .product-desc-card h2 {
            font-size: 1.4rem;
            color: var(--navy);
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 2px solid var(--bg-light);
        }
        .product-desc-card .prose p {
            margin-bottom: 1rem;
            color: var(--text);
            line-height: 1.8;
        }
        .product-desc-card .prose p:last-child { margin-bottom: 0; }
        .product-desc-card .prose h3 {
            font-size: 1.1rem;
            color: var(--navy);
            margin: 1.5rem 0 0.75rem;
        }
        .product-desc-card .prose ul {
            margin: 0.5rem 0 1rem 1.25rem;
            color: var(--text);
            line-height: 1.75;
        }

        /* ── Features sidebar ─────────────────────── */
        .features-sidebar {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        .features-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 1.75rem;
            box-shadow: var(--shadow);
        }
        .features-card-title {
            font-family: 'Inter', sans-serif;
            font-size: 0.78rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            color: var(--blue-dark);
            margin-bottom: 1.25rem;
        }
        .features-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 0.65rem;
        }
        .features-list li {
            display: flex;
            align-items: flex-start;
            gap: 0.6rem;
            font-size: 0.88rem;
            color: var(--text);
            line-height: 1.5;
        }
        .features-list .check {
            color: var(--green);
            font-weight: 700;
            font-size: 0.95rem;
            flex-shrink: 0;
            margin-top: 1px;
        }
        .sidebar-cta-card {
            background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
            border-radius: 16px;
            padding: 1.75rem;
            color: var(--white);
        }
        .sidebar-cta-card h3 {
            font-size: 1rem;
            color: #fff;
            margin-bottom: 0.5rem;
        }
        .sidebar-cta-card p {
            font-size: 0.85rem;
            color: rgba(255,255,255,.68);
            margin-bottom: 1.25rem;
            line-height: 1.55;
        }

        /* ── Specs/highlights section ─────────────── */
        .product-highlights {
            padding: 3.5rem 0;
            background: var(--white);
        }
        .highlights-heading {
            font-size: 1.35rem;
            color: var(--navy);
            margin-bottom: 2rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        .highlights-heading::after {
            content: '';
            flex: 1;
            height: 2px;
            background: var(--bg-light);
        }
        .highlights-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.25rem;
        }
        .highlight-card {
            background: var(--bg-page);
            border: 1px solid var(--border);
            border-radius: 14px;
            padding: 1.5rem;
            transition: box-shadow 0.2s, border-color 0.2s;
        }
        .highlight-card:hover {
            box-shadow: var(--shadow);
            border-color: var(--blue);
        }
        .highlight-icon {
            width: 44px; height: 44px;
            background: var(--bg-light);
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.35rem;
            margin-bottom: 1rem;
        }
        .highlight-card h3 {
            font-size: 0.95rem;
            color: var(--navy);
            margin-bottom: 0.45rem;
        }
        .highlight-card p {
            font-size: 0.82rem;
            color: var(--muted);
            line-height: 1.55;
        }

        /* ── CTA banner ───────────────────────────── */
        .product-cta-banner {
            background: linear-gradient(135deg, var(--blue-dark) 0%, var(--navy) 100%);
            padding: 3.5rem 0;
        }
        .product-cta-inner {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 2rem;
            align-items: center;
        }
        .product-cta-inner h2 {
            font-size: clamp(1.3rem, 2.5vw, 1.9rem);
            color: #fff;
            margin-bottom: 0.5rem;
        }
        .product-cta-inner p {
            color: rgba(255,255,255,.72);
            font-size: 0.97rem;
        }
        .cta-banner-price {
            text-align: center;
            flex-shrink: 0;
        }
        .cta-price-val {
            font-family: 'Inter', sans-serif;
            font-size: 2.2rem;
            font-weight: 800;
            color: #fff;
            white-space: nowrap;
        }
        .cta-price-val small {
            font-size: 0.9rem;
            font-weight: 400;
            color: rgba(255,255,255,.6);
        }
        .cta-btn-wrap {
            margin-top: 0.85rem;
        }

        /* ── Related products ─────────────────────── */
        .related-section {
            background: var(--bg-page);
            padding: 3.5rem 0;
            border-top: 1px solid var(--border);
        }
        .related-section h2 {
            font-size: 1.25rem;
            color: var(--navy);
            margin-bottom: 1.75rem;
        }
        .related-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 1.25rem;
        }
        .related-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 14px;
            padding: 1.5rem;
            transition: box-shadow 0.15s, transform 0.15s, border-color 0.15s;
            text-decoration: none;
            display: block;
            color: var(--text);
        }
        .related-card:hover {
            box-shadow: var(--shadow);
            transform: translateY(-2px);
            border-color: var(--blue);
            text-decoration: none;
            color: var(--text);
        }
        .related-icon { font-size: 1.75rem; margin-bottom: 0.65rem; }
        .related-name { font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 0.35rem; }
        .related-price { font-size: 0.82rem; color: var(--muted); }
        .related-arrow { font-size: 0.8rem; color: var(--blue-dark); font-weight: 600; margin-top: 0.75rem; display: block; }

        /* ── Cart badge ────────────────────────────── */
        .cart-nav-badge {
            background: var(--blue);
            color: #fff;
            border-radius: 100px;
            padding: 0.35rem 0.85rem;
            font-size: 0.82rem;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            text-decoration: none;
            transition: background 0.15s;
        }
        .cart-nav-badge:hover { background: var(--blue-dark); text-decoration: none; color: #fff; }

        /* ── Plans pricing table ─────────────────── */
        .plans-section {
            background: var(--bg-page);
            padding: 3rem 0 2rem;
            border-bottom: 1px solid var(--border);
        }
        .plans-section-heading {
            text-align: center;
            font-size: 1.45rem;
            color: var(--navy);
            margin-bottom: 0.5rem;
        }
        .plans-section-sub {
            text-align: center;
            color: var(--muted);
            font-size: 0.88rem;
            margin-bottom: 2.25rem;
        }
        .plans-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.25rem;
        }
        .plan-card {
            background: var(--white);
            border: 2px solid var(--border);
            border-radius: 18px;
            padding: 2rem 1.5rem 1.75rem;
            position: relative;
            transition: box-shadow 0.2s, border-color 0.2s, transform 0.15s;
        }
        .plan-card:hover {
            box-shadow: 0 8px 32px rgba(15,42,67,.13);
            transform: translateY(-2px);
        }
        .plan-card--current {
            border-color: var(--blue);
            box-shadow: 0 0 0 4px rgba(59,108,244,.12);
        }
        .plan-card--popular {
            border-color: var(--blue-dark);
        }
        .plan-popular-badge {
            position: absolute;
            top: -14px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--blue-dark);
            color: #fff;
            border-radius: 100px;
            padding: 0.22rem 1.1rem;
            font-size: 0.74rem;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            letter-spacing: .04em;
            white-space: nowrap;
        }
        .plan-current-badge {
            position: absolute;
            top: -14px;
            right: 1.5rem;
            background: var(--blue);
            color: #fff;
            border-radius: 100px;
            padding: 0.22rem 0.9rem;
            font-size: 0.72rem;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            white-space: nowrap;
        }
        .plan-name {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 1rem;
            color: var(--navy);
            margin-bottom: 0.75rem;
        }
        .plan-price {
            margin-bottom: 1.25rem;
        }
        .plan-price-val {
            font-family: 'Inter', sans-serif;
            font-size: 1.9rem;
            font-weight: 800;
            color: var(--navy);
        }
        .plan-price-cycle {
            font-size: 0.88rem;
            color: var(--muted);
            font-weight: 400;
        }
        .plan-price-request {
            font-family: 'Inter', sans-serif;
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--blue-dark);
        }
        .plan-features {
            list-style: none;
            margin-bottom: 1.5rem;
            display: flex;
            flex-direction: column;
            gap: 0.45rem;
        }
        .plan-features li {
            font-size: 0.83rem;
            color: var(--text);
            display: flex;
            align-items: flex-start;
            gap: 0.5rem;
            line-height: 1.4;
        }
        .plan-features .pf-check {
            color: var(--green);
            font-weight: 700;
            font-size: 0.85rem;
            flex-shrink: 0;
            margin-top: 1px;
        }
        .plan-btn {
            display: block;
            width: 100%;
            padding: 0.72rem 1rem;
            text-align: center;
            border-radius: 9px;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.88rem;
            text-decoration: none;
            border: 2px solid var(--blue);
            color: var(--blue);
            background: transparent;
            cursor: pointer;
            transition: all 0.15s;
        }
        .plan-btn:hover {
            background: var(--blue);
            color: #fff;
            text-decoration: none;
        }
        .plan-btn--filled {
            background: var(--blue);
            color: #fff;
            border-color: var(--blue);
        }
        .plan-btn--filled:hover {
            background: var(--blue-dark);
            border-color: var(--blue-dark);
        }

        /* ── Responsive ───────────────────────────── */
        @media (max-width: 900px) {
            .product-hero-inner { grid-template-columns: 1fr; padding-bottom: 4rem; }
            .product-price-card { position: static; }
            .product-layout { grid-template-columns: 1fr; }
            .features-sidebar { flex-direction: row; flex-wrap: wrap; }
            .features-card, .sidebar-cta-card { flex: 1 1 280px; }
            .highlights-grid { grid-template-columns: repeat(2, 1fr); }
            .product-cta-inner { grid-template-columns: 1fr; text-align: center; }
            .cta-banner-price { margin: 0 auto; }
        }
        @media (max-width: 1100px) {
            .plans-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 640px) {
            .plans-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 640px) {
            .highlights-grid { grid-template-columns: 1fr; }
            .trust-strip-inner { gap: 1.25rem; }
            .product-hero::after { display: none; }
        }

/* ── cart ─────────────────────────────────────── */
        .cart-hero {
            background: var(--navy);
            color: var(--white);
            padding: 2.5rem 0;
        }
        .cart-hero h1 {
            font-size: 1.75rem;
            font-weight: 800;
            margin-bottom: 0.35rem;
        }
        .cart-hero p { color: rgba(255,255,255,.65); font-size: 0.9rem; }

        .cart-page { padding: 3rem 0 5rem; }
        .cart-layout {
            display: grid;
            grid-template-columns: 1fr 360px;
            gap: 2rem;
            align-items: start;
        }

        /* Cart items */
        .cart-items-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 14px;
            overflow: hidden;
            box-shadow: var(--shadow);
        }
        .cart-items-header {
            padding: 1.25rem 1.75rem;
            border-bottom: 1px solid var(--border);
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.9rem;
            color: var(--navy);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .cart-empty {
            padding: 3rem 1.75rem;
            text-align: center;
            color: var(--muted);
        }
        .cart-empty .cart-empty-icon { font-size: 3rem; margin-bottom: 1rem; }
        .cart-empty h3 { color: var(--navy); margin-bottom: 0.5rem; }
        .cart-item-wrap { border-bottom: 1px solid var(--bg-light); }
        .cart-item-wrap:last-child { border-bottom: none; }
        .cart-item {
            padding: 1.25rem 1.75rem;
            display: grid;
            grid-template-columns: auto 1fr auto auto;
            gap: 1rem;
            align-items: center;
        }
        .cart-item-icon { font-size: 1.75rem; }
        .cart-item-name {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            color: var(--navy);
        }
        .cart-item-billing { font-size: 0.78rem; color: var(--muted); margin-top: 2px; }
        .cart-item-price {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 1rem;
            color: var(--navy);
            text-align: right;
            white-space: nowrap;
        }
        .cart-item-price small { font-weight: 400; font-size: 0.78rem; color: var(--muted); }
        .btn-remove {
            background: none;
            border: 1px solid var(--border);
            border-radius: 7px;
            color: var(--muted);
            padding: 0.3rem 0.6rem;
            font-size: 0.8rem;
            cursor: pointer;
            transition: all 0.12s;
        }
        .btn-remove:hover { border-color: #e74c3c; color: #e74c3c; }

        /* Checkout form */
        .checkout-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 14px;
            padding: 1.75rem;
            box-shadow: var(--shadow);
            position: sticky;
            top: 80px;
            align-self: start;
        }

        /* Email extra storage */
        .email-extras {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 14px;
            padding: 1.5rem 1.75rem;
            box-shadow: var(--shadow);
            margin-top: 1.25rem;
        }
        .email-extras-title {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            color: var(--navy);
            margin-bottom: 0.3rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .email-extras-sub {
            font-size: 0.8rem;
            color: var(--muted);
            margin-bottom: 1rem;
        }
        .storage-control {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            background: var(--bg-light);
            padding: 0.75rem 1rem;
            border-radius: 10px;
        }
        .storage-control label {
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--navy);
            flex: 1;
        }
        .storage-control .storage-price {
            font-size: 0.78rem;
            color: var(--muted);
        }
        .storage-btns {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .storage-btn {
            width: 32px;
            height: 32px;
            border: 1.5px solid var(--border);
            border-radius: 7px;
            background: var(--white);
            color: var(--navy);
            font-size: 1.1rem;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.12s;
        }
        .storage-btn:hover { border-color: var(--blue); color: var(--blue); }
        .storage-val {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            color: var(--navy);
            min-width: 40px;
            text-align: center;
        }
        .checkout-card h3 {
            font-size: 1.05rem;
            font-family: 'Inter', sans-serif;
            color: var(--navy);
            margin-bottom: 1.5rem;
        }
        .checkout-total {
            background: var(--bg-light);
            border-radius: 10px;
            padding: 1rem 1.25rem;
            margin-bottom: 1.5rem;
        }
        .checkout-total-row {
            display: flex;
            justify-content: space-between;
            font-size: 0.875rem;
            color: var(--muted);
            margin-bottom: 0.4rem;
        }
        .checkout-total-main {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            margin-top: 0.5rem;
            padding-top: 0.5rem;
            border-top: 1px solid var(--border);
        }
        .checkout-total-label { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--navy); }
        .checkout-total-value { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 1.3rem; color: var(--navy); }

        /* ── Promokoodi ─────────────────────────── */
        .promo-section {
            margin-top: 1rem;
            padding: 1rem 1.25rem;
            background: var(--white, #fff);
            border: 1px solid var(--border, #e5e7eb);
            border-radius: 12px;
            box-shadow: var(--shadow, 0 1px 3px rgba(0,0,0,.04));
        }
        .promo-form {
            display: flex;
            gap: 0.5rem;
        }
        .promo-input {
            flex: 1;
            padding: 0.6rem 0.9rem;
            border: 1.5px solid var(--border, #e5e7eb);
            border-radius: 8px;
            font-family: 'Inter', sans-serif;
            font-size: 0.88rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: .04em;
            background: var(--bg-light, #f8f9fb);
            outline: none;
            transition: border-color .15s;
        }
        .promo-input:focus {
            border-color: var(--blue, #3B6CF4);
        }
        .promo-input::placeholder {
            text-transform: none;
            font-weight: 400;
            letter-spacing: 0;
        }
        .promo-btn {
            padding: 0.6rem 1.25rem;
            background: var(--navy, #0B1D35);
            color: #fff;
            border: none;
            border-radius: 8px;
            font-family: 'Inter', sans-serif;
            font-size: 0.85rem;
            font-weight: 700;
            cursor: pointer;
            transition: background .15s;
            white-space: nowrap;
        }
        .promo-btn:hover { background: var(--blue, #3B6CF4); }
        .promo-error {
            margin-top: 0.5rem;
            font-size: 0.8rem;
            color: #dc2626;
        }
        .promo-applied {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
        }
        .promo-applied-info {
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .promo-applied-icon {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: rgba(16,185,129,.12);
            color: #10B981;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            font-weight: 700;
            flex-shrink: 0;
        }
        .promo-applied-code {
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--navy, #0B1D35);
            letter-spacing: .03em;
        }
        .promo-applied-desc {
            font-size: 0.78rem;
            color: #10B981;
            font-weight: 600;
        }

        .form-field { margin-bottom: 1rem; }
        .form-label {
            display: block;
            font-size: 0.82rem;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            color: var(--navy);
            margin-bottom: 0.3rem;
        }
        .form-input, .form-textarea {
            width: 100%;
            padding: 0.65rem 0.9rem;
            border: 1.5px solid var(--border);
            border-radius: 8px;
            font-size: 0.9rem;
            color: var(--text);
            background: var(--white);
            transition: border-color 0.15s;
            font-family: 'Open Sans', sans-serif;
        }
        .form-input:focus, .form-textarea:focus {
            outline: none;
            border-color: var(--blue);
        }
        .form-textarea { min-height: 80px; resize: vertical; }
        .btn-checkout {
            display: block;
            width: 100%;
            padding: 0.9rem;
            background: var(--blue);
            color: #fff;
            border: none;
            border-radius: 9px;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.15s;
            margin-top: 1.25rem;
        }
        .btn-checkout:hover { background: var(--blue-dark); }
        .btn-checkout:disabled { opacity: 0.6; cursor: not-allowed; }

        /* ── Auth section ────────────────────────────────── */
        .auth-section {
            margin-bottom: 1.5rem;
            border-bottom: 1px solid var(--border);
            padding-bottom: 1.5rem;
        }
        .auth-logged-in {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #f0fdf4;
            border: 1px solid #bbf7d0;
            border-radius: 10px;
            padding: 0.75rem 1rem;
        }
        .auth-logged-in-info { display: flex; align-items: center; gap: 0.6rem; min-width: 0; flex: 1; }
        .auth-logged-in-info > div { min-width: 0; }
        .auth-logged-in-icon { font-size: 1.25rem; }
        .auth-logged-in-name {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.88rem;
            color: #166534;
            overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        }
        .auth-logged-in-email { font-size: 0.78rem; color: #15803d; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
        .btn-auth-logout {
            font-size: 0.78rem;
            color: var(--muted);
            background: none;
            border: 1px solid var(--border);
            border-radius: 6px;
            padding: 0.3rem 0.65rem;
            cursor: pointer;
            font-family: 'Open Sans', sans-serif;
            white-space: nowrap;
        }
        .btn-auth-logout:hover { color: #e74c3c; border-color: #fecaca; }

        .auth-tabs {
            display: flex;
            gap: 0;
            border: 1.5px solid var(--border);
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 1rem;
        }
        .auth-tab {
            flex: 1;
            padding: 0.6rem 0.5rem;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 0.8rem;
            text-align: center;
            cursor: pointer;
            border: none;
            background: var(--bg-light);
            color: var(--muted);
            transition: all 0.12s;
            border-right: 1px solid var(--border);
        }
        .auth-tab:last-child { border-right: none; }
        .auth-tab.active {
            background: var(--blue);
            color: #fff;
        }
        .auth-tab:not(.active):hover { background: rgba(68,145,196,.08); color: var(--navy); }

        .auth-panel { display: none; }
        .auth-panel.active { display: block; }

        .auth-error {
            background: #fef2f2;
            border: 1px solid #fecaca;
            color: #991b1b;
            border-radius: 8px;
            padding: 0.65rem 0.9rem;
            font-size: 0.83rem;
            margin-bottom: 0.85rem;
        }
        .btn-auth-submit {
            width: 100%;
            padding: 0.7rem;
            background: var(--navy);
            color: #fff;
            border: none;
            border-radius: 8px;
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.15s;
            margin-top: 0.25rem;
        }
        .btn-auth-submit:hover { background: var(--blue); }
        .auth-switch-link {
            text-align: center;
            margin-top: 0.75rem;
            font-size: 0.78rem;
            color: var(--muted);
        }
        .auth-switch-link button {
            background: none;
            border: none;
            color: var(--blue);
            font-weight: 600;
            cursor: pointer;
            font-size: 0.78rem;
            padding: 0;
            font-family: 'Open Sans', sans-serif;
        }
        .auth-switch-link button:hover { text-decoration: underline; }
        .guest-note {
            background: var(--bg-light);
            border-radius: 8px;
            padding: 0.75rem 1rem;
            font-size: 0.82rem;
            color: var(--muted);
            line-height: 1.5;
        }

        /* Per-item domain picker */
        .item-domain-picker {
            background: var(--bg-light);
            border-top: 1px solid var(--border);
        }
        .idp-header {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.55rem 1.75rem;
            cursor: pointer;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 0.82rem;
            color: var(--navy);
            user-select: none;
        }
        .idp-header:hover { background: rgba(68,145,196,.06); }
        .idp-summary { font-weight: 400; color: var(--muted); flex: 1; }
        .idp-toggle { font-size: 0.7rem; color: var(--muted); transition: transform 0.15s; margin-left: auto; }
        .idp-toggle.open { transform: rotate(180deg); }
        .idp-body { padding: 0.5rem 1.75rem 1rem; display: none; }
        .idp-body.open { display: block; }
        .idp-options { display: flex; flex-direction: column; gap: 0.4rem; }
        .idp-option {
            display: flex;
            align-items: flex-start;
            gap: 0.6rem;
            padding: 0.6rem 0.85rem;
            border: 1.5px solid var(--border);
            border-radius: 8px;
            cursor: pointer;
            background: var(--white);
            transition: border-color 0.12s, background 0.12s;
        }
        .idp-option:hover { border-color: var(--blue); background: rgba(68,145,196,.03); }
        .idp-option.selected { border-color: var(--blue); background: rgba(68,145,196,.06); }
        .idp-option input[type=radio] { margin-top: 3px; accent-color: var(--blue); flex-shrink: 0; }
        .idp-option-label { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.82rem; color: var(--navy); margin-bottom: 0.1rem; }
        .idp-option-desc { font-size: 0.75rem; color: var(--muted); }
        .idp-text-input {
            width: 100%; padding: 0.5rem 0.75rem; border: 1.5px solid var(--blue);
            border-radius: 7px; font-size: 0.85rem; margin-top: 0.5rem;
            font-family: 'Open Sans', sans-serif; color: var(--text); box-sizing: border-box;
        }
        .idp-text-input:focus { outline: none; border-color: var(--blue-dark); }
        .idp-search { display: flex; gap: 0.4rem; margin-top: 0.5rem; }
        .idp-search input {
            flex: 1; padding: 0.5rem 0.75rem; border: 1.5px solid var(--blue);
            border-radius: 7px; font-size: 0.85rem; font-family: 'Open Sans', sans-serif; color: var(--text);
        }
        .idp-search input:focus { outline: none; border-color: var(--blue-dark); }
        .idp-search button {
            padding: 0.5rem 0.85rem; background: var(--blue); color: #fff; border: none;
            border-radius: 7px; font-family: 'Inter', sans-serif; font-weight: 700;
            font-size: 0.78rem; cursor: pointer; white-space: nowrap;
        }
        .idp-search button:hover { background: var(--blue-dark); }
        .idp-results { margin-top: 0.4rem; font-size: 0.8rem; }
        .domain-mini-row { display: flex; align-items: center; justify-content: space-between; padding: 0.35rem 0.7rem; border-radius: 7px; background: var(--bg-light); margin-bottom: 0.25rem; font-size: 0.8rem; }
        .domain-mini-row.available { background: #f0fdf4; }
        .domain-mini-row.taken { background: #fef2f2; color: var(--muted); }
        .domain-mini-avail { font-weight: 700; color: #166534; }
        .domain-mini-taken { color: #991b1b; }
        .btn-use-domain { padding: 0.2rem 0.55rem; background: var(--blue); color: #fff; border: none; border-radius: 5px; font-size: 0.72rem; font-weight: 700; cursor: pointer; margin-left: 0.4rem; }
        .btn-use-domain:hover { background: var(--blue-dark); }
        .btn-use-domain:disabled { opacity: 0.6; cursor: default; }
        .domain-mini-price { font-weight: 700; color: var(--blue); margin-left: 0.4rem; }

        /* Alerts */
        .alert {
            padding: 1rem 1.25rem;
            border-radius: 9px;
            margin-bottom: 1.25rem;
            font-size: 0.9rem;
        }
        .alert-error { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }
        .alert-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; }

        /* Success state */
        .order-success {
            text-align: center;
            padding: 4rem 2rem;
        }
        .order-success .success-icon { font-size: 4rem; margin-bottom: 1.5rem; }
        .order-success h2 { color: var(--navy); margin-bottom: 1rem; font-size: 1.75rem; }
        .order-success p { color: var(--muted); max-width: 480px; margin: 0 auto 2rem; line-height: 1.7; }

        .cart-nav-badge {
            background: var(--blue);
            color: #fff;
            border-radius: 100px;
            padding: 0.35rem 0.85rem;
            font-size: 0.82rem;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            text-decoration: none;
        }
        .cart-nav-badge:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }

        @media (max-width: 768px) {
            .cart-layout { grid-template-columns: 1fr; }
            .cart-item { grid-template-columns: auto 1fr auto; }
            .cart-item-price { grid-column: 2; grid-row: 2; }
            .idp-header { padding: 0.55rem 1rem; }
            .idp-body { padding: 0.5rem 1rem 1rem; }
        }

/* ── domain-rekisterointi ─────────────────────────────────────── */
        /* ── Hero ────────────────────────────────── */
        .domain-hero {
            background: linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 55%, #1e4a6e 100%);
            color: #fff;
            padding: 0;
            position: relative;
            overflow: hidden;
            text-align: center;
            min-height: 520px;
        }
        .domain-hero > .container {
            position: relative;
            z-index: 2;
            padding: 5rem 1.5rem 5rem;
        }
        .domain-hero > .container > * {
            opacity: 0;
            animation: heroFadeUp 1s cubic-bezier(0.25, 0.4, 0.25, 1) forwards;
        }
        .domain-hero > .container > *:nth-child(1) { animation-delay: 0.5s; }
        .domain-hero > .container > *:nth-child(2) { animation-delay: 0.7s; }
        .domain-hero > .container > *:nth-child(3) { animation-delay: 0.9s; }
        .domain-hero > .container > *:nth-child(4) { animation-delay: 1.1s; }
        .domain-hero > .container > *:nth-child(5) { animation-delay: 1.3s; }
        .domain-hero > .container > *:nth-child(6) { animation-delay: 1.5s; }
        /* Static variant — no shapes or animations */
        .domain-hero--static { min-height: auto; padding: 4.5rem 0 5rem; }
        .domain-hero--static > .container > * { opacity: 1; animation: none; }
        .domain-hero h1 {
            font-size: clamp(1.8rem, 4.5vw, 2.6rem);
            font-weight: 800;
            margin-bottom: 1.25rem;
            line-height: 1.2;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        .domain-hero h1 em {
            font-style: normal;
            color: #7BA3FF;
        }
        .domain-hero-sub {
            font-size: 1rem;
            color: rgba(255,255,255,.55);
            max-width: 560px;
            margin: 0 auto 2rem;
            line-height: 1.7;
        }

        /* ── Search box override for hero context ── */
        .domain-hero .domain-search-box {
            max-width: 680px;
            margin: 0 auto;
            box-shadow: 0 8px 40px rgba(0,0,0,.25);
            border-radius: 14px;
        }
        .domain-hero #domain-results {
            max-width: 680px;
            margin: 1.5rem auto 0;
            text-align: left;
        }

        /* ── TLD badges (hero) ─────────────────── */
        .hero-tlds {
            display: flex;
            gap: 0.6rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 2rem;
        }
        .hero-tld {
            background: rgba(255,255,255,.08);
            border: 1px solid rgba(255,255,255,.12);
            border-radius: 8px;
            padding: 0.35rem 0.85rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.85rem;
            font-weight: 600;
            color: rgba(255,255,255,.75);
        }
        .hero-tld span {
            font-weight: 400;
            font-size: 0.78rem;
            color: rgba(255,255,255,.4);
            margin-left: 0.3rem;
        }

        /* ── Trust strip ─────────────────────────── */
        .trust-strip {
            background: var(--white);
            border-bottom: 1px solid var(--border);
            padding: 1.25rem 0;
        }
        .trust-strip-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2.5rem;
            flex-wrap: wrap;
        }
        .trust-item {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--navy);
        }
        .trust-icon {
            width: 36px; height: 36px;
            background: var(--bg-light);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            flex-shrink: 0;
        }

        /* ── Pricing layout ──────────────────────── */
        .pricing-section {
            background: var(--bg-page);
            padding: 5rem 0;
        }
        .tld-pricing-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin-top: 2.5rem;
            text-align: left;
        }

        /* Featured .fi card */
        .tld-featured {
            background: var(--navy);
            border-radius: 18px;
            padding: 2.5rem 2rem;
            color: #fff;
            position: relative;
            overflow: hidden;
            align-self: start;
        }
        .tld-featured::before {
            content: '';
            position: absolute;
            top: -40px;
            right: -40px;
            width: 160px;
            height: 160px;
            background: radial-gradient(circle, rgba(59,108,244,0.2) 0%, transparent 70%);
            pointer-events: none;
        }
        .tld-featured-badge {
            display: inline-block;
            background: rgba(16,185,129,.15);
            color: var(--green);
            font-family: 'Inter', sans-serif;
            font-size: 0.72rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            padding: 0.3rem 0.75rem;
            border-radius: 6px;
            margin-bottom: 1.25rem;
        }
        .tld-featured .tld-card-ext {
            font-family: 'Inter', sans-serif;
            font-size: 1.6rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 0.5rem;
        }
        .tld-featured-price {
            font-family: 'Inter', sans-serif;
            font-size: 2.8rem;
            font-weight: 800;
            color: #fff;
            line-height: 1;
            margin-bottom: 0.25rem;
        }
        .tld-featured-price span {
            font-size: 1rem;
            font-weight: 600;
            color: rgba(255,255,255,.5);
        }
        .tld-featured .tld-card-vat {
            font-size: 0.78rem;
            color: rgba(255,255,255,.4);
            margin-bottom: 1.25rem;
        }
        .tld-featured-desc {
            font-size: 0.9rem;
            line-height: 1.6;
            color: rgba(255,255,255,.65);
            margin-bottom: 1.5rem;
        }
        .tld-featured-includes {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.5rem 1rem;
            font-size: 0.82rem;
            color: rgba(255,255,255,.55);
            margin-bottom: 2rem;
        }
        .tld-featured-includes div::first-letter {
            color: var(--green);
        }
        .tld-featured-btn {
            display: inline-block;
            background: var(--blue);
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            padding: 0.85rem 1.75rem;
            border-radius: 10px;
            text-decoration: none;
            transition: background 0.2s;
        }
        .tld-featured-btn:hover {
            background: var(--blue-dark);
            text-decoration: none;
        }

        /* Other TLDs list */
        .tld-others {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 18px;
            padding: 0.5rem 0;
            display: flex;
            flex-direction: column;
            max-height: 520px;
            overflow-y: auto;
        }
        .tld-row {
            display: flex;
            align-items: center;
            padding: 0.7rem 2rem;
            border-bottom: 1px solid var(--border);
            transition: background 0.15s;
            flex-shrink: 0;
        }
        .tld-row:last-of-type {
            border-bottom: none;
        }
        .tld-row:hover {
            background: var(--bg-page);
        }
        .tld-row-ext {
            font-family: 'Inter', sans-serif;
            font-size: 1.05rem;
            font-weight: 800;
            color: var(--navy);
            min-width: 60px;
        }
        .tld-row-note {
            font-size: 0.82rem;
            color: var(--muted);
            flex: 1;
        }
        .tld-row-price {
            font-family: 'Inter', sans-serif;
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--blue);
        }
        .tld-others-footer {
            padding: 1rem 2rem;
            font-size: 0.82rem;
            color: var(--muted);
            border-top: 1px solid var(--border);
            margin-top: auto;
        }
        .tld-others-footer a {
            color: var(--blue);
            font-weight: 600;
        }

        /* ── Why section ─────────────────────────── */
        .why-domain-section {
            background: var(--white);
            padding: 5rem 0;
        }
        .why-domain-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 3rem;
        }
        .wd-card {
            background: var(--bg-page);
            border: 1px solid var(--border);
            border-radius: 14px;
            padding: 2rem 1.75rem;
            transition: box-shadow 0.2s, transform 0.2s;
        }
        .wd-card:hover {
            box-shadow: var(--shadow);
            transform: translateY(-3px);
        }
        .wd-icon {
            width: 52px; height: 52px;
            background: var(--bg-light);
            border-radius: 13px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            margin-bottom: 1.25rem;
        }
        .wd-card h3 {
            font-size: 1.05rem;
            color: var(--navy);
            margin-bottom: 0.6rem;
        }
        .wd-card p {
            font-size: 0.9rem;
            color: var(--muted);
            line-height: 1.65;
        }

        /* ── What is a domain ────────────────────── */
        .explain-section {
            background: var(--navy);
            color: #fff;
            padding: 5rem 0;
            overflow: hidden;
        }
        .explain-section .section-heading { color: #fff; }
        .explain-section .section-sub { color: rgba(255,255,255,.68); }
        .explain-section .section-label { background: rgba(59,108,244,.22); color: #93B4F4; }

        .explain-showcase {
            margin-top: 3rem;
        }

        /* ── Domain anatomy bar ── */
        .domain-anatomy {
            margin-bottom: 3rem;
        }
        .domain-anatomy-bar {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0;
            font-family: 'Inter', monospace;
            font-size: clamp(1.4rem, 3.5vw, 2.2rem);
            font-weight: 800;
            letter-spacing: -0.01em;
            padding: 1.75rem 2rem;
            background: rgba(255,255,255,.04);
            border: 1px solid rgba(255,255,255,.08);
            border-radius: 16px;
            position: relative;
        }
        .da-protocol {
            color: rgba(255,255,255,.25);
            font-weight: 400;
            font-size: 0.65em;
            margin-right: 2px;
        }
        .da-name {
            color: var(--blue);
            position: relative;
        }
        .da-name::after {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--blue);
            border-radius: 2px;
            opacity: 0.5;
        }
        .da-dot {
            color: rgba(255,255,255,.35);
        }
        .da-tld {
            color: var(--green);
            position: relative;
        }
        .da-tld::after {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--green);
            border-radius: 2px;
            opacity: 0.5;
        }

        .da-labels {
            display: flex;
            justify-content: center;
            gap: 3rem;
            margin-top: 1.25rem;
        }
        .da-label-line {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.82rem;
            color: rgba(255,255,255,.55);
        }
        .da-connector {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            flex-shrink: 0;
        }
        .da-label-name .da-connector { background: var(--blue); opacity: 0.7; }
        .da-label-tld .da-connector { background: var(--green); opacity: 0.7; }

        /* ── Explain info cards ── */
        .explain-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
        }
        .explain-card {
            background: rgba(255,255,255,.05);
            border: 1px solid rgba(255,255,255,.08);
            border-radius: 14px;
            padding: 1.75rem 1.5rem;
            transition: border-color 0.25s ease, background 0.25s ease;
        }
        .explain-card:hover {
            border-color: rgba(59,108,244,.3);
            background: rgba(255,255,255,.07);
        }
        .explain-card-icon {
            font-size: 1.6rem;
            margin-bottom: 1rem;
        }
        .explain-card h3 {
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 0.5rem;
        }
        .explain-card p {
            font-size: 0.88rem;
            line-height: 1.65;
            color: rgba(255,255,255,.6);
        }
        .explain-card p strong {
            color: #fff;
            font-weight: 600;
        }

        /* ── FAQ (accordion) ─────────────────────── */
        .domain-faq-section {
            background: var(--white);
            padding: 5rem 0;
            text-align: center;
        }

        /* ── Hero stats bar ─────────────────────── */
        .domain-hero-stats {
            display: flex;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
            margin-top: 2rem;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(255,255,255,.1);
        }
        .domain-hero-stat {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-family: 'Inter', sans-serif;
            font-size: 0.82rem;
            font-weight: 600;
            color: rgba(255,255,255,.7);
        }
        .domain-hero-stat svg {
            stroke: rgba(255,255,255,.5);
            flex-shrink: 0;
        }

        /* ── CTA ─────────────────────────────────── */
        .domain-cta {
            background: linear-gradient(135deg, var(--blue-dark) 0%, var(--navy) 100%);
            padding: 4.5rem 0;
            text-align: center;
            color: #fff;
        }
        .domain-cta h2 {
            font-size: clamp(1.3rem, 2.8vw, 1.75rem);
            font-weight: 800;
            color: #fff;
            margin-bottom: 0.75rem;
        }
        .domain-cta p {
            color: rgba(255,255,255,.72);
            font-size: 1rem;
            margin-bottom: 2rem;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
        .domain-cta-btns {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }
        .btn-cta-outline {
            display: inline-block;
            padding: 1rem 2.5rem;
            background: transparent;
            color: #fff;
            border: 2px solid rgba(255,255,255,.3);
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 1.05rem;
            text-decoration: none;
            transition: border-color 0.2s, background 0.2s;
        }
        .btn-cta-outline:hover {
            border-color: #fff;
            background: rgba(255,255,255,.08);
            text-decoration: none;
        }
        .btn-cta-green {
            display: inline-block;
            padding: 1rem 2.5rem;
            background: var(--green);
            color: var(--navy);
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-weight: 800;
            font-size: 1.05rem;
            text-decoration: none;
            transition: transform 0.15s, background 0.15s;
        }
        .btn-cta-green:hover {
            transform: translateY(-2px);
            background: #0D9668;
            color: #fff;
            text-decoration: none;
        }

        /* ── Responsive ──────────────────────────── */
        @media (max-width: 900px) {
            .why-domain-grid { grid-template-columns: 1fr 1fr; }
            .explain-cards { grid-template-columns: 1fr 1fr; }
            .da-labels { flex-direction: column; gap: 0.75rem; align-items: center; }
            .trust-strip-inner { gap: 1.25rem; }
            .tld-pricing-layout { grid-template-columns: 1fr; }
        }
        @media (max-width: 640px) {
            .why-domain-grid { grid-template-columns: 1fr; }
            .domain-search-bar { flex-direction: column; border-radius: 12px; }
            .domain-search-bar button { border-radius: 0 0 12px 12px; }
            .tld-row { padding: 0.85rem 1.25rem; }
            .tld-featured { padding: 2rem 1.5rem; }
            .tld-featured-includes { grid-template-columns: 1fr; }
            .dr-row { flex-wrap: wrap; gap: 0.5rem; }
            .dr-price { min-width: auto; }
            .hero-tlds { gap: 0.4rem; }
            .explain-cards { grid-template-columns: 1fr; }
            .domain-anatomy-bar { font-size: 1.2rem; padding: 1.25rem 1rem; }
            .domain-hero-stats { gap: 1rem; }
            .domain-hero-stat { font-size: 0.75rem; }
        }

/* ── login ─────────────────────────────────────── */
        .login-container {
            max-width: 400px;
            margin: 100px auto;
            padding: 2rem;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.1);
        }
        .login-container h2 {
            margin: 0 0 1.5rem;
            text-align: center;
            color: #333;
        }
        .login-container label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 600;
            color: #555;
        }
        .login-container input {
            width: 100%;
            padding: 0.75rem;
            margin-bottom: 1rem;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 1rem;
            box-sizing: border-box;
        }
        .login-container button {
            width: 100%;
            padding: 0.75rem;
            background: #4491c4;
            color: #fff;
            border: none;
            border-radius: 4px;
            font-size: 1rem;
            cursor: pointer;
            font-weight: 600;
        }
        .login-container button:hover {
            background: #2775aa;
        }
        .login-error {
            color: #d62e3d;
            text-align: center;
            margin-bottom: 1rem;
            display: none;
        }

/* ── customer-login: kept inline (standalone page with global resets) ── */

/* ── 404 ─────────────────────────────────────── */
        .error-page {
            background: var(--bg-page);
            min-height: calc(100vh - 64px - 200px);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4rem 1.5rem;
        }
        .error-box {
            text-align: center;
            max-width: 520px;
        }
        .error-code {
            font-family: 'Inter', sans-serif;
            font-size: clamp(5rem, 15vw, 8rem);
            font-weight: 800;
            color: var(--navy);
            line-height: 1;
            opacity: 0.08;
            margin-bottom: -2rem;
            position: relative;
            z-index: 0;
        }
        .error-box h1 {
            font-family: 'Inter', sans-serif;
            font-size: 1.6rem;
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 0.75rem;
            position: relative;
            z-index: 1;
        }
        .error-box p {
            font-size: 1rem;
            color: var(--muted);
            line-height: 1.7;
            margin-bottom: 2rem;
        }
        .error-actions {
            display: flex;
            gap: 0.75rem;
            justify-content: center;
            flex-wrap: wrap;
        }
        .error-btn-primary {
            display: inline-block;
            padding: 0.75rem 1.75rem;
            background: var(--blue);
            color: #fff;
            border-radius: 8px;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            text-decoration: none;
            transition: background 0.15s, transform 0.1s;
        }
        .error-btn-primary:hover {
            background: var(--blue-dark);
            transform: translateY(-1px);
            text-decoration: none;
            color: #fff;
        }
        .error-btn-outline {
            display: inline-block;
            padding: 0.75rem 1.75rem;
            border: 2px solid var(--border);
            color: var(--navy);
            border-radius: 8px;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 0.95rem;
            text-decoration: none;
            transition: border-color 0.15s, background 0.15s;
        }
        .error-btn-outline:hover {
            border-color: var(--blue);
            background: var(--bg-light);
            text-decoration: none;
        }

/* ═══ DNS Card (single-product, inspired by ep-card) ═════ */
.dns-card {
    max-width: 480px;
    margin: 2.5rem auto 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 8px 32px rgba(11,29,53,.07);
}
.dns-card-header {
    background: linear-gradient(135deg, var(--navy) 0%, #1a3a5c 100%);
    padding: 2rem 2rem 1.75rem;
    text-align: center;
}
.dns-card-label {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 0.25rem 0.9rem;
    border-radius: 100px;
    margin-bottom: 0.75rem;
}
.dns-card-price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.15rem;
}
.dns-card-price {
    font-family: 'Inter', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.dns-card-cur {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
}
.dns-card-period {
    font-size: 0.9rem;
    color: rgba(255,255,255,.45);
    margin-left: 0.1rem;
}
.dns-card-extra {
    margin-top: 0.6rem;
    font-size: 0.78rem;
    color: rgba(255,255,255,.4);
}
.dns-card-body {
    padding: 0 2rem 2rem;
    background: var(--white);
}
.dns-card-features {
    list-style: none;
    padding: 1.5rem 0 0;
    margin: 0;
}
.dns-card-features li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.86rem;
    color: var(--navy);
    line-height: 1.4;
    padding: 0.45rem 0;
}
.dns-card-features li svg { flex-shrink: 0; width: 16px; height: 16px; }
.dns-card-divider {
    height: 1px;
    background: var(--border);
    margin: 1.25rem 0;
}
.dns-card-action {
    text-align: center;
}
.dns-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.85rem 1.5rem;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s, transform .1s;
}
.dns-card-btn:hover {
    background: var(--blue-dark, #2B4FBF);
    transform: translateY(-1px);
}
.dns-card-note {
    font-size: 0.75rem;
    color: var(--muted);
    margin-top: 0.75rem;
    text-align: center;
}
@media (max-width: 640px) {
    .dns-card-body { padding: 0 1.5rem 1.5rem; }
    .dns-card-header { padding: 1.75rem 1.5rem 1.5rem; }
}
