/* Hero Section */
.hero-section{padding:8rem 0 6rem;background:var(--gradient-hero);position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0}
.hero-bg-1{position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(circle, rgba(255,255,255,.1) 0%, transparent 60%);animation:pulse 8s ease-in-out infinite}
.hero-bg-2{position:absolute;bottom:-30%;left:-10%;width:60%;height:150%;background:radial-gradient(circle, rgba(16,185,129,.15) 0%, transparent 60%);animation:pulse 6s ease-in-out infinite reverse}
@keyframes pulse{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}
.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}
.hero-badge{display:inline-block;padding:8px 20px;border-radius:50px;background:rgba(255,255,255,.15);color:#fff;font-size:.875rem;font-weight:500;margin-bottom:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}
.hero-title{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:1.5rem}
.hero-title span{display:block;background:linear-gradient(to right, #fbbf24, #f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-desc{font-size:1.25rem;color:rgba(255,255,255,.85);line-height:1.8;margin-bottom:2.5rem}
.hero-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.hero-buttons .default-btn{padding:16px 40px;font-size:1.0625rem}
.hero-buttons .ghost-btn{padding:16px 40px;font-size:1.0625rem}
.hero-image{margin-top:3rem;position:relative;perspective:1000px}
.hero-mockup{transform:rotateX(3deg) rotateY(-2deg);transition:transform .15s ease-out;transform-style:preserve-3d;will-change:transform}
.mockup-window{background:#fff;border-radius:var(--radius-lg);box-shadow:0 30px 80px rgba(0,0,0,.25),0 10px 30px rgba(0,0,0,.15);overflow:hidden;border:1px solid rgba(255,255,255,.2)}
.mockup-titlebar{display:flex;align-items:center;gap:8px;padding:14px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}
.mockup-dot{width:12px;height:12px;border-radius:50%;background:#e2e8f0}
.mockup-dot:nth-child(1){background:#ef4444}
.mockup-dot:nth-child(2){background:#fbbf24}
.mockup-dot:nth-child(3){background:#22c55e}
.mockup-title{margin-left:8px;font-size:.8125rem;font-weight:600;color:#64748b}
.mockup-body{display:flex;align-items:stretch;padding:0;min-height:220px}
.mockup-panel{flex:1;padding:20px 24px;display:flex;flex-direction:column;gap:14px}
.mockup-panel-left{background:#fff}
.mockup-panel-right{background:#f0fdf4;border-left:1px solid #e2e8f0}
.mockup-lang{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:#334155}
.mockup-lang-flag{font-size:1.125rem}
.mockup-lang-arrow{margin-left:auto;color:#94a3b8;font-size:.75rem}
.mockup-text{font-size:.9375rem;color:#475569;line-height:1.8;flex:1}
.mockup-divider{display:flex;align-items:center;justify-content:center;width:48px;min-width:48px;background:#f8fafc;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0}
@media (max-width:768px){
	.hero-mockup{transform:rotateX(2deg) rotateY(-1deg)}
	.mockup-body{flex-direction:column;min-height:auto}
	.mockup-divider{width:100%;min-width:100%;height:40px;border-left:none;border-right:none;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}
	.mockup-divider svg{transform:rotate(-90deg)}
	.mockup-panel{padding:16px 20px}
}
.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:3rem;flex-wrap:wrap}
.hero-stat{text-align:center;color:#fff}
.hero-stat-number{font-size:2rem;font-weight:800;display:block}
.hero-stat-label{font-size:.875rem;opacity:.8}
@media (max-width:768px){
	.hero-section{padding:6rem 0 4rem;min-height:auto}
	.hero-title{font-size:2.25rem}
	.hero-desc{font-size:1.0625rem}
	.hero-stats{gap:1.5rem}
	.hero-stat-number{font-size:1.5rem}
}

/* Features Section */
.features-section{padding:6rem 0;background:#fff}
.features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}
.feature-card{text-align:center;padding:2.5rem 2rem;border-radius:var(--radius-lg);background:#fff;border:1px solid #e2e8f0;transition:var(--transition);position:relative;overflow:hidden}
.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transition:var(--transition)}
.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:transparent}
.feature-card:hover::before{transform:scaleX(1)}
.feature-icon{width:64px;height:64px;border-radius:var(--radius-md);background:var(--gradient-card);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.75rem}
.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#040f42}
.feature-card p{font-size:.9375rem;color:#64748b;line-height:1.7}
@media (max-width:768px){
	.features-grid{grid-template-columns:1fr;gap:1.5rem}
	.feature-card{padding:2rem 1.5rem}
}

/* Product Showcase */
.showcase-section{padding:6rem 0;background:linear-gradient(to bottom, #f8fafc, #fff)}
.showcase-content{position:relative}
.showcase-screen{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);background:#fff}
.showcase-app{display:flex;min-height:380px}
.app-sidebar{width:180px;background:#f8fafc;border-right:1px solid #e2e8f0;padding:16px 0;display:flex;flex-direction:column;gap:2px}
.app-sidebar-item{display:flex;align-items:center;gap:10px;padding:10px 20px;font-size:.8125rem;color:#64748b;cursor:pointer;transition:var(--transition)}
.app-sidebar-item:hover{background:#f1f5f9;color:#334155}
.app-sidebar-item.active{background:var(--gradient-card);color:rgb(var(--rgb-color-primary));font-weight:600}
.app-main{flex:1;display:flex;flex-direction:column}
.app-toolbar{display:flex;align-items:center;justify-content:center;gap:16px;padding:14px 20px;border-bottom:1px solid #e2e8f0;background:#fff}
.app-lang-select{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:50px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.8125rem;font-weight:600;color:#334155;cursor:pointer}
.app-lang-flag{font-size:1rem}
.app-lang-arrow{color:#94a3b8;font-size:.625rem}
.app-swap-btn{width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:rgb(var(--rgb-color-primary));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}
.app-swap-btn:hover{background:var(--gradient-card)}
.app-content{flex:1;display:flex}
.app-editor{flex:1;padding:16px 20px;font-size:.8125rem;line-height:2;color:#334155;font-family:'Courier New',monospace;background:#fff}
.app-editor-line{display:flex;gap:12px}
.app-editor-line .line-num{color:#cbd5e1;min-width:20px;text-align:right;user-select:none}
.app-editor-line.active{color:rgb(var(--rgb-color-primary))}
.typing-cursor{animation:blink 1s step-end infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}
.app-result{flex:1;padding:16px 20px;background:#f0fdf4;border-left:1px solid #e2e8f0;font-size:.8125rem;line-height:2;color:#334155;position:relative}
.app-result-badge{display:inline-block;padding:2px 10px;border-radius:50px;background:#dcfce7;color:#16a34a;font-size:.6875rem;font-weight:600;margin-bottom:8px}
.app-statusbar{display:flex;align-items:center;gap:8px;padding:8px 20px;border-top:1px solid #e2e8f0;background:#f8fafc;font-size:.6875rem;color:#94a3b8}
.app-status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e}
.app-status-right{margin-left:auto}
.showcase-features{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:3rem}
.showcase-feature{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:var(--radius-md);border:1px solid #e2e8f0;transition:var(--transition)}
.showcase-feature:hover{border-color:rgb(var(--rgb-color-primary));box-shadow:var(--shadow-md)}
.showcase-feature-icon{width:48px;height:48px;min-width:48px;border-radius:var(--radius-sm);background:var(--gradient-card);display:flex;align-items:center;justify-content:center;font-size:1.25rem}
.showcase-feature h4{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#040f42}
.showcase-feature p{font-size:.875rem;color:#64748b;line-height:1.6}
@media (max-width:768px){
	.showcase-app{flex-direction:column;min-height:auto}
	.app-sidebar{width:100%;flex-direction:row;overflow-x:auto;padding:8px;gap:4px;border-right:none;border-bottom:1px solid #e2e8f0}
	.app-sidebar-item{white-space:nowrap;padding:8px 14px;font-size:.75rem}
	.app-content{flex-direction:column}
	.app-editor,.app-result{flex:none;padding:12px 16px}
	.showcase-features{grid-template-columns:1fr}
}

/* How It Works */
.how-section{padding:6rem 0;background:#fff}
.how-steps{display:flex;justify-content:center;gap:1rem;position:relative}
.how-step{flex:1;max-width:300px;text-align:center;position:relative;padding:2rem 1rem}
.how-step::before{content:'';position:absolute;top:28px;left:calc(50% + 40px);width:calc(100% - 80px);height:2px;background:var(--gradient-primary);z-index:0}
.how-step:last-child::before{display:none}
.how-step-number{width:56px;height:56px;border-radius:50%;background:var(--gradient-primary);color:#fff;font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;z-index:1;box-shadow:0 4px 15px rgba(29,78,216,.3)}
.how-step h3{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:#040f42}
.how-step p{font-size:.9375rem;color:#64748b;line-height:1.7}
@media (max-width:768px){
	.how-steps{flex-direction:column;align-items:center;gap:2rem}
	.how-step::before{display:none}
	.how-step{max-width:100%;padding:1rem}
}

/* Stats Section */
.stats-section{padding:5rem 0;background:var(--gradient-primary);position:relative;overflow:hidden}
.stats-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.stats-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;position:relative;z-index:1}
.stat-item{text-align:center;color:#fff}
.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;display:block}
.stat-label{font-size:1rem;opacity:.9}
@media (max-width:768px){
	.stats-grid{grid-template-columns:repeat(2, 1fr);gap:1.5rem}
	.stat-number{font-size:2rem}
}

/* Testimonials Section */
.testimonials-section{padding:6rem 0;background:linear-gradient(to bottom, #f8fafc, #fff)}
.testimonials-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}
.testimonial-card{background:#fff;border-radius:var(--radius-lg);padding:2rem;border:1px solid #e2e8f0;transition:var(--transition)}
.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}
.testimonial-stars{color:#fbbf24;font-size:1rem;margin-bottom:1rem}
.testimonial-text{font-size:.9375rem;color:#334155;line-height:1.8;margin-bottom:1.5rem;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:1rem}
.testimonial-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:var(--gradient-card)}
.testimonial-avatar img{width:100%;height:100%;object-fit:cover}
.testimonial-name{font-size:.9375rem;font-weight:600;color:#040f42}
.testimonial-role{font-size:.8125rem;color:#94a3b8}
@media (max-width:768px){
	.testimonials-grid{grid-template-columns:1fr}
}

/* News Section */
.news-section{padding:6rem 0;background:#fff}
.news-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}
.news-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;border:1px solid #e2e8f0;transition:var(--transition)}
.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}
.news-image{height:200px;overflow:hidden;position:relative}
.news-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}
.news-card:hover .news-image img{transform:scale(1.05)}
.news-category{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:50px;background:var(--gradient-primary);color:#fff;font-size:.75rem;font-weight:600}
.news-content{padding:1.5rem}
.news-date{font-size:.8125rem;color:#94a3b8;margin-bottom:.5rem}
.news-title{font-size:1.125rem;font-weight:600;color:#040f42;margin-bottom:.75rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news-title a{transition:var(--transition)}
.news-title a:hover{color:rgb(var(--rgb-color-primary))}
.news-excerpt{font-size:.875rem;color:#64748b;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.news-link{display:inline-flex;align-items:center;gap:6px;margin-top:1rem;font-size:.875rem;font-weight:600;color:rgb(var(--rgb-color-primary));transition:var(--transition)}
.news-link:hover{gap:10px}
@media (max-width:768px){
	.news-grid{grid-template-columns:1fr}
}

/* FAQ Section */
.faq-section{padding:6rem 0;background:linear-gradient(to bottom, #f8fafc, #fff)}
.faq-container{max-width:800px;margin:0 auto}
#faqsu-faq-list{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}
#faqsu-faq-list .faqsu-faq-single{padding:1.5rem 2rem;border-bottom:1px solid #f1f5f9;transition:var(--transition)}
#faqsu-faq-list .faqsu-faq-single:last-child{border-bottom:none}
#faqsu-faq-list .faqsu-faq-single:hover{background:#f8fafc}
#faqsu-faq-list .faqsu-faq-single summary{list-style:none;cursor:pointer}
#faqsu-faq-list .faqsu-faq-single summary::-webkit-details-marker{display:none}
#faqsu-faq-list .faqsu-faq-single summary::marker{display:none;content:''}
#faqsu-faq-list .faqsu-faq-question{font-size:1.0625rem;font-weight:600;color:#040f42;margin:0;display:flex;align-items:center;justify-content:space-between;gap:1rem}
#faqsu-faq-list .faqsu-faq-question::after{content:'+';font-size:1.25rem;color:rgb(var(--rgb-color-primary));font-weight:300;min-width:24px;text-align:center}
#faqsu-faq-list .faqsu-faq-single[open] .faqsu-faq-question::after{content:'-'}
#faqsu-faq-list .faqsu-faq-answare{font-size:.9375rem;color:#64748b;line-height:1.8;margin:12px 0 0}
@media (max-width:768px){
	#faqsu-faq-list .faqsu-faq-single{padding:1.25rem 1.5rem}
	#faqsu-faq-list .faqsu-faq-question{font-size:1rem}
}

/* CTA Section */
.cta-section{padding:6rem 0;background:var(--gradient-hero);position:relative;overflow:hidden;text-align:center}
.cta-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E")}
.cta-content{position:relative;z-index:1;max-width:640px;margin:0 auto}
.cta-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem}
.cta-desc{font-size:1.125rem;color:rgba(255,255,255,.85);margin-bottom:2rem;line-height:1.8}
.cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
@media (max-width:768px){
	.cta-section{padding:4rem 0}
	.cta-title{font-size:2rem}
}
