.page-header{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;text-align:center;padding:8rem 0 4rem}.page-header h1{margin-bottom:1rem;font-size:2.75rem}.page-header p{opacity:.9;max-width:600px;margin:0 auto;font-size:1.15rem}.stats-bar{background:var(--bg);border-bottom:1px solid var(--gray-200);justify-content:center;gap:4rem;padding:2rem 0;display:flex}.stat{text-align:center}.stat-value{color:var(--accent);font-size:2.5rem;font-weight:700}.stat-label{color:var(--gray-500);font-size:.9rem}.stories-grid{gap:2rem;padding:3rem 0;display:grid}.story-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;grid-template-columns:1fr 2fr;display:grid;overflow:hidden}.story-card.reverse{grid-template-columns:2fr 1fr}.story-card.reverse .story-image{order:2}.story-image{background:linear-gradient(135deg,var(--accent-light),var(--green-light));justify-content:center;align-items:center;min-height:300px;display:flex}.story-avatar{background:var(--bg);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:3rem;display:flex;box-shadow:0 10px 40px #0000001a}.story-content{padding:2.5rem}.story-meta{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.story-badge{background:var(--green-light);color:#065f46;border-radius:100px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.story-rating{color:#f59e0b}.story-content h3{margin-bottom:.5rem;font-size:1.35rem}.story-role{color:var(--gray-500);margin-bottom:1rem;font-size:.9rem}.story-quote{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.7}.story-results{gap:2rem;display:flex}.result-item{text-align:center}.result-value{color:var(--accent);font-size:1.5rem;font-weight:700}.result-label{color:var(--gray-500);font-size:.8rem}.cta-section{background:var(--gray-900);color:#fff;text-align:center;margin-top:2rem;padding:4rem 0}.cta-section h2{margin-bottom:1rem;font-size:2rem}.cta-section p{opacity:.8;margin-bottom:2rem}.cta-btn{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;border-radius:12px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;display:inline-block}footer{background:var(--footer-bg);color:#fff;padding:5rem 0 0;position:relative}footer:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);height:1px;position:absolute;top:0;left:0;right:0}.footer-main{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem;display:grid}.footer-brand p{color:#a1a1aa;margin:1.25rem 0;font-size:.95rem;line-height:1.8}.footer-social{gap:.75rem;margin-top:1.5rem;display:flex}.footer-social a{background:#27272a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-social a:hover{background:var(--accent);transform:translateY(-3px)}.footer-social svg{color:#a1a1aa;width:18px;height:18px}.footer-social a:hover svg{color:#fff}.footer-column h4{text-transform:uppercase;letter-spacing:1px;color:#fff;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.85rem}.footer-column a{color:#a1a1aa;font-size:.95rem;transition:all .2s}.footer-column a:hover{color:#fff;padding-left:5px}.footer-bottom{border-top:1px solid #27272a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 0;display:flex}.footer-bottom p{color:#71717a;font-size:.9rem}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{color:#71717a;font-size:.9rem;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.made-with{color:#71717a;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.made-with .heart{color:#ef4444;animation:1s infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:1024px){.footer-main{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.story-card,.story-card.reverse{grid-template-columns:1fr}.story-card.reverse .story-image{order:0}.stats-bar{flex-direction:column;gap:1.5rem}.nav-links{background:var(--nav-bg);border-bottom:1px solid var(--gray-200);flex-direction:column;gap:1rem;padding:1rem;display:none;position:fixed;top:70px;left:0;right:0}.nav-links.show{display:flex}.mobile-menu-btn{display:block}.footer-main{text-align:center;grid-template-columns:1fr}.footer-social{justify-content:center}.footer-bottom{text-align:center;flex-direction:column}}
