:root{--primary:#d4af37;--primary-hover:#c5a017;--background:#f8fafc;--foreground:#1c1c1c;--surface:#ffffff;--surface-hover:#fafafa;--border:#e6e6e6;--text-muted:#555555;--max-width:1200px;--radius:0.5rem}@media (prefers-color-scheme:dark){:root{--primary:#e6b422;--primary-hover:#f1c40f;--background:#121212;--foreground:#f0f0f0;--surface:#1e1e1e;--surface-hover:#2a2a2a;--border:#333333;--text-muted:#aaaaaa}}*{box-sizing:border-box;padding:0;margin:0}body,html{scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none;transition:color .2s ease,opacity .2s ease}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;letter-spacing:-.02em}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.main-content{flex:1 1}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.glass-panel{background:rgba(255,255,255,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius)}@media (prefers-color-scheme:dark){.glass-panel{background:rgba(15,23,42,.7);border:1px solid rgba(255,255,255,.05)}html{color-scheme:dark}}.Header_header__KwdYD{position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:var(--primary);border:none;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.Header_container__vrI8C{display:flex;justify-content:space-between;align-items:center;height:4.5rem}.Header_logo____uDV{font-weight:800;font-size:1.5rem;color:var(--background);letter-spacing:-.05em}.Header_nav__tNWGY{display:flex;align-items:center;gap:2rem}.Header_link__8qxmS{font-size:.95rem;font-weight:600;color:var(--background);opacity:.9}.Header_link__8qxmS:hover{opacity:1}.Header_btn__RDhAL{background:var(--background);color:var(--primary-hover);padding:.6rem 1.5rem;border-radius:9999px;font-size:.95rem;font-weight:700}.Header_btn__RDhAL:hover{background:var(--surface);color:var(--primary-hover)}.Footer_footer__pQtti{border-top:1px solid var(--border);padding:4rem 0 2rem;margin-top:auto;background:var(--surface-hover)}.Footer_container__KpDnW{display:flex;flex-direction:column;gap:3rem}.Footer_top__YBhK_{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.Footer_logo__fUEOF{font-size:1.5rem;font-weight:800;color:var(--primary);margin-bottom:1rem}.Footer_desc__g1cpj{color:var(--text-muted);font-size:.95rem;line-height:1.8}.Footer_nav__0MyM1{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.Footer_link__TBOP7{color:var(--text-muted);font-size:.95rem;font-weight:500}.Footer_link__TBOP7:hover{color:var(--primary)}.Footer_bottom__wxP7Z{padding-top:2rem;border-top:1px solid var(--border)}.Footer_copy__KUC9W{color:var(--text-muted);font-size:.85rem;text-align:center}