/* ===== MODERN AI FUNNEL STYLES ===== */

/* Facebook-style Testimonials */
#comentarios_face {
    background: #1e1e1e;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid #333;
}

.titulo_comentario {
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.perfil {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    padding: 15px;
    background: #2a2a2a;
    border-radius: 8px;
    border: 1px solid #3a3a3a;
    transition: all 0.3s ease;
}

.perfil:hover {
    background: #323232;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.1);
}

.perfil img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ff6b35;
    flex-shrink: 0;
}

.contenido {
    flex: 1;
    min-width: 0;
}

.nome {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
}

.nome:hover {
    color: #ff6b35;
    cursor: pointer;
}

.perfil p {
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
    word-wrap: break-word;
}

.infos {
    color: #888;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400;
}

.acciones {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #888;
}

.me-gusta {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.me-gusta:hover {
    color: #ff6b35;
}

.me-gusta img {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 0;
}

.me-gusta span {
    font-weight: 500;
    color: #ff6b35;
}

.acciones span {
    cursor: pointer;
    transition: color 0.2s ease;
    font-weight: 500;
}

.acciones span:hover {
    color: #ff6b35;
}

.login-message {
    text-align: center;
    color: #888;
    font-size: 13px;
    padding: 15px;
    background: #1a1a1a;
    border-radius: 6px;
    border: 1px solid #333;
    margin-top: 10px;
}

/* Mobile Responsiveness for Testimonials */
@media (max-width: 768px) {
    #comentarios_face {
        padding: 15px;
        margin: 15px 0;
    }
    
    .perfil {
        padding: 12px;
        gap: 10px;
    }
    
    .perfil img {
        width: 45px;
        height: 45px;
    }
    
    .nome {
        font-size: 14px;
    }
    
    .perfil p {
        font-size: 13px;
    }
    
    .acciones {
        gap: 12px;
        font-size: 12px;
    }
}

/* Animation for testimonials */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.perfil {
    animation: fadeInUp 0.6s ease-out;
}

.perfil:nth-child(2) { animation-delay: 0.1s; }
.perfil:nth-child(3) { animation-delay: 0.2s; }
.perfil:nth-child(4) { animation-delay: 0.3s; }
.perfil:nth-child(5) { animation-delay: 0.4s; }
.perfil:nth-child(6) { animation-delay: 0.5s; }
.perfil:nth-child(7) { animation-delay: 0.6s; }
.perfil:nth-child(8) { animation-delay: 0.7s; }

/* Modern CSS Reset */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
	scroll-padding-top: 2rem;
}

body {
	font-family: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	line-height: 1.6;
	color: #ffffff;
	background: #000000;
	overflow-x: hidden;
	position: relative;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Advanced Background System */
body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 20% 30%, rgba(220, 38, 127, 0.15) 0%, transparent 40%),
		radial-gradient(circle at 80% 70%, rgba(239, 68, 68, 0.12) 0%, transparent 45%),
		radial-gradient(circle at 40% 80%, rgba(185, 28, 28, 0.1) 0%, transparent 50%),
		linear-gradient(135deg, rgba(220, 38, 127, 0.05) 0%, transparent 30%, rgba(239, 68, 68, 0.05) 70%, transparent 100%);
	pointer-events: none;
	z-index: -2;
	animation: cosmic-pulse 12s ease-in-out infinite;
}

body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		radial-gradient(circle at 1px 1px, rgba(239, 68, 68, 0.15) 1px, transparent 0);
	background-size: 50px 50px;
	pointer-events: none;
	z-index: -1;
	opacity: 0.3;
	animation: grid-drift 20s linear infinite;
}

@keyframes cosmic-pulse {
	0%, 100% { opacity: 0.8; transform: scale(1) rotate(0deg); }
	33% { opacity: 1; transform: scale(1.02) rotate(1deg); }
	66% { opacity: 0.9; transform: scale(1.01) rotate(-0.5deg); }
}

@keyframes grid-drift {
	0% { transform: translate(0, 0); }
	100% { transform: translate(50px, 50px); }
}

/* Particles.js Container */
#particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -3;
	opacity: 0.6;
}

/* Modern Container System */
.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1rem;
	position: relative;
}

@media (min-width: 640px) { .container { padding: 0 2rem; } }
@media (min-width: 1024px) { .container { padding: 0 3rem; } }
@media (min-width: 1440px) { .container { max-width: 1600px; padding: 0 4rem; } }

/* Modern Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1rem;
	font-family: 'Poppins', sans-serif;
}

h1 { font-size: clamp(2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.75rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2.5rem); }

.text-center { text-align: center; }

/* Modern Button System */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	font-size: 1.1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 12px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	border: none;
	position: relative;
	overflow: hidden;
	min-height: 56px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn-primary {
	background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #dc2626 100%);
	color: white !important;
	box-shadow: 
		0 8px 32px rgba(220, 38, 38, 0.4),
		0 0 40px rgba(239, 68, 68, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	border: 2px solid rgba(220, 38, 38, 0.3);
	animation: btn-glow 3s ease-in-out infinite;
}

@keyframes btn-glow {
	0%, 100% {
		box-shadow: 
			0 8px 32px rgba(220, 38, 38, 0.4),
			0 0 40px rgba(239, 68, 68, 0.3),
			inset 0 1px 0 rgba(255, 255, 255, 0.2);
	}
	50% {
		box-shadow: 
			0 12px 48px rgba(220, 38, 38, 0.6),
			0 0 60px rgba(239, 68, 68, 0.5),
			inset 0 1px 0 rgba(255, 255, 255, 0.2);
	}
}

.btn-primary:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 
		0 16px 64px rgba(220, 38, 38, 0.6),
		0 0 80px rgba(239, 68, 68, 0.5);
}

.btn-large {
	padding: 1.25rem 3rem;
	font-size: 1.25rem;
	min-height: 64px;
}

/* Modern CTA Button */
.modern-cta {
	background: linear-gradient(135deg, #dc2626 0%, #ef4444 30%, #dc2626 100%);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 1.5rem 3rem;
	border-radius: 16px;
}

.btn-text {
	font-size: 1.1rem;
	font-weight: 700;
}

.btn-price {
	font-size: 1.5rem;
	font-weight: 900;
	color: #fbbf24;
}

.btn-shine {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	animation: shine 3s infinite;
}

@keyframes shine {
	0% { left: -100%; }
	100% { left: 100%; }
}

.cta-subtext {
	margin-top: 0.5rem;
	font-size: 0.9rem;
	color: #fbbf24;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

/* Top Strip */
#strip {
	background: linear-gradient(90deg, #dc2626 0%, #ef4444 50%, #dc2626 100%);
	width: 100vw;
	height: 4px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0 2px 20px rgba(220, 38, 38, 0.5);
	animation: strip-glow 3s ease-in-out infinite;
}

@keyframes strip-glow {
	0%, 100% { box-shadow: 0 2px 20px rgba(220, 38, 38, 0.5); }
	50% { box-shadow: 0 2px 30px rgba(220, 38, 38, 0.8), 0 0 40px rgba(239, 68, 68, 0.3); }
}

/* Hero Strip */
.hero-strip {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d0a0a 100%);
	color: white;
	text-align: center;
	padding: 1rem 2rem;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-bottom: 1px solid rgba(220, 38, 38, 0.2);
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.hero-strip i {
	color: #fbbf24;
	animation: icon-pulse 2s ease-in-out infinite;
}

@keyframes icon-pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.1); }
}

/* Hero Section */
.hero-section {
	background: linear-gradient(135deg, #000000 0%, #0a0a0a 50%, #1a1a1a 100%);
	color: white;
	padding: 2rem 0;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.hero-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 30% 20%, rgba(220, 38, 38, 0.15) 0%, transparent 50%),
		radial-gradient(circle at 70% 80%, rgba(239, 68, 68, 0.12) 0%, transparent 50%);
	animation: hero-glow 8s ease-in-out infinite;
}

@keyframes hero-glow {
	0%, 100% { opacity: 0.8; }
	50% { opacity: 1; }
}

/* Floating Orbs */
.floating-orb {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(220, 38, 38, 0.3) 0%, rgba(239, 68, 68, 0.1) 50%, transparent 100%);
	animation: float-orb 6s ease-in-out infinite;
	filter: blur(1px);
}

@keyframes float-orb {
	0%, 100% { transform: translateY(0px) scale(1); }
	50% { transform: translateY(-20px) scale(1.1); }
}

/* Hero Content */
.hero-content {
	position: relative;
	z-index: 10;
	max-width: 1000px;
	margin: 0 auto;
}


.rating-image {
	filter: drop-shadow(0 4px 20px rgba(220, 38, 38, 0.3));
	transition: transform 0.3s ease;
}

.rating-image:hover {
	transform: scale(1.05);
}

/* Hero Headline */
.hero-headline {
	font-size: clamp(1.5rem, 3.5vw, 2.5rem);
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 2rem;
	color: white;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.text-gradient {
	background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #fbbf24 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: inline-block;
	animation: gradient-shift 3s ease-in-out infinite;
}

@keyframes gradient-shift {
	0%, 100% { filter: hue-rotate(0deg); }
	50% { filter: hue-rotate(10deg); }
}

/* Video Container */
.hero-video-container {
	margin: 2rem auto;
	max-width: 800px;
	position: relative;
	z-index: 10;
}

.video-wrapper {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 
		0 20px 60px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(220, 38, 38, 0.2);
}

.video-wrapper vturb-smartplayer {
	display: block;
	width: 100%;
	min-height: 450px;
	border-radius: 20px;
}

.video-glow {
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	background: linear-gradient(135deg, #dc2626, #ef4444, #dc2626);
	border-radius: 24px;
	z-index: -1;
	opacity: 0.5;
	animation: video-glow 3s ease-in-out infinite;
}

@keyframes video-glow {
	0%, 100% { opacity: 0.5; transform: scale(1); }
	50% { opacity: 0.8; transform: scale(1.02); }
}

/* Hero Subheading */
.hero-subheading {
	margin: 2rem 0;
}

.guarantee-text {
	font-size: 1.25rem;
	color: #e5e7eb;
	margin-bottom: 1rem;
	line-height: 1.4;
}

.highlight-red {
	color: #ef4444;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
}

.guarantee-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: linear-gradient(135deg, rgba(220, 38, 38, 0.2) 0%, rgba(239, 68, 68, 0.1) 100%);
	padding: 0.75rem 1.5rem;
	border-radius: 50px;
	border: 2px solid rgba(220, 38, 38, 0.3);
	font-weight: 600;
	color: #fbbf24;
	animation: badge-glow 3s ease-in-out infinite;
}

@keyframes badge-glow {
	0%, 100% { 
		box-shadow: 0 4px 20px rgba(220, 38, 38, 0.3);
		border-color: rgba(220, 38, 38, 0.3);
	}
	50% { 
		box-shadow: 0 4px 30px rgba(220, 38, 38, 0.5);
		border-color: rgba(220, 38, 38, 0.5);
	}
}

/* Hero CTA */
.hero-cta {
	margin-top: 3rem;
}

/* Responsive Design */
@media (max-width: 768px) {
	.hero-section { padding: 1rem 0; min-height: auto; }
	.hero-headline { font-size: 1.5rem; }
	.guarantee-text { font-size: 1.1rem; }
	.btn-large { padding: 1rem 2rem; font-size: 1.1rem; }
	.modern-cta { padding: 1.25rem 2rem; }
	.video-wrapper vturb-smartplayer { min-height: 300px; }
}

/* Utility Classes */
.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;
}

/* Hide mockups as requested */
.hero-mockups-below {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

/* ===== PAIN POINTS SECTION ===== */
.pain-points-section {
	background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
	padding: 5rem 0;
	position: relative;
	overflow: hidden;
}

.pain-points-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 30% 30%, rgba(220, 38, 38, 0.08) 0%, transparent 50%),
		radial-gradient(circle at 70% 70%, rgba(239, 68, 68, 0.06) 0%, transparent 50%);
	animation: section-pulse 10s ease-in-out infinite;
}

@keyframes section-pulse {
	0%, 100% { opacity: 0.8; }
	50% { opacity: 1; }
}

.pain-points-content {
	position: relative;
	z-index: 10;
}

.pain-points-header {
	text-align: center;
	margin-bottom: 4rem;
}

.pain-points-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 1.5rem;
	background: linear-gradient(135deg, #ffffff 0%, #dc2626 30%, #ffffff 60%, #ef4444 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: 0 0 40px rgba(220, 38, 38, 0.3);
}

.pain-points-subtitle {
	font-size: 1.5rem;
	color: #d1d5db;
	max-width: 700px;
	margin: 0 auto;
	line-height: 1.4;
}

.pain-points-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-bottom: 4rem;
}

@media (min-width: 768px) {
	.pain-points-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
}

.pain-point-card {
	background: linear-gradient(145deg, rgba(20, 20, 20, 0.9) 0%, rgba(10, 10, 10, 0.95) 100%);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 2.5rem 2rem;
	text-align: center;
	box-shadow: 
		0 20px 40px rgba(0, 0, 0, 0.4),
		0 0 20px rgba(220, 38, 38, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(220, 38, 38, 0.2);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.pain-point-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #dc2626, #ef4444, #dc2626);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.pain-point-card:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 
		0 30px 60px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(220, 38, 38, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	border-color: rgba(220, 38, 38, 0.4);
}

.pain-point-card:hover::before {
	opacity: 1;
}

.pain-point-icon {
	font-size: 3rem;
	color: #ef4444;
	margin-bottom: 1.5rem;
	display: block;
}

.pain-point-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1rem;
}

.pain-point-description {
	font-size: 1rem;
	color: #d1d5db;
	margin-bottom: 1.5rem;
	line-height: 1.6;
}

.pain-point-symptoms {
	list-style: none;
	text-align: left;
}

.pain-point-symptoms li {
	color: #9ca3af;
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
}

.pain-point-symptoms li::before {
	content: '✗';
	position: absolute;
	left: 0;
	color: #ef4444;
	font-weight: bold;
}

/* Transition Statement */
.transition-statement {
	text-align: center;
	margin: 4rem 0;
	padding: 3rem 2rem;
	background: linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(239, 68, 68, 0.05) 100%);
	border-radius: 20px;
	border: 1px solid rgba(220, 38, 38, 0.2);
}

.transition-title {
	font-size: 2.5rem;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 1.5rem;
}

.transition-text {
	font-size: 1.25rem;
	color: #d1d5db;
	max-width: 800px;
	margin: 0 auto 2rem auto;
	line-height: 1.6;
}

/* ===== SOLUTION SECTION ===== */
.solution-section {
	background: linear-gradient(135deg, #000000 0%, #1a0a0a 50%, #000000 100%);
	padding: 5rem 0;
	position: relative;
}

.solution-header {
	text-align: center;
	margin-bottom: 4rem;
}

.solution-statement {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 1.5rem;
	background: linear-gradient(135deg, #fbbf24 0%, #ef4444 50%, #dc2626 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.solution-subtitle {
	font-size: 1.5rem;
	color: #d1d5db;
	max-width: 800px;
	margin: 0 auto;
}

.benefits-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-bottom: 4rem;
}

@media (min-width: 768px) {
	.benefits-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.benefit-card {
	background: linear-gradient(145deg, rgba(30, 30, 30, 0.8) 0%, rgba(20, 20, 20, 0.9) 100%);
	backdrop-filter: blur(15px);
	border-radius: 16px;
	padding: 2rem;
	border: 1px solid rgba(251, 191, 36, 0.2);
	transition: all 0.3s ease;
}

.benefit-card:hover {
	transform: translateY(-5px);
	border-color: rgba(251, 191, 36, 0.4);
	box-shadow: 0 20px 40px rgba(251, 191, 36, 0.1);
}

.benefit-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fbbf24;
	margin-bottom: 1rem;
}

.benefit-description {
	color: #d1d5db;
	line-height: 1.6;
}

/* Comparison Table */
.comparison-section {
	margin: 4rem 0;
}

.comparison-title {
	font-size: 2.5rem;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
	margin-bottom: 3rem;
}

.comparison-table {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media (min-width: 768px) {
	.comparison-table {
		grid-template-columns: 1fr 1fr;
	}
}

.comparison-column {
	background: linear-gradient(145deg, rgba(20, 20, 20, 0.9) 0%, rgba(10, 10, 10, 0.95) 100%);
	border-radius: 16px;
	padding: 2rem;
	border: 2px solid;
}

.traditional-models {
	border-color: rgba(239, 68, 68, 0.3);
}

.ai-agents {
	border-color: rgba(34, 197, 94, 0.3);
	background: linear-gradient(145deg, rgba(20, 30, 20, 0.9) 0%, rgba(10, 20, 10, 0.95) 100%);
}

.comparison-header {
	text-align: center;
	margin-bottom: 2rem;
}

.comparison-label {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.traditional-models .comparison-label {
	color: #ef4444;
}

.ai-agents .comparison-label {
	color: #22c55e;
}

.comparison-subtitle {
	color: #9ca3af;
	font-size: 0.9rem;
}

.comparison-list {
	list-style: none;
}

.comparison-list li {
	margin-bottom: 1rem;
	padding-left: 2rem;
	position: relative;
	color: #d1d5db;
	line-height: 1.5;
}

.traditional-models .comparison-list li::before {
	content: '✗';
	position: absolute;
	left: 0;
	color: #ef4444;
	font-weight: bold;
}

.ai-agents .comparison-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #22c55e;
	font-weight: bold;
}

/* Urgency Banner */
.urgency-banner {
	background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
	color: white;
	text-align: center;
	padding: 2rem;
	border-radius: 16px;
	margin: 3rem 0;
	position: relative;
	overflow: hidden;
}

.urgency-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	animation: urgency-shine 3s infinite;
}

@keyframes urgency-shine {
	0% { left: -100%; }
	100% { left: 100%; }
}

.urgency-text {
	font-size: 1.5rem;
	font-weight: 700;
	position: relative;
	z-index: 2;
}

/* ===== OFFER SECTION ===== */
.offer-section {
	background: linear-gradient(135deg, #0a0a0a 0%, #1a0505 50%, #0a0a0a 100%);
	padding: 5rem 0;
	position: relative;
	overflow: hidden;
}

.offer-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 25% 25%, rgba(220, 38, 38, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 75% 75%, rgba(239, 68, 68, 0.08) 0%, transparent 50%);
	animation: offer-glow 12s ease-in-out infinite;
}

@keyframes offer-glow {
	0%, 100% { opacity: 0.8; }
	50% { opacity: 1; }
}

.offer-content {
	position: relative;
	z-index: 10;
}

.offer-header {
	text-align: center;
	margin-bottom: 3rem;
}

.offer-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 1.5rem;
	background: linear-gradient(135deg, #fbbf24 0%, #ef4444 50%, #dc2626 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.offer-subtitle {
	font-size: 1.5rem;
	color: #d1d5db;
	max-width: 800px;
	margin: 0 auto 2rem auto;
	line-height: 1.4;
}

.value-highlight {
	font-size: 1.75rem;
	font-weight: 800;
	color: #fbbf24;
	background: linear-gradient(135deg, rgba(251, 191, 36, 0.2) 0%, rgba(239, 68, 68, 0.1) 100%);
	padding: 1rem 2rem;
	border-radius: 50px;
	border: 2px solid rgba(251, 191, 36, 0.3);
	display: inline-block;
	animation: value-pulse 3s ease-in-out infinite;
}

@keyframes value-pulse {
	0%, 100% { 
		box-shadow: 0 4px 20px rgba(251, 191, 36, 0.3);
		border-color: rgba(251, 191, 36, 0.3);
	}
	50% { 
		box-shadow: 0 8px 40px rgba(251, 191, 36, 0.5);
		border-color: rgba(251, 191, 36, 0.5);
	}
}

/* Price Container */
.price-container {
	text-align: center;
	margin: 3rem 0;
	padding: 2rem;
	background: linear-gradient(145deg, rgba(20, 20, 20, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);
	border-radius: 20px;
	border: 2px solid rgba(220, 38, 38, 0.3);
	position: relative;
	overflow: hidden;
}

.price-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #dc2626, #ef4444, #fbbf24, #dc2626);
	animation: price-glow 3s linear infinite;
}

@keyframes price-glow {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(100%); }
}

.original-price {
	font-size: 2rem;
	color: #9ca3af;
	text-decoration: line-through;
	margin-bottom: 0.5rem;
}

.current-price {
	font-size: 4rem;
	font-weight: 900;
	color: #ef4444;
	text-shadow: 0 0 20px rgba(239, 68, 68, 0.5);
	margin-bottom: 0.5rem;
}

.price-label {
	font-size: 1.25rem;
	color: #fbbf24;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Components Grid */
.components-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin: 4rem 0;
}

@media (min-width: 768px) {
	.components-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.components-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.component-card {
	background: linear-gradient(145deg, rgba(25, 25, 25, 0.9) 0%, rgba(15, 15, 15, 0.95) 100%);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 0 2rem;
	border: 1px solid rgba(220, 38, 38, 0.2);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.component-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #dc2626, #ef4444, #dc2626);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.component-card:hover {
	transform: translateY(-10px) scale(1.02);
	border-color: rgba(220, 38, 38, 0.4);
	box-shadow: 
		0 20px 40px rgba(0, 0, 0, 0.4),
		0 0 30px rgba(220, 38, 38, 0.3);
}

.component-card:hover::before {
	opacity: 1;
}

.component-value {
	font-size: 1.25rem;
	font-weight: 700;
	color: #fbbf24;
	text-align: center;
	margin-bottom: 1.5rem;
	padding: 0.5rem 1rem;
	background: rgba(251, 191, 36, 0.1);
	border-radius: 20px;
	border: 1px solid rgba(251, 191, 36, 0.2);
}

.component-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1rem;
	text-align: center;
	margin-top: 1.5rem;
}

.component-value {
	font-size: 1.25rem;
	font-weight: 700;
	color: #fbbf24;
	text-align: center;
	margin-bottom: 1.5rem;
	padding: 0.5rem 1rem;
	background: rgba(251, 191, 36, 0.1);
	border-radius: 20px;
	border: 1px solid rgba(251, 191, 36, 0.2);
}

.component-mockup {
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.component-mockup img {
	width: calc(100% + 50px);
	max-width: none;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease;
	margin: 0 -25px;
}

/* Image wrapper for consistent mockup heights */
.mockup-image-wrapper {
	width: 100%;
	height: 300px;
	background-color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 12px;
}

.component-mockup img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	border-radius: 0;
	box-shadow: none;
	transition: transform 0.3s ease;
	margin: 0;
}

/* Value Highlight Section */
.value-highlight-section {
	text-align: center;
	margin: 3rem 0;
	padding: 0 1rem;
}

.value-highlight-section .value-highlight {
	display: inline-block;
	margin: 0 auto;
}


/* Price Container Stack Layout */
.price-container-stack {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
	margin: 3rem 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.price-left {
	text-align: left;
	padding-right: 2rem;
}

.price-right {
	text-align: center;
}

.phone-mockup-above {
	margin-bottom: 1rem;
}

.big-mockup-image {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease;
}

.big-mockup-image:hover {
	transform: scale(1.02);
}

@media (max-width: 768px) {
	.price-container-stack {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
	}

	.price-left {
		text-align: center;
		padding-right: 0;
	}
/* Roadmap Section */
.roadmap-section {
	margin: 4rem 0;
	padding: 3rem 2rem;
	background: linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(239, 68, 68, 0.05) 100%);
	border-radius: 20px;
	border: 1px solid rgba(220, 38, 38, 0.2);
}

.roadmap-title {
	font-size: 2.5rem;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
	margin-bottom: 3rem;
}

.roadmap-timeline {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}
}

@media (min-width: 768px) {
	.roadmap-timeline {
		grid-template-columns: repeat(2, 1fr);
	}
}

.timeline-item {
	background: linear-gradient(145deg, rgba(30, 30, 30, 0.8) 0%, rgba(20, 20, 20, 0.9) 100%);
	border-radius: 16px;
	padding: 2rem;
	border: 1px solid rgba(220, 38, 38, 0.2);
	position: relative;
	transition: all 0.3s ease;
}

.timeline-item:hover {
	transform: translateY(-5px);
	border-color: rgba(220, 38, 38, 0.4);
	box-shadow: 0 10px 30px rgba(220, 38, 38, 0.2);
}

.timeline-day {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ef4444;
	margin-bottom: 1rem;
	text-align: center;
	background: rgba(239, 68, 68, 0.1);
	padding: 0.5rem 1rem;
	border-radius: 20px;
	border: 1px solid rgba(239, 68, 68, 0.2);
}

.timeline-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1rem;
}

.timeline-description {
	color: #d1d5db;
	line-height: 1.6;
}

/* Lifetime Access & Guarantee Sections */
.lifetime-access,
.guarantee-section {
	text-align: center;
	margin: 3rem 0;
	padding: 2.5rem 2rem;
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
	border-radius: 20px;
	border: 1px solid rgba(34, 197, 94, 0.2);
}

.lifetime-icon,
.guarantee-icon {
	font-size: 3rem;
	color: #22c55e;
	margin-bottom: 1.5rem;
}

.lifetime-title,
.guarantee-title {
	font-size: 2rem;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 1rem;
}

.lifetime-text,
.guarantee-text {
	font-size: 1.25rem;
	color: #d1d5db;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;
}

/* CTA Buttons */
.cta-buttons {
	text-align: center;
	margin: 3rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}

@media (min-width: 768px) {
	.cta-buttons {
		flex-direction: row;
		justify-content: center;
		gap: 2rem;
	}
}

.btn-secondary {
	background: linear-gradient(135deg, rgba(75, 85, 99, 0.8) 0%, rgba(55, 65, 81, 0.9) 100%);
	color: #ffffff !important;
	border: 2px solid rgba(156, 163, 175, 0.3);
	transition: all 0.3s ease;
}

.btn-secondary:hover {
	background: linear-gradient(135deg, rgba(75, 85, 99, 1) 0%, rgba(55, 65, 81, 1) 100%);
	border-color: rgba(156, 163, 175, 0.5);
	transform: translateY(-2px);
}

/* ===== SOCIAL PROOF SECTION ===== */
.social-proof-section {
	background: linear-gradient(135deg, #000000 0%, #0a0505 50%, #000000 100%);
	padding: 5rem 0;
	position: relative;
}

.social-proof-header {
	text-align: center;
	margin-bottom: 4rem;
}

.social-proof-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 1.5rem;
	background: linear-gradient(135deg, #ffffff 0%, #fbbf24 50%, #ef4444 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.social-proof-subtitle {
	font-size: 1.5rem;
	color: #d1d5db;
	max-width: 800px;
	margin: 0 auto;
}

/* Success Metrics */
.success-metrics {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin: 4rem 0;
}

@media (min-width: 768px) {
	.success-metrics {
		grid-template-columns: repeat(3, 1fr);
	}
}

.metric-card {
	text-align: center;
	padding: 2.5rem 2rem;
	background: linear-gradient(145deg, rgba(25, 25, 25, 0.8) 0%, rgba(15, 15, 15, 0.9) 100%);
	border-radius: 20px;
	border: 1px solid rgba(251, 191, 36, 0.2);
	transition: all 0.3s ease;
}

.metric-card:hover {
	transform: translateY(-5px);
	border-color: rgba(251, 191, 36, 0.4);
	box-shadow: 0 20px 40px rgba(251, 191, 36, 0.1);
}

.metric-number {
	font-size: 3rem;
	font-weight: 900;
	color: #fbbf24;
	margin-bottom: 1rem;
	text-shadow: 0 0 20px rgba(251, 191, 36, 0.5);
}

.metric-label {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.5rem;
}

.metric-description {
	color: #9ca3af;
	line-height: 1.5;
}

/* Testimonials */
.testimonials-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin: 4rem 0;
}

@media (min-width: 768px) {
	.testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.testimonials-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.testimonial-card {
	background: linear-gradient(145deg, rgba(25, 25, 25, 0.9) 0%, rgba(15, 15, 15, 0.95) 100%);
	border-radius: 20px;
	padding: 2.5rem 2rem;
	border: 1px solid rgba(220, 38, 38, 0.2);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.testimonial-card:hover {
	transform: translateY(-10px);
	border-color: rgba(220, 38, 38, 0.4);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.testimonial-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.testimonial-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(135deg, #dc2626, #ef4444);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: white;
	font-size: 1.25rem;
}

.testimonial-name {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
}

.testimonial-title {
	font-size: 0.9rem;
	color: #9ca3af;
}

.testimonial-result {
	font-size: 1rem;
	font-weight: 700;
	color: #22c55e;
}

.testimonial-rating {
	margin-bottom: 1rem;
}

.star {
	color: #fbbf24;
	font-size: 1.25rem;
	margin-right: 0.25rem;
}

.testimonial-quote {
	color: #d1d5db;
	line-height: 1.6;
	font-style: italic;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
	.pain-points-section,
	.solution-section,
	.offer-section,
	.social-proof-section {
		padding: 3rem 0;
	}
	
	.pain-points-title,
	.solution-statement,
	.offer-title,
	.social-proof-title {
		font-size: 2rem;
	}
	
	.pain-points-subtitle,
	.solution-subtitle,
	.offer-subtitle,
	.social-proof-subtitle {
		font-size: 1.25rem;
	}
	
	.pain-point-card,
	.benefit-card,
	.component-card,
	.testimonial-card {
		padding: 2rem 1.5rem;
	}
	
	.transition-statement,
	.roadmap-section {
		padding: 2rem 1rem;
	}
	
	.transition-title,
	.roadmap-title {
		font-size: 2rem;
	}
	
	.comparison-title {
		font-size: 2rem;
	}
	
	.current-price {
		font-size: 3rem;
	}
	
	.components-grid {
		grid-template-columns: 1fr;
	}
	
	.roadmap-timeline {
		grid-template-columns: 1fr;
	}
	
	.success-metrics {
		grid-template-columns: 1fr;
	}
	
	.testimonials-grid {
		grid-template-columns: 1fr;
	}
}

/* ===== CASE STUDIES SECTION ===== */
.case-studies-section {
	margin: 4rem 0;
	padding: 3rem 2rem;
	background: linear-gradient(135deg, rgba(251, 191, 36, 0.08) 0%, rgba(239, 68, 68, 0.05) 100%);
	border-radius: 24px;
	border: 1px solid rgba(251, 191, 36, 0.2);
	position: relative;
	overflow: hidden;
}

.case-studies-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 30% 30%, rgba(251, 191, 36, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 70% 70%, rgba(239, 68, 68, 0.08) 0%, transparent 50%);
	animation: case-studies-glow 8s ease-in-out infinite;
}

@keyframes case-studies-glow {
	0%, 100% { opacity: 0.8; }
	50% { opacity: 1; }
}

.case-studies-content {
	position: relative;
	z-index: 10;
}

.case-studies-title {
	font-size: 2.5rem;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	margin-bottom: 3rem;
	background: linear-gradient(135deg, #fbbf24 0%, #ef4444 50%, #dc2626 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: 0 0 30px rgba(251, 191, 36, 0.3);
}

.case-studies-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media (min-width: 768px) {
	.case-studies-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.case-study-card {
	background: linear-gradient(145deg, rgba(25, 25, 25, 0.95) 0%, rgba(15, 15, 15, 0.98) 100%);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 2.5rem 2rem;
	border: 2px solid rgba(251, 191, 36, 0.2);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.case-study-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #fbbf24, #ef4444, #fbbf24);
	opacity: 0;
	transition: opacity 0.3s ease;
	animation: golden-flow 3s linear infinite;
}

@keyframes golden-flow {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(100%); }
}

.case-study-card:hover {
	transform: translateY(-15px) scale(1.02);
	border-color: rgba(251, 191, 36, 0.4);
	box-shadow: 
		0 25px 50px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(251, 191, 36, 0.3),
		0 0 80px rgba(251, 191, 36, 0.1);
}

.case-study-card:hover::before {
	opacity: 1;
}

.case-study-header {
	text-align: center;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(251, 191, 36, 0.2);
}

.case-study-name {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.5rem;
}

.case-study-business {
	font-size: 1rem;
	color: #fbbf24;
	margin-bottom: 1rem;
	font-weight: 500;
}

.case-study-revenue {
	font-size: 2.5rem;
	font-weight: 900;
	color: #22c55e;
	margin-bottom: 0.25rem;
	text-shadow: 0 0 20px rgba(34, 197, 94, 0.5);
}

.case-study-timeframe {
	font-size: 0.9rem;
	color: #9ca3af;
	font-weight: 500;
}

.case-study-details {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.case-study-detail {
	color: #d1d5db;
	padding-left: 1.5rem;
	position: relative;
	line-height: 1.5;
}

.case-study-detail::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #22c55e;
	font-weight: bold;
	font-size: 1.1rem;
}

/* ===== TRANSFORMATION STORIES SECTION ===== */
.transformation-stories {
	margin: 4rem 0;
}

.transformation-title {
	font-size: 2.5rem;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	margin-bottom: 3rem;
	background: linear-gradient(135deg, #ef4444 0%, #fbbf24 50%, #22c55e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.transformation-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
}

@media (min-width: 768px) {
	.transformation-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.transformation-card {
	background: linear-gradient(145deg, rgba(30, 30, 30, 0.9) 0%, rgba(20, 20, 20, 0.95) 100%);
	border-radius: 24px;
	padding: 2.5rem 2rem;
	border: 2px solid rgba(220, 38, 38, 0.2);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.transformation-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(220, 38, 38, 0.2);
}

.transformation-header {
	text-align: center;
	margin-bottom: 2rem;
}

.transformation-name {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.5rem;
}

.transformation-location {
	color: #9ca3af;
	font-size: 0.9rem;
}

.before-after {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

@media (min-width: 480px) {
	.before-after {
		grid-template-columns: 1fr 1fr;
	}
}

.before-section,
.after-section {
	padding: 1.5rem;
	border-radius: 16px;
	position: relative;
}

.before-section {
	background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
	border: 1px solid rgba(239, 68, 68, 0.2);
}

.after-section {
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
	border: 1px solid rgba(34, 197, 94, 0.2);
}

.before-title,
.after-title {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	text-align: center;
}

.before-title {
	color: #ef4444;
}

.after-title {
	color: #22c55e;
}

.before-content,
.after-content {
	color: #d1d5db;
	line-height: 1.6;
	font-size: 0.9rem;
}

.transformation-quote {
	background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(239, 68, 68, 0.05) 100%);
	padding: 1.5rem;
	border-radius: 16px;
	border-left: 4px solid #fbbf24;
	color: #d1d5db;
	font-style: italic;
	line-height: 1.6;
	position: relative;
}

.transformation-quote::before {
	content: '"';
	font-size: 3rem;
	color: #fbbf24;
	position: absolute;
	top: -10px;
	left: 10px;
	font-family: serif;
}

/* Social Proof CTA */
.social-proof-cta {
	text-align: center;
	margin: 4rem 0;
	padding: 3rem 2rem;
	background: linear-gradient(135deg, rgba(220, 38, 38, 0.15) 0%, rgba(239, 68, 68, 0.1) 100%);
	border-radius: 20px;
	border: 2px solid rgba(220, 38, 38, 0.3);
	position: relative;
	overflow: hidden;
}

.social-proof-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	animation: cta-shine 4s infinite;
}

@keyframes cta-shine {
	0% { left: -100%; }
	100% { left: 100%; }
}

.social-proof-cta-title {
	font-size: 2rem;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 1rem;
	position: relative;
	z-index: 2;
}

.social-proof-cta-text {
	font-size: 1.25rem;
	color: #d1d5db;
	margin-bottom: 2rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

/* ===== FAQ SECTION ===== */
.faq-section {
	background: linear-gradient(135deg, #0a0a0a 0%, #1a0505 50%, #0a0a0a 100%);
	padding: 5rem 0;
	position: relative;
	overflow: hidden;
}

.faq-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 25% 25%, rgba(220, 38, 38, 0.08) 0%, transparent 50%),
		radial-gradient(circle at 75% 75%, rgba(239, 68, 68, 0.06) 0%, transparent 50%);
	animation: faq-glow 10s ease-in-out infinite;
}

@keyframes faq-glow {
	0%, 100% { opacity: 0.8; }
	50% { opacity: 1; }
}

.ai-particles {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: -1;
}

.ai-particle {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #ef4444;
	border-radius: 50%;
	opacity: 0.6;
	animation: particle-float 8s ease-in-out infinite;
}

.ai-particle:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.ai-particle:nth-child(2) { top: 60%; left: 20%; animation-delay: 1s; }
.ai-particle:nth-child(3) { top: 30%; right: 15%; animation-delay: 2s; }
.ai-particle:nth-child(4) { bottom: 40%; right: 25%; animation-delay: 3s; }
.ai-particle:nth-child(5) { bottom: 20%; left: 30%; animation-delay: 4s; }
.ai-particle:nth-child(6) { top: 70%; right: 35%; animation-delay: 5s; }

@keyframes particle-float {
	0%, 100% { transform: translateY(0px) scale(1); opacity: 0.6; }
	25% { transform: translateY(-20px) scale(1.2); opacity: 0.8; }
	50% { transform: translateY(-40px) scale(0.8); opacity: 1; }
	75% { transform: translateY(-20px) scale(1.1); opacity: 0.7; }
}

.faq-content {
	position: relative;
	z-index: 10;
}

.faq-header {
	text-align: center;
	margin-bottom: 4rem;
}

.faq-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 1.5rem;
	background: linear-gradient(135deg, #ffffff 0%, #ef4444 50%, #fbbf24 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.faq-subtitle {
	font-size: 1.5rem;
	color: #d1d5db;
	max-width: 700px;
	margin: 0 auto;
}

.faq-container {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.faq-item {
	background: linear-gradient(145deg, rgba(25, 25, 25, 0.95) 0%, rgba(15, 15, 15, 1) 100%) !important;
	border-radius: 16px;
	margin-bottom: 1.5rem;
	border: 2px solid rgba(220, 38, 38, 0.5) !important;
	overflow: hidden;
	transition: all 0.3s ease;
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	position: relative;
	z-index: 100;
	min-height: 60px;
}

.faq-item:hover {
	border-color: rgba(220, 38, 38, 0.4);
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(220, 38, 38, 0.1);
}

.faq-question {
	padding: 1.5rem 2rem;
	font-size: 1.25rem;
	font-weight: 600;
	color: #ffffff !important;
	cursor: pointer !important;
	position: relative;
	transition: all 0.3s ease;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.faq-question::after {
	content: '+';
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	color: #ef4444;
	transition: transform 0.3s ease;
}

.faq-question:hover {
	color: #fbbf24;
}

.faq-item.active .faq-question::after {
	transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
	opacity: 0;
}

.faq-item.active .faq-answer {
	max-height: 1000px !important;
	opacity: 1;
}

.faq-answer-content {
	padding: 0 2rem 2rem 2rem;
	color: #d1d5db;
	line-height: 1.6;
}

.faq-highlight {
	color: #ef4444;
	font-weight: 700;
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 768px) {
	.case-studies-section,
	.transformation-stories {
		margin: 2rem 0;
		padding: 2rem 1rem;
	}
	
	.case-studies-title,
	.transformation-title,
	.faq-title {
		font-size: 2rem;
	}
	
	.case-study-card,
	.transformation-card {
		padding: 2rem 1.5rem;
	}
	
	.case-study-revenue {
		font-size: 2rem;
	}
	
	.before-after {
		grid-template-columns: 1fr;
	}
	
	.faq-question {
		padding: 1.25rem 1.5rem;
		font-size: 1.1rem;
	}
	
	.faq-question::after {
		right: 1.5rem;
	}
	
	.faq-answer-content {
		padding: 0 1.5rem 1.5rem 1.5rem;
	}
}

/* ===== FAQ CTA SECTION ===== */
.faq-cta {
	text-align: center;
	margin: 4rem 0;
	padding: 3rem 2rem;
	background: linear-gradient(135deg, rgba(220, 38, 38, 0.15) 0%, rgba(239, 68, 68, 0.1) 100%);
	border-radius: 20px;
	border: 2px solid rgba(220, 38, 38, 0.3);
	position: relative;
	overflow: hidden;
}

.faq-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	animation: faq-cta-shine 4s infinite;
}

@keyframes faq-cta-shine {
	0% { left: -100%; }
	100% { left: 100%; }
}

.faq-cta-content {
	position: relative;
	z-index: 2;
}

.faq-cta-title {
	font-size: 2.5rem;
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 1.5rem;
	background: linear-gradient(135deg, #fbbf24 0%, #ef4444 50%, #dc2626 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.faq-cta-text {
	font-size: 1.25rem;
	color: #d1d5db;
	margin-bottom: 2rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

/* ===== FINAL CTA SECTION ===== */
.final-cta-section {
	background: linear-gradient(135deg, #000000 0%, #0a0505 50%, #000000 100%);
	padding: 6rem 0;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.final-cta-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 20% 20%, rgba(220, 38, 38, 0.15) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(239, 68, 68, 0.12) 0%, transparent 50%),
		radial-gradient(circle at 50% 50%, rgba(251, 191, 36, 0.08) 0%, transparent 60%);
	animation: final-cta-glow 15s ease-in-out infinite;
}

@keyframes final-cta-glow {
	0%, 100% { opacity: 0.8; transform: scale(1) rotate(0deg); }
	33% { opacity: 1; transform: scale(1.02) rotate(1deg); }
	66% { opacity: 0.9; transform: scale(1.01) rotate(-0.5deg); }
}

.final-cta-content {
	position: relative;
	z-index: 10;
	text-align: center;
}

/* AI Background Elements */
.ai-neural-background,
.ai-circuit-overlay,
.ai-holographic-lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	opacity: 0.3;
}

.ai-floating-particles {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.particle {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #ef4444;
	border-radius: 50%;
	opacity: 0.7;
	animation: particle-float-final 12s ease-in-out infinite;
}

.particle-1 { top: 10%; left: 10%; animation-delay: 0s; }
.particle-2 { top: 20%; right: 15%; animation-delay: 2s; }
.particle-3 { bottom: 30%; left: 20%; animation-delay: 4s; }
.particle-4 { top: 60%; right: 25%; animation-delay: 1s; }
.particle-5 { bottom: 20%; right: 30%; animation-delay: 3s; }
.particle-6 { top: 80%; left: 35%; animation-delay: 5s; }

@keyframes particle-float-final {
	0%, 100% { transform: translateY(0px) scale(1); opacity: 0.7; }
	25% { transform: translateY(-30px) scale(1.3); opacity: 1; }
	50% { transform: translateY(-60px) scale(0.8); opacity: 0.9; }
	75% { transform: translateY(-30px) scale(1.1); opacity: 0.8; }
}

/* Final CTA Header */
.final-cta-header {
	margin-bottom: 4rem;
}

.ai-status-indicator {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(34, 197, 94, 0.1);
	padding: 0.5rem 1rem;
	border-radius: 20px;
	border: 1px solid rgba(34, 197, 94, 0.3);
	margin-bottom: 2rem;
	font-size: 0.9rem;
	color: #22c55e;
	font-weight: 600;
}

.status-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	animation: status-pulse 2s ease-in-out infinite;
}

@keyframes status-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.7; transform: scale(1.2); }
}

.final-cta-headline {
	font-size: clamp(3rem, 6vw, 5rem);
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 1.5rem;
	line-height: 1.1;
}

.headline-main {
	display: block;
	background: linear-gradient(135deg, #fbbf24 0%, #ef4444 50%, #dc2626 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.headline-sub {
	display: block;
	font-size: 0.6em;
	color: #d1d5db;
	margin-top: 0.5rem;
}

.final-cta-subheadline {
	font-size: 1.5rem;
	color: #d1d5db;
	max-width: 800px;
	margin: 0 auto 3rem auto;
	line-height: 1.6;
}

.ai-highlight {
	color: #fbbf24;
	font-weight: 700;
	text-shadow: 0 0 20px rgba(251, 191, 36, 0.5);
}

/* AI Metrics Dashboard */
.ai-metrics-dashboard {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin: 4rem 0;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 640px) {
	.ai-metrics-dashboard {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.ai-metrics-dashboard {
		grid-template-columns: repeat(4, 1fr);
	}
}

.metric-card {
	background: linear-gradient(145deg, rgba(25, 25, 25, 0.9) 0%, rgba(15, 15, 15, 0.95) 100%);
	backdrop-filter: blur(20px);
	border-radius: 16px;
	padding: 2rem 1.5rem;
	text-align: center;
	border: 2px solid;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.metric-primary { border-color: rgba(220, 38, 38, 0.3); }
.metric-secondary { border-color: rgba(251, 191, 36, 0.3); }
.metric-tertiary { border-color: rgba(34, 197, 94, 0.3); }
.metric-quaternary { border-color: rgba(59, 130, 246, 0.3); }

.metric-card:hover {
	transform: translateY(-10px) scale(1.05);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.metric-primary:hover { border-color: rgba(220, 38, 38, 0.6); box-shadow: 0 20px 40px rgba(220, 38, 38, 0.2); }
.metric-secondary:hover { border-color: rgba(251, 191, 36, 0.6); box-shadow: 0 20px 40px rgba(251, 191, 36, 0.2); }
.metric-tertiary:hover { border-color: rgba(34, 197, 94, 0.6); box-shadow: 0 20px 40px rgba(34, 197, 94, 0.2); }
.metric-quaternary:hover { border-color: rgba(59, 130, 246, 0.6); box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2); }

.metric-icon {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.metric-primary .metric-icon { color: #ef4444; }
.metric-secondary .metric-icon { color: #fbbf24; }
.metric-tertiary .metric-icon { color: #22c55e; }
.metric-quaternary .metric-icon { color: #3b82f6; }

.metric-value {
	font-size: 2rem;
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 0.5rem;
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.metric-label {
	font-size: 0.9rem;
	color: #9ca3af;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Ultra-Modern Final CTA Button */
.final-cta-button-container {
	margin: 4rem 0;
	position: relative;
}

.final-cta-button {
	display: inline-block;
	position: relative;
	background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #dc2626 100%);
	color: white !important;
	text-decoration: none;
	border-radius: 20px;
	padding: 2rem 3rem;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	border: 3px solid rgba(220, 38, 38, 0.3);
	box-shadow: 
		0 20px 60px rgba(0, 0, 0, 0.4),
		0 0 60px rgba(220, 38, 38, 0.3),
		inset 0 2px 0 rgba(255, 255, 255, 0.2);
	animation: final-btn-glow 4s ease-in-out infinite;
}

@keyframes final-btn-glow {
	0%, 100% {
		box-shadow: 
			0 20px 60px rgba(0, 0, 0, 0.4),
			0 0 60px rgba(220, 38, 38, 0.3),
			inset 0 2px 0 rgba(255, 255, 255, 0.2);
	}
	50% {
		box-shadow: 
			0 30px 80px rgba(0, 0, 0, 0.5),
			0 0 100px rgba(220, 38, 38, 0.5),
			inset 0 2px 0 rgba(255, 255, 255, 0.2);
	}
}

.final-cta-button:hover {
	transform: translateY(-8px) scale(1.05);
	box-shadow: 
		0 40px 100px rgba(0, 0, 0, 0.5),
		0 0 120px rgba(220, 38, 38, 0.6);
}

.button-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	position: relative;
	z-index: 2;
}

.button-icon-left,
.button-icon-right {
	font-size: 1.5rem;
	color: #fbbf24;
}

.button-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.button-main-text {
	font-size: 1.25rem;
	font-weight: 900;
}

.button-sub-text {
	font-size: 0.9rem;
	opacity: 0.9;
	font-weight: 500;
}

.button-glow-effect {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	animation: button-shine 3s infinite;
}

@keyframes button-shine {
	0% { left: -100%; }
	100% { left: 100%; }
}

.button-pulse-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 3px solid rgba(220, 38, 38, 0.6);
	border-radius: 20px;
	transform: translate(-50%, -50%);
	animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.3);
		opacity: 0;
	}
}

/* Fixed Bottom CTA Strip */
.fixed-bottom-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	padding: 0.75rem 0;
	z-index: 999;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
	animation: slideUpFadeIn 0.5s ease-out;
}

@keyframes slideUpFadeIn {
	from {
		transform: translateY(100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.bottom-cta-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

.fixed-cta-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.fixed-bottom-cta .btn {
	background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #dc2626 100%);
	color: white !important;
	padding: 0.9rem 2.5rem;
	border-radius: 8px;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(220, 38, 38, 0.5);
	position: relative;
	overflow: hidden;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.fixed-bottom-cta .btn i {
	font-size: 1rem;
}

.fixed-bottom-cta .btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.fixed-bottom-cta .btn:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 8px 25px rgba(220, 38, 38, 0.7);
}

.fixed-bottom-cta .btn:hover::before {
	left: 100%;
}

.fixed-cta-subtext {
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.5px;
}

.floating-cta.show {
	opacity: 1;
	transform: translateY(0);
}

.floating-cta .btn {
	background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
	color: white !important;
	padding: 1rem 1.5rem;
	border-radius: 50px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
	animation: floating-pulse 3s ease-in-out infinite;
}

@keyframes floating-pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.05); }
}

/* Footer */
footer {
	background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
	padding: 3rem 0 100px 0; /* Added bottom padding to prevent CTA overlap */
	text-align: center;
	border-top: 1px solid rgba(220, 38, 38, 0.2);
	position: relative;
	transition: padding-bottom 0.3s ease; /* Smooth transition for responsive */
}

footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #dc2626, #ef4444, #dc2626, transparent);
	animation: footer-glow 4s ease-in-out infinite;
}

@keyframes footer-glow {
	0%, 100% { opacity: 0.5; }
	50% { opacity: 1; }
}

/* Footer Enhancement Styles */

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: #dc2626;
}

.footer-disclaimer {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(220, 38, 38, 0.2);
    opacity: 0.7;
    font-size: 0.8rem;
    line-height: 1.4;
}

/* Policy Pages Styles */

.policy-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(220, 38, 38, 0.2);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.policy-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(220, 38, 38, 0.2);
}

.policy-title {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.policy-section {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(220, 38, 38, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.policy-section:hover {
    border-color: rgba(220, 38, 38, 0.4);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

.policy-section h3 {
    color: #dc2626;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.policy-section p, .policy-section li {
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.policy-section li {
    margin-bottom: 0.5rem;
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(220, 38, 38, 0.2);
}

.policy-table th,
.policy-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(220, 38, 38, 0.2);
}

.policy-table th {
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
    font-weight: 700;
}

.policy-table tr:hover {
    background: rgba(220, 38, 38, 0.05);
}

.policy-warning-box {
    background: rgba(220, 38, 38, 0.1);
    border: 2px solid rgba(220, 38, 38, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    box-shadow: 0 4px 20px rgba(220, 38, 38, 0.2);
}

.policy-warning-box .fas {
    color: #dc2626;
    margin-right: 0.5rem;
}

.policy-info-box {
    background: rgba(59, 130, 246, 0.1);
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.2);
}

.policy-info-box .fas {
    color: #3b82f6;
    margin-right: 0.5rem;
}

.back-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(220, 38, 38, 0.3);
}

.back-button:hover {
    background: rgba(220, 38, 38, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

/* Responsive Design for Policy Pages */
@media (max-width: 768px) {
    .policy-page {
        padding: 1rem;
        margin: 1rem;
    }
    
    .policy-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .policy-section {
        padding: 1.5rem;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 768px) {
	.final-cta-section {
		padding: 4rem 0;
		min-height: auto;
	}
	
	.final-cta-headline {
		font-size: 2.5rem;
	}
	
	.final-cta-subheadline {
		font-size: 1.25rem;
	}
	
	.ai-metrics-dashboard {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	
	.metric-card {
		padding: 1.5rem 1rem;
	}
	
	.final-cta-button {
		padding: 1.5rem 2rem;
		font-size: 1.1rem;
	}
	
	.button-content {
		flex-direction: column;
		gap: 0.5rem;
	}
	
	.button-icon-left,
	.button-icon-right {
		font-size: 1.25rem;
	}
	
	.faq-cta-title {
		font-size: 2rem;
	}
	
	.faq-cta-text {
		font-size: 1.1rem;
	}

	/* Fixed Bottom CTA Mobile Styles */
	.fixed-bottom-cta {
		padding: 0.6rem 0;
	}

	.bottom-cta-content {
		gap: 0;
	}

	.fixed-bottom-cta .btn {
		padding: 0.75rem 1.5rem;
		font-size: 0.85rem;
		gap: 0.4rem;
	}

	.fixed-bottom-cta .btn i {
		font-size: 0.85rem;
	}

	.fixed-cta-subtext {
		font-size: 0.7rem;
	}
}

/* ===== NEW HERO SECTION STYLES ===== */
.hero-headline-new {
	font-size: clamp(1.25rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0.5rem;
	color: white;
	text-align: center;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.hero-headline-red {
	display: block;
	color: #ef4444;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: 900;
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

.hero-subtitle-new {
	font-size: clamp(0.95rem, 2vw, 1.25rem);
	color: #d1d5db;
	text-align: center;
	margin-bottom: 2rem;
	font-weight: 400;
}

.hero-video-container-new {
	margin: 2rem auto;
	max-width: 750px;
	position: relative;
	z-index: 10;
}

.video-wrapper-new {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 
		0 20px 60px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(220, 38, 38, 0.2);
}

.video-wrapper-new vturb-smartplayer {
	display: block;
	width: 100%;
	min-height: 400px;
	border-radius: 20px;
}

.hero-cta-new {
	margin-top: 3rem;
	text-align: center;
}

.btn-cta-new {
	display: inline-block;
	background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
	color: white;
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 700;
	text-transform: uppercase;
	padding: 1.5rem 3rem;
	border-radius: 12px;
	text-decoration: none;
	box-shadow: 
		0 8px 32px rgba(220, 38, 38, 0.4),
		0 0 40px rgba(239, 68, 68, 0.3);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 2px solid rgba(220, 38, 38, 0.3);
	letter-spacing: 0.5px;
}

.btn-cta-new:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 
		0 16px 64px rgba(220, 38, 38, 0.6),
		0 0 80px rgba(239, 68, 68, 0.5);
}

/* Responsive adjustments for new hero */
@media (max-width: 1024px) {
	.hero-video-container-new {
		max-width: 100%;
		margin: 2rem 1rem;
	}
}

@media (max-width: 768px) {
	.video-wrapper-new vturb-smartplayer {
		min-height: 300px;
	}
	
	.btn-cta-new {
		padding: 1.25rem 2rem;
		font-size: 1rem;
	}
}
