.container-narrow {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 10;
}

/* Hero Section */
.hero-section {
    position: relative;
    background: linear-gradient(to bottom, #020617, #0f172a, #0f172a);
    padding: 130px 24px 50px;
    overflow: hidden;
}

.background-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.glow-blue-top {
    top: 80px;
    right: 40px;
    width: 500px;
    height: 500px;
    background: rgba(59, 130, 246, 0.2);
    animation: pulseGlow 4s ease-in-out infinite;
}

.glow-orange-bottom {
    bottom: 80px;
    left: 40px;
    width: 500px;
    height: 500px;
    background: rgba(249, 115, 22, 0.2);
    animation: pulseGlow 4s ease-in-out infinite 1s;
}

/* Back Button */
.back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 32px;
    transition: all 0.3s ease;
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
}

.back-button:hover {
    color: #93c5fd;
}

.back-button i {
    transition: transform 0.3s ease;
}

.back-button:hover i {
    transform: translateX(-4px);
}

/* Hero Title */
.hero-title {
    color: white;
    font-size: 4.8rem;
    line-height: 1.1;
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.2s forwards;
}

.gradient-text-blue {
	/* background: linear-gradient(to right, #60a5fa, #3b82f6, #2563eb); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	/* background-clip: text; */
	color: #f97316;
}

.gradient-text-orange {
    color: #f97316;
}

/* Meta Info */
.meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #9ca3af;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.3s forwards;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-item i.fa-building, .meta-item i {
    color: #f97316;
}

.meta-item i.fa-chart-bar {
    color: #f97316;
}

/* Stats Banner */
.stats-banner {
    position: relative;
    background: #0f172a;
    padding: 48px 24px;
    border-top: 1px solid rgba(51, 65, 85, 0.5);
    border-bottom: 1px solid rgba(51, 65, 85, 0.5);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.stat-item {
    text-align: center;
    opacity: 0;
    animation: scaleIn 0.5s ease forwards;
}

.stat-item:nth-child(1) { animation-delay: 0s; }
.stat-item:nth-child(2) { animation-delay: 0.1s; }
.stat-item:nth-child(3) { animation-delay: 0.2s; }
.stat-item:nth-child(4) { animation-delay: 0.3s; }

.stat-value {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-blue {
    color: #ffffff;
}

.stat-orange {
    color: #ffffff;
}

.stat-label {
    color: #9ca3af;
    font-size: 0.875rem;
}

/* Main Content */
.main-content {
    background: #020617;
    padding: 64px 0;
}

.content-section {
    margin-bottom: 64px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.content-section:nth-child(1) { animation-delay: 0.2s; }
.content-section:nth-child(2) { animation-delay: 0.3s; }
.content-section:nth-child(3) { animation-delay: 0.4s; }
.content-section:nth-child(4) { animation-delay: 0.5s; }
.content-section:nth-child(5) { animation-delay: 0.6s; }
.content-section:nth-child(6) { animation-delay: 0.7s; }
.content-section:nth-child(7) { animation-delay: 0.8s; }

.section-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.section-icon {
    padding: 0px 12px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.icon-blue {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
    color: #ffffff;
}

.icon-orange {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
    color: #ffffff;
}

.section-title-wrapper {
    flex: 1;
}

.section-title {
    font-size: 2.25rem;
    margin-bottom: 24px;text-align: left;
}

.section-accent {
    width: 80px;
    height: 4px;
    border-radius: 9999px;
    margin-bottom: 24px;
}

.accent-blue {
    background: #f97316;
}

.accent-orange {
    background: #f97316;
}

.section-content {
    margin-top: 24px;text-align: left;
}

.content-text {
    color: #d1d5db;
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 24px;
}

.content-text:last-child {
    margin-bottom: 0;
}

.content-muted {
    color: #9ca3af;
    margin-top: 24px;
}

.highlight-blue {
    color: #f97316;
    font-weight: 600;
}

.highlight-orange {
    color: #f97316;
    font-weight: 600;
}

/* Challenge List */
.challenge-list {
    list-style: none;
    margin: 24px 0;
}

.challenge-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #d1d5db;
    font-size: 1.125rem;
    margin-bottom: 5px;
    opacity: 0;
    animation: slideInLeft 0.5s ease forwards;
}

.challenge-item:nth-child(1) { animation-delay: 0.4s; }
.challenge-item:nth-child(2) { animation-delay: 0.5s; }
.challenge-item:nth-child(3) { animation-delay: 0.6s; }
.challenge-item:nth-child(4) { animation-delay: 0.7s; }
.challenge-item:nth-child(5) { animation-delay: 0.8s; }

.bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 10px;
}

.bullet-orange {
    background: #f97316;
}

.bullet-blue {
    background: #3b82f6;
}

/* Approach Grid */
.approach-grid {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.approach-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    opacity: 1;
    animation: slideInUp 0.5s ease forwards;
}

.approach-card:nth-child(1) { animation-delay: 0.5s; }
.approach-card:nth-child(2) { animation-delay: 0.6s; }
.approach-card:nth-child(3) { animation-delay: 0.7s; }
.approach-card:nth-child(4) { animation-delay: 0.8s; }

.card-blue {
    background: rgba(59, 130, 246, 0.05);
    border-color: rgba(59, 130, 246, 0.2);
    color: #d1d5db;
}

.card-blue:hover {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.4);
}

.card-blue i {
    color: #ffffff;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Subsection Title */
.subsection-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 16px;
    margin-top: 32px;
}

.subsection-bar {
    width: 4px;
    height: 24px;
    border-radius: 9999px;
}

.bar-orange {
    background: #f97316;
}

.bar-blue {
    background: #3b82f6;
}

/* Action List */
.action-list {
    list-style: none;
    margin-bottom: 32px;
}

.action-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #d1d5db;
    font-size: 1.125rem;
    margin-bottom: 12px;
    opacity: 0;
    animation: slideInLeft 0.5s ease forwards;
}

.action-item:nth-child(1) { animation-delay: 0.6s; }
.action-item:nth-child(2) { animation-delay: 0.7s; }
.action-item:nth-child(3) { animation-delay: 0.8s; }

/* Tech Tags */
.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.tech-tag {
    padding: 12px 20px;
    background: rgba(249, 115, 22, 0.1);
    border: 1px solid rgba(249, 115, 22, 0.3);
    border-radius: 12px;
    color: #fb923c;
    font-size: 0.875rem;
    backdrop-filter: blur(10px);
    cursor: default;
    transition: all 0.3s ease;
    opacity: 0;
    animation: tagFadeIn 0.4s ease forwards;
}

.tech-tag:nth-child(1) { animation-delay: 0.9s; }
.tech-tag:nth-child(2) { animation-delay: 1.0s; }
.tech-tag:nth-child(3) { animation-delay: 1.1s; }
.tech-tag:nth-child(4) { animation-delay: 1.2s; }
.tech-tag:nth-child(5) { animation-delay: 1.3s; }

.tech-tag:hover {
    transform: scale(1.05);
    background: rgba(249, 115, 22, 0.15);
}

/* Outcome Grid */
.outcome-grid {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.outcome-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    opacity: 1;
    animation: slideInUp 0.5s ease forwards;
}

.outcome-card:nth-child(1) { animation-delay: 0.7s; }
.outcome-card:nth-child(2) { animation-delay: 0.8s; }
.outcome-card:nth-child(3) { animation-delay: 0.9s; }
.outcome-card:nth-child(4) { animation-delay: 1.0s; }

.outcome-card:hover {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.4);
}

.outcome-card i {
    color: #ffffff;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Testimonial Card */
.testimonial-card {
    position: relative;
    padding: 32px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), transparent);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    margin-top: 24px;
    opacity: 0;
    animation: scaleIn 0.6s ease 0.8s forwards;
}

.testimonial-quote {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 4rem;
    color: rgba(249, 115, 22, 0.2);
    line-height: 1;
}

.testimonial-text {
    color: #d1d5db;
    font-size: 1.125rem;
    line-height: 1.75;
    font-style: italic;
    position: relative;
    z-index: 2;
    padding-left: 32px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding-left: 32px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fb923c;
    font-weight: 600;
    font-size: 1.25rem;
}

.author-name {
    color: white;
    font-weight: 600;
}

.author-role {
    color: #9ca3af;
    font-size: 0.875rem;
}

/* Takeaway Grid */
.takeaway-grid {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.takeaway-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    opacity: 1;
    animation: slideInLeft 0.5s ease forwards;
}

.takeaway-card:nth-child(1) { animation-delay: 0.9s; }
.takeaway-card:nth-child(2) { animation-delay: 1.0s; }
.takeaway-card:nth-child(3) { animation-delay: 1.1s; }
.takeaway-card:nth-child(4) { animation-delay: 1.2s; }

.takeaway-card:hover {
    border-color: rgba(59, 130, 246, 0.4);
}

.takeaway-card i {
    color: #ffffff;
    flex-shrink: 0;
    margin-top: 2px;
}

/* CTA Section */
.cta-section {
    position: relative;
    background: linear-gradient(to bottom, #0f172a, #020617);
    padding: 80px 24px;
    overflow: hidden;
}

.background-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(79, 79, 79, 0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(79, 79, 79, 0.07) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.cta-content {
    text-align: center;
}

.cta-title {
    color: white;
    font-size: 3rem;
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.cta-description {
    color: #9ca3af;
    font-size: 1.125rem;
    margin-bottom: 32px;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.2s forwards;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: linear-gradient(to right, #ea580c, #f97316);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 500;
    box-shadow: 0 20px 60px -15px rgba(249, 115, 22, 0.5);
    transition: all 0.3s ease;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.3s forwards;
}

.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 60px -15px rgba(249, 115, 22, 0.7);
}

.arrow-animated {
    animation: arrowMove 1.5s ease-in-out infinite;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tagFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@keyframes arrowMove {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

@media(max-width:1366px){
	.hero-title {margin-top: 2rem !important;}
	.section-title {font-size: 2rem !important;}
	.approach-grid {gap: 10px !important;}
	.testimonial-card {height: auto !important;}
	.main-content {padding-bottom:10px;}
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.hero-section {padding: 130px 24px 50px !important;}
	.stats-grid {grid-template-columns: 1fr 1fr !important;}
	.section-title {font-size: 2rem !important;}
	.section-title-wrapper {width: 100% !important;}
	.cta-title {font-size: 2.2rem !important;}
}

@media (max-width: 768px) {
    .hero-section {
        padding: 64px 24px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .stat-value {
        font-size: 2.5rem;
    }
    
    .content-text,
    .challenge-item,
    .action-item,
    .approach-card,
    .outcome-card,
    .takeaway-card,
    .testimonial-text {
        font-size: 1rem;
    }
    
    .section-header {
        flex-direction: column;
    }
    
    .cta-title {
        font-size: 1.75rem;
    }
}

/* Scroll-triggered animations */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@media(max-width:767px){
	.cta-title {font-size: 2rem !important;line-height: 40px !important;}
	.hero-title {font-size: 1.8rem;line-height: 36px;}
	.back-button {margin-bottom: 0;}
	.stat-label {font-size: 16px !important;}
	.stats-grid {grid-template-columns: 1fr !important;}
	.stat-item {border-bottom: #4e4e4e 1px solid;padding-bottom: 35px;}
	.stats-banner {padding: 30px 24px;}
	.stats-grid .stat-item:last-child {border-bottom:0}
	.cta-section {padding: 40px 24px;}
	.cta-button {padding: 14px 20px;font-size: 16px;}
	.cta-description {line-height: 26px;}
}
