:root{--primary-color:#001990;--secondary-color:#2D3142;--tertiary-color:#2563eb;--accent-color:#FF6B6B;--accent-secondary:#2EC4B6;--accent-tertiary:#FFD93D;--blue-light:#4F69FF;--text-dark:#2D3142;--text-light:#6b7280;--bg-light:#F7F9FC;--bg-secondary:#E5E9F2;--white:#fff;--gradient:linear-gradient(135deg,#001990 0%,#4F69FF 100%);--gradient-vibrant:linear-gradient(135deg,#FFD93D 0%,#FF6B6B 100%);--gradient-verso:linear-gradient(135deg,#2D3142 0%,#6b7280 100%)}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}*{padding:0;box-sizing:border-box;font-family:Arial,sans-serif}html{scroll-behavior:smooth}body{line-height:1.6;color:var(--text-dark)}.custom-section{padding:100px 0}.details,.key-benefits{background:var(--bg-light)}.section-title{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-dark);text-align:center}.section-subtitle{font-size:1.2rem;color:var(--text-light);margin-bottom:4rem;font-style:italic;text-align:center}.cta,.disclaimer,.benefit,.service-card{text-align:center}.cta,.cta h3,.disclaimer,.disclaimer p,.benefit-img,.cta-button,.portfolio-image,.service-icon{color:var(--white)}.cta-button{background-color:var(--accent-color);border:none;border-radius:50px;font-weight:600;cursor:pointer;text-transform:uppercase;transition:.3s;display:inline-block;text-decoration:none;padding:12px 24px;min-height:50px;width:auto;font-size:clamp(14px,2.5vw,16px);white-space:normal;line-height:1.2;margin-top:8px;min-width:200px}.cta-button--full{width:100%;min-width:unset;margin-top:1px}.cta-button:hover{background-color:#ff5252;transform:translateY(-3px);box-shadow:0 8px 20px rgba(255,107,107,.4)}.cta-button:active{transform:translateY(-1px)}.cta-button:focus{outline:2px solid var(--primary-color);outline-offset:2px}.scroll-progress{position:fixed;top:0;left:0;width:0%;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--blue-light));z-index:9999;transition:width .1s ease-out}.custom-header{background:rgba(255,255,255,.9);box-shadow:0 2px 20px rgba(0,25,144,.1);position:fixed;width:100%;top:0;z-index:1030;transition:all 0.3s ease}.custom-nav{padding:1rem 0}.navbar-brand img{width:180px;height:45px}.navbar-nav .nav-link{color:var(--text-dark)!important;font-weight:500;position:relative;margin:0 .5rem;transition:color 0.3s ease}.navbar-nav .nav-link:hover{color:var(--primary-color)!important}.navbar-nav .nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background:var(--primary-color);transition:width 0.3s ease}.navbar-nav .nav-link:hover::after{width:100%}.hero-section{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.8)) center/cover,url(../img/background.png) center/cover;height:85vh;min-height:650px;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;padding:2rem;gap:2rem}.disclaimer{max-width:28.979em;padding:16px;border-radius:8px;display:flex;flex-direction:column;justify-content:center;margin:0}.disclaimer .hero-text{font-size:clamp(2rem,3.5vw,2.5em);font-weight:700;margin-bottom:1rem;line-height:1.2}.disclaimer p{font-size:1.2em;margin-bottom:.5em}.disclaimer .event-date{font-weight:600;color:var(--accent-secondary);font-size:1.3em;margin-top:.5rem}.subscription-form{max-width:326px;width:100%;background-color:rgba(255,255,255,.7);box-shadow:0 10px 30px rgba(0,0,0,.15);padding:16px;border-radius:8px;display:flex;flex-direction:column;margin:80px 0 32px}.subscription-form>p{font-size:1.5em;margin-bottom:1em;text-align:center;font-weight:600;color:var(--text-dark)}.form-group{display:flex;flex-direction:column;margin-bottom:13px;width:292px}.form-group label{color:var(--text-light);font-size:.75em;margin-bottom:1px;font-weight:500}.form-group input,.form-group select{padding:6px 8px;border-radius:5px;border:1px solid #ddd;outline:0;font-size:.75em;height:28px;background-color:var(--white);color:var(--text-dark);transition:border-color 0.3s,box-shadow 0.3s;width:100%}.form-group input:focus,.form-group select:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(0,25,144,.1);outline:2px solid var(--primary-color);outline-offset:2px}.privacy-consent{display:flex;align-items:center;margin-bottom:2px;font-size:.9em}.privacy-consent input[type="checkbox"]{margin-right:8px;min-width:16px;min-height:16px;cursor:pointer}.privacy-consent label{display:inline;cursor:pointer}.privacy-consent{display:flex;align-items:center;margin-bottom:20px;font-size:.9em}.privacy-consent input[type="checkbox"]{margin-right:8px;cursor:pointer}.submit-container{position:relative}#submit_button[disabled]{opacity:.7;cursor:not-allowed}.warning-message{display:none;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background-color:#fcc;color:#c00;padding:8px 12px;border-radius:4px;white-space:nowrap;z-index:10}.warning-message::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#fcc transparent transparent transparent}.key-benefits{padding:100px 0 70px}.benefits{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.benefit{flex:1;min-width:250px;max-width:350px}.benefit-img{height:200px;border-radius:15px;margin-bottom:1.5rem;background:var(--gradient);display:flex;align-items:center;justify-content:center;font-size:3rem}.service-card{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,25,144,.1);transition:transform .3s,box-shadow .3s;border:1px solid var(--bg-secondary);height:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,25,144,.15)}.service-icon{width:80px;height:80px;background:var(--gradient-vibrant);border-radius:20%;display:flex;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem}.portfolio-item{background:var(--white);overflow:hidden;transition:transform .3s;height:100%;border-radius:15px;box-shadow:0 10px 30px rgba(0,25,144,.1)}.portfolio-item:hover{transform:translateY(-5px)}.portfolio-image{height:200px;background:var(--gradient-verso);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--white)}.portfolio-info{padding:1.25rem}.info-tag{color:var(--tertiary-color);font-size:.85rem;font-weight:500}.details{padding:100px 0}.detail{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:4rem;gap:2rem;width:100%;max-width:100%}.detail:last-child{margin-bottom:0}.image-with-credits{flex:1;min-width:0;overflow:hidden;max-width:100%;aspect-ratio:16/9;background:#f0f0f0}.detail-description{flex:1;min-width:0}.detail img{width:100%;height:auto;object-fit:cover;max-height:400px;max-width:100%;display:block;border-radius:15px;box-shadow:0 10px 30px rgba(0,25,144,.1)}.detail-description h4{margin-bottom:1.5rem;color:var(--text-dark);font-size:clamp(1.5rem,4vw,2rem)}.detail-description p{font-size:clamp(.9rem,2.5vw,1.1rem);line-height:1.6}.detail-description ul{list-style:none;padding:0}.detail-description li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;font-size:clamp(.85rem,2.2vw,1rem)}.detail-description li::before{content:'✓';position:absolute;left:0;color:var(--accent-secondary);font-weight:700}.image-credits{display:block;margin-top:.5rem;font-size:clamp(.6rem,1.5vw,.7rem);text-align:start;line-height:1.4;color:var(--text-light)}.image-credits a{color:var(--text-light);text-decoration:underline;text-underline-offset:2px;transition:color .3s}.cta{padding:80px 0;background:var(--gradient);flex-direction:column;align-items:center;justify-content:center;display:flex}.cta h3{font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:2rem;font-weight:700;line-height:1.3}.custom-footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1rem}.footer-divider{border-color:rgba(255,255,255,.1)!important}.custom-footer p{color:var(--white)}.footer-section h3{margin-bottom:1rem;color:var(--accent-tertiary);text-align:center}.footer-section p,.address-details p{text-align:center}.footer-links{list-style:none;padding:0;text-align:center}.footer-links a{color:var(--white);text-decoration:none;transition:color 0.3s ease}.footer-links a:hover{color:var(--accent-tertiary)}.social-links a{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all 0.3s ease;margin:0 .25rem}.social-links a:hover{background:var(--tertiary-color);transform:translateY(-2px);color:#fff}.copyright-text{font-size:.9rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp 0.8s ease}@media (max-width:1024px){.hero-section{height:auto;min-height:750px;flex-direction:column;padding:8rem 1rem 3rem;gap:2rem}.disclaimer,.subscription-form{max-width:90%;margin-bottom:1.5rem}.disclaimer .hero-text{font-size:2.2em}.subscription-form{max-width:756px;width:90%;height:auto;min-height:472px;padding:2rem;margin:0 auto}.form-group{width:100%;max-width:292px;margin:0 auto 15px}.form-group input,.form-group select{width:100%;height:42px;padding:10px 12px;font-size:.85em}.privacy-consent{max-width:292px;margin:15px auto 20px;font-size:.9em}.cta-button{max-width:292px;width:100%;margin:5px auto 0}.custom-header{position:fixed;box-shadow:0 2px 20px rgba(0,25,144,.1)}.custom-section,.key-benefits,.details{padding:80px 0}.section-title{font-size:2rem}.benefits{gap:1.5rem;padding:0 1rem}.benefit{flex:1 1 300px;min-width:280px}.detail{gap:2rem;margin-bottom:3rem;padding:0 1rem}}@media (max-width:768px){.custom-nav{padding:.5rem 0}.navbar-toggler{border-color:rgba(0,0,0,.1)}.navbar-collapse{background-color:rgba(255,255,255,.95);border-radius:0 0 8px 8px;margin:0 -12px;padding:10px 15px}.navbar-nav .nav-link{margin:.5rem 0;padding:.5rem 0}.hero-section{padding:2rem 1rem;min-height:550px;gap:1.5rem}.disclaimer{text-align:center;max-width:95%}.disclaimer .hero-text{font-size:1.8em;margin-bottom:1rem;margin-top:7%}.subscription-form{max-width:600px;width:95%;height:auto;min-height:450px;padding:1.5rem}.form-group{width:100%;max-width:100%;margin-bottom:12px}.form-group input,.form-group select{height:40px;font-size:.9em}.privacy-consent{max-width:100%;margin:10px auto 15px}.benefits{flex-direction:column;gap:1.5rem;padding:0}.benefit{max-width:100%}.detail{gap:2rem}.image-with-credits{flex:1 1 100%;max-width:100%}.detail-description{flex:1 1 100%}.detail:nth-child(even){flex-direction:row}.detail:nth-child(odd){flex-direction:row-reverse}.detail img{max-height:350px}.detail--reverse-on-mobile{flex-direction:column-reverse}.detail-description ul{display:inline-block;text-align:left}.detail-description li{text-align:left;margin:0 auto .75rem}.cta h3{font-size:1.8rem}.cta-button{width:100%;max-width:100%}.footer-section h3,.footer-section p,.footer-links,.copyright-text,.social-links{text-align:center!important}.address-details p{text-align:center}}@media (max-width:480px){.custom-section{padding:80px 0}.section-subtitle{margin-bottom:2rem}.hero-section{padding:1.5rem .5rem;min-height:500px;gap:1rem}.disclaimer{padding:0}.disclaimer .hero-text{font-size:1.6em;margin-top:15%}.subscription-form{max-width:100%;width:100%;height:auto;min-height:400px;padding:1.25rem;margin:1rem 0}.subscription-form p{font-size:1.1em}.form-group{width:100%;margin-bottom:10px}.form-group input,.form-group select{height:38px;font-size:.85em}.cta-button{padding:8px 16px;min-height:40px;font-size:13px;width:100%;max-width:100%}.detail{flex-direction:column;gap:1.5rem}.detail-description h4{font-size:1.4rem}.image-with-credits{width:100%;max-width:100%}.detail img{max-height:300px;width:100%}.warning-message{width:90vw;max-width:320px;padding:12px 16px;font-size:.8rem;white-space:normal;word-break:break-word}.submit-container{overflow:visible;margin-bottom:10px}.privacy-consent{margin-bottom:25px}.image-with-credits picture,.image-with-credits img{width:100%!important;max-width:100%!important}.custom-footer{padding:2rem 0 .5rem}}@media (max-width:360px){.custom-section{padding:80px 0}.section-title{font-size:1.8rem}.disclaimer .hero-text{font-size:1.4em;margin-top:20%}.subscription-form{padding:1rem;min-height:380px}.subscription-form>p{font-size:1em;margin-bottom:.8em}.form-group{margin-bottom:8px}.form-group input,.form-group select{padding:6px 8px;min-height:36px;font-size:.8em;width:100%}.privacy-consent{font-size:.8em;margin-bottom:12px}.cta-button{font-size:12px;min-height:38px;padding:6px 12px}.detail{flex-direction:column;gap:1rem;margin-bottom:2rem}.image-with-credits,.detail-description{flex:none;width:100%;min-width:100%}.detail img{max-height:250px;width:100vw;margin-left:-1rem;margin-right:-1rem;max-width:calc(100% + 2rem)}.warning-message{width:95vw;max-width:300px;left:50%;transform:translateX(-50%);padding:10px 12px;font-size:.75rem;white-space:normal}.submit-container{position:relative;overflow:visible}.warning-message{bottom:calc(100% + 5px)}}@media (min-width:769px) and (max-width:1024px){.hero-section{flex-direction:row;justify-content:center;align-items:center;min-height:600px}.disclaimer{max-width:45%;margin:0}.subscription-form{max-width:400px;width:45%;height:auto;min-height:472px;margin:0}.form-group{width:100%;max-width:292px}.disclaimer .hero-text{font-size:clamp(1.8rem,3vw,2.2rem)}.disclaimer p{font-size:clamp(1rem,1.5vw,1.2rem)}.cta-button{width:100%;max-width:100%}}