.hero-rive-wrapper{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:2em;background:#fff}.hero-rive-canvas,.hero-rive-wrapper{width:100%;height:100%;opacity:1!important;visibility:visible!important}.hero-rive-canvas{position:absolute;top:0;left:0;display:block;scale:1.02}.hero-rive-loading-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background:#f0f0f0;z-index:1}.hero-rive-loading-placeholder .loading-animation{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--enh-green);border-radius:50%;animation:spin 1s linear infinite}.hero-rive-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#f44;text-align:center;padding:1rem;z-index:2}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.hero-rive-canvas,.hero-rive-loading-placeholder,.hero-rive-wrapper{display:none!important;width:0!important;height:0!important;position:absolute!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important}}.platform-snapshot{max-width:var(--content-box-width);width:90%;margin:2em auto;overflow:visible}.platform-snapshot-content{display:flex;justify-content:space-between;align-items:center;gap:4em;position:relative}.platform-snapshot .left-side{flex:1 1;max-width:550px;min-height:680px}.platform-snapshot .seo-h{text-align:left;margin-top:1em;margin-bottom:1.5em;font-size:var(--font-32);color:var(--text-green)}.platform-snapshot .seo-h .highlight{color:var(--enh-mint-green)}.platform-snapshot .accordion-list{display:flex;flex-direction:column;gap:0}.platform-snapshot .accordion-item{cursor:pointer;padding:1em 0;position:relative}.platform-snapshot .accordion-header{display:flex;align-items:flex-start;gap:.5em}.platform-snapshot .item-number{font-size:var(--font-18);font-weight:600;color:var(--text-green);min-width:24px}.platform-snapshot .item-title-wrapper{display:flex;flex-direction:column;gap:.2em}.platform-snapshot .item-title{font-size:var(--font-18);font-weight:600;color:var(--text-green);margin:0;line-height:1.3;transition:color .3s ease;text-align:left}.platform-snapshot .accordion-item.active .item-title{color:var(--text-green)}.platform-snapshot .item-subtitle{font-size:var(--font-18);font-weight:600;color:var(--text-green)}.platform-snapshot .accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease,padding .3s ease;opacity:0}.platform-snapshot .accordion-content.expanded{max-height:200px;opacity:1;padding-top:.8em;padding-bottom:.5em}.platform-snapshot .item-description{font-size:var(--font-18);color:var(--text-main);line-height:1.6;margin:0;text-align:left}.platform-snapshot .progress-bar{height:1px;background:#e0e0e0;border-radius:2px;margin-top:1em;overflow:hidden}.platform-snapshot .progress-fill{height:100%;width:0;background:linear-gradient(90deg,#e0e0e0 0,var(--enh-green) 100%);border-radius:2px;transition:width .3s ease}.platform-snapshot .progress-fill.active{width:100%;background:var(--enh-mint-green);animation:progressAnimation .5s ease forwards}@keyframes progressAnimation{0%{width:0;background:#e0e0e0}to{width:100%;background:var(--enh-mint-green)}}.platform-snapshot .right-side{position:absolute;right:-15%;top:50%;transform:translateY(-50%);width:60%;pointer-events:none}.platform-snapshot .image-container,.platform-snapshot .right-side{height:100%;display:flex;justify-content:flex-end;align-items:center}.platform-snapshot .image-container{width:100%;position:relative}.platform-snapshot .image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;height:inherit}.platform-snapshot .preview-image{width:auto;height:100%;max-height:600px;border-radius:12px;object-fit:contain;transition:opacity .3s ease;mask-image:linear-gradient(90deg,#000 0,#000 70%,transparent),linear-gradient(180deg,#000 0,#000 80%,transparent);-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 70%,transparent),linear-gradient(180deg,#000 0,#000 80%,transparent);-webkit-mask-composite:source-in}.platform-snapshot .video-overlay{position:absolute;top:13%;right:9%;width:27%;aspect-ratio:9/16;border-radius:8px;overflow:hidden;pointer-events:auto;z-index:5}@media (max-width:1480px) and (min-width:1315px){.platform-snapshot .preview-image{max-height:500px}.platform-snapshot .video-overlay{top:19%}}@media (max-width:1315px) and (min-width:1160px){.platform-snapshot .preview-image{max-height:400px}.platform-snapshot .video-overlay{top:25%}}@media (max-width:1160px){.platform-snapshot .video-overlay{top:8%}}.platform-snapshot .video-overlay video{width:100%;height:100%;object-fit:cover;border-radius:8px}@media (max-width:1160px){.platform-snapshot{overflow:hidden}.platform-snapshot-content{flex-direction:column;gap:0;min-height:auto}.platform-snapshot .left-side{max-width:100%;display:contents}.platform-snapshot .left-side .component-title-container{order:1;width:100%;text-align:left}.platform-snapshot .left-side .seo-h{order:2;margin-bottom:1.5em;width:100%;text-align:left}.platform-snapshot .left-side .accordion-list{order:4;width:100%}.platform-snapshot .right-side{position:relative;right:auto;top:auto;transform:none;width:100%;height:auto;pointer-events:auto;order:3;margin-bottom:2em}.platform-snapshot .image-container{justify-content:center}.platform-snapshot .image-wrapper{width:100%}.platform-snapshot .preview-image{width:100%;height:auto;max-height:none;mask-image:none;-webkit-mask-image:none}.platform-snapshot .seo-h{font-size:var(--font-28)}}@media (max-width:768px){.platform-snapshot{margin:1em auto}.platform-snapshot .seo-h{font-size:var(--font-28)!important}}.premium-advertising{background-color:#0a1118;max-width:var(--content-box-width);width:90%;color:#fff;padding:3em 2em;border-radius:1em;margin:5em auto}.premium-advertising .content-wrapper{margin:0 auto}.premium-advertising .seo-h{color:var(--main-white)!important;text-align:left}.premium-advertising .highlight{color:var(--enh-green)}.premium-advertising .description{font-size:var(--font-18);color:var(--main-white);margin-bottom:2em;font-weight:400;text-align:left;line-height:1.5}.premium-advertising .discovery-button-container{display:flex;justify-content:flex-start;align-items:flex-start}.premium-advertising .platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));width:100%}.premium-advertising .platform-container{display:flex;justify-content:center;align-items:center;height:100%}.premium-advertising .platform-container img{height:auto;max-width:160px;filter:brightness(0) invert(1) opacity(1);transition:transform .5s}.premium-advertising .platform-container img:hover{transform:scale(1.2);filter:none}@media (max-width:768px){.premium-advertising .platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));width:100%;grid-gap:1em;gap:1em}.premium-advertising .platform-container img{max-width:120px}}@media (max-width:468px){.premium-advertising .discovery-button{width:100%}}