.invest-page{background:#050505;min-height:100vh}.invest-container{max-width:80rem;margin:0 auto;padding:0 1.25rem}@media (min-width:768px){.invest-container{padding:0 2rem}}.invest-hero{padding:6rem 0 3.5rem;position:relative;overflow:hidden}@media (min-width:768px){.invest-hero{padding:8rem 0 4.5rem}}.invest-hero-bg{background:radial-gradient(at 30% 20%,#d4af370f 0%,#0000 50%),radial-gradient(at 70% 80%,#6387ff0a 0%,#0000 50%),linear-gradient(#050505 0%,#0a0a12 50%,#050505 100%);position:absolute;inset:0}.invest-hero-glow{filter:blur(80px);pointer-events:none;background:#d4af3708;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.invest-hero-banner{border:1px solid #ffffff0f;border-radius:32px;align-items:center;min-height:340px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000047}.invest-hero-banner.clickable{cursor:pointer}.invest-hero-banner-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;position:absolute;inset:0}.invest-hero-banner:hover .invest-hero-banner-img{transform:scale(1.03)}.invest-hero-banner-overlay{background:linear-gradient(90deg,#000000d1 0%,#00000094 45%,#00000038 100%);position:absolute;inset:0}.invest-hero-banner-glow{filter:blur(70px);pointer-events:none;border-radius:50%;width:260px;height:260px;position:absolute;top:50%;left:-60px;transform:translateY(-50%)}.invest-hero-content{z-index:1;position:relative}.invest-hero-banner-content{z-index:2;text-align:right;width:100%;max-width:620px;padding:2rem;position:relative}@media (min-width:768px){.invest-hero-banner-content{padding:2.5rem 3rem}}.invest-hero-badge{color:#d4af37;background:#d4af370f;border:1px solid #d4af371f;border-radius:50px;align-items:center;gap:6px;margin-bottom:1.5rem;padding:6px 18px;font-size:.68rem;font-weight:800;display:inline-flex}.invest-hero-title{color:#fff;letter-spacing:-.5px;margin-bottom:1rem;font-size:2rem;font-weight:900;line-height:1.3}@media (min-width:768px){.invest-hero-title{font-size:2.8rem}}.invest-hero-accent{background:linear-gradient(135deg,#f5d060,#d4af37,#b8940c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.invest-hero-desc{color:#6b7280;margin-bottom:2rem;font-size:.85rem;line-height:1.8}.invest-hero-banner-desc{max-width:520px;margin-left:0;margin-right:0}.invest-hero-stat-chip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:10px;margin-top:.25rem;padding:10px 16px;display:inline-flex}.invest-hero-stat-chip strong{font-size:1rem;font-weight:900}.invest-hero-stat-chip span{color:#d1d5db;font-size:.74rem;font-weight:700}.invest-hero-cta{align-items:center;gap:6px;margin-top:1rem;font-size:.78rem;font-weight:800;display:inline-flex}.invest-info{padding:2rem 0 3rem}.invest-info-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.invest-info-grid{grid-template-columns:repeat(3,1fr)}}.invest-info-card{text-align:center;background:#ffffff05;border:1px solid #ffffff0a;border-radius:20px;padding:1.5rem;transition:all .3s}.invest-info-card:hover{border-color:#d4af371f;transform:translateY(-3px)}.invest-info-icon{color:#d4af37;background:#d4af370f;border:1px solid #d4af371a;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1rem;display:flex}.invest-info-card h3{color:#fff;margin-bottom:.5rem;font-size:.9rem;font-weight:800}.invest-info-card p{color:#6b7280;font-size:.7rem;line-height:1.7}.invest-section-header{text-align:center;margin-bottom:2rem}.invest-section-header h2{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:900}@media (min-width:768px){.invest-section-header h2{font-size:1.8rem}}.invest-section-header p{color:#6b7280;font-size:.78rem}.invest-categories{padding:2rem 0 3rem}.invest-cats-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.invest-cats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.invest-cats-grid{grid-template-columns:repeat(4,1fr)}}.invest-cat-card{cursor:pointer;opacity:0;background:#ffffff05;border:1px solid;border-radius:22px;flex-direction:column;padding:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);animation:.5s forwards investCardIn;display:flex;position:relative;overflow:hidden}@keyframes investCardIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.invest-cat-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px #0000004d}.invest-cat-card-glow{pointer-events:none;background:#d4af3708;border-radius:50%;width:150px;height:150px;transition:all .4s;position:absolute;top:-60px;right:-60px}.invest-cat-card:hover .invest-cat-card-glow{background:#d4af370f;transform:scale(1.3)}.invest-cat-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.invest-cat-icon{border-radius:15px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;transition:transform .3s;display:flex}.invest-cat-card:hover .invest-cat-icon{transform:scale(1.08)rotate(-5deg)}.invest-cat-count{border-radius:50px;padding:3px 10px;font-size:.55rem;font-weight:800}.invest-cat-name{color:#fff;margin-bottom:.4rem;font-size:.88rem;font-weight:900}.invest-cat-desc{color:#6b7280;flex:1;margin-bottom:1rem;font-size:.65rem;line-height:1.7}.invest-cat-cta{align-items:center;gap:6px;font-size:.7rem;font-weight:800;transition:gap .3s;display:flex}.invest-cat-card:hover .invest-cat-cta{gap:10px}.invest-cat-cta svg{transition:transform .3s}.invest-cat-card:hover .invest-cat-cta svg{transform:translate(-3px)}.invest-gold-section{margin-top:1.5rem}.invest-gold-box{background:#ffffff05;border:1px solid #d4af371f;border-radius:24px;padding:1.5rem}.invest-gold-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.invest-gold-grid{grid-template-columns:repeat(2,1fr)}}.invest-gold-card{text-align:right;color:#fff;cursor:pointer;background:#ffffff05;border:1px solid #d4af371a;border-radius:20px;padding:1.25rem;transition:all .3s}.invest-gold-card:hover{border-color:#d4af3740;transform:translateY(-4px);box-shadow:0 16px 40px #00000040}.invest-gold-icon{color:#d4af37;background:#d4af3714;border:1px solid #d4af3726;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1rem;display:flex}.invest-gold-card h3{margin-bottom:.5rem;font-size:1rem;font-weight:900}.invest-gold-card p{color:#9ca3af;margin-bottom:1rem;font-size:.76rem;line-height:1.8}.invest-gold-card span{color:#d4af37;align-items:center;gap:6px;font-size:.74rem;font-weight:800;display:inline-flex}.invest-video{padding:2rem 0 4rem}.invest-video-wrap{max-width:720px;margin:0 auto}.invest-video-inner{aspect-ratio:16/9;background:#000;border:1px solid #ffffff0f;border-radius:24px;position:relative;overflow:hidden}.invest-video-player{object-fit:cover;width:100%;height:100%;display:block}.invest-video-overlay{cursor:pointer;background:#0006;justify-content:center;align-items:center;transition:all .4s;display:flex;position:absolute;inset:0}.invest-video-overlay.playing{opacity:0;background:0 0}.invest-video-overlay.playing:hover{opacity:1;background:#00000040}.invest-video-play-btn{cursor:pointer;color:#000;background:linear-gradient(135deg,#d4af37,#b8940c);border:none;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s;display:flex;box-shadow:0 8px 32px #d4af374d}.invest-video-play-btn:hover{transform:scale(1.1);box-shadow:0 12px 40px #d4af3773}.invest-video-controls{z-index:5;gap:8px;display:flex;position:absolute;bottom:12px;left:12px}.invest-video-ctrl-btn{cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.invest-video-ctrl-btn:hover{background:#d4af374d;border-color:#d4af374d}body.light .invest-page{background:#fdfdfd}body.light .invest-hero-bg{background:radial-gradient(at 30% 20%,#d4af370d 0%,#0000 50%),linear-gradient(#fdfdfd 0%,#f5f5f8 50%,#fdfdfd 100%)}body.light .invest-hero-banner{border-color:#00000014;box-shadow:0 20px 48px #00000014}body.light .invest-hero-banner-overlay{background:linear-gradient(90deg,#ffffffd1 0%,#ffffff8f 45%,#ffffff29 100%)}body.light .invest-hero-title{color:#121212}body.light .invest-hero-accent{background:linear-gradient(135deg,#b8940c,#d4af37);-webkit-text-fill-color:transparent;-webkit-background-clip:text}body.light .invest-hero-stat-chip{background:#ffffffb8;border-color:#00000014}body.light .invest-hero-stat-chip span{color:#374151}body.light .invest-info-card{background:#fff;border-color:#0000000f}body.light .invest-info-card h3{color:#121212}body.light .invest-cat-card{background:#fff}body.light .invest-cat-card:hover{box-shadow:0 16px 48px #0000000f}body.light .invest-cat-name,body.light .invest-section-header h2{color:#121212}body.light .invest-video-inner{border-color:#00000014}body.light .invest-gold-box{background:#fff;border-color:#d4af3726}body.light .invest-gold-card{color:#121212;background:#fff;border-color:#0000000f}body.light .invest-gold-card:hover{box-shadow:0 16px 40px #0000000f}
