.marketing-container{width:100%;max-width:800px;padding:16px var(--space-6)0;color:var(--grey-800);margin:0 auto}[data-theme=dark] .marketing-container{color:var(--grey-200)}.hero-wrapper{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.hero-text{flex:1;max-width:500px}.hero-text h1{font-family:var(--font-primary);margin:0 0 var(--space-3)0;color:var(--grey-900);margin-bottom:var(--space-5);max-width:80%;font-size:2rem;line-height:1.2}[data-theme=dark] .hero-text h1{color:#fff}.title-bold{font-weight:700}.hero-features{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hero-features li{font-size:var(--text-xl);align-items:center;gap:var(--space-3);color:var(--grey-800);font-weight:500;display:flex}[data-theme=dark] .hero-features li{color:var(--grey-200)}.hero-features li:before{content:"";border-radius:50%;flex-shrink:0;width:12px;height:12px;display:block}.hero-features li:first-child:before{background-color:var(--primary-green)}.hero-features li:nth-child(2):before{background-color:var(--primary-blue)}.hero-features li:nth-child(3):before{background-color:var(--primary-pink)}.hero-description{color:var(--grey-800);margin:0;font-size:1.2rem;font-weight:400;line-height:1.5}[data-theme=dark] .hero-description{color:var(--grey-200)}.hero-images{flex:1;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.hero-image-slide{opacity:0;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .4s ease-in-out;display:flex;position:absolute;top:0;left:0}.hero-image-slide.active{opacity:1;z-index:1}.hero-img{object-fit:contain;max-width:100%;max-height:100%}.img-light{display:block}.img-dark,[data-theme=dark] .img-light{display:none}[data-theme=dark] .img-dark{display:block}.marketing-content{margin-top:var(--space-12);text-align:left}.marketing-content p{font-family:var(--font-primary);font-weight:400;font-size:var(--text-lg);color:var(--grey-800);margin-bottom:var(--space-4);line-height:1.6}.marketing-content p:last-child{margin-bottom:0}[data-theme=dark] .marketing-content p{color:var(--grey-300)}@media (min-width:769px) and (max-width:1024px){.hero-text h1{margin-bottom:var(--space-6);max-width:80%;font-size:2rem}.hero-description{font-size:1.2rem;line-height:1.5}}@media (max-width:768px){.marketing-container{padding:12px 10px 0 12px}.hero-wrapper{text-align:center;flex-direction:column;align-items:center;gap:0;display:flex}.hero-text{display:contents}.hero-text h1{margin-top:var(--space-6);margin-bottom:var(--space-4);order:1;width:100%;font-size:2rem}.hero-images{flex:none;order:2;width:calc(100% + 22px);height:340px;margin-left:-12px;margin-right:-10px}.hero-img{object-fit:contain;width:100%;height:100%}.hero-description{width:90%;max-width:90%;margin:var(--space-2)auto var(--space-8)auto;order:3;font-size:1.2rem;line-height:1.5}.hero-features{display:none}}@media (max-width:480px){.hero-text h1{margin-bottom:var(--space-0);margin-top:var(--space-4);max-width:80%;font-size:2rem;line-height:1.2}.hero-description{max-width:100%;margin-top:var(--space-2);margin-bottom:var(--space-10);font-size:1.15rem;line-height:1.45}.hero-images{height:285px}}
.adblocker-modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:10002;touch-action:manipulation;width:100vw;height:100svh;padding:var(--space-4);padding-top:calc(var(--space-4) + env(safe-area-inset-top));padding-bottom:calc(var(--space-4) + env(safe-area-inset-bottom));background-color:#0009;justify-content:center;align-items:center;animation:.2s ease-out modalFadeIn;display:flex;position:fixed;top:0;left:0;transform:translateZ(0)}.adblocker-modal-content{background:var(--card-bg);border-radius:var(--radius-xl);border:1px solid var(--card-border);width:100%;max-width:400px;box-shadow:var(--shadow-lg);animation:.3s ease-out modalSlideUp;position:relative;overflow:hidden}.adblocker-close-btn{top:var(--space-4);right:var(--space-4);color:var(--text-tertiary);cursor:pointer;z-index:10;padding:var(--space-2);transition:all var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex;position:absolute}@media (hover:hover){.adblocker-close-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}}[data-theme=dark] .adblocker-close-btn:hover{background:#ffffff1a}.adblocker-icon-wrapper{padding:var(--space-8)var(--space-6)var(--space-6);background:linear-gradient(135deg,#dc26261a 0%,#fb923c1a 100%);justify-content:center;align-items:center;display:flex}[data-theme=dark] .adblocker-icon-wrapper{background:linear-gradient(135deg,#dc262626 0%,#fb923c26 100%)}.adblocker-icon-circle{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#fb923c 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:2.25rem;display:flex;box-shadow:0 8px 24px #dc26264d}[data-theme=dark] .adblocker-icon-circle{box-shadow:0 8px 24px #dc262666}.adblocker-content{padding:var(--space-6);text-align:center}.adblocker-title{font-family:var(--font-primary);color:var(--text-primary);margin:0 0 var(--space-3)0;font-size:1.375rem;font-weight:700}.adblocker-description{font-family:var(--font-primary);color:var(--text-secondary);margin:0 0 var(--space-6)0;font-size:1.0625rem;line-height:1.6}.adblocker-steps{background:var(--bg-secondary);border-radius:var(--radius-lg);padding:var(--space-4);gap:var(--space-3);margin-bottom:var(--space-5);border:1px solid #0000;flex-direction:column;display:flex}[data-theme=light] .adblocker-steps{border-color:var(--grey-200)}[data-theme=dark] .adblocker-steps{background:#ffffff0d;border-color:#ffffff1a}.adblocker-step{align-items:flex-start;gap:var(--space-3);text-align:left;display:flex}.step-number{background:var(--grey-300);width:24px;height:24px;color:var(--grey-700);font-family:var(--font-primary);font-size:var(--text-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}[data-theme=dark] .step-number{background:var(--grey-700);color:var(--grey-200)}.step-text{font-family:var(--font-primary);color:var(--text-primary);padding-top:2px;font-size:.9375rem;line-height:1.5}.adblocker-mobile-note{margin-top:var(--space-4);padding:var(--space-3)var(--space-4);background:var(--bg-secondary);border-radius:var(--radius-lg);text-align:center;border:1px solid #0000}[data-theme=light] .adblocker-mobile-note{border-color:var(--grey-200)}[data-theme=dark] .adblocker-mobile-note{background:#ffffff0d;border-color:#ffffff1a}.adblocker-subtitle{font-family:var(--font-primary);color:var(--text-primary);margin:0 0 var(--space-2)0;font-size:.9375rem;font-weight:700}.adblocker-small-text{font-family:var(--font-primary);color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.5}.adblocker-thanks{font-family:var(--font-primary);color:var(--text-secondary);margin:var(--space-4)0 0 0;font-size:.9375rem;font-weight:600}.security-modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:10002;touch-action:manipulation;width:100vw;height:100svh;padding:var(--space-4);padding-top:calc(var(--space-4) + env(safe-area-inset-top));padding-bottom:calc(var(--space-4) + env(safe-area-inset-bottom));background-color:#0009;justify-content:center;align-items:center;animation:.2s ease-out modalFadeIn;display:flex;position:fixed;top:0;left:0;transform:translateZ(0)}.security-modal-content{background:var(--card-bg);border-radius:var(--radius-xl);border:1px solid var(--card-border);width:100%;max-width:380px;box-shadow:var(--shadow-lg);animation:.3s ease-out modalSlideUp;position:relative;overflow:hidden}.security-close-btn{top:var(--space-4);right:var(--space-4);color:var(--text-tertiary);cursor:pointer;z-index:10;padding:var(--space-2);transition:all var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex;position:absolute}@media (hover:hover){.security-close-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}}[data-theme=dark] .security-close-btn:hover{background:#ffffff1a}.security-icon-wrapper{padding:var(--space-8)var(--space-6)var(--space-6);background:linear-gradient(135deg,#3f95d41a 0%,#63b3ed1a 100%);justify-content:center;align-items:center;display:flex}[data-theme=dark] .security-icon-wrapper{background:linear-gradient(135deg,#3f95d426 0%,#63b3ed26 100%)}.security-icon-circle{color:#fff;background:linear-gradient(135deg,#3f95d4 0%,#63b3ed 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:2.25rem;display:flex;box-shadow:0 8px 24px #3f95d44d}[data-theme=dark] .security-icon-circle{box-shadow:0 8px 24px #3f95d466}.security-content{padding:var(--space-6);text-align:center}.security-title{font-family:var(--font-primary);color:var(--text-primary);margin:0 0 var(--space-2)0;font-size:1.375rem;font-weight:700}.security-description{font-family:var(--font-primary);font-size:var(--text-base);color:var(--text-secondary);margin:0 0 var(--space-5)0;line-height:1.6}.security-widget-container{justify-content:center;align-items:center;min-height:70px;display:flex}.security-loading{align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.security-spinner{border:3px solid #3f95d426;border-top-color:var(--primary-blue);border-radius:50%;width:28px;height:28px;animation:1s ease-in-out infinite spin}.security-loading-text{font-family:var(--font-primary);font-size:var(--text-sm);color:var(--text-secondary)}.security-error{padding:var(--space-3)}.security-error-text{font-family:var(--font-primary);font-size:var(--text-sm);color:#dc2626;line-height:1.5}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:640px){.adblocker-modal-content,.security-modal-content{max-width:calc(100vw - 32px);margin:0 var(--space-4);margin-bottom:10vh}.adblocker-icon-wrapper,.security-icon-wrapper{padding:var(--space-6)var(--space-4)var(--space-4)}.adblocker-icon-circle,.security-icon-circle{width:64px;height:64px;font-size:2rem}.adblocker-content,.security-content{padding:var(--space-5)}.adblocker-title,.security-title{font-size:1.25rem}.adblocker-description,.security-description{font-size:.9375rem}.adblocker-steps{padding:var(--space-3)}.step-number{width:22px;height:22px;font-size:.8125rem}.step-text{font-size:.875rem}.adblocker-mobile-note{padding:var(--space-3)}.adblocker-subtitle,.adblocker-small-text,.adblocker-thanks{font-size:.875rem}}
