.callout {
    text-align: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade {
    animation-duration: 0.75s;
    animation-delay: 0.5s;
    animation-name: fadeIn;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    animation-fill-mode: backwards;
}

.delay-1 {
    animation-delay: 0.6s;
}

.delay-2 {
    animation-delay: 0.7s;
}

.delay-3 {
    animation-delay: 0.8s;
}

.delay-4 {
    animation-delay: 0.9s;
}

.delay-5 {
    animation-delay: 1s;
}

.delay-6 {
    animation-delay: 1.1s;
}

.delay-7 {
    animation-delay: 1.2s;
}

.delay-8 {
    animation-delay: 1.3s;
}

.delay-9 {
    animation-delay: 1.4s;
}

.delay-10 {
    animation-delay: 1.5s;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* Root variables - Dark theme with gold accent */
:root {
    --primary-color: #0a0f14;
    --secondary-color: #151d26;
    --tertiary-color: #1a242f;
    --accent-color: #d4af7d;
    --accent-color-dark: #c49a6c;
    --ai-accent: #d4af7d;
    --neutral-light: rgba(245, 245, 245, 0.1);
    --neutral-cream: #0d1318;
    --text-dark: #f5f5f5;
    --text-light: rgba(245, 245, 245, 0.75);
    --text-muted: rgba(245, 245, 245, 0.55);
    --background-light: #0a0f14;
    --background-dark: #0d1318;
    --white: #f5f5f5;
    --gradient-primary: linear-gradient(165deg, #0a0f14 0%, #151d26 50%, #1a242f 100%);
    --gradient-accent: linear-gradient(135deg, #d4af7d 0%, #c49a6c 100%);
    --gradient-ai: linear-gradient(135deg, #d4af7d 0%, #e8c99b 50%, #d4af7d 100%);
    --card-bg: rgba(245, 245, 245, 0.05);
    --card-border: rgba(245, 245, 245, 0.12);
}

/* Hero Section Styles */
.hero-section {
    min-height: 100vh;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    pointer-events: none;
}

/* Decorative orbs */
.hero-section::after {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(212, 175, 125, 0.08) 0%, transparent 60%);
    filter: blur(60px);
    pointer-events: none;
}

.hero-orb-bottom {
    position: absolute;
    bottom: -30%;
    left: -20%;
    width: 70%;
    height: 70%;
    background: radial-gradient(circle, rgba(90, 120, 150, 0.1) 0%, transparent 50%);
    filter: blur(80px);
    pointer-events: none;
}

/* Hero eyebrow badge */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 125, 0.1);
    border: 1px solid rgba(212, 175, 125, 0.2);
    border-radius: 100px;
    padding: 8px 16px;
    margin-bottom: 32px;
}

.hero-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent-color);
    animation: pulse 2s ease-in-out infinite;
}

.hero-eyebrow-text {
    color: var(--accent-color);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.hero-tagline {
    font-size: 1.5rem;
    color: var(--accent-color);
    font-weight: 600;
}

/* Gradient text for hero headline */
.gradient-text {
    background: var(--gradient-ai);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.code-window {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 400px;
    width: 100%;
}

.code-header {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.code-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.code-dot:nth-child(1) { background: #ff5f57; }
.code-dot:nth-child(2) { background: #ffbd2e; }
.code-dot:nth-child(3) { background: #28ca42; }

.code-content {
    font-family: 'Monaco', 'Menlo', monospace;
    font-size: 0.9rem;
    color: #a0aec0;
    line-height: 1.6;
}

.code-line {
    margin-bottom: 0.5rem;
}

/* New typewriter cursor */
.typing-cursor {
    display: inline-block;
    width: 2px;
    height: 1.2em;
    background-color: #a0aec0;
    animation: blink 1s infinite;
    margin-left: 2px;
    vertical-align: text-bottom;
}

@keyframes blink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

.keyword { color: #48bb78; }
.string { color: #ffd93d; }
.comment { color: #718096; }

/* Service Card Enhancements - Dark theme */
.service-icon {
    width: 48px;
    height: 48px;
    background: rgba(212, 175, 125, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.service-icon.ai-accent {
    background: rgba(212, 175, 125, 0.15);
}

/* Service card - dark theme */
.service-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}

/* Service card hover effect */
.service-card-hover:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
    border-color: rgba(212, 175, 125, 0.3) !important;
}

/* Industry Item Styles - Dark theme */
.industry-item {
    padding: 2rem;
    background: var(--card-bg);
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--card-border);
}

.industry-item:hover {
    background: rgba(212, 175, 125, 0.05);
    border-color: rgba(212, 175, 125, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.industry-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

/* Process Section - Dark theme */
.process-section {
    background: var(--background-dark);
    color: var(--white);
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--gradient-accent);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 15px rgba(212, 175, 125, 0.3);
}

/* Process Timeline */
.process-timeline {
    position: relative;
    padding: 0 1rem;
}

.timeline-line {
    display: none;
}

.timeline-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.timeline-step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.timeline-marker {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-dot {
    width: 20px;
    height: 20px;
    background: var(--gradient-accent);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(212, 175, 125, 0.4);
    position: relative;
}

.timeline-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
}

.timeline-content {
    flex: 1;
    padding-bottom: 1rem;
}

/* Desktop timeline - horizontal layout */
@media (min-width: 960px) {
    .process-timeline {
        padding: 0;
    }

    .timeline-line {
        display: block;
        position: absolute;
        top: 10px;
        left: 10%;
        right: 10%;
        height: 2px;
        background: linear-gradient(90deg,
            transparent 0%,
            rgba(212, 175, 125, 0.3) 10%,
            rgba(212, 175, 125, 0.3) 90%,
            transparent 100%);
    }

    .timeline-steps {
        flex-direction: row;
        justify-content: space-between;
        gap: 1rem;
    }

    .timeline-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
        max-width: 240px;
        gap: 1rem;
    }

    .timeline-marker {
        position: relative;
        z-index: 1;
    }

    .timeline-content {
        padding-bottom: 0;
    }
}

/* CTA Section - Dark theme */
.cta-section {
    background: var(--background-dark);
    text-align: center;
    color: var(--white);
    border-top: 1px solid var(--card-border);
}

/* Value prop cards */
.value-prop-card {
    background: rgba(212, 175, 125, 0.1);
    border: 1px solid rgba(212, 175, 125, 0.2);
    padding: 2rem;
    text-align: center;
    border-radius: 12px;
}

/* Founder Cards - Dark theme */
.founder-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 32px;
}

.founder-avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1a242f 0%, #2a3642 100%);
    border-radius: 12px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--accent-color);
    font-weight: 700;
}

.founder-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.founder-role {
    font-size: 14px;
    color: var(--accent-color);
    font-weight: 500;
    margin-bottom: 16px;
}

/* About section - Dark theme */
.about-section {
    background: var(--background-dark);
    padding: 120px 48px;
}

/* Services section - Dark theme */
.services-section {
    background: var(--primary-color);
    padding: 6rem 0;
}

/* Industries section - Dark theme */
.industries-section {
    background: var(--background-dark);
    padding: 6rem 0;
}

/* Animation utilities */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

/* Canvas background for hero */
.hero-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

/* Button styles - Dark theme */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gradient-accent);
    color: var(--primary-color);
    padding: 16px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(245, 245, 245, 0.05);
    border: 1px solid rgba(245, 245, 245, 0.15);
    color: var(--white);
    padding: 16px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover {
    background: rgba(245, 245, 245, 0.1);
    border-color: rgba(245, 245, 245, 0.25);
}

/* Navigation - Dark theme */
.nav-link {
    color: rgba(245, 245, 245, 0.7);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: var(--white);
}

/* Section divider */
.section-divider {
    border-top: 1px solid var(--card-border);
    margin-top: 100px;
    padding-top: 48px;
}

/* Global body styles for dark theme */
body {
    background: var(--primary-color);
    color: var(--white);
}

/* Override MudBlazor paper colors for dark theme */
.mud-paper {
    background-color: var(--card-bg) !important;
    color: var(--white) !important;
}

/* Form inputs dark theme */
.mud-input-control .mud-input {
    color: var(--text-dark) !important;
}

/* Section headers dark theme */
.section-header {
    color: var(--white);
}

.section-subheader {
    color: var(--text-light);
}

/* Form field labels - lighter for dark background */
.mud-input-label {
    color: rgba(245, 245, 245, 0.7) !important;
}

.mud-input-label.mud-input-label-animated {
    color: rgba(245, 245, 245, 0.7) !important;
}

.mud-input-label-inputcontrol {
    color: rgba(245, 245, 245, 0.7) !important;
}

/* MudTextField placeholder */
.mud-input::placeholder {
    color: rgba(245, 245, 245, 0.4) !important;
}

/* MudTextField outlined border */
.mud-input-outlined .mud-input-outlined-border {
    border-color: rgba(245, 245, 245, 0.2) !important;
}

.mud-input-outlined:hover .mud-input-outlined-border {
    border-color: rgba(212, 175, 125, 0.4) !important;
}

.mud-input-outlined.mud-input-focused .mud-input-outlined-border {
    border-color: var(--accent-color) !important;
}

/* Override MudBlazor link colors - ensure no teal */
.mud-link, footer .mud-link {
    color: rgba(245, 245, 245, 0.6) !important;
}

footer .mud-link:hover {
    color: var(--accent-color) !important;
}

/* Contact form send button - force dark text on gold background */
.cta-section .mud-button-filled {
    color: #000000 !important;
}

.cta-section .mud-button-filled .mud-button-label {
    color: #000000 !important;
}

.cta-section .mud-button-filled .mud-icon-root {
    color: #000000 !important;
}

/* Testimonials Section */
.testimonials-section {
    background: var(--primary-color);
    padding: 6rem 0;
}

.testimonial-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    border-color: rgba(212, 175, 125, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-quote-icon {
    margin-bottom: 1rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid var(--card-border);
}

.testimonial-author-info {
    flex: 1;
}

/* Testimonial Carousel */
.testimonial-carousel-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-carousel {
    background: transparent !important;
}

.testimonial-carousel .mud-carousel-item {
    background: transparent !important;
}

.testimonial-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    height: 100%;
}

.testimonial-slide .testimonial-quote-icon {
    margin-bottom: 1.5rem;
}

.testimonial-author-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

/* Carousel arrow styling */
.testimonial-carousel .mud-carousel-nav {
    color: var(--accent-color) !important;
}

.testimonial-carousel .mud-carousel-pagination-item {
    background: rgba(245, 245, 245, 0.3) !important;
}

.testimonial-carousel .mud-carousel-pagination-item.active {
    background: var(--accent-color) !important;
}

/* About section compact */
.about-section-compact {
    background: var(--background-dark);
    padding: 5rem 48px;
    border-top: 1px solid var(--card-border);
}

/* About Page */
.about-hero {
    background: var(--gradient-primary);
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    pointer-events: none;
}

.founders-section {
    background: var(--background-dark);
    padding: 5rem 48px 6rem;
}

/* Case Studies Page */
.case-studies-hero {
    background: var(--gradient-primary);
    position: relative;
    overflow: hidden;
}

.case-studies-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    pointer-events: none;
}

.case-studies-grid-section {
    background: var(--background-dark);
    padding: 5rem 0 6rem;
}

.case-study-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.case-study-card:hover {
    border-color: rgba(212, 175, 125, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.case-study-card.case-study-coming-soon {
    border-style: dashed;
    opacity: 0.7;
}

.case-study-card.case-study-coming-soon:hover {
    transform: none;
    box-shadow: none;
}

.case-study-card-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.case-study-card-clickable {
    cursor: pointer;
}

.case-study-read-more {
    margin-top: 1.5rem;
    color: var(--accent-color);
    font-weight: 500;
    font-size: 14px;
    transition: transform 0.2s ease;
}

.case-study-card-clickable:hover .case-study-read-more {
    transform: translateX(4px);
}

.case-study-tag {
    display: inline-block;
    background: rgba(212, 175, 125, 0.15);
    color: var(--accent-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 6px 12px;
    border-radius: 100px;
    margin-bottom: 1rem;
    width: fit-content;
}

.case-study-results {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid var(--card-border);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.case-study-result-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(245, 245, 245, 0.7);
    font-size: 14px;
}

.result-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Case Study Detail Page */
.case-study-detail-hero {
    background: var(--gradient-primary);
    position: relative;
    overflow: hidden;
}

.case-study-detail-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    pointer-events: none;
}

.case-study-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.case-study-stat {
    text-align: center;
    padding: 1rem;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
}

.case-study-detail-content {
    background: var(--background-dark);
    padding: 4rem 0 6rem;
}

.case-study-section {
    margin-bottom: 3rem;
}

.case-study-challenge-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.challenge-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: rgba(245, 245, 245, 0.75);
    padding: 0.75rem 1rem;
    background: var(--card-bg);
    border-radius: 8px;
    border: 1px solid var(--card-border);
}

.challenge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.solution-feature-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
}

.solution-feature-icon {
    width: 48px;
    height: 48px;
    background: rgba(212, 175, 125, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.technical-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.technical-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 10px;
}

.technical-step .step-number {
    width: 32px;
    height: 32px;
    background: var(--gradient-accent);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.technical-step .step-content {
    flex: 1;
}

.result-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
}

.case-study-quote-block {
    background: rgba(212, 175, 125, 0.05);
    border: 1px solid rgba(212, 175, 125, 0.2);
    border-radius: 16px;
    padding: 2.5rem;
    position: relative;
}

.case-study-quote-block .quote-icon {
    margin-bottom: 1rem;
}

.case-study-quote-block .quote-attribution {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.future-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.future-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 10px;
}

.future-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.project-details-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    padding: 1.5rem;
}