.project_detail_main{padding:0;min-height:100vh}.project_hero{margin-top:35px;position:relative;height:60vh;min-height:400px;overflow:hidden;border-radius:0 0 20px 20px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.project_hero_image{position:relative;width:100%;height:100%}.project_hero_overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(16,32,45,.7),rgba(16,32,45,.4));display:flex;align-items:center;justify-content:center;text-align:center}.project_hero_content{color:white;max-width:800px;padding:20px}.project_hero_no_image{height:60vh;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue-dark) 0,#2c3e50 100%);color:white;text-align:center;padding:20px}.project_back{position:absolute;top:20px;left:20px;z-index:10;display:inline-flex;align-items:center;gap:8px;color:white;text-decoration:none;font-family:Exo2-Regular;border:1px solid rgba(255,255,255,.3);padding:10px 16px;border-radius:10px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);transition:background .15s ease,transform .12s ease,box-shadow .12s ease}.project_back:hover{background:rgba(255,255,255,.2);transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.project_title{font-size:48px;font-family:Exo2-Bold;margin:0 0 16px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.project_subtitle{font-size:20px;font-family:Exo2-Regular;margin:0;opacity:.9}.project_content{padding:60px 0;max-width:1200px;margin:0 auto}.project_section_title{font-size:32px;font-family:Exo2-Bold;color:var(--blue-dark);margin-bottom:30px}.project_mini_block{margin-bottom:40px}.project_mini_list{margin-top:20px;display:flex;flex-direction:column;gap:16px}.project_item_mini{font-size:18px;line-height:1.6;color:var(--blue-dark);border-radius:8px;margin:0 0 25px}.project_actions{text-align:center;margin-top:40px}.project_view_btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--blue-dark) 0,#34495e 100%);color:#fff;padding:15px 30px;border-radius:12px;text-decoration:none;font-family:Exo2-Bold;font-size:18px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 5px 15px rgba(0,0,0,.2)}.project_view_btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.project_view_btn svg{width:20px;height:20px}@media (max-width:768px){.project_hero{height:50vh;min-height:300px}.project_title{font-size:32px}.project_subtitle{font-size:18px}.project_content{padding:40px 0}.project_section_title{font-size:28px}.project_mini_grid{grid-template-columns:1fr}.project_back{position:static;margin-bottom:20px;color:var(--blue-dark);border:1px solid rgba(0,0,0,.12);background:#fff}.project_back:hover{background:var(--blue-dark);color:white}}.project_item_mini .project_inline_link{font-weight:600;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;transition:color .15s ease,text-decoration-color .15s ease;word-break:break-word}.project_item_mini .project_inline_link:hover{color:#4da3ff;text-decoration-color:#4da3ff}