@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{scroll-snap-type:y mandatory}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;line-height:1.6;color:#250314;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0;scroll-snap-align:start;min-height:100vh;display:flex;align-items:center}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#250314}.section-subtitle{font-size:1.2rem;text-align:center;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:12px 30px;border:none;border-radius:5px;text-decoration:none;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-primary{background-color:#9c27b0;color:#fff}.btn-primary:hover{background-color:#7b1fa2;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#9c27b0;border:2px solid #9c27b0}.btn-secondary:hover{background-color:#9c27b0;color:#fff}.btn.disabled,.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-primary.disabled,.btn-primary:disabled{background-color:#6c757d}.btn-primary.disabled:hover,.btn-primary:disabled:hover{background-color:#6c757d;transform:none}@media (max-width:768px){.container{padding:0 15px}.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.App{min-height:100vh}main{padding-top:0}.section:not(.hero){padding-top:120px}@media (max-width:768px){.section:not(.footer):not(.philosophy-section){display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:100vh!important;padding:2rem 1rem!important}.section:not(.hero):not(.footer):not(.philosophy-section){padding-top:2rem!important}.container{display:flex!important;flex-direction:column!important;justify-content:center!important;width:100%!important;max-width:100%!important}.contact .container,.container{align-items:flex-start!important;text-align:left!important}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;padding:1.3rem 0;opacity:1;visibility:visible}.header-transparent{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.header-transparent .logo h2,.header-transparent .nav-link{color:#fff}.header-transparent .nav-link:hover{color:#fff;opacity:.8}.header-transparent .mobile-menu-btn span{background:#fff}.header-scrolled{background:hsla(0,0%,100%,.98);box-shadow:0 2px 20px rgba(37,3,20,.1);padding:1.3rem 0}.header-scrolled .logo h2,.header-scrolled .nav-link{color:#250314}.header-scrolled .nav-link:hover{color:#9c27b0}.header-scrolled .mobile-menu-btn span{background:#250314}.header-content{display:flex;justify-content:center;align-items:center;position:relative}.logo{position:absolute;left:0;transition:opacity .3s ease}.header-transparent .logo{opacity:0;visibility:hidden}.header-scrolled .logo{opacity:1;visibility:visible}.logo-image{height:90px;width:auto;transition:all .3s ease}.logo-text{color:#250314;font-size:2.8rem;font-weight:700}.header-transparent .logo-text{color:#fff}.header-scrolled .logo-text{color:#250314}.nav{display:flex;justify-content:center}.nav-list{display:flex;list-style:none;gap:3rem}.nav-link{text-decoration:none;color:#250314;font-weight:500;transition:color .3s ease;background:none;border:none;cursor:pointer;font-size:1rem;font-family:inherit;position:relative}.nav-link.active,.nav-link:hover{color:#9c27b0}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#9c27b0;border-radius:1px}.header-transparent .nav-link.active{color:#fff}.header-transparent .nav-link.active:after{background:#fff}.nav-button{background:none;border:none;font-family:inherit;font-size:inherit;font-weight:inherit;cursor:pointer}.ir-button{display:flex;align-items:center;justify-content:center;height:100%;padding:0 12px;border-radius:6px;transition:all .3s ease;transform:translateY(-2px)}.ir-button:hover{background:rgba(156,39,176,.1);transform:translateY(-3px)}.header-transparent .ir-button:hover{background:hsla(0,0%,100%,.1)}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.mobile-menu-btn span{width:25px;height:3px;background:#250314;transition:all .3s ease;border-radius:2px}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:last-child{transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.header,.header-scrolled{padding:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.header-scrolled{box-shadow:none}.header-content{padding:.5rem 1rem}.logo,.nav{display:none}.mobile-menu-btn{display:flex;position:fixed;top:1rem;right:1rem;z-index:1001;background:rgba(255,255,255,0);border-radius:8px;padding:12px;box-shadow:0 2px 12px rgba(0,0,0,.15)}.mobile-menu-btn span{background:#fff}.mobile-menu-btn.active span{background:#250314!important}.nav-open{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;transform:translateY(0);opacity:1;visibility:visible}.nav-open .nav-list{flex-direction:column;gap:0;padding:4rem 0 2rem;height:100%;justify-content:flex-start}.nav-open .nav-item{border-bottom:1px solid #eee}.nav-open .nav-link{display:block;padding:1.5rem 2rem;width:100%;text-align:left;font-size:1.1rem;color:#250314!important}.nav-open .nav-link:hover{color:#9c27b0!important;background:rgba(156,39,176,.05)}.nav-open .nav-link.active{color:#9c27b0!important}}.hero{position:relative;min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;scroll-snap-align:start}.hero-background{overflow:hidden}.hero-animated-bg,.hero-background{position:absolute;top:0;left:0;right:0;bottom:0}.hero-animated-bg{background:linear-gradient(-45deg,#9c27b0,#673ab7,#3f51b5,#2196f3,#8e24aa,#7b1fa2);background-size:400% 400%;animation:gradientFlow 15s ease infinite;z-index:1}@keyframes gradientFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-animated-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(156,39,176,.3) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(103,58,183,.3) 0,transparent 50%),radial-gradient(circle at 40% 80%,rgba(63,81,181,.3) 0,transparent 50%);animation:floatingOrbs 20s ease-in-out infinite}@keyframes floatingOrbs{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:1}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(37,3,20,.2);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:800px;margin:0 auto}.hero-logo{margin-bottom:3rem}.hero-logo-image{height:300px;width:auto;filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(255,255,255,.4)) drop-shadow(0 0 16px rgba(255,255,255,.3)) drop-shadow(0 0 24px rgba(255,255,255,.2));transition:all .3s ease}.hero-logo-image:hover{filter:brightness(0) invert(1) drop-shadow(0 0 12px rgba(255,255,255,.6)) drop-shadow(0 0 24px rgba(255,255,255,.4)) drop-shadow(0 0 36px rgba(255,255,255,.3))}.hero-logo-text{color:#fff;font-size:5rem;font-weight:700;margin:0;text-shadow:0 0 10px hsla(0,0%,100%,.4),0 0 20px hsla(0,0%,100%,.3),0 0 30px hsla(0,0%,100%,.2);transition:all .3s ease}.hero-logo-text:hover{text-shadow:0 0 15px hsla(0,0%,100%,.6),0 0 30px hsla(0,0%,100%,.4),0 0 45px hsla(0,0%,100%,.3)}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.highlight{color:#fff;position:relative}.highlight:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:4px;background:#fff;border-radius:2px}.hero-subtitle{font-size:1.3rem;margin-bottom:3rem;line-height:1.6;color:hsla(0,0%,100%,.9)}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2}.scroll-arrow{width:30px;height:30px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-10px) rotate(45deg)}60%{transform:translateY(-5px) rotate(45deg)}}@media (max-width:768px){.hero{display:flex!important;align-items:center!important;justify-content:center!important;min-height:100vh!important}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;padding:2rem 1rem}.hero-logo-image{height:180px;filter:brightness(0) invert(1) drop-shadow(0 0 5px rgba(255,255,255,.4)) drop-shadow(0 0 10px rgba(255,255,255,.3)) drop-shadow(0 0 15px rgba(255,255,255,.2))}.hero-logo-text{font-size:3.5rem;text-shadow:0 0 8px hsla(0,0%,100%,.4),0 0 16px hsla(0,0%,100%,.3),0 0 24px hsla(0,0%,100%,.2)}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:200px}}.about-intro-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#9c27b0,#7b1fa2);position:relative;overflow:hidden}.about-intro-section:before{lef .philosophy-container{padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;width:100%;max-width:100%;height:auto}}.about-intro-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(37,3,20,.1);z-index:1}.about-intro-container{text-align:center;max-width:900px;padding:4rem 2rem;position:relative;z-index:2;color:#fff}.about-intro-section .section-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:2rem}.about-intro-title{font-size:2.2rem;font-weight:600;margin-bottom:2rem;line-height:1.3;letter-spacing:-.02em}.about-intro-body{font-size:1.4rem;line-height:1.6;margin-bottom:3rem;color:hsla(0,0%,100%,.95);font-weight:400}.about-intro-section .detail-item{background:hsla(0,0%,100%,.85)!important;padding:2rem;border-radius:15px;border:1px solid hsla(0,0%,100%,.3)!important;box-shadow:0 4px 12px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.about-intro-section .detail-item h4{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#333!important}.about-intro-section .detail-item p{font-size:1rem;line-height:1.6;color:#666!important}.philosophy-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:4rem 2rem}.philosophy-container{display:grid;grid-template-columns:300px 1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;width:100%}.philosophy-section .section-title{font-size:3rem;font-weight:700;color:#9c27b0;margin-bottom:2rem}.about-philosophy{display:grid;grid-template-columns:300px 1fr;grid-gap:4rem;gap:4rem;align-items:center;margin-bottom:6rem;min-height:60vh}.philosophy-title{font-size:2.5rem}.philosophy-lead{font-size:1.3rem}.philosophy-body{font-size:1.1rem;margin-bottom:2rem}.ontology-section{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(156,39,176,.1);border-left:5px solid #9c27b0;margin-top:2rem}.ontology-title{font-size:1.6rem;font-weight:700;color:#9c27b0;margin-bottom:1.5rem;display:flex;align-items:center}.ontology-title:before{content:"🧠";font-size:1.4rem;margin-right:.5rem}.ontology-description{font-size:1.1rem;line-height:1.7;color:#444}.culture-section{min-height:100vh;background-image:var(--bg-image);background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden}.culture-container,.culture-section{display:flex;align-items:center;justify-content:center;position:relative}.culture-container{z-index:2;padding:4rem 2rem;width:100%;flex-direction:column}.culture-box{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4rem 3rem;box-shadow:0 20px 60px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.3)}.culture-section .section-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:2rem}.culture-body{font-size:1.4rem;color:#fff;margin:0}.about-culture{background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:60vh;display:flex;align-items:center;justify-content:center;border-radius:20px;position:relative;overflow:hidden;padding:4rem 2rem}.culture-box{background:linear-gradient(135deg,rgba(156,39,176,.95),rgba(123,31,162,.95));padding:2rem 3rem;border-radius:20px;text-align:center;color:#fff;max-width:600px;box-shadow:0 20px 60px rgba(156,39,176,.4);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid hsla(0,0%,100%,.2)}.culture-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 4px 15px rgba(0,0,0,.5);letter-spacing:-.02em;color:#fff}.culture-body{font-size:1.2rem;line-height:1.8;margin-bottom:0;color:hsla(0,0%,100%,.98);text-shadow:0 2px 8px rgba(0,0,0,.3);font-weight:400}.company-logo{margin-bottom:3rem;display:flex;justify-content:center;align-items:center}.company-logo .logo-image{height:120px;width:auto;filter:brightness(0) invert(1);transition:all .3s ease}.logo-fallback{color:#fff;font-size:3rem;font-weight:700;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (max-width:1024px){.philosophy-container{grid-template-columns:1fr;gap:3rem;text-align:center}.philosophy-icon{max-width:300px;margin:0 auto}}@media (max-width:768px){.about-intro-section,.culture-section,.philosophy-section{padding:1.5rem 1rem;display:flex!important;align-items:center!important;justify-content:center!important;min-height:100vh!important}.about-intro-container,.culture-container,.philosophy-container{padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;width:100%;max-width:100%;height:auto}.about-intro-section .section-title,.culture-section .section-title{font-size:1.8rem;margin-bottom:1rem}.philosophy-section .section-title{font-size:2.2rem;margin-bottom:1rem;margin-top:0;font-weight:700;color:#9c27b0}.about-intro-title,.culture-intro-title{font-size:1.6rem;line-height:1.4;margin-bottom:1rem}.about-intro-body,.culture-intro-body{font-size:1rem;margin-bottom:1.5rem}.company-logo .logo-image{height:80px}.logo-fallback{font-size:2rem}.philosophy-lead{font-size:1.1rem}.about-intro-body,.philosophy-body{font-size:1rem}.culture-section{background:linear-gradient(135deg,#9c27b0,#7b1fa2)!important}.culture-container{color:#fff!important}.culture-container:before{content:"";display:block;width:80px;height:80px;background-image:url(/_next/static/media/biscat-logo.c5a4f2e5.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;margin-bottom:1rem;filter:brightness(0) invert(1)}.culture-intro-title,.culture-section .section-title{color:#fff!important}.culture-body,.culture-intro-body{color:hsla(0,0%,100%,.95)!important}.culture-box{background:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important;border:none!important;text-align:left!important;max-width:100%!important;width:100%!important}.ontology-section{padding:1rem;margin-top:1rem}.ontology-section,.ontology-title{text-align:left;margin-bottom:1rem}.ontology-title{justify-content:flex-start;font-size:1.3rem;display:flex;align-items:flex-start;flex-direction:row}.ontology-title:before{content:"🧠";font-size:1.2rem;margin-right:.5rem;margin-top:0;flex-shrink:0}.ontology-description{text-align:left;font-size:.95rem;line-height:1.5}.philosophy-section{min-height:100vh!important;align-items:center!important;padding:3rem 1rem 2rem!important}.philosophy-container,.philosophy-section{display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.philosophy-container{height:auto;max-height:90vh;overflow:hidden;width:100%;max-width:100%;align-items:flex-start!important;text-align:left!important}.philosophy-lead{font-size:1rem;margin-bottom:1rem}.philosophy-body{font-size:.9rem;margin-bottom:1rem}.philosophy-section{background:#fff!important}.philosophy-container{color:#333!important}.philosophy-container:before{content:"";display:block;width:80px;height:80px;background-image:url(/_next/static/media/ontology.23684f08.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;margin-bottom:.1rem}.philosophy-icon{background:transparent!important;box-shadow:none!important;padding:0!important}.philosophy-fallback,.philosophy-icon,.philosophy-icon:before,.philosophy-image{display:none!important}.philosophy-content{padding:0;flex:1 1}.company-details{grid-template-columns:1fr;gap:1.5rem}.detail-item{padding:1.5rem}}@media (max-width:480px){.about-intro-section .section-title,.culture-section .section-title,.philosophy-section .section-title{font-size:1.8rem}.about-intro-title,.culture-intro-title{font-size:1.5rem}.company-logo .logo-image{height:60px}}@keyframes pointsLifeCycle{0%{opacity:0}5%{opacity:.3}10%{opacity:.7}15%{opacity:1}25%{opacity:1}40%{opacity:1}55%{opacity:1}70%{opacity:1}85%{opacity:.8}95%{opacity:.3}to{opacity:0}}@keyframes connectionsFlow{0%,15%{opacity:0;transform:scale(.5)}25%,75%{opacity:1;transform:scale(1)}85%,to{opacity:0;transform:scale(1.5)}}.company-intro{min-height:100vh;display:flex;align-items:center;position:relative;background:linear-gradient(135deg,rgba(156,39,176,.1),rgba(123,31,162,.1));background-attachment:fixed}.company-intro:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#9c27b0,#7b1fa2);opacity:.1;z-index:1}.company-intro .container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:2rem}.company-intro-content{text-align:center;max-width:800px;margin:0 auto;padding:4rem 2rem;background:hsla(0,0%,100%,.95);border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.company-intro-title{font-size:3rem;font-weight:700;color:#9c27b0;margin-bottom:2rem;line-height:1.2}.company-intro-body{font-size:1.2rem;line-height:1.8;color:#333;margin-bottom:3rem;font-weight:400}.company-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.detail-item{text-align:left;padding:2rem;background:rgba(156,39,176,.05);border-radius:15px;border-left:4px solid #9c27b0}.detail-item h3{font-size:1.5rem;font-weight:600;color:#9c27b0;margin-bottom:1rem}.detail-item p{font-size:1rem;line-height:1.6;color:#555}@media (max-width:768px){.company-intro-title{font-size:2rem}.company-intro-body{font-size:1rem}.company-intro-content{padding:2rem 1rem}.company-details{grid-template-columns:1fr;gap:1rem}.detail-item{padding:1.5rem}}.philosophy{min-height:100vh;display:flex;align-items:center;padding:4rem 0;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.philosophy .container{max-width:1200px;margin:0 auto;padding:0 2rem}.philosophy-main{display:grid;grid-template-columns:300px 1fr;grid-gap:4rem;gap:4rem;align-items:center;min-height:70vh}.philosophy-icon{display:flex;justify-content:center;align-items:center;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 60px rgba(156,39,176,.1);position:relative;overflow:hidden}.philosophy-icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#9c27b0,#7b1fa2);opacity:.05;z-index:1}.philosophy-image{width:150px;height:150px;object-fit:contain}.philosophy-fallback,.philosophy-image{position:relative;z-index:2;filter:drop-shadow(0 10px 20px rgba(156,39,176,.3))}.philosophy-fallback{font-size:6rem}.philosophy-content{padding:2rem 0}.philosophy-title{font-size:3rem;font-weight:700;color:#9c27b0;margin-bottom:1rem;line-height:1.2}.philosophy-lead{font-size:1.5rem;font-weight:600;color:#7b1fa2;margin-bottom:2rem;font-style:italic}.philosophy-body{font-size:1.2rem;line-height:1.8;color:#333;margin-bottom:3rem;font-weight:400}.philosophy-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.value-item{background:#fff;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #9c27b0}.value-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(156,39,176,.15)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-item h3{font-size:1.5rem;font-weight:600;color:#9c27b0}.value-item p{font-size:1rem;color:#555}@media (max-width:1024px){.philosophy-main{grid-template-columns:1fr;gap:3rem;text-align:center}.philosophy-icon{max-width:300px;margin:0 auto}}@media (max-width:768px){.philosophy-title{font-size:2rem}.philosophy-lead{font-size:1.2rem}.philosophy-body{font-size:1rem}.philosophy-icon{padding:2rem}.philosophy-fallback,.philosophy-image{transform:scale(.8)}.philosophy-values{grid-template-columns:1fr;gap:1rem}.value-item{padding:1.5rem}}.culture{background:linear-gradient(135deg,#9c27b0,#673ab7)}.culture,.culture-background{min-height:100vh;position:relative;overflow:hidden}.culture-background{width:100%;background-image:var(--bg-image);background-size:cover;background-position:50%;background-repeat:no-repeat}.culture-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:2}.culture-content{max-width:1000px;text-align:center;color:#fff;position:relative;z-index:3}.culture-main-title{font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.7);letter-spacing:-.02em}.culture-subtitle{font-size:1.8rem;font-weight:300;opacity:.95;font-style:italic;text-shadow:0 2px 10px rgba(0,0,0,.5)}.culture-description,.culture-subtitle{margin-bottom:3rem}.culture-description p{font-size:1.3rem;line-height:1.8;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.5);opacity:.95}.culture-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:4rem}.value-item{background:hsla(0,0%,100%,.1);padding:2rem;border-radius:15px;border:1px solid hsla(0,0%,100%,.2);transition:none}.value-item:hover{background:hsla(0,0%,100%,.1);transform:none;box-shadow:none}.value-item h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.value-item p{font-size:1.1rem;line-height:1.6;opacity:.9;text-shadow:0 1px 5px rgba(0,0,0,.3)}@media (max-width:768px){.culture-background{background-image:none!important;background:linear-gradient(135deg,#f8f9fa,#e9ecef)!important;animation:none!important}.culture-overlay{background:transparent!important}.culture-content{color:#fff!important}.culture-main-title,.value-item h3{color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.3)!important}.culture-description p,.culture-subtitle,.value-item p{color:hsla(0,0%,100%,.9)!important;text-shadow:0 1px 5px rgba(0,0,0,.2)!important}.value-item{background:linear-gradient(135deg,#9c27b0,#7b1fa2)!important;border:1px solid hsla(0,0%,100%,.2)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:0 8px 25px rgba(156,39,176,.3)!important}.value-item:hover{background:linear-gradient(135deg,#8e24aa,#6a1b9a)!important;transform:translateY(-5px)!important;box-shadow:0 12px 35px rgba(156,39,176,.4)!important}.culture{background:linear-gradient(135deg,#9c27b0,#673ab7)!important}.culture-background,.culture-overlay{background:none!important}.culture-overlay{padding:2rem 1rem}.culture-content{text-align:left}.culture-values{display:none!important}.culture-main-title{font-size:2.5rem;text-align:left}.culture-subtitle{font-size:1.3rem;text-align:left}.culture-description{text-align:left}.culture-description p{font-size:1.1rem;text-align:left}.culture-values{grid-template-columns:1fr;gap:1.5rem}.value-item{padding:1.5rem}.value-item h3{font-size:1.5rem}.value-item p{font-size:1rem}}@media (max-width:480px){.culture-overlay{padding:1rem}.culture-main-title{font-size:2rem}.culture-subtitle{font-size:1.1rem}.culture-description,.culture-subtitle{margin-bottom:2rem}.culture-values{margin-top:2rem}}.services{background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}@media (max-width:768px){.services{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:100vh!important;padding:2rem 1rem!important}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:100%}.services-grid{grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:350px}}.services .section-title{color:#9c27b0}.services .section-subtitle{margin-top:-2rem;margin-bottom:3rem}.team{background:#f8f9fa;padding:80px 0}.team .section-title{margin-bottom:.5rem;color:#9c27b0}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;max-width:1400px;margin-left:auto;margin-right:auto}.team .section-subtitle{margin-bottom:3rem}@media (max-width:1024px){.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.team-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:100%}}.contact{background:#fff;min-height:auto!important;padding:80px 0 40px;display:block!important;align-items:unset!important}.contact .section-title{color:#9c27b0}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item h3{font-size:1.2rem;font-weight:600;color:#250314;margin-bottom:.5rem}.contact-item p{color:#666;line-height:1.6}.social-links h3{font-size:1.2rem;font-weight:600;color:#250314;margin-bottom:1rem}.social-icons{flex-direction:column;gap:.5rem}.social-icons a{color:#9c27b0;text-decoration:none;transition:color .3s ease}.social-icons a:hover{color:#7b1fa2}.contact-form{background:#f8f9fa;padding:2rem;border-radius:10px}.contact-form h3{font-size:1.5rem;font-weight:600;color:#250314;margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#250314;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#9c27b0}.form-group textarea{resize:vertical;min-height:120px}.form-group input.error,.form-group textarea.error{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.error-message{display:block;color:#dc3545;font-size:.875rem;margin-top:.25rem}.mobile-footer-info{display:none}@media (max-width:768px){.contact{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;min-height:100vh!important;padding:2rem 1rem 0!important;background:linear-gradient(180deg,#fff 0,#fff 60%,#250314 0,#250314)}.container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;width:100%;max-width:100%;height:100%;flex:1 1}.section-subtitle,.section-title{text-align:left;width:100%;margin-bottom:1.5rem}.contact-content{grid-template-columns:1fr;gap:2rem;width:100%;flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start;text-align:left;margin-bottom:1rem}.contact-info{text-align:left}.contact-item h3{text-align:left;margin-bottom:.5rem}.contact-item p{text-align:left;margin-bottom:1rem}.contact-form{display:none}.form-row{grid-template-columns:1fr}.mobile-footer-info{display:block;width:100%;padding:1rem 1rem 1.5rem;margin-top:auto;color:#fff;text-align:left;min-height:240px;display:flex;flex-direction:column;justify-content:flex-start}.mobile-footer-logo{margin-bottom:1.5rem;margin-top:.5rem}.mobile-footer-logo-image{height:60px;width:auto;filter:brightness(0) invert(1);margin-bottom:.5rem}.mobile-footer-logo-text{color:#fff;font-size:2rem;font-weight:700;margin:0}.mobile-footer-company-name{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:.8rem;text-align:left}.mobile-footer-section h4{color:#fff;font-size:1.2rem;margin-bottom:.5rem;text-align:left}.mobile-footer-section p{color:#ccc;font-size:.9rem;line-height:1.5;margin-bottom:1.2rem;text-align:left}.mobile-footer-contact{margin-top:1rem}.mobile-footer-contact p{color:#ddd;font-size:.85rem;line-height:1.4;margin-bottom:.5rem;text-align:left}.mobile-footer-contact strong{color:#fff;font-weight:600}.mobile-footer-copyright{margin-top:auto;padding-top:.5rem;border-top:1px solid #444}.mobile-footer-copyright p{color:#aaa;font-size:.8rem;margin:0;text-align:left}}.footer{background:#250314;color:#fff;padding:3rem 0 1rem;position:relative;z-index:10;margin-top:0}.footer-content{display:flex;justify-content:flex-start;margin-bottom:2rem}.footer-main{width:100%}.footer-logo-company{display:flex;align-items:flex-start;gap:2rem}.footer-section h3,.footer-section h4{margin-bottom:.5rem;color:#fff}.footer-section h3{font-size:1.5rem;font-weight:700}.footer-section h4{font-size:1.2rem;font-weight:600}.footer-section p{color:#ccc;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#9c27b0}.footer-contact p{margin-bottom:.5rem;font-size:.9rem}.footer-contact strong{color:#fff;font-weight:600}.footer-company-info{font-size:.8rem;color:#888;margin-top:.5rem;line-height:1.4}.footer-bottom{border-top:1px solid #444;padding-top:1rem;text-align:center}.footer-bottom p{color:#aaa;margin:0}.footer-logo{margin-bottom:0}.footer-logo-image{height:100px;width:auto;filter:brightness(0) invert(1)}.footer-logo-text{color:#fff;font-size:3rem;font-weight:700;margin:0}@media (max-width:768px){.footer{display:none!important}}.coming-soon{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.floating-shapes{position:relative;width:100%;height:100%}.shape{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1);animation:float 6s ease-in-out infinite}.shape-1{width:80px;height:80px;top:20%;left:10%;animation-delay:0s}.shape-2{width:60px;height:60px;top:60%;right:15%;animation-delay:2s}.shape-3{width:100px;height:100px;bottom:20%;left:20%;animation-delay:4s}.shape-4{width:40px;height:40px;top:10%;right:30%;animation-delay:1s}.shape-5{width:120px;height:120px;top:50%;left:5%;animation-delay:3s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg);opacity:.7}33%{transform:translateY(-30px) rotate(120deg);opacity:.4}66%{transform:translateY(30px) rotate(240deg);opacity:.7}}.coming-soon-container{position:relative;z-index:2;width:100%;max-width:800px;padding:2rem}.content{text-align:center;color:#fff}.logo-section{margin-bottom:3rem}.coming-soon-logo{width:120px;height:auto;filter:brightness(0) invert(1);margin-bottom:1rem}.company-name{font-size:2.5rem;font-weight:700;margin:0;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main-message{margin-bottom:4rem}.coming-soon-title{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.coming-soon-subtitle{font-size:1.2rem;opacity:.9;line-height:1.6;max-width:600px;margin:0 auto}.countdown{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem}.countdown-item{background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:2rem 1.5rem;min-width:100px;transition:transform .3s ease,box-shadow .3s ease}.countdown-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.countdown-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.countdown-label{font-size:.9rem;opacity:.8;text-transform:uppercase;letter-spacing:1px}.contact-info{margin-bottom:0}.contact-info h3{font-size:1.5rem;margin-bottom:2rem;font-weight:600}.contact-details{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.1);padding:1rem 1.5rem;border-radius:50px;transition:all .3s ease}.contact-item:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}.contact-icon{font-size:1.2rem}.contact-item a{color:#fff;text-decoration:none;transition:opacity .3s ease}.contact-item a:hover{opacity:.8}.social-links{text-align:center}.social-links p{margin-bottom:1.5rem;font-size:1.1rem;opacity:.9}.social-icons{gap:1rem}.social-icon,.social-icons{display:flex;justify-content:center}.social-icon{align-items:center;width:50px;height:50px;background:hsla(0,0%,100%,.15);border:none;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.social-icon:hover{background:hsla(0,0%,100%,.25);transform:translateY(-3px) scale(1.05)}.social-icon svg{width:24px;height:24px}@media (max-width:768px){.coming-soon-container{padding:1rem}.coming-soon-title{font-size:2rem}.coming-soon-subtitle{font-size:1rem}.countdown{gap:1rem}.countdown-item{padding:1.5rem 1rem;min-width:80px}.countdown-value{font-size:2rem}.contact-details{flex-direction:column;gap:1rem}.contact-item{justify-content:center}}@media (max-width:480px){.coming-soon-title{font-size:1.8rem}.countdown{gap:.5rem}.countdown-item{padding:1rem .8rem;min-width:70px}.countdown-value{font-size:1.5rem}.countdown-label{font-size:.8rem}}.content>*{animation:fadeInUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.logo-section{animation-delay:.1s}.main-message{animation-delay:.2s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.service-card{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 4px 6px rgba(37,3,20,.1);transition:all .3s ease;text-align:center;height:100%;cursor:pointer;min-height:320px}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(156,39,176,.3);background:linear-gradient(135deg,#9c27b0,#7b1fa2)}.service-icon{font-size:2.5rem;margin-bottom:.8rem}.service-icon-image{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(156,39,176,.2));transition:all .3s ease}.service-card:hover .service-icon-image{transform:scale(1.1);filter:drop-shadow(0 6px 12px rgba(156,39,176,.3))}.service-icon-emoji{display:inline-block;font-size:3rem}.service-icon-fallback{font-size:3rem;color:#9c27b0}.service-title{font-size:1.3rem;font-weight:600;margin-bottom:.8rem;color:#9c27b0;transition:color .3s ease;line-height:1.3}.service-card:hover .service-title{color:#fff}.service-description{color:#666;margin-bottom:1rem;line-height:1.5;transition:color .3s ease;font-size:.9rem}.service-card:hover .service-description{color:hsla(0,0%,100%,.9)}.service-card-footer{margin-top:auto;padding-top:1rem;text-align:center;transition:border-color .3s ease}.service-card:hover .service-card-footer{border-top:none}.click-hint{color:#9c27b0;font-size:.9rem;font-weight:600;opacity:0;transition:all .3s ease}.service-card:hover .click-hint{opacity:1;color:#fff}@media (max-width:768px){.service-card{padding:1.8rem;min-height:320px}.service-icon-image{width:70px;height:70px}.service-icon{font-size:2.8rem;margin-bottom:1rem}.service-title{font-size:1.4rem;margin-bottom:1rem}.service-description{font-size:1rem;margin-bottom:1.2rem;line-height:1.6}.click-hint{opacity:1!important;color:#9c27b0!important;font-weight:700!important;font-size:1rem!important}.service-card:hover .click-hint{color:#fff!important}}.team-card{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 4px 6px rgba(37,3,20,.1);transition:all .3s ease;text-align:center;height:100%}.team-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(37,3,20,.15)}.team-avatar{margin-bottom:1.5rem}.team-avatar img{object-fit:cover}.avatar-placeholder,.team-avatar img{width:120px;height:120px;border-radius:50%}.avatar-placeholder{background:linear-gradient(135deg,#9c27b0,#7b1fa2);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;font-weight:700;margin:0 auto}.team-name{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#250314}.team-position{color:#9c27b0;font-weight:600;margin-bottom:1rem;font-size:1.1rem}.team-bio{color:#666;margin-bottom:1rem;line-height:1.6}.team-email{color:#9c27b0;text-decoration:none;font-size:.9rem}.team-email:hover{text-decoration:underline}.project-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(37,3,20,.1);transition:all .3s ease;height:320px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(156,39,176,.4)}.project-card-image{height:60%;background:linear-gradient(135deg,#9c27b0,#764ba2);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative}.project-image{width:100%;height:100%;object-fit:contain;border-radius:8px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.project-card[data-project-id="2"] .project-card-image,.project-card[data-project-id="3"] .project-card-image,.project-card[data-project-id="4"] .project-card-image{background:none;padding:0}.project-card[data-project-id="2"] .project-image,.project-card[data-project-id="3"] .project-image,.project-card[data-project-id="4"] .project-image{object-fit:cover;border-radius:0;filter:none}.project-card-content{height:40%;padding:1.5rem;background:#fff;display:flex;flex-direction:column;justify-content:space-between}.project-title{font-size:1.2rem;font-weight:700;margin:0 0 .5rem;color:#333;line-height:1.3}.project-meta{display:flex;flex-direction:column;gap:.5rem}.project-category{background:#9c27b0;color:#fff;padding:.3rem .8rem;border-radius:12px;font-size:.75rem;font-weight:600;width:-moz-fit-content;width:fit-content}.project-client{color:#333;font-size:.85rem;font-weight:500}@media (max-width:1024px){.project-card{height:280px}.project-card-overlay{padding:1.5rem}.project-title{font-size:1.2rem}}@media (max-width:768px){.project-card{height:200px}.project-card-content{padding:1rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.project-title{font-size:1rem;margin-bottom:.5rem;text-align:center}.project-meta{display:flex;flex-direction:column;gap:.3rem;align-items:center}.project-category{background:#9c27b0;color:#fff;padding:.2rem .6rem;border-radius:8px;font-size:.7rem;font-weight:600;width:-moz-fit-content;width:fit-content}.project-client{display:none}}.modal-backdrop{background-color:rgba(0,0,0,.8);padding:20px;overflow-y:auto;box-sizing:border-box}.modal-content{border-radius:16px;max-width:900px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:modalSlideIn .3s ease-out;box-sizing:border-box}.modal-content::-webkit-scrollbar{width:0;background:transparent}.modal-content{-ms-overflow-style:none;scrollbar-width:none}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{top:20px;right:20px;background:hsla(0,0%,100%,.2);font-size:24px;border:2px solid hsla(0,0%,100%,.3)}.modal-close:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5)}.modal-header{padding:20px 40px 15px;border-bottom:1px solid hsla(0,0%,100%,.2);background:linear-gradient(135deg,#9c27b0,#667eea);border-radius:16px 16px 0 0;box-sizing:border-box}.modal-icon{margin-bottom:10px;position:relative;width:60px;height:60px;margin-left:auto;margin-right:auto;border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1);border:3px solid hsla(0,0%,100%,.3)}.modal-icon[data-project-id="1"]{background:linear-gradient(135deg,#667eea,#764ba2);background-size:100% 100%}.modal-icon[data-project-id="2"]{background:linear-gradient(135deg,#764ba2,#9c27b0);background-size:100% 100%}.modal-icon[data-project-id="3"]{background:linear-gradient(135deg,#9c27b0,#e91e63);background-size:100% 100%}.modal-icon[data-project-id="4"]{background:linear-gradient(135deg,#667eea,#9c27b0);background-size:100% 100%}.modal-icon[data-project-id="5"]{background:linear-gradient(135deg,#9c27b0,#667eea);background-size:100% 100%}.modal-title{font-size:2em;font-weight:700;margin:0 0 8px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.project-info{display:flex;justify-content:center;gap:15px;margin-top:8px;flex-wrap:wrap}.project-category-badge{padding:8px 16px;border-radius:20px;font-size:.9em;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background:hsla(0,0%,100%,.9);color:#9c27b0;box-shadow:0 2px 8px rgba(0,0,0,.2);border:2px solid hsla(0,0%,100%,.3)}.modal-body{padding:30px 40px 40px;background:#fff;border-radius:0 0 16px 16px;box-sizing:border-box}.modal-description{font-size:1.2em;line-height:1.8;color:#555;margin-bottom:30px;text-align:left}.client-section{margin-bottom:30px;padding:20px;background:linear-gradient(135deg,rgba(156,39,176,.1),rgba(102,126,234,.1));border-radius:12px;border-left:4px solid #9c27b0;box-shadow:0 2px 8px rgba(156,39,176,.1)}.client-section h3{margin:0 0 15px;color:#333;font-size:1.3em;font-weight:600}.client-info{display:flex;align-items:center;gap:15px}.client-name-large{font-size:1.4em;font-weight:700;color:#9c27b0}.modal-detailed-description{margin-bottom:30px}.modal-detailed-description h3{font-size:1.4em;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.modal-detailed-description h4{font-size:1.2em;color:#9c27b0;margin:25px 0 15px}.modal-detailed-description p{margin-bottom:20px}.modal-detailed-description ul{padding:0;margin:0 0 20px}.modal-detailed-description li{padding:8px 0 8px 25px}.modal-detailed-description li:before{content:"→"}.modal-features h3{font-size:1.4em;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:15px;gap:15px}.feature-item{align-items:flex-start;gap:12px;padding:15px;background:linear-gradient(135deg,rgba(156,39,176,.08),rgba(102,126,234,.08));border-radius:8px;transition:all .2s ease;border:1px solid rgba(156,39,176,.1)}.feature-item:hover{background:linear-gradient(135deg,rgba(156,39,176,.15),rgba(102,126,234,.15));transform:translateY(-2px);box-shadow:0 4px 12px rgba(156,39,176,.2)}.feature-icon{color:#9c27b0;font-size:1.1em;margin-top:2px;flex-shrink:0}.feature-text{color:#555;line-height:1.5}@media (max-width:768px){.modal-backdrop{padding:10px}.modal-content{max-height:95vh}.modal-header{padding:15px 20px 10px}.modal-body{padding:20px}.modal-title{font-size:1.6em}.modal-icon{width:40px;height:40px;margin-bottom:5px}.modal-icon-emoji,.modal-icon-fallback,.modal-icon-image{font-size:40px;width:40px;height:40px}.features-grid{grid-template-columns:1fr}.project-info{flex-direction:column;align-items:center;gap:10px}}@media (max-width:480px){.modal-header{padding:10px 15px 8px}.modal-body{padding:15px}.modal-title{font-size:1.4em}.modal-icon{width:35px;height:35px;margin-bottom:3px}.modal-close{top:15px;right:15px;width:35px;height:35px;font-size:20px}}.project-video-section{margin-top:15px;padding:20px;background:linear-gradient(135deg,rgba(156,39,176,.05),rgba(102,126,234,.05));border-radius:12px;border:1px solid rgba(156,39,176,.1)}.project-video-section h4{color:#9c27b0!important;margin-top:0!important;margin-bottom:15px!important}.video-container{margin-top:15px}.video-container video{border:2px solid rgba(156,39,176,.2);transition:all .3s ease}.video-container video:hover{border-color:#9c27b0;box-shadow:0 8px 24px rgba(156,39,176,.3)!important}.youtube-container{position:relative;width:100%;height:0;padding-bottom:56.25%;margin-top:15px}.youtube-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid rgba(156,39,176,.2);transition:all .3s ease}.youtube-container iframe:hover{border-color:#9c27b0;box-shadow:0 8px 24px rgba(156,39,176,.3)!important}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,.5);border:none;font-size:2rem;cursor:pointer;color:#fff;z-index:10;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-weight:700}@media (max-width:768px){.modal-close{position:fixed!important;top:1rem!important;right:1rem!important;z-index:1001!important;background:rgba(0,0,0,.8)!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}}.modal-close:hover{background:rgba(0,0,0,.8);color:#fff;transform:scale(1.1)}.modal-header{text-align:center;padding:3rem 3rem 2rem;background:linear-gradient(135deg,#9c27b0,#7b1fa2);color:#fff;border-radius:20px 20px 0 0}@media (min-width:769px){.modal-header{border-radius:20px 20px 0 0}}.modal-header .modal-icon{margin-bottom:1.5rem;background:none!important;padding:0!important}.modal-header .modal-icon,.modal-icon-image{box-shadow:none!important;border-radius:0!important;border:none!important;outline:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}.modal-icon-image{width:80px;height:80px;object-fit:contain;background:transparent!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.modal-icon-emoji,.modal-icon-fallback{font-size:4rem}.modal-backdrop .modal-content .modal-header .modal-title{font-size:2.5rem;font-weight:700;margin:0;letter-spacing:-.02em;color:#fff!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#fff!important;background-clip:unset!important}.modal-body{padding:2rem 3rem 3rem}.modal-description{font-size:1.2rem;line-height:1.6;color:#444;margin-bottom:2rem;text-align:center}.modal-detailed-description{margin-bottom:2rem}.modal-detailed-description h3{font-size:1.5rem;font-weight:600;color:#9c27b0;margin-bottom:1rem;border-bottom:2px solid #9c27b0;padding-bottom:.5rem}.modal-detailed-description h4{font-size:1.2rem;font-weight:600;color:#9c27b0!important;margin:1.5rem 0 .8rem}.modal-detailed-description p{line-height:1.7;color:#555;margin-bottom:1rem}.modal-detailed-description ul{list-style:none;padding-left:0}.modal-detailed-description li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem;line-height:1.6}.modal-detailed-description li:before{content:"•";position:absolute;left:0;color:#9c27b0;font-weight:700;font-size:1.2rem}.modal-detailed-description strong{color:#9c27b0!important;font-weight:600}.modal-features h3{font-size:1.5rem;font-weight:600;color:#9c27b0;margin-bottom:1.5rem;border-bottom:2px solid #9c27b0;padding-bottom:.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.feature-item{display:flex;align-items:center;padding:1rem;background:#f8f9fa;border-radius:10px;border-left:4px solid #9c27b0}.feature-icon{color:#9c27b0!important;font-weight:700;margin-right:.8rem;font-size:1.1rem}.feature-text{color:#333;font-weight:500}@media (max-width:768px){.modal-backdrop{padding:0!important;align-items:stretch!important;justify-content:stretch!important}.modal-backdrop .modal-content{max-width:none!important;width:100vw!important;max-height:none!important;height:100vh!important;border-radius:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;overflow-y:auto!important;position:relative!important}.modal-close{position:fixed!important;top:1rem!important;right:1rem!important;z-index:1001!important;background:rgba(0,0,0,.8)!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}.modal-backdrop .modal-content .modal-header{padding:3rem 2rem 1.5rem;border-radius:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.modal-body{padding:1.5rem 1rem}.modal-title{font-size:2rem}.modal-body{padding:1.5rem 2rem 2rem}.modal-icon-image{width:60px;height:60px}.features-grid{grid-template-columns:1fr}.modal-description{font-size:1.1rem}}@media (max-width:480px){.modal-backdrop{padding:0}.modal-content{width:100vw;height:100vh;border-radius:0}.modal-close{position:fixed;top:.8rem;right:.8rem;z-index:1001;width:35px;height:35px;font-size:1.8rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-header{padding:2.5rem 1.5rem 1rem;border-radius:0}.modal-title{font-size:1.8rem}.modal-body{padding:1rem 1.5rem 1.5rem}}.modal-body a,.modal-body a:link,.modal-body a:visited,.modal-detailed-description a,.modal-detailed-description a:link,.modal-detailed-description a:visited{color:#9c27b0!important;text-decoration:none}.modal-body a:hover,.modal-detailed-description a:hover{color:#7b1fa2!important;text-decoration:underline}.modal-body *,.modal-detailed-description *{color:inherit!important}.modal-body h4,.modal-body strong,.modal-detailed-description h4,.modal-detailed-description strong{color:#9c27b0!important}.comparison-section{margin:1.5rem 0}.comparison-visual{text-align:center;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#f8f4ff,#f3e5f5);border-radius:15px;border:2px solid #e1bee7;min-height:250px;display:flex;flex-direction:column;justify-content:center}.comparison-image,.ontology-diagram{width:100%;height:auto;min-height:200px;object-fit:cover;filter:drop-shadow(0 4px 8px rgba(156,39,176,.3));border-radius:10px}.visual-caption{margin-top:1rem;font-size:.9rem;color:#7b1fa2;font-weight:500;font-style:italic}.comparison-table{margin:1.5rem 0;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.comparison-table table{width:100%;border-collapse:collapse;font-size:.95rem}.comparison-table th{background:linear-gradient(135deg,#9c27b0,#7b1fa2);color:#fff;padding:1rem;text-align:center;font-weight:600;font-size:1rem}.comparison-table td{padding:1rem;text-align:center;border-bottom:1px solid #e0e0e0}.comparison-table tbody tr:nth-child(2n){background-color:#f9f9f9}.comparison-table tbody tr:hover{background-color:#f3e5f5;transition:background-color .3s ease}.comparison-table td:first-child{font-weight:600;background-color:#fafafa;text-align:left;color:#333}.comparison-table td:nth-child(2){color:#666;font-style:italic}.comparison-table td:nth-child(3){color:#9c27b0;font-weight:600}@media (max-width:768px){.comparison-table{font-size:.85rem}.comparison-table td,.comparison-table th{padding:.7rem .5rem}.comparison-image,.ontology-diagram{width:100%;height:auto;min-height:auto;object-fit:contain;max-width:100%;border-radius:8px;margin:0 auto;display:block}.comparison-section{margin:1rem 0;padding:0}.comparison-visual{width:100%;text-align:center;padding:.5rem;border-radius:8px;background:#f8f9fa}}@media (max-width:480px){.comparison-table{font-size:.8rem}.comparison-table td,.comparison-table th{padding:.5rem .3rem}}