.source-page-body {
    background:
        radial-gradient(circle at 50% 0%, rgba(67, 226, 170, 0.08), transparent 24%),
        linear-gradient(180deg, #030507 0%, #020307 58%, #010105 100%);
}

.source-shell {
    min-height: 100vh;
}

.source-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(37, 100, 75, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 100, 75, 0.12) 1px, transparent 1px);
    background-size: 3.4rem 3.4rem;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 88%);
    opacity: 0.35;
    pointer-events: none;
}

.source-starfield {
    opacity: 0.62;
}

.source-glow-center {
    background: rgba(61, 212, 157, 0.08);
}

.source-glow-pricing {
    background: rgba(222, 170, 73, 0.1);
}

.source-header {
    background: rgba(4, 7, 9, 0.84);
}

.source-page-body .download-nav-cta {
    background: #24d29b;
    color: #03130e;
}

.source-hero {
    position: relative;
    z-index: 2;
    width: min(100% - 2rem, 72rem);
    margin: 0 auto;
    padding: 3.8rem 0 7.5rem;
    text-align: center;
}

.source-hero-title {
    margin: 0;
    font-size: clamp(3.6rem, 8vw, 5.9rem);
    line-height: 0.9;
    letter-spacing: -0.08em;
    font-weight: 800;
}

.source-hero-title span {
    display: block;
}

.source-title-accent {
    color: #31e3ab;
}

.source-hero-copy {
    width: min(100%, 39rem);
    margin: 1.45rem auto 0;
    color: rgba(176, 181, 191, 0.76);
    font-size: 0.98rem;
    line-height: 1.65;
}

.source-hero-actions {
    margin-top: 1.7rem;
}

.source-primary-btn {
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.46rem;
    padding: 0 1.25rem;
    border-radius: 0.68rem;
    background: #21cc93;
    color: #02120d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 180ms ease, background-color 180ms ease;
}

.source-primary-btn svg {
    width: 0.95rem;
    height: 0.95rem;
}

.source-primary-btn:hover {
    transform: translateY(-1px);
    background: #28d89d;
}

.source-secondary-btn {
    background: rgba(14, 16, 21, 0.7);
}

.source-pill-row {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 2rem;
}

.source-page-body .platform-pill-active {
    background: rgba(25, 29, 34, 0.95);
}

.source-hero-note {
    margin: 0.95rem 0 0;
    color: rgba(124, 144, 137, 0.74);
    font-size: 0.74rem;
}

.source-value-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: min(100%, 51rem);
    margin: 8rem auto 0;
}

.source-value-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem;
    text-align: left;
}

.source-value-card h2 {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 700;
}

.source-value-card p {
    margin: 0.22rem 0 0;
    color: rgba(135, 143, 152, 0.68);
    font-size: 0.7rem;
}

.source-value-icon {
    width: 1rem;
    height: 1rem;
    border-radius: 0.32rem;
    flex: none;
}

.source-value-icon-green {
    background: linear-gradient(180deg, rgba(36, 210, 155, 0.35), rgba(36, 210, 155, 0.1));
    box-shadow: 0 0 0 1px rgba(36, 210, 155, 0.18);
}

.source-value-icon-gold {
    background: linear-gradient(180deg, rgba(224, 176, 79, 0.35), rgba(224, 176, 79, 0.1));
    box-shadow: 0 0 0 1px rgba(224, 176, 79, 0.18);
}

.source-value-icon-blue {
    background: linear-gradient(180deg, rgba(94, 132, 255, 0.35), rgba(94, 132, 255, 0.1));
    box-shadow: 0 0 0 1px rgba(94, 132, 255, 0.18);
}

.source-capabilities-section {
    padding-top: 5.7rem;
}

.source-section-title {
    color: #f7f9fb;
}

.source-section-copy {
    color: rgba(143, 167, 157, 0.72);
}

.source-page-body .section-tag {
    color: rgba(150, 223, 193, 0.68);
    border-color: rgba(47, 122, 92, 0.4);
    background: rgba(10, 21, 18, 0.72);
}

.source-capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.source-capability-card {
    min-height: 13rem;
    padding: 1.3rem;
    border-radius: 1rem;
    background: rgba(14, 16, 20, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.source-capability-icon {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
}

.source-capability-icon svg {
    width: 1rem;
    height: 1rem;
}

.source-capability-icon-automation {
    color: #33d8a0;
    background: rgba(15, 72, 52, 0.38);
}

.source-capability-icon-control {
    color: #7d92ff;
    background: rgba(31, 40, 90, 0.38);
}

.source-capability-icon-browser {
    color: #e0b04f;
    background: rgba(82, 58, 18, 0.34);
}

.source-capability-icon-os {
    color: #ff6b92;
    background: rgba(84, 29, 43, 0.34);
}

.source-capability-card h3 {
    margin: 1.05rem 0 0;
    font-size: 1rem;
    font-weight: 700;
}

.source-capability-card p {
    margin: 0.7rem 0 0;
    color: rgba(140, 145, 157, 0.78);
    font-size: 0.86rem;
    line-height: 1.62;
}

.source-review-card {
    background: rgba(14, 16, 19, 0.92);
}

.source-pricing-section {
    text-align: center;
}

.developer-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.developer-plan {
    position: relative;
    padding: 1.3rem;
    border-radius: 1rem;
    background: rgba(15, 16, 20, 0.94);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 0 0 1px rgba(255, 255, 255, 0.05);
    text-align: left;
}

.developer-plan-highlight {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 0 0 1px rgba(222, 177, 74, 0.5),
        0 1.2rem 2.6rem rgba(55, 39, 9, 0.22);
}

.developer-plan-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.35rem;
    padding: 0 0.6rem;
    border-radius: 999px;
    background: rgba(28, 30, 36, 0.98);
    color: rgba(196, 200, 211, 0.72);
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.developer-plan-highlight .developer-plan-badge {
    background: #deb14a;
    color: #2e1c00;
}

.developer-plan-head h3 {
    margin: 1rem 0 0;
    font-size: 1.35rem;
    font-weight: 800;
}

.developer-plan-head p {
    margin: 0.55rem 0 0;
    color: rgba(146, 151, 165, 0.78);
    font-size: 0.84rem;
    line-height: 1.6;
}

.developer-plan-price {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    margin-top: 1.45rem;
}

.developer-plan-price strong {
    font-size: 2.45rem;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #f5f6fb;
}

.developer-plan-highlight .developer-plan-price strong {
    color: #deb14a;
}

.developer-plan-price span {
    padding-bottom: 0.3rem;
    color: rgba(167, 172, 185, 0.74);
    font-size: 0.78rem;
}

.developer-plan-list {
    margin: 1.55rem 0 0;
    padding: 0;
    list-style: none;
}

.developer-plan-list li {
    position: relative;
    padding-left: 1.15rem;
    color: rgba(239, 242, 246, 0.9);
    font-size: 0.86rem;
    line-height: 1.55;
}

.developer-plan-list li + li {
    margin-top: 0.72rem;
}

.developer-plan-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.42rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #2bd39d;
}

.developer-plan-list-muted li {
    color: rgba(133, 138, 151, 0.64);
}

.developer-plan-list-muted li::before {
    background: rgba(255, 94, 130, 0.68);
}

.developer-plan-button {
    width: 100%;
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.46rem;
    margin-top: 1.8rem;
    border-radius: 0.7rem;
    background: rgba(19, 21, 27, 0.96);
    color: rgba(245, 247, 250, 0.9);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 180ms ease, background-color 180ms ease;
}

.developer-plan-button:hover {
    transform: translateY(-1px);
}

.developer-plan-button svg {
    width: 0.95rem;
    height: 0.95rem;
}

.developer-plan-button-highlight {
    background: #deb14a;
    color: #241500;
    box-shadow: none;
}

.developer-note-card {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
    margin: 1.6rem auto 0;
    width: min(100%, 48rem);
    padding: 1.45rem;
    border-radius: 1rem;
    background: rgba(14, 16, 20, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 0 0 1px rgba(255, 255, 255, 0.05);
    text-align: left;
}

.developer-note-copy h3 {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
}

.developer-note-copy p {
    margin: 0.7rem 0 0;
    color: rgba(148, 153, 165, 0.78);
    font-size: 0.87rem;
    line-height: 1.6;
}

.developer-note-warning {
    display: inline-flex;
    margin-top: 0.95rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.55rem;
    background: rgba(57, 28, 17, 0.82);
    color: rgba(255, 198, 162, 0.86);
    font-size: 0.72rem;
    font-weight: 600;
}

.developer-note-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.developer-note-list li {
    position: relative;
    padding-left: 1.1rem;
    color: rgba(239, 242, 246, 0.88);
    font-size: 0.85rem;
    line-height: 1.6;
}

.developer-note-list li + li {
    margin-top: 0.75rem;
}

.developer-note-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.44rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #deb14a;
}

.source-footer {
    border-top-color: rgba(255, 255, 255, 0.04);
}

@media (max-width: 1100px) {
    .source-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .developer-pricing-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .source-hero,
    .download-section,
    .download-footer {
        width: min(100% - 1.2rem, 72rem);
    }

    .source-hero {
        padding-top: 2.5rem;
    }

    .source-pill-row {
        flex-direction: column;
    }

    .source-value-row,
    .source-capability-grid,
    .developer-note-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .source-hero-title {
        font-size: clamp(2.9rem, 13vw, 4.25rem);
    }

    .source-capability-card,
    .developer-plan {
        min-height: auto;
    }

    .developer-note-card {
        gap: 1rem;
        padding: 1.2rem;
    }
}

@media (max-width: 560px) {
    .source-value-row {
        margin-top: 3.8rem;
    }

    .source-capability-grid {
        gap: 0.85rem;
    }

    .developer-plan {
        padding: 1.1rem;
    }
}

/* Final source page stability overrides */
@media (max-width: 560px) {
    .source-hero-title {
        font-size: clamp(2.45rem, 12vw, 3.35rem) !important;
    }

    .developer-plan-price strong {
        font-size: 2.15rem !important;
    }

    .developer-note-card {
        padding: 1rem !important;
    }
}
/* Glassmorphism source page */
.source-value-card,
.source-capability-card,
.source-review-card,
.developer-plan,
.developer-note-card {
    background: linear-gradient(180deg, rgba(19, 24, 34, 0.44), rgba(9, 13, 19, 0.22)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 1rem 2rem rgba(0, 0, 0, 0.14) !important;
    backdrop-filter: blur(18px) saturate(138%) !important;
}

.developer-plan-highlight {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 0 0 1px rgba(222, 177, 74, 0.52),
        0 1.2rem 2.4rem rgba(64, 44, 12, 0.22) !important;
}

.developer-plan-button {
    background: linear-gradient(180deg, rgba(20, 24, 34, 0.46), rgba(10, 13, 19, 0.24));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0.9rem 1.8rem rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(16px) saturate(135%);
}

.developer-plan-button-highlight {
    background: linear-gradient(180deg, rgba(236, 188, 92, 0.94), rgba(202, 150, 49, 0.8));
}
/* Developer plan admin-driven meta */
.developer-plan-head {
    display: grid;
    gap: 0.72rem;
}

.developer-plan-icon {
    width: 2.9rem;
    height: 2.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
    color: rgba(245, 246, 251, 0.9);
}

.developer-plan-icon svg {
    width: 1.2rem;
    height: 1.2rem;
}

.developer-plan-title-row {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.developer-plan-head h3 {
    margin: 0 !important;
}

.developer-plan-title-badge,
.developer-plan-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 999px;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.developer-plan-title-badge {
    min-height: 1.35rem;
    padding: 0 0.55rem;
    background: rgba(222, 177, 74, 0.18);
    color: #deb14a;
}

.developer-plan-pill {
    min-height: 1.7rem;
    padding: 0 0.78rem;
    border: 1px solid rgba(222, 177, 74, 0.2);
    color: rgba(232, 188, 93, 0.9);
}

.developer-plan-head p {
    margin: 0 !important;
}

.developer-plan-price {
    gap: 0.42rem;
    flex-wrap: wrap;
}

.developer-plan-price-prefix,
.developer-plan-price-meta {
    color: rgba(167, 172, 185, 0.8);
    font-size: 0.8rem;
    font-weight: 700;
}

.developer-plan-note {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.05);
    color: rgba(178, 182, 194, 0.85);
    font-size: 0.82rem;
    line-height: 1.55;
}

@media (max-width: 560px) {
    .developer-plan-icon {
        width: 2.55rem;
        height: 2.55rem;
    }

    .developer-plan-title-badge,
    .developer-plan-pill {
        font-size: 0.6rem;
    }
}
/* Source responsive final pass */
@media (max-width: 980px) {
    .developer-note-card {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 760px) {
    .source-value-row,
    .source-capability-grid,
    .developer-pricing-grid,
    .developer-note-card {
        grid-template-columns: 1fr !important;
    }

    .source-capability-card,
    .source-value-card,
    .developer-plan,
    .developer-note-card {
        padding: 1.1rem !important;
    }

    .developer-plan-list li,
    .developer-note-list li {
        font-size: 0.83rem !important;
    }
}

@media (max-width: 560px) {
    .source-hero-note {
        font-size: 0.84rem !important;
    }

    .developer-plan-head {
        gap: 0.65rem !important;
    }

    .developer-plan-icon {
        width: 2.45rem !important;
        height: 2.45rem !important;
    }

    .developer-plan-title-badge,
    .developer-plan-pill {
        font-size: 0.58rem !important;
    }

    .developer-plan-price strong {
        font-size: 1.95rem !important;
    }
}
