*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#77B900;--primary-dark:#5A8F00;--secondary:#FF6B00;--bg-dark:#1E1E1E;--bg-card:#2A2A2A;--bg-light:#F5F5F5;--text-dark:#1E1E1E;--text-light:#FFF;--text-gray:#888;--border:#3A3A3A;--shadow:rgba(0,0,0,.1);--shadow-medium:rgba(0,0,0,.15);--shadow-large:rgba(0,0,0,.2)}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;font-size:16px;line-height:1.6;color:var(--text-dark);background-color:#FFF}h1,h2,h3,h4,h5,h6{font-family:'Roboto Slab',serif;font-weight:700;line-height:1.3;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem;text-align:center;margin-bottom:3rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:1rem;font-size:1.1rem;font-weight:500;text-align:center;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--text-light);box-shadow:0 4px 15px rgba(119,185,0,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(119,185,0,.4);color:var(--text-light)}.btn-secondary{background:transparent;color:var(--text-dark);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:var(--text-light)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--text-light)}.btn-large{padding:1.5rem 3rem;font-size:1.25rem}.hero{background:linear-gradient(135deg,#F5F5F5 0%,#E8E8E8 100%);padding:3rem 0;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.logo{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.logo span{font-size:2rem;font-weight:700;color:var(--primary)}.hero h1{font-size:3rem;color:var(--text-dark);margin-bottom:1.5rem}.hero-subtitle{font-size:1.2rem;color:var(--text-gray);margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.hero-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-badges span{background:var(--text-light);padding:.5rem 1rem;border-radius:6px;font-size:.9rem;color:var(--text-gray);box-shadow:0 2px 8px var(--shadow)}.hero-features{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:1rem}.feature-item .icon{font-size:1.5rem}.hero-image{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-image img{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:0 10px 40px var(--shadow-large)}section{padding:5rem 0}section:nth-child(even){background:var(--bg-light)}.section-intro{text-align:center;font-size:1.15rem;color:var(--text-gray);max-width:800px;margin:0 auto 3rem}.versions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.version-card{background:var(--text-light);padding:2rem;border-radius:12px;box-shadow:0 4px 20px var(--shadow);transition:transform .3s ease,box-shadow .3s ease;position:relative}.version-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px var(--shadow-medium)}.version-card.featured{border:2px solid var(--primary)}.card-badge{position:absolute;top:1rem;right:1rem;background:var(--secondary);color:var(--text-light);padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.card-icon{font-size:3rem;margin-bottom:1rem}.version-card h3{margin-bottom:1rem;color:var(--text-dark)}.version-card p{color:var(--text-gray);margin-bottom:1.5rem;min-height:80px}.card-specs{margin-bottom:1.5rem}.card-specs li{padding:.5rem 0;color:var(--text-gray);font-size:.95rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.benefit-card{background:var(--text-light);padding:2rem;border-radius:12px;box-shadow:0 4px 20px var(--shadow);transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px)}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{color:var(--text-dark);margin-bottom:1rem}.benefit-card p{color:var(--text-gray)}.requirements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.requirements-card{background:var(--text-light);padding:2rem;border-radius:12px;box-shadow:0 4px 20px var(--shadow)}.requirements-card.recommended{border:2px solid var(--primary)}.requirements-card h3{color:var(--text-dark);margin-bottom:1.5rem}.requirements-card ul li{padding:.75rem 0;color:var(--text-gray);border-bottom:1px solid var(--bg-light)}.requirements-card ul li:last-child{border-bottom:none}.compatibility{background:var(--text-light);padding:2rem;border-radius:12px;box-shadow:0 4px 20px var(--shadow)}.compatibility h3{margin-bottom:1.5rem}.compatibility-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.compatibility-list li{display:flex;align-items:center;gap:.75rem;color:var(--text-gray)}.check{color:var(--primary);font-size:1.2rem}.cross{color:var(--secondary);font-size:1.2rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.step-card{background:var(--text-light);padding:2rem;border-radius:12px;box-shadow:0 4px 20px var(--shadow);position:relative}.step-number{position:absolute;top:-1rem;left:2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--text-light);width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;box-shadow:0 4px 15px rgba(119,185,0,.3)}.step-card h3{margin-top:1.5rem;margin-bottom:1rem}.step-card p{color:var(--text-gray)}.tip,.warning{background:var(--text-light);padding:1.5rem;border-radius:12px;border-left:4px solid var(--primary);box-shadow:0 4px 20px var(--shadow);display:flex;align-items:flex-start;gap:1rem;margin-top:2rem}.warning{border-left-color:var(--secondary)}.tip-icon,.warning-icon{font-size:1.5rem;flex-shrink:0}.tip p,.warning p{margin:0;color:var(--text-gray)}.guide-content{max-width:900px;margin:0 auto}.guide-section{background:var(--text-light);padding:2rem;border-radius:12px;box-shadow:0 4px 20px var(--shadow);margin-bottom:2rem}.guide-section h3{color:var(--text-dark);margin-bottom:1.5rem}.guide-section p{color:var(--text-gray);margin-bottom:1rem}.guide-section ol{counter-reset:item;list-style:none}.guide-section ol li{counter-increment:item;margin-bottom:1rem;padding-left:2rem;position:relative;color:var(--text-gray)}.guide-section ol li::before{content:counter(item) ".";position:absolute;left:0;color:var(--primary);font-weight:700}.guide-section ul{list-style:none;margin-left:2rem;margin-top:.5rem}.guide-section ul li{padding:.5rem 0;padding-left:1.5rem;position:relative;color:var(--text-gray)}.guide-section ul li::before{content:"•";position:absolute;left:0;color:var(--primary)}.guide-section.alternative{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.comparison-table,.alternatives-table{overflow-x:auto;background:var(--text-light);border-radius:12px;box-shadow:0 4px 20px var(--shadow);margin-bottom:2rem}.comparison-table table,.alternatives-table table{width:100%;border-collapse:collapse}.comparison-table th,.comparison-table td,.alternatives-table th,.alternatives-table td{padding:1.25rem;text-align:left;border-bottom:1px solid var(--bg-light)}.comparison-table thead,.alternatives-table thead{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--text-light)}.comparison-table thead th,.alternatives-table thead th{font-weight:600}.comparison-table thead th{text-align:center}.comparison-table tbody td,.alternatives-table tbody td{color:var(--text-gray)}.comparison-table tbody td{text-align:center}.comparison-table tbody td:first-child{text-align:left;font-weight:500;color:var(--text-dark)}.comparison-table tbody tr:hover,.alternatives-table tbody tr:hover{background:var(--bg-light)}.price-row{background:var(--bg-light);font-weight:600}.faq-list,.changelog-list{max-width:900px;margin:0 auto}.faq-item{background:var(--text-light);margin-bottom:1rem;border-radius:12px;box-shadow:0 4px 20px var(--shadow);overflow:hidden}.faq-question{width:100%;background:none;border:none;padding:1.5rem 2rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;color:var(--text-dark);transition:background .3s ease}.faq-question:hover{background:var(--bg-light)}.faq-icon{font-size:1.5rem;color:var(--primary);transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{padding:0 2rem 1.5rem;color:var(--text-gray)}.changelog-item{background:var(--text-light);padding:2rem;border-radius:12px;box-shadow:0 4px 20px var(--shadow);margin-bottom:2rem}.changelog-item h3{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.badge{background:var(--primary);color:var(--text-light);padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.changelog-item ul{list-style:none}.changelog-item ul li{padding:.5rem 0;padding-left:1.5rem;position:relative;color:var(--text-gray)}.changelog-item ul li::before{content:"•";position:absolute;left:0;color:var(--primary)}.final-cta{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%)!important;color:var(--text-light)!important;text-align:center;padding:5rem 0}.final-cta h2{color:var(--text-light);margin-bottom:1.5rem}.cta-text{font-size:1.25rem;margin-bottom:2.5rem;color:var(--text-light)}.final-cta .btn-primary{background:var(--text-light);color:var(--primary)}.final-cta .btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,255,255,.3)}.cta-info{margin-top:1.5rem;display:flex;justify-content:center;gap:2rem;font-size:1rem;color:var(--text-light);opacity:.9}.footer{background:var(--bg-dark);color:var(--text-light);padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo span{font-size:1.5rem;font-weight:700;color:var(--primary)}.footer-section h4{color:var(--primary);margin-bottom:1rem;font-size:1.1rem}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:var(--text-gray);transition:color .3s ease}.footer-section a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);padding-top:2rem;text-align:center}.disclaimer{font-size:.9rem;color:var(--text-gray);margin-bottom:1rem;line-height:1.6}.copyright{font-size:.9rem;color:var(--text-gray)}@media (max-width:1024px){h1{font-size:2.5rem}h2{font-size:2rem}.hero-content{grid-template-columns:1fr;gap:2rem}.benefits-grid,.versions-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}.container{padding:0 1.5rem}section{padding:3rem 0}.hero{padding:3rem 0}.hero-buttons{flex-direction:column}.btn{width:100%}.versions-grid,.benefits-grid,.steps-grid,.requirements-grid{grid-template-columns:1fr}.compatibility-list{grid-template-columns:1fr}.cta-info{flex-direction:column;gap:.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.comparison-table,.alternatives-table{font-size:.9rem}.comparison-table th,.comparison-table td,.alternatives-table th,.alternatives-table td{padding:.75rem}}@media (max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}.hero-badges{flex-direction:column}.hero-badges span{text-align:center}.btn{padding:.85rem 1.5rem;font-size:1rem}.btn-large{padding:1.25rem 2rem;font-size:1.1rem}}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.guide-section ol li{overflow-wrap:anywhere;word-break:break-word}.guide-section ul li{overflow-wrap:anywhere;word-break:break-word}
/* mobile-overflow-fix: no horizontal scroll on phones */@media (max-width:768px){.hero h1{font-size:2rem}.hero-content{grid-template-columns:minmax(0,1fr)}.hero-text,.hero-image{min-width:0}table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:480px){.hero h1{font-size:1.75rem}}