@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--header-bg);border-bottom:1px solid var(--border-color);left:0;padding:0;position:fixed;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:1000}.header.scrolled{box-shadow:var(--shadow-lg)}.nav-bar{align-items:center;display:flex;height:8rem;justify-content:space-between;position:relative}.brand h1{color:var(--text-color);font-size:2.4rem;font-weight:800;letter-spacing:-.02em}.brand .highlight{color:var(--primary)}.nav-list{align-items:center;display:flex;gap:2rem}.nav-list ul{display:flex;gap:3.2rem;list-style:none;margin:0;padding:0}.nav-list ul li a{color:var(--text-color);font-size:1.5rem;font-weight:500;padding:.8rem 0;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-list ul li a:after{background:var(--primary);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.nav-list ul li a:hover{color:var(--primary)}.nav-list ul li a:hover:after{width:100%}.nav-actions{gap:1.6rem}.nav-actions,.theme-toggle{align-items:center;display:flex}.theme-toggle{background:var(--card-bg);border:1px solid var(--border-color);border-radius:50%;box-shadow:var(--shadow-sm);cursor:pointer;font-size:2rem;height:4.4rem;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:4.4rem}.theme-toggle:hover{background:var(--primary);box-shadow:var(--shadow);color:#fff;transform:scale(1.1)}.hamburger{cursor:pointer;display:none;flex-direction:column;height:2.4rem;justify-content:space-between;padding:.2rem 0;width:2.4rem}.hamburger .bar{background:var(--text-color);border-radius:.2rem;height:.3rem;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.hamburger.active .bar:first-child{transform:rotate(45deg) translate(.6rem,.6rem)}.hamburger.active .bar:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg) translate(.6rem,-.6rem)}@media (max-width:768px){.nav-bar{height:7rem}.brand h1{font-size:2rem}.hamburger{display:flex}.nav-list{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--header-bg);border-right:1px solid var(--border-color);flex-direction:column;height:calc(100vh - 7rem);justify-content:flex-start;left:0;padding-top:4rem;position:fixed;top:7rem;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:100%}.nav-list.active{transform:translateX(0)}.nav-list ul{align-items:center;flex-direction:column;gap:3rem;width:100%}.nav-list ul li{text-align:center;width:100%}.nav-list ul li a{border-radius:.8rem;display:block;font-size:1.8rem;margin:0 2rem;padding:1.6rem 2rem;width:100%}.nav-list ul li a:hover{background:var(--section-bg)}.nav-actions{gap:1.2rem}.theme-toggle{font-size:1.8rem;height:4rem;width:4rem}}.hero{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;display:flex;min-height:100vh;overflow:hidden;padding-top:8rem;position:relative}[data-theme=dark] .hero{background:linear-gradient(135deg,#1e293b,#334155)}.hero:before{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');content:"";height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%;z-index:1}.hero-content{grid-gap:8rem;align-items:center;display:grid;gap:8rem;grid-template-columns:1fr 1fr;position:relative;width:100%;z-index:2}.hero-text{display:flex;flex-direction:column;gap:2.4rem}.hero-greeting{color:#fffc;font-size:2rem;font-weight:500;margin-bottom:0}.hero-name{font-size:6.4rem;font-weight:800;line-height:1.1;margin-bottom:1.6rem}.hero-name .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-title{color:#ffffffe6;font-size:2.4rem;font-weight:600;margin-bottom:2.4rem}.hero-description{color:#fffc;font-size:1.8rem;line-height:1.6;margin-bottom:3.2rem;max-width:50rem}.hero-actions{display:flex;flex-wrap:wrap;gap:2rem}.hero-cta{background:#fff;border-radius:.8rem;box-shadow:0 4px 6px -1px #0000001a;color:var(--primary);font-weight:600;padding:1.6rem 3.2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-cta:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-.2rem)}.hero-cta-secondary{background:#0000;border:2px solid #ffffff4d;border-radius:.8rem;color:#fff;font-weight:600;padding:1.4rem 3rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-cta-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-image{align-items:center;display:flex;justify-content:center;position:relative}.hero-photo{position:relative;z-index:2}.hero-photo img{border:.8rem solid #fff3;border-radius:50%;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;height:35rem;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1);width:35rem}.hero-photo img:hover{border-color:var(--accent);transform:scale(1.05)}.hero-photo:before{animation:rotate 10s linear infinite;background:linear-gradient(135deg,var(--accent),#0000);border-radius:50%;content:"";height:calc(100% + 4rem);left:-2rem;position:absolute;top:-2rem;width:calc(100% + 4rem);z-index:-1}.floating-elements{height:100%;pointer-events:none;position:absolute;width:100%}.floating-icon{animation:float 6s ease-in-out infinite;font-size:2.4rem;position:absolute}.floating-icon:first-child{animation-delay:0s;left:10%;top:20%}.floating-icon:nth-child(2){animation-delay:2s;right:10%;top:60%}.floating-icon:nth-child(3){animation-delay:4s;bottom:20%;left:20%}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:1024px){.hero-content{gap:6rem}.hero-name{font-size:5.6rem}.hero-photo img{height:30rem;width:30rem}}@media (max-width:768px){.hero{min-height:100vh;padding-top:7rem}.hero-content{gap:4rem;grid-template-columns:1fr;text-align:center}.hero-name{font-size:4.8rem}.hero-title{font-size:2rem}.hero-description{font-size:1.6rem;max-width:none}.hero-actions{justify-content:center}.hero-photo img{height:25rem;width:25rem}}@media (max-width:480px){.hero-name{font-size:4rem}.hero-actions{align-items:center;flex-direction:column}.hero-cta,.hero-cta-secondary{max-width:28rem;text-align:center;width:100%}}.skills{background:var(--bg-color);transition:background-color .3s ease}.skills-description{color:var(--text-light);font-size:2rem;line-height:1.6;margin-bottom:6rem;margin-left:auto;margin-right:auto;max-width:60rem;text-align:center}.skills-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr))}.skill-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:2rem;box-shadow:var(--shadow-sm);cursor:pointer;overflow:hidden;padding:3.2rem 2.4rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.skill-item:before{background:linear-gradient(90deg,#0000,#2563eb1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.skill-item:hover:before{left:100%}.skill-item:hover{border-color:var(--primary);box-shadow:var(--shadow-xl);transform:translateY(-.8rem)}.skill-icon{display:inline-block;filter:grayscale(.2);font-size:4.8rem;margin-bottom:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.skill-item:hover .skill-icon{filter:grayscale(0);transform:scale(1.1)}.skill-name{color:var(--text-color);font-size:2.4rem;font-weight:700;margin-bottom:1.6rem}.skill-rating{display:flex;gap:.4rem;justify-content:center;margin-bottom:1.6rem}.star{color:var(--border-color);font-size:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.star.filled{color:var(--accent);text-shadow:0 0 8px #f59e0b66}.skill-item:hover .star.filled{animation:sparkle .6s ease}.skill-level{color:var(--text-light);font-size:1.4rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}@keyframes sparkle{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width:768px){.skills-grid{gap:2.4rem;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr))}.skill-item{padding:2.4rem 1.8rem}.skill-icon{font-size:4rem}.skill-name{font-size:2rem}.star{font-size:1.8rem}}@media (max-width:480px){.skills-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}.skill-item{padding:2rem 1.6rem}.skill-icon{font-size:3.6rem}.skill-name{font-size:1.8rem}}.projects{background:var(--section-bg);transition:background-color .3s ease}.projects-grid{display:flex;flex-direction:column;gap:6rem}.project-item{grid-gap:6rem;align-items:center;background:var(--card-bg);border:1px solid var(--border-color);border-radius:2.4rem;box-shadow:var(--shadow);display:grid;gap:6rem;grid-template-columns:1fr 1fr;overflow:hidden;padding:4.8rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-item:before{background:linear-gradient(135deg,#2563eb05,#f59e0b05);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.project-item:hover:before{opacity:1}.project-item:hover{border-color:var(--primary);box-shadow:var(--shadow-xl);transform:translateY(-.8rem)}.project-item:nth-child(2n){grid-template-columns:1fr 1fr}.project-item:nth-child(2n) .project-content{order:2}.project-item:nth-child(2n) .project-image{order:1}.project-content{gap:2.4rem;position:relative;z-index:2}.project-content,.project-header{display:flex;flex-direction:column}.project-header{gap:1.6rem}.project-title{color:var(--text-color);font-size:3.2rem;font-weight:800;line-height:1.2}.project-tech{display:flex;flex-wrap:wrap;gap:1rem}.tech-tag{background:var(--primary);border-radius:2rem;color:#fff;font-size:1.3rem;font-weight:600;letter-spacing:.02em;padding:.6rem 1.4rem;text-transform:uppercase}.project-description{color:var(--text-light);font-size:1.8rem;line-height:1.7}.project-features{display:flex;flex-direction:column;gap:1.6rem}.project-features h4{color:var(--text-color);font-size:2rem;font-weight:700}.project-features ul{display:flex;flex-direction:column;gap:1.2rem;list-style:none;padding:0}.project-features li{color:var(--text-light);font-size:1.6rem;line-height:1.6;padding-left:2.4rem;position:relative}.project-features li:before{color:var(--primary);content:"✓";font-size:1.8rem;font-weight:700;left:0;position:absolute}.project-actions{display:flex;flex-wrap:wrap;gap:1.6rem}.project-btn{align-items:center;background:var(--primary);border:none;border-radius:.8rem;color:#fff;cursor:pointer;display:inline-flex;font-size:1.6rem;font-weight:600;gap:.8rem;padding:1.4rem 2.8rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-btn:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-.2rem)}.project-btn-secondary{background:#0000;border:2px solid var(--primary);color:var(--primary)}.project-btn-secondary:hover{background:var(--primary);color:#fff}.project-image{position:relative;z-index:2}.project-placeholder{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:1.6rem;box-shadow:var(--shadow-lg);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:35rem;overflow:hidden;padding:6rem 4rem;position:relative;text-align:center}.project-placeholder:before{animation:rotate 15s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}.project-icon{display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));font-size:6.4rem;margin-bottom:2rem;position:relative;z-index:2}.project-placeholder p{font-size:2rem;font-weight:600;position:relative;z-index:2}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.project-item{gap:4rem;padding:3.6rem}.project-title{font-size:2.8rem}}@media (max-width:768px){.projects-grid{gap:4rem}.project-item{gap:3rem;grid-template-columns:1fr!important;padding:3rem 2.4rem}.project-item:nth-child(2n) .project-content{order:1}.project-item:nth-child(2n) .project-image{order:2}.project-title{font-size:2.4rem}.project-description{font-size:1.6rem}.project-features li{font-size:1.4rem}.project-placeholder{min-height:25rem;padding:4rem 2rem}.project-icon{font-size:4.8rem}.project-placeholder p{font-size:1.6rem}}@media (max-width:480px){.project-item{padding:2.4rem 1.8rem}.project-actions{flex-direction:column}.project-btn{justify-content:center;width:100%}}.about{background:var(--section-bg);transition:background-color .3s ease}.about-content{grid-gap:8rem;align-items:center;display:grid;gap:8rem;grid-template-columns:1fr 1.5fr}.about-image{display:flex;justify-content:center;position:relative}.image-container{display:inline-block;position:relative}.profile-image{background:var(--card-bg);border-radius:2rem;box-shadow:var(--shadow-xl);height:45rem;overflow:hidden;position:relative;width:35rem}.profile-image img{height:100%;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1);width:100%}.profile-image:hover img{transform:scale(1.05)}.image-border{border:3px solid var(--primary);border-radius:2rem;height:100%;left:-2rem;position:absolute;top:2rem;width:100%;z-index:-1}.about-text{display:flex;flex-direction:column;gap:3rem}.about-subtitle{color:var(--primary);font-size:2rem;font-weight:600;margin-bottom:0}.about-description{color:var(--text-light);font-size:1.8rem;line-height:1.8;margin-bottom:0}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:3rem 0}.stat-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1.6rem;box-shadow:var(--shadow);padding:2.4rem 1.6rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-.4rem)}.stat-number{color:var(--primary);display:block;font-size:3.2rem;font-weight:800;margin-bottom:.8rem}.stat-label{color:var(--text-light);font-size:1.4rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.about-highlights{display:flex;flex-direction:column;gap:2rem}.highlight-item{align-items:center;background:var(--card-bg);border:1px solid var(--border-color);border-radius:1.6rem;box-shadow:var(--shadow-sm);display:flex;gap:2rem;padding:2.4rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.highlight-item:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateX(.8rem)}.highlight-icon{align-items:center;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:2.4rem;height:6rem;justify-content:center;width:6rem}.highlight-item div h4{color:var(--text-color);font-size:1.8rem;font-weight:600;margin-bottom:.4rem}.highlight-item div p{color:var(--text-light);font-size:1.4rem;margin:0}.about-cta{align-self:flex-start;margin-top:1rem}@media (max-width:1024px){.about-content{gap:6rem}.profile-image{height:38rem;width:30rem}}@media (max-width:768px){.about-content{gap:4rem;grid-template-columns:1fr;text-align:center}.profile-image{height:35rem;width:28rem}.about-stats{gap:1.6rem;grid-template-columns:repeat(3,1fr)}.stat-item{padding:2rem 1.2rem}.stat-number{font-size:2.8rem}.highlight-item{text-align:left}.highlight-item:hover{transform:translateY(-.4rem)}}@media (max-width:480px){.profile-image{height:30rem;width:24rem}.about-stats{gap:1.2rem;grid-template-columns:1fr}.highlight-item{flex-direction:column;gap:1.6rem;text-align:center}}.toast{animation:slideIn .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.2rem;box-shadow:var(--shadow-xl);max-width:40rem;min-width:32rem;padding:0;position:fixed;right:2rem;top:2rem;z-index:9999}.toast-success{background:linear-gradient(135deg,#10b981,#059669);border:1px solid #10b9814d}.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626);border:1px solid #ef44444d}.toast-content{align-items:center;color:#fff;display:flex;gap:1.2rem;padding:1.6rem 2rem}.toast-icon{flex-shrink:0;font-size:2rem}.toast-message{flex:1 1;font-size:1.5rem;font-weight:500;line-height:1.4}.toast-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:2.4rem;height:2.4rem;justify-content:center;padding:0;transition:all .2s ease;width:2.4rem}.toast-close:hover{background:#fff3}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.toast{left:1rem;max-width:none;min-width:auto;right:1rem;top:1rem}.toast-content{padding:1.4rem 1.6rem}.toast-message{font-size:1.4rem}}.contact{background:var(--bg-color);transition:background-color .3s ease}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));margin-bottom:8rem}.contact-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:2rem;box-shadow:var(--shadow);cursor:pointer;overflow:hidden;padding:3.2rem 2.4rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-item:before{background:linear-gradient(90deg,#0000,#2563eb1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.contact-item:hover:before{left:100%}.contact-item:hover{border-color:var(--primary);box-shadow:var(--shadow-xl);transform:translateY(-.8rem)}.contact-icon{align-items:center;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:50%;box-shadow:var(--shadow);color:#fff;display:flex;font-size:2.8rem;height:7.2rem;justify-content:center;margin:0 auto 2.4rem;width:7.2rem}.contact-details{position:relative;z-index:2}.contact-title{color:var(--text-color);font-size:2.4rem;font-weight:700;margin-bottom:1.6rem}.contact-detail{color:var(--text-light);font-size:1.6rem;font-weight:500;line-height:1.5;margin-bottom:.8rem}.contact-form-section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:2.4rem;box-shadow:var(--shadow-xl);margin:0 auto;max-width:80rem;overflow:hidden;padding:6rem 4.8rem;position:relative}.contact-form-section:before{background:linear-gradient(90deg,var(--primary),var(--accent));content:"";height:.4rem;left:0;position:absolute;top:0;width:100%}.form-title{color:var(--text-color);font-size:3.6rem;font-weight:800;margin-bottom:1.2rem;text-align:center}.form-subtitle{color:var(--text-light);font-size:1.8rem;line-height:1.6;margin-bottom:4.8rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:3.2rem}.form-row{grid-gap:2.4rem;display:grid;gap:2.4rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:1rem}.form-group label{color:var(--text-color);font-size:1.5rem;font-weight:600}.form-input,.form-textarea,select.form-input{background:var(--section-bg);border:2px solid var(--border-color);border-radius:1.2rem;color:var(--text-color);font-family:inherit;font-size:1.6rem;font-weight:500;padding:1.6rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.form-input:focus,.form-textarea:focus,select.form-input:focus{background:var(--card-bg);border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1a;outline:none;transform:translateY(-.2rem)}.form-textarea{line-height:1.6;min-height:14rem;resize:vertical}.form-submit{align-items:center;align-self:center;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;border-radius:1.2rem;box-shadow:var(--shadow);color:#fff;cursor:pointer;display:flex;font-size:1.8rem;font-weight:700;gap:1.2rem;letter-spacing:.05em;overflow:hidden;padding:1.8rem 4rem;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-submit:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.form-submit:hover:before{left:100%}.form-submit:hover{box-shadow:var(--shadow-xl);transform:translateY(-.4rem)}.btn-icon{font-size:2rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.form-submit:hover .btn-icon{transform:translateX(.4rem)}.form-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.form-submit:disabled:hover{box-shadow:var(--shadow);transform:none}@media (max-width:768px){.contact-grid{gap:2.4rem;grid-template-columns:1fr;margin-bottom:6rem}.contact-item{padding:2.4rem 2rem}.contact-icon{font-size:2.4rem;height:6rem;width:6rem}.contact-title{font-size:2rem}.contact-detail{font-size:1.4rem}.contact-form-section{padding:4rem 3rem}.form-title{font-size:3rem}.form-subtitle{font-size:1.6rem}.form-row{gap:2rem;grid-template-columns:1fr}.form-input,.form-textarea{font-size:1.5rem;padding:1.4rem 1.8rem}.form-submit{font-size:1.6rem;padding:1.6rem 3.2rem}}@media (max-width:480px){.contact-form-section{padding:3rem 2rem}.form-title{font-size:2.4rem}.form-submit{justify-content:center;width:100%}}.footer{background:var(--card-bg);border-top:1px solid var(--border-color);padding:6rem 0 3rem;transition:all .3s ease}.footer-content{align-items:center;display:flex;flex-direction:column;gap:3.2rem;text-align:center}.footer-social{display:flex;gap:2rem}.social-link{align-items:center;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:50%;box-shadow:var(--shadow);color:#fff;display:flex;font-size:2.4rem;height:5.6rem;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:5.6rem}.social-link:before{background:linear-gradient(135deg,var(--accent),var(--primary));content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.social-link:hover:before{opacity:1}.social-link:hover{box-shadow:var(--shadow-xl);transform:translateY(-.8rem) scale(1.1)}.social-link span{position:relative;z-index:2}.footer-text{color:var(--text-light);display:flex;flex-direction:column;font-size:1.5rem;gap:1.2rem;line-height:1.6}.footer-text p{margin:0}.footer-text strong{color:var(--primary);font-weight:700}.footer-divider{background:var(--border-color);height:1px;margin:2rem 0;width:100%}.footer-bottom{color:var(--text-light);font-size:1.4rem;opacity:.8;text-align:center}@media (max-width:768px){.footer{padding:4rem 0 2rem}.footer-content{gap:2.4rem}.footer-social{gap:1.6rem}.social-link{font-size:2rem;height:4.8rem;width:4.8rem}.footer-text{font-size:1.4rem}}@media (max-width:480px){.footer-social{gap:1.2rem}.social-link{font-size:1.8rem;height:4.4rem;width:4.4rem}.footer-text{font-size:1.3rem}}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#64748b;--accent:#f59e0b;--bg-color:#fff;--text-color:#1e293b;--text-light:#64748b;--header-bg:#fffffff2;--section-bg:#f8fafc;--card-bg:#fff;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}[data-theme=dark]{--primary:#3b82f6;--primary-dark:#2563eb;--secondary:#94a3b8;--accent:#fbbf24;--bg-color:#0f172a;--text-color:#f1f5f9;--text-light:#94a3b8;--header-bg:#0f172af2;--section-bg:#1e293b;--card-bg:#334155;--border-color:#475569;--shadow-sm:0 1px 2px 0 #0000004d;--shadow:0 1px 3px 0 #0006,0 1px 2px -1px #0006;--shadow-lg:0 10px 15px -3px #0006,0 4px 6px -4px #0006;--shadow-xl:0 20px 25px -5px #0006,0 8px 10px -6px #0006}*{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:62.5%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-color);color:#1e293b;color:var(--text-color);font-size:1.6rem;font-weight:400;line-height:1.7;overflow-x:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.container{margin:0 auto;max-width:1280px;padding:0 2rem}@media (max-width:640px){.container{padding:0 1.6rem}}.section{padding:12rem 0;position:relative}@media (max-width:768px){.section{padding:8rem 0}}.section-title{color:#1e293b;color:var(--text-color);font-size:4.8rem;font-weight:800;line-height:1.1;margin-bottom:6rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#2563eb,#f59e0b);background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:2rem;bottom:-2rem;content:"";height:.4rem;left:50%;position:absolute;transform:translateX(-50%);width:8rem}@media (max-width:768px){.section-title{font-size:3.6rem;margin-bottom:4rem}}.section-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#f59e0b);background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text}.btn{align-items:center;background:#2563eb;background:var(--primary);border:none;border-radius:.8rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);color:#fff;cursor:pointer;display:inline-flex;font-size:1.6rem;font-weight:600;gap:.8rem;overflow:hidden;padding:1.4rem 3.2rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:hover{background:#1d4ed8;background:var(--primary-dark);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-.2rem)}.btn-outline{background:#0000;border:2px solid #2563eb;border:2px solid var(--primary);color:#2563eb;color:var(--primary)}.btn-outline:hover{background:#2563eb;background:var(--primary);color:#fff}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#f59e0b);background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}[data-theme=dark] .glass{background:#0003;border:1px solid #ffffff1a}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-up{animation:slideUp .8s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.fe98d346.css.map*/