@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap";:root{font-size:16px;--rd-blue-dark: #122f52;--rd-blue-medium: #1b4585;--rd-blue-base: #4574b9;--rd-yellow-dark: #dbd12c;--rd-yellow-base: #eee809;--rd-yellow-light: #eee54c;--rd-black-dark: #2e2e2d;--rd-black-medium: #7c7d7d;--rd-black-light: #dcddde;--rd-black: #000000;--rd-highlight-green: #8fd890;--rd-highlight-orange: #ebb51f;--rd-highlight-gray: #ffffff;--background: #000000;--foreground: #ffffff;--card: #122f52;--card-foreground: #ffffff;--popover: #122f52;--popover-foreground: #ffffff;--primary: var(--rd-blue-base);--primary-foreground: #ffffff;--secondary: var(--rd-yellow-base);--secondary-foreground: #000000;--muted: #1b4585;--muted-foreground: #dcddde;--accent: var(--rd-yellow-base);--accent-foreground: #000000;--destructive: #ff1744;--destructive-foreground: #ffffff;--border: rgba(69, 116, 185, .2);--input: transparent;--input-background: #122f52;--switch-background: #1b4585;--font-weight-medium: 700;--font-weight-normal: 400;--ring: #4574b9;--chart-1: #4574b9;--chart-2: #eee809;--chart-3: #8fd890;--chart-4: #ebb51f;--chart-5: #7c7d7d;--radius: .5rem;--sidebar: #122f52;--sidebar-foreground: #ffffff;--sidebar-primary: #4574b9;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #1b4585;--sidebar-accent-foreground: #ffffff;--sidebar-border: rgba(69, 116, 185, .2);--sidebar-ring: #4574b9}body{font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:300;background:var(--background);color:var(--foreground);margin:0;padding:0;min-height:100vh}*{box-sizing:border-box}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{text-decoration:underline}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}.glitch-text{animation:glitch .3s linear}.fade-in-up{opacity:0;transform:translateY(2rem);transition:opacity .65s ease-out,transform .65s ease-out}.fade-in-up.is-visible{opacity:1;transform:translateY(0)}.brand-glow{text-shadow:0 0 20px var(--rd-yellow-base),0 0 40px var(--rd-yellow-base)}.blue-glow{text-shadow:0 0 20px var(--rd-blue-base),0 0 40px var(--rd-blue-base)}.gaming-grid{background-image:linear-gradient(rgba(69,116,185,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(69,116,185,.1) 1px,transparent 1px);background-size:50px 50px}.scroll-indicator-hidden{display:none!important;opacity:0!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--rd-blue-base),var(--rd-blue-medium));border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,var(--rd-blue-medium),var(--rd-blue-dark))}::-webkit-scrollbar-thumb:horizontal{background:linear-gradient(to right,var(--rd-blue-base),var(--rd-yellow-base),var(--rd-blue-base))}#lightbox{border:none;background:transparent;padding:0;width:100%;height:100%;max-width:100vw;max-height:100vh;margin:0}#lightbox::backdrop{background:#000000f2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}#lightbox .lightbox-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}#lightbox .lightbox-close{position:absolute;top:1rem;right:1rem;padding:.75rem;border-radius:9999px;background:#4574b933;border:2px solid #4574b9;color:#fff;cursor:pointer;z-index:100;transition:transform .2s ease}#lightbox .lightbox-close:hover{transform:scale(1.1)}#lightbox .lightbox-prev,#lightbox .lightbox-next{position:absolute;top:50%;transform:translateY(-50%);padding:.75rem;border-radius:9999px;background:#4574b933;border:2px solid #4574b9;color:#fff;cursor:pointer;z-index:100;transition:transform .2s ease}#lightbox .lightbox-prev:hover,#lightbox .lightbox-next:hover{transform:translateY(-50%) scale(1.1)}#lightbox .lightbox-prev{left:1rem}#lightbox .lightbox-next{right:1rem}#lightbox .lightbox-counter{position:absolute;top:1rem;left:50%;transform:translate(-50%);padding:.75rem 1.5rem;border-radius:9999px;background:#000c;border:2px solid #4574b9;z-index:100;display:flex;gap:.5rem;font-weight:700;pointer-events:none}#lightbox .lightbox-current{color:#eee809}#lightbox .lightbox-divider,#lightbox .lightbox-total{color:#9ca3af}#lightbox .lightbox-content{max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;z-index:50}#lightbox .lightbox-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:.5rem;box-shadow:0 0 60px #4574b980}#lightbox .lightbox-caption{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);padding:.75rem 1.5rem;border-radius:9999px;background:#000c;border:2px solid #4574b9;color:#fff;font-size:.875rem;font-weight:300;text-align:center;max-width:80%;z-index:100;pointer-events:none}#project-dialog{border:2px solid #4574b9;background:linear-gradient(135deg,#000,#122f52,#000);color:#fff;padding:0;border-radius:1rem;overflow:hidden;box-shadow:0 0 60px #4574b966;width:1400px;max-width:95vw;max-height:95vh;margin:auto;position:fixed;top:0;right:0;bottom:0;left:0}#project-dialog::backdrop{background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}#project-dialog .dialog-inner{position:relative}#project-dialog .close-dialog-btn{position:absolute;top:1rem;right:1rem;z-index:60;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:none;border-radius:9999px;background-color:#00000080;color:#fff;cursor:pointer;transition:all .2s ease}#project-dialog .close-dialog-btn:hover{background-color:#fff3;transform:scale(1.1)}.dialog-content{padding:0;overflow-y:auto;overscroll-behavior:contain;max-height:95vh;scrollbar-width:thin;scrollbar-color:var(--rd-blue-base) var(--background)}.dialog-hero{position:relative;height:400px;width:100%;overflow:hidden}.dialog-hero-image{width:100%;height:100%;object-fit:cover}.dialog-hero-overlay-1{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#4574b94d,#eee80933)}.dialog-hero-overlay-2{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.95),rgba(0,0,0,.5),transparent)}.dialog-hero-content{position:absolute;bottom:0;left:0;right:0;padding:2.5rem;z-index:20}.dialog-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.dialog-tag{font-size:.875rem;font-weight:700;padding:.5rem 1rem;border-radius:9999px;color:#fff;background:linear-gradient(135deg,#4574b9,#1b4585);box-shadow:0 0 20px #4574b980;text-transform:uppercase;letter-spacing:.05em}.dialog-title{font-size:3rem;font-weight:700;line-height:1.1;color:#fff;margin-bottom:.75rem;text-shadow:0 0 40px rgba(69,116,185,.5)}.dialog-description{font-size:1.25rem;font-weight:300;line-height:1.6;color:#d1d5db;max-width:48rem;margin:0}.dialog-main-content{padding:2.5rem}.dialog-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:3rem;margin-top:-5rem;position:relative;z-index:30}.dialog-stat-card{padding:1.5rem;border-radius:.75rem;background:#122f52e6;border:2px solid rgba(69,116,185,.5);box-shadow:0 0 30px #4574b94d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;transition:transform .2s ease}.dialog-stat-card:hover{transform:translateY(-5px)}.dialog-stat-value{font-size:2rem;font-weight:700;color:#eee809;margin-bottom:.5rem}.dialog-stat-label{font-size:.75rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.dialog-two-col{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width:1024px){.dialog-two-col{grid-template-columns:1fr 1fr}}.dialog-info-card{padding:2rem;border-radius:.75rem;border:2px solid transparent}.dialog-info-card.partnership{background:#4574b90d;border-color:#4574b94d}.dialog-info-card.partnership .dialog-icon-box{background:#4574b933;color:#4574b9}.dialog-info-card.outcome{background:#eee8090d;border-color:#eee8094d}.dialog-info-card.outcome .dialog-icon-box{background:#eee80933;color:#eee809}.dialog-info-card.work-delivered{background:#4574b90d;border-color:#4574b94d;margin-bottom:3rem}.dialog-info-card.work-delivered .dialog-icon-box{background:#4574b933;color:#4574b9}.dialog-info-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.dialog-info-header h3{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.dialog-icon-box{padding:.75rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.dialog-icon-box svg{width:1.5rem;height:1.5rem}.dialog-info-card p{font-size:1.125rem;font-weight:300;line-height:1.8;color:#d1d5db;margin:0}.dialog-work-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.dialog-work-grid{grid-template-columns:1fr 1fr}}.dialog-work-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:.5rem;background:#4574b91a;transition:transform .2s ease}.dialog-work-item:hover{transform:scale(1.02)}.dialog-work-item .work-dot{margin-top:.375rem;width:.5rem;height:.5rem;border-radius:50%;background:#eee809;box-shadow:0 0 10px #eee809;flex-shrink:0}.dialog-work-item span{font-size:1rem;font-weight:300;line-height:1.6;color:#d1d5db}.dialog-gallery-section{margin-top:2rem}.dialog-gallery-subtitle{margin-left:auto;color:#9ca3af;font-size:.875rem;font-weight:300;line-height:1}.dialog-gallery-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.dialog-gallery-grid{grid-template-columns:1fr 1fr}}.dialog-gallery-item{position:relative;aspect-ratio:16/9;border-radius:.75rem;overflow:hidden;border:2px solid rgba(69,116,185,.3);cursor:pointer}.dialog-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.dialog-gallery-item .gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.dialog-gallery-item .gallery-overlay .gallery-overlay-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff}.dialog-gallery-item .gallery-overlay .gallery-overlay-label{color:#fff;text-transform:uppercase;letter-spacing:.1em;font-weight:700;font-size:.875rem}.dialog-gallery-item:hover img{transform:scale(1.1)}.dialog-gallery-item:hover .gallery-overlay{opacity:1}.dialog-gallery-item:hover:after{opacity:1}.dialog-gallery-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 40px #4574b980;opacity:0;transition:opacity .3s ease;pointer-events:none}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#000;color:#fff}.hero-section .hero-video-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-section .hero-video-container .hero-video{width:100%;height:100%;object-fit:cover}.hero-section .hero-video-container .hero-overlay-dark{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000000b3,#000000d9,#000000f2)}.hero-section .hero-video-container .hero-overlay-brand{position:absolute;top:0;right:0;bottom:0;left:0;mix-blend-mode:overlay;opacity:.2;background:linear-gradient(135deg,#4574b9 0%,transparent 50%,#eee809 100%)}.hero-section .hero-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;opacity:.1;z-index:1}.hero-section .hero-orb{position:absolute;width:24rem;height:24rem;border-radius:50%;filter:blur(64px);opacity:.2;z-index:1}.hero-section .hero-orb.hero-orb-blue{top:5rem;left:5rem;background:radial-gradient(circle,#4574b9 0%,transparent 70%)}.hero-section .hero-orb.hero-orb-yellow{bottom:5rem;right:5rem;background:radial-gradient(circle,#eee809 0%,transparent 70%)}.hero-section .hero-content{position:relative;z-index:10;padding-top:5rem;padding-bottom:10rem}.hero-section .hero-content .hero-intro{text-align:center;margin-bottom:3rem}.hero-section .hero-content .hero-intro .hero-badge{display:inline-flex;flex-direction:column;gap:.1rem;padding:.75rem 1.75rem;border-radius:999px;border:1px solid rgba(238,232,9,.4);background:#eee80933;font-size:.85rem;letter-spacing:.1em}.hero-section .hero-content .hero-intro .hero-badge span{font-weight:700}.hero-section .hero-content .hero-intro .hero-badge small{text-transform:uppercase;font-size:.65rem;font-weight:600;color:#000000b3}.hero-section .hero-content .hero-intro .hero-title{font-size:clamp(2.75rem,6vw,4.5rem);font-weight:900;margin:1.5rem 0;letter-spacing:-.02em;background:linear-gradient(to right,#fff,#4574b9,#eee809);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-section .hero-content .hero-intro .hero-subtitle{font-size:1.25rem;font-weight:300;color:#d1d5db;max-width:44rem;margin:0 auto;line-height:1.6}.hero-section .hero-content .hero-intro .hero-actions{margin-top:2rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-section .hero-content .hero-intro .hero-actions .hero-btn{padding:.85rem 2rem;border-radius:999px;border:2px solid transparent;font-weight:700;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;font-size:1rem;letter-spacing:.05em}.hero-section .hero-content .hero-intro .hero-actions .hero-btn:hover{transform:translateY(-2px)}.hero-section .hero-content .hero-intro .hero-actions .hero-btn-primary{background:linear-gradient(135deg,#4574b9,#1b4585);color:#fff;border-color:#4574b9;box-shadow:0 0 25px #4574b980}.hero-section .hero-content .hero-intro .hero-actions .hero-btn-outline{border-color:#eee809;color:#fff;background:#eee8091a}.hero-section .hero-content .hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.hero-section .hero-content .hero-stats .hero-stat-card{background:#111827cc;border-radius:1rem;padding:1.5rem;border:1px solid rgba(69,116,185,.25);box-shadow:0 0 30px #11182799;text-align:center}.hero-section .hero-content .hero-stats .hero-stat-card .hero-stat-value{display:block;font-size:1.75rem;font-weight:700;color:#fff}.hero-section .hero-content .hero-stats .hero-stat-card .hero-stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#9ca3af}.hero-section .hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff9;font-size:.85rem;letter-spacing:.2em}.hero-section .hero-scroll-indicator .scroll-icon{width:20px;height:36px;border:1px solid rgba(255,255,255,.4);border-radius:999px;position:relative}.hero-section .hero-scroll-indicator .scroll-icon:after{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:4px;height:10px;background:#eee809;border-radius:999px;animation:scroll-indicator 1.6s ease-in-out infinite}@keyframes scroll-indicator{0%{transform:translate(-50%);opacity:0}30%{transform:translate(-50%,4px);opacity:1}60%{transform:translate(-50%,10px);opacity:0}to{transform:translate(-50%,20px);opacity:0}}.contact-section{position:relative;padding:8rem 1rem;background-color:#000;overflow:hidden;color:#fff}.contact-section .contact-bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000,#122f52,#000);opacity:.5}.contact-section .contact-content{position:relative;z-index:10;max-width:48rem;margin:0 auto;text-align:center}.contact-section .contact-content .contact-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;border-radius:9999px;border:1px solid rgba(69,116,185,.5);margin-bottom:1rem;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;color:#fff}.contact-section .contact-content .contact-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(to right,#fff,#4574b9,#eee809);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-section .contact-content .contact-subtitle{font-size:1.125rem;color:#9ca3af;margin-bottom:2rem;line-height:1.6}.contact-section .contact-content .contact-form{margin-bottom:2.5rem}.contact-section .contact-content .contact-form .contact-form-inline{max-width:32rem;margin:0 auto}.contact-section .contact-content .contact-form .contact-form-inline .input-group{position:relative;display:flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:9999px;padding:.5rem;transition:all .3s ease}.contact-section .contact-content .contact-form .contact-form-inline .input-group:focus-within{border-color:#4574b9b3;background:#4574b91a}.contact-section .contact-content .contact-form .contact-form-inline .input-group .input-icon-wrapper{padding-left:1rem;color:#9ca3af;font-size:1.25rem}.contact-section .contact-content .contact-form .contact-form-inline .input-group .contact-input{flex:1;background:transparent;border:none;color:#fff;padding:.75rem 1rem;outline:none;font-size:1rem}.contact-section .contact-content .contact-form .contact-form-inline .input-group .contact-input::placeholder{color:#6b7280}.contact-section .contact-content .contact-form .contact-form-inline .input-group .contact-btn{border-radius:9999px;padding:.75rem 1.5rem;font-weight:600;background:linear-gradient(135deg,#4574b9,#1b4585);color:#fff;border:none;cursor:pointer;transition:transform .3s ease}.contact-section .contact-content .contact-form .contact-form-inline .input-group .contact-btn:hover{transform:translateY(-2px)}.contact-section .contact-content .contact-types{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.contact-section .contact-content .contact-types .contact-type{border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:.75rem;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:#fff}.contact-section .contact-content .contact-details{font-size:.95rem;color:#9ca3af}.contact-section .contact-content .contact-details p{margin-bottom:.25rem}.contact-section .contact-content .contact-details a{color:#fff;text-decoration:none;letter-spacing:.05em}.contact-section .contact-content .contact-details a:hover{color:#4574b9}.brands-section{position:relative;padding:8rem 1rem;background-color:#000;overflow:hidden;color:#fff}.brands-section .brands-bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000,#122f52,#000)}.brands-section .brands-header{position:relative;z-index:10;text-align:center;margin-bottom:5rem}.brands-section .brands-header .badge-elite{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;margin-bottom:2rem;border-radius:9999px;border:1px solid rgba(238,232,9,.3);background:#eee80933;box-shadow:0 0 30px #eee80933}.brands-section .brands-header .badge-elite span{text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:700;color:#eee809}.brands-section .brands-header .brands-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#9ca3af);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.brands-section .brands-header .brands-subtitle{font-size:1.125rem;color:#9ca3af;max-width:42rem;margin:0 auto}.brands-section .brands-grid{position:relative;z-index:10;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.brands-section .brands-grid{grid-template-columns:repeat(4,1fr)}}.brands-section .brands-grid .brand-card{position:relative;aspect-ratio:1}.brands-section .brands-grid .brand-card .brand-card-inner{position:relative;z-index:20;height:100%;border-radius:1.5rem;background-clip:content-box;display:flex;align-items:center;justify-content:center;padding:1px}.brands-section .brands-grid .brand-card .brand-card-content{width:100%;height:100%;background:#111827e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.brands-section .brands-grid .brand-card .brand-card-content .brand-name{font-weight:700;letter-spacing:.05em;color:#fff}.brands-section .brands-grid .brand-card .brand-glow{position:absolute;top:0;right:0;bottom:0;left:0;filter:blur(24px);opacity:.6;pointer-events:none;transition:opacity .5s ease;z-index:10}.projects-section{padding:8rem 1rem;background-color:#000;color:#fff}.projects-section .section-header{text-align:center;margin-bottom:4rem}.projects-section .section-header .badge-portfolio{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:999px;border:1px solid rgba(69,116,185,.4);margin-bottom:1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#fff}.projects-section .section-header .section-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.projects-section .section-header .section-subtitle{font-size:1.125rem;color:#9ca3af}.projects-section .projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.projects-section .projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.projects-section .projects-grid{grid-template-columns:repeat(3,1fr)}}.projects-section .projects-grid .project-card{position:relative;background:#111827;border-radius:1.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,border-color .3s ease;cursor:pointer}.projects-section .projects-grid .project-card:hover{transform:translateY(-.5rem);border-color:#fff3}.projects-section .projects-grid .project-card:hover .project-overlay{opacity:1}.projects-section .projects-grid .project-card:hover .project-image{transform:scale(1.1)}.projects-section .projects-grid .project-card .project-image-wrapper{position:relative;aspect-ratio:4/3;overflow:hidden}.projects-section .projects-grid .project-card .project-image-wrapper .project-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.projects-section .projects-grid .project-card .project-image-wrapper .project-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.projects-section .projects-grid .project-card .project-image-wrapper .project-overlay .project-lightbox-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:9999px;border:1px solid rgba(255,255,255,.35);background:#111827b3;color:#fff;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.projects-section .projects-grid .project-card .project-image-wrapper .project-overlay .project-lightbox-btn:hover,.projects-section .projects-grid .project-card .project-image-wrapper .project-overlay .project-lightbox-btn:focus-visible{background:#3b82f6d9;border-color:#fff9;transform:translateY(-2px);outline:none;box-shadow:0 10px 25px #3b82f659}.projects-section .projects-grid .project-card .project-image-wrapper .project-overlay .project-lightbox-btn:active{transform:translateY(0)}.projects-section .projects-grid .project-card .project-content{padding:1.5rem}.projects-section .projects-grid .project-card .project-content .project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.projects-section .projects-grid .project-card .project-content .project-tags .project-tag{font-size:.75rem;padding:.25rem .75rem;border-radius:9999px;background:#ffffff1a;color:#d1d5db}.projects-section .projects-grid .project-card .project-content .project-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#fff}.projects-section .projects-grid .project-card .project-content .project-description{font-size:.875rem;color:#9ca3af;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.projects-section .projects-grid .project-card .project-content .project-stats{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.projects-section .projects-grid .project-card .project-content .project-stats .stat-item{display:flex;flex-direction:column}.projects-section .projects-grid .project-card .project-content .project-stats .stat-item .stat-value{font-weight:700;color:#fff}.projects-section .projects-grid .project-card .project-content .project-stats .stat-item .stat-label{font-size:.75rem;color:#6b7280}.projects-section .projects-grid .project-card .project-content .project-open-btn{margin-top:1.5rem;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.25rem;border-radius:.75rem;border:1px solid rgba(69,116,185,.4);background:linear-gradient(135deg,#4574b9e6,#111827e6);color:#fff;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.projects-section .projects-grid .project-card .project-content .project-open-btn:hover,.projects-section .projects-grid .project-card .project-content .project-open-btn:focus-visible{transform:translateY(-2px);box-shadow:0 15px 35px #4574b959;border-color:#4574b9bf;background:linear-gradient(135deg,#4574b9,#3b82f6e6);outline:none}.projects-section .projects-grid .project-card .project-content .project-open-btn:active{transform:translateY(0)}.projects-section .projects-grid .project-card .project-content .project-open-icon{font-size:1.1rem}.footer-section{position:relative;padding:5rem 1rem;background-color:#000;color:#fff;overflow:hidden}.footer-section .footer-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:30px 30px;opacity:.5}.footer-section .footer-grid{position:relative;z-index:10;display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.footer-section .footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-section .footer-grid .footer-brand .footer-logo-text{font-size:1.5rem;font-weight:900;margin-bottom:1.5rem;letter-spacing:-.02em}.footer-section .footer-grid .footer-brand .footer-description{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem;max-width:20rem}.footer-section .footer-grid .footer-brand .footer-deck-btn{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border:2px solid #4574b9;background:linear-gradient(135deg,#4574b9,#1b4585);color:#fff;font-weight:700;border-radius:.5rem;transition:all .3s ease;box-shadow:0 0 20px #4574b94d}.footer-section .footer-grid .footer-brand .footer-deck-btn:hover{transform:scale(1.05)}.footer-section .footer-grid .footer-links h4{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.footer-section .footer-grid .footer-links ul{list-style:none;padding:0;margin:0}.footer-section .footer-grid .footer-links ul li{margin-bottom:.75rem}.footer-section .footer-grid .footer-links ul li a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-section .footer-grid .footer-links ul li a:hover{color:#fff}.footer-section .footer-grid .footer-social h4{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.footer-section .footer-grid .footer-social p{color:#9ca3af;margin-bottom:1rem}.footer-section .footer-grid .footer-social .social-icons{display:flex;gap:1rem}.footer-section .footer-grid .footer-social .social-icons .social-link{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.75rem;border:1px solid rgba(255,255,255,.2);color:#fff;transition:transform .3s ease,border-color .3s ease,background-color .3s ease}.footer-section .footer-grid .footer-social .social-icons .social-link .social-icon{width:20px;height:20px;display:block}.footer-section .footer-grid .footer-social .social-icons .social-link:hover{transform:translateY(-4px);border-color:#4574b9;background-color:#4574b926}.footer-section .footer-bottom{position:relative;z-index:10;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#6b7280;font-size:.875rem}*{box-sizing:border-box;margin:0;padding:0}body{line-height:1.5}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.hidden{display:none!important}.flex{display:flex}div[data-lastpass-icon-root]{display:none!important;opacity:0!important}
