.zod-hero { padding: 2rem 1.5rem; text-align: center; display: flex; flex-direction: column; align-items: center; background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%); border: 1px solid #bae6fd; border-radius: 1.25rem; margin-bottom: 1.5rem; position: relative; overflow: hidden; }
.zod-hero h1 { margin: 0 0 .5rem 0; line-height: 1.15; font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; color: #0369a1; letter-spacing: -0.02em; }
.zod-hero p { margin: 0 auto 0.75rem; max-width: 46rem; line-height: 1.6; font-size: 1.05rem; color: #334155; }
.zod-summary { display: inline-block; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(4px); border: 1px solid #e0f2fe; padding: 0.4rem 0.9rem; border-radius: 2rem; font-size: 0.95rem; color: #0c4a6e; margin-bottom: 1.25rem; box-shadow: 0 2px 6px rgba(14, 165, 233, 0.06); }
.zod-last-updated { font-size: 0.85rem !important; color: #94a3b8 !important; margin-bottom: 1.5rem !important; font-style: italic; }
.zod-cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1rem; justify-content: center; width: 100%; }
.zod-cta-row .zod-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.6rem 1.25rem; font-weight: 600; border-radius: 9999px; cursor: pointer; transition: all 0.2s ease; text-decoration: none; font-size: 0.95rem; }
.zod-cta-row .zod-btn-primary { background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%); color: white; box-shadow: 0 4px 6px -1px rgba(3, 105, 161, 0.25); border: none; }
.zod-cta-row .zod-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(3, 105, 161, 0.3); }
.zod-cta-row .zod-btn-secondary { background: white; color: #334155; border: 1px solid #cbd5e1; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.zod-cta-row .zod-btn-secondary:hover { background: #f8fafc; border-color: #94a3b8; transform: translateY(-1px); color: #0f172a; }
.zod-badges { display: flex; flex-wrap: wrap; gap: 1rem; margin: 0 auto; padding: 1rem 0 0; list-style: none; justify-content: center !important; border-top: 1px solid rgba(226, 232, 240, 0.6); width: 100%; max-width: 800px; }
.zod-badges li { display: flex; align-items: center; gap: 0.4rem; color: #475569; font-weight: 500; font-size: 0.9rem; }
.zod-badges li::before { content: ""; display: inline-block; width: 1.1rem; height: 1.1rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2310b981'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.zod-hint { color: #475569; font-size: 0.9rem; margin-bottom: 1.5rem; display: inline-flex; align-items: center; padding: 0.4rem 0.85rem; background: #f8fafc; border-radius: 0.5rem; border: 1px solid #e2e8f0; }
.zod-hint::before { content: "💡"; margin-right: 0.5rem; font-size: 1.1em; }
.zod-tool-core { position: relative; border: 1px solid #dbeafe !important; background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important; box-shadow: 0 20px 50px -18px rgba(15, 23, 42, 0.18) !important; padding: 2.5rem 2rem !important; border-radius: 1.75rem !important; overflow: hidden; margin-bottom: 2rem; }
.zod-tool-core::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 14rem; height: 14rem; background: radial-gradient(circle, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 72%); pointer-events: none; }
.zod-tool-core > h2 { margin: 0 0 0.35rem; text-align: center; font-size: clamp(1.5rem, 3vw, 2rem); color: #0f172a; letter-spacing: -0.03em; position: relative; }
.zod-tool-core > .zod-hint { margin: 0 auto 1.75rem; justify-content: center; position: relative; display: flex; width: fit-content; }
.zod-tool-grid { position: relative; display: grid !important; grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr); gap: 1.35rem; align-items: start; }
.zod-tool-panel { border: none !important; background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important; padding: 1.5rem !important; border-radius: 1.35rem !important; box-shadow: 0 16px 30px -20px rgba(15, 23, 42, 0.28) !important; }
.zod-tool-header h3 { margin: 0 0 0.25rem 0; font-size: 1.15rem; color: #0f172a; }
.zod-tool-header p { margin: 0 0 1.25rem 0; font-size: 0.9rem; color: #475569; }
.zod-field-grid { display: grid; gap: 1rem; margin-bottom: 1.25rem; }
.zod-field-grid > div { background: #ffffff !important; border: 1px solid #dbeafe !important; border-radius: 1rem !important; padding: 1.1rem 1.15rem !important; box-shadow: 0 10px 20px -18px rgba(14, 165, 233, 0.45); }
.zod-label { display: block; font-weight: 600; color: #0f172a; margin-bottom: 0.5rem; }
.zod-input { width: 100%; padding: 0.6rem 0.75rem; font-size: 1rem; border: 2px solid #dbeafe !important; background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important; transition: all 0.2s ease !important; border-radius: 0.9rem !important; box-sizing: border-box; }
.zod-input:focus { border-color: #0ea5e9 !important; box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12) !important; background: #fff !important; outline: none; }
.zod-cta-row[aria-label="Tool actions"] { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 0.8rem !important; margin-bottom: 1.25rem !important; }
.zod-cta-row[aria-label="Tool actions"] .zod-btn { width: 100%; }
.zod-results-panel { border: 1px solid #bae6fd !important; background: linear-gradient(145deg, #f0f9ff 0%, #e0f2fe 52%, #f8fdff 100%) !important; box-shadow: inset 0 2px 4px rgba(255,255,255,0.5), 0 20px 36px -26px rgba(2, 132, 199, 0.45) !important; border-radius: 1.35rem !important; padding: 1.5rem !important; }
.zod-results-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; margin-bottom: 1rem; }
.zod-results-head h3 { margin: 0 0 0.2rem 0; font-size: 1.15rem; color: #0f172a; }
.zod-results-head p { margin: 0; font-size: 0.85rem; color: #475569; }
.zod-results-badge { background: #0284c7 !important; color: #fff !important; border: none !important; box-shadow: 0 2px 4px rgba(2, 132, 199, 0.3) !important; padding: 0.25rem 0.6rem; border-radius: 999px; font-size: 0.75rem; font-weight: 700; white-space: nowrap; }
.zod-results { border: none !important; background: rgba(255, 255, 255, 0.92) !important; border-radius: 1rem !important; box-shadow: 0 8px 18px -14px rgba(0,0,0,0.18) !important; padding: 1.5rem !important; }
.zod-result-card-primary { background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%) !important; border: 1px solid #bae6fd !important; box-shadow: 0 4px 12px rgba(2, 132, 199, 0.08) !important; padding: 1.25rem; border-radius: 0.75rem; margin-bottom: 1rem; text-align: center; }
.zod-result-list p { margin: 0 0 0.75rem 0; padding: 0.75rem; background: #f8fafc; border: 1px solid #f1f5f9; border-radius: 0.5rem; font-size: 0.95rem; color: #334155; line-height: 1.5; }
.zod-result-list p:last-child { margin-bottom: 0; }
.zod-status { border-radius: 0.9rem; border: 1px solid rgba(125, 211, 252, 0.7); background: rgba(255, 255, 255, 0.78); box-shadow: inset 0 1px 0 rgba(255,255,255,0.7); padding: 0.85rem 1rem; font-size: 0.9rem; color: #0f172a; margin-top: 1.25rem; }
.zod-status-info { border-color: rgba(125, 211, 252, 0.7) !important; background: rgba(255, 255, 255, 0.78) !important; color: #0f172a !important; }
.zod-status-error { border-color: #fca5a5 !important; background: #fef2f2 !important; color: #991b1b !important; }
.zod-status-success { border-color: #86efac !important; background: #f0fdf4 !important; color: #166534 !important; }
.zod-section-head { display: grid; gap: 0.45rem; justify-items: center; text-align: center; margin-bottom: 2rem; }
.zod-section-kicker { display: inline-flex; align-items: center; padding: 0.3rem 0.8rem; border-radius: 999px; background: #eff6ff; border: 1px solid #bfdbfe; color: #1d4ed8; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.zod-section-lead { margin: 0; max-width: 68ch; color: #475569; line-height: 1.75; }
.zod-step-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin-top: 1rem; }
.zod-step-card { position: relative; border: 1px solid #dbeafe; border-radius: 1rem; background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); padding: 1.5rem; box-shadow: 0 10px 26px rgba(37,99,235,.05); display: flex; flex-direction: column; gap: 0.4rem; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.zod-step-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(37,99,235,.1); border-color: #93c5fd; }
.zod-step-number { display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border-radius: 999px; background: linear-gradient(135deg, #0284c7, #0369a1); color: #fff; font-weight: 800; font-size: 1rem; box-shadow: 0 8px 18px rgba(2, 132, 199, 0.25); position: absolute; top: -1.125rem; left: 1.25rem; }
.zod-step-card h3 { margin: 0.5rem 0 0; color: #0f172a; font-size: 1.1rem; font-weight: 700; line-height: 1.3; }
.zod-step-card p { margin: 0; color: #475569; line-height: 1.6; font-size: 0.95rem; }
.zod-article-grid, .zod-link-grid, .zod-faq-grid { display: grid; gap: 1.25rem; margin-top: 1rem; }
.zod-article-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.zod-link-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.zod-faq-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.zod-callout-card, .zod-faq-item, .zod-link-card { border: 1px solid #dbeafe; border-radius: 1rem; background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); padding: 1.5rem; box-shadow: 0 10px 26px rgba(37,99,235,.05); }
.zod-callout-card { border-left: 4px solid #0284c7; }
.zod-faq-item, .zod-link-card { display: flex; flex-direction: column; gap: 0.45rem; }
.zod-callout-card h3, .zod-faq-item h3, .zod-link-card h3 { margin: 0 0 0.5rem; color: #0f172a; line-height: 1.3; font-size: 1.1rem; font-weight: 700; }
.zod-callout-card p, .zod-faq-item p, .zod-link-card p { margin: 0; color: #475569; line-height: 1.6; font-size: 0.95rem; }
.zod-link-card { text-decoration: none; color: inherit; position: relative; overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.zod-link-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(180deg, #2563eb, #0ea5e9, #10b981); }
.zod-link-card:hover, .zod-link-card:focus { transform: translateY(-3px); border-color: #93c5fd; box-shadow: 0 14px 30px rgba(37,99,235,.1); outline: none; }
.zod-feature-list { margin: 0.75rem 0 0; padding-left: 1.2rem; display: grid; gap: 0.5rem; color: #334155; }
.zod-feature-list li { margin: 0; line-height: 1.5; font-size: 0.95rem; }
.zod-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.zod-stat-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 0.75rem; padding: 1rem; text-align: center; }
.zod-stat-value { display: block; font-size: 1.5rem; font-weight: 800; color: #0284c7; margin-bottom: 0.25rem; }
.zod-stat-label { font-size: 0.85rem; color: #475569; font-weight: 500; line-height: 1.3; }
.zod-chip-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0; }
.zod-chip { background: #e0f2fe; color: #0369a1; padding: 0.35rem 0.85rem; border-radius: 999px; font-size: 0.85rem; font-weight: 600; border: 1px solid #bae6fd; }
.zod-match-card { background: #fff; border: 1px solid #dbeafe; border-radius: 0.75rem; padding: 1rem; display: flex; flex-direction: column; gap: 0.35rem; box-shadow: 0 4px 6px rgba(14, 165, 233, 0.05); border-left: 4px solid #38bdf8; }
.zod-match-card strong { color: #0f172a; font-size: 1.05rem; }
.zod-match-card span { color: #475569; font-size: 0.9rem; line-height: 1.4; }
.zod-checklist-card { border: 1px solid #dbeafe; border-radius: 1rem; background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); padding: 1.5rem; box-shadow: 0 10px 26px rgba(37,99,235,.05); border-left: 4px solid #8b5cf6; margin-top: 1.25rem; }
.zod-checklist-card h3 { margin: 0 0 0.75rem; color: #0f172a; font-size: 1.1rem; font-weight: 700; }
.zod-checklist-enhanced { background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%) !important; border-color: #ddd6fe !important; border-left-width: 1px !important; box-shadow: 0 8px 20px rgba(124, 58, 237, 0.08) !important; }
.zod-checklist-enhanced h3 { color: #5b21b6 !important; display: flex; align-items: center; gap: 0.5rem; font-size: 1.25rem !important; }
.zod-checklist-enhanced .zod-feature-list { padding: 0 !important; list-style: none; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important; gap: 0.85rem; margin-top: 1.25rem; }
.zod-checklist-enhanced .zod-feature-list li { background: #fff; border: 1px solid #ddd6fe; padding: 0.85rem 1rem; border-radius: 0.75rem; box-shadow: 0 2px 4px rgba(124, 58, 237, 0.04); color: #4c1d95; font-weight: 500; display: flex; align-items: flex-start; gap: 0.6rem; transition: transform 0.2s ease; }
.zod-checklist-enhanced .zod-feature-list li::before { content: "✔"; color: #8b5cf6; font-size: 1.1rem; line-height: 1; font-weight: 800; flex-shrink: 0; }
@media (max-width: 900px) { .zod-tool-core { padding: 1.5rem 1rem !important; } .zod-tool-grid { grid-template-columns: 1fr !important; } .zod-tool-panel, .zod-results-panel { padding: 1.2rem !important; } }
@media (max-width: 640px) { .zod-cta-row[aria-label="Tool actions"] { grid-template-columns: 1fr !important; } }