.more-section{padding:0 44px 112px;background:#191715;scroll-margin-top:110px}
.more-inner{width:min(1160px,100%);margin:auto}
.more-heading{margin-bottom:42px}
.more-heading h2{font-size:clamp(20px,5.4vw,70px);white-space:nowrap;line-height:1.02;letter-spacing:-.05em;font-weight:700;margin:0}
.more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.product-card{position:relative;isolation:isolate;transition:background .3s,transform .3s,box-shadow .3s;display:flex;flex-direction:column;min-width:0;padding:30px;border-radius:30px;min-height:445px}
.product-booth{background:#7c31ff;color:#fff8fc}
.product-docs{background:#ffacf0;color:#321d2e}
.product-app{background:#24201f;border:1px solid #ffffff16;color:#e2d7df}
.product-name{font-size:27px;line-height:1.2;letter-spacing:-.055em;font-weight:700;margin:0}
.product-name span{font-weight:400}
.product-icon{width:48px;height:48px;margin:35px 0 24px;flex:none;stroke-width:1.3}
.product-booth>.product-icon{color:#ffacf0}.product-docs>.product-icon{color:#712bea}.product-app>.product-icon{color:#bca5b9}
.product-card h3{font-size:clamp(23px,2.1vw,28px);line-height:1.16;letter-spacing:-.035em;font-weight:500;margin:0 0 17px}
.product-copy{font-size:16px;line-height:1.55;margin:0 0 28px;opacity:.78}
.product-link{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;margin-top:auto;border-top:1px solid currentColor;padding-top:19px;font-size:14px;line-height:1.3;font-weight:500}
.product-link svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex:none;transition:transform .2s}
.product-link:hover svg{transform:translateX(4px)}
.product-link:focus-visible{outline:none}.product-card:focus-within{outline:2px solid #ffacf0;outline-offset:6px}.product-docs:focus-within{outline-color:#7c31ff}

@media(max-width:1050px){.product-card{padding:25px}.more-grid{gap:16px}.product-card h3{font-size:24px}}
@media(max-width:900px){.more-section{padding:0 28px 88px}.product-card{padding:23px 20px}.product-card h3{font-size:22px}.product-copy{font-size:15px}.product-link{font-size:14px}}
@media(max-width:700px){.more-section{padding:28px 24px 70px}.more-inner{max-width:540px}.more-heading{margin-bottom:30px}.more-heading h2{font-size:clamp(20px,5.4vw,37px)}.more-grid{grid-template-columns:1fr;gap:16px}.product-card{padding:28px;min-height:365px}.product-name{font-size:28px}.product-icon{margin:26px 0 20px;width:44px;height:44px}.product-card h3{font-size:29px}.product-copy{font-size:16px;max-width:330px}.product-link{font-size:15px}}
@media(max-width:370px){.more-section{padding-left:18px;padding-right:18px}.more-heading h2{font-size:clamp(20px,5.4vw,37px)}.product-card{padding:24px}.product-card h3{font-size:26px}}
@media(prefers-reduced-motion:reduce){.product-link svg{transition:none}}

.product-top{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:34px}
.product-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:none;border-radius:99px;padding:7px 11px;font-size:13px;font-weight:600;line-height:1;letter-spacing:0}
.product-badge-new{background:#ff4800;color:#fff}
.product-badge-hot{background:#ffffff14;border:1px solid #ffffff30;color:#fff}
.product-badge-hot i{display:block;width:6px;height:6px;border-radius:50%;background:#ff4800;box-shadow:0 0 8px #ff480080;animation:live-dot 1.7s ease-in-out infinite}
@keyframes live-dot{0%,100%{opacity:1}50%{opacity:.28}}
.product-link:after{content:"";position:absolute;inset:0;z-index:2;border-radius:30px}
.product-card .product-link svg{transition:transform .3s}
.product-app-launch{width:100%;padding-right:0;padding-left:0;padding-bottom:0;border-right:0;border-left:0;border-bottom:0;border-radius:0;background:none;color:#ffacf0;text-align:left;font-family:inherit;border-top-color:#ffffff29}
.product-sphere{position:relative;width:64px;height:64px;margin:27px 0 16px;flex:none;border-radius:50%;overflow:hidden;isolation:isolate;box-shadow:0 0 25px #b7b5ff16;transition:transform .45s,box-shadow .45s}
.product-sphere img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.35)}
.product-app:focus-within{background:#312731}.product-docs:focus-within{background:#ffc5f5}.product-booth:focus-within{background:#8b45ff}
@media(hover:hover){.product-card:hover{transform:translateY(-7px);box-shadow:0 18px 44px #0004}.product-booth:hover{background:#8b45ff}.product-docs:hover{background:#ffc5f5}.product-app:hover{background:#312731}.product-card:hover .product-link svg{transform:translateX(4px)}.product-app:hover .product-sphere{transform:translateY(-4px) rotate(-8deg);box-shadow:0 0 32px #c6baff38}}
.product-card:active{transform:translateY(-2px) scale(.99)}
@media(max-width:1050px){.product-top{gap:8px}.product-top .product-name{font-size:24px}.product-badge{font-size:12px;padding:7px 9px}}
@media(max-width:700px){.product-top .product-name{font-size:28px}.product-badge{font-size:13px;padding:8px 12px}.product-sphere{margin:16px 0 10px}}
html.app-dialog-open{overflow:hidden}
.app-dialog{width:min(440px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:46px 30px 40px;border:1px solid #ffffff29;border-radius:30px;background:#24202a;color:#fff7f2;text-align:center;box-shadow:0 24px 90px #0009;overflow:auto}
.app-dialog::backdrop{background:#100c13bf;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.app-dialog-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:44px;height:44px;border:1px solid #ffffff24;border-radius:50%;background:#ffffff08;color:#fff}
.app-dialog-close svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}
.app-dialog-close:hover{background:#ffffff18}
.app-dialog .app-sphere-large{width:148px;height:148px;margin:12px auto 26px;box-shadow:0 0 55px #c6baff22}
.app-coming-label{font-size:14px;line-height:1.4;color:#ffacf0;margin:0 0 10px}
.app-dialog h2{font-size:38px;line-height:1.1;letter-spacing:-.05em;font-weight:500;margin:0}
.app-dialog-text{font-size:16px;line-height:1.65;color:#c6b8c7;margin:22px 0 0}
@media(prefers-reduced-motion:reduce){.product-card,.product-card .product-link svg,.product-sphere{transition:none}.product-badge-hot i{animation:none}.product-card:hover,.product-card:active,.product-app:hover .product-sphere{transform:none}}

.product-sphere video,.menu-sphere video{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
