:root {
            --ink: #071522;
            --dark: #1A2530;
            --cyan: #00B4D8;
            --cyan-deep: #0087a4;
            --white: #ffffff;
            --muted: rgba(255,255,255,.72);
            --line: rgba(255,255,255,.20);
            --glass: rgba(255,255,255,.10);
            --glass-strong: rgba(255,255,255,.16);
            --radius: 8px;
        }

        * { box-sizing: border-box; }
        html, body { margin: 0; min-height: 100%; width: 100%; max-width: 100%; overflow-x: hidden; }
        body { min-height: 100vh; font-family: "Montserrat", sans-serif; color: var(--white); background: var(--dark); overflow-x: hidden; overscroll-behavior-x: none; }
        a { color: inherit; }

        .home { position: relative; width: 100%; max-width: 100vw; min-height: 100vh; min-height: 100svh; overflow: hidden; isolation: isolate; display: grid; grid-template-rows: auto 1fr auto; }
        .home::before { content: ""; position: absolute; inset: 0; z-index: -4; background: url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=2200&q=82") center / cover no-repeat; transform: scale(1.015); }
        .home::after { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(100deg, rgba(16,24,32,.94) 0%, rgba(18,29,38,.78) 42%, rgba(18,29,38,.34) 100%), linear-gradient(0deg, rgba(7,15,22,.76) 0%, rgba(7,15,22,.08) 52%), radial-gradient(circle at 50% 38%, rgba(0,180,216,.12), transparent 34%); }
        .home-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(0,0,0,.18), transparent 28%, rgba(0,0,0,.30) 100%); pointer-events: none; }

        .topbar { width: min(100% - 96px, 1280px); margin: 48px auto 0; min-height: 76px; display: flex; align-items: flex-start; justify-content: center; position: relative; z-index: 2; }
        .brand { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; text-decoration: none; }
        .brand img { width: 320px; max-width: 72vw; height: auto; display: block; filter: brightness(0) invert(1); opacity: .96; }
        .brand-line { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; letter-spacing: .34em; text-transform: uppercase; white-space: nowrap; }
        .brand-line::before, .brand-line::after { content: ""; width: 26px; height: 1.5px; background: var(--cyan); border-radius: 99px; }
        .hero { width: min(100% - 72px, 780px); margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 24px 0 18px; position: relative; z-index: 2; }
        .eyebrow { margin: 0 0 22px; color: var(--cyan); font-size: 11px; line-height: 1.4; font-weight: 900; letter-spacing: .32em; text-transform: uppercase; }
        .hero h1 { margin: 0; font-family: "Lora", serif; font-size: clamp(46px, 6.2vw, 74px); line-height: 1; font-weight: 700; letter-spacing: -.04em; text-shadow: 0 24px 60px rgba(0,0,0,.34); }
        .hero p { max-width: 560px; margin: 24px auto 0; color: rgba(255,255,255,.80); font-size: 15px; line-height: 1.75; font-weight: 600; text-shadow: 0 12px 30px rgba(0,0,0,.22); }

        .actions { width: min(100%, 620px); margin-top: 36px; display: grid; gap: 14px; }
        .identity-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
        .identity-btn { min-height: 76px; display: flex; align-items: center; justify-content: center; padding: 18px 20px; border-radius: var(--radius); text-decoration: none; color: #fff; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.26); box-shadow: 0 20px 54px -36px rgba(0,0,0,.72); backdrop-filter: blur(8px); transition: transform .22s ease, background .22s ease, border-color .22s ease; }
        .identity-btn:hover { transform: translateY(-3px); background: rgba(255,255,255,.16); border-color: rgba(0,180,216,.86); }
        .identity-btn strong { font-size: 13px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }

        .simulator { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 16px 20px; border-radius: var(--radius); text-align: left; text-decoration: none; color: #06222b; background: linear-gradient(135deg, var(--cyan) 0%, #00a8c7 58%, #007c94 100%); box-shadow: 0 26px 52px -32px rgba(0,180,216,.72); transition: transform .22s ease, box-shadow .22s ease, filter .22s ease; }
        .simulator:hover { transform: translateY(-3px); filter: brightness(1.05); box-shadow: 0 30px 58px -30px rgba(0,180,216,.88); }
        .sim-icon { width: 48px; height: 48px; border-radius: var(--radius); display: grid; place-items: center; background: rgba(6,34,43,.92); color: var(--cyan); font-size: 20px; }
        .simulator strong { display: block; color: #fff; font-size: 15px; line-height: 1.1; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
        .simulator em { display: block; margin-top: 5px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.35; font-style: normal; font-weight: 700; }
        .sim-cta { min-width: 112px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; background: rgba(255,255,255,.96); color: #052331; font-size: 12px; font-weight: 900; }

        .market { width: min(100% - 72px, 960px); max-width: 100vw; margin: 0 auto 32px; display: grid; gap: 12px; justify-items: center; position: relative; z-index: 2; overflow: hidden; contain: paint; }
        .market-title { color: rgba(230,226,218,.54); font-size: 9px; line-height: 1.4; font-weight: 900; letter-spacing: .34em; text-transform: uppercase; text-align: center; }
        .indicator-row { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; }
        .indicator-pill { min-height: 29px; display: inline-flex; align-items: center; gap: 6px; padding: 0 13px; border-radius: 999px; color: rgba(236,233,226,.80); background: rgba(236,233,226,.105); border: 1px solid rgba(236,233,226,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(8px) saturate(.7); font-size: 11px; font-weight: 800; white-space: nowrap; }
        .indicator-pill strong { color: rgba(255,255,255,.94); font-weight: 900; }
        .indicator-pill .icon-main { color: rgba(236,233,226,.68); }
        .trend-up, .trend-down { color: rgba(236,233,226,.64); }
        .trend-flat { color: rgba(236,233,226,.46); }
        .copyright { color: rgba(255,255,255,.42); font-size: 10px; font-weight: 700; text-align: center; }
        @keyframes indicator-marquee {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }

        @media (max-width: 900px) {
            html, body { overflow-x: hidden; overscroll-behavior-x: none; }
            body { overflow-y: auto; }
            .home { min-height: 100svh; overflow-x: hidden; overflow-y: auto; overscroll-behavior-x: none; }
            .home::before { position: fixed; width: 100vw; height: 100dvh; background-position: 54% center; transform: none; }
            .home::after { position: fixed; width: 100vw; height: 100dvh; background: linear-gradient(180deg, rgba(12,19,26,.72) 0%, rgba(12,19,26,.70) 42%, rgba(12,19,26,.90) 100%), linear-gradient(0deg, rgba(7,15,22,.76) 0%, transparent 48%); }
            .topbar { width: min(100% - 38px, 480px); margin-top: 34px; min-height: 70px; align-items: center; }
            .brand img { width: 258px; }
            .hero { width: min(100% - 36px, 460px); padding: 32px 0 20px; }
            .eyebrow { margin-bottom: 16px; font-size: 10px; letter-spacing: .26em; }
            .hero h1 { font-size: clamp(42px, 11vw, 58px); }
            .hero p { margin-top: 18px; font-size: 13px; line-height: 1.65; }
            .actions { margin-top: 28px; }
            .identity-row { grid-template-columns: 1fr; }
            .identity-btn { min-height: 58px; }
            .simulator { grid-template-columns: auto 1fr auto; padding: 15px; gap: 12px; }
            .sim-icon { width: 42px; height: 42px; font-size: 18px; }
            .simulator strong { font-size: 13px; }
            .simulator em { font-size: 11px; }
            .sim-cta { width: 40px; min-width: 40px; height: 40px; padding: 0; }
            .sim-cta span { display: none; }
            .market { width: min(100% - 34px, 480px); max-width: calc(100vw - 34px); margin-bottom: 24px; overflow: hidden; }
            .indicator-pill { font-size: 10px; min-height: 27px; }
        }

        @media (max-width: 520px) {
            .topbar { margin-top: 28px; }
            .brand img { width: 226px; }
            .brand-line { font-size: 7.5px; gap: 9px; letter-spacing: .28em; }
            .brand-line::before, .brand-line::after { width: 18px; }
            .hero { justify-content: flex-start; padding-top: 38px; }
            .hero h1 { font-size: 44px; }
            .actions { gap: 12px; }
            .market-title { letter-spacing: .24em; }
            .indicator-row.is-marquee { justify-self: start; width: max-content; max-width: none; flex-wrap: nowrap; justify-content: flex-start; animation: indicator-marquee 24s linear infinite; will-change: transform; }
            .indicator-row.is-marquee .indicator-pill { flex: 0 0 auto; }
        }
