*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}body{font-family:Inter,sans-serif;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Geist,sans-serif;font-weight:700;line-height:1.1}h1{font-size:4rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}body{font-family:Inter,sans-serif;background-color:#0b0f19;color:#f8fafc;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:.3s ease}ul,ol{list-style:none}img,picture{display:block;max-width:100%}button,input,textarea,select{font:inherit}section{padding-block:7.5rem}.container{width:min(100% - 2rem,1200px);margin-inline:auto}.fixed-decorations{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden}.fixed-decorations .technical-grid{position:absolute;inset:0;opacity:.15;background-image:linear-gradient(rgba(0,194,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,194,255,.05) 1px,transparent 1px);background-size:40px 40px}.fixed-decorations .glow-cyan{position:absolute;border-radius:50%;background:radial-gradient(circle at center,rgba(0,194,255,.08) 0%,transparent 70%)}.fixed-decorations .glow-cyan.glow-top{top:0;right:0;width:800px;height:800px;transform:translate(25%,-50%);opacity:.3}.fixed-decorations .glow-cyan.glow-bottom{bottom:0;left:0;width:600px;height:600px;transform:translate(-25%,50%);opacity:.2}.btn{display:inline-block;padding:12px 30px;font-weight:600;font-family:Geist,sans-serif;font-size:.875rem;cursor:pointer;transition:all .3s ease;border:none}.btn.btn-primary{background:linear-gradient(135deg,#00c2ff,#3be8ff);color:#006180}.btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00c2ff66}.btn.btn-outline{background:transparent;border:2px solid #00C2FF;color:#00c2ff}.btn.btn-outline:hover{background:#00c2ff;color:#fff}.btn.btn-outline.btn-outline-white{color:#fff;border-color:#334155}.btn.btn-outline.btn-outline-white:hover{background:#111625;color:#fff}.card{background:#1e263fcc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);padding:2rem;border-radius:16px;transition:transform .3s ease}.card:hover{transform:translateY(-5px);border-color:#00c2ff4d}.glass-card{background:#0b0f19b3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(100,116,139,.15);border-radius:12px;transition:border-color .3s ease,transform .3s ease}.glass-card:hover{border-color:#00c2ff4d}.text-gradient{background:linear-gradient(135deg,#fff,#00c2ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block}.section-title{font-family:Geist,sans-serif;font-size:2.5rem;text-align:center;margin-bottom:3rem;position:relative}.section-title span{color:#00c2ff}.section-title:after{content:"";display:block;width:60px;height:4px;background:#00c2ff;margin:10px auto 0;border-radius:2px}@media(max-width:768px){.section-title{font-size:2rem}}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}.navbar{position:sticky;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;transition:all .3s ease}.navbar.scrolled{background:#1e263fcc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar .logo{display:flex;align-items:center}.navbar .logo .logo-image{max-width:175px;width:auto;object-fit:contain;display:block}.navbar .nav-links{display:flex;gap:2rem}.navbar .nav-links a{color:#94a3b8;font-weight:500;font-family:Geist,sans-serif;letter-spacing:.1em;transition:color .2s ease}.navbar .nav-links a:hover,.navbar .nav-links a.active{color:#00c2ff}@media(max-width:1024px){.navbar .nav-links{gap:1rem;font-size:.875rem}}@media(max-width:768px){.navbar .nav-links{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0b0f19f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);gap:2rem;padding:7.5rem 2rem;z-index:1000;transform:translateY(-100%);transition:transform .3s ease}.navbar .nav-links.active{transform:translateY(0)}.navbar .nav-links a{font-size:1.125rem;text-transform:uppercase;font-weight:700}}.navbar .menu-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:6px;padding:6px;z-index:1001}.navbar .menu-toggle .hamburger-line{display:block;width:22px;height:2px;background-color:#fff;transition:transform .2s ease,opacity .2s ease;border-radius:2px}@media(max-width:768px){.navbar .menu-toggle{display:flex}}.navbar .menu-toggle.active .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar .menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.navbar .menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}body.menu-open{overflow:hidden}.footer{background-color:#111625;border-top:1px solid rgba(255,255,255,.05);padding-top:4rem;padding-bottom:2rem}.footer .footer-grid{display:grid;grid-template-columns:1fr;gap:4rem;margin-bottom:4rem}@media(min-width:1024px){.footer .footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer .footer-brand{display:flex;flex-direction:column;gap:1rem}.footer .footer-brand .brand-logo{display:flex;align-items:center}.footer .footer-brand .brand-logo .logo-image{max-width:250px;width:auto;object-fit:contain;display:block}.footer .footer-brand .brand-description{color:#cbd5e1;font-size:.875rem;line-height:1.5;max-width:360px;opacity:.8}.footer .footer-brand .brand-location{display:flex;align-items:center;gap:.25rem;color:#00c2ff;font-family:Geist,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.footer .footer-brand .brand-location .icon{font-size:18px}.footer .footer-links-col h5{font-family:Geist,sans-serif;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.footer .footer-links-col ul{display:flex;flex-direction:column;gap:.5rem}.footer .footer-links-col ul li a{display:inline-flex;align-items:center;gap:4px;color:#cbd5e1;font-size:.875rem;transition:color .2s ease}.footer .footer-links-col ul li a .arrow{font-size:12px;transition:transform .2s ease}.footer .footer-links-col ul li a:hover{color:#00c2ff}.footer .footer-links-col ul li a:hover .arrow{transform:translate(2px,-2px)}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:768px){.footer .footer-bottom{flex-direction:row;justify-content:space-between}}.footer .footer-bottom .copyright{font-family:Geist,sans-serif;font-size:10px;font-weight:600;color:#64748b;letter-spacing:.1em;opacity:.6}.footer .footer-bottom .bottom-links{display:flex;gap:1.5rem}.footer .footer-bottom .bottom-links a{font-family:Geist,sans-serif;font-size:10px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.1em;opacity:.6;transition:color .2s ease,opacity .2s ease}.footer .footer-bottom .bottom-links a:hover{color:#00c2ff;opacity:1}.about{padding-block:7.5rem;position:relative}.about .section-tag{font-family:Geist,sans-serif;font-size:.75rem;font-weight:600;color:#00c2ff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.about .section-subtitle{font-family:Geist,sans-serif;font-size:2rem;font-weight:700;color:#f8fafc;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.1em}.about .about-intro{max-width:800px;margin-bottom:7.5rem}.about .about-intro h1{font-family:Geist,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.about .about-intro h1{font-size:2.25rem}}.about .about-intro .intro-text p{font-size:1.125rem;color:#cbd5e1;line-height:1.8;margin-bottom:1rem}@media(max-width:768px){.about .about-intro .intro-text p{font-size:1rem}}.about .stack-dashboard{margin-bottom:7.5rem}.about .stack-dashboard .stack-header{text-align:center;margin-bottom:4rem}.about .stack-dashboard .stack-header p{color:#cbd5e1;font-size:1rem}.about .stack-dashboard .stack-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.about .stack-dashboard .stack-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about .stack-dashboard .stack-grid{grid-template-columns:repeat(4,1fr)}}.about .stack-dashboard .stack-card{padding:2rem}.about .stack-dashboard .stack-card .card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.about .stack-dashboard .stack-card .card-header .icon{color:#00c2ff;font-size:24px}.about .stack-dashboard .stack-card .card-header h3{font-family:Geist,sans-serif;font-size:1rem;font-weight:700;color:#f8fafc;text-transform:uppercase;letter-spacing:.1em}.about .stack-dashboard .stack-card .skill-list{display:flex;flex-direction:column;gap:.5rem}.about .stack-dashboard .stack-card .skill-list li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#cbd5e1;text-transform:uppercase;font-weight:500}.about .stack-dashboard .stack-card .skill-list li .dot{display:inline-block;width:6px;height:6px;background-color:#00c2ff;border-radius:50%;box-shadow:0 0 8px #00c2ff}.about .proficiency-section .proficiency-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:1024px){.about .proficiency-section .proficiency-grid{grid-template-columns:3fr 2fr}}.about .proficiency-section .language-card{padding:2rem}.about .proficiency-section .language-card .card-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:4rem}.about .proficiency-section .language-card .card-header .icon-wrapper{width:56px;height:56px;border-radius:50%;background-color:#00c2ff1a;display:flex;justify-content:center;align-items:center}.about .proficiency-section .language-card .card-header .icon-wrapper .icon{color:#00c2ff;font-size:28px}.about .proficiency-section .language-card .card-header h3{font-family:Geist,sans-serif;font-size:1.5rem;font-weight:700;color:#f8fafc}.about .proficiency-section .language-card .card-header .subtitle{font-size:.75rem;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em;margin-top:2px}.about .proficiency-section .language-card .languages-list{display:flex;flex-direction:column;gap:1rem}.about .proficiency-section .language-card .languages-list .language-item-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:#ffffff03;border:1px solid rgba(255,255,255,.05);border-radius:8px}.about .proficiency-section .language-card .languages-list .language-item-card .lang-icon{color:#00c2ff;font-size:20px}.about .proficiency-section .language-card .languages-list .language-item-card .lang-info{display:flex;flex-direction:column;gap:2px}.about .proficiency-section .language-card .languages-list .language-item-card .lang-info .lang-name{font-family:Geist,sans-serif;font-size:1rem;font-weight:700;color:#f8fafc}.about .proficiency-section .language-card .languages-list .language-item-card .lang-info .lang-level{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.about .proficiency-section .cta-card{padding:4rem;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;box-sizing:border-box;border-color:#00c2ff26;position:relative;overflow:hidden}.about .proficiency-section .cta-card .glow-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(0,194,255,.05) 0%,transparent 70%);pointer-events:none}.about .proficiency-section .cta-card h3{font-family:Geist,sans-serif;font-size:1.5rem;color:#00c2ff;margin-bottom:1rem;z-index:1}.about .proficiency-section .cta-card p{color:#cbd5e1;font-size:1rem;line-height:1.5;margin-bottom:2rem;max-width:320px;z-index:1}.about .proficiency-section .cta-card .btn{z-index:1;width:100%;max-width:240px;text-transform:uppercase;letter-spacing:.1em}.contact{padding-block:7.5rem;position:relative}.contact .contact-wrapper{max-width:800px;margin:0 auto}.contact .contact-card{padding:3rem 1.5rem;text-align:center;position:relative;overflow:hidden;border-color:#00c2ff26}@media(min-width:768px){.contact .contact-card{padding:4rem 3rem}}.contact .contact-card .glow-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(0,194,255,.05) 0%,transparent 70%);pointer-events:none}.contact .contact-card .section-subtitle{font-family:Geist,sans-serif;font-size:.75rem;font-weight:600;color:#00c2ff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.contact .contact-card h1.text-gradient{font-family:Geist,sans-serif;font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.contact .contact-card h1.text-gradient{font-size:2rem}}.contact .contact-card .contact-description{font-size:1.125rem;color:#cbd5e1;line-height:1.5;max-width:600px;margin:0 auto 4rem}@media(max-width:768px){.contact .contact-card .contact-description{font-size:1rem}}.contact .contact-card .contact-links-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}@media(min-width:768px){.contact .contact-card .contact-links-grid{grid-template-columns:repeat(3,1fr)}}.contact .contact-card .contact-link-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:#ffffff03;border:1px solid rgba(255,255,255,.05);border-radius:8px;text-align:left;transition:border-color .3s ease,background-color .3s ease,transform .3s ease}.contact .contact-card .contact-link-item .icon{color:#cbd5e1;font-size:24px;transition:color .3s ease}.contact .contact-card .contact-link-item .link-details{display:flex;flex-direction:column;gap:2px;overflow:hidden}.contact .contact-card .contact-link-item .link-details .label{font-family:Geist,sans-serif;font-size:9px;font-weight:700;text-transform:uppercase;color:#94a3b8;letter-spacing:.1em}.contact .contact-card .contact-link-item .link-details .value{font-size:.875rem;color:#fff;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.contact .contact-card .contact-link-item:not(.no-link){cursor:pointer}.contact .contact-card .contact-link-item:not(.no-link):hover{border-color:#00c2ff4d;background-color:#00c2ff0d;transform:translateY(-2px)}.contact .contact-card .contact-link-item:not(.no-link):hover .icon{color:#00c2ff}.contact .contact-card .contact-link-item.no-link{cursor:default}.contact .contact-card .social-links-row{display:flex;justify-content:center;gap:1.5rem}.contact .contact-card .social-links-row .social-icon{width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.05);background-color:#ffffff03;display:flex;justify-content:center;align-items:center;color:#cbd5e1;transition:border-color .3s ease,background-color .3s ease,color .3s ease,transform .3s ease}.contact .contact-card .social-links-row .social-icon svg{width:20px;height:20px}.contact .contact-card .social-links-row .social-icon:hover{color:#00c2ff;border-color:#00c2ff4d;background-color:#00c2ff0d;transform:translateY(-3px)}.experience{padding-block:7.5rem}.experience .section-subtitle{font-family:Geist,sans-serif;font-size:2rem;font-weight:700;color:#f8fafc;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.1em}.experience .experience-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:1024px){.experience .experience-grid{grid-template-columns:1fr 2fr;gap:4rem}}.experience .experience-intro .intro-description{color:#cbd5e1;font-size:1.125rem;line-height:1.8;opacity:.8;margin-bottom:1.5rem}@media(max-width:768px){.experience .experience-intro .intro-description{font-size:1rem}}.experience .experience-intro .accent-line{width:80px;height:1px;background-color:#00c2ff4d}@media(max-width:768px){.experience .experience-intro .accent-line{display:none}}.experience .experience-timeline{position:relative;border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:3.5rem;padding-left:2rem;margin-left:.5rem}@media(max-width:768px){.experience .experience-timeline{padding-left:1.5rem;margin-left:0}}.experience .experience-timeline .timeline-item{position:relative}.experience .experience-timeline .timeline-item .timeline-dot{position:absolute;left:calc(-2rem - 5px);top:8px;width:9px;height:9px;background-color:#00c2ff;border-radius:50%;box-shadow:0 0 10px #00c2ff}@media(max-width:768px){.experience .experience-timeline .timeline-item .timeline-dot{left:calc(-1.5rem - 5px)}}.experience .experience-timeline .timeline-item .timeline-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}@media(min-width:768px){.experience .experience-timeline .timeline-item .timeline-header{flex-direction:row;justify-content:space-between;align-items:center}}.experience .experience-timeline .timeline-item .timeline-header .header-main h3{font-family:Geist,sans-serif;font-size:1.5rem;font-weight:700;color:#3be8ff;margin-bottom:2px}.experience .experience-timeline .timeline-item .timeline-header .header-main .company{font-family:Geist,sans-serif;font-size:.75rem;font-weight:600;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em}.experience .experience-timeline .timeline-item .timeline-header .period-badge{align-self:flex-start;padding:6px 16px;background-color:#11162580;border:1px solid rgba(255,255,255,.05);border-radius:999px;font-family:Geist,sans-serif;font-size:11px;font-weight:600;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em}@media(min-width:768px){.experience .experience-timeline .timeline-item .timeline-header .period-badge{align-self:center}}.experience .experience-timeline .timeline-item .responsibilities{display:flex;flex-direction:column;gap:.5rem}.experience .experience-timeline .timeline-item .responsibilities li{display:flex;gap:1rem;font-size:1rem;color:#cbd5e1;line-height:1.5}.experience .experience-timeline .timeline-item .responsibilities li .num{font-family:monospace;color:#00c2ff80;font-weight:700;font-size:.875rem;margin-top:2px}.experience .experience-timeline .timeline-item .responsibilities li .text{flex:1}.experience .experience-timeline .timeline-item .responsibilities li .text b{color:#fff}.hero{min-height:100vh;padding-block:8rem 7.5rem;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}@media(max-width:768px){.hero{padding-block:6rem 4rem}}.hero .hero-badge{margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;background-color:#111625;font-family:Geist,sans-serif;border:1px solid #334155;padding:.5rem 1rem;border-radius:10px;width:fit-content;color:#00c2ff;letter-spacing:.1em;text-transform:uppercase}@media(max-width:768px){.hero .hero-badge{margin-inline:auto}}.hero .hero-badge .dot{display:inline-block;width:8px;height:8px;background-color:#fff;border-radius:50%;animation:dot-shine 2.5s ease-in-out infinite;box-shadow:0 0 #000,0 0 #0000,0 0 #000,0 0 #0000,0 0 4px #00c2ff}.hero:before{content:"";position:absolute;top:-10%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00c2ff1a,#0000 70%);border-radius:50%;z-index:-1}.hero .hero-content{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(max-width:768px){.hero .hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}}.hero .hero-text h1{font-family:Geist,sans-serif;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.04em;background:linear-gradient(to right,#fff,#00c2ff);background-clip:text;--webkit-background-clip: text;-webkit-text-fill-color:transparent;color:transparent}@media(max-width:768px){.hero .hero-text h1{font-size:2.25rem}}.hero .hero-text h1 span{background:linear-gradient(to right,#00c2ff,#3be8ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero .hero-text p{font-size:1.2rem;color:#94a3b8;margin-bottom:2rem;max-width:500px}@media(max-width:768px){.hero .hero-text p{margin:0 auto 2rem}}.hero .hero-text .hero-btns{display:flex;flex-wrap:wrap;gap:1rem}.hero .hero-text .hero-btns .btn{text-transform:uppercase}@media(max-width:768px){.hero .hero-text .hero-btns{justify-content:center}}.hero .hero-img{position:relative}.hero .hero-img .img-wrapper{width:400px;height:400px;border-radius:50%;overflow:hidden;border:4px solid rgba(0,194,255,.3);position:relative;margin:0 auto}.hero .hero-img .img-wrapper img{width:100%;height:100%;object-fit:cover}.hero .hero-img .img-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 80%,#00C2FF)}@media(max-width:768px){.hero .hero-img .img-wrapper{width:300px;height:300px}}.hero .skills-container{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0}@media(max-width:768px){.hero .skills-container{justify-content:center}}.hero .skills-container .skill{font-size:.75rem;padding:.375rem 1rem;background-color:#111625;border:1px solid #334155;text-transform:uppercase;font-weight:700;color:#cbd5e1cc}@keyframes dot-shine{0%{background-color:#334155}50%{background-color:#fff}to{background-color:#334155}}.portfolio{padding-block:7.5rem}.portfolio .portfolio-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:4rem}@media(max-width:768px){.portfolio .portfolio-header{flex-direction:column;align-items:flex-start;gap:.25rem}}.portfolio .portfolio-header .section-tag{font-family:Geist,sans-serif;font-size:.75rem;font-weight:600;color:#00c2ff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px}.portfolio .portfolio-header .section-title{margin-bottom:0;text-align:left;font-size:2.5rem;white-space:nowrap}.portfolio .portfolio-header .section-title:after{display:none}@media(max-width:768px){.portfolio .portfolio-header .section-title{font-size:2rem;white-space:normal}}.portfolio .portfolio-header .header-line{flex-grow:1;height:1px;background-color:#ffffff0d}@media(max-width:768px){.portfolio .portfolio-header .header-line{display:none}}.portfolio .project-category-badge{font-family:Geist,sans-serif;font-size:10px;font-weight:700;color:#00c2ff;border:1px solid rgba(0,194,255,.2);padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.1em;width:fit-content}.portfolio .project-problem-solution{display:flex;flex-direction:column;gap:.5rem}.portfolio .project-problem-solution .info-block{display:flex;flex-direction:column;gap:2px}.portfolio .project-problem-solution .info-block .block-title{font-family:Geist,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.portfolio .project-problem-solution .info-block p{font-size:.875rem;line-height:1.5}.portfolio .project-problem-solution .problem-block .block-title{color:#64748b}.portfolio .project-problem-solution .problem-block p{color:#cbd5e1;opacity:.8}.portfolio .project-problem-solution .solution-block .block-title{color:#00c2ff}.portfolio .project-problem-solution .solution-block p{color:#fff;opacity:.95}.portfolio .tech-tags{display:flex;flex-wrap:wrap;gap:.25rem}.portfolio .tech-tags .tag{font-size:10px;font-weight:700;color:#00c2ff;background-color:#00c2ff1a;padding:4px 8px;border-radius:4px;text-transform:uppercase}.portfolio .study-btn{width:100%;text-align:center;padding-block:1rem;text-transform:uppercase;font-weight:700;letter-spacing:.1em}.portfolio .featured-project-card{overflow:hidden;margin-bottom:4rem}.portfolio .featured-project-card .featured-grid{display:grid;grid-template-columns:1fr}@media(min-width:1024px){.portfolio .featured-project-card .featured-grid{grid-template-columns:3fr 2fr}}.portfolio .featured-project-card .project-image-wrapper{position:relative;background-color:#111625;padding:2rem;overflow:hidden;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.05)}@media(min-width:1024px){.portfolio .featured-project-card .project-image-wrapper{padding:4rem;border-bottom:none;border-right:1px solid rgba(255,255,255,.05)}}.portfolio .featured-project-card .project-image-wrapper .technical-grid-overlay{position:absolute;inset:0;opacity:.15;background-image:linear-gradient(rgba(0,194,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,194,255,.05) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.portfolio .featured-project-card .project-image-wrapper .img-container{position:relative;z-index:1;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0003;transition:transform .5s ease;max-width:100%}.portfolio .featured-project-card .project-image-wrapper .img-container img{width:100%;height:auto;display:block;object-fit:cover}.portfolio .featured-project-card .project-image-wrapper .img-container:hover{transform:scale(1.02)}.portfolio .featured-project-card .project-details{padding:2rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;background-color:#11162533}@media(min-width:1024px){.portfolio .featured-project-card .project-details{padding:4rem}}.portfolio .featured-project-card .project-details .project-title{font-family:Geist,sans-serif;font-size:2rem;color:#f8fafc;font-weight:700;margin-bottom:.25rem}@media(max-width:768px){.portfolio .featured-project-card .project-details .project-title{font-size:1.5rem}}@media(min-width:768px){.portfolio .featured-project-card .project-details .study-btn{width:fit-content;padding-inline:2rem}}.portfolio .other-projects-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.portfolio .other-projects-grid{grid-template-columns:repeat(2,1fr)}}.portfolio .other-projects-grid .project-card{padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:border-color .3s ease,transform .3s ease}.portfolio .other-projects-grid .project-card:hover{transform:translateY(-5px)}.portfolio .other-projects-grid .project-card:hover h3{color:#00c2ff}.portfolio .other-projects-grid .project-card .project-card-image{width:100%;height:200px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.portfolio .other-projects-grid .project-card .project-card-image img{width:100%;height:100%;object-fit:cover;display:block}.portfolio .other-projects-grid .project-card .project-card-content{display:flex;flex-direction:column;gap:1rem}.portfolio .other-projects-grid .project-card .project-card-content h3{font-family:Geist,sans-serif;font-size:1.5rem;color:#f8fafc;font-weight:700;transition:color .3s ease}.metrics{padding-block:4rem;border-block:1px solid rgba(255,255,255,.05);background-color:#1116254d}.metrics .metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.metrics .metrics-grid{grid-template-columns:repeat(4,1fr)}}.metrics .metric-item{text-align:center;padding-left:1rem;border-left:1px solid rgba(255,255,255,.05)}@media(min-width:768px){.metrics .metric-item{text-align:left;padding-left:1.5rem}}.metrics .metric-item .metric-value{font-family:Geist,sans-serif;font-size:2.5rem;font-weight:700;color:#00c2ff;line-height:1.1;margin-bottom:.25rem}.metrics .metric-item .metric-value .suffix{color:#00c2ff80}.metrics .metric-item .metric-label{font-family:Geist,sans-serif;font-size:.75rem;font-weight:600;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em}.services{padding-block:7.5rem;position:relative}.services .services-header{text-align:center;margin-bottom:4rem}.services .services-header .section-tag{font-family:Geist,sans-serif;font-size:.75rem;font-weight:600;color:#00c2ff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.services .services-header .section-subtitle{font-family:Geist,sans-serif;font-size:2rem;font-weight:700;color:#f8fafc;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.1em}.services .services-header .header-description{color:#cbd5e1;font-size:1rem;max-width:600px;margin-inline:auto;line-height:1.5;opacity:.8}.services .services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.services .services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.services .services-grid{gap:2rem}}.services .service-card{padding:4rem 2rem;transition:border-color .3s ease,transform .3s ease}.services .service-card:hover{transform:translateY(-4px);border-color:#00c2ff4d}.services .service-card:hover .service-icon-wrapper{background-color:#00c2ff1a;border-color:#00c2ff4d}.services .service-card:hover .service-icon-wrapper .icon{color:#00c2ff;transform:scale(1.05)}.services .service-card .service-icon-wrapper{width:56px;height:56px;border-radius:12px;background-color:#ffffff05;border:1px solid rgba(255,255,255,.05);display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:background-color .3s ease,border-color .3s ease}.services .service-card .service-icon-wrapper .icon{color:#cbd5e1;font-size:28px;transition:color .3s ease,transform .3s ease}.services .service-card h3{font-family:Geist,sans-serif;font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.services .service-card p{color:#cbd5e1;font-size:.875rem;line-height:1.5;opacity:.85}.process{padding-block:7.5rem;position:relative}.process .process-header{text-align:center;margin-bottom:4rem}.process .process-header .section-tag{font-family:Geist,sans-serif;font-size:.75rem;font-weight:600;color:#00c2ff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.process .process-header .section-subtitle{font-family:Geist,sans-serif;font-size:2rem;font-weight:700;color:#f8fafc;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.1em}.process .process-header .header-description{color:#cbd5e1;font-size:1rem;max-width:600px;margin-inline:auto;line-height:1.5;opacity:.8}.process .process-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.process .process-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.process .process-grid{grid-template-columns:repeat(4,1fr)}}.process .process-card{padding:2.5rem 1.5rem;transition:border-color .3s ease,transform .3s ease}.process .process-card:hover{transform:translateY(-4px);border-color:#00c2ff4d}.process .process-card:hover .step-num{color:#3be8ff;opacity:1;text-shadow:0 0 15px rgba(0,194,255,.2)}.process .process-card .step-num{font-family:Geist,sans-serif;font-size:3rem;font-weight:800;color:#00c2ff;opacity:.7;line-height:1;margin-bottom:1rem;transition:color .3s ease,opacity .3s ease}.process .process-card h3{font-family:Geist,sans-serif;font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.process .process-card p{color:#cbd5e1;font-size:.875rem;line-height:1.5;opacity:.8}.blog-content{background:#0f172a9e;backdrop-filter:blur(10px);padding:2rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);color:#f8fafc;min-width:0}@media(max-width:768px){.blog-content{padding:1.25rem}}.blog-content .onboarding{text-align:center;padding:2rem}.blog-content .onboarding i{font-size:3rem;color:#00c2ff;margin-bottom:1rem}.blog-content .blog-article-header{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem;padding-bottom:1.5rem}.blog-content .blog-article-header h1{color:#fff;font-family:Geist,sans-serif;font-size:2.5rem;line-height:1.08;margin:.6rem 0 .85rem}@media(max-width:768px){.blog-content .blog-article-header h1{font-size:2rem}}.blog-content .blog-article-header p{color:#cbd5e1;font-size:1.05rem;line-height:1.7;max-width:760px}.blog-content .blog-kicker,.blog-content .tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.blog-content .blog-kicker{color:#7dd3fc;font-size:.82rem;font-weight:700;text-transform:uppercase}.blog-content .tag-list{list-style:none;margin-top:1.1rem;padding:0}.blog-content .tag-list li{background:#14b8a61f;border:1px solid rgba(20,184,166,.24);border-radius:999px;color:#99f6e4;font-size:.82rem;padding:.3rem .65rem}.blog-content .markdown-body h1,.blog-content .markdown-body h2,.blog-content .markdown-body h3{color:#fff;font-family:Geist,sans-serif;margin-top:2rem;margin-bottom:1rem}.blog-content .markdown-body h1{font-size:2rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.blog-content .markdown-body>h1:first-child{display:none}.blog-content .markdown-body h2{font-size:1.8rem}.blog-content .markdown-body p{margin-bottom:1rem;line-height:1.7;color:#94a3b8}.blog-content .markdown-body ul,.blog-content .markdown-body ol{margin-bottom:1rem;padding-left:2rem;color:#94a3b8}.blog-content .markdown-body li{margin-bottom:.5rem}.blog-content .markdown-body code{background:#0000004d;padding:.2rem .4rem;border-radius:4px;font-family:monospace;color:#e2e8f0}.blog-content .markdown-body pre{background:#0f172a;border:1px solid rgba(148,163,184,.18);padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem;max-width:100%}.blog-content .markdown-body pre code{background:transparent;padding:0;color:inherit}.blog-content .markdown-body blockquote{border-left:4px solid #00C2FF;padding-left:1rem;margin:1rem 0;color:#94a3b8;font-style:italic}.blog-content .markdown-body img{max-width:100%;border-radius:8px;margin:1rem 0}.blog-content .error-message{text-align:center}.blog-content .error-message h2,.blog-content .error-message p{color:#ef4444}.blog-content .error-message .text-small{font-size:.8rem;opacity:.7}.blog-sidebar{background:#0f172ab8;backdrop-filter:blur(10px);padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);height:fit-content;max-height:calc(100vh - 112px);overflow-y:auto;position:sticky;top:92px}@media(max-width:768px){.blog-sidebar{max-height:none;overflow:visible;position:static;margin-bottom:0}}.blog-sidebar .sidebar-heading{align-items:center;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;font-family:Geist,sans-serif;margin-bottom:1rem;padding-bottom:.75rem}.blog-sidebar .sidebar-heading span{color:#fff;font-size:1rem;font-weight:700}.blog-sidebar .sidebar-heading strong{align-items:center;background:#14b8a624;border:1px solid rgba(20,184,166,.24);border-radius:999px;color:#5eead4;display:inline-flex;font-size:.8rem;height:1.6rem;justify-content:center;min-width:1.6rem;padding:0 .45rem}.blog-sidebar .article-list{list-style:none;padding:0}.blog-sidebar .article-list li{margin-bottom:.5rem}.blog-sidebar .article-list a{color:#94a3b8;text-decoration:none;display:block;padding:.85rem;border-radius:8px;transition:all .2s;font-size:.95rem;border:1px solid transparent}.blog-sidebar .article-list a:hover{background:#ffffff0d;border-color:#3b82f63d;color:#fff}.blog-sidebar .article-list a.active{background:#3b82f629;border-color:#3b82f661;color:#fff}.blog-sidebar .article-list .article-title,.blog-sidebar .article-list .article-meta{display:block}.blog-sidebar .article-list .article-title{font-weight:700;line-height:1.35}.blog-sidebar .article-list .article-meta{color:#7dd3fc;font-size:.78rem;margin-top:.35rem}.blog-container{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:1.25rem;margin-top:96px;margin-bottom:64px;min-height:60vh;align-items:start}@media(max-width:768px){.blog-container{grid-template-columns:1fr;margin-top:80px;margin-bottom:40px;gap:1rem}}
