/* =============================================
   Invoizen – Landing Page Feature Sections
   ============================================= */

/* Smooth scrolling for anchor navigation */
html { scroll-behavior: smooth; }

/* ----- Hero ----- */
.invz-hero { position: relative; padding: 160px 24px 96px; background: linear-gradient(135deg, #0f0c29 0%, #1e1b4b 50%, #312e81 100%); text-align: center; overflow: hidden; }
.invz-hero-glow { position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(99,102,241,0.25) 0%, transparent 70%); pointer-events: none; }
.invz-hero-inner { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
.invz-hero-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: #c7d2fe; background: rgba(99,102,241,0.2); border: 1px solid rgba(99,102,241,0.3); padding: 6px 16px; border-radius: 50px; margin-bottom: 28px; }
.invz-hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #34d399; flex-shrink: 0; }
.invz-hero-h1 { font-size: 58px; font-weight: 800; line-height: 1.1; letter-spacing: -1px; color: #fff; margin-bottom: 20px; }
.invz-hero-br { display: block; }
.invz-hero-accent { background: linear-gradient(90deg, #818cf8, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.invz-hero .invz-hero-sub { font-size: 19px; line-height: 1.65; color: rgba(255,255,255,0.65); max-width: 640px; margin: 0 auto 36px; text-align: center; display: block; }
.invz-hero-flow { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; width: 100%; margin: 0 auto 36px; }
.invz-flow-step { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); padding: 6px 14px; border-radius: 50px; white-space: nowrap; }
.invz-flow-step-last { background: rgba(129,140,248,0.25); border-color: rgba(129,140,248,0.5); color: #c7d2fe; }
.invz-flow-arrow { font-size: 13px; color: rgba(255,255,255,0.3); flex-shrink: 0; }
@media (max-width: 600px) { .invz-flow-arrow { display: none; } .invz-hero-flow { gap: 8px; } }
.invz-hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.invz-hero-btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 12px; background: #5851d8; color: #fff; font-size: 15px; font-weight: 600; text-decoration: none; transition: background 0.2s, transform 0.2s; box-shadow: 0 4px 20px rgba(88,81,216,0.4); }
.invz-hero-btn-primary:hover { background: #4338ca; transform: translateY(-1px); color: #fff; text-decoration: none; }
.invz-hero-btn-ghost { display: inline-flex; align-items: center; padding: 14px 28px; border-radius: 12px; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.8); font-size: 15px; font-weight: 500; text-decoration: none; border: 1px solid rgba(255,255,255,0.15); transition: background 0.2s; }
.invz-hero-btn-ghost:hover { background: rgba(255,255,255,0.14); color: #fff; text-decoration: none; }
.invz-hero-supplier-bar { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 32px; padding: 14px 20px; border-radius: 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); }
.invz-hero-supplier-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.45); white-space: nowrap; }
.invz-hero-supplier-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #a5b4fc; text-decoration: none; transition: color 0.2s; }
.invz-hero-supplier-link:hover { color: #fff; text-decoration: none; }
.invz-hero-supplier-link svg { flex-shrink: 0; transition: transform 0.2s; }
.invz-hero-supplier-link:hover svg { transform: translateX(3px); }
@media (max-width: 768px) { .invz-hero-h1 { font-size: 36px; } .invz-hero-sub { font-size: 16px; } .invz-hero-br { display: none; } .invz-hero-supplier-bar { flex-direction: column; gap: 6px; text-align: center; } }

/* ----- Hero Side Panels ----- */
.invz-hero-panel { position: absolute; top: 0; bottom: 0; width: 26%; overflow: hidden; z-index: 0; }
.invz-hero-panel-left { left: 0; }
.invz-hero-panel-right { right: 0; }
.invz-hero-panel-img { position: absolute; inset: 0; background-size: cover; background-position: center top; opacity: 0.9; }
.invz-hero-img-contractor { background-color: #1a100a; background-image: url('/wp-content/themes/softwerk/assets/img/hero-homeowner.png'); }
.invz-hero-img-homeowner { background-color: #080f1a; background-image: url('/wp-content/themes/softwerk/assets/img/hero-contractor.png'); }
.invz-hero-panel-fade { position: absolute; inset: 0; }
.invz-hero-panel-fade-left { background: linear-gradient(to right, transparent 0%, transparent 65%, rgba(30,27,75,0.55) 82%, #1e1b4b 100%); }
.invz-hero-panel-fade-right { background: linear-gradient(to left, transparent 0%, transparent 65%, rgba(30,27,75,0.55) 82%, #1e1b4b 100%); }
.invz-hero-panel-label { position: absolute; bottom: 32px; left: 0; right: 0; display: flex; flex-direction: column; align-items: center; gap: 4px; z-index: 2; }
.invz-hero-panel-left .invz-hero-panel-label { padding-right: 20px; align-items: flex-start; padding-left: 24px; }
.invz-hero-panel-right .invz-hero-panel-label { padding-left: 20px; align-items: flex-end; padding-right: 24px; }
.invz-panel-role { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.5); }
.invz-panel-caption { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.75); line-height: 1.3; }
@media (max-width: 1024px) { .invz-hero-panel { display: none; } }

/* ----- Mobile nav inside side area ----- */
.invz-sidearea-mobile-nav { display: none; }
@media (max-width: 1024px) {
	.qodef-mobile-nav { display: none !important; }
	.qodef-side-menu { background: #1e1b4b !important; }
	.invz-sidearea-mobile-nav { display: block; padding: 4px 16px 0; }
	.invz-sidearea-nav-list { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 8px; }
	.invz-sidearea-nav-list > li { border-top: 1px solid rgba(255,255,255,0.06); }
	.invz-sidearea-nav-list > li > a { display: block; padding: 13px 4px; color: rgba(255,255,255,0.85); font-size: 15px; font-weight: 600; text-decoration: none; letter-spacing: -0.2px; }
	.invz-sidearea-nav-list > li > a:hover { color: #fff; text-decoration: none; }
	.invz-sidearea-nav-list .sub-menu { display: none; list-style: none; padding: 0 0 8px 12px; margin: 0; }
	.invz-sidearea-nav-list .sub-menu li a { display: block; padding: 8px 4px; color: rgba(255,255,255,0.55); font-size: 13px; font-weight: 500; text-decoration: none; }
	.invz-sidearea-nav-list .sub-menu li a:hover { color: rgba(255,255,255,0.85); text-decoration: none; }
}

/* ----- Founder ----- */
.invz-founder-section { padding: 96px 24px; background: #f8fafc; border-top: 1px solid #e2e8f0; }
.invz-founder-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.invz-founder-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #5851d8; background: #ede9fe; border: 1px solid #c4b5fd; padding: 5px 14px; border-radius: 50px; margin-bottom: 28px; }
.invz-founder-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #5851d8; flex-shrink: 0; }
.invz-founder-avatar-wrap { position: relative; display: inline-flex; margin-bottom: 24px; }
.invz-founder-avatar { width: 64px; height: 64px; border-radius: 16px; background: linear-gradient(135deg, #5851d8, #7c3aed); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 24px; font-weight: 800; box-shadow: 0 8px 24px rgba(88,81,216,0.3); }
.invz-founder-avatar-check { position: absolute; bottom: -4px; right: -4px; width: 22px; height: 22px; border-radius: 6px; background: #10b981; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; color: #fff; }
.invz-founder-quote { font-size: 28px; font-weight: 800; color: #0f172a; line-height: 1.3; margin-bottom: 20px; letter-spacing: -0.3px; }
.invz-founder-body { font-size: 16px; line-height: 1.75; color: #64748b; margin-bottom: 16px; }
.invz-founder-sig { margin-top: 28px; }
.invz-founder-name { font-size: 15px; font-weight: 700; color: #1e293b; }
.invz-founder-title { font-size: 13px; color: #94a3b8; margin-top: 3px; }
@media (max-width: 768px) { .invz-founder-quote { font-size: 22px; } }

/* ----- Plans ----- */
.invz-plans-section { padding: 96px 24px; background: #fff; }
.invz-plans-header { text-align: center; margin-bottom: 56px; }
.invz-plans-grid { max-width: 1024px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
@media (max-width: 900px) { .invz-plans-grid { grid-template-columns: 1fr; max-width: 420px; } }
.invz-plan-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 28px; position: relative; }
.invz-plan-card-featured { border-color: #5851d8; box-shadow: 0 8px 40px rgba(88,81,216,0.15); transform: scale(1.03); background: #fff; }
.invz-plan-popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; background: #5851d8; color: #fff; padding: 4px 14px; border-radius: 50px; white-space: nowrap; }
.invz-plan-card-top { margin-bottom: 20px; }
.invz-plan-name { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #5851d8; margin-bottom: 10px; }
.invz-plan-price-row { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.invz-plan-price { font-size: 40px; font-weight: 800; color: #0f172a; letter-spacing: -1px; }
.invz-plan-period { font-size: 14px; color: #94a3b8; font-weight: 500; }
.invz-plan-desc { font-size: 13px; color: #64748b; }
.invz-plan-btn { display: block; text-align: center; padding: 11px 20px; border-radius: 10px; font-size: 14px; font-weight: 600; text-decoration: none; margin-bottom: 24px; transition: all 0.2s; }
.invz-plan-btn-primary { background: #5851d8; color: #fff; }
.invz-plan-btn-primary:hover { background: #4338ca; color: #fff; text-decoration: none; }
.invz-plan-btn-outline { background: #fff; color: #5851d8; border: 1.5px solid #5851d8; }
.invz-plan-btn-outline:hover { background: #ede9fe; color: #5851d8; text-decoration: none; }
.invz-plan-features { display: flex; flex-direction: column; gap: 9px; }
.invz-plan-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: #334155; line-height: 1.45; }
.invz-plan-features li svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; color: #10b981; }
.invz-plans-note { text-align: center; margin-top: 28px; font-size: 13px; color: #94a3b8; }

/* ----- Navigation white background ----- */
.qodef-page-header,
.qodef-page-header .qodef-menu-area,
.qodef-page-header .qodef-sticky-header,
.qodef-page-header .qodef-header-inner {
    background-color: #ffffff !important;
}

/* ----- Reset inside wrapper ----- */
.invz-wrap *, .invz-wrap *::before, .invz-wrap *::after { box-sizing: border-box; }
.invz-wrap { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; color: #1e293b; }
.invz-wrap ul { list-style: none; padding: 0; margin: 0; }
.invz-wrap p { margin: 0 0 8px; }
.invz-wrap p:last-child { margin-bottom: 0; }
.invz-wrap h2 { margin: 0 0 12px; padding: 0; border: none; }

/* ----- Section divider intro ----- */
.invz-section-divider { padding: 80px 24px 56px; text-align: center; background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); border-top: 1px solid #f1f5f9; }
.invz-section-divider h2 { font-size: 38px; font-weight: 800; color: #0f172a; letter-spacing: -0.5px; margin-bottom: 14px; line-height: 1.15; }
.invz-section-divider p { font-size: 18px; color: #64748b; max-width: 640px; margin: 0 auto; line-height: 1.6; }
@media (max-width: 768px) { .invz-section-divider h2 { font-size: 28px; } }

/* ----- Pills bar ----- */
.invz-pills-section { padding: 48px 24px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.invz-pills-eyebrow { text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #94a3b8; margin-bottom: 20px; }
.invz-pills-flex { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 1000px; margin: 0 auto; }
.invz-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 50px; background: #ffffff; border: 1px solid #e2e8f0; font-size: 12px; font-weight: 500; color: #475569; white-space: nowrap; text-decoration: none; cursor: pointer; transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s; }
.invz-pill:hover { background: #ede9fe; border-color: #c4b5fd; color: #5851d8; transform: translateY(-1px); text-decoration: none; }
.invz-pill svg { color: #5851d8; flex-shrink: 0; }

/* ----- Feature sections ----- */
.invz-section { padding: 96px 24px; background: #ffffff; }
.invz-section-alt { padding: 96px 24px; background: #f8fafc; }
.invz-section-inner { max-width: 1152px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 1024px) {
    .invz-section-inner { grid-template-columns: 1fr; gap: 40px; }
    .invz-order-first { order: -1; }
}

/* ----- Text block elements ----- */
.invz-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #5851d8; background: #ede9fe; padding: 4px 12px; border-radius: 50px; margin-bottom: 14px; }
.invz-h2 { font-size: 34px; font-weight: 800; line-height: 1.2; color: #0f172a; margin-bottom: 14px; letter-spacing: -0.4px; }
.invz-body { font-size: 17px; line-height: 1.7; color: #475569; margin-bottom: 24px; }
.invz-checklist { display: flex; flex-direction: column; gap: 10px; }
.invz-check-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #334155; line-height: 1.55; }
.invz-check-icon { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: #5851d8; }
@media (max-width: 768px) { .invz-h2 { font-size: 26px; } .invz-body { font-size: 15px; } }

/* ----- Cards ----- */
.invz-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.invz-browser-bar { background: #f1f5f9; padding: 10px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #e2e8f0; }
.invz-dots { display: flex; gap: 5px; }
.invz-dot { width: 10px; height: 10px; border-radius: 50%; }
.invz-dot-r { background: #ef4444; } .invz-dot-y { background: #f59e0b; } .invz-dot-g { background: #10b981; }
.invz-browser-url { font-size: 11px; color: #94a3b8; font-family: monospace; }
.invz-card-body { padding: 20px; }
.invz-card-body-sm { padding: 16px; }
.invz-video-wrap { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.12); }
.invz-video-wrap iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border: 0; }
.invz-stack { display: flex; flex-direction: column; gap: 24px; }
.invz-section-img { width: 100%; border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.12); display: block; }

/* ----- Invoice card ----- */
.invz-invoice-header { background: linear-gradient(135deg, #5851d8 0%, #7c3aed 100%); padding: 16px 20px; display: flex; justify-content: space-between; align-items: flex-start; }
.invz-invoice-overline { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.7); margin-bottom: 2px; }
.invz-invoice-id { font-size: 16px; font-weight: 700; color: #fff; }
.invz-sent-badge { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 50px; background: rgba(255,255,255,0.2); color: #fff; white-space: nowrap; }
.invz-field-label { font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: #94a3b8; margin-bottom: 3px; }
.invz-field-name { font-size: 14px; font-weight: 600; color: #1e293b; }
.invz-field-sub { font-size: 11px; color: #64748b; }
.invz-amount { font-size: 22px; font-weight: 800; color: #5851d8; }
.invz-table { border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; margin: 12px 0; font-size: 13px; }
.invz-table-head { background: #f8fafc; padding: 8px 12px; display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #94a3b8; }
.invz-table-row { padding: 9px 12px; display: flex; justify-content: space-between; border-top: 1px solid #f1f5f9; color: #475569; }
.invz-table-row span:last-child { font-weight: 600; color: #1e293b; }
.invz-total-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0 0; border-top: 2px solid #e2e8f0; }
.invz-total-label { font-weight: 600; color: #475569; font-size: 14px; }
.invz-total-num { font-size: 20px; font-weight: 800; color: #0f172a; }
.invz-pay-btn { display: block; width: 100%; text-align: center; padding: 10px; margin-top: 12px; background: #5851d8; color: #fff; border: none; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; letter-spacing: 0.02em; }

/* ----- Project card ----- */
.invz-project-header { padding: 16px 20px; background: #fff; display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid #f1f5f9; }
.invz-project-title { font-size: 14px; font-weight: 700; color: #1e293b; }
.invz-project-sub { font-size: 11px; color: #94a3b8; margin-top: 3px; }
.invz-status-badge { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 50px; background: #dbeafe; color: #1d4ed8; white-space: nowrap; }
.invz-progress-label { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 6px; }
.invz-progress-label span:first-child { font-weight: 500; color: #64748b; }
.invz-progress-label span:last-child { font-weight: 700; color: #10b981; }
.invz-progress-outer { background: #e2e8f0; border-radius: 50px; height: 8px; overflow: hidden; margin-bottom: 16px; }
.invz-progress-inner { height: 8px; border-radius: 50px; background: #10b981; }
.invz-tasks { display: flex; flex-direction: column; gap: 8px; }
.invz-task { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 8px; font-size: 12px; }
.invz-task-done { background: #f0fdf4; color: #94a3b8; }
.invz-task-done span { text-decoration: line-through; }
.invz-task-todo { background: #f8fafc; color: #334155; }
.invz-task-check-done { width: 18px; height: 18px; border-radius: 50%; background: #10b981; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.invz-task-check-todo { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #cbd5e1; flex-shrink: 0; }

/* ----- Portal card ----- */
.invz-portal-header { padding: 14px 20px; background: #fff; border-bottom: 1px solid #f1f5f9; display: flex; justify-content: space-between; align-items: center; }
.invz-portal-name { font-size: 13px; font-weight: 700; color: #1e293b; }
.invz-portal-sub { font-size: 11px; color: #94a3b8; margin-top: 2px; }
.invz-avatar { width: 36px; height: 36px; border-radius: 50%; background: #7c3aed; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 700; flex-shrink: 0; }
.invz-portal-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 12px; }
.invz-portal-stat { background: #fff; border: 1px solid #f1f5f9; border-radius: 10px; padding: 10px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.invz-portal-stat-value { font-size: 15px; font-weight: 800; }
.invz-portal-stat-label { font-size: 10px; color: #94a3b8; margin-top: 2px; }
.invz-portal-stat-amber { color: #d97706; }
.invz-portal-stat-green { color: #059669; }
.invz-portal-stat-purple { color: #5851d8; }
.invz-invoice-list { background: #fff; border: 1px solid #f1f5f9; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.invz-invoice-list-head { padding: 10px 14px; border-bottom: 1px solid #f8fafc; display: flex; justify-content: space-between; }
.invz-invoice-list-head span:first-child { font-size: 11px; font-weight: 600; color: #334155; }
.invz-invoice-list-head span:last-child { font-size: 11px; font-weight: 600; color: #5851d8; cursor: pointer; }
.invz-invoice-row { padding: 10px 14px; border-top: 1px solid #f8fafc; display: flex; justify-content: space-between; align-items: center; }
.invz-invoice-row-num { font-size: 13px; font-weight: 600; color: #1e293b; }
.invz-invoice-row-date { font-size: 11px; color: #94a3b8; margin-top: 1px; }
.invz-invoice-row-right { display: flex; align-items: center; gap: 8px; }
.invz-invoice-row-amount { font-size: 13px; font-weight: 700; color: #1e293b; }
.invz-status-due { font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 50px; background: #fef3c7; color: #d97706; }
.invz-status-paid { font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 50px; background: #d1fae5; color: #059669; }
.invz-portal-project { background: #fff; border: 1px solid #f1f5f9; border-radius: 10px; padding: 12px 14px; margin-bottom: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.invz-portal-project-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.invz-portal-project-name { font-size: 12px; font-weight: 700; color: #1e293b; }
.invz-portal-pct { font-size: 11px; font-weight: 700; color: #5851d8; }
.invz-portal-bar { height: 6px; background: #f1f5f9; border-radius: 99px; overflow: hidden; margin-bottom: 12px; }
.invz-portal-bar-fill { height: 100%; background: linear-gradient(90deg, #5851d8, #7c3aed); border-radius: 99px; }
.invz-portal-tasks-label { font-size: 10px; font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; }
.invz-portal-task { display: flex; align-items: center; gap: 7px; padding: 5px 0; font-size: 11px; border-top: 1px solid #f8fafc; }
.invz-portal-task-done { color: #059669; }
.invz-portal-task-active { color: #1e293b; font-weight: 600; }
.invz-portal-task-pending { color: #94a3b8; }
.invz-portal-task-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; background: #5851d8; }
.invz-portal-task-dot-pending { background: #e2e8f0; }
.invz-portal-pay-row { background: #fff; border: 1px solid #f1f5f9; border-radius: 10px; padding: 10px 14px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.invz-portal-pay-btn { padding: 6px 12px; background: #d97706; color: #fff; border-radius: 7px; font-size: 11px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.invz-portal-mkt-row { background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 10px; padding: 10px 14px; display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; color: #4338ca; cursor: pointer; }
.invz-portal-mkt-tag { margin-left: 2px; padding: 2px 7px; background: #4f46e5; color: #fff; border-radius: 50px; font-size: 9px; font-weight: 700; }
.invz-portal-mkt-arrow { margin-left: auto; font-size: 13px; }

/* ----- Quick Estimate section ----- */
.invz-qe-steps { display: flex; flex-direction: column; gap: 14px; margin: 20px 0; }
.invz-qe-step { display: flex; gap: 14px; align-items: flex-start; }
.invz-qe-num { width: 26px; height: 26px; border-radius: 50%; background: #5851d8; color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.invz-qe-step-title { font-size: 13px; font-weight: 700; color: #1e293b; margin-bottom: 3px; }
.invz-qe-step-body { font-size: 12px; color: #64748b; line-height: 1.5; }
.invz-qe-flow { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 20px 0 10px; }
.invz-qe-flow span { font-size: 12px; font-weight: 700; color: #5851d8; }
.invz-qe-arrow { color: #94a3b8 !important; font-weight: 400 !important; }
.invz-qe-tagline { font-size: 15px; font-weight: 700; color: #1e293b; margin-bottom: 6px; }
.invz-qe-sub { font-size: 13px; color: #64748b; line-height: 1.6; margin-bottom: 20px; }
.invz-qe-cta { display: inline-block; padding: 12px 24px; background: #5851d8; color: #fff; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; }
.invz-qe-card-header { padding: 12px 16px; background: #5851d8; display: flex; justify-content: space-between; align-items: center; }
.invz-qe-card-step { font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.06em; }
.invz-qe-card-title { font-size: 12px; font-weight: 700; color: #fff; }
.invz-qe-card-body { padding: 16px; background: #fff; border-bottom: 1px solid #f1f5f9; }
.invz-qe-question { font-size: 13px; font-weight: 700; color: #1e293b; margin-bottom: 10px; }
.invz-qe-options { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 14px; }
.invz-qe-option { padding: 8px 10px; border: 1.5px solid #e2e8f0; border-radius: 8px; font-size: 11px; font-weight: 600; color: #64748b; text-align: center; cursor: pointer; }
.invz-qe-option-selected { border-color: #5851d8; background: #eef2ff; color: #5851d8; }
.invz-qe-dots { display: flex; gap: 5px; justify-content: center; margin-bottom: 14px; }
.invz-qe-dot { width: 7px; height: 7px; border-radius: 50%; background: #e2e8f0; }
.invz-qe-dot-active { background: #5851d8; }
.invz-qe-next { display: block; padding: 9px; background: #5851d8; color: #fff; text-align: center; border-radius: 8px; font-size: 11px; font-weight: 700; cursor: pointer; }
.invz-qe-result { padding: 12px 16px; background: #f8fafc; }
.invz-qe-result-label { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; color: #059669; margin-bottom: 10px; }
.invz-qe-line-items { display: flex; flex-direction: column; gap: 5px; margin-bottom: 10px; }
.invz-qe-line { display: flex; justify-content: space-between; font-size: 11px; color: #334155; padding: 5px 0; border-bottom: 1px solid #f1f5f9; }
.invz-qe-line-more { color: #94a3b8; font-style: italic; }
.invz-qe-total-row { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; }
.invz-qe-total-row span:first-child { font-size: 11px; font-weight: 600; color: #64748b; }
.invz-qe-total-val { font-size: 16px; font-weight: 800; color: #5851d8; }

/* ----- AI Plan Reader card ----- */
.invz-plan-header { padding: 14px 20px; background: #fff; border-bottom: 1px solid #f1f5f9; display: flex; justify-content: space-between; align-items: center; }
.invz-plan-title { font-size: 13px; font-weight: 600; color: #1e293b; }
.invz-plan-badge { font-size: 10px; font-weight: 600; padding: 4px 10px; border-radius: 50px; background: #fef3c7; color: #d97706; }
.invz-plan-items { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.invz-plan-item { border-radius: 10px; padding: 10px 12px; display: flex; justify-content: space-between; align-items: flex-start; }
.invz-plan-item-normal { background: #f8fafc; border: 1px solid #e2e8f0; }
.invz-plan-item-ai { background: #fffbeb; border: 1px solid #fde68a; }
.invz-plan-item-name { font-size: 12px; font-weight: 500; color: #334155; }
.invz-plan-item-qty { font-size: 10px; color: #94a3b8; margin-top: 2px; }
.invz-plan-item-price { font-size: 12px; font-weight: 700; color: #1e293b; }
.invz-plan-item-ai-tag { font-size: 10px; font-weight: 600; color: #d97706; margin-top: 2px; text-align: right; }
.invz-plan-total { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; border-top: 1px solid #e2e8f0; }
.invz-plan-total span:first-child { font-size: 12px; color: #64748b; }
.invz-plan-total span:last-child { font-size: 16px; font-weight: 800; color: #1e293b; }

/* ----- Sub-contractor bids card ----- */
.invz-bid-header { padding: 12px 20px; background: #fff; border-bottom: 1px solid #f1f5f9; display: flex; justify-content: space-between; align-items: center; }
.invz-bid-header-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #64748b; }
.invz-invite-btn { display: flex; align-items: center; gap: 5px; padding: 6px 12px; font-size: 11px; font-weight: 600; border-radius: 8px; background: #ede9fe; color: #5851d8; border: 1px solid #c4b5fd; cursor: pointer; }
.invz-bid-rows { background: #fff; }
.invz-bid-row { padding: 14px 20px; border-top: 1px solid #f8fafc; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.invz-bid-name { font-size: 13px; font-weight: 600; color: #1e293b; }
.invz-bid-email { font-size: 11px; color: #94a3b8; margin-top: 2px; }
.invz-bid-meta { font-size: 11px; color: #64748b; margin-top: 4px; }
.invz-badge { display: inline-flex; padding: 2px 8px; border-radius: 50px; font-size: 10px; font-weight: 600; margin-left: 6px; }
.invz-badge-trade { background: #fef3c7; color: #a16207; border: 1px solid #fde68a; }
.invz-badge-merged { background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; }
.invz-badge-submitted { background: #dbeafe; color: #1e40af; border: 1px solid #93c5fd; }
.invz-badge-pending { background: #fef3c7; color: #a16207; border: 1px solid #fde68a; }
.invz-merge-btn { padding: 6px 12px; background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; border-radius: 8px; font-size: 11px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.invz-merged-label { display: flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; color: #059669; }
.invz-bid-footer { padding: 10px 20px; background: #f8fafc; border-top: 1px solid #f1f5f9; display: flex; justify-content: space-between; align-items: center; }
.invz-bid-footer-note { font-size: 11px; color: #94a3b8; }
.invz-bid-footer-total { font-size: 13px; font-weight: 700; color: #1e293b; }
.invz-bid-footer-total span { color: #5851d8; }

/* ----- Marketplace card ----- */
.invz-store-header { padding: 12px 16px; background: #4f46e5; display: flex; justify-content: space-between; align-items: center; }
.invz-store-name { font-size: 13px; font-weight: 700; color: #fff; }
.invz-store-sub { font-size: 10px; color: rgba(255,255,255,0.7); margin-top: 2px; }
.invz-mkt-badge { padding: 4px 10px; background: rgba(255,255,255,0.2); border-radius: 50px; font-size: 10px; font-weight: 700; color: #fff; letter-spacing: 0.05em; }
.invz-mkt-list { display: flex; flex-direction: column; gap: 8px; padding: 12px; background: #f8fafc; }
.invz-mkt-item { display: flex; align-items: center; gap: 0; background: #fff; border: 1px solid #f1f5f9; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.invz-product-img { width: 52px; height: 52px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.invz-product-img-blue { background: linear-gradient(135deg, #f0f9ff, #dbeafe); }
.invz-product-img-amber { background: linear-gradient(135deg, #fffbeb, #fef3c7); }
.invz-product-img-gray { background: linear-gradient(135deg, #f8fafc, #f1f5f9); }
.invz-mkt-item-body { flex: 1; min-width: 0; padding: 8px 10px; }
.invz-product-name { font-size: 10px; font-weight: 600; color: #334155; line-height: 1.3; margin-bottom: 2px; }
.invz-mkt-category { font-size: 9px; color: #94a3b8; }
.invz-mkt-prices { display: flex; flex-direction: column; align-items: flex-end; padding: 8px 12px; gap: 1px; flex-shrink: 0; }
.invz-mkt-retail { font-size: 10px; color: #94a3b8; text-decoration: line-through; }
.invz-mkt-contractor { font-size: 13px; font-weight: 700; color: #4f46e5; }
.invz-mkt-footer { margin: 0 12px 12px; background: #fff; border: 1px solid #f1f5f9; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.invz-mkt-savings { display: flex; align-items: center; gap: 5px; padding: 8px 12px; background: #f0fdf4; border-bottom: 1px solid #dcfce7; font-size: 10px; font-weight: 600; color: #166534; }
.invz-checkout-btn { display: block; width: calc(100% - 24px); margin: 0 12px 12px; padding: 9px; background: #4f46e5; color: #fff; text-align: center; border-radius: 8px; font-size: 11px; font-weight: 600; }

/* ----- AI Design Studio card ----- */
.invz-studio-header { padding: 12px 16px; background: linear-gradient(135deg, #0f766e, #4338ca); display: flex; justify-content: space-between; align-items: center; }
.invz-studio-title { font-size: 13px; font-weight: 600; color: #fff; display: flex; align-items: center; gap: 6px; }
.invz-studio-credits { font-size: 10px; color: rgba(255,255,255,0.8); padding: 3px 8px; border-radius: 50px; background: rgba(255,255,255,0.15); }
.invz-studio-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px 12px 0; }
.invz-studio-mode { background: #fff; border-radius: 10px; padding: 10px; text-align: center; cursor: pointer; }
.invz-studio-mode-active { border: 2px solid #0d9488; }
.invz-studio-mode-inactive { border: 1px solid #e2e8f0; opacity: 0.6; }
.invz-studio-mode-title { font-size: 12px; font-weight: 700; color: #1e293b; }
.invz-studio-mode-sub { font-size: 10px; color: #64748b; margin-top: 2px; }
.invz-design-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px; }
.invz-design-frame { border-radius: 10px; overflow: hidden; border: 1px solid #e2e8f0; }
.invz-design-frame-active { border: 2px solid #0d9488; }
.invz-design-label { text-align: center; font-size: 9px; font-weight: 700; padding: 5px; text-transform: uppercase; letter-spacing: 0.06em; background: #f8fafc; color: #64748b; }
.invz-design-label-active { background: #f0fdfa; color: #0d9488; }
.invz-design-image { height: 72px; display: flex; align-items: center; justify-content: center; }
.invz-design-image-before { background: #f1f5f9; font-size: 28px; }
.invz-design-image-after { background: linear-gradient(135deg, #f0fdfa, #ede9fe); font-size: 18px; font-weight: 800; color: #0d9488; }
.invz-studio-actions { display: flex; gap: 8px; padding: 0 12px 12px; }
.invz-studio-btn-save { flex: 1; padding: 8px; background: #0d9488; color: #fff; border-radius: 8px; font-size: 11px; font-weight: 600; text-align: center; cursor: pointer; }
.invz-studio-btn-new { padding: 8px 12px; border: 1px solid #e2e8f0; color: #64748b; border-radius: 8px; font-size: 11px; cursor: pointer; }

/* ----- Property Intelligence card ----- */
.invz-prop-stats { display: grid; grid-template-columns: repeat(3, 1fr); divide-x: 1px solid #f1f5f9; background: #fff; border: 1px solid #f1f5f9; border-radius: 10px; overflow: hidden; margin-bottom: 10px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.invz-prop-stat { padding: 10px; text-align: center; border-right: 1px solid #f1f5f9; }
.invz-prop-stat:last-child { border-right: none; }
.invz-prop-stat-value { font-size: 14px; font-weight: 800; color: #1e293b; }
.invz-prop-stat-label { font-size: 9px; color: #94a3b8; margin-top: 2px; text-transform: uppercase; letter-spacing: 0.06em; }
.invz-prop-intel-header { background: #eef2ff; padding: 10px 14px; display: flex; align-items: center; gap: 10px; border-radius: 10px 10px 0 0; }
.invz-prop-intel-title { font-size: 12px; font-weight: 600; color: #1e293b; }
.invz-prop-intel-sub { font-size: 10px; color: #818cf8; margin-top: 1px; }
.invz-prop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 10px; background: #fff; border: 1px solid #e2e8f0; border-top: none; border-radius: 0 0 10px 10px; }
.invz-prop-cell { border-radius: 8px; padding: 8px 10px; border: 1px solid; }
.invz-prop-green { background: #f0fdf4; border-color: #bbf7d0; }
.invz-prop-blue { background: #eff6ff; border-color: #bfdbfe; }
.invz-prop-amber { background: #fffbeb; border-color: #fde68a; }
.invz-prop-cell-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: #94a3b8; margin-bottom: 3px; }
.invz-prop-cell-value { font-size: 12px; font-weight: 700; color: #1e293b; margin-bottom: 4px; }
.invz-prop-status-row { display: flex; align-items: center; gap: 4px; font-size: 9px; font-weight: 600; }
.invz-prop-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.invz-prop-dot-green { background: #10b981; }
.invz-prop-dot-blue { background: #60a5fa; }
.invz-prop-dot-amber { background: #f59e0b; }
.invz-prop-status-green { color: #059669; }
.invz-prop-status-blue { color: #2563eb; }
.invz-prop-status-amber { color: #d97706; }

/* ----- AI Lead Widget card ----- */
.invz-widget-header { padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; }
.invz-widget-header-amber { background: #f59e0b; }
.invz-widget-job-title { font-size: 13px; font-weight: 700; color: #fff; }
.invz-widget-step { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 50px; background: rgba(255,255,255,0.2); color: #fff; }
.invz-widget-sub { font-size: 11px; color: rgba(255,255,255,0.75); margin-top: 2px; }
.invz-widget-progress { height: 4px; border-radius: 50px; background: rgba(255,255,255,0.25); margin: 0 16px 12px; }
.invz-widget-progress-fill { height: 4px; border-radius: 50px; background: #fff; width: 37%; }
.invz-widget-dims { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px 16px 8px; background: #fff; }
.invz-widget-dim { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 10px; }
.invz-widget-dim-label { font-size: 10px; color: #94a3b8; margin-bottom: 4px; }
.invz-widget-dim-value { font-size: 13px; font-weight: 600; color: #1e293b; }
.invz-widget-estimate { margin: 8px 16px 16px; border-radius: 10px; background: #f59e0b; padding: 16px; color: #fff; text-align: center; }
.invz-widget-est-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.8; margin-bottom: 6px; }
.invz-widget-est-price { font-size: 26px; font-weight: 800; margin-bottom: 4px; }
.invz-widget-est-sub { font-size: 11px; opacity: 0.7; margin-bottom: 12px; }
.invz-widget-est-breakdown { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.invz-widget-est-cell { background: rgba(255,255,255,0.18); border-radius: 6px; padding: 6px; }
.invz-widget-est-cell-label { font-size: 9px; opacity: 0.7; margin-bottom: 2px; }
.invz-widget-est-cell-value { font-size: 11px; font-weight: 600; }

/* ----- Stats section ----- */
.invz-stats-section { padding: 80px 24px; background: #f8fafc; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.invz-stats-grid { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
@media (max-width: 768px) { .invz-stats-grid { grid-template-columns: repeat(2, 1fr); } }
.invz-stat-cell { padding: 28px 20px; text-align: center; border-right: 1px solid #e2e8f0; }
.invz-stat-cell:last-child { border-right: none; }
@media (max-width: 768px) { .invz-stat-cell:nth-child(2) { border-right: none; } .invz-stat-cell:nth-child(3) { border-top: 1px solid #e2e8f0; } }
.invz-stat-value { font-size: 28px; font-weight: 800; color: #5851d8; margin-bottom: 4px; }
.invz-stat-label { font-size: 12px; color: #64748b; }

/* ----- Everything included grid ----- */
.invz-more-section { padding: 96px 24px; background: #ffffff; }
.invz-more-header { text-align: center; margin-bottom: 56px; }
.invz-h2-center { font-size: 34px; font-weight: 800; color: #0f172a; letter-spacing: -0.4px; margin-bottom: 12px; }
.invz-body-center { font-size: 17px; color: #64748b; }
.invz-more-grid { max-width: 1152px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 1024px) { .invz-more-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .invz-more-grid { grid-template-columns: 1fr; } }
.invz-more-card { background: #fff; border: 1px solid #f1f5f9; border-radius: 14px; padding: 20px; transition: border-color 0.2s, box-shadow 0.2s; }
.invz-more-card:hover { border-color: #c4b5fd; box-shadow: 0 4px 16px rgba(88,81,216,0.08); }
.invz-more-icon { font-size: 26px; margin-bottom: 10px; }
.invz-more-title { font-size: 14px; font-weight: 600; color: #1e293b; margin-bottom: 5px; }
.invz-more-desc { font-size: 13px; color: #64748b; line-height: 1.6; }
@media (max-width: 768px) { .invz-h2-center { font-size: 26px; } .invz-body-center { font-size: 15px; } }

/* ----- CTA section ----- */
.invz-cta-section { padding: 96px 24px; background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%); text-align: center; }
.invz-cta-h2 { font-size: 40px; font-weight: 800; color: #fff; letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.2; }
.invz-cta-sub { font-size: 18px; color: rgba(255,255,255,0.8); margin-bottom: 40px; }
.invz-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 16px 36px; border-radius: 14px; background: #fff; color: #5851d8; font-size: 16px; font-weight: 700; text-decoration: none; box-shadow: 0 8px 32px rgba(0,0,0,0.2); transition: transform 0.2s, box-shadow 0.2s; }
.invz-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,0.25); color: #4338ca; text-decoration: none; }
.invz-cta-note { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,0.6); }
@media (max-width: 768px) { .invz-cta-h2 { font-size: 28px; } .invz-cta-sub { font-size: 16px; } }

/* SVG checkmark in checklist */
.invz-check-svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; }
