/* ============== ClipboardAI - Use Cases ============== */
/* Loads on top of /css/styles.css. Reuses tokens, nav, footer, buttons,
   .prose, sticker cards, and the shared .kbd keycap component.            */

/* ---------- HUB HERO ---------- */
.uc-hero { padding: 76px 0 32px; text-align: center; position: relative; }
.uc-hero .eyebrow { margin-bottom: 22px; }
.uc-hero h1 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(44px, 6.4vw, 92px); line-height: 0.95; letter-spacing: -0.04em; margin: 0 0 22px; }
.uc-hero h1 .pop { color: var(--green); }
.uc-hero h1 .hl { position: relative; display: inline-block; }
.uc-hero h1 .hl::after { content: ''; position: absolute; left: -2%; right: -2%; bottom: 8%; height: 17%; background: var(--lime); z-index: -1; transform: skew(-3deg); }
.uc-hero .lede { font-size: 20px; line-height: 1.55; color: var(--ink-2); max-width: 680px; margin: 0 auto 26px; font-weight: 500; }
.uc-hero .lede .kbd { transform: translateY(-1px); }
.uc-hero-proof { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; font-size: 13.5px; font-weight: 600; color: var(--ink-3); }
.uc-hero-proof .dvc { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; background: var(--paper); border: 1.5px solid var(--ink); border-radius: 999px; color: var(--ink); box-shadow: 2px 2px 0 var(--ink); }

/* ---------- HUB SEARCH ---------- */
.uc-toolbar { max-width: 640px; margin: 22px auto 0; }
.uc-search { position: relative; display: flex; align-items: center; }
.uc-search .s-ico { position: absolute; left: 18px; color: var(--ink-3); display: flex; }
.uc-search input { width: 100%; height: 56px; padding: 0 20px 0 50px; border: 1.5px solid var(--ink); border-radius: 16px; background: var(--paper); font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 500; color: var(--ink); box-shadow: var(--shadow-pop); outline: none; transition: transform .15s, box-shadow .15s; }
.uc-search input::placeholder { color: var(--ink-3); font-weight: 500; }
.uc-search input:focus { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }

/* ---------- FEATURED STRIP ---------- */
.uc-featured { padding: 44px 0 8px; }
.uc-feat-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; }
.uc-feat-head h2 { font-weight: 800; font-size: 24px; letter-spacing: -0.025em; margin: 0; }
.uc-feat-head .sub { font-size: 14px; color: var(--ink-3); font-weight: 600; }
.uc-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.uc-feat-card { display: flex; flex-direction: column; border: 1.5px solid var(--ink); border-radius: 22px; padding: 26px 24px 24px; box-shadow: 5px 5px 0 var(--ink); transition: transform .18s, box-shadow .18s; position: relative; overflow: hidden; }
.uc-feat-card:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--ink); }
.uc-feat-card .fc-ico { width: 52px; height: 52px; border-radius: 15px; border: 1.5px solid var(--ink); background: var(--paper); display: grid; place-items: center; font-size: 26px; margin-bottom: 18px; }
.uc-feat-card h3 { font-weight: 800; font-size: 20px; line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 8px; }
.uc-feat-card p { font-size: 14.5px; line-height: 1.5; color: var(--ink-2); font-weight: 500; margin: 0 0 18px; flex: 1; }
.uc-feat-card .fc-go { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; color: var(--ink); }
.uc-feat-card .fc-go svg { transition: transform .18s; }
.uc-feat-card:hover .fc-go svg { transform: translateX(3px); }
.uc-feat-card.bg-lilac { background: var(--lilac); }
.uc-feat-card.bg-sky { background: var(--sky); }
.uc-feat-card.bg-mint { background: var(--green-soft); }

/* ---------- CATEGORY FILTER PILLS ---------- */
.uc-cats { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; padding: 44px 0 8px; }
.uc-cat { display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--ink); background: var(--paper); font-size: 13.5px; font-weight: 700; color: var(--ink); cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s; }
.uc-cat:hover { transform: translate(-2px, -2px); box-shadow: 3px 3px 0 var(--ink); }
.uc-cat.active { background: var(--ink); color: white; }
.uc-cat .ct { font-size: 11px; opacity: 0.55; font-family: 'Geist Mono', monospace; }
.uc-cat.active .ct { opacity: 0.7; }

/* ---------- CATEGORY SECTIONS + CARDS ---------- */
.uc-sections { padding: 22px 0 40px; }
.uc-section { scroll-margin-top: 90px; }
.uc-section + .uc-section { border-top: 1.5px solid var(--line-soft); margin-top: 34px; padding-top: 34px; }
.uc-section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.uc-section-head .badge { width: 40px; height: 40px; border-radius: 12px; border: 1.5px solid var(--ink); display: grid; place-items: center; font-size: 20px; box-shadow: 2px 2px 0 var(--ink); }
.uc-section-head h2 { font-weight: 800; font-size: 24px; letter-spacing: -0.025em; margin: 0; line-height: 1.1; }
.uc-section-head .count { font-size: 13px; color: var(--ink-3); font-weight: 600; font-family: 'Geist Mono', monospace; }
.uc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.uc-card { display: flex; flex-direction: column; gap: 10px; padding: 20px 20px 18px; border: 1.5px solid var(--ink); border-radius: 18px; background: var(--paper); box-shadow: 4px 4px 0 var(--ink); transition: transform .18s, box-shadow .18s; }
.uc-card:hover { transform: translate(-3px, -3px); box-shadow: 7px 7px 0 var(--ink); }
.uc-card .c-ico { width: 42px; height: 42px; border-radius: 12px; border: 1.5px solid var(--ink); display: grid; place-items: center; font-size: 21px; }
.uc-card h3 { font-weight: 800; font-size: 17px; line-height: 1.25; letter-spacing: -0.015em; margin: 0; }
.uc-card p { font-size: 14px; line-height: 1.5; color: var(--ink-2); margin: 0; font-weight: 500; flex: 1; }
.uc-card .c-go { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--green-2); margin-top: 2px; }
.uc-card .c-go svg { transition: transform .18s; }
.uc-card:hover .c-go svg { transform: translateX(3px); }
.uc-noresults { display: none; text-align: center; padding: 48px 0 32px; }
.uc-noresults .big { font-weight: 800; font-size: 20px; margin-bottom: 8px; }
.uc-noresults.show { display: block; }

/* ============================================================
   USE-CASE PAGE
   ============================================================ */
.uc-page-hero { padding: 54px 0 8px; }
.uc-page-hero .breadcrumb { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-3); font-weight: 600; margin-bottom: 20px; }
.uc-page-hero .breadcrumb a { color: var(--ink-3); }
.uc-page-hero .breadcrumb a:hover { color: var(--green-2); }
.uc-page-hero .meta-row { display: flex; gap: 10px; align-items: center; margin-bottom: 22px; flex-wrap: wrap; }
.uc-cat-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border: 1.5px solid var(--ink); border-radius: 999px; font-size: 12.5px; font-weight: 700; color: var(--ink); }
.uc-time-badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 13px; background: var(--green-tint); border: 1.5px solid var(--ink); border-radius: 999px; font-size: 12.5px; font-weight: 700; color: var(--green-2); }
.uc-page-hero h1 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(38px, 5.4vw, 74px); line-height: 1.0; letter-spacing: -0.035em; margin: 0 0 20px; max-width: 900px; }
.uc-page-hero h1 .pop { color: var(--green); }
.uc-page-hero h1 .hl { position: relative; display: inline-block; }
.uc-page-hero h1 .hl::after { content: ''; position: absolute; left: -2%; right: -2%; bottom: 8%; height: 18%; background: var(--lime); z-index: -1; transform: skew(-3deg); }
.uc-page-hero .lede { font-size: 21px; line-height: 1.5; color: var(--ink-2); max-width: 760px; margin: 0 0 8px; font-weight: 500; }

/* ---------- THE 3-SECOND DEMO ---------- */
.uc-demo-wrap { max-width: 1080px; margin: 40px auto 0; }
.uc-demo { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 32px; align-items: center; border: 1.5px solid var(--ink); border-radius: 26px; background: var(--paper); box-shadow: 6px 6px 0 var(--ink); padding: 32px; }
.uc-demo-copy .step-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green-2); margin-bottom: 14px; }
.uc-demo-copy h2 { font-weight: 800; font-size: clamp(24px, 3vw, 32px); line-height: 1.1; letter-spacing: -0.03em; margin: 0 0 20px; }
.uc-steps { list-style: none; margin: 0 0 22px; padding: 0; counter-reset: uc-steps; }
.uc-steps li { counter-increment: uc-steps; position: relative; padding-left: 44px; margin-bottom: 16px; font-size: 15.5px; line-height: 1.5; font-weight: 500; color: var(--ink); }
.uc-steps li::before { content: counter(uc-steps); position: absolute; left: 0; top: -2px; width: 30px; height: 30px; background: var(--ink); color: white; border-radius: 9px; font-family: 'Geist Mono', monospace; font-size: 14px; font-weight: 700; display: grid; place-items: center; }
.uc-steps li strong { font-weight: 800; }
.uc-steps .keys { display: inline-flex; gap: 5px; align-items: center; margin: 0 2px; }
.uc-demo-hint { font-size: 13px; color: var(--ink-3); font-weight: 600; display: flex; align-items: center; gap: 8px; }

/* Faux Mac floating panel */
.uc-panel-shell { display: flex; flex-direction: column; }
.uc-panel { background: #0C0D0F; border: 1.5px solid var(--ink); border-radius: 18px; padding: 14px; box-shadow: 5px 5px 0 var(--ink); font-family: 'Geist Mono', monospace; }
.uc-panel-top { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; padding: 0 2px; }
.uc-panel-top .pd { width: 9px; height: 9px; border-radius: 50%; }
.uc-panel-top .pt { margin-left: auto; font-size: 10.5px; color: #5C625C; letter-spacing: 0.04em; }
.uc-pfield { display: flex; align-items: center; gap: 10px; background: #17191A; border: 1px solid #26292B; border-radius: 11px; padding: 11px 13px; margin-bottom: 11px; }
.uc-pfield .pi { color: #00D26A; display: flex; }
.uc-pq { color: #EAEDEA; font-size: 13.5px; flex: 1; min-height: 17px; white-space: pre; }
.uc-caret { display: inline-block; width: 2px; height: 15px; background: #00D26A; vertical-align: -2px; animation: uc-blink 1s steps(1) infinite; }
@keyframes uc-blink { 50% { opacity: 0; } }
.uc-plist { display: flex; flex-direction: column; gap: 5px; }
.uc-prow { display: flex; align-items: center; gap: 11px; padding: 9px 11px; border-radius: 9px; color: #C7CCC7; font-size: 12.5px; transition: background .15s, opacity .18s; }
.uc-prow .rk { min-width: 30px; color: #6A706A; font-size: 11px; }
.uc-swatch { width: 14px; height: 14px; border-radius: 4px; flex: none; border: 1px solid rgba(255,255,255,0.2); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15); }
.uc-prow .nm { flex: 1; color: #EAEDEA; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.uc-prow .tg { font-size: 10px; color: #8A908A; background: #191B1C; border-radius: 12px; padding: 2px 8px; text-transform: lowercase; }
.uc-prow.dim { opacity: 0.32; }
.uc-prow.hot { background: #0F2E1E; opacity: 1; }
.uc-prow.hot .nm { color: #fff; }
.uc-prow.hot .rk { color: #7CF0AE; }
.uc-prow.hot .tg { background: #12482E; color: #7CF0AE; }
.uc-ptoast { margin-top: 11px; display: flex; align-items: center; justify-content: center; gap: 7px; font-family: 'Manrope', sans-serif; font-size: 12.5px; font-weight: 700; color: #7CF0AE; opacity: 0; transform: translateY(4px); transition: opacity .2s, transform .2s; }
.uc-ptoast.show { opacity: 1; transform: translateY(0); }
.uc-panel-cap { text-align: center; font-size: 12.5px; color: var(--ink-3); font-weight: 600; margin: 14px 0 0; }

/* ---------- CROSS-DEVICE HANDOFF ---------- */
.uc-hand-wrap { max-width: 1080px; margin: 30px auto 0; }
.uc-hand { display: flex; align-items: center; gap: 8px; border: 1.5px solid var(--ink); border-radius: 22px; background: var(--green-tint); box-shadow: 4px 4px 0 var(--ink); padding: 24px 28px; flex-wrap: wrap; }
.uc-dev { display: flex; flex-direction: column; align-items: center; gap: 9px; width: 82px; flex: none; font-size: 12px; font-weight: 700; color: var(--ink-2); }
.uc-dev .g { width: 48px; height: 48px; border: 1.5px solid var(--ink); border-radius: 14px; background: var(--paper); display: grid; place-items: center; box-shadow: 2px 2px 0 var(--ink); }
.uc-dev .g svg { width: 26px; height: 26px; }
.uc-wire { flex: 1; min-width: 90px; height: 3px; position: relative; align-self: center; margin-top: -14px; background: repeating-linear-gradient(90deg, var(--ink) 0 7px, transparent 7px 14px); opacity: 0.35; }
.uc-spark { position: absolute; top: -6px; left: 0; width: 14px; height: 14px; border-radius: 50%; background: var(--green-pop); border: 1.5px solid var(--ink); animation: uc-run 2.6s cubic-bezier(.5,0,.5,1) infinite; }
@keyframes uc-run { 0% { left: 0; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { left: calc(100% - 14px); opacity: 0; } }
.uc-hand-txt { flex: 1; min-width: 220px; padding-left: 16px; }
.uc-hand-txt h3 { font-weight: 800; font-size: 19px; letter-spacing: -0.02em; margin: 0 0 4px; }
.uc-hand-txt p { font-size: 14px; color: var(--ink-2); font-weight: 500; margin: 0; line-height: 1.5; }

/* ---------- STEAL THESE ---------- */
.uc-steal-wrap { padding: 8px 0 0; }
.uc-steal-head { max-width: 1080px; margin: 0 auto; }
.uc-steal-head h2 { font-weight: 800; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.1; letter-spacing: -0.03em; margin: 0 0 10px; }
.uc-steal-head h2 .pop { color: var(--green); }
.uc-steal-head p { font-size: 17px; color: var(--ink-2); font-weight: 500; max-width: 680px; margin: 0 0 26px; line-height: 1.5; }
.uc-steal-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.uc-snip { display: flex; flex-direction: column; border: 1.5px solid var(--ink); border-radius: 16px; background: var(--paper); box-shadow: 4px 4px 0 var(--ink); padding: 16px 18px 16px; transition: transform .15s, box-shadow .15s; }
.uc-snip:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.uc-snip .sn-head { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; }
.uc-snip .sn-name { font-weight: 800; font-size: 15px; letter-spacing: -0.01em; }
.uc-snip .sn-tag { margin-left: auto; font-size: 10.5px; font-weight: 700; color: var(--ink-2); background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: 3px 9px; text-transform: uppercase; letter-spacing: 0.04em; }
.uc-snip .sn-body { font-family: 'Geist Mono', monospace; font-size: 12px; line-height: 1.55; color: var(--ink-2); background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 12px 13px; margin-bottom: 13px; flex: 1; white-space: pre-wrap; word-break: break-word; }
.uc-snip .sn-body .ph { color: var(--green-2); font-weight: 500; }
.uc-copy { align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 700; color: var(--ink); background: var(--paper); border: 1.5px solid var(--ink); border-radius: 10px; padding: 8px 14px; cursor: pointer; box-shadow: 2px 2px 0 var(--ink); transition: transform .08s, box-shadow .08s, background .15s; }
.uc-copy:hover { background: var(--lime); }
.uc-copy:active { transform: translate(2px, 2px); box-shadow: none; }
.uc-copy.ok { background: var(--green); color: white; border-color: var(--ink); }
.uc-copy .ci { display: flex; }
.uc-steal-note { max-width: 1080px; margin: 20px auto 0; font-size: 13.5px; color: var(--ink-3); font-weight: 600; display: flex; align-items: center; gap: 8px; }

/* ---------- WHY / PROSE BLOCK ---------- */
.uc-why { max-width: 760px; margin: 0 auto; }
.uc-why .prose { max-width: 760px; }

/* ---------- FAQ ---------- */
.uc-faq { max-width: 760px; margin: 0 auto; }
.uc-faq h2 { font-weight: 800; font-size: clamp(24px, 3vw, 32px); letter-spacing: -0.03em; margin: 0 0 20px; }
.uc-faq-item { border: 1.5px solid var(--ink); border-radius: 14px; background: var(--paper); padding: 18px 20px; box-shadow: var(--shadow-sm); margin-bottom: 12px; }
.uc-faq-item h3 { font-weight: 800; font-size: 16.5px; letter-spacing: -0.01em; margin: 0 0 6px; }
.uc-faq-item p { margin: 0; color: var(--ink-2); font-size: 15px; line-height: 1.55; font-weight: 500; }

/* ---------- RELATED ---------- */
.uc-related { max-width: 1080px; margin: 0 auto; }
.uc-related h2 { font-weight: 800; font-size: 22px; letter-spacing: -0.02em; margin: 0 0 18px; }
.uc-related .r-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.uc-related a { display: flex; flex-direction: column; gap: 6px; padding: 18px 20px; border: 1.5px solid var(--ink); border-radius: 16px; background: var(--paper); box-shadow: 3px 3px 0 var(--ink); transition: transform .15s, box-shadow .15s; }
.uc-related a:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.uc-related a .rt { font-weight: 800; font-size: 15px; line-height: 1.25; display: flex; align-items: center; gap: 8px; }
.uc-related a .rt .ic { font-size: 17px; }
.uc-related a .rd { font-size: 13px; color: var(--ink-3); font-weight: 500; line-height: 1.45; }
.uc-guides { display: flex; align-items: center; gap: 12px 14px; flex-wrap: wrap; margin-top: 24px; padding-top: 20px; border-top: 1.5px solid var(--line-soft); }
.uc-guides-label { font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.uc-guides .tag-row { gap: 8px; }

/* ---------- SECTION SPACING ON PAGE ---------- */
.uc-block { padding: 56px 0; }
.uc-block-tight { padding: 40px 0; }

/* ---------- FINAL CTA ---------- */
.uc-final { max-width: 1080px; margin: 0 auto; background: var(--ink); color: white; border: 1.5px solid var(--ink); border-radius: 26px; padding: 44px 48px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.uc-final .left { flex: 1; min-width: 260px; }
.uc-final h3 { font-weight: 800; font-size: clamp(24px, 3vw, 34px); line-height: 1.1; letter-spacing: -0.03em; margin: 0 0 8px; color: white; }
.uc-final p { font-size: 15px; color: rgba(255,255,255,0.72); margin: 0; font-weight: 500; line-height: 1.5; }
.uc-final .app-badges { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- WHAT'S WORTH KEEPING ---------- */
.uc-keep { max-width: 1080px; margin: 0 auto; border: 1.5px solid var(--ink); border-radius: 20px; background: var(--paper); box-shadow: 4px 4px 0 var(--ink); padding: 30px 32px; }
.uc-keep h2 { font-weight: 800; font-size: clamp(22px, 2.6vw, 28px); letter-spacing: -0.025em; margin: 0 0 20px; }
.uc-keep-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; }
.uc-keep-list li { position: relative; padding-left: 32px; font-size: 15px; font-weight: 500; color: var(--ink); line-height: 1.4; }
.uc-keep-list li::before { content: ''; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 6px; background: var(--green); border: 1.5px solid var(--ink); }
.uc-keep-list li::after { content: ''; position: absolute; left: 6px; top: 5px; width: 7px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }

/* ---------- MADE FOR MOMENTS ---------- */
.uc-moments-wrap { max-width: 1080px; margin: 0 auto; }
.uc-moments-head { margin-bottom: 22px; }
.uc-moments-head h2 { font-weight: 800; font-size: clamp(24px, 3vw, 34px); line-height: 1.1; letter-spacing: -0.03em; margin: 0 0 8px; }
.uc-moments-head p { font-size: 16px; color: var(--ink-2); font-weight: 500; margin: 0; max-width: 640px; line-height: 1.5; }
.uc-moments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.uc-moment { border: 1.5px solid var(--ink); border-radius: 18px; background: var(--paper); box-shadow: 4px 4px 0 var(--ink); padding: 22px 22px 20px; transition: transform .15s, box-shadow .15s; }
.uc-moment:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.uc-moment-ic { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; border: 1.5px solid var(--ink); background: var(--green-tint); font-size: 23px; margin-bottom: 14px; box-shadow: 2px 2px 0 var(--ink); }
.uc-moment h3 { font-weight: 800; font-size: 16.5px; line-height: 1.3; letter-spacing: -0.01em; margin: 0 0 6px; }
.uc-moment p { font-size: 14px; color: var(--ink-2); font-weight: 500; line-height: 1.5; margin: 0; }

/* ============== RESPONSIVE ============== */
@media (max-width: 1024px) {
  .uc-feat-grid { grid-template-columns: 1fr; }
  .uc-grid { grid-template-columns: repeat(2, 1fr); }
  .uc-demo { grid-template-columns: 1fr; gap: 26px; }
  .uc-related .r-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .uc-hero { padding: 48px 0 24px; }
  .uc-featured { padding: 32px 0 4px; }
  .uc-grid { grid-template-columns: 1fr; }
  .uc-steal-grid { grid-template-columns: 1fr; }
  .uc-demo { padding: 22px; border-radius: 20px; }
  .uc-search input { height: 52px; font-size: 15px; }
  .uc-hand { padding: 20px; }
  .uc-hand-txt { padding-left: 0; margin-top: 6px; }
  .uc-final { padding: 32px 26px; border-radius: 20px; }
  .uc-block { padding: 44px 0; }
  /* Stack section headings above their subtitle/count so short titles never wrap mid-phrase */
  .uc-feat-head { flex-direction: column; align-items: flex-start; gap: 3px; }
  .uc-section-head { flex-wrap: wrap; }
  .uc-section-head h2 { font-size: 21px; flex: 1 1 auto; min-width: 0; }
  .uc-section-head .count { flex-basis: 100%; margin-left: 52px; }
  .uc-moments-grid { grid-template-columns: 1fr; }
  .uc-keep-list { grid-template-columns: 1fr; }
  .uc-keep { padding: 24px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .uc-spark { animation: none; left: 44%; }
  .uc-caret { animation: none; }
}
