@import"https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;display:block;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.dark-mode-toggle{display:flex;position:fixed;right:20px;top:16px;align-items:center;background:transparent;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;z-index:5000}.dark-mode-toggle:hover{background:var(--bg-secondary)}.toggle-track{width:50px;height:26px;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:13px;position:relative;transition:all .3s ease}.dark-mode-toggle .toggle-track{background:var(--bg-secondary)}.toggle-thumb{width:20px;height:20px;background:var(--accent);border-radius:50%;position:absolute;top:1px;left:2px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:var(--bg-primary);box-shadow:0 2px 4px var(--shadow)}.toggle-thumb.dark{transform:translate(24px);background:var(--accent);color:var(--bg-primary)}@media (max-width: 768px){.dark-mode-toggle{right:60px}}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;transition:all .3s ease}[data-theme=dark] .navbar{background:#141414f2}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:70px;gap:2rem}.nav-hire-btn{padding:.6rem 1.5rem;background:var(--accent);color:var(--bg-primary);text-decoration:none;font-weight:600;font-size:.95rem;border-radius:6px;transition:all .3s ease;white-space:nowrap}.nav-hire-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}.nav-menu{display:flex;list-style:none;gap:2rem;justify-content:center}.nav-link{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.nav-link:hover{color:var(--accent)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-right{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.nav-toggle{display:none;flex-direction:column;cursor:pointer;padding:5px}.bar{width:25px;height:3px;background-color:var(--text-primary);margin:3px 0;transition:.3s;border-radius:2px}@media (max-width: 768px){.nav-container{grid-template-columns:auto auto;justify-content:space-between}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px var(--shadow);padding:2rem 0;gap:1.5rem;justify-content:center}[data-theme=dark] .nav-menu{background-color:#1a202cfa}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-right{gap:.75rem}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}.hero{min-height:100vh;display:flex;align-items:center;background:var(--bg-secondary);padding-top:0;position:relative;overflow:hidden}.hero-container{max-width:1200px;margin-right:auto;margin-left:auto;padding:0 20px;display:flex;flex-direction:column;gap:4rem;align-content:center;position:relative;z-index:1}.hero-container>*{opacity:0;animation:slideUpFade .5s ease-out forwards}.hero-container>*:nth-child(1){animation-delay:.2s}.hero-container>*:nth-child(2){animation-delay:.3s}.hero-container>*:nth-child(3){animation-delay:.4s}.hero-container>*:nth-child(4){animation-delay:.5s}.hero-title{display:flex;flex-direction:column;text-align:center;font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.hero-name{font-size:4rem;background:linear-gradient(135deg,#606060,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:2rem;text-align:center;color:var(--text-primary);margin-bottom:1.5rem;font-weight:500;min-height:60px}.cursor{animation:blink 1s infinite;color:var(--gradient-start)}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{font-size:1.125rem;text-align:center;color:var(--text-tertiary);margin-bottom:2.5rem;line-height:1.7;max-width:500px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-buttons .btn{display:inline-flex;align-items:center;gap:.5rem}.hero-buttons .btn svg{flex-shrink:0}.hero-illustration{position:absolute;bottom:0;right:0;height:40vh;z-index:2000}.hero-illustration img{height:100%;width:auto;object-fit:contain}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem;padding:0 15px}.hero-title{font-size:1.5rem}.hero-name{font-size:2.5rem}.hero-subtitle{font-size:1.25rem;min-height:40px}.hero-description{font-size:.9rem;margin-left:auto;margin-right:auto;line-height:1.6}.hero-circle{width:250px;height:250px}.hero-avatar{font-size:3rem}.hero-buttons{justify-content:center;gap:.75rem}.hero-illustration{height:25vh}}.about{padding:100px 0;background:var(--bg-primary)}.about .section-title,.about .section-subtitle{opacity:0;animation:slideUpFade .5s ease-out forwards}.about .section-title{animation-delay:.1s}.about .section-subtitle{animation-delay:.2s}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem;max-width:1500px;margin-left:auto;margin-right:auto}.about-text{opacity:0;animation:slideUpFade .5s ease-out forwards;animation-delay:.3s;display:flex;flex-direction:column;height:100%}.about-paragraph{font-size:1.125rem;font-weight:400;color:var(--text-secondary);margin-bottom:1.5rem;padding:0 40px;line-height:1.7}.about-intro{font-size:1.25rem;font-weight:500;color:var(--text-primary);margin-bottom:2rem}.about-highlights{margin-bottom:2rem;padding:0 40px}.about-subheading{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.about-subheading:before{content:"";width:4px;height:20px;background:var(--accent);border-radius:2px}.about-list{list-style:none;padding:0;margin:0}.about-list li{font-size:1.05rem;color:var(--text-secondary);margin-bottom:.75rem;padding-left:1.75rem;position:relative;line-height:1.6}.about-list li:before{content:"→";position:absolute;left:0;color:var(--accent);font-weight:700;font-size:1.2rem}.about-list li strong{color:var(--text-primary);font-weight:600}.about-cta{background:var(--bg-secondary);border-left:4px solid var(--accent);padding:1.25rem 1.5rem;margin:2rem 40px 0;border-radius:8px;font-size:1.05rem}.about-cta strong{color:var(--text-primary);display:block;margin-bottom:.5rem}.about-image{display:flex;justify-content:center;align-items:stretch;opacity:0;animation:slideUpFade .5s ease-out forwards;animation-delay:.4s;height:100%}.about-image img{width:100%;max-width:450px;min-height:100%;border-radius:16px;box-shadow:0 10px 30px var(--shadow);object-fit:cover;object-position:center}.testimonial-section{margin-top:4rem;padding:3rem 0;opacity:0;animation:slideUpFade .5s ease-out forwards;animation-delay:.5s}.testimonial-title{text-align:center;font-size:2rem;color:var(--text-primary);margin-bottom:3rem;font-weight:600}.testimonial-carousel{position:relative;max-width:900px;margin:0 auto;display:flex;align-items:center;gap:1rem}.testimonial-carousel-container{overflow:hidden;flex:1;border-radius:16px}.testimonial-carousel-track{display:flex;transition:transform .5s ease-in-out}.testimonial-card{min-width:100%;background:var(--bg-secondary);border-radius:16px;padding:3rem 2.5rem;box-shadow:0 10px 30px var(--shadow);display:flex;flex-direction:column;gap:1.5rem}.quote-icon{color:var(--accent);opacity:.3;display:flex;justify-content:center}.testimonial-content{text-align:center}.testimonial-content p{font-size:1.125rem;color:var(--text-secondary);line-height:1.8;font-style:italic;margin:0}.testimonial-author{display:flex;justify-content:center;align-items:center;margin-top:1rem}.author-info{text-align:center}.author-info h4{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.author-info span{color:var(--text-tertiary);font-size:.9rem}.carousel-btn{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-primary);flex-shrink:0}.carousel-btn:hover{background:var(--accent);border-color:var(--accent);color:var(--bg-primary);transform:scale(1.1)}.carousel-btn:active{transform:scale(.95)}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.carousel-dot{width:12px;height:12px;border-radius:50%;background:var(--border-color);border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:var(--text-tertiary);transform:scale(1.2)}.carousel-dot.active{background:var(--accent);width:32px;border-radius:6px}.journey-section{margin-top:4rem;opacity:0;animation:slideUpFade .5s ease-out forwards;animation-delay:.6s}.journey-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem;max-width:900px;margin-left:auto;margin-right:auto}.journey-card{background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:12px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.journey-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #667eea1a}.journey-icon{font-size:2rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.journey-icon svg{transition:transform .3s ease}.journey-card:hover .journey-icon svg{transform:scale(1.1)}.journey-card h3{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.journey-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin:0}@media (min-width: 1400px){.about-content{gap:6rem}.journey-grid{max-width:1000px;gap:2.5rem}}@media (min-width: 992px) and (max-width: 1399px){.about-content{gap:5rem}}@media (max-width: 991px){.about-content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.about{padding:60px 0}.about-content{grid-template-columns:1fr;gap:2rem}.about-text{order:2}.about-image{order:1}.about-image img{max-width:300px}.about-paragraph{font-size:.95rem;padding:0 20px;line-height:1.6}.about-intro{font-size:1.05rem;margin-bottom:1.5rem}.about-highlights{padding:0 20px;margin-bottom:1.5rem}.about-subheading{font-size:1rem}.about-list li{font-size:.95rem;padding-left:1.5rem}.about-cta{margin:1.5rem 20px 0;padding:1rem 1.25rem;font-size:.95rem}.journey-grid{grid-template-columns:1fr}.journey-card{padding:1.5rem}.journey-card h3{font-size:1.1rem}.journey-card p{font-size:.9rem}.journey-icon{font-size:1.5rem}.testimonial-section{padding:2rem 0;margin-top:3rem}.testimonial-title{font-size:1.35rem;margin-bottom:2rem}.testimonial-carousel{flex-direction:column;gap:0;padding:0 10px}.carousel-btn{display:none}.testimonial-carousel-container{width:100%}.testimonial-card{padding:2rem 1.5rem;min-width:100%}.testimonial-content p{font-size:.95rem;line-height:1.6}.author-info h4{font-size:1rem}.author-info span{font-size:.85rem}.quote-icon svg{width:32px;height:32px}.carousel-dots{margin-top:1.5rem}}.projects{padding:100px 0;background:var(--bg-secondary)}.projects .section-title,.projects .section-subtitle{opacity:0;animation:slideUpFade .5s ease-out forwards}.projects .section-title{animation-delay:.1s}.projects .section-subtitle{animation-delay:.2s}.projects-carousel{display:flex;max-width:1200px;margin:3rem auto 0;overflow:hidden;padding:0 20px}.carousel-container{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:24px;scrollbar-width:thin;scrollbar-color:var(--accent) var(--bg-secondary);padding:10px 0}.carousel-container::-webkit-scrollbar{height:8px}.carousel-container::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:10px}.carousel-container::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}.carousel-container::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}.project-card{display:flex;flex-direction:column;min-width:calc(50% - 12px);width:calc(50% - 12px);flex:0 0 calc(50% - 12px);scroll-snap-align:start;background-color:var(--bg-primary);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px var(--shadow)}.project-image{position:relative;width:100%;height:250px;overflow:hidden;background:var(--bg-secondary)}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,filter .3s ease}.project-card:hover .project-image img{transform:scale(1.05);filter:brightness(.7)}.project-btns{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:12px;transition:opacity .3s ease;z-index:10}.project-card:hover .project-btns{opacity:1}.project-description{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.project-title{font-weight:600;font-size:1.5rem;color:var(--text-primary);margin-bottom:.5rem}.project-short-desc{color:var(--text-secondary);font-size:.95rem;line-height:1.6;flex:1}.btn-more-details{width:100%;padding:.75rem;background:transparent;border:2px solid var(--accent);color:var(--accent);border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.btn-more-details:hover{background:var(--accent);color:var(--bg-primary);transform:translateY(-2px)}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.project-tech span{padding:.4rem .8rem;background:var(--bg-secondary);border-radius:6px;font-size:.85rem;color:var(--text-secondary);font-weight:500;transition:all .3s ease}.project-tech span:hover{background:var(--accent);color:var(--bg-primary);transform:translateY(-2px)}@media (max-width: 1024px){.project-card{min-width:calc(50% - 12px);width:calc(50% - 12px)}}@media (max-width: 768px){.projects{padding:60px 0}.projects-carousel{padding:0 10px}.carousel-container{gap:16px}.project-card{min-width:calc(100% - 20px);width:calc(100% - 20px);flex:0 0 calc(100% - 20px)}.project-image{height:200px}.project-description{padding:1.25rem}.project-title{font-size:1.15rem}.project-short-desc{font-size:.85rem}.project-tech span{font-size:.75rem;padding:.3rem .6rem}.btn-more-details{font-size:.85rem;padding:.65rem}}.modal-overlay{position:fixed;inset:0;background:var(--bg-primary);z-index:9999;animation:fadeIn .3s ease;overflow-y:auto;outline:none}.modal-content{background:var(--bg-primary);width:100%;min-height:100vh;display:flex;flex-direction:column;position:relative;animation:fadeIn .3s ease}@media (min-width: 1400px){.modal-overlay{background:#000000d9;display:flex;align-items:center;justify-content:center;padding:40px}.modal-content{background:var(--bg-primary);width:100%;max-width:1400px;min-height:auto;max-height:90vh;border-radius:16px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.modal-close{position:absolute;top:1.5rem;right:1.5rem}.modal-header{padding:3rem 3rem 2rem}.modal-body{overflow-y:auto;max-height:calc(90vh - 300px)}.modal-footer{padding:2rem 3rem}}.modal-close{position:fixed;top:1.5rem;right:1.5rem;background:var(--bg-secondary);border:2px solid var(--border-color);width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-primary);z-index:10}.modal-close:hover{background:var(--accent);color:var(--bg-primary);border-color:var(--accent);transform:rotate(90deg) scale(1.05)}.modal-header{padding:5rem 3rem 2rem;border-bottom:2px solid var(--border-color);flex-shrink:0;max-width:1200px;margin:0 auto;width:100%}.modal-header h2{font-size:2rem;color:var(--text-primary);margin-bottom:1rem}.modal-tech{display:flex;flex-wrap:wrap;gap:.5rem}.modal-tech span{padding:.4rem .8rem;background:var(--bg-secondary);border-radius:6px;font-size:.85rem;color:var(--text-secondary);font-weight:500}.modal-body{padding:3rem;flex:1;max-width:1200px;margin:0 auto;width:100%}.modal-analytics{margin-bottom:2rem;padding:1.5rem;background:var(--bg-secondary);border-radius:12px;border:2px solid var(--border-color)}.modal-analytics h3{font-size:1.4rem;color:var(--text-primary);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.modal-analytics h3 svg{color:var(--accent);flex-shrink:0}.analytics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.analytics-stat{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-primary);border-radius:10px;transition:all .3s ease;border:1px solid var(--border-color)}.analytics-stat:hover{transform:translateY(-3px);box-shadow:0 5px 15px var(--shadow);border-color:var(--accent)}.stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--accent);border-radius:10px;flex-shrink:0}.stat-icon svg{color:var(--bg-primary)}.stat-content{flex:1}.stat-value{font-size:1.6rem;font-weight:700;color:var(--text-primary);line-height:1.2}.stat-label{font-size:.95rem;color:var(--text-secondary);margin-top:.25rem}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{font-size:1.4rem;color:var(--text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.modal-section h3 svg{color:var(--accent);flex-shrink:0}.modal-section p{color:var(--text-secondary);line-height:1.8;font-size:1.1rem}.modal-footer{padding:2rem 3rem 3rem;border-top:2px solid var(--border-color);display:flex;gap:1rem;justify-content:flex-end;flex-shrink:0;max-width:1200px;margin:0 auto;width:100%}.modal-footer .btn{padding:.75rem 1.5rem}@media (max-width: 768px){.modal-close{top:1rem;right:1rem;width:48px;height:48px}.modal-header{padding:4rem 1.5rem 1.5rem}.modal-header h2{font-size:1.5rem;padding-right:50px}.modal-tech span{font-size:.75rem}.modal-body{padding:2rem 1.5rem}.modal-analytics{padding:1rem}.modal-analytics h3{font-size:1rem;margin-bottom:1rem}.analytics-grid{grid-template-columns:1fr;gap:.75rem}.analytics-stat{padding:.75rem}.stat-icon{width:40px;height:40px}.stat-icon svg{width:20px;height:20px}.stat-value{font-size:1.25rem}.stat-label{font-size:.75rem}.modal-section h3{font-size:1rem}.modal-section p{font-size:.9rem;line-height:1.6}.modal-footer{padding:2rem 1.5rem;flex-direction:column}.modal-footer .btn{width:100%;font-size:.9rem}}.skills{padding:100px 0;background:var(--bg-primary)}.skills .section-title,.skills .section-subtitle{opacity:0;animation:slideUpFade .5s ease-out forwards}.skills .section-title{animation-delay:.1s}.skills .section-subtitle{animation-delay:.2s}.skills-content{margin-top:3rem}.dapp-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.dapp-type-card{background:var(--bg-secondary);padding:2rem;border-radius:16px;border:2px solid var(--border-color);transition:all .3s ease;opacity:0;animation:slideUpFade .5s ease-out forwards;display:flex;flex-direction:column;gap:1rem}.dapp-type-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px var(--shadow);border-color:var(--accent)}.dapp-icon{width:80px;height:80px;background:var(--bg-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--accent);transition:all .3s ease}.dapp-type-card:hover .dapp-icon{transform:scale(1.1) rotate(5deg);background:var(--accent);color:var(--bg-primary)}.dapp-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:.5rem}.dapp-description{color:var(--text-secondary);text-align:center;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.dapp-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.dapp-features li{display:flex;align-items:center;gap:.75rem;color:var(--text-tertiary);font-size:.9rem;padding:.5rem;background:var(--bg-primary);border-radius:8px;transition:all .3s ease}.dapp-features li:hover{background:var(--bg-tertiary);transform:translate(5px)}.dapp-features li svg{flex-shrink:0;color:var(--accent);stroke-width:3}@keyframes fillBar{0%{width:0%}}.dapp-type-card:nth-child(1){animation-delay:.2s}.dapp-type-card:nth-child(2){animation-delay:.3s}.dapp-type-card:nth-child(3){animation-delay:.4s}.dapp-type-card:nth-child(4){animation-delay:.5s}.dapp-type-card:nth-child(5){animation-delay:.6s}.dapp-type-card:nth-child(6){animation-delay:.7s}@media (max-width: 768px){.skills{padding:60px 0}.dapp-types-grid{grid-template-columns:1fr;gap:1.5rem}.dapp-type-card{padding:1.5rem}.dapp-icon{width:60px;height:60px}.dapp-title{font-size:1.15rem}.dapp-description{font-size:.85rem;line-height:1.5}.dapp-features li{font-size:.85rem}}.contact{padding:100px 0;background:var(--bg-secondary)}.hire-me-cta{margin-top:0;background:var(--accent);border-radius:16px;padding:3rem;text-align:center;box-shadow:0 20px 60px var(--shadow);animation:slideUpFade .5s ease-out forwards;animation-delay:.2s;opacity:0;border:2px solid var(--accent)}.cta-content h3{font-size:2rem;color:var(--bg-primary);margin-bottom:1rem;font-weight:700}.cta-content p{font-size:1.125rem;color:var(--bg-primary);opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.btn-large{padding:1rem 2rem;font-size:1.1rem;display:inline-flex!important;align-items:center;justify-content:center;gap:.75rem;font-weight:600;text-decoration:none;white-space:nowrap;vertical-align:middle}.btn-large svg{display:block;flex-shrink:0}.cta-buttons .btn-primary{background:var(--bg-primary);color:var(--accent);border:2px solid var(--bg-primary)}.cta-buttons .btn-primary:hover{background:transparent;color:var(--bg-primary);border-color:var(--bg-primary);transform:translateY(-3px)}.cta-buttons .btn-secondary{background:transparent;color:var(--bg-primary);border:2px solid var(--bg-primary)}.cta-buttons .btn-secondary:hover{background:var(--bg-primary);color:var(--accent);transform:translateY(-3px)}.cta-features{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.cta-feature{display:flex;align-items:center;gap:.5rem;color:var(--bg-primary);font-weight:500}.cta-feature svg{color:var(--bg-primary);stroke-width:3}.hire-me-cta .social-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.hire-me-cta .social-links a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:transparent;border:2px solid var(--bg-primary);border-radius:50%;color:var(--bg-primary);text-decoration:none;transition:all .3s ease}.hire-me-cta .social-links a:hover{background:var(--bg-primary);color:var(--accent);transform:translateY(-3px) scale(1.1)}.hire-me-cta .social-links a svg{flex-shrink:0}@media (max-width: 768px){.contact{padding:60px 0}.hire-me-cta{padding:2rem 1.5rem;margin-top:0}.cta-content h3{font-size:1.35rem}.cta-content p{font-size:.95rem;line-height:1.5}.cta-buttons{flex-direction:column;gap:1rem}.btn-large{width:100%;justify-content:center;font-size:1rem;padding:.9rem 1.75rem}.cta-features{flex-direction:column;gap:1rem;align-items:center;margin-bottom:1.5rem}.cta-feature{font-size:.9rem}.hire-me-cta .social-links{gap:.75rem}.hire-me-cta .social-links a{width:44px;height:44px}}.footer{background:var(--bg-tertiary);color:var(--text-primary);padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;opacity:0;animation:slideUpFade .5s ease-out forwards;animation-delay:.2s}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;background:var(--text-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-secondary)}.footer-section p{color:var(--text-tertiary);line-height:1.6;margin-bottom:1.5rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:var(--text-tertiary);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--gradient-start)}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--bg-primary);border-radius:8px;color:var(--text-tertiary);text-decoration:none;transition:all .3s ease}.social-links a:hover{background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:#fff;transform:translateY(-2px)}.footer-bottom{border-top:1px solid var(--border-color);padding-top:2rem;text-align:center;color:var(--text-tertiary);opacity:0;animation:slideUpFade .5s ease-out forwards;animation-delay:.4s}.footer-bottom p{margin-bottom:.5rem}@media (max-width: 768px){.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.social-links{justify-content:center}.footer-section h3{font-size:1.25rem}}:root{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #fafafa;--text-primary: #000000;--text-secondary: #404040;--text-tertiary: #666666;--border-color: #e0e0e0;--shadow: rgba(0, 0, 0, .08);--accent: #000000;--accent-hover: #333333}[data-theme=dark]{--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--bg-tertiary: #2a2a2a;--text-primary: #ffffff;--text-secondary: #b0b0b0;--text-tertiary: #808080;--border-color: #333333;--shadow: rgba(255, 255, 255, .05);--accent: #ffffff;--accent-hover: #cccccc}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Jost,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.App{font-family:Jost,sans-serif;line-height:1.6;color:var(--text-primary)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-primary);position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--accent);border-radius:2px}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--text-tertiary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600;white-space:nowrap;text-align:center;transition:all .3s ease;box-shadow:0 0 3 #000;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:var(--accent);color:var(--bg-primary);z-index:3000}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}.btn-secondary{background:transparent;color:var(--accent);border:2px solid var(--accent);z-index:1000}.btn-secondary:hover{background:var(--accent);color:var(--bg-primary);transform:translateY(-2px)}html{scroll-behavior:smooth}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .5s ease-out,transform .5s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){body{font-size:14px}.container{padding:0 15px}.section-title{font-size:1.75rem}.section-subtitle{font-size:.9rem}.btn{font-size:.9rem;padding:10px 20px}}
