/* Consolidated CSS for Home Page Snippets */

/* ==========================
   Hero Section (hero.html)
   ========================== */
.hero-section {
	position: relative;
	background: linear-gradient(135deg, #E8F4FD 0%, #F0F8FF 100%);
	padding: 80px 0;
	min-height: 70vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}

.hero-particles {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: 
		radial-gradient(circle at 20% 20%, #FF8A65 2px, transparent 2px),
		radial-gradient(circle at 80% 80%, #B39DDB 2px, transparent 2px),
		radial-gradient(circle at 40% 60%, #81C784 1px, transparent 1px);
	background-size: 100px 100px, 150px 150px, 200px 200px;
	animation: hero-float 20s ease-in-out infinite;
}

.hero-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.hero-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.hero-title { font-size: 3rem; font-weight: 700; color: #2C3E50; margin-bottom: 24px; line-height: 1.1; font-family: 'Poppins', sans-serif; }
.hero-subtitle { font-size: 1.2rem; color: #5A6C7D; margin-bottom: 32px; line-height: 1.5; }
.hero-stats { display: flex; gap: 32px; margin-bottom: 40px; }
.hero-stat-item { text-align: center; }
.hero-stat-number { display: block; font-size: 2rem; font-weight: 700; color: #4A90E2; font-family: 'Poppins', sans-serif; }
.hero-stat-label { display: block; font-size: 0.9rem; color: #5A6C7D; margin-top: 8px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.hero-cta-button { display: inline-flex; align-items: center; gap: 12px; padding: 16px 24px; border: none; border-radius: 50px; font-family: inherit; font-size: 1rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden; }
.hero-cta-button--primary { background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%); color: white; }
.hero-cta-button--secondary { background: linear-gradient(135deg, #FF8A65 0%, #FF7043 100%); color: white; }
.hero-cta-button:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(74, 144, 226, 0.3); }
.hero-visual { display: flex; justify-content: center; align-items: center; }
.hero-pet-illustration { position: relative; width: 400px; height: 400px; display: flex; justify-content: center; align-items: center; }
.hero-pet-image { width: 280px !important; height: 280px !important; border-radius: 50% !important; object-fit: cover !important; aspect-ratio: 1/1 !important; display: block !important; box-shadow: 0 8px 30px rgba(74, 144, 226, 0.15) !important; transition: all 0.4s ease !important; }
.hero-comfort-indicators { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-indicator { position: absolute; border: 2px solid #4A90E2; border-radius: 50%; opacity: 0.6; }
.hero-pulse-slow { width: 310px; height: 310px; top: 45px; left: 45px; animation: hero-pulse 3s ease-in-out infinite; }
.hero-pulse-medium { width: 355px; height: 355px; top: 22px; left: 22px; animation: hero-pulse 3s ease-in-out infinite 1s; }
.hero-pulse-fast { width: 400px; height: 400px; top: 0; left: 0; animation: hero-pulse 3s ease-in-out infinite 2s; }

@keyframes hero-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 33% { transform: translateY(-10px) rotate(1deg); } 66% { transform: translateY(5px) rotate(-1deg); } }
@keyframes hero-pulse { 0%, 100% { transform: scale(1); opacity: 0.6; } 50% { transform: scale(1.05); opacity: 0.3; } }

@media (max-width: 992px) { .hero-content { grid-template-columns: 1fr; text-align: center; gap: 40px; } .hero-title { font-size: 2.5rem; } .hero-stats { justify-content: center; } }
@media (max-width: 768px) { .hero-section { padding: 60px 0; min-height: 60vh; } .hero-title { font-size: 2rem; } .hero-subtitle { font-size: 1.1rem; } .hero-stats { flex-direction: column; gap: 20px; } .hero-cta { flex-direction: column; align-items: center; } .hero-cta-button { width: 100%; max-width: 300px; justify-content: center; } .hero-pet-illustration { width: 300px; height: 300px; } .hero-pet-image { width: 200px !important; height: 200px !important; } .hero-pulse-slow { width: 230px; height: 230px; top: 35px; left: 35px; } .hero-pulse-medium { width: 265px; height: 265px; top: 18px; left: 18px; } .hero-pulse-fast { width: 300px; height: 300px; top: 0; left: 0; } }
@media (max-width: 480px) { .hero-content { padding: 0 15px; } .hero-title { font-size: 1.8rem; } .hero-subtitle { font-size: 1rem; } .hero-stat-number { font-size: 1.5rem; } .hero-stat-label { font-size: 0.8rem; } .hero-cta-button { padding: 14px 20px; font-size: 0.95rem; } }

/* ==========================
   Source Citation Tooltips
   ========================== */
/* Visible source label — shows on hover via title attribute */
.fpa-source-cite { font-style: normal; cursor: help; position: relative; }
.fpa-source-visible { font-size: 0.8em; color: #8899AA; font-weight: 400; }
/* Hidden backlink — stays in DOM for SEO crawlers */
.fpa-source-backlink { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; padding: 0 !important; margin: -1px !important; pointer-events: none !important; }
/* Improve visibility in dark containers */
.dyk-community-impact .fpa-source-visible { color: rgba(255, 255, 255, 0.55); }

/* Accessibility, print */
.hero-cta-button:focus-visible { outline: 2px solid #4A90E2; outline-offset: 2px; }
@media print { .hero-section { background: white; color: black; } .hero-particles, .hero-comfort-indicators { display: none; } .hero-cta-button { display: none; } }


/* ==========================
   How It Works (3steps.html)
   ========================== */
.steps-section { padding: 80px 0; background: linear-gradient(135deg, #F8F9FA 0%, #E8F4FD 100%); position: relative; }
.steps-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="workpattern" patternUnits="userSpaceOnUse" width="100" height="100"><circle cx="25" cy="25" r="1" fill="rgba(74,144,226,0.08)"/><circle cx="75" cy="75" r="1.5" fill="rgba(255,138,101,0.06)"/><circle cx="50" cy="10" r="0.8" fill="rgba(179,157,219,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23workpattern)"/></svg>') repeat; opacity: 0.4; pointer-events: none; }
.steps-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
.steps-header { text-align: center; margin-bottom: 60px; }
.steps-header h2 { font-size: 2rem; color: #4A90E2; margin-bottom: 16px; font-family: 'Poppins', sans-serif; font-weight: 600; text-shadow: 0 2px 4px rgba(74, 144, 226, 0.1); }
.steps-header p { font-size: 1.1rem; color: #357ABD; max-width: 800px; margin: 0 auto; line-height: 1.7; font-weight: 400; }
.steps-header .steps-header-cta { margin-top: 16px; font-size: 1.05rem; font-weight: 500; }
.steps-inline-link { color: #FF7043; text-decoration: underline; text-underline-offset: 3px; font-weight: 700; transition: color 0.2s ease; }
.steps-inline-link:hover { color: #E64A19; }
.steps-step-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 10px 22px; background: linear-gradient(135deg, #FF8A65 0%, #FF7043 100%); color: #fff; border-radius: 50px; font-size: 0.95rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }
.steps-step-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 112, 67, 0.35); color: #fff; }
.steps-process-flow { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 60px; }
.steps-process-step { flex: 1; text-align: center; padding: 40px 28px; background: linear-gradient(135deg, #FFFFFF 0%, #F0F8FF 100%); border-radius: 20px; transition: all 0.4s ease; position: relative; cursor: pointer; border: 2px solid rgba(74, 144, 226, 0.1); box-shadow: 0 4px 20px rgba(74, 144, 226, 0.08); }
.steps-process-step:hover { transform: translateY(-12px); box-shadow: 0 20px 50px rgba(74, 144, 226, 0.2); background: linear-gradient(135deg, #FFFFFF 0%, #E8F4FD 100%); border-color: rgba(74, 144, 226, 0.2); }
.steps-icon-wrapper { position: relative; display: inline-block; margin-bottom: 28px; }
.steps-icon-background { width: 90px; height: 90px; background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; box-shadow: 0 8px 30px rgba(74, 144, 226, 0.25); transition: all 0.3s ease; position: relative; }
.steps-icon-background::before { content: ''; position: absolute; top: -3px; left: -3px; right: -3px; bottom: -3px; background: linear-gradient(135deg, rgba(74, 144, 226, 0.3), rgba(53, 122, 189, 0.3)); border-radius: 50%; z-index: -1; opacity: 0; transition: opacity 0.3s ease; }
.steps-process-step:hover .steps-icon-background { transform: scale(1.15) rotate(5deg); box-shadow: 0 15px 40px rgba(74, 144, 226, 0.35); }
.steps-process-step:hover .steps-icon-background::before { opacity: 1; }
.steps-icon-background i { font-size: 2rem; color: #FFFFFF; z-index: 2; }
.steps-number { position: absolute; top: -10px; right: -10px; width: 36px; height: 36px; background: linear-gradient(135deg, #FF8A65 0%, #FF7043 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #FFFFFF; font-size: 1rem; box-shadow: 0 4px 15px rgba(255, 138, 101, 0.4); border: 3px solid #FFFFFF; }
.steps-content h3 { color: #4A90E2; margin-bottom: 16px; font-size: 1.4rem; font-weight: 600; font-family: 'Poppins', sans-serif; }
.steps-content p { color: #357ABD; line-height: 1.7; margin-bottom: 24px; font-size: 1rem; }
.steps-features { display: flex; flex-direction: column; gap: 12px; }
.steps-feature-item { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 0.95rem; color: #4A90E2; background: rgba(74, 144, 226, 0.05); padding: 8px 16px; border-radius: 20px; font-weight: 500; }
.steps-feature-item i { color: #FF8A65; width: 18px; text-align: center; font-size: 1rem; }
.steps-process-arrow { display: flex; align-items: center; color: #4A90E2; margin: 0 16px; align-self: center; }
.steps-arrow-line { width: 70px; height: 3px; background: linear-gradient(90deg, #4A90E2, #FF8A65); position: relative; border-radius: 2px; }
.steps-arrow-head { width: 0; height: 0; border-left: 10px solid #FF8A65; border-top: 8px solid transparent; border-bottom: 8px solid transparent; margin-left: -2px; }
.steps-community-message { background: linear-gradient(135deg, #FFFFFF 0%, #E8F4FD 100%); border-radius: 25px; padding: 50px 40px; text-align: center; border: 2px solid rgba(74, 144, 226, 0.15); box-shadow: 0 8px 30px rgba(74, 144, 226, 0.1); position: relative; overflow: hidden; }
.steps-community-message::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(74, 144, 226, 0.03) 0%, transparent 70%); animation: steps-rotate 20s linear infinite; pointer-events: none; }
.steps-message-content { display: flex; align-items: center; justify-content: center; gap: 24px; margin-bottom: 35px; position: relative; z-index: 2; }
.steps-message-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #4A90E2, #357ABD); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3); border: 4px solid rgba(255, 255, 255, 0.8); }
.steps-message-icon i { font-size: 1.6rem; color: white; }
.steps-message-text { text-align: left; max-width: 500px; }
.steps-message-text h4 { font-size: 1.6rem; color: #4A90E2; margin-bottom: 12px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.steps-message-text p { color: #357ABD; line-height: 1.7; margin: 0; font-size: 1.05rem; }
.steps-community-stats { display: flex; justify-content: center; gap: 50px; position: relative; z-index: 2; }
.steps-community-stat { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 20px; background: rgba(255, 255, 255, 0.6); border-radius: 15px; transition: all 0.3s ease; border: 1px solid rgba(74, 144, 226, 0.1); }
.steps-community-stat:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.9); box-shadow: 0 8px 25px rgba(74, 144, 226, 0.15); }
.steps-stat-icon { font-size: 2.2rem; display: block; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1)); }
.steps-stat-text { font-size: 1rem; color: #4A90E2; font-weight: 600; font-family: 'Poppins', sans-serif; }

@keyframes steps-rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes steps-fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes steps-bounce { 0%, 20%, 60%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 80% { transform: translateY(-5px); } }
@keyframes steps-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.steps-process-step { animation: steps-fadeInUp 0.8s ease-out; }
.steps-process-step:nth-child(1) { animation-delay: 0.1s; }
.steps-process-step:nth-child(3) { animation-delay: 0.3s; }
.steps-process-step:nth-child(5) { animation-delay: 0.5s; }
.steps-icon-wrapper:hover { animation: steps-bounce 0.6s ease; }
.steps-community-stat:hover .steps-stat-icon { animation: steps-pulse 0.6s ease; }

@media (max-width: 992px) { .steps-process-flow { flex-direction: column; gap: 40px; } .steps-process-arrow { transform: rotate(90deg); margin: 20px 0; align-self: center; } .steps-arrow-line { width: 50px; } .steps-header h2 { font-size: 1.8rem; } .steps-message-content { flex-direction: column; text-align: center; } .steps-message-text { text-align: center; } .steps-community-stats { gap: 35px; } }
@media (max-width: 768px) { .steps-section { padding: 60px 0; } .steps-header { margin-bottom: 50px; } .steps-header h2 { font-size: 1.6rem; } .steps-header p { font-size: 1rem; } .steps-process-step { padding: 32px 24px; } .steps-icon-background { width: 75px; height: 75px; } .steps-icon-background i { font-size: 1.7rem; } .steps-number { width: 32px; height: 32px; font-size: 0.9rem; } .steps-content h3 { font-size: 1.3rem; } .steps-community-message { padding: 40px 30px; } .steps-message-text h4 { font-size: 1.4rem; } .steps-community-stats { flex-direction: column; gap: 25px; } .steps-community-stat { padding: 15px; } }
@media (max-width: 480px) { .steps-container { padding: 0 15px; } .steps-header h2 { font-size: 1.45rem; } .steps-header p { font-size: 0.95rem; } .steps-process-step { padding: 28px 20px; } .steps-icon-background { width: 65px; height: 65px; } .steps-icon-background i { font-size: 1.5rem; } .steps-number { width: 28px; height: 28px; font-size: 0.8rem; top: -8px; right: -8px; } .steps-content h3 { font-size: 1.2rem; } .steps-content p { font-size: 0.95rem; } .steps-feature-item { font-size: 0.9rem; padding: 6px 12px; } .steps-community-message { padding: 30px 20px; } .steps-message-icon { width: 60px; height: 60px; } .steps-message-icon i { font-size: 1.4rem; } .steps-message-text h4 { font-size: 1.3rem; } .steps-message-text p { font-size: 1rem; } .steps-stat-icon { font-size: 1.8rem; } .steps-stat-text { font-size: 0.9rem; } .steps-arrow-line { width: 40px; height: 2px; } .steps-arrow-head { border-left: 8px solid #FF8A65; border-top: 6px solid transparent; border-bottom: 6px solid transparent; } }

/* Focus, print, contrast */
.steps-process-step:focus-visible { outline: 3px solid #4A90E2; outline-offset: 3px; }
.steps-community-stat:focus-visible { outline: 2px solid #4A90E2; outline-offset: 2px; }
@media print { .steps-section { background: white; color: black; } .steps-section::before, .steps-community-message::before { display: none; } .steps-process-step { background: white; border: 1px solid #ccc; box-shadow: none; } .steps-icon-background { background: #f0f0f0; color: black; } .steps-number { background: #ccc; color: black; } .steps-header h2, .steps-content h3, .steps-message-text h4 { color: black; } .steps-header p, .steps-content p, .steps-message-text p, .steps-feature-item, .steps-stat-text { color: #333; } }
@media (prefers-contrast: high) { .steps-process-step { border: 3px solid #4A90E2; } .steps-icon-background { background: #000; color: #fff; } .steps-number { background: #000; color: #fff; } .steps-process-arrow .steps-arrow-line { background: #000; } .steps-process-arrow .steps-arrow-head { border-left-color: #000; } .steps-community-message { border: 3px solid #4A90E2; } }
@media (prefers-reduced-motion: reduce) { .steps-process-step, .steps-icon-background, .steps-icon-wrapper, .steps-community-stat, .steps-community-message::before { transition: none; animation: none; } .steps-process-step:hover { transform: none; } .steps-process-step:hover .steps-icon-background { transform: none; } .steps-community-stat:hover { transform: none; } }

/* ==========================
   See It In Action (seeit.html)
   ========================== */
.see-it-in-action-section { padding: 80px 0; background: linear-gradient(135deg, #F8F9FA 0%, #E8F4FD 100%); position: relative; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: 2.5rem; color: #2C3E50; margin-bottom: 16px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.section-header p { font-size: 1.1rem; color: #5A6C7D; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.demo-preview { max-width: 800px; margin: 0 auto; }
.demo-timeline { position: relative; margin-bottom: 40px; }
.timeline-step { display: none; opacity: 0; transform: translateX(20px); transition: all 0.5s ease; }
.timeline-step.active { display: block; opacity: 1; transform: translateX(0); }
.timeline-dot { width: 60px; height: 60px; background: linear-gradient(135deg, #4A90E2, #357ABD); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; box-shadow: 0 8px 25px rgba(74, 144, 226, 0.2); }
.timeline-dot i { font-size: 1.5rem; color: white; }
.demo-card { background: white; border-radius: 16px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); overflow: hidden; border: 1px solid rgba(74, 144, 226, 0.1); }
.card-header { background: linear-gradient(135deg, #4A90E2, #357ABD); color: white; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; }
.card-header h4 { margin: 0; font-size: 1.3rem; font-weight: 600; }
.step-badge { background: rgba(255, 255, 255, 0.2); padding: 4px 12px; border-radius: 20px; font-size: 0.9rem; font-weight: 500; }
.card-body { padding: 24px; }
.demo-mockup { background: #F8F9FA; border-radius: 12px; padding: 20px; }
.form-preview { display: flex; flex-direction: column; gap: 16px; }
.form-field label { display: block; font-size: 0.9rem; color: #5A6C7D; margin-bottom: 4px; font-weight: 500; }
.input-preview { background: white; border: 2px solid #E9ECEF; border-radius: 8px; padding: 12px 16px; color: #2C3E50; font-weight: 500; }
.success-indicator { display: flex; align-items: center; gap: 8px; color: #28A745; font-weight: 500; margin-top: 8px; }
.notification-preview { display: flex; gap: 16px; align-items: flex-start; }
.notification-icon { width: 40px; height: 40px; background: #4A90E2; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.notification-icon i { color: white; font-size: 1rem; }
.notification-content h5 { margin: 0 0 8px 0; color: #2C3E50; font-size: 1.1rem; font-weight: 600; }
.notification-content p { margin: 0 0 12px 0; color: #5A6C7D; line-height: 1.5; }
.notification-details { display: flex; flex-direction: column; gap: 6px; }
.detail-item { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: #6C757D; }
.detail-item i { color: #4A90E2; width: 16px; }
.checklist-preview h5 { margin: 0 0 16px 0; color: #2C3E50; font-size: 1.1rem; font-weight: 600; }
.checklist-items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.checklist-item { display: flex; align-items: center; gap: 12px; padding: 8px 0; }
.checklist-item.completed i { color: #28A745; font-size: 1.1rem; }
.checklist-item span { color: #2C3E50; font-weight: 500; }
.preparation-status { display: flex; align-items: center; gap: 8px; color: #28A745; font-weight: 600; padding: 12px 16px; background: rgba(40, 167, 69, 0.1); border-radius: 8px; border-left: 4px solid #28A745; }
.demo-controls { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.demo-nav-btn { display: flex; align-items: center; gap: 8px; padding: 12px 20px; background: white; border: 2px solid #4A90E2; border-radius: 25px; color: #4A90E2; font-weight: 500; cursor: pointer; transition: all 0.3s ease; }
.demo-nav-btn:hover:not(:disabled) { background: #4A90E2; color: white; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3); }
.demo-nav-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.step-indicators { display: flex; gap: 12px; }
.indicator { width: 12px; height: 12px; border-radius: 50%; background: #E9ECEF; cursor: pointer; transition: all 0.3s ease; }
.indicator.active { background: #4A90E2; transform: scale(1.2); }
.indicator:hover { background: #4A90E2; opacity: 0.7; }
.demo-cta { text-align: center; padding: 40px 20px; background: white; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); }
.demo-cta p { font-size: 1.2rem; color: #2C3E50; margin-bottom: 20px; font-weight: 500; }
.cta-button { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%); color: white; border: none; border-radius: 50px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; }
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(74, 144, 226, 0.3); }
.cta-button:hover i { transform: translateX(4px); }

@media (max-width: 768px) { .see-it-in-action-section { padding: 60px 0; } .section-header { margin-bottom: 40px; } .section-header h2 { font-size: 2rem; } .section-header p { font-size: 1rem; } .timeline-dot { width: 50px; height: 50px; margin-bottom: 20px; } .timeline-dot i { font-size: 1.2rem; } .card-header { padding: 16px 20px; flex-direction: column; gap: 8px; text-align: center; } .card-header h4 { font-size: 1.2rem; } .card-body { padding: 20px; } .demo-mockup { padding: 16px; } .notification-preview { flex-direction: column; gap: 12px; } .notification-details { gap: 8px; } .demo-controls { flex-direction: column; gap: 20px; } .demo-nav-btn { padding: 10px 16px; font-size: 0.9rem; } .demo-cta { padding: 30px 15px; } .demo-cta p { font-size: 1.1rem; } .cta-button { padding: 14px 24px; font-size: 0.95rem; } }
@media (max-width: 480px) { .container { padding: 0 15px; } .section-header h2 { font-size: 1.8rem; } .timeline-dot { width: 45px; height: 45px; } .timeline-dot i { font-size: 1.1rem; } .card-header h4 { font-size: 1.1rem; } .step-badge { font-size: 0.8rem; padding: 3px 8px; } .notification-content h5 { font-size: 1rem; } .checklist-preview h5 { font-size: 1rem; } .demo-nav-btn { width: 100%; justify-content: center; } .cta-button { width: 100%; max-width: 280px; justify-content: center; } }

@keyframes slideIn { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.timeline-step.active { animation: slideIn 0.5s ease-out; }
.demo-card { animation: fadeIn 0.3s ease-out 0.2s both; }

.demo-nav-btn:focus-visible, .indicator:focus-visible, .cta-button:focus-visible { outline: 2px solid #4A90E2; outline-offset: 2px; }
@media print { .see-it-in-action-section { background: white; color: black; } .demo-controls, .demo-cta { display: none; } .timeline-step { display: block !important; opacity: 1 !important; transform: none !important; margin-bottom: 30px; } .demo-card { box-shadow: none; border: 1px solid #ccc; } .card-header { background: #f0f0f0 !important; color: black !important; } }
@media (prefers-contrast: high) { .demo-card { border: 2px solid #000; } .timeline-dot { background: #000; color: #fff; } .card-header { background: #000 !important; color: #fff !important; } .demo-nav-btn { border-color: #000; color: #000; } .demo-nav-btn:hover:not(:disabled) { background: #000; color: #fff; } }
@media (prefers-reduced-motion: reduce) { .timeline-step, .demo-card, .cta-button, .demo-nav-btn { transition: none; animation: none; } .cta-button:hover, .demo-nav-btn:hover:not(:disabled) { transform: none; } }

/* ==========================
   Did You Know (didyouknow.html)
   ========================== */
.dyk-section { padding: 80px 0; background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 100%); position: relative; }
.dyk-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="knowpattern" patternUnits="userSpaceOnUse" width="80" height="80"><circle cx="20" cy="20" r="1" fill="rgba(74,144,226,0.03)"/><circle cx="60" cy="60" r="1.5" fill="rgba(255,138,101,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23knowpattern)"/></svg>') repeat; opacity: 0.5; pointer-events: none; }
.dyk-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
.dyk-header { text-align: center; margin-bottom: 60px; }
.dyk-header h2 { font-size: 2.5rem; color: #2C3E50; margin-bottom: 16px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.dyk-header p { font-size: 1.1rem; color: #5A6C7D; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.dyk-awareness-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; margin-bottom: 60px; }
.dyk-awareness-card { background: white; border-radius: 20px; padding: 32px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); border: 1px solid rgba(74, 144, 226, 0.1); transition: all 0.3s ease; }
.dyk-awareness-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12); }
.dyk-card-icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; box-shadow: 0 4px 15px rgba(74, 144, 226, 0.2); }
.dyk-pets-card .dyk-card-icon { background: linear-gradient(135deg, #4A90E2, #357ABD); }
.dyk-people-card .dyk-card-icon { background: linear-gradient(135deg, #FF8A65, #FF7043); }
.dyk-card-icon i { font-size: 1.5rem; color: white; }
.dyk-card-content h3 { font-size: 1.5rem; color: #2C3E50; margin-bottom: 20px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.dyk-stats { background: linear-gradient(135deg, #E8F4FD, #F0F8FF); padding: 20px; border-radius: 12px; text-align: center; margin-bottom: 24px; border-left: 4px solid #4A90E2; }
.dyk-stat-number { display: block; font-size: 2.5rem; font-weight: 700; color: #4A90E2; font-family: 'Poppins', sans-serif; line-height: 1; }
.dyk-stat-text { font-size: 0.95rem; color: #5A6C7D; font-weight: 500; }
.dyk-impact-list { list-style: none; padding: 0; margin: 0; }
.dyk-impact-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; color: #5A6C7D; line-height: 1.5; }
.dyk-impact-list li::before { content: '•'; color: #4A90E2; font-weight: bold; font-size: 1.2rem; margin-top: -2px; }
.dyk-affected-groups { display: grid; grid-template-columns: 1fr; gap: 20px; }
.dyk-group-item { display: flex; align-items: flex-start; gap: 16px; padding: 16px; background: #F8F9FA; border-radius: 12px; transition: all 0.3s ease; border-left: 3px solid transparent; }
.dyk-group-item:hover { background: white; border-left-color: #FF8A65; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
.dyk-group-icon { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #FF8A65, #FF7043); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dyk-group-icon i { font-size: 1rem; color: white; }
.dyk-group-info h4 { margin: 0 0 6px 0; font-size: 1rem; color: #2C3E50; font-weight: 600; }
.dyk-group-info p { margin: 0; font-size: 0.9rem; color: #5A6C7D; line-height: 1.4; }
.dyk-community-impact { background: linear-gradient(135deg, #2C3E50, #34495E); border-radius: 20px; padding: 40px; margin-bottom: 60px; text-align: center; }
.dyk-impact-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.dyk-impact-stat { color: white; }
.dyk-impact-number { display: block; font-size: 2.5rem; font-weight: 700; font-family: 'Poppins', sans-serif; margin-bottom: 8px; background: linear-gradient(135deg, #4A90E2, #FF8A65); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.dyk-impact-label { font-size: 0.95rem; color: rgba(255, 255, 255, 0.9); font-weight: 500; line-height: 1.3; }
.dyk-inclusive-message { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); margin-bottom: 40px; border: 1px solid rgba(74, 144, 226, 0.1); }
.dyk-message-content { display: flex; align-items: flex-start; gap: 24px; margin-bottom: 32px; }
.dyk-message-icon { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #81C784, #66BB6A); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 15px rgba(129, 199, 132, 0.3); }
.dyk-message-icon i { font-size: 1.5rem; color: white; }
.dyk-message-text h3 { font-size: 1.5rem; color: #2C3E50; margin-bottom: 16px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.dyk-message-text p { color: #5A6C7D; line-height: 1.6; margin-bottom: 16px; font-size: 1rem; }
.dyk-support-note { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: rgba(129, 199, 132, 0.1); border-radius: 8px; border-left: 3px solid #81C784; }
.dyk-support-note i { color: #81C784; font-size: 1rem; }
.dyk-support-note span { color: #2C3E50; font-weight: 500; font-size: 0.95rem; }
.dyk-cta-container { text-align: center; padding-top: 32px; border-top: 1px solid #E9ECEF; }
.dyk-cta-text { font-size: 1.2rem; color: #2C3E50; margin-bottom: 24px; font-weight: 500; }
.dyk-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.dyk-cta-button { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border: none; border-radius: 50px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; font-family: inherit; }
.dyk-cta-button--primary { background: linear-gradient(135deg, #4A90E2, #357ABD); color: white; }
.dyk-cta-button--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3); }
.dyk-cta-button--secondary { background: linear-gradient(135deg, #FF8A65 0%, #FF7043 100%); color: white; }
.dyk-cta-button--secondary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255, 112, 67, 0.3); }
.dyk-resources-preview { background: #F8F9FA; border-radius: 16px; padding: 32px; text-align: center; }
.dyk-resources-preview h4 { font-size: 1.3rem; color: #2C3E50; margin-bottom: 24px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.dyk-resource-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.dyk-resource-link { display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: white; border-radius: 12px; text-decoration: none; color: #2C3E50; transition: all 0.3s ease; border: 1px solid #E9ECEF; }
.dyk-resource-link:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-color: #4A90E2; }
.dyk-resource-link i { color: #4A90E2; font-size: 1.1rem; width: 20px; text-align: center; }
.dyk-resource-link span { font-weight: 500; font-size: 0.95rem; }

@media (max-width: 992px) { .dyk-awareness-grid { grid-template-columns: 1fr; gap: 30px; } .dyk-impact-stats { grid-template-columns: 1fr; gap: 30px; } .dyk-message-content { flex-direction: column; text-align: center; } .dyk-cta-buttons { flex-direction: column; align-items: center; } .dyk-cta-button { width: 100%; max-width: 280px; justify-content: center; } }
@media (max-width: 768px) { .dyk-section { padding: 60px 0; } .dyk-header { margin-bottom: 40px; } .dyk-header h2 { font-size: 2rem; } .dyk-header p { font-size: 1rem; } .dyk-awareness-card { padding: 24px; } .dyk-card-content h3 { font-size: 1.3rem; } .dyk-stat-number { font-size: 2rem; } .dyk-group-item { padding: 12px; } .dyk-group-icon { width: 35px; height: 35px; } .dyk-group-icon i { font-size: 0.9rem; } .dyk-group-info h4 { font-size: 0.95rem; } .dyk-group-info p { font-size: 0.85rem; } .dyk-community-impact { padding: 30px 20px; } .dyk-impact-number { font-size: 2rem; } .dyk-impact-label { font-size: 0.9rem; } .dyk-inclusive-message { padding: 30px 20px; } .dyk-message-text h3 { font-size: 1.3rem; } .dyk-message-text p { font-size: 0.95rem; } .dyk-cta-text { font-size: 1.1rem; } .dyk-resources-preview { padding: 24px 16px; } .dyk-resource-links { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .dyk-container { padding: 0 15px; } .dyk-header h2 { font-size: 1.8rem; } .dyk-awareness-card { padding: 20px; } .dyk-card-icon { width: 50px; height: 50px; } .dyk-card-icon i { font-size: 1.2rem; } .dyk-card-content h3 { font-size: 1.2rem; } .dyk-stats { padding: 16px; } .dyk-stat-number { font-size: 1.8rem; } .dyk-stat-text { font-size: 0.9rem; } .dyk-group-item { flex-direction: column; text-align: center; gap: 12px; } .dyk-community-impact { padding: 24px 16px; } .dyk-impact-number { font-size: 1.8rem; } .dyk-inclusive-message { padding: 24px 16px; } .dyk-message-icon { width: 50px; height: 50px; } .dyk-message-icon i { font-size: 1.2rem; } .dyk-message-text h3 { font-size: 1.2rem; } .dyk-support-note { flex-direction: column; text-align: center; gap: 8px; } .dyk-cta-text { font-size: 1rem; } .dyk-cta-button { padding: 12px 20px; font-size: 0.95rem; } .dyk-resources-preview h4 { font-size: 1.2rem; } .dyk-resource-link { padding: 14px 16px; } .dyk-resource-link span { font-size: 0.9rem; } }

@keyframes dyk-fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes dyk-slideInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes dyk-slideInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
.dyk-awareness-card { animation: dyk-fadeInUp 0.6s ease-out; }
.dyk-pets-card { animation: dyk-slideInLeft 0.6s ease-out; }
.dyk-people-card { animation: dyk-slideInRight 0.6s ease-out 0.2s both; }
.dyk-group-item { animation: dyk-fadeInUp 0.4s ease-out; }
.dyk-group-item:nth-child(1) { animation-delay: 0.1s; }
.dyk-group-item:nth-child(2) { animation-delay: 0.2s; }
.dyk-group-item:nth-child(3) { animation-delay: 0.3s; }
.dyk-group-item:nth-child(4) { animation-delay: 0.4s; }
.dyk-group-item:nth-child(5) { animation-delay: 0.5s; }
.dyk-group-item:nth-child(6) { animation-delay: 0.6s; }

.dyk-cta-button:focus-visible, .dyk-resource-link:focus-visible { outline: 2px solid #4A90E2; outline-offset: 2px; }
@media (prefers-contrast: high) { .dyk-awareness-card, .dyk-inclusive-message { border: 2px solid #000; } .dyk-card-icon, .dyk-group-icon, .dyk-message-icon { background: #000 !important; color: #fff !important; } .dyk-cta-button { border: 2px solid #000; } .dyk-cta-button--primary { background: #000 !important; color: #fff !important; } }
@media (prefers-reduced-motion: reduce) { .dyk-awareness-card, .dyk-group-item, .dyk-cta-button, .dyk-resource-link { animation: none; transition: none; } .dyk-awareness-card:hover, .dyk-cta-button:hover, .dyk-resource-link:hover { transform: none; } }
@media print { .dyk-section { background: white; color: black; } .dyk-section::before { display: none; } .dyk-cta-buttons, .dyk-resources-preview { display: none; } .dyk-awareness-card, .dyk-inclusive-message { box-shadow: none; border: 1px solid #ccc; } .dyk-community-impact { background: #f0f0f0 !important; color: black !important; } .dyk-impact-number { color: black !important; } .dyk-impact-label { color: black !important; } }

/* ==========================
   Our Mission (story.html)
   ========================== */
.story-section { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); color: #2c3e50; position: relative; overflow: hidden; padding: 80px 0; }
.story-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
.story-hero { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: center; margin-bottom: 100px; }
.story-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(74, 144, 226, 0.1); color: #4a90e2; padding: 12px 24px; border-radius: 50px; border: 2px solid rgba(74, 144, 226, 0.2); margin-bottom: 24px; font-weight: 600; }
.story-badge i { font-size: 1.2rem; }
.story-title { font-size: 3.5rem; font-weight: 700; line-height: 1.1; margin-bottom: 24px; font-family: 'Poppins', sans-serif; color: #2c3e50; }
.story-subtitle { font-size: 1.3rem; line-height: 1.6; color: #5a6c7d; max-width: 600px; }
.story-visual { display: flex; justify-content: center; align-items: center; }
.story-firework-animation { position: relative; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(74, 144, 226, 0.1) 0%, transparent 70%); }
.story-spark { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #4a90e2; box-shadow: 0 0 20px #4a90e2; }
.story-spark-1 { top: 20px; left: 50%; animation: story-sparkle 2s ease-in-out infinite; }
.story-spark-2 { top: 50%; right: 20px; animation: story-sparkle 2s ease-in-out infinite 0.5s; background: #ff8a65; box-shadow: 0 0 20px #ff8a65; }
.story-spark-3 { bottom: 20px; left: 50%; animation: story-sparkle 2s ease-in-out infinite 1s; background: #81c784; box-shadow: 0 0 20px #81c784; }
.story-spark-4 { top: 50%; left: 20px; animation: story-sparkle 2s ease-in-out infinite 1.5s; background: #b39ddb; box-shadow: 0 0 20px #b39ddb; }
@keyframes story-sparkle { 0%, 100% { opacity: 0; transform: scale(0.5); } 50% { opacity: 1; transform: scale(1.2); } }
.story-mission { margin-bottom: 100px; }
.story-header { text-align: center; margin-bottom: 60px; }
.story-header h3 { font-size: 2.5rem; font-weight: 600; margin-bottom: 20px; color: #2c3e50; font-family: 'Poppins', sans-serif; }
.story-heritage-line { width: 100px; height: 4px; background: linear-gradient(90deg, #4a90e2, #ff8a65); margin: 0 auto; border-radius: 2px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
.story-card { background: white; border-radius: 20px; padding: 40px 30px; box-shadow: 0 8px 30px rgba(74, 144, 226, 0.1); border: 1px solid rgba(74, 144, 226, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; }
.story-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #4a90e2, #ff8a65); }
.story-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(74, 144, 226, 0.15); }
.story-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #4a90e2, #357abd); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3); }
.story-icon i { font-size: 1.8rem; color: white; }
.story-content-inner h4 { font-size: 1.4rem; font-weight: 600; margin-bottom: 16px; color: #2c3e50; }
.story-content-inner p { line-height: 1.6; color: #5a6c7d; margin-bottom: 20px; }
.story-tradition-date { background: rgba(255, 138, 101, 0.1); color: #ff8a65; padding: 8px 16px; border-radius: 20px; font-size: 0.9rem; font-weight: 600; display: inline-block; }
.story-celebration-icons { display: flex; gap: 12px; font-size: 1.5rem; }
.story-celebration-icons span { padding: 8px; background: rgba(74, 144, 226, 0.1); border-radius: 50%; transition: transform 0.3s ease; }
.story-celebration-icons span:hover { transform: scale(1.2); }
.story-memory-badge { display: flex; align-items: center; gap: 8px; background: rgba(179, 157, 219, 0.1); padding: 10px 16px; border-radius: 25px; font-size: 0.9rem; color: #b39ddb; }
.story-memory-badge i { color: #ff8a65; }
.story-solution { margin-bottom: 80px; }
.story-solution-header { text-align: center; margin-bottom: 60px; }
.story-solution-header h3 { font-size: 2.5rem; font-weight: 600; margin-bottom: 16px; color: #2c3e50; font-family: 'Poppins', sans-serif; }
.story-solution-header p { font-size: 1.2rem; color: #5a6c7d; max-width: 700px; margin: 0 auto; }
.story-solution-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
.story-pillar { background: white; border-radius: 20px; padding: 40px 30px; box-shadow: 0 8px 30px rgba(74, 144, 226, 0.1); border: 1px solid rgba(74, 144, 226, 0.1); text-align: center; transition: all 0.3s ease; }
.story-pillar:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(74, 144, 226, 0.15); }
.story-pillar-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #4a90e2, #357abd); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3); }
.story-pillar-icon i { font-size: 2rem; color: white; }
.story-pillar h4 { font-size: 1.4rem; font-weight: 600; margin-bottom: 16px; color: #2c3e50; }
.story-pillar p { line-height: 1.6; color: #5a6c7d; margin-bottom: 24px; }
.story-pillar-features { display: flex; flex-direction: column; gap: 10px; }
.story-pillar-features span { background: rgba(74, 144, 226, 0.1); color: #4a90e2; padding: 8px 16px; border-radius: 20px; font-size: 0.9rem; font-weight: 500; }
.story-industry-support { background: linear-gradient(135deg, #2c3e50, #34495e); border-radius: 20px; padding: 60px 40px; margin-bottom: 80px; color: white; position: relative; overflow: hidden; }
.story-industry-support::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="pattern" patternUnits="userSpaceOnUse" width="50" height="50"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23pattern)"/></svg>') repeat; opacity: 0.2; pointer-events: none; }
.story-industry-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; text-align: center; }
.story-industry-text p { font-size: 1.3rem; line-height: 1.7; color: rgba(255, 255, 255, 0.9); }
.story-cta { background: white; border-radius: 20px; padding: 60px 40px; box-shadow: 0 8px 30px rgba(74, 144, 226, 0.1); text-align: center; position: relative; overflow: hidden; }
.story-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, #4a90e2, #ff8a65); }
.story-cta-content { max-width: 700px; margin: 0 auto; }
.story-cta h3 { font-size: 2.2rem; font-weight: 600; margin-bottom: 20px; color: #2c3e50; font-family: 'Poppins', sans-serif; }
.story-cta p { font-size: 1.2rem; line-height: 1.6; color: #5a6c7d; margin-bottom: 40px; }
.story-cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.story-cta-btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; border-radius: 50px; font-size: 1.1rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; cursor: pointer; }
.story-primary { background: linear-gradient(135deg, #4a90e2, #357abd); color: white; box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3); }
.story-primary:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(74, 144, 226, 0.4); }
.story-secondary { background: white; color: #4a90e2; border: 2px solid #4a90e2; }
.story-secondary:hover { background: rgba(74, 144, 226, 0.1); transform: translateY(-5px); }
@media (max-width: 992px) { .story-hero { grid-template-columns: 1fr; gap: 40px; text-align: center; } .story-title { font-size: 2.8rem; } .story-subtitle { margin: 0 auto; } .story-grid, .story-solution-pillars { grid-template-columns: 1fr; gap: 30px; } .story-badge { margin: 0 auto 24px; } }
@media (max-width: 768px) { .story-section { padding: 60px 0; } .story-title { font-size: 2.2rem; } .story-subtitle { font-size: 1.1rem; } .story-header h3, .story-solution-header h3 { font-size: 2rem; } .story-card, .story-pillar { padding: 30px 20px; } .story-icon, .story-pillar-icon { width: 60px; height: 60px; } .story-icon i, .story-pillar-icon i { font-size: 1.5rem; } .story-content-inner h4, .story-pillar h4 { font-size: 1.2rem; } .story-industry-support, .story-cta { padding: 40px 30px; } .story-industry-text p { font-size: 1.1rem; } .story-cta h3 { font-size: 1.8rem; } .story-cta p { font-size: 1.1rem; } .story-cta-btn { padding: 14px 28px; font-size: 1rem; } }
@media (max-width: 480px) { .story-container { padding: 0 15px; } .story-title { font-size: 1.8rem; } .story-subtitle { font-size: 1rem; } .story-badge { padding: 8px 16px; font-size: 0.9rem; } .story-header h3, .story-solution-header h3 { font-size: 1.6rem; } .story-solution-header p { font-size: 1rem; } .story-card, .story-pillar { padding: 25px 15px; } .story-icon, .story-pillar-icon { width: 50px; height: 50px; margin-bottom: 16px; } .story-icon i, .story-pillar-icon i { font-size: 1.2rem; } .story-content-inner h4, .story-pillar h4 { font-size: 1.1rem; margin-bottom: 12px; } .story-content-inner p, .story-pillar p { font-size: 0.95rem; margin-bottom: 16px; } .story-industry-text p { font-size: 1rem; } .story-cta h3 { font-size: 1.5rem; } .story-cta p { font-size: 1rem; margin-bottom: 30px; } .story-cta-buttons { flex-direction: column; gap: 15px; } .story-cta-btn { width: 100%; justify-content: center; padding: 12px 20px; font-size: 0.95rem; } }
@keyframes story-fadeIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes story-slideInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } }
@keyframes story-slideInRight { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } }
.story-hero-content { animation: story-slideInLeft 0.8s ease-out; }
.story-visual { animation: story-slideInRight 0.8s ease-out; }
.story-card, .story-pillar { animation: story-fadeIn 0.6s ease-out; }
.story-card:nth-child(1), .story-pillar:nth-child(1) { animation-delay: 0.1s; }
.story-card:nth-child(2), .story-pillar:nth-child(2) { animation-delay: 0.3s; }
.story-card:nth-child(3), .story-pillar:nth-child(3) { animation-delay: 0.5s; }
.story-cta-btn:focus-visible { outline: 3px solid #4a90e2; outline-offset: 3px; }
@media (prefers-contrast: high) { .story-card, .story-pillar, .story-cta { border: 2px solid #000; } .story-icon, .story-pillar-icon { background: #000; } .story-primary { background: #000; color: #fff; } .story-secondary { border-color: #000; color: #000; } }
@media (prefers-reduced-motion: reduce) { .story-hero-content, .story-visual, .story-card, .story-pillar, .story-cta-btn { animation: none; transition: none; } .story-card:hover, .story-pillar:hover, .story-cta-btn:hover { transform: none; } .story-spark { animation: none; } }
@media print { .story-section { background: white; color: black; } .story-card, .story-pillar, .story-cta { box-shadow: none; border: 1px solid #ccc; } .story-industry-support { background: #f0f0f0; color: black; } .story-industry-support::before, .story-firework-animation { display: none; } .story-cta-buttons { display: none; } }

/* ==========================
   Ad Slots (Revenue)
   ========================== */
.fpa-ad-slot { max-width: 1200px; margin: 0 auto; padding: 10px 20px; text-align: center; min-height: 0; }
.fpa-ad-slot--horizontal { width: 100%; }
.fpa-ad-container { max-width: 728px; margin: 0 auto; }
.fpa-ad-placeholder { font-size: 0.75rem; color: #aaa; text-transform: uppercase; letter-spacing: 1px; }

/* Demo ad styling — replace with real ad-network code when live */
.fpa-demo-ad { margin: 20px 0; }
.fpa-demo-ad--leaderboard { max-width: 728px; margin: 0 auto; }
.fpa-demo-ad-inner {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px dashed #bbb;
    border-radius: 12px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    min-height: 90px;
}
.fpa-demo-ad-badge {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255,255,255,0.8);
    padding: 2px 6px;
    border-radius: 4px;
}
.fpa-demo-ad-content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-grow: 1;
}
.fpa-demo-ad-content i {
    font-size: 2rem;
    color: #4A90E2;
    flex-shrink: 0;
}
.fpa-demo-ad-content strong {
    color: #2C3E50;
    font-family: 'Poppins', sans-serif;
}
.fpa-demo-ad-content div {
    font-size: 0.95rem;
    color: #5A6C7D;
    line-height: 1.5;
}
.fpa-demo-ad-cta {
    display: inline-block;
    margin-left: 8px;
    color: #FF7043;
    font-weight: 600;
    white-space: nowrap;
}
.fpa-demo-ad-size {
    font-size: 11px;
    color: #aaa;
    white-space: nowrap;
    flex-shrink: 0;
    border-left: 1px solid #ddd;
    padding-left: 16px;
}
@media (max-width: 768px) {
    .fpa-demo-ad-inner { flex-direction: column; text-align: center; padding: 16px; min-height: auto; }
    .fpa-demo-ad-content { flex-direction: column; gap: 8px; }
    .fpa-demo-ad-size { border-left: none; padding-left: 0; margin-top: 4px; }
    .fpa-demo-ad-badge { position: static; margin-bottom: 4px; }
}
@media print { .fpa-ad-slot, .fpa-demo-ad { display: none; } }

/* ==========================
   Recommended Products (Affiliate)
   ========================== */
.fpa-products-section { padding: 80px 0; background: linear-gradient(135deg, #FFF8F0 0%, #FFF5EB 50%, #F0F8FF 100%); position: relative; }
.fpa-products-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.fpa-products-header { text-align: center; margin-bottom: 50px; }
.fpa-products-header h2 { font-size: 2.5rem; color: #2C3E50; margin-bottom: 16px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.fpa-products-header p { font-size: 1.1rem; color: #5A6C7D; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.fpa-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 30px; }
.fpa-product-card { background: white; border-radius: 20px; padding: 32px 24px; text-align: center; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); border: 1px solid rgba(74, 144, 226, 0.1); transition: all 0.3s ease; position: relative; display: flex; flex-direction: column; align-items: center; }
.fpa-product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12); }
.fpa-product-icon { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #FF8A65, #FF7043); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; box-shadow: 0 4px 15px rgba(255, 138, 101, 0.3); }
.fpa-product-icon i { font-size: 1.4rem; color: white; }
.fpa-product-tag { display: inline-block; background: rgba(74, 144, 226, 0.1); color: #4A90E2; padding: 4px 14px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.fpa-product-name { font-size: 1.2rem; color: #2C3E50; margin-bottom: 10px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.fpa-product-desc { font-size: 0.95rem; color: #5A6C7D; line-height: 1.5; margin-bottom: 16px; flex-grow: 1; }
.fpa-product-brand { font-size: 0.85rem; color: #8899AA; margin-bottom: 20px; font-weight: 500; }
.fpa-product-link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: linear-gradient(135deg, #FF8A65 0%, #FF7043 100%); color: white; border-radius: 50px; font-size: 0.95rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }
.fpa-product-link:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 112, 67, 0.35); color: white; }
.fpa-product-link:focus-visible { outline: 2px solid #FF7043; outline-offset: 2px; }
.fpa-products-disclaimer { text-align: center; font-size: 0.8rem; color: #8899AA; max-width: 600px; margin: 0 auto; line-height: 1.5; font-style: italic; }

@media (max-width: 992px) { .fpa-products-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (max-width: 768px) { .fpa-products-section { padding: 60px 0; } .fpa-products-header h2 { font-size: 2rem; } .fpa-products-header p { font-size: 1rem; } .fpa-product-card { padding: 24px 20px; } }
@media (max-width: 480px) { .fpa-products-grid { grid-template-columns: 1fr; gap: 20px; } .fpa-products-container { padding: 0 15px; } .fpa-products-header h2 { font-size: 1.8rem; } .fpa-product-name { font-size: 1.1rem; } }
@media (prefers-contrast: high) { .fpa-product-card { border: 2px solid #000; } .fpa-product-link { background: #000; color: #fff; } .fpa-product-icon { background: #000; } }
@media (prefers-reduced-motion: reduce) { .fpa-product-card, .fpa-product-link { transition: none; } .fpa-product-card:hover { transform: none; } .fpa-product-link:hover { transform: none; } }
@media print { .fpa-products-section { background: white; } .fpa-product-card { box-shadow: none; border: 1px solid #ccc; } .fpa-product-link { display: none; } .fpa-ad-slot { display: none; } }

/* ==========================
   Sponsor Slot (Footer)
   ========================== */
.fpa-sponsor-slot { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 6px 16px; margin-bottom: 8px; background: rgba(255,255,255,0.08); border-radius: 8px; }
.fpa-sponsor-label { font-size: 0.7rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; margin: 0; }
.fpa-sponsor-link { color: #fff; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: color 0.2s ease; }
.fpa-sponsor-link:hover { color: #FF8A65; }
@media (max-width: 480px) { .fpa-sponsor-slot { flex-direction: column; gap: 2px; } }

/* End of consolidated CSS */
