img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 8px 16px;
    background: #FFFFFF;
    color: #000000;
    z-index: 1000;
}

.skip-link:focus {
    top: 0;
}

.shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-about-philosophy a {
    text-decoration: underline;
}

.section-about-philosophy p {
    text-align: justify;
    text-justify: inter-word;
}

.announcement-banner {
    background: #ffd138;
    color: #0D0D0D;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 45;
}

.announcement-banner[hidden],
.announcement-banner.is-dismissed {
    display: none;
}

.announcement-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 0;
}

.announcement-banner__text {
    margin: 0;
    font-weight: 500;
}

.announcement-banner__text a {
    text-decoration: underline;
}

.announcement-banner__close {
    border: none;
    background: none;
    color: #0D0D0D;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    font-size: 18px;
    cursor: pointer;
}

.site-nav {
    transition: transform 0.2s ease-out;
}

#donation-nav-link {
    color: #FFB703 !important;
}

#donation-nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    opacity: 0;
    pointer-events: none;

    background:
        radial-gradient(ellipse at center,
            rgba(255, 183, 3, 0.30) 0%,
            rgba(255, 183, 3, 0.10) 40%,
            rgba(255, 183, 3, 0) 100%),
        linear-gradient(to right,
            rgba(255, 183, 3, 0) 0%,
            rgba(255, 183, 3, 1) 50%,
            rgba(255, 183, 3, 0) 100%);

    background-size:
        100% 100%,
        100% 2px;
    background-position:
        center bottom,
        center bottom;
    background-repeat: no-repeat;
    transition: opacity 0.50s ease-out;
}

#donation-nav-link:hover::after,
#donation-nav-link:focus::after {
    opacity: 1 !important;
}

.site-main {
    padding-bottom: 96px;
}

.section {
    padding: 96px 0;
}

body.sections-animate .section {
    opacity: 0;
    transition: opacity 1s ease;
}

body.sections-animate .section.is-visible {
    opacity: 1;
}

.section.is-visible {
    opacity: 1;
}

.section-hero {
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: stretch;
    margin-top: 0;
    padding: 72px 0 0;
}

@media (prefers-reduced-motion: reduce) {
    body.sections-animate .section {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .tools-marquee {
        animation: none;
    }

    .hero-dot {
        animation: none;
        opacity: 0.2;
    }

    .section-mission .mission-card {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .company-logo {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

#hero-dot-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: grid;
    pointer-events: none;
    overflow: hidden;
}

@keyframes heroDotPulse {
    0% {
        opacity: var(--hero-dot-base-opacity);
    }

    100% {
        opacity: var(--hero-dot-intensity);
    }
}

@media (prefers-color-scheme: dark) {
    .hero-dot {
        background: rgba(255, 255, 255, 0.25);
    }
}

.section-heading {
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 16px 0;
}

.donor-heading {
    font-family: 'IBMPlexSans', system-ui, sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin: 0 0 8px 0;
}

#mission-heading {
    margin: 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    text-transform: uppercase;
}

#mission-heading b {
    font-family: 'Sarpanch', system-ui, sans-serif;
    text-transform: uppercase;
    line-height: 0;
    font-size: 48px;
}

.section-intro {
    max-width: 640px;
    color: #C4C4C4;
    margin: 0 0 32px 0;
}

.section-birdseye {
    position: relative;
    border-top: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F;
}

.birdseye-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 32px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.birdseye-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.birdseye-header .section-heading {
    margin: 0;
}

.birdseye-icon {
    width: 64px;
    height: 64px;
}

.birdseye-kicker {
    margin: 0 0 4px 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #A8A8A8;
}

.birdseye-body {
    display: grid;
    gap: 12px;
    color: #C4C4C4;
    margin-bottom: 24px;
}

.birdseye-body p {
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

.birdseye-cta {
    border-top: 1px solid #1F1F1F;
    padding-top: 18px;
    display: grid;
    gap: 16px;
}

.birdseye-cta-text {
    margin: 0;
    color: #C4C4C4;
    max-width: 560px;
    text-align: justify;
    text-justify: inter-word;
}

.birdseye-aside {
    position: relative;
}

.birdseye-card {
    position: relative;
    border: 1px solid #1F1F1F;
    padding: 22px;
    overflow: hidden;
}

.birdseye-card>* {
    position: relative;
    z-index: 1;
}

.birdseye-card-title {
    margin: 0 0 16px 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.section-intro a {
    text-decoration: underline;
}

.hero-inner {
    max-width: 90%;
    width: 100%;
    min-height: 100%;
    display: flex;
}

.hero-copy {
    text-align: center;
    display: grid;
    grid-template-rows: 1fr auto auto 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    gap: 0;
    height: 100%;
    width: 100%;
}

.hero-grid {
    display: grid;
    gap: 48px;
    align-items: stretch;
    width: 100%;
}

.hero-tools {
    --tool-card-gap: 14px;
    --hero-scroll-duration: calc(10s + (var(--tool-count, 6) * 2.4s));
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    min-height: 460px;
}

.tools-window {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 420px;
    height: clamp(400px, 62vh, 560px);
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.tools-window::before,
.tools-window::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 2;
    pointer-events: none;
}

.tools-window::before {
    top: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.tools-window::after {
    bottom: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.tools-marquee {
    display: flex;
    flex-direction: column;
    gap: var(--tool-card-gap);
    animation: heroToolsScroll var(--hero-scroll-duration) linear infinite;
    will-change: transform;
    position: relative;
    z-index: 1;
}

.tools-track {
    display: flex;
    flex-direction: column;
    gap: var(--tool-card-gap);
}

.tools-window:hover .tools-marquee,
.tools-window:focus-within .tools-marquee {
    animation-play-state: paused;
}

.tool-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #2A2A2A;
    background: #050505;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 12px 28px rgba(0, 0, 0, 0.55);
    transition: border-color 0.2s ease-out, box-shadow 0.3s ease-out;
}

.tool-card:hover,
.tool-card:focus-visible {
    border-color: #FFFFFF;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.18);
}

.tool-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: grid;
    place-items: center;
}

.tool-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.1));
}

.tool-card-body {
    display: grid;
    gap: 6px;
}

.tool-card-title {
    margin: 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 18px;
}

.tool-card-desc {
    margin: 0;
    color: #C4C4C4;
    font-size: 14px;
    line-height: 1.45;
}

.hero-tagline {
    font-family: 'Bahnschrift', system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    color: #A0A0A0;
    margin: 0 0 12px 0;
}

.hero-heading {
    font-family: 'IBMPlexSans', system-ui, sans-serif;
    font-size: 72px;
    line-height: 1.1;
    margin: 0 0 12px 0;
    font-weight: 400;
    text-transform: uppercase;
    grid-row: 2;
}

.hero-subtext {
    color: #C4C4C4;
    margin: 0;
    font-size: 22px;
    grid-row: 3;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 0;
    margin-bottom: 0;
    grid-row: 5;
    justify-content: center;
}

.section-hero .hero-actions .btn {
    padding: 16px 26px;
    font-size: 16px;
    min-height: 52px;
}

.hero-scroll {
    grid-row: 6;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #FFFFFF;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hero-scroll:hover,
.hero-scroll:focus-visible {
    transform: translateY(1px);
    border-color: #FFFFFF;
}

.hero-scroll-icon {
    display: block;
}

.section-business-hero .hero-actions {
    justify-content: center;
}

.section-business-hero .hero-actions a {
    padding: 16px 26px;
    font-size: 16px;
    min-height: 52px;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.btn-primary {
    font-weight: 500;
    background: #FFFFFF;
    color: #000000;
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow: 0px 0px 120px rgba(255, 255, 255, 0.5);
}

.btn-secondary {
    background: transparent;
    color: #FFFFFF;
}

.btn-secondary:hover,
.btn-secondary:focus {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.btn-business {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
    overflow: hidden;
    isolation: isolate;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.btn-business::before,
.btn-business::after {
    content: '';
    position: absolute;
    inset: -1px;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.5s ease;
}

.btn-business::before {
    background: radial-gradient(ellipse at 30% 50%, rgba(79, 209, 255, 0.32), rgba(122, 91, 255, 0));
    opacity: 0;
    filter: blur(10px);
}

.btn-business::after {
    background: linear-gradient(110deg, rgba(79, 209, 255, 0), rgba(79, 209, 255, 0.45), rgba(122, 91, 255, 0));
    opacity: 0;
    transform: translateX(-40%);
}

.btn-business:hover,
.btn-business:focus,
.btn-business:focus-visible {
    border-color: rgba(79, 209, 255, 0.75);
    box-shadow: 0 0 20px rgba(79, 209, 255, 0.28), 0 0 40px rgba(122, 91, 255, 0.22);
    transform: translateY(-1px);
}

.btn-business:hover::before,
.btn-business:focus::before,
.btn-business:focus-visible::before {
    opacity: 1;
}

.btn-business:hover::after,
.btn-business:focus::after,
.btn-business:focus-visible::after {
    opacity: 1;
    transform: translateX(40%);
}

#btn-donation {
    border: 1px solid #FFB703;
    color: #FFB703;
}

#btn-donation:hover,
#btn-donation:focus {
    box-shadow: 0 0 10px rgba(255, 183, 3, 0.2);
}

.btn-purchase {
    border: 1px solid #FFB703;
    color: #FFB703;
    background: transparent;
    font-weight: 600;
}

.btn-purchase:hover,
.btn-purchase:focus {
    box-shadow: 0 0 12px rgba(255, 183, 3, 0.25);
}

@keyframes heroToolsScroll {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

.section-donors {
    text-align: center;
    border-bottom: 1px solid #1E1E1E;
}

.section-companies {
    border-top: 1px solid #1E1E1E;
    border-bottom: 1px solid #1E1E1E;
    text-align: center;
    padding: 96px 0 96px 0;
}

.section-companies .shell {
    max-width: none;
}

.section-business-companies {
    text-align: center;
    padding: 96px 0 96px 0;
}

.section-companies .section-intro {
    margin-left: auto;
    margin-right: auto;
}

.section-donors .section-intro {
    margin-left: auto;
    margin-right: auto;
}

.section-donors .section-heading {
    font-size: 24px;
    letter-spacing: 0.02em;
}

.donor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-top: 24px;
    padding: 16px;
}

.company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.section-companies--press .company-list {
    gap: 56px;
}

.section-companies--press .company-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    max-width: 300px;
}

.section-companies--press .company-quote {
    margin: 0;
    color: #9A9A9A;
    font-size: 16px;
    line-height: 1.5;
}

.section-companies--press .company-quote--author {
    font-size: 14px;
    color: #5C5C5C;
}

.company-intro a {
    text-decoration: underline;
}

body.sections-animate .company-logo {
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: var(--company-delay, 0s);
}

body.sections-animate .company-logo.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.donor-name {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    color: #FFFFFF;
    font-family: 'IBMPlexSans', system-ui, sans-serif;
    letter-spacing: 0.04em;
    font-size: 20px;
}

.donor-name a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
    text-decoration: underline;
}

.section-mission {
    position: relative;
}

.mission-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
    gap: 32px;
    align-items: start;
}

.mission-header {
    display: grid;
    gap: 8px;
    max-width: 820px;
    margin: 0 0 12px 0;
    text-align: left;
    align-items: start;
    position: sticky;
    top: 96px;
}

.mission-title {
    display: grid;
    gap: 8px;
    justify-items: start;
}

.mission-title .section-heading {
    font-weight: 400;
    font-size: 42px;
}

.mission-kicker {
    margin: 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 22px;
    letter-spacing: 0.01em;
}

.mission-intro {
    margin: 0px 0px 16px 0px;
    text-align: justify;
    text-justify: inter-word;
    max-width: 720px;
}

.mission-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.mission-grid--stacked {
    grid-template-columns: 1fr;
    max-width: 520px;
    width: 100%;
}

.mission-scroll-indicator {
    grid-column: 2;
    justify-self: center;
    margin-top: 12px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #2A2A2A;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 1;
    transition: opacity 200ms ease, visibility 200ms linear;
}

.mission-scroll-indicator.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.mission-scroll-icon {
    display: block;
}

body.sections-animate .mission-card {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease, transform 0.6s ease, border-color 280ms ease;
}

body.sections-animate .mission-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mission-cta {
    text-align: center;
    margin-top: 32px;
}

.mission-card {
    position: relative;
    border-bottom: 1px solid #1F1F1F;
    padding: 0 0 20px 0;
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transform: translateZ(0);
    transition: transform 140ms ease, border-color 280ms ease;
}

.mission-card h3 {
    margin: 0;
    font-family: 'IBMPlexSans', system-ui, sans-serif;
    font-size: 26px;
    font-weight: 400;
}

.mission-card p {
    margin: 0;
    color: #C4C4C4;
}

@media (max-width: 900px) {
    .mission-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mission-header {
        max-width: none;
        margin-bottom: 8px;
        position: static;
    }

    .mission-scroll-indicator {
        grid-column: 1;
    }

    .mission-actions {
        gap: 10px;
        margin-top: 12px;
    }

    .mission-grid--stacked {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .mission-actions .btn {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

.mission-actions .btn {
    flex: 1 1 calc(50% - 6px);
    text-align: center;
    min-width: calc(50% - 6px);
}

.section-raven-code {
    position: relative;
    overflow: hidden;
    background: #000000;
}

.section-raven-code::before {
    display: none;
}

.section-raven-code::after {
    display: none;
}

.raven-code-shell {
    position: relative;
    z-index: 1;
}

.raven-code-list {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.raven-code-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr);
    align-items: center;
    gap: 24px;
    padding: 32px 0;
}

.raven-code-row:first-of-type {
    border-top: 1px solid #2B2B2B;
}

.raven-code-row + .raven-code-row {
    border-top: 1px solid #2B2B2B;
}

.raven-code-word {
    margin: 0;
    font-family: 'IBMPlexSans', system-ui, sans-serif;
    font-size: 72px;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
}

.raven-code-word b {
    font-family: 'Bahnschrift', system-ui, sans-serif;
}

.raven-code-word strong {
    font-weight: 700;
}

.raven-code-desc {
    margin: 0;
    color: #C4C4C4;
    text-align: right;
    line-height: 1.5;
    font-size: 24px;
    width: 400px;
    margin-left: auto;
}

.highlighted {
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .section-raven-code {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .raven-code-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

}

.section-explore-carousel .carousel-frame {
    overflow-x: auto;
    padding-bottom: 8px;
}

.carousel-row {
    display: flex;
    gap: 16px;
    min-width: max-content;
    margin-bottom: 16px;
}

.card {
    border-radius: 0;
    border: 1px solid #3A3A3A;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);
    padding: 16px;
    min-width: 240px;
    max-width: 320px;
    transition: box-shadow 0.15s ease-out, transform 0.15s ease-out, border-color 0.15s ease-out;
}

.card-title {
    margin: 0 0 8px 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 18px;
}

.card-text {
    margin: 0 0 12px 0;
    color: #C4C4C4;
    font-size: 14px;
}

.card-link {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'Bahnschrift', system-ui, sans-serif;
}

.card:hover,
.card:focus-within {
    border-color: #FFFFFF;
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.25);
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.section-cta .cta-inner {
    text-align: center;
}

.cta-heading {
    font-family: 'IBMPlexSans', system-ui, sans-serif;
    font-size: 48px;
    margin-bottom: 0px;
    font-weight: 400;
}

.cta-text {
    max-width: 640px;
    margin: 0 auto 32px auto;
    color: #C4C4C4;
}

.page-heading {
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 32px;
    margin: 0 0 12px 0;
}

.business-page-heading {
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 64px;
    margin: 0 0 12px 0;
    line-height: 1;
    text-transform: uppercase;
    word-break: break-word;
    font-weight: 400;
}

.page-intro {
    max-width: 640px;
    color: #C4C4C4;
}

.section-explore-hero {
    background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.05), transparent 10%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08), transparent 25%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
        border-bottom: 1px solid #1E1E1E;
}

.explore-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 32px;
    align-items: center;
}

.explore-hero-copy h1 {
    margin-bottom: 12px;
}

.explore-hero-copy .page-heading .regularfont {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: normal;
}

.explore-hero-copy .page-intro a {
    text-decoration: underline;
}

.explore-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.section-business-hero {
      position: relative;
      overflow: hidden;
      background: none;
      border-bottom: none;
      align-items: stretch;
      padding: 72px 0 0;
  }
  
.section-business-hero::after {
      display: none;
  }

.business-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: #000000;
}

.business-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) blur(18px);
    transform: scale(1.04);
    opacity: 0;
    transition: opacity 0.6s ease;
    background: #000000;
}

.business-hero-video.is-ready {
    opacity: 1;
}

.section-business-hero .shell {
      position: relative;
      z-index: 1;
  }

.stat-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid #2E2E2E;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.explore-hero-panel {
    position: relative;
    border: 1px solid #2A2A2A;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 50px rgba(0, 0, 0, 0.55);
}

.panel-inner {
    position: relative;
    padding: 26px;
    display: grid;
    gap: 12px;
}

.panel-kicker {
    margin: 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 12px;
    color: #C4C4C4;
}

.panel-title {
    margin: 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 22px;
    line-height: 1.3;
}

.panel-text {
    margin: 0;
    color: #C4C4C4;
}

.panel-glow {
    position: absolute;
    inset: -30% 40% auto -20%;
    height: 240px;
    background: radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.18), transparent 60%);
    filter: blur(18px);
    opacity: 0.6;
    pointer-events: none;
}

.explore-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.explore-appshell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.explore-sidebar {
    position: sticky;
    top: 92px;
    align-self: start;
    border: 1px solid #1F1F1F;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 35px rgba(0, 0, 0, 0.55);
    padding: 20px;
}

.sidebar-header h2 {
    margin: 6px 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 18px;
}

.sidebar-kicker {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #C4C4C4;
    font-size: 12px;
}

.sidebar-sub {
    margin: 0;
    color: #B5B5B5;
    font-size: 14px;
}

.sidebar-actions {
    display: grid;
    gap: 10px;
    margin: 16px 0;
}

.category-btn {
    width: 100%;
    padding: 12px 14px;
    text-align: left;
    background: #0A0A0A;
    border: 1px solid #2D2D2D;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    cursor: pointer;
    transition: border-color 0.15s ease-out, box-shadow 0.2s ease-out, transform 0.1s ease-out;
}

.category-btn:hover,
.category-btn:focus-visible {
    border-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.18);
}

.category-btn.is-active {
    border-color: #FFFFFF;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.16);
}

.sidebar-note {
    border-top: 1px solid #1E1E1E;
    margin-top: 14px;
    padding-top: 14px;
    color: #C4C4C4;
    font-size: 14px;
}

.explore-main {
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.55);
    padding: 0px 18px 24px 18px;
}

.explore-controls {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}

.explore-controls__top {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.explore-controls__top .results-count {
    margin-left: auto;
}

.explore-filters {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-label {
    font-family: 'Bahnschrift', system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    color: #C4C4C4;
}

.filter-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding-bottom: 12px;
}

.filter-checkbox input {
    width: 16px;
    height: 16px;
    accent-color: #FFFFFF;
    cursor: pointer;
}

.filter-checkbox span {
    font-size: 14px;
}

.search-field {
    flex: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #2D2D2D;
    padding: 12px 14px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.search-field input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #FFFFFF;
    font-size: 15px;
    font-family: inherit;
}

.search-field input:focus {
    outline: none;
}

.search-field input::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}

.search-field input[type="search"]::-webkit-search-cancel-button,
.search-field input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.search-icon {
    color: #BDBDBD;
    font-size: 16px;
}

.results-count {
    margin: 0;
    font-size: 14px;
    color: #C4C4C4;
}

.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.app-card {
    position: relative;
    border: 1px solid #2A2A2A;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 35px rgba(0, 0, 0, 0.50);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 267px;
    max-height: 267px;
    cursor: pointer;
    transition: box-shadow 0.8s ease-out;
}

.app-card:hover,
.app-card:focus-within {
    box-shadow: 0 0 28px rgba(255, 255, 255, 0.16);
}

.app-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.app-card__icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.app-card__title {
    margin: 0;
    font-family: 'IBMPlexSans', system-ui, sans-serif;
    font-size: 18px;
}

.app-card__description {
    margin: 0;
    color: #C4C4C4;
    font-size: 14px;
    line-height: 1.6;
}

.app-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.app-card__cta {
    justify-self: start;
    padding: 10px 14px;
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: box-shadow 0.2s ease-out, transform 0.1s ease-out;
}

.app-card__cta:hover,
.app-card__cta:focus-visible {
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.24);
}

.app-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 11px;
    border: 1px solid #2E2E2E;
}

.app-pill-software {
    color: #92d9ff;
}

.app-pill-service {
    color: #8fff95;
}

.explore-empty {
    margin-top: 18px;
    padding: 16px;
    text-align: center;
}

.explore-empty[hidden] {
    display: none;
}

.empty-title {
    margin: 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.empty-text {
    margin: 8px 0 0 0;
    color: #C4C4C4;
}

.app-card.is-hidden {
    display: none;
}

.app-modal {
    --modal-accent: #92d9ff;
    --modal-accent-rgb: 146, 217, 255;
    position: fixed;
    inset: 0;
    padding: 96px 24px 48px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(8px);
    z-index: 40;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-out;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #5a5a5a #0f0f0f;
}

.app-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.app-modal::-webkit-scrollbar {
    width: 8px;
}

.app-modal::-webkit-scrollbar-track {
    background: #0f0f0f;
}

.app-modal::-webkit-scrollbar-thumb {
    background: #5a5a5a;
    border-radius: 8px;
    border: 2px solid #0f0f0f;
}

.app-modal::-webkit-scrollbar-thumb:hover {
    background: #707070;
}

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

.app-modal__backdrop {
    position: absolute;
    inset: 0;
}

.app-modal__container {
    position: relative;
    z-index: 1;
    width: 100%;
    width: min(1100px, 96vw);
    gap: 18px;
    padding: 28px;
    border: 1px solid #2E2E2E;
    border-top: 1px solid #2E2E2E;
    background-color: #000000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 30px 80px rgba(0, 0, 0, 0.6);
    transform: translateY(10px);
    transition: transform 0.2s ease-out, box-shadow 0.25s ease-out;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #5a5a5a #0f0f0f;
}

.app-modal.is-open .app-modal__container {
    transform: translateY(0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 36px 90px rgba(0, 0, 0, 0.65);
}

.app-modal__container::-webkit-scrollbar {
    width: 8px;
}

.app-modal__container::-webkit-scrollbar-track {
    background: #0f0f0f;
}

.app-modal__container::-webkit-scrollbar-thumb {
    background: #5a5a5a;
    border-radius: 8px;
    border: 2px solid #0f0f0f;
}

.app-modal__container::-webkit-scrollbar-thumb:hover {
    background: #707070;
}

.app-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: none;
    background: rgba(0, 0, 0, 0.65);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    display: grid;
    place-items: center;
}

.app-modal__top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
}

.app-modal__title-block {
    display: grid;
    gap: 6px;
}

.app-modal__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 11px;
    border: 1px solid var(--modal-accent);
    width: fit-content;
    color: var(--modal-accent);
}

.app-modal__title {
    margin: 0;
    font-family: 'IBMPlexSans', system-ui, sans-serif;
    font-size: 26px;
    letter-spacing: 0.03em;
}

.app-modal__lede {
    margin: 0 0 14px 0;
    color: #C4C4C4;
}

.app-modal__meta {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 4px;
}

.app-modal__meta[hidden] {
    display: none;
}

.app-modal__meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid #2E2E2E;
    color: #E0E0E0;
    font-size: 12px;
}

.app-modal__media {
    position: relative;
    aspect-ratio: 16 / 9;
    border: 1px solid #2A2A2A;
    overflow: hidden;
}

.app-modal__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.app-modal__media img[data-modal-image][hidden],
.app-modal__media img[data-modal-image]:not([src]) {
    display: none;
}

.app-modal__media-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.app-modal__media-sheen {
    position: absolute;
    inset: 0;
    opacity: 0.3;
}

.app-modal__fallback-inner {
    position: relative;
    z-index: 1;
    width: 120px;
    height: 120px;
    display: grid;
    place-items: center;
}

.app-modal__fallback-inner img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.app-modal__fallback-inner img:not([src]) {
    display: none;
}

.app-modal__body {
    display: grid;
    gap: 8px;
}

.app-modal__body-title {
    margin: 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.app-modal__body-text {
    margin: 0;
    color: #D6D6D6;
}

.app-modal__body-text+.app-modal__body-text {
    margin-top: 4px;
}

.app-modal__body-text p {
    margin: 0 0 10px 0;
}

.app-modal__body-text p:last-child {
    margin-bottom: 0;
}

.app-modal__body-text ul,
.app-modal__body-text ol {
    margin: 0 0 10px 18px;
    padding: 0;
}

.app-modal__body-text li {
    margin-bottom: 6px;
}

.app-modal__body-text li:last-child {
    margin-bottom: 0;
}

.app-modal__body-text a {
    text-decoration: underline;
}

.app-modal__body-text table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.app-modal__body-text pre,
.app-modal__body-text code {
    white-space: pre-wrap;
    word-break: break-word;
    max-width: 100%;
}

.app-modal__body-text pre {
    padding: 10px;
    background: #0A0A0A;
    border: 1px solid #1F1F1F;
    border-radius: 4px;
}

.app-modal__body-text th,
.app-modal__body-text td {
    padding: 6px 8px;
    border: 1px solid #2a2a2a;
    text-align: left;
    vertical-align: top;
}

.app-modal__body-text h1,
.app-modal__body-text h2,
.app-modal__body-text h3,
.app-modal__body-text h4,
.app-modal__body-text h5,
.app-modal__body-text h6 {
    margin: 18px 0 8px 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    text-transform: uppercase;
}

.app-modal__column-left {
    display: grid;
    gap: 18px;
    align-content: start;
}

.app-modal__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.app-modal__actions-group {
    display: grid;
    gap: 10px;
    justify-items: start;
}

.app-modal__actions-group[data-software-actions] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
    width: 100%;
    justify-items: stretch;
}

.app-modal__actions-group[data-software-actions] .app-modal__btn {
    width: 100%;
    min-width: 0;
}

.app-modal__purchase {
    position: relative;
    display: block;
    width: 100%;
    grid-column: 1 / -1;
}

.app-modal__purchase[hidden] {
    display: none;
}

.app-modal__purchase-tooltip-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 60;
}

.app-modal__purchase-tooltip {
    background: rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
    border: 1px solid #1F1F1F;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.app-modal__purchase-tooltip--floating {
    position: absolute;
    width: 100%;
    max-width: none;
}

.app-modal__purchase-tooltip[hidden],
.app-modal__purchase-tooltip[data-purchase-tooltip-template] {
    display: none;
}

.app-modal__purchase-tooltip p {
    margin: 0;
}

.app-modal__license {
    margin: 0;
    color: #C4C4C4;
    font-size: 13px;
    grid-column: 1 / -1;
}

.app-modal__license a {
    color: inherit;
    text-decoration: underline;
}

.app-modal__actions-group[hidden] {
    display: none;
}

.app-modal__btn {
    min-width: 190px;
    text-align: center;
}

.app-modal__link {
    font-size: 13px;
    color: #C4C4C4;
    text-decoration: underline;
}

.app-modal__link.is-disabled,
.app-modal__btn.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.app-modal__content {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 22px;
    align-items: start;
}

.has-modal-open {
    overflow: hidden;
}

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

.timeline {
    position: relative;
    padding-left: 28px;
    border-left: 1px solid #2E2E2E;
}

.timeline-item {
    position: relative;
    margin-bottom: 32px;
}

.timeline-marker {
    position: absolute;
    left: -32px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #2E2E2E;
    background: #FFFFFF;
    box-shadow: 0 0 0 6px #000000, 0 6px 18px rgba(0, 0, 0, 0.45);
}

.timeline-card {
    position: relative;
    border: 1px solid #2E2E2E;
    padding: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 30px rgba(0, 0, 0, 0.45), 0 0 30px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: border-color 0.2s ease-out, box-shadow 0.25s ease-out, transform 0.1s ease-out;
}

.timeline-card:hover,
.timeline-card:focus-within {
    border-color: #FFFFFF;
}

.timeline-status,
.timeline-owner {
    font-size: 13px;
    color: #C4C4C4;
    margin: 4px 0;
}

.timeline-body {
    margin: 0;
    color: #C4C4C4;
    font-size: 14px;
}

.timeline-title {
    margin: 0 0 4px 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-weight: 400;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.team-member {
    position: relative;
    border: 1px solid #2E2E2E;
    padding: 16px;
}

.team-avatar {
    width: 72px;
    height: 72px;
    border: 1px solid #2E2E2E;
    margin-bottom: 12px;
}

.team-name {
    margin: 0 0 4px 0;
    font-family: 'IBMPlexSans', system-ui, sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.team-role {
    margin: 0 0 8px 0;
    color: #C4C4C4;
    font-size: 14px;
}

.team-quote {
    margin: 0;
    color: #C4C4C4;
    font-size: 14px;
}

.contact-form {
    max-width: 520px;
}

.form-row {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

label {
    font-size: 14px;
    color: #E0E0E0;
}

input[type="text"],
input[type="email"],
textarea {
    background: #000000;
    border-radius: 0;
    border: 1px solid #3A3A3A;
    padding: 10px 12px;
    color: #FFFFFF;
    font-family: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border-color: #FFFFFF;
}

.site-footer .shell {
    border-top: 1px solid #1E1E1E;
    padding-top: 16px;
    margin-top: 16px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 32px;
    padding: 32px 0;
}

.footer-heading {
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-list a {
    font-size: 13px;
    color: #C4C4C4;
    transition: color 0.15s ease-in-out;
}

.footer-list a:hover,
.footer-list a:focus {
    color: #FFFFFF;
}

.footer-bottom {
    margin-bottom: 32px;
    text-align: center;
}

.footer-copy {
    font-size: 13px;
    color: #A0A0A0;
    margin-top: 0;
}

.footer-logo {
    width: 200px;
}

.container a {
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .explore-hero-grid {
        grid-template-columns: 1fr;
    }

    .birdseye-grid {
        grid-template-columns: 1fr;
    }

    .explore-appshell {
        grid-template-columns: 1fr;
    }

    .explore-sidebar {
        position: static;
    }

    .hero-tools {
        min-height: 380px;
    }

    .tools-window {
        max-width: 100%;
        height: clamp(340px, 55vh, 440px);
    }
}

@media (max-width: 640px) {
    .app-modal {
        padding: 86px 14px 24px 14px;
    }

    .app-modal__content {
        grid-template-columns: 1fr;
    }

    .app-modal__top {
        grid-template-columns: 1fr;
        padding-right: 0;
    }

    .app-modal__actions {
        justify-content: flex-start;
        padding-right: 0;
    }

    .app-modal__actions-group[data-software-actions] {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .app-modal__actions-group[data-software-actions] .app-modal__btn,
    .app-modal__actions-group[data-software-actions] .app-modal__link {
        width: 100%;
    }

    .hero-grid {
        gap: 28px;
    }

    .hero-tools {
        min-height: 320px;
    }

    .tools-window {
        padding: 12px;
        height: 320px;
    }

    .tool-card {
        padding: 12px 14px;
    }

    .tool-card-title {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .nav-list {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.95);
        padding: 16px 24px 24px 24px;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        z-index: 100;
        transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    }

    .site-nav.site-nav-open .nav-list {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .site-nav {
        order: 1;
    }

    .nav-toggle {
        order: 2;
    }

    .nav-toggle {
        display: block;
    }

    .header-inner {
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .section {
        padding: 72px 0;
    }

    .section-hero {
        padding: 0;
    }

    .hero-actions .btn {
        flex: 1 1 100%;
        width: 100%;
    }

    .explore-hero-grid {
        justify-items: center;
    }

    .explore-hero-copy {
        max-width: 620px;
        width: 100%;
        text-align: center;
    }

    .business-page-heading {
        font-size: clamp(36px, 8vw, 46px);
        line-height: 1.05;
    }
}

.alternet-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 32px;
    align-items: flex-start;
}

.alternet-search {
    justify-self: stretch;
    width: 100%;
    display: grid;
    gap: 10px;
}

.alternet-status {
    font-size: 14px;
    color: #C4C4C4;
    margin: 0;
}

.section-alternet-feed {
    padding-top: 48px;
}

.alternet-feed-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    gap: 18px;
}

.alternet-feed {
    display: grid;
    gap: 16px;
}

.alternet-card {
    border: 1px solid #2A2A2A;
    background: #000000;
    padding: 18px 18px 14px 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: border-color 0.2s ease;
}

.alternet-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
}

.alternet-card__title {
    margin: 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 22px;
    letter-spacing: 0.02em;
}

.alternet-card__author {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
}

.alternet-author__icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.alternet-author__name {
    display: inline-block;
    font-size: 16px;
}

.alternet-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #C4C4C4;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.alternet-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border: 1px solid #2E2E2E;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: 'Bahnschrift', system-ui, sans-serif;
}

.alternet-pill-pinned {
    color: #FFFFFF;
}

.alternet-time {
    color: #C4C4C4;
}

.alternet-card__body {
    margin-bottom: 14px;
}

.alternet-card__media {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.alternet-card__media img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #1E1E1E;
    object-fit: cover;
    background: #0c1219;
}

.alternet-card__text {
    color: #E4E9EE;
    font-size: 16px;
    line-height: 1.6;
}

.alternet-card__text a {
    text-decoration: underline;
}

.alternet-card__text code {
    font-family: 'Inter', monospace;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #2E2E2E;
    padding: 2px 6px;
}

.alternet-card__text pre {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid #2E2E2E;
    padding: 10px;
    overflow: auto;
    font-family: 'Inter', monospace;
}

.alternet-card__text span {
    display: inline;
}

.alternet-card__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.alternet-like {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #2D2D2D;
    border-radius: 0;
    padding: 8px 14px;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    font-weight: 600;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.alternet-like:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px;
}

.alternet-like:hover {
    border-color: #FFFFFF;
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.18);
}

.alternet-like.is-liked {
    background: rgba(255, 255, 255, 0.08);
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.alternet-like__icon {
    font-size: 15px;
}

.alternet-like__count {
    font-variant-numeric: tabular-nums;
}

.alternet-like__label {
    font-size: 12px;
}

.alternet-feed-sentinel {
    width: 100%;
    height: 4px;
}

.alternet-load-more {
    align-self: center;
}

.alternet-end,
.alternet-error {
    text-align: center;
    color: #FFFFFF;
    margin: 4px 0 0 0;
}

.alternet-error {
    color: #ff9b9b;
}

.shake {
    animation: shake 0.35s ease;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-4px);
    }

    40% {
        transform: translateX(4px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 960px) {
    .alternet-hero-grid {
        grid-template-columns: 1fr;
    }

    .alternet-search {
        justify-self: stretch;
    }

    .alternet-card__top {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 720px) {
    .section-alternet-hero {
        padding-top: 88px;
    }

    .alternet-feed {
        grid-template-columns: 1fr;
    }

    .alternet-card__title {
        font-size: 20px;
    }
}

.hidden {
    display: none !important;
}

.page-bin .section-bin-hero {
    position: relative;
    border-bottom: 1px solid #1E1E1E;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.08), transparent 26%),
        radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.07), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.page-bin .section-bin-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 60%);
    opacity: 0.28;
}

.page-bin .bin-hero {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    max-width: 880px;
}

.page-bin .bin-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.page-bin .section-bin-workspace {
    padding-top: 64px;
}

.page-bin .bin-grid {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.page-bin .bin-main {
    width: 600px;
    display: grid;
    gap: 16px;
    align-content: start;
}

.page-bin .bin-panel {
    border: 1px solid #2A2A2A;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 45px rgba(0, 0, 0, 0.55);
    padding: 20px;
    display: grid;
    gap: 16px;
}

.page-bin .bin-panel__header {
    display: grid;
    gap: 6px;
}

.page-bin .bin-panel__title {
    margin: 0;
    font-family: 'Bahnschrift', system-ui, sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
}

.page-bin .panel-text {
    margin: 0;
    color: #C4C4C4;
}

.page-bin .bin-field {
    display: grid;
    gap: 8px;
}

.page-bin .bin-field--compact {
    max-width: 260px;
}

.page-bin .bin-label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.page-bin .bin-hint {
    margin: 0;
    color: #C4C4C4;
    font-size: 13px;
}

.page-bin .bin-textarea,
.page-bin .bin-input {
    width: 100%;
    border: 1px solid #3A3A3A;
    background: #000000;
    color: #FFFFFF;
    padding: 12px;
    font-family: inherit;
}

.page-bin .bin-textarea {
    min-height: 160px;
    resize: vertical;
}

.page-bin .bin-input {
    min-height: auto;
}

.page-bin .bin-select {
    width: 100%;
    border: 1px solid #3A3A3A;
    background: #000000;
    color: #FFFFFF;
    padding: 10px 12px;
    font-family: inherit;
}

.page-bin .bin-select:focus,
.page-bin .bin-input:focus,
.page-bin .bin-textarea:focus {
    outline: none;
    border-color: #FFFFFF;
}

.page-bin .bin-dropzone {
    position: relative;
    border: 1px dashed #3A3A3A;
    background: rgba(255, 255, 255, 0.02);
    padding: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.5s ease-out, box-shadow 0.5s ease-out;
}

.page-bin .bin-dropzone:hover,
.page-bin .bin-dropzone:focus-visible,
.page-bin .bin-dropzone.dragover {
    border-color: #FFFFFF;
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.18);
}

.page-bin .bin-dropzone__body {
    display: grid;
    gap: 6px;
}

.page-bin .dz-primary {
    font-family: 'Bahnschrift', system-ui, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.page-bin .dz-secondary {
    color: #C4C4C4;
    font-size: 13px;
}

.page-bin .file-input {
    display: none;
}

.page-bin .bin-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.page-bin .bin-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.page-bin .bin-actions .btn {
    min-width: 140px;
}

.page-bin .bin-panel .btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-bin .bin-progress {
    padding: 12px;
    display: grid;
    gap: 6px;
}

.page-bin .bin-progress progress {
    width: 100%;
    height: 12px;
    accent-color: #FFFFFF;
    background-color: #0A0A0A;
}

.page-bin .bin-progress progress::-webkit-progress-bar {
    background: #0A0A0A;
}

.page-bin .bin-progress progress::-webkit-progress-value {
    background: #FFFFFF;
}

.page-bin .bin-progress progress::-moz-progress-bar {
    background: #FFFFFF;
}

.page-bin .bin-result {
    padding: 12px;
    display: grid;
    gap: 8px;
}

.page-bin .bin-result__row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.page-bin .bin-result__row .bin-input {
    flex: 1 1 260px;
}

.page-bin .bin-error {
    border: 1px solid #ff9b9b;
    background: rgba(255, 155, 155, 0.08);
    color: #ffd7d7;
    padding: 12px;
    font-size: 14px;
}

.page-bin .bin-aside {
    display: grid;
    gap: 16px;
}

.page-bin .bin-card {
    border: 1px solid #2A2A2A;
    background: #050505;
    padding: 16px;
    display: grid;
    gap: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 35px rgba(0, 0, 0, 0.5);
}

.page-bin .bin-list {
    margin: 0;
    padding-left: 18px;
    color: #C4C4C4;
    display: grid;
    gap: 8px;
}

.page-bin .bin-list--compact {
    gap: 6px;
}

.page-bin .bin-file-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 1040px) {
    .page-bin .bin-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .page-bin .bin-panel {
        padding: 16px;
    }

    .page-bin .bin-row {
        flex-direction: column;
        align-items: stretch;
    }

    .page-bin .bin-actions {
        width: 100%;
    }

    .page-bin .bin-actions .btn {
        flex: 1 1 auto;
        width: 100%;
    }
}

.page-snowflake .section-snowflake {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 96px 0;
}

.page-snowflake .snowflake-shell {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-snowflake .snowflake-card {
    display: grid;
    gap: 20px;
    text-align: center;
    align-items: center;
    max-width: 640px;
    padding: 32px 24px 40px;
}

.page-snowflake .snowflake-kicker {
    margin: 0;
    color: #B6B6B6;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.page-snowflake .snowflake-timer {
    margin: 0;
    font-family: 'IBMPlexSans', system-ui, sans-serif;
    font-weight: bold;
    font-size: clamp(42px, 6vw, 86px);
    letter-spacing: 0.08em;
}

.page-snowflake .snowflake-toggle-wrap {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.page-snowflake .snow-toggle {
    position: relative;
    width: 124px;
    height: 44px;
    border: 1px solid #3A3A3A;
    display: inline-flex;
    align-items: center;
    padding: 6px;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.page-snowflake .snow-toggle__handle {
    width: 48px;
    height: 100%;
    background: #3F3F3F;
    transition: transform 0.25s ease, background 0.25s ease;
}

.page-snowflake .snow-toggle:hover,
.page-snowflake .snow-toggle:focus-visible {
    border-color: #FFFFFF;
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.35);
    outline: none;
}

.page-snowflake .snow-toggle:hover .snow-toggle__handle,
.page-snowflake .snow-toggle:focus-visible .snow-toggle__handle {
    background: #FFFFFF;
}

.page-snowflake .snow-toggle.is-on {
    background: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.48);
}

.page-snowflake .snow-toggle.is-on .snow-toggle__handle {
    background: #000000;
    transform: translateX(60px);
}

.page-snowflake .snowflake-toggle-hint {
    margin: 0;
    color: #8C8C8C;
    font-size: 13px;
}

.page-snowflake .snowflake-status {
    margin: 0;
    color: #C4C4C4;
    font-size: 14px;
}

.page-snowflake .snowflake-link {
    color: #B6B6B6;
    text-decoration: underline;
    text-underline-offset: 4px;
    letter-spacing: 0.02em;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.page-snowflake .snowflake-link:hover,
.page-snowflake .snowflake-link:focus-visible {
    color: #FFFFFF;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.25);
    outline: none;
}

@media (max-width: 720px) {
    .page-snowflake .section-snowflake {
        padding: 72px 0;
    }

    .page-snowflake .snowflake-card {
        padding: 28px 18px 32px;
    }

    .page-snowflake .snow-toggle {
        width: 112px;
    }

    .page-snowflake .snow-toggle.is-on .snow-toggle__handle {
        transform: translateX(54px);
    }
}
