/**
 * Front Page Styles
 * 
 * @package YUX_Theme
 * @version 1.0.0
 */

/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero-section {
    background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 50%, #581c87 100%);
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    opacity: 0.9;
}

.stat-highlight {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
}

.stat-separator {
    opacity: 0.6;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.title-emphasis {
    background: linear-gradient(45deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(251, 191, 36, 0.3);
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 90%;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-trust {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1.5rem;
}

.trust-text {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.trust-indicators {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.hero-features {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.feature-item:hover {
    opacity: 1;
}

.feature-item svg {
    flex-shrink: 0;
}

.stat-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.btn.pulse {
    position: relative;
    overflow: visible;
}

.btn.pulse::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #2563EB, #7C3AED);
    border-radius: inherit;
    z-index: -1;
    animation: pulseGlow 2s ease-in-out infinite;
}

.cta-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #f59e0b;
    color: white;
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.hero-urgency {
    margin-top: 1rem;
    text-align: center;
}

.urgency-text {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

/* Hero Dashboard */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dashboard-mockup {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    max-width: 400px;
    color: #111827;
    animation: dashboardFloat 6s ease-in-out infinite;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E5E7EB;
}

.dashboard-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #111827;
}

.dashboard-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #10B981;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10B981;
    animation: pulse 2s ease-in-out infinite;
}

.dashboard-content {
    display: grid;
    gap: 1rem;
}

.metric-card {
    background: #F9FAFB;
    border-radius: 8px;
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #2563EB, #10B981);
}

.metric-icon {
    margin-bottom: 0.5rem;
}

.metric-value {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.metric-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.metric-unit {
    font-size: 0.9rem;
    color: #6B7280;
}

.metric-label {
    font-size: 0.8rem;
    color: #6B7280;
    margin-bottom: 0.25rem;
}

.metric-trend {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.125rem 0.5rem;
    border-radius: 12px;
    display: inline-block;
}

.metric-trend.up {
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
}

.chart-container {
    background: #F9FAFB;
    border-radius: 8px;
    padding: 1rem;
    grid-column: 1 / -1;
}

.chart-header {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
}

.chart-bars {
    display: flex;
    align-items: end;
    gap: 0.5rem;
    height: 80px;
}

.chart-bar {
    flex: 1;
    background: #E5E7EB;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: flex;
    align-items: end;
}

.bar-fill {
    width: 100%;
    background: linear-gradient(to top, #2563EB, #7C3AED);
    border-radius: 4px 4px 0 0;
    animation: barGrow 2s ease-out;
    animation-delay: 1s;
    animation-fill-mode: both;
    transform: scaleY(0);
    transform-origin: bottom;
}

.ai-indicators {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #E5E7EB;
}

.ai-indicator {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.7rem;
    color: #6B7280;
}

.indicator-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2563EB;
    animation: indicatorPulse 2s ease-in-out infinite;
}

.ai-indicator:nth-child(2) .indicator-dot {
    animation-delay: 0.5s;
}

.ai-indicator:nth-child(3) .indicator-dot {
    animation-delay: 1s;
}

/* ==========================================================================
   Benefits Section
   ========================================================================== */

.benefits-section {
    padding: 5rem 0;
    background: white;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.benefit-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563EB, #7C3AED, #10B981);
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #2563EB;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
}

.benefit-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}

.benefit-card p {
    color: #6B7280;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.benefit-metric {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 12px;
    margin-top: 1rem;
}

.metric-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563EB;
}

.metric-label {
    font-size: 0.9rem;
    color: #6B7280;
}

/* ==========================================================================
   Use Cases Section
   ========================================================================== */

.use-cases-section {
    padding: 5rem 0;
    background: #f8fafc;
}

.section-header {
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
    color: #111827;
}

.section-header p {
    font-size: 1.1rem;
    color: #6B7280;
    max-width: 600px;
    margin: 0 auto;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.problem-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.problem-icon {
    margin-bottom: 1.5rem;
}

.problem-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #111827;
}

.problem-card p {
    color: #6B7280;
    line-height: 1.6;
}

.solution-reveal {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    margin: 0 auto;
}

.solution-arrow {
    margin-bottom: 1rem;
}

.solution-reveal h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2563EB;
}

/* ==========================================================================
   Services Section
   ========================================================================== */

.services-section {
    padding: 5rem 0;
    background: white;
}

.services-tabs {
    max-width: 1000px;
    margin: 0 auto;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #E5E7EB;
}

.tab-btn {
    background: none;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #6B7280;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.tab-btn.active {
    color: #2563EB;
    border-bottom-color: #2563EB;
}

.tab-btn:hover {
    color: #2563EB;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.service-card {
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #2563EB;
}

.service-card.featured {
    border-color: #2563EB;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.1);
}

.service-card.premium {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.service-icon {
    width: 48px;
    height: 48px;
    background: #F3F4F6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563EB;
}

.service-card.premium .service-icon {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.service-badge {
    background: #2563EB;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.service-badge.premium {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #111827;
}

.service-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #111827;
}

.service-card.premium h3 {
    color: white;
}

.service-card p {
    color: #6B7280;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-card.premium p {
    color: rgba(255, 255, 255, 0.9);
}

.service-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.service-benefits li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #374151;
}

.service-card.premium .service-benefits li {
    color: rgba(255, 255, 255, 0.9);
}

.service-benefits li::before {
    content: '✓';
    color: #10B981;
    font-weight: bold;
    font-size: 1rem;
}

.service-price {
    border-top: 1px solid #E5E7EB;
    padding-top: 1.5rem;
    text-align: center;
}

.service-card.premium .service-price {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.price-from {
    display: block;
    font-size: 0.8rem;
    color: #6B7280;
    margin-bottom: 0.5rem;
}

.service-card.premium .price-from {
    color: rgba(255, 255, 255, 0.8);
}

.price-value {
    font-size: 2rem;
    font-weight: 700;
    color: #2563EB;
}

.service-card.premium .price-value {
    color: white;
}

.price-period {
    font-size: 0.9rem;
    color: #6B7280;
    margin-left: 0.5rem;
}

.service-card.premium .price-period {
    color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   ROI Calculator Section
   ========================================================================== */

.roi-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.roi-calculator {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.calculator-form {
    padding: 3rem;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    color: white;
}

.calculator-form .form-group {
    margin-bottom: 2rem;
}

.calculator-form label {
    display: block;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.range-input {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFD700;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.range-input::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFD700;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.range-value {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    margin-top: 1rem;
    min-width: 80px;
    text-align: center;
}

#calculate-roi {
    width: 100%;
    background: #FFD700;
    color: #111827;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#calculate-roi:hover {
    background: #FFA500;
    transform: translateY(-2px);
}

.calculator-results {
    padding: 3rem;
    display: none;
}

.calculator-results.show {
    display: block;
    animation: slideIn 0.5s ease-out;
}

.result-card h3 {
    text-align: center;
    margin-bottom: 2rem;
    color: #111827;
    font-size: 1.5rem;
}

.result-value {
    text-align: center;
    margin-bottom: 2rem;
}

.currency {
    font-size: 1.5rem;
    color: #6B7280;
    vertical-align: top;
}

.amount {
    font-size: 3rem;
    font-weight: 700;
    color: #2563EB;
}

.period {
    font-size: 1.2rem;
    color: #6B7280;
}

.result-breakdown {
    background: #F9FAFB;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.breakdown-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.breakdown-item:last-child {
    margin-bottom: 0;
    font-weight: 600;
    color: #10B981;
}

.result-cta {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #E5E7EB;
}

.result-cta p {
    margin-bottom: 1rem;
    color: #6B7280;
}

/* ==========================================================================
   Social Proof Section
   ========================================================================== */

.social-proof-section {
    padding: 5rem 0;
    background: white;
}

.case-studies {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.case-study-card {
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
}

.case-study-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #2563EB;
}

.case-study-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.company-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.company-logo {
    width: 48px;
    height: 48px;
    background: #F3F4F6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-details h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.25rem 0;
}

.company-details span {
    font-size: 0.8rem;
    color: #6B7280;
}

.case-study-results {
    text-align: right;
}

.result-metric {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.result-metric .metric-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #10B981;
    line-height: 1;
}

.result-metric .metric-label {
    font-size: 0.8rem;
    color: #6B7280;
}

.case-study-description {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.case-study-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.tag {
    background: #F3F4F6;
    color: #374151;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-section {
    padding: 5rem 0;
    background: #F9FAFB;
}

.blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.blog-post-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.blog-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.blog-post-card .post-thumbnail {
    height: 200px;
    overflow: hidden;
}

.blog-post-card .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-post-card:hover .post-thumbnail img {
    transform: scale(1.05);
}

.blog-post-card .post-thumbnail.placeholder {
    background: linear-gradient(135deg, #F3F4F6, #E5E7EB);
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-placeholder {
    color: #9CA3AF;
}

.blog-post-card .post-content {
    padding: 1.5rem;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

.post-date {
    color: #6B7280;
}

.post-category {
    background: #EEF2FF;
    color: #2563EB;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-weight: 500;
}

.blog-post-card .post-title {
    margin-bottom: 1rem;
}

.blog-post-card .post-title a {
    color: #111827;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
}

.blog-post-card .post-title a:hover {
    color: #2563EB;
}

.post-excerpt {
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #2563EB;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: #1d4ed8;
    gap: 0.75rem;
}

.blog-cta {
    text-align: center;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */

.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #111827 0%, #374151 100%);
    color: white;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-content h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
    color: white;
}

.cta-content > p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-benefits {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.9;
}

.cta-form {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cta-form .form-group {
    margin-bottom: 1rem;
}

.cta-form input,
.cta-form select {
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
}

.cta-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.cta-form input:focus,
.cta-form select:focus {
    outline: none;
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.cta-form select {
    cursor: pointer;
}

.cta-form button {
    width: 100%;
    background: linear-gradient(45deg, #2563EB, #7C3AED);
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.cta-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.cta-disclaimer {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-top: 1rem;
}

.cta-urgency {
    text-align: center;
    margin-bottom: 2rem;
}

.urgency-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(245, 158, 11, 0.2);
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: 20px;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #f59e0b;
    animation: urgencyPulse 2s ease-in-out infinite;
}

@keyframes urgencyPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 0 0 8px rgba(245, 158, 11, 0);
    }
}

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

@keyframes dashboardFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes barGrow {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes indicatorPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .hero-visual {
        order: -1;
    }
    
    .dashboard-mockup {
        max-width: 320px;
    }
    
    .hero-cta {
        justify-content: center;
    }
    
    .hero-features {
        justify-content: center;
        gap: 1rem;
    }
    
    .trust-indicators {
        justify-content: center;
    }
    
    .problems-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .tab-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .case-studies {
        grid-template-columns: 1fr;
    }
    
    .blog-posts {
        grid-template-columns: 1fr;
    }
    
    .cta-benefits {
        flex-direction: column;
        align-items: center;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .calculator-form,
    .calculator-results {
        padding: 2rem;
    }
    
    .case-study-header {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .case-study-results {
        text-align: left;
    }
    
    .result-metric {
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 2rem 0;
    }
    
    .problem-solution-section,
    .services-section,
    .roi-section,
    .social-proof-section,
    .blog-section,
    .cta-section {
        padding: 3rem 0;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .hero-features {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .dashboard-mockup {
        max-width: 280px;
        padding: 1rem;
    }
    
    .dashboard-header {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
    
    .chart-bars {
        height: 60px;
    }
    
    .ai-indicators {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .case-study-card {
        padding: 1.5rem;
    }
    
    .company-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .case-study-tags {
        gap: 0.25rem;
    }
    
    .tag {
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }
}

.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.use-case-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.use-case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.use-case-image {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}

.image-placeholder.beauty {
    background: linear-gradient(135deg, #ec4899, #be185d);
}

.image-placeholder.commerce {
    background: linear-gradient(135deg, #2563EB, #1d4ed8);
}

.image-placeholder.services {
    background: linear-gradient(135deg, #10b981, #059669);
}

.use-case-content {
    padding: 2rem;
}

.use-case-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}

.use-case-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.use-case-benefits li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #374151;
}

.use-case-benefits li::before {
    content: '✓';
    color: #10B981;
    font-weight: bold;
    font-size: 1rem;
}

.use-case-metric {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
    border-left: 4px solid #10B981;
}

.use-case-metric .metric-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #10B981;
}

.use-case-metric .metric-label {
    font-size: 0.9rem;
    color: #6B7280;
}

/* ==========================================================================
   Security Section
   ========================================================================== */

.security-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 100%);
    color: white;
}

.security-content {
    max-width: 800px;
    margin: 0 auto;
}

.security-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.security-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    min-width: 120px;
}

.badge-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.security-badge span {
    font-weight: 600;
    font-size: 0.9rem;
}

.security-features {
    display: grid;
    gap: 1.5rem;
}

.security-feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
}

.security-feature .feature-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.security-feature h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: white;
}

.security-feature p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */

.faq-section {
    padding: 5rem 0;
    background: white;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1rem;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #2563EB;
}

.faq-question svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 0 1.5rem 0;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.02);
    }
}

/* ==========================================================================
   Responsive Updates
   ========================================================================== */

@media (max-width: 768px) {
    .benefits-grid,
    .use-cases-grid {
        grid-template-columns: 1fr;
    }
    
    .security-badges {
        gap: 1rem;
    }
    
    .security-badge {
        min-width: 100px;
        padding: 1rem;
    }
    
    .security-features {
        gap: 1rem;
    }
    
    .security-feature {
        flex-direction: column;
        text-align: center;
    }
    
    .stat-badge {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }
    
    .cta-badge {
        font-size: 0.6rem;
        padding: 0.2rem 0.4rem;
    }
}

@media (max-width: 480px) {
    .benefits-section,
    .use-cases-section,
    .security-section,
    .faq-section {
        padding: 3rem 0;
    }
    
    .benefit-card,
    .use-case-card {
        padding: 1.5rem;
    }
    
    .security-badges {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-urgency {
        margin-top: 1.5rem;
    }
    
    .urgency-text {
        flex-direction: column;
        gap: 0.25rem;
        text-align: center;
    }
}