.ProjectsStyles-module__VLEMyG__hero{color:#fff;background-color:#343a40;background-image:url(/images/hero.jpg);background-position:50%;background-size:cover;align-items:center;min-height:60vh;display:flex;position:relative}.ProjectsStyles-module__VLEMyG__overlay{background:linear-gradient(110deg,#df1f26f2 0%,#df1f2699 40%,#a92424d9 100%);position:absolute;inset:0}.ProjectsStyles-module__VLEMyG__heroContent{z-index:2;width:100%;max-width:1180px;margin:0 auto;padding:10rem 2rem 4rem;position:relative}.ProjectsStyles-module__VLEMyG__heroBadge{letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #ffffff59;border-radius:100px;margin-bottom:1.2rem;padding:.35rem 1rem;font-size:.82rem;font-weight:600;display:inline-block}.ProjectsStyles-module__VLEMyG__heroContent h1{margin-bottom:1.2rem;font-size:clamp(2.2rem,6vw,5rem);font-weight:700;line-height:1.1}.ProjectsStyles-module__VLEMyG__heroContent p{opacity:.9;max-width:720px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.ProjectsStyles-module__VLEMyG__statsStrip{background:#fff;border-bottom:1px solid #eee}.ProjectsStyles-module__VLEMyG__statsInner{max-width:1180px;color:var(--text-grey);flex-wrap:wrap;align-items:center;gap:.75rem;margin:0 auto;padding:1.5rem 2rem;font-size:.9rem;display:flex}.ProjectsStyles-module__VLEMyG__statsInner strong{color:var(--tubitak-red);font-size:1.05rem}.ProjectsStyles-module__VLEMyG__projectsWrapper{max-width:1180px;margin:0 auto;padding:3.5rem 2rem 5rem}.ProjectsStyles-module__VLEMyG__projectsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:768px){.ProjectsStyles-module__VLEMyG__projectsGrid{grid-template-columns:1fr;gap:1.5rem}}.ProjectsStyles-module__VLEMyG__card{all:unset;cursor:pointer;background:#fff;border:1px solid #efefef;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .3s cubic-bezier(.165,.84,.44,1),box-shadow .3s,border-color .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.ProjectsStyles-module__VLEMyG__card:hover{border-color:#df1f2640;transform:translateY(-6px);box-shadow:0 12px 48px #df1f261f}.ProjectsStyles-module__VLEMyG__cardDisabled{cursor:default;opacity:.85}.ProjectsStyles-module__VLEMyG__cardDisabled:hover{border-color:#efefef;transform:none;box-shadow:0 4px 15px #0000000d}.ProjectsStyles-module__VLEMyG__card:focus-visible{outline:2px solid var(--tubitak-red);outline-offset:2px}.ProjectsStyles-module__VLEMyG__cardImageWrapper{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.ProjectsStyles-module__VLEMyG__cardImage{object-fit:cover;transition:transform .5s}.ProjectsStyles-module__VLEMyG__card:hover .ProjectsStyles-module__VLEMyG__cardImage{transform:scale(1.06)}.ProjectsStyles-module__VLEMyG__cardImageOverlay{pointer-events:none;background:linear-gradient(#0000 40%,#00000026 100%);position:absolute;inset:0}.ProjectsStyles-module__VLEMyG__comingSoonBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#0009;border:1px solid #ffffff26;border-radius:100px;padding:.3rem .85rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;right:1rem}.ProjectsStyles-module__VLEMyG__cardBody{flex-direction:column;flex:1;gap:.75rem;padding:1.5rem 1.75rem 1.75rem;display:flex}.ProjectsStyles-module__VLEMyG__cardTags{flex-wrap:wrap;gap:.4rem;display:flex}.ProjectsStyles-module__VLEMyG__tag{letter-spacing:.08em;text-transform:uppercase;color:var(--tubitak-red);background:#df1f2612;border:1px solid #df1f2626;border-radius:100px;padding:.2rem .65rem;font-size:.7rem;font-weight:600}.ProjectsStyles-module__VLEMyG__cardTitle{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700;line-height:1.35;transition:color .25s}.ProjectsStyles-module__VLEMyG__card:hover .ProjectsStyles-module__VLEMyG__cardTitle{color:var(--tubitak-red)}.ProjectsStyles-module__VLEMyG__cardSummary{color:var(--text-grey);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.6;display:-webkit-box;overflow:hidden}.ProjectsStyles-module__VLEMyG__cardCta{color:var(--tubitak-red);border-top:1px solid #f0f0f0;align-items:center;gap:.45rem;margin-top:auto;padding-top:.75rem;font-size:.88rem;font-weight:600;transition:gap .25s;display:inline-flex}.ProjectsStyles-module__VLEMyG__card:hover .ProjectsStyles-module__VLEMyG__cardCta{gap:.75rem}.ProjectsStyles-module__VLEMyG__detailPage{background:#fff;outline:none;min-height:100vh}.ProjectsStyles-module__VLEMyG__detailBackBar{z-index:40;background:#fff;border-bottom:1px solid #ebebeb;position:sticky;top:4.2rem}.ProjectsStyles-module__VLEMyG__detailBackInner{max-width:1180px;margin:0 auto;padding:.75rem 2rem}.ProjectsStyles-module__VLEMyG__detailBackBtn{color:var(--text-grey);align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.ProjectsStyles-module__VLEMyG__detailBackBtn:hover{color:var(--tubitak-red);transform:translate(-4px)}.ProjectsStyles-module__VLEMyG__detailContainer{max-width:1180px;margin:0 auto;padding:4rem 2rem 6rem}@media (max-width:768px){.ProjectsStyles-module__VLEMyG__detailContainer{padding:2.5rem 1.5rem 4rem}.ProjectsStyles-module__VLEMyG__detailBackBar{top:60px}}.ProjectsStyles-module__VLEMyG__modalBackdrop{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#0000008c;justify-content:center;align-items:center;padding:2rem;animation:.25s ProjectsStyles-module__VLEMyG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProjectsStyles-module__VLEMyG__fadeIn{0%{opacity:0}to{opacity:1}}.ProjectsStyles-module__VLEMyG__modalPanel{background:#fff;border-radius:20px;width:100%;max-width:1000px;max-height:calc(100vh - 4rem);transition:max-width .3s,max-height .3s,border-radius .3s;animation:.35s ProjectsStyles-module__VLEMyG__slideUp;position:relative;overflow:hidden;box-shadow:0 32px 80px #0000004d}.ProjectsStyles-module__VLEMyG__modalPanelFullscreen{border-radius:0!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;margin:0!important}.ProjectsStyles-module__VLEMyG__modalBackdropFullscreen{padding:0!important}.ProjectsStyles-module__VLEMyG__modalPanelFullscreen .ProjectsStyles-module__VLEMyG__modalScroll{max-height:100vh}.ProjectsStyles-module__VLEMyG__modalPanelFullscreen .ProjectsStyles-module__VLEMyG__modalContent{max-width:900px;margin-left:auto;margin-right:auto;padding-left:2.5rem;padding-right:2.5rem}.ProjectsStyles-module__VLEMyG__modalPanelFullscreen .ProjectsStyles-module__VLEMyG__gallery{max-width:860px;margin-left:auto;margin-right:auto}.ProjectsStyles-module__VLEMyG__modalPanelFullscreen .ProjectsStyles-module__VLEMyG__modalHeroContent{max-width:900px;margin-left:auto;margin-right:auto;padding-left:2.5rem;padding-right:2.5rem}.ProjectsStyles-module__VLEMyG__progressTrack{z-index:20;background:#00000014;border-radius:20px 20px 0 0;height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.ProjectsStyles-module__VLEMyG__progressBar{background:linear-gradient(90deg,#df1f26,#ff6b6b);border-radius:0 2px 2px 0;height:100%;transition:width .1s linear;box-shadow:0 0 6px #df1f2680}@keyframes ProjectsStyles-module__VLEMyG__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ProjectsStyles-module__VLEMyG__modalScroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;max-height:calc(100vh - 4rem);overflow-y:auto}.ProjectsStyles-module__VLEMyG__modalScroll::-webkit-scrollbar{display:none}.ProjectsStyles-module__VLEMyG__modalFullscreenBtn{z-index:11;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;color:#333;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s;display:flex;position:absolute;top:1rem;right:3.75rem;box-shadow:0 2px 12px #00000026}.ProjectsStyles-module__VLEMyG__modalFullscreenBtn:hover{background:var(--tubitak-red);color:#fff;transform:scale(1.08)}.ProjectsStyles-module__VLEMyG__modalClose{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;color:#333;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 12px #00000026}.ProjectsStyles-module__VLEMyG__modalClose:hover{background:var(--tubitak-red);color:#fff;transform:scale(1.08)}.ProjectsStyles-module__VLEMyG__modalHeroImage{background-color:#1a1a2e;align-items:flex-end;width:100%;min-height:260px;display:flex;position:relative;overflow:hidden}.ProjectsStyles-module__VLEMyG__modalHeroImg{object-fit:cover}.ProjectsStyles-module__VLEMyG__modalHeroGradient{pointer-events:none;background:linear-gradient(110deg,#df1f26f2 0%,#df1f2699 40%,#a92424d9 100%);position:absolute;inset:0}.ProjectsStyles-module__VLEMyG__modalHeroContent{z-index:2;color:#fff;width:100%;padding:2rem 2.5rem 2.25rem;position:relative}.ProjectsStyles-module__VLEMyG__modalHeroBadge{letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #ffffff59;border-radius:100px;margin-bottom:.85rem;padding:.3rem .9rem;font-size:.78rem;font-weight:600;display:inline-block}.ProjectsStyles-module__VLEMyG__modalHeroTitle{color:#fff;margin:0 0 .6rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;line-height:1.25}.ProjectsStyles-module__VLEMyG__modalHeroSummary{opacity:.85;max-width:560px;margin:0;font-size:.95rem;line-height:1.6}.ProjectsStyles-module__VLEMyG__modalContent{padding:2rem 2.5rem 3rem}.ProjectsStyles-module__VLEMyG__modalTags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.ProjectsStyles-module__VLEMyG__modalTag{letter-spacing:.08em;text-transform:uppercase;color:var(--tubitak-red);background:#df1f260f;border:1px solid #df1f261f;border-radius:100px;padding:.25rem .8rem;font-size:.72rem;font-weight:600}.ProjectsStyles-module__VLEMyG__modalTitle{color:var(--text-primary);margin:0 0 2rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.3}.ProjectsStyles-module__VLEMyG__modalSection{margin-bottom:2rem}.ProjectsStyles-module__VLEMyG__modalSection:last-child{margin-bottom:0}.ProjectsStyles-module__VLEMyG__modalSectionTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--tubitak-red);border-bottom:2px solid #df1f261f;margin:0 0 .85rem;padding-bottom:.5rem;font-size:1rem;font-weight:700}.ProjectsStyles-module__VLEMyG__modalText{color:var(--text-grey);margin:0 0 .75rem;font-size:.95rem;line-height:1.75}.ProjectsStyles-module__VLEMyG__modalText:last-child{margin-bottom:0}.ProjectsStyles-module__VLEMyG__modalStages{counter-reset:stage;flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.ProjectsStyles-module__VLEMyG__modalStages li{counter-increment:stage;color:var(--text-grey);align-items:flex-start;gap:.85rem;font-size:.95rem;line-height:1.5;display:flex}.ProjectsStyles-module__VLEMyG__modalStages li:before{content:counter(stage);color:#fff;background:linear-gradient(135deg,#df1f26,#8b0000);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.78rem;font-weight:700;display:flex}.ProjectsStyles-module__VLEMyG__modalTechGrid{flex-wrap:wrap;gap:.5rem;display:flex}.ProjectsStyles-module__VLEMyG__modalTechItem{color:var(--text-primary);background:#f5f5f5;border:1px solid #e8e8e8;border-radius:8px;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:border-color .2s,background .2s}.ProjectsStyles-module__VLEMyG__modalTechItem:hover{background:#df1f260a;border-color:#df1f264d}.ProjectsStyles-module__VLEMyG__gallery{flex-direction:column;gap:.75rem;display:flex}.ProjectsStyles-module__VLEMyG__galleryMain{aspect-ratio:16/9;background:#f0f0ef;border:1px solid #e8e8e8;border-radius:12px;width:100%;max-height:65vh;position:relative;overflow:hidden}.ProjectsStyles-module__VLEMyG__galleryImage{object-fit:contain;padding:.5rem;transition:opacity .3s}.ProjectsStyles-module__VLEMyG__galleryNav{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;color:#333;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #00000026}.ProjectsStyles-module__VLEMyG__galleryNav:hover{background:var(--tubitak-red);color:#fff;transform:translateY(-50%)scale(1.08)}.ProjectsStyles-module__VLEMyG__galleryNavLeft{left:.75rem}.ProjectsStyles-module__VLEMyG__galleryNavRight{right:.75rem}.ProjectsStyles-module__VLEMyG__galleryCaption{border:1px solid #ebebeb;border-left:3px solid var(--tubitak-red);color:var(--text-primary);background:#fafafa;border-radius:0 8px 8px 0;align-items:flex-start;gap:.75rem;margin:0;padding:.75rem 1rem;font-size:.93rem;font-style:normal;font-weight:500;line-height:1.55;display:flex}.ProjectsStyles-module__VLEMyG__galleryCaption:before{content:"";background:var(--tubitak-red);border-radius:50%;flex-shrink:0;width:8px;min-width:8px;height:8px;margin-top:.42rem;display:inline-block}.ProjectsStyles-module__VLEMyG__galleryThumbs{-webkit-overflow-scrolling:touch;gap:.5rem;padding:.25rem 0;display:flex;overflow-x:auto}.ProjectsStyles-module__VLEMyG__thumb{all:unset;cursor:pointer;opacity:.55;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:72px;height:50px;transition:opacity .2s,border-color .2s;position:relative;overflow:hidden}.ProjectsStyles-module__VLEMyG__thumb:hover{opacity:.85}.ProjectsStyles-module__VLEMyG__thumbActive{opacity:1;border-color:var(--tubitak-red)}.ProjectsStyles-module__VLEMyG__thumbImg{object-fit:cover}@media (max-width:768px){.ProjectsStyles-module__VLEMyG__modalBackdrop{align-items:stretch;padding:0}.ProjectsStyles-module__VLEMyG__modalPanel{border-radius:0;width:100%;max-width:100%;height:100vh;max-height:100vh}.ProjectsStyles-module__VLEMyG__modalFullscreenBtn{display:none}.ProjectsStyles-module__VLEMyG__modalScroll{max-height:100vh;padding-bottom:env(safe-area-inset-bottom,0px)}.ProjectsStyles-module__VLEMyG__modalHeroImage{min-height:180px}.ProjectsStyles-module__VLEMyG__modalHeroContent{padding:10rem 1rem 1.5rem}.ProjectsStyles-module__VLEMyG__modalHeroTitle{font-size:1.35rem}.ProjectsStyles-module__VLEMyG__modalHeroSummary{display:none}.ProjectsStyles-module__VLEMyG__modalContent{padding:1.25rem 1rem 2rem}.ProjectsStyles-module__VLEMyG__modalSectionTitle,.ProjectsStyles-module__VLEMyG__modalText{font-size:.9rem}.ProjectsStyles-module__VLEMyG__galleryMain{aspect-ratio:4/3;border-radius:8px}.ProjectsStyles-module__VLEMyG__galleryCaption{padding:.6rem .75rem;font-size:.82rem}.ProjectsStyles-module__VLEMyG__thumb{width:54px;height:38px}.ProjectsStyles-module__VLEMyG__modalStages li{gap:.65rem;font-size:.88rem}.ProjectsStyles-module__VLEMyG__modalStages li:before{width:24px;height:24px;font-size:.72rem}}@media (max-width:480px){.ProjectsStyles-module__VLEMyG__heroContent{padding:4rem 1.25rem 3rem}.ProjectsStyles-module__VLEMyG__projectsWrapper{padding:2rem 1.25rem 3.5rem}.ProjectsStyles-module__VLEMyG__cardBody{padding:1.25rem 1.25rem 1.5rem}.ProjectsStyles-module__VLEMyG__modalHeroImage{min-height:150px}.ProjectsStyles-module__VLEMyG__modalHeroTitle{font-size:1.15rem}.ProjectsStyles-module__VLEMyG__modalContent{padding:1rem .85rem 1.75rem}.ProjectsStyles-module__VLEMyG__galleryMain{aspect-ratio:4/3}.ProjectsStyles-module__VLEMyG__galleryThumbs{gap:.35rem}.ProjectsStyles-module__VLEMyG__thumb{border-radius:6px;width:46px;height:34px}}
