.pulse-landing{--landing-tint: color-mix(in oklch, var(--background) 40%, oklch(.12 .02 265));--landing-canvas: oklch(.12 .02 265);--landing-cards-bg: var(--landing-canvas);--landing-seam-h: 4.25rem}.pulse-landing-reveal{opacity:0;transform:translate3d(0,1.125rem,0);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.pulse-landing-reveal--visible{opacity:1;transform:translateZ(0)}.pulse-landing .pulse-landing-section-surface{background-color:var(--landing-canvas)}.pulse-landing .pulse-landing-section-tint{background-color:var(--landing-tint);background-image:linear-gradient(to bottom,var(--landing-tint) 0%,var(--landing-tint) calc(100% - var(--landing-seam-h) - .5rem),color-mix(in oklch,var(--landing-tint) 72%,var(--landing-cards-bg)) calc(100% - var(--landing-seam-h)),color-mix(in oklch,var(--landing-tint) 38%,var(--landing-cards-bg)) calc(100% - var(--landing-seam-h) * .55),color-mix(in oklch,var(--landing-tint) 12%,var(--landing-cards-bg)) calc(100% - var(--landing-seam-h) * .2),var(--landing-cards-bg) 100%)}.pulse-landing .pulse-landing-section-tint--flat{background-color:var(--landing-tint);background-image:none}.pulse-landing>div:has(>.pulse-landing-section-surface):has(+div>section.pulse-landing-section-tint)>section.pulse-landing-section-surface{background-color:var(--landing-canvas);background-image:linear-gradient(to bottom,var(--landing-canvas) 0%,var(--landing-canvas) calc(100% - var(--landing-seam-h) - .5rem),color-mix(in oklch,var(--landing-canvas) 72%,var(--landing-tint)) calc(100% - var(--landing-seam-h)),color-mix(in oklch,var(--landing-canvas) 38%,var(--landing-tint)) calc(100% - var(--landing-seam-h) * .55),color-mix(in oklch,var(--landing-canvas) 12%,var(--landing-tint)) calc(100% - var(--landing-seam-h) * .2),var(--landing-tint) 100%)}.pulse-landing>div:has(>.pulse-landing-section-tint)+div>section.pulse-landing-section-surface,.pulse-landing>div:has(>.pulse-landing-section-tint)+div>section.pulse-pdf-section,.pulse-landing>div:has(>.pulse-landing-section-surface)+div>section.pulse-landing-section-surface,.pulse-landing>div:has(>.pulse-landing-section-surface)+div>section.pulse-pdf-section,.pulse-landing>div:has(>.pulse-pdf-section)+div>section.pulse-landing-section-surface{margin-top:-1px;border-top:none}.pulse-landing>div:has(>.pulse-landing-section-tint)+div>section.pulse-landing-section-surface,.pulse-landing>div:has(>.pulse-landing-section-tint)+div>section.pulse-pdf-section,.pulse-landing>div:has(>.pulse-landing-section-surface)+div>section.pulse-landing-section-surface,.pulse-landing>div:has(>.pulse-landing-section-surface)+div>section.pulse-pdf-section,.pulse-landing>div:has(>.pulse-pdf-section)+div>section.pulse-landing-section-surface{background-color:var(--landing-canvas)}.pulse-landing-footer{background-color:var(--landing-canvas)}@media(max-width:767px){.pulse-landing{overflow-x:clip;max-width:100%}.pulse-hero,.pulse-pdf-section,.pulse-landing-section-surface,.pulse-landing-section-tint{overflow-x:clip}.pulse-landing-public-header{padding-top:env(safe-area-inset-top,0px)}.pulse-landing-public-header .pointer-events-auto{gap:.5rem;padding-top:.75rem;padding-bottom:.75rem}.pulse-hero{--hero-split: 100%;--hero-copy-w: 100%;--hero-copy-left: 0}.pulse-hero__solid{left:0;right:0;top:42%;width:auto}.pulse-hero__media{width:100%;right:auto}.pulse-pdf-mock-stage{max-width:calc(100% - .5rem)}.pulse-pdf-mock-stage__glow{width:130%;left:50%}}.pulse-landing-footer__social{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;color:color-mix(in oklch,var(--foreground) 55%,transparent);transition:color .18s ease,background-color .18s ease}.pulse-landing-footer__social:hover{color:var(--landing-accent);background-color:color-mix(in oklch,var(--landing-accent) 10%,transparent)}.pulse-landing-footer__social:focus-visible{outline:1px solid color-mix(in oklch,var(--landing-accent) 50%,transparent);outline-offset:2px}.pulse-landing>div:has(>.pulse-hero)+div>section{border-top-width:0;border-top-color:transparent}.pulse-hero{--hero-tint: var(--landing-tint);--hero-split: 68%;--hero-copy-w: 46%;--hero-copy-top: 48%;--hero-copy-over-image: .4;--hero-copy-left: calc(var(--hero-split) - var(--hero-copy-over-image) * var(--hero-copy-w));--hero-edge-w-off: min(48%, 22rem);--hero-edge-w-on: min(30%, 13rem);--hero-edge-w: var(--hero-edge-w-off);--hero-edge-mid: color-mix(in oklch, var(--hero-tint) 68%, transparent);--hero-edge-end: color-mix(in oklch, var(--hero-tint) 98%, transparent);--hero-dur: 2.2s;--hero-ease: cubic-bezier(.33, 1, .32, 1);background-color:var(--hero-tint)}.pulse-hero__solid{position:absolute;top:0;right:0;bottom:0;left:var(--hero-split);z-index:0;background:var(--hero-tint)}.pulse-hero__media{position:absolute;top:0;bottom:0;left:0;width:var(--hero-split);z-index:1;overflow:hidden}.pulse-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;width:var(--hero-edge-w);pointer-events:none;z-index:3;background:linear-gradient(90deg,transparent 0%,color-mix(in oklch,var(--hero-tint) 22%,transparent) 22%,var(--hero-edge-mid) 52%,var(--hero-edge-end) 82%,var(--hero-tint) 100%);transition:width var(--hero-dur) var(--hero-ease),background var(--hero-dur) var(--hero-ease)}.pulse-hero__photo{position:absolute;inset:0;background-size:cover;background-repeat:no-repeat;background-position:center center;transform:scale(var(--hero-bg-zoom, 1));transform-origin:center center;transition:transform var(--hero-dur) var(--hero-ease)}.pulse-hero__media-tint{pointer-events:none;position:absolute;inset:0;z-index:2;background:var(--hero-tint);opacity:.7;transition:opacity var(--hero-dur) var(--hero-ease)}.pulse-hero[data-overlay=light] .pulse-hero__media-tint{opacity:.52}.pulse-hero[data-overlay=strong] .pulse-hero__media-tint{opacity:.82}.pulse-hero__bottom-fade{position:absolute;left:0;right:0;bottom:0;z-index:8;height:clamp(7.5rem,20vh,15rem);pointer-events:none;background:linear-gradient(0deg,var(--hero-tint) 0%,color-mix(in oklch,var(--hero-tint) 94%,transparent) 18%,color-mix(in oklch,var(--hero-tint) 72%,transparent) 42%,color-mix(in oklch,var(--hero-tint) 38%,transparent) 68%,transparent 100%)}.pulse-hero__content{position:relative;z-index:10;flex:1;min-height:inherit}.pulse-hero__copy{position:absolute;top:var(--hero-copy-top);left:var(--hero-copy-left);width:var(--hero-copy-w);max-width:34.2rem;transform:translateY(-50%);padding:1.8rem 1.575rem 1.8rem 2.025rem;background:transparent}.pulse-hero__subhead{display:flex;align-items:stretch;gap:.9rem}.pulse-hero__subhead-rail{width:2.5px;border-radius:999px;margin-top:.2rem;margin-bottom:.15rem;min-height:2.925rem}.pulse-hero__cta{letter-spacing:.01em}.pulse-vitrine-editor-preview{zoom:.9}@supports not (zoom: .9){.pulse-vitrine-editor-preview{overflow:hidden}.pulse-vitrine-editor-preview>.pulse-landing{transform:scale(.9);transform-origin:top center;width:111.1111%;margin-inline:auto}}.pulse-hero__title{--hero-title-scale: 1;font-size:calc(2.125rem * var(--hero-title-scale));font-weight:700;line-height:1.06;letter-spacing:-.025em;color:#fff}@media(min-width:640px){.pulse-hero__title{font-size:calc(2.7rem * var(--hero-title-scale))}}@media(min-width:768px){.pulse-hero__title{font-size:calc(3.375rem * var(--hero-title-scale))}}@media(min-width:1024px){.pulse-hero__title{font-size:calc(3.6rem * var(--hero-title-scale));line-height:1.05}}@media(min-width:1280px){.pulse-hero__title{font-size:calc(4.05rem * var(--hero-title-scale))}}@keyframes pulse-hero-live-dot{0%,to{opacity:.35;transform:scale(.92);box-shadow:0 0 0 0 transparent}50%{opacity:1;transform:scale(1.08);box-shadow:0 0 6px 1px color-mix(in oklch,currentColor 45%,transparent)}}.pulse-hero__live-dot{animation:pulse-hero-live-dot 2.4s ease-in-out infinite}@media(min-width:640px){.pulse-hero__subhead{gap:1.215rem}.pulse-hero__subhead-rail{width:3.5px;min-height:3.375rem}}@media(min-width:1024px){.pulse-hero{--hero-split: 70%;--hero-copy-w: 44%}.pulse-hero__copy{padding:2.25rem 2.025rem 2.25rem 2.7rem}}@media(min-width:1280px){.pulse-hero{--hero-copy-w: 42%}}@media(hover:hover)and (pointer:fine){.pulse-hero:hover,.pulse-hero:focus-within{--hero-edge-w: var(--hero-edge-w-on)}.pulse-hero:hover .pulse-hero__photo,.pulse-hero:focus-within .pulse-hero__photo{transform:scale(var(--hero-bg-zoom, 1))}.pulse-hero:hover .pulse-hero__media-tint,.pulse-hero:focus-within .pulse-hero__media-tint{opacity:.22}}@media(hover:none),(pointer:coarse){.pulse-hero__photo{transform:scale(var(--hero-bg-zoom, 1))}.pulse-hero__media-tint{opacity:.45}}@media(max-width:1023px){.pulse-hero__content{display:flex;flex-direction:column}.pulse-hero__solid{left:0;top:42%}.pulse-hero__media{width:100%;height:42%;bottom:auto}.pulse-hero__media:after{inset:auto 0 0;width:100%;height:4rem;background:linear-gradient(0deg,var(--hero-tint) 0%,transparent 100%)}.pulse-hero__copy{position:relative;top:auto;left:auto;transform:none;width:100%;max-width:none;margin-top:auto;padding:2rem 1.25rem;background:transparent}}@keyframes pulse-landing-scroll-line{0%{transform:scaleY(.35);opacity:.35}50%{transform:scaleY(1);opacity:.9}to{transform:scaleY(.35);opacity:.35}}.pulse-landing-scroll-line{transform-origin:top;animation:pulse-landing-scroll-line 2.4s ease-in-out infinite}.pulse-metrics-card{--metrics-ease: cubic-bezier(.22, 1, .36, 1);--metrics-ease-out: cubic-bezier(.16, 1, .3, 1);perspective:1200px}@keyframes pulse-metrics-teeter{0%{transform:rotateX(1.2deg) rotateY(0) translateZ(12px)}30%{transform:rotateX(1.2deg) rotateY(26deg) translateZ(12px)}55%{transform:rotateX(1.2deg) rotateY(-26deg) translateZ(12px)}to{transform:rotateX(1.2deg) rotateY(360deg) translateZ(12px)}}@keyframes pulse-metrics-teeter-only{0%{transform:rotateX(1.2deg) rotateY(24deg) translateZ(12px)}50%{transform:rotateX(1.2deg) rotateY(-24deg) translateZ(12px)}to{transform:rotateX(1.2deg) rotateY(24deg) translateZ(12px)}}@keyframes pulse-metrics-shadow{0%,to{box-shadow:0 8px 28px -10px #00000080,0 2px 8px -2px #00000059,0 0 0 1px color-mix(in oklch,var(--metrics-accent, var(--primary)) 14%,transparent)}50%{box-shadow:0 36px 56px -12px #0009,0 16px 32px -8px color-mix(in oklch,var(--metrics-accent, var(--primary)) 18%,transparent),0 0 0 1px color-mix(in oklch,var(--metrics-accent, var(--primary)) 26%,transparent)}}.pulse-metrics-card__scene{position:relative;z-index:1;transform-style:preserve-3d;transform-origin:center center;backface-visibility:hidden;will-change:transform;transition:transform 1.15s var(--metrics-ease-out)}.pulse-metrics-card[data-anim-mode=teeter_spin] .pulse-metrics-card__scene{animation:pulse-metrics-teeter 10s linear infinite}.pulse-metrics-card[data-anim-mode=teeter_only] .pulse-metrics-card__scene{animation:pulse-metrics-teeter-only 8.8s linear infinite}.pulse-metrics-card[data-anim-mode=none] .pulse-metrics-card__scene{transform:rotateX(0) rotateY(0) translateZ(12px)}.pulse-metrics-card[data-anim-mode=none] .pulse-metrics-card__surface{animation:none}.pulse-metrics-card__faces{position:relative;display:grid;transform-style:preserve-3d}.pulse-metrics-card__glow{position:absolute;inset:-1px;border-radius:1.15rem;background:radial-gradient(120% 80% at 50% 0%,color-mix(in oklch,var(--metrics-accent, var(--primary)) 18%,transparent),transparent 55%);opacity:.55;pointer-events:none;transition:opacity 1s var(--metrics-ease)}.pulse-metrics-card__surface{position:relative;grid-area:1 / 1;z-index:1;border-color:color-mix(in oklch,var(--metrics-accent, var(--primary)) 18%,transparent);background:linear-gradient(165deg,color-mix(in oklch,var(--card) 92%,oklch(.14 .02 265)),color-mix(in oklch,var(--background) 88%,oklch(.1 .02 265)));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translateZ(1px);backface-visibility:hidden;transition:border-color .9s var(--metrics-ease),box-shadow .9s var(--metrics-ease);animation:pulse-metrics-shadow 14s linear infinite}.pulse-metrics-card__surface--back{z-index:0;transform:rotateY(180deg) translateZ(1px)}.pulse-metrics-card__back-readable{transform:rotateY(180deg)}.pulse-metrics-card__back-mirrored{transform:none}.pulse-metrics-card[data-backface-mode=blank] .pulse-metrics-card__surface--back{background:color-mix(in oklch,var(--background) 94%,oklch(.08 .02 265));border-color:color-mix(in oklch,var(--metrics-accent, var(--primary)) 12%,transparent)}.pulse-metrics-card:hover .pulse-metrics-card__scene,.pulse-metrics-card:focus-within .pulse-metrics-card__scene{animation-play-state:paused;transform:rotateX(0) rotateY(0) translateZ(28px) scale(1.012)}.pulse-metrics-card:hover .pulse-metrics-card__glow,.pulse-metrics-card:focus-within .pulse-metrics-card__glow{opacity:.95}.pulse-metrics-card:hover .pulse-metrics-card__surface,.pulse-metrics-card:focus-within .pulse-metrics-card__surface{animation-play-state:paused;border-color:color-mix(in oklch,var(--metrics-accent, var(--primary)) 32%,transparent);box-shadow:0 32px 64px -18px #0000008c,0 0 40px -12px color-mix(in oklch,var(--metrics-accent, var(--primary)) 28%,transparent),0 0 0 1px color-mix(in oklch,var(--metrics-accent, var(--primary)) 30%,transparent)}.pulse-metrics-chart-zone{transition:transform 1.05s var(--metrics-ease-out);transform:translateZ(2px)}.pulse-metrics-card:hover .pulse-metrics-chart-zone,.pulse-metrics-card:focus-within .pulse-metrics-chart-zone{transform:translateZ(8px) scale(1.035)}.pulse-metrics-chart-wrap{position:relative;width:9.25rem;height:9.25rem}.pulse-metrics-chart-ring{position:absolute;inset:8%;border-radius:50%;background:radial-gradient(circle at 50% 50%,color-mix(in oklch,var(--metrics-accent, var(--primary)) 12%,transparent) 0%,transparent 70%);opacity:.85;transition:opacity .9s var(--metrics-ease),transform 1.05s var(--metrics-ease-out)}.pulse-metrics-card:hover .pulse-metrics-chart-ring,.pulse-metrics-card:focus-within .pulse-metrics-chart-ring{opacity:1;transform:scale(1.03)}.pulse-metrics-stat{transition:border-color .85s var(--metrics-ease),background .85s var(--metrics-ease)}.pulse-metrics-card:hover .pulse-metrics-stat,.pulse-metrics-card:focus-within .pulse-metrics-stat{border-color:color-mix(in oklch,var(--metrics-accent, var(--primary)) 14%,transparent)}@media(prefers-reduced-motion:reduce){.pulse-metrics-card__scene{animation:none;transform:none}.pulse-metrics-card__surface{animation:none}.pulse-metrics-card:hover .pulse-metrics-card__scene,.pulse-metrics-card:focus-within .pulse-metrics-card__scene,.pulse-metrics-card:hover .pulse-metrics-chart-zone,.pulse-metrics-card:focus-within .pulse-metrics-chart-zone{transform:none}}.pulse-collection-card{--collection-ease: cubic-bezier(.22, 1, .36, 1);position:relative;display:flex;flex-direction:column;min-height:11.5rem;padding:1.35rem 1.25rem 1.4rem;border-radius:1rem;border:1px solid color-mix(in oklch,var(--border) 70%,transparent);background:linear-gradient(165deg,color-mix(in oklch,var(--card) 88%,oklch(.16 .02 265)),color-mix(in oklch,var(--background) 92%,oklch(.1 .02 265)));transition:border-color .55s var(--collection-ease),box-shadow .55s var(--collection-ease),transform .55s var(--collection-ease)}.pulse-collection-card:hover,.pulse-collection-card:focus-within{border-color:color-mix(in oklch,var(--collection-accent, var(--primary)) 52%,transparent);box-shadow:0 0 0 1px color-mix(in oklch,var(--collection-accent, var(--primary)) 22%,transparent),0 18px 42px -22px color-mix(in oklch,var(--collection-accent, var(--primary)) 28%,transparent);transform:translateY(-2px)}.pulse-collection-card__icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:9999px;margin-bottom:1.1rem;color:var(--collection-accent, var(--primary));background:color-mix(in oklch,var(--collection-accent, var(--primary)) 14%,transparent);transition:background .55s var(--collection-ease),color .55s var(--collection-ease),transform .55s var(--collection-ease)}.pulse-collection-card:hover .pulse-collection-card__icon,.pulse-collection-card:focus-within .pulse-collection-card__icon{color:var(--primary-foreground, oklch(.15 .03 160));background:var(--collection-accent, var(--primary));transform:scale(1.04)}.pulse-collection-card__title{font-size:1.05rem;font-weight:600;letter-spacing:-.01em;color:var(--foreground);transition:color .55s var(--collection-ease)}.pulse-collection-card:hover .pulse-collection-card__title,.pulse-collection-card:focus-within .pulse-collection-card__title{color:var(--collection-accent, var(--primary))}.pulse-collection-card__rule{margin:.85rem 0 .75rem;height:1px;width:100%;background:linear-gradient(90deg,color-mix(in oklch,var(--border) 55%,transparent),color-mix(in oklch,var(--border) 25%,transparent));transition:background .55s var(--collection-ease)}.pulse-collection-card:hover .pulse-collection-card__rule,.pulse-collection-card:focus-within .pulse-collection-card__rule{background:linear-gradient(90deg,color-mix(in oklch,var(--collection-accent, var(--primary)) 45%,transparent) 0%,transparent 100%)}.pulse-collection-card__desc{font-size:.8125rem;line-height:1.55;color:var(--muted-foreground)}.pulse-pdf-section__visual-col{display:flex;align-items:center;justify-content:flex-start;overflow:visible}@media(min-width:768px)and (max-width:1023px){.pulse-pdf-section__inner{justify-items:center}.pulse-pdf-section__copy{display:flex;flex-direction:column;align-items:center;width:100%;max-width:34rem;text-align:center}.pulse-pdf-section__copy ul{width:fit-content;max-width:100%;margin-inline:auto;text-align:left}.pulse-pdf-section__visual-col{justify-content:center;width:100%}.pulse-pdf-mock-stage{margin-left:auto;margin-right:auto}}@media(max-width:767px){.pulse-pdf-mock-stage{margin-left:clamp(1rem,5vw,1.75rem)}}@media(max-width:424px){.pulse-pdf-section__visual-col{justify-content:center;padding-inline:.65rem}.pulse-pdf-mock-stage{width:min(76%,14.75rem);margin-left:auto;margin-right:auto}.pulse-pdf-mock-stage__glow{width:112%;left:50%}.pulse-pdf-mock__stack{padding:.15rem .5rem .55rem .85rem}.pulse-pdf-mock__sheet--under{transform:translate3d(-4px,6px,0) rotate(-5deg) scale(.985)}.pulse-pdf-mock__sheet--front{transform:rotate(-3.5deg) rotateY(4deg)}.pulse-pdf-mock:hover .pulse-pdf-mock__sheet--front,.pulse-pdf-mock:focus-within .pulse-pdf-mock__sheet--front{transform:rotate(-2.5deg) rotateY(2deg) translateY(-4px)}.pulse-pdf-mock__masthead{padding:.5rem .55rem .4rem}.pulse-pdf-mock__doc-label{font-size:.38rem}.pulse-pdf-mock__doc-meta{font-size:.34rem}.pulse-pdf-mock__score-card{margin:.45rem .55rem 0;padding:.4rem .45rem}.pulse-pdf-mock__score-value{font-size:.88rem}.pulse-pdf-mock__kpis{margin:.45rem .55rem 0;gap:.3rem}.pulse-pdf-mock__kpi-val{font-size:.55rem}.pulse-pdf-mock__analysis{grid-template-columns:2rem 1fr;margin:.4rem .55rem 0;padding:.32rem;gap:.35rem}.pulse-pdf-mock__radar{width:2rem;height:2rem}.pulse-pdf-mock__foot{padding:.38rem .55rem}.pulse-pdf-mock__seal{right:.55rem;bottom:1.85rem;max-width:4.2rem;font-size:.34rem;padding:.16rem .28rem}}.pulse-pdf-mock-stage{position:relative;flex-shrink:0;width:min(100%,22.5rem);overflow:visible}@media(min-width:640px){.pulse-pdf-mock-stage{width:min(100%,25rem)}}@media(min-width:1024px){.pulse-pdf-mock-stage{width:min(100%,27rem)}}.pulse-pdf-mock-stage__glow{position:absolute;z-index:0;top:46%;left:48%;width:180%;height:130%;transform:translate(-50%,-50%);pointer-events:none;background:radial-gradient(ellipse 74% 70% at 50% 50%,color-mix(in srgb,var(--pdf-accent, var(--primary)) 94%,white) 0%,color-mix(in srgb,var(--pdf-accent, var(--primary)) 72%,transparent) 14%,color-mix(in srgb,var(--pdf-accent, var(--primary)) 52%,transparent) 26%,color-mix(in srgb,var(--pdf-accent, var(--primary)) 34%,transparent) 36%,color-mix(in srgb,var(--pdf-accent, var(--primary)) 20%,transparent) 46%,color-mix(in srgb,var(--pdf-accent, var(--primary)) 11%,transparent) 56%,color-mix(in srgb,var(--pdf-accent, var(--primary)) 5%,transparent) 64%,transparent 74%);-webkit-mask-image:radial-gradient(ellipse 76% 72% at 50% 50%,#000 0%,#000 50%,transparent 76%);mask-image:radial-gradient(ellipse 76% 72% at 50% 50%,#000 0%,#000 50%,transparent 76%)}.pulse-pdf-mock{position:relative;z-index:1;width:100%;perspective:1100px;overflow:visible}.pulse-pdf-mock__stack{position:relative;display:grid;width:100%;overflow:visible;padding:0 0 1rem .35rem}.pulse-pdf-mock__sheet{grid-area:1 / 1;width:100%;aspect-ratio:1 / 1.38;border-radius:.25rem}.pulse-pdf-mock__sheet--under{z-index:1;border:none;outline:none;overflow:hidden;background:#eff3f6;box-shadow:none;transform:translate3d(-8px,10px,0) rotate(-6.5deg) scale(.992);filter:drop-shadow(0 12px 24px rgba(0,0,0,.42));backface-visibility:hidden;-webkit-backface-visibility:hidden}.pulse-pdf-mock__sheet--front{position:relative;z-index:2;overflow:hidden;background:linear-gradient(180deg,#fcfeff,#f2f5f9);border:1px solid oklch(.88 .01 250);box-shadow:0 1px #fff9 inset,0 32px 64px -28px #000000b3,0 12px 28px -12px #00000073;transform:rotate(-5deg) rotateY(6deg);transition:transform .7s cubic-bezier(.22,1,.36,1)}.pulse-pdf-mock:hover .pulse-pdf-mock__sheet--front,.pulse-pdf-mock:focus-within .pulse-pdf-mock__sheet--front{transform:rotate(-3deg) rotateY(3deg) translateY(-6px)}.pulse-pdf-mock__accent-bar{height:3px;background:linear-gradient(90deg,var(--pdf-accent, var(--primary)) 0%,color-mix(in oklch,var(--pdf-accent, var(--primary)) 40%,transparent) 100%)}.pulse-pdf-mock__masthead{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.65rem .85rem .5rem;border-bottom:1px solid oklch(.9 .008 250)}.pulse-pdf-mock__masthead-brand{display:flex;align-items:center;gap:.4rem;min-width:0}.pulse-pdf-mock__brand-mark{width:.45rem;height:.45rem;border-radius:9999px;background:var(--pdf-accent, var(--primary));box-shadow:0 0 8px color-mix(in oklch,var(--pdf-accent, var(--primary)) 50%,transparent)}.pulse-pdf-mock__doc-label{font-size:.45rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#333c45}.pulse-pdf-mock__doc-meta{flex-shrink:0;font-size:.4rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#69737d}.pulse-pdf-mock__score-card{margin:.65rem .85rem 0;padding:.55rem .6rem;border-radius:.35rem;background:#eef2f7;border:1px solid oklch(.9 .01 250)}.pulse-pdf-mock__score-label{display:block;font-size:.38rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#5b646f}.pulse-pdf-mock__score-row{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.pulse-pdf-mock__score-value{font-size:1.1rem;font-weight:800;letter-spacing:-.03em;color:var(--pdf-accent, var(--primary));line-height:1}.pulse-pdf-mock__score-track{flex:1;height:.35rem;border-radius:9999px;background:#d9dfe5;overflow:hidden}.pulse-pdf-mock__score-fill{display:block;width:78%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--pdf-accent, var(--primary)),color-mix(in oklch,var(--pdf-accent, var(--primary)) 65%,white))}.pulse-pdf-mock__kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;margin:.5rem .85rem 0}.pulse-pdf-mock__kpi{padding:.35rem .25rem;border-radius:.3rem;text-align:center;background:#f6f9fb;border:1px solid oklch(.91 .01 250)}.pulse-pdf-mock__kpi-val{display:block;font-size:.65rem;font-weight:800;color:#212a33;line-height:1.1}.pulse-pdf-mock__kpi-lbl{display:block;margin-top:.1rem;font-size:.32rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#69737d}.pulse-pdf-mock__analysis{display:grid;grid-template-columns:2.6rem 1fr;gap:.45rem;margin:.55rem .85rem 0;padding:.45rem;border-radius:.35rem;border:1px solid oklch(.91 .01 250);background:#f8fafd}.pulse-pdf-mock__radar{position:relative;width:2.6rem;height:2.6rem;border-radius:9999px;background:#e6ecf2}.pulse-pdf-mock__radar-ring{position:absolute;inset:12%;border-radius:9999px;border:1px solid oklch(.82 .02 250)}.pulse-pdf-mock__radar-ring--inner{inset:28%}.pulse-pdf-mock__radar-core{position:absolute;inset:38%;border-radius:9999px;background:color-mix(in oklch,var(--pdf-accent, var(--primary)) 35%,transparent)}.pulse-pdf-mock__rows{display:flex;flex-direction:column;justify-content:center;gap:.35rem}.pulse-pdf-mock__row{display:grid;grid-template-columns:1fr .55rem;gap:.25rem;align-items:center}.pulse-pdf-mock__row span:first-child{height:.28rem;border-radius:9999px;background:#ccd2d7}.pulse-pdf-mock__row span:last-child{height:.28rem;border-radius:.15rem;background:color-mix(in oklch,var(--pdf-accent, var(--primary)) 45%,oklch(.88 .01 250))}.pulse-pdf-mock__foot{display:flex;justify-content:space-between;margin-top:.55rem;padding:.45rem .85rem;border-top:1px solid oklch(.9 .01 250);font-size:.34rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#727c86}.pulse-pdf-mock__seal{position:absolute;right:.75rem;bottom:2.1rem;max-width:4.8rem;padding:.28rem .4rem;border-radius:.2rem;border:1.5px solid color-mix(in oklch,var(--pdf-accent, var(--primary)) 70%,transparent);background:#f9fcfff0;color:var(--pdf-accent, var(--primary));font-size:.38rem;font-weight:800;letter-spacing:.05em;line-height:1.15;text-align:center;transform:rotate(-8deg);box-shadow:0 4px 12px -4px #0003}.pulse-collection-carousel__shell{display:flex;align-items:center;gap:0}.pulse-collection-carousel__shell--with-nav{gap:.65rem}@media(min-width:640px){.pulse-collection-carousel__shell--with-nav{gap:.85rem}}.pulse-collection-carousel__nav{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2.375rem;height:2.375rem;border-radius:9999px;border:1px solid color-mix(in oklch,var(--foreground) 12%,transparent);background:color-mix(in oklch,var(--background) 88%,oklch(.16 .02 265));color:color-mix(in oklch,var(--foreground) 88%,transparent);box-shadow:0 4px 16px -6px #00000073;transition:border-color .25s ease,background .25s ease,color .25s ease,transform .2s ease}.pulse-collection-carousel__nav:hover{border-color:color-mix(in srgb,var(--carousel-accent, var(--primary)) 45%,transparent);background:color-mix(in srgb,var(--carousel-accent, var(--primary)) 14%,var(--background));color:var(--carousel-accent, var(--primary))}.pulse-collection-carousel__nav:active{transform:scale(.96)}.pulse-collection-carousel{--carousel-slide-gap: .75rem}.pulse-collection-carousel__viewport{flex:1;min-width:0}.pulse-collection-carousel__track{display:flex;touch-action:pan-y;margin-left:calc(var(--carousel-slide-gap) * -1)}.pulse-collection-carousel__slide{flex:0 0 88%;min-width:0;padding-left:var(--carousel-slide-gap);box-sizing:border-box}@media(min-width:640px){.pulse-collection-carousel__slide{flex:0 0 50%}}@media(min-width:1024px){.pulse-collection-carousel__slide{flex:0 0 33.333%}}.pulse-testimonial-card__foot{margin-top:auto;padding-top:1rem;border-top:1px solid color-mix(in oklch,var(--foreground) 7%,transparent)}.pulse-testimonial-stars{display:inline-flex;align-items:center;gap:.22rem}.pulse-testimonial-stars__icon{width:1.0625rem;height:1.0625rem;flex-shrink:0}.pulse-testimonial-stars__icon--on{color:var(--testimonial-accent, var(--primary));fill:color-mix(in srgb,var(--testimonial-accent, var(--primary)) 84%,transparent);filter:drop-shadow(0 0 6px color-mix(in srgb,var(--testimonial-accent, var(--primary)) 28%,transparent))}.pulse-testimonial-stars__icon--off{color:color-mix(in oklch,var(--muted-foreground) 28%,transparent);fill:transparent}@media(prefers-reduced-motion:reduce){.pulse-pdf-mock__sheet--front{transform:rotate(-5deg);transition:none}}@media(prefers-reduced-motion:reduce){.pulse-collection-card,.pulse-collection-card__icon,.pulse-collection-card__title{transition:none}.pulse-collection-card:hover,.pulse-collection-card:focus-within{transform:none}}@media(prefers-reduced-motion:reduce){.pulse-hero__photo{transform:scale(1);transition:none}.pulse-hero__media-tint{opacity:.35}.pulse-landing-scroll-line{animation:none}.pulse-hero__live-dot{animation:none;opacity:.85}.pulse-landing-reveal,.pulse-landing-reveal--visible{opacity:1;transform:none;transition:none}}
