.ud-root{--ud-bg: var(--ducky-color-bg);--ud-surface-900: var(--ducky-color-surface);--ud-surface-800: var(--ducky-color-surfaceAlt, var(--ducky-color-surface));--ud-surface-700: var(--ducky-color-border);--ud-surface-600: var(--ducky-color-borderMuted, var(--ducky-color-border));--ud-text-400: var(--ducky-color-textMuted);--ud-text-200: var(--ducky-color-text);--ud-main: var(--ducky-color-accent);--ud-hover: var(--ducky-color-accentHover, var(--ducky-color-primary));--ud-light: var(--ducky-color-accentSoft, var(--ducky-color-accent));--ud-glow: color-mix(in srgb, var(--ducky-color-accent) 40%, transparent);color:var(--ud-text-200);font-family:var(--ducky-font-body, Inter, system-ui, -apple-system, "Segoe UI", sans-serif)}.ud-features{position:relative;z-index:10;overflow-x:clip;box-sizing:border-box;width:100%;padding:clamp(4vh,6vw,6vh) 1rem clamp(8vh,14vw,12vh);border-top:1px solid var(--ud-surface-800);background:var(--ducky-color-bg, var(--ud-bg))}.ud-features__ambient{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 10% 22%,color-mix(in srgb,var(--ud-main) 12%,transparent),transparent 42%),radial-gradient(circle at 88% 78%,color-mix(in srgb,var(--ud-hover) 10%,transparent),transparent 40%)}.ud-features__inner{position:relative;z-index:1;max-width:min(75rem,100%);margin-inline:auto;box-sizing:border-box}.ud-features__header{text-align:center;max-width:42rem;margin-inline:auto;margin-bottom:clamp(2rem,6vw,3.5rem)}.ud-features__eyebrow{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 0 .5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ud-main)}.ud-features__eyebrow:before,.ud-features__eyebrow:after{content:"";flex:0 0 auto;width:24px;height:1px;background:linear-gradient(90deg,transparent,var(--ud-main),transparent)}.ud-features__title{margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--ducky-color-textStrong, #fff)}.ud-features__lead{margin:0;font-size:clamp(1.05rem,.35vw + 1rem,1.2rem);font-weight:500;line-height:1.6;color:var(--ud-text-400)}.ud-features__timeline{position:relative;width:100%}.ud-features__track{position:absolute;top:var(--ud-features-track-inset-top, 0);bottom:var(--ud-features-track-inset-bottom, 0);left:50%;width:2px;transform:translate(-50%);z-index:0;background:color-mix(in srgb,var(--ducky-color-textStrong, #fff) 8%,transparent)}.ud-features__track-progress{position:absolute;top:0;left:0;width:100%;height:0;pointer-events:none;background:linear-gradient(to bottom,var(--ud-main),var(--ud-hover));box-shadow:0 0 20px color-mix(in srgb,var(--ud-main) 55%,transparent)}.ud-features__timeline-list{position:relative;z-index:1;list-style:none;margin:0;padding:0}.ud-features__timeline-item{display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;margin-bottom:clamp(8vh,14vw,15vh);position:relative}.ud-features__timeline-item:last-child{margin-bottom:0}.ud-features__marker-wrap{grid-column:2;grid-row:1;display:flex;justify-content:center;align-items:center;position:relative}.ud-features__marker-node{width:48px;height:48px;border-radius:100px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--ud-surface-800);border:2px solid color-mix(in srgb,var(--ducky-color-textStrong, #fff) 14%,transparent);color:var(--ud-text-400);transition:transform .55s cubic-bezier(.2,.8,.2,1),border-color .55s cubic-bezier(.2,.8,.2,1),color .55s cubic-bezier(.2,.8,.2,1),box-shadow .55s cubic-bezier(.2,.8,.2,1),background .55s cubic-bezier(.2,.8,.2,1);position:relative;z-index:2}.ud-features__marker-node .ud-icon{width:20px;height:20px;display:block}.ud-features__timeline-content{perspective:1200px;transform-style:preserve-3d}.ud-features__card{position:relative;overflow:hidden;border-radius:24px;padding:2.5rem;border:1px solid var(--ud-surface-700);background:color-mix(in srgb,var(--ud-surface-900) 92%,var(--ud-main) 8%);box-shadow:0 1px 3px color-mix(in srgb,#000 25%,transparent);transition:transform .65s cubic-bezier(.2,.8,.2,1),opacity .65s cubic-bezier(.2,.8,.2,1),filter .65s cubic-bezier(.2,.8,.2,1),border-color .65s cubic-bezier(.2,.8,.2,1),box-shadow .65s cubic-bezier(.2,.8,.2,1)}.ud-features__card:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at top left,color-mix(in srgb,var(--ducky-color-textStrong, #fff) 5%,transparent),transparent 58%)}.ud-features__card-title{position:relative;z-index:1;margin:0 0 1rem;font-size:1.5rem;font-weight:600;letter-spacing:-.01em;line-height:1.22;color:var(--ducky-color-textStrong, #fff)}.ud-features__card-body{position:relative;z-index:1;margin:0;font-size:1.0625rem;font-weight:500;line-height:1.6;color:var(--ud-text-200)}.ud-features__card-body code{font-family:var(--ducky-font-mono, ui-monospace, monospace);font-size:.95em;color:var(--ud-main)}.ud-features__timeline-item:nth-child(odd) .ud-features__timeline-content{grid-column:1;grid-row:1;padding-right:clamp(1.75rem,4vw,3rem);display:flex;justify-content:flex-end}.ud-features__timeline-item:where(:nth-child(odd)) .ud-features__card{max-width:30rem;transform-origin:right center;transform:rotateY(-20deg) translate(-40px);opacity:.1;filter:blur(12px)}.ud-features__timeline-item:nth-child(2n) .ud-features__timeline-content{grid-column:3;grid-row:1;padding-left:clamp(1.75rem,4vw,3rem);display:flex;justify-content:flex-start}.ud-features__timeline-item:where(:nth-child(2n)) .ud-features__card{max-width:30rem;transform-origin:left center;transform:rotateY(20deg) translate(40px);opacity:.1;filter:blur(12px)}.ud-features__timeline-item.ud-features__timeline-item--revealed .ud-features__card{transform:rotateY(0) translate(0);opacity:1;filter:blur(0)}.ud-features__timeline-item.ud-features__timeline-item--active .ud-features__card{border-color:color-mix(in srgb,var(--ud-main) 42%,var(--ud-surface-700) 58%);box-shadow:0 20px 40px color-mix(in srgb,#000 28%,transparent),inset 0 1px color-mix(in srgb,var(--ud-main) 12%,transparent)}.ud-features__timeline-item.ud-features__timeline-item--revealed .ud-features__marker-node{background:var(--ud-main);border:1px solid var(--ud-hover);color:var(--ducky-color-accentOn, #fff);box-shadow:0 0 18px color-mix(in srgb,var(--ud-main) 40%,transparent)}.ud-features__timeline-item.ud-features__timeline-item--active .ud-features__marker-node{box-shadow:0 0 24px color-mix(in srgb,var(--ud-main) 45%,transparent);transform:scale(1.12)}@media (max-width: 900px){.ud-features{padding:2rem .75rem 2.5rem}.ud-features__header{margin-bottom:1.5rem}.ud-features__track{left:15px;transform:none}.ud-features__timeline-item{grid-template-columns:32px 1fr;gap:.75rem;margin-bottom:clamp(3.5vh,8vw,6vh)}.ud-features__marker-wrap{grid-column:1;grid-row:1;justify-content:flex-start}.ud-features__marker-node{width:32px;height:32px;border-width:1.5px}.ud-features__marker-node .ud-icon{width:14px;height:14px}.ud-features__timeline-item.ud-features__timeline-item--active .ud-features__marker-node{transform:scale(1.06)}.ud-features__card{border-radius:16px;padding:1.1rem 1rem}.ud-features__card-title{margin:0 0 .55rem;font-size:1.2rem}.ud-features__card-body{font-size:.95rem;line-height:1.5}.ud-features__timeline-item:nth-child(odd) .ud-features__timeline-content,.ud-features__timeline-item:nth-child(2n) .ud-features__timeline-content{grid-column:2;grid-row:1;padding-right:0;padding-left:0;justify-content:flex-start}.ud-features__timeline-item:where(:nth-child(odd)) .ud-features__card,.ud-features__timeline-item:where(:nth-child(2n)) .ud-features__card{max-width:100%;transform-origin:left center;transform:rotateY(20deg) translate(30px);opacity:.1;filter:blur(12px)}.ud-features__timeline-item.ud-features__timeline-item--revealed .ud-features__card{transform:rotateY(0) translate(0);opacity:1;filter:blur(0)}}@media (prefers-reduced-motion: reduce){.ud-features__marker-node,.ud-features__card{transition:none}.ud-features__timeline-item:where(:nth-child(odd)) .ud-features__card,.ud-features__timeline-item:where(:nth-child(2n)) .ud-features__card{transform:none;opacity:1;filter:none}.ud-features__timeline-item.ud-features__timeline-item--active .ud-features__marker-node{transform:none}}.ud-icon{display:inline-block;flex-shrink:0;width:1.25rem;height:1.25rem}.ud-icon--sm{width:1rem;height:1rem}.ud-icon--xs{width:.75rem;height:.75rem}.ud-icon--lg{width:1.5rem;height:1.5rem}.ud-icon--xl{width:2rem;height:2rem}