@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";.formation-list{display:flex;flex-direction:column;gap:2rem;justify-content:center}.formation-item{text-align:center;width:100%}.formation-icon{background:#f3f4f6;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:15px}.formation-title{font-weight:700;font-size:1.2rem;margin-bottom:8px}.formation-description{color:#888;font-size:1rem}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.section{padding:5rem 0;transition:opacity .6s ease-out,transform .6s ease-out;opacity:0;transform:translateY(20px)}.section-visible{opacity:1;transform:translateY(0)}.section-bg-white{background-color:var(--white-color)}.section .section-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem}.section .section-subtitle{text-align:center;max-width:42rem;margin:0 auto 4rem;color:var(--dark-gray);line-height:1.6}@keyframes dropdownAnimation{0%{opacity:0;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownAnimationReverse{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(0)}}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,20px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,20px)}}.header{background-color:#fdfbf7cc;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);position:fixed;top:0;left:0;right:0;z-index:30;transition:all .3s ease}.header-scrolled{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem}.header-logo{font-size:1.25rem;font-weight:700;color:var(--accent-color);text-decoration:none}.nav-link{color:#4a4a4a;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--accent-color)}.nav-link-active{color:var(--accent-color);font-weight:500}.main-nav,.desktop-lang-switch{display:none}.mobile-menu-button{cursor:pointer}.mobile-menu-button input{display:none}.mobile-menu-button svg{height:1.8em;transition:transform .6s cubic-bezier(.4,0,.2,1)}.mobile-menu-button .line{fill:none;stroke:#8c7a6b;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.mobile-menu-button .line-top-bottom{stroke-dasharray:12 63}.mobile-menu-button input:checked+svg{transform:rotate(-45deg)}.mobile-menu-button input:checked+svg .line-top-bottom{stroke-dasharray:20 300;stroke-dashoffset:-32.42}.mobile-nav{background-color:#fdfbf7cc;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);position:absolute;top:100%;left:0;right:0;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem;animation:dropdownAnimation .3s ease-out forwards;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.mobile-nav-closing{animation:dropdownAnimationReverse .3s ease-out forwards}.mobile-nav .nav-link{padding:.5rem 0}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;padding-top:5rem;padding-bottom:5rem}.hero-content h1{font-size:4.5rem;font-weight:700;line-height:1.2;font-family:Squada One,sans-serif;color:#fff}.hero-content .tagline{font-size:1.25rem;margin-top:1rem;color:#474747;font-weight:700}.hero-content .introduction{max-width:56rem;margin:0 auto 4rem;color:#636363;font-size:1.1rem;text-shadow:#93afb675 0px 0px 2px}.hero-button{background-color:#3f3f3f;color:var(--white-color);font-weight:700;padding:.75rem 2rem;border-radius:9999px;text-decoration:none;font-size:1.125rem;transition:opacity .2s}.hero-button:hover{opacity:.9}.about-layout{display:flex;flex-direction:column;align-items:center;gap:3rem}.about-image-container{width:12rem;height:12rem;background-color:var(--light-gray);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--medium-gray);flex-shrink:0;overflow:hidden}.about-image-container img{width:-webkit-fill-available;overflow:hidden}.about-text{font-size:1.125rem;color:var(--dark-gray);display:flex;flex-direction:column;gap:1rem;line-height:1.7}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}.project-card{background-color:var(--white-color);border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;overflow:hidden;transform:translateY(0);transition:transform .3s ease;cursor:pointer}.project-card:hover{transform:translateY(-.5rem)}.project-card img{width:100%;height:12rem;object-fit:cover;object-position:top;box-shadow:#959da533 0 8px 24px}.project-card .card-content{padding:1.5rem}.project-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.project-card p{color:var(--dark-gray);margin-bottom:1rem;min-height:40px}.project-card .tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-card .tag{font-size:.875rem;background-color:var(--light-gray);color:#374151;padding:.25rem .75rem;border-radius:9999px}.skills-container{max-width:56rem;margin:0 auto}.skills-category{margin-bottom:4rem}.skills-category h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;text-align:center}.skills-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.skill-badge{background-color:var(--light-gray);color:#374151;padding:.5rem 1rem;border-radius:9999px}.contact-container{text-align:center}.contact-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem 1.5rem;font-size:1.125rem;margin-top:2rem}.contact-links a{font-weight:500;text-decoration:none;color:var(--dark-gray);transition:color .2s}.contact-links a:hover{color:var(--accent-color)}.contact-links .separator{color:#d1d5db;display:none}.contact-form{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;margin:2rem auto 0;width:100%}.form-group{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{width:100%;padding:.8rem 1rem;font-size:1rem;font-family:inherit;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;transition:border-color .3s,box-shadow .3s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#999;opacity:1}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#547184;box-shadow:0 0 0 3px #547b8c54}.contact-form textarea{resize:vertical;min-height:120px}.contact-button{padding:.9rem 1.5rem;font-size:1rem;font-weight:700;color:#fff;background-color:#a2b5b9;border:none;border-radius:8px;cursor:not-allowed;opacity:.7;transition:background-color .3s,transform .2s,opacity .3s;text-align:center}.contact-button-active{background-color:#4c7287;opacity:1;cursor:pointer}.contact-button-active:hover{background-color:#3a596a;transform:translateY(-2px)}.footer{background-color:var(--white-color);padding:1.5rem 0;text-align:center;color:var(--medium-gray)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal-content{background-color:var(--white-color);border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:100%;max-width:56rem;max-height:90vh;overflow-y:auto}.modal-inner{padding:1.5rem}.modal-header{display:flex;justify-content:space-between;align-items:flex-start}.modal-header h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding-right:1rem}.modal-close-button{font-size:1.875rem;font-weight:300;line-height:1;background:none;border:none;cursor:pointer;transition:color .2s}.modal-close-button:hover{color:#ef4444}.modal-content img{width:100%;height:16rem;object-fit:cover;object-position:top;border-radius:.5rem;margin-bottom:1.5rem;box-shadow:#959da533 0 8px 24px}.modal-content .tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.modal-content .tag{font-size:.875rem;background-color:var(--light-gray);color:#374151;padding:.25rem .75rem;border-radius:9999px}.modal-content .description{color:var(--dark-gray);font-size:1.125rem;margin-bottom:1.5rem;line-height:1.7}.modal-actions{display:flex;align-items:center;gap:1rem}.modal-button{text-decoration:none;font-weight:700;padding:.5rem 1.5rem;border-radius:9999px;transition:all .2s}.modal-button-primary{background-color:var(--accent-color);color:var(--white-color)}.modal-button-primary:hover{opacity:.9}.modal-button-secondary{border:2px solid var(--accent-color);color:var(--accent-color)}.modal-button-secondary:hover{background-color:var(--accent-color);color:var(--white-color)}.success-popup{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background-color:#28a745;color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:500;box-shadow:0 4px 15px #0003;z-index:1000;animation:fadeInOut 4s ease-in-out forwards}@media (min-width: 768px){.formation-list{display:flex;flex-direction:row;gap:2rem;justify-content:center}.formation-item{text-align:center;width:100%}.formation-icon{background:#f3f4f6;border-radius:50%;width:90px;height:90px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:25px}.formation-title{font-weight:700;font-size:1.2rem;margin-bottom:8px}.formation-description{color:#888;font-size:1rem}.desktop-lang-switch,.main-nav{display:flex;gap:2rem}.mobile-menu-button{display:none}.contact-links .separator{display:inline}.hero-content{min-height:600px;position:static;top:auto}.hero-content h1{font-size:8rem;margin:2rem}.hero-content .tagline{font-size:1.7rem}.about-layout{flex-direction:row;gap:4rem}.about-image-container{width:16rem;height:16rem}.projects-grid{grid-template-columns:repeat(2,1fr)}.modal-inner{padding:2rem}.modal-header h2{font-size:1.875rem}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.language-switch-container{display:flex;align-items:center;gap:10px}.lang-label{color:#888;font-weight:400;transition:color .4s,font-weight .4s;opacity:1}.lang-label-active{opacity:0}.switch{font-size:17px;position:relative;display:inline-block;width:3.5em;height:2em}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;box-shadow:inset 2px 5px 10px #0000004d;transition:.4s;border-radius:5px}.slider:before{position:absolute;content:"";height:1.4em;width:.1em;border-radius:0;left:.3em;bottom:.3em;background-color:#fff;transition:.4s}input:checked+.slider:before{transform:translate(2.8em) rotate(360deg)}#home{min-height:100dvh;display:flex;align-items:center;justify-content:center;background-image:url(/images/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;transform:none}@media (max-width: 768px){#home{background-image:linear-gradient(to top,rgba(255,255,255,.9),transparent 50%),url(/images/background.jpg)}}:root{--base-background: #FDFBF7;--base-text: #4A4A4A;--accent-color: #8C7A6B;--white-color: #FFFFFF;--light-gray: #f3f4f6;--medium-gray: #6b7280;--dark-gray: #4a4a4a}body{margin:0;font-family:Inter,sans-serif;background-color:var(--base-background);color:var(--base-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}*{box-sizing:border-box}
