*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo{font-size:1.8rem;font-weight:700;margin:0}.nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease}.nav-link:hover{background:#fff3;transform:translateY(-2px)}.main{padding:2rem 0}.hero{text-align:center;margin-bottom:4rem;padding:3rem 2rem;background:#fff;border-radius:20px;box-shadow:0 8px 25px #0000001a}.hero-title{font-size:2.5rem;color:#667eea;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.section-title{font-size:2rem;color:#333;text-align:center;margin-bottom:3rem;font-weight:600}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.category-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;cursor:pointer;border:3px solid transparent}.category-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026;border-color:#667eea}.category-icon{font-size:3rem;margin-bottom:1rem;display:block}.category-name{font-size:1.3rem;color:#333;margin-bottom:.5rem;font-weight:600}.category-description{color:#666;font-size:.95rem}.how-it-works{margin:4rem 0}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{background:#fff;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 5px 15px #0000001a}.step-number{display:inline-block;width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;line-height:60px;margin-bottom:1rem}.step-title{font-size:1.2rem;color:#333;margin-bottom:.5rem;font-weight:600}.step-description{color:#666;font-size:.95rem}.footer{background:#333;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;color:#667eea;font-size:1.1rem}.footer-section p{margin-bottom:.5rem;color:#ccc}.footer-link{color:#ccc;text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-link:hover{color:#667eea}.footer-bottom{border-top:1px solid #555;padding-top:1rem;text-align:center;color:#ccc}.page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0;text-align:center;margin-bottom:3rem}.page-title{font-size:2.5rem;margin-bottom:.5rem}.page-subtitle{font-size:1.1rem;opacity:.9}.materials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.material-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:all .3s ease}.material-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.material-image{width:100%;height:200px;background:linear-gradient(45deg,#f0f2f5,#e1e8ed);display:flex;align-items:center;justify-content:center;font-size:3rem;cursor:pointer;transition:all .3s ease}.material-image:hover{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff}.material-content{padding:1.5rem}.material-title{font-size:1.2rem;color:#333;margin-bottom:.5rem;font-weight:600}.material-description{color:#666;margin-bottom:1rem;font-size:.95rem;line-height:1.5}.material-price{font-size:1.3rem;color:#667eea;font-weight:700;margin-bottom:1rem}.btn{display:inline-block;padding:.8rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;text-align:center;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-secondary{background:linear-gradient(135deg,#4facfe,#00f2fe)}.btn-success{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#333}.payment-container{max-width:800px;margin:2rem auto;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.payment-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.payment-method{padding:1.5rem;border:2px solid #e0e0e0;border-radius:15px;text-align:center}.payment-method h4{margin-bottom:1rem;color:#333}.qr-placeholder{width:200px;height:200px;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:10px;display:flex;align-items:center;justify-content:center;margin:1rem auto;font-size:3rem;color:#adb5bd}.bank-info{text-align:left;background:#f8f9fa;padding:1rem;border-radius:10px;margin:1rem 0}.bank-info p{margin:.5rem 0;font-size:.9rem}.payment-steps{background:#f8f9fa;padding:1.5rem;border-radius:15px;margin-bottom:2rem}.payment-steps h4{margin-bottom:1rem;color:#333}.payment-steps ol{padding-left:1.5rem}.payment-steps li{margin-bottom:.5rem;color:#666}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000c;animation:fadeIn .3s ease}.modal-content{background-color:#fff;margin:5% auto;padding:2rem;border-radius:15px;width:90%;max-width:600px;position:relative;animation:slideIn .3s ease}.close{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer;line-height:1}.close:hover{color:#333}.modal-image{width:100%;max-height:400px;object-fit:contain;border-radius:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.category-card{padding:1.5rem}.payment-methods{grid-template-columns:1fr}.header .container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center}.materials-grid{grid-template-columns:1fr}.modal-content{margin:10% auto;width:95%}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:2rem 1rem}.category-card{padding:1rem}.category-icon{font-size:2.5rem}.section-title{font-size:1.5rem}.step{padding:1.5rem}.payment-container{margin:1rem;padding:1.5rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.hidden{display:none}.visible{display:block}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-input{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-textarea{resize:vertical;min-height:100px}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.alert{padding:1rem;border-radius:10px;margin-bottom:1rem}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert-info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}
