#hero{display:flex;min-height:100vh;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(90deg,#000,#222);background-attachment:fixed}#hero,.header{position:relative}.header{z-index:1;text-align:center;color:#fff;font-family:"Rubik",var(--font-rubik),sans-serif;width:80%}.header .site-title{font-size:35px;display:block;line-height:1;color:#fff;font-weight:400;margin:0;padding:0}@media only screen and (min-width:550px){.header .site-title{font-size:100px}}.header .site-description{font-size:20px;display:block;line-height:1;color:#fff;margin-top:10px;font-weight:400}@media only screen and (min-width:550px){.header .site-description{font-size:40px}}.header-icons{text-align:center;margin-top:1.5rem;gap:5px}.header-icons,.header-icons .icon{display:flex;justify-content:center}.header-icons .icon{align-items:center;height:40px;width:40px;border-radius:50%;border:2px solid #fff;transition:all .7s;color:#fff;text-decoration:none}.header-icons .icon svg{width:20px;height:20px}.header-icons .icon:active,.header-icons .icon:hover{color:#1488CC;background:#fff}@media only screen and (min-width:550px){.header-icons .icon{width:55px;height:55px}.header-icons .icon svg{width:35px;height:35px}}.header-links{margin:10px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.header-links .link{color:#fff;text-decoration:none;font-size:15px;margin:10px;font-weight:400}@media only screen and (min-width:550px){.header-links .link{font-size:20px}}.cta-hero{margin-top:32px;display:flex;width:100%}.cta-button,.cta-hero{justify-content:center}.cta-button{display:inline-flex;align-items:center;gap:10px;padding:16px 30px;min-width:240px;border-radius:14px;background:linear-gradient(135deg,#2bc0e4,#5a4ad1);color:#fff;font-weight:800;letter-spacing:.6px;text-transform:uppercase;text-decoration:none;font-size:16px;line-height:1.1;border:1px solid rgba(255,255,255,.25);box-shadow:0 18px 44px rgba(43,192,228,.35);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,opacity .2s ease;position:relative;cursor:pointer;box-sizing:border-box}.cta-button:active,.cta-button:hover{transform:translateY(-3px);box-shadow:0 22px 48px rgba(90,74,209,.38);opacity:.96;background:linear-gradient(135deg,#34e89e,#0f5bd7)}.cta-button:focus-visible{outline:2px solid #fff;outline-offset:3px}.down{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);width:auto;display:block;font-size:30px;cursor:pointer;color:#fff;text-align:center;text-decoration:none}.down svg{width:30px;height:30px}.down .icon-pulse{animation:pulse 1.3s infinite;position:relative}.down:hover{color:#4b5664}@keyframes pulse{0%,to{opacity:.4;top:0}50%{opacity:1;top:-10px}}#about{width:90%;margin:0 auto;max-width:960px;padding-bottom:3rem;font-family:"Nunito Sans",var(--font-nunito-sans),sans-serif}.user-details{text-align:center;margin:5px auto}.about-media{width:min(450px,85vw);aspect-ratio:1/1;margin:0 auto 20px;border-radius:50%;overflow:hidden}.about-media__video{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}.about-lead-wrapper{width:100%;margin:0 auto}.about-lead{font-size:1.6rem;line-height:1.7;margin:0;text-align:center;color:#555}.user{text-align:center;font-size:60px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.user p{font-size:16px;color:#555;margin-top:.5em}.tech{margin:10px}.tech h2{font-size:2rem;margin-top:1em;padding-top:1em;line-height:1.25;color:#333;font-weight:700}.tech .tech-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:4px}.tech .tech-icons img{display:inline;vertical-align:middle}@media only screen and (min-width:550px){#about{width:80%}.user{flex-wrap:nowrap;font-size:75px}}.projects-carousel{background:#0A0A0C;color:#F6F1E6;padding:96px 0}#projects.projects-carousel{width:100%;max-width:none;margin:0;display:block}.projects-carousel__container{width:auto;margin:0 auto;position:relative;width:calc(80vw - 112px);padding:0 56px}.projects-carousel__intro{text-align:center;margin-bottom:48px}.projects-carousel__intro h1{color:#F6F1E6;margin:0 0 12px;font-size:2.5rem;font-weight:700;padding:0}.projects-carousel__intro p{color:#C9C1B2;max-width:760px;margin:0 auto;font-size:1rem}.projects-carousel__filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:24px 0 40px}.projects-filter{-webkit-appearance:none;appearance:none;border:1px solid #23242b;background:#121217;color:#C9C1B2;padding:10px 18px;border-radius:999px;font-size:.95rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:all .2s ease}.projects-filter.is-active,.projects-filter:hover{border-color:#2B32B2;color:#F6F1E6}.projects-filter.is-active{background:#2B32B2;box-shadow:0 12px 24px rgba(43,50,178,.25)}.projects-filter:focus-visible{outline:2px solid #2B32B2;outline-offset:2px}.projects-carousel__wrapper{position:relative}.projects-carousel__viewport{overflow:hidden;margin:0 auto}.projects-carousel__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:8px 0}.projects-carousel__track::-webkit-scrollbar{display:none}.projects-card{flex:0 0 min(500px,90vw);width:min(500px,90vw);max-width:500px;box-sizing:border-box;scroll-snap-align:start;background:#121217;border:1px solid #23242b;border-radius:16px;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.25);transition:box-shadow .2s ease}.projects-card:hover{box-shadow:0 18px 40px rgba(0,0,0,.35)}.projects-card__video{width:100%;max-width:500px;margin-bottom:24px;border-radius:12px;overflow:hidden;background:#0A0A0C;aspect-ratio:16/9}.projects-card__video-player{width:100%;height:100%;object-fit:cover;display:block}.projects-card__content{display:flex;flex-direction:column;gap:12px}.projects-card__title{font-size:1.35rem;color:#F6F1E6;margin:0;font-weight:700}.projects-card__tech{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.projects-card__chip{font-size:.85rem;font-weight:600;letter-spacing:.01em;color:#F6F1E6;background:#161821;border:1px solid #23242b;border-radius:999px;padding:6px 12px}.projects-card__description{color:#C9C1B2;margin:0;font-size:1rem;line-height:1.6}.projects-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#121217;border:1px solid #23242b;border-radius:50%;font-size:32px;line-height:1;color:#F6F1E6;cursor:pointer;box-shadow:0 10px 20px rgba(0,0,0,.25);transition:all .2s ease}.projects-carousel__arrow:hover:not(:disabled){background:#C8A24A;color:#0A0A0C;border-color:#C8A24A;box-shadow:0 16px 32px rgba(0,0,0,.3)}.projects-carousel__arrow:disabled{opacity:.3;cursor:not-allowed}.projects-carousel__prev{left:-56px}.projects-carousel__next{right:-56px}.projects-carousel__dots{display:flex;justify-content:center;gap:8px;margin-top:32px;margin-bottom:24px}.projects-carousel__dot{width:12px;height:12px;border-radius:50%;background:#23242B;border:none;cursor:pointer;transition:all .2s ease;padding:0}.projects-carousel__dot:hover{background:#C9C1B2}.projects-carousel__dot.is-active{background:#2B32B2;width:32px;border-radius:6px}@media only screen and (max-width:639px){.projects-carousel{padding:72px 0}.projects-carousel__container{width:90%;padding:0 20px}.projects-carousel__arrow{width:40px;height:40px;font-size:26px}.projects-card{flex:0 0 min(420px,85vw);width:min(420px,85vw);padding:20px}}@media only screen and (max-width:479px){.projects-carousel__arrow{display:none}.projects-carousel__container{width:95%;padding:0}}.knowledge-section{padding:72px 0}#knowledge{width:90%;margin:0 auto;max-width:none}@media only screen and (min-width:550px){#knowledge{width:80%}}.knowledge-intro{text-align:center;margin-bottom:42px}.knowledge-carousel__wrapper{position:relative;margin:0 auto;max-width:100%;width:calc(80vw - 112px);padding:0 56px}.knowledge-carousel__viewport{overflow:hidden;margin:0 auto}.knowledge-carousel__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:8px 0}.knowledge-carousel__track::-webkit-scrollbar{display:none}.knowledge-card{background:#fff;border:1px solid rgba(17,24,39,.12);border-radius:18px;box-shadow:0 12px 28px rgba(15,23,42,.08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;flex:0 0 420px;width:420px;height:615px;max-width:420px;scroll-snap-align:start}.knowledge-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(15,23,42,.14);border-color:rgba(74,86,100,.35)}.knowledge-card-media{background:#0b0d11;aspect-ratio:16/9;overflow:hidden}.knowledge-card-media video{width:100%;height:100%;object-fit:cover;display:block}.knowledge-card-body{padding:22px 22px 26px;display:flex;flex-direction:column;gap:12px}.knowledge-card-body h3{margin:0;font-size:1.1rem;color:#2b2b2b;line-height:1.35;font-weight:700}.knowledge-card-body p{margin:0;font-size:.95rem;color:#4b5664;line-height:1.65}.knowledge-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(17,24,39,.18);border-radius:50%;font-size:32px;line-height:1;color:#2b2b2b;cursor:pointer;box-shadow:0 10px 20px rgba(15,23,42,.12);transition:all .2s ease}.knowledge-carousel__arrow:hover:not(:disabled){background:#2bc0e4;color:#fff;border-color:#2bc0e4;box-shadow:0 16px 32px rgba(43,192,228,.25)}.knowledge-carousel__arrow:disabled{opacity:.3;cursor:not-allowed}.knowledge-carousel__prev{left:-56px}.knowledge-carousel__next{right:-56px}.knowledge-carousel__dots{display:flex;justify-content:center;gap:8px;margin-top:28px}.knowledge-carousel__dot{width:12px;height:12px;border-radius:50%;background:rgba(17,24,39,.2);border:none;cursor:pointer;transition:all .2s ease;padding:0}.knowledge-carousel__dot:hover{background:rgba(17,24,39,.45)}.knowledge-carousel__dot.is-active{background:#2bc0e4;width:32px;border-radius:6px}@media only screen and (max-width:639px){.knowledge-carousel__wrapper{width:90%;padding:0 20px}.knowledge-carousel__arrow{width:40px;height:40px;font-size:26px}.knowledge-card{flex:0 0 min(380px,85vw);width:min(380px,85vw)}}@media only screen and (max-width:479px){.knowledge-carousel__arrow{display:none}.knowledge-carousel__wrapper{width:95%;padding:0}}.cta-banner{background:linear-gradient(135deg,#0d0d0f,#181824);color:#fff;padding:72px 0;display:flex;justify-content:center;text-align:center;width:100%}.cta-banner__content{max-width:820px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px}.cta-banner h2{margin:0 0 12px;font-size:2rem;color:#f5f5f5;font-weight:700;padding:0}.cta-banner p{margin:0 0 18px;font-size:1.05rem;color:#dcdcdc}.footer{background:linear-gradient(90deg,#2B32B2,#1488CC);padding:10px 0;margin-top:0;text-align:center;color:#fff}.footer p{font-size:1rem;font-weight:400;color:#fff;margin:0}.footer a{text-decoration:none;margin:0;color:#fff}.footer a:active,.footer a:hover{color:#4b5664}.footer__links{margin-top:6px;display:flex;justify-content:center;gap:16px}.footer__links a{color:rgba(255,255,255,.7);font-size:12px;text-decoration:none}.footer__links a:hover{color:#fff}.landing-login-btn{position:fixed;top:16px;right:16px;z-index:50;display:inline-flex;align-items:center;gap:6px;padding:5px 14px;font-size:12px;font-weight:600;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);text-decoration:none;letter-spacing:.02em;transition:all .3s ease;cursor:pointer}.landing-login-btn:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.4);box-shadow:0 8px 24px rgba(0,0,0,.2);transform:translateY(-1px)}.landing-login-btn:active{transform:translateY(0)}.landing-login-btn svg{width:12px;height:12px;opacity:.85}