 {} *{} {} #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; } /* ============================================================ DESIGN: American Financial Populism Navy (#1B2A4A) = trust | Lime green (#22C55E) = CTA Montserrat headlines | Open Sans body CONVERSION ENHANCEMENTS (Tier 1 — all 5 active): 1. Social proof counter bar 2. Loan amount selector 3. Pre-qualifying Yes/No question 4. Trust badge bar 5. Exit-intent overlay (desktop) COMPLIANCE: MaxBounty offer ID 11384 restrictions applied ============================================================ */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --navy: #1B2A4A; --navy-dark: #0F1A30; --green-cta: #22C55E; --green-hover: #16A34A; --font-head: 'Montserrat', sans-serif; --font-body: 'Open Sans', sans-serif; } body { font-family: var(--font-body); background: #ffffff; color: #1F2937; min-height: 100vh; } a { cursor: pointer; text-decoration: none; } .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; } @media (min-width: 640px) { .container { padding: 0 1.5rem; } } @media (min-width: 1024px) { .container { padding: 0 2rem; } } /* ── 1. SOCIAL PROOF COUNTER BAR ── */ .social-proof-bar { background: var(--navy); color: #ffffff; text-align: center; padding: 0.6rem 1rem; font-family: var(--font-head); font-size: 0.88rem; font-weight: 600; letter-spacing: 0.02em; } .social-proof-bar span { color: var(--green-cta); font-weight: 800; } /* ── HEADER ── */ .site-header { background: #ffffff; border-bottom: 1px solid #F1F5F9; padding: 0.75rem 0; } .header-inner { display: flex; align-items: center; justify-content: space-between; } .logo-main { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.1rem, 4vw, 1.55rem); color: var(--navy); letter-spacing: -0.02em; line-height: 1; } .logo-main span { color: var(--green-cta); } .logo-sub { font-family: var(--font-head); font-size: 0.62rem; font-weight: 600; color: #6B7280; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 2px; } .support-email { color: var(--green-cta); font-size: 0.85rem; font-weight: 600; } @media (max-width: 480px) { .support-email { font-size: 0.72rem; } } /* ── HERO ── */ .hero-section { background: #ffffff; padding: 2.75rem 0 2.5rem; } .hero-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; } @media (min-width: 768px) { .hero-grid { grid-template-columns: 1fr 1fr; } } .hero-eyebrow { font-family: var(--font-head); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--green-cta); margin-bottom: 0.6rem; } .hero-headline { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.75rem, 3.2vw, 2.6rem); color: var(--navy); line-height: 1.15; margin-bottom: 1.25rem; } .hero-headline .amount { color: var(--green-cta); } .checklist { list-style: none; margin-bottom: 1.25rem; } .checklist li { display: flex; align-items: center; gap: 0.65rem; margin-bottom: 0.65rem; font-weight: 600; font-size: 1rem; color: var(--navy); } .check { color: var(--green-cta); font-weight: 800; font-size: 1.1rem; flex-shrink: 0; } .trust-line { font-size: 0.92rem; font-weight: 600; color: #1e40af; margin-top: 0.75rem; line-height: 1.5; } .hero-img-wrap { display: none; } @media (min-width: 768px) { .hero-img-wrap { display: block; } } .hero-img { width: 100%; border-radius: 12px; box-shadow: 0 8px 32px rgba(27,42,74,0.15); object-fit: cover; max-height: 420px; display: block; } /* ── CTA BUTTON ── */ .btn-cta { display: block; width: 100%; max-width: 480px; background: var(--green-cta); color: #ffffff; font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; letter-spacing: 0.02em; padding: 1rem 1.5rem; border-radius: 6px; text-align: center; text-decoration: none; transition: background 0.2s ease, transform 0.1s ease; } .btn-cta:hover { background: var(--green-hover); transform: translateY(-1px); } .btn-cta:active { transform: translateY(0); } .btn-cta-center { margin: 0 auto; } .cta-center-wrap { display: flex; justify-content: center; } @media (max-width: 767px) { .btn-cta { max-width: 100%; } } /* ── 2. LOAN AMOUNT SELECTOR ── */ .loan-selector-wrap { margin-bottom: 1.25rem; } .loan-selector-label { font-family: var(--font-head); font-weight: 700; font-size: 0.9rem; color: var(--navy); margin-bottom: 0.5rem; } .loan-selector-buttons { display: flex; flex-wrap: wrap; gap: 0.5rem; } .loan-btn { font-family: var(--font-head); font-weight: 700; font-size: 0.88rem; padding: 0.45rem 1rem; border-radius: 5px; border: 2px solid #CBD5E1; background: #ffffff; color: var(--navy); cursor: pointer; transition: all 0.15s ease; } .loan-btn:hover, .loan-btn.selected { background: var(--green-cta); border-color: var(--green-cta); color: #ffffff; } /* ── 3. PRE-QUALIFYING YES/NO ── */ .prequalify-wrap { margin-bottom: 1.1rem; } .prequalify-question { font-family: var(--font-head); font-weight: 700; font-size: 0.9rem; color: var(--navy); margin-bottom: 0.5rem; } .prequalify-buttons { display: flex; gap: 0.6rem; } .prequalify-btn { font-family: var(--font-head); font-weight: 700; font-size: 0.88rem; padding: 0.45rem 1.4rem; border-radius: 5px; border: 2px solid #CBD5E1; background: #ffffff; color: var(--navy); cursor: pointer; transition: all 0.15s ease; } .prequalify-btn:hover { border-color: var(--green-cta); } .prequalify-btn.yes-selected { background: var(--green-cta); border-color: var(--green-cta); color: #ffffff; } .prequalify-btn.no-selected { background: #EF4444; border-color: #EF4444; color: #ffffff; } .prequalify-no-msg { margin-top: 0.5rem; font-size: 0.82rem; color: #EF4444; font-weight: 600; display: none; } .cta-dimmed { opacity: 0.4; pointer-events: none; } /* ── 4. TRUST BADGE BAR ── */ .trust-badges { display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; margin-top: 0.85rem; align-items: center; } .trust-badge { display: flex; align-items: center; gap: 0.35rem; font-size: 0.78rem; font-weight: 600; color: #4B5563; } .trust-badge-icon { font-size: 1rem; flex-shrink: 0; } /* ── QUALIFIER SECTION ── */ .qualifier-section { background: #f0fdf4; border-top: 3px solid var(--green-cta); border-bottom: 3px solid var(--green-cta); padding: 1.75rem 1rem; text-align: center; } .qualifier-title { font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; color: var(--navy); margin-bottom: 1rem; } .qualifier-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0.5rem 1.5rem; max-width: 720px; margin: 0 auto 1rem; text-align: left; } .qualifier-item { font-family: var(--font-head); font-weight: 600; font-size: 0.92rem; color: #166534; margin: 0; } .qualifier-warning { font-size: 0.85rem; color: #9CA3AF; margin: 0; } /* ── SECTION BANNER ── */ .section-banner { background: var(--navy); color: #ffffff; padding: 1.25rem 1rem; text-align: center; font-family: var(--font-head); font-weight: 700; font-size: 1rem; letter-spacing: 0.05em; text-transform: uppercase; } @media (min-width: 768px) { .section-banner { font-size: 1.125rem; } } /* ── URGENCY BANNER ── */ .urgency-banner { background: linear-gradient(135deg, #1B2A4A 0%, #243860 100%); padding: 2.25rem 1rem; text-align: center; } .urgency-inner { max-width: 700px; margin: 0 auto; } .urgency-headline { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.25rem, 2.8vw, 1.75rem); color: #ffffff; line-height: 1.25; margin-bottom: 0.6rem; } .urgency-sub { max-width: 760px; margin: 14px auto 0; font-size: 0.97rem; line-height: 1.65; color: #CBD5E1; } .urgency-sub strong { color: #ffffff; } /* ── CONTENT SECTION ── */ .content-section { background: #ffffff; padding: 2.75rem 0; } .content-inner { max-width: 820px; } .body-text { color: #374151; font-size: 1rem; line-height: 1.75; margin-bottom: 1.75rem; } .section-heading { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.15rem, 2.2vw, 1.55rem); color: var(--navy); margin-bottom: 1.5rem; } .qualify-item { display: flex; align-items: flex-start; gap: 0.85rem; margin-bottom: 1.4rem; } .qualify-check { color: var(--green-cta); font-weight: 800; font-size: 1.2rem; flex-shrink: 0; margin-top: 0.15rem; } .qualify-headline { font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 1rem; margin-bottom: 0.25rem; } .qualify-body { color: #4B5563; font-size: 0.95rem; line-height: 1.65; } /* ── CTA BLOCK ── */ .cta-block { background: linear-gradient(135deg, var(--navy) 0%, #243860 100%); padding: 3rem 1rem; text-align: center; } .cta-block-inner { max-width: 640px; margin: 0 auto; } .cta-block-headline { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.1rem); color: #ffffff; line-height: 1.2; margin-bottom: 0.75rem; } .cta-block-sub { color: #CBD5E1; font-size: 1rem; line-height: 1.65; margin-bottom: 1.75rem; } /* ── TESTIMONIALS ── */ .testimonials-section { background: #ffffff; padding: 3.5rem 0; } .testimonials-heading { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.15rem, 2.2vw, 1.55rem); color: var(--navy); text-align: center; margin-bottom: 0.5rem; } .testimonials-trust { margin: 8px 0 28px; font-size: 16px; line-height: 1.6; color: #64748b; text-align: center; } .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.5rem; margin-bottom: 2.5rem; } .testimonial-card { background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 8px rgba(27,42,74,0.06); } .stars { color: #F59E0B; font-size: 1.1rem; letter-spacing: 0.05em; margin-bottom: 0.85rem; } .testimonial-quote { color: #374151; font-size: 0.95rem; line-height: 1.75; margin-bottom: 1rem; font-style: italic; } .testimonial-author { font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 0.88rem; } /* ── FOOTER ── */ .site-footer { background: #F1F5F9; border-top: 1px solid #E2E8F0; padding: 2rem 0; } .footer-inner { text-align: center; } .footer-disclosure { color: #9CA3AF; font-size: 0.72rem; line-height: 1.75; max-width: 720px; margin: 0 auto 1rem; } .footer-links { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1rem; } .footer-links a { color: #6B7280; font-size: 0.78rem; text-decoration: underline; } .footer-copy { color: #D1D5DB; font-size: 0.68rem; } /* ── MOBILE STICKY CTA BAR ── */ .sticky-cta-bar { display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background-color: var(--green-cta); padding: 0.9rem 1.25rem; text-align: center; box-shadow: 0 -3px 16px rgba(27,42,74,0.22); text-decoration: none; } .sticky-cta-bar:hover { background-color: var(--green-hover); } .sticky-cta-label { display: block; font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; color: #ffffff; letter-spacing: 0.03em; } .sticky-cta-disclaimer { display: block; font-family: var(--font-body); font-size: 0.68rem; color: rgba(255,255,255,0.75); margin-top: 0.2rem; } @media (min-width: 768px) { .sticky-cta-bar { display: none; } } .sticky-cta-spacer { height: 64px; } @media (min-width: 768px) { .sticky-cta-spacer { display: none; } } /* ── 5. EXIT-INTENT OVERLAY ── */ .exit-overlay { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(15,26,48,0.82); align-items: center; justify-content: center; padding: 1rem; } .exit-overlay.visible { display: flex; } .exit-modal { background: #ffffff; border-radius: 14px; padding: 2.25rem 2rem; max-width: 480px; width: 100%; text-align: center; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.35); } .exit-modal-close { position: absolute; top: 0.75rem; right: 1rem; font-size: 1.4rem; color: #9CA3AF; background: none; border: none; cursor: pointer; line-height: 1; } .exit-modal-close:hover { color: var(--navy); } .exit-modal-eyebrow { font-family: var(--font-head); font-weight: 700; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-cta); margin-bottom: 0.5rem; } .exit-modal-headline { font-family: var(--font-head); font-weight: 800; font-size: 1.4rem; color: var(--navy); line-height: 1.25; margin-bottom: 0.75rem; } .exit-modal-body { font-size: 0.92rem; color: #4B5563; line-height: 1.65; margin-bottom: 1.5rem; } .exit-modal-disclaimer { font-size: 0.72rem; color: #9CA3AF; margin-top: 0.75rem; }
