.home{flex-direction:column;justify-content:center;min-height:85vh;padding:0 60px;display:flex}.home h1{font-size:60px;font-weight:700;line-height:1.2}.home h1 span{color:#2dff8f;margin-left:-12px;font-size:100px}.home p{color:#b9f6d8;max-width:600px;margin:25px 0}.home-btn{color:#2dff8f;cursor:pointer;background:0 0;border:2px solid #2dff8f;border-radius:40px;width:fit-content;padding:16px 40px;font-weight:600}.home-btn:hover{cursor:pointer}.gallery-section{text-align:center;padding:100px 0;overflow:hidden}.gallery-title{color:#2dff8f;letter-spacing:2px;margin-top:-90px;margin-bottom:80px;padding:0 0 80px;font-size:42px}.gallery-container{perspective:1400px;justify-content:center;align-items:center;display:flex}.gallery-3d{width:320px;height:320px;transform-style:preserve-3d;animation:20s linear infinite spin;position:relative}.gallery-3d span{transform-style:preserve-3d;transform:rotateY(calc(var(--i)*45deg))translateZ(420px);position:absolute;inset:0}.gallery-3d span img{object-fit:cover;border-radius:14px;width:100%;height:100%;transition:transform .4s}@keyframes spin{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.results-section{text-align:center;padding:180px 80px}.results-title{color:#2dff8f;letter-spacing:2px;margin-bottom:80px;font-size:42px}.results-grid{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.result-card{background:#0b0b0b;border-radius:16px;transition:transform .4s,box-shadow .4s;overflow:hidden;box-shadow:0 20px 40px #0009}.result-card:hover{transform:translateY(-12px);box-shadow:0 35px 70px #2dff8f}.result-card img{filter:brightness(1.2)contrast(1.1)drop-shadow(0 6px 18px #00000059);image-rendering:auto;backface-visibility:hidden;max-width:100%;height:400px;transition:filter .4s;display:block;transform:translateZ(0);width:100%!important}.result-body h5{color:#2dff8f;margin-bottom:12px;font-size:20px}.result-btn:hover{transform:scale(1.05)}.meta-section{text-align:center;margin-top:-100px;padding:0 70px}@media (max-width:1200px){.home{padding:0 40px}.home h1{font-size:48px}.home h1 span{font-size:80px}}@media (max-width:992px){.home{min-height:auto;padding:120px 30px}.home h1{font-size:42px}.home h1 span{margin-left:-8px;font-size:68px}.home p{max-width:100%}}@media (max-width:768px){.home{text-align:center;align-items:center;padding:100px 20px}.home h1{font-size:36px;line-height:1.3}.home h1 span{margin-left:0;font-size:56px;display:block}.home p{font-size:15px}.home-btn{margin-top:20px}}@media (max-width:480px){.home h1{font-size:30px}.home h1 span{font-size:46px}.home p{font-size:14px}}@media (max-width:1024px){.gallery-section{padding:100px 0}}@media (max-width:768px){.gallery-3d{width:240px;height:240px}.gallery-3d span{transform:rotateY(calc(var(--i)*45deg))translateZ(300px)}.gallery-title{font-size:32px}}@media (max-width:480px){.gallery-3d{width:200px;height:200px}.gallery-3d span{transform:rotateY(calc(var(--i)*45deg))translateZ(240px)}.gallery-title{margin-bottom:50px;font-size:26px}}@media (max-width:1200px){.results-section{padding:100px 40px}}@media (max-width:1024px){.results-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.results-section{padding:80px 30px}.results-title{font-size:32px}}@media (max-width:600px){.results-grid{grid-template-columns:1fr}.result-card img{height:200px}}@media (max-width:480px){.results-title{font-size:26px}.result-body h5{font-size:18px}.result-body p{font-size:14px}}
