/* Homepage Styles */
.cta-button-secondary { background-color: transparent; border: 2px solid #d1d5db; color: #4b5563; }
.cta-button-secondary:hover { background-color: #f3f4f6; border-color: #9ca3af; }
.problem-card { background-color: #fef2f2; border-left: 4px solid #ef4444; padding: 1.5rem; text-align: left; }
.solution-card { background-color: #eff6ff; border-left: 4px solid #3b82f6; padding: 1.5rem; text-align: left; }
.timeline { border-left: 3px solid #dbeafe; }
.timeline-step { position: relative; padding-left: 2rem; }
.timeline-number { position: absolute; left: -1.2rem; top: 0; width: 2.5rem; height: 2.5rem; background-color: #3b82f6; color: white; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-weight: bold; border: 4px solid #f9fafb; }
.result-snapshot { background-color: #f9fafb; padding: 1rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; }

/* Services Page Styles */
.service-card { background-color: white; padding: 2rem; border-radius: 0.5rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); text-align: center; }
.service-card h3 { font-size: 1.25rem; font-weight: bold; margin-bottom: 0.5rem; }
.comparison-card { background-color: white; padding: 2rem; border-radius: 0.5rem; border-top: 4px solid; }

/* How It Works Styles */
.timeline-vertical::before { content: ''; position: absolute; left: 1.25rem; top: 0; bottom: 0; width: 3px; background-color: #e5e7eb; }
.timeline-step { position: relative; padding-left: 4rem; padding-bottom: 3rem; }
.timeline-step:last-child { padding-bottom: 0; }
.timeline-icon { position: absolute; left: 0; top: 0; width: 2.5rem; height: 2.5rem; background-color: #3b82f6; color: white; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-weight: bold; }
.process-card { background-color: white; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; }

/* About Us Styles */
.mission-card { background-color: #eff6ff; color: #1e3a8a; padding: 1.5rem; border-radius: 0.5rem; font-weight: bold; text-align: center; }

/* Guide Squeeze Page Styles */
#guide-squeeze-form .form-input { width: 100%; padding: 12px; border: 1px solid #d1d5db; border-radius: 6px; }
#guide-squeeze-form .form-input:focus { outline: none; border-color: #1d4ed8; box-shadow: 0 0 0 3px rgba(29,78,216,0.2); }
#guide-squeeze-form .cta-button { background-color: #1d4ed8; color: white; }
#guide-squeeze-form .cta-button:hover { background-color: #2563eb; }

/* Results Page Styles */
.case-study-card { background-color: #f9fafb; padding: 2rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; }
.testimonial { font-style: italic; color: #4b5563; border-left: 3px solid #60a5fa; padding-left: 1rem; margin-top: 1.5rem; }
.testimonial cite { display: block; margin-top: 0.5rem; font-style: normal; font-weight: bold; color: #1f2937; }
.stat-card { background-color: white; padding: 1.5rem; border-radius: 0.5rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
.stat-value { font-size: 2.25rem; font-weight: bold; color: #1d4ed8; }
.stat-label { color: #4b5563; }
