body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}section{padding:80px 0}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem}h1{color:#2c3e50;font-size:3rem}h2{color:#34495e;font-size:2.5rem;margin-bottom:3rem;text-align:center}h3{color:#2c3e50;font-size:1.5rem}p{font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.btn{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn:hover{background-color:#2980b9;box-shadow:0 5px 15px #3498db4d;transform:translateY(-2px)}.btn-secondary{background-color:#95a5a6}.btn-secondary:hover{background-color:#7f8c8d}.card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-bottom:30px;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.grid{grid-gap:30px;display:grid;gap:30px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}section{padding:60px 0}.container{padding:0 15px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.nav{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.nav-brand .brand-text{color:#2c3e50;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu{display:flex;gap:2rem}.nav-link{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#3498db}.nav-link:after{background-color:#3498db;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-dropdown{display:inline-block;position:relative}.dropdown-menu{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 8px 16px #0000001a;left:0;min-width:200px;opacity:0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1001}.dropdown-menu.active{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{border-bottom:1px solid #f0f0f0;color:#333;display:block;font-weight:500;padding:12px 20px;text-decoration:none;transition:all .3s ease}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f8f9fa;color:#3498db;padding-left:25px}.dropdown-item:first-child{border-radius:8px 8px 0 0}.dropdown-item:last-child{border-radius:0 0 8px 8px}.nav-toggle{cursor:pointer;display:none;flex-direction:column}.bar{background-color:#333;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.nav-menu{background-color:#fff;box-shadow:0 10px 27px #0000000d;flex-direction:column;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:first-child{transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.dropdown-menu,.nav-dropdown{position:static}.dropdown-menu{background:#f8f9fa;border:none;border-radius:0;box-shadow:none;margin-top:10px;max-height:0;opacity:0;overflow:hidden;transform:none;transition:all .3s ease;visibility:hidden}.dropdown-menu.active{max-height:200px;opacity:1;visibility:visible}.dropdown-item{border-bottom:1px solid #e0e0e0;padding:10px 20px}.dropdown-item:hover{background-color:#e9ecef;padding-left:20px}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:100vh;padding-top:80px}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-title{font-size:3.5rem;line-height:1.2;margin-bottom:1rem}.highlight{color:#fff;font-family:Lucida Console,Courier New,monospace}.hero-subtitle{color:#fff;font-size:1.5rem;font-weight:400;margin-bottom:1.5rem}.hero-description{color:#fff;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.hero-buttons .btn{border-radius:50px;font-size:1.1rem;padding:15px 30px}.hero-buttons .btn-primary{background-color:#f39c12;border:2px solid #f39c12}.hero-buttons .btn-primary:hover{background-color:initial;box-shadow:0 10px 20px #f39c124d;color:#f39c12;transform:translateY(-3px)}.hero-buttons .btn-secondary{background-color:initial;border:2px solid #fff;color:#fff}.hero-buttons .btn-secondary:hover{background-color:#fff;box-shadow:0 10px 20px #ffffff4d;color:#667eea;transform:translateY(-3px)}.hero-image{align-items:center;display:flex;justify-content:center}.profile-image{border:3px solid #fff3;border-radius:50%;box-shadow:0 10px 30px #0000004d;height:300px;object-fit:cover;transition:all .3s ease;width:300px}.profile-image:hover{border-color:#fff6;box-shadow:0 15px 40px #0006;transform:translateY(-5px) scale(1.05)}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-buttons{justify-content:center}.profile-image{height:200px;width:200px}}.about{background-color:#fff}.about-title{color:#2c3e50;font-family:Lucida Console,Courier New,monospace;font-size:2.8rem;margin-bottom:2rem;text-align:center}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text p{color:#555;line-height:1.8;margin-bottom:1.5rem}.skills h3{color:#2c3e50;font-size:1.8rem;margin-bottom:2rem}.skills-grid{display:flex;flex-direction:column;gap:2rem}.skill-category h4{color:#34495e;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:8px 16px;transition:transform .3s ease,box-shadow .3s ease}.skill-tag:hover{box-shadow:0 5px 15px #3498db4d;transform:translateY(-2px)}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr}.skills-grid{gap:1.5rem}.skill-tags{justify-content:center}}.projects{background-color:#f8f9fa}.projects-title{color:#2c3e50;font-size:2.8rem;margin-bottom:2rem}.projects-card-title,.projects-title{font-family:Lucida Console,Courier New,monospace;text-align:center}.projects-card-title{color:#fff;font-size:2.2rem;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #ffffff1a;border-radius:20px;box-shadow:0 15px 35px #667eea4d;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.project-card.clickable{cursor:pointer}.project-card.clickable:hover{box-shadow:0 25px 50px #667eea66;transform:translateY(-15px) scale(1.02)}.project-card.clickable:active{transform:translateY(-5px)}.project-image{align-items:center;background:#fff;display:flex;height:200px;justify-content:center;position:relative}.project-icon{font-size:8rem;opacity:.8}.project-logo{height:auto;opacity:.9;width:200px}.project-content{align-items:end;flex-direction:column;justify-content:center;padding:2rem}.project-content h3{color:#fff;font-size:1.5rem;margin-bottom:1rem;text-shadow:0 1px 2px #0000004d}.project-content p{color:#ffffffe6;line-height:1.6;margin-bottom:1.5rem;text-shadow:0 1px 2px #0003}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff3;border:1px solid #ffffff1a;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:5px 12px}.project-links{display:flex;flex-wrap:wrap;gap:1rem}.project-links .btn{flex:1 1;min-width:120px;text-align:center}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}.project-links{flex-direction:column}.project-links .btn{flex:none}}.tcgme-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 0}.back-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;margin-bottom:2rem;padding:.8rem 1.5rem;transition:all .3s ease}.back-button:hover{background:#ffffff4d;transform:translateY(-2px)}.tcgme-hero{grid-gap:1rem;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:grid;gap:1rem;grid-template-columns:1fr 1fr;justify-content:center;margin-bottom:2rem;padding:3rem}.tcgme-logo{filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));filter:brightness(0) invert(1);height:auto;margin-left:15vw;width:60%}.tcgme-page .hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.tcgme-page .hero-content{display:flex;flex-direction:column;height:70%;justify-content:center}.tcgme-page .hero-subtitle{color:#fff;font-size:1.3rem;line-height:1.6;margin-bottom:2rem}.project-icon{font-size:4rem}.btn-primary{background:#fff;border:2px solid #fff;color:#667eea}.btn-primary:hover{color:#fff}.btn-secondary{border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#667eea}.card-preview{animation:float 3s ease-in-out infinite;perspective:1000px}.card-background{background:#fff;border:3px solid #000;border-radius:10px;box-shadow:0 20px 40px #0000004d;height:280px;padding:0;transform:rotateY(15deg) rotateX(5deg);transition:transform .3s ease;width:200px}.card-background:hover{transform:rotateY(0deg) rotateX(0deg) scale(1.05)}.card-content{align-items:center;background:#0000;border-radius:10px;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:15px}.card-name{align-self:flex-start;color:#333;font-size:20px;font-weight:700;margin-bottom:10px}.card-image{border:2px solid #000;border-radius:5px;box-shadow:0 2px 4px #0003;height:50%;margin-bottom:10px;overflow:hidden;width:93%}.card-image img{height:100%;object-fit:cover;width:100%}.placeholder-image{align-items:center;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);color:#999;display:flex;font-size:3rem;height:100%;justify-content:center;width:100%}.card-caption{color:#222;flex:1 1;font-size:16px;font-style:italic;line-height:1.4;margin-bottom:10px;padding:0 10px;text-align:center}.card-caption,.card-footer{align-items:center;display:flex}.card-footer{justify-content:space-between;margin-top:auto;width:100%}.card-date{color:#555;font-size:14px;font-style:italic}.card-logo{align-items:center;display:flex;height:30px;justify-content:center;width:30%}.card-logo svg{filter:brightness(0);height:100%;width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.challenges-section,.features-section,.project-section,.stats-section,.tech-section{background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin-bottom:3rem;padding:3rem}.challenges-section h2,.features-section h2,.project-section h2,.stats-section h2,.tech-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.tech-icon{font-size:2.5rem}.tech-item span{color:#2c3e50;font-weight:600}.feature-icon{font-size:3rem}.challenge-number{background:#667eea}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-item{background:#f8f9fa;border-radius:15px;padding:2rem;text-align:center}.stat-number{color:#667eea;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#555;font-weight:600;letter-spacing:1px;text-transform:uppercase}.demo-video{border-radius:15px;box-shadow:0 10px 30px #0003;margin:2rem auto 0;max-width:400px;overflow:hidden;width:60%}.demo-video video{display:block;height:auto;width:100%}.feature-demo{max-width:300px}.feature-demo video{display:block;height:auto;width:100%}@media (max-width:768px){.tcgme-hero{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.card-background{height:210px;width:150px}.features-grid,.stats-grid,.tech-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.challenge-item{flex-direction:column;text-align:center}.demo-video{max-width:350px;width:90%}.feature-demo{max-width:250px}}.smartcloset-page{background:linear-gradient(135deg,#ff9a9e,#fecfef 50%,#fecfef);min-height:100vh;padding:2rem 0}.smartcloset-hero{grid-gap:4rem;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem;margin-top:4rem;padding:3rem}.hero-content h1{color:#333;font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000001a}.hero-subtitle{color:#555;font-size:1.3rem;line-height:1.6;margin-bottom:2rem}.project-icon{background:linear-gradient(135deg,#ff9a9e,#fecfef);border-radius:15px;box-shadow:0 4px 15px #0000001a;color:#333;display:inline-block;font-size:2rem;font-weight:700;margin-bottom:1rem;padding:1rem 1.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-buttons .btn{border-radius:25px;font-weight:600;min-width:140px;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:#ff6b9d;border:2px solid #ff6b9d;color:#fff}.btn-primary:hover{background:#0000;color:#ff6b9d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #ff6b9d;color:#ff6b9d}.btn-secondary:hover{background:#ff6b9d;color:#fff;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn:disabled,.btn:disabled:hover{box-shadow:none!important;transform:none!important}.hero-visual{align-items:center;display:flex;justify-content:center}.closet-preview,.hero-visual{position:relative}.closet-rack{animation:swing 2s ease-in-out infinite;background:#fffc;border-radius:15px;box-shadow:0 10px 30px #0000001a;display:flex;gap:1rem;padding:2rem}.clothing-item{align-items:center;background:#f8f9fa;border-radius:10px;color:#333;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;justify-content:center;min-height:60px;min-width:60px;padding:1rem;transition:transform .3s ease}.clothing-item:hover{transform:scale(1.1)}.ai-suggestion{animation:bounce 2s ease-in-out infinite;position:absolute;right:-20px;top:-20px}.suggestion-bubble{background:#ff6b9d;border-radius:20px;box-shadow:0 5px 15px #ff6b9d4d;color:#fff;font-size:.9rem;font-weight:600;padding:.8rem 1.2rem;position:relative}.suggestion-bubble:after{border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid #ff6b9d;bottom:-8px;content:"";height:0;left:20px;position:absolute;width:0}@keyframes swing{0%,to{transform:rotate(0deg)}25%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.challenges-section,.features-section,.project-section,.tech-section,.timeline-section{background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin-bottom:3rem;padding:3rem}.challenges-section h2,.features-section h2,.project-section h2,.tech-section h2,.timeline-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.project-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.tech-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.tech-item{align-items:center;background:#f8f9fa;border-radius:15px;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease}.tech-item:hover{transform:translateY(-5px)}.tech-icon{background:linear-gradient(135deg,#ff9a9e,#fecfef);border-radius:10px;box-shadow:0 2px 8px #0000001a;color:#333;display:inline-block;font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;padding:.6rem .8rem;text-align:center;white-space:nowrap}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#f8f9fa;border:2px solid #0000;border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{border-color:#ff6b9d;transform:translateY(-5px)}.feature-icon{background:linear-gradient(135deg,#ff9a9e,#fecfef);border-radius:10px;box-shadow:0 2px 8px #0000001a;color:#333;display:inline-block;font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;padding:.6rem .8rem;text-align:center;white-space:nowrap}.feature-card h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.feature-card p{color:#555;line-height:1.6}.challenge-list{display:flex;flex-direction:column;gap:2rem}.challenge-item{align-items:flex-start;background:#f8f9fa;border-radius:15px;display:flex;gap:2rem;padding:2rem;transition:transform .3s ease}.challenge-item:hover{transform:translateX(10px)}.challenge-number{align-items:center;background:#ff6b9d;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.challenge-content h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.challenge-content p{color:#555;line-height:1.6;margin:0}.timeline{padding-left:2rem;position:relative}.timeline:before{background:#ff6b9d;border-radius:2px;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.timeline-item{margin-bottom:3rem;padding-left:3rem;position:relative}.timeline-item:before{background:#ff6b9d;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #ff6b9d;content:"";height:12px;left:-6px;position:absolute;top:0;width:12px}.timeline-date{background:#ff6b9d;border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.timeline-content h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.timeline-content p{color:#555;line-height:1.6;margin:0}@media (max-width:768px){.smartcloset-hero{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.closet-rack{flex-wrap:wrap;justify-content:center}.clothing-item{font-size:1.2rem;min-height:50px;min-width:50px}.features-grid,.tech-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.tech-icon{font-size:.8rem;padding:.5rem .6rem}.feature-icon{font-size:.7rem;padding:.5rem .6rem}.challenge-item{flex-direction:column;text-align:center}.timeline{padding-left:1rem}.timeline-item{padding-left:2rem}.feature-demo{max-width:200px}.challenge-demo{max-width:250px}}.feature-demo{border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:250px;overflow:hidden}.feature-demo img{display:block;height:auto;width:100%}.challenge-demo{border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:300px;overflow:hidden}.challenge-demo img{display:block;height:auto;width:100%}.contact{background-color:#fff}.contact-title{color:#2c3e50;font-family:Lucida Console,Courier New,monospace;font-size:2.8rem;margin-bottom:2rem;text-align:center}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info h3,.contact-info-title{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem}.contact-info-title{font-family:Lucida Console,Courier New,monospace}.contact-link{color:#3498db;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#2980b9}.contact-info p{color:#555;line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;background-color:#f8f9fa;border-radius:10px;display:flex;gap:1rem;padding:1rem;transition:background-color .3s ease}.contact-item:hover{background-color:#ecf0f1}.contact-icon{font-size:1.5rem}.contact-form{background-color:#f8f9fa;border-radius:15px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:2px solid #e9ecef;border-radius:10px;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.form-group textarea{min-height:120px;resize:vertical}.contact-form .btn{border-radius:10px;font-size:1.1rem;padding:1rem;width:100%}.contact-form .btn:disabled{cursor:not-allowed;opacity:.7}.form-success{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724}.form-error,.form-success{font-weight:500;margin-bottom:1rem;padding:1rem;text-align:center}.form-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form{padding:1.5rem}}.footer{background-color:#2c3e50;color:#fff;padding:2rem 0}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-text p{color:#bdc3c7;margin:0}.footer-links{display:flex;gap:2rem}.footer-link{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#3498db}@media (max-width:768px){.footer-content{flex-direction:column;text-align:center}.footer-links{gap:1.5rem}}
/*# sourceMappingURL=main.5eb44977.css.map*/