body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header-container{height:80px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.header-container,.logo{align-items:center;display:flex}.logo-text{color:var(--primary-color);cursor:pointer;font-size:1.8rem;font-weight:800;transition:color .3s ease}.logo-text:hover{color:var(--text-dark)}.nav{align-items:center;display:flex}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:var(--primary-color);transform:translateY(-2px)}.nav-link:after{background:var(--primary-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.mobile-menu-button{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.hamburger{display:block;position:relative}.hamburger,.hamburger:after,.hamburger:before{background:var(--text-dark);height:3px;transition:all .3s ease;width:25px}.hamburger:after,.hamburger:before{content:"";position:absolute}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.open{background:#0000}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{bottom:0;transform:rotate(-45deg)}@media (max-width:768px){.header-container{height:70px;padding:0 1rem}.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;left:0;opacity:0;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:0;padding:2rem 0}.nav-link{border-bottom:1px solid #0000001a;display:block;padding:1rem 2rem;text-align:center}.nav-link:last-child{border-bottom:none}.mobile-menu-button{display:block}}.hero{align-items:center;background:var(--background-light);display:flex;min-height:100vh;padding-top:80px}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.hero-text{display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:2rem}.name-outline{-webkit-text-stroke:3px var(--primary-color);text-stroke:3px var(--primary-color);color:#0000;display:block;position:relative}.hero-description{color:var(--text-light);font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;max-width:500px}.cta-button{align-self:flex-start;background:var(--primary-color);border:none;border-radius:8px;color:var(--white);cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{background:var(--primary-dark);transform:translateY(-2px)}.cta-button:hover,.hero-image{box-shadow:var(--shadow-hover)}.hero-image{align-items:center;background:var(--primary-color);border-radius:20px;display:flex;height:600px;justify-content:center;max-width:500px;overflow:hidden;position:relative;width:100%}.profile-image{height:100%;object-fit:cover;object-position:center;width:100%}@media (max-width:1024px){.hero-title{font-size:3rem}.hero-container{gap:2rem}}@media (max-width:768px){.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.cta-button{align-self:center}.hero-image{height:400px}}.about{background:var(--white);padding:6rem 0}.about-container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-content{position:relative}.about-background-text{color:#20c9971a;font-size:8rem;font-weight:900;left:-1rem;line-height:1;position:absolute;top:-2rem;z-index:0}.about-text{position:relative;z-index:1}.about-title{color:var(--text-dark);font-size:3.5rem;font-weight:800;margin-bottom:4rem;text-align:center}.about-sections{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.about-section{background:var(--white);border-radius:16px;box-shadow:var(--shadow);overflow:hidden;transition:all .3s ease}.about-section:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.section-image{height:320px;overflow:hidden;position:relative;width:100%}.section-img{height:100%;object-fit:contain;object-position:center;transition:transform .3s ease;width:100%}.about-section:hover .section-img{transform:scale(1.05)}.section-heading{color:var(--primary-color);font-size:1.5rem;font-weight:700;margin:2rem 2rem 1.5rem;position:relative}.section-heading:after{background:var(--primary-color);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:40px}.about-description{color:var(--text-light);font-size:1.1rem;line-height:1.8;margin:0 2rem 2rem}.about-description:last-child{margin-bottom:2rem}@media (max-width:1024px){.about-title{font-size:3rem}.about-sections{gap:2rem;grid-template-columns:1fr}.section-image{height:280px}.section-heading{font-size:1.4rem;margin:1.5rem 1.5rem 1rem}.about-description{font-size:1rem;margin:0 1.5rem 1.5rem}.about-description:last-child{margin-bottom:1.5rem}}@media (max-width:768px){.about{padding:4rem 0}.about-title{font-size:2.5rem;margin-bottom:3rem}.about-background-text{font-size:6rem;left:-.5rem;top:-1.5rem}.about-sections{gap:1.5rem}.section-image{height:240px}.section-heading{font-size:1.3rem;margin:1.2rem 1.2rem 1rem}.about-description{font-size:.95rem;margin:0 1.2rem 1.2rem}.about-description:last-child{margin-bottom:1.2rem}}@media (max-width:480px){.about-container{padding:0 1rem}.about-title{font-size:2.2rem}.about-background-text{font-size:4rem}.section-image{height:200px}.section-heading{font-size:1.2rem;margin:1rem 1rem .8rem}.about-description{font-size:.9rem;margin:0 1rem 1rem}.about-description:last-child{margin-bottom:1rem}}.experience{background:var(--white);padding:6rem 0}.experience-container{margin:0 auto;max-width:1200px;padding:0 2rem}.experience-title{color:var(--text-dark);font-size:3.5rem;font-weight:800;margin-bottom:4rem;text-align:center}.experience-timeline{margin:0 auto;max-width:800px}.experience-item{background:var(--background-light);border-radius:16px;box-shadow:var(--shadow);margin-bottom:3rem;padding:2rem;transition:all .3s ease}.experience-item:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.experience-header{margin-bottom:1rem}.experience-role{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.experience-meta{color:var(--text-light);display:flex;flex-wrap:wrap;font-size:.9rem;gap:1rem}.experience-company{color:var(--primary-color);font-weight:600}.experience-location{color:var(--text-light)}.experience-period{background:var(--primary-color);border-radius:20px;color:var(--white);font-size:.8rem;font-weight:600;padding:.2rem .8rem}.experience-description{color:var(--text-light);font-size:1rem;line-height:1.6}.experience-cta{margin-top:3rem;text-align:center}.cv-button{background:var(--primary-color);border-radius:8px;color:var(--white);display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cv-button:hover{background:var(--primary-dark);box-shadow:var(--shadow-hover);transform:translateY(-2px)}@media (max-width:768px){.experience{padding:4rem 0}.experience-title{font-size:2.5rem;margin-bottom:3rem}.experience-item{padding:1.5rem}.experience-role{font-size:1.3rem}.experience-meta{flex-direction:column;gap:.5rem}}.skills{background:var(--background-light);padding:6rem 0}.skills-container{margin:0 auto;max-width:1200px;padding:0 2rem}.skills-title{color:var(--text-dark);font-size:3.5rem;font-weight:800;margin-bottom:4rem;text-align:center}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.skill-category{background:var(--white);border-radius:16px;box-shadow:var(--shadow);padding:2rem;transition:all .3s ease}.skill-category:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.category-title{color:var(--text-dark);font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.skills-list{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.skill-tag{background:var(--primary-color);border-radius:20px;color:var(--white);font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.skill-tag:hover{background:var(--primary-dark);transform:scale(1.05)}@media (max-width:1024px){.skills-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.skills{padding:4rem 0}.skills-title{font-size:2.5rem;margin-bottom:3rem}.skills-grid{gap:1.5rem;grid-template-columns:1fr}.skill-category{padding:1.5rem}.skills-list{gap:.6rem}.skill-tag{font-size:.8rem;padding:.4rem .8rem}}.certifications{background:var(--white);padding:6rem 0}.certifications-container{margin:0 auto;max-width:1200px;padding:0 2rem}.certifications-title{color:var(--text-dark);font-size:3.5rem;font-weight:800;margin-bottom:2rem;text-align:center}.certifications-intro{color:var(--text-light);font-size:1.2rem;line-height:1.8;margin:0 auto 4rem;max-width:800px;text-align:center}.certifications-content{display:flex;flex-direction:column;gap:4rem}.certifications-section{width:100%}.section-title{color:var(--text-dark);font-size:2.2rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.certifications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.certification-card{background:var(--background-light);border-left:4px solid var(--primary-color);border-radius:16px;box-shadow:var(--shadow);padding:2rem;transition:all .3s ease}.certification-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.certification-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.certification-title{color:var(--text-dark);flex:1 1;font-size:1.1rem;font-weight:600;line-height:1.4}.certification-year{background:var(--primary-color);border-radius:20px;color:var(--white);font-size:.8rem;font-weight:600;padding:.3rem .8rem;white-space:nowrap}.certification-description{color:var(--text-light);font-size:.95rem;line-height:1.6}.courses-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.course-card{background:var(--white);border:2px solid var(--background-light);border-radius:16px;box-shadow:var(--shadow);padding:2rem;transition:all .3s ease}.course-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-hover);transform:translateY(-3px)}.course-header{margin-bottom:1rem}.course-title{color:var(--text-dark);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.course-institution{color:var(--primary-color);font-size:.9rem;font-weight:500}.course-description{color:var(--text-light);font-size:.95rem;line-height:1.6}.skills-overview{grid-gap:3rem;background:var(--background-light);border-radius:16px;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:3rem}.languages,.technical-skills{display:flex;flex-direction:column}.skills-subtitle{color:var(--text-dark);font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.language-list{display:flex;flex-direction:column;gap:.8rem}.language-item{color:var(--text-light);display:block;font-size:1rem;line-height:1.5}.language-item strong{color:var(--text-dark);font-weight:600}.tech-description{color:var(--text-light);font-size:1rem;line-height:1.7}@media (max-width:1024px){.certifications-title{font-size:3rem}.section-title{font-size:2rem}.certifications-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.courses-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skills-overview{gap:2rem;grid-template-columns:1fr;padding:2rem}}@media (max-width:768px){.certifications{padding:4rem 0}.certifications-title{font-size:2.5rem;margin-bottom:1.5rem}.certifications-intro{font-size:1.1rem;margin-bottom:3rem}.certifications-content{gap:3rem}.section-title{font-size:1.8rem;margin-bottom:2rem}.certifications-grid,.courses-grid{gap:1.5rem;grid-template-columns:1fr}.certification-card,.course-card{padding:1.5rem}.certification-header{align-items:flex-start;flex-direction:column;gap:.5rem}.certification-year{align-self:flex-start}.skills-overview{gap:1.5rem;padding:1.5rem}.skills-subtitle{font-size:1.2rem;margin-bottom:1rem}.language-item,.tech-description{font-size:.95rem}}@media (max-width:480px){.certifications-container{padding:0 1rem}.certifications-title{font-size:2.2rem}.section-title{font-size:1.6rem}.certification-card,.course-card,.skills-overview{padding:1.2rem}}.beyond-work{background:var(--background-light);padding:6rem 0}.beyond-work-container{margin:0 auto;max-width:1200px;padding:0 2rem}.beyond-work-title{color:var(--text-dark);font-size:3.5rem;font-weight:800;margin-bottom:4rem;text-align:center}.beyond-work-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.beyond-work-text{padding-right:2rem}.beyond-work-description{color:var(--text-light);font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.beyond-work-description:last-child{margin-bottom:0}.beyond-work-carousel{position:relative;width:100%}.carousel-container{border-radius:16px;box-shadow:var(--shadow);overflow:hidden;position:relative}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-slide{flex-shrink:0;min-width:100%}.activity-card{background:var(--white);border-radius:16px;display:block;height:500px;overflow:hidden;padding:0;position:relative;text-align:center}.activity-image{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%}.activity-img{height:100%;object-fit:cover;object-position:center;width:100%}.activity-content{background:linear-gradient(#0000,#000000b3,#000000e6);bottom:0;color:var(--white);left:0;padding:2rem;position:absolute;right:0;text-align:center;z-index:2}.activity-icon{display:block;font-size:3rem;margin-bottom:1rem}.activity-title{color:var(--white);font-size:1.6rem;font-weight:700;margin-bottom:.8rem}.activity-description{color:var(--primary-color);font-size:1rem;font-weight:600;margin-bottom:.8rem}.activity-details{color:#ffffffe6;font-size:.9rem;line-height:1.6;margin:0 auto;max-width:280px}.carousel-button{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:var(--shadow);color:var(--text-dark);cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.carousel-button:hover{background:var(--white);box-shadow:var(--shadow-hover);transform:translateY(-50%) scale(1.1)}.carousel-button.prev{left:20px}.carousel-button.next{right:20px}.carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.carousel-dot{background:#ddd;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.carousel-dot.active{background:var(--primary-color);transform:scale(1.2)}.carousel-dot:hover{background:var(--primary-color);transform:scale(1.1)}@media (max-width:1024px){.beyond-work-title{font-size:3rem}.beyond-work-content{gap:3rem;grid-template-columns:1fr}.beyond-work-text{padding-right:0}.activity-card{height:450px}.activity-content{padding:1.5rem}.activity-icon{font-size:2.5rem}.activity-title{font-size:1.4rem}}@media (max-width:768px){.beyond-work{padding:4rem 0}.beyond-work-title{font-size:2.5rem;margin-bottom:3rem}.beyond-work-content{gap:2rem}.beyond-work-description{font-size:1.1rem}.activity-card{height:400px}.activity-content{padding:1rem}.activity-icon{font-size:2.5rem}.activity-title{font-size:1.3rem}.activity-description{font-size:.9rem}.activity-details{font-size:.85rem}.carousel-button{font-size:1.2rem;height:40px;width:40px}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}}.kiva{background:var(--background-light);padding:6rem 0}.kiva-container{margin:0 auto;max-width:1200px;padding:0 2rem}.kiva-title{color:var(--text-dark);font-size:3rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.kiva-title:after{background:var(--primary-color);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.kiva-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr}.kiva-intro{margin:0 auto;max-width:800px;text-align:center}.kiva-subtitle{color:var(--primary-color);font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.kiva-description{color:var(--text-light);font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.kiva-cta{margin:2rem 0;text-align:center}.kiva-button{background:var(--primary-color);border-radius:50px;box-shadow:var(--shadow);color:var(--white);display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.kiva-button:hover{background:var(--primary-dark);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.kiva-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.kiva-stat{background:var(--white);border-radius:16px;box-shadow:var(--shadow);padding:2rem;text-align:center;transition:all .3s ease}.kiva-stat:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.kiva-stat h4{color:var(--text-dark);font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.kiva-stat p{color:var(--text-light);font-size:1rem;line-height:1.6}@media (max-width:768px){.kiva{padding:4rem 0}.kiva-container{padding:0 1rem}.kiva-title{font-size:2.5rem;margin-bottom:2rem}.kiva-subtitle{font-size:1.5rem}.kiva-description{font-size:1rem}.kiva-stats{gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.kiva-stat{padding:1.5rem}}@media (max-width:480px){.kiva-title{font-size:2rem}.kiva-button{font-size:1rem;padding:.8rem 1.5rem}}.reading{background:var(--white);padding:6rem 0}.reading-container{margin:0 auto;max-width:1200px;padding:0 2rem}.reading-title{color:var(--text-dark);font-size:3.5rem;font-weight:800;margin-bottom:4rem;text-align:center}.reading-content{margin:0 auto;max-width:800px}.reading-intro{margin-bottom:3rem}.reading-description{color:var(--text-light);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.reading-cta{margin-bottom:4rem;text-align:center}.goodreads-button{background:var(--primary-color);border-radius:8px;color:var(--white);display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.goodreads-button:hover{background:var(--primary-dark);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.reading-categories{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.reading-category{background:var(--background-light);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.reading-category:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.reading-category h3{color:var(--text-dark);font-size:1.3rem;font-weight:700;margin-bottom:1rem}.reading-category p{color:var(--text-light);font-size:.95rem;line-height:1.6}@media (max-width:768px){.reading{padding:4rem 0}.reading-title{font-size:2.5rem;margin-bottom:3rem}.reading-description{font-size:1rem}.reading-categories{gap:1.5rem;grid-template-columns:1fr}.reading-category{padding:1.5rem}}.contact{background:var(--background-light);padding:6rem 0}.contact-container{margin:0 auto;max-width:1200px;padding:0 2rem}.contact-title{color:var(--text-dark);font-size:3.5rem;font-weight:800;margin-bottom:4rem;text-align:center}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.contact-form h3,.contact-info h3{color:var(--text-dark);font-size:1.8rem;font-weight:700;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{align-items:center;background:var(--white);border-radius:12px;box-shadow:var(--shadow);display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.contact-method:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.contact-icon{font-size:1.5rem;text-align:center;width:40px}.contact-link{color:var(--text-dark);font-weight:500;transition:color .3s ease}.contact-link:hover{color:var(--primary-color)}.contact-form{background:var(--white);border-radius:16px;box-shadow:var(--shadow);padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{background:var(--white);border:2px solid #e9ecef;border-radius:8px;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:var(--primary-color);outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-button{background:var(--primary-color);border:none;border-radius:8px;color:var(--white);cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-button:hover{background:var(--primary-dark);box-shadow:var(--shadow-hover);transform:translateY(-2px)}@media (max-width:768px){.contact{padding:4rem 0}.contact-title{font-size:2.5rem;margin-bottom:3rem}.contact-content{gap:3rem;grid-template-columns:1fr}.contact-form{padding:2rem}.contact-method{padding:.8rem}.contact-icon{font-size:1.3rem;width:35px}}.footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1rem;width:100%}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-title{color:var(--primary-color);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#fffc;line-height:1.6;margin-bottom:1rem}.footer-subtitle{color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-contact{color:#fffc;font-size:.95rem;margin-bottom:.5rem}.social-links{display:flex;flex-wrap:wrap;gap:1rem}.social-link{color:#fffc;font-size:.9rem;text-decoration:none;transition:color .3s ease}.social-link:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:1rem;text-align:center}.copyright{color:#fff9;font-size:.9rem}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-container{padding:0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-title{font-size:1.3rem}.social-links{justify-content:center}}:root{--primary-color:#20c997;--primary-dark:#1ba085;--text-dark:#2d3748;--text-light:#718096;--white:#fff;--background-light:#f7fafc;--shadow:0 4px 6px #0000001a;--shadow-hover:0 10px 25px #00000026}*{box-sizing:border-box;margin:0;padding:0}body{background:#f7fafc;background:var(--background-light);color:#2d3748;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{background:#fff;background:var(--white);flex:1 1;margin:0 auto;max-width:1400px;width:80%}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{margin-bottom:1rem}button{border:none;cursor:pointer;outline:none;transition:all .3s ease}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:#20c997;color:var(--primary-color)}.container{margin:0 auto;max-width:1200px;padding:0 2rem}@media (max-width:1200px){.main-content{width:90%}}@media (max-width:768px){.main-content{width:95%}}@media (max-width:480px){.main-content{width:100%}}
/*# sourceMappingURL=main.eb88d031.css.map*/