*{margin:0;padding:0;box-sizing:border-box}:root{--primary-navy:#120c4d;--primary-blue:#5fa3ba;--background-light:#eff4f7;--accent-gold:#ffd60a;--accent-orange:#ff8500;--text-dark:#120c4d;--text-light:#6b7280;--white:#ffffff;--success-green:#10b981;--gradient-primary:linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-blue) 100%);--gradient-accent:linear-gradient(45deg, var(--accent-orange), var(--accent-gold));--shadow-light:0 5px 20px rgba(0, 0, 0, 0.1);--shadow-medium:0 10px 30px rgba(0, 0, 0, 0.15);--shadow-heavy:0 15px 40px rgba(0, 0, 0, 0.2)}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);font-size:16px;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--text-dark)}h1{font-size:clamp(2.5rem, 8vw, 4rem)}h2{font-size:clamp(2rem, 6vw, 3rem)}h3{font-size:clamp(1.5rem, 4vw, 2.2rem)}h4{font-size:clamp(1.25rem, 3vw, 1.8rem)}p{margin-bottom:1.5rem;font-size:clamp(1rem, 2.5vw, 1.125rem);line-height:1.7}strong{font-weight:600;color:var(--text-dark)}.header{background:var(--primary-navy);color:#fff;padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;transition:all 0.3s ease;box-shadow:0 2px 20px rgb(18 12 77 / .8)}.header.scrolled{background:var(--primary-navy);box-shadow:0 5px 25px rgb(18 12 77 / .9)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;cursor:pointer;text-decoration:none;color:#fff}.logo-icon{width:40px;height:40px;background:var(--gradient-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary-navy);font-size:1.1rem}.nav-menu{display:flex;gap:2rem;list-style:none;align-items:center}.nav-menu a{color:#fff;text-decoration:none;transition:all 0.3s ease;padding:.75rem 1.25rem;border-radius:25px;font-weight:500;position:relative}.nav-menu a:hover,.nav-menu a.active{background:rgb(255 255 255 / .15);transform:translateY(-2px)}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}.mobile-close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.3s ease}.mobile-close-btn:hover{background:rgb(255 255 255 / .2)}.about-hero{background:var(--gradient-primary);color:#fff;padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:center;justify-content:center}.about-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><circle cx="200" cy="200" r="3" fill="white" opacity="0.1"/><circle cx="800" cy="300" r="2" fill="white" opacity="0.1"/><circle cx="400" cy="600" r="2" fill="white" opacity="0.1"/><circle cx="600" cy="800" r="3" fill="white" opacity="0.1"/></svg>');z-index:1}.about-hero>*{position:relative;z-index:2}.about-hero h1{color:var(--accent-gold);margin-bottom:1rem;font-weight:800}.about-hero p{font-size:clamp(1.2rem, 4vw, 1.6rem);margin-bottom:2rem;opacity:.9;text-align:center}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:clamp(3rem, 8vw, 6rem) 0}.story-section{background:#fff}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.story-content h2{color:var(--primary-navy);margin-bottom:2rem;font-size:clamp(2rem, 5vw, 3rem)}.story-content p{margin-bottom:1.5rem;color:var(--text-dark)}.story-highlight{color:var(--accent-orange);font-weight:600;font-size:clamp(1.1rem, 3vw, 1.3rem);font-style:italic}.story-visual{background:var(--background-light);height:400px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:4rem;position:relative;overflow:hidden;background:url(/wp-content/themes/viva-europa/assets/img/Logo_Squared.png) center/contain no-repeat}.story-visual::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:var(--gradient-primary);opacity:.1}.story-visual-emoji{position:relative;z-index:2}.values-section{background:var(--background-light)}.section-title{text-align:center;color:var(--primary-navy);margin-bottom:1.5rem;font-size:clamp(2rem, 6vw, 3rem);font-weight:800;position:relative}.section-title::after{content:'';width:80px;height:4px;background:var(--gradient-accent);position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);border-radius:2px}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:4rem;font-size:clamp(1.1rem, 3vw, 1.4rem);max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:var(--shadow-light);transition:all 0.3s ease;position:relative;overflow:hidden;border:1px solid #f3f4f6}.value-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-accent)}.value-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-medium)}.value-icon{width:80px;height:80px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff}.value-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.4rem}.value-card p{color:var(--text-light);line-height:1.6;margin-bottom:0;text-align:center}.credentials-section{background:#fff}.credentials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.credential-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:var(--shadow-light);border-top:4px solid var(--success-green);transition:all 0.3s ease;border:1px solid #f3f4f6}.credential-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.credential-icon{width:60px;height:60px;background:var(--success-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-size:1.5rem}.credential-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.3rem}.credential-card p{color:var(--text-light);line-height:1.6;margin-bottom:0;text-align:center}.audio-section{background:var(--gradient-primary);color:#fff;padding:4rem 2rem;border-radius:25px;margin:4rem 0;text-align:center;position:relative;overflow:hidden;box-shadow:var(--shadow-heavy)}.audio-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgb(255 255 255 / .1) 0%,transparent 70%);animation:rotate 30s linear infinite}.audio-section>*{position:relative;z-index:2}.audio-section h2{color:var(--accent-gold);margin-bottom:1rem;font-size:clamp(1.8rem, 5vw, 2.5rem)}.audio-section p{font-size:clamp(1rem, 3vw, 1.3rem);margin-bottom:2rem;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.audio-player{background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;max-width:600px;margin:0 auto 2rem;border:1px solid rgb(255 255 255 / .2)}.audio-player audio{width:100%;margin-bottom:1.5rem;border-radius:10px}.responsibility-section{background:#fff}.responsibility-intro{text-align:center;max-width:800px;margin:0 auto 4rem}.responsibility-intro p{font-size:clamp(1.1rem, 3vw, 1.4rem);color:var(--text-dark);margin-bottom:0}.responsibility-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.responsibility-content h3{color:var(--primary-navy);margin-bottom:2rem;font-size:clamp(1.5rem, 4vw, 2rem)}.responsibility-steps{display:flex;flex-direction:column;gap:1.5rem}.step-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--background-light);border-radius:15px;border-left:4px solid var(--success-green);transition:all 0.3s ease}.step-item:hover{transform:translateX(5px);box-shadow:var(--shadow-light)}.step-icon{font-size:2rem;flex-shrink:0;width:60px;height:60px;background:var(--success-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.step-text{color:var(--text-dark);line-height:1.6;font-size:clamp(1rem, 2.5vw, 1.1rem)}.step-text strong{color:var(--success-green);font-weight:600}.responsibility-highlight{display:flex;align-items:center;justify-content:center}.highlight-card{background:var(--gradient-primary);color:#fff;padding:3rem 2rem;border-radius:20px;text-align:center;position:relative;overflow:hidden;box-shadow:var(--shadow-heavy);width:100%}.highlight-card::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgb(255 255 255 / .1) 0%,transparent 70%);animation:rotate 20s linear infinite}.highlight-card>*{position:relative;z-index:2}.highlight-card h3{color:var(--accent-gold);margin-bottom:2rem;font-size:clamp(1.3rem, 3vw, 1.6rem)}.carbon-stat{display:flex;flex-direction:column;align-items:center;margin:2rem 0;padding:1.5rem;background:rgb(255 255 255 / .1);border-radius:15px;backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .2)}.carbon-number{font-size:clamp(3rem, 8vw, 4rem);font-weight:800;color:var(--accent-gold);line-height:1}.carbon-unit{font-size:clamp(0.9rem, 2vw, 1rem);opacity:.9;text-align:center;margin-top:.5rem}.highlight-card p{margin-bottom:2rem;opacity:.9;line-height:1.6}.commitment-badge{background:var(--accent-gold);color:var(--primary-navy);padding:1rem 1.5rem;border-radius:25px;font-weight:600;font-size:clamp(0.9rem, 2vw, 1rem);margin-top:1rem}.audio-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;text-align:left;font-size:clamp(0.9rem, 2.5vw, 1rem)}.audio-highlights h4{color:var(--accent-gold);margin-bottom:.5rem;font-size:1rem}.audio-highlights ul{list-style:none;padding:0}.audio-highlights li{margin-bottom:.3rem;padding-left:1rem;position:relative}.audio-highlights li::before{content:'•';position:absolute;left:0;color:var(--accent-gold)}.audio-quote{font-style:italic;opacity:.8;font-size:clamp(0.9rem, 2.5vw, 1rem);margin-top:1rem}.partnership-section{background:var(--background-light);border-radius:20px;padding:4rem 2rem;margin-top:4rem}.partnership-content{max-width:1000px;margin:0 auto;text-align:center}.partnership-content h2{color:var(--primary-navy);margin-bottom:2rem;font-size:clamp(2rem, 5vw, 2.8rem)}.partnership-content p{color:var(--text-light);margin-bottom:3rem;font-size:clamp(1.1rem, 3vw, 1.3rem);text-align:center}.partnership-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.partnership-list h3{color:var(--primary-navy);margin-bottom:1.5rem;font-size:1.4rem}.partnership-list ul{list-style:none;padding:0;text-align:left}.partnership-list li{margin-bottom:1rem;display:flex;align-items:flex-start;gap:.5rem}.partnership-list li span{color:var(--success-green);font-weight:600}.partnership-highlight{background:var(--accent-gold);color:var(--primary-navy);padding:2rem;border-radius:15px;margin-top:2rem}.partnership-highlight h4{margin-bottom:1rem;font-size:1.2rem}.partnership-highlight ul{list-style:none;padding:0}.partnership-highlight li{margin-bottom:.5rem;padding-left:1rem;position:relative}.partnership-highlight li::before{content:'• ';position:absolute;left:0;font-weight:600}.partnership-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:var(--shadow-light)}.partnership-form h3{color:var(--primary-navy);margin-bottom:1.5rem;font-size:1.3rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-dark);font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:border-color 0.3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-blue)}.checkbox-group{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;text-align:left}.checkbox-group input[type="checkbox"]{width:auto;margin:0;margin-top:.25rem}.checkbox-group label{margin:0;font-size:.9rem;line-height:1.4;color:var(--text-light)}.checkbox-group a{color:var(--primary-blue);text-decoration:none}.checkbox-group a:hover{text-decoration:underline}.cta-button{background:var(--gradient-accent);color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block;box-shadow:var(--shadow-light)}.cta-button:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium)}.cta-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.floating-cta{position:fixed;bottom:20px;right:20px;z-index:999;background:var(--gradient-accent);color:#fff;padding:1rem 1.5rem;border-radius:50px;box-shadow:0 10px 30px rgb(255 133 0 / .4);text-decoration:none;font-weight:600;animation:pulse 2s infinite;transition:all 0.3s ease;font-size:.9rem}.floating-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgb(255 133 0 / .6)}.footer{background:var(--primary-navy);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--accent-gold);margin-bottom:1rem}.footer-section p,.footer-section a{color:#d1d5db;text-decoration:none;line-height:1.8}.footer-section a:hover{color:var(--accent-gold)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .2);padding-top:2rem;text-align:center;color:#9ca3af}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.fade-in-up{animation:fadeInUp 0.8s ease-out forwards}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.nav-menu{position:fixed;top:0;right:-100%;width:85%;max-width:350px;height:100vh;background:var(--primary-navy);flex-direction:column;padding:6rem 0 2rem;transition:right 0.3s ease;box-shadow:-5px 0 15px rgb(0 0 0 / .3);z-index:1001;overflow-y:auto}.nav-menu.active{right:0}.nav-menu a{padding:1rem 2rem;border-radius:0;border-bottom:1px solid rgb(255 255 255 / .1);width:100%;text-align:left;color:#fff}.nav-menu a:hover,.nav-menu a.active{background:rgb(255 255 255 / .15);color:#fff}.mobile-close-btn{display:flex}.mobile-menu-btn{display:block}.about-hero{min-height:50vh;padding:6rem 0 3rem}.story-grid{grid-template-columns:1fr;gap:2rem}.story-content h2{text-align:center}.story-visual{height:300px;order:-1}.values-grid{grid-template-columns:1fr;gap:1.5rem}.credentials-grid{grid-template-columns:1fr;gap:1.5rem}.responsibility-grid{grid-template-columns:1fr;gap:2rem}.responsibility-content{order:2}.responsibility-highlight{order:1}.step-item{padding:1rem}.step-icon{width:50px;height:50px;font-size:1.5rem}.partnership-grid{grid-template-columns:1fr;gap:2rem}.audio-section{padding:2rem 1rem}.audio-highlights{grid-template-columns:1fr;gap:1rem}.footer-content{grid-template-columns:1fr;text-align:center}.floating-cta{bottom:15px;right:15px;left:15px;text-align:center;font-size:.85rem;padding:.75rem 1rem}}@media (max-width:480px){.container{padding:0 .75rem}.section{padding:2rem 0}.about-hero{padding:6rem 0 3rem}.value-card,.credential-card{padding:1.5rem}.partnership-section{padding:2rem 1rem}}@media (min-width:769px) and (max-width:1024px){.values-grid{grid-template-columns:repeat(2,1fr)}.credentials-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px){.credentials-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){input,select,textarea{font-size:16px!important}}.text-center{text-align:center}.text-left{text-align:left}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}