/*
Theme Name: EasyMark Premium Theme
Theme URI: https://easymark.ca
Author: Antigravity AI
Description: A world-class, extremely high-conversion theme built for EasyMark.
Version: 1.1
*/

:root {
  --primary: #3B82F6;
  --primary-dark: #2563EB;
  --secondary: #1E40AF;
  --accent: #0289A8;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --bg-main: #f8fafc;
  --bg-card: #ffffff;
  --border: #e2e8f0;
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Outfit', sans-serif; color: var(--text-main); background-color: var(--bg-main); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; border-radius: 12px; }
a { text-decoration: none; color: var(--primary); transition: all 0.3s ease; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(226, 232, 240, 0.6); padding: 15px 0; }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.main-nav a { margin: 0 15px; color: var(--text-main); font-weight: 600; font-size: 1.05rem; }
.main-nav a:hover { color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-login { font-weight: 600; color: var(--text-main); font-size: 1.05rem; }
.nav-login:hover { color: var(--primary); }

.btn { display: inline-block; padding: 14px 32px; border-radius: 10px; font-weight: 700; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; text-align: center; }
.btn--primary { background: var(--primary); color: #fff !important; box-shadow: 0 6px 16px rgba(59, 130, 246, 0.3); font-size: 1.1rem; }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(59, 130, 246, 0.4); background: var(--primary-dark); }
.btn--secondary { background: transparent; color: var(--secondary) !important; border: 2px solid var(--secondary); font-size: 1.1rem; }
.btn--secondary:hover { background: var(--secondary); color: #fff !important; }

.container, .em-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.site-main { padding-bottom: 80px; }

.hero, .em-hero { background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%); padding: 120px 20px; text-align: center; border-radius: 0 0 40px 40px; margin-bottom: 60px; box-shadow: 0 10px 30px rgba(0,0,0,0.02); }
h1, .hero__title { font-size: 3.8rem; font-weight: 800; color: var(--secondary); margin-bottom: 24px; line-height: 1.1; letter-spacing: -1px; }
p { margin-bottom: 1.5rem; font-size: 1.125rem; color: var(--text-muted); }
.hero p, .hero__subtitle { font-size: 1.35rem; max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.7; }

.grid-2, .grid-3, .steps-wrapper, .industry-grid { display: grid; gap: 40px; margin: 40px 0; }
@media (min-width: 768px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(3, 1fr); } }

.card, .step, .industry-card { background: var(--bg-card); padding: 40px 30px; border-radius: 20px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s; }
.card:hover, .industry-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: #bfdbfe; }
h2 { font-size: 2.8rem; font-weight: 800; color: var(--secondary); text-align: center; margin-bottom: 1.5rem; }
h3 { font-size: 1.6rem; font-weight: 700; color: var(--text-main); margin-bottom: 1rem; }
.section, .em-section { padding: 80px 0; }
.site-footer { background: #0f172a; color: #94a3b8; padding: 80px 0 30px; margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.site-footer h4 { color: #fff; font-size: 1.25rem; margin-bottom: 20px; }
.site-footer a { color: #cbd5e1; display: block; margin-bottom: 10px; }
.site-footer a:hover { color: var(--primary); }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.875rem; }

/* Image styling injected by JS */
figure.injected-infographic img { width: 100%; border-radius: 20px; box-shadow: var(--shadow-lg); transition: transform 0.3s ease; }
figure.injected-infographic img:hover { transform: translateY(-5px); box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.15); }
