.navbar{background:#2c3e50!important;padding:0;box-shadow:0 4px 12px #00000026;position:fixed;top:0;left:0;right:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.nav-brand{text-decoration:none;display:flex;align-items:center;gap:.75rem}.nav-logo{height:50px;width:auto;object-fit:contain}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-link{color:#fff!important;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .3s ease;padding:.5rem 0;position:relative}.nav-link:hover{color:#ff6b35!important}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#ff6b35;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-login{background:#ff6b35;color:#fff!important;padding:.6rem 1.5rem!important;border-radius:6px;font-weight:600}.nav-login:hover{background:#e85a2a;color:#fff!important}.nav-login:after{display:none}.nav-logout-btn{border:none;cursor:pointer;font-family:inherit}.nav-cart{position:relative;color:#fff;display:flex;align-items:center;justify-content:center;padding:8px;transition:color .3s ease}.nav-cart:hover{color:#ff6b35}.nav-cart svg{stroke:currentColor}.cart-badge{position:absolute;top:0;right:0;background:#ff6b35;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #2C3E50}.nav-account{position:relative}.account-icon{width:40px;height:40px;border-radius:50%;background:#ff6b35;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.account-icon:hover{background:#e85a2a;transform:scale(1.05)}.account-initials{color:#fff;font-weight:600;font-size:14px;letter-spacing:.5px}.account-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:240px;z-index:200;overflow:hidden;animation:dropdownFade .2s ease}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:16px 20px;background:#f8f9fa}.dropdown-name{display:block;font-weight:600;color:#2c3e50;font-size:15px;margin-bottom:2px}.dropdown-email{display:block;color:#6c757d;font-size:13px}.dropdown-divider{height:1px;background:#e9ecef;margin:0}.dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#2c3e50;text-decoration:none;font-size:14px;font-weight:500;transition:background .2s ease;border:none;background:none;width:100%;cursor:pointer;text-align:left}.dropdown-item:hover{background:#f8f9fa}.dropdown-item svg{color:#6c757d;flex-shrink:0}.dropdown-logout{color:#dc3545}.dropdown-logout:hover{background:#fff5f5}.dropdown-logout svg{color:#dc3545}.burger-menu{display:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0;z-index:110}.burger-menu span{display:block;width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-7px)}@media (max-width: 768px){.nav-container{padding:.8rem 1rem}.nav-logo{height:40px}.burger-menu{display:flex}.nav-links{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#2c3e50;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:80px 30px 30px;gap:0;transition:right .3s ease;box-shadow:-5px 0 20px #0000004d;z-index:100}.nav-links.mobile-open{right:0}.nav-link{font-size:1.1rem;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.1)}.nav-link:after{display:none}.nav-login{margin-top:15px;text-align:center}.nav-account{margin-top:15px;padding-top:15px;border-top:1px solid rgba(255,255,255,.2)}.account-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);right:auto;width:90%;max-width:300px}}@media (max-width: 480px){.nav-links{width:100%}}.footer-main{background:#2c3e50;color:#fff;padding:0 20px 20px;margin-top:80px;margin-left:0;margin-right:0;font-size:14px;border-top:4px solid #FF6B35;width:100%;position:relative}.footer-certs-tech{max-width:1200px;margin:0 auto 40px;padding:40px 0;display:flex;justify-content:space-between;align-items:flex-start;gap:60px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-cert-block h4,.footer-tech-block h4{color:#ff6b35;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0 0 20px}.footer-cert-logos{display:flex;gap:20px}.footer-cert-item{display:flex;flex-direction:column;align-items:center;gap:8px}.footer-cert-badge{width:50px;height:50px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fffc;transition:all .3s ease}.footer-cert-badge.ai-cert{background:#ff6b3533;border-color:#ff6b35;color:#ff6b35}.footer-cert-badge:hover{transform:translateY(-3px);border-color:#ff6b35;color:#ff6b35}.footer-cert-item span{color:#ffffffb3;font-size:.75em;font-weight:500}.footer-tech-logos{display:flex;gap:20px;flex-wrap:wrap}.footer-tech-item{display:flex;flex-direction:column;align-items:center;gap:8px}.footer-tech-item img{transition:all .3s ease}.footer-tech-item:hover img{transform:translateY(-3px)}.footer-tech-item span{color:#ffffffb3;font-size:.75em;font-weight:500}.footer-content{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.footer-section h3{font-size:24px;font-weight:700;margin-bottom:16px;color:#ff6b35}.footer-section h4{font-size:16px;font-weight:600;margin-bottom:16px;color:#fff;text-transform:uppercase;letter-spacing:1px}.footer-section p{line-height:1.7;margin-bottom:12px;color:#ffffffd9}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:10px}.footer-section a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#ff6b35}.footer-social{display:flex;gap:12px;margin-top:16px}.social-icon{width:40px;height:40px;background:#ff6b3533;border:2px solid #FF6B35;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:12px;color:#ff6b35}.social-icon:hover{background:#ff6b35;color:#fff;transform:translateY(-2px)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.2);text-align:center;color:#ffffffb3;font-size:13px}.footer-bottom p{margin:8px 0}@media (max-width: 768px){.footer-certs-tech{flex-direction:column;gap:30px;padding:30px 0}.footer-cert-logos,.footer-tech-logos{justify-content:center}.footer-content{grid-template-columns:1fr;gap:30px}.footer-main{padding:0 20px 20px;margin-top:60px}}.home{min-height:calc(100vh - 60px)}.hero{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:100px 40px;text-align:center;min-height:500px;display:flex;align-items:center;justify-content:center;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%23ffffff"/></svg>') no-repeat bottom;background-size:cover;opacity:.1}.hero-content{max-width:800px;position:relative;z-index:1}.hero-content h1{font-size:3.5em;margin-bottom:1.5rem;font-weight:700;line-height:1.2}.hero-content p{font-size:1.4em;margin-bottom:2.5rem;opacity:.95;font-weight:300}.features{padding:80px 40px;background:#f8f9fa}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.feature-card{background:#fff;padding:40px 30px;border-radius:8px;box-shadow:0 4px 12px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #FF6B35}.feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #ff6b3533}.feature-icon{font-size:3.5em;margin-bottom:1.2rem}.feature-card h3{color:#2c3e50;margin-bottom:1rem;font-size:1.4em;font-weight:700}.feature-card p{color:#6c757d;line-height:1.7;font-size:1rem}.cta{background:linear-gradient(135deg,#ff6b35,#e85a2a);color:#fff;padding:80px 40px;text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:30px 30px;animation:moveBackground 20s linear infinite}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(30px,30px)}}.cta-content{position:relative;z-index:1}.cta-content h2{font-size:2.8em;margin-bottom:1.2rem;font-weight:700}.cta-content p{font-size:1.2em;margin-bottom:2rem;opacity:.95}@media (max-width: 768px){.hero{padding:60px 20px;min-height:400px}.hero-content h1{font-size:2.2em}.hero-content p{font-size:1.1em}.cta-content h2{font-size:2em}.features{padding:60px 20px}.features-container{grid-template-columns:1fr}}.login-page{min-height:calc(100vh - 60px);background:linear-gradient(135deg,#2c3e50,#34495e);display:flex;flex-direction:column}.login-container{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:50px 40px;max-width:450px;width:100%}.login-card h1{font-size:2.5em;color:#2c3e50;margin-bottom:10px;text-align:center}.login-subtitle{font-size:1.1em;color:#6c757d;text-align:center;margin-bottom:40px}.login-form{margin-bottom:20px}.form-group{margin-bottom:25px}.form-group label{display:block;font-weight:600;color:#2c3e50;margin-bottom:8px;font-size:.95em}.form-group input{width:100%;padding:14px 16px;border:2px solid #E0E0E0;border-radius:8px;font-size:1em;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.login-form .btn{width:100%;margin-top:10px}.login-footer{text-align:center;padding-top:20px;border-top:1px solid #E0E0E0}.login-footer p{color:#6c757d;margin:0}.login-footer a{color:#ff6b35;text-decoration:none;font-weight:600}.login-footer a:hover{text-decoration:underline}.auth-error{background:#fff5f5;border:1px solid #fc8181;color:#c53030;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.95em;text-align:center}.signup-card{max-width:500px}.form-row .form-group{margin-bottom:25px}@media (max-width: 768px){.login-card{padding:40px 30px}.login-card h1{font-size:2em}.form-row{grid-template-columns:1fr}}.courses-page{background:#f8fafc;min-height:100vh}.courses-hero{background:linear-gradient(135deg,#2c3e50,#34495e);padding:60px 20px;text-align:center;color:#fff}.hero-content{max-width:1000px;margin:0 auto}.hero-badge{display:inline-block;background:#ff6b3533;border:1px solid #FF6B35;color:#ff6b35;padding:8px 20px;border-radius:25px;font-size:.9em;font-weight:600;margin-bottom:20px}.courses-hero h1{font-size:2.5em;font-weight:700;margin:0 0 15px;line-height:1.2}.hero-subtitle{font-size:1.15em;opacity:.9;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:50px;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}.stat-item svg{color:#ff6b35;stroke:#ff6b35}.stat-number{font-size:1.8em;font-weight:700}.stat-label{font-size:.9em;opacity:.8}.courses-categories-section{max-width:1200px;margin:0 auto;padding:40px 20px 20px}.courses-categories-section h2{text-align:center;color:#2c3e50;font-size:1.6em;margin-bottom:30px}.category-tabs{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.category-tab{background:#fff;border:2px solid #e5e7eb;padding:10px 24px;border-radius:25px;font-size:.95em;font-weight:500;color:#374151;cursor:pointer;transition:all .3s ease}.category-tab:hover{border-color:#ff6b35;color:#ff6b35}.category-tab.active{background:#ff6b35;border-color:#ff6b35;color:#fff}.courses-list-section{max-width:1200px;margin:0 auto;padding:20px 20px 60px}.courses-header-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:20px}.tab-buttons{display:flex;gap:0;background:#e5e7eb;border-radius:8px;padding:4px}.tab-btn{padding:10px 25px;border:none;background:transparent;font-size:.95em;font-weight:600;color:#6b7280;cursor:pointer;border-radius:6px;transition:all .3s ease}.tab-btn.active{background:#fff;color:#2c3e50;box-shadow:0 2px 4px #0000001a}.courses-search{display:flex;align-items:center;gap:10px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:8px 15px;min-width:280px}.courses-search svg{color:#9ca3af;flex-shrink:0}.courses-search input{border:none;outline:none;font-size:.95em;width:100%}.courses-count{margin-bottom:25px;font-size:1.1em;color:#374151}.count-number{font-weight:700;color:#2c3e50}.loading{text-align:center;padding:80px 20px}.loading-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#ff6b35;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.loading p{color:#6b7280;font-size:1.1em}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px}.course-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;border:1px solid #e5e7eb}.course-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001f;border-color:#ff6b35}.card-header{background:linear-gradient(135deg,#2c3e50,#3d566e);padding:25px;display:flex;justify-content:center;align-items:center;min-height:120px}.course-badge{max-width:100px;max-height:100px;object-fit:contain;border-radius:8px}.course-badge-placeholder{width:80px;height:80px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center}.course-badge-placeholder svg{color:#ffffff80;stroke:#ffffff80}.card-body{padding:20px;flex:1;display:flex;flex-direction:column}.course-title{color:#1e293b;font-size:1.15em;font-weight:600;margin:0 0 15px;line-height:1.4}.course-meta{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.meta-item{display:flex;align-items:center;gap:10px;color:#64748b;font-size:.9em}.meta-item svg{color:#9ca3af;flex-shrink:0}.course-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #f1f5f9;margin-top:auto}.course-rating{display:flex;align-items:center;gap:5px;font-weight:600;color:#374151}.view-course{color:#ff6b35;font-weight:600;font-size:.9em}.no-courses{text-align:center;padding:80px 20px;color:#6b7280}.no-courses svg{margin-bottom:20px}.no-courses p{font-size:1.1em}@media (max-width: 768px){.courses-hero{padding:40px 15px}.courses-hero h1{font-size:1.8em}.hero-stats{gap:25px}.stat-number{font-size:1.4em}.category-tabs{justify-content:flex-start;overflow-x:auto;padding-bottom:10px;flex-wrap:nowrap}.category-tab{flex-shrink:0;padding:8px 18px;font-size:.85em}.courses-header-bar{flex-direction:column;align-items:stretch}.courses-search{min-width:auto}.courses-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-stats{flex-direction:column;gap:20px}.stat-item{flex-direction:row;gap:15px}.tab-buttons{width:100%}.tab-btn{flex:1;text-align:center}}.course-details-page{background:#f8fafc;min-height:100vh}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:40px}.loading-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#ff6b35;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.error-container h2{color:#2c3e50;margin-bottom:10px}.error-container p{color:#64748b;margin-bottom:25px}.course-hero-section{background:linear-gradient(135deg,#2c3e50,#34495e);padding:50px 20px;display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.course-hero-content{display:flex;align-items:flex-start;gap:30px;max-width:600px}.course-badge-container{flex-shrink:0}.course-hero-badge{width:120px;height:120px;object-fit:contain;background:#fff;border-radius:12px;padding:10px}.course-badge-placeholder{width:120px;height:120px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ffffff80}.course-hero-info h1{color:#fff;font-size:2rem;font-weight:700;margin:0 0 15px;line-height:1.3}.course-level-badge{display:inline-flex;align-items:center;gap:8px;background:#ff6b3533;border:1px solid #FF6B35;color:#ff6b35;padding:8px 16px;border-radius:20px;font-size:.9em;font-weight:500}.course-hero-sidebar{width:350px;flex-shrink:0}.learning-method-card{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 20px #00000026}.learning-method-card h3{color:#374151;font-size:1em;font-weight:500;margin:0 0 20px}.method-option{display:flex;justify-content:space-between;align-items:center;padding:15px;border:2px solid #e5e7eb;border-radius:8px;margin-bottom:20px;cursor:pointer;transition:all .3s ease}.method-option.selected{border-color:#ff6b35;background:#ff6b350d}.method-info{display:flex;flex-direction:column;gap:4px}.method-name{font-weight:600;color:#1e293b}.method-duration{font-size:.85em;color:#64748b}.method-price{font-size:1.5em;font-weight:700;color:#ff6b35}.enrollment-actions{display:flex;flex-direction:column;gap:12px}.btn-enroll{width:100%;padding:14px 20px;font-size:1.05em;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px}.btn-enroll svg{flex-shrink:0}.btn-outline{width:100%;padding:12px 20px;background:transparent;border:2px solid #e5e7eb;color:#374151;font-weight:500;border-radius:8px;cursor:pointer;text-decoration:none;text-align:center;transition:all .3s ease}.btn-outline:hover{border-color:#ff6b35;color:#ff6b35}.enrolled-success{text-align:center;padding:20px;background:#ecfdf5;border-radius:8px;color:#059669}.enrolled-success svg{color:#059669;margin-bottom:10px}.enrolled-success span{display:block;font-weight:600;margin-bottom:15px}.auth-form-container{padding:10px 0}.auth-form-container h4{color:#1e293b;margin:0 0 15px;font-size:1.1em}.auth-form-container form{display:flex;flex-direction:column;gap:12px}.auth-form-container input{width:100%;padding:12px 15px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95em;box-sizing:border-box}.auth-form-container input:focus{outline:none;border-color:#ff6b35}.auth-error{background:#fef2f2;color:#dc2626;padding:10px 15px;border-radius:8px;font-size:.9em;margin-bottom:10px}.auth-footer{text-align:center;font-size:.9em;color:#64748b;margin-top:15px}.auth-footer a{color:#ff6b35;font-weight:500}.btn-text{background:none;border:none;color:#64748b;cursor:pointer;font-size:.9em;padding:10px;width:100%}.btn-text:hover{color:#374151}.confirm-details{background:#f8fafc;padding:15px;border-radius:8px;margin-bottom:15px}.confirm-details p{margin:5px 0;color:#374151}.course-tabs-section{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:70px;z-index:100}.course-tabs{max-width:1000px;margin:0 auto;display:flex;gap:0;overflow-x:auto}.course-tabs .tab-btn{padding:18px 25px;background:transparent;border:none;border-bottom:3px solid transparent;font-size:.95em;font-weight:500;color:#64748b;cursor:pointer;white-space:nowrap;transition:all .3s ease}.course-tabs .tab-btn:hover{color:#2c3e50}.course-tabs .tab-btn.active{color:#ff6b35;border-bottom-color:#ff6b35}.course-tabs .download-brochure-btn{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#ff6b35,#e55a25);color:#fff;padding:12px 20px;border-radius:8px;margin-left:auto;border-bottom:none;font-weight:600;transition:all .3s ease}.course-tabs .download-brochure-btn:hover{background:linear-gradient(135deg,#e55a25,#d04a15);transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.course-tabs .download-brochure-btn svg{flex-shrink:0}.course-content-section{max-width:1000px;margin:0 auto;padding:40px 20px}.course-meta-bar{display:flex;gap:40px;padding:20px 25px;background:#fff;border-radius:12px;margin-bottom:30px;box-shadow:0 2px 8px #0000000f;flex-wrap:wrap}.course-meta-bar .meta-item{display:flex;align-items:center;gap:10px;color:#374151;font-weight:500}.course-meta-bar .meta-item svg{color:#ff6b35}.tab-content{background:#fff;border-radius:12px;padding:35px;box-shadow:0 2px 8px #0000000f}.tab-content h2{color:#2c3e50;font-size:1.5em;margin:0 0 25px}.tab-content h3{color:#374151;font-size:1.15em;margin:20px 0 15px}.course-description{color:#4b5563;line-height:1.8;font-size:1.05em}.course-description p{margin-bottom:15px}.course-categories-section{margin-top:30px;padding-top:25px;border-top:1px solid #e5e7eb}.category-tags{display:flex;flex-wrap:wrap;gap:10px}.category-tag{background:#ff6b351a;color:#ff6b35;padding:8px 16px;border-radius:20px;font-size:.9em;font-weight:500}.objectives-list,.prerequisites-list{list-style:none;padding:0;margin:0}.objectives-list li,.prerequisites-list li{display:flex;align-items:flex-start;gap:15px;padding:15px 0;border-bottom:1px solid #f1f5f9;color:#374151;font-size:1.05em;line-height:1.5}.objectives-list li:last-child,.prerequisites-list li:last-child{border-bottom:none}.objectives-list li svg,.prerequisites-list li svg{flex-shrink:0;margin-top:2px}.course-outline{display:flex;flex-direction:column;gap:20px}.outline-module{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.module-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:#f8fafc;border-bottom:1px solid #e5e7eb}.module-header h3{margin:0;color:#2c3e50;font-size:1.05em}.module-duration{background:#ff6b35;color:#fff;padding:5px 12px;border-radius:15px;font-size:.85em;font-weight:500}.module-topics{list-style:none;padding:15px 20px;margin:0}.module-topics li{color:#4b5563;border-bottom:1px solid #f1f5f9;padding:10px 0 10px 20px;position:relative}.module-topics li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#ff6b35;border-radius:50%}.module-topics li:last-child{border-bottom:none}.faq-list{display:flex;flex-direction:column;gap:15px}.faq-item{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#ff6b35}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:#f8fafc;border:none;cursor:pointer;text-align:left;transition:all .3s ease}.faq-question span{font-weight:600;color:#2c3e50;font-size:1.05em}.faq-question svg{color:#ff6b35;flex-shrink:0;transition:transform .3s ease}.faq-item.open .faq-question{background:#ff6b35}.faq-item.open .faq-question span{color:#fff}.faq-item.open .faq-question svg{color:#fff}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:200px;padding:20px}.faq-answer p{margin:0;color:#4b5563;line-height:1.7}.course-cta-section{background:linear-gradient(135deg,#ff6b35,#e85a2a);padding:60px 20px;text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-content h2{color:#fff;font-size:2em;margin:0 0 15px}.cta-content p{color:#ffffffe6;font-size:1.1em;margin-bottom:30px}.cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.btn-outline-light{background:transparent;border:2px solid white;color:#fff;padding:14px 30px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-outline-light:hover{background:#fff;color:#ff6b35}.btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-secondary{background:#2c3e50;color:#fff;padding:12px 25px}.btn-large{padding:14px 30px;font-size:1.05em}@media (max-width: 900px){.course-hero-section{flex-direction:column;align-items:center;padding:40px 20px;gap:30px}.course-hero-content{flex-direction:column;align-items:center;text-align:center}.course-hero-info h1{font-size:1.6em}.course-hero-sidebar{width:100%;max-width:400px}}@media (max-width: 600px){.course-tabs .tab-btn{padding:15px 18px;font-size:.85em}.course-meta-bar{flex-direction:column;gap:15px;padding:20px}.tab-content{padding:25px 20px}.module-header{flex-direction:column;align-items:flex-start;gap:10px}.cta-content h2{font-size:1.5em}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%;text-align:center}}.certifications-tech-section{background:linear-gradient(135deg,#1a252f,#2c3e50);padding:60px 20px;margin-top:60px}.cert-tech-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start}.cert-block h3,.tech-block h3{color:#ff6b35;font-size:1.2em;margin:0 0 25px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.cert-logos{display:flex;gap:25px;flex-wrap:wrap}.cert-item{display:flex;flex-direction:column;align-items:center;gap:10px}.cert-badge{width:70px;height:70px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fffc;transition:all .3s ease}.cert-badge.ai-cert{background:#ff6b3533;border-color:#ff6b35;color:#ff6b35}.cert-badge:hover{transform:translateY(-3px);border-color:#ff6b35;color:#ff6b35}.cert-item span{color:#ffffffb3;font-size:.85em;font-weight:500}.tech-logos{display:flex;gap:20px;flex-wrap:wrap}.tech-item{display:flex;flex-direction:column;align-items:center;gap:8px}.tech-icon{width:60px;height:60px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1em;color:#fff;transition:all .3s ease}.tech-icon:hover{transform:translateY(-3px)}.tech-icon.python{background:linear-gradient(135deg,#306998,#ffd43b)}.tech-icon.tensorflow{background:linear-gradient(135deg,#ff6f00,#ffa000)}.tech-icon.pytorch{background:linear-gradient(135deg,#ee4c2c,#ff6b35)}.tech-icon.openai{background:linear-gradient(135deg,#10a37f,#1a7f64)}.tech-icon.azure{background:linear-gradient(135deg,#0078d4,#00bcf2)}.tech-icon.aws{background:linear-gradient(135deg,#f90,#ffb84d)}.tech-item span:last-child{color:#ffffffb3;font-size:.8em;font-weight:500}@media (max-width: 768px){.cert-tech-container{grid-template-columns:1fr;gap:40px}.cert-logos,.tech-logos{justify-content:center}.certifications-tech-section{padding:40px 20px}}.cert-tech-inline{margin-top:40px;padding-top:30px;border-top:1px solid #eee;display:grid;grid-template-columns:1fr 1fr;gap:40px}.cert-block-inline h3,.tech-block-inline h3{font-size:1.1em;color:#2c3e50;margin-bottom:20px;font-weight:600}.cert-logos-inline{display:flex;gap:20px;flex-wrap:wrap}.cert-item-inline{display:flex;flex-direction:column;align-items:center;gap:8px}.cert-badge-inline{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;color:#ff6b35;transition:all .3s ease}.cert-badge-inline:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.cert-badge-inline.ai-cert{background:linear-gradient(135deg,#ff6b35,#e85a2a);color:#fff}.cert-item-inline span{font-size:.75em;color:#666;font-weight:500}.tech-logos-inline{display:flex;gap:20px;flex-wrap:wrap}.tech-item-inline{display:flex;flex-direction:column;align-items:center;gap:8px}.tech-logo-inline{transition:all .3s ease}.tech-logo-inline:hover{transform:translateY(-3px)}.tech-item-inline span{font-size:.75em;color:#666;font-weight:500}@media (max-width: 768px){.cert-tech-inline{grid-template-columns:1fr;gap:30px}.cert-logos-inline,.tech-logos-inline{justify-content:center}}.cart-page{background:#f8fafc;min-height:100vh}.cart-container{max-width:1100px;margin:0 auto;padding:40px 20px}.cart-empty-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:40px 20px}.empty-cart-image{margin-bottom:30px}.empty-cart-image svg{opacity:.6}.empty-cart-content h1{font-size:2.5em;color:#2c3e50;margin:0 0 10px;font-weight:700}.wave{display:inline-block;animation:wave 1.5s ease-in-out infinite;transform-origin:70% 70%}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}50%{transform:rotate(0)}75%{transform:rotate(20deg)}}.empty-cart-content h2{font-size:1.5em;color:#374151;margin:0 0 15px;font-weight:600}.empty-cart-content p{color:#64748b;font-size:1.1em;margin-bottom:30px}.empty-cart-actions{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:#ff6b35;color:#fff;padding:12px 25px}.btn-primary:hover{background:#e85a2a}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.btn-outline{background:transparent;border:2px solid #2C3E50;color:#2c3e50;padding:12px 25px}.btn-large{padding:16px 32px;font-size:1.05em}.btn-full{width:100%}.checkout-steps{display:flex;align-items:center;justify-content:center;margin-bottom:40px;padding:25px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.step{display:flex;align-items:center;gap:10px}.step-number{width:36px;height:36px;border-radius:50%;background:#e5e7eb;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95em;transition:all .3s ease}.step.active .step-number{background:#ff6b35;color:#fff}.step.completed .step-number{background:#10b981;color:#fff}.step-label{font-weight:600;color:#64748b;font-size:.95em}.step.active .step-label{color:#2c3e50}.step.completed .step-label{color:#10b981}.step-line{width:80px;height:2px;background:#e5e7eb;margin:0 20px}.step-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:30px;align-items:start}.cart-items-section{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 8px #0000000f}.cart-items-section h2{color:#2c3e50;font-size:1.3em;margin:0 0 20px;font-weight:700}.cart-item{display:flex;align-items:center;gap:15px;padding:20px 0;border-bottom:1px solid #f1f5f9}.cart-item:last-of-type{border-bottom:none}.item-image{width:70px;height:70px;flex-shrink:0}.item-image img{width:100%;height:100%;object-fit:contain;border-radius:8px;background:#f8fafc;padding:5px}.item-placeholder{width:100%;height:100%;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center}.item-details{flex:1}.item-details h3{color:#1e293b;font-size:1em;margin:0 0 8px;font-weight:600;line-height:1.4}.item-meta{display:flex;gap:15px}.item-meta span{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:.85em}.item-price{font-size:1.2em;font-weight:700;color:#ff6b35;padding:0 15px}.remove-btn{background:none;border:none;padding:8px;cursor:pointer;color:#94a3b8;border-radius:6px;transition:all .3s ease}.remove-btn:hover{color:#ef4444;background:#fef2f2}.cart-actions-row{display:flex;justify-content:space-between;align-items:center;padding-top:20px;margin-top:10px;border-top:1px solid #f1f5f9}.clear-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:#64748b;cursor:pointer;font-size:.9em;padding:8px 0}.clear-btn:hover{color:#ef4444}.continue-link{display:flex;align-items:center;gap:6px;color:#ff6b35;text-decoration:none;font-size:.9em;font-weight:500}.continue-link:hover{text-decoration:underline}.order-summary{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 8px #0000000f;position:sticky;top:100px}.order-summary h2{color:#2c3e50;font-size:1.2em;margin:0 0 20px;font-weight:700}.summary-rows{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #e5e7eb}.summary-row{display:flex;justify-content:space-between;padding:8px 0;color:#64748b;font-size:.95em}.summary-row .discount{color:#10b981}.summary-total{display:flex;justify-content:space-between;padding:15px 0;font-size:1.3em;font-weight:700;color:#1e293b;margin-bottom:20px}.summary-total span:last-child{color:#ff6b35}.secure-badge{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:15px;color:#64748b;font-size:.85em}.account-layout,.payment-layout{display:grid;grid-template-columns:1fr 350px;gap:30px;align-items:start}.account-section,.payment-section{background:#fff;border-radius:12px;padding:35px;box-shadow:0 2px 8px #0000000f}.account-section h2,.payment-section h2{color:#2c3e50;font-size:1.5em;margin:0 0 10px;font-weight:700}.account-subtitle,.payment-subtitle{color:#64748b;margin:0 0 25px}.form-error{background:#fef2f2;color:#dc2626;padding:12px 15px;border-radius:8px;font-size:.9em;margin-bottom:20px}.account-form{display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:600;color:#374151;font-size:.9em}.form-group input{padding:14px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1em;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#ff6b35}.account-switch{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:25px;padding-top:20px;border-top:1px solid #e5e7eb;color:#64748b;font-size:.95em}.account-switch button{background:none;border:none;color:#ff6b35;font-weight:600;cursor:pointer}.account-switch button:hover{text-decoration:underline}.back-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:#64748b;cursor:pointer;font-size:.9em;padding:10px 0;margin-top:20px}.back-btn:hover{color:#2c3e50}.order-summary.compact{padding:20px}.order-summary.compact h3{color:#2c3e50;font-size:1.1em;margin:0 0 15px;font-weight:700}.summary-items{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #e5e7eb}.summary-item{display:flex;justify-content:space-between;padding:8px 0;font-size:.9em;color:#374151}.summary-item span:first-child{flex:1;padding-right:15px}.summary-item span:last-child{font-weight:600}.user-info-card{display:flex;align-items:center;gap:15px;background:#f8fafc;border-radius:10px;padding:15px 20px;margin-bottom:25px}.user-avatar{width:48px;height:48px;background:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b}.user-details{flex:1;display:flex;flex-direction:column;gap:3px}.user-name{font-weight:600;color:#1e293b}.user-email{color:#64748b;font-size:.9em}.change-btn{background:none;border:none;color:#ff6b35;font-weight:500;cursor:pointer;font-size:.9em}.change-btn:hover{text-decoration:underline}.payment-method{margin-bottom:25px}.payment-method h3{color:#2c3e50;font-size:1.1em;margin:0 0 15px;font-weight:600}.payment-option{display:flex;align-items:center;gap:15px;background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:15px 20px;cursor:pointer;transition:all .3s ease}.payment-option.selected{border-color:#ff6b35;background:#fff8f5}.option-radio{width:20px;height:20px;border:2px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center}.payment-option.selected .option-radio{border-color:#ff6b35}.radio-dot{width:10px;height:10px;background:#ff6b35;border-radius:50%;display:none}.payment-option.selected .radio-dot{display:block}.option-content{flex:1;display:flex;flex-direction:column;gap:3px}.option-name{font-weight:600;color:#1e293b}.option-desc{color:#64748b;font-size:.85em}.option-logos{display:flex;gap:8px}.logo-visa,.logo-mc{padding:4px 8px;background:#f1f5f9;border-radius:4px;font-size:.75em;font-weight:700;color:#64748b}.payment-security{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;color:#64748b;font-size:.85em}@media (max-width: 900px){.cart-layout,.account-layout,.payment-layout{grid-template-columns:1fr}.order-summary{position:relative;top:0}.checkout-steps{padding:15px}.step-line{width:40px;margin:0 10px}.step-label{display:none}}@media (max-width: 600px){.empty-cart-content h1{font-size:1.8em}.empty-cart-content h2{font-size:1.2em}.empty-cart-actions{flex-direction:column;width:100%}.empty-cart-actions .btn{width:100%}.cart-item{flex-wrap:wrap}.item-price{width:100%;padding:10px 0 0;text-align:left}.form-row{grid-template-columns:1fr}.account-section,.payment-section{padding:25px}}.dashboard-page{max-width:1200px;margin:0 auto;padding:40px 20px}.dashboard-header{margin-bottom:40px}.dashboard-header-content{display:flex;justify-content:space-between;align-items:center;gap:20px}.dashboard-header-content>div{text-align:left}.dashboard-header h1{font-size:2.5em;color:#333;margin-bottom:.5rem}.dashboard-header p{font-size:1.1em;color:#666}.dashboard-content{display:grid;gap:40px}.dashboard-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000001a}.dashboard-section h2{color:#ff6b35;font-size:1.8em;margin-bottom:20px;font-weight:600}.enrolled-courses{display:grid;gap:20px}.enrolled-course-card{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:center;gap:20px;transition:border-color .3s ease}.enrolled-course-card:hover{border-color:#ff6b35}.course-progress{flex:1}.course-progress h3{color:#333;font-size:1.2em;margin:0 0 15px}.progress-bar{background:#e0e0e0;height:8px;border-radius:4px;overflow:hidden;margin-bottom:10px}.progress-fill{background:linear-gradient(90deg,#ff6b35,#2c3e50);height:100%;transition:width .3s ease}.progress-text{color:#666;font-size:.9em;margin:0}.course-actions{display:flex;align-items:center;gap:15px;flex-shrink:0}.status-badge{display:inline-block;background:#e3f2fd;color:#1976d2;padding:6px 12px;border-radius:20px;font-size:.85em;font-weight:500}.no-courses-message{text-align:center;padding:40px 20px}.no-courses-message p{color:#666;font-size:1.1em;margin-bottom:20px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-card{background:linear-gradient(135deg,#ff6b35,#2c3e50);color:#fff;padding:30px;border-radius:12px;text-align:center;box-shadow:0 4px 12px #1e40af4d;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-number{font-size:2.5em;font-weight:700;margin-bottom:10px}.stat-card p{font-size:.95em;opacity:.95;margin:0}@media (max-width: 768px){.dashboard-header-content{flex-direction:column;align-items:flex-start}.dashboard-header-content>div{text-align:center;width:100%}.dashboard-header-content .btn{width:100%}.enrolled-course-card{flex-direction:column;align-items:flex-start}.course-actions{width:100%}.course-actions .btn{flex:1}.stats-grid{grid-template-columns:1fr}}.profile-page{min-height:100vh;background:#f5f7fa}.profile-container{max-width:800px;margin:0 auto;padding:40px 20px}.profile-header{text-align:center;margin-bottom:40px}.profile-avatar{width:100px;height:100px;border-radius:50%;background:#ff6b35;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.profile-avatar span{color:#fff;font-size:36px;font-weight:700}.profile-header h1{color:#2c3e50;font-size:2em;margin:0 0 10px}.profile-email{color:#6c757d;font-size:1.1em}.profile-sections{display:flex;flex-direction:column;gap:30px}.profile-section h2{color:#2c3e50;font-size:1.3em;margin:0 0 15px;padding-bottom:10px;border-bottom:2px solid #FF6B35}.info-card,.form-card{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 8px #00000014}.info-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e9ecef}.info-row:last-child{border-bottom:none}.info-label{color:#6c757d;font-weight:500}.info-value{color:#2c3e50;font-weight:600}.section-description{color:#6c757d;margin-bottom:20px;line-height:1.6}.form-card .form-group{margin-bottom:20px}.form-card label{display:block;font-weight:600;margin-bottom:8px;color:#333}.form-card input{width:100%;padding:12px 15px;border:2px solid #e5e7eb;border-radius:8px;font-size:1em;box-sizing:border-box;transition:all .3s ease}.form-card input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.auth-error{background:#fee2e2;border:1px solid #fca5a5;color:#dc2626;padding:12px 15px;border-radius:8px;margin-bottom:20px;font-size:.9em}.auth-success{background:#d1fae5;border:1px solid #6ee7b7;color:#047857;padding:12px 15px;border-radius:8px;margin-bottom:20px;font-size:.9em}.profile-actions{margin-top:40px;text-align:center}.btn-outline{background:transparent;border:2px solid #2C3E50;color:#2c3e50;padding:12px 30px;border-radius:8px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease}.btn-outline:hover{background:#2c3e50;color:#fff}@media (max-width: 768px){.profile-container{padding:20px 15px}.profile-avatar{width:80px;height:80px}.profile-avatar span{font-size:28px}.profile-header h1{font-size:1.6em}.info-row{flex-direction:column;gap:5px}}.about{min-height:100vh;background-color:#f8f9fa}.about-hero{background:#2c3e50;color:#fff;padding:80px 20px;text-align:center;margin-bottom:60px}.about-hero-content h1{font-size:3.5rem;margin-bottom:15px;font-weight:700;letter-spacing:-.5px}.about-hero-content p{font-size:1.3rem;opacity:.95;margin:0}.about-content{max-width:1000px;margin:0 auto;padding:0 20px 60px}.about-section{background:#fff;padding:40px;border-radius:12px;margin-bottom:30px;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s ease}.about-section:hover{box-shadow:0 4px 16px #0000001f}.about-section h2{color:#ff6b35;font-size:2rem;margin-bottom:20px;margin-top:0}.about-section p{color:#555;line-height:1.8;font-size:1rem;margin-bottom:15px}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.about-feature{background:#f8f9fa;padding:25px;border-radius:8px;border-left:4px solid #FF6B35;transition:all .3s ease}.about-feature:hover{background:#eff6ff;transform:translate(5px)}.about-feature h3{color:#ff6b35;font-size:1.2rem;margin-top:0;margin-bottom:10px}.about-feature p{margin-bottom:0;color:#666;font-size:.95rem}.about-list{list-style:none;padding:0;margin:20px 0}.about-list li{padding:12px 0;color:#555;font-size:1.05rem;border-bottom:1px solid #eee;transition:color .3s ease}.about-list li:last-child{border-bottom:none}.about-list li:hover{color:#ff6b35;padding-left:10px}.about-cta{text-align:center;background:linear-gradient(135deg,#1e3a8a1a,#1e40af1a)}.about-cta h2{color:#ff6b35}.about-cta .btn{margin-top:20px;padding:12px 40px;font-size:1.05rem}@media (max-width: 768px){.about-hero-content h1{font-size:2.2rem}.about-section{padding:25px 20px;margin-bottom:20px}.about-section h2{font-size:1.5rem}.about-features{grid-template-columns:1fr}}@media (max-width: 480px){.about-hero{padding:50px 15px;margin-bottom:30px}.about-hero-content h1{font-size:1.8rem}.about-hero-content p{font-size:1rem}.about-section{padding:20px 15px}.about-list li{font-size:.95rem;padding:10px 0}}.contact{min-height:100vh;background-color:#f8f9fa}.contact-hero{background:#2c3e50;color:#fff;padding:80px 20px;text-align:center;margin-bottom:60px}.contact-hero-content h1{font-size:3.5rem;margin-bottom:15px;font-weight:700;letter-spacing:-.5px}.contact-hero-content p{font-size:1.3rem;opacity:.95;margin:0}.contact-content{max-width:1200px;margin:0 auto;padding:0 20px 60px}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #00000014}.contact-info h2,.contact-form-container h2{color:#ff6b35;font-size:1.8rem;margin-top:0;margin-bottom:30px}.info-item{display:flex;gap:20px;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #eee}.info-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.info-icon{font-size:2rem;min-width:50px;text-align:center}.info-text h3{color:#333;font-size:1.1rem;margin:0 0 8px}.info-text p{color:#666;margin:0;line-height:1.6}.info-text a{color:#ff6b35;text-decoration:none;transition:color .3s ease}.info-text a:hover{color:#2c3e50;text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-weight:600;margin-bottom:8px;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:12px 15px;border:1px solid #e0e0e0;border-radius:6px;font-size:1rem;font-family:inherit;transition:all .3s ease;background-color:#f9f9f9}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ff6b35;background-color:#fff;box-shadow:0 0 0 3px #1e40af1a}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{padding:12px 30px;font-size:1rem;font-weight:600;cursor:pointer;border:none;border-radius:6px;transition:all .3s ease;align-self:flex-start}.success-message{text-align:center;padding:40px 20px;background:#f0f7ff;border-radius:8px;border-left:4px solid #4caf50}.success-icon{font-size:3rem;margin-bottom:15px;color:#4caf50}.success-message h3{color:#333;font-size:1.3rem;margin:10px 0}.success-message p{color:#666;margin:10px 0 0}.contact-faq{max-width:1000px;margin:60px auto;padding:0 20px}.contact-faq h2{color:#ff6b35;font-size:2rem;text-align:center;margin-bottom:40px}.faq-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.faq-item{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.faq-item h3{color:#ff6b35;font-size:1.1rem;margin-top:0;margin-bottom:12px}.faq-item p{color:#666;line-height:1.6;margin:0;font-size:.95rem}@media (max-width: 768px){.contact-hero-content h1{font-size:2.2rem}.contact-container{grid-template-columns:1fr;padding:25px;gap:30px}.contact-form .btn{width:100%;align-self:stretch}.contact-faq h2{font-size:1.5rem}.faq-items{grid-template-columns:1fr}}@media (max-width: 480px){.contact-hero{padding:50px 15px;margin-bottom:30px}.contact-hero-content h1{font-size:1.8rem}.contact-hero-content p{font-size:1rem}.contact-content{padding:0 15px 30px}.contact-container{padding:20px 15px;gap:20px}.contact-form,.info-item{gap:15px}}.payment-page{min-height:100vh;background:#f8f9fa;padding:40px 20px}.payment-container{max-width:600px;margin:0 auto;background:#fff;padding:60px 40px;border-radius:12px;box-shadow:0 4px 16px #0000001a;text-align:center}.success-icon{font-size:4rem;color:#4caf50;margin-bottom:20px;animation:scaleIn .5s ease-out}.cancel-icon{font-size:4rem;color:#f44336;margin-bottom:20px;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.payment-container h1{font-size:2.5rem;color:#2c3e50;margin:20px 0;font-weight:700}.payment-message{font-size:1.2rem;color:#333;margin:15px 0}.payment-detail{color:#666;font-size:1rem;margin:20px 0 30px;line-height:1.6}.payment-actions{display:flex;gap:15px;flex-direction:column}.payment-actions .btn{padding:12px 30px;font-size:1rem}@media (max-width: 768px){.payment-container{padding:40px 20px}.payment-container h1{font-size:1.8rem}.payment-message{font-size:1rem}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#2c3e50;background:#fff;line-height:1.6}.btn{display:inline-block;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;text-align:center}.btn-primary{background:#ff6b35;color:#fff;box-shadow:0 4px 12px #ff6b354d}.btn-primary:hover{background:#e85a2a;transform:translateY(-2px);box-shadow:0 6px 16px #ff6b3566}.btn-secondary{background:#fff;color:#ff6b35;border:2px solid #FF6B35}.btn-secondary:hover{background:#ff6b35;color:#fff;transform:translateY(-2px)}.btn-large{padding:18px 48px;font-size:1.1rem;font-weight:700}.btn-small{padding:10px 24px;font-size:.9rem}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 20px}.section-gray{background:#f8f9fa}.section-title{font-size:2.5em;color:#2c3e50;margin-bottom:1rem;font-weight:700;text-align:center}.section-subtitle{font-size:1.2em;color:#6c757d;margin-bottom:3rem;text-align:center}.card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.text-center{text-align:center}.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}.main-content{min-height:calc(100vh - 82px);padding-top:82px;background:#fff}.btn{display:inline-block;padding:10px 24px;border:none;border-radius:8px;font-size:1em;font-weight:500;cursor:pointer;text-decoration:none;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#f0f4ff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.btn-large{padding:15px 40px;font-size:1.1em}.btn-small{padding:8px 16px;font-size:.9em}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.main-content{padding-top:60px;min-height:calc(100vh - 60px)}.btn-large{width:100%;padding:12px 20px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#333;line-height:1.6}#root{display:flex;flex-direction:column}
