 {} *{} #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; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --red: #C8102E; --gold: #FFB81C; --blue: #004687; --teal: #00A9CE; --dark: #0f0f0f; --muted: #666; --light: #f8f6f1; --border: #e5e1d8; --white: #ffffff; --font: 'Outfit', system-ui, sans-serif; } body { font-family: var(--font); background: var(--white); color: var(--dark); line-height: 1.6; -webkit-font-smoothing: antialiased; } /* ── HERO ── */ .hero { background: var(--dark); padding: 80px 40px 72px; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 24px 24px; pointer-events: none; } .hero-glow-red { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: var(--red); opacity: 0.09; top: -200px; left: -100px; filter: blur(70px); pointer-events: none; } .hero-glow-teal { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: var(--teal); opacity: 0.07; bottom: -100px; right: 5%; filter: blur(70px); pointer-events: none; } .hero-inner { max-width: 1120px; margin: 0 auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } .hero-eyebrow { display: inline-block; background: var(--red); color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 16px; margin-bottom: 24px; transform: rotate(-0.8deg); } .hero h1 { font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 900; line-height: 0.95; letter-spacing: -0.03em; color: var(--white); margin-bottom: 20px; } .hero h1 .gold { color: var(--gold); font-style: italic; } .hero-sub { font-size: clamp(1rem, 2vw, 1.15rem); font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.75; margin-bottom: 32px; max-width: 480px; } .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; } /* Resource type pills */ .hero-right { display: flex; flex-direction: column; gap: 12px; } .resource-pill { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 16px 20px; transition: background 0.2s; } .resource-pill:hover { background: rgba(255,255,255,0.09); } .resource-pill-dot { width: 10px; height: 10px; flex-shrink: 0; } .resource-pill-text { font-size: 0.9rem; font-weight: 600; color: rgba(255,255,255,0.75); letter-spacing: 0.02em; } .resource-pill-sub { font-size: 0.75rem; font-weight: 300; color: rgba(255,255,255,0.35); margin-top: 1px; } /* ── TICKER ── */ .ticker-wrap { background: var(--gold); border-top: 3px solid var(--dark); border-bottom: 3px solid var(--dark); overflow: hidden; padding: 12px 0; } .ticker-track { display: flex; animation: ticker 22s linear infinite; width: max-content; } .ticker-track .item { font-size: 0.875rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark); padding: 0 22px; white-space: nowrap; } .ticker-track .sep { color: var(--red); } @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } } /* ── WAVE ── */ .wave-divider { display: block; width: 100%; overflow: hidden; line-height: 0; } .wave-divider svg { display: block; width: 100%; } /* ── SHARED ── */ .section { padding: 80px 40px; max-width: 1120px; margin: 0 auto; } .section-bg { padding: 80px 40px; } .section-bg-inner { max-width: 1120px; margin: 0 auto; } .eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); margin-bottom: 16px; transform: rotate(-0.8deg); } .eyebrow::before { content: ''; width: 22px; height: 3px; background: var(--gold); border-radius: 2px; flex-shrink: 0; } .eyebrow.light { color: rgba(255,255,255,0.6); } .eyebrow.light::before { background: rgba(255,255,255,0.35); } .s-headline { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; color: var(--dark); margin-bottom: 6px; position: relative; display: inline-block; } .s-headline.white { color: var(--white); } .s-headline.underline::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 55%; height: 5px; background: var(--gold); border-radius: 3px; transform: rotate(-0.5deg); opacity: 0.85; } .s-body { font-size: 1rem; font-weight: 400; color: var(--muted); line-height: 1.8; max-width: 620px; margin-top: 12px; } /* ── PADLET SECTION ── */ .padlet-section { background: var(--light); border-top: 3px solid var(--border); } .padlet-inner { max-width: 1120px; margin: 0 auto; padding: 80px 40px; } .padlet-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; } .padlet-wrap { background: var(--white); border: 2px solid var(--border); position: relative; overflow: hidden; } .padlet-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--red), var(--gold), var(--teal)); z-index: 1; } /* Padlet embed */ .padlet-embed-inner { padding-top: 5px; } .padlet-embed-inner .padlet-embed { border: none !important; border-radius: 0 !important; } .padlet-embed-inner iframe { width: 100% !important; min-height: 680px !important; } /* ── MEMBERSHIP CTA ── */ .membership-cta { background: var(--teal); padding: 80px 40px; position: relative; overflow: hidden; } .membership-cta-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; position: relative; z-index: 1; } .membership-cta .s-headline { color: var(--white); } .membership-cta .s-body { color: rgba(255,255,255,0.75); max-width: 100%; } .benefit-list { display: flex; flex-direction: column; gap: 0; margin-top: 28px; border: 1px solid rgba(255,255,255,0.2); } .benefit-item { display: flex; align-items: center; gap: 12px; padding: 13px 18px; border-bottom: 1px solid rgba(255,255,255,0.15); transition: background 0.15s; } .benefit-item:last-child { border-bottom: none; } .benefit-item:hover { background: rgba(255,255,255,0.08); } .benefit-dot { width: 8px; height: 8px; background: var(--gold); flex-shrink: 0; } .benefit-item span { font-size: 0.9rem; font-weight: 600; color: var(--white); } .membership-box { background: var(--white); padding: 40px 36px; position: relative; } .membership-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--red); } .membership-box-label { font-size: 0.9rem; font-weight: 300; font-style: italic; color: var(--red); display: block; margin-bottom: 10px; } .membership-box h3 { font-size: 1.8rem; font-weight: 800; letter-spacing: -0.02em; color: var(--dark); line-height: 1.1; margin-bottom: 12px; } .membership-box p { font-size: 0.9rem; color: var(--muted); line-height: 1.7; margin-bottom: 20px; } .tier-row { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; } .tier-badge { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 8px 16px; border: 2px solid var(--dark); color: var(--dark); background: transparent; } .tier-badge.active { background: var(--dark); color: var(--gold); } /* ── FINAL CTA ── */ .final-cta { background: var(--red); padding: 80px 40px; text-align: center; position: relative; overflow: hidden; } .final-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); } .final-cta::after { content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: rgba(0,0,0,0.08); bottom: -150px; right: -80px; pointer-events: none; } .final-cta-inner { max-width: 600px; margin: 0 auto; position: relative; z-index: 1; } .final-tag { display: inline-block; background: rgba(255,255,255,0.15); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 7px 16px; margin-bottom: 22px; transform: rotate(-0.5deg); } .final-cta h2 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; letter-spacing: -0.03em; color: var(--white); line-height: 1.05; margin-bottom: 14px; } .final-cta h2 em { font-style: italic; color: var(--gold); } .final-cta p { font-size: 1rem; color: rgba(255,255,255,0.75); line-height: 1.75; margin-bottom: 32px; } .final-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; } /* ── BUTTONS ── */ .btn { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font); font-size: 0.875rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 13px 24px; transition: transform 0.15s, box-shadow 0.15s; cursor: pointer; border: none; white-space: nowrap; } .btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); } .btn:active { transform: translateY(0); box-shadow: none; } .btn-gold { background: var(--gold); color: var(--dark); } .btn-red { background: var(--red); color: var(--white); } .btn-dark { background: var(--dark); color: var(--white); } .btn-white { background: var(--white); color: var(--dark); } .btn-outline-white { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.4); } /* ── FOOTER ── */ .footer { background: #0a0a0a; padding: 48px 40px 28px; } .footer-inner { max-width: 1120px; margin: 0 auto; } .footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.07); } .footer-logo { font-size: 1.8rem; font-weight: 900; font-style: italic; color: var(--gold); letter-spacing: -0.03em; } .footer-tagline { font-size: 0.875rem; font-weight: 300; color: rgba(255,255,255,0.3); margin-top: 6px; } .footer-links { display: flex; flex-wrap: wrap; gap: 12px 28px; max-width: 520px; } .footer-links a { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.15s; } .footer-links a:hover { color: var(--gold); } .footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.18); text-align: center; line-height: 1.8; } /* ── RESPONSIVE ── */ @media (max-width: 860px) { .hero-inner { grid-template-columns: 1fr; gap: 40px; } .membership-cta-inner { grid-template-columns: 1fr; gap: 36px; } .padlet-header { flex-direction: column; align-items: flex-start; } .hero, .section, .section-bg, .padlet-inner, .membership-cta, .final-cta, .footer { padding-left: 24px; padding-right: 24px; } .footer-top { flex-direction: column; } }
