:root{--text: #010f17;--background: #ffffff;--primary: #f7831b;--secondary: #1e293b;--accent: #fed7aa;--surface: #ffffff;--surface-alt: #fff;--border: #e2e8f0;--border-light: #f1f5f9;--text-muted: #64748b;--text-light: #94a3b8;--success: #059669;--error: #dc2626;--warning-bg: #fef3cd;--warning-border: #f59e0b;--info-bg: #dbeafe;--info-border: #3b82f6;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .1);--transition: .2s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font);font-size:16px;line-height:1.6;color:var(--text);background:var(--surface-alt);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1280px;margin:0 auto;padding:0 24px}.site-header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo-link{display:flex;align-items:center}.logo{height:50px}.header-nav{display:flex;gap:28px}.header-nav a{font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color var(--transition)}.header-nav a:hover{color:var(--primary)}.btn-header-cta{background:var(--primary);color:#fff;padding:8px 20px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;transition:all var(--transition)}.btn-header-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #26898940}.hero-sales{background:#f0ffe1;padding:48px 0}.hero-inner{display:grid;grid-template-columns:6fr 4fr;align-items:center;gap:48px}.hero-image{display:flex;justify-content:center}.hero-image img{width:100%;max-width:500px;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);object-fit:contain}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-light);margin-bottom:20px}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--primary)}.breadcrumb .current{color:var(--text);font-weight:500}.hero-meta{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.rating-badge{display:inline-flex;align-items:center;gap:6px;background:#fef9c3;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;border:1px solid #ffe1af}.svg-stars{display:inline-flex;gap:2px;color:#f59e0b}.svg-stars svg{width:15px;height:15px}.stars{align-items:center}.meta-divider{color:var(--border)}.meta-item{font-size:.8rem;color:var(--text-muted)}.hero-title{font-size:36px;font-weight:800;line-height:1.15;color:var(--text);margin-bottom:16px;letter-spacing:-.02em}.hero-subtitle{font-size:16px;color:var(--text-muted);line-height:1.7;margin-bottom:28px}.hero-coupon-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#1e2626;padding:24px 32px;border-radius:10px;margin-bottom:28px;color:#fff;box-shadow:0 10px 30px #07689f33}.coupon-left{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.coupon-badge{display:inline-block;background:#fff3;padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.coupon-headline{display:block;font-size:12px;font-weight:700;line-height:1.25}.coupon-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.coupon-code-inline{display:flex;align-items:center;gap:10px;background:transparent;padding:8px 12px;border-radius:6px;border:1px dashed rgba(255,255,255,.4)}.code-text{font-size:.95rem;opacity:.9}.code-text strong{font-weight:700;letter-spacing:.5px;opacity:1;margin-left:2px}.btn-copy{background:#fff3;border:none;color:#fff;padding:5px 12px;border-radius:4px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all var(--transition)}.btn-copy:hover{background:#ffffff59}.btn-copy.copied{background:var(--success)}.btn-primary-lg{display:inline-block;background:#f7831b;color:#fff;padding:9px 24px;border-radius:6px;font-size:1rem;font-weight:700;transition:all var(--transition);white-space:nowrap}.btn-primary-lg:hover{background:#e06a0a;transform:translateY(-2px);box-shadow:0 6px 20px #f7831b66}.overview-section{padding:48px 0}.overview-grid{display:flex;gap:32px;align-items:flex-start}@media(max-width:1024px){.overview-grid{flex-direction:column}}.premium-specs-grid{flex:1;display:grid;grid-template-columns:1fr;gap:0;background:var(--surface);border-radius:10px;box-shadow:0 4px 24px #0000000f;border:1px solid var(--border);overflow:hidden}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid var(--border)}.spec-row:last-child{border-bottom:none}.spec-row:nth-child(odd){background-color:#edffea}.spec-label{color:var(--text-muted);font-size:16px;font-weight:500;display:flex;align-items:center;gap:12px}.spec-label:before{content:"";display:block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23268989' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.spec-value{font-size:16px;font-weight:700;color:var(--text);text-align:right}@media(max-width:900px){.premium-specs-grid{padding:16px 24px}}@media(max-width:768px){.premium-specs-grid{padding:16px 20px}}.hero-trust{display:flex;gap:24px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--text-muted)}.trust-item svg{color:var(--success)}.summary-box{flex:1.5;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);padding:20px 0}.summary-header{display:flex;align-items:center;gap:16px;padding:24px 28px;background:linear-gradient(135deg,#ecfdf5,#f0fdfa);border-bottom:1px solid var(--border)}.verdict-icon{width:44px;height:44px;background:var(--success);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.summary-header h2{font-size:1.25rem;font-weight:700;margin-bottom:4px}.summary-header p{color:var(--text-muted);font-size:1rem}.summary-details{display:grid;grid-template-columns:1fr;gap:20px}@media(max-width:1200px){.summary-details{grid-template-columns:1fr}}.summary-pros,.summary-cons{padding:0 24px}.summary-pros h3,.summary-cons h3{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.summary-pros h3{color:var(--success)}.summary-cons h3{color:var(--error)}.text-success{color:var(--success);fill:currentColor}.text-error{color:var(--error);fill:currentColor}.summary-pros ul,.summary-cons ul{list-style:none}.summary-pros li,.summary-cons li{padding:8px 0 8px 20px;position:relative;font-size:1rem;color:var(--text-muted)}.summary-pros li:before{content:"✓";color:var(--success);font-weight:700;position:absolute;left:0}.summary-cons li:before{content:"✕";color:var(--error);font-weight:700;position:absolute;left:0}.summary-pros strong,.summary-cons strong{color:var(--text)}.review-article-section{padding:48px 0;margin-bottom:40px}.article-container{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:start}.article-content{background:var(--surface);font-size:16px;line-height:1.75;color:var(--text-muted)}.article-content h2{font-size:1.5rem;font-weight:700;color:var(--text);margin:30px 0 20px}.article-content h2:first-child{margin-top:0}.article-content h3{font-size:1.25rem;font-weight:600;color:var(--text);margin:16px 0}.article-content p{margin-bottom:20px}.article-content strong{color:var(--text)}.article-content a{color:var(--primary);text-decoration:underline;text-decoration-color:var(--secondary);text-underline-offset:3px}.article-content a:hover{text-decoration-color:var(--primary)}.article-content a.btn-primary-sm,.article-content a.btn-primary-lg{color:#fff!important;text-decoration:none!important}.styled-list{list-style-type:disc;padding-left:1.5rem;margin-bottom:24px}.styled-list li{padding-left:8px;margin-bottom:12px;color:var(--text-muted)}.styled-list li::marker{color:#000}.key-takeaways{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius-md);padding:24px 32px;margin:32px 0 40px;box-shadow:var(--shadow-sm)}.key-takeaways h3{display:flex;align-items:center;gap:10px;font-size:1.15rem;color:var(--text);margin-top:0!important;margin-bottom:16px!important;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.key-takeaways h3 svg{color:var(--primary)}.key-takeaways ul{list-style:none;padding:0;margin:0}.key-takeaways li{position:relative;padding-left:28px;margin-bottom:14px;color:var(--text-muted);font-size:1rem;line-height:1.6}.key-takeaways li:last-child{margin-bottom:0}.key-takeaways li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.key-takeaways strong{color:var(--text)}.alert-box,.info-box{display:flex;gap:14px;padding:20px;border-radius:var(--radius-md);margin:28px 0;font-size:1rem}.alert-box{background:#fef2f2;border:1px solid #fecaca}.info-box{background:var(--info-bg);border:1px solid #bfdbfe}.alert-icon{display:flex;align-items:flex-start;margin-top:2px;flex-shrink:0}.alert-box .alert-icon{color:var(--error)}.info-box .alert-icon{color:#1d4ed8}.alert-box strong{display:block;color:var(--error);margin-bottom:4px;font-size:1rem}.info-box strong{display:block;color:#1d4ed8;margin-bottom:4px;font-size:1rem}.alert-box p,.info-box p{margin-bottom:0;font-size:1rem;color:var(--text-muted)}.pricing-table-wrapper{overflow-x:auto;margin:24px 0;border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-lg)}.pricing-table{width:100%;border-collapse:collapse;font-size:16px}.pricing-table th{background:#1e2626;color:#fff;padding:12px 16px;font-weight:600;text-align:left;font-size:.9rem;text-transform:uppercase;letter-spacing:.3px}.pricing-table td{padding:14px 16px;border-bottom:1px solid var(--border-light)}.pricing-table tbody tr:last-child td{border-bottom:none}.pricing-table tbody tr:hover{background:#f8fafc}.row-highlight{background:#f0f9ff!important}.row-highlight:hover{background:#e0f2fe!important}.popular-badge{display:inline-block;background:var(--primary);color:#fff;padding:2px 8px;border-radius:4px;font-size:.7rem;font-weight:700;margin-left:6px;vertical-align:middle}.price-tag{font-weight:700;color:var(--text)}.table-note{font-size:1rem;color:var(--text-light);margin-top:-8px}.verdict-actions{position:relative;display:flex;flex-direction:column;gap:0;max-width:380px;width:100%}.final-cta-box .btn-primary-lg{position:relative;width:100%;padding:18px 24px;box-sizing:border-box;text-align:center;background:#fff;color:#d65500;border-radius:100px;font-size:1.15rem;font-weight:800;box-shadow:0 8px 20px #0003;border:none;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease}.final-cta-box .btn-primary-lg:hover{background:#fff;transform:translateY(-4px);box-shadow:0 12px 30px #0000004d}.article-sidebar{align-self:stretch}.sidebar-sticky{position:sticky;top:88px;display:flex;flex-direction:column;gap:20px}.sidebar-widget{background:var(--surface);border-radius:10px;padding:20px;box-shadow:var(--shadow-lg);position:relative;border:1px solid rgba(247,131,27,.28)}.sidebar-widget h3{font-size:1.25rem;font-weight:700;margin-bottom:10px}.widget-badge{position:absolute;top:-10px;right:16px;background:var(--error);color:#fff;padding:3px 12px;border-radius:4px;font-size:.7rem;font-weight:700;letter-spacing:.5px}.coupon-widget p{font-size:1rem;color:var(--text-muted);margin-bottom:14px}.coupon-code-box{display:flex;align-items:center;justify-content:space-between;background:var(--surface-alt);border:1px dashed var(--primary);border-radius:var(--radius-sm);padding:10px 14px;margin-bottom:14px}.coupon-code-box .code{font-weight:700;letter-spacing:1px;color:var(--primary);font-size:1rem}.coupon-code-box .btn-copy{background:var(--primary);color:#fff;padding:4px 12px}.btn-primary-sm{display:inline-block;background:var(--primary);color:#fff;padding:10px 20px;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;text-align:center;transition:all var(--transition)}.btn-primary-sm:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f7831b33}.btn-primary-sm.full-width{display:block;width:100%}#toc-list{list-style:none}#toc-list li{margin-bottom:2px}.toc-link{display:block;padding:8px 12px;font-size:.875rem;color:var(--text-muted);border-radius:var(--radius-sm);transition:all var(--transition);font-weight:500}.toc-link:hover{background:var(--surface-alt);color:var(--text)}.toc-link.active{background:#f7831b14;color:var(--primary);font-weight:600}.section-title{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:12px}.section-subtitle{font-size:16px;color:var(--text-muted);line-height:1.7;max-width:720px}.testimonials-section{padding:64px 0;background:var(--surface-alt)}.testimonials-header{display:flex;align-items:center;justify-content:space-between;gap:48px;margin-bottom:48px}.t-label{display:inline-block;background:#ffedd5;color:var(--primary);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 12px;border-radius:20px;margin-bottom:12px;border:1px solid var(--accent)}.t-header-left{flex:1}.t-header-left .section-title{font-size:1.75rem;margin-bottom:12px}.t-stats-bar{display:flex;align-items:center;gap:32px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 32px;flex-shrink:0;box-shadow:var(--shadow-sm)}.t-stat{text-align:center}.t-stat-value{display:block;font-size:2rem;font-weight:800;color:#00b67a;font-family:var(--font-heading);line-height:1.1}.t-stat-unit{font-size:1.1rem;font-weight:600;color:var(--text-muted)}.t-stars{display:flex;gap:2px;color:#f59e0b;justify-content:center;margin:4px 0 2px}.t-stat-label{font-size:.75rem;color:var(--text-light);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.t-stat-divider{width:1px;height:48px;background:var(--border);flex-shrink:0}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-img-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease}.review-img-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.review-img-card img{width:100%;height:auto;display:block;object-fit:cover}@media(max-width:1024px){.testimonials-header{flex-direction:column;align-items:flex-start}.t-stats-bar{width:100%;justify-content:space-between;padding:20px 24px;gap:16px}.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.reviews-grid{grid-template-columns:1fr}.t-stats-bar{flex-direction:row;flex-wrap:wrap;gap:16px}.t-stat-divider{display:none}}.final-cta-section{padding:80px 0}.final-cta-box{position:relative;overflow:hidden;background:var(--primary);padding:64px 48px;border-radius:24px;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #d6550040;max-width:800px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;transform:translateY(0);transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease}.final-cta-box:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.15) 0%,transparent 60%);pointer-events:none}.final-cta-box h3{position:relative;font-size:2.75rem;font-weight:800;margin-bottom:16px;color:#fff;line-height:1.2;letter-spacing:-.02em}.final-cta-box p{position:relative;color:#fffffff2;margin-bottom:40px;font-size:1.15rem;max-width:520px;line-height:1.6}.final-cta-box .coupon-code-box{position:relative;background:#00000026!important;border:2px dashed rgba(255,255,255,.4)!important;backdrop-filter:blur(8px);padding:8px 10px 8px 24px;border-radius:100px;margin-bottom:20px;width:auto;display:inline-flex;gap:16px;align-self:center}.final-cta-box .code-label{color:#fffc;font-size:.95rem;font-weight:500}.final-cta-box .code{color:#fff!important;font-size:1.2rem!important;font-weight:800;letter-spacing:1px}.final-cta-box .btn-copy{background:#fff!important;color:#d65500!important;border-radius:100px;padding:8px 20px;font-size:.85rem;font-weight:700;border:none;transition:transform .2s,background .2s;cursor:pointer}.final-cta-box .btn-copy:hover{background:#ffffffe6!important;transform:scale(1.05)}.final-cta-badge{display:inline-block;background:#f7831b26;border:1px solid rgba(247,131,27,.3);color:var(--accent);padding:6px 18px;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px}.final-cta-heading{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:14px;letter-spacing:-.02em}.final-cta-sub{font-size:1.125rem;color:#ffffffa6;max-width:520px;margin-bottom:32px;line-height:1.6}.final-cta-trust-row{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-bottom:36px}.final-trust-chip{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:500;color:#ffffffd9}.final-trust-chip svg{color:#34d399;flex-shrink:0}.final-cta-action-box{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:420px}.final-cta-coupon{display:flex;align-items:center;gap:10px;background:#ffffff14;border:1px dashed rgba(255,255,255,.25);padding:10px 18px;border-radius:8px;width:100%;justify-content:center}.final-cta-coupon .code-label{font-size:.85rem;color:#fff9;font-weight:500}.final-cta-coupon .code-value{font-size:1rem;font-weight:700;color:#fff;letter-spacing:1.5px}.final-cta-coupon .btn-copy{background:#ffffff26;border:none;color:#fff;padding:5px 14px;border-radius:4px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all var(--transition)}.final-cta-coupon .btn-copy:hover{background:#ffffff4d}.final-cta-btn{display:block;width:100%;padding:16px 28px;background:linear-gradient(135deg,var(--secondary) 0%,var(--primary) 100%);color:#fff;font-size:1.05rem;font-weight:700;border-radius:10px;text-align:center;transition:all .25s ease;box-shadow:0 4px 20px #f7831b59}.final-cta-btn:hover{background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%);transform:translateY(-2px);box-shadow:0 8px 30px #f7831b73}.final-cta-btn:active{transform:translateY(0)}@media(max-width:600px){.final-cta-box{padding:32px 24px}.final-cta-trust-row{flex-direction:column;align-items:center;gap:10px}.final-trust-chip{width:100%;max-width:260px;justify-content:center}.final-cta-action-box{max-width:100%}}.disclaimer-box{font-size:1rem;color:var(--text-muted);background:var(--surface-alt);padding:16px;border-radius:8px;margin-bottom:32px;border-left:4px solid var(--primary);line-height:1.6}.article-image-box{margin:32px 0}.article-image-box img{width:100%;height:auto;display:block;border-radius:12px;box-shadow:var(--shadow-sm)}.article-image-box figcaption{margin-top:12px;font-size:.85rem;color:var(--text-muted);text-align:center;font-style:italic}.site-footer{background:#1e2626;border-top:1px solid var(--border);padding:32px 0;color:var(--text-muted)}.footer-inner{text-align:left;font-size:.825rem;line-height:1.9}.footer-legal{margin-bottom:16px}.footer-legal h4{color:#fff;font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.footer-legal p{margin-bottom:8px;color:#c1c1c1}.footer-links{border-top:1px solid var(--border-light);padding-top:16px;margin-top:16px;text-align:left;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:16px}.footer-links a{color:#fff;transition:color var(--transition)}.footer-links a:hover{color:var(--primary)}.link-divider{color:var(--border);font-weight:400}.faq-container{display:flex;flex-direction:column;gap:12px;margin-top:24px}.faq-item{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:all var(--transition)}.faq-item[open]{background:#fff;border-color:var(--primary);box-shadow:var(--shadow-sm)}.faq-question{padding:18px 20px;font-size:1.05rem;font-weight:600;color:var(--text);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.5rem;font-weight:400;color:var(--primary);transition:transform var(--transition);line-height:1}.faq-item[open] .faq-question:after{content:"−";transform:rotate(180deg)}.faq-answer{padding:0 20px 20px;color:var(--text-muted);font-size:1rem;line-height:1.6}.faq-answer p:last-child{margin-bottom:0}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:32px}.article-container{grid-template-columns:1fr}.article-sidebar,.header-nav{display:none}.hero-coupon-banner{flex-direction:column;text-align:center}.coupon-right{flex-direction:column;width:100%}.btn-primary-lg{width:100%;text-align:center}}@media(max-width:768px){.summary-details{grid-template-columns:1fr}.hero-trust{gap:16px}.article-content{padding:5px}.final-cta-box{padding:32px 24px;width:100%}.final-cta-section .section-title{font-size:1.75rem}}.mb-8{margin-bottom:8px}.mb-32{margin-bottom:32px}.mt-12{margin-top:12px}.mt-28{margin-top:28px!important}.mb-0{margin-bottom:0!important}.m-0{margin:0!important}.flex-heading-icon{display:flex;align-items:center;gap:8px}.cta-btn-wrapper{margin:36px 0;text-align:center}.btn-primary-md{font-size:1rem;padding:14px 28px;box-shadow:0 4px 12px #f7831b4d;border-radius:8px}.btn-primary-lg.final-cta{font-size:1.05rem;padding:16px 32px;box-shadow:0 4px 15px #26898959;border-radius:8px}.table-footnote{font-size:.9rem;color:var(--text-muted);margin-bottom:24px}.verdict-box{margin:40px 0}.verdict-title{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:16px}.image-grid-2col{display:grid;gap:24px;margin:32px 0}.numbered-list{list-style-type:decimal;padding-left:1.5rem;margin-bottom:24px;color:var(--text-muted);line-height:1.75}.numbered-item{margin-bottom:8px;padding-left:8px}.disclosure-box{margin-top:48px;padding-top:24px;border-top:1px solid #e1e8f0;font-size:1rem;color:#64748b}.disclosure-list{margin-top:8px;margin-bottom:0;padding-left:20px}.header-promo{display:flex;align-items:center;gap:16px;background:#f7831b14;border:1px dashed rgba(247,131,27,.4);padding:6px 16px;border-radius:var(--radius-sm);font-size:.85rem;color:var(--secondary)}.promo-text strong{color:var(--primary);letter-spacing:.5px}.copy-btn{background:none;border:none;cursor:pointer;color:#64748b;padding:4px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;margin-left:4px;vertical-align:middle}.copy-btn:hover{background:#0f172a0d;color:var(--secondary)}.copy-btn svg{width:15px;height:15px}.header-timer{font-weight:500;display:flex;align-items:center;gap:6px}#header-countdown{font-family:monospace;font-size:.95rem;font-weight:700;color:var(--error);background:#dc26261a;padding:2px 6px;border-radius:4px}@media(max-width:900px){.header-promo{display:none}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#010f1799;z-index:9999;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:20px}.modal-overlay.active{opacity:1;visibility:visible}.modal-container{background:var(--surface);width:100%;max-width:650px;max-height:85vh;border-radius:var(--radius-lg);box-shadow:0 20px 40px #0003;border:1px solid var(--border);font-family:var(--font);display:flex;flex-direction:column;transform:translateY(20px) scale(.98);transition:all .3s cubic-bezier(.16,1,.3,1);opacity:0}.modal-overlay.active .modal-container{transform:translateY(0) scale(1);opacity:1}.modal-header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background:var(--surface-alt);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.modal-title{font-size:1.25rem;font-weight:700;color:var(--text);font-family:var(--font-heading);margin:0;letter-spacing:-.01em}.modal-close{background:transparent;border:none;cursor:pointer;color:var(--text-muted);padding:4px;display:flex;align-items:center;justify-content:center;transition:color var(--transition),transform var(--transition);border-radius:var(--radius-sm)}.modal-close:hover{color:var(--error);background:#fef2f2;transform:rotate(90deg)}.modal-body{padding:24px;overflow-y:auto;flex-grow:1;font-size:16px;line-height:1.7;color:var(--text-muted)}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:transparent;margin:4px 0}.modal-body::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:10px}.modal-body::-webkit-scrollbar-thumb:hover{background-color:var(--text-muted)}.modal-body h3{font-size:20px;font-weight:600;color:var(--text);margin:24px 0 12px;font-family:var(--font-heading)}.modal-body h3:first-child{margin-top:0}.modal-body p{margin-bottom:16px}.modal-body p:last-child{margin-bottom:0}.modal-footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;flex-shrink:0;background:var(--surface-alt);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.btn-modal-close{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:8px 24px;border-radius:var(--radius-sm);font-size:16px;font-weight:600;cursor:pointer;transition:all var(--transition)}.btn-modal-close:hover{background:var(--border-light)}@media(max-width:1024px){.article-container{display:block;max-width:840px;margin:0 auto}.toc-sidebar{display:none}.hero-inner{grid-template-columns:1fr;text-align:center;gap:32px;max-width:840px;margin:0 auto}.hero-trust,.hero-meta{justify-content:center}.benefits-grid,.features-grid,.pros-cons-grid{grid-template-columns:repeat(2,1fr)!important}.overview-grid{flex-direction:column}}@media(max-width:768px){body,html{overflow-x:hidden}.article-container,.article-content,.summary-box{min-width:0;max-width:100vw}.btn-primary-lg,.btn-primary-sm{white-space:normal!important;word-wrap:break-word}.container{padding:0 16px;max-width:100vw;overflow-x:hidden}.site-header{height:auto;padding:10px 0}.header-inner{flex-wrap:wrap;height:auto;gap:12px;justify-content:center}.header-promo{display:flex;align-items:center;gap:12px;font-size:.85rem}.promo-text{font-size:.85rem}.btn-header-cta{padding:6px 12px;font-size:.8rem}.hero-title{font-size:28px;margin-bottom:12px}.hero-subtitle{font-size:15px;margin-bottom:24px}.hero-coupon-banner{flex-direction:column;text-align:center;padding:20px 16px;gap:16px}.coupon-left{align-items:center}.summary-details{grid-template-columns:1fr}.summary-box{padding:16px 0}.summary-pros,.summary-cons{padding:0 16px}.summary-header{padding:16px 20px}.benefits-grid,.features-grid,.pros-cons-grid{grid-template-columns:1fr!important}.article-content h2{font-size:1.25rem}.article-content h3{font-size:1.15rem}.key-takeaways{padding:20px;margin:24px 0}.alert-box,.info-box{padding:16px;margin:20px 0}.pricing-table-wrapper{max-width:100vw;-webkit-overflow-scrolling:touch}.pricing-table{min-width:600px}.site-footer{padding:32px 0 24px;text-align:center}.footer-inner{flex-direction:column;gap:20px;align-items:center}.footer-links{flex-direction:column;gap:12px;justify-content:center}.footer-links .link-divider{display:none}}@media(max-width:480px){.hero-sales,.overview-section,.review-article-section{padding:32px 0}.coupon-code-inline{flex-direction:column;gap:8px}.summary-pros,.summary-cons{padding:0 12px}.logo{height:40px}.header-inner{flex-direction:column}.header-promo{flex-direction:column;gap:10px}.modal-container{height:95vh;max-height:95vh}}
