.server-launcher-page {
    gap: 24px;
}

.server-launcher-hero {
    position: relative;
    min-height: auto;
    overflow: visible;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 50% 0%, rgba(83, 209, 139, 0.05), transparent 34%),
        linear-gradient(180deg, rgba(28, 30, 33, 0.96), rgba(20, 22, 25, 0.98));
    box-shadow: var(--shadow);
}

.server-launcher-hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(8, 11, 13, 0.94), rgba(9, 13, 15, 0.9)),
        linear-gradient(180deg, rgba(10, 13, 14, 0.72), rgba(7, 9, 11, 0.96)),
        url("img/launcher.jpg") center / cover no-repeat;
    opacity: 0.12;
}

.server-launcher-hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 8px;
    min-height: inherit;
    padding: clamp(20px, 2.4vw, 28px);
}

.server-launcher-hero-copy {
    display: grid;
    justify-items: center;
    max-width: 760px;
    min-width: 0;
    min-height: 0;
}

.server-launcher-hero-copy h1,
.server-launcher-section h2,
.server-launcher-workflow-section h2,
.server-launcher-remote-copy h2,
.server-launcher-cta h2,
.server-launcher-feature-card h3,
.server-launcher-workflow-card h3 {
    margin: 0;
    font-family: var(--font-display);
    letter-spacing: 0;
}

.server-launcher-hero-copy h1 {
    max-width: 760px;
    margin-top: 4px;
    color: #fff7dc;
    font-size: clamp(1.55rem, 2.2vw, 2.15rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.server-launcher-hero-copy p {
    max-width: 620px;
    margin: 8px 0 0;
    color: rgba(239, 245, 239, 0.84);
    font-size: 1rem;
    line-height: 1.55;
}

.server-launcher-hero-copy .eyebrow {
    max-width: 100%;
}

.server-launcher-actions {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 16px;
}

.server-launcher-hero-stats {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.server-launcher-hero-stats span,
.server-launcher-remote-list span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(243, 191, 82, 0.18);
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 245, 218, 0.92);
    font: 700 0.78rem/1 var(--font-display);
    letter-spacing: 0.03em;
}

.server-launcher-preview {
    display: none;
}

.server-launcher-preview img {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.server-launcher-preview figcaption {
    color: rgba(231, 238, 231, 0.72);
    font-size: 0.9rem;
    line-height: 1.45;
}

.server-launcher-section,
.server-launcher-product-section,
.server-launcher-capability-section,
.server-launcher-workflow-section,
.server-launcher-remote-section,
.server-launcher-cta {
    overflow: hidden;
}

.server-launcher-product-section {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
    gap: 28px;
    align-items: center;
    background:
        radial-gradient(circle at top right, rgba(243, 191, 82, 0.06), transparent 34%),
        linear-gradient(180deg, rgba(20, 40, 21, 0.18), rgba(12, 17, 18, 0.96)),
        rgba(16, 21, 23, 0.96);
}

.server-launcher-product-copy h2,
.server-launcher-capability-section h2 {
    margin: 0;
    color: #fff7dc;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
    letter-spacing: 0;
}

.server-launcher-product-copy > p,
.server-launcher-capability-section .section-heading p {
    max-width: 760px;
    margin: 14px 0 0;
    color: rgba(225, 232, 235, 0.76);
    line-height: 1.62;
}

.server-launcher-product-points {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.server-launcher-product-points article {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
}

.server-launcher-product-points img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.server-launcher-product-points h3 {
    margin: 0;
    color: rgba(255, 247, 225, 0.96);
    font-family: var(--font-display);
    font-size: 1.08rem;
    letter-spacing: 0;
}

.server-launcher-product-points p {
    margin: 6px 0 0;
    color: rgba(225, 232, 235, 0.7);
    line-height: 1.52;
}

.server-launcher-product-shot {
    margin: 0;
}

.server-launcher-product-shot img {
    display: block;
    width: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 28px 74px rgba(0, 0, 0, 0.38);
}

.server-launcher-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.server-launcher-feature-card {
    display: grid;
    justify-items: center;
    align-content: center;
    min-height: 300px;
    padding: 28px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(28, 30, 33, 0.96), rgba(20, 22, 25, 0.98));
    box-shadow: var(--shadow);
}

.server-launcher-feature-card:hover {
    border-color: rgba(243, 191, 82, 0.28);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.server-launcher-feature-icon {
    display: inline-grid;
    place-items: center;
    width: 132px;
    height: 132px;
    margin-bottom: 20px;
    border-radius: 0;
    background: transparent;
    border: 0;
    overflow: visible;
}

.server-launcher-feature-icon img {
    display: block;
    width: 128px;
    height: 128px;
    object-fit: contain;
    filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.32));
}

.server-launcher-feature-card h3 {
    color: rgba(255, 247, 225, 0.96);
    font-size: 1.28rem;
    line-height: 1.18;
    max-width: 320px;
}

.server-launcher-feature-card p,
.server-launcher-capability-row span,
.server-launcher-workflow-card p,
.server-launcher-remote-copy p,
.server-launcher-cta p {
    margin: 10px 0 0;
    color: rgba(225, 232, 235, 0.72);
    line-height: 1.58;
}

.server-launcher-feature-card p {
    max-width: 340px;
}

.server-launcher-capability-section {
    background:
        radial-gradient(circle at 12% 0%, rgba(243, 191, 82, 0.1), transparent 36%),
        linear-gradient(180deg, rgba(20, 24, 26, 0.98), rgba(14, 18, 20, 0.98));
}

.server-launcher-capability-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.server-launcher-capability-row {
    display: grid;
    grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.028);
}

.server-launcher-capability-row strong {
    color: rgba(255, 247, 225, 0.96);
    font-family: var(--font-display);
    font-size: 1rem;
    line-height: 1.22;
}

.server-launcher-workflow-section {
    background:
        linear-gradient(180deg, rgba(20, 40, 21, 0.28), rgba(12, 17, 18, 0.96)),
        linear-gradient(180deg, rgba(17, 27, 33, 0.92), rgba(9, 14, 18, 0.95));
}

.server-launcher-workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.server-launcher-workflow-card {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.035);
}

.server-launcher-workflow-card > span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 18px;
    padding: 0 10px;
    border-radius: var(--radius-pill);
    background: rgba(83, 209, 139, 0.12);
    color: rgba(212, 242, 224, 0.96);
    font: 700 0.78rem/1 var(--font-display);
}

.server-launcher-workflow-card h3 {
    color: rgba(255, 247, 225, 0.96);
    font-size: 1.2rem;
}

.server-launcher-remote-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
    gap: 24px;
    align-items: center;
}

.server-launcher-remote-copy h2,
.server-launcher-cta h2 {
    color: #fff7dc;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1;
}

.server-launcher-remote-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.server-launcher-remote-list span {
    min-height: 44px;
    color: rgba(214, 253, 225, 0.96);
    background: rgba(83, 209, 139, 0.1);
    border-color: rgba(83, 209, 139, 0.18);
}

.server-launcher-remote-proof {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 2px;
}

.server-launcher-remote-proof span {
    display: grid;
    min-height: 74px;
    place-items: center;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(243, 191, 82, 0.14);
    background: rgba(243, 191, 82, 0.055);
    color: rgba(255, 245, 218, 0.9);
    font: 700 0.9rem/1.2 var(--font-display);
    text-align: center;
}

.server-launcher-cta {
    background:
        linear-gradient(180deg, rgba(243, 191, 82, 0.12), rgba(255, 255, 255, 0.03)),
        rgba(18, 22, 25, 0.94);
}

.server-launcher-cta p {
    max-width: 700px;
}

@media (max-width: 1080px) {
    .server-launcher-hero-content,
    .server-launcher-product-section,
    .server-launcher-remote-section {
        grid-template-columns: 1fr;
    }

    .server-launcher-hero-copy {
        min-height: 0;
    }

    .server-launcher-preview {
        max-width: 720px;
    }

    .server-launcher-feature-grid,
    .server-launcher-capability-list,
    .server-launcher-workflow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .server-launcher-capability-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 720px) {
    .server-launcher-hero {
        min-height: auto;
        border-radius: 20px;
    }

    .server-launcher-hero-content {
        padding: 20px 18px 22px;
    }

    .server-launcher-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .server-launcher-actions .primary-button,
    .server-launcher-actions .ghost-button,
    .server-launcher-cta .primary-button,
    .server-launcher-cta .ghost-button {
        justify-content: center;
        width: 100%;
    }

    .server-launcher-feature-grid,
    .server-launcher-capability-list,
    .server-launcher-remote-proof,
    .server-launcher-workflow-grid {
        grid-template-columns: 1fr;
    }

    .server-launcher-feature-card {
        min-height: 0;
    }

    .server-launcher-preview img {
        max-height: 260px;
    }

    .server-launcher-product-points article {
        grid-template-columns: 1fr;
    }

    .server-launcher-product-shot img {
        min-height: 240px;
    }
}
