.invest-header{text-align:center;margin-bottom:2.5rem}.invest-page-title{background:linear-gradient(135deg,#d4af37,#f0d060,#c9a962);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600}.invest-page-subtitle{color:#ffffff80;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6}.invest-tiles{grid-template-columns:repeat(2,1fr);gap:20px;max-width:1000px;margin:0 auto;display:grid}.invest-tile{cursor:pointer;background:#1a1a1a;border:1px solid #fffced0f;border-radius:16px;height:360px;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.invest-tile:hover{border-color:#d4af3759;transform:translateY(-6px);box-shadow:0 16px 48px #d4af371f}.invest-tile-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.invest-tile-overlay{z-index:1;background:linear-gradient(#0000001a 0%,#0000004d 40%,#000000d9 100%);position:absolute;inset:0}.invest-tile-placeholder{background:linear-gradient(145deg,#1e1e28f2,#0f0f14fa);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.invest-tile-placeholder svg{color:#d4af371f;width:80px;height:80px}.invest-tile-badge{color:#0c0c0c;letter-spacing:.03em;z-index:3;background:#d4af37e6;border-radius:20px;padding:5px 14px;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;position:absolute;top:14px;right:14px}.invest-tile-video-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffcedd9;z-index:3;background:#0000008c;border-radius:20px;align-items:center;gap:5px;padding:5px 12px;font-family:Inter,sans-serif;font-size:.65rem;font-weight:500;display:flex;position:absolute;top:14px;left:14px}.invest-tile-video-badge svg{width:12px;height:12px}.invest-tile-body{z-index:2;padding:24px;position:absolute;bottom:0;left:0;right:0}.invest-tile-title{color:#fffced;margin:0 0 4px;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600}.invest-tile-sub{color:#fffced8c;margin:0 0 14px;font-family:Inter,sans-serif;font-size:.8rem}.invest-tile-stats{gap:28px;display:flex}.invest-tile-stat{flex-direction:column;gap:2px;display:flex}.invest-tile-stat-lbl{color:#fffced66;text-transform:uppercase;letter-spacing:.06em;font-family:Inter,sans-serif;font-size:.6rem;font-weight:500}.invest-tile-stat-val{color:#d4af37;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700}.invest-detail-view{max-width:960px;margin:0 auto}.invest-back-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:1.5rem;padding:.4rem 0;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:color .3s,transform .2s;display:inline-flex}.invest-back-btn:hover{color:#d4af37;transform:translate(-3px)}.invest-back-btn svg{width:18px;height:18px}.invest-gallery{background:#111;border:1px solid #fffced0f;border-radius:16px;margin-bottom:28px;overflow:hidden}.invest-gallery-main{aspect-ratio:16/9;background:#000;justify-content:center;align-items:center;display:flex;position:relative}.invest-gallery-main img{object-fit:contain;max-width:100%;max-height:100%}.invest-gallery-main video{object-fit:contain;background:#000;width:100%;height:100%}.invest-gallery-thumbs{background:#fffced05;border-top:1px solid #fffced0a;gap:8px;padding:10px 12px;display:flex;overflow-x:auto}.invest-gallery-thumb{cursor:pointer;opacity:.5;background:#222;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:72px;height:48px;transition:opacity .2s,border-color .2s;position:relative;overflow:hidden}.invest-gallery-thumb.active{opacity:1;border-color:#d4af37}.invest-gallery-thumb:hover{opacity:.9}.invest-gallery-thumb img{object-fit:cover;width:100%;height:100%}.invest-gallery-thumb .thumb-play{background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.invest-gallery-thumb .thumb-play svg{color:#fff;width:18px;height:18px}.invest-detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.invest-detail-title{color:#fffced;margin:0 0 2px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600}.invest-detail-sub{color:#fffced80;margin:0;font-family:Inter,sans-serif;font-size:.9rem}.invest-detail-badge{color:#d4af37;letter-spacing:.03em;white-space:nowrap;background:#d4af3726;border:1px solid #d4af374d;border-radius:20px;flex-shrink:0;padding:6px 16px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.invest-summary{color:#fffcedbf;margin:0 0 24px;padding:0 2px;font-family:Inter,sans-serif;font-size:1rem;line-height:1.75}.invest-quick-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px;display:grid}.qs-card{text-align:center;background:linear-gradient(145deg,#1e1e2899,#14141ccc);border:1px solid #fffced0f;border-radius:14px;flex-direction:column;align-items:center;gap:4px;padding:16px 10px 14px;transition:border-color .3s;display:flex}.qs-card.qs-hl{background:linear-gradient(145deg,#d4af370d,#14141ce6);border-color:#d4af3733}.qs-icon{justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:4px;display:flex}.qs-icon svg{stroke:#d4af37;width:22px;height:22px}.qs-value{color:#fffced;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700}.qs-card.qs-hl .qs-value{background:linear-gradient(135deg,#d4af37,#f0d060);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.qs-label{color:#fffced66;text-transform:uppercase;letter-spacing:.06em;font-family:Inter,sans-serif;font-size:.62rem;font-weight:500}.invest-math-card{background:linear-gradient(145deg,#14141cf2,#0c0c10fa);border:1px solid #d4af372e;border-radius:20px;margin-bottom:32px;padding:28px 32px 24px;position:relative;overflow:hidden}.invest-math-card:before{content:"";background:linear-gradient(90deg,#d4af37,#f0d060,#c9a962);border-radius:20px 20px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.invest-math-title{background:linear-gradient(135deg,#d4af37,#f0d060);-webkit-text-fill-color:transparent;letter-spacing:.01em;-webkit-background-clip:text;background-clip:text;margin:0 0 22px;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600}.invest-math-rows{flex-direction:column;gap:0;display:flex}.math-header{color:#fffced59;text-transform:uppercase;letter-spacing:.1em;border-top:1px solid #fffced0f;padding:14px 0 6px;font-family:Inter,sans-serif;font-size:.68rem;font-weight:600}.math-header:first-child{border-top:none;padding-top:0}.math-row{justify-content:space-between;align-items:baseline;gap:16px;padding:6px 0;display:flex}.math-label{color:#fffced99;font-family:Inter,sans-serif;font-size:.88rem}.math-value{color:#fffcedd9;white-space:nowrap;text-align:right;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600}.math-result{border-top:1px dashed #fffced1a;padding:8px 0}.math-result .math-label{color:#fffcedcc;font-weight:600}.math-result .math-value{color:#fffced;font-size:1rem;font-weight:700}.math-highlight{background:#d4af3714;border:1px solid #d4af3726;border-radius:10px;margin:4px -14px;padding:10px 14px}.math-highlight .math-label{color:#d4af37d9;font-weight:600}.math-highlight .math-value{background:linear-gradient(135deg,#d4af37,#f0d060);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:800}.math-explain{background:#fffced08;border:1px solid #fffced0f;border-radius:12px;align-items:flex-start;gap:12px;margin-top:20px;padding:14px 16px;display:flex}.math-explain-icon{color:#d4af3799;flex-shrink:0;width:20px;height:20px;margin-top:2px}.math-explain p{color:#fffced8c;margin:0;font-family:Inter,sans-serif;font-size:.85rem;font-style:italic;line-height:1.65}.invest-details-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.invest-detail-item{background:#fffced05;border:1px solid #fffced0d;border-radius:12px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.detail-label{color:#fffced59;text-transform:uppercase;letter-spacing:.06em;font-family:Inter,sans-serif;font-size:.65rem;font-weight:600}.detail-value{color:#fffcedcc;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;line-height:1.4}.invest-next-steps{background:linear-gradient(145deg,#191923b3,#0f0f16e6);border:1px solid #fffced0f;border-radius:20px;margin-bottom:32px;padding:24px 28px}.invest-steps-list{flex-direction:column;gap:10px;margin:0 0 20px;padding:0 0 0 22px;display:flex}.invest-steps-list li{color:#fffcedb3;padding-left:6px;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.5}.invest-steps-list li::marker{color:#d4af37;font-weight:700}.invest-cta{color:#d4af37;cursor:pointer;background:linear-gradient(135deg,#d4af3726,#d4af3714);border:1px solid #d4af374d;border-radius:12px;padding:12px 28px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .3s,border-color .3s,transform .2s;display:inline-block}.invest-cta:hover{background:linear-gradient(135deg,#d4af3740,#d4af3726);border-color:#d4af3780;transform:translate(4px)}.invest-section{margin-bottom:28px}.invest-section-title{color:#fffced66;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #fffced0f;margin-bottom:14px;padding-bottom:10px;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600}.invest-section p{color:#fffcedb3;margin:0;font-family:Inter,sans-serif;font-size:.92rem;line-height:1.75}.invest-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.invest-list li{color:#fffcedb3;background:#fffced05;border-radius:8px;padding:8px 12px 8px 32px;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.5;position:relative}.invest-list.highlights li:before{content:"✓";color:#d4af37;font-weight:700;position:absolute;left:10px}.invest-list.risks li:before{content:"⚠";color:#ffbe3cb3;font-size:.8rem;position:absolute;left:10px}.invest-pdf-link{color:#d4af37;cursor:pointer;background:#d4af3714;border:1px solid #d4af3740;border-radius:12px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 24px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.invest-pdf-link:hover{background:#d4af3726;border-color:#d4af3780}.invest-pdf-link svg{width:18px;height:18px}@media (width<=768px){.invest-header{margin-bottom:.5rem}.invest-tiles{grid-template-columns:1fr;gap:14px}.invest-tile{height:240px}.invest-detail-title{font-size:1.4rem}.invest-detail-header{flex-direction:column;gap:6px}.invest-detail-sub{margin-top:2px}.invest-tile-stats{gap:20px}.invest-details-grid{grid-template-columns:1fr;gap:6px}.invest-quick-stats{grid-template-columns:repeat(2,1fr);gap:8px}.qs-card{padding:12px 10px}.invest-math-card{margin-bottom:16px;padding:18px 16px 16px}.invest-next-steps{margin-top:16px;padding:16px 14px}.invest-section{margin-top:16px}.invest-summary,.invest-gallery{margin-bottom:16px}.invest-disclaimer{margin-top:24px;padding:14px 16px}.math-highlight{margin:4px -6px;padding:10px}}@media (width<=480px){.invest-tile{height:220px}.invest-tile-body{padding:12px 14px}.invest-tile-stats{gap:14px}.invest-quick-stats{gap:6px}.qs-card{padding:10px 8px}.invest-section{margin-top:12px}}.invest-disclaimer{background:linear-gradient(145deg,#ffaa280f,#ffaa2805);border:1px solid #ffaa282e;border-radius:16px;align-items:flex-start;gap:14px;margin-top:36px;padding:18px 22px;display:flex}.invest-disclaimer-icon{flex-shrink:0;width:24px;height:24px;margin-top:2px}.invest-disclaimer-icon svg{stroke:#ffaa28b3;width:24px;height:24px}.invest-disclaimer-title{color:#ffbe3cd9;text-transform:uppercase;letter-spacing:.06em;margin:0 0 6px;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600}.invest-disclaimer-text{color:#fffced73;margin:0;font-family:Inter,sans-serif;font-size:.8rem;line-height:1.6}@media (width<=480px){.invest-disclaimer{gap:10px;padding:14px 16px}}.invest-disclaimer.exclusive{background:linear-gradient(145deg,#64b4ff0f,#64b4ff05);border-color:#64b4ff26}.invest-disclaimer.exclusive .invest-disclaimer-icon svg{stroke:#64b4ff99}.invest-disclaimer.exclusive .invest-disclaimer-title{color:#8cc8ffcc}.invest-group-header{text-align:center;grid-column:1/-1;padding:40px 20px 16px;position:relative}.invest-group-header:before{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);height:1px;position:absolute;top:18px;left:10%;right:10%}.invest-group-badge{letter-spacing:.12em;z-index:1;border-radius:20px;margin-bottom:10px;padding:4px 14px;font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;display:inline-block;position:relative}.invest-group-badge.exclusive{color:#8cc8ffe6;background:#64b4ff1f;border:1px solid #64b4ff33}.invest-group-badge.market{color:#ffc850e6;background:#ffaa281a;border:1px solid #ffaa282e}.invest-group-title{color:#fffcedeb;margin:0 0 4px;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700}.invest-group-sub{color:#fffced66;margin:0;font-family:Inter,sans-serif;font-size:.82rem}.invest-tile-source{letter-spacing:.06em;z-index:3;pointer-events:none;text-transform:uppercase;border-radius:12px;padding:3px 10px;font-family:Inter,sans-serif;font-size:.62rem;font-weight:600;position:absolute;bottom:12px;right:12px}.invest-tile-source.exclusive{color:#a0d2fff2;background:#64b4ff2e;border:1px solid #64b4ff38}.invest-tile-source.listed{color:#ffc850e6;background:#ffaa2824;border:1px solid #ffaa2833}.invest-page-disclaimer{background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;grid-column:1/-1;align-items:flex-start;gap:12px;margin-top:40px;padding:20px 24px;display:flex}.invest-page-disclaimer-icon{flex-shrink:0;width:20px;height:20px;margin-top:1px}.invest-page-disclaimer-icon svg{stroke:#fffced40;width:20px;height:20px}.invest-page-disclaimer p{color:#fffced52;margin:0;font-family:Inter,sans-serif;font-size:.72rem;line-height:1.65}@media (width<=600px){.invest-group-header{padding:24px 12px 10px}.invest-group-title{font-size:1.05rem}.invest-page-disclaimer{flex-direction:column;gap:6px;padding:12px 14px}}
