.style_animatedTabs__TeULY{width:100%;max-width:1200px;margin:0 auto;padding:20px}.style_tabHeaders__Ddjod{display:flex;gap:20px;margin-bottom:40px;justify-content:center;flex-wrap:wrap}.style_tabHeader__Uhkxw{flex:1;min-width:250px;max-width:400px;padding:24px 32px;border:2px solid #e5e7eb;border-radius:16px;background:white;cursor:pointer;transition:all .3s ease;text-align:left}.style_tabHeader__Uhkxw:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.style_tabHeader__Uhkxw.style_active__ycqk7{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 8px 25px rgba(59,130,246,.2)}.style_tabHeaderContent__CT4JY{display:flex;flex-direction:column;gap:8px}.style_tabTitle__9zkK7{font-size:20px;font-weight:700;color:#1f2937;margin:0;transition:color .3s ease}.style_tabHeader__Uhkxw.style_active__ycqk7 .style_tabTitle__9zkK7{color:#2563eb}.style_tabDescription__FYKDA{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.style_tabContent__6Bl_X{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;min-height:500px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:32px;border-radius:20px;position:relative;overflow:hidden;align-content:start}.style_tabContent__6Bl_X:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2394a3b8' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5;pointer-events:none;z-index:0}.style_tabElement__Y4BRD{opacity:0;transform:scale(.95) translateY(10px);animation-duration:.5s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1);position:relative;z-index:1;transition:all .3s ease}.style_tabElement__Y4BRD.style_visible___ROTA{animation-name:style_fadeIn__YSABE}.style_tabElement__Y4BRD.style_hiding__E8prv{animation-name:style_fadeOut__gmi91;opacity:1;transform:scale(1) translateY(0);pointer-events:none}@keyframes style_fadeIn__YSABE{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes style_fadeOut__gmi91{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.9) translateY(-20px)}}.style_elementContent__q6a1D{padding:24px;background:white;border-radius:16px;border:1px solid #e5e7eb;transition:all .3s ease;cursor:pointer;display:flex;align-items:flex-start;gap:16px;position:relative;z-index:1;box-shadow:0 1px 3px rgba(0,0,0,.05)}.style_elementContent__q6a1D:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.1);border-color:#3b82f6}.style_elementIcon__3UiT3{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;font-size:24px;color:#2563eb}.style_elementText__i_9sA{flex:1}.style_elementTitle__X2yKB{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px;transition:color .3s ease}.style_elementContent__q6a1D:hover .style_elementTitle__X2yKB{color:#2563eb}.style_elementDescription__K6MVp{font-size:14px;color:#6b7280;margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:all .3s ease}.style_elementContent__q6a1D:hover .style_elementDescription__K6MVp{color:#4b5563;-webkit-line-clamp:unset}@media (max-width:768px){.style_tabHeaders__Ddjod{flex-direction:column;gap:12px}.style_tabHeader__Uhkxw{min-width:100%;max-width:100%}.style_tabContent__6Bl_X{grid-template-columns:1fr;padding:20px;min-height:600px}.style_elementContent__q6a1D{padding:20px}.style_elementIcon__3UiT3{width:40px;height:40px;font-size:20px}.style_elementTitle__X2yKB{font-size:16px}.style_elementDescription__K6MVp{font-size:13px}}@media (max-width:480px){.style_animatedTabs__TeULY{padding:12px}.style_tabHeader__Uhkxw{padding:16px 20px}.style_tabTitle__9zkK7{font-size:18px}.style_tabDescription__FYKDA{font-size:13px}.style_tabContent__6Bl_X{padding:16px;min-height:550px;gap:16px}.style_elementContent__q6a1D{padding:16px;gap:12px}}.PerformanceChartImg_card__KKV3s{--bg:#fff;--card:#ffffff;--text:#000;--revenue:#2dd4a7;--cost:#1e3a8a;--profit:#f5c518;--margin:#f97559;background:var(--card);border-radius:6px;box-shadow:0 .658px 3.947px 0 rgba(0,0,0,.1);padding:24px 28px 20px;width:100%;color:var(--text);-webkit-font-smoothing:antialiased;opacity:0;transform:translateY(20px);animation:PerformanceChartImg_cardIn__UVDyZ .7s cubic-bezier(.22,1,.36,1) forwards}@keyframes PerformanceChartImg_cardIn__UVDyZ{to{opacity:1;transform:translateY(0)}}.PerformanceChartImg_header__OfQaz{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:16px}.PerformanceChartImg_title___fRzV{font-size:17px;font-weight:700;letter-spacing:-.01em;opacity:0;animation:PerformanceChartImg_fadeInLeft__D7Xrj .6s ease-out .2s forwards}@keyframes PerformanceChartImg_fadeInLeft__D7Xrj{0%{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}.PerformanceChartImg_legend__y64Xt{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.PerformanceChartImg_legendItem__JloJB{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text);cursor:pointer;opacity:0;background:transparent;border:none;padding:0;transition:opacity .25s ease;animation:PerformanceChartImg_fadeIn__HPnu_ .5s ease-out forwards}.PerformanceChartImg_legendItem__JloJB:first-child{animation-delay:.35s}.PerformanceChartImg_legendItem__JloJB:nth-child(2){animation-delay:.45s}.PerformanceChartImg_legendItem__JloJB:nth-child(3){animation-delay:.55s}.PerformanceChartImg_legendItem__JloJB:nth-child(4){animation-delay:.65s}.PerformanceChartImg_legendItemMuted__4nCSj{opacity:.3!important}@keyframes PerformanceChartImg_fadeIn__HPnu_{to{opacity:1}}.PerformanceChartImg_legendLine__Ht9_1{width:22px;height:3px;border-radius:2px}.PerformanceChartImg_legendLineSolid__1Sqnb{background:var(--profit)}.PerformanceChartImg_legendLineDashed__cKDG3{background:repeating-linear-gradient(to right,var(--margin) 0 4px,transparent 4px 7px);height:3px}.PerformanceChartImg_legendDot__bxSdK{width:12px;height:12px;border-radius:3px}.PerformanceChartImg_legendDotRevenue__gMkRA{background:var(--revenue)}.PerformanceChartImg_legendDotCost__Wovew{background:var(--cost)}.PerformanceChartImg_labelSelect__b6S2c{padding:5px 10px 5px 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-size:13px;color:var(--text);font-family:inherit;cursor:pointer;display:flex;align-items:center;gap:8px;opacity:0;animation:PerformanceChartImg_fadeIn__HPnu_ .5s ease-out .75s forwards;transition:border-color .2s ease}.PerformanceChartImg_labelSelect__b6S2c:hover{border-color:#94a3b8}.PerformanceChartImg_chartBody__2NuVv,.PerformanceChartImg_chartInner__y1JVz{position:relative;width:100%;border-radius:4px}.PerformanceChartImg_chartInner__y1JVz{overflow:hidden}.PerformanceChartImg_chartImg__9CjTE{display:block;width:100%;height:auto;opacity:0;transform:translateY(15px);animation:PerformanceChartImg_chartIn__VLElr .9s cubic-bezier(.22,1,.36,1) .5s forwards}@keyframes PerformanceChartImg_chartIn__VLElr{to{opacity:1;transform:translateY(0)}}.PerformanceChartImg_wipe__2zcOi{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--card);transform-origin:right center;animation:PerformanceChartImg_wipeReveal__r87D_ 1.6s cubic-bezier(.65,0,.35,1) .7s forwards;pointer-events:none;z-index:4}@keyframes PerformanceChartImg_wipeReveal__r87D_{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.PerformanceChartImg_shimmer__X35CN{position:absolute;top:0;left:-30%;width:25%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.45) 50%,rgba(255,255,255,0));transform:skewX(-12deg);animation:PerformanceChartImg_shimmerSweep__BED4o 1.4s ease-out 2.4s forwards;pointer-events:none;z-index:5;opacity:0}@keyframes PerformanceChartImg_shimmerSweep__BED4o{0%{left:-30%;opacity:0}20%{opacity:1}80%{opacity:1}to{left:130%;opacity:0}}.PerformanceChartImg_hotZone__ffTAy{position:absolute;top:0;bottom:0;width:3.14%;transform:translateX(-50%);z-index:10;cursor:pointer}.PerformanceChartImg_hotZone__ffTAy:before{content:"";position:absolute;inset:0;background:rgba(15,23,42,.04);border-radius:4px;opacity:0;transition:opacity .15s ease;pointer-events:none}.PerformanceChartImg_hotZone__ffTAy:hover:before{opacity:1}.PerformanceChartImg_hotZone__ffTAy:after{content:"";position:absolute;left:50%;top:8%;bottom:8%;width:1px;background:rgba(15,23,42,.18);transform:translateX(-50%) scaleY(0);transform-origin:top;transition:transform .2s cubic-bezier(.22,1,.36,1);pointer-events:none}.PerformanceChartImg_hotZone__ffTAy:hover:after{transform:translateX(-50%) scaleY(1)}.PerformanceChartImg_tooltip__YKnod{position:absolute;bottom:calc(100% - 4px);left:50%;transform:translateX(-50%) translateY(8px);background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 8px 24px -8px rgba(15,23,42,.18),0 2px 6px rgba(15,23,42,.06);border-radius:8px;padding:10px 12px;min-width:200px;font-size:12px;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s cubic-bezier(.22,1,.36,1);z-index:20}.PerformanceChartImg_hotZone__ffTAy:hover .PerformanceChartImg_tooltip__YKnod{opacity:1;transform:translateX(-50%) translateY(0)}.PerformanceChartImg_hotZone__ffTAy:nth-child(-n+3) .PerformanceChartImg_tooltip__YKnod{left:0;transform:translateX(0) translateY(8px)}.PerformanceChartImg_hotZone__ffTAy:nth-child(-n+3):hover .PerformanceChartImg_tooltip__YKnod{transform:translateX(0) translateY(0)}.PerformanceChartImg_hotZone__ffTAy:nth-last-child(-n+3) .PerformanceChartImg_tooltip__YKnod{left:auto;right:0;transform:translateX(0) translateY(8px)}.PerformanceChartImg_hotZone__ffTAy:nth-last-child(-n+3):hover .PerformanceChartImg_tooltip__YKnod{transform:translateX(0) translateY(0)}.PerformanceChartImg_tipRow___u__A{display:flex;align-items:center;gap:8px;padding:3px 0;white-space:nowrap}.PerformanceChartImg_tipDot__6CXhh{width:9px;height:9px;border-radius:2px;flex-shrink:0}.PerformanceChartImg_tipLine__9ISv4{width:14px;height:2.5px;border-radius:2px;flex-shrink:0}.PerformanceChartImg_tipLineDashed__Gzljv{background:repeating-linear-gradient(to right,var(--c) 0 3px,transparent 3px 6px)!important}.PerformanceChartImg_tipLbl__Ben5r{color:#64748b;font-weight:500;flex:1}.PerformanceChartImg_tipVal__eCYOH{color:#0f172a;font-weight:600;margin-left:12px;font-variant-numeric:tabular-nums}.style_video_ai_insight__Fp77z{position:relative;width:100%;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.style_video_ai_insight__Fp77z .style_video__Z8OgE{height:auto;display:block;transition:opacity .3s ease}.style_video_ai_insight__Fp77z .style_video__Z8OgE:not([src]){opacity:0}.style_video_ai_insight__Fp77z .style_video__Z8OgE[src]{opacity:1}.style_video_ai_insight__Fp77z .style_video__Z8OgE:not([src]):before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;animation:style_spin__VW6LB 1s linear infinite}@keyframes style_spin__VW6LB{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.style_video_error__h0wEK{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;color:white;text-align:center;padding:20px;border-radius:8px}.style_video_error__h0wEK p{margin:0;font-size:14px;line-height:1.4}@media (max-width:768px){.style_video_ai_insight__Fp77z{border-radius:4px}.style_video_error__h0wEK p{font-size:12px}}.style_video_ai_insight__Fp77z{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.style_video_ai_insight__Fp77z:before{content:"";display:block;padding-top:56.25%;background:#f0f0f0;position:relative}.style_video_ai_insight__Fp77z .style_video__Z8OgE{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.style_ai_insights_compass__rCA5l{position:relative;display:flex;justify-content:center}.style_compass_ai__ASKc_{position:absolute;bottom:5%;left:50%;height:auto;width:160px;--tw-translate-x:-45%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width:768px){.style_compass_ai__ASKc_{bottom:6%;left:50.5%;width:180px}}@media (min-width:1024px){.style_compass_ai__ASKc_{bottom:7%;left:43.5%;width:190px}}.style_hero__cta__m_uh7{margin-top:1rem;display:flex;align-items:center;justify-content:center;padding-top:.75rem;padding-bottom:.75rem}@media (min-width:768px){.style_hero__cta__m_uh7{padding-top:1.25rem;padding-bottom:1.25rem}}@media (min-width:1024px){.style_hero__cta__m_uh7{margin-top:0}}.style_hero__content__Q0Zuo h1{margin-bottom:0;padding-top:1rem;padding-bottom:1rem;font-size:32px}@media (min-width:768px){.style_hero__content__Q0Zuo h1{font-size:38px}}@media (min-width:1024px){.style_hero__content__Q0Zuo h1{font-size:42px}}.style_hero__content__Q0Zuo h1>strong{font-weight:700;color:var(--branding)}.style_hero_text__kxSP9{font-size:14px;line-height:1.5;--tw-text-opacity:1;color:rgb(242 246 247/var(--tw-text-opacity))}@media (min-width:768px){.style_hero_text__kxSP9{font-size:16px}}@media (min-width:1024px){.style_hero_text__kxSP9{font-size:18px}}.style_hero__image__CwzYT img{height:auto;width:100%}.style_video_ai_insight__Fp77z{background-image:url('data:image/svg+xml,<svg width="1347" height="554" viewBox="0 0 1347 554" fill="none" xmlns="http://www.w3.org/2000/svg"><g style="mix-blend-mode:plus-lighter" filter="url(%23filter0_f_10359_13746)"><path d="M1138.74 281C1137.05 337.001 1149.48 494.054 650.911 331.871C373.099 323.44 149.266 271.208 150.965 215.208C152.665 159.207 391.809 175.782 669.621 184.213C1438.24 86.0002 1140.44 224.999 1138.74 281Z" fill="url(%23paint0_linear_10359_13746)" fill-opacity="0.8"/></g><path style="mix-blend-mode:color-dodge" d="M176.629 193.335C197.411 196.542 217.706 186.487 221.959 170.878C226.211 155.268 212.812 140.014 192.03 136.807C171.248 133.6 150.953 143.654 146.7 159.264C142.447 174.874 155.847 190.128 176.629 193.335Z" fill="url(%23paint1_radial_10359_13746)"/><path style="mix-blend-mode:color-dodge" d="M1162.19 327.342C1179.42 330 1196.83 319.501 1201.09 303.892C1205.34 288.282 1194.82 273.472 1177.59 270.814C1160.36 268.155 1142.95 278.654 1138.7 294.264C1134.44 309.874 1144.96 324.683 1162.19 327.342Z" fill="url(%23paint2_radial_10359_13746)"/><ellipse cx="675.244" cy="468.081" rx="182" ry="17.0809" fill="url(%23paint3_radial_10359_13746)" fill-opacity="0.1"/><defs><filter id="filter0_f_10359_13746" x="0.956055" y="0.0263672" width="1345.95" height="553.246" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="75" result="effect1_foregroundBlur_10359_13746"/></filter><linearGradient id="paint0_linear_10359_13746" x1="665.805" y1="105.925" x2="623.744" y2="343.5" gradientUnits="userSpaceOnUse"><stop stop-color="%2323C48C"/><stop offset="1" stop-color="%230557B7"/></linearGradient><radialGradient id="paint1_radial_10359_13746" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(184.288 165.222) rotate(8.7725) scale(38.0747 29.1995)"><stop stop-color="%230FFBE1"/><stop offset="0.03" stop-color="%230EEDD4" stop-opacity="0.9025"/><stop offset="0.14" stop-color="%230AB6A3" stop-opacity="0.5329"/><stop offset="0.25" stop-color="%23078577" stop-opacity="0.2809"/><stop offset="0.37" stop-color="%23055C53" stop-opacity="0.1369"/><stop offset="0.49" stop-color="%23033B34" stop-opacity="0.0576"/><stop offset="0.61" stop-color="%2301211D" stop-opacity="0.0169"/><stop offset="0.73" stop-color="%23000E0D" stop-opacity="0.01"/><stop offset="0.86" stop-color="%23000303" stop-opacity="0.01"/><stop offset="1" stop-opacity="0"/></radialGradient><radialGradient id="paint2_radial_10359_13746" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1169.85 299.229) rotate(8.7725) scale(31.5636 29.1995)"><stop stop-color="%230FFBE1"/><stop offset="0.03" stop-color="%230EEDD4" stop-opacity="0.9025"/><stop offset="0.14" stop-color="%230AB6A3" stop-opacity="0.5329"/><stop offset="0.25" stop-color="%23078577" stop-opacity="0.2809"/><stop offset="0.37" stop-color="%23055C53" stop-opacity="0.1369"/><stop offset="0.49" stop-color="%23033B34" stop-opacity="0.0576"/><stop offset="0.61" stop-color="%2301211D" stop-opacity="0.0169"/><stop offset="0.73" stop-color="%23000E0D" stop-opacity="0.01"/><stop offset="0.86" stop-color="%23000303" stop-opacity="0.01"/><stop offset="1" stop-opacity="0"/></radialGradient><radialGradient id="paint3_radial_10359_13746" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(675.244 468.081) scale(182 17.0809)"><stop stop-color="%23000F26"/><stop offset="1" stop-color="%23D9D9D9" stop-opacity="0"/></radialGradient></defs></svg>');margin-left:auto;margin-right:auto;margin-top:20px;max-width:100%;background-size:contain;background-position:50%;background-repeat:no-repeat;padding-left:1rem;padding-right:1rem;padding-top:20px}@media (min-width:768px){.style_video_ai_insight__Fp77z{margin-top:50px;width:899px;padding-left:0;padding-right:0;padding-top:50px}}.style_video_ai_insight__Fp77z video{margin-left:auto;margin-right:auto;border-radius:30px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity));padding:17px;background:linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.8))}@media screen and (max-width:500px){.style_compass_ai__ASKc_{height:auto;width:120px}}@media screen and (max-width:400px){.style_compass_ai__ASKc_{height:auto;width:80px}}@media screen and (max-width:700px) and (min-width:550px){.style_compass_ai__ASKc_{height:auto;width:200px}}@media screen and (min-width:1230px){.style_compass_ai__ASKc_{left:42%}}@media screen and (min-width:1440px){.style_compass_ai__ASKc_{left:43%}}@media screen and (min-width:768px) and (max-width:992px){.style_compass_ai__ASKc_{left:40%}}@media screen and (max-width:700px){.style_compass_ai__ASKc_{left:34%}}.style_section_hero__BYhR8{margin-bottom:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-position:top;background-repeat:no-repeat;padding-top:15%;padding-bottom:3%;text-align:center;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:768px){.style_section_hero__BYhR8{padding-top:11%}}@media (min-width:1024px){.style_section_hero__BYhR8{margin-bottom:50px}}.style_section_hero__BYhR8{background:linear-gradient(180deg,#000f26 0,#000f26 80%,#fff 0,#fff);margin-bottom:0}@media screen and (max-width:992px){.style_section_hero__BYhR8{background:linear-gradient(180deg,#000f26 0,#000f26 90%,#fff 0,#fff)}}