.feat-anchors{background:var(--color-white);padding:80px 24px}.feat-anchors-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feat-anchor-card{background:var(--color-white);border:1px solid var(--color-stone-200);border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.feat-anchor-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #1c191714}.anchor-visual{padding:32px 28px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px}.anchor-visual--speed{background:linear-gradient(180deg,var(--color-gold-soft) 0%,var(--color-white) 100%)}.anchor-visual--control{background:linear-gradient(180deg,#f0f5ff 0%,var(--color-white) 100%)}.anchor-visual--simple{background:linear-gradient(180deg,var(--color-stone-950) 0%,var(--color-stone-825) 100%);min-height:180px}.speed-bars{width:100%;max-width:280px;display:flex;flex-direction:column;gap:14px}.speed-row{display:flex;align-items:center;gap:10px}.speed-label{font-family:DM Mono,monospace;font-size:.7rem;color:var(--text-secondary);width:80px;text-align:right;flex-shrink:0}.speed-track{flex:1;height:28px;background:var(--color-stone-100);border-radius:6px;overflow:hidden;position:relative}.speed-fill{height:100%;border-radius:6px;display:flex;align-items:center;justify-content:flex-end;padding-right:10px;width:0;transition:width .15s ease}.speed-fill--yt{background:linear-gradient(90deg,var(--color-error-pale),var(--color-error-light))}.speed-fill--sv{background:linear-gradient(90deg,var(--color-gold-pale),var(--color-gold-light))}.speed-fill.animated.speed-fill--yt{width:90%;transition:width 1s ease-out}.speed-fill.animated.speed-fill--sv{width:42%;transition:width .6s ease-out}.speed-fill span{font-family:DM Mono,monospace;font-size:.65rem;font-weight:500;color:var(--text-primary);white-space:nowrap;opacity:0;transition:opacity .3s ease .3s}.speed-fill.animated span{opacity:1}.speed-fill--yt span{color:var(--color-white)}.mini-player{width:180px;aspect-ratio:16/9;background:var(--color-stone-950);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;margin-bottom:16px}.mini-player-screen{flex:1;display:flex;align-items:center;justify-content:center}.mini-player-bar{height:4px;background:linear-gradient(90deg,var(--color-gold-light) 35%,var(--color-stone-700) 35%);border-radius:0 0 8px 8px}.color-swatches{display:flex;gap:8px;justify-content:center}.swatch{width:20px;height:20px;border-radius:50%;border:2px solid var(--color-white);box-shadow:0 1px 4px #0000001a;transition:transform .2s ease}.swatch:hover{transform:scale(1.2)}.code-snippet{width:100%;max-width:280px;background:var(--color-stone-950);border-radius:10px;overflow:hidden;border:1px solid var(--color-stone-800)}.code-header{display:flex;align-items:center;gap:5px;padding:8px 12px;background:var(--color-stone-850);border-bottom:1px solid var(--color-stone-800)}.code-dot{width:8px;height:8px;border-radius:50%}.code-copy{margin-left:auto;color:var(--text-muted);cursor:pointer;display:flex;transition:color .2s ease}.code-copy:hover{color:var(--color-gold-light)}.code-snippet pre{padding:14px 14px 16px;margin:0;overflow-x:auto}.code-snippet code{font-family:DM Mono,monospace;font-size:.68rem;color:var(--color-stone-150);line-height:1.6;white-space:pre-wrap;word-break:break-all}.feat-anchor-card h2{font-size:1.15rem;font-weight:700;color:var(--text-primary);line-height:1.3;margin:20px 28px 12px}.feat-anchor-card p{font-size:.88rem;color:var(--text-secondary);line-height:1.65;margin:0 28px 28px}.feat-anchor-card p strong{color:var(--text-primary);font-weight:600}@media(max-width:860px){.feat-anchors-inner{grid-template-columns:1fr;max-width:500px}}.feat-grid-section{background:var(--color-stone-100);padding:80px 24px}.feat-grid-inner{max-width:960px;margin:0 auto}.feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.feat-item{display:flex;align-items:flex-start;gap:18px;padding:24px;background:var(--color-white);border:1px solid var(--color-stone-200);border-radius:14px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;opacity:0;transform:translateY(6px)}.feat-item.visible{animation:fade-in-up-xs .2s ease forwards}.feat-item:nth-child(1).visible{animation-delay:0s}.feat-item:nth-child(2).visible{animation-delay:.05s}.feat-item:nth-child(3).visible{animation-delay:.1s}.feat-item:nth-child(4).visible{animation-delay:.15s}.feat-item:nth-child(5).visible{animation-delay:.2s}.feat-item:nth-child(6).visible{animation-delay:.25s}.feat-item:nth-child(7).visible{animation-delay:.3s}.feat-item:nth-child(8).visible{animation-delay:.35s}.feat-item:nth-child(9).visible{animation-delay:.4s}.feat-item:nth-child(10).visible{animation-delay:.45s}.feat-item:nth-child(11).visible{animation-delay:.5s}a.feat-item:hover{transform:translateY(-2px);box-shadow:0 6px 24px #1c19170f;border-color:var(--color-gold)}.feat-item--no-link{cursor:default;opacity:0;transform:translateY(6px)}.feat-icon{width:52px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,var(--color-gold-soft),var(--color-gold-pale));color:var(--color-gold-text)}.feat-icon svg{width:24px;height:24px}.feat-text h3{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:6px;line-height:1.3}.feat-text p{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin:0}.feat-link{display:inline-block;font-size:.8rem;font-weight:500;color:var(--color-gold-text);margin-top:8px;transition:color .2s ease}a.feat-item:hover .feat-link{color:var(--color-gold-mid)}@media(max-width:700px){.feat-grid{grid-template-columns:1fr}}.feat-platforms{background:var(--color-white);padding:48px 24px;border-top:1px solid var(--color-stone-200)}.feat-platforms-inner{max-width:800px;margin:0 auto;text-align:center}.feat-platforms-label{display:block;font-family:DM Mono,monospace;font-size:.72rem;font-weight:500;color:var(--color-gold-text);letter-spacing:.1em;margin-bottom:28px;text-transform:uppercase}.feat-platforms-row{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.feat-platform{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-muted);transition:color .3s ease;cursor:default}.feat-platform img,.feat-platform svg{transition:opacity .3s ease,filter .3s ease;opacity:.5}.feat-platform .brand-logo{display:block;color:var(--color-stone-500)}.feat-platform .brand-logo svg{display:block;width:36px;height:36px}.feat-platform:hover img,.feat-platform:hover svg{opacity:1}.feat-platform:hover{color:var(--text-primary)}.feat-platform span{font-size:.78rem;font-weight:500}.feat-testimonials{background:var(--color-white);border-top:1px solid var(--color-stone-200);padding:80px 24px}.feat-testimonials-header{text-align:center;margin-bottom:40px}.feat-testimonials-badge{display:inline-flex;align-items:center;gap:6px;background:#c9a00014;color:var(--color-gold-text);border-radius:50px;padding:6px 16px;margin-bottom:16px;font-size:.8rem;font-weight:500}.feat-testimonials-header h2{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.feat-testimonials-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feat-testimonials .tcard{width:auto;flex-shrink:0;background:var(--color-stone-50);border:1px solid var(--color-stone-200);border-radius:16px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;transition:border-color .3s ease,box-shadow .3s ease;box-shadow:0 1px 4px #1c191708,0 4px 16px #1c19170a}.feat-testimonials .tcard:hover{border-color:var(--color-stone-300);box-shadow:0 2px 8px #1c19170d,0 8px 24px #1c19170f}.feat-testimonials .tcard-quote{display:flex;gap:12px;align-items:flex-start}.feat-testimonials .tcard-mark{color:var(--color-gold-text);flex-shrink:0;margin-top:2px;opacity:.5}.feat-testimonials .tcard blockquote{font-size:.9rem;color:var(--text-secondary);line-height:1.65;margin:0;padding:0}.feat-testimonials .tcard-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--color-stone-200)}.feat-testimonials .tcard-author img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--color-stone-200)}.feat-testimonials .tcard-meta{display:flex;flex-direction:column;gap:1px}.feat-testimonials .tcard-meta cite{font-style:normal;font-size:.82rem;font-weight:600;color:var(--text-primary)}.feat-testimonials .tcard-meta span{font-size:.72rem;color:var(--text-secondary)}[data-theme=dark] .feat-testimonials{background:var(--color-stone-850);border-top-color:var(--color-stone-800)}[data-theme=dark] .feat-testimonials-badge{background:#fee2651a;color:var(--color-gold-light)}[data-theme=dark] .feat-testimonials .tcard{background:var(--color-stone-900);border-color:var(--color-stone-750);box-shadow:none}[data-theme=dark] .feat-testimonials .tcard:hover{border-color:var(--color-stone-700);box-shadow:none}[data-theme=dark] .feat-testimonials .tcard-mark{opacity:.6}[data-theme=dark] .feat-testimonials .tcard-author{border-top-color:var(--color-stone-750)}[data-theme=dark] .feat-testimonials .tcard-author img{border-color:var(--color-stone-750)}@media(max-width:860px){.feat-testimonials-inner{grid-template-columns:1fr;max-width:440px}}.feat-cta{position:relative;overflow:hidden;background:var(--color-stone-50);padding:80px 24px;text-align:center}.feat-cta-gradient{position:absolute;inset:0;pointer-events:none;overflow:hidden}.feat-cta .blob{position:absolute;border-radius:50%;filter:blur(80px);will-change:transform}.feat-cta .blob-1{width:500px;height:500px;top:-30%;right:-5%;background:radial-gradient(circle,rgba(254,226,101,.45),rgba(255,200,50,.15) 50%,transparent 70%);animation:drift-2-lg 18s ease-in-out infinite alternate}.feat-cta .blob-2{width:450px;height:450px;bottom:-20%;left:-5%;background:radial-gradient(circle,rgba(254,200,60,.4),rgba(255,230,120,.12) 50%,transparent 70%);animation:drift-3-lg 16s ease-in-out infinite alternate}.feat-cta-inner{position:relative;z-index:1;max-width:560px;margin:0 auto}.feat-cta h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-primary);margin-bottom:12px;letter-spacing:-.01em}.feat-cta p{font-size:1rem;color:var(--text-secondary);margin-bottom:32px;line-height:1.6}.feat-cta p strong{color:var(--text-primary);font-weight:600}.feat-cta-note{display:block;margin-top:14px;font-size:.82rem;color:var(--text-muted)}[data-theme=dark] .feat-anchors{background:var(--color-stone-850)}[data-theme=dark] .feat-anchor-card{background:var(--color-stone-900);border-color:var(--color-stone-800)}[data-theme=dark] .feat-anchor-card:hover{border-color:var(--color-stone-700);box-shadow:0 8px 30px #0003}[data-theme=dark] .anchor-visual--speed{background:linear-gradient(180deg,rgba(234,179,8,.06) 0%,transparent 100%)}[data-theme=dark] .anchor-visual--control{background:linear-gradient(180deg,rgba(59,130,246,.06) 0%,transparent 100%)}[data-theme=dark] .anchor-visual--simple{background:linear-gradient(180deg,var(--color-stone-850) 0%,var(--color-stone-900) 100%)}[data-theme=dark] .speed-track{background:var(--color-stone-800)}[data-theme=dark] .mini-player{background:var(--color-bg-dark)}[data-theme=dark] .swatch{border-color:var(--color-stone-800)}[data-theme=dark] .code-snippet{background:var(--color-bg-dark);border-color:var(--color-stone-800)}[data-theme=dark] .code-header{background:var(--color-stone-990);border-color:var(--color-stone-800)}[data-theme=dark] .feat-grid-section{background:var(--color-stone-850)}[data-theme=dark] .feat-item{background:var(--color-stone-900);border-color:var(--color-stone-800)}[data-theme=dark] a.feat-item:hover{border-color:var(--color-gold);box-shadow:0 6px 24px #0003}[data-theme=dark] .feat-icon{background:linear-gradient(135deg,#fee26514,#fee2650a)}[data-theme=dark] .feat-link{color:var(--color-gold-light)}[data-theme=dark] a.feat-item:hover .feat-link{color:var(--color-gold-glow)}[data-theme=dark] .feat-platforms{background:var(--color-stone-850);border-top-color:var(--color-stone-800)}[data-theme=dark] .feat-platform img{filter:invert(1)}[data-theme=dark] .feat-platform .brand-logo{color:var(--color-stone-450)}[data-theme=dark] .feat-platform svg{stroke:var(--color-stone-450)}[data-theme=dark] .feat-platform:hover svg{stroke:var(--color-stone-150)}[data-theme=dark] .feat-testimonials{background:var(--color-bg-dark)}[data-theme=dark] .feat-cta{background:var(--color-stone-950)}[data-theme=dark] .feat-cta .blob-1{background:radial-gradient(circle,rgba(254,226,101,.15),rgba(255,200,50,.05) 50%,transparent 70%)}[data-theme=dark] .feat-cta .blob-2{background:radial-gradient(circle,rgba(254,200,60,.12),rgba(255,230,120,.04) 50%,transparent 70%)}@media(prefers-reduced-motion:reduce){.speed-fill.speed-fill{transition-duration:.01s}.feat-item.feat-item{opacity:1;transform:none;animation:none}}
