 {} *{} {} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } :root { --bg-dark: #050608; --bg-alt: #0c0f14; --gold: #f5c354; --gold-soft: rgba(245,195,84,0.2); --text-main: #f5f5f5; --text-muted: #b3b3b3; --border-soft: #262a3b; --max-width: 1080px; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top, #262a40 0, transparent 55%), radial-gradient(circle at bottom, #181824 0, #050608 60%); color: var(--text-main); line-height: 1.6; min-height: 100vh; } a { color: inherit; text-decoration: none; } .apex-page { max-width: var(--max-width); margin: 0 auto; padding: 2.5rem 1.5rem 3rem; } /* HEADER */ .apex-header { text-align: center; margin-bottom: 2.2rem; } .apex-eyebrow { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold); margin-bottom: 0.4rem; } .apex-title { font-size: clamp(2.2rem, 4vw, 3rem); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 800; margin-bottom: 0.3rem; } .apex-subtitle { font-size: 0.95rem; color: var(--text-muted); max-width: 32rem; margin: 0.3rem auto 0; } .apex-divider { height: 1px; background: linear-gradient(to right, transparent, var(--gold-soft), transparent); margin: 2rem 0; } /* MANIFESTO CARD */ .apex-manifesto { background: linear-gradient(145deg, rgba(12,15,20,0.97), rgba(4,6,10,0.98)); border-radius: 24px; border: 1px solid var(--border-soft); padding: 2rem 1.7rem; box-shadow: 0 18px 40px rgba(0,0,0,0.85); position: relative; overflow: hidden; margin-bottom: 2.5rem; } .apex-manifesto::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(245,195,84,0.16), transparent 60%); mix-blend-mode: screen; pointer-events: none; } .apex-manifesto-heading { font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); margin-bottom: 1rem; } .apex-manifesto-body { position: relative; z-index: 1; font-size: 0.95rem; color: var(--text-main); white-space: pre-line; line-height: 1.6; } .apex-manifesto-body strong { color: var(--gold); } /* POSTER SECTION */ .apex-poster-section { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr); gap: 2rem; align-items: flex-start; } @media (max-width: 860px) { .apex-poster-section { grid-template-columns: 1fr; } } .apex-poster-text { max-width: 480px; } .apex-poster-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; } .apex-poster-copy { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 1rem; } .apex-poster-steps { font-size: 0.88rem; color: var(--text-muted); margin-left: 1rem; margin-bottom: 1.3rem; } .apex-poster-steps li { margin-bottom: 0.25rem; } /* BUTTONS */ .apex-btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; } .apex-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.8rem 1.7rem; border-radius: 999px; border: 1px solid var(--gold); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.13em; cursor: pointer; transition: all 0.2s ease; text-decoration: none; white-space: nowrap; } .apex-btn-primary { background: linear-gradient(135deg, #f5c354, #ff9a3c); border-color: transparent; color: #050608; box-shadow: 0 10px 25px rgba(0,0,0,0.8); } .apex-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,0.95); } .apex-btn-outline { background: transparent; color: var(--gold); } .apex-btn-outline:hover { background: rgba(245,195,84,0.12); } /* POSTER PREVIEW */ .apex-poster-frame { border-radius: 22px; border: 1px solid var(--gold-soft); background: radial-gradient(circle at top, rgba(245,195,84,0.14), rgba(3,4,7,0.98)); padding: 0.9rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 16px 40px rgba(0,0,0,0.85); } .apex-poster-image { display: block; width: 100%; max-width: 420px; height: auto; border-radius: 18px; } /* FOOTER */ .apex-footer { text-align: center; font-size: 0.75rem; color: var(--text-muted); margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.04); } .apex-footer { background: linear-gradient(135deg, rgba(245,195,84,0.12), rgba(5,6,8,0.95)); border-top: 1px solid rgba(245,195,84,0.3); padding: 18px 10px; text-align: center; font-family: 'Montserrat', sans-serif; } .apex-footer-inner { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; } .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; } .footer-links a { color: #f5c354; text-decoration: none; transition: color 0.2s ease; } .footer-links a:hover { color: #ffd773; text-decoration: underline; } .footer-links span { color: rgba(245,195,84,0.4); } .footer-copy { font-size: 11px; color: #e3e4e7; letter-spacing: 0.14em; text-transform: uppercase; }
