.access-hero-banner { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 100px 0; text-align: center; color: #fff; }
.access-page-title { font-size: 48px; margin-bottom: 15px; }
.access-hero-button { margin-top: 30px; }
.access-btn-main { display: inline-block; padding: 18px 50px; background: #fff; color: #667eea; border-radius: 50px; font-size: 18px; font-weight: bold; transition: all 0.3s ease; }
.access-btn-main:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(255,255,255,0.3); }
.access-methods-section { padding: 80px 0; background: #fff; }
.access-methods-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.access-method-card { background: #f8f9fa; padding: 40px 30px; border-radius: 15px; text-align: center; transition: all 0.3s ease; }
.access-method-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.access-method-icon img { width: 80px; height: 80px; margin-bottom: 20px; }
.access-method-card h4 { font-size: 22px; margin-bottom: 15px; color: #2c3e50; }
.access-method-steps { margin: 25px 0; }
.access-step { background: #fff; padding: 12px; margin: 8px 0; border-radius: 8px; color: #666; font-size: 15px; }
.access-method-btn { display: inline-block; margin-top: 15px; padding: 12px 35px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; border-radius: 25px; transition: all 0.3s ease; }
.access-method-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4); }
.access-features-section { padding: 80px 0; background: #f8f9fa; }
.access-features-list { max-width: 1000px; margin: 0 auto; }
.access-feature-item { display: flex; gap: 30px; margin-bottom: 50px; }
.access-feature-number { font-size: 48px; font-weight: bold; color: #667eea; min-width: 80px; }
.access-feature-content h4 { font-size: 24px; margin-bottom: 15px; color: #2c3e50; }
.access-guide-section { padding: 80px 0; background: #fff; }
.access-guide-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.access-guide-image img { width: 100%; border-radius: 15px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); }
.access-guide-step { margin-bottom: 30px; }
.access-guide-step-number { display: inline-block; background: #667eea; color: #fff; width: 35px; height: 35px; line-height: 35px; text-align: center; border-radius: 50%; margin-bottom: 10px; }
.access-guide-step h4 { font-size: 20px; margin-bottom: 10px; color: #2c3e50; }
.access-faq-section { padding: 80px 0; background: #f8f9fa; }
.access-faq-list { max-width: 900px; margin: 0 auto; }
.access-faq-item { background: #fff; padding: 30px; margin-bottom: 20px; border-radius: 10px; box-shadow: 0 3px 15px rgba(0,0,0,0.05); }
.access-faq-question { font-size: 20px; font-weight: bold; color: #2c3e50; margin-bottom: 15px; }
.access-faq-answer { color: #666; line-height: 1.8; }
.access-cta-section { padding: 80px 0; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; text-align: center; }
.access-cta-title { font-size: 36px; margin-bottom: 20px; }
.access-cta-text { font-size: 18px; margin-bottom: 40px; opacity: 0.95; }
.access-cta-button { display: inline-block; padding: 20px 60px; background: #fff; color: #667eea; border-radius: 50px; font-size: 20px; font-weight: bold; transition: all 0.3s ease; }
.access-cta-button:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(255,255,255,0.3); }
