.nav-link.active {
    color: var(--accent);
}

.nav-link.active::after {
    width: 100%;
}

.desktop-page {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0 100px;
}

.desktop-hero {
    max-width: 900px;
    padding: 54px 0 78px;
}

.desktop-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #7faef8;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.desktop-eyebrow span {
    width: 7px;
    height: 7px;
    background: #22c55e;
    border-radius: 50%;
}

.desktop-hero h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(2.7rem, 7vw, 5.6rem);
    line-height: 0.97;
    letter-spacing: -0.058em;
}

.desktop-hero > p {
    max-width: 750px;
    margin: 28px 0 0;
    font-size: 1.08rem;
    line-height: 1.75;
}

.desktop-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.desktop-button {
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 11px 18px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
}

.desktop-status {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin: 38px 0 0;
    padding: 18px 0 0;
    color: var(--text-dim);
    border-top: 1px solid var(--border);
    list-style: none;
    font-size: 0.78rem;
}

.desktop-status li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-dot {
    width: 7px;
    height: 7px;
    background: #22c55e;
    border-radius: 50%;
}

.desktop-section {
    padding: 72px 0;
    border-top: 1px solid var(--border);
}

.desktop-section-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.desktop-section-heading h2,
.desktop-access h2 {
    margin: 0;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    letter-spacing: -0.04em;
}

.desktop-section-heading p,
.desktop-access p {
    max-width: 680px;
    line-height: 1.7;
}

.desktop-card {
    position: relative;
    padding: 28px;
    background: rgba(15, 17, 21, 0.9);
    border: 1px solid var(--border);
    border-radius: 10px;
    box-sizing: border-box;
}

.desktop-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.desktop-feature-card svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #7faef8;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-number {
    position: absolute;
    top: 28px;
    right: 28px;
    color: #576273;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.desktop-card h3 {
    margin: 25px 0 12px;
    font-size: 1rem;
}

.desktop-card p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.75;
}

.desktop-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    list-style: none;
}

.desktop-steps li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 18px;
    min-height: 120px;
    padding: 26px;
    box-sizing: border-box;
    background: rgba(15, 17, 21, 0.82);
}

.desktop-steps li:nth-child(odd) {
    border-right: 1px solid var(--border);
}

.desktop-steps li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border);
}

.desktop-steps li > span {
    color: #7faef8;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.desktop-steps strong {
    display: block;
    margin-bottom: 9px;
    font-size: 0.95rem;
}

.desktop-steps p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.65;
}

.desktop-boundary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.boundary-label {
    display: inline-flex;
    padding: 5px 8px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.boundary-label.local {
    color: #86efac;
    background: rgba(34, 197, 94, 0.08);
    border-color: rgba(34, 197, 94, 0.28);
}

.boundary-label.api {
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.28);
}

.desktop-boundary-grid .desktop-card h3 {
    margin-top: 20px;
}

.desktop-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.desktop-card li {
    padding: 10px 0;
    color: var(--text-dim);
    border-bottom: 1px solid rgba(255, 255, 255, 0.045);
    font-size: 0.86rem;
    line-height: 1.5;
}

.desktop-card li:last-child {
    border-bottom: 0;
}

.requirements-list {
    border-top: 1px solid var(--border);
}

.requirements-list div {
    display: grid;
    grid-template-columns: minmax(150px, 0.7fr) minmax(220px, 1fr);
    gap: 24px;
    padding: 18px 2px;
    border-bottom: 1px solid var(--border);
}

.requirements-list span {
    color: var(--text-dim);
    font-size: 0.82rem;
}

.requirements-list strong {
    font-size: 0.88rem;
}

.beta-note {
    max-width: 800px;
    margin: 26px 0 0;
    font-size: 0.8rem;
    line-height: 1.7;
}

.beta-note strong {
    color: #facc15;
}

.desktop-access {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.desktop-access > div {
    max-width: 760px;
}

@media (max-width: 850px) {
    .desktop-feature-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .desktop-feature-card {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .desktop-page {
        width: min(100% - 24px, 1180px);
        padding-top: 30px;
    }

    .desktop-hero {
        padding: 38px 0 56px;
    }

    .desktop-hero h1 {
        font-size: clamp(2.3rem, 13vw, 3.7rem);
        line-height: 1;
    }

    .desktop-hero > p {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .desktop-actions .desktop-button,
    .desktop-access .desktop-button {
        width: 100%;
    }

    .desktop-section {
        padding: 54px 0;
    }

    .desktop-card {
        padding: 22px;
    }

    .desktop-steps,
    .desktop-boundary-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .desktop-steps li:nth-child(odd) {
        border-right: 0;
    }

    .desktop-steps li:not(:last-child) {
        border-bottom: 1px solid var(--border);
    }

    .desktop-access {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .desktop-page {
        width: calc(100% - 20px);
    }

    .desktop-status {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .desktop-steps li {
        grid-template-columns: 34px 1fr;
        gap: 12px;
        padding: 20px;
    }

    .requirements-list div {
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
    }
}
