/* ══════════════════════════════════════════════════════════════════
   CatchLingo — 贴纸手账 / Scrapbook stylesheet (homepage only)
   Layered on top of style.css. Provides the sticker/paper component
   language and the homepage section redesign.
   ══════════════════════════════════════════════════════════════════ */

/* ── Hand-written accent + dashed rule ── */
.hand { font-family: var(--font-hand); font-weight: 700; line-height: 1; }
.rule-line { border: 0; border-top: 2px dashed var(--line-strong); }

/* ── Sticker card ── */
.sticker {
  position: relative;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sticker);
  padding: 22px;
  transform: rotate(var(--rot, 0deg));
  transition: transform .4s var(--ease-spring), box-shadow .35s ease;
  will-change: transform;
}
.sticker:hover { transform: rotate(0deg) translateY(-6px); box-shadow: var(--shadow-peel); }
.sticker--coral  { background: var(--stk-coral-tint);  border-color: rgba(255,107,107,.25); }
.sticker--cobalt { background: var(--stk-cobalt-tint); border-color: rgba(45,107,219,.25); }
.sticker--ochre  { background: var(--stk-ochre-tint);  border-color: rgba(43,210,255,.3); }
.sticker--mint   { background: var(--stk-mint-tint);   border-color: rgba(59,167,118,.25); }
.sticker--violet { background: var(--stk-violet-tint); border-color: rgba(139,111,203,.25); }

/* tape tab */
.tape {
  position: absolute; top: -13px; left: 50%;
  width: 92px; height: 24px;
  transform: translateX(-50%) rotate(-3deg);
  background: linear-gradient(180deg, rgba(43,210,255,.6), rgba(43,210,255,.42));
  box-shadow: 0 2px 4px rgba(27,42,65,.10);
  z-index: 3;
}
.tape::before, .tape::after {
  content:''; position:absolute; top:0; bottom:0; width:2px;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.6) 0 3px, transparent 3px 6px);
}
.tape::before { left:0; } .tape::after { right:0; }
.tape--cobalt { background: linear-gradient(180deg, rgba(45,107,219,.55), rgba(45,107,219,.36)); }
.tape--mint   { background: linear-gradient(180deg, rgba(59,167,118,.55), rgba(59,167,118,.36)); }
.tape--coral  { background: linear-gradient(180deg, rgba(255,107,107,.55), rgba(255,107,107,.36)); }
.tape--violet { background: linear-gradient(180deg, rgba(139,111,203,.55), rgba(139,111,203,.36)); }

/* ── Stamp (collectible / passport) ── */
.stamp {
  display: inline-flex; flex-direction: column; align-items: center; gap: 5px;
  padding: 16px 20px;
  border: 2.5px dashed currentColor;
  border-radius: 18px;
  background: var(--paper-card);
  transform: rotate(var(--rot, -4deg));
  box-shadow: var(--shadow-sm);
  font-family: var(--font-display);
  line-height: 1;
}
.stamp .stamp-num { font-size: 30px; font-weight: 900; }
.stamp .stamp-label { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-2); }
.stamp--coral { color: var(--stk-coral); }
.stamp--cobalt{ color: var(--stk-cobalt); }
.stamp--ochre { color: var(--stk-ochre); }
.stamp--mint  { color: var(--stk-mint); }

/* ── Polaroid ── */
.polaroid {
  background: #fff;
  padding: 14px 14px 20px;
  border-radius: 4px;
  box-shadow: var(--shadow-lg);
  transform: rotate(var(--rot, -2deg));
  position: relative;
}
.polaroid .polaroid-img {
  border-radius: 2px; overflow: hidden; background: var(--paper-2);
  display: block;
}
.polaroid .polaroid-caption {
  margin-top: 12px;
  font-family: var(--font-hand);
  font-size: 22px; line-height: 1;
  text-align: center; color: var(--ink);
}

/* ── Sticker pill button (peel-up) ── */
.btn-sticker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: 700; font-size: 16px;
  border-radius: 100px;
  padding: 15px 28px;
  background: #fff;
  color: var(--ink);
  border: none;
  box-shadow: 0 6px 0 rgba(15,60,95,.30), var(--shadow-sm);
  transition: transform .14s ease, box-shadow .14s ease;
  cursor: pointer; text-decoration: none;
}
.btn-sticker:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(15,60,95,.34), var(--shadow-md); }
.btn-sticker:active { transform: translateY(4px); box-shadow: 0 2px 0 rgba(15,60,95,.3); }
.btn-sticker--coral { background: var(--stk-coral); color:#fff; }
.btn-sticker--cobalt{ background: var(--stk-cobalt); color:#fff; }
.btn-sticker--ochre { background: var(--stk-ochre); color: var(--ink); }
.btn-sticker--mint  { background: var(--stk-mint); color:#fff; }

/* ── Sticky note (Post-it) ── */
.sticky-note {
  position: relative;
  padding: 26px 22px 22px;
  border-radius: 4px;
  box-shadow: var(--shadow-md);
  transform: rotate(var(--rot, -1.5deg));
  background: var(--stk-ochre-tint);
  transition: transform .4s var(--ease-spring);
}
.sticky-note:hover { transform: rotate(0deg) translateY(-4px); }
.sticky-note--mint { background: var(--stk-mint-tint); }
.sticky-note--cobalt{ background: var(--stk-cobalt-tint); }
.sticky-note--coral{ background: var(--stk-coral-tint); }
.sticky-note::before {
  content:''; position:absolute; top:-12px; left:50%; width:80px; height:22px;
  transform: translateX(-50%) rotate(-4deg);
  background: rgba(27,42,65,.08);
  border-radius: 1px;
}

/* ── Hand-drawn highlight mark ── */
.mark { position: relative; display: inline-block; isolation: isolate; }
.mark .mk-svg {
  position: absolute; left: -8%; bottom: -0.16em;
  width: 116%; height: .62em; z-index: 0; pointer-events: none;
}
.mark .mk-txt { position: relative; z-index: 1; }

/* ── Scrapbook reveal animation ── */
.sb-reveal {
  opacity: 0;
  transform: translateY(20px) rotate(var(--sb-rot, 0deg));
  transition: opacity .7s var(--ease-out-expo), transform .8s var(--ease-spring);
}
.sb-reveal.is-in { opacity: 1; transform: translateY(0) rotate(var(--sb-rot, 0deg)); }
@media (prefers-reduced-motion: reduce) {
  .sb-reveal { opacity: 1 !important; transform: none !important; }
}

/* ── Section heading helpers (scrapbook) ── */
.sb-eyebrow {
  display: inline-block; font-family: var(--font-hand); font-size: 26px;
  color: var(--stk-coral); transform: rotate(-2deg); margin-bottom: 6px;
}
.sb-title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.05;
  letter-spacing: -0.02em; color: var(--ink);
}
.sb-sub {
  font-size: 1.05rem; color: var(--ink-2); max-width: 60ch; line-height: 1.7;
}
.sb-section { padding: var(--section-py) 0; position: relative; }
.sb-section--alt { background: var(--paper-2); }

/* ═══════════════════════ HERO ═══════════════════════ */
/* Soft sky-blue hero — calmer/less dazzling; white-outlined stickers still pop */
.sb-hero {
  position: relative;
  padding: clamp(110px, 12vw, 158px) 0 clamp(44px, 5vw, 64px);
  overflow: hidden;
  background:
    radial-gradient(900px 540px at 80% 4%, rgba(255,255,255,0.30), transparent 60%),
    radial-gradient(760px 520px at 6% 100%, rgba(255,255,255,0.10), transparent 60%),
    linear-gradient(160deg, #74b7d8 0%, #4f97bd 52%, #387fa3 100%);
  color: #fff;
}
.sb-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.sb-blob { position: absolute; border-radius: 50%; filter: blur(54px); }
.sb-blob--ochre { width: 480px; height: 480px; right: -90px; top: -70px;
  background: radial-gradient(circle, rgba(43,210,255,.55), transparent 70%); }
.sb-blob--cobalt { width: 440px; height: 440px; left: -110px; top: 150px;
  background: radial-gradient(circle, rgba(45,107,219,.32), transparent 70%); }

.sb-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; }
.sb-hero-text { max-width: 620px; }
.sb-chip {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  color: var(--ink-2); background: var(--paper-card);
  border: 1px solid var(--line); padding: 8px 16px; border-radius: 100px;
  box-shadow: var(--shadow-sm); transform: rotate(-1.5deg);
}
.sb-chip-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--stk-coral);
  box-shadow: 0 0 0 3px rgba(255,107,107,.18); }
.sb-hero-h1 {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.02;
  letter-spacing: -0.03em; color: #fff; margin: 22px 0 18px;
}
.sb-hero-h1 .mark .mk-txt { color: #fff; }
.sb-hero-sub { font-size: clamp(1.05rem, 1.35vw, 1.22rem); color: rgba(255,255,255,0.92); line-height: 1.7; max-width: 54ch; }
.sb-hero-sub strong { color: #fff; font-weight: 700; }
.sb-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 28px; }
.sb-btn-ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,0.9), 0 6px 0 rgba(0,0,0,0.12); }
.sb-btn-ghost:hover { box-shadow: inset 0 0 0 2px #fff, 0 8px 0 rgba(0,0,0,0.16); background: rgba(255,255,255,0.10); }
.sb-hero-stats { display: flex; flex-wrap: wrap; gap: 18px; }
.sb-hero-trust { margin-top: 20px; font-size: 24px; color: var(--stk-coral); transform: rotate(-1deg); display: inline-block; }

/* hero visual */
.sb-hero-visual { position: relative; min-height: 480px; display: flex; align-items: center; justify-content: center; }
.sb-hero-polaroid { width: min(330px, 82%); position: relative; z-index: 2; padding: 14px 14px 22px; }
.sb-viewfinder {
  position: relative; aspect-ratio: 3 / 3.4; border-radius: 3px;
  background: linear-gradient(160deg, #eef3fb, #ffffff);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden; border: 1px solid rgba(27,42,65,.08);
}
.sb-vf-corner { position: absolute; width: 26px; height: 26px; border: 3px solid var(--ink); opacity: .55; }
.sb-vf--tl { top: 12px; left: 12px; border-right: 0; border-bottom: 0; border-radius: 6px 0 0 0; }
.sb-vf--tr { top: 12px; right: 12px; border-left: 0; border-bottom: 0; border-radius: 0 6px 0 0; }
.sb-vf--bl { bottom: 12px; left: 12px; border-right: 0; border-top: 0; border-radius: 0 0 0 6px; }
.sb-vf--br { bottom: 12px; right: 12px; border-left: 0; border-top: 0; border-radius: 0 0 6px 0; }
.sb-vf-emoji { font-size: 92px; line-height: 1; filter: drop-shadow(0 10px 16px rgba(27,42,65,.16)); }
.sb-vf-scan { position: absolute; left: 12%; right: 12%; height: 3px; background: var(--stk-mint); border-radius: 4px; box-shadow: 0 0 14px rgba(59,167,118,.6); opacity: .8; }
.sb-vf-result { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); text-align: center; background: var(--paper-card); border: 1px solid var(--line); border-radius: 12px; padding: 7px 16px; box-shadow: var(--shadow-sm); }
.sb-vf-result strong { display: block; font-family: var(--font-display); font-size: 17px; color: var(--ink); }
.sb-vf-trans { font-size: 12px; color: var(--ink-2); }
.sb-vf-tag { position: absolute; top: -14px; right: -10px; background: var(--stk-coral); color: #fff; padding: 2px 10px; border-radius: 100px; font-size: 18px; transform: rotate(8deg); box-shadow: var(--shadow-sm); }

.sb-fl-sticker { position: absolute; z-index: 3; width: 132px; padding: 16px 14px; text-align: center; }
.sb-fl-emoji { font-size: 38px; line-height: 1; }
.sb-fl-word { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--ink); margin-top: 4px; }
.sb-fl-trans { font-size: 12px; color: var(--ink-2); }
.sb-fl--1 { top: 6%; left: -4%; }
.sb-fl--2 { bottom: 8%; right: -2%; }

.sb-hero-note { position: absolute; top: 0; left: 3%; font-size: 27px; color: #fff; transform: rotate(-4deg); z-index: 5; text-shadow: 0 2px 10px rgba(8,40,70,.45); }
.sb-hero-arrow { position: absolute; top: 7%; left: 15%; width: 120px; z-index: 5; opacity: .9; }
.sb-hero-arrow path { stroke: #fff; }

@media (max-width: 980px) {
  .sb-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .sb-hero-text { max-width: 100%; text-align: center; margin-inline: auto; }
  .sb-chip, .sb-hero-trust { transform: none; }
  .sb-hero-actions, .sb-hero-stats { justify-content: center; }
  .sb-hero-visual { min-height: 380px; margin-top: 8px; }
  .sb-hero-polaroid { width: 260px; }
  .sb-fl-sticker { width: 110px; }
  .sb-fl-emoji { font-size: 30px; }
}
@media (max-width: 560px) {
  .sb-hero-visual { min-height: 320px; }
  .sb-fl--1 { left: -6%; } .sb-fl--2 { right: -6%; }
  .sb-hero-arrow, .sb-hero-note { display: none; }
}

/* animate the viewfinder scan line */
@media (prefers-reduced-motion: no-preference) {
  .sb-vf-scan { animation: sb-scan 2.6s var(--ease-out-expo) infinite; }
  @keyframes sb-scan { 0% { top: 16%; } 50% { top: 78%; } 100% { top: 16%; } }
}

/* ═══════════════════════ GLOBAL SECTION SKINS ═══════════════════════ */
/* Headline gradient words → calm cobalt accent (de-genericise) */
.gradient-text {
  background: none;
  -webkit-text-fill-color: var(--stk-cobalt);
  color: var(--stk-cobalt);
}

/* Section headers → scrapbook */
.section-header { text-align: center; margin-bottom: 48px; }
.section-badge {
  display: inline-block;
  font-family: var(--font-hand);
  font-size: 24px; font-weight: 700;
  color: var(--stk-coral);
  background: var(--paper-card);
  border: 1.5px solid rgba(255,107,107,.3);
  padding: 3px 16px; border-radius: 100px;
  transform: rotate(-2deg);
  margin-bottom: 14px;
  text-transform: none; letter-spacing: 0;
}
.section-title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.08;
  letter-spacing: -0.02em; color: var(--ink);
}
.section-sub {
  font-size: 1.05rem; color: var(--ink-2); line-height: 1.7;
  max-width: 64ch; margin: 14px auto 0;
}

/* ═══════════════ NAV ═══════════════ */
.nav { background: transparent; transition: background .3s ease, box-shadow .3s ease, border-color .3s ease; border-bottom: 1px solid transparent; }
.nav.scrolled {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px) saturate(1.4);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.nav-logo-text { font-family: var(--font-display); font-weight: 900; color: var(--ink); }
.nav-logo-mark img { border-radius: 9px; box-shadow: var(--shadow-sm); }
.nav-links a { font-weight: 600; color: var(--ink-2); font-size: 15px; }
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  background: var(--ink) !important; color: var(--paper) !important;
  font-family: var(--font-display); font-weight: 700;
  box-shadow: 0 4px 0 rgba(27,42,65,.18) !important;
  border: none !important;
}
.nav-cta:hover { transform: translateY(-1px); }

/* ═══════════════ PURPOSE (Google section) → pinned note ═══════════════ */
.purpose-section { padding: clamp(48px, 7vw, 80px) 0; }
.purpose-section .section-header {
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 36px 40px;
  box-shadow: var(--shadow-md);
  max-width: 820px; margin: 0 auto;
  transform: rotate(-0.6deg);
  position: relative;
}
.purpose-section .section-header::before {
  content: ''; position: absolute; top: -12px; left: 50%; width: 110px; height: 24px;
  transform: translateX(-50%) rotate(-3deg);
  background: linear-gradient(180deg, rgba(59,167,118,.5), rgba(59,167,118,.34));
  box-shadow: var(--shadow-sm);
}
.purpose-section .section-sub { max-width: 60ch; }
.purpose-section .section-sub a { color: var(--stk-cobalt); font-weight: 600; }

/* ═══════════════ SOCIAL PROOF → stamps row ═══════════════ */
.social-proof-bar { padding: 30px 0; }
.proof-items { gap: 28px !important; flex-wrap: wrap; justify-content: center; }
.proof-sep { display: none; }
.proof-item { flex-direction: row !important; align-items: center; gap: 12px; }
.proof-icon { display: none; }
.proof-item > div:last-child {
  border: 2.5px dashed currentColor; border-radius: 16px;
  padding: 12px 18px; background: var(--paper-card);
  box-shadow: var(--shadow-sm); text-align: center;
}
.proof-item:nth-child(1) > div:last-child { color: var(--brand);    transform: rotate(-4deg); }
.proof-item:nth-child(2) > div:last-child { color: var(--stk-amber); transform: rotate(3deg); }
.proof-item:nth-child(3) > div:last-child { color: var(--stk-mint);  transform: rotate(-2deg); }
.proof-item:nth-child(4) > div:last-child { color: var(--stk-coral); transform: rotate(4deg); }
.proof-num { font-family: var(--font-display); font-weight: 900; font-size: 24px; line-height: 1; }
.proof-label { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; margin-top: 3px; color: var(--ink-2); }

/* ═══════════════ EXPLORERS → sticker pages ═══════════════ */
.explorer-card {
  background: var(--paper-card) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-sticker) !important;
  padding: 30px !important;
  position: relative;
}
.explorer-card:nth-child(odd)  { transform: rotate(-1.2deg); }
.explorer-card:nth-child(even) { transform: rotate(1.2deg); }
.explorer-card:hover { transform: rotate(0) translateY(-5px); box-shadow: var(--shadow-peel) !important; }
.explorer-card .explorer-emoji, .explorer-card h3 { font-family: var(--font-display); }

/* ═══════════════ HOW IT WORKS → polaroid steps ═══════════════ */
.step-card {
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 6px !important;
  box-shadow: var(--shadow-lg) !important;
  padding: 22px 22px 26px !important;
  position: relative;
}
.step-card:nth-child(1) { transform: rotate(-2deg); }
.step-card:nth-child(2) { transform: rotate(1.5deg); }
.step-card:nth-child(3) { transform: rotate(-1deg); }
.step-num {
  font-family: var(--font-display); font-weight: 900;
  background: var(--ink) !important; color: var(--paper) !important;
  border-radius: 100px; width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
}
.step-tag { font-family: var(--font-hand); color: var(--stk-coral); }

/* ═══════════════ FEATURES → sticker cards ═══════════════ */
.feat-card {
  background: var(--paper-card) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-sm) !important;
  padding: 26px !important;
  transition: transform .35s var(--ease-spring), box-shadow .35s ease;
}
.feat-card:hover { transform: translateY(-5px) rotate(0deg); box-shadow: var(--shadow-md) !important; }
.feat-card:nth-child(3n+1) { transform: rotate(-1deg); }
.feat-card:nth-child(3n+2) { transform: rotate(0.6deg); }
.feat-card:nth-child(3n)   { transform: rotate(-0.6deg); }
.feat-icon { color: var(--stk-cobalt); }

/* ═══════════════ LANGUAGES → stamp collection ═══════════════ */
.lang-card {
  background: var(--paper-card) !important;
  border: 2px dashed var(--line-strong) !important;
  border-radius: 16px !important;
  box-shadow: var(--shadow-xs) !important;
}
.lang-card:hover { transform: rotate(0) scale(1.04); border-color: var(--stk-cobalt) !important; }
.lang-card:nth-child(odd)  { transform: rotate(-2deg); }
.lang-card:nth-child(even) { transform: rotate(2deg); }

/* ═══════════════ EARLY ACCESS → sticky notes ═══════════════ */
.testimonials-grid { gap: 26px; }
.testimonial-card {
  background: var(--stk-ochre-tint) !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: var(--shadow-md) !important;
  padding: 28px 24px !important;
  position: relative;
}
.testimonial-card:nth-child(3n+1) { background: var(--stk-ochre-tint) !important;  transform: rotate(-1.6deg); }
.testimonial-card:nth-child(3n+2) { background: var(--stk-mint-tint) !important;   transform: rotate(1.2deg); }
.testimonial-card:nth-child(3n)   { background: var(--stk-cobalt-tint) !important; transform: rotate(-0.8deg); }
.testimonial-card::before {
  content: ''; position: absolute; top: -12px; left: 50%; width: 78px; height: 22px;
  transform: translateX(-50%) rotate(-4deg);
  background: rgba(27,42,65,.08);
}
.testimonial-card:hover { transform: rotate(0) translateY(-4px); }
.early-emoji { font-size: 32px; }
.early-title { font-family: var(--font-display); font-weight: 900; color: var(--ink); font-size: 18px; }
.early-text { color: var(--ink-2); }
.early-cta { text-align: center; margin-top: 34px; }

/* ═══════════════ FAQ → journal ═══════════════ */
.faq-item { border-bottom: 2px dashed var(--line) !important; }
.faq-q { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.faq-a p { color: var(--ink-2); }

/* ═══════════════ DOWNLOAD → sticker store buttons ═══════════════ */
.download-section { position: relative; }
.download-card {
  background: var(--paper-card) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-lg) !important;
}
.download-title { font-family: var(--font-display); font-weight: 900; color: var(--ink); }
.store-btn {
  border: 1px solid var(--line) !important;
  box-shadow: var(--shadow-sticker) !important;
  background: var(--paper-card) !important;
  color: var(--ink) !important;
}
.store-btn .store-large { font-family: var(--font-display); font-weight: 800; color: var(--ink) !important; }
.store-btn .store-small { color: var(--ink-2) !important; }
.coming-tag { background: var(--stk-coral) !important; }

/* ═══════════════ FOOTER → back cover ═══════════════ */
.footer { background: var(--paper-2) !important; border-top: 2px dashed var(--line-strong); }
.footer-tagline { font-family: var(--font-hand); font-size: 22px; color: var(--stk-coral); }
.footer-col h4 { font-family: var(--font-display); color: var(--ink); }
.footer-col a { color: var(--ink-2); }
.footer-col a:hover { color: var(--ink); }
.footer-bottom { border-top: 1px dashed var(--line); }

/* ═══════════════ Stagger sticker entrance on cards ═══════════════ */
@media (prefers-reduced-motion: no-preference) {
  .explorer-card, .feat-card, .lang-card, .step-card, .testimonial-card, .proof-item > div:last-child {
    transition: transform .5s var(--ease-spring), box-shadow .35s ease;
  }
}

/* comparison table → journal grid */
.comparison-section { background: var(--paper-2) !important; }
.comparison-table-wrap {
  border: 2px dashed var(--line-strong) !important; border-radius: var(--radius-md) !important;
  background: var(--paper-card) !important; overflow: hidden;
}
.comparison-table th { background: var(--paper) !important; color: var(--ink) !important; font-family: var(--font-display) !important; }
.comparison-table th, .comparison-table td { border-bottom: 1px dashed var(--line) !important; }
.comparison-table tbody tr:hover { background: var(--stk-ochre-tint) !important; }
.ct-popular { background: var(--stk-cobalt-tint) !important; }
.ct-check { color: var(--stk-mint) !important; font-weight: 900; }
.comparison-table td:first-child { color: var(--ink) !important; font-family: var(--font-display) !important; }

/* ═══════════════ Kill the colored glow blobs (Apple-clean white) ═══════════════ */
.sb-hero-bg, .languages-bg, .download-bg { display: none !important; }

/* ═══════════════ Language flag marquee (FG restyle of the existing .marquee-* rules) ═══════════════ */
.marquee-strip {
  background: var(--paper-card);
  border: 1.5px dashed var(--line-strong);
  border-radius: 100px;
  max-width: 920px;
  margin: 40px auto;
  box-shadow: var(--shadow-sm);
}
.marquee-strip::before { background: linear-gradient(to right, var(--paper-card), transparent); }
.marquee-strip::after { background: linear-gradient(to left, var(--paper-card), transparent); }
.marquee-item { color: var(--ink-2); font-family: var(--font-display); font-weight: 700; }
.marquee-item .mi-flag { font-size: 18px; }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none !important; } }

/* ═══════════════ Leaf-class cleanup (were relying on base/parent) ═══════════════ */
.download-text { min-width: 0; }
.showcase-visual { min-width: 0; }
.footer-logo { margin-bottom: 14px; display: inline-flex; align-items: center; }

/* ═══════════════ Real sticker photos (assets carry their own white outline
   + baked label, so they sit on BLUE surfaces and need no extra word label) ═══ */
.sb-fl-img {
  width: 168px; height: 168px; object-fit: contain; display: block;
  filter: drop-shadow(0 14px 22px rgba(8,40,70,.30));
}
.sb-vf-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.sb-vf-mini {
  width: 30px; height: 30px; object-fit: contain; vertical-align: middle;
  margin-right: 5px; filter: drop-shadow(0 2px 3px rgba(27,42,65,.2));
}
.sb-sticker-img {
  width: 190px; height: 190px; object-fit: contain; display: block;
  margin: 0 auto 8px; filter: drop-shadow(0 10px 16px rgba(8,40,70,.24));
}
.dl-sticker { display: flex; flex-direction: column; align-items: center; }
.dl-sticker img {
  width: 104px; height: 104px; object-fit: contain; display: block;
  margin: 0 auto 4px; filter: drop-shadow(0 6px 10px rgba(8,40,70,.24));
}

/* ── Hero phone mockup (real device frame + screenshot) ── */
.phone-device {
  position: relative;
  width: min(332px, 74%);
  aspect-ratio: 9 / 19;
  background: linear-gradient(155deg, #2c2c44, #141422);
  border-radius: 40px;
  padding: 9px;
  box-shadow: var(--shadow-xl), 0 0 0 2px rgba(26,26,46,.12), inset 0 0 0 2px rgba(255,255,255,.06);
  transform: rotate(var(--rot, -3deg));
  transition: transform .5s var(--ease-spring);
  z-index: 2;
}
.phone-device:hover { transform: rotate(0deg) translateY(-6px); }
.phone-notch {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 34%; height: 21px; background: #08080f; border-radius: 100px; z-index: 3;
}
.phone-screen {
  width: 100%; height: 100%; border-radius: 32px; overflow: hidden;
  background: #fff; position: relative;
}
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
@media (max-width: 980px) { .phone-device { width: min(272px, 70%); } }

/* Persona-scene sticker placeholders (real stickers to be dropped in later) */
.ec-item.ec-ph {
  width: 52px; height: 52px;
  border: 2px dashed var(--line-strong);
  border-radius: 14px;
  background: var(--paper-card);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-xs);
}
.ec-item.ec-ph::after {
  content: '';
  width: 22px; height: 22px; opacity: .35;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231B2A41' stroke-width='1.8'%3E%3Crect x='3' y='7' width='18' height='13' rx='3'/%3E%3Cpath d='M8.5 7l1.2-2.4h4.6L15.5 7'/%3E%3Ccircle cx='12' cy='13.5' r='3.4'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ══════════════════════════════════════════════════════════════════
   v2 refinements — de-emoji (SVG icons + real sticker assets)
   ══════════════════════════════════════════════════════════════════ */

/* Skip link (accessibility) */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 2000;
  background: var(--ink); color: #fff;
  padding: 10px 18px; border-radius: 0 0 12px 0;
  font-family: var(--font-body); font-weight: 600; font-size: 14px;
}
.skip-link:focus { left: 0; }

/* Hero trust row — was a single rotated handwritten line, now a clean check list */
.sb-hero-trust {
  list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px;
  margin-top: 22px; padding: 0; transform: none;
}
.sb-hero-trust li {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14.5px; font-weight: 600; color: rgba(255,255,255,0.95);
  font-family: var(--font-body);
}
.sb-hero-trust li svg { color: #9eecc4; flex: none; }

/* Day timeline → real sticker thumbnails (replaces emoji icons) */
.dn-sticker {
  width: 66px; height: 66px; border-radius: 18px;
  background: var(--paper-card); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  display: flex; align-items: center; justify-content: center; padding: 9px;
}
.dn-sticker img {
  width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 3px 5px rgba(27,42,65,.16));
}
.dn-sticker.dn-review { color: var(--brand); background: var(--brand-tint); border-style: dashed; padding: 13px; }
@media (max-width: 720px) { .dn-sticker { width: 54px; height: 54px; padding: 7px; } }

/* Persona cards → single real sticker thumb (replaces floating placeholder scene) */
.explorer-card { display: flex; flex-direction: column; }
.ec-thumb {
  width: 92px; height: 92px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; padding: 14px;
  margin-bottom: 20px;
}
.ec-thumb-img {
  width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(27,42,65,.16));
}

/* Early access → SVG icon chip (replaces emoji) */
.early-ic {
  width: 50px; height: 50px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--brand); background: var(--brand-tint); margin-bottom: 16px;
}
.testimonial-card:nth-child(3n+1) .early-ic { color: var(--stk-amber); background: var(--stk-amber-tint); }
.testimonial-card:nth-child(3n+2) .early-ic { color: var(--stk-coral);  background: var(--stk-coral-tint); }
.testimonial-card:nth-child(3n)   .early-ic { color: var(--brand);      background: var(--brand-tint); }

/* AI recognition preview → real sticker (replaces crab emoji) */
.feat-preview-ai .ai-photo {
  width: 92px; height: 92px; object-fit: contain;
  filter: drop-shadow(0 6px 9px rgba(27,42,65,.2));
}

/* FAQ narrow column for readability */
.faq-narrow { max-width: 820px; margin: 0 auto; }

/* Default icon-tile colors → brand where the old 'blue' tile sat */
.step-icon-blue, .feat-icon-blue { background: var(--brand) !important; }

/* ══════════════════════════════════════════════════════════════════
   v3 — Sky Sticker Atelier: blue canvas, big stickers on blue mats,
   bold-blue hero, + video / gallery / sticker-wall sections.
   Stickers have white outlines → they must sit on BLUE, never white.
   ══════════════════════════════════════════════════════════════════ */

/* ── Nav over the bold-blue hero: white chrome until scroll ── */
.nav:not(.scrolled) { background: transparent !important; border-bottom-color: transparent !important; }
.nav:not(.scrolled) .nav-logo-text { color: #fff !important; }
.nav:not(.scrolled) .nav-links a { color: rgba(255,255,255,0.92) !important; }
.nav:not(.scrolled) .nav-links a:hover { color: #fff !important; }
.nav:not(.scrolled) .nav-cta {
  background: rgba(255,255,255,0.96) !important; color: var(--ink) !important;
  box-shadow: 0 4px 0 rgba(0,0,0,0.12) !important;
}
.nav:not(.scrolled) .nav-hamburger span { background: #fff !important; }

/* ── Sticker BOARD: a blue "album page" so raw stickers pop ── */
.sticker-board {
  background: linear-gradient(160deg, var(--canvas-2), var(--canvas-3)) !important;
  border: 2px dashed rgba(255,255,255,0.7) !important;
  border-radius: var(--radius-lg) !important;
  padding: clamp(28px, 4vw, 46px) !important;
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,0.6) !important;
}
.sb-sticker {
  background: transparent !important; border: none !important;
  box-shadow: none !important; padding: 6px !important;
}
.sb-sticker .sb-rarity {
  display: inline-block; width: 10px; height: 10px; border-radius: 50%;
  margin-bottom: 6px; box-shadow: 0 0 0 3px rgba(255,255,255,0.6);
}
.sb-common  .sb-rarity { background: #9aa7b8; }
.sb-medium  .sb-rarity { background: var(--stk-amber); }
.sb-rare    .sb-rarity { background: var(--stk-coral); }
.sb-sticker .sb-label { display: none; }           /* baked into the image */
.sb-sticker .sb-trans {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--ink); background: rgba(255,255,255,0.85);
  padding: 2px 10px; border-radius: 100px; margin-top: 4px;
  display: inline-block;
}
.sb-legend { color: var(--ink-2); }
.sb-legend-dot { box-shadow: 0 0 0 2px rgba(255,255,255,0.7); }

/* ── Day timeline: bigger blue sticker thumbnails ── */
.dn-sticker {
  width: 140px; height: 140px; border-radius: 22px;
  background: linear-gradient(160deg, var(--canvas-2), #c7ddf2) !important;
  border: 1px solid rgba(255,255,255,0.7) !important;
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,0.6) !important;
  padding: 14px !important;
}
.dn-sticker img { filter: drop-shadow(0 8px 12px rgba(8,40,70,.22)); }
.dn-word { display: none; }                          /* baked into the image */
.dn-trans { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
@media (max-width: 720px) { .dn-sticker { width: 112px; height: 112px; padding: 10px !important; } }

/* ── Personas: raw sticker on blue canvas (no white card) ── */
.ec-thumb {
  background: transparent !important; border: none !important; box-shadow: none !important;
  width: 172px; height: 172px; padding: 0 !important;
}
.ec-thumb-img {
  width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(8,40,70,.26));
}
.explorer-card .tape { display: none; }

/* ── Features AI preview: blue viewfinder so the sticker pops ── */
.feat-preview-ai {
  background: linear-gradient(160deg, var(--canvas-2), var(--canvas-3)) !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
}
.feat-preview-ai .ai-photo {
  width: 168px; height: 168px;
  filter: drop-shadow(0 10px 16px rgba(8,40,70,.28));
}
.ai-corner { border-color: rgba(255,255,255,0.85) !important; }
.ai-label { color: var(--ink) !important; background: rgba(255,255,255,0.9) !important; }
.ai-scan-line { background: var(--stk-amber) !important; }

/* ═══════════════ VIDEO SECTION ═══════════════ */
.video-section { padding: clamp(48px,7vw,80px) 0; }
.video-frame {
  position: relative; max-width: 360px; margin: 0 auto;
  border-radius: 28px; overflow: hidden;
  background: linear-gradient(160deg, var(--canvas-2), var(--canvas-3));
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: var(--shadow-xl), inset 0 1px 0 rgba(255,255,255,0.6);
  aspect-ratio: 720 / 1564;
}
.video-frame video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; display: block; background: #0e1b2a;
}
.video-frame::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
  border-radius: 28px;
}
.video-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(14,27,42,0.6); color: #fff; backdrop-filter: blur(6px);
  padding: 6px 13px; border-radius: 100px; font-family: var(--font-display);
  font-weight: 700; font-size: 13px;
}
.video-badge .vb-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--stk-coral); }

/* ═══════════════ SCREENSHOT GALLERY ═══════════════ */
.gallery-section { padding: clamp(48px,7vw,80px) 0; }
.gallery-row {
  display: flex; gap: 34px; overflow-x: auto; padding: 14px clamp(10px,5vw,48px) 30px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; justify-content: flex-start;
}
.gallery-row::-webkit-scrollbar { height: 8px; }
.gallery-row::-webkit-scrollbar-thumb { background: rgba(45,156,219,.35); border-radius: 100px; }
.gallery-phone {
  flex: 0 0 auto; width: 290px; scroll-snap-align: center;
  position: relative; aspect-ratio: 9 / 19; background: linear-gradient(155deg,#2c2c44,#141422);
  border-radius: 30px; padding: 8px;
  box-shadow: var(--shadow-lg), 0 0 0 2px rgba(26,26,46,.12);
}
.gallery-phone:nth-child(odd) { transform: rotate(-2deg); }
.gallery-phone:nth-child(even) { transform: rotate(1.5deg); }
.gallery-phone .gp-notch {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 34%; height: 18px; background: #08080f; border-radius: 100px; z-index: 3;
}
.gallery-phone .gp-screen {
  width: 100%; height: 100%; border-radius: 24px; overflow: hidden; background: #fff;
}
.gallery-phone .gp-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* ═══════════════ STICKER WALL (dense playful band) ═══════════════ */
.wall-section { padding: clamp(40px,6vw,64px) 0; overflow: hidden; }
.sticker-wall {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 4px;
  max-width: 1000px; margin: 0 auto;
}
.sticker-wall .wall-st {
  width: clamp(64px, 11vw, 104px); height: clamp(64px, 11vw, 104px);
  object-fit: contain; filter: drop-shadow(0 8px 12px rgba(8,40,70,.22));
  transition: transform .35s var(--ease-spring);
}
.sticker-wall .wall-st:nth-child(3n)   { transform: rotate(-6deg); }
.sticker-wall .wall-st:nth-child(3n+1) { transform: rotate(4deg); }
.sticker-wall .wall-st:nth-child(3n+2) { transform: rotate(-2deg); }
.sticker-wall .wall-st:hover { transform: rotate(0) scale(1.12); }

/* ═══════════════ DOWNLOAD → bold blue finale ═══════════════ */
.download-card {
  background: linear-gradient(155deg, #3aa6de 0%, #2489c4 50%, #1769a0 100%) !important;
  border: none !important; color: #fff !important;
  box-shadow: var(--shadow-xl) !important;
}
.download-title, .download-card .section-badge-light { color: #fff !important; }
.download-sub { color: rgba(255,255,255,0.92) !important; }
.download-note { color: rgba(255,255,255,0.85) !important; }
.download-card .store-btn {
  background: #fff !important; color: var(--ink) !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
}
.download-card .store-large { color: var(--ink) !important; }
.download-card .store-small { color: var(--ink-2) !important; }
.dl-sticker span { color: #fff; font-weight: 600; font-size: 12px; }

/* ── Pricing/legal: keep key cards white on the blue canvas ── */
.purpose-section .section-header { background: var(--paper-card) !important; }

/* ── Hero floating stickers: raw image on the blue hero (no white card) ── */
.sb-hero .sb-fl-sticker {
  background: transparent !important; border: none !important;
  box-shadow: none !important; width: auto !important; padding: 0 !important;
  text-align: center;
}
.sb-fl-word { display: none; }                       /* baked into the image */
.sb-fl-trans {
  display: block; margin-top: 4px;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  color: #fff; background: rgba(255,255,255,0.18); backdrop-filter: blur(4px);
  padding: 2px 12px; border-radius: 100px;
}

/* ══════════════════════════════════════════════════════════════════
   v4 — size/spacing refinements from review
   ══════════════════════════════════════════════════════════════════ */

/* Video: kill the thin top/bottom line. Dark frame bg matches the video's
   own edges, no white border, and cover fills exactly at the matched
   720/1564 aspect (no gap => no hairline). */
.video-frame { background: #0e1b2a !important; border: none !important; }
.video-frame::after { box-shadow: none !important; }
.video-frame video { object-fit: cover; }

/* Gallery: no tilt; spread to fill the row; hide the scrollbar (scroll still works) */
.gallery-row {
  gap: clamp(14px, 2vw, 24px) !important;
  justify-content: space-between !important;
  scrollbar-width: none !important;
  padding-left: clamp(8px, 4vw, 40px) !important;
  padding-right: clamp(8px, 4vw, 40px) !important;
}
.gallery-row::-webkit-scrollbar { display: none !important; }
.gallery-phone {
  width: clamp(160px, 18vw, 220px) !important;
  transform: none !important;
}
.gallery-phone:nth-child(odd), .gallery-phone:nth-child(even) { transform: none !important; }

/* Day timeline: much bigger stickers (text must be readable); hidden scrollbar */
.day-timeline { max-width: 1120px !important; }
.day-track { scrollbar-width: none !important; }
.day-node { min-width: 196px !important; }
.dn-sticker { width: 196px !important; height: 196px !important; padding: 18px !important; }
@media (max-width: 720px) {
  .dn-sticker { width: 152px !important; height: 152px !important; padding: 13px !important; }
  .day-node { min-width: 152px !important; }
}

/* Showcase: widen the board + 3 columns so stickers are genuinely large */
.showcase-layout { gap: 56px !important; }
.sticker-board { max-width: 640px !important; grid-template-columns: repeat(3, 1fr) !important; gap: 24px 18px !important; }
.sb-sticker { padding: 10px 6px !important; }
.sb-sticker-img { width: 100% !important; max-width: 200px; aspect-ratio: 1 / 1; height: auto !important; }

/* Download stickers: widen grid + bigger images */
.dl-stickers { width: 100% !important; max-width: 430px; gap: 16px !important; }
.dl-sticker { padding: 16px !important; }
.dl-sticker img { width: 164px !important; height: 164px !important; }

/* ══════════════════════════════════════════════════════════════════
   v4 — Features redesign: one hero feature + uniform supporting grid
   ══════════════════════════════════════════════════════════════════ */
.features-wrap { display: flex; flex-direction: column; gap: 22px; }
.feat-hero {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px,3vw,40px);
  align-items: center;
  background: var(--paper-card) !important; border: 1px solid var(--line) !important;
  border-radius: var(--radius-lg) !important; padding: clamp(24px,3vw,40px) !important;
  box-shadow: var(--shadow-md) !important;
}
.feat-hero-text h3 {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(20px,2.4vw,28px); color: var(--ink); margin: 14px 0 10px; letter-spacing: -0.02em;
}
.feat-hero-text p { color: var(--ink-2); line-height: 1.7; font-size: 15px; }
.feat-models { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.fm-chip {
  background: var(--brand-tint); color: var(--brand-deep);
  border: 1px dashed rgba(45,156,219,.4); border-radius: 100px;
  padding: 6px 13px; font-size: 13px; font-weight: 600;
}
.fm-chip strong { font-family: var(--font-display); margin-right: 6px; }
.feat-hero-visual { min-height: 240px; border-radius: 18px; }

/* uniform supporting grid (overrides bento spans) */
.features-section .features-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 20px !important; }
.features-section .feat-card { transform: none !important; }
.features-section .feat-card:nth-child(3n+1),
.features-section .feat-card:nth-child(3n+2),
.features-section .feat-card:nth-child(3n) { transform: none !important; }

/* solid icon chips (premium, not gradients) */
.feat-icon { width: 52px !important; height: 52px !important; border-radius: 14px !important; color: #fff !important; }
.feat-icon-blue   { background: var(--brand) !important; box-shadow: 0 8px 18px rgba(45,156,219,.30) !important; }
.feat-icon-purple { background: var(--stk-violet) !important; box-shadow: 0 8px 18px rgba(155,111,208,.28) !important; }
.feat-icon-cyan   { background: var(--stk-ochre) !important; box-shadow: 0 8px 18px rgba(31,184,221,.28) !important; }
.feat-icon-green  { background: var(--stk-mint) !important; box-shadow: 0 8px 18px rgba(43,182,115,.28) !important; }
.feat-icon-red    { background: var(--stk-coral) !important; box-shadow: 0 8px 18px rgba(255,107,107,.28) !important; }
.feat-card h3 { font-size: 17px !important; }
@media (max-width: 820px) { .feat-hero { grid-template-columns: 1fr !important; } }

/* ═══ v5 — review round 2 ═══ */
/* Hero: note OFF phone + readable labels + tighter (less empty blue) */
.sb-hero-grid { align-items: center !important; }
.sb-hero { padding-bottom: clamp(28px, 3.5vw, 44px) !important; }
.sb-hero-note { top: auto !important; bottom: 10% !important; left: 0 !important; right: auto !important; max-width: 150px; }
.sb-hero-arrow { top: auto !important; bottom: 20% !important; left: 13% !important; right: auto !important; }
.sb-fl--1 { top: -2% !important; left: -10% !important; }
.sb-fl--2 { bottom: 2% !important; right: -9% !important; }
.sb-fl-trans { background: #fff !important; color: var(--ink) !important; backdrop-filter: none; box-shadow: var(--shadow-sm); }

/* Gallery: full-bleed, fill width, natural overflow scroll, no half-phones */
.gallery-section .container { max-width: 100% !important; padding: 0 !important; }
.gallery-row { justify-content: flex-start !important; padding: 16px clamp(20px,5vw,60px) 28px !important; }
.gallery-phone { flex: 1 1 220px !important; width: auto !important; min-width: 180px; transform: none !important; }

/* Day timeline: full-bleed, fill/overflow, big stickers */
.day-section .container { max-width: 100% !important; padding: 0 !important; }
.day-timeline { max-width: 100% !important; padding: 0 clamp(20px,5vw,60px) !important; }
.day-track { justify-content: flex-start !important; }
.day-node { flex: 1 1 200px !important; min-width: 196px; }
.dn-flag { font-size: 24px; display: block; margin-bottom: 6px; line-height: 1; }

/* Showcase: stickers 2-3x bigger */
.sticker-board { grid-template-columns: repeat(2, 1fr) !important; max-width: 560px !important; gap: 28px 22px !important; }
.sb-sticker-img { max-width: 250px !important; }

/* Sticker wall → two loose side columns */
.sticker-wall { flex-direction: row !important; justify-content: space-between !important; align-items: flex-start !important; gap: 0 !important; max-width: 100% !important; padding: 0 clamp(10px,3vw,36px); }
.wall-col { display: flex; flex-direction: column; gap: 12px; }
.wall-col.is-right { align-items: flex-end; }
.wall-col .wall-st { width: clamp(58px, 7vw, 80px); height: clamp(58px, 7vw, 80px); }
.wall-col .wall-st:nth-child(odd) { transform: rotate(7deg); }
.wall-col .wall-st:nth-child(even) { transform: rotate(-6deg); }

/* Personas: rotate only on hover */
.explorer-card { transform: none !important; }
.explorer-card:hover { transform: translateY(-6px) rotate(-1.5deg) !important; box-shadow: var(--shadow-peel) !important; }
.explorer-card:nth-child(even):hover { transform: translateY(-6px) rotate(1.5deg) !important; }

/* AI feature video */
.feat-hero-visual { display: flex; align-items: center; justify-content: center; min-height: 260px; border-radius: 18px; overflow: hidden; background: #0e1b2a; }
.feat-hero-visual video { height: 100%; max-height: 380px; width: auto; object-fit: contain; display: block; }

/* ═══ v6 — sticker wall: scattered collage that fills the vertical height ═══ */
.wall-section { min-height: clamp(330px, 38vw, 440px); padding: clamp(34px,5vw,54px) 0; overflow: hidden; position: relative; }
.sticker-wall {
  position: relative; max-width: var(--max-w); margin: 0 auto;
  min-height: clamp(300px, 34vw, 400px); height: 100%;
}
.wall-st {
  position: absolute; width: var(--sz, 72px); height: var(--sz, 72px);
  object-fit: contain; filter: drop-shadow(0 9px 13px rgba(8,40,70,.22));
  transform: rotate(var(--rot, 0deg));
  transition: transform .4s var(--ease-spring);
  will-change: transform;
}
.wall-st:hover { transform: rotate(0deg) scale(1.16); z-index: 5; }
.wall-center {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-2deg);
  text-align: center; max-width: 280px; padding: 0 16px;
}
.wall-center .wc-hand {
  font-family: var(--font-hand); font-weight: 700;
  font-size: clamp(30px, 3.6vw, 44px); color: var(--brand-deep); line-height: 1.05;
}
.wall-center .wc-sub { font-size: 13px; color: var(--ink-2); margin-top: 8px; letter-spacing: .02em; }
@media (max-width: 720px) {
  .sticker-wall { min-height: 300px; }
  .wall-center .wc-hand { font-size: 26px; }
}

/* ═══ v7 — scattered ambient sticker accents (page-wide marginalia, not the hero) ═══ */
.deco {
  position: absolute; width: var(--sz, 70px); height: var(--sz, 70px);
  object-fit: contain; pointer-events: none; z-index: 0;
  transform: rotate(var(--rot, -6deg));
  filter: drop-shadow(0 8px 12px rgba(8,40,70,.20));
  opacity: .96;
}
/* keep stickers clear of text on small screens */
@media (max-width: 980px) { .deco { display: none; } }
@media (prefers-reduced-motion: no-preference) {
  .deco { animation: decoFloat 7s ease-in-out infinite; }
  .deco.d2 { animation-duration: 9s; animation-delay: -2s; }
  .deco.d3 { animation-duration: 8s; animation-delay: -4s; }
  @keyframes decoFloat {
    0%,100% { transform: rotate(var(--rot, -6deg)) translateY(0); }
    50%     { transform: rotate(var(--rot, -6deg)) translateY(-10px); }
  }
}

/* ═══ v8 — hero flow note + feature video in a phone mockup ═══ */
/* handwritten note now lives in the hero text column (clean, always visible) */
.sb-hero-flow {
  margin-top: 22px; font-size: clamp(24px, 2.6vw, 30px);
  color: #fff; transform: rotate(-2deg); transform-origin: left center;
  text-shadow: 0 2px 10px rgba(8,40,70,.30); display: inline-block;
}
@media (max-width: 980px) { .sb-hero-flow { transform: none; } }

/* feature video shown inside a real phone mockup (no black side bars) */
/* (2026-08-15) the older v4 rule ".feat-hero-visual video { max-height:380px;
   width:auto }" predates the phone mockup and left a white band at the
   bottom of the screen — neutralize it inside the mockup at all widths. */
.feat-hero-visual .phone-screen video {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
}
.feat-hero-visual { background: transparent !important; overflow: visible !important; min-height: clamp(320px, 42vw, 420px) !important; }
.feat-hero-visual .feat-phone {
  width: auto; height: clamp(300px, 38vw, 392px); --rot: -2deg;
  transform: rotate(-2deg);
}
.feat-hero-visual .feat-phone:hover { transform: rotate(0deg) translateY(-5px); }
.phone-screen video {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* ═══ v10 — How-it-works: every step card hovers (nth-child base rotations
   were overriding :hover on cards 1 & 2 because arrows shift nth-child indices) ═══ */
.step-card { transition: transform .4s var(--ease-spring), box-shadow .35s ease; }
.step-card:hover {
  transform: rotate(0deg) translateY(-6px) !important;
  box-shadow: var(--shadow-peel) !important;
}

/* ══════════════════════════════════════════════════════════════════
   Mobile cleanup — the floating stickers / full-bleed strips that look
   great on desktop poke off-screen and overlap on phones. Tighten here.
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 760px) {
  html, body { overflow-x: hidden; }
  .section { overflow-x: clip; }

  /* Hero: drop the two floating stickers (they half-clip & overlap on mobile),
     keep the phone + text clean. Stack the CTAs full-width. */
  .sb-fl-sticker { display: none !important; }
  .sb-hero-visual { min-height: 300px !important; margin-top: 4px !important; }
  .phone-device { width: min(220px, 60vw) !important; }
  .sb-hero-h1 { font-size: clamp(2rem, 8.4vw, 2.5rem) !important; }
  .sb-hero-sub { font-size: 1rem !important; }
  .sb-hero-flow { font-size: 22px !important; margin-top: 14px !important; transform: none !important; }
  .sb-hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .sb-hero-actions .btn-sticker { justify-content: center; }
  .sb-hero-trust { justify-content: center; gap: 6px 16px; }

  /* Gallery + day timeline already scroll internally; tidy sizes */
  .gallery-phone { flex: 1 0 250px !important; min-width: 0 !important; }
  .dn-sticker { width: 128px !important; height: 128px !important; padding: 11px !important; }
  .day-node { min-width: 150px !important; }

  /* Feature hero phone not too tall when stacked */
  .feat-phone { height: 300px !important; }
  .feat-hero-text h3 { font-size: 20px !important; }

  /* Showcase board: 2 cols, cap sticker so it fits */
  .sb-sticker-img { max-width: 150px !important; }

  /* Personas sticker thumb */
  .ec-thumb { width: 104px !important; height: 104px !important; }
}

/* ═══ Nav logo: optically center the icon with the wordmark.
   Flex centering sits the icon on the text-box center, which is below the
   cap-height optical center → icon looked low. Nudge it up + tighten line-height. ═══ */
.nav-logo { align-items: center; line-height: 1; }
.nav-logo-text { line-height: 1; display: inline-block; }
.nav-logo-mark { display: flex; align-items: center; }
.nav-logo-mark img { width: 30px; height: 30px; }
/* tiny optical lift so the icon aligns with the wordmark's visual middle */
.nav-logo-mark { transform: translateY(-0.5px); }

/* ═══ Hero: brand wordmark is now the H1 (OAuth app-name match);
   value prop moved to .sb-hero-lead beneath it. ═══ */
.sb-hero-h1 { margin: 18px 0 0; }
.sb-hero-lead {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.14;
  letter-spacing: -0.02em; color: #fff; margin: 8px 0 0;
}
.sb-hero-lead .mark .mk-txt { color: #fff; }
@media (max-width: 760px) {
  .sb-hero-h1 { font-size: clamp(2.4rem, 11vw, 3.4rem) !important; }
  .sb-hero-lead { font-size: clamp(1.35rem, 5.4vw, 1.9rem) !important; }
}

/* ═══ Purpose list — explicit, machine-readable "what the app is for" (OAuth) ═══ */
.purpose-list { max-width: 58ch; margin: 24px auto 0; text-align: left; }
.purpose-lead { color: var(--ink); font-weight: 600; font-size: 16px; margin-bottom: 14px; line-height: 1.6; }
.purpose-list ol { margin: 0; padding-left: 24px; display: flex; flex-direction: column; gap: 11px; }
.purpose-list li { color: var(--ink-2); line-height: 1.6; font-size: 15.5px; }
.purpose-list li strong { color: var(--ink); font-family: var(--font-display); font-weight: 800; }

/* ══════════════════════════════════════════════════════════════════
   LAZY-REVEAL → pop-in entrance for lazy images & videos (v9)
   Hidden until fully loaded, then fade + spring scale
   (small → overshoot → settle). Uses standalone `scale` so element
   rotations (stickers/cards) are preserved, and the spring bezier
   (--ease-spring) provides the natural "too far, then ease back" feel.
   ══════════════════════════════════════════════════════════════════ */
.lazy-reveal { opacity: 0; }
.lazy-shown {
  animation: lazyPop .65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes lazyPop {
  from { opacity: 0; scale: 0.88; }
  to   { opacity: 1; scale: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .lazy-reveal { opacity: 1; }
  .lazy-shown { animation: none; }
}

/* ═══ MOBILE EDGE-GUARD (2026-08-15) ═══
   Marquee tracks & rotated sticker cards can push past the viewport
   edge on narrow screens; clip at the section level (not html) so the
   page never gains a horizontal scrollbar or rubber-bands. */
@media (max-width: 760px) {
  .languages-section,
  .testimonials-section,
  .showcase-section { overflow-x: clip; }
  .marquee-track { will-change: transform; }
}

/* ══════════════════════════════════════════════════════════════════
   v11 — Mobile feedback round (2026-08-15, real-device feedback)
   ① video-frame too tall      → cap height to ~78vh (one screen)
   ② steps 1-2-3 stacked       → horizontal scroll row, arrows keep
   ③ day timeline stacked      → horizontal snap scroll like gallery
   ④ feat-hero phone oversized → match hero phone sizing (220px)
   ⑤ features grid cramped     → 2-col on phones (readable, not tall bars)
      + explorer card layout   → left sticker / right text
   ══════════════════════════════════════════════════════════════════ */

/* ① demo video: never taller than one phone screen */
@media (max-width: 760px) {
  .video-frame {
    max-width: min(300px, 78vw) !important;
    max-height: 78vh !important;
    margin-inline: auto;
  }
  .video-badge {
    font-size: 11px !important;
    padding: 5px 10px !important;
    top: 10px !important; left: 10px !important;
    gap: 5px !important;
  }
  .video-badge .vb-dot { width: 6px !important; height: 6px !important; }
  .video-frame video { border-radius: 20px; }

  /* ② how-it-works (mobile redesign): vertical stack with downward
     arrows. No nested scroll container at all — the horizontal row
     fought the page's vertical scrolling on real devices. */
  .steps-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .steps-row .step-card {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .steps-row .step-arrow {
    align-self: center !important;
    padding: 10px 0 !important;
  }
  .steps-row .step-arrow svg {
    transform: rotate(90deg);   /* arrow points down, matching the flow */
  }

  /* ③ day timeline: restore horizontal snap scroll (base style is already
     a scroll row; the 480px block wrongly forced column — undo that) */
  .day-track {
    flex-direction: row !important;
    align-items: flex-start !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-inline: 20px;
    margin-inline: -20px;
  }
  .day-track::-webkit-scrollbar { display: none; }
  .day-track .day-node {
    flex: 0 0 auto;
    min-width: 150px;
    scroll-snap-align: center;
  }
  .day-track .day-line {
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 2px !important;
    margin: 72px 0 0 !important;
  }

  /* ④ feature hero phone: match the hero phone scale (~220px) */
  .feat-hero-visual { min-height: 0 !important; }
  .feat-phone {
    height: auto !important;
    /* width from the unified .phone-device rule; 9/19 aspect → same as hero phone */
  }

  /* ⑤ features grid: 2-col, icon + title only (details stay on desktop) */
  .features-section .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .features-section .feat-card {
    aspect-ratio: 1 / 1 !important;   /* square tiles */
  }
  .features-section .feat-card-inner {
    padding: 12px !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 10px !important;
  }
  .features-section .feat-card p { display: none !important; }  /* detail text stays on desktop */
  .features-section .feat-card h3 {
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 1.3 !important;
  }
  .features-section .feat-icon { width: 40px !important; height: 40px !important; }
  .features-section .feat-icon svg { width: 20px !important; height: 20px !important; }

  /* ⑤b explorer cards: sticker left, text right (kills the empty right half) */
  .explorer-grid { gap: 14px !important; }
  .explorer-card {
    display: grid !important;
    grid-template-columns: 96px 1fr !important;
    align-items: center;
    gap: 0 14px !important;
  }
  .explorer-card .ec-thumb {
    grid-column: 1;
    width: 96px !important; height: 96px !important;
    margin-bottom: 0 !important;
  }
  .explorer-card .ec-body {
    grid-column: 2;
    padding: 14px 16px 14px 0 !important;
  }
  .explorer-card .ec-body h3 { font-size: 16px !important; margin: 4px 0 6px !important; }
  .explorer-card .ec-body p { font-size: 13px !important; line-height: 1.55 !important; }
  .explorer-card .ec-tag { font-size: 11px !important; }
}

/* small phones: single-column features */
@media (max-width: 350px) {
  .features-section .features-grid { grid-template-columns: 1fr !important; }
}

/* ══════════════════════════════════════════════════════════════════
   v12 — v2media asset refresh (2026-08-24)
   ① gallery: captioned phone cards (wrapper becomes the flex unit)
   ② setup mini-flow (native → target → quality) under How It Works
   ③ showcase board: 8 multilingual stickers, 3 cols, last one centered
   ④ languages: "same snap, many languages" proof trio
   ⑤ sticker wall band (reuses v6 .wall-* geometry, now a blue album page)
   ══════════════════════════════════════════════════════════════════ */

/* ① gallery items + caption pills
   Screenshots are now shipped WITH their device frame (600×1298 RGBA crops,
   transparent edges trimmed to 484×1002), so no CSS phone mockup is drawn —
   the PNG is the phone. Items are fixed-width so the row is a true
   overflow-scroll strip at every container width. */
.gallery-item {
  flex: 0 0 auto;
  width: clamp(196px, 19vw, 244px);
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.gallery-item .shot-device, .setup-step .shot-device { width: 100%; }
/* center the row when the phones fit; fall back to start when it
   overflows and must scroll (plain `center` would clip the left side) */
@supports (justify-content: safe center) {
  .gallery-row { justify-content: safe center !important; }
}
.gp-cap {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--ink);
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 5px 16px;
  box-shadow: var(--shadow-xs);
  white-space: nowrap;
}

/* screenshots carry their own status bar / island — never draw a fake one */
.gp-notch, .phone-notch { display: none !important; }
/* device frames: ratio belongs to the SCREEN (media) box — the border-box
   aspect was letting the 9px padding skew + crop the media inside */
.phone-device { aspect-ratio: auto !important; height: auto !important; }
.phone-device .phone-screen { aspect-ratio: 600 / 1304 !important; }
/* feature phone plays the 480×1042 demo video — match it exactly and
   size by width (the old fixed height + border-box ratio cropped ~6%) */
.feat-hero-visual .feat-phone { width: clamp(188px, 21vw, 226px); height: auto !important; }
.feat-phone .phone-screen { aspect-ratio: 480 / 1042 !important; }
.feat-phone { border-radius: 32px; }
.feat-phone .phone-screen { border-radius: 25px; }

/* ② setup mini-flow — phones big enough that UI text stays crisp */
.setup-strip { margin-top: clamp(44px, 6vw, 68px); }
.setup-lead { text-align: center; margin-bottom: 26px; }
.setup-hand {
  display: inline-block;
  font-size: clamp(24px, 2.6vw, 30px);
  color: var(--brand-deep);
  transform: rotate(-2deg);
}
.setup-sub { font-size: 15px; color: var(--ink-2); margin-top: 8px; }
.setup-row {
  display: flex; align-items: flex-start; justify-content: center;
  gap: clamp(14px, 2.2vw, 28px);
  max-width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px clamp(20px,5vw,60px) 8px;
  margin-inline: calc(clamp(20px,5vw,60px) * -1);
}
.setup-row::-webkit-scrollbar { display: none; }
.setup-step {
  flex: 0 0 auto;
  width: clamp(232px, 26vw, 300px);
  scroll-snap-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.setup-arrow { align-self: center; color: #c9d4e0; padding-bottom: 34px; flex: 0 0 auto; }

/* device-framed screenshot PNGs: the image IS the phone.
   No drop-shadow here — around transparent device PNGs it reads as a
   dirty halo (was reported on the setup strip & gallery). The hero
   keeps a soft one because it sits on the blue canvas like stickers. */
.shot-device {
  display: block;
  width: 100%;
  height: auto;
  transform: rotate(var(--rot, 0deg));
  transition: transform .5s var(--ease-spring);
}
.shot-device:hover { transform: rotate(0deg) translateY(-5px); }
.hero-shot {
  width: min(332px, 74%);
  margin-inline: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 18px 28px rgba(8, 40, 70, .22));
}

/* day timeline connector: align with the sticker row's vertical center
   (time label ≈25px + half the 196px sticker ≈ 98px → line at ~127px) */
.day-section .day-line { margin-top: 127px; }

/* ③ showcase board: 3 columns, 8 stickers, focal last row */
.sticker-board { grid-template-columns: repeat(3, 1fr) !important; max-width: 640px !important; }
.sticker-board .sb-sticker:nth-child(8) { grid-column: 2; }
.sticker-board .sb-sticker-img { max-width: 190px !important; }
/* translation pills: single line, never wrap */
.sticker-board .sb-sticker .sb-trans {
  white-space: nowrap;
  font-size: 12px;
  padding: 3px 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ④ languages proof trio */
.lang-proof { margin-top: 46px; text-align: center; }
.lang-proof-hand {
  display: inline-block; transform: rotate(-2deg);
  font-size: clamp(22px, 2.4vw, 28px); color: var(--stk-coral);
}
.lang-proof-row {
  display: flex; justify-content: center; align-items: flex-end;
  flex-wrap: wrap; gap: clamp(20px, 3.4vw, 52px); margin-top: 20px;
}
.lang-proof-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lang-proof-item img {
  width: clamp(150px, 16vw, 196px); height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(8,40,70,.24));
  transform: rotate(var(--pr-rot, 0deg));
  transition: transform .4s var(--ease-spring);
}
.lang-proof-item:nth-child(1) img { --pr-rot: -5deg; }
.lang-proof-item:nth-child(2) img { --pr-rot: 3deg; }
.lang-proof-item:nth-child(3) img { --pr-rot: -3deg; }
.lang-proof-item img:hover { transform: rotate(0deg) scale(1.06); }
.lp-pill {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--ink); background: var(--paper-card);
  border: 1px solid var(--line);
  padding: 4px 14px; border-radius: 100px;
  box-shadow: var(--shadow-xs);
}
.lang-proof-sub { font-size: 14.5px; color: var(--ink-2); max-width: 58ch; margin: 20px auto 0; line-height: 1.7; }

/* ⑤ sticker wall band — blue album page so white-outlined stickers pop */
.wall-section { background: transparent; }
.wall-section { min-height: 0 !important; padding: 0 !important; }
.sticker-wall {
  margin-inline: clamp(16px, 4vw, 48px);
  border-radius: var(--radius-lg);
  border: 2px dashed rgba(255,255,255,.7);
  background: linear-gradient(160deg, var(--canvas-2), var(--canvas-3));
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.6);
  padding: 0;              /* children are %-positioned */
  overflow: hidden;         /* keep stickers clipped to the band */
  min-height: clamp(440px, 48vw, 560px) !important;
}
.wall-center { max-width: 380px; }
/* v3's clamp(64px,11vw,104px) on .sticker-wall .wall-st out-specified the
   v6 var(--sz) sizing — stickers were stuck at 104px regardless of --sz.
   Restore the per-sticker size system. */
.sticker-wall .wall-st {
  width: var(--sz, 180px) !important;
  height: var(--sz, 180px) !important;
}
.wall-center .wc-hand {
  font-size: clamp(34px, 4.4vw, 58px) !important;
  color: var(--ink) !important;
}
.wall-center .wc-sub {
  font-size: 15px !important;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--ink-2) !important;
}

/* ①②⑤ mobile behavior */
@media (max-width: 760px) {
  /* gallery: fixed-width scroll cards */
  .gallery-item { flex: 0 0 auto !important; width: 216px !important; }
  .hero-shot { width: min(232px, 62vw) !important; }

  /* setup flow: horizontal snap-scroll row (matches gallery pattern) */
  .setup-step { width: 232px; }
  .setup-arrow { display: none; }

  /* day timeline: connector aligns with the 128px mobile sticker center */
  .day-track .day-line { margin: 88px 0 0 !important; }

  /* board: 2 cols on phones, keep the focal slot */
  .sticker-board { grid-template-columns: repeat(2, 1fr) !important; }
  .sticker-board .sb-sticker:nth-child(8) { grid-column: 1 / -1; }
  .sticker-board .sb-sticker-img { max-width: 150px !important; }

  /* languages trio: two bigger puppies side by side */
  .lang-proof-row { gap: 26px; }
  .lang-proof-item img { width: 148px; }

  /* wall: 4 big corner stickers, readable center text */
  .sticker-wall { min-height: 470px !important; margin-inline: 14px; }
  .sticker-wall .wall-st { --sz: 128px !important; }
  .sticker-wall .wall-st:nth-child(2),
  .sticker-wall .wall-st:nth-child(5) { display: none; }
  .wall-center { max-width: 230px; }
  .wall-center .wc-hand { font-size: 28px !important; }
  .wall-center .wc-sub { font-size: 12px !important; }
}
