.success-stories-page{padding-top:80px;background:var(--white)}.hero-title{line-height:1.2;color:var(--gray-800);margin-bottom:16px}.hero-title,.title-highlight{font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:500}.title-highlight{display:block;background:linear-gradient(135deg,var(--primary-blue) 0,var(--accent-green) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:8px}.hero-subtitle{font-size:1.1rem;color:var(--gray-600);line-height:1.6;max-width:700px}.stats-section{background:var(--gray-50)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.stat-card{background:var(--white);padding:24px 16px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.stat-icon-container{margin-bottom:12px}.stat-icon{width:36px;height:36px;color:#0056b3;stroke-width:1.5}.stat-number{font-size:2rem;font-weight:700;color:#28a745;margin-bottom:6px}.stat-label,.stat-number{font-family:Poppins,sans-serif}.stat-label{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:4px}.stat-description{color:var(--gray-600);font-size:.85rem}.stories-section{background:var(--white)}.dispatcher-section{background:var(--gray-50)}.broker-section{background:var(--white)}.section-header{text-align:center;margin-bottom:48px}.section-icon{width:48px;height:48px;color:#0056b3;stroke-width:1.5;margin:0 auto 16px}.section-title{font-family:Poppins,sans-serif;font-size:2.3rem;font-weight:500;color:var(--gray-800);margin-bottom:16px}.section-subtitle{font-size:1.1rem;color:var(--gray-600);line-height:1.6;max-width:600px;margin:0 auto}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:32px}.story-card{background:var(--white);padding:32px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all .3s ease}.story-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.story-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:16px}.story-info{flex:1}.story-name{font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:600;color:var(--gray-800);margin-bottom:8px}.story-details{margin-bottom:16px}.story-role{font-weight:600;color:#0056b3;margin-right:8px}.story-company{color:var(--gray-600)}.story-meta{display:flex;flex-direction:column;gap:4px}.meta-item{display:flex;align-items:center;gap:6px;font-size:.9rem;color:var(--gray-600)}.meta-icon{width:16px;height:16px;stroke-width:2}.story-rating{display:flex;gap:4px;flex-shrink:0}.star{width:18px;height:18px;stroke-width:2}.star.filled{color:#fbbf24;fill:#fbbf24}.story-content{line-height:1.6}.story-highlight{font-style:italic;font-weight:600;color:#28a745;margin-bottom:16px;font-size:1.05rem}.story-text{color:var(--gray-700);margin:0}.testimonials-section{background:var(--gray-50)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;margin-top:40px}.testimonial-card{background:var(--white);padding:32px 24px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.testimonial-rating{display:flex;gap:4px;margin-bottom:16px}.testimonial-text{color:var(--gray-700);line-height:1.6;margin-bottom:20px;font-style:italic}.testimonial-author{border-top:1px solid var(--gray-200);padding-top:16px}.author-name{font-weight:600;color:var(--gray-800);margin-bottom:4px}.author-details{color:var(--gray-600);font-size:.9rem}.cta-section{background:#1067c4;color:white}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-title{font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:600;margin-bottom:16px}.cta-description{font-size:1.1rem;line-height:1.6;margin-bottom:32px;opacity:.9}.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background:var(--white);color:#0056b3}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:white;border:2px solid white}.btn-secondary:hover{background:white;color:#0056b3}@media (max-width:768px){.hero-title,.title-highlight{font-size:2.2rem}.stats-grid{grid-template-columns:1fr;gap:20px}.stories-grid{grid-template-columns:1fr;gap:24px}.story-card{padding:24px}.story-header{flex-direction:column;align-items:flex-start;gap:16px}.testimonials-grid{grid-template-columns:1fr;gap:20px}.cta-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}}@media (max-width:480px){.hero-title,.section-title,.title-highlight{font-size:1.8rem}.stat-card{padding:20px 16px}.story-card{padding:20px}.testimonial-card{padding:24px 20px}.story-meta{flex-direction:column;gap:8px}.meta-item{flex-wrap:wrap}}