/* ============================================================
   WHATNOT CLONE DEVELOPMENT — page-scoped styles (.wncd-*)
   Faithful implementation of the "Whatnot Clone Development"
   frame (node 9:511) in the Triple Minds Inhouse Figma.
   Namespaced so it cannot collide with the global bundle.
   ============================================================ */

.wncd-page {
    overflow-x: hidden;
    background: #ffffff;
}

/* ---------- shared type ---------- */
.wncd-h2 {
    font-size: clamp(30px, 3.4vw, 50px);
    line-height: 1.28;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin: 0;
}
.wncd-h2--light { color: #ffffff; }
.wncd-h2--left  { text-align: left; }

.wncd-sub {
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.65;
    font-weight: 400;
    color: #434343;
    max-width: 1040px;
    margin: 18px auto 0;
    text-align: center;
}
.wncd-sub--light { color: rgba(255, 255, 255, 0.88); }
.wncd-sub--left  { text-align: left; margin-left: 0; }

.wncd-eyebrow {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ec2024;
    margin-bottom: 10px;
    text-align: center;
}

.wncd-head { margin-bottom: 52px; }

.wncd-card-title {
    font-size: clamp(20px, 1.8vw, 24px);
    line-height: 1.35;
    font-weight: 600;
    color: #111827;
    margin: 0 0 10px;
}
.wncd-card-desc {
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.65;
    color: #6b6b6b;
    margin: 0;
}

.wncd-btn { gap: 10px; }
.wncd-play-ico { width: 22px; height: 22px; flex: 0 0 22px; }

/* ============================================================
   HERO
   ============================================================ */
.wncd-hero {
    position: relative;
    background: #0a0612;
    overflow: hidden;
}
.wncd-hero-media { position: absolute; inset: 0; }
.wncd-hero-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wncd-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
        rgba(8, 5, 15, 0.94) 0%,
        rgba(8, 5, 15, 0.78) 34%,
        rgba(8, 5, 15, 0.38) 62%,
        rgba(8, 5, 15, 0.12) 100%);
}
.wncd-hero .container { position: relative; z-index: 1; }
.wncd-hero-row {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
    min-height: clamp(540px, 41.5vw, 800px);
    padding: 60px 0;
}
.wncd-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1010px;
}
.wncd-hero-shots {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 560px;
    margin-left: auto;
}
.wncd-hero-shot {
    flex: 0 0 auto;
    width: 37%;
    border: 1px solid #26262e;
    border-radius: 20px;
    overflow: hidden;
    background: #0d0d12;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}
.wncd-hero-shot img { display: block; width: 100%; height: auto; }
.wncd-hero-shot--l { transform: rotate(-6deg) translateX(8%); z-index: 1; }
.wncd-hero-shot--c { width: 42%; z-index: 2; box-shadow: 0 30px 74px rgba(0, 0, 0, 0.68); }
.wncd-hero-shot--r { transform: rotate(6deg) translateX(-8%); z-index: 1; }
.wncd-hero-title {
    font-size: clamp(34px, 3.55vw, 68px);
    line-height: 1.18;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 26px;
}
.wncd-hero-sub {
    font-size: clamp(16px, 1.55vw, 22px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    max-width: 880px;
    margin: 0 0 40px;
}

/* ============================================================
   INDUSTRY IMPACT STATS
   ============================================================ */
.wncd-stats { padding: 90px 0; background: #ffffff; }
.wncd-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.wncd-stat-card {
    border: 1px solid #ececf1;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    padding: 26px 26px 30px;
}
.wncd-stat-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #ec2024;
    background: #fdecec;
    border-radius: 999px;
    padding: 4px 14px;
    margin-bottom: 20px;
}
.wncd-stat-num {
    display: block;
    font-size: clamp(30px, 2.6vw, 38px);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
}
.wncd-stat-label {
    display: block;
    font-size: clamp(19px, 1.7vw, 24px);
    font-weight: 600;
    color: #0f172a;
    margin-top: 14px;
}
.wncd-stat-desc {
    font-size: 17px;
    line-height: 1.55;
    color: #6b6b6b;
    margin: 8px 0 0;
}

/* ============================================================
   WHAT IS WHATNOT
   ============================================================ */
.wncd-market { padding: 40px 0 90px; background: #ffffff; }
.wncd-market-row {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 56px;
}
.wncd-market-figure { margin: 0; }
.wncd-market-figure img {
    width: 100%;
    border-radius: 20px;
}
.wncd-video {
    position: relative;
    width: 100%;
    max-width: 468px;
    margin: 0 auto;
    aspect-ratio: 9 / 10; /* native ratio of the demo video (720x800) — poster and playback fill with no crop */
    border-radius: 20px;
    overflow: hidden;
    background: #0d0d12;
    border: 1px solid #ececf1;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}
.wncd-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.wncd-video-poster {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: #0d0d12;
    cursor: pointer;
}
.wncd-video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wncd-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(236, 32, 36, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
    transition: transform 0.2s ease;
}
.wncd-video-poster:hover .wncd-video-play,
.wncd-video-poster:focus-visible .wncd-video-play {
    transform: translate(-50%, -50%) scale(1.08);
}
.wncd-video-play svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
    margin-left: 4px;
}
.wncd-market-copy p {
    font-size: 18px;
    line-height: 1.7;
    color: #6b6b6b;
    margin: 0 0 20px;
}
.wncd-tick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 28px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wncd-tick {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 19px;
    font-weight: 500;
    color: #111827;
    background: #ffffff;
    border: 1px solid #ececf1;
    border-radius: 14px;
    padding: 18px 20px;
}
.wncd-tick-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    background: #ec2024;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wncd-tick-icon svg { width: 14px; height: 14px; }

/* ============================================================
   FEATURE SUITE (BLACK)
   ============================================================ */
.wncd-suite {
    background: #000000;
    padding: 100px 0;
}
.wncd-pillar {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 76px;
}
.wncd-pillar--reverse .wncd-pillar-copy   { order: 2; }
.wncd-pillar--reverse .wncd-pillar-visual { order: 1; }
.wncd-pillar-tag {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
}
.wncd-pillar-tag--blue   { color: #3b82f6; }
.wncd-pillar-tag--violet { color: #9d72fe; }
.wncd-pillar-tag--amber  { color: #f59e0b; }
.wncd-pillar-title {
    font-size: clamp(24px, 2.1vw, 30px);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px;
}
.wncd-pillar-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #d1d1d6;
    margin: 0;
}
.wncd-chip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 26px;
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}
.wncd-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.wncd-chip-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
}
.wncd-chip-dot--blue   { background: #3b82f6; }
.wncd-chip-dot--violet { background: #9d72fe; }
.wncd-chip-dot--amber  { background: #f59e0b; }

.wncd-console {
    border: 1px solid #26262e;
    border-radius: 18px;
    background: #0d0d12;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}
.wncd-console-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid #1d1d24;
}
.wncd-console-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.wncd-console-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #ef4444;
}
.wncd-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
    animation: wncd-pulse 1.6s ease-in-out infinite;
}
@keyframes wncd-pulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.35; }
}
.wncd-console-media { position: relative; }
.wncd-console-media > img {
    display: block;
    width: 100%;
    height: auto;
}
.wncd-console-product {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(10, 10, 14, 0.85);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid #2c2c35;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.wncd-console-product-eyebrow { font-size: 12px; color: #94a3b8; }
.wncd-console-product-name    { font-size: 16px; font-weight: 600; color: #ffffff; }
.wncd-console-product-bid     { font-size: 13px; font-weight: 600; color: #4ade80; }
.wncd-console-chat {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.wncd-console-chat-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(10, 10, 14, 0.85);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid #2c2c35;
    border-radius: 999px;
    padding: 6px 14px 6px 6px;
    font-size: 13px;
    color: #ffffff;
    width: -moz-fit-content;
    width: fit-content;
}
.wncd-console-chat-row img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

/* ============================================================
   REVENUE MODELS
   ============================================================ */
.wncd-revenue { padding: 90px 0; background: #ffffff; }
.wncd-revenue-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.wncd-revenue-card {
    border: 1px solid #ececf1;
    border-radius: 16px;
    background: #ffffff;
    padding: 28px;
}
.wncd-revenue-num {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #aeaeb2;
    line-height: 1;
    margin-bottom: 16px;
}

/* ============================================================
   CROSS-PLATFORM
   ============================================================ */
.wncd-cross { padding: 90px 0; background: #ffffff; }
.wncd-cross-row {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
    align-items: start;
}
.wncd-cross-statement {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    margin: 26px 0 30px;
}
.wncd-cross-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wncd-tick--boxed { font-size: 18px; padding: 15px 20px; }

/* ============================================================
   STRUCTURED APPROACH (BLACK TIMELINE)
   ============================================================ */
.wncd-approach {
    background: #000000;
    padding: 100px 0;
}
.wncd-timeline {
    position: relative;
    max-width: 1060px;
    margin: 68px auto 0;
    padding: 8px 0 0;
    list-style: none;
}
.wncd-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #1f2937;
    transform: translateX(-50%);
}
.wncd-timeline-item {
    position: relative;
    width: calc(50% - 52px);
    margin: 0 0 44px;
}
.wncd-timeline-item:nth-child(odd)  { margin-right: auto; }
.wncd-timeline-item:nth-child(even) { margin-left: auto; }
.wncd-timeline-num {
    position: absolute;
    top: 24px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #0d0d12;
    border: 2px solid #ec2024;
    color: #ec2024;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.wncd-timeline-item:nth-child(odd)  .wncd-timeline-num { right: -77px; }
.wncd-timeline-item:nth-child(even) .wncd-timeline-num { left: -77px; }
.wncd-timeline-card {
    background: #0d0d12;
    border: 1px solid #1f2430;
    border-radius: 16px;
    padding: 26px 30px;
}
.wncd-timeline-eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #64748b;
    margin-bottom: 10px;
}
.wncd-timeline-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px;
}
.wncd-timeline-desc {
    font-size: 17px;
    line-height: 1.65;
    color: #aeaeb2;
    margin: 0;
}

/* ============================================================
   COST CTA — house pink card component; spacing only
   ============================================================ */
.wncd-cost-cta { padding: 20px 0 40px; }

/* ============================================================
   REAL-TIME OPERATION
   ============================================================ */
.wncd-realtime { padding: 90px 0 60px; background: #ffffff; }
.wncd-realtime-list {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.wncd-realtime-item {
    display: flex;
    gap: 30px;
    padding: 34px 0;
    border-bottom: 1px solid #ececf1;
}
.wncd-realtime-item:last-child { border-bottom: 0; }
.wncd-realtime-num {
    font-size: clamp(38px, 3.6vw, 52px);
    font-weight: 800;
    color: #ec2024;
    line-height: 1;
    flex: 0 0 auto;
    min-width: 88px;
}
.wncd-realtime-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 34px;
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}
.wncd-realtime-chips li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #8e8e93;
}
.wncd-realtime-chips li + li::before {
    content: '\2022';
    position: absolute;
    left: -21px;
    color: #9ca3af;
}

/* ============================================================
   DEMO PROOF (BLACK)
   ============================================================ */
.wncd-demo {
    background: #000000;
    padding: 100px 0;
}
.wncd-demo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 30px;
    list-style: none;
    padding: 0;
    margin: 0 0 44px;
}
.wncd-chip-dot--red { background: #ec2024; }
.wncd-shots-label {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 18px;
}
.wncd-shots {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 232px;
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 6px 4px 18px;
    margin: 0 0 42px;
    scrollbar-width: thin;
    scrollbar-color: #2c2c35 transparent;
}
.wncd-shots::-webkit-scrollbar { height: 8px; }
.wncd-shots::-webkit-scrollbar-thumb { background: #2c2c35; border-radius: 4px; }
.wncd-shots::-webkit-scrollbar-track { background: transparent; }
.wncd-shot {
    scroll-snap-align: start;
    margin: 0;
}
.wncd-shot-frame {
    border: 1px solid #26262e;
    border-radius: 22px;
    overflow: hidden;
    background: #0d0d12;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}
.wncd-shot-frame img {
    display: block;
    width: 100%;
    height: auto;
}
.wncd-shot-caption {
    font-size: 13px;
    color: #8e91a1;
    text-align: center;
    margin-top: 12px;
}
.wncd-shots--wide { grid-auto-columns: 460px; }
.wncd-shots--wide .wncd-shot-frame { border-radius: 14px; }
@media (max-width: 575.98px) {
    .wncd-shots--wide { grid-auto-columns: 300px; }
}
.wncd-demo-cta {
    display: flex;
    justify-content: center;
}

/* ============================================================
   WHY INVEST / BOOM
   ============================================================ */
.wncd-boom { padding: 60px 0 90px; background: #ffffff; }
.wncd-boom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.wncd-boom-card {
    border: 1px solid #ececf1;
    border-radius: 16px;
    background: #ffffff;
    padding: 28px;
}
.wncd-boom-card--highlight {
    background: #fdecec;
    border-color: #f5b5b6;
}

/* ============================================================
   TECH ARCHITECTURE (DARK)
   ============================================================ */
.wncd-tech {
    background: #0a0b10;
    padding: 100px 0;
}
.wncd-tech-card {
    background: #0e1016;
    border: 1px solid #1c1f2a;
    border-radius: 18px;
    padding: 34px 38px 30px;
    margin-top: 28px;
}
.wncd-tech-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}
.wncd-tech-meta-label {
    font-size: 13px;
    color: #6b7280;
}
.wncd-tech-pillar {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.wncd-tech-title {
    font-size: clamp(21px, 1.8vw, 24px);
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px;
}
.wncd-tech-desc {
    font-size: 18px;
    line-height: 1.65;
    color: #c7c7cc;
    margin: 0 0 24px;
    max-width: 1040px;
}
.wncd-tech-list {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 36px;
    column-gap: 36px;
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}
.wncd-tech-list li {
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    color: #f3f4f6;
    padding-left: 18px;
    margin-bottom: 14px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.wncd-tech-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.wncd-tech-footer {
    display: block;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.06em;
}

.wncd-tech-card--blue2  { border-left: 3px solid #007aff; }
.wncd-tech-card--green  { border-left: 3px solid #10b981; }
.wncd-tech-card--purple { border-left: 3px solid #8b5cf6; }
.wncd-tech-card--pink   { border-left: 3px solid #ff2d55; }
.wncd-tech-card--orange { border-left: 3px solid #f97316; }

.wncd-tech-card--blue2 .wncd-tech-pillar,  .wncd-tech-card--blue2 .wncd-tech-footer  { color: #007aff; }
.wncd-tech-card--green .wncd-tech-pillar,  .wncd-tech-card--green .wncd-tech-footer  { color: #10b981; }
.wncd-tech-card--purple .wncd-tech-pillar, .wncd-tech-card--purple .wncd-tech-footer { color: #8b5cf6; }
.wncd-tech-card--pink .wncd-tech-pillar,   .wncd-tech-card--pink .wncd-tech-footer   { color: #ff2d55; }
.wncd-tech-card--orange .wncd-tech-pillar, .wncd-tech-card--orange .wncd-tech-footer { color: #f97316; }

.wncd-tech-card--blue2 .wncd-tech-list li::before  { background: #007aff; }
.wncd-tech-card--green .wncd-tech-list li::before  { background: #10b981; }
.wncd-tech-card--purple .wncd-tech-list li::before { background: #8b5cf6; }
.wncd-tech-card--pink .wncd-tech-list li::before   { background: #ff2d55; }
.wncd-tech-card--orange .wncd-tech-list li::before { background: #f97316; }

/* ============================================================
   CUSTOM VS PRE-BUILT
   ============================================================ */
.wncd-vs { padding: 90px 0; background: #ffffff; }
.wncd-vs-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.wncd-vs-figure { margin: 34px 0 0; }
.wncd-vs-figure img {
    width: 100%;
    border-radius: 20px;
}
.wncd-vs-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wncd-vs-item { display: flex; gap: 20px; }
.wncd-vs-num {
    font-size: 20px;
    font-weight: 700;
    color: #ec2024;
    background: #fdecec;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
}

/* ============================================================
   WHY CHOOSE TRIPLE MINDS
   ============================================================ */
.wncd-why { padding: 90px 0 100px; background: #ffffff; }
.wncd-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.wncd-why-card {
    border: 1px solid #ececf1;
    border-radius: 16px;
    background: #ffffff;
    padding: 28px;
}
.wncd-why-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fdecec;
    color: #ec2024;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.wncd-why-icon svg { width: 22px; height: 22px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199.98px) {
    .wncd-stats-grid   { grid-template-columns: repeat(2, 1fr); }
    .wncd-tech-list    { -moz-columns: 2; columns: 2; }
    .wncd-tick-grid    { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991.98px) {
    .wncd-hero-row     { grid-template-columns: 1fr; gap: 44px; min-height: 0; padding: 70px 0 60px; }
    .wncd-hero-shots   { margin: 0 auto; max-width: 480px; }
    .wncd-market-row,
    .wncd-cross-row,
    .wncd-vs-row,
    .wncd-pillar       { grid-template-columns: 1fr; gap: 36px; }
    .wncd-pillar--reverse .wncd-pillar-copy   { order: 1; }
    .wncd-pillar--reverse .wncd-pillar-visual { order: 2; }
    .wncd-revenue-grid,
    .wncd-boom-grid    { grid-template-columns: repeat(2, 1fr); }
    .wncd-demo-grid    { grid-template-columns: repeat(2, 1fr); }
    .wncd-why-grid     { grid-template-columns: 1fr; }

    .wncd-timeline::before { left: 23px; transform: none; }
    .wncd-timeline-item,
    .wncd-timeline-item:nth-child(odd),
    .wncd-timeline-item:nth-child(even) {
        width: 100%;
        margin: 0 0 32px;
        padding-left: 72px;
    }
    .wncd-timeline-item:nth-child(odd) .wncd-timeline-num,
    .wncd-timeline-item:nth-child(even) .wncd-timeline-num {
        left: 0;
        right: auto;
    }
}

@media (max-width: 767.98px) {
    .wncd-stats, .wncd-market, .wncd-revenue, .wncd-cross,
    .wncd-realtime, .wncd-boom, .wncd-vs, .wncd-why { padding-top: 60px; padding-bottom: 60px; }
    .wncd-suite, .wncd-approach, .wncd-tech, .wncd-demo { padding-top: 70px; padding-bottom: 70px; }
    .wncd-demo-grid { grid-template-columns: 1fr; }
    .wncd-head { margin-bottom: 36px; }
    .wncd-pillar { margin-top: 52px; }
    .wncd-tech-list { -moz-columns: 1; columns: 1; }
    .wncd-realtime-item { flex-direction: column; gap: 14px; }
    .wncd-realtime-num { min-width: 0; }
    .wncd-realtime-chips { gap: 8px 26px; }
    .wncd-realtime-chips li + li::before { left: -17px; }
    .wncd-console-chat-row { font-size: 12px; }
}

@media (max-width: 575.98px) {
    .wncd-stats-grid,
    .wncd-revenue-grid,
    .wncd-boom-grid,
    .wncd-tick-grid  { grid-template-columns: 1fr; }
    .wncd-chip-grid  { grid-template-columns: 1fr; }
    .wncd-vs-num { width: 44px; height: 44px; flex-basis: 44px; font-size: 17px; }
}
