/* ============================================================
   WorkspaceAbove Page
============================================================ */

.wa-hero {
    padding: 5.5rem 1.5rem 4.5rem;
    text-align: center;
    border-bottom: 1px solid var(--divider);
    background: linear-gradient(180deg, rgba(181, 19, 91, 0.04) 0%, transparent 70%);
}

.wa-hero-inner {
    max-width: 700px;
    margin: 0 auto;
}

.wa-hero-logo {
    width: 340px;
    max-width: 80vw;
    height: auto;
    margin: 0 auto 1.25rem;
    display: block;
}

.wa-hero-tagline {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--magenta);
    margin-bottom: 1rem;
}

.wa-hero-sub {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 2.25rem;
}

.wa-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.wa-why {
    padding: 5.5rem 1.5rem;
    background: var(--bg-surface);
    border-bottom: 1px solid var(--divider);
}

.wa-why-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 6rem;
    align-items: flex-start;
}

.wa-why-left {
    flex: 1.2;
}

.wa-why-right {
    flex: 0.8;
}

.wa-heading {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--text-color);
    margin-bottom: 1.1rem;
}

.wa-body {
    font-size: 0.925rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 0.9rem;
}

.wa-sub {
    font-size: 0.925rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 2.5rem;
}

.wa-pillar {
    padding: 1.25rem 0;
}

.wa-pillar-rule {
    height: 1px;
    background: var(--divider);
}

.pillar-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--magenta);
    margin-bottom: 0.35rem;
}

.wa-pillar p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.wa-foundation {
    padding: 5.5rem 1.5rem;
    background: var(--bg-page);
    border-bottom: 1px solid var(--divider);
}

.wa-foundation-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.wa-foundation-header {
    max-width: 680px;
    margin-bottom: 3.5rem;
}

.wa-tiers {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid var(--divider);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--bg-surface);
    box-shadow: var(--shadow-sm);
}

.wa-tier {
    flex: 1;
    padding: 2.5rem 2rem;
    border-right: 1px solid var(--divider);
}

.wa-tier:last-child {
    border-right: none;
}

.wa-tier-core {
    background: rgba(181, 19, 91, 0.03);
}

.wa-tier-arrow {
    font-size: 1.2rem;
    color: var(--text-faint);
    padding: 0 0.5rem;
    flex-shrink: 0;
    display: none;
}

.tier-icon {
    margin-bottom: 1rem;
}

.tier-icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--magenta);
    stroke-width: 1.5;
    fill: none;
}

.wa-tier h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.4rem;
}

.wa-tier p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.wa-features {
    padding: 5.5rem 1.5rem;
    background: var(--bg-surface);
    border-bottom: 1px solid var(--divider);
}

.wa-features-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.wa-features-inner>.section-label,
.wa-features-inner>.wa-heading {
    display: block;
}

.wa-features-inner>.wa-heading {
    margin-bottom: 2.5rem;
}

.wa-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--divider);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--bg-surface);
    box-shadow: var(--shadow-sm);
}

.wa-feature {
    padding: 1.75rem;
    border-right: 1px solid var(--divider);
    border-bottom: 1px solid var(--divider);
    transition: background var(--ease);
}

.wa-feature:hover {
    background: var(--bg-page);
}

.wa-feature:nth-child(4n) {
    border-right: none;
}

.wa-feature:nth-child(5),
.wa-feature:nth-child(6),
.wa-feature:nth-child(7),
.wa-feature:nth-child(8) {
    border-bottom: none;
}

.waf-icon {
    margin-bottom: 0.9rem;
}

.waf-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--magenta);
    stroke-width: 1.5;
    fill: none;
}

.wa-feature h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.35rem;
}

.wa-feature p {
    font-size: 0.825rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.wa-final-cta {
    padding: 6rem 1.5rem;
    text-align: center;
    background: linear-gradient(180deg, var(--bg-page) 0%, rgba(181, 19, 91, 0.04) 100%);
    border-top: 1px solid var(--divider);
}

.wa-cta-inner {
    max-width: 560px;
    margin: 0 auto;
}

.wa-cta-inner h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--text-color);
    margin-bottom: 0.75rem;
}

.wa-cta-inner p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

@media (max-width: 1000px) {
    .wa-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wa-feature:nth-child(4n) {
        border-right: 1px solid var(--divider);
    }

    .wa-feature:nth-child(2n) {
        border-right: none;
    }

    .wa-feature:nth-child(5),
    .wa-feature:nth-child(6),
    .wa-feature:nth-child(7),
    .wa-feature:nth-child(8) {
        border-bottom: 1px solid var(--divider);
    }

    .wa-feature:nth-child(7),
    .wa-feature:nth-child(8) {
        border-bottom: none;
    }
}

@media (max-width: 900px) {
    .wa-why-inner {
        flex-direction: column;
        gap: 3rem;
    }

    .wa-tiers {
        flex-direction: column;
    }

    .wa-tier {
        border-right: none;
        border-bottom: 1px solid var(--divider);
    }

    .wa-tier:last-child {
        border-bottom: none;
    }
}

@media (max-width: 600px) {
    .wa-features-grid {
        grid-template-columns: 1fr;
    }

    .wa-feature {
        border-right: none !important;
        border-bottom: 1px solid var(--divider) !important;
    }

    .wa-feature:last-child {
        border-bottom: none !important;
    }
}


/* ── Built For section ── */
.wa-built-for {
    padding: 5rem 1.5rem;
    background: var(--bg-page);
    border-bottom: 1px solid var(--divider);
}

.wa-built-for-inner {
    max-width: 820px;
    margin: 0 auto;
}

.wa-built-body {
    font-size: 0.975rem;
    color: var(--text-muted);
    line-height: 1.85;
    margin-top: 0.25rem;
}

/* ── Tier note ── */
.wa-tier-note {
    margin-top: 1.5rem;
    font-size: 0.85rem;
    color: var(--text-faint);
    line-height: 1.6;
    border-left: 2px solid var(--magenta);
    padding-left: 1rem;
}

/* ── Multi-tool section ── */
.wa-multi-tool {
    padding: 5rem 1.5rem;
    background: var(--bg-surface);
    border-bottom: 1px solid var(--divider);
}

.wa-multi-tool-inner {
    max-width: 820px;
    margin: 0 auto;
}

/* ── Trial callout ── */
.wa-trial {
    padding: 2.5rem 1.5rem;
    background: var(--bg-page);
    border-bottom: 1px solid var(--divider);
}

.wa-trial-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    background: var(--bg-surface);
    border: 1px solid var(--container-border);
    border-left: 3px solid var(--magenta);
    border-radius: var(--radius-md);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 1.5rem 2rem;
    box-shadow: var(--shadow-sm);
}

.wa-trial-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: var(--magenta-light);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wa-trial-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--magenta);
    stroke-width: 1.5;
    fill: none;
}

.wa-trial-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.wa-trial-text strong {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-color);
}

.wa-trial-text span {
    font-size: 0.875rem;
    color: var(--text-muted);
}

@media (max-width: 768px) {

    .wa-built-for,
    .wa-multi-tool {
        padding: 3.5rem 1.5rem;
    }

    .wa-trial-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .wa-trial-inner .btn-primary {
        width: 100%;
        justify-content: center;
    }
}