*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#000;overflow-x:hidden}.content-container{max-width:1400px;margin:0 auto;padding:0 40px}.stchat-main-section{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);position:relative;display:flex;align-items:center;overflow:hidden}.stchat-background-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,0.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,0.3) 0%,transparent 50%);z-index:1}.stchat-wrapper{position:relative;z-index:2;width:100%;padding:60px 0}.stchat-content-grid{display:grid;grid-template-columns:1fr 400px;gap:80px;align-items:center;max-width:1400px;margin:0 auto;padding:0 40px}.stchat-primary-content{color:white}.stchat-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.2);backdrop-filter:blur(10px);padding:12px 24px;border-radius:50px;font-weight:600;margin-bottom:30px;border:1px solid rgba(255,255,255,0.3)}.badge-icon{font-size:1.2rem}.stchat-main-title{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:25px}.title-brand{display:block;background:linear-gradient(45deg,#ffd89b 0%,#19547b 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.title-subtitle{display:block;font-size:1.8rem;font-weight:400;opacity:0.95;margin-top:10px}.stchat-main-description{font-size:1.4rem;line-height:1.6;margin-bottom:40px;opacity:0.9;max-width:600px}.stchat-stats-row{display:flex;gap:40px;margin-bottom:50px;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{display:block;font-size:2.2rem;font-weight:900;color:#ffd89b;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}.stat-label{font-size:0.9rem;opacity:0.8;text-transform:uppercase;letter-spacing:1px}.stchat-action-buttons{display:flex;gap:20px;margin-bottom:40px;flex-wrap:wrap}.stchat-primary-btn{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(45deg,#ff6b6b,#ee5a52);color:white;padding:20px 40px;border-radius:60px;text-decoration:none;font-weight:700;font-size:1.2rem;box-shadow:0 15px 35px rgba(255,107,107,0.4);transition:all 0.3s ease;border:none;cursor:pointer;position:relative;overflow:hidden}.stchat-primary-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);transition:left 0.5s}.stchat-primary-btn:hover::before{left:100%}.stchat-primary-btn:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(255,107,107,0.6)}.btn-icon{font-size:1.4rem;transition:transform 0.3s ease}.stchat-primary-btn:hover .btn-icon{transform:translateX(5px)}.stchat-secondary-btn{display:inline-flex;align-items:center;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);color:white;padding:20px 35px;border-radius:60px;text-decoration:none;font-weight:600;border:2px solid rgba(255,255,255,0.3);transition:all 0.3s ease}.stchat-secondary-btn:hover{background:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.5);transform:translateY(-2px)}.stchat-guarantees{display:flex;gap:30px;flex-wrap:wrap}.guarantee-item{display:flex;align-items:center;gap:10px;font-weight:600}.guarantee-icon{color:#4CAF50;font-weight:700;font-size:1.1rem}.stchat-mirrors-section{display:flex;flex-direction:column;gap:25px}.mirrors-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(15px);border-radius:20px;padding:30px;border:1px solid rgba(255,255,255,0.2);box-shadow:0 20px 40px rgba(0,0,0,0.1)}.mirrors-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.mirrors-header h3{color:white;font-size:1.3rem;font-weight:700}.update-time{color:rgba(255,255,255,0.7);font-size:0.85rem}.mirrors-list{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.mirror-link-item{display:grid;grid-template-columns:1fr auto auto;gap:15px;align-items:center;padding:18px;background:rgba(255,255,255,0.05);border-radius:12px;border:1px solid rgba(255,255,255,0.1);transition:all 0.3s ease}.mirror-link-item.active{border-color:rgba(76,175,80,0.5);background:rgba(76,175,80,0.1)}.mirror-link-item:hover{background:rgba(255,255,255,0.1);transform:translateY(-2px)}.mirror-info{display:flex;flex-direction:column;gap:4px}.mirror-url{color:white;font-weight:600;font-size:1rem}.mirror-speed{color:rgba(255,255,255,0.7);font-size:0.85rem}.mirror-status{display:flex;align-items:center;gap:8px}.status-indicator{width:10px;height:10px;border-radius:50%;animation:pulse 2s infinite}.status-indicator.online{background:#4CAF50}.status-indicator.blocked{background:#f44336;animation:none}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.status-text{color:rgba(255,255,255,0.8);font-size:0.9rem}.mirror-access-btn{background:linear-gradient(45deg,#4CAF50,#45a049);color:white;padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:600;font-size:0.9rem;transition:all 0.3s ease;border:none;cursor:pointer}.mirror-access-btn:hover{transform:scale(1.05);box-shadow:0 5px 15px rgba(76,175,80,0.4)}.mirror-blocked-btn{background:#666;color:#ccc;padding:10px 20px;border-radius:25px;font-size:0.9rem;cursor:not-allowed}.mirrors-footer{padding-top:20px;border-top:1px solid rgba(255,255,255,0.1)}.mirrors-note{color:rgba(255,255,255,0.8);font-size:0.9rem;line-height:1.5}.quick-access-card{background:rgba(255,255,255,0.08);backdrop-filter:blur(10px);border-radius:15px;padding:25px;border:1px solid rgba(255,255,255,0.15)}.quick-access-card h4{color:white;margin-bottom:20px;font-size:1.1rem}.access-methods{display:flex;flex-direction:column;gap:15px}.access-method{display:flex;align-items:center;gap:15px;padding:15px;background:rgba(255,255,255,0.05);border-radius:10px;transition:all 0.3s ease}.access-method:hover{background:rgba(255,255,255,0.1)}.method-icon{font-size:1.5rem}.method-info{display:flex;flex-direction:column;gap:2px}.method-title{color:white;font-weight:600;font-size:0.95rem}.method-desc{color:rgba(255,255,255,0.7);font-size:0.8rem}.section-header{text-align:center;margin-bottom:60px}.section-main-title{font-size:2.8rem;font-weight:800;color:white;margin-bottom:20px;line-height:1.2}.section-description{font-size:1.2rem;color:#ccc;max-width:600px;margin:0 auto;line-height:1.6}.popular-models-section{padding:100px 0;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%)}.models-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:30px;margin-bottom:60px}.model-preview-card{background:#222;border-radius:20px;overflow:hidden;border:1px solid #333;transition:all 0.3s ease;opacity:0;transform:translateY(30px)}.model-preview-card.animate-in{opacity:1;transform:translateY(0)}.model-preview-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,0.3);border-color:#667eea}.model-image-placeholder{height:250px;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;display:flex;align-items:center;justify-content:center;font-size:3rem;color:white}.live-badge{position:absolute;top:15px;left:15px;background:#ff4757;color:white;padding:6px 12px;border-radius:20px;font-size:0.8rem;font-weight:700;text-transform:uppercase;animation:pulse 2s infinite}.viewers-count{position:absolute;bottom:15px;right:15px;background:rgba(0,0,0,0.7);color:white;padding:6px 12px;border-radius:15px;font-size:0.85rem;font-weight:600}.model-info{padding:25px}.model-name{color:white;font-size:1.4rem;font-weight:700;margin-bottom:10px}.model-stats{display:flex;gap:15px;margin-bottom:15px}.model-age,.model-location{color:#ccc;font-size:0.9rem}.model-description{color:#bbb;line-height:1.5;margin-bottom:20px}.model-tags{display:flex;gap:8px;flex-wrap:wrap}.tag{background:#667eea;color:white;padding:4px 12px;border-radius:15px;font-size:0.8rem;font-weight:500}.models-cta{text-align:center}.models-view-btn{display:inline-block;background:linear-gradient(45deg,#667eea,#764ba2);color:white;padding:18px 40px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;box-shadow:0 10px 30px rgba(102,126,234,0.4);transition:all 0.3s ease;margin-bottom:15px}.models-view-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(102,126,234,0.6)}.models-note{color:#ccc;font-size:1rem}.categories-section{padding:100px 0;background:#111}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.category-card{background:#1a1a1a;padding:30px;border-radius:15px;text-align:center;border:1px solid #333;transition:all 0.3s ease;opacity:0;transform:translateY(20px)}.category-card.animate-in{opacity:1;transform:translateY(0)}.category-card:hover{transform:translateY(-8px);border-color:#ff6b6b;box-shadow:0 15px 35px rgba(255,107,107,0.2)}.category-icon{font-size:2.5rem;margin-bottom:15px}.category-card h3{color:white;font-size:1.3rem;margin-bottom:8px;font-weight:600}.category-card p{color:#667eea;font-weight:600;margin-bottom:10px}.category-preview{color:#ccc;font-size:0.9rem;line-height:1.4}.about-platform-section{padding:100px 0;background:#000}.about-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.about-text-content{color:white}.about-title{font-size:2.5rem;font-weight:800;margin-bottom:20px;line-height:1.2}.about-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:50px;line-height:1.6}.about-text-blocks{display:flex;flex-direction:column;gap:40px}.text-block h3{font-size:1.4rem;font-weight:700;margin-bottom:15px;color:#667eea}.text-block p{color:#ccc;line-height:1.7;font-size:1rem}.about-stats-content{display:flex;justify-content:center}.stats-showcase-large{display:grid;grid-template-columns:1fr 1fr;gap:25px}.stat-large-item{background:#1a1a1a;padding:30px;border-radius:20px;text-align:center;border:1px solid #333;transition:all 0.3s ease}.stat-large-item:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 15px 30px rgba(102,126,234,0.2)}.stat-large-number{display:block;font-size:2.2rem;font-weight:900;color:#ffd89b;margin-bottom:8px}.stat-large-label{display:block;color:white;font-size:1rem;font-weight:600;margin-bottom:5px}.stat-large-desc{color:#ccc;font-size:0.85rem}.platform-benefits-section{padding:100px 0;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%)}.benefits-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.benefits-text-content{color:white}.benefits-title{font-size:2.5rem;font-weight:800;margin-bottom:20px;line-height:1.2}.benefits-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:50px;line-height:1.6}.benefits-list{display:flex;flex-direction:column;gap:35px}.benefit-detailed-item{display:flex;gap:20px;align-items:flex-start}.benefit-icon-wrapper{background:linear-gradient(45deg,#667eea,#764ba2);width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-icon{font-size:1.8rem}.benefit-content h3{font-size:1.3rem;font-weight:700;margin-bottom:10px}.benefit-content p{color:#ccc;line-height:1.6}.benefits-visual-content{display:flex;justify-content:center}.stats-showcase{display:grid;grid-template-columns:1fr 1fr;gap:30px}.stat-showcase-item{background:#1a1a1a;padding:40px 30px;border-radius:20px;text-align:center;border:1px solid #333;transition:all 0.3s ease}.stat-showcase-item:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 15px 30px rgba(102,126,234,0.2)}.stat-big-number{display:block;font-size:2.5rem;font-weight:900;color:#ffd89b;margin-bottom:10px}.stat-big-label{color:#ccc;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.features-detailed-section{padding:100px 0;background:#111}.features-detailed-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:40px}.feature-detailed-card{background:#222;border-radius:20px;padding:40px;border:1px solid #333;transition:all 0.3s ease;opacity:0;transform:translateY(30px)}.feature-detailed-card.animate-in{opacity:1;transform:translateY(0)}.feature-detailed-card:hover{transform:translateY(-10px);border-color:#ff6b6b;box-shadow:0 20px 40px rgba(255,107,107,0.2)}.feature-visual{text-align:center;margin-bottom:25px}.feature-icon-large{font-size:3rem;color:#ff6b6b}.feature-content h3{color:white;font-size:1.5rem;font-weight:700;margin-bottom:15px}.feature-content p{color:#ccc;line-height:1.6;margin-bottom:20px}.feature-benefits{list-style:none;margin-bottom:25px}.feature-benefits li{color:#bbb;padding:8px 0;position:relative;padding-left:25px}.feature-benefits li::before{content:'✓';color:#4CAF50;font-weight:700;position:absolute;left:0}.feature-price{background:linear-gradient(45deg,#667eea,#764ba2);color:white;padding:10px 20px;border-radius:25px;font-weight:600;display:inline-block}.mirrors-main-section{padding:100px 0;background:#000}.mirrors-main-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.mirrors-info-side{color:white}.mirrors-title{font-size:2.5rem;font-weight:800;margin-bottom:20px;line-height:1.2}.mirrors-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:50px;line-height:1.6}.mirrors-explanation{display:flex;flex-direction:column;gap:30px}.mirrors-explanation h3{font-size:1.3rem;font-weight:700;margin-bottom:10px;color:#667eea}.mirrors-explanation p{color:#ccc;line-height:1.7}.mirrors-list-side{display:flex;justify-content:center}.mirrors-main-card{background:#1a1a1a;padding:40px;border-radius:20px;border:1px solid #333;width:100%;max-width:500px}.mirrors-main-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.mirrors-main-header h3{color:white;font-size:1.4rem;font-weight:700}.mirrors-update-time{color:#ccc;font-size:0.85rem}.mirrors-main-list{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.mirror-main-item{background:#222;padding:25px;border-radius:15px;border:1px solid #333;transition:all 0.3s ease}.mirror-main-item.active{border-color:#4CAF50;background:rgba(76,175,80,0.1)}.mirror-main-item:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,0.3)}.mirror-main-info{margin-bottom:15px}.mirror-main-url{display:block;color:white;font-size:1.2rem;font-weight:700;margin-bottom:5px}.mirror-main-desc{color:#ccc;font-size:0.9rem;margin-bottom:10px}.mirror-features{display:flex;gap:8px;flex-wrap:wrap}.feature-tag{background:#667eea;color:white;padding:4px 10px;border-radius:12px;font-size:0.75rem;font-weight:500}.feature-tag.blocked{background:#f44336}.mirror-main-status{display:flex;align-items:center;gap:10px;margin-bottom:15px}.status-main-indicator{width:12px;height:12px;border-radius:50%;animation:pulse 2s infinite}.status-main-indicator.online{background:#4CAF50}.status-main-indicator.blocked{background:#f44336;animation:none}.status-main-text{color:#ccc;font-size:0.9rem}.mirror-main-btn{display:inline-block;background:linear-gradient(45deg,#4CAF50,#45a049);color:white;padding:12px 25px;border-radius:25px;text-decoration:none;font-weight:600;font-size:0.95rem;transition:all 0.3s ease}.mirror-main-btn:hover{transform:scale(1.05);box-shadow:0 8px 20px rgba(76,175,80,0.4)}.mirror-blocked-main-btn{background:#666;color:#ccc;padding:12px 25px;border-radius:25px;font-size:0.95rem;cursor:not-allowed}.mirrors-main-footer{padding-top:25px;border-top:1px solid #333}.mirrors-tips h4{color:white;margin-bottom:15px;font-size:1.1rem}.mirrors-tips ul{list-style:none;color:#ccc}.mirrors-tips li{padding:5px 0;position:relative;padding-left:20px}.mirrors-tips li::before{content:'•';color:#667eea;font-weight:700;position:absolute;left:0}.faq-extended-section{padding:100px 0;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%)}.faq-extended-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px}.faq-category{background:#222;padding:30px;border-radius:15px;border:1px solid #333}.faq-category-title{color:white;font-size:1.3rem;font-weight:700;margin-bottom:25px}.faq-items{display:flex;flex-direction:column;gap:15px}.faq-extended-item{border:1px solid #333;border-radius:10px;overflow:hidden;background:#1a1a1a}.faq-extended-question{padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color 0.3s ease}.faq-extended-question:hover{background:#2a2a2a}.faq-extended-question h4{color:white;font-size:1rem;font-weight:600}.faq-extended-toggle{color:#667eea;font-size:1.3rem;font-weight:700;transition:transform 0.3s ease}.faq-extended-item.active .faq-extended-toggle{transform:rotate(45deg)}.faq-extended-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.faq-extended-answer p{padding:0 20px 20px;color:#ccc;line-height:1.6}.final-cta-enhanced-section{padding:100px 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);text-align:center}.final-cta-content{margin-bottom:40px}.cta-main-content{margin-bottom:50px}.cta-main-title{color:white;font-size:3.2rem;font-weight:800;margin-bottom:20px;line-height:1.2}.cta-main-subtitle{color:white;font-size:1.3rem;margin-bottom:40px;opacity:0.9}.cta-urgency-block{display:flex;justify-content:center;gap:60px;margin-bottom:50px;flex-wrap:wrap}.urgency-item{text-align:center}.urgency-number{display:block;color:#ffd89b;font-size:2.8rem;font-weight:900;margin-bottom:5px}.urgency-label{color:white;font-size:1rem;opacity:0.8;text-transform:uppercase;letter-spacing:1px}.cta-action-block{margin-bottom:40px}.cta-main-button{display:inline-flex;align-items:center;gap:15px;background:linear-gradient(45deg,#ff6b6b,#ee5a52);color:white;padding:22px 50px;border-radius:60px;text-decoration:none;font-weight:700;font-size:1.3rem;box-shadow:0 20px 50px rgba(255,107,107,0.4);transition:all 0.3s ease;margin-bottom:20px}.cta-main-button:hover{transform:translateY(-3px);box-shadow:0 25px 60px rgba(255,107,107,0.6)}.cta-btn-icon{font-size:1.4rem}.cta-guarantee{color:white;font-size:1.1rem;font-weight:600;opacity:0.9}.cta-features-preview{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.preview-feature{display:flex;align-items:center;gap:8px;color:white;font-weight:600}.preview-icon{font-size:1.2rem}.age-disclaimer{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,0.2)}.age-disclaimer p{color:white;font-size:0.9rem;opacity:0.7}.main-footer{background:#000;padding:80px 0 40px;border-top:1px solid #333}.footer-main-content{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:50px;margin-bottom:50px}.footer-brand-section{grid-column:1/3}.footer-brand-title{color:white;font-size:1.8rem;font-weight:700;margin-bottom:15px}.footer-brand-description{color:#ccc;line-height:1.6;margin-bottom:30px}.footer-stats{display:flex;gap:30px}.footer-stat{text-align:center}.stat-value{display:block;color:#ffd89b;font-size:1.5rem;font-weight:700}.stat-name{color:#ccc;font-size:0.8rem;text-transform:uppercase}.footer-links-section{grid-column:3/5;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}.footer-links-column h4{color:white;margin-bottom:20px;font-size:1.1rem;font-weight:600}.footer-links-column ul{list-style:none}.footer-links-column li{margin-bottom:12px}.footer-links-column a{color:#ccc;text-decoration:none;transition:color 0.3s ease}.footer-links-column a:hover{color:#667eea}.footer-bottom-section{padding-top:30px;border-top:1px solid #333}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer-copyright{color:#888;font-size:0.9rem}.footer-security-badges{display:flex;gap:15px}.security-badge{background:#1a1a1a;color:#ccc;padding:6px 12px;border-radius:15px;font-size:0.8rem;border:1px solid #333}@media (max-width:1200px){.stchat-content-grid{grid-template-columns:1fr;gap:50px}.stchat-mirrors-section{order:-1}.benefits-content-grid,.mirrors-main-content,.about-content-grid{grid-template-columns:1fr;gap:50px}.footer-main-content{grid-template-columns:1fr 1fr;gap:40px}.footer-brand-section{grid-column:1/3}.footer-links-section{grid-column:1/3;grid-template-columns:1fr 1fr}}@media (max-width:768px){.content-container{padding:0 20px}.stchat-content-grid{padding:0 20px}.stchat-main-title{font-size:2.8rem}.stchat-stats-row{flex-direction:column;gap:20px}.stchat-action-buttons{flex-direction:column}.cta-urgency-block{flex-direction:column;gap:30px}.models-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.features-detailed-grid{grid-template-columns:1fr}.faq-extended-grid{grid-template-columns:1fr}.cta-features-preview{flex-direction:column;gap:20px}.footer-main-content{grid-template-columns:1fr}.footer-brand-section,.footer-links-section{grid-column:1}.footer-links-section{grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;gap:20px}.stats-showcase{grid-template-columns:1fr}.stats-showcase-large{grid-template-columns:1fr}}@media (max-width:480px){.stchat-main-title{font-size:2.2rem}.section-main-title{font-size:2.2rem}.cta-main-title{font-size:2.5rem}.mirrors-main-card,.mirrors-card{padding:25px}.stchat-primary-btn,.cta-main-button{padding:18px 30px;font-size:1.1rem}}
