body {
    background-color: #f8f9fa; /* Off-white */
    color: #333;
    line-height: 1.6;
}

header {
    background-color: #eaf4ff; /* Light blue */
}

.hero-section {
    background: linear-gradient(135deg, #eaf4ff 0%, #ffffff 100%);
    padding: 6rem 0 4rem 0;
}

.navbar-brand {
    color: #007bff !important;
    font-weight: bold;
    font-size: 1.5rem;
}

.nav-link.active {
    color: #007bff !important;
}

h1, h2, h3, h5 {
    color: #0056b3;
}

.display-4 {
    font-weight: 700;
    line-height: 1.2;
    color: #0056b3;
}

.display-5 {
    font-weight: 700;
    color: #0056b3;
}

/* Button Styles */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: #007bff;
    border-color: #007bff;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

/* Hero Section Enhancements */
.hero-badge .badge {
    font-size: 0.9rem;
    padding: 8px 16px;
    border-radius: 20px;
}

.hero-stats .stat-item h3 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.hero-stats .stat-item p {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.guarantee-badge {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 10px 20px;
    margin-top: 1rem;
}

/* Card Styles */
.card {
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 40px rgba(0,0,0,.15);
}

.service-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #007bff;
    background: linear-gradient(135deg, #eaf4ff 0%, #ffffff 100%);
}

.testimonial-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-left: 4px solid #007bff;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,123,255,.2);
}

/* Result Highlights */
.result-highlight {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    padding: 8px 12px;
    margin-top: 10px;
}

.client-mini-testimonial {
    background-color: #f8f9fa;
    border-left: 3px solid #007bff;
    padding: 8px 12px;
    border-radius: 4px;
}

/* Process Steps */
.process-step {
    position: relative;
    padding: 2rem;
}

.step-number {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.process-guarantee {
    background-color: #d4edda;
    border-radius: 6px;
    padding: 8px 12px;
    margin-top: 15px;
}

/* Testimonial Enhancements */
.testimonial-rating {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.testimonial-author {
    text-align: center;
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
    margin-top: 15px;
}

/* Guarantee Section */
.guarantee-box {
    border: 3px solid #28a745;
    background: linear-gradient(135deg, #f8fff9 0%, #ffffff 100%);
}

.guarantee-points {
    background-color: rgba(40, 167, 69, 0.05);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.guarantee-measurement {
    background-color: rgba(0, 123, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid #007bff;
}

.guarantee-measurement ul li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.guarantee-measurement ul li:last-child {
    margin-bottom: 0;
}

/* Contact Section Enhancements */
.contact-form .form-control,
.contact-form .form-select {
    border-radius: 8px;
    border: 2px solid #dee2e6;
    padding: 12px 16px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.benefits-list .benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.urgency-message {
    border: 2px solid #ffc107;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

/* CTA Section */
.cta-section {
    border: 2px solid #007bff;
    background: linear-gradient(135deg, #eaf4ff 0%, #ffffff 100%);
}

/* Trust Stats */
.trust-stat h3 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.trust-stat p {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-top: 3px solid #28a745;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.sticky-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.sticky-cta-text {
    color: white;
    font-size: 0.9rem;
    margin-right: 15px;
}

.sticky-cta .btn {
    box-shadow: 0 2px 10px rgba(40, 167, 69, 0.4);
    border: none;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.sticky-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.6);
}

/* Section Enhancements */
section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.bg-light-blue {
    background: linear-gradient(135deg, #eaf4ff 0%, #f8f9fa 100%);
}

.fa-3x {
    color: #007bff;
}

.logo {
    height: 40px;
    margin: 0 15px;
    filter: grayscale(30%) brightness(1.1) contrast(1.2);
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
}

.logo:hover {
    filter: grayscale(0%) brightness(1.2) contrast(1.3);
    transform: scale(1.1);
    opacity: 1;
}

#logo-banner {
    padding: 2rem 0;
}

.social-icons a {
    color: #007bff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    color: #0056b3;
    transform: translateY(-2px);
}

/* Footer Enhancements */
.footer-links a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #007bff !important;
}

/* Urgency Bar */
#urgency-bar {
    background: linear-gradient(45deg, #ffc107, #ffca2c);
    border-bottom: 2px solid #e0a800;
}

/* Service Icons */
.service-icon {
    background: linear-gradient(135deg, #eaf4ff 0%, #ffffff 100%);
    border-radius: 50%;
    padding: 20px;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 0 3rem 0;
    }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .hero-stats {
        margin-top: 2rem;
    }
    
    .sticky-cta-content {
        padding: 10px 15px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .sticky-cta-text {
        margin-right: 0;
        font-size: 0.85rem;
    }
    
    .sticky-cta .btn {
        padding: 8px 16px;
        font-size: 0.85rem;
        width: 100%;
        max-width: 200px;
    }
    
    .process-step {
        padding: 1rem;
        margin-bottom: 2rem;
    }
    
    .guarantee-box {
        padding: 2rem !important;
    }
}

/* Additional Visual Enhancements */
.bg-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
}

.text-primary {
    color: #007bff !important;
}

.border-primary {
    border-color: #007bff !important;
}

/* Form Enhancements */
.form-label {
    color: #0056b3;
    margin-bottom: 8px;
}

.form-control-lg {
    font-size: 1.1rem;
    padding: 15px 20px;
}

.form-select-lg {
    font-size: 1.1rem;
    padding: 15px 20px;
}

/* Success indicators */
.text-success {
    color: #28a745 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

/* Warning indicators */
.text-warning {
    color: #ffc107 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

/* Loading and interaction states */
.btn:active {
    transform: translateY(1px);
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Additional micro-interactions */
.card-title {
    transition: color 0.3s ease;
}

.service-card:hover .card-title {
    color: #007bff;
}

.testimonial-card:hover .testimonial-author strong {
    color: #007bff;
}

/* Accessibility improvements */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus states for accessibility */
.btn:focus,
.form-control:focus,
.form-select:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Demo Section Styles */
.demo-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
}

.demo-card:hover {
    border-color: #007bff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,123,255,.2);
}

.demo-card .card-header {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
    border-bottom: none;
    padding: 15px 20px;
}

.demo-preview {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-mockup {
    width: 100%;
    text-align: center;
}

/* Chat Demo Styles */
.demo-chat {
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.chat-message {
    padding: 8px 12px;
    margin: 5px 0;
    border-radius: 15px;
    font-size: 0.85rem;
    line-height: 1.3;
}

.chat-message.user {
    background-color: #007bff;
    color: white;
    text-align: right;
    margin-left: 20%;
}

.chat-message.bot {
    background-color: #e9ecef;
    color: #333;
    text-align: left;
    margin-right: 20%;
}

/* Form Demo Styles */
.demo-form {
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.form-step {
    padding: 6px 12px;
    margin: 3px 0;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.form-step.active {
    background-color: #d4edda;
    color: #155724;
}

.form-step.processing {
    background-color: #fff3cd;
    color: #856404;
}

/* Processing Demo Styles */
.demo-processing {
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.processing-step {
    padding: 6px 12px;
    margin: 4px 0;
    background-color: #e9ecef;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Email Demo Styles */
.demo-email {
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.email-metric {
    padding: 5px 10px;
    margin: 3px 0;
    background-color: #f8f9fa;
    border-left: 3px solid #007bff;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Workflow Demo Styles */
.demo-workflow {
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.workflow-step {
    padding: 6px 12px;
    margin: 4px 0;
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
}

/* Analytics Demo Styles */
.demo-analytics {
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.analytics-insight {
    padding: 6px 12px;
    margin: 4px 0;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
}

.analytics-insight:nth-child(1) {
    background-color: #d4edda;
    color: #155724;
}

.analytics-insight:nth-child(2) {
    background-color: #cce5ff;
    color: #0056b3;
}

.analytics-insight:nth-child(3) {
    background-color: #fff3cd;
    color: #856404;
}

/* Demo Results */
.demo-results {
    background-color: rgba(40, 167, 69, 0.05);
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
}

.result-metric {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.result-metric:last-child {
    margin-bottom: 0;
}

/* Demo Stats */
.demo-stats .stat-highlight {
    text-align: center;
    padding: 15px;
}

.stat-highlight h4 {
    font-size: 2rem;
    margin-bottom: 5px;
}

.stat-highlight p {
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Demo CTA Section */
.demo-cta-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #007bff !important;
}

/* Demo Card Footer */
.demo-card .card-footer {
    background-color: rgba(248, 249, 250, 0.5);
    border-top: 1px solid #dee2e6;
    padding: 15px 20px;
}

/* Demo Button Animations */
.demo-card .btn {
    transition: all 0.3s ease;
}

.demo-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Mobile Responsive for Demos */
@media (max-width: 768px) {
    .demo-preview {
        min-height: 100px;
        padding: 10px;
    }
    
    .chat-message {
        font-size: 0.8rem;
        padding: 6px 10px;
    }
    
    .chat-message.user {
        margin-left: 10%;
    }
    
    .chat-message.bot {
        margin-right: 10%;
    }
    
    .demo-stats .col-6 {
        margin-bottom: 15px;
    }
    
    .stat-highlight h4 {
        font-size: 1.5rem;
    }
    
    .demo-card .card-footer {
        text-align: center;
    }
    
    .demo-card .card-footer .btn {
        margin-bottom: 10px;
        width: 100%;
    }
    
    .demo-card .card-footer .btn:last-child {
        margin-bottom: 0;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .card {
        border: 2px solid #333;
    }
    
    .btn-primary {
        background-color: #0000ff;
        border-color: #0000ff;
    }
    
    .demo-card {
        border: 2px solid #333;
    }
    
    .portfolio-card {
        border: 2px solid #333;
    }
}

/* Portfolio Section Styles */
.portfolio-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid transparent;
    border-radius: 12px;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.portfolio-card:hover {
    border-color: #007bff;
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,123,255,.15);
}

.portfolio-image {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.portfolio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.portfolio-card:hover .portfolio-img {
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,123,255,0.9) 0%, rgba(0,86,179,0.9) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.tech-tag {
    background: rgba(255,255,255,0.9);
    color: #007bff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.portfolio-content {
    padding: 25px;
}

.portfolio-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #eaf4ff;
    padding-bottom: 15px;
}

.portfolio-title {
    color: #0056b3;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.portfolio-client {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.portfolio-description {
    margin-bottom: 20px;
    line-height: 1.6;
}

.portfolio-description p {
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.portfolio-description strong {
    color: #0056b3;
    font-weight: 600;
}

.portfolio-metrics {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.05) 0%, rgba(40, 167, 69, 0.02) 100%);
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid #28a745;
}

.metric-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.metric-row:last-child {
    margin-bottom: 0;
}

.metric-item {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 15px;
}

.metric-item:last-child {
    margin-right: 0;
}

.metric-item i {
    font-size: 1.2rem;
    margin-right: 10px;
    min-width: 20px;
}

.metric-item div {
    flex: 1;
}

.metric-item strong {
    display: block;
    color: #155724;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.2;
}

.metric-item small {
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Portfolio Stats */
.portfolio-stats .stat-highlight {
    text-align: center;
    padding: 20px 10px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.portfolio-stats .stat-highlight:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: #007bff;
}

.portfolio-stats h4 {
    font-size: 2.2rem;
    margin-bottom: 5px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.portfolio-stats p {
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

/* Portfolio CTA Section */
.portfolio-cta-section {
    background: linear-gradient(135deg, #eaf4ff 0%, #ffffff 100%);
    border: 2px solid #007bff !important;
    box-shadow: 0 8px 25px rgba(0,123,255,0.1);
}

.portfolio-cta-section h3 {
    color: #0056b3;
    font-weight: 700;
}

.portfolio-cta-section .lead {
    color: #495057;
    font-weight: 500;
}

/* Mobile Responsive for Portfolio */
@media (max-width: 768px) {
    .portfolio-image {
        height: 200px;
    }
    
    .portfolio-content {
        padding: 20px;
    }
    
    .portfolio-title {
        font-size: 1.1rem;
    }
    
    .metric-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .metric-item {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .metric-item:last-child {
        margin-bottom: 0;
    }
    
    .portfolio-stats .col-6 {
        margin-bottom: 15px;
    }
    
    .portfolio-stats h4 {
        font-size: 1.8rem;
    }
    
    .tech-tag {
        font-size: 0.7rem;
        padding: 4px 8px;
    }
}

/* Portfolio Animation Effects */
@keyframes portfolioFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.portfolio-card {
    animation: portfolioFadeIn 0.6s ease-out;
}

.portfolio-card:nth-child(2) {
    animation-delay: 0.1s;
}

.portfolio-card:nth-child(3) {
    animation-delay: 0.2s;
}

.portfolio-card:nth-child(4) {
    animation-delay: 0.3s;
}

/* Founder Section Styles */
.founder-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.founder-card:hover {
    border-color: #007bff;
    box-shadow: 0 8px 25px rgba(0,123,255,0.1);
    transform: translateY(-2px);
}

.founder-avatar {
    background: linear-gradient(135deg, #eaf4ff 0%, #ffffff 100%);
    border-radius: 50%;
    padding: 20px;
    display: inline-block;
}

.founder-links a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.founder-links a:hover {
    color: #0056b3 !important;
    transform: translateY(-1px);
}

/* How I Work Section Styles */
.work-process-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.work-process-card:hover {
    border-color: #007bff;
    box-shadow: 0 8px 25px rgba(0,123,255,0.1);
    transform: translateY(-2px);
}

.deliverables {
    background-color: rgba(40, 167, 69, 0.05);
    border-radius: 8px;
    padding: 15px;
    border-left: 4px solid #28a745;
}

.deliverables ul li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.deliverables ul li:last-child {
    margin-bottom: 0;
}

/* Mobile Responsive for Founder and How I Work */
@media (max-width: 768px) {
    .founder-card {
        padding: 20px !important;
    }
    
    .founder-links {
        text-align: center;
    }
    
    .founder-links a {
        display: inline-block;
        margin: 5px 10px;
    }
    
    .work-process-card {
        padding: 20px !important;
    }
    
    .deliverables {
        padding: 12px;
    }
}

/* Client Segment Cards */
.client-segment-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.client-segment-card:hover {
    border-color: #007bff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,123,255,0.15);
}

.segment-header {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eaf4ff;
}

.segment-header h5 {
    color: #0056b3;
    font-weight: 700;
    margin-bottom: 0;
}

.segment-content {
    padding: 0;
}

.mini-case {
    background-color: rgba(255,255,255,0.8);
    border-radius: 8px;
    padding: 15px;
    border-left: 3px solid #007bff;
    transition: all 0.3s ease;
}

.mini-case:hover {
    background-color: rgba(234,244,255,0.5);
    transform: translateX(3px);
}

.mini-case h6 {
    color: #0056b3;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.mini-case p {
    color: #495057;
    line-height: 1.4;
    margin-bottom: 10px;
}

.case-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.case-metrics .badge {
    font-size: 0.75rem;
    padding: 4px 8px;
    font-weight: 500;
}

/* Mobile Responsive for Client Segments */
@media (max-width: 768px) {
    .client-segment-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .segment-header {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .mini-case {
        padding: 12px;
        margin-bottom: 15px;
    }
    
    .case-metrics {
        justify-content: center;
    }
}
