/* ===========================
   Marketing Home Page (Landing Page)
   Loaded per-page by marketing/home.blade.php
   =========================== */

/* Typography Fixes */
* { line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { line-height: 1.3; margin-bottom: 1rem; }

/* Hero Section */
.lp-hero {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 2rem 0 2.5rem 0;
    position: relative;
    overflow: hidden;
}
.lp-hero::before { content: ''; position: absolute; top: -20%; right: -20%; width: 40%; height: 140%; background: radial-gradient(circle, rgba(13,110,253,0.04) 0%, transparent 70%); animation: float-subtle 12s ease-in-out infinite; }
.lp-hero::after { content: ''; position: absolute; bottom: -20%; left: -20%; width: 30%; height: 120%; background: radial-gradient(circle, rgba(103,126,234,0.03) 0%, transparent 70%); animation: float-subtle 15s ease-in-out infinite reverse; }

@keyframes float-subtle {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(-10px) translateX(5px); }
}

.lp-hero-content { position: relative; z-index: 2; text-align: center; max-width: 800px; margin: 0 auto; }
.lp-pill { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(13,110,253,0.08); color: var(--brand-1); padding: 0.5rem 1rem; border-radius: 50px; font-size: 0.9rem; font-weight: 500; margin-bottom: 2rem; border: 1px solid rgba(13,110,253,0.15); }
.lp-pill-dot { width: 8px; height: 8px; background: var(--brand-1); border-radius: 50%; animation: pulse-subtle 3s infinite; }

@keyframes pulse-subtle { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } }

.lp-hero-title { font-size: 3.2rem; font-weight: 800; line-height: 1.2; letter-spacing: -0.03em; color: var(--text); margin-bottom: 1.5rem; background: linear-gradient(135deg, var(--text) 0%, var(--brand-1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.lp-hero-subtitle { font-size: 1.2rem; line-height: 1.6; color: var(--muted); margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }

/* Stats */
.lp-stats { display: flex; justify-content: center; gap: 3rem; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(0,0,0,0.08); }
.lp-stat { text-align: center; }
.lp-stat-number { font-size: 2rem; font-weight: 700; color: var(--brand-1); display: block; line-height: 1.1; }
.lp-stat-label { font-size: 0.85rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 500; margin-top: 0.5rem; line-height: 1.2; }

/* Blue CTA Hero Box */
.lp-cta-hero { background: linear-gradient(135deg, var(--brand-1) 0%, var(--brand-2) 100%); border-radius: 24px; padding: 2rem; color: white; text-align: center; margin: 2rem auto 0 auto; position: relative; overflow: hidden; box-shadow: 0 12px 30px rgba(13, 110, 253, 0.15); max-width: 600px; }
.lp-cta-hero::before { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%); animation: shimmer-subtle 8s ease-in-out infinite; }

@keyframes shimmer-subtle { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(90deg); } }

.lp-cta-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; position: relative; z-index: 1; }
.lp-cta-text { font-size: 1rem; margin-bottom: 2rem; opacity: 0.9; position: relative; z-index: 1; }

/* EIN Search in CTA Box */
.lp-ein-search { position: relative; z-index: 2; }
.lp-ein-search .input-group { max-width: 400px; margin: 0 auto 1.5rem auto; }
.lp-ein-search .form-control { border: 2px solid #fff; background: #fff; color: var(--text); font-size: 1.1rem; padding: 0.8rem 1rem; border-radius: 8px 0 0 8px; }
.lp-ein-search .form-control::placeholder { color: #b0b8c4; }
.lp-ein-search .form-control:focus { border-color: #fff; background: #fff; box-shadow: none; color: var(--text); }
.lp-ein-search .btn { background: #10b981; border: 2px solid #10b981; color: white; font-weight: 600; padding: 0.8rem 1.5rem; border-radius: 0 8px 8px 0; transition: all 0.2s ease; }
.lp-ein-search .btn:hover { background: #059669; border-color: #059669; color: white; }
.lp-ein-search .btn:disabled { background: #059669; border-color: #059669; color: white; cursor: not-allowed; opacity: 0.9; }
.lp-trust-indicators { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 1.5rem; position: relative; z-index: 2; }
.lp-trust-item { display: flex; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.9); font-size: 0.9rem; }
.lp-trust-item i { color: #10b981; }
#einLookupResults { width: 100% !important; max-width: 100% !important; }

/* Sections */
.lp-section { padding: 3rem 0; position: relative; }
.lp-section--alt { background: linear-gradient(135deg, rgba(13,110,253,0.03) 0%, rgba(13,110,253,0.06) 100%); }
.lp-section-header { text-align: center; margin-bottom: 2rem; }
.lp-section-title { font-size: 2.2rem; font-weight: 700; color: var(--text); margin-bottom: 1rem; letter-spacing: -0.01em; line-height: 1.3; }
.lp-section-subtitle { font-size: 1.1rem; color: var(--muted); max-width: 600px; margin: 0 auto; margin-bottom: 0.5rem; line-height: 1.6; }

/* Cards */
.lp-card { background: #fff; border-radius: 16px; padding: 2rem; height: 100%; transition: all 0.2s ease; border: 1px solid rgba(0,0,0,0.06); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.lp-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.lp-card-icon { width: 50px; height: 50px; background: var(--brand-1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 600; color: white; margin-bottom: 1.5rem; }
.lp-card-title { font-size: 1.2rem; font-weight: 600; color: var(--text); margin-bottom: 0.75rem; line-height: 1.3; }
.lp-card-text { color: var(--muted); line-height: 1.6; font-size: 0.95rem; }

/* Knowledge Base Cards */
.lp-kb-card { background: #fff !important; border-radius: 12px !important; padding: 1.5rem !important; height: 100% !important; text-decoration: none !important; color: inherit !important; transition: all 0.2s ease !important; border: 1px solid rgba(0,0,0,0.08) !important; box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important; display: block !important; position: relative !important; border-top: 3px solid var(--brand-1) !important; }
.lp-kb-card:hover { transform: translateY(-3px) !important; box-shadow: 0 6px 25px rgba(0,0,0,0.1) !important; text-decoration: none !important; color: inherit !important; border-top-color: var(--brand-2) !important; }
.lp-kb-card-title { font-size: 1.1rem !important; font-weight: 600 !important; color: var(--text) !important; margin-bottom: 0.5rem !important; line-height: 1.3 !important; }
.lp-kb-card-text { color: var(--muted) !important; font-size: 0.9rem !important; line-height: 1.5 !important; margin: 0 !important; }

/* Pricing */
.lp-pricing-card { background: #fff; border-radius: 20px; padding: 2.5rem; box-shadow: 0 12px 50px rgba(13,110,253,0.12); border: 2px solid rgba(13,110,253,0.08); position: relative; }
.lp-pricing-badge { background: var(--brand-1); color: white; padding: 0.4rem 0.8rem; border-radius: 20px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.lp-price { font-size: 2.5rem; font-weight: 700; color: var(--text); margin: 1.5rem 0 0.5rem 0; line-height: 1; }

/* CTA Cards */
.lp-cta-card { background: #fff; border-radius: 16px; padding: 2.5rem 2rem; border: 1px solid var(--line); box-shadow: 0 4px 20px rgba(0,0,0,0.04); height: 100%; display: flex; flex-direction: column; }
.lp-cta-card--alt { background: #f8fafc; }
.lp-cta-card-badge { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand-1); background: rgba(13,110,253,0.08); padding: 0.35rem 0.8rem; border-radius: 50px; margin-bottom: 1.25rem; align-self: flex-start; }
.lp-cta-card-title { font-size: 1.35rem; font-weight: 800; margin-bottom: 0.75rem; line-height: 1.3; }
.lp-cta-card-text { font-size: 0.9rem; color: var(--muted); line-height: 1.65; margin-bottom: 1.5rem; }
.lp-cta-card-stats { margin-bottom: 1.75rem; }
.lp-cta-card-stat { display: flex; justify-content: space-between; padding: 0.6rem 0; border-bottom: 1px solid #f3f4f6; font-size: 0.85rem; }
.lp-cta-card-stat:last-child { border-bottom: none; }
.lp-cta-card-stat span { color: var(--muted); }
.lp-cta-card-stat strong { color: var(--text); }
.btn-lp-dark { display: inline-block; background: #1E2431; color: #fff; padding: 0.8rem 1.75rem; border-radius: 10px; font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: background 0.2s; text-align: center; }
.btn-lp-dark:hover { background: #0a1525; color: #fff; }

/* FAQ */
.lp-faq-container { background: #fff; border-radius: 16px; padding: 2.5rem; box-shadow: 0 8px 30px rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.06); }

/* Buttons */
.btn-lp-primary { background: var(--brand-1); color: white; border: none; border-radius: 8px; padding: 0.8rem 1.5rem; font-weight: 600; font-size: 1rem; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 0.5rem; transition: all 0.2s ease; box-shadow: 0 2px 8px rgba(13,110,253,0.2); width: 100%; }
.btn-lp-primary:hover { background: var(--brand-2); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(13,110,253,0.3); color: white; text-decoration: none; }
.btn-lp-outline { background: transparent; color: var(--brand-1); border: 2px solid var(--brand-1); border-radius: 8px; padding: 0.8rem 1.5rem; font-weight: 600; font-size: 1rem; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.2s ease; }
.btn-lp-outline:hover { background: var(--brand-1); color: white; text-decoration: none; transform: translateY(-1px); }

/* EIN Results Overrides */
.pp-results { background: #fff !important; border-radius: 16px !important; padding: 2rem !important; box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important; border: 1px solid rgba(0,0,0,0.06) !important; margin-top: 2rem !important; }
.pp-results-hero { background: var(--soft) !important; border-radius: 12px !important; padding: 1.5rem !important; margin-bottom: 1.5rem !important; border: 1px solid var(--line) !important; }
.pp-results-name { font-size: 1.3rem !important; font-weight: 600 !important; color: var(--text) !important; margin-bottom: 0.5rem !important; line-height: 1.3 !important; }
.pp-results-meta { font-size: 0.9rem !important; color: var(--muted) !important; margin-bottom: 1rem !important; }
.pp-results-narrative { color: var(--muted) !important; line-height: 1.5 !important; }
.pp-results-badge { background: #10b981 !important; color: white !important; padding: 0.4rem 0.8rem !important; border-radius: 20px !important; font-size: 0.8rem !important; font-weight: 500 !important; }
.pp-stat-card { background: #fff !important; border: 1px solid var(--line) !important; border-radius: 12px !important; padding: 1.2rem !important; text-align: center !important; transition: all 0.2s ease !important; }
.pp-stat-card:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; }
.pp-stat-card__label { font-size: 0.8rem !important; color: var(--muted) !important; text-transform: uppercase !important; letter-spacing: 0.05em !important; margin-bottom: 0.5rem !important; font-weight: 500 !important; }
.pp-stat-card__value { font-size: 1.1rem !important; font-weight: 600 !important; color: var(--text) !important; line-height: 1.2 !important; }
.pp-history-shell { margin-top: 2rem !important; }
.pp-history-title { font-size: 1.2rem !important; font-weight: 600 !important; color: var(--text) !important; }
.pp-history-kicker { font-size: 0.8rem !important; color: var(--muted) !important; text-transform: uppercase !important; letter-spacing: 0.05em !important; font-weight: 500 !important; }
.pp-history-caption { font-size: 0.9rem !important; color: var(--muted) !important; }
.pp-results-actions { display: flex !important; gap: 1rem !important; margin-top: 2rem !important; }
.pp-results-actions .btn { flex: 1 !important; }

/* Force overrides */
.pp-card, .pp-side-story { background: #fff !important; border-radius: 16px !important; box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important; border: 1px solid rgba(0,0,0,0.06) !important; }

/* Final CTA buttons */
.lp-cta-final-primary { display: inline-block; background: #10b981; color: #fff; padding: 0.8rem 1.75rem; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; transition: all 0.2s ease; }
.lp-cta-final-primary:hover { background: #059669; color: #fff; text-decoration: none; }
.lp-cta-final-secondary { display: inline-block; background: transparent; color: #fff; padding: 0.8rem 1.75rem; border-radius: 8px; font-weight: 600; font-size: 1rem; text-decoration: none; border: 2px solid rgba(255,255,255,0.5); transition: all 0.2s ease; }
.lp-cta-final-secondary:hover { background: #fff; color: #0d6efd; border-color: #fff; text-decoration: none; }

/* Urgency Banner */
.lp-urgency-banner { background: #1E2431; color: #fff; padding: 2.5rem 0; text-align: center; }
.lp-urgency-banner h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.lp-urgency-banner p { color: rgba(255,255,255,0.75); font-size: 1rem; max-width: 600px; margin: 0 auto; line-height: 1.6; }

/* Responsive */
@media (max-width: 991.98px) {
    .lp-hero-title { font-size: 2.2rem; }
    .lp-section-title { font-size: 1.8rem; }
    .lp-stats { gap: 1.5rem; flex-wrap: wrap; justify-content: space-around; }
    .lp-section { padding: 3rem 0; }
    .lp-hero { padding: 4rem 0 3rem 0; }
}

@media (max-width: 767.98px) {
    .lp-hero-title { font-size: 1.8rem; }
    .lp-hero { padding: 2rem 0 2rem 0; }
    .lp-section { padding: 2rem 0; }
    .lp-pricing-card { padding: 1.5rem; }
    .lp-stats { display: none; }
    .lp-proof-bar { display: none; }
    .lp-trust-item:last-child { display: none; }
    .lp-cta-hero { padding: 2rem; }
    .pp-results-hero { display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; }
    .pp-results-hero__content { display: flex !important; flex-direction: column !important; align-items: center !important; }
    .pp-results-badge { order: 0 !important; margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
}
