:root{--fd-background: hsl(210 20% 98%);--fd-foreground: hsl(220 25% 15%);--fd-card: hsl(0 0% 100%);--fd-card-foreground: hsl(220 25% 15%);--fd-primary: hsl(244 42% 49%);--fd-primary-foreground: hsl(0 0% 100%);--fd-primary-light: hsl(244 42% 49% / 0.1);--fd-secondary: hsl(220 30% 25%);--fd-muted: hsl(210 20% 96%);--fd-muted-foreground: #444E5E;--fd-muted-bg: hsl(210 20% 96% / 0.5);--fd-border: hsl(220 15% 90%);--fd-radius: 0.5rem;--fd-radius-xl: 1rem;--fd-radius-2xl: 1.25rem;--fd-shadow-md: 0 4px 16px -2px hsl(220 25% 15% / 0.10);--fd-shadow-xl: 0 8px 32px -4px hsl(220 25% 15% / 0.16);--fd-amber-text: hsl(32 95% 40%);--fd-amber-bg: hsl(48 100% 96%);--fd-amber-border: hsl(43 74% 78%);--fd-green-text: hsl(142 71% 28%);--fd-green-bg: hsl(138 76% 97%);--fd-green-border: hsl(141 65% 73%)}.fd{}.fd *,.fd *::before,.fd *::after{box-sizing:border-box}.fd p,.fd ul li{font-weight:400}.fd html{scroll-behavior:smooth}.fd body{background:var(--fd-background);color:var(--fd-foreground);line-height:1.6;-webkit-font-smoothing:antialiased}@media screen and (max-width:767px){.fd .container{padding-left:1rem;padding-right:1rem}}.fd img{max-width:100%;display:block}.fd a{color:var(--fd-primary);text-decoration:none}.fd a:hover{text-decoration:underline}.fd ul{list-style:none}.fd h1,.fd h2,.fd h3,.fd h4{font-weight:700;line-height:1.2}.fd h1{font-size:clamp(2rem, 5vw, 3.5rem)}.fd h2{font-size:clamp(1.6rem, 3.5vw, 2.5rem)}.fd h3{font-size:1.2rem}.fd h4{font-size:1rem}.fd p{color:var(--fd-muted-foreground)}.fd p.dark{color:var(--fd-foreground)}.fd .badge{display:inline-flex;align-items:center;gap:0.4rem;background:var(--fd-primary-light);color:var(--fd-primary);padding:0.4rem 1rem;border-radius:999px;font-size:0.85rem;font-weight:600;margin-bottom:1.25rem}.fd .badge svg{width:1rem;height:1rem;flex-shrink:0}.fd .btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.5rem;border-radius:var(--fd-radius);font-size:1rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:background 0.2s, color 0.2s, border-color 0.2s;text-decoration:none}.fd .btn-primary{background:var(--fd-primary);color:var(--fd-primary-foreground)}.fd .btn-primary:hover{background:#443e98;text-decoration:none}.fd .btn-outline{background:transparent;color:var(--fd-foreground);border-color:var(--fd-border)}.fd .btn-outline:hover{background:#ef4343;color:#fff;border-color:#ef4343;text-decoration:none}.fd .btn-white{background:#fff;color:var(--fd-primary)}.fd .btn-white:hover{background:whitesmoke;text-decoration:none}.fd .btn-ghost-white{background:transparent;color:#fff;border-color:#fff}.fd .btn-ghost-white:hover{background:#fff;color:var(--fd-primary);text-decoration:none}.fd .btn svg{width:1.1rem;height:1.1rem}.fd .card{background:var(--fd-card);border:1px solid var(--fd-border);border-radius:var(--fd-radius-xl);box-shadow:var(--fd-shadow-md);overflow:hidden}.fd .card-body{padding:1.5rem}.fd .card-hover{transition:box-shadow 0.2s}.fd .card-hover:hover{box-shadow:var(--fd-shadow-xl)}.fd .page-banner{background:linear-gradient(135deg, #4f48b1, #3e388a);padding:2.5rem 0;text-align:center}.fd .page-banner h1{color:#fff;font-size:clamp(1.6rem, 4vw, 2.8rem);margin-bottom:0.5rem}.fd .page-banner p{color:rgba(255, 255, 255, 0.85);font-size:1.05rem;max-width:40rem;margin:0 auto}.fd .page-banner .breadcrumb{justify-content:center;margin-bottom:1.25rem;color:rgba(255, 255, 255, 0.7)}.fd .page-banner .breadcrumb a{color:rgba(255, 255, 255, 0.8)}.fd .page-banner .breadcrumb a:hover{color:#fff}.fd .section-hero,.fd .section-breadcrumb{background:var(--fd-background)}.fd .section-breadcrumb{padding-top:5px}.fd .section-breadcrumb .breadcrumb{margin-bottom:0}.fd .section-hero{padding:2rem 0 4rem 0}@media (min-width:768px){.fd .section-hero{padding:2rem 0 3rem}}.fd .hero-grid{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.fd .hero-grid{grid-template-columns:1fr 1fr}}.fd .hero-text{text-align:center}@media screen and (max-width:1023px){.fd .hero-text p{text-align:center}}@media (min-width:1024px){.fd .hero-text{text-align:left}}.fd .hero-title span{color:var(--fd-primary)}.fd .hero-subtitle{font-size:1.05rem;color:var(--fd-muted-foreground);max-width:32rem;margin:0.75rem 0}.fd .hero-subtitle-lg{font-size:1.2rem;color:var(--fd-muted-foreground);max-width:32rem;margin-bottom:2rem}.fd .hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width:1024px){.fd .hero-cta{justify-content:flex-start}}.fd .image-switcher{position:relative}.fd .image-switcher-inner{border-radius:var(--fd-radius-2xl);overflow:hidden;box-shadow:var(--fd-shadow-xl);aspect-ratio:1.3333333333;position:relative}.fd .image-switcher-inner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity 0.7s;opacity:0}.fd .image-switcher-inner img.active{opacity:1}.fd .fd-dot-nav{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:0.5rem;z-index:10}.fd .fd-dot-nav button{width:0.625rem;height:0.625rem;border-radius:50%;border:none;background:rgba(255, 255, 255, 0.7);cursor:pointer;transition:background 0.2s, transform 0.2s;padding:0}.fd .fd-dot-nav button.active{background:var(--fd-primary);transform:scale(1.25)}.fd .hero-badge-float{display:none;position:absolute;bottom:-1rem;left:-1rem;background:var(--fd-card);border-radius:var(--fd-radius-xl);padding:1rem;box-shadow:var(--fd-shadow-xl);border:1px solid var(--fd-border);align-items:center;gap:0.75rem}@media (min-width:768px){.fd .hero-badge-float{display:flex}}.fd .hero-badge-float-icon{width:3rem;height:3rem;border-radius:50%;background:var(--fd-primary-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fd .hero-badge-float-icon svg{width:1.5rem;height:1.5rem;color:var(--fd-primary)}.fd .breadcrumb{display:flex;align-items:center;gap:0.4rem;font-size:0.875rem;color:var(--fd-muted-foreground);margin-bottom:2rem}.fd .breadcrumb a{color:var(--fd-muted-foreground)}.fd .breadcrumb a:hover{color:var(--fd-primary);text-decoration:none}.fd .breadcrumb svg{width:1rem;height:1rem}.fd .section-overview{padding:4rem 0;background:var(--fd-muted-bg)}@media (max-width:1023px){.fd .section-overview{padding-top:0}}.fd .overview-grid{display:grid;gap:1.5rem}@media (min-width:768px){.fd .overview-grid{grid-template-columns:repeat(3, 1fr)}}.fd .overview-card{text-align:center;padding:1.5rem}.fd .overview-card p{text-align:center}.fd .overview-card h3{margin-bottom:15px}.fd .overview-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:var(--fd-primary-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.fd .overview-icon svg{width:1.75rem;height:1.75rem;color:var(--fd-primary)}.fd .section-feature{padding:5rem 0}@media screen and (min-width:768px){.fd .section-feature.pendant .feature-grid .image{order:2}}.fd .section-feature.alt{background:rgba(243, 245, 247, 0.3)}.fd .feature-grid{display:grid;gap:4rem;align-items:center}.fd .feature-grid p{text-align:left}@media (min-width:1024px){.fd .feature-grid{grid-template-columns:1fr 1fr}}.fd .feature-image{border-radius:var(--fd-radius-2xl);overflow:hidden;box-shadow:var(--fd-shadow-xl)}.fd .feature-image img{width:100%;height:auto;object-fit:cover}.fd .checklist{display:flex;flex-direction:column;gap:0.75rem;margin-bottom:2rem}.fd .checklist li{display:flex;align-items:flex-start;gap:0.75rem;color:var(--fd-foreground)}.fd .checklist li svg{width:1.1rem;height:1.1rem;color:var(--fd-primary);flex-shrink:0;margin-top:0.2rem}.fd .alert-card{background:var(--fd-muted-bg);border:1px solid rgba(79, 72, 177, 0.2);border-radius:var(--fd-radius-xl);padding:1.5rem;margin-top:2rem}.fd .alert-card p{text-align:left}.fd .alert-card+.alert-card{margin-top:1rem}.fd .alert-card-inner{display:flex;align-items:flex-start;gap:1rem}.fd .alert-card-icon{width:2rem;height:2rem;flex-shrink:0;color:var(--fd-primary)}.fd .alert-card-icon svg{width:2rem;height:2rem}.fd .alert-quote{font-style:italic;font-weight:600;color:var(--fd-foreground)}.fd .alert-note{font-size:0.85rem;margin-top:0.5rem}.fd .listen-btn{display:inline-flex;align-items:center;gap:0.5rem;color:var(--fd-primary);font-size:0.875rem;font-weight:600;background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px;margin-top:1rem;padding:0;transition:color 0.2s}.fd .listen-btn:hover{color:var(--red)}.fd .listen-btn:hover svg{color:var(--red)}.fd .listen-btn svg{width:1rem;height:1rem}.fd .section-info{padding:5rem 0}.fd .buy-btn-container{padding-top:1.5rem;overflow:hidden}.fd .info-grid{display:grid;gap:2rem;margin:0 auto}@media (min-width:768px){.fd .info-grid{grid-template-columns:1fr 1fr}}.fd .info-card-warn{background:var(--fd-amber-bg);border:1px solid var(--fd-amber-border);border-radius:var(--fd-radius-xl);padding:1.5rem}.fd .info-card-good{background:var(--fd-green-bg);border:1px solid var(--fd-green-border);border-radius:var(--fd-radius-xl);padding:1.5rem}.fd .info-card-warn h3{color:var(--fd-foreground);display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem}.fd .info-card-good h3{color:var(--fd-foreground);display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem}.fd .info-card-warn h3 svg{color:var(--fd-amber-text);width:1.1rem;height:1.1rem}.fd .info-card-good h3 svg{color:var(--fd-green-text);width:1.1rem;height:1.1rem}.fd .info-list{display:flex;flex-direction:column;gap:0.6rem}.fd .info-list li{display:flex;align-items:flex-start;gap:0.6rem;color:var(--fd-muted-foreground);font-weight:400}.fd .info-list li .dot-warn{color:var(--fd-amber-text);margin-top:0.1rem;font-size:1.1rem;line-height:1;flex-shrink:0}.fd .info-list li .dot-good{color:var(--fd-green-text);margin-top:0.1rem;font-size:1.1rem;line-height:1;flex-shrink:0}.fd .settings-card{display:inline-flex;background:var(--fd-muted-bg);border-radius:var(--fd-radius-xl);padding:1.5rem;margin-top:3rem;align-items:center;gap:1rem}.fd .settings-card p{text-align:left}.fd .settings-card svg{width:2rem;height:2rem;color:var(--fd-primary);flex-shrink:0}.fd .section-video{padding:5rem 0;background:rgba(243, 245, 247, 0.3)}@media screen and (max-width:1023px){.fd .section-video{padding:2rem 0}}.fd .section-video p{font-size:1.25rem}.fd .section-video p.small{font-size:1rem}.fd .section-header{text-align:center;margin-bottom:3rem}@media screen and (min-width:768px){.fd .section-header{max-width:800px;margin-left:auto;margin-right:auto}}.fd .section-header h2{color:var(--fd-foreground)}.fd .section-header p{max-width:1000px;margin:0.75rem auto 0;text-align:center}.fd .section-header p.small{font-size:1rem;margin-top:0.5rem}.fd .video-grid{display:grid;gap:2rem;max-width:1000px;margin:0 auto}.fd .video-grid h3{font-size:1.8rem;padding:1.25rem 1rem;font-weight:600;font-size:0.9rem;color:var(--foreground)}@media (min-width:768px){.fd .video-grid{grid-template-columns:1fr 1fr}}.fd .yt-facade{position:relative;aspect-ratio:1.7777777778;background:#000;cursor:pointer;border-radius:0;overflow:hidden}.fd .yt-facade img{width:100%;height:100%;object-fit:cover;transition:opacity 0.2s}.fd .yt-facade:hover img{opacity:0.8}.fd .yt-play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.fd .yt-play-btn svg{width:4rem;height:4rem;filter:drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5))}.fd .yt-facade iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.fd .section-cta{padding:6rem 0;background:linear-gradient(135deg, #4f48b1, #413b91);text-align:center}.fd .section-cta h2{color:#fff;margin-bottom:1rem}.fd .section-cta p{color:rgba(255, 255, 255, 0.9);font-size:1.2rem;max-width:800px;margin:0 auto 2rem;text-align:center}.fd .cta-btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.fd .modal-overlay{display:none;position:fixed;inset:0;background:rgba(0, 0, 0, 0.5);z-index:100;align-items:center;justify-content:center;padding:1rem}.fd .modal-overlay.open{display:flex}.fd .modal{background:var(--fd-card);border-radius:var(--fd-radius-xl);padding:2rem;max-width:28rem;width:100%;position:relative}.fd .modal-title{display:flex;align-items:center;gap:0.5rem;font-size:1.1rem;font-weight:700;color:var(--fd-foreground);margin-bottom:1rem}.fd .modal-title svg{width:1.2rem;height:1.2rem;color:var(--fd-primary)}.fd .modal-body{font-size:0.875rem;color:var(--fd-muted-foreground);margin-bottom:1rem}.fd .modal-audio-box{background:var(--fd-muted-bg);border-radius:var(--fd-radius);padding:1rem;margin-bottom:0.75rem}.fd .modal-audio-box p{font-style:italic;font-weight:600;color:var(--fd-foreground);text-align:center;margin-bottom:1rem}.fd .modal-audio-box audio{width:100%}.fd .modal-note{font-size:0.75rem}.fd .modal-close{position:absolute;top:0.75rem;right:0.75rem;background:none;border:none;cursor:pointer;color:var(--fd-muted-foreground);font-size:1.2rem;line-height:1;padding:0.25rem}.fd .modal-close:hover{color:var(--fd-foreground)}.fd .text-center{text-align:center}.fd .mt-1{margin-top:0.25rem}.fd .mt-2{margin-top:0.5rem}.fd .mt-3{margin-top:0.75rem}.fd .text-primary{color:var(--fd-primary)}.fd .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}body.page-template-fall-detection footer{border-top:0}