 {} *{} #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; } /* ================================================ FAITH IN ACTION THANK YOU PAGE — FULL STYLES ================================================ */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #0a0a0a; --dark: #111111; --dark-card: #1a1a1a; --dark-card2: #222222; --border: #2a2a2a; --gold: #c9a84c; --gold-light: #e8c97a; --red: #cc0000; --white: #ffffff; --grey: #999999; --grey-light: #cccccc; --font-display: 'Playfair Display', 'Cormorant Garamond', Georgia, serif; --font-body: 'DM Sans', system-ui, sans-serif; } html { scroll-behavior: smooth; } body { background: var(--black); color: var(--white); font-family: var(--font-body); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; } #fia-ty-page { min-height: 100vh; background: var(--black); } /* ---- CONTAINER ---- */ .fia-container { max-width: 780px; margin: 0 auto; padding: 0 24px; } /* ---- NAV ---- */ .fia-nav { display: flex; justify-content: center; align-items: center; padding: 24px 24px 20px; border-bottom: 1px solid var(--border); background: var(--dark); } .fia-nav img { height: 56px; width: auto; } /* ---- HERO ---- */ .fia-hero { background: var(--dark); padding: 64px 0 72px; text-align: center; } .fia-confirm-badge { display: inline-block; background: rgba(201,168,76,0.15); border: 1px solid var(--gold); color: var(--gold); font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 18px; border-radius: 2px; margin-bottom: 28px; } .fia-hero h1 { font-family: var(--font-display); font-size: clamp(36px, 6vw, 58px); font-weight: 700; line-height: 1.15; color: var(--white); margin-bottom: 4px; } .fia-accent { display: block; font-style: italic; color: var(--red); } .fia-hero-sub { font-size: 17px; color: var(--grey-light); max-width: 520px; margin: 20px auto 36px; line-height: 1.65; } .fia-spam-box { background: var(--dark-card); border: 1px solid var(--border); border-left: 3px solid var(--gold); border-radius: 4px; padding: 20px 24px; text-align: left; max-width: 560px; margin: 0 auto; } .fia-spam-title { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; } .fia-spam-box p { font-size: 14px; color: var(--grey-light); line-height: 1.65; } .fia-spam-box strong { color: var(--white); } /* ---- SECTION LABEL + DIVIDER ---- */ .fia-section-label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; } .fia-gold-divider { width: 40px; height: 2px; background: var(--gold); margin: 0 auto 24px; } /* ---- STEPS SECTION ---- */ .fia-steps-section { padding: 80px 0; background: var(--black); } .fia-steps-header { text-align: center; margin-bottom: 48px; } .fia-steps-header h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: var(--white); line-height: 1.2; } .fia-steps-grid { display: flex; flex-direction: column; gap: 20px; } .fia-step-card { display: flex; gap: 20px; background: var(--dark-card); border: 1px solid var(--border); border-radius: 6px; padding: 28px 28px 28px 24px; align-items: flex-start; transition: border-color 0.3s ease; } .fia-step-card:hover { border-color: rgba(201,168,76,0.4); } .fia-step-num { flex-shrink: 0; width: 36px; height: 36px; background: var(--red); color: var(--white); font-family: var(--font-display); font-size: 17px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; } .fia-step-content h4 { font-family: var(--font-body); font-size: 16px; font-weight: 600; color: var(--white); margin-bottom: 8px; } .fia-step-content p { font-size: 14px; color: var(--grey-light); line-height: 1.65; } .fia-cal-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; } .fia-cal-btn { display: inline-block; background: var(--dark-card2); border: 1px solid var(--border); color: var(--grey-light); font-family: var(--font-body); font-size: 12px; font-weight: 500; padding: 6px 14px; border-radius: 3px; text-decoration: none; transition: all 0.2s ease; } .fia-cal-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--black); } /* ---- REWARDS SECTION ---- */ .fia-rewards-section { padding: 80px 0; background: var(--dark); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); } .fia-rewards-header { text-align: center; margin-bottom: 48px; } .fia-rewards-header h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: var(--white); margin-bottom: 14px; line-height: 1.2; } .fia-rewards-header p { font-size: 15px; color: var(--grey-light); max-width: 500px; margin: 0 auto; line-height: 1.65; } .fia-rewards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; } @media (max-width: 560px) { .fia-rewards-grid { grid-template-columns: 1fr; } } .fia-reward-card { background: var(--dark-card); border: 1px solid var(--border); border-radius: 6px; padding: 22px 20px; display: flex; flex-direction: column; gap: 6px; transition: border-color 0.3s ease, transform 0.3s ease; } .fia-reward-card:hover { border-color: rgba(201,168,76,0.4); transform: translateY(-2px); } .fia-reward-pts { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--gold); line-height: 1; } .fia-pts-label { font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--gold); margin-left: 3px; vertical-align: middle; } .fia-reward-action { font-size: 14px; font-weight: 600; color: var(--white); } .fia-reward-desc { font-size: 13px; color: var(--grey); line-height: 1.5; } .fia-vip-note { text-align: center; font-size: 13px; color: var(--grey); font-style: italic; margin-top: 8px; } /* ---- VIP SECTION ---- */ .fia-vip-section { padding: 80px 0; background: var(--black); } .fia-vip-box { background: var(--dark-card); border: 1px solid var(--border); border-radius: 8px; padding: 52px 48px; text-align: center; position: relative; overflow: hidden; } .fia-vip-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--red), var(--gold)); } @media (max-width: 560px) { .fia-vip-box { padding: 36px 24px; } } .fia-vip-label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; } .fia-vip-box h2 { font-family: var(--font-display); font-size: clamp(26px, 4vw, 38px); font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 20px; } .fia-vip-box h2 em { font-style: italic; color: var(--gold-light); } .fia-vip-body { font-size: 15px; color: var(--grey-light); max-width: 520px; margin: 0 auto 28px; line-height: 1.65; } .fia-vip-callout { background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.25); border-radius: 4px; padding: 18px 24px; font-size: 14px; font-style: italic; color: var(--gold-light); max-width: 540px; margin: 0 auto 36px; line-height: 1.6; } .fia-vip-items { display: flex; flex-direction: column; gap: 16px; text-align: left; max-width: 540px; margin: 0 auto 36px; } .fia-vip-item { display: flex; gap: 14px; align-items: flex-start; } .fia-vip-check { flex-shrink: 0; width: 22px; height: 22px; background: rgba(201,168,76,0.15); border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; color: var(--gold); font-weight: 700; margin-top: 1px; } .fia-vip-item-title { display: block; font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 3px; } .fia-vip-item-desc { display: block; font-size: 13px; color: var(--grey); line-height: 1.55; } .fia-price-row { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 28px; flex-wrap: wrap; } .fia-price-strike { font-size: 22px; color: var(--grey); text-decoration: line-through; font-family: var(--font-display); } .fia-price-main { font-family: var(--font-display); font-size: 48px; font-weight: 700; color: var(--white); line-height: 1; } .fia-price-note { font-size: 13px; color: var(--grey); } .fia-btn-primary { display: inline-block; background: var(--red); color: var(--white); font-family: var(--font-body); font-size: 16px; font-weight: 600; padding: 16px 40px; border-radius: 3px; text-decoration: none; letter-spacing: 0.02em; transition: background 0.2s ease, transform 0.2s ease; margin-bottom: 16px; } .fia-btn-primary:hover { background: #aa0000; transform: translateY(-1px); } .fia-btn-decline { display: block; font-size: 13px; color: var(--grey); text-decoration: none; margin-top: 8px; transition: color 0.2s ease; } .fia-btn-decline:hover { color: var(--grey-light); } /* ---- VERSE SECTION ---- */ .fia-verse-section { background: var(--red); padding: 56px 24px; text-align: center; } .fia-verse-text { font-family: var(--font-display); font-size: clamp(20px, 3.5vw, 28px); font-style: italic; font-weight: 700; color: var(--white); max-width: 600px; margin: 0 auto 12px; line-height: 1.4; } .fia-verse-ref { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.75); } /* ---- FOOTER ---- */ .fia-footer { background: var(--dark); border-top: 1px solid var(--border); padding: 40px 24px 32px; text-align: center; } .fia-footer-logos { display: flex; align-items: center; justify-content: center; gap: 24px; margin-bottom: 24px; flex-wrap: wrap; } .fia-footer-logos img { height: 40px; width: auto; } .fia-footer-sep { width: 1px; height: 32px; background: var(--border); } .fia-footer-links { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 16px; } .fia-footer-links a { font-size: 12px; color: var(--grey); text-decoration: none; transition: color 0.2s ease; } .fia-footer-links a:hover { color: var(--white); } .fia-footer-copy { font-size: 11px; color: var(--grey); line-height: 1.6; } /* ---- REVEAL ANIMATION ---- */ .fia-reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; } .fia-reveal.fia-visible { opacity: 1; transform: translateY(0); }
