/* Ported from moltbot-landing-clone/moltbot-files/index.DRlTHQUa.css */
.stars {
    position: fixed;
    inset: 0;
    background-image: radial-gradient(2px 2px at 20px 30px, rgba(255, 255, 255, .8), transparent), radial-gradient(2px 2px at 40px 70px, rgba(255, 255, 255, .5), transparent), radial-gradient(1px 1px at 90px 40px, rgba(255, 255, 255, .6), transparent), radial-gradient(2px 2px at 130px 80px, rgba(255, 255, 255, .4), transparent), radial-gradient(1px 1px at 160px 120px, rgba(255, 255, 255, .7), transparent), radial-gradient(2px 2px at 200px 60px, rgba(0, 229, 204, .6), transparent), radial-gradient(1px 1px at 250px 150px, rgba(255, 255, 255, .5), transparent), radial-gradient(2px 2px at 300px 40px, rgba(168, 85, 247, .4), transparent);
    background-size: 350px 200px;
    animation: twinkle 8s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0
}

@keyframes twinkle {
    0% {
        opacity: .4
    }

    to {
        opacity: .7
    }
}

.nebula {
    position: fixed;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 20% 20%, rgba(168, 85, 247, .12), transparent 50%), radial-gradient(ellipse 60% 60% at 80% 30%, rgba(0, 229, 204, .08), transparent 50%), radial-gradient(ellipse 90% 70% at 50% 90%, rgba(168, 85, 247, .06), transparent 50%);
    pointer-events: none;
    z-index: 0
}

.container {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    padding: 60px 24px 40px;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.hero {
    text-align: center;
    margin-bottom: 56px;
    animation: fadeInUp .8s ease-out
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.lobster-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    animation: float 4s ease-in-out infinite;
    cursor: pointer;
    transition: transform .3s ease
}

.lobster-icon:hover {
    transform: scale(1.1);
    animation: none
}

.lobster-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 20px rgba(168, 85, 247, .4));
    transition: filter .3s ease
}

.lobster-icon:hover svg {
    filter: drop-shadow(0 0 30px rgba(0, 229, 204, .6))
}

.lobster-icon .eye-glow {
    animation: blink 3s ease-in-out infinite
}

.lobster-icon .antenna {
    animation: wiggle 2s ease-in-out infinite;
    transform-origin: center
}

.lobster-icon .claw-left {
    animation: clawSnap 4s ease-in-out infinite;
    transform-origin: right center
}

.lobster-icon .claw-right {
    animation: clawSnap 4s ease-in-out infinite .2s;
    transform-origin: left center
}

@keyframes float {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

@keyframes blink {

    0%,
    90%,
    to {
        opacity: 1
    }

    95% {
        opacity: .3
    }
}

@keyframes wiggle {

    0%,
    to {
        transform: rotate(0)
    }

    25% {
        transform: rotate(-3deg)
    }

    75% {
        transform: rotate(3deg)
    }
}

@keyframes clawSnap {

    0%,
    85%,
    to {
        transform: rotate(0)
    }

    90% {
        transform: rotate(-8deg)
    }

    95% {
        transform: rotate(0)
    }
}

.title {
    font-family: var(--font-display);
    font-size: clamp(3rem, 10vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
    margin-bottom: 12px
}

.title-main {
    background: linear-gradient(135deg, var(--text-primary) 0%, var(--coral-bright) 50%, var(--cyan-bright) 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 6s ease infinite
}

@keyframes gradientShift {

    0%,
    to {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.tagline {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--coral-bright);
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 20px;
    animation: fadeInUp .8s ease-out .15s both
}

.tagline.dalek-mode {
    color: var(--cyan-bright);
    animation: shake .1s ease-in-out infinite;
    text-shadow: 0 0 10px var(--cyan-glow)
}

@keyframes shake {

    0%,
    to {
        transform: translate(0)
    }

    25% {
        transform: translate(-2px)
    }

    75% {
        transform: translate(2px)
    }
}

.description {
    font-size: 1.1rem;
    color: var(--text-secondary);
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.7;
    animation: fadeInUp .8s ease-out .3s both
}

.cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 56px;
    animation: fadeInUp .8s ease-out .45s both
}

@media(min-width:640px) {
    .cta-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

.cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid var(--border-subtle);
    background: #0a0f1a99;
    backdrop-filter: blur(12px);
    text-decoration: none;
    color: var(--text-primary);
    transition: all .25s cubic-bezier(.4, 0, .2, 1)
}

.cta:hover {
    transform: translateY(-4px);
    border-color: var(--border-accent);
    box-shadow: 0 12px 40px rgba(168, 85, 247, 0.2), inset 0 1px #ffffff0d
}

.cta-icon {
    width: 28px;
    height: 28px;
    color: var(--coral-bright);
    transition: transform .25s ease
}

.cta:hover .cta-icon {
    transform: scale(1.1)
}

.cta-discord:hover {
    border-color: #5865f2;
    box-shadow: 0 12px 40px #5865f233
}

.cta-discord:hover .cta-icon {
    color: #5865f2
}

.cta-docs:hover {
    border-color: var(--cyan-bright);
    box-shadow: 0 12px 40px #00e5cc26
}

.cta-docs:hover .cta-icon {
    color: var(--cyan-bright)
}

.cta-github:hover {
    border-color: #f0f4ff;
    box-shadow: 0 12px 40px #f0f4ff1a
}

.cta-github:hover .cta-icon {
    color: #f0f4ff
}

.cta-skills:hover {
    border-color: #fbbf24;
    box-shadow: 0 12px 40px #fbbf2426
}

.cta-skills:hover .cta-icon {
    color: #fbbf24
}

.cta-label {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1rem
}

.cta-sub {
    font-size: .8rem;
    color: var(--text-muted)
}

.newsletter {
    margin-bottom: 56px;
    animation: fadeInUp .8s ease-out .7s both
}

.newsletter-content {
    text-align: center;
    padding: 40px 32px;
    border-radius: 20px;
    border: 1px solid var(--border-subtle);
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.1), #0a0f1acc, rgba(0, 229, 204, 0.05));
    backdrop-filter: blur(12px)
}

.newsletter-title {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.newsletter-desc {
    font-size: .95rem;
    color: var(--text-secondary);
    margin-bottom: 24px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.newsletter-form {
    display: flex;
    gap: 12px;
    max-width: 440px;
    margin: 0 auto
}

.newsletter-input {
    flex: 1;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid var(--border-subtle);
    background: #0a0f1acc;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: .95rem;
    outline: none;
    transition: all .25s ease
}

.newsletter-input::placeholder {
    color: var(--text-muted)
}

.newsletter-input:focus {
    border-color: var(--coral-bright);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.2)
}

.newsletter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, var(--coral-bright) 0%, var(--coral-dark) 100%);
    color: #fff;
    font-family: var(--font-display);
    font-size: .95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 4px 20px rgba(168, 85, 247, 0.3)
}

.newsletter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(168, 85, 247, 0.45)
}

.newsletter-btn:active {
    transform: translateY(0)
}

.newsletter-btn svg {
    width: 18px;
    height: 18px;
    transition: transform .2s ease
}

.newsletter-btn:hover svg {
    transform: translate(3px)
}

@media(max-width:480px) {
    .newsletter-content {
        padding: 28px 20px
    }

    .newsletter-form {
        flex-direction: column
    }

    .newsletter-input {
        width: 100%
    }

    .newsletter-btn {
        width: 100%;
        justify-content: center
    }
}

.features {
    margin-bottom: 56px;
    animation: fadeInUp .8s ease-out .55s both
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

@media(min-width:640px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.feature-card {
    display: block;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid var(--border-subtle);
    background: #0a0f1a99;
    backdrop-filter: blur(12px);
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: var(--coral-bright);
    box-shadow: 0 12px 40px color-mix(in srgb, var(--coral-bright) 20%, transparent)
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.feature-icon svg {
    width: 28px;
    height: 28px
}

.feature-title {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 6px
}

.feature-desc {
    font-size: .85rem;
    color: var(--text-muted);
    line-height: 1.5
}

.integrations-preview {
    margin-bottom: 56px;
    animation: fadeInUp .8s ease-out .6s both
}

.integrations-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto 16px;
}

.integration-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 20px;
    border: 1px solid var(--border-subtle);
    background: #0a0f1a99;
    backdrop-filter: blur(8px);
    font-size: .85rem;
    color: var(--text-secondary);
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    cursor: default
}

.integration-pill svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: all .2s ease
}

.integration-pill:hover {
    border-color: var(--coral-bright);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--coral-bright) 20%, transparent)
}

.integrations-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.integrations-link {
    color: var(--coral-bright);
    text-decoration: none;
    font-size: .9rem;
    font-weight: 500;
    transition: color .2s ease
}

.integrations-link:hover {
    color: var(--cyan-bright)
}

.link-separator {
    color: var(--text-muted);
    font-size: .9rem
}

.press-section {
    margin-bottom: 56px;
    animation: fadeInUp .8s ease-out .65s both
}

.press-section .section-title {
    margin-bottom: 20px
}

.press-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

@media(max-width:640px) {
    .press-grid {
        grid-template-columns: 1fr
    }
}

.press-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 28px;
    border-radius: 16px;
    border: 1px solid var(--border-subtle);
    background: #0a0f1ab3;
    backdrop-filter: blur(12px);
    text-decoration: none;
    color: var(--text-primary);
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    text-align: center
}

.press-card:hover {
    transform: translateY(-4px);
    border-color: var(--coral-bright);
    box-shadow: 0 12px 40px rgba(168, 85, 247, 0.2)
}

.press-logo {
    display: flex;
    align-items: center;
    gap: 10px
}

.press-icon {
    width: 28px;
    height: 28px;
    color: var(--text-muted)
}

.press-name {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-secondary);
    letter-spacing: .02em
}

.press-quote {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-primary);
    margin: 0;
    font-style: italic
}

.press-author {
    font-size: .9rem;
    color: var(--coral-bright);
    font-weight: 500
}

.press-featured {
    border-color: #ff4d4d4d;
    background: linear-gradient(135deg, #ff4d4d0d, #0a0f1ab3)
}

.quickstart {
    margin-bottom: 56px;
    animation: fadeInUp .8s ease-out .6s both
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.section-title {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px
}

.section-link {
    font-size: .9rem;
    color: var(--coral-bright);
    text-decoration: none;
    font-weight: 500;
    transition: color .2s ease
}

.section-link:hover {
    color: var(--cyan-bright)
}

.claw-accent {
    color: var(--coral-bright);
    font-weight: 700
}

.code-block {
    background: var(--bg-elevated);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    overflow: hidden
}

.code-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #0000004d;
    border-bottom: 1px solid var(--border-subtle)
}

.code-content {
    padding: 16px 20px;
    font-family: SF Mono, Fira Code, Consolas, monospace;
    font-size: .9rem;
    line-height: 1.6
}

.code-line {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0
}

.code-line.comment {
    color: var(--text-muted);
    font-style: italic
}

.code-line.cmd {
    color: var(--text-primary)
}

.copy-line-btn {
    opacity: .6;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 6px;
    background: #ffffff1a;
    color: var(--text-muted);
    cursor: pointer;
    transition: all .2s ease;
    flex-shrink: 0
}

.code-line:hover .copy-line-btn {
    opacity: 1
}

.copy-line-btn:hover {
    background: #fff3;
    color: var(--text-primary)
}

.copy-line-btn.copied {
    opacity: 1;
    background: #00e5cc33;
    color: var(--cyan-bright)
}

.copy-line-btn svg {
    width: 14px;
    height: 14px
}

.code-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--text-muted)
}

.code-dot:nth-child(1) {
    background: #ff5f56
}

.code-dot:nth-child(2) {
    background: #febc2e
}

.code-dot:nth-child(3) {
    background: #28c840
}

.code-title {
    margin-left: auto;
    font-size: .75rem;
    color: var(--text-muted);
    font-family: var(--font-mono)
}

.testimonials {
    margin-bottom: 56px;
    animation: fadeInUp .8s ease-out .75s both;
    overflow: hidden;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px
}

.testimonials .section-header {
    padding: 0 24px
}

.testimonials-track {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: -24px;
    margin-right: -24px;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent)
}

.testimonials-track:focus-within .testimonials-row {
    animation-play-state: paused
}

.testimonials-row {
    display: flex;
    gap: 16px;
    width: max-content;
    padding: 8px 0
}

.row-1 {
    animation: scroll-left var(--duration, 80s) linear infinite;
    will-change: transform
}

.row-2 {
    animation: scroll-right var(--duration, 90s) linear infinite;
    will-change: transform
}

.mode-switch,
.pm-switch,
.hackable-switch,
.os-switch,
.win-shell-switch {
    display: flex;
    gap: 4px;
    background: #0000004d;
    padding: 3px;
    border-radius: 6px
}

.pm-switch,
.hackable-switch,
.os-switch,
.win-shell-switch {
    margin-left: auto
}

.win-shell-switch {
    margin-left: 8px
}

.mode-btn,
.pm-btn,
.hackable-btn,
.os-btn,
.win-shell-btn {
    font-family: var(--font-mono);
    font-size: .7rem;
    padding: 4px 10px;
    border: none;
    border-radius: 4px;
    background: transparent;
    color: var(--text-muted);
    cursor: pointer;
    transition: all .15s ease
}

.mode-btn:hover,
.pm-btn:hover,
.hackable-btn:hover,
.os-btn:hover,
.win-shell-btn:hover {
    color: var(--text-secondary)
}

.pm-btn.active,
.hackable-btn.active,
.os-btn.active,
.win-shell-btn.active {
    background: var(--coral-bright);
    color: var(--bg-deep);
    font-weight: 600
}

.mode-btn.active {
    background: var(--cyan-bright);
    color: var(--bg-deep);
    font-weight: 600
}

.beta-switch {
    margin-left: 8px
}

.switch-placeholder {
    display: none;
    height: 26px;
    margin-left: auto
}

.beta-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-mono);
    font-size: .7rem;
    padding: 4px 10px;
    border: 1px solid var(--border-subtle);
    border-radius: 4px;
    background: transparent;
    color: var(--text-muted);
    cursor: pointer;
    transition: all .2s ease
}

.beta-btn:hover {
    border-color: var(--cyan-bright);
    color: var(--cyan-bright)
}

.beta-btn.active {
    background: #00e5cc26;
    border-color: var(--cyan-bright);
    color: var(--cyan-bright)
}

.beta-label {
    font-weight: 700;
    font-size: .8rem
}

.beta-text {
    text-transform: uppercase;
    letter-spacing: .05em
}

.pm-cmd,
.pm-install {
    color: var(--cyan-bright)
}

.code-block pre {
    padding: 20px;
    overflow-x: auto
}

.code-block code {
    font-family: var(--font-mono);
    font-size: .9rem;
    line-height: 1.7;
    color: var(--text-secondary)
}

.code-comment {
    color: var(--text-muted)
}

.code-prompt {
    color: var(--coral-bright);
    user-select: none
}

.quickstart-note {
    margin-top: 16px;
    font-size: .9rem;
    color: var(--text-muted);
    text-align: center
}

.os-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    font-family: var(--font-mono);
    font-size: .75rem;
    color: var(--text-muted)
}

.os-detected {
    color: var(--text-secondary)
}

.os-change-btn {
    background: none;
    border: none;
    color: var(--coral-bright);
    font-family: var(--font-mono);
    font-size: .7rem;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
    transition: all .15s ease
}

.os-change-btn:hover {
    background: rgba(168, 85, 247, 0.15);
    color: var(--cyan-bright)
}

.macos-app-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 16px;
    text-align: center
}

.macos-description {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.macos-tagline {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary)
}

.macos-subtitle {
    font-size: .9rem;
    color: var(--text-muted)
}

.macos-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--coral-bright) 0%, var(--coral-dark) 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 4px 20px rgba(168, 85, 247, 0.3)
}

.macos-download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(168, 85, 247, 0.45)
}

.macos-download-btn svg {
    width: 20px;
    height: 20px
}

.macos-meta {
    font-size: .8rem;
    color: var(--text-muted)
}

.footer {
    margin-top: auto;
    padding-top: 40px;
    text-align: center;
    font-size: .9rem;
    color: var(--text-muted);
    animation: fadeInUp .8s ease-out .75s both
}

.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: .95rem
}

.footer-separator {
    color: var(--text-muted)
}

.footer a {
    color: var(--coral-bright);
    text-decoration: none;
    transition: color .2s ease
}

.footer a:hover {
    color: var(--cyan-bright)
}

.footer .disclaimer {
    margin-top: 12px;
    font-size: .8rem;
    color: var(--text-muted);
    opacity: .7
}

.testimonials {
    margin-bottom: 56px;
    animation: fadeInUp .8s ease-out .75s both;
    overflow: hidden;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px
}

.testimonials .section-header {
    padding: 0 24px
}

.testimonials-track {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: -24px;
    margin-right: -24px;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent)
}

.testimonials-track:focus-within .testimonials-row {
    animation-play-state: paused
}

.testimonials-row {
    display: flex;
    gap: 16px;
    width: max-content;
    padding: 8px 0
}

.row-1 {
    animation: scroll-left var(--duration, 80s) linear infinite;
    will-change: transform;
}

.row-2 {
    animation: scroll-right var(--duration, 90s) linear infinite;
    will-change: transform;
}

@keyframes scroll-left {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}

@keyframes scroll-right {
    0% {
        transform: translate(-50%)
    }

    to {
        transform: translate(0)
    }
}

.testimonial-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    min-width: 320px;
    max-width: 400px;
    border-radius: 12px;
    border: 1px solid var(--border-subtle);
    background: #0a0f1ab3;
    backdrop-filter: blur(8px);
    text-decoration: none;
    color: var(--text-primary);
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    flex-shrink: 0
}

.testimonial-card:hover {
    border-color: var(--coral-bright);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(168, 85, 247, 0.15)
}

.testimonials-row:hover {
    animation-play-state: paused
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid var(--border-subtle);
    background: var(--bg-elevated)
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0
}

.testimonial-quote {
    font-size: .9rem;
    line-height: 1.5;
    color: var(--text-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.testimonial-author {
    font-size: .8rem;
    font-weight: 600;
    color: var(--coral-bright)
}

@media(max-width:480px) {
    .container {
        padding: 40px 16px 32px
    }

    .lobster-icon {
        width: 80px;
        height: 80px
    }

    .cta {
        padding: 20px 12px
    }

    .cta-label {
        font-size: .9rem
    }

    .testimonials {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px
    }

    .testimonials .section-title {
        padding-left: 16px
    }

    .testimonials-track {
        margin-left: -16px;
        margin-right: -16px
    }

    .testimonial-card {
        min-width: 280px;
        max-width: 320px;
        padding: 12px
    }

    .testimonial-avatar {
        width: 36px;
        height: 36px
    }

    .testimonial-quote {
        font-size: .85rem
    }

    .code-header {
        flex-wrap: wrap;
        gap: 8px
    }

    .code-dot {
        order: 0
    }

    .os-indicator,
    .os-switch,
    .win-shell-switch,
    .pm-switch,
    .hackable-switch,
    .beta-switch,
    .switch-placeholder {
        order: 1;
        margin-left: auto
    }

    .win-shell-switch {
        margin-left: 4px
    }

    .mode-switch {
        order: 2;
        width: 100%;
        justify-content: center;
        margin-top: 4px
    }

    .mode-btn {
        padding: 6px 8px;
        font-size: .65rem
    }

    .os-btn,
    .pm-btn,
    .win-shell-btn {
        padding: 4px 8px;
        font-size: .65rem
    }

    .code-content {
        padding: 12px 14px;
        font-size: .65rem
    }

    .code-line {
        gap: 6px
    }

    .macos-download-btn {
        padding: 12px 20px;
        font-size: .9rem
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

:focus-visible {
    outline: 3px solid var(--cyan-bright);
    outline-offset: 4px;
    border-radius: 4px
}

@media(prefers-reduced-motion:reduce) {

    *,
    :before,
    :after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

/* KRYLLBOT OVERRIDES */
:root {
    /* Original Colors - Retained for reference */
    --bg-deep: #050810;
    --bg-surface: #0a0f1a;
    --bg-elevated: #111827;

    /* Purple Overrides (Replacing Coral/Moltbot Red) */
    --coral-bright: #a855f7;
    /* Purple 500 */
    --coral-mid: #9333ea;
    /* Purple 600 */
    --coral-dark: #6b21a8;
    /* Purple 800 */

    /* Retain Cyan as accent or shift it? Keeping Cyan adds a nice Cyber/Crypto vibe */
    --cyan-bright: #00e5cc;
    --cyan-mid: #14b8a6;
    --cyan-glow: rgba(0, 229, 204, .4);

    --text-primary: #f0f4ff;
    --text-secondary: #8892b0;
    --text-muted: #5a6480;
    --border-subtle: rgba(136, 146, 176, .15);
    --border-accent: rgba(168, 85, 247, .3);
    /* Purple accent */

    --font-display: "Clash Display", system-ui, sans-serif;
    --font-body: "Satoshi", system-ui, sans-serif;
    --font-mono: "SF Mono", "Fira Code", "JetBrains Mono", monospace;
}

/* Base Styles */
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font-body);
    background: var(--bg-deep);
    color: var(--text-primary);
    line-height: 1.6;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::selection {
    background: var(--coral-bright);
    color: var(--bg-deep)
}

/* Custom Logo */
.kryll-logo {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    color: var(--coral-bright);
    text-align: center;
    margin: 0 auto 24px;
    letter-spacing: -0.02em;
    animation: float 4s ease-in-out infinite;
    text-shadow: 0 0 30px rgba(168, 85, 247, 0.3);
}

.kryll-logo:hover {
    text-shadow: 0 0 50px rgba(168, 85, 247, 0.6);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

/* Override background of testimonial cards to be slightly purple tinted */
.testimonial-card:hover {
    box-shadow: 0 8px 24px rgba(168, 85, 247, 0.15);
}