/* ============================================================
   PICLIO — extended sections
   paradigm · ecosystem · saas · social proof · benefits · faq
   ============================================================ */

/* ---------- Statement / Paradigm ---------- */
.statement { position: relative; }
.statement .wrap { text-align: center; }
.statement .kick {
  display: inline-flex; gap: 10px; align-items: center; font-size: 12.5px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-bottom: 28px;
}
.statement .kick::before, .statement .kick::after { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--grad); }
.statement .big {
  font-family: var(--font-display); font-weight: 700; line-height: 1.05; letter-spacing: -.025em;
  font-size: clamp(30px, 5.2vw, 64px); max-width: 18ch; margin: 0 auto; text-wrap: balance;
}
.statement .big em { font-style: normal; }
.statement p.lead { margin: 28px auto 0; text-align: center; }
.statement .rule { width: 90px; height: 3px; border-radius: 3px; background: var(--grad); margin: 38px auto 0; }

/* ---------- Ecosystem of formats (4.5) ---------- */
.eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.eco-card {
  position: relative; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface);
  padding: 32px 30px; overflow: hidden; transition: transform .35s, border-color .35s, background .35s;
}
.eco-card:hover { transform: translateY(-6px); border-color: var(--line-2); background: var(--surface-2); }
.eco-card .ico {
  width: 56px; height: 56px; border-radius: 15px; display: grid; place-items: center; font-size: 26px;
  margin-bottom: 20px; position: relative; color: #fff;
}
.g-hot { background: var(--grad-hot); color: #fff; }
.g-cool { background: var(--grad-cool); color: #0c1407; }
.g-violet { background: linear-gradient(135deg, #9A3CF0, #6C2BD9); color: #fff; }
.g-magenta { background: linear-gradient(135deg, #FF2D78, #C81E63); color: #fff; }
.g-full { background: var(--grad); color: #fff; }
.eco-card h3 { font-size: 22px; letter-spacing: -.01em; margin-bottom: 11px; font-family: var(--font-text); font-weight: 700; }
.eco-card p { color: var(--muted); font-size: 15px; }
.eco-card .glow { position: absolute; right: -50px; top: -50px; width: 150px; height: 150px; border-radius: 50%; background: var(--grad-hot); filter: blur(48px); opacity: 0; transition: opacity .4s; }
.eco-card:hover .glow { opacity: .28; }
.eco-card.cta { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: var(--grad-soft); border-color: var(--line-2); }
.eco-card.cta h3 { font-family: var(--font-display); font-size: clamp(22px, 2.4vw, 28px); }
.eco-card.cta p { margin-bottom: 22px; }
.eco-card.cta .btn { margin-top: auto; }

/* ---------- SaaS for photographers (5) ---------- */
.saas-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.saas-visual { position: relative; display: grid; place-items: center; }
.saas-visual .how-phone { width: min(280px, 70vw); aspect-ratio: 9/16; }
.saas-visual .glow-bg { position: absolute; inset: 8% 12%; background: var(--grad-hot); filter: blur(80px); opacity: .35; border-radius: 50%; }
.feature-rows { display: flex; flex-direction: column; }
.frow { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.frow:first-child { padding-top: 0; }
.frow:last-child { border-bottom: none; }
.frow .fi { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; }
.frow .fi svg { width: 24px; height: 24px; }
.frow h3 { font-size: 20px; font-family: var(--font-text); font-weight: 700; letter-spacing: -.01em; margin-bottom: 7px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.frow h3 .soon { font-family: var(--font-text); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--violet); border: 1px solid rgba(154,60,240,.4); padding: 3px 9px; border-radius: 999px; }
.frow p { color: var(--muted); font-size: 15px; }

/* ---------- Social proof / ROI (7) ---------- */
.proof { position: relative; }
.logos-band { margin-top: 34px; }
.logos-label { text-align: center; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 22px; }
.logos { display: flex; flex-wrap: wrap; gap: 18px 46px; align-items: center; justify-content: center; }
.logos span { font-family: var(--font-display); font-weight: 700; font-size: clamp(18px, 2vw, 24px); color: var(--muted); opacity: .55; letter-spacing: -.02em; transition: opacity .3s, color .3s; }
.logos span:hover { opacity: 1; color: var(--ink); }
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 50px; }
.quote { position: relative; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); padding: 34px 32px; transition: transform .35s, border-color .35s; }
.quote:hover { transform: translateY(-5px); border-color: var(--line-2); }
.quote .mark { font-family: var(--font-display); font-weight: 800; font-size: 52px; line-height: .5; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; height: 26px; }
.quote p { font-size: clamp(17px, 1.7vw, 19px); margin: 18px 0 24px; color: var(--ink); text-wrap: pretty; line-height: 1.5; }
.quote .who { display: flex; align-items: center; gap: 13px; }
.quote .who .av { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 17px; color: #fff; }
.quote .who .n { font-weight: 700; font-size: 15px; }
.quote .who .r { font-size: 13px; color: var(--muted); }
.placeholder-note { margin-top: 26px; text-align: center; font-size: 13px; color: var(--muted-2); }

/* ROI stat trio */
.roi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; }
.roi-card { text-align: center; padding: 34px 24px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); }
.roi-card .big { font-family: var(--font-display); font-weight: 700; font-size: clamp(36px, 5vw, 58px); line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -.03em; }
.roi-card .lbl { margin-top: 12px; color: var(--muted); font-size: 14.5px; }

/* ---------- Benefits (8) ---------- */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; margin-bottom: 60px; }
.benefit { padding: 28px 26px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); transition: .35s; }
.benefit:hover { transform: translateY(-5px); border-color: var(--line-2); background: var(--surface-2); }
.benefit .bi { width: 44px; height: 44px; border-radius: 12px; margin-bottom: 16px; display: grid; place-items: center; background: var(--grad-soft); border: 1px solid var(--line-2); color: var(--lime-2); }
.benefit .bi svg { width: 22px; height: 22px; }
.benefit .bt { font-family: var(--font-text); font-weight: 700; font-size: 18px; margin-bottom: 9px; letter-spacing: -.01em; }
.benefit p { color: var(--muted); font-size: 14.5px; }

/* ---------- FAQ (9) ---------- */
.faq { max-width: 880px; margin: 56px auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 26px 6px; font-family: var(--font-text); font-weight: 600; font-size: clamp(17px, 2vw, 21px);
  color: var(--ink); transition: color .25s;
}
.faq-q:hover { color: var(--lime-2); }
.faq-q .pm { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; flex: none; transition: transform .35s, background .35s, border-color .35s, color .35s; font-size: 20px; line-height: 1; }
.faq-item.open .faq-q { color: var(--ink); }
.faq-item.open .faq-q .pm { background: var(--grad-hot); border-color: transparent; color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.3,.7,.3,1); }
.faq-a p { padding: 0 6px 28px; color: var(--muted); font-size: 16px; max-width: 74ch; text-wrap: pretty; }
.faq-a p + p { padding-top: 0; }

/* ---------- Dual CTA buttons ---------- */
.cta-final .cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 40px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .eco-grid { grid-template-columns: repeat(2, 1fr); }
  .saas-grid { grid-template-columns: 1fr; }
  .saas-visual { order: -1; }
  .quotes { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .eco-grid, .benefits, .roi { grid-template-columns: 1fr; }
  .statement .kick::before, .statement .kick::after { width: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .faq-a { transition: none; }
}

/* ============================================================
   MAGIC — tablet selfie (left) → grid of 6 AI/real outputs (right)
   ============================================================ */
.magic { position: relative; overflow: hidden; }
.magic .sec-head { margin-bottom: clamp(28px, 5vw, 56px); }

.magic-layout {
  display: grid; grid-template-columns: minmax(280px, 0.92fr) 1.35fr;
  gap: clamp(28px, 5vw, 64px); align-items: center;
}

/* left: tablet selfie (the source) */
.magic-source { position: relative; display: flex; flex-direction: column; align-items: center; }
.magic-tablet { position: relative; width: min(100%, 420px); }
.magic-tablet::before { /* glow behind */
  content: ""; position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%);
  width: 86%; height: 70%; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(142,217,26,.34), transparent 72%);
  filter: blur(10px); z-index: 0;
}
.magic-tablet img { position: relative; z-index: 1; width: 100%; height: auto; filter: drop-shadow(0 36px 60px rgba(0,0,0,.6)); animation: floaty 6s ease-in-out infinite; }
.magic-source-cap {
  margin-top: 6px; display: inline-flex; align-items: center; gap: 9px; text-align: center;
  font-size: 14.5px; color: var(--muted);
}
.magic-source-cap b { color: var(--ink); font-weight: 700; }
.magic-source-cap .step-dot { width: 26px; height: 26px; border-radius: 50%; background: var(--lime); color: #0c1407; font-family: var(--font-display); font-weight: 700; font-size: 13px; display: grid; place-items: center; flex: none; }

/* the arrow linking source -> outputs */
.magic-arrow { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--lime-2); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin-top: 18px; }
.magic-arrow svg { width: 26px; height: 26px; }

/* right: 6-output grid */
.magic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.magic-out {
  position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 3/4;
  border: 1px solid var(--line-2); background: var(--bg-2); box-shadow: var(--shadow);
  opacity: 0; transform: translateY(24px) scale(.96);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.3,1), border-color .3s;
}
.magic.in .magic-out { opacity: 1; transform: none; }
.magic.in .magic-out:nth-child(1) { transition-delay: .05s; }
.magic.in .magic-out:nth-child(2) { transition-delay: .12s; }
.magic.in .magic-out:nth-child(3) { transition-delay: .19s; }
.magic.in .magic-out:nth-child(4) { transition-delay: .26s; }
.magic.in .magic-out:nth-child(5) { transition-delay: .33s; }
.magic.in .magic-out:nth-child(6) { transition-delay: .40s; }
.magic-out img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.magic-out:hover { border-color: var(--lime-2); transform: translateY(-5px); }
.magic-out:hover img { transform: scale(1.07); }
.magic-out::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 52%, rgba(6,4,12,.78)); }
.magic-out .badge {
  position: absolute; left: 10px; top: 10px; z-index: 2; font-size: 9.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 999px;
}
.magic-out .badge.ai { background: var(--grad-cool); color: #0c1407; }
.magic-out .badge.real { background: rgba(255,255,255,.16); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.28); color: #fff; }
.magic-out .lab { position: absolute; left: 12px; right: 12px; bottom: 11px; z-index: 2; font-size: 13.5px; font-weight: 600; color: #fff; line-height: 1.2; text-wrap: pretty; }

/* gentle float drift on the grid */
@media (prefers-reduced-motion: no-preference) {
  .magic.in .magic-out { animation: floaty 7s ease-in-out infinite; }
  .magic.in .magic-out:nth-child(2n) { animation-duration: 8.4s; animation-delay: -1.6s; }
  .magic.in .magic-out:nth-child(3n) { animation-duration: 9.2s; animation-delay: -3.2s; }
  .magic-out:hover { animation-play-state: paused; }
}

@media (max-width: 880px) {
  .magic-layout { grid-template-columns: 1fr; gap: 32px; }
  .magic-tablet { width: min(72vw, 340px); }
  .magic-arrow { transform: rotate(90deg); margin: 4px 0; }
}
@media (max-width: 480px) {
  .magic-grid { gap: 10px; }
  .magic-out .lab { font-size: 12px; }
}

/* ============================================================
   FLOW — 5 tiles (photo + number + glassy icon), snappic-style
   desktop: 5-col grid · mobile: snap carousel
   ============================================================ */
.flow {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
  margin-top: 18px; padding-top: 40px;
}
.flow-card {
  position: relative; display: flex; flex-direction: column;
  border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface);
  padding-bottom: 26px; transition: transform .4s cubic-bezier(.2,.7,.2,1), border-color .4s, background .4s;
}
.flow-card:hover { transform: translateY(-8px); border-color: var(--line-2); background: var(--surface-2); }
.flow-photo { position: relative; aspect-ratio: 4/3.4; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; }
.flow-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.flow-card:hover .flow-photo img { transform: scale(1.07); }
.flow-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(8,6,15,.55)); }
.flow-num {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #0c1407;
  background: var(--lime-2); box-shadow: 0 6px 18px -6px rgba(142,217,26,.8);
}
.flow-ic {
  width: 62px; height: 62px; margin: -31px auto 0; position: relative; z-index: 3;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.5));
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
}
.flow-card:hover .flow-ic { transform: translateY(-4px) scale(1.06) rotate(-3deg); }
.flow-ic img { width: 100%; height: 100%; object-fit: contain; }
.flow-body { padding: 18px 22px 0; text-align: center; }
.flow-body h3 { font-family: var(--font-text); font-weight: 700; font-size: 18px; letter-spacing: -.01em; line-height: 1.18; margin-bottom: 10px; }
.flow-body .soon { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--violet); border: 1px solid rgba(154,60,240,.4); padding: 2px 8px; border-radius: 999px; margin-left: 6px; vertical-align: middle; }
.flow-body p { color: var(--muted); font-size: 13.5px; text-wrap: pretty; }

/* connector line behind tiles on desktop */
.flow-wrap { position: relative; }

@media (max-width: 1100px) {
  /* carousel: horizontal snap scroll */
  .flow {
    grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(240px, 78%);
    overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px;
    padding: 40px 4px 14px; margin-inline: calc(var(--pad) * -1); padding-inline: var(--pad);
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .flow::-webkit-scrollbar { display: none; }
  .flow-card { scroll-snap-align: center; }
  .flow-hint { display: flex; }
}
.flow-hint {
  display: none; align-items: center; justify-content: center; gap: 8px;
  margin-top: 18px; color: var(--muted-2); font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
}
.flow-hint .dots { display: flex; gap: 6px; }
.flow-hint .dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--line-2); }

/* ============================================================
   OUTPUTS — gallery of what comes out of the booth
   ============================================================ */
.outputs { position: relative; overflow: hidden; }

/* intro */
.outputs .sec-head { margin-bottom: 52px; }

/* container wrapper so cqw resolves against the grid's own width */
.bento-cq { container-type: inline-size; }
/* bento grid — tall tiles locked to exact 3:4 via container units (no crop on portraits) */
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: calc(16.667cqw - 16px);
  grid-auto-flow: dense;
  gap: 16px;
}
.bcard {
  position: relative; border-radius: var(--radius-sm); overflow: hidden;
  border: 1px solid var(--line); background: var(--bg-2); isolation: isolate;
  cursor: pointer;
}
.bcard img, .bcard image-slot, .bcard video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.bcard:hover img, .bcard:hover video { transform: scale(1.08); }
/* crossfade layers: two stacked samples per card */
.bcard .layer { opacity: 0; transition: opacity 1.1s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.bcard .layer.active { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .bcard .layer { transition: none; }
}
.bcard::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(transparent 38%, rgba(6,4,12,.45) 70%, rgba(6,4,12,.9));
  transition: opacity .4s; opacity: .85;
}
.bcard:hover::after { opacity: 1; }
.bcard .meta { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 18px 20px; transform: translateY(0); }
.bcard .btype {
  display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px; margin-bottom: 11px; color: #fff;
  background: rgba(255,255,255,.12); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.2);
}
.bcard .btype.lime { background: var(--grad-cool); color: #0c1407; border-color: transparent; }
.bcard .btype.pink { background: var(--grad-hot); color: #fff; border-color: transparent; }
.bcard h3 { font-family: var(--font-text); font-weight: 700; font-size: 18px; letter-spacing: -.01em; line-height: 1.15; }
.bcard p { color: rgba(247,243,255,.82); font-size: 13.5px; margin-top: 6px; max-width: 34ch; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .45s, opacity .4s, margin .4s; }
.bcard:hover p { max-height: 80px; opacity: 1; }
/* live ping dot on a couple of cards */
.bcard .ping { position: absolute; top: 16px; right: 16px; z-index: 3; width: 9px; height: 9px; border-radius: 50%; background: var(--lime-2); box-shadow: 0 0 0 0 rgba(182,242,58,.7); animation: livePulse 1.8s infinite; }

/* spans (bento rhythm) */
.bcard.tall { grid-row: span 2; }
.bcard.wide { grid-column: span 2; }
.bcard.big  { grid-column: span 2; grid-row: span 2; }

/* float drift on idle (varied, subtle) */
@media (prefers-reduced-motion: no-preference) {
  .bcard { animation: drift 9s ease-in-out infinite; }
  .bcard:nth-child(2n) { animation-duration: 11s; animation-delay: -2s; }
  .bcard:nth-child(3n) { animation-duration: 13s; animation-delay: -4s; }
  .bcard:nth-child(4n) { animation-duration: 10s; animation-delay: -1.5s; }
  .bcard:hover { animation-play-state: paused; }
}
@keyframes drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* image-slot inside bento: fill + match */
.bcard image-slot { border-radius: 0; }

/* horizontal caption strip (auto-scroll, snappic-style) — full-bleed */
.strip-band { margin-top: 64px; margin-inline: calc(50% - 50vw); }
.strip-head { max-width: var(--maxw); margin: 0 auto 30px; padding-inline: var(--pad); }
.strip-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 3.4vw, 42px); line-height: 1.06; letter-spacing: -.02em; margin-top: 6px; }
.strip-sub { color: var(--muted); font-size: clamp(15px, 1.7vw, 18px); margin-top: 14px; max-width: 56ch; text-wrap: pretty; }
.strip-wrap { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.strip { display: flex; gap: 14px; width: max-content; align-items: stretch; animation: scrollX 90s linear infinite; }
.strip-wrap:hover .strip { animation-play-state: paused; }
.gphoto {
  height: clamp(300px, 38vw, 440px); flex: none; border-radius: var(--radius-sm); overflow: hidden;
  border: 1px solid var(--line); background: var(--bg-2); position: relative;
}
.gphoto img, .gphoto video { height: 100%; width: auto; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gphoto:hover img, .gphoto:hover video { transform: scale(1.05); }
.gphoto::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); pointer-events: none; }
.scard { width: clamp(230px, 24vw, 300px); flex: none; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); background: var(--bg-2); position: relative; }
.scard .ph { aspect-ratio: 4/5; overflow: hidden; position: relative; }
.scard .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.scard:hover .ph img { transform: scale(1.07); }
.scard .cap { padding: 16px 18px; }
.scard .cap .t { font-family: var(--font-text); font-weight: 700; font-size: 15px; }
.scard .cap .s { color: var(--muted); font-size: 13px; margin-top: 4px; }
.scard .corner { position: absolute; top: 12px; left: 12px; z-index: 2; font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #fff; padding: 5px 10px; border-radius: 999px; background: rgba(6,4,12,.6); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.18); }

.outputs-note { margin-top: 24px; font-size: 13px; color: var(--muted-2); display: flex; align-items: center; gap: 8px; }
.outputs-note b { color: var(--lime-2); font-weight: 600; }

@media (max-width: 980px) {
  .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: calc(33.333cqw - 13.333px); }
  .bcard.big { grid-column: span 2; }
  .bcard.wide { grid-column: span 2; }
}
@media (max-width: 560px) {
  .bcard p { max-height: 80px; opacity: 1; } /* always show on touch */
}

/* ============================================================
   SHOWCASE — "6 zážitků" use-case carousel (one card at a time)
   ============================================================ */
.showcase { position: relative; overflow: hidden; }
.showcase .sec-head { margin-bottom: 46px; }

.sc-carousel { position: relative; }
.sc-viewport {
  overflow: hidden; padding: 26px 0 30px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.sc-track { position: relative; will-change: contents; }
.sc-slide {
  position: absolute; top: 0; left: 50%; width: min(860px, 74%);
  transform: translateX(-50%) scale(.7);
  opacity: 0; filter: blur(10px) saturate(.8); pointer-events: none; z-index: 1;
  transition: transform .65s cubic-bezier(.4,.05,.2,1), opacity .6s ease, filter .6s ease;
}
.sc-slide.is-active { transform: translateX(-50%) scale(1); opacity: 1; filter: none; pointer-events: auto; z-index: 4; }
.sc-slide.is-prev { transform: translateX(-50%) translateX(calc(-1 * clamp(210px, 22vw, 400px))) scale(.8); opacity: .5; filter: blur(4px) saturate(.85); z-index: 2; }
.sc-slide.is-next { transform: translateX(-50%) translateX(clamp(210px, 22vw, 400px)) scale(.8); opacity: .5; filter: blur(4px) saturate(.85); z-index: 2; }
.sc-slide.is-far-prev { transform: translateX(-50%) translateX(calc(-1 * clamp(380px, 40vw, 720px))) scale(.66); opacity: 0; filter: blur(12px); z-index: 1; }
.sc-slide.is-far-next { transform: translateX(-50%) translateX(clamp(380px, 40vw, 720px)) scale(.66); opacity: 0; filter: blur(12px); z-index: 1; }

.sc-card {
  display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(22px, 3vw, 40px);
  align-items: stretch;
  padding: clamp(24px, 3.4vw, 44px);
  border-radius: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line-2);
  background: linear-gradient(150deg, rgba(154,60,240,.20), rgba(124,43,217,.10) 55%, rgba(20,14,34,.4));
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(255,255,255,.03) inset;
  position: relative; overflow: hidden;
}
.sc-card::before {
  content: ""; position: absolute; right: -120px; top: -120px; width: 320px; height: 320px;
  border-radius: 50%; background: radial-gradient(circle, rgba(154,60,240,.5), transparent 70%);
  filter: blur(30px); pointer-events: none;
}

.sc-card {
  display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(24px, 3vw, 48px);
  align-items: stretch;
  padding: clamp(18px, 2.4vw, 30px);
  border-radius: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line-2);
  background: linear-gradient(150deg, rgba(154,60,240,.20), rgba(124,43,217,.10) 55%, rgba(20,14,34,.4));
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(255,255,255,.03) inset;
  position: relative; overflow: hidden;
}
.sc-card::before {
  content: ""; position: absolute; right: -120px; top: -120px; width: 320px; height: 320px;
  border-radius: 50%; background: radial-gradient(circle, rgba(154,60,240,.5), transparent 70%);
  filter: blur(30px); pointer-events: none;
}

/* figure with overlaid number + title */
.sc-figure { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); background: var(--bg-2); min-height: clamp(320px, 30vw, 460px); z-index: 1; }
.sc-figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.sc-figure .layer { opacity: 0; }
.sc-figure .layer.active { opacity: 1; }
.sc-card:hover .sc-figure img { transform: scale(1.06); }
.sc-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 38%, rgba(6,4,12,.88)); }
.sc-figcap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(20px, 2.6vw, 30px); }
.sc-figcap h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 2.3vw, 32px); line-height: 1.08; letter-spacing: -.02em; text-wrap: balance; }

/* spec list (editorial) */
.sc-spec { display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; min-width: 0; }
.sc-list { display: flex; flex-direction: column; }
.sc-li { padding: clamp(13px, 1.5vw, 18px) 0; border-bottom: 1px solid var(--line); }
.sc-li:first-child { padding-top: 0; }
.sc-li:last-child { border-bottom: none; padding-bottom: 0; }
.sc-li dt { font-size: 11.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.sc-li dd { color: rgba(247,243,255,.9); font-size: 15px; line-height: 1.5; text-wrap: pretty; }

/* arrows */
.sc-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: var(--grad-hot); color: #fff; font-size: 24px; line-height: 1;
  box-shadow: 0 14px 36px -12px rgba(255,45,120,.7); transition: transform .25s, box-shadow .25s, filter .25s;
}
.sc-arrow:hover { transform: translateY(-50%) scale(1.08); filter: saturate(1.1); }
.sc-arrow:active { transform: translateY(-50%) scale(.96); }
.sc-arrow.prev { left: clamp(6px, 4%, 64px); }
.sc-arrow.next { right: clamp(6px, 4%, 64px); }
.sc-arrow svg { width: 22px; height: 22px; }

/* dots */
.sc-dots { display: flex; gap: 10px; justify-content: center; margin-top: 30px; }
.sc-dots button { width: 9px; height: 9px; border-radius: 999px; background: var(--line-2); transition: width .3s, background .3s; }
.sc-dots button.active { width: 30px; background: var(--grad-hot); }

@media (max-width: 860px) {
  .sc-card { grid-template-columns: 1fr; }
  .sc-photo { min-height: 280px; }
  .sc-slide { width: 88%; }
  .sc-slide.is-prev { transform: translateX(-50%) translateX(-46vw) scale(.78); opacity: .3; }
  .sc-slide.is-next { transform: translateX(-50%) translateX(46vw) scale(.78); opacity: .3; }
  .sc-arrow { width: 46px; height: 46px; font-size: 20px; }
  .sc-arrow.prev { left: 4px; }
  .sc-arrow.next { right: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .sc-slide { transition: none; }
}