.example-presentation{max-width:1200px;margin:30px auto}.example-hero{text-align:center;margin-bottom:30px;margin-top:30px;padding:20px;background:linear-gradient(135deg,#40a0ff 0,#0054cd 100%);border-radius:40px;border:4px solid #0054cd;box-shadow:0 10px 30px rgba(0,84,205,0.5)}.example-badge{display:inline-block;background:#ff7e00;color:#f3f8c5;font-weight:800;font-size:16px;padding:8px 25px;border-radius:50px;margin-bottom:15px;border:3px solid #f3f8c5;box-shadow:0 0 20px rgba(255,126,0,0.5)}.example-title{font-size:40px;font-weight:800;color:#f3f8c5;margin-bottom:20px;text-shadow:3px 3px 0 #0054cd;line-height:1.2}.example-subtitle{color:#f3f8c5;font-size:18px;max-width:800px;margin:0 auto;line-height:1.5;background:rgba(0,84,205,0.3);padding:15px 25px;border-radius:50px;border:2px solid rgba(255,255,255,0.2)}.example-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:40px 0}.example-card{background:#40a0ff;border:3px solid #0054cd;border-radius:20px;padding:30px 25px;text-align:center;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,84,205,0.3)}.example-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,84,205,0.5);background:#0054cd}.card-icon{font-size:48px;margin-bottom:15px;color:#f3f8c5}.example-card h3{color:#f3f8c5;font-size:22px;font-weight:700;margin-bottom:10px}.example-card p{color:#fff;font-size:15px;line-height:1.5;margin:0}.example-section{background:#40a0ff;border:3px solid #0054cd;border-radius:30px;padding:40px;margin:40px 0;box-shadow:0 5px 15px rgba(0,84,205,0.3)}.example-section h2{color:#f3f8c5;font-size:32px;text-align:center;margin-bottom:30px;text-shadow:2px 2px 0 #0054cd}.example-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.step-item{background:rgba(255,255,255,0.1);border-radius:20px;padding:30px 20px 20px;border:2px solid #f3f8c5;position:relative;transition:all .3s ease}.step-item:hover{transform:translateY(-5px);background:rgba(255,126,0,0.2)}.step-number{position:absolute;top:-15px;left:20px;background:#ff7e00;color:#f3f8c5;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;border:2px solid #f3f8c5;box-shadow:0 5px 10px rgba(0,0,0,0.2)}.step-item p{color:#f3f8c5;font-size:16px;margin:0;line-height:1.5}.example-article{background:#40a0ff;border:3px solid #0054cd;border-radius:30px;padding:40px;margin:40px 0;box-shadow:0 5px 15px rgba(0,84,205,0.3)}.example-article h2{color:#f3f8c5;font-size:36px;text-align:center;margin-bottom:30px;text-shadow:3px 3px 0 #0054cd}.example-article h3{color:#f3f8c5;font-size:24px;margin:30px 0 15px;border-left:4px solid #ff7e00;padding-left:15px}.example-article p{color:#fff;font-size:16px;line-height:1.7;margin-bottom:20px}.quote-block{background:rgba(255,126,0,0.2);border:2px solid #ff7e00;border-radius:20px;padding:30px;margin:30px 0;text-align:center}.quote-block p{color:#f3f8c5;font-size:20px;font-style:italic;margin-bottom:10px}.quote-author{color:#ff7e00;font-size:16px;font-weight:600}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin:30px 0}.feature-item{color:#f3f8c5;font-size:16px;background:rgba(0,84,205,0.3);padding:12px 15px;border-radius:10px;border-left:3px solid #ff7e00;transition:all .3s ease}.feature-item:hover{transform:translateX(5px);background:rgba(255,126,0,0.3)}.info-box{background:rgba(255,126,0,0.2);border:2px solid #ff7e00;border-radius:15px;padding:25px;margin:30px 0}.info-box h4{color:#f3f8c5;font-size:20px;margin-bottom:10px;display:flex;align-items:center;gap:8px}.info-box h4::before{content:'ℹ️';font-size:20px}.info-box p{color:#fff;margin:0;font-size:16px}.example-reopen{text-align:center;margin:40px 0;padding:30px;background:linear-gradient(135deg,#40a0ff,#0054cd);border:3px solid #ff7e00;border-radius:30px;box-shadow:0 10px 20px rgba(0,84,205,0.3)}.example-reopen p{color:#f3f8c5;font-size:18px;margin-bottom:20px}.reopen-button{background:#ff7e00;color:#f3f8c5;border:3px solid #f3f8c5;padding:15px 40px;font-size:20px;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;margin-bottom:15px}.reopen-button:hover{background:#f3f8c5;color:#ff7e00;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,0.2)}.example-reopen small{display:block;color:#f3f8c5;opacity:.9;font-size:14px}@media (max-width:992px){.example-title{font-size:36px}.example-cards{grid-template-columns:repeat(2,1fr)}.example-steps{grid-template-columns:1fr}}@media (max-width:768px){.example-hero{padding:20px 15px}.example-title{font-size:28px}.example-subtitle{font-size:16px;padding:12px 20px}.example-cards{grid-template-columns:1fr;gap:20px}.example-section,.example-article{padding:25px 20px}.example-section h2{font-size:28px}.example-article h2{font-size:28px}.example-article h3{font-size:20px}.feature-grid{grid-template-columns:1fr}.quote-block p{font-size:18px}.reopen-button{font-size:18px;padding:12px 25px}}