.decks-hub{padding:64px 0 90px}.decks-head{max-width:660px;margin:0 auto 40px;text-align:center}.decks-head .eyebrow{justify-content:center}.decks-head h1{font-family:var(--font-display);font-weight:800;font-size:clamp(30px,5vw,46px);line-height:1.08;margin:12px 0;color:var(--navy)}.decks-head p{color:var(--grey);font-size:17px;line-height:1.6}.decks-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;max-width:920px;margin:0 auto}@media (max-width:720px){.decks-grid{grid-template-columns:1fr}}.deck-card{position:relative;display:flex;flex-direction:column;gap:10px;padding:26px 26px 24px;border:1px solid var(--line);border-radius:22px;background:#fff;text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.deck-card.is-live:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}.deck-card.is-soon{opacity:.72;pointer-events:none;background:#fbfbfd}.deck-card .dc-ico{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:rgba(228,84,56,.1);color:var(--red);margin-bottom:4px}.deck-card .dc-ico svg{width:24px;height:24px}.deck-card h3{font-family:var(--font-display);font-weight:800;font-size:21px;color:var(--navy);margin:0}.deck-card p{color:var(--grey);font-size:14.5px;line-height:1.55;margin:0;flex:1 1}.deck-card .dc-foot{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.deck-card .dc-open{font-weight:700;color:var(--red);font-size:14.5px}.dc-badge{font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:3px 9px;border-radius:99px}.dc-badge.ready{color:#1f9d6b;background:rgba(43,182,115,.14)}.dc-badge.soon{color:var(--gold);background:rgba(243,183,43,.16)}.deck-stage{position:relative;min-height:calc(100svh - 66px);overflow:hidden;background:radial-gradient(900px 540px at 12% -8%,rgba(228,84,56,.1),transparent 60%),radial-gradient(820px 540px at 100% 110%,rgba(243,183,43,.13),transparent 55%),#fff;display:grid;place-items:center}.deck-stage.is-fs{min-height:100vh;height:100vh}.deck-slide{position:absolute;inset:0;display:grid;place-items:center;padding:74px clamp(24px,6vw,96px) 104px;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease;overflow-y:auto}.deck-slide.active{opacity:1;visibility:visible;transform:none}.ds-inner{width:100%;max-width:1120px;margin:auto}.ds-inner.center{text-align:center;max-width:920px}.ds-eyebrow{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-body);font-weight:800;font-size:clamp(12px,1.3vw,14px);letter-spacing:.12em;text-transform:uppercase;color:var(--red);background:rgba(228,84,56,.09);padding:7px 15px;border-radius:99px}.ds-inner h2{font-family:var(--font-display);font-weight:800;line-height:1.04;font-size:clamp(34px,6.2vw,68px);color:var(--navy);margin:20px 0 0;letter-spacing:-.015em}.ds-sub{font-size:clamp(18px,2.5vw,27px);color:var(--grey);line-height:1.45;margin:22px 0 0}.ds-body{font-size:clamp(17px,2.1vw,23px);color:#3a3f55;line-height:1.55;margin:24px 0 0}.center .ds-body,.center .ds-sub{margin-left:auto;margin-right:auto;max-width:760px}.ds-hint{margin-top:30px;font-size:clamp(13px,1.4vw,15px);color:var(--grey-2);font-weight:600}.ds-chips{display:flex;gap:11px;margin-top:28px;flex-wrap:wrap}.center .ds-chips{justify-content:center}.ds-chips span{font-family:var(--font-display);font-weight:800;font-size:clamp(15px,1.8vw,19px);color:var(--navy);background:#fff;border:1px solid var(--line);padding:10px 20px;border-radius:99px}.ds-split{display:grid;grid-template-columns:1.04fr .96fr;grid-gap:clamp(30px,5vw,72px);gap:clamp(30px,5vw,72px);align-items:end}.ds-split .ds-art{align-self:end}.ds-split .ds-col-text{min-width:0;max-width:580px}.ds-split .ds-col-text .ds-body,.ds-split .ds-col-text .ds-sub{max-width:none}.ds-art{display:grid;place-items:center;min-width:0}.ds-art-svg{width:100%;max-width:460px;height:auto;display:block}.is-fs .ds-art-svg{max-width:540px}@media (max-width:880px){.ds-split{grid-template-columns:1fr;gap:26px}.ds-split .ds-art{order:-1}.ds-art-svg{max-width:340px}}.ds-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-top:30px}.ds-grid.cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:740px){.ds-grid,.ds-grid.cols-3{grid-template-columns:1fr}}.ds-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.ds-item .di-name{font-family:var(--font-display);font-weight:800;font-size:clamp(16px,1.9vw,20px);color:var(--navy);display:flex;align-items:center;gap:8px}.ds-item .di-tag{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gold);margin-top:3px}.ds-item .di-tag.live{color:#1f9d6b}.ds-item p{font-size:clamp(14px,1.6vw,16.5px);color:var(--grey);line-height:1.5;margin:9px 0 0}.ds-dot{width:9px;height:9px;border-radius:99px;background:var(--gold);display:inline-block}.ds-dot.live{background:#2bb673}.ds-steps{display:grid;grid-gap:13px;gap:13px;margin-top:30px}.center .ds-steps{max-width:600px;margin-left:auto;margin-right:auto}.ds-step{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px 20px}.ds-step b{flex:0 0 38px;width:38px;height:38px;border-radius:99px;background:var(--navy);color:#fff;display:grid;place-items:center;font-family:var(--font-display);font-size:17px}.ds-step span{font-size:clamp(15px,1.8vw,19px);color:var(--navy);font-weight:600}.ds-list{display:grid;grid-gap:12px;gap:12px;margin-top:26px}.ds-list li{list-style:none;display:flex;align-items:flex-start;gap:13px;font-size:clamp(15px,1.9vw,20px);color:var(--navy);font-weight:600}.ds-list li svg{flex:0 0 22px;width:22px;height:22px;color:var(--red);margin-top:2px}.ds-cta{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.center .ds-cta{justify-content:center}.ds-note{margin-top:16px;font-size:clamp(12px,1.3vw,14px);color:var(--grey-2)}.deck-bar{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px clamp(18px,4vw,34px);background:linear-gradient(0deg,#fff 42%,transparent)}.deck-bar .db-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;color:var(--navy);font-family:inherit;font-weight:700;font-size:14.5px;padding:11px 18px;border-radius:99px;cursor:pointer;transition:background .15s,border-color .15s,opacity .15s}.deck-bar .db-btn:hover{border-color:var(--navy)}.deck-bar .db-btn[disabled]{opacity:.35;cursor:default}.deck-bar .db-btn svg{width:15px;height:15px}.deck-dots{display:flex;gap:9px;align-items:center}.deck-dots button{width:10px;height:10px;border-radius:99px;border:0;padding:0;background:var(--line);cursor:pointer;transition:background .2s,transform .2s}.deck-dots button.on{background:var(--red);transform:scale(1.3)}.deck-count{color:var(--grey-2);min-width:46px;text-align:right}.deck-back-link,.deck-count{font-size:14px;font-weight:700}.deck-back-link{position:absolute;top:18px;left:clamp(18px,4vw,34px);z-index:6;color:var(--grey);text-decoration:none;display:inline-flex;align-items:center;gap:6px}.deck-back-link:hover{color:var(--red)}.deck-back-link svg{width:14px;height:14px}.deck-fs-btn{position:absolute;top:14px;right:clamp(18px,4vw,34px);z-index:6;width:38px;height:38px;border-radius:11px;border:1px solid var(--line);background:#fff;color:var(--navy);display:grid;place-items:center;cursor:pointer;transition:border-color .15s,color .15s}.deck-fs-btn:hover{border-color:var(--navy);color:var(--red)}.deck-fs-btn svg{width:19px;height:19px}@media (max-width:560px){.deck-bar .db-btn span{display:none}.deck-slide{padding:66px 18px 96px}}@keyframes ds-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes da-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes da-pop{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes da-grow-v{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes da-grow-h{0%{opacity:0;transform:scaleX(.2)}to{opacity:1;transform:scaleX(1)}}@keyframes da-drop{0%{opacity:0;transform:translateY(-18px)}60%{transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes da-pulse-ring{0%{transform:scale(1);opacity:.7}70%,to{transform:scale(1.7);opacity:0}}@keyframes da-spin{to{transform:rotate(1turn)}}@keyframes hero-ring{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.06);opacity:.45}}@keyframes bg-drift1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(60px,40px) scale(1.12)}}@keyframes bg-drift2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-50px,-30px) scale(1.1)}}.deck-slide.active .ds-eyebrow{animation:ds-rise .5s ease both}.deck-slide.active h2{animation:ds-rise .6s ease .07s both}.deck-slide.active .ds-body,.deck-slide.active .ds-sub{animation:ds-rise .6s ease .15s both}.deck-slide.active .ds-chips{animation:ds-rise .6s ease .24s both}.deck-slide.active .ds-hint{animation:ds-rise .6s ease .3s both}.deck-slide.active .ds-cta{animation:ds-rise .6s ease .26s both}.deck-slide.active .ds-note{animation:ds-rise .6s ease .36s both}.deck-slide.active .ds-art{animation:ds-rise .7s ease .1s both}.deck-slide.active .ds-grid .ds-item:first-child{animation:ds-rise .55s ease .18s both}.deck-slide.active .ds-grid .ds-item:nth-child(2){animation:ds-rise .55s ease .26s both}.deck-slide.active .ds-grid .ds-item:nth-child(3){animation:ds-rise .55s ease .34s both}.deck-slide.active .ds-grid .ds-item:nth-child(4){animation:ds-rise .55s ease .42s both}.deck-slide.active .ds-steps .ds-step:first-child{animation:ds-rise .5s ease .18s both}.deck-slide.active .ds-steps .ds-step:nth-child(2){animation:ds-rise .5s ease .28s both}.deck-slide.active .ds-steps .ds-step:nth-child(3){animation:ds-rise .5s ease .38s both}.deck-slide.active .ds-steps .ds-step:nth-child(4){animation:ds-rise .5s ease .48s both}.deck-slide.active .ds-list li:first-child{animation:ds-rise .5s ease .2s both}.deck-slide.active .ds-list li:nth-child(2){animation:ds-rise .5s ease .3s both}.deck-slide.active .ds-list li:nth-child(3){animation:ds-rise .5s ease .4s both}.deck-slide.active .ds-list li:nth-child(4){animation:ds-rise .5s ease .5s both}.da-draw,.da-line{stroke-dasharray:1}.da-bar,.da-bar-h,.da-core,.da-node,.da-orbit,.da-pin,.da-pulse,.da-ring{transform-box:fill-box;transform-origin:center}.da-bar{transform-origin:bottom}.deck-slide.active .da-draw,.deck-slide.active .da-line{animation:da-draw .85s ease forwards;animation-delay:var(--d,0s)}.deck-slide.active .da-node{animation:da-pop .55s cubic-bezier(.34,1.56,.64,1) both;animation-delay:var(--d,0s)}.deck-slide.active .da-core{animation:da-pop .6s cubic-bezier(.34,1.56,.64,1) .1s both}.deck-slide.active .da-bar{animation:da-grow-v .7s cubic-bezier(.2,.8,.2,1) both;animation-delay:var(--d,0s)}.deck-slide.active .da-bar-h{animation:da-grow-h .6s cubic-bezier(.2,.8,.2,1) both;animation-delay:var(--d,0s)}.deck-slide.active .da-pin{animation:da-drop .6s cubic-bezier(.34,1.56,.64,1) both;animation-delay:var(--d,0s)}.deck-slide.active .da-pulse{animation:da-pulse-ring 2.6s ease-out 1s infinite}.deck-slide.active .da-ring{animation:hero-ring 3.4s ease-in-out infinite;animation-delay:var(--d,0s)}.deck-slide.active .da-orbit{animation:da-spin 26s linear infinite}.ds-art-svg.hero{max-width:300px}.ds-hero{display:flex;justify-content:center;margin:0 auto 8px}.ds-hero .ds-art-svg{max-width:212px}.deck-slide.active .ds-hero{animation:ds-rise .6s ease both}.deck-stage:after,.deck-stage:before{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}.deck-stage:before{width:520px;height:520px;top:-200px;left:-140px;background:radial-gradient(closest-side,rgba(228,84,56,.12),transparent);animation:bg-drift1 19s ease-in-out infinite}.deck-stage:after{width:560px;height:560px;bottom:-220px;right:-160px;background:radial-gradient(closest-side,rgba(243,183,43,.14),transparent);animation:bg-drift2 23s ease-in-out infinite}.deck-slide{z-index:1}.deck-slide.active{z-index:2}.deck-bar{z-index:5}.deck-back-link,.deck-fs-btn{z-index:8}.ds-item{position:relative;overflow:hidden}.ds-item:after{content:"";position:absolute;top:-30px;right:-30px;width:70px;height:70px;border-radius:50%;background:radial-gradient(closest-side,rgba(228,84,56,.1),transparent)}@media (prefers-reduced-motion:reduce){.deck-slide.active *,.deck-stage:after,.deck-stage:before{animation:none!important}}