:root{--offer-hero-bg:#1a1a1a;--offer-hero-accent:#f3e8d7;--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;align-self:flex-start;padding-top:20px}}.offer-hero__title{font-size:48px;line-height:1.05;letter-spacing:-.03em;font-weight:400;max-width:18ch;margin:0;font-family:var(--font-frontend-h1,inherit)}@media (max-width:639px){.offer-hero__title{font-size:32px;max-width:14ch}}@media (min-width:640px){.offer-hero__title{font-size:62px}}@media (min-width:768px){.offer-hero__title{font-size:72px;line-height:1.05}}@media (min-width:1024px){.offer-hero__title{font-size:80px}}@media (min-width:1200px){.offer-hero__title{font-size:88px}}.offer-hero__title-word{display:inline-block;opacity:0;transform:translateY(40px);transition:opacity .9s var(--offer-hero-easing-smooth),transform .9s var(--offer-hero-easing-smooth);transition-delay:var(--word-delay,0ms)}.offer-hero.is-inview .offer-hero__title-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__ctas{display:flex;align-items:center;gap:16px;margin-top:8px;opacity:0;transform:translateY(20px);transition:opacity .7s var(--offer-hero-easing-smooth),transform .7s var(--offer-hero-easing-smooth);transition-delay:.55s}.offer-hero.is-inview .offer-hero__ctas{opacity:1;transform:translateY(0)}@media (max-width:639px){.offer-hero__ctas{flex-direction:column;align-items:stretch;gap:12px}}.offer-hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:100px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .2s ease,box-shadow .25s ease}.offer-hero__cta--primary{background:var(--offer-hero-accent);color:#1a1a1a;border:1px solid var(--offer-hero-accent)}.offer-hero__cta--primary:hover{background:#f7edd9;border-color:#f7edd9;transform:translateY(-1px);box-shadow:0 4px 20px hsla(36,54%,90%,.3)}.offer-hero__cta--primary:active{transform:translateY(0)}.offer-hero__cta--secondary{background:transparent;color:hsla(0,0%,100%,.85);border:1px solid hsla(0,0%,100%,.15)}.offer-hero__cta--secondary:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.3);color:#fff;transform:translateY(-1px)}.offer-hero__cta--secondary:active{transform:translateY(0)}@media (max-width:639px){.offer-hero__cta{width:100%;padding:16px 24px}}.offer-hero__media{position:relative;overflow:visible;grid-column:1/-1;opacity:0;transform:scale(.95);transition:opacity .6s ease,transform .65s var(--offer-hero-easing-scale);transition-delay:.2s;aspect-ratio:770/682}@media (max-width:639px){.offer-hero{overflow:hidden}.offer-hero__media{overflow:visible}}@media (min-width:768px){.offer-hero__media{grid-column:1/span 8}}@media (min-width:1200px){.offer-hero__media{grid-column:7/span 6;margin-top:-60px;margin-right:-20px}}.offer-hero.is-inview .offer-hero__media{opacity:1;transform:scale(1)}.offer-dashboard{position:relative;width:100%;height:100%;display:flex;align-items:stretch}.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-topic-groups{position:relative;z-index:2;display:flex;flex-direction:column;gap:20px;width:240px;flex-shrink:0}@media (max-width:639px){.offer-topic-groups{width:180px;gap:12px}}@media (min-width:768px){.offer-topic-groups{width:280px}}.offer-topic-group{display:flex;flex-direction:column;gap:8px}.offer-topic-group__label{font-size:11px;font-weight:500;color:hsla(0,0%,100%,.35);text-transform:uppercase;letter-spacing:.06em;padding-left:2px}.offer-topic-group__cards{display:flex;flex-direction:column;gap:6px}.offer-topic-card{display:flex;align-items:center;gap:10px;padding:10px 14px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:10px;cursor:default;transition:background .3s ease,border-color .3s ease,transform .25s ease,box-shadow .3s ease}@media (max-width:639px){.offer-topic-card{gap:6px;padding:8px 10px}}.offer-topic-card:hover{background:hsla(0,0%,100%,.08);border-color:hsla(36,54%,90%,.2);transform:translateX(3px);box-shadow:0 0 16px hsla(36,54%,90%,.06)}.offer-topic-card__icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:hsla(36,54%,90%,.08);color:var(--offer-hero-accent);flex-shrink:0;transition:background .3s ease}.offer-topic-card:hover .offer-topic-card__icon{background:hsla(36,54%,90%,.15)}.offer-topic-card__icon .offer-platform-icon{width:14px;height:14px}.offer-topic-card__content{min-width:0;flex:1;overflow:visible;position:relative}.offer-topic-card__swap-wrapper{position:relative;width:100%;overflow:visible}.offer-topic-card__swap-inner{animation:offer-card-swap .5s var(--offer-hero-easing-smooth)}@keyframes offer-card-swap{0%{opacity:0;transform:translateY(12px) scale(.97);filter:blur(2px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.offer-topic-card__label{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.9)}.offer-topic-card__items{font-size:10px;color:hsla(0,0%,100%,.35);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.offer-connector{position:relative;z-index:1;width:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media (max-width:639px){.offer-connector,.offer-connector__line{width:20px}}.offer-connector__line{position:absolute;top:0;left:50%;transform:translateX(-50%);width:40px;height:100%}.offer-connector__line path{stroke-dasharray:6 4;stroke-dashoffset:0;animation:offer-connector-draw 3s linear infinite}@keyframes offer-connector-draw{0%{stroke-dashoffset:0}to{stroke-dashoffset:-40}}.offer-connector__node{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:var(--offer-hero-accent);box-shadow:0 0 12px hsla(36,54%,90%,.4);animation:offer-dot-pulse 2.5s ease-in-out infinite}@keyframes offer-dot-pulse{0%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 12px hsla(36,54%,90%,.4)}50%{transform:translate(-50%,-50%) scale(1.4);box-shadow:0 0 24px hsla(36,54%,90%,.7),0 0 48px hsla(36,54%,90%,.2)}}.offer-data-cards{position:relative;z-index:3;flex:1;display:flex;flex-direction:column;gap:14px;min-width:0}.offer-notification-stack{position:relative;height:180px}@media (max-width:639px){.offer-notification-stack{height:140px}}.offer-notification-stack__card{position:absolute;top:0;left:0;right:0;border-radius:12px;padding:14px 16px;overflow:hidden;transition:transform .4s var(--offer-hero-easing-smooth),opacity .4s ease}.offer-notification-stack__card--back{background:#3a3a3a;border:1px solid hsla(0,0%,100%,.06);transform:translateY(8px) scale(.97);opacity:.5;z-index:1}.offer-notification-stack__card--mid{background:#333;border:1px solid hsla(0,0%,100%,.06);transform:translateY(4px) scale(.985);opacity:.7;z-index:2}.offer-notification-stack__card--front{background:#fff;border:1px solid rgba(0,0,0,.08);z-index:3}.offer-notification-stack__shimmer{width:100%;height:100%;border-radius:8px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.04) 50%,transparent);animation:offer-shimmer 2s ease-in-out infinite}@keyframes offer-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.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-notification-stack__card--front .offer-float-card__date{color:rgba(0,0,0,.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;display:flex;align-items:center;gap:3px}.offer-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.offer-stat-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:6px;cursor:default;transition:background .3s ease,border-color .3s ease,transform .25s ease,box-shadow .3s ease}.offer-stat-card:hover{background:hsla(0,0%,100%,.07);border-color:hsla(36,54%,90%,.15);transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.2)}.offer-stat-card__label{font-size:10px;color:hsla(0,0%,100%,.4);margin-bottom:4px}.offer-stat-card__grid{display:grid;grid-template-columns:auto 1fr;gap:2px 8px;align-items:baseline}.offer-stat-card__value{font-size:20px;font-weight:600;color:#fff;line-height:1.2}.offer-stat-card__sub{font-size:9px;color:hsla(0,0%,100%,.4);line-height:1.2}.offer-analysis-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:10px;padding:14px 16px;transition:background .3s ease,border-color .3s ease}.offer-analysis-card:hover{background:hsla(0,0%,100%,.06);border-color:hsla(36,54%,90%,.12)}.offer-analysis-card__header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.offer-analysis-card__icon{color:var(--offer-hero-accent)}.offer-analysis-card__title{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.9)}.offer-analysis-card__dots{font-size:14px;color:hsla(0,0%,100%,.3);letter-spacing:2px;margin-left:auto}.offer-analysis-card__text{font-size:12px;line-height:1.6;color:hsla(0,0%,100%,.6);min-height:48px}.offer-typing-cursor{color:var(--offer-hero-accent);animation:offer-blink .8s step-end infinite;font-weight:300}@keyframes offer-blink{0%,to{opacity:1}50%{opacity:0}}.offer-bottom-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px}.offer-bottom-stat{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:10px;padding:14px 16px;text-align:center;cursor:default;transition:background .3s ease,border-color .3s ease,transform .25s ease}.offer-bottom-stat:hover{background:hsla(0,0%,100%,.07);border-color:hsla(36,54%,90%,.15);transform:translateY(-1px)}.offer-bottom-stat__value{font-size:22px;font-weight:600;color:#fff;line-height:1.2}.offer-bottom-stat__label{font-size:10px;color:hsla(0,0%,100%,.4);margin-top:4px}.offer-hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:960px;margin:0 auto;padding:0 20px 48px}@media (min-width:768px){.offer-hero-features{padding:0 24px 64px;gap:14px}}@media (min-width:1200px){.offer-hero-features{padding:0 24px 80px}}.offer-hero-feature{--index:0;display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:10px;opacity:0;transform:translateY(20px) scale(.95);transition:opacity .65s var(--offer-hero-easing-smooth),transform .65s var(--offer-hero-easing-smooth),background .3s ease,border-color .3s ease;transition-delay:calc(.2s + var(--index) * .14s)}@media (max-width:639px){.offer-hero-features{grid-template-columns:1fr;gap:12px}}.offer-hero.is-inview .offer-hero-feature{opacity:1;transform:translateY(0) scale(1)}.offer-hero-feature:hover{background:hsla(0,0%,100%,.06);border-color:hsla(36,54%,90%,.15)}.offer-hero-feature__icon{width:30px;height:30px;border-radius:7px;background:hsla(36,54%,90%,.1);color:var(--offer-hero-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.offer-hero-feature__icon svg{width:15px;height:15px}.offer-hero-feature__text{display:flex;flex-direction:column;gap:2px}.offer-hero-feature__title{font-size:13px;font-weight:500;color:hsla(0,0%,100%,.9)}.offer-hero-feature__desc{font-size:11px;line-height:1.45;color:hsla(0,0%,100%,.45)}.offer-dashboard__glow{position:absolute;top:50%;left:50%;width:60%;height:60%;transform:translate(-50%,-50%);background:radial-gradient(circle,hsla(36,54%,90%,.06) 0,transparent 70%);pointer-events:none;z-index:0}.offer-platform-scroll{overflow:hidden;height:176px}.offer-platform-scroll__viewport{display:flex;flex-direction:column;gap:6px;transition:transform .5s var(--offer-hero-easing-smooth)}.offer-platform-scroll__item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:10px;flex-shrink:0;height:38px;box-sizing:border-box}.offer-skeleton{display:flex;flex-direction:column;gap:8px;padding:4px 0}.offer-skeleton__bar{height:12px;border-radius:4px;background:linear-gradient(90deg,hsla(0,0%,100%,.06) 25%,hsla(0,0%,100%,.12) 50%,hsla(0,0%,100%,.06) 75%);background-size:200% 100%;animation:offer-skeleton-shimmer 1.5s ease-in-out infinite}.offer-skeleton__bar--full{width:100%}.offer-skeleton__bar--long{width:85%}.offer-skeleton__bar--medium{width:60%}@keyframes offer-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.offer-analysis-card,.offer-bottom-stat,.offer-hero-feature,.offer-hero__media,.offer-hero__subtitle,.offer-hero__title-word,.offer-notification-stack__card,.offer-stat-card,.offer-topic-card{transition:none!important;opacity:1!important;transform:none!important}.offer-connector__line path,.offer-connector__node,.offer-notification-stack__shimmer,.offer-platform-scroll__item,.offer-skeleton-bar,.offer-skeleton__bar{animation:none!important}}