html.snap-active { scroll-behavior: auto; overflow-x: hidden; }
html.snap-active body { scrollbar-width: none; -ms-overflow-style: none; }
html.snap-active body::-webkit-scrollbar { display: none; }
html.snap-active .zeshot-landing .snap-section { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
html.snap-active .zeshot-landing .hero-banner.snap-section { display: block; }
html.snap-active .zeshot-landing .snap-dots { display: flex; }
@media (max-width: 960px) {
  html.snap-active { scroll-snap-type: none; }
  html.snap-active .zeshot-landing .snap-section:not(.hero-banner) { scroll-snap-align: none; scroll-snap-stop: unset; min-height: auto; }
  html.snap-active .zeshot-landing .hero-banner.snap-section { scroll-snap-align: none; scroll-snap-stop: unset; min-height: 100vh; }
  html.snap-active .zeshot-landing .snap-dots { display: none !important; }
}

body { margin: 0; }

.zeshot-landing {
  --bg: #0a0a0b; --bg-soft: #111113; --bg-elev: #15151800;
  --ink: #e8e8ea; --ink-high: #f5f5f7; --ink-dim: rgba(232,232,234,0.62);
  --ink-faint: rgba(232,232,234,0.36); --ink-whisper: rgba(232,232,234,0.16);
  --rule: rgba(232,232,234,0.09); --rule-strong: rgba(232,232,234,0.2);
  --gold: #e8a55f; --gold-dim: rgba(232,165,95,0.55); --gold-whisper: rgba(232,165,95,0.12);
  --sans: 'Inter','Noto Sans SC',-apple-system,BlinkMacSystemFont,'Helvetica Neue',system-ui,sans-serif;
  --display: 'Unbounded', var(--sans);
  --gutter-l: 120px; --gutter-r: 72px; --gutter-y: 140px;
  background: var(--bg); color: var(--ink); font-family: var(--sans);
  -webkit-font-smoothing: antialiased; font-weight: 400; letter-spacing: -0.005em;
  text-rendering: geometricPrecision; overflow-x: hidden; min-height: 100vh;
}
.zeshot-landing a { color: inherit; text-decoration: none; }
.zeshot-landing button { border: none; cursor: pointer; font-family: inherit; background: none; color: inherit; padding: 0; }
.zeshot-landing img, .zeshot-landing video { display: block; max-width: 100%; }
.zeshot-landing *, .zeshot-landing *::before, .zeshot-landing *::after { box-sizing: border-box; }

.fixed-logo { position: fixed; top: 30px; left: 36px; z-index: 300; display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink-high); transition: opacity .3s; }
.fixed-logo:hover { opacity: .82; }
.fixed-logo-mark { width: 26px; height: 26px; display: block; flex-shrink: 0; }
.fixed-logo-mark .bolt { fill: var(--ink-high); }
.fixed-logo-mark .echo { fill: none; stroke: var(--gold); stroke-width: 1.2; opacity: .55; }
.fixed-logo-text { font-family: var(--display); font-size: 14px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }

.float-actions { position: fixed; top: 28px; right: 36px; z-index: 300; display: flex; align-items: center; gap: 14px; }
.lang-toggle { display: inline-flex; align-items: center; padding: 3px; border: 1px solid var(--rule-strong); border-radius: 999px; background: rgba(18,16,16,.55); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.lang-toggle button { position: relative; padding: 6px 13px; border-radius: 999px; font-size: 12px; font-weight: 500; letter-spacing: -.002em; color: var(--ink-faint); background: transparent; transition: color .25s; }
.lang-toggle button.active { color: var(--bg); background: var(--ink-high); }
.lang-toggle button:not(.active):hover { color: var(--ink); }

.outline-link { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border: 1px solid var(--rule-strong); border-radius: 999px; font-size: 13px; font-weight: 500; letter-spacing: -.005em; color: var(--ink); transition: all .3s; }
.outline-link:hover { border-color: var(--gold); color: var(--gold); }
.outline-link .arrow { font-size: 14px; font-weight: 300; line-height: 1; }
.float-avatar { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg,#3a3a3d,#1e1e20); border: 1px solid var(--rule-strong); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; cursor: pointer; color: var(--ink); }

.sidebar { position: fixed; top: 50%; left: 20px; transform: translateY(-50%); z-index: 300; padding: 10px 6px; display: flex; flex-direction: column; align-items: center; gap: 2px; background: rgba(18,16,16,.55); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--rule); border-radius: 100px; }
.sidebar-nav { display: flex; flex-direction: column; gap: 0; }
.sidebar-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 11px 14px; border-radius: 100px; cursor: pointer; transition: color .3s; color: var(--ink-faint); position: relative; min-width: 54px; }
.sidebar-item:hover { color: var(--ink); }
.sidebar-item.active { color: var(--gold); }
.sidebar-item.active::after { content: ''; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.sidebar-icon { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
.sidebar-icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.sidebar-label { font-size: 10px; font-weight: 500; letter-spacing: .02em; white-space: nowrap; }

.main { margin: 0; min-height: 100vh; }

.hero-banner { position: relative; width: 100%; min-height: 100vh; overflow: hidden; }
.hero-banner video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-banner-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(10,9,7,.35) 0%, rgba(10,9,7,.55) 50%, rgba(10,9,7,.95) 100%), radial-gradient(ellipse 900px 700px at 80% 30%, rgba(232,165,95,.08), transparent 70%); display: flex; flex-direction: column; align-items: center; padding: 140px var(--gutter-r) 60px var(--gutter-r); }

.hero-title { font-size: clamp(32px,4.4vw,64px); font-weight: 600; line-height: 1.12; letter-spacing: -.03em; color: var(--ink-high); max-width: 1000px; margin-bottom: 32px; text-align: center; }
.hero-title em { font-style: normal; color: var(--gold); font-weight: 600; }

.hero-sub { max-width: 580px; margin-bottom: 48px; font-size: 17px; font-weight: 400; line-height: 1.6; color: var(--ink-dim); letter-spacing: -.005em; text-align: center; }

.hero-actions { display: flex; align-items: center; justify-content: center; gap: 32px; margin-bottom: 88px; max-width: 1000px; width: 100%; }
.hero-cta { display: inline-flex; align-items: center; gap: 14px; padding: 20px 40px; font-size: 17px; font-weight: 600; letter-spacing: -.01em; color: var(--bg); background: var(--ink-high); border-radius: 999px; box-shadow: 0 10px 28px -8px rgba(232,165,95,.35), 0 2px 6px rgba(0,0,0,.25); transition: all .3s cubic-bezier(.2,.7,.2,1); position: relative; }
.hero-cta::before { content: ''; position: absolute; inset: -4px; border-radius: 999px; background: radial-gradient(ellipse at center, rgba(232,165,95,.22), transparent 70%); opacity: 0; transition: opacity .3s; z-index: -1; }
.hero-cta:hover { background: var(--gold); transform: translateY(-2px); box-shadow: 0 16px 40px -8px rgba(232,165,95,.55), 0 4px 10px rgba(0,0,0,.3); }
.hero-cta:hover::before { opacity: 1; }
.hero-cta .arrow { font-size: 20px; line-height: 1; font-weight: 300; transition: transform .3s; }
.hero-cta:hover .arrow { transform: translateX(4px); }

.hero-metrics { display: flex; align-items: baseline; gap: 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 24px 0; max-width: 660px; width: 100%; margin-bottom: 40px; }
.hero-metric { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 0 12px; text-align: center; }
.hero-metric + .hero-metric { border-left: 1px solid var(--rule); }
.hero-metric-val { font-size: 36px; font-weight: 600; line-height: 1; letter-spacing: -.035em; color: var(--ink-high); }
.hero-metric-val em { font-style: normal; color: var(--gold); font-weight: 600; }
.hero-metric-label { font-size: 13px; font-weight: 400; color: var(--ink-faint); letter-spacing: -.005em; }

.model-marquee { display: flex; flex-direction: column; gap: 14px; max-width: 820px; margin-bottom: 48px; }
.model-marquee-track { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.model-marquee-inner { display: flex; gap: 40px; align-items: center; width: max-content; animation: modelScroll 32s linear infinite; }
@keyframes modelScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.model-marquee-track:hover .model-marquee-inner { animation-play-state: paused; }
.model-logo-item { display: flex; align-items: center; gap: 10px; white-space: nowrap; flex-shrink: 0; opacity: .4; transition: opacity .3s; }
.model-logo-item:hover { opacity: .85; }
.model-logo-item .ml-icon-img { width: 22px; height: 22px; border-radius: 5px; flex-shrink: 0; object-fit: contain; filter: grayscale(.3); }
.model-logo-item .ml-name { font-size: 13px; font-weight: 500; letter-spacing: -.01em; color: var(--ink); }

.has-bg { position: relative; isolation: isolate; overflow: hidden; }
.has-bg::before { content: ''; position: absolute; inset: 0; z-index: -2; background-image: var(--bg-img); background-size: cover; background-position: center; filter: grayscale(.1) contrast(1.02); transform: scale(1.02); }
.has-bg::after { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(180deg, rgba(10,9,7,.88) 0%, rgba(10,9,7,.9) 50%, rgba(10,9,7,.92) 100%), radial-gradient(ellipse 900px 700px at 80% 30%, rgba(232,165,95,.06), transparent 70%); }

.snap-dots { position: fixed; right: 24px; top: 50%; transform: translateY(-50%); z-index: 290; display: none; flex-direction: column; gap: 14px; padding: 14px 10px; }
.snap-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rule-strong); cursor: pointer; transition: all .35s cubic-bezier(.2,.7,.2,1); position: relative; }
.snap-dot:hover { background: var(--ink-dim); transform: scale(1.3); }
.snap-dot.active { background: var(--gold); transform: scale(1.4); box-shadow: 0 0 0 4px rgba(232,165,95,.1); }
.snap-dot .snap-dot-label { position: absolute; right: calc(100% + 14px); top: 50%; transform: translateY(-50%) translateX(4px); font-size: 11px; font-weight: 500; color: var(--ink); white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; padding: 4px 10px; border-radius: 999px; background: rgba(18,16,16,.8); backdrop-filter: blur(10px); border: 1px solid var(--rule); }
.snap-dot:hover .snap-dot-label { opacity: 1; transform: translateY(-50%) translateX(0); }

.scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--ink-faint); font-size: 11px; font-weight: 500; letter-spacing: .08em; pointer-events: none; opacity: .7; }
.scroll-hint .line { width: 1px; height: 32px; background: linear-gradient(180deg, transparent, var(--ink-faint)); animation: scrollHintPulse 1.8s ease-in-out infinite; }
@keyframes scrollHintPulse { 0%,100% { transform: scaleY(.6); opacity: .4; transform-origin: top; } 50% { transform: scaleY(1); opacity: 1; transform-origin: top; } }

.sec { padding: var(--gutter-y) var(--gutter-r) var(--gutter-y) var(--gutter-l); }
.sec-head { display: block; margin-bottom: 56px; text-align: center; }
.sec-title { font-size: clamp(30px,3.8vw,48px); font-weight: 600; line-height: 1.15; letter-spacing: -.035em; color: var(--ink-high); }
.sec-title em { font-style: normal; color: var(--gold); font-weight: 600; }

.feat-row { display: flex; justify-content: center; gap: 32px; padding: 24px 0 40px; }
.feat-card { flex: 1; max-width: 240px; text-align: center; padding: 8px 0; display: flex; flex-direction: column; align-items: center; gap: 14px; transition: transform .3s; }
.feat-card:hover { transform: translateY(-4px); }
.feat-icon { width: 84px; height: 84px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform .3s; }
.feat-card:hover .feat-icon { transform: scale(1.08); }
.feat-icon svg { width: 38px; height: 38px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feat-icon.c1 { background: rgba(56,189,248,.12); color: #38bdf8; }
.feat-icon.c2 { background: rgba(251,146,60,.12); color: #fb923c; }
.feat-icon.c3 { background: rgba(52,211,153,.12); color: #34d399; }
.feat-icon.c4 { background: rgba(167,139,250,.12); color: #a78bfa; }
.feat-icon.c5 { background: rgba(244,114,182,.12); color: #f472b6; }
.feat-title { font-size: 18px; font-weight: 600; line-height: 1.3; letter-spacing: -.015em; color: var(--ink-high); margin-top: 6px; }
.feat-title em { font-style: normal; color: var(--gold); font-weight: 600; }
.feat-desc { font-size: 13px; line-height: 1.65; color: var(--ink-dim); font-weight: 400; letter-spacing: -.005em; max-width: 220px; margin: 0 auto; }

.video-grid { display: flex; flex-direction: column; gap: 6px; }
.video-row { display: flex; gap: 6px; }
.video-row.h-row .video-card { flex: 1; min-width: 0; }
.video-row.h-row .video-card-cover { aspect-ratio: 16 / 9; }
.video-row.v-row .video-card { flex: 1 1 0; min-width: 0; }
.video-row.v-row .video-card-cover { aspect-ratio: 9 / 16; max-height: 400px; }

.video-card { border-radius: 1px; overflow: hidden; background: #0d0b09; transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s; cursor: pointer; position: relative; display: flex; flex-direction: column; }
.video-card:hover { transform: translateY(-4px); box-shadow: 0 24px 64px rgba(0,0,0,.55), 0 0 0 1px var(--gold-whisper); z-index: 5; }
.video-card-cover { position: relative; overflow: hidden; background: #0d0b09; width: 100%; flex: 1; }
.card-poster { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 1; transition: opacity .5s, filter .5s; filter: grayscale(.15) contrast(1.04); }
.video-card.is-playing .card-poster { opacity: 0; }
.video-card-cover video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 0; }
.video-card-cover .genre-tag { position: absolute; top: 12px; left: 12px; z-index: 3; padding: 4px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; backdrop-filter: blur(10px); background: rgba(0,0,0,.3); font-size: 11px; font-weight: 500; letter-spacing: 0; color: var(--ink-high); }
.video-card-cover .views-tag { position: absolute; top: 12px; right: 12px; z-index: 3; font-size: 11px; font-weight: 500; color: rgba(255,255,255,.82); letter-spacing: 0; display: flex; align-items: center; gap: 4px; text-shadow: 0 1px 2px rgba(0,0,0,.6); }
.video-card-cover .cover-overlay { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.82) 100%); transition: opacity .3s; }
.video-card-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 4; padding: 18px 16px 16px; transform: translateY(100%); transition: transform .4s cubic-bezier(.2,.7,.2,1); background: linear-gradient(180deg, transparent, rgba(10,9,7,.94) 28%); pointer-events: none; }
.video-card:hover .video-card-info { transform: translateY(0); }
.video-card-title { font-size: 16px; font-weight: 500; line-height: 1.3; letter-spacing: -.01em; color: var(--ink-high); margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.video-card-models { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 10px; }
.model-tag { padding: 2px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 11px; font-weight: 400; letter-spacing: 0; color: rgba(255,255,255,.72); }
.clone-btn { margin-top: 8px; width: 100%; padding: 10px 0; font-size: 13px; font-weight: 500; letter-spacing: 0; background: var(--gold); color: var(--bg); border-radius: 999px; transition: background .2s; display: flex; align-items: center; justify-content: center; gap: 8px; pointer-events: auto; }
.clone-btn:hover { background: var(--ink-high); }
.video-card-meta { font-size: 12px; color: rgba(255,255,255,.55); font-weight: 400; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; letter-spacing: 0; }
.video-card-langs { display: flex; gap: 4px; margin-top: 8px; flex-wrap: wrap; }
.lang-dot { padding: 2px 7px; font-size: 11px; font-weight: 400; letter-spacing: 0; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.14); border-radius: 4px; }
.video-card-bottom { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; padding: 14px 16px; background: linear-gradient(transparent, rgba(10,9,7,.88)); transition: opacity .3s; }
.video-card:hover .video-card-bottom { opacity: 0; }
.video-card-bottom-title { font-size: 14px; font-weight: 500; letter-spacing: -.005em; color: var(--ink-high); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.video-card-bottom-sub { font-size: 12px; color: rgba(255,255,255,.5); font-weight: 400; margin-top: 3px; letter-spacing: 0; }

.study-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.study-card { display: grid; grid-template-columns: minmax(180px,240px) 1fr; gap: 36px; padding: 44px 32px; transition: background .4s; }
.study-card:hover { background: rgba(232,165,95,.025); }
.study-cover { position: relative; aspect-ratio: 9 / 16; max-height: 380px; overflow: hidden; background: #0d0b09; }
.study-cover img, .study-cover video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; filter: grayscale(.2) contrast(1.04); transition: opacity .5s; }
.study-cover video { z-index: 0; }
.study-cover img { z-index: 1; }
.study-card.is-playing .study-cover img { opacity: 0; }
.study-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 4px 10px; border: 1px solid var(--gold-dim); color: var(--gold); border-radius: 999px; font-size: 11px; font-weight: 500; letter-spacing: 0; background: rgba(10,9,7,.5); backdrop-filter: blur(8px); }
.study-info { display: flex; flex-direction: column; gap: 18px; }
.study-index { font-size: 13px; font-weight: 500; line-height: 1; letter-spacing: .04em; color: var(--ink-faint); }
.study-title { font-size: 28px; font-weight: 600; line-height: 1.2; letter-spacing: -.02em; color: var(--ink-high); }
.study-title em { font-style: normal; color: var(--gold); font-weight: 600; }
.study-desc { font-size: 14px; line-height: 1.7; color: var(--ink-dim); font-weight: 400; max-width: 460px; }
.study-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; padding-top: 20px; margin-top: auto; }
.study-stat { display: flex; flex-direction: column; gap: 4px; }
.study-stat-val { font-size: 22px; font-weight: 500; line-height: 1; letter-spacing: -.01em; color: var(--ink-high); }
.study-stat-val em { font-style: normal; color: var(--gold); font-weight: 500; }
.study-stat-label { font-size: 11px; font-weight: 500; letter-spacing: 0; color: var(--ink-faint); }
.study-langs { display: flex; gap: 6px; flex-wrap: wrap; }
.study-lang { padding: 3px 9px; border: 1px solid var(--rule-strong); border-radius: 4px; font-size: 11px; font-weight: 400; letter-spacing: 0; color: var(--ink-dim); }

.pipe { display: grid; grid-template-columns: repeat(5,1fr); position: relative; }
.pipe-step { padding: 48px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; border-right: 1px solid var(--rule); position: relative; }
.pipe-step:last-child { border-right: none; }
.pipe-icon { width: 84px; height: 84px; border-radius: 50%; background: var(--bg); border: 1px solid var(--rule-strong); display: flex; align-items: center; justify-content: center; color: var(--ink-faint); margin-bottom: 18px; transition: all .3s; position: relative; z-index: 1; }
.pipe-step:hover .pipe-icon { color: var(--gold); border-color: var(--gold-dim); }
.pipe-icon svg { width: 36px; height: 36px; stroke: currentColor; fill: none; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.pipe-title { font-size: 17px; font-weight: 600; letter-spacing: -.01em; color: var(--ink-high); margin-bottom: 8px; }
.pipe-desc { font-size: 13px; font-weight: 400; letter-spacing: 0; line-height: 1.6; color: var(--ink-dim); max-width: 180px; }

.final-cta { margin: 16px var(--gutter-r) 24px var(--gutter-l); padding: 24px 40px; text-align: center; position: relative; }
.final-cta h2 { font-weight: 600; font-size: clamp(26px,3.4vw,44px); line-height: 1.15; letter-spacing: -.03em; color: var(--ink-high); max-width: 900px; margin: 0 auto 14px; }
.final-cta h2 em { font-style: normal; color: var(--gold); font-weight: 600; }
.final-cta p { font-size: 15px; font-weight: 400; line-height: 1.6; color: var(--ink-dim); max-width: 540px; margin: 0 auto 24px; }

@media (max-width: 1280px) {
  .zeshot-landing { --gutter-l: 100px; --gutter-r: 52px; --gutter-y: 110px; }
  .feat-row { flex-wrap: wrap; gap: 40px 32px; }
  .feat-card { flex: 1 1 28%; max-width: 260px; }
}
@media (max-width: 960px) {
  .zeshot-landing { --gutter-l: 72px; --gutter-r: 32px; --gutter-y: 80px; }
  .hero-banner-overlay { padding: 100px 32px 48px 72px; }
  .sec-head { grid-template-columns: 1fr; gap: 24px; }
  .feat-row { gap: 36px 24px; }
  .feat-card { flex: 1 1 42%; max-width: 260px; }
  .study-grid { grid-template-columns: 1fr; }
  .study-card { grid-template-columns: 1fr; border-right: none !important; }
  .pipe { grid-template-columns: repeat(2,1fr); }
  .pipe-step { border-bottom: 1px solid var(--rule); }
  .hero-metrics { flex-wrap: wrap; gap: 24px 0; }
  .hero-metric { flex: 1 1 45%; border-left: none !important; padding-left: 0 !important; }
  .video-row { flex-wrap: wrap; }
  .video-row.h-row .video-card { flex: 1 1 45%; min-width: 180px; }
  .video-row.v-row .video-card { flex: 1 1 30%; min-width: 120px; }
  .float-actions .outline-link { display: none; }
}
@media (max-width: 720px) {
  .sidebar { top: auto; bottom: 16px; left: 16px; right: 16px; transform: none; flex-direction: row; border-radius: 100px; padding: 6px 8px; }
  .sidebar-nav { flex-direction: row; flex: 1; justify-content: space-around; }
  .sidebar-item { padding: 10px 12px; min-width: auto; }
  .sidebar-label { display: none; }
  .hero-title { font-size: 34px; }
  .hero-cta { padding: 16px 32px; font-size: 15px; }
  .feat-row { gap: 32px; }
  .feat-card { flex: 1 1 100%; max-width: 320px; }
}