/* Trusted Section */
.trusted{padding:40px 24px;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}
.trusted-content{max-width:1200px;margin:0 auto;text-align:center}
.trusted-label{font-size:12px;text-transform:uppercase;letter-spacing:0.1em;color:var(--text-muted);margin-bottom:24px}
.trusted-badges{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}
.trust-badge{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:14px;font-weight:500}
.trust-badge svg{width:24px;height:24px;color:var(--accent-green)}

/* Features Section */
.features{padding:120px 24px;position:relative}
.section-header{text-align:center;max-width:700px;margin:0 auto 80px}
.section-label{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--accent-green);margin-bottom:16px}
h2{font-size:42px;font-weight:700;margin-bottom:20px;letter-spacing:-0.02em}
.section-description{font-size:18px;color:var(--text-secondary)}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto}
.feature-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:32px;transition:all 0.3s}
.feature-card:hover{border-color:var(--accent-green);transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,0.3)}
.feature-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.feature-icon.green{background:rgba(63,185,80,0.15);color:var(--accent-green)}
.feature-icon.blue{background:rgba(88,166,255,0.15);color:#58a6ff}
.feature-icon.yellow{background:rgba(210,153,34,0.15);color:#d29922}
.feature-icon.pink{background:rgba(244,114,182,0.15);color:#f472b6}
.feature-icon.red{background:rgba(248,81,73,0.15);color:#f85149}
.feature-card h3{font-size:20px;font-weight:600;margin-bottom:12px}
.feature-card p{color:var(--text-secondary);font-size:15px;line-height:1.6}

/* Security Section */
.security{padding:120px 24px;background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}
.security-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.security-text h2{text-align:left;margin-bottom:24px}
.security-text>p{color:var(--text-secondary);font-size:17px;margin-bottom:40px;line-height:1.7}
.security-features{display:flex;flex-direction:column;gap:24px}
.security-feature{display:flex;gap:16px}
.security-feature-icon{width:48px;height:48px;border-radius:10px;background:rgba(63,185,80,0.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.security-feature-icon svg{width:24px;height:24px;color:var(--accent-green)}
.security-feature h4{font-size:16px;font-weight:600;margin-bottom:4px}
.security-feature p{font-size:14px;color:var(--text-secondary)}
.security-diagram{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;padding:40px}
.diagram-title{font-size:14px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:32px;text-align:center}
.diagram-flow{display:flex;flex-direction:column;align-items:center;gap:16px}
.diagram-step{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;padding:16px 24px;text-align:center;width:100%;max-width:280px}
.diagram-step.highlight{border-color:var(--accent-green);background:rgba(63,185,80,0.1)}
.diagram-step-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:4px}
.diagram-step-value{font-size:15px;font-weight:600;font-family:'SF Mono','Consolas',monospace}
.diagram-arrow{color:var(--text-muted);font-size:20px}

/* Screenshots Section */
.screenshots{padding:120px 24px}
.screenshots-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.screenshot-card{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--border-color);transition:all 0.3s}
.screenshot-card:hover{transform:scale(1.02);box-shadow:0 20px 60px rgba(0,0,0,0.4)}
.screenshot-card img{width:100%;height:auto;display:block}
.screenshot-label{position:absolute;bottom:16px;left:16px;background: rgb(57 176 75 / 9%);backdrop-filter:blur(10px);padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500}

/* Download Section */
.download{padding:120px 24px;background:var(--bg-secondary);border-top:1px solid var(--border-color)}
.download-content{max-width:800px;margin:0 auto;text-align:center}
.download-icon{width:80px;height:80px;margin:0 auto 32px}
.download-icon img{width:100%;height:100%}
.download h2{margin-bottom:16px}
.download-box{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;padding:48px;margin:48px 0 32px}
.download-version{font-size:14px;color:var(--text-muted);margin-bottom:24px}
.download-version strong{color:var(--text-primary)}
.download-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.download-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;border-radius:10px;font-size:16px;font-weight:600;text-decoration:none;transition:all 0.2s}
.download-btn.primary{background:var(--gradient-green);color:#fff;box-shadow:0 4px 20px rgba(63,185,80,0.3)}
.download-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(63,185,80,0.4)}
.download-btn svg{width:24px;height:24px}
.system-requirements{display:flex;justify-content:center;gap:32px;color:var(--text-muted);font-size:13px}
.system-requirements span{display:flex;align-items:center;gap:8px}
.system-requirements svg{width:16px;height:16px}

/* FAQ Section */
.faq{padding:120px 24px}
.faq-grid{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:16px}
.faq-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;overflow:hidden}
.faq-question{width:100%;padding:24px;display:flex;align-items:center;justify-content:space-between;background:none;border:none;color:var(--text-primary);font-size:16px;font-weight:600;text-align:left;cursor:pointer;transition:background 0.2s}
.faq-question:hover{background:var(--bg-tertiary)}
.faq-question svg{width:20px;height:20px;color:var(--text-muted);transition:transform 0.3s}
.faq-item.active .faq-question svg{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease}
.faq-item.active .faq-answer{max-height:500px}
.faq-answer-content{padding:0 24px 24px;color:var(--text-secondary);line-height:1.7}
.faq-answer-content code{background:var(--bg-tertiary);padding:2px 6px;border-radius:4px;font-size:13px}

/* Footer */
footer{padding:64px 24px 32px;border-top:1px solid var(--border-color);background:var(--bg-secondary)}
.footer-content{max-width:1200px;margin:0 auto}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:48px}
.footer-brand{max-width:300px}
.footer-logo{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:var(--text-primary);margin-bottom:16px}
.footer-logo img{width:32px;height:32px}
.footer-brand p{color:var(--text-secondary);font-size:14px;line-height:1.6}
.footer-links{display:flex;gap:64px}
.footer-column h4{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--text-muted);margin-bottom:16px}
.footer-column ul{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer-column a{color:var(--text-secondary);text-decoration:none;font-size:14px;transition:color 0.2s}
.footer-column a:hover{color:var(--text-primary)}
.footer-bottom{padding-top:32px;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:13px}
.footer-social{display:flex;gap:16px}
.footer-social a{color:var(--text-muted);transition:color 0.2s}
.footer-social a:hover{color:var(--text-primary)}
.footer-social svg{width:20px;height:20px}

/* Responsive */
@media(max-width:1024px){
.features-grid{grid-template-columns:repeat(2,1fr)}
.security-content{grid-template-columns:1fr;gap:60px}
.security-text h2{text-align:center}
.security-text>p{text-align:center}
}
@media(max-width:768px){
h2{font-size:32px}
.features-grid{grid-template-columns:1fr}
.screenshots-grid{grid-template-columns:1fr}
.trusted-badges{flex-direction:column;gap:24px}
.footer-top{flex-direction:column;gap:48px}
.footer-links{flex-wrap:wrap;gap:32px}
.footer-bottom{flex-direction:column;gap:16px;text-align:center}
.download-buttons{flex-direction:column}
.system-requirements{flex-direction:column;gap:12px}
}
@media(max-width:480px){
.download-box{padding:32px 24px}
}
