 {} *{} {} #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-section: #0c0f14; --accent-gold: #f5c354; --accent-red: #ff4b4b; --text-main: #f5f5f5; --text-muted: #b3b3b3; --border-soft: #20242f; --max-width: 1100px; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Open Sans', sans-serif; background: radial-gradient(circle at top, #151822 0, #050608 55%); color: var(--text-main); line-height: 1.6; } a { text-decoration: none; color: inherit; } .page-wrap { min-height: 100vh; } header { border-bottom: 1px solid var(--border-soft); background: rgba(5, 6, 8, 0.92); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 20; } .nav-inner { max-width: var(--max-width); margin: 0 auto; padding: 0.75rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; } .brand { display: flex; align-items: center; gap: 0.75rem; } .brand-logo { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--accent-gold); display: flex; align-items: center; justify-content: center; background: #000; overflow: hidden; } .brand-logo img { width: 100%; height: 100%; object-fit: cover; } .brand-text { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700; letter-spacing: 0.12em; font-size: 0.8rem; color: var(--text-muted); } .brand-text span { display: block; font-size: 1.05rem; letter-spacing: 0.18em; color: var(--accent-gold); } .nav-cta { display: flex; align-items: center; gap: 0.75rem; font-size: 0.8rem; color: var(--text-muted); } .nav-cta strong { color: var(--accent-gold); text-transform: uppercase; letter-spacing: 0.08em; } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.85rem 1.8rem; border-radius: 999px; border: none; cursor: pointer; font-family: 'Oswald', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.12em; transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease; white-space: nowrap; } .btn-primary { background: linear-gradient(135deg, #f5c354, #ff9a3c); color: #050608; box-shadow: 0 10px 25px rgba(0,0,0,0.6); } .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(0,0,0,0.75); } .btn-outline { border: 1px solid var(--accent-gold); color: var(--accent-gold); background: transparent; } .btn-outline:hover { background: rgba(245,195,84,0.12); } /* HERO */ .hero { max-width: var(--max-width); margin: 0 auto; padding: 3.5rem 1.25rem 2.5rem; display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr); gap: 3rem; align-items: center; } @media (max-width: 900px) { .hero { grid-template-columns: 1fr; padding-top: 2.5rem; } } .eyebrow { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent-gold); margin-bottom: 0.75rem; font-family: 'Oswald', sans-serif; } .hero h1 { font-family: 'Oswald', sans-serif; font-size: clamp(2.4rem, 3.8vw, 3.6rem); line-height: 1.05; text-transform: uppercase; margin-bottom: 1rem; } .hero h1 span { color: var(--accent-gold); } .hero-sub { font-size: 1rem; color: var(--text-muted); max-width: 34rem; margin-bottom: 1.4rem; } .hero-sub strong { color: #ffffff; } .hero-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.75rem; font-size: 0.8rem; } .badge { border-radius: 999px; padding: 0.35rem 0.9rem; border: 1px solid var(--border-soft); background: rgba(12,15,20,0.8); display: inline-flex; align-items: center; gap: 0.4rem; color: var(--text-muted); } .badge.hot { border-color: var(--accent-red); color: #ffecec; } .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-red); box-shadow: 0 0 12px rgba(255,75,75,0.8); } .hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-bottom: 1.4rem; } .hero-note { font-size: 0.8rem; color: var(--text-muted); } .hero-note strong { color: #fff; } .hero-right { background: radial-gradient(circle at top, #2b2f3d 0, #050608 55%); border-radius: 22px; border: 1px solid var(--border-soft); padding: 1.75rem 1.5rem; box-shadow: 0 18px 45px rgba(0,0,0,0.7); position: relative; overflow: hidden; } .hero-right::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(245,195,84,0.22), transparent 60%); pointer-events: none; } .hero-logo-wrap { text-align: center; margin-bottom: 1rem; } .hero-logo { width: 140px; height: 140px; border-radius: 50%; margin: 0 auto 0.75rem; background: #000; border: 2px solid var(--accent-gold); display: flex; align-items: center; justify-content: center; overflow: hidden; } .hero-logo img { width: 100%; height: 100%; object-fit: cover; } .hero-right h2 { font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 1.1rem; letter-spacing: 0.16em; color: var(--accent-gold); margin-bottom: 0.5rem; } .hero-right p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 1.1rem; } .mini-list { list-style: none; font-size: 0.86rem; color: var(--text-main); margin: 0 0 1.3rem; } .mini-list li { display: flex; align-items: flex-start; gap: 0.55rem; margin-bottom: 0.45rem; } .mini-list span.bullet { width: 10px; height: 10px; border-radius: 50%; border: 2px solid var(--accent-gold); margin-top: 0.15rem; flex-shrink: 0; } .hero-guarantee { font-size: 0.75rem; color: var(--text-muted); border-top: 1px dashed var(--border-soft); padding-top: 0.75rem; margin-top: 0.6rem; } /* SECTIONS */ section { padding: 2.5rem 1.25rem; } .section-inner { max-width: var(--max-width); margin: 0 auto; } .section-title { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.9rem; color: var(--accent-gold); margin-bottom: 0.5rem; } .section-headline { font-family: 'Oswald', sans-serif; font-size: 1.5rem; margin-bottom: 1rem; } .section-lead { color: var(--text-muted); max-width: 44rem; font-size: 0.95rem; margin-bottom: 1.5rem; } .grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; } .grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem; } @media (max-width: 900px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } } .card { border-radius: 16px; border: 1px solid var(--border-soft); background: linear-gradient(145deg, rgba(12,15,20,0.95), rgba(6,7,11,0.95)); padding: 1.3rem 1.25rem; } .card h3 { font-family: 'Oswald', sans-serif; font-size: 1.05rem; margin-bottom: 0.5rem; } .card p { font-size: 0.9rem; color: var(--text-muted); } .pill { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.25rem 0.75rem; border-radius: 999px; border: 1px solid var(--border-soft); font-size: 0.75rem; color: var(--text-muted); margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.12em; font-family: 'Oswald', sans-serif; } .pill span { width: 6px; height: 6px; border-radius: 999px; background: var(--accent-gold); } .highlight { color: var(--accent-gold); font-weight: 600; } /* JOIN SECTION */ #join { background: radial-gradient(circle at top, #1b1f2c 0, #050608 55%); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); } .join-wrap { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 2rem; align-items: flex-start; } @media (max-width: 900px) { .join-wrap { grid-template-columns: 1fr; } } form { display: grid; gap: 0.9rem; } label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.14em; font-family: 'Oswald', sans-serif; color: var(--text-muted); } input, textarea, select { width: 100%; padding: 0.7rem 0.8rem; border-radius: 10px; border: 1px solid #272b38; background: #050608; color: var(--text-main); font-size: 0.9rem; outline: none; transition: border 0.12s ease, box-shadow 0.12s ease, background 0.12s ease; } input:focus, textarea:focus, select:focus { border-color: var(--accent-gold); box-shadow: 0 0 0 1px rgba(245,195,84,0.35); background: #070910; } textarea { min-height: 120px; resize: vertical; } .form-footnote { font-size: 0.75rem; color: var(--text-muted); margin-top: 0.5rem; } .join-aside { font-size: 0.9rem; color: var(--text-muted); } .join-aside h3 { font-family: 'Oswald', sans-serif; font-size: 1.05rem; margin-bottom: 0.4rem; } .join-aside ul { list-style: none; padding-left: 0; margin-top: 0.75rem; } .join-aside li { margin-bottom: 0.45rem; position: relative; padding-left: 1.1rem; } .join-aside li::before { content: "•"; position: absolute; left: 0; color: var(--accent-gold); } .join-aside-callout { border-radius: 14px; border: 1px dashed var(--accent-gold); background: rgba(245,195,84,0.06); padding: 0.8rem 0.9rem; font-size: 0.8rem; color: #fff; margin-top: 1rem; } /* FOOTER */ footer { padding: 1.8rem 1.25rem 2.2rem; text-align: center; font-size: 0.75rem; color: var(--text-muted); } footer a { color: var(--accent-gold); } :root { --bg-dark: #050608; --bg-section: #0c0f14; --accent-gold: #f5c354; --accent-red: #ff4b4b; --text-main: #f5f5f5; --text-muted: #b3b3b3; --border-soft: #20242f; --max-width: 1100px; } .apex-page * { box-sizing: border-box; margin: 0; padding: 0; } .apex-page { font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top, #151822 0, #050608 55%); color: var(--text-main); line-height: 1.6; min-height: 100vh; margin: 0 -20px; /* stretch to page edges a bit */ padding-bottom: 40px; } .apex-page a { text-decoration: none; color: inherit; } .apex-inner { max-width: var(--max-width); margin: 0 auto; padding: 0 1.25rem 3rem; } /* TOP BAR (NO sticky header tag to avoid theme conflict) */ .apex-nav-wrap { border-bottom: 1px solid var(--border-soft); background: rgba(5, 6, 8, 0.96); backdrop-filter: blur(10px); margin-bottom: 0; } .apex-nav { max-width: var(--max-width); margin: 0 auto; padding: 0.75rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; } .apex-brand { display: flex; align-items: center; gap: 0.75rem; } .apex-brand-logo { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--accent-gold); display: flex; align-items: center; justify-content: center; background: #000; overflow: hidden; } .apex-brand-logo img { width: 100%; height: 100%; object-fit: cover; } .apex-brand-text { text-transform: uppercase; font-family: 'Oswald', system-ui, sans-serif; font-weight: 700; letter-spacing: 0.12em; font-size: 0.8rem; color: var(--text-muted); } .apex-brand-text span { display: block; font-size: 1.05rem; letter-spacing: 0.18em; color: var(--accent-gold); } .apex-nav-cta { display: flex; align-items: center; gap: 0.75rem; font-size: 0.8rem; color: var(--text-muted); } .apex-nav-cta strong { color: var(--accent-gold); text-transform: uppercase; letter-spacing: 0.08em; } .apex-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.85rem 1.8rem; border-radius: 999px; border: none; cursor: pointer; font-family: 'Oswald', system-ui, sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.12em; transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease; white-space: nowrap; } .apex-btn-primary { background: linear-gradient(135deg, #f5c354, #ff9a3c); color: #050608; box-shadow: 0 10px 25px rgba(0,0,0,0.6); } .apex-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(0,0,0,0.75); } .apex-btn-outline { border: 1px solid var(--accent-gold); color: var(--accent-gold); background: transparent; } .apex-btn-outline:hover { background: rgba(245,195,84,0.12); } /* HERO */ .apex-hero { max-width: var(--max-width); margin: 0 auto; padding: 3.5rem 3.25rem 2.5rem; display: grid; grid-template-columns: minmax(3, 3fr) minmax(0, 2.3fr); gap: 3rem; align-items: center; } @media (max-width: 900px) { .apex-hero { grid-template-columns: 1fr; padding-top: 2rem; } } .apex-eyebrow { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent-gold); margin-bottom: 0.75rem; font-family: 'Oswald', system-ui, sans-serif; } .apex-hero h1 { font-family: 'Oswald', system-ui, sans-serif; font-size: clamp(2.4rem, 3.8vw, 3.6rem); line-height: 1.05; text-transform: uppercase; margin-bottom: 1rem; } .apex-hero h1 span { color: var(--accent-gold); } .apex-hero-sub { font-size: 1rem; color: var(--text-muted); max-width: 34rem; margin-bottom: 1.4rem; } .apex-hero-sub strong { color: #ffffff; } .apex-hero-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.75rem; font-size: 0.8rem; } .apex-badge { border-radius: 999px; padding: 0.35rem 0.9rem; border: 1px solid var(--border-soft); background: rgba(12,15,20,0.8); display: inline-flex; align-items: center; gap: 0.4rem; color: var(--text-muted); } .apex-badge.hot { border-color: var(--accent-red); color: #ffecec; } .apex-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-red); box-shadow: 0 0 12px rgba(255,75,75,0.8); } .apex-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-bottom: 1.4rem; } .apex-hero-note { font-size: 0.8rem; color: var(--text-muted); } .apex-hero-note strong { color: #fff; } .apex-hero-right { background: radial-gradient(circle at top, #2b2f3d 0, #050608 55%); border-radius: 22px; border: 1px solid var(--border-soft); padding: 1.75rem 1.5rem; box-shadow: 0 18px 45px rgba(0,0,0,0.7); position: relative; overflow: hidden; } .apex-hero-right::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(245,195,84,0.22), transparent 60%); pointer-events: none; } .apex-hero-logo-wrap { text-align: center; margin-bottom: 1rem; } .apex-hero-logo { width: 140px; height: 140px; border-radius: 50%; margin: 0 auto 0.75rem; background: #000; border: 2px solid var(--accent-gold); display: flex; align-items: center; justify-content: center; overflow: hidden; } .apex-hero-logo img { width: 100%; height: 100%; object-fit: cover; } .apex-hero-right h2 { font-family: 'Oswald', system-ui, sans-serif; text-transform: uppercase; font-size: 1.1rem; letter-spacing: 0.16em; color: var(--accent-gold); margin-bottom: 0.5rem; } .apex-hero-right p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 1.1rem; } .apex-mini-list { list-style: none; font-size: 0.86rem; color: var(--text-main); margin: 0 0 1.3rem; padding: 0; } .apex-mini-list li { display: flex; align-items: flex-start; gap: 0.55rem; margin-bottom: 0.45rem; } .apex-mini-list span.bullet { width: 10px; height: 10px; border-radius: 50%; border: 2px solid var(--accent-gold); margin-top: 0.15rem; flex-shrink: 0; } .apex-hero-guarantee { font-size: 0.75rem; color: var(--text-muted); border-top: 1px dashed var(--border-soft); padding-top: 0.75rem; margin-top: 0.6rem; } /* GENERIC SECTIONS */ .apex-section { padding: 2.5rem 1.25rem; } .apex-section-inner { max-width: var(--max-width); margin: 0 auto; } .apex-section-title { font-family: 'Oswald', system-ui, sans-serif; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.9rem; color: var(--accent-gold); margin-bottom: 0.5rem; } .apex-section-headline { font-family: 'Oswald', system-ui, sans-serif; font-size: 1.5rem; margin-bottom: 1rem; } .apex-section-lead { color: var(--text-muted); max-width: 44rem; font-size: 0.95rem; margin-bottom: 1.5rem; } .apex-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; } .apex-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem; } @media (max-width: 900px) { .apex-grid-3, .apex-grid-2 { grid-template-columns: 1fr; } } .apex-card { border-radius: 16px; border: 1px solid var(--border-soft); background: linear-gradient(145deg, rgba(12,15,20,0.95), rgba(6,7,11,0.95)); padding: 1.3rem 1.25rem; } .apex-card h3 { font-family: 'Oswald', system-ui, sans-serif; font-size: 1.05rem; margin-bottom: 0.5rem; } .apex-card p { font-size: 0.9rem; color: var(--text-muted); } .apex-pill { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.25rem 0.75rem; border-radius: 999px; border: 1px solid var(--border-soft); font-size: 0.75rem; color: var(--text-muted); margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.12em; font-family: 'Oswald', system-ui, sans-serif; } .apex-pill span { width: 6px; height: 6px; border-radius: 999px; background: var(--accent-gold); } .apex-highlight { color: var(--accent-gold); font-weight: 600; } /* JOIN SECTION */ #apex-join { background: radial-gradient(circle at top, #1b1f2c 0, #050608 55%); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); } .apex-join-wrap { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 2rem; align-items: flex-start; } @media (max-width: 900px) { .apex-join-wrap { grid-template-columns: 1fr; } } .apex-form { display: grid; gap: 0.9rem; } .apex-form label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.14em; font-family: 'Oswald', system-ui, sans-serif; color: var(--text-muted); } .apex-form input, .apex-form textarea, .apex-form select { width: 100%; padding: 0.7rem 0.8rem; border-radius: 10px; border: 1px solid #272b38; background: #050608; color: var(--text-main); font-size: 0.9rem; outline: none; transition: border 0.12s ease, box-shadow 0.12s ease, background 0.12s ease; } .apex-form input:focus, .apex-form textarea:focus, .apex-form select:focus { border-color: var(--accent-gold); box-shadow: 0 0 0 1px rgba(245,195,84,0.35); background: #070910; } .apex-form textarea { min-height: 120px; resize: vertical; } .apex-form-footnote { font-size: 0.75rem; color: var(--text-muted); margin-top: 0.5rem; } .apex-join-aside { font-size: 0.9rem; color: var(--text-muted); } .apex-join-aside h3 { font-family: 'Oswald', system-ui, sans-serif; font-size: 1.05rem; margin-bottom: 0.4rem; } .apex-join-aside ul { list-style: none; padding-left: 0; margin-top: 0.75rem; } .apex-join-aside li { margin-bottom: 0.45rem; position: relative; padding-left: 1.1rem; } .apex-join-aside li::before { content: "•"; position: absolute; left: 0; color: var(--accent-gold); } .apex-join-aside-callout { border-radius: 14px; border: 1px dashed var(--accent-gold); background: rgba(245,195,84,0.06); padding: 0.8rem 0.9rem; font-size: 0.8rem; color: #fff; margin-top: 1rem; } /* FOOTER */ .apex-footer { padding: 1.8rem 1.25rem 0.5rem; text-align: center; font-size: 0.75rem; color: var(--text-muted); } .apex-footer a { color: var(--accent-gold); } /* APEX HUSTLE LANDING – scoped so it doesn't break rest of site */ .apex-hustle-landing { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top, #151822 0, #050608 55%); color: #f5f5f5; line-height: 1.6; padding: 0; margin: 0; } .apex-hustle-landing a { text-decoration: none; color: inherit; } .apex-hustle-landing .container { max-width: 1100px; margin: 0 auto; padding: 0 1.25rem; } /* TOP BAR */ .apex-topbar { border-bottom: 1px solid #20242f; background: rgba(5, 6, 8, 0.96); backdrop-filter: blur(10px); margin-bottom: 0; } .apex-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem 1.25rem; /* increased height */ max-width: 1100px; margin: 0 auto; } .apex-brand { display: flex; align-items: center; gap: 0.75rem; } .apex-logo-circle { width: 44px; height: 44px; border-radius: 50%; border: 2px solid #f5c354; background: #000; display: flex; align-items: center; justify-content: center; overflow: hidden; } .apex-logo-circle img { width: 100%; height: 100%; object-fit: cover; } .apex-brand-text { text-transform: uppercase; font-weight: 700; letter-spacing: 0.12em; font-size: 0.8rem; color: #b3b3b3; } .apex-brand-text span { display: block; font-size: 1.05rem; letter-spacing: 0.18em; color: #f5c354; } .apex-top-cta { display: flex; align-items: center; gap: 0.75rem; font-size: 0.8rem; color: #b3b3b3; flex-wrap: wrap; justify-content: flex-end; } .apex-top-cta strong { color: #f5c354; text-transform: uppercase; letter-spacing: 0.08em; } .apex-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.85rem 1.8rem; border-radius: 999px; border: none; cursor: pointer; font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.12em; transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease; white-space: nowrap; } .apex-btn-primary { background: linear-gradient(135deg, #f5c354, #ff9a3c); color: #050608; box-shadow: 0 10px 25px rgba(0,0,0,0.6); } .apex-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(0,0,0,0.75); } .apex-btn-outline { border: 1px solid #f5c354; color: #f5c354; background: transparent; } .apex-btn-outline:hover { background: rgba(245,195,84,0.12); } /* HERO SECTION */ .apex-hero { padding: 2.75rem 0 2.5rem; } .apex-hero-grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr); gap: 3rem; align-items: center; } @media (max-width: 900px) { .apex-hero-grid { grid-template-columns: 1fr; gap: 2rem; } } .apex-eyebrow { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.18em; color: #f5c354; margin-bottom: 0.75rem; font-weight: 600; } .apex-hero h1 { font-size: clamp(2.2rem, 3.6vw, 3.4rem); line-height: 1.05; text-transform: uppercase; margin-bottom: 1rem; font-weight: 800; } .apex-hero h1 span { color: #f5c354; } .apex-hero-sub { font-size: 1rem; color: #b3b3b3; max-width: 34rem; margin-bottom: 1.4rem; } .apex-hero-sub strong { color: #ffffff; } .apex-hero-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.75rem; font-size: 0.8rem; } .apex-badge { border-radius: 999px; padding: 0.35rem 0.9rem; border: 1px solid #20242f; background: rgba(12,15,20,0.9); display: inline-flex; align-items: center; gap: 0.4rem; color: #b3b3b3; } .apex-badge.hot { border-color: #ff4b4b; color: #ffecec; } .apex-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff4b4b; box-shadow: 0 0 12px rgba(255,75,75,0.8); } .apex-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-bottom: 1.4rem; } .apex-hero-note { font-size: 0.8rem; color: #b3b3b3; } .apex-hero-note strong { color: #ffffff; } .apex-hero-card { background: radial-gradient(circle at top, #2b2f3d 0, #050608 55%); border-radius: 22px; border: 1px solid #20242f; padding: 1.75rem 1.5rem; box-shadow: 0 18px 45px rgba(0,0,0,0.7); position: relative; overflow: hidden; } .apex-hero-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(245,195,84,0.22), transparent 60%); pointer-events: none; } .apex-hero-logo-wrap { text-align: center; margin-bottom: 1rem; position: relative; z-index: 1; } .apex-hero-logo { width: 140px; height: 140px; border-radius: 50%; margin: 0 auto 0.75rem; background: #000; border: 2px solid #f5c354; display: flex; align-items: center; justify-content: center; overflow: hidden; } .apex-hero-logo img { width: 100%; height: 100%; object-fit: cover; } .apex-hero-card h2 { text-transform: uppercase; font-size: 1.1rem; letter-spacing: 0.16em; color: #f5c354; margin-bottom: 0.5rem; font-weight: 700; } .apex-hero-card p { font-size: 0.88rem; color: #b3b3b3; margin-bottom: 1.1rem; position: relative; z-index: 1; } .apex-mini-list { list-style: none; font-size: 0.86rem; color: #f5f5f5; margin: 0 0 1.3rem; padding: 0; position: relative; z-index: 1; } .apex-mini-list li { display: flex; align-items: flex-start; gap: 0.55rem; margin-bottom: 0.45rem; } .apex-mini-list span.bullet { width: 10px; height: 10px; border-radius: 50%; border: 2px solid #f5c354; margin-top: 0.15rem; flex-shrink: 0; } .apex-hero-guarantee { font-size: 0.75rem; color: #b3b3b3; border-top: 1px dashed #20242f; padding-top: 0.75rem; margin-top: 0.6rem; position: relative; z-index: 1; } .apex-highlight { color: #f5c354; font-weight: 600; } /* GENERIC SECTIONS */ .apex-section { padding: 2.5rem 0; } .apex-section-title { text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.9rem; color: #f5c354; margin-bottom: 0.5rem; font-weight: 600; } .apex-section-headline { font-size: 1.6rem; margin-bottom: 1rem; font-weight: 700; } .apex-section-lead { color: #b3b3b3; max-width: 44rem; font-size: 0.95rem; margin-bottom: 1.5rem; } .apex-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; } .apex-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem; } @media (max-width: 900px) { .apex-grid-3, .apex-grid-2 { grid-template-columns: 1fr; } } .apex-card { border-radius: 16px; border: 1px solid #20242f; background: linear-gradient(145deg, rgba(12,15,20,0.95), rgba(6,7,11,0.95)); padding: 1.3rem 1.25rem; } .apex-card h3 { font-size: 1.05rem; margin-bottom: 0.5rem; font-weight: 700; } .apex-card p { font-size: 0.9rem; color: #b3b3b3; } .apex-pill { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.25rem 0.75rem; border-radius: 999px; border: 1px solid #20242f; font-size: 0.75rem; color: #b3b3b3; margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; } .apex-pill span { width: 6px; height: 6px; border-radius: 999px; background: #f5c354; } /* JOIN SECTION */ #apex-join { background: radial-gradient(circle at top, #1b1f2c 0, #050608 55%); border-top: 1px solid #20242f; border-bottom: 1px solid #20242f; } .apex-join-wrap { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 2rem; align-items: flex-start; } @media (max-width: 900px) { .apex-join-wrap { grid-template-columns: 1fr; } } .apex-form { display: grid; gap: 0.9rem; } .apex-form label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.14em; color: #b3b3b3; font-weight: 600; } .apex-form input, .apex-form textarea, .apex-form select { width: 100%; padding: 0.7rem 0.8rem; border-radius: 10px; border: 1px solid #272b38; background: #050608; color: #f5f5f5; font-size: 0.9rem; outline: none; transition: border 0.12s ease, box-shadow 0.12s ease, background 0.12s ease; } .apex-form input:focus, .apex-form textarea:focus, .apex-form select:focus { border-color: #f5c354; box-shadow: 0 0 0 1px rgba(245,195,84,0.35); background: #070910; } .apex-form textarea { min-height: 120px; resize: vertical; } .apex-form-footnote { font-size: 0.75rem; color: #b3b3b3; margin-top: 0.5rem; } .apex-join-aside { font-size: 0.9rem; color: #b3b3b3; } .apex-join-aside h3 { font-size: 1.05rem; margin-bottom: 0.4rem; font-weight: 700; } .apex-join-aside ul { list-style: none; padding-left: 0; margin-top: 0.75rem; } .apex-join-aside li { margin-bottom: 0.45rem; position: relative; padding-left: 1.1rem; } .apex-join-aside li::before { content: "•"; position: absolute; left: 0; color: #f5c354; } .apex-join-aside-callout { border-radius: 14px; border: 1px dashed #f5c354; background: rgba(245,195,84,0.06); padding: 0.8rem 0.9rem; font-size: 0.8rem; color: #ffffff; margin-top: 1rem; } /* FOOTER */ .apex-footer { padding: 1.8rem 1.25rem 0.5rem; text-align: center; font-size: 0.75rem; color: #b3b3b3; }
