:root{--offer-hero-bg:#1a1a1a;--offer-hero-accent:#d9ff42;--offer-hero-text:#fff;--offer-hero-muted:hsla(0,0%,100%,.68);--offer-hero-surface:#262626;--offer-hero-border:hsla(0,0%,100%,.06);--offer-hero-easing-smooth:cubic-bezier(0.075,0.82,0.165,1);--offer-hero-easing-scale:cubic-bezier(0.215,0.61,0.355,1);--offer-hero-easing-text:cubic-bezier(0.55,0.21,0.07,0.87);--offer-inview-delay:140ms}.offer-hero{position:relative;width:100%;overflow:hidden;background-color:var(--offer-hero-bg);color:var(--offer-hero-text)}.offer-hero__inner{display:grid;grid-template-columns:1fr;row-gap:50px;max-width:1440px;margin:0 auto;padding:60px 24px}@media (min-width:768px){.offer-hero__inner{grid-template-columns:repeat(8,1fr);-moz-column-gap:16px;column-gap:16px;row-gap:70px;padding:80px 30px}}@media (min-width:1200px){.offer-hero__inner{grid-template-columns:repeat(12,1fr);-moz-column-gap:20px;column-gap:20px;row-gap:0;padding:90px 60px 100px;min-height:700px;align-items:center}}.offer-hero__content{display:flex;flex-direction:column;gap:24px;grid-column:1/-1}@media (min-width:768px){.offer-hero__content{grid-column:1/span 6;gap:28px;align-self:center;margin-right:40px}}@media (min-width:1200px){.offer-hero__content{grid-column:1/span 6;margin-right:60px}}.offer-hero__title{font-size:42px;line-height:1.05;letter-spacing:-.03em;font-weight:400;max-width:18ch;margin:0;font-family:var(--font-frontend-h1,inherit)}@media (min-width:640px){.offer-hero__title{font-size:56px}}@media (min-width:768px){.offer-hero__title{font-size:64px;line-height:1.05}}@media (min-width:1024px){.offer-hero__title{font-size:72px}}@media (min-width:1200px){.offer-hero__title{font-size:80px}}.offer-hero__title .offer-word{display:inline-block;margin-right:.25em;opacity:0;transform:translateY(2em);transition:opacity 1.2s var(--offer-hero-easing-text),transform 1.2s var(--offer-hero-easing-text);transition-delay:calc(var(--offer-word-index, 0) * .14s)}.offer-hero.is-inview .offer-hero__title .offer-word{opacity:1;transform:translateY(0)}.offer-hero__subtitle{font-size:16px;line-height:1.5;color:var(--offer-hero-muted);max-width:55ch;margin:0;opacity:0;transform:translateY(40px);transition:opacity .9s var(--offer-hero-easing-smooth),transform .9s var(--offer-hero-easing-smooth);transition-delay:.42s}@media (min-width:640px){.offer-hero__subtitle{font-size:18px}}@media (min-width:1200px){.offer-hero__subtitle{font-size:20px;line-height:1.44}}.offer-hero.is-inview .offer-hero__subtitle{opacity:1;transform:translateY(0)}.offer-hero__media{position:relative;overflow:visible;grid-column:1/-1;border-radius:12px;opacity:0;transform:scale(.95);transition:opacity .6s ease,transform .65s var(--offer-hero-easing-scale);transition-delay:.2s;min-height:500px}@media (min-width:768px){.offer-hero__media{grid-column:1/span 8;min-height:550px}}@media (min-width:1200px){.offer-hero__media{grid-column:7/span 6;margin-top:-60px;min-height:600px}}.offer-hero.is-inview .offer-hero__media{opacity:1;transform:scale(1)}.offer-dashboard{position:relative;width:100%;height:100%;min-height:500px}@media (min-width:768px){.offer-dashboard{min-height:550px}}.offer-dashboard__reveal{position:absolute;inset:0;background-color:var(--offer-hero-bg);z-index:10;pointer-events:none;transition:opacity .45s linear;transition-delay:.2s}.offer-platform-cards{position:absolute;left:0;top:10%;display:flex;flex-direction:column;gap:12px;z-index:2}.offer-platform-section-label{font-size:11px;color:hsla(0,0%,100%,.4);margin-bottom:4px;text-transform:uppercase;letter-spacing:.05em}.offer-platform-card{display:flex;align-items:center;gap:12px;padding:14px 18px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;min-width:200px}.offer-platform-card__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:rgba(217,255,66,.08);color:var(--offer-hero-accent);flex-shrink:0}.offer-platform-card__label{font-size:13px;font-weight:500;color:hsla(0,0%,100%,.9)}.offer-platform-card__items{font-size:11px;color:hsla(0,0%,100%,.4);margin-top:2px}.offer-floating-cards{position:absolute;right:0;top:0;width:65%;height:100%;z-index:3}.offer-float-card{position:absolute;background:rgba(30,30,30,.95);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:14px 16px;backdrop-filter:blur(12px)}.offer-float-card--notification{width:220px;background:#fff;border-color:rgba(0,0,0,.08)}.offer-float-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.offer-float-card__badge{font-size:10px;font-weight:600;padding:3px 8px;border-radius:4px}.offer-float-card__date{font-size:10px;color:hsla(0,0%,100%,.4)}.offer-float-card__title-row{display:flex;justify-content:space-between;align-items:center}.offer-float-card__main-title{font-size:14px;font-weight:600;color:#1a1a1a}.offer-float-card__bell{color:#1a1a1a}.offer-float-card__subtitle{font-size:11px;color:rgba(0,0,0,.5);margin-top:2px}.offer-float-card__alert{font-size:11px;color:rgba(0,0,0,.6);margin-top:8px;padding:6px 10px;background:rgba(0,0,0,.04);border-radius:6px}.offer-float-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.offer-float-card__status{font-size:10px;font-weight:500;color:rgba(0,0,0,.5);padding:3px 8px;background:rgba(0,0,0,.06);border-radius:4px}.offer-float-card__action{font-size:10px;font-weight:500;color:#1a1a1a}.offer-float-card--stat{width:110px}.offer-float-card__stat-label{font-size:10px;color:hsla(0,0%,100%,.4);margin-bottom:4px}.offer-float-card__stat-value{font-size:20px;font-weight:600;color:#fff;line-height:1}.offer-float-card__stat-value--lg{font-size:24px;margin-top:6px}.offer-float-card__stat-sub{font-size:9px;color:hsla(0,0%,100%,.4);margin-top:2px}.offer-float-card--analysis{width:220px}.offer-float-card__analysis-title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:hsla(0,0%,100%,.9);margin-bottom:10px}.offer-float-card__analysis-icon{color:var(--offer-hero-accent)}.offer-float-card__analysis-item{font-size:11px;color:hsla(0,0%,100%,.6);margin-bottom:6px;display:flex;align-items:center;gap:6px}.offer-float-card__analysis-dot{color:var(--offer-hero-accent);font-size:10px}.offer-float-card--metric{width:100px;text-align:center}.offer-float-card__metric-value{font-size:22px;font-weight:600;color:#fff;line-height:1}.offer-float-card__metric-label{font-size:9px;color:hsla(0,0%,100%,.4);margin-top:4px;text-transform:uppercase;letter-spacing:.04em}.offer-dashboard__glow{position:absolute;top:50%;left:50%;width:60%;height:60%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(217,255,66,.06) 0,transparent 70%);pointer-events:none;z-index:0}@media (prefers-reduced-motion:reduce){.offer-float-card,.offer-hero__media,.offer-hero__subtitle,.offer-hero__title .offer-word,.offer-platform-card{transition:none!important;opacity:1!important;transform:none!important}}