:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{color-scheme:light}@media(prefers-color-scheme:dark){:root{color-scheme:light}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;line-height:1.6;color:#333}.layout-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes zoomOut{0%{transform:scale(1.1)}to{transform:scale(1)}}a{text-decoration:none;color:inherit}.top-menu{background-color:#1a1a1a;padding:.5rem 2rem}.top-menu ul{list-style:none;display:flex;justify-content:flex-end;gap:2rem;flex-wrap:wrap}.top-menu a{color:#fff;font-size:.875rem;transition:color .3s}.top-menu a:hover{color:#06c}.main-menu{background-color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.main-menu .logo h1{color:#06c;font-size:2rem}.main-menu .logo img{height:50px;width:auto}.main-menu ul{list-style:none;display:flex;gap:2rem;flex:1;justify-content:center}.main-menu ul a{color:#333;font-weight:500;transition:color .3s}.main-menu ul a:hover{color:#06c}.cta-buttons{display:flex;gap:1rem}.btn-contact,.btn-demo{padding:.5rem 1.5rem;border-radius:4px;transition:all .3s}.btn-contact{background-color:transparent;border:2px solid #0066cc;color:#06c}.btn-contact:hover{background-color:#06c;color:#fff}.btn-demo{background-color:#06c;color:#fff;border:2px solid #0066cc}.btn-demo:hover{background-color:#0052a3;border-color:#0052a3}.carousel{position:relative;width:100%;height:calc(100vh - 120px);overflow:hidden}.carousel-inner{display:flex;transition:transform .5s ease-in-out;height:100%}.carousel-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;position:relative}.carousel-slide.active-slide{animation:zoomOut 5s ease-out forwards}.carousel-slide:before{content:"";position:absolute;inset:0;background:#0006}.carousel-content{position:relative;z-index:1;color:#fff;text-align:center;padding:2rem;max-width:800px}.carousel-content h2{font-size:3rem;margin-bottom:1rem}.carousel-content p{font-size:1.5rem;margin-bottom:2rem}.carousel-controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:2}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:background .3s}.carousel-dot.active{background:#fff}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff4d;color:#fff;border:none;font-size:2rem;padding:1rem 1.5rem;cursor:pointer;transition:background .3s;z-index:2}.carousel-arrow:hover{background:#ffffff80}.carousel-arrow.prev{left:2rem}.carousel-arrow.next{right:2rem}.hero{background:linear-gradient(135deg,#06c,#004080);color:#fff;padding:6rem 2rem;text-align:center}.hero-content h1{font-size:2.5rem;margin-bottom:2rem;width:100%;margin-left:auto;margin-right:auto}.btn-primary{display:inline-block;background-color:#fff;color:#06c;padding:1rem 2rem;border-radius:4px;font-weight:600;transition:all .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn-secondary{display:inline-block;background-color:transparent;color:#06c;padding:1rem 2rem;border:2px solid #0066cc;border-radius:4px;font-weight:600;transition:all .3s;margin-left:1rem}.btn-secondary:hover{background-color:#06c;color:#fff}.home-solutions-overview,.home-magazine-preview{display:flex;align-items:center;padding:4rem 2rem;gap:3rem;width:100%;margin:0;background-color:#fff}.home-magazine-preview{background-color:#f9f9f9;flex-direction:row-reverse}.solutions-image-side,.magazine-image-side{flex:1}.solutions-image-side img,.magazine-image-side img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.solutions-content-side,.magazine-content-side{flex:1;padding:0 2rem}.solutions-content-side h2,.magazine-content-side h2{font-size:2.5rem;margin-bottom:1rem;color:#06c;line-height:1.2}.solutions-content-side p,.magazine-content-side p{font-size:1.1rem;margin-bottom:2rem;color:#555;line-height:1.6}.solutions-buttons{display:flex;gap:1rem;flex-wrap:wrap}.featured-partnership,.solutions-preview,.connected-magazine-preview{display:flex;align-items:center;padding:4rem 2rem;gap:3rem;width:100%;margin:0 auto}.featured-partnership:nth-child(2n),.solutions-preview:nth-child(2n){flex-direction:row-reverse}.partnership-content,.solutions-content,.magazine-content{flex:1}.partnership-content h2,.solutions-content h2,.magazine-content h2{font-size:2rem;margin-bottom:1rem;color:#06c}.partnership-content h3{font-size:1.2rem;margin-bottom:1.5rem;color:#555}.partnership-image,.solutions-image,.magazine-image{flex:1}.partnership-image img,.solutions-image img,.magazine-image img{width:100%;height:auto;border-radius:8px}.overview{background-color:#f9f9f9;padding:4rem 2rem;text-align:center}.newsletter-page{padding:3rem 1rem}.newsletter-card{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.newsletter-main{background:#fff;padding:2.25rem;border-radius:10px;box-shadow:0 6px 22px #0000000f}.newsletter-main h2{margin-bottom:.75rem;color:#06c}.newsletter-main .lead{color:#666;margin-bottom:1.25rem}.status-message{padding:.9rem 1rem;margin-bottom:1rem;border-radius:6px;font-size:.95rem}.status-message.success{background:#e6f4ea;color:#125a2a;border:1px solid #cfe7d1}.status-message.error{background:#fff0f0;color:#7a1f1f;border:1px solid #f1c7c7}.newsletter-form .field{margin-bottom:1rem}.newsletter-form label{display:block;font-weight:600;margin-bottom:.5rem}.newsletter-form input[type=text],.newsletter-form input[type=email],.newsletter-form select{width:100%;padding:.75rem;border:1px solid #e4e4e4;border-radius:6px;font-size:1rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.privacy{display:flex;gap:.75rem;align-items:flex-start;font-size:.95rem;color:#555;margin:1rem 0}.privacy input{margin-top:.25rem}.btn-primary{display:inline-block;background:#06c;color:#fff;padding:.9rem 1.15rem;border-radius:6px;border:none;font-weight:700;cursor:pointer}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.newsletter-aside .info-box{background:#f8f9fb;padding:1.25rem;border-radius:8px;border:1px solid #eef2f6}.newsletter-aside h3{color:#004880;margin-bottom:.75rem}.newsletter-aside ul{list-style:none;padding-left:0}.newsletter-aside li{padding:.25rem 0;color:#444}.note{margin-top:1.25rem;text-align:center;color:#777}@media(max-width:900px){.newsletter-card,.grid-2{grid-template-columns:1fr}}.overview h2{font-size:2.5rem;margin-bottom:1rem;color:#06c}.overview>p{width:80%;margin:0 auto 3rem;font-size:1.1rem;color:#555}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%;margin:0 auto 3rem}.overview-item{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.overview-item h3{color:#06c;margin-bottom:1rem}.overview-image{width:100%;margin:0 auto}.overview-image img{width:100%;border-radius:8px}.what-is-gotraxx{padding:4rem 2rem;text-align:center}.what-is-gotraxx h2{font-size:2.5rem;margin-bottom:1rem;color:#06c}.subtitle{font-size:1.2rem;color:#555;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;margin:0 auto}.feature-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;text-align:left}.feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0066cc26}.feature-item img{width:100%;max-width:420px;border-radius:8px;margin-bottom:1rem}.feature-item h3{color:#06c;margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.feature-item p{color:#555;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.feature-item ul{list-style:none;padding-left:0;margin-top:1rem}.feature-item li{color:#666;font-size:.9rem;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.feature-item li:before{content:"✓";color:#06c;font-weight:700;position:absolute;left:0}.numbers{background-color:#06c;color:#fff;padding:4rem 2rem;text-align:center}.numbers h2{font-size:2.5rem;margin-bottom:1rem}.numbers .subtitle{color:#fff;margin-bottom:1rem}.reference-note{font-size:.875rem;opacity:.8;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%;margin:0 auto 3rem}.stat-item{padding:2rem;background:#ffffff1a;border-radius:8px}.stat-item strong{display:block;font-size:2.5rem;margin-bottom:.5rem}.stat-item p{font-size:1rem}.clients{padding:4rem 2rem;text-align:center;background-color:#f9f9f9}.clients h2{font-size:2.5rem;margin-bottom:2rem;color:#06c}.news-resources{padding:4rem 2rem;background-color:#fff}.news-resources h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#06c}.play-section,.magazine-section{width:100%;margin:0 auto 4rem}.play-section h3,.magazine-content-alt h3{font-size:2rem;color:#06c;margin-bottom:1rem}.section-subtitle{color:#555;margin-bottom:2rem}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.media-item,.news-item{background:#f9f9f9;padding:1.5rem;border-radius:8px;transition:all .3s ease;display:block;text-decoration:none;color:inherit}.news-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a;background:#fff}.news-item .category{display:inline-block;background:#06c;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;margin-bottom:.5rem}.news-item h5{color:#06c;margin-bottom:.5rem;font-size:1.1rem;line-height:1.4}.news-item h3{margin:.75rem 0;color:#333}.news-item .date{color:#666;font-size:.9rem;margin-bottom:.75rem;display:block}.news-item p{margin-bottom:0;color:#666;font-size:.95rem;line-height:1.5}.news-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.magazine-section{display:flex;align-items:flex-start;gap:3rem;margin-top:3rem}.magazine-section .magazine-image{flex:1}.magazine-section .magazine-image img{width:100%;border-radius:8px;box-shadow:0 4px 12px #0000001a}.magazine-content-alt{flex:1}.social-wall{padding:4rem 2rem;text-align:center;background-color:#f9f9f9}.social-wall h2{font-size:2.5rem;margin-bottom:1rem;color:#06c}.social-wall>p{font-size:1.1rem;color:#555;margin-bottom:2rem}.social-wall-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.social-wall-content h4{font-size:1.3rem;color:#333;margin:0}.social-wall .social-icons{display:flex;justify-content:center;gap:2rem;margin:0}.social-wall .social-icons a{color:#06c;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.social-wall .social-icons a:hover{color:#0052a3;transform:translateY(-3px)}.social-wall .social-icons svg{width:32px;height:32px}.cta-section{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#06c,#004080);color:#fff}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;width:80%;margin-left:auto;margin-right:auto}.cta-buttons-section{margin-bottom:2rem}.cta-section .btn-primary{background-color:#fff;color:#06c;margin:0 .5rem}.cta-section .btn-secondary{border-color:#fff;color:#fff;margin:0 .5rem}.cta-image{width:100%;margin:0 auto}.cta-image img{width:100%;border-radius:8px}footer{background-color:#1a1a1a;color:#fff;padding:2rem 2rem 1rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto}.footer-main{display:flex;gap:3rem;margin-bottom:2rem;align-items:flex-start}.footer-logo{flex-shrink:0}.footer-logo img{height:50px;width:auto}.footer-links{display:flex;gap:3rem;flex:1}.footer-column h3{color:#06c;margin-bottom:.75rem;font-size:1rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.25rem}.footer-column a{color:#ccc;transition:color .3s;font-size:.9rem}.footer-column a:hover{color:#06c}.footer-bottom{border-top:1px solid #333;padding-top:1rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom-content p{margin:0;font-size:.85rem;color:#999}.footer-legal{display:flex;align-items:center;gap:.75rem}.footer-legal a{color:#999;font-size:.85rem;transition:color .3s}.footer-legal a:hover{color:#06c}.footer-legal span{color:#666;font-size:.85rem}.footer-social{display:flex;align-items:center;gap:.75rem}.footer-social span{font-size:.85rem;color:#999}.footer-social .social-icons{display:flex;gap:.75rem}.footer-social .social-icons a{color:#ccc;transition:color .3s ease,transform .3s ease;display:inline-flex;align-items:center;justify-content:center}.footer-social .social-icons a:hover{color:#06c;transform:translateY(-2px)}.footer-social .social-icons svg{width:20px;height:20px}.social-section .social-links .social-icons{display:flex;gap:.75rem;align-items:center}.social-section .social-links .social-icons a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:#222;color:#ccc;transition:background .2s ease,transform .2s ease,color .2s ease}.social-section .social-links .social-icons a:hover{background:#06c;color:#fff;transform:translateY(-3px)}.social-section .social-links .social-icons svg{width:20px;height:20px}.page-header{color:#555;padding:8rem 2rem 6rem;text-align:left;margin-bottom:0;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;inset:0;background:url(/assets/header-background-3-BubsWPdO.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat;opacity:.4}.page-header h1{font-size:3.5rem;font-weight:700;max-width:1400px;margin:0 auto;position:relative;z-index:1;letter-spacing:-.5px;line-height:1.2}.page-container{width:100%;background:#fff}.page-content{width:100vw;margin:0 auto;padding:4rem 2rem}.content-wrapper{max-width:1200px;margin:0 auto}.page-content h2{font-size:1.75rem;color:#333;margin-top:2.5rem;margin-bottom:1.25rem;font-weight:600}.page-content h3{font-size:1.3rem;color:#333;margin-top:1.5rem;margin-bottom:1rem;font-weight:600}.page-content p{margin-bottom:1.25rem;line-height:1.8;color:#333;font-size:1rem}.page-content ul,.page-content ol{margin-bottom:1.5rem;padding-left:2.5rem;line-height:1.8}.page-content li{margin-bottom:.75rem;color:#333}.page-content strong{font-weight:600;color:#000}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.benefit-card{background:#f9f9f9;padding:2rem;border-radius:8px;transition:box-shadow .3s ease}.benefit-card:hover{box-shadow:0 4px 12px #0066cc1a}.benefit-card h3{font-size:1.2rem;color:#06c;margin-bottom:1rem}.benefit-card p{color:#555;font-size:.95rem}.cta-banner{background:linear-gradient(135deg,#06c,#0052a3);color:#fff;padding:3rem;border-radius:8px;text-align:center;margin-top:3rem}.cta-banner h3{font-size:1.5rem;margin-bottom:.5rem}.cta-banner p{color:#ffffffe6;margin-bottom:2rem}.cta-buttons-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-cta-primary,.btn-cta-secondary{padding:.75rem 2rem;border-radius:4px;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-cta-primary{background-color:#fff;color:#06c}.btn-cta-primary:hover{background-color:#f0f0f0}.btn-cta-secondary{border:2px solid #fff;color:#fff}.btn-cta-secondary:hover{background-color:#ffffff1a}.contact-box{background:#f9f9f9;padding:2rem;border-radius:8px;margin-bottom:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.contact-item h3{color:#06c;margin-bottom:.75rem}.contact-number{font-size:1.5rem;color:#06c;font-weight:700;margin-bottom:.5rem}.contact-hours{color:#666;font-size:.95rem}.contact-item a{color:#06c;text-decoration:none}.contact-item a:hover{text-decoration:underline}.faq-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.faq-item:last-child{border-bottom:none}.faq-item h3{color:#06c;margin-bottom:.75rem;font-size:1.1rem}.cta-section{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#06c,#0052a3);color:#fff;border-radius:8px;text-align:center}.cta-section h2,.cta-section h3{color:#fff;margin-bottom:.5rem}.cta-section p{color:#ffffffe6;margin-bottom:1.5rem}.btn-cta-contact{display:inline-block;background-color:#fff;color:#06c;padding:.75rem 2rem;border-radius:4px;font-weight:600;transition:all .3s ease;text-decoration:none}.btn-cta-contact:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.solution-section{margin-bottom:5rem}.solution-section-highlight{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:3rem;border-radius:12px;border-left:4px solid #0066cc}.solution-section h2{color:#06c;font-size:2rem;margin-bottom:1rem;font-weight:700}.solution-section>p{margin-bottom:2.5rem;color:#555;font-size:1.1rem;line-height:1.6}.cta-buttons-group-large{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-cta-primary-large,.btn-cta-secondary-large{padding:.875rem 2.5rem;border-radius:4px;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-block;font-size:1rem}.btn-cta-primary-large{background-color:#fff;color:#06c}.btn-cta-primary-large:hover{background-color:#f0f0f0;transform:translateY(-2px)}.btn-cta-secondary-large{border:2px solid #fff;color:#fff}.btn-cta-secondary-large:hover{background-color:#ffffff1a;transform:translateY(-2px)}.cta-subtitle{font-size:1.2rem;margin-bottom:2rem}.page-header .header-subtitle{font-size:1.1rem;padding-left:40px;max-width:1400px;color:#555;margin-left:auto;margin-right:auto}.sector-section{margin-bottom:3rem}.sector-section-highlight{background:#f9f9f9;padding:3rem;border-radius:8px;margin-bottom:3rem}.sector-content{display:flex;gap:3rem;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap}.sector-content-reverse{flex-direction:row-reverse}.sector-text{flex:1;min-width:300px}.sector-text h2{margin-bottom:1rem}.sector-text h3{color:#06c;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.1rem}.sector-text p{color:#555;margin-bottom:1rem}.sector-text ul{list-style-position:inside}.sector-text li{margin-bottom:.5rem;color:#555;list-style-type:disc;padding-left:.5rem}.sector-text ul li:before{color:#06c;font-weight:700;margin-right:.5rem}.sector-image{flex:1;min-width:300px;display:flex;align-items:center;justify-content:center}.sector-image img{width:100%;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.sector-image img:hover{transform:scale(1.02)}.company-section{margin-bottom:3rem}.company-section h2{margin-bottom:1.5rem}.company-section p{margin-bottom:1rem;line-height:1.8;color:#555}.company-section ul{list-style:none;padding-left:0;margin-bottom:1.5rem}.company-section li{margin-bottom:1rem;color:#555;padding-left:1.5rem;position:relative}.company-section li:before{content:"•";color:#06c;font-weight:700;position:absolute;left:0}.numbers-section{background:linear-gradient(135deg,#06c,#0052a3);color:#fff;padding:4rem 2rem;margin-bottom:3rem;width:100%}.numbers-section h2{color:#fff;text-align:center;margin-bottom:2rem}.numbers-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;max-width:1100px;margin-left:auto;margin-right:auto}.numbers-section .stat-item{padding:1.5rem;text-align:center;background:#ffffff1a;border-radius:8px;transition:all .3s ease}.numbers-section .stat-item:hover{transform:translateY(-5px);background:#ffffff26}.numbers-section .stat-item strong{display:block;font-size:1.8rem;margin-bottom:.5rem;color:#fff}.numbers-section .stat-item p{color:#ffffffe6;font-size:.95rem}.reference-note{text-align:center;font-size:.85rem;opacity:.8;color:#ffffffb3}.certifications-section{background:#f9f9f9;padding:4rem 2rem;margin-bottom:3rem;width:100%}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem;max-width:1100px;margin-left:auto;margin-right:auto}.certification-item{background:#fff;padding:1.5rem;border-radius:8px;text-align:center;border-left:4px solid #0066cc}.certification-item h3{color:#06c;margin-bottom:.5rem;font-size:1rem}.certification-item p{color:#666;font-size:.9rem}.resources-section{margin-bottom:4rem}.resources-section h2{color:#06c;margin-bottom:1rem;font-size:2.5rem}.section-intro{color:#666;font-size:1.1rem;margin-bottom:2.5rem;line-height:1.6}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.event-card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;border-left:4px solid #0066cc}.event-card.featured{background:linear-gradient(135deg,#f8f9ff,#fff);border-left-color:#06c;border-left-width:6px}.event-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0066cc26}.event-type{display:inline-block;background:#06c;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.event-card h3{color:#333;margin-bottom:1rem;font-size:1.3rem;line-height:1.4}.event-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;font-size:.9rem;color:#666}.event-date,.event-location{display:flex;align-items:center}.event-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.past-events-section{background:#f9f9f9;padding:4rem 0;margin-bottom:0}.past-events-list{display:flex;flex-direction:column;gap:1.5rem}.past-event-item{background:#fff;border-radius:8px;padding:2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;box-shadow:0 2px 4px #00000014}.past-event-content{flex:1}.past-event-content h3{color:#333;margin-bottom:.5rem;font-size:1.2rem}.past-event-content p{color:#666;margin-bottom:.5rem}.past-event-content .event-meta{font-size:.9rem;color:#999;margin-bottom:.75rem}.play-section{background:#fff;padding:4rem 0;margin:0}.play-section h2{color:#06c;margin-bottom:1rem;font-size:2.5rem}.media-grid-enhanced{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.media-card{background:#f9f9f9;border-radius:8px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit;position:relative}.media-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0066cc26;background:#fff}.media-icon{font-size:3rem;margin-bottom:1rem}.media-count{position:absolute;top:1.5rem;right:1.5rem;background:#06c;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600}.media-card h3{color:#333;margin-bottom:1rem;font-size:1.2rem}.media-card p{color:#666;margin-bottom:1.5rem;line-height:1.6;flex:1}.media-card .link-arrow{color:#06c;font-weight:600;transition:color .3s}.media-card:hover .link-arrow{color:#0052a3}.insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.insight-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;transition:all .3s ease}.insight-card:hover{border-color:#06c;box-shadow:0 4px 12px #0066cc1a}.insight-category{display:inline-block;background:#e8f4ff;color:#06c;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.insight-card h3{color:#333;margin-bottom:1rem;font-size:1.2rem;line-height:1.4}.insight-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.download-link{display:inline-flex;align-items:center;color:#06c;font-weight:600;text-decoration:none;transition:color .3s}.download-link:hover{color:#0052a3}.smart-talks-section{background:#f9f9f9;padding:3rem;border-radius:8px}.talks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.talk-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #00000014;transition:all .3s ease}.talk-card:hover{box-shadow:0 4px 12px #0066cc1a;transform:translateY(-2px)}.talk-card h3{color:#333;margin-bottom:1rem;font-size:1.1rem;line-height:1.4}.talk-meta{display:flex;justify-content:space-between;align-items:center;gap:1rem}.talk-duration{color:#666;font-size:.9rem}.talk-level{padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600}.talk-level.base{background:#e8f5e9;color:#2e7d32}.talk-level.intermedio{background:#fff3e0;color:#f57c00}.talk-level.avanzato{background:#ffe0e0;color:#c62828}.talks-cta{text-align:center;margin-top:2rem}.newsletter-cta-section{background:linear-gradient(135deg,#06c,#0052a3);border-radius:8px;padding:3rem;margin-top:4rem;text-align:center;color:#fff}.newsletter-cta-content h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.newsletter-cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.newsletter-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.newsletter-cta-buttons .btn-primary{background:#fff;color:#06c}.newsletter-cta-buttons .btn-primary:hover{background:#f0f0f0}.newsletter-cta-buttons .btn-secondary{border-color:#fff;color:#fff;background:transparent}.newsletter-cta-buttons .btn-secondary:hover{background:#ffffff1a}.btn-resource:hover{background:#0052a3}.btn-resource-secondary{background:#fff;color:#06c;border:2px solid #0066cc}.btn-resource-secondary:hover{background:#06c;color:#fff}.cta-section{padding:3rem;background:linear-gradient(135deg,#06c,#004080);color:#fff;border-radius:8px;text-align:center;margin:4rem 0 0}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-subtitle{font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6}.btn-cta-primary-large{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#06c;text-decoration:none;border-radius:4px;font-weight:600;font-size:1.1rem;transition:transform .3s,box-shadow .3s}.btn-cta-primary-large:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.magazine-intro{margin-bottom:4rem;text-align:center}.magazine-intro p{font-size:1.1rem;color:#666;line-height:1.8}.magazine-articles{margin-bottom:4rem}.magazine-articles h2{color:#333;margin-bottom:2rem}.magazine-article{background:#f9f9f9;padding:2rem;border-radius:8px;margin-bottom:2rem;transition:box-shadow .3s}.magazine-article:hover{box-shadow:0 4px 12px #0000001a}.magazine-article .category{display:inline-block;background:#06c;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;margin-bottom:.75rem}.magazine-article h3{color:#333;margin:.75rem 0;font-size:1.5rem}.magazine-article .date{color:#666;font-size:.9rem;margin-bottom:1rem;display:block}.magazine-article p{color:#666;line-height:1.8;margin:1rem 0}.btn-article{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:#fff;color:#06c;text-decoration:none;border:2px solid #0066cc;border-radius:4px;transition:all .3s;font-weight:500}.btn-article:hover{background:#06c;color:#fff}.magazine-categories{background:#f9f9f9;padding:3rem 0;margin-bottom:4rem}.magazine-categories h2{color:#333;margin-bottom:2rem;text-align:center}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.category-item{text-align:center;padding:1.5rem;transition:transform .3s}.category-item:hover{transform:translateY(-5px)}.category-item h3{color:#06c;margin-bottom:.5rem;font-size:1.1rem}.category-item p{color:#666;font-size:.95rem}.newsletter-section{margin-bottom:4rem}.newsletter-section h2{color:#333;margin-bottom:1rem}.newsletter-section>p{color:#666;margin-bottom:1.5rem}.newsletter-benefits{list-style:none;padding:0;margin:1.5rem 0 2rem}.newsletter-benefits li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#333}.newsletter-benefits li:before{content:"✓";position:absolute;left:0;color:#06c;font-weight:700;font-size:1.2rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.contact-form-section h2,.contact-info-section h2{color:#333;margin-bottom:1rem}.contact-form-section>p,.contact-info-section>p{color:#666;margin-bottom:2rem}.contact-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-input{width:100%;padding:.75rem;border-radius:4px;border:1px solid #ccc;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-input:focus{outline:none;border-color:#06c}.form-input::placeholder{color:#999}textarea.form-input{resize:vertical;min-height:120px}.btn-form-submit{width:100%;padding:1rem;background:#06c;color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s}.btn-form-submit:hover{background:#0052a3}.contact-info-box{background:#f9f9f9;padding:2rem;border-radius:8px;margin-top:2rem}.info-item{margin-bottom:2rem}.info-item:last-child{margin-bottom:0}.info-item h3{color:#06c;margin-bottom:.5rem;font-size:1rem}.info-item p{color:#666;line-height:1.6}.phone-number{font-size:1.2rem;color:#06c!important;font-weight:700}.email-link{color:#06c;text-decoration:none;transition:color .3s}.email-link:hover{color:#0052a3}.social-section{margin-top:2rem}.social-section h3{color:#333;margin-bottom:1rem}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{display:inline-block;padding:.5rem 1rem;background:#06c;color:#fff;text-decoration:none;border-radius:4px;transition:background .3s;font-size:.9rem}.social-link:hover{background:#0052a3}.demo-wrapper{max-width:800px}.demo-intro{margin-bottom:3rem;text-align:center}.demo-intro p{font-size:1.1rem;color:#666;line-height:1.8}.demo-form{background:#f9f9f9;padding:2rem;border-radius:8px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-checkbox{margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{margin-top:.25rem;cursor:pointer}.checkbox-label span{font-size:.9rem;color:#666;line-height:1.5}.privacy-link{color:#06c;text-decoration:none}.privacy-link:hover{text-decoration:underline}.form-note{margin-top:1rem;font-size:.9rem;color:#666;text-align:center}.demo-contact-alt{margin-top:3rem;text-align:center;padding:2rem;background:#f9f9f9;border-radius:8px}.demo-contact-alt h3{color:#333;margin-bottom:1rem}.demo-contact-alt p{color:#666;margin:.5rem 0}@media(max-width:768px){.main-menu,.main-menu ul{flex-direction:column;gap:1rem}.featured-partnership,.solutions-preview,.connected-magazine-preview,.home-solutions-overview,.home-magazine-preview{flex-direction:column}.solutions-content-side,.magazine-content-side{padding:0}.solutions-content-side h2,.magazine-content-side h2{font-size:1.8rem}.magazine-section{flex-direction:column}.news-items{gap:1rem}.solutions-buttons{flex-direction:column}.solutions-buttons .btn-primary,.solutions-buttons .btn-secondary{width:100%}.hero-content h1{font-size:1.8rem}.stats-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info-box{margin-top:1rem}.social-links{flex-direction:column}.form-row{grid-template-columns:1fr}.demo-form{padding:1.5rem}.demo-wrapper{max-width:100%}.events-grid,.insights-grid,.talks-grid,.media-grid-enhanced{grid-template-columns:1fr;gap:1.5rem}.past-event-item{flex-direction:column;text-align:center;gap:1rem}.past-event-content{padding-right:0;border-right:none;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.newsletter-cta-section{padding:2rem 1rem}.newsletter-cta-content h2{font-size:1.8rem}.newsletter-cta-content p{font-size:1rem}.newsletter-cta-buttons{flex-direction:column;gap:1rem}.newsletter-cta-buttons .btn-primary,.newsletter-cta-buttons .btn-secondary{width:100%}.event-card,.media-card,.insight-card,.talk-card{padding:1.5rem}.event-meta,.talk-meta{flex-wrap:wrap;gap:.5rem}.footer-main{flex-direction:column;gap:2rem}.footer-links{flex-direction:column;gap:1.5rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-legal,.footer-social{justify-content:center}}
