:root{--invest-bg: #0d0d0d;--invest-surface: #141414;--invest-surface-2: #1b1b1b;--invest-card: #ffffff;--invest-card-soft: #fff8eb;--invest-text: #f2ead7;--invest-muted: rgba(242, 234, 215, .72);--invest-dark: #101010;--invest-gold: #c9a84c;--invest-gold-2: #f0c040;--invest-border: rgba(201, 168, 76, .18);--invest-shadow: 0 18px 45px rgba(0, 0, 0, .28);--invest-shadow-soft: 0 10px 24px rgba(0, 0, 0, .16);--invest-radius-xl: 28px;--invest-radius-lg: 22px;--invest-radius-md: 16px;--invest-radius-sm: 12px;--invest-radius-pill: 999px;--invest-max: 1220px;--invest-transition: .22s ease}html{scroll-behavior:smooth}body.invest-page{background:radial-gradient(circle at top left,rgba(201,168,76,.18),transparent 28%),radial-gradient(circle at top right,rgba(240,192,64,.1),transparent 32%),var(--invest-bg);color:var(--invest-text)}.invest-main{padding-top:calc(var(--nav-height, 64px) + 1rem);padding-bottom:5.5rem}.invest-shell{width:min(var(--invest-max),calc(100% - 2rem));margin-inline:auto}.invest-hero{padding:2rem 0 1.25rem}.invest-hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);gap:1.4rem;align-items:stretch}.invest-hero-copy,.invest-live-panel{border:1px solid var(--invest-border);border-radius:var(--invest-radius-xl);box-shadow:var(--invest-shadow);overflow:hidden}.invest-hero-copy{position:relative;background:linear-gradient(135deg,#ffffff0d,#ffffff03),linear-gradient(160deg,#111,#161616 55%,#1c1912);padding:2.2rem;min-height:100%}.invest-hero-copy:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 10% 15%,rgba(240,192,64,.22),transparent 24%),radial-gradient(circle at 80% 20%,rgba(201,168,76,.12),transparent 25%);pointer-events:none}.invest-hero-copy>*{position:relative;z-index:1}.invest-badge{display:inline-flex;align-items:center;gap:.55rem;padding:.5rem .9rem;border-radius:var(--invest-radius-pill);background:#ffffff12;border:1px solid rgba(255,255,255,.08);color:var(--invest-muted);font-size:.86rem;font-weight:700;letter-spacing:.02em;margin-bottom:1rem}.invest-badge-dot{width:.55rem;height:.55rem;border-radius:50%;background:linear-gradient(180deg,var(--invest-gold-2),var(--invest-gold));box-shadow:0 0 0 6px #c9a84c1f}.invest-hero-title{font-size:clamp(2.1rem,4.3vw,3.6rem);line-height:1.04;letter-spacing:-.03em;margin:0 0 1rem;color:#fff7e0;max-width:11ch}.invest-hero-lead{max-width:62ch;font-size:1.08rem;line-height:1.8;color:var(--invest-muted);margin:0}.invest-hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1.5rem 0 1.6rem}.invest-point{border-radius:var(--invest-radius-md);padding:.9rem 1rem;background:#ffffff0e;border:1px solid rgba(255,255,255,.07)}.invest-point strong{display:block;color:#fff2cc;font-size:1rem;margin-bottom:.25rem}.invest-point span{color:var(--invest-muted);font-size:.92rem;line-height:1.45}.invest-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.invest-live-panel{display:flex;flex-direction:column;background:linear-gradient(180deg,#ffffff09,#ffffff03),#111;padding:1.2rem}.invest-panel-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.invest-panel-eyebrow{margin:0 0 .3rem;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;color:var(--invest-muted)}.invest-panel-title{margin:0;font-size:1.3rem;color:#fff7e0}.invest-market-chip{flex-shrink:0;display:inline-flex;align-items:center;gap:.45rem;min-height:2.5rem;padding:.55rem .85rem;border-radius:var(--invest-radius-pill);font-weight:700;font-size:.86rem;border:1px solid rgba(255,255,255,.08);background:#ffffff0f;color:var(--invest-muted)}.invest-market-chip.is-open{background:#32a05a24;color:#cef5d8;border-color:#43ba6f47}.invest-market-chip.is-closed{background:#c9a84c24;color:#f5ddb0;border-color:#c9a84c40}.invest-panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.invest-stat{background:#ffffff0e;border:1px solid rgba(255,255,255,.07);border-radius:var(--invest-radius-lg);padding:1rem;min-height:122px;display:flex;flex-direction:column;justify-content:space-between}.invest-stat-label{font-size:.82rem;color:var(--invest-muted);line-height:1.4}.invest-stat-value{font-size:1.55rem;line-height:1.1;font-weight:800;color:#fff4d2;margin:.4rem 0 .25rem;word-break:break-word}.invest-stat-note{font-size:.84rem;color:var(--invest-muted)}.invest-panel-foot{margin-top:1rem;padding-top:.95rem;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.88rem;color:var(--invest-muted)}.invest-inline-link{color:var(--invest-gold-2);text-decoration:none;font-weight:700}.invest-inline-link:hover{opacity:.86}.invest-jumpbar-wrap{padding:.5rem 0 1rem}.invest-jumpbar{display:flex;gap:.7rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:none}.invest-jumpbar::-webkit-scrollbar{display:none}.invest-jumpbar a{text-decoration:none;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1rem;border-radius:var(--invest-radius-pill);border:1px solid rgba(255,255,255,.09);background:#ffffff0d;color:var(--invest-text);font-weight:700;transition:transform var(--invest-transition),border-color var(--invest-transition),background var(--invest-transition)}.invest-jumpbar a:hover{transform:translateY(-1px);border-color:#c9a84c52;background:#c9a84c1a}.invest-section{padding:1.4rem 0}.invest-section--alt{background:transparent}.invest-section-header{margin-bottom:1.1rem}.invest-section-header.center{text-align:center}.invest-kicker{display:inline-block;font-size:.82rem;color:var(--invest-gold-2);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.55rem;font-weight:800}.invest-section-title{margin:0;font-size:clamp(1.45rem,3vw,2.2rem);line-height:1.15;color:#fff4d2}.invest-section-sub{margin:.65rem 0 0;max-width:66ch;color:var(--invest-muted);line-height:1.7;font-size:1rem}.invest-card-grid{display:grid;gap:1rem}.invest-card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.invest-card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.invest-goal-card,.invest-compare-card,.invest-mistake-card,.invest-result-card,.invest-guide-card,.invest-cta-card{border-radius:var(--invest-radius-lg);border:1px solid rgba(255,255,255,.08);box-shadow:var(--invest-shadow-soft)}.invest-goal-card{text-align:left;background:linear-gradient(180deg,#ffffff09,#ffffff04);color:var(--invest-text);padding:1.1rem;cursor:pointer;transition:transform var(--invest-transition),border-color var(--invest-transition),background var(--invest-transition)}.invest-goal-card:hover{transform:translateY(-2px);border-color:#c9a84c47;background:#c9a84c1a}.invest-goal-card.is-active{border-color:#c9a84c8c;background:linear-gradient(180deg,#c9a84c2e,#c9a84c14);box-shadow:0 14px 34px #0000003d,0 0 0 1px #c9a84c26 inset}.invest-goal-icon{font-size:1.9rem;margin-bottom:.75rem;display:inline-block}.invest-goal-title{font-size:1.12rem;font-weight:800;color:#fff4d2;margin-bottom:.35rem}.invest-goal-sub{color:var(--invest-muted);line-height:1.55;font-size:.94rem}.invest-advice-box{margin-top:1rem;padding:1.3rem;border-radius:var(--invest-radius-lg);background:linear-gradient(180deg,#ffffff0b,#ffffff04);border:1px solid rgba(255,255,255,.08);box-shadow:var(--invest-shadow-soft)}.invest-advice-title{font-size:1.18rem;font-weight:800;color:#fff4d2;margin:0 0 .55rem}.invest-advice-body{color:var(--invest-muted);line-height:1.7;margin:0 0 .8rem}.invest-bullets{margin:0;padding-inline-start:1.1rem;color:#f3ead4;display:grid;gap:.42rem;line-height:1.6}.invest-planner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1rem;align-items:stretch}.invest-planner-panel,.invest-planner-results{border-radius:var(--invest-radius-xl);box-shadow:var(--invest-shadow-soft);overflow:hidden}.invest-planner-panel{background:var(--invest-card);color:var(--invest-dark);border:1px solid rgba(201,168,76,.16);padding:1.3rem}.invest-planner-results{background:linear-gradient(180deg,#ffffff08,#ffffff03),var(--invest-surface);border:1px solid rgba(255,255,255,.07);padding:1.3rem}.invest-field{display:grid;gap:.55rem;margin-bottom:1rem}.invest-label{font-size:.92rem;font-weight:800;color:#2a2010}.invest-input-row{display:flex;gap:.75rem;align-items:center}.invest-number{flex:1;min-height:52px;border-radius:var(--invest-radius-md);border:1px solid rgba(0,0,0,.12);padding:.85rem 1rem;font:inherit;font-size:1.15rem;font-weight:800;background:#fff;color:#1a1a1a;outline:none}.invest-number:focus{border-color:#c9a84c8c;box-shadow:0 0 0 4px #c9a84c29}.invest-range{width:100%;accent-color:var(--invest-gold)}.invest-chip-group{display:flex;flex-wrap:wrap;gap:.65rem}.invest-chip{min-height:44px;padding:.72rem .95rem;border-radius:var(--invest-radius-pill);border:1px solid rgba(0,0,0,.12);background:#fff;color:#1b1b1b;font:inherit;font-weight:700;cursor:pointer;transition:border-color var(--invest-transition),transform var(--invest-transition),background var(--invest-transition)}.invest-chip:hover{transform:translateY(-1px);border-color:#c9a84c6b}.invest-chip.is-active{background:linear-gradient(180deg,#f8e5a3,#f0c040);border-color:#c9a84ca6;color:#2b1c00;box-shadow:0 8px 18px #c9a84c2e}.invest-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:1rem}.invest-result-card{background:#ffffff0b;padding:1rem}.invest-result-label{font-size:.84rem;color:var(--invest-muted);line-height:1.45}.invest-result-value{margin-top:.35rem;font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.15;font-weight:800;color:#fff4d2}.invest-result-note{margin-top:.25rem;color:var(--invest-muted);font-size:.86rem;line-height:1.5}.invest-planner-summary{margin-top:1rem;padding:1rem;border-radius:var(--invest-radius-lg);background:#c9a84c1f;border:1px solid rgba(201,168,76,.18);color:#fff0cf;line-height:1.7}.invest-planner-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.9rem}.invest-mini-chip{display:inline-flex;align-items:center;min-height:38px;padding:.45rem .8rem;border-radius:var(--invest-radius-pill);background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:var(--invest-muted);font-size:.84rem;font-weight:700}.invest-compare-card{background:var(--invest-card);color:var(--invest-dark);padding:1.2rem}.invest-compare-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.invest-compare-title{margin:0;font-size:1.12rem;font-weight:800;color:#1d1608}.invest-compare-tag{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .75rem;border-radius:var(--invest-radius-pill);background:#fff4d2;color:#7b5904;font-size:.8rem;font-weight:800;border:1px solid rgba(201,168,76,.28)}.invest-compare-copy{color:#44341b;line-height:1.65;margin:0 0 .8rem}.invest-compare-list{margin:0;padding-inline-start:1rem;display:grid;gap:.42rem;line-height:1.58;color:#4b3b22}.invest-tab-row{display:flex;gap:.7rem;flex-wrap:wrap;margin-bottom:1rem}.invest-tab{min-height:44px;padding:.7rem 1rem;border-radius:var(--invest-radius-pill);border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--invest-text);font:inherit;font-weight:800;cursor:pointer;transition:transform var(--invest-transition),background var(--invest-transition),border-color var(--invest-transition)}.invest-tab:hover{transform:translateY(-1px);border-color:#c9a84c3d}.invest-tab.is-active{background:linear-gradient(180deg,#c9a84c47,#c9a84c26);border-color:#c9a84c80;color:#fff3cc}.invest-guide-card{background:linear-gradient(180deg,#ffffff08,#ffffff04),var(--invest-surface);padding:1.3rem;color:var(--invest-text)}.invest-guide-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.85rem}.invest-guide-title{margin:0;font-size:1.22rem;color:#fff4d2}.invest-guide-pill{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .75rem;border-radius:var(--invest-radius-pill);background:#c9a84c21;border:1px solid rgba(201,168,76,.22);color:#f0d491;font-size:.82rem;font-weight:700}.invest-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.9rem}.invest-guide-block{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--invest-radius-md);padding:1rem}.invest-guide-block h4{margin:0 0 .55rem;font-size:.98rem;color:#fff2cc}.invest-guide-block p,.invest-guide-block li{color:var(--invest-muted);line-height:1.65;margin:0}.invest-guide-block ul{margin:0;padding-inline-start:1rem;display:grid;gap:.4rem}.invest-mistake-card{padding:1rem;background:#ffffff0a;color:var(--invest-text)}.invest-mistake-index{width:2.25rem;height:2.25rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#c9a84c29;color:#fff0c3;font-weight:800;margin-bottom:.75rem;border:1px solid rgba(201,168,76,.24)}.invest-mistake-title{margin:0 0 .35rem;color:#fff4d2;font-size:1.04rem;font-weight:800}.invest-mistake-copy{margin:0;color:var(--invest-muted);line-height:1.6}.invest-faq{display:grid;gap:.85rem}.invest-faq-item{border-radius:var(--invest-radius-lg);background:#ffffff0a;border:1px solid rgba(255,255,255,.08);overflow:hidden}.invest-faq-item summary{list-style:none;cursor:pointer;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;font-weight:800;color:#fff4d2}.invest-faq-item summary::-webkit-details-marker{display:none}.invest-faq-item summary:after{content:"+";font-size:1.4rem;color:var(--invest-gold-2);line-height:1;transition:transform var(--invest-transition)}.invest-faq-item[open] summary:after{transform:rotate(45deg)}.invest-faq-answer{padding:0 1.15rem 1rem;color:var(--invest-muted);line-height:1.7}.invest-cta-card{padding:1.5rem;text-align:center;background:radial-gradient(circle at top center,rgba(201,168,76,.22),transparent 35%),linear-gradient(180deg,#ffffff0a,#ffffff04),#111;color:var(--invest-text)}.invest-cta-card h2{margin:0 0 .65rem;color:#fff4d2;font-size:clamp(1.55rem,3vw,2.2rem)}.invest-cta-card p{margin:0 auto 1.1rem;max-width:54ch;color:var(--invest-muted);line-height:1.7}.invest-skeleton{display:inline-block;min-width:7ch;height:1.15em;border-radius:8px;background:linear-gradient(90deg,#ffffff14 25%,#ffffff2e,#ffffff14 75%);background-size:800px 100%;animation:investShimmer 1.35s linear infinite;vertical-align:middle}@keyframes investShimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@media (max-width: 1080px){.invest-hero-grid,.invest-planner{grid-template-columns:1fr}.invest-card-grid.three,.invest-card-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.invest-guide-grid{grid-template-columns:1fr}}@media (max-width: 720px){.invest-main{padding-bottom:6rem}.invest-hero-copy,.invest-live-panel,.invest-planner-panel,.invest-planner-results,.invest-guide-card,.invest-cta-card{padding:1rem}.invest-hero-points,.invest-results-grid,.invest-card-grid.three,.invest-card-grid.four,.invest-panel-grid{grid-template-columns:1fr}.invest-input-row{flex-direction:column;align-items:stretch}.invest-actions .btn{width:100%;justify-content:center}}[dir=rtl] .invest-hero-copy,[dir=rtl] .invest-live-panel,[dir=rtl] .invest-goal-card,[dir=rtl] .invest-advice-box,[dir=rtl] .invest-planner-panel,[dir=rtl] .invest-planner-results,[dir=rtl] .invest-compare-card,[dir=rtl] .invest-guide-card,[dir=rtl] .invest-mistake-card,[dir=rtl] .invest-faq-item,[dir=rtl] .invest-cta-card{direction:rtl;text-align:right}[dir=rtl] .invest-bullets,[dir=rtl] .invest-compare-list,[dir=rtl] .invest-guide-block ul{padding-inline-start:0;padding-inline-end:1rem}[dir=rtl] .invest-panel-foot,[dir=rtl] .invest-panel-top,[dir=rtl] .invest-guide-head{flex-direction:row-reverse}[dir=rtl] .invest-jumpbar a,[dir=rtl] .invest-chip,[dir=rtl] .invest-tab,[dir=rtl] .invest-market-chip,[dir=rtl] .invest-mini-chip{text-align:center}</style>{}
