.download-page-body {
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(180deg, #04050a 0%, #020307 55%, #010105 100%);
}

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

.starfield-dense {
    opacity: 0.85;
    background-image:
        radial-gradient(circle at 6% 18%, rgba(255, 255, 255, 0.55) 0 1.4px, transparent 1.6px),
        radial-gradient(circle at 13% 35%, rgba(255, 255, 255, 0.3) 0 1.2px, transparent 1.4px),
        radial-gradient(circle at 19% 58%, rgba(255, 255, 255, 0.42) 0 1.5px, transparent 1.7px),
        radial-gradient(circle at 28% 28%, rgba(255, 255, 255, 0.25) 0 1px, transparent 1.2px),
        radial-gradient(circle at 34% 66%, rgba(255, 255, 255, 0.28) 0 1px, transparent 1.2px),
        radial-gradient(circle at 41% 44%, rgba(255, 255, 255, 0.35) 0 1.4px, transparent 1.6px),
        radial-gradient(circle at 49% 12%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.2px),
        radial-gradient(circle at 55% 57%, rgba(255, 255, 255, 0.44) 0 1.4px, transparent 1.6px),
        radial-gradient(circle at 61% 83%, rgba(255, 255, 255, 0.3) 0 1.2px, transparent 1.4px),
        radial-gradient(circle at 69% 38%, rgba(255, 255, 255, 0.36) 0 1.3px, transparent 1.5px),
        radial-gradient(circle at 76% 20%, rgba(255, 255, 255, 0.48) 0 1.5px, transparent 1.7px),
        radial-gradient(circle at 82% 54%, rgba(255, 255, 255, 0.28) 0 1px, transparent 1.2px),
        radial-gradient(circle at 88% 71%, rgba(255, 255, 255, 0.36) 0 1.3px, transparent 1.5px),
        radial-gradient(circle at 94% 14%, rgba(255, 255, 255, 0.46) 0 1.5px, transparent 1.7px);
}

.glow-pricing {
    top: 66%;
    left: 50%;
    width: 32rem;
    height: 18rem;
    background: rgba(222, 170, 73, 0.08);
    transform: translateX(-50%);
}

.download-header {
    position: sticky;
    top: 0;
    z-index: 8;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(5, 6, 11, 0.82);
    backdrop-filter: blur(18px);
}

.download-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    justify-self: center;
}

.download-nav a,
.download-nav-cta {
    color: rgba(241, 244, 250, 0.86);
    font-size: 0.78rem;
    font-weight: 500;
}

.download-nav a {
    opacity: 0.78;
}

.download-nav a:hover,
.download-nav-cta:hover {
    opacity: 1;
}

.download-nav-cta {
    padding: 0.58rem 0.88rem;
    border-radius: 0.42rem;
    background: #f5f6fb;
    color: #06070d;
    font-weight: 700;
}

.download-main {
    position: relative;
    z-index: 2;
}

.download-section {
    width: min(100% - 2rem, 72rem);
    margin: 0 auto;
    padding: 6.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.download-hero {
    width: min(100% - 2rem, 72rem);
    margin: 0 auto;
    padding: 3.4rem 0 7.5rem;
    text-align: center;
}

.download-hero-title {
    margin: 0;
    font-size: clamp(3.45rem, 8vw, 5.85rem);
    line-height: 0.92;
    letter-spacing: -0.075em;
    font-weight: 800;
}

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

.download-hero-muted {
    color: rgba(239, 242, 250, 0.45);
}

.download-hero-copy {
    width: min(100%, 34rem);
    margin: 1.4rem auto 0;
    color: rgba(164, 169, 183, 0.74);
    font-size: 0.98rem;
    line-height: 1.55;
}

.download-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 1.65rem;
}

.download-primary-btn,
.download-secondary-btn,
.pricing-button {
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.46rem;
    padding: 0 1.2rem;
    border-radius: 0.68rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.download-primary-btn:hover,
.download-secondary-btn:hover,
.pricing-button:hover {
    transform: translateY(-1px);
}

.download-primary-btn {
    color: #090a10;
    background: #f5f6fb;
}

.download-primary-btn svg,
.pricing-button svg {
    width: 0.95rem;
    height: 0.95rem;
}

.download-secondary-btn {
    color: rgba(246, 248, 251, 0.9);
    background: rgba(15, 16, 21, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.play-icon {
    position: relative;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.play-icon::before {
    content: "";
    position: absolute;
    left: 0.34rem;
    top: 0.22rem;
    border-top: 0.24rem solid transparent;
    border-bottom: 0.24rem solid transparent;
    border-left: 0.34rem solid currentColor;
}

.platform-pills {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 2.2rem;
}

.platform-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.15rem;
    padding: 0 1rem;
    border-radius: 999px;
    background: rgba(13, 14, 19, 0.92);
    color: rgba(177, 182, 196, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 0.72rem;
    font-weight: 600;
}

.platform-pill-active {
    color: rgba(250, 251, 253, 0.92);
    background: rgba(23, 24, 31, 0.94);
}

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

.metric-card {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.75rem;
    text-align: left;
}

.metric-card h2 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
}

.metric-card p {
    margin: 0.18rem 0 0;
    color: rgba(134, 139, 154, 0.7);
    font-size: 0.68rem;
}

.metric-icon,
.pricing-icon {
    width: 1rem;
    height: 1rem;
    border-radius: 0.32rem;
    flex: none;
}

.metric-icon-green {
    background: linear-gradient(180deg, rgba(35, 193, 140, 0.3), rgba(35, 193, 140, 0.08));
    box-shadow: 0 0 0 1px rgba(35, 193, 140, 0.16);
}

.metric-icon-gold,
.pricing-icon {
    background: linear-gradient(180deg, rgba(219, 174, 77, 0.32), rgba(219, 174, 77, 0.08));
    box-shadow: 0 0 0 1px rgba(219, 174, 77, 0.16);
}

.metric-icon-blue {
    background: linear-gradient(180deg, rgba(102, 134, 255, 0.32), rgba(102, 134, 255, 0.08));
    box-shadow: 0 0 0 1px rgba(102, 134, 255, 0.16);
}

.section-heading-block,
.section-heading-left {
    text-align: center;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.8rem;
    padding: 0 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(18, 19, 24, 0.74);
    color: rgba(195, 199, 210, 0.62);
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    font-weight: 700;
}

.section-title {
    margin: 1rem 0 0;
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: -0.06em;
    line-height: 1;
    font-weight: 800;
}

.section-title-left {
    text-align: left;
}

.section-copy {
    width: min(100%, 34rem);
    margin: 0.85rem auto 0;
    color: rgba(156, 161, 176, 0.7);
    font-size: 0.95rem;
}

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

.feature-card,
.review-card,
.pricing-card,
.faq-item {
    border-radius: 1rem;
    background: rgba(15, 16, 20, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.feature-card {
    padding: 1.35rem;
    min-height: 12.4rem;
}

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

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

.feature-icon-voice {
    color: #6ea0ff;
    background: rgba(31, 61, 107, 0.35);
}

.feature-icon-browser {
    color: #34d699;
    background: rgba(23, 66, 48, 0.36);
}

.feature-icon-agent {
    color: #d4ab54;
    background: rgba(75, 57, 24, 0.36);
}

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

.feature-card p {
    margin: 0.7rem 0 0;
    color: rgba(141, 146, 160, 0.78);
    font-size: 0.88rem;
    line-height: 1.6;
}

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

.reviews-marquee {
    --review-gap: 0.9rem;
    overflow: hidden;
    display: grid;
    gap: 0.9rem;
    width: calc(100% + 2.5rem);
    margin: 2rem 0 0 -1.25rem;
}

.reviews-row {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.reviews-track {
    display: flex;
    align-items: stretch;
    width: max-content;
    gap: var(--review-gap);
    will-change: transform;
}

.reviews-row-forward .reviews-track {
    animation: reviewMarqueeLeft 34s linear infinite;
}

.reviews-row-reverse .reviews-track {
    transform: translateX(calc(-50% - (var(--review-gap) / 2)));
    animation: reviewMarqueeRight 36s linear infinite;
}

.reviews-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: var(--review-gap);
}

.review-card {
    min-height: 11.2rem;
    width: 18rem;
    flex: 0 0 18rem;
    padding: 1.08rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.8rem;
    background: rgba(13, 15, 19, 0.92);
}

.review-topline {
    display: flex;
    align-items: center;
    gap: 0.68rem;
}

.review-avatar {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.52rem;
    background: rgba(39, 42, 52, 0.9);
    color: rgba(244, 246, 250, 0.88);
    font-size: 0.74rem;
    font-weight: 700;
    flex: none;
}

.review-topline h3 {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.15;
}

.review-topline p {
    margin: 0.14rem 0 0;
    color: rgba(136, 141, 156, 0.6);
    font-size: 0.68rem;
    line-height: 1.2;
}

.review-copy {
    margin: 0.88rem 0 0;
    color: rgba(206, 209, 218, 0.78);
    font-size: 0.8rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.review-bottomline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    margin-top: auto;
    padding-top: 0.9rem;
}

.review-stars {
    color: #d2a74b;
    letter-spacing: 0.12em;
    font-size: 0.68rem;
}

.review-source {
    color: rgba(118, 123, 139, 0.7);
    font-size: 0.6rem;
}

.review-proof-button {
    min-height: 1.8rem;
    padding: 0 0.82rem;
    border: 0;
    border-radius: 999px;
    background: rgba(34, 179, 128, 0.14);
    color: rgba(127, 240, 196, 0.92);
    box-shadow: 0 0 0 1px rgba(34, 179, 128, 0.18);
    font-size: 0.68rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 160ms ease, background-color 160ms ease;
}

.review-proof-button:hover {
    transform: translateY(-1px);
    background: rgba(34, 179, 128, 0.22);
}
.trust-note,
.pricing-footnote {
    margin: 2.2rem 0 0;
    text-align: center;
    color: rgba(121, 126, 141, 0.46);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.32em;
}

.proof-modal[hidden] {
    display: none;
}

.proof-modal {
    position: fixed;
    inset: 0;
    z-index: 40;
}

.proof-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 4, 8, 0.82);
    backdrop-filter: blur(10px);
}

.proof-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100% - 1.2rem, 64rem);
    margin: 5vh auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20rem;
    gap: 1.5rem;
    padding: 1.4rem;
    border-radius: 1.15rem;
    background: rgba(13, 16, 22, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 2rem 4rem rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}

.proof-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: rgba(28, 31, 39, 0.96);
    color: rgba(243, 246, 250, 0.82);
    font-size: 1.1rem;
    cursor: pointer;
}

.proof-modal-copy {
    align-self: center;
    padding: 1rem 0.5rem 1rem 0.2rem;
}

.proof-modal-kicker {
    margin: 0;
    color: rgba(114, 230, 185, 0.78);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.proof-modal-title {
    margin: 0.8rem 0 0;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.proof-modal-role {
    margin: 0.85rem 0 0;
    color: rgba(167, 173, 188, 0.76);
    font-size: 0.95rem;
}

.proof-phone-shell {
    position: relative;
    padding: 0.7rem;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, #171a22, #090b10);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 1.2rem 2.8rem rgba(0, 0, 0, 0.42);
}

.proof-phone-screen {
    border-radius: 1.25rem;
    overflow: hidden;
    display: grid;
    gap: 0.8rem;
    padding: 0.7rem;
    background: #0b1118;
}

.proof-image-wrap {
    min-height: 0;
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(20, 22, 29, 0.96);
}

.proof-image-wrap img {
    width: 100%;
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.proof-image-note {
    margin: 0;
    padding: 0.8rem;
    border-radius: 0.9rem;
    background: rgba(253, 234, 210, 0.08);
    color: rgba(240, 226, 209, 0.9);
    font-size: 0.76rem;
    line-height: 1.55;
}

.proof-image-empty {
    margin: 0;
    padding: 1rem 0.85rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(178, 184, 197, 0.7);
    font-size: 0.76rem;
    text-align: center;
}
body.is-proof-open {
    overflow: hidden;
}

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

.pricing-card {
    position: relative;
    width: min(100%, 26rem);
    margin: 3rem auto 0;
    padding: 1.45rem;
    text-align: left;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 0 0 1px rgba(220, 171, 73, 0.34);
}

.pricing-badge {
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    min-height: 1.4rem;
    padding: 0 0.7rem;
    border-radius: 999px;
    background: #deb14a;
    color: #2e1c00;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    display: inline-flex;
    align-items: center;
}

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

.pricing-card-head p,
.pricing-description {
    margin: 0.42rem 0 0;
    color: rgba(147, 152, 165, 0.74);
    font-size: 0.86rem;
    line-height: 1.6;
}

.pricing-amount {
    display: flex;
    align-items: flex-end;
    gap: 0.68rem;
    margin-top: 1.5rem;
}

.pricing-amount strong {
    color: #deb14a;
    font-size: 2.65rem;
    line-height: 1;
    letter-spacing: -0.06em;
}

.pricing-amount span {
    padding-bottom: 0.32rem;
    color: rgba(173, 178, 191, 0.84);
    font-size: 0.8rem;
}

.pricing-list {
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
}

.pricing-list li {
    position: relative;
    padding-left: 1.2rem;
    color: rgba(239, 241, 245, 0.88);
    font-size: 0.88rem;
}

.pricing-list li + li {
    margin-top: 0.78rem;
}

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

.pricing-button {
    width: 100%;
    margin-top: 1.8rem;
    color: #241500;
    background: #deb14a;
}

.faq-list {
    display: grid;
    gap: 0.8rem;
    width: min(100%, 48rem);
    margin: 2.7rem auto 0;
}

.faq-item {
    overflow: hidden;
}

.faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border: 0;
    background: transparent;
    color: rgba(246, 248, 251, 0.96);
    font-size: 0.92rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.faq-plus {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    flex: none;
}

.faq-plus::before,
.faq-plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.75rem;
    height: 1px;
    background: rgba(198, 202, 212, 0.8);
    transform: translate(-50%, -50%);
    transition: transform 180ms ease, opacity 180ms ease;
}

.faq-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 220ms ease;
}

.faq-panel p {
    overflow: hidden;
    margin: 0;
    padding: 0 1.2rem 0;
    color: rgba(156, 161, 176, 0.78);
    font-size: 0.88rem;
    line-height: 1.65;
}

.faq-item.is-open .faq-panel {
    grid-template-rows: 1fr;
}

.faq-item.is-open .faq-panel p {
    padding-bottom: 1.15rem;
}

.faq-item.is-open .faq-plus::after {
    opacity: 0;
}

.download-footer {
    position: relative;
    z-index: 2;
    width: min(100% - 2rem, 72rem);
    margin: 0 auto;
    padding: 4.5rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
}

.footer-brand-block h2,
.footer-column h3 {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 800;
}

.footer-brand-block p {
    width: min(100%, 18rem);
    margin: 1rem 0 0;
    color: rgba(147, 152, 165, 0.74);
    font-size: 0.86rem;
    line-height: 1.7;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 0.72rem;
}

.footer-column a,
.footer-bottom p,
.footer-mini-links a,
.social-row a {
    color: rgba(166, 171, 184, 0.72);
    font-size: 0.82rem;
}

.social-row {
    display: flex;
    align-items: center;
    gap: 0.68rem;
}

.social-row a {
    width: 1.9rem;
    height: 1.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(18, 19, 25, 0.9);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
    text-transform: lowercase;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 4.2rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom p {
    margin: 0;
}

.footer-mini-links {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

@media (max-width: 1100px) {
    .download-header {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .feature-grid,
    .hero-metrics,
    .reviews-grid,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand-block {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .download-header {
        position: relative;
        padding: 1rem;
    }

    .download-nav {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .download-hero,
    .download-section,
    .download-footer {
        width: min(100% - 1.2rem, 72rem);
    }

    .download-hero {
        padding-top: 2.3rem;
    }

    .download-actions,
    .platform-pills {
        flex-direction: column;
    }

    .feature-grid,
    .hero-metrics,
    .reviews-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .metric-card {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@keyframes reviewMarqueeLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - (var(--review-gap) / 2)));
    }
}

@keyframes reviewMarqueeRight {
    from {
        transform: translateX(calc(-50% - (var(--review-gap) / 2)));
    }
    to {
        transform: translateX(0);
    }
}
@media (max-width: 900px) {
    .review-card {
        width: 16rem;
        flex-basis: 16rem;
    }

    .proof-modal-dialog {
        grid-template-columns: 1fr;
        width: min(100% - 1rem, 34rem);
    }
}

@media (max-width: 560px) {
    .review-card {
        width: 13.5rem;
        flex-basis: 13.5rem;
    }

    .proof-modal-dialog {
        padding: 1rem;
        margin-top: 3vh;
    }
}









.download-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.download-header-menu {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-left: auto;
}

.download-nav {
    justify-self: auto;
}

.download-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.28rem;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    border: 0;
    border-radius: 0.82rem;
    background: rgba(18, 20, 26, 0.92);
    color: rgba(245, 247, 250, 0.94);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.download-menu-toggle span {
    width: 1.15rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.download-header.is-menu-open .download-menu-toggle span:nth-child(1) {
    transform: translateY(0.37rem) rotate(45deg);
}

.download-header.is-menu-open .download-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.download-header.is-menu-open .download-menu-toggle span:nth-child(3) {
    transform: translateY(-0.37rem) rotate(-45deg);
}

@media (max-width: 760px) {
    .download-header {
        position: sticky;
        top: 0;
        flex-wrap: wrap;
        padding: 0.95rem 1rem;
        gap: 0.8rem;
    }

    .download-menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .download-header-menu {
        display: none;
        order: 3;
        width: 100%;
        margin: 0;
        padding: 0.95rem;
        border-radius: 1rem;
        background: rgba(8, 10, 16, 0.96);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.03),
            0 0 0 1px rgba(255, 255, 255, 0.05),
            0 1rem 2rem rgba(0, 0, 0, 0.28);
        flex-direction: column;
        align-items: stretch;
        gap: 0.9rem;
    }

    .download-header.is-menu-open .download-header-menu {
        display: flex;
    }

    .download-nav {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .download-nav a {
        display: block;
        padding: 0.92rem 0.2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 0.88rem;
    }

    .download-nav a:last-child {
        border-bottom: 0;
    }

    .download-nav-cta {
        width: 100%;
        min-height: 2.8rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.82rem;
    }

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

    .download-hero,
    .source-hero {
        padding-top: 2.2rem;
        padding-bottom: 5rem;
    }

    .download-section {
        padding: 4.4rem 0;
    }

    .download-actions {
        flex-direction: column;
    }

    .download-primary-btn,
    .download-secondary-btn,
    .source-primary-btn,
    .source-secondary-btn {
        width: 100%;
    }

    .hero-metrics,
    .source-value-row {
        margin-top: 4.5rem;
    }

    .reviews-marquee {
        width: calc(100% + 1rem);
        margin-left: -0.5rem;
    }

    .trust-note,
    .pricing-footnote {
        letter-spacing: 0.18em;
        font-size: 0.62rem;
    }
}

@media (max-width: 560px) {
    .download-header {
        padding: 0.9rem;
    }

    .download-header-menu {
        padding: 0.82rem;
    }

    .download-hero-title {
        font-size: clamp(2.7rem, 12vw, 3.9rem);
    }

    .download-hero-copy,
    .source-hero-copy,
    .section-copy {
        font-size: 0.9rem;
    }

    .section-heading-left,
    .section-title-left {
        text-align: center;
    }

    .reviews-marquee {
        width: calc(100% + 0.4rem);
        margin-left: -0.2rem;
    }

    .feature-card,
    .pricing-card,
    .developer-plan,
    .developer-note-card {
        padding: 1.1rem;
    }

    .faq-trigger {
        padding: 1rem;
        font-size: 0.86rem;
    }

    .faq-panel p {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 0.84rem;
    }

    .pricing-amount strong,
    .developer-plan-price strong {
        font-size: 2.15rem;
    }
}

html,
body,
.download-page-body,
.source-page-body {
    overflow-x: hidden;
}

.page-shell,
.download-shell,
.source-shell {
    width: 100%;
    overflow-x: clip;
}

@media (max-width: 760px) {
    .download-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center;
        justify-items: stretch;
    }

    .brand {
        min-width: 0;
    }

    .download-header-menu {
        display: none !important;
        grid-column: 1 / -1;
    }

    .download-header.is-menu-open .download-header-menu {
        display: flex !important;
    }

    .download-nav-cta {
        margin-left: 0;
    }

    .hero-metrics,
    .feature-grid,
    .source-value-row,
    .source-capability-grid,
    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .reviews-marquee,
    .reviews-row {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .reviews-row {
        mask-image: none;
    }

    .review-card {
        width: 15rem;
        flex-basis: 15rem;
    }

    .download-main,
    .download-footer {
        overflow-x: hidden;
    }
}

@media (max-width: 560px) {
    .download-header {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }

    .download-menu-toggle {
        width: 2.6rem;
        height: 2.6rem;
    }

    .brand-name {
        font-size: 0.84rem;
    }

    .download-nav a {
        font-size: 0.84rem;
    }

    .download-nav-cta {
        min-height: 2.7rem;
    }

    .review-card {
        width: 12.9rem;
        flex-basis: 12.9rem;
    }
}

/* Final mobile polish */
@media (max-width: 760px) {
    .download-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 0.75rem;
        padding: 0.75rem 0.9rem;
    }

    .download-menu-toggle {
        display: none !important;
    }

    .download-header-menu {
        display: flex !important;
        align-items: center;
        width: auto !important;
        order: 0;
        margin-left: auto;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .download-nav {
        display: none !important;
    }

    .download-nav-cta {
        width: auto;
        min-height: 2rem;
        padding: 0 0.8rem;
        border-radius: 0.45rem;
        font-size: 0.68rem;
        white-space: nowrap;
    }

    .brand-logo,
    .brand-fallback {
        width: 1.2rem;
        height: 1.2rem;
    }

    .brand-name {
        font-size: 0.86rem;
        letter-spacing: 0.02em;
    }

    .download-hero,
    .source-hero,
    .download-section,
    .download-footer {
        width: min(100% - 0.9rem, 72rem);
    }

    .download-hero,
    .source-hero {
        padding-top: 1.5rem;
        padding-bottom: 4rem;
    }

    .download-hero-title,
    .source-hero-title {
        font-size: clamp(2.4rem, 10vw, 3.8rem);
        line-height: 0.95;
    }

    .download-hero-copy,
    .source-hero-copy {
        width: min(100%, 19rem);
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .download-actions,
    .source-hero-actions {
        width: 100%;
        gap: 0.7rem;
    }

    .download-primary-btn,
    .download-secondary-btn,
    .source-primary-btn,
    .source-secondary-btn {
        width: 100%;
        min-height: 2.65rem;
        font-size: 0.74rem;
    }

    .platform-pills,
    .source-pill-row {
        gap: 0.55rem;
    }

    .platform-pill {
        min-height: 1.9rem;
        padding: 0 0.82rem;
        font-size: 0.64rem;
    }

    .hero-metrics,
    .source-value-row {
        margin-top: 3.2rem;
        gap: 0.55rem;
    }

    .metric-card,
    .source-value-card {
        padding: 0.35rem 0;
    }

    .metric-card h2,
    .source-value-card h2 {
        font-size: 0.74rem;
    }

    .metric-card p,
    .source-value-card p {
        font-size: 0.62rem;
    }

    .section-tag {
        min-height: 1.55rem;
        font-size: 0.56rem;
    }

    .section-title {
        font-size: clamp(1.6rem, 8vw, 2.3rem);
    }

    .section-copy {
        width: min(100%, 18rem);
        font-size: 0.82rem;
    }

    .download-section {
        padding: 3.6rem 0;
    }

    .feature-grid,
    .source-capability-grid,
    .developer-pricing-grid,
    .developer-note-card,
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 0.75rem;
    }

    .feature-card,
    .source-capability-card,
    .developer-plan,
    .pricing-card,
    .developer-note-card {
        min-height: auto;
        padding: 1rem;
    }

    .reviews-marquee {
        width: 100% !important;
        margin: 1.35rem 0 0 !important;
        gap: 0.7rem;
    }

    .reviews-row {
        overflow: visible;
        mask-image: none;
    }

    .reviews-track,
    .reviews-row-reverse .reviews-track {
        display: grid;
        width: 100%;
        gap: 0.7rem;
        transform: none;
        animation: none !important;
    }

    .reviews-group {
        display: grid;
        width: 100%;
        gap: 0.7rem;
    }

    .reviews-group[aria-hidden="true"] {
        display: none;
    }

    .review-card {
        width: 100%;
        min-height: auto;
        flex-basis: auto;
    }

    .trust-note,
    .pricing-footnote {
        margin-top: 1.3rem;
        font-size: 0.52rem;
        letter-spacing: 0.14em;
    }

    .faq-list {
        margin-top: 1.7rem;
        gap: 0.65rem;
    }

    .faq-trigger {
        padding: 0.92rem 1rem;
        font-size: 0.82rem;
    }

    .faq-panel p {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 0.8rem;
    }

    .footer-grid {
        gap: 1rem;
    }

    .footer-brand-block p,
    .footer-column a,
    .footer-bottom p,
    .footer-mini-links a,
    .social-row a {
        font-size: 0.76rem;
    }

    .footer-bottom {
        margin-top: 2rem;
        padding-top: 1.1rem;
    }
}

/* Final mobile header with 3-line menu */
@media (max-width: 760px) {
    .download-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem 0.9rem;
    }

    .download-menu-toggle {
        display: inline-flex !important;
        margin-left: auto;
    }

    .download-header-menu {
        display: none !important;
        order: 3;
        grid-column: 1 / -1;
        width: 100% !important;
        margin: 0;
        padding: 0.9rem;
        border-radius: 0.95rem;
        background: rgba(8, 10, 16, 0.97);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.03),
            0 0 0 1px rgba(255, 255, 255, 0.05),
            0 1rem 2rem rgba(0, 0, 0, 0.28);
        flex-direction: column;
        align-items: stretch;
        gap: 0.9rem;
    }

    .download-header.is-menu-open .download-header-menu {
        display: flex !important;
    }

    .download-nav {
        display: flex !important;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .download-nav a {
        display: block;
        padding: 0.9rem 0.15rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 0.84rem;
    }

    .download-nav a:last-child {
        border-bottom: 0;
    }

    .download-nav-cta {
        width: 100%;
        min-height: 2.7rem;
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
    }
}

@media (max-width: 560px) {
    .download-header {
        padding: 0.72rem 0.82rem;
    }

    .download-menu-toggle {
        width: 2.55rem;
        height: 2.55rem;
    }

    .download-header-menu {
        padding: 0.82rem;
    }

    .download-nav-cta {
        min-height: 2.6rem;
        font-size: 0.76rem;
    }
}

/* Strongest mobile header fix */
@media (max-width: 760px) {
    .download-header {
        justify-items: stretch !important;
    }

    .download-header > .brand {
        justify-self: start;
        min-width: 0;
    }

    .download-header > .download-menu-toggle {
        justify-self: end;
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
        gap: 0.26rem;
        line-height: 0;
    }

    .download-header > .download-menu-toggle span {
        display: block;
        width: 1.1rem;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        flex: none;
    }

    .download-header > .download-header-menu {
        display: none !important;
    }

    .download-header.is-menu-open > .download-header-menu {
        display: flex !important;
    }
}

/* Canonical header layout */
.download-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
}

.download-menu-toggle {
    display: none !important;
}

.download-header > .download-header-menu {
    display: contents !important;
}

.download-nav {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    justify-self: center;
}

.download-nav a {
    border-bottom: 0;
    padding: 0;
}

.download-nav-cta {
    width: auto;
    min-height: auto;
    margin: 0;
    justify-self: end;
}

.download-menu-toggle span {
    display: block;
    width: 1.1rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    flex: none;
}

.download-header.is-menu-open .download-menu-toggle span:nth-child(1) {
    transform: translateY(0.37rem) rotate(45deg);
}

.download-header.is-menu-open .download-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.download-header.is-menu-open .download-menu-toggle span:nth-child(3) {
    transform: translateY(-0.37rem) rotate(-45deg);
}

@media (max-width: 760px) {
    .download-header {
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 0.75rem;
        padding: 0.78rem 0.92rem;
    }

    .download-header > .brand {
        justify-self: start;
        min-width: 0;
    }

    .download-menu-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column !important;
        gap: 0.26rem;
        width: 2.6rem;
        height: 2.6rem;
        margin: 0;
        padding: 0;
        line-height: 0;
        justify-self: end;
    }

    .download-header > .download-header-menu {
        display: none !important;
        grid-column: 1 / -1;
        width: 100% !important;
        margin: 0;
        padding: 0.9rem;
        border-radius: 0.95rem;
        background: rgba(8, 10, 16, 0.97);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.03),
            0 0 0 1px rgba(255, 255, 255, 0.05),
            0 1rem 2rem rgba(0, 0, 0, 0.28);
        flex-direction: column;
        align-items: stretch;
        gap: 0.9rem;
    }

    .download-header.is-menu-open > .download-header-menu {
        display: flex !important;
    }

    .download-nav {
        display: flex !important;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-self: stretch;
        gap: 0;
    }

    .download-nav a {
        display: block;
        padding: 0.9rem 0.15rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 0.84rem;
    }

    .download-nav a:last-child {
        border-bottom: 0;
    }

    .download-nav-cta {
        width: 100%;
        min-height: 2.7rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
    }
}

@media (max-width: 560px) {
    .download-header {
        padding: 0.72rem 0.82rem;
    }

    .brand-logo,
    .brand-fallback {
        width: 1.2rem;
        height: 1.2rem;
    }

    .brand-name {
        font-size: 0.84rem;
    }

    .download-header > .download-header-menu {
        padding: 0.82rem;
    }

    .download-nav-cta {
        min-height: 2.6rem;
        font-size: 0.76rem;
    }
}

/* Final site stability overrides */
html,
body {
    overflow-x: hidden;
}

.page-shell,
.download-shell,
.source-shell {
    overflow-x: hidden;
}

.download-header {
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 1rem !important;
}

.download-menu-toggle {
    display: none !important;
}

.download-header > .download-header-menu {
    display: flex !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
}

.download-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2rem !important;
    width: auto !important;
    margin: 0 auto !important;
}

.download-nav a {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 0.78rem !important;
}

.download-nav-cta {
    width: auto !important;
    min-height: 2.35rem !important;
    margin: 0 0 0 1rem !important;
    flex: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.download-menu-toggle span {
    display: block !important;
    width: 1.15rem !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
    flex: none !important;
    transform-origin: center !important;
    transition: transform 0.25s ease, opacity 0.25s ease !important;
}

.download-header.is-menu-open .download-menu-toggle span:nth-child(1) {
    transform: translateY(0.36rem) rotate(45deg) !important;
}

.download-header.is-menu-open .download-menu-toggle span:nth-child(2) {
    opacity: 0 !important;
}

.download-header.is-menu-open .download-menu-toggle span:nth-child(3) {
    transform: translateY(-0.36rem) rotate(-45deg) !important;
}

@media (max-width: 760px) {
    .download-header {
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 0.75rem !important;
        padding: 0.82rem 0.92rem !important;
    }

    .download-header > .brand {
        min-width: 0 !important;
        justify-self: start !important;
    }

    .download-menu-toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 0.26rem !important;
        width: 2.6rem !important;
        height: 2.6rem !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0 !important;
        justify-self: end !important;
        border-radius: 999px !important;
        border: 1px solid rgba(255, 255, 255, 0.09) !important;
        background: rgba(255, 255, 255, 0.03) !important;
        color: #f5f7fb !important;
    }

    .download-header > .download-header-menu {
        display: none !important;
        grid-column: 1 / -1 !important;
        width: 100% !important;
        margin: 0.35rem 0 0 !important;
        padding: 0.95rem !important;
        border-radius: 0.95rem !important;
        background: rgba(8, 10, 16, 0.97) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.03),
            0 0 0 1px rgba(255, 255, 255, 0.05),
            0 1rem 2rem rgba(0, 0, 0, 0.28) !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 0.9rem !important;
    }

    .download-header.is-menu-open > .download-header-menu {
        display: flex !important;
    }

    .download-nav {
        width: 100% !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        margin: 0 !important;
    }

    .download-nav a {
        display: block !important;
        width: 100% !important;
        padding: 0.9rem 0.15rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
        font-size: 0.84rem !important;
    }

    .download-nav a:last-child {
        border-bottom: 0 !important;
    }

    .download-nav-cta {
        width: 100% !important;
        min-height: 2.72rem !important;
        margin: 0 !important;
        font-size: 0.8rem !important;
    }

    .hero-metrics,
    .feature-grid,
    .pricing-grid,
    .download-footer-grid,
    .source-value-row,
    .source-capability-grid,
    .developer-pricing-grid,
    .developer-note-card {
        grid-template-columns: 1fr !important;
    }
}

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

    .download-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .download-primary-btn,
    .download-secondary-btn,
    .source-primary-btn,
    .pricing-button,
    .developer-plan-button {
        width: 100% !important;
    }

    .platform-pills,
    .source-pill-row {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .reviews-marquee {
        display: grid !important;
        gap: 0.9rem !important;
    }

    .reviews-row {
        overflow: visible !important;
    }

    .reviews-track {
        display: grid !important;
        gap: 0.9rem !important;
        animation: none !important;
        transform: none !important;
    }

    .reviews-group {
        display: grid !important;
        grid-template-columns: 1fr !important;
        min-width: 0 !important;
        gap: 0.9rem !important;
    }

    .review-card {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .proof-modal-dialog {
        width: min(100% - 1rem, 23rem) !important;
    }
}
/* Mobile touch flow fix */
@media (max-width: 760px) {
    .download-main,
    .download-section,
    .download-hero,
    .reviews-marquee,
    .reviews-row,
    .reviews-track,
    .reviews-group,
    .feature-grid,
    .pricing-grid,
    .developer-pricing-grid,
    .faq-list {
        touch-action: pan-y !important;
    }
}

@media (max-width: 560px) {
    .reviews-group[aria-hidden="true"] {
        display: none !important;
    }
}
/* Glassmorphism public pages */
.download-header {
    background: linear-gradient(180deg, rgba(14, 18, 28, 0.54), rgba(7, 10, 17, 0.26)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 1rem 2rem rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(22px) saturate(140%) !important;
}

.platform-pill,
.section-tag,
.metric-card,
.feature-card,
.review-card,
.pricing-card,
.faq-item,
.proof-modal-dialog,
.download-footer,
.social-row a {
    background: linear-gradient(180deg, rgba(20, 23, 33, 0.42), rgba(9, 12, 18, 0.2)) !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;
}

.metric-card {
    border-radius: 1rem;
}

.download-primary-btn,
.download-secondary-btn,
.pricing-button,
.review-proof-button,
.download-nav-cta {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0.9rem 1.8rem rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(16px) saturate(135%);
}

.download-primary-btn,
.pricing-button,
.download-nav-cta {
    background: linear-gradient(180deg, rgba(248, 250, 255, 0.96), rgba(221, 228, 241, 0.86));
}

.download-secondary-btn {
    background: linear-gradient(180deg, rgba(20, 24, 34, 0.48), rgba(11, 14, 21, 0.22));
    border-color: rgba(255, 255, 255, 0.12);
}

.review-proof-button {
    background: linear-gradient(180deg, rgba(34, 179, 128, 0.24), rgba(16, 95, 68, 0.16));
}

.footer-bottom,
.faq-trigger,
.footer-column a,
.footer-bottom p,
.footer-mini-links a {
    position: relative;
    z-index: 1;
}
/* Footer layout fix */
.download-footer {
    width: 100% !important;
    margin: 0 !important;
    padding: 4rem 1rem 2rem !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.footer-grid,
.footer-bottom {
    width: min(100%, 72rem);
    margin-left: auto;
    margin-right: auto;
}

.footer-brand-block,
.footer-column {
    min-width: 0;
}

.footer-brand-block p {
    width: 100% !important;
    max-width: 20rem;
}

.social-row {
    flex-wrap: wrap;
}

@media (max-width: 760px) {
    .download-footer {
        padding: 3rem 1rem 1.8rem !important;
    }

    .footer-grid,
    .footer-bottom {
        width: 100%;
    }

    .footer-grid {
        gap: 1.1rem !important;
    }

    .footer-brand-block p {
        max-width: none;
        margin-right: 0;
    }

    .footer-bottom {
        margin-top: 1.6rem !important;
        padding-top: 1rem !important;
    }

    .footer-mini-links {
        flex-wrap: wrap;
        gap: 0.8rem;
    }
}
/* Footer visual cleanup */
.download-footer,
.source-footer {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}
/* Proof close button fix */
.proof-modal-close {
    z-index: 6 !important;
    top: 0.95rem !important;
    right: 0.95rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    background: linear-gradient(180deg, rgba(34, 38, 49, 0.96), rgba(19, 22, 30, 0.9)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0.7rem 1.4rem rgba(0, 0, 0, 0.24) !important;
}

.proof-phone-shell {
    z-index: 1;
}

@media (max-width: 560px) {
    .proof-modal-close {
        top: 0.8rem !important;
        right: 0.8rem !important;
    }
}
/* Customers pricing refresh */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.45rem;
    margin-top: 3rem;
    align-items: stretch;
}

.pricing-section .pricing-card {
    width: 100%;
    max-width: none;
    min-height: 100%;
    margin: 0;
    padding: 2rem 1.65rem 1.55rem;
    border-radius: 2rem;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.06), rgba(8, 10, 16, 0.78) 52%, rgba(6, 8, 14, 0.92) 100%);
}

.pricing-card-primary {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 0 0 1px rgba(220, 171, 73, 0.42),
        0 2rem 4rem rgba(0, 0, 0, 0.22);
}

.pricing-card-ultimate {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.09),
        0 2rem 4rem rgba(0, 0, 0, 0.2);
}

.pricing-card-head {
    display: grid;
    gap: 0.85rem;
}

.pricing-title-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.pricing-section .pricing-card-head h3 {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.pricing-title-badge,
.pricing-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.pricing-title-badge {
    min-height: 1.5rem;
    padding: 0 0.62rem;
    background: rgba(220, 171, 73, 0.18);
    color: #deb14a;
}

.pricing-pill {
    min-height: 2rem;
    padding: 0 0.95rem;
    border: 1px solid rgba(220, 171, 73, 0.28);
    color: rgba(230, 187, 92, 0.92);
}

.pricing-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.1rem;
    background: rgba(220, 171, 73, 0.1);
    box-shadow: 0 0 0 1px rgba(220, 171, 73, 0.26);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #deb14a;
}

.pricing-icon svg {
    width: 1.55rem;
    height: 1.55rem;
}

.pricing-icon-crown {
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
    color: rgba(241, 244, 249, 0.92);
}

.pricing-badge-dark {
    background: rgba(9, 11, 16, 0.92);
    color: #deb14a;
    box-shadow: 0 0 0 1px rgba(220, 171, 73, 0.24);
}

.pricing-description {
    min-height: 5.6rem;
    margin-top: 1.35rem;
    font-size: 0.92rem;
    color: rgba(182, 187, 197, 0.8);
}

.pricing-amount-rich {
    gap: 0.4rem;
    align-items: flex-end;
}

.pricing-currency {
    padding-bottom: 0.45rem;
    color: rgba(147, 152, 165, 0.84);
    font-size: 0.84rem;
    font-weight: 700;
}

.pricing-amount-rich strong {
    font-size: 3.25rem;
}

.pricing-amount-meta {
    display: grid;
    gap: 0.12rem;
    padding-bottom: 0.5rem;
}

.pricing-amount-meta span {
    padding-bottom: 0;
    color: rgba(230, 187, 92, 0.9);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.pricing-amount-meta small {
    color: rgba(147, 152, 165, 0.8);
    font-size: 0.82rem;
}

.pricing-list-check li::before {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    content: "âœ“";
    color: #deb14a;
    top: 0.05rem;
    font-size: 1rem;
    font-weight: 800;
}

.pricing-list-check .pricing-list-muted {
    color: rgba(126, 132, 145, 0.8);
}

.pricing-list-check .pricing-list-muted::before {
    content: "âœ•";
    color: rgba(168, 79, 88, 0.9);
}

.pricing-note-box {
    margin-top: 1.55rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    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.06);
    color: rgba(177, 181, 191, 0.88);
    font-size: 0.9rem;
    line-height: 1.55;
    text-align: center;
}

.pricing-section .pricing-button {
    min-height: 4.1rem;
    margin-top: 1.9rem;
    border-radius: 1.15rem;
    font-size: 0.98rem;
}

.pricing-button-primary {
    color: #241500;
    background: #deb14a;
}

.pricing-button-outline-dark {
    color: rgba(246, 248, 251, 0.96);
    background: rgba(8, 10, 14, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.pricing-button-outline-dark:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 0 1px rgba(220, 171, 73, 0.26), 0 1rem 2rem rgba(0, 0, 0, 0.16);
}

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

    .pricing-description {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .pricing-grid {
        gap: 1rem;
        margin-top: 2rem;
    }

    .pricing-section .pricing-card {
        padding: 1.45rem 1.1rem 1.15rem;
        border-radius: 1.55rem;
    }

    .pricing-section .pricing-card-head h3 {
        font-size: 1.4rem;
    }

    .pricing-amount-rich strong {
        font-size: 2.5rem;
    }

    .pricing-note-box {
        font-size: 0.84rem;
    }
}
/* Pricing normalization */
.pricing-grid {
    gap: 1.1rem !important;
    margin-top: 2.4rem !important;
}

.pricing-section .pricing-card {
    padding: 1.65rem 1.35rem 1.3rem !important;
    border-radius: 1.65rem !important;
}

.pricing-card-head {
    gap: 0.72rem !important;
}

.pricing-title-row {
    gap: 0.55rem !important;
}

.pricing-section .pricing-card-head h3 {
    font-size: 1.4rem !important;
}

.pricing-title-badge,
.pricing-pill {
    font-size: 0.66rem !important;
}

.pricing-title-badge {
    min-height: 1.35rem !important;
    padding: 0 0.55rem !important;
}

.pricing-pill {
    min-height: 1.8rem !important;
    padding: 0 0.82rem !important;
}

.pricing-icon {
    width: 3.05rem !important;
    height: 3.05rem !important;
    border-radius: 0.95rem !important;
}

.pricing-icon svg {
    width: 1.35rem !important;
    height: 1.35rem !important;
}

.pricing-description {
    min-height: 4.65rem !important;
    margin-top: 1.1rem !important;
    font-size: 0.88rem !important;
}

.pricing-amount-rich strong {
    font-size: 2.6rem !important;
}

.pricing-currency,
.pricing-amount-meta span,
.pricing-amount-meta small {
    font-size: 0.78rem !important;
}

.pricing-list-check li::before {
    content: "\2713" !important;
    font-size: 0.98rem !important;
}

.pricing-list-check .pricing-list-muted::before {
    content: "\2715" !important;
}

.pricing-note-box {
    margin-top: 1.25rem !important;
    padding: 0.9rem 1rem !important;
    font-size: 0.85rem !important;
}

.pricing-section .pricing-button {
    min-height: 3.45rem !important;
    margin-top: 1.55rem !important;
    border-radius: 1rem !important;
    font-size: 0.92rem !important;
}

@media (max-width: 980px) {
    .pricing-description {
        min-height: auto !important;
    }
}

@media (max-width: 640px) {
    .pricing-grid {
        gap: 0.95rem !important;
        margin-top: 1.9rem !important;
    }

    .pricing-section .pricing-card {
        padding: 1.35rem 1.05rem 1.1rem !important;
        border-radius: 1.4rem !important;
    }

    .pricing-section .pricing-card-head h3 {
        font-size: 1.24rem !important;
    }

    .pricing-icon {
        width: 2.7rem !important;
        height: 2.7rem !important;
    }

    .pricing-amount-rich strong {
        font-size: 2.2rem !important;
    }
}
/* Public responsive final pass */
.download-shell,
.source-shell,
.download-main {
    overflow-x: clip;
}

.download-header {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
}

.download-header > .download-header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
}

.download-nav {
    flex-wrap: wrap;
}

.download-menu-toggle {
    display: none;
}

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

    .hero-metrics,
    .feature-grid,
    .source-value-row,
    .source-capability-grid,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

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

    .footer-brand-block {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    html,
    body,
    .page-shell,
    .download-shell,
    .source-shell,
    .download-main {
        overflow-x: hidden !important;
    }

    .download-header {
        width: calc(100% - 1rem) !important;
        margin: 0.75rem auto 0 !important;
        padding: 0.95rem 1rem !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 0.75rem !important;
        border-radius: 1rem !important;
    }

    .download-header > .brand {
        min-width: 0;
    }

    .download-menu-toggle {
        width: 2.9rem !important;
        height: 2.9rem !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 0.28rem !important;
        border: 1px solid rgba(255, 255, 255, 0.09) !important;
        border-radius: 0.9rem !important;
        background: rgba(12, 15, 22, 0.82) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    }

    .download-header > .download-header-menu {
        position: absolute !important;
        top: calc(100% + 0.6rem) !important;
        left: 0 !important;
        right: 0 !important;
        display: none !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0.85rem !important;
        padding: 0.8rem !important;
        border-radius: 1rem !important;
        background: rgba(10, 12, 18, 0.94) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.28) !important;
        backdrop-filter: blur(18px) !important;
    }

    .download-header.is-menu-open > .download-header-menu {
        display: flex !important;
    }

    .download-nav {
        width: 100% !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
    }

    .download-nav a {
        display: block !important;
        width: 100% !important;
        padding: 0.85rem 0.95rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
        text-align: left !important;
    }

    .download-nav a:last-child {
        border-bottom: 0 !important;
    }

    .download-nav-cta {
        width: 100% !important;
        min-height: 3rem !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .download-hero,
    .source-hero {
        width: min(100% - 1rem, 72rem) !important;
        padding: 2.2rem 0 4.25rem !important;
        text-align: center !important;
    }

    .download-section,
    .download-footer {
        width: min(100% - 1rem, 72rem) !important;
        padding: 4.2rem 0 !important;
    }

    .download-hero-title,
    .source-hero-title {
        font-size: clamp(2.45rem, 12vw, 3.7rem) !important;
        line-height: 0.95 !important;
    }

    .download-hero-copy,
    .source-hero-copy,
    .source-hero-note {
        width: 100% !important;
        max-width: none !important;
        font-size: 0.94rem !important;
        line-height: 1.65 !important;
    }

    .download-actions,
    .source-hero-actions {
        width: 100% !important;
        max-width: 23rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .download-primary-btn,
    .download-secondary-btn,
    .source-primary-btn,
    .source-secondary-btn {
        width: 100% !important;
    }

    .platform-pills,
    .source-pill-row {
        width: 100% !important;
        justify-content: center !important;
        gap: 0.55rem !important;
    }

    .platform-pill {
        min-height: 2rem !important;
        padding: 0 0.9rem !important;
    }

    .hero-metrics,
    .feature-grid,
    .source-value-row,
    .source-capability-grid,
    .pricing-grid,
    .developer-pricing-grid,
    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .metric-card,
    .feature-card,
    .source-value-card,
    .source-capability-card,
    .pricing-card,
    .developer-plan,
    .developer-note-card {
        min-height: auto !important;
    }

    .reviews-marquee,
    .reviews-row {
        overflow: visible !important;
    }

    .reviews-track,
    .reviews-row-forward .reviews-track,
    .reviews-row-reverse .reviews-track {
        display: block !important;
        width: 100% !important;
        transform: none !important;
        animation: none !important;
    }

    .reviews-group {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0.85rem !important;
        min-width: 0 !important;
    }

    .reviews-group[aria-hidden="true"] {
        display: none !important;
    }

    .review-card,
    .source-review-card {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .pricing-grid {
        gap: 1rem !important;
    }

    .pricing-amount-rich strong,
    .developer-plan-price strong {
        font-size: 2.35rem !important;
    }

    .faq-list {
        gap: 0.75rem !important;
    }

    .faq-trigger {
        padding: 1rem 0.95rem !important;
        font-size: 0.9rem !important;
    }

    .proof-modal-dialog {
        width: min(100% - 1rem, 30rem) !important;
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        padding: 1rem !important;
    }

    .proof-phone-shell {
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer-grid,
    .footer-bottom {
        width: 100% !important;
    }

    .footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.8rem !important;
    }

    .footer-mini-links,
    .social-row {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 560px) {
    .download-header {
        width: calc(100% - 0.75rem) !important;
        padding: 0.85rem 0.9rem !important;
    }

    .download-header > .download-header-menu {
        top: calc(100% + 0.55rem) !important;
        padding: 0.75rem !important;
    }

    .download-hero,
    .source-hero,
    .download-section,
    .download-footer {
        width: min(100% - 0.75rem, 72rem) !important;
    }

    .download-hero-title,
    .source-hero-title {
        font-size: clamp(2.1rem, 11vw, 3.05rem) !important;
    }

    .section-title {
        font-size: 1.9rem !important;
    }

    .section-copy,
    .download-hero-copy,
    .source-hero-copy {
        font-size: 0.9rem !important;
    }

    .metric-card,
    .feature-card,
    .pricing-card,
    .developer-plan,
    .source-capability-card,
    .source-value-card,
    .developer-note-card,
    .review-card {
        padding: 1rem !important;
    }

    .pricing-section .pricing-card-head h3,
    .developer-plan h3 {
        font-size: 1.15rem !important;
    }

    .pricing-amount-rich strong,
    .developer-plan-price strong {
        font-size: 2.05rem !important;
    }

    .proof-modal-dialog {
        width: calc(100% - 0.75rem) !important;
    }
}
