@font-face{font-family:'Samsung Sans';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/samsungsharpsans-medium.otf') format('opentype')}@font-face{font-family:'Samsung Sans';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/samsungsharpsans-bold.otf') format('opentype')}:root{--sc-brand:#CF134B;--sc-brand-hover:#a80f3c;--sc-section-y:7rem;--sc-section-x:2rem;--sc-container:1200px;--sc-bg:#ffffff;--sc-surface:#f8f9fa;--sc-surface-2:#ffffff;--sc-text:#1A1A1B;--sc-text-muted:#505052;--sc-border:rgba(0,0,0,0.08);--nav-text:#000;--nav-bg:rgba(255,255,255,0.85);--nav-border:rgba(0,0,0,0.05);--btn-store-bg:#000;--btn-store-text:#fff;--btn-store-border:#000}[data-theme=dark]{--sc-bg:#080808;--sc-surface:#121212;--sc-surface-2:#1a1a1a;--sc-text:#F5F5F7;--sc-text-muted:#a0a0a5;--sc-border:rgba(255,255,255,0.1);--nav-text:#fff;--nav-bg:rgba(8,8,8,0.85);--nav-border:rgba(255,255,255,0.1);--btn-store-bg:#fff;--btn-store-text:#000;--btn-store-border:#fff}body{font-family:'Samsung Sans',sans-serif;overflow-x:hidden;color:var(--sc-text);background-color:var(--sc-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:'Samsung Sans',sans-serif;font-weight:700}.reveal{opacity:0;transform:translateY(40px);transition:opacity 1.2s cubic-bezier(.16, 1, .3, 1),transform 1.2s cubic-bezier(.16, 1, .3, 1)}.reveal.active{opacity:1;transform:translateY(0)}.btn-staycount{background-color:var(--sc-brand);color:#fff;border:none;border-radius:12px;padding:.8rem 2rem;font-weight:700;transition:all .4s cubic-bezier(.16, 1, .3, 1)}.btn-staycount:hover{background-color:var(--sc-brand-hover);color:#fff;transform:scale(1.02);box-shadow:0 15px 30px rgba(207,19,75,.25)}.btn-store{background-color:var(--btn-store-bg);color:var(--btn-store-text);border:1px solid var(--btn-store-border);border-radius:12px;padding:.75rem 1.5rem;font-weight:700;display:inline-flex;align-items:center;gap:12px;transition:all .4s cubic-bezier(.16, 1, .3, 1);text-decoration:none}.btn-store:hover{opacity:.9;transform:translateY(-2px);color:var(--btn-store-text)}.btn-store i{font-size:1.5rem}.btn-store-hero{background-color:var(--sc-brand);color:#fff;border:none;border-radius:12px;padding:.8rem 1.6rem;font-weight:700;display:inline-flex;align-items:center;gap:12px;text-decoration:none;transition:all .4s cubic-bezier(.16, 1, .3, 1)}.btn-store-hero:hover{background-color:var(--sc-brand-hover);color:#fff;transform:translateY(-2px);box-shadow:0 12px 24px rgba(207,19,75,.3)}.btn-store-hero i{font-size:1.4rem}.navbar{background:var(--nav-bg)!important;border-bottom:1px solid var(--nav-border);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}.navbar-brand img{height:60px}.navbar-toggler{border:none!important;padding:6px 8px;border-radius:10px;transition:background .2s ease}.navbar-toggler:focus{box-shadow:none}.navbar-toggler:active{background:rgba(128,128,128,.12)}[data-theme=dark] .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-theme=dark] .navbar-toggler{color:rgba(255,255,255,.85)}.navbar-nav .nav-link{margin:0 .8rem;font-weight:700;font-size:.95rem;color:var(--nav-text)!important;transition:all .3s ease;position:relative;padding-bottom:4px}.navbar-nav .nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--sc-brand);transition:all .3s cubic-bezier(.16, 1, .3, 1);transform:translateX(-50%);border-radius:2px}.navbar-nav .nav-link.active-scroll::after,.navbar-nav .nav-link:hover::after{width:100%}.navbar-nav .nav-link:hover{opacity:.7}.navbar-nav .nav-link.active-scroll{color:var(--sc-brand)!important;opacity:1}@media (max-width:991.98px){.navbar{padding-top:6px;padding-bottom:6px}.navbar-brand img{height:50px}.navbar{border-bottom:none!important;padding-bottom:0!important}.navbar>.container{padding-bottom:0!important}#navbarContent{padding:0}#navbarContent .navbar-nav{padding:8px 0 16px}#navbarContent.collapsing{transition:height .4s cubic-bezier(.4, 0, .2, 1)!important}.navbar-toggler{padding:4px 8px;box-shadow:none!important}.hamburger-icon{width:22px;height:16px;position:relative;transform:rotate(0);transition:.4s ease-in-out}.hamburger-icon span{display:block;position:absolute;height:2px;width:100%;background:var(--nav-text);border-radius:4px;opacity:1;left:0;transform:rotate(0);transition:.42s ease-in-out}.hamburger-icon span:first-child{top:0}.hamburger-icon span:nth-child(2){top:7px}.hamburger-icon span:nth-child(3){top:14px}.navbar-toggler[aria-expanded=true] .hamburger-icon span:first-child{top:7px;transform:rotate(135deg)}.navbar-toggler[aria-expanded=true] .hamburger-icon span:nth-child(2){opacity:0;transform:scale(0)}.navbar-toggler[aria-expanded=true] .hamburger-icon span:nth-child(3){top:7px;transform:rotate(-135deg)}.navbar-nav .nav-link{margin:0;padding:14px 16px!important;font-size:1rem;font-weight:600;border-radius:12px;display:flex;align-items:center;justify-content:space-between;min-height:52px;transition:background .15s ease,opacity .15s ease}.navbar-nav .nav-link::after{display:none}.navbar-nav .nav-link:active,.navbar-nav .nav-link:hover{opacity:1;background:rgba(128,128,128,.06)}.navbar-nav .nav-link.active-scroll{background:0 0;opacity:1}.navbar-nav .nav-item+.nav-item{border-top:1px solid var(--nav-border)}.mobile-lang-row{display:flex;justify-content:center;margin:10px 4px 24px;padding-top:12px;border-top:1px solid var(--nav-border)}.mobile-lang-pill{display:inline-flex;background:rgba(128,128,128,.1);border-radius:8px;padding:3px;gap:2px}.mobile-lang-pill a{display:inline-block;padding:5px 22px;border-radius:6px;font-size:.8rem;font-weight:500;letter-spacing:.03em;color:var(--nav-text);opacity:.4;background:0 0;text-decoration:none!important;border:none;outline:0;transition:opacity .18s ease,background .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}.mobile-lang-pill a.active{opacity:1;background:var(--nav-bg);box-shadow:0 1px 4px rgba(0,0,0,.14);font-weight:600}.desktop-lang-switch{display:none!important}}@media (min-width:992px){.mobile-lang-row{display:none!important}.desktop-lang-switch{display:flex!important}}.lang-switch .lang-btn{text-decoration:none;color:var(--nav-text);padding:4px 10px;border-radius:8px;font-size:.85rem;font-weight:700;text-transform:uppercase;transition:all .2s ease;opacity:.5}.lang-switch .lang-btn.active{opacity:1;background:rgba(0,0,0,.05)}[data-theme=dark] .lang-switch .lang-btn.active{background:rgba(255,255,255,.1)}.btn-theme-icon{background:0 0;border:none;padding:8px;color:var(--nav-text);cursor:pointer;display:flex;align-items:center;justify-content:center}.hero-rating-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 16px 7px 9px;border-radius:100px;border:1px solid rgba(0,0,0,.09);background:rgba(255,255,255,.92);box-shadow:0 1px 3px rgba(0,0,0,.06),0 0 0 .5px rgba(0,0,0,.04);margin-bottom:1.75rem;width:fit-content;animation:badgePop .5s cubic-bezier(.16,1,.3,1) both;animation-delay:.1s}[data-theme=dark] .hero-rating-badge{background:rgba(28,28,30,.85);border-color:rgba(255,255,255,.1);box-shadow:0 1px 3px rgba(0,0,0,.3),0 0 0 .5px rgba(255,255,255,.06)}.hero-rating-icon{width:28px;height:28px;background:#000;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-rating-icon svg{width:16px;height:16px;fill:#fff}[data-theme=dark] .hero-rating-icon{background:#1c1c1e}.hero-rating-stars{display:flex;align-items:center;gap:1px}.hero-rating-stars svg{width:13px;height:13px;color:#ff9f0a}.hero-rating-score{font-size:.9rem;font-weight:700;color:#1c1c1e;letter-spacing:-.01em;line-height:1}[data-theme=dark] .hero-rating-score{color:#f5f5f7}.hero-rating-dot{width:3px;height:3px;border-radius:50%;background:rgba(0,0,0,.22);flex-shrink:0}[data-theme=dark] .hero-rating-dot{background:rgba(255,255,255,.25)}.hero-rating-label{font-size:.83rem;font-weight:500;color:rgba(0,0,0,.45);letter-spacing:.01em;white-space:nowrap}[data-theme=dark] .hero-rating-label{color:rgba(255,255,255,.38)}@keyframes badgePop{from{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:767px){.hero-rating-badge{align-self:center}}#hero{padding:2rem var(--sc-section-x) 0}.hero-text{margin-bottom:2.5rem;position:relative;z-index:2}.hero-text h1{font-size:clamp(1.9rem, 4vw, 2.6rem);margin-bottom:1.25rem;line-height:1.25;letter-spacing:-.5px}.hero-text p{font-size:1.06rem;margin-bottom:2.5rem;color:var(--sc-text-muted);line-height:1.6}.hero-img{text-align:center;display:flex;align-items:flex-end;height:100%;justify-content:center;margin-bottom:0;padding-bottom:0!important}.hero-img img{max-width:100%;height:auto;max-height:72vh;object-fit:contain;object-position:bottom;border-radius:0;display:block;margin-bottom:0}#hero{margin-bottom:0;padding-bottom:0}@media (min-width:768px){#hero .row{--bs-gutter-y:0}#hero .col-md-5.hero-img{padding-bottom:0!important;align-self:flex-end}}#feature-details{margin-top:0}#feature-details{padding-top:0}.features-bar{background:#000;color:#fff;position:relative;left:50%;margin-left:-50vw;width:100vw;padding:2.5rem 0;margin-bottom:2rem}.features-bar .fb-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:4rem}.features-bar .fb-title{font-size:2rem;font-weight:700;color:#fff;white-space:nowrap;flex-shrink:0;line-height:1.2}.features-bar .fb-title span{display:block;font-size:.9rem;font-weight:400;opacity:.45;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem}.features-bar .fb-divider{width:1px;height:60px;background:rgba(255,255,255,.15);flex-shrink:0}.fb-pills{display:flex;flex-wrap:wrap;gap:.75rem;flex:1}.fb-pill{display:flex;align-items:center;justify-content:center;gap:.6rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:.65rem 1.2rem;font-size:.92rem;color:rgba(255,255,255,.8);white-space:nowrap;transition:all .3s ease}.fb-pill:hover{background:rgba(255,255,255,.12);color:#fff}.fb-pill i{color:var(--sc-brand);font-size:.9rem}@media (max-width:767px){.features-bar .fb-inner{flex-direction:column;align-items:flex-start;gap:2rem}.features-bar .fb-divider{display:none}.features-bar .fb-title{white-space:normal}}.feature-card{background-color:var(--sc-surface);border-radius:32px;padding:2.4rem 3rem;margin-bottom:3rem;overflow:hidden}[data-theme=dark] .feature-card{background-color:var(--sc-surface-2)}.feature-detail-band{align-items:center}.feature-detail-text h3{font-size:2rem;margin-bottom:1.25rem}.feature-detail-text p{font-size:1.1rem;color:var(--sc-text-muted);line-height:1.7}.feature-detail-image img{border-radius:20px;width:100%}@media (max-width:767px){.feature-detail-image img{transform:scale(1.06);margin-top:-1rem;margin-bottom:.5rem}.feature-tags{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.5rem}.feature-tag{flex-direction:row;width:auto;flex:0 0 calc(50% - 0.25rem);padding:.5rem .5rem;gap:.35rem;font-size:.7rem;border-radius:20px;white-space:normal;line-height:1.25;justify-content:flex-start;text-align:left}}.feature-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.feature-tag{display:flex;align-items:center;justify-content:center;gap:.6rem;background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:50px;padding:.5rem 1rem;font-size:.8rem;color:var(--sc-text);font-weight:600;flex:1 1 120px;text-align:center}.feature-tag i{font-size:.75rem;color:var(--sc-brand)}#pricing{padding-bottom:2rem}#pricing h2{font-size:2.5rem;margin-bottom:2.5rem;text-align:center}.pricing-box{background:#0a0a0a;border-radius:32px;padding:0;color:#fff;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.pricing-box::before{content:'';position:absolute;top:-40%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(207,19,75,.2),transparent 65%);pointer-events:none}.pricing-left{padding:3rem;border-right:1px solid rgba(255,255,255,.07)}.pricing-right{padding:3rem;display:flex;flex-direction:column;justify-content:center}@media (max-width:767px){.pricing-left{border-right:none;border-bottom:1px solid rgba(255,255,255,.07);padding:2rem}.pricing-right{padding:2rem}}.pricing-box .price{color:#fff!important;font-size:3.5rem;font-weight:700;margin:.5rem 0;letter-spacing:-2px;line-height:1}.pricing-box .price-label{font-size:.9rem;opacity:.65;margin-bottom:1.5rem;letter-spacing:1px;text-transform:uppercase}.pricing-box .pricing-headline{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:#fff}.pricing-box .pricing-sub{font-size:1rem;opacity:.8;margin-bottom:2rem;line-height:1.6}.pricing-feature-list{list-style:none;padding:0;margin-bottom:0}.pricing-feature-list li{padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:14px;font-size:.95rem;color:rgba(255,255,255,.9)}.pricing-feature-list li:last-child{border-bottom:none}.pricing-feature-list li i{color:var(--sc-brand);font-size:1rem;flex-shrink:0}#testimonials{padding-top:7rem;padding-bottom:7rem}#download{background:var(--sc-bg);color:var(--sc-text);padding:2rem 0 4rem 0;text-align:center}footer{border-top:1px solid var(--sc-border)}#download .cta-card{background-color:var(--sc-surface);border-radius:40px;padding:4rem 3rem;box-shadow:0 20px 40px rgba(0,0,0,.05)}#download h2{font-size:clamp(1.7rem, 3.5vw, 2.2rem)!important}#download p.lead{font-size:1.05rem!important}#download .hero-trust-list{list-style:none;padding:0;display:flex;font-size:1.05rem}#download .hero-trust-list li{position:relative;padding-left:1.6rem;color:var(--sc-text);opacity:.9}#download .hero-trust-list li::before{content:"✓";position:absolute;left:0;top:.1rem;color:var(--sc-brand);font-weight:700}#testimonials{background:var(--sc-surface)}#testimonials h2{font-size:2.5rem}#testimonials .testi-sub{color:var(--sc-text-muted);font-size:1.15rem;max-width:520px;margin:0 auto 3.5rem;text-align:center}.testimonial{background:var(--sc-surface-2);border-radius:24px;padding:2.5rem;height:100%;border:1px solid var(--sc-border);display:flex;flex-direction:column;justify-content:space-between}[data-theme=dark] .testimonial{background:#1a1a1a}.testimonial .stars{color:var(--sc-brand);font-size:1rem;margin-bottom:1.25rem;letter-spacing:2px}.testimonial blockquote{font-size:1.1rem;line-height:1.7;font-style:italic;color:var(--sc-text);flex:1;margin-bottom:1.5rem}.testimonial .author{display:flex;align-items:center;gap:12px}.testimonial .author-avatar{width:44px;height:44px;border-radius:50%;background:var(--sc-brand);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.testimonial .author-info strong{display:block;font-size:.95rem}.testimonial .author-info span{font-size:.85rem;color:var(--sc-text-muted)}footer{background-color:#000;color:#fff;padding:5rem var(--sc-section-x) 2.5rem}footer .container{max-width:var(--sc-container);margin:0 auto}footer .footer-logo{height:44px;width:auto;display:block;margin-bottom:1.5rem}footer .footer-brand-text{font-size:.9rem;color:rgba(255,255,255,.55);max-width:300px;line-height:1.7;margin-bottom:0}footer h5{margin-bottom:1.25rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.35);font-weight:700}footer ul{list-style:none;padding:0;margin:0}footer ul li{margin-bottom:.75rem}footer ul li a{color:rgba(255,255,255,.65);text-decoration:none;font-size:.9rem;transition:color .25s ease}footer ul li a:hover{color:#fff}.hover-white:hover{color:#fff!important}.footer-bottom{margin-top:3.5rem;padding-top:1.75rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;gap:1rem;color:rgba(255,255,255,.35);font-size:.82rem}.footer-bottom a{color:rgba(255,255,255,.5);font-size:1.25rem;transition:color .25s ease}.footer-bottom a:hover{color:#fff}@media (max-width:991px){:root{--sc-section-y:5rem}}@media (max-width:767px){:root{--sc-section-y:3.5rem;--sc-section-x:1.25rem}#hero{padding-top:1.5rem}.hero-text{margin-bottom:2rem;text-align:left}.hero-text h1{font-size:clamp(1.75rem, 8vw, 2.2rem);margin-bottom:1rem;line-height:1.2}.hero-text p{font-size:.97rem;margin-bottom:1.75rem;text-align:left}.hero-rating-badge{align-self:flex-start;margin-bottom:1.25rem}.hero-text .d-flex{flex-direction:row!important;flex-wrap:nowrap!important;justify-content:flex-start;gap:.65rem!important}.btn-store-hero{width:auto;max-width:none;padding:.6rem 1rem;gap:7px;justify-content:center;flex:1;max-width:50%}.btn-store-hero div div:first-child{font-size:.58rem}.btn-store-hero div div:last-child{font-size:.88rem}.btn-store-hero i{font-size:1.1rem}.hero-img{max-height:45vh;overflow:hidden;align-items:center!important}.hero-img img{max-height:45vh;object-fit:contain}.feature-detail-text h3{font-size:1.8rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}footer{padding-top:3rem;padding-bottom:2rem}footer .footer-brand-text{max-width:100%;font-size:.88rem;margin-bottom:.5rem}footer .footer-logo{height:40px}footer h5{margin-bottom:.85rem}footer ul li{margin-bottom:.55rem}footer ul li a{font-size:.88rem}}.blog-header{padding:7rem 0 0;background:var(--sc-surface);border-bottom:1px solid var(--sc-border)}.blog-header-inner{display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:center;min-height:280px;padding-bottom:0}.blog-header-text{padding:2rem 0 2.5rem}.blog-header h1{font-size:clamp(1.6rem, 3.5vw, 2.4rem);font-weight:800;letter-spacing:-.3px;line-height:1.3;margin-bottom:0;color:var(--sc-text)}.blog-meta{font-size:.75rem;color:var(--sc-text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem}.blog-header-illus{height:100%;min-height:280px;overflow:hidden;border-radius:16px 16px 0 0}.blog-hero-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;min-height:280px}@media (max-width:768px){.blog-header-inner{grid-template-columns:1fr;min-height:unset;gap:1.5rem}.blog-header-illus{min-height:200px;border-radius:14px}.blog-hero-img{min-height:200px;border-radius:14px}.blog-header-text{padding:0 0 0}}.article-illustration-wrap{display:none}.related-section{border-top:1px solid var(--sc-border);padding:3rem 0 0;margin-top:3rem}.related-heading{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--sc-text-muted);margin-bottom:1.5rem}.related-scroll{display:flex;gap:1.25rem;overflow-x:auto;padding-bottom:1.5rem;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.related-scroll::-webkit-scrollbar{display:none}.related-card{flex:0 0 auto;width:220px;background:var(--sc-surface-2);border:1px solid var(--sc-border);border-radius:16px;overflow:hidden;text-decoration:none!important;color:var(--sc-text);display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;scroll-snap-align:start}.related-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.1);border-color:rgba(207,19,75,.35)}[data-theme=dark] .related-card:hover{box-shadow:0 12px 28px rgba(0,0,0,.4)}.related-card-img-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;background:#e9e9eb;flex-shrink:0}[data-theme=dark] .related-card-img-wrap{background:#1f1f1f}.related-card-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .35s ease}.related-card:hover .related-card-img{transform:scale(1.04)}.related-card-body{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.related-card-cat{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--sc-brand);margin-bottom:.4rem;display:block}.related-card-title{font-size:.88rem;font-weight:700;line-height:1.35;color:var(--sc-text);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.related-card-excerpt{font-size:.78rem;color:var(--sc-text-muted);line-height:1.45;margin-bottom:.75rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-card-link{font-size:.8rem;font-weight:700;color:var(--sc-brand);display:flex;align-items:center;gap:6px;margin-top:auto}.related-card-link i{transition:transform .25s ease}.related-card:hover .related-card-link i{transform:translateX(4px)}.btn-back-guides{display:inline-flex;align-items:center;gap:8px;padding:.6rem 1.4rem;border:1.5px solid var(--sc-border);border-radius:50px;font-size:.88rem;font-weight:600;color:var(--sc-text-muted);text-decoration:none;transition:all .2s ease}.btn-back-guides:hover{border-color:var(--sc-brand);color:var(--sc-brand);background:rgba(207,19,75,.04)}.blog-content{max-width:720px;margin:0 auto;padding:3rem 1.5rem 5rem;font-size:1.05rem;line-height:1.8;color:var(--sc-text)}.blog-content h2{font-size:1.5rem;font-weight:700;margin-top:3rem;margin-bottom:1rem;color:var(--sc-text);letter-spacing:-.5px}.blog-content p{margin-bottom:1.4rem;color:var(--sc-text-secondary)}.blog-content ul{margin-bottom:1.8rem;padding-left:1.5rem}.blog-content li{margin-bottom:.5rem;color:var(--sc-text-secondary)}.blog-content .highlight-box{background:rgba(207,19,75,.05);border-left:4px solid var(--sc-brand);padding:1.25rem 1.5rem;margin:2.5rem 0;border-radius:0 12px 12px 0}[data-theme=dark] .highlight-box{background:rgba(232,42,99,.1)}.blog-cta{background:#0d0d0d;border-radius:20px;padding:2.5rem 2rem;text-align:center;color:#fff;margin:3.5rem 0;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.blog-cta h3{font-size:1.6rem;font-weight:700;margin-bottom:.75rem;color:#fff}.blog-cta p{font-size:1rem;opacity:.8;margin-bottom:1.75rem;max-width:520px;margin-left:auto;margin-right:auto}.blog-cta .btn-store-hero{background-color:#cf134b!important;color:#fff!important;border:none!important}.hub-header{padding:8rem 0 2.5rem;text-align:center;background:var(--sc-surface);border-bottom:1px solid var(--sc-border)}.hub-header h1{font-size:clamp(1.8rem, 3.5vw, 2.5rem);font-weight:700;letter-spacing:-1px;margin-bottom:.6rem;color:var(--sc-text)}.hub-header p{font-size:1rem;color:var(--sc-text-muted);max-width:560px;margin:0 auto}.hub-grid{padding:2.5rem 0 5rem;display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:var(--sc-container);margin:0 auto;padding-left:var(--sc-section-x);padding-right:var(--sc-section-x)}.guide-card{background:var(--sc-surface-2);border:1px solid var(--sc-border);border-radius:16px;padding:0;overflow:hidden;display:grid;grid-template-columns:220px 1fr;transition:all .3s cubic-bezier(.16, 1, .3, 1);text-decoration:none!important;color:var(--sc-text);min-height:170px}@media (max-width:480px){.guide-card{grid-template-columns:110px 1fr;min-height:130px}}.guide-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.08);border-color:rgba(207,19,75,.3)}[data-theme=dark] .guide-card:hover{box-shadow:0 15px 30px rgba(0,0,0,.4)}.guide-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--sc-brand)}.guide-card-time{color:var(--sc-text-muted);font-weight:500;text-transform:none}.guide-card h3{font-size:1.05rem;line-height:1.4;margin-bottom:.4rem;color:var(--sc-text);font-weight:700}.guide-card p{font-size:.875rem;color:var(--sc-text-muted);line-height:1.5;margin-bottom:1rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guide-card-footer{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:700;color:var(--sc-text)}.guide-card-footer i{color:var(--sc-brand);transition:transform .3s ease}.guide-card:hover .guide-card-footer i{transform:translateX(4px)}.hover-white:hover{color:#fff!important}section{scroll-margin-top:130px}.text-muted{color:var(--sc-text-muted)!important}.guide-card-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;min-height:170px}@media (max-width:480px){.guide-card-img{min-height:130px}}[data-theme=dark] .guide-card-img{filter:brightness(.92)}.guide-card-body{padding:1.5rem 2rem;display:flex;flex-direction:column;justify-content:center}.seo-h1{font-size:0;line-height:0;overflow:hidden;height:0;margin:0;padding:0}.hero-stars{display:flex;align-items:center;gap:.9rem;margin-bottom:.5rem}.hero-stars .star-icons{color:#f59e0b;font-size:1rem;letter-spacing:1px;line-height:1}.hero-stars .star-label{font-size:.82rem;font-weight:500;color:var(--sc-text-muted)}.hero-h2{font-size:clamp(2rem, 4.5vw, 2.8rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:var(--sc-text)}.hero-sub{font-size:1.06rem;color:var(--sc-text-muted);line-height:1.65}.hero-price{font-size:.9rem;font-weight:600;color:var(--sc-text);letter-spacing:.01em}[data-theme=light] .hero-price{color:#000}[data-theme=dark] .hero-price{color:#fff}.sc-badge-link{display:inline-flex;align-items:center;gap:10px;padding:.7rem 1.25rem;background:#000;color:#fff;border:1.5px solid rgba(255,255,255,.12);border-radius:13px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;line-height:1}.sc-badge-link:hover{color:#fff;transform:translateY(-2px);border-color:rgba(255,255,255,.28);box-shadow:0 6px 20px rgba(0,0,0,.35)}.sc-badge-link.sc-badge-lg{padding:.85rem 1.4rem;gap:11px;border-radius:13px;border-color:rgba(255,255,255,.4)}[data-theme=light] .sc-badge-link{background:#000;color:#fff;border-color:rgba(0,0,0,.15)}[data-theme=light] .sc-badge-link:hover{color:#fff;box-shadow:0 6px 20px rgba(0,0,0,.18)}[data-theme=light] .sc-badge-link.sc-badge-lg{border-color:rgba(0,0,0,.2)}.sc-badge-icon{display:flex;align-items:center;flex-shrink:0}.sc-badge-text{display:flex;flex-direction:column;align-items:flex-start;white-space:nowrap}.sc-badge-top{font-size:.6rem;font-weight:500;color:rgba(255,255,255,.65);letter-spacing:.04em;line-height:1.2;display:block}.sc-badge-main{font-size:1rem;font-weight:700;color:#fff;letter-spacing:-.01em;display:block;line-height:1.2}.hero-trust-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:500;color:var(--sc-text-muted);text-decoration:none;margin:0;transition:color .15s ease,opacity .15s ease;opacity:.8}.hero-trust-link:hover{color:var(--sc-text);opacity:1}.hero-trust-link i{font-size:.6rem;transition:transform .15s ease}.hero-trust-link:hover i{transform:translateX(2px)}.cta-badges{display:flex;flex-wrap:nowrap;gap:.75rem;align-items:center}@media (max-width:767px){.hero-h2{font-size:clamp(1.7rem, 7vw, 2.2rem);text-align:left}.hero-sub{text-align:left}.hero-tagline{text-align:left}.hero-stars{justify-content:flex-start}.hero-badges{justify-content:flex-start}.hero-trust-link{justify-content:flex-start}.hero-price{text-align:left}.sc-badge-link{padding:.65rem 1rem}.sc-badge-main{font-size:.9rem}.hero-img{margin-top:-3.5rem}.hero-img img{transform:none}.cta-badges{flex-wrap:nowrap;justify-content:center}}