/* Hero Block Styles */
.wp-block-statusdrift-hero {
    padding: 4rem 0 6rem;
    background: linear-gradient(135deg, #faf5ff 0%, #f0fdf4 50%, #f0f9ff 100%);
    position: relative;
    overflow: hidden;
}

/* Background Pattern */
.wp-block-statusdrift-hero .hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(59, 130, 246, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

/* Hero Grid Layout */
.wp-block-statusdrift-hero .hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Hero Content (Left Column) */
.wp-block-statusdrift-hero .hero-content {
    text-align: left;
}

/* New Feature Badge */
.wp-block-statusdrift-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem 0.375rem 0.375rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.2s;
}

.wp-block-statusdrift-hero .hero-badge:hover {
    border-color: #8B5CF6;
    box-shadow: 0 4px 6px -1px rgba(139, 92, 246, 0.1);
}

.wp-block-statusdrift-hero .hero-badge .badge-new {
    background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
    color: white;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.wp-block-statusdrift-hero .hero-badge svg {
    color: #9ca3af;
    transition: transform 0.2s;
}

.wp-block-statusdrift-hero .hero-badge:hover svg {
    transform: translateX(2px);
    color: #8B5CF6;
}

/* Headline */
.wp-block-statusdrift-hero h1 {
    font-size: 3.5rem;
    max-width: 600px;
    margin: 0 0 1.5rem;
    line-height: 1.1;
    color: #111827;
    font-weight: 800;
    letter-spacing: -0.025em;
}

/* Lead Text */
.wp-block-statusdrift-hero .lead {
    font-size: 1.25rem;
    color: #4b5563;
    max-width: 500px;
    margin: 0 0 2rem;
    line-height: 1.7;
}

/* CTA Buttons */
.wp-block-statusdrift-hero .hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

/* Trust Note */
.wp-block-statusdrift-hero .hero-note {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

/* Hero Mockup (Right Column) */
.wp-block-statusdrift-hero .hero-mockup {
    position: relative;
    perspective: 1000px;
}

.wp-block-statusdrift-hero .mockup-container {
    position: relative;
    transform: rotateY(-5deg) rotateX(5deg);
    transition: transform 0.5s ease;
}

.wp-block-statusdrift-hero .mockup-container:hover {
    transform: rotateY(-2deg) rotateX(2deg);
}

/* Dashboard Window Mockup */
.wp-block-statusdrift-hero .mockup-window {
    background: white;
    border-radius: 12px;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.wp-block-statusdrift-hero .mockup-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: #1f2937;
    border-bottom: 1px solid #374151;
}

.wp-block-statusdrift-hero .mockup-dots {
    display: flex;
    gap: 6px;
}

.wp-block-statusdrift-hero .mockup-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4b5563;
}

.wp-block-statusdrift-hero .mockup-dots span:nth-child(1) {
    background: #ef4444;
}

.wp-block-statusdrift-hero .mockup-dots span:nth-child(2) {
    background: #f59e0b;
}

.wp-block-statusdrift-hero .mockup-dots span:nth-child(3) {
    background: #10b981;
}

.wp-block-statusdrift-hero .mockup-title {
    color: #9ca3af;
    font-size: 0.75rem;
}

.wp-block-statusdrift-hero .mockup-content {
    display: flex;
    min-height: 280px;
}

/* Dashboard Screenshot Image */
.wp-block-statusdrift-hero .mockup-content--image {
    position: relative;
    overflow: hidden;
    max-height: 380px;
    min-height: 0;
}

.wp-block-statusdrift-hero .dashboard-screenshot {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: top left;
}

/* Floating Cards */
.wp-block-statusdrift-hero .mockup-floating {
    position: absolute;
    background: white;
    border-radius: 10px;
    box-shadow:
        0 10px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    animation: float 6s ease-in-out infinite;
}

.wp-block-statusdrift-hero .mockup-status {
    bottom: 60px;
    left: -30px;
    animation-delay: 0s;
}

.wp-block-statusdrift-hero .mockup-alert {
    top: 80px;
    right: -20px;
    animation-delay: 3s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.wp-block-statusdrift-hero .status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.wp-block-statusdrift-hero .status-indicator.status-operational {
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.wp-block-statusdrift-hero .status-text strong,
.wp-block-statusdrift-hero .alert-text strong {
    display: block;
    font-size: 0.8125rem;
    color: #111827;
}

.wp-block-statusdrift-hero .status-text span,
.wp-block-statusdrift-hero .alert-text span {
    font-size: 0.75rem;
    color: #6b7280;
}

.wp-block-statusdrift-hero .alert-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wp-block-statusdrift-hero .alert-icon svg {
    color: white;
}

/* Stats Section */
.wp-block-statusdrift-hero .hero-stats {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
}

.wp-block-statusdrift-hero .hero-stat {
    text-align: center;
}

.wp-block-statusdrift-hero .hero-stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #8B5CF6;
    display: block;
}

.wp-block-statusdrift-hero .hero-stat-label {
    font-size: 0.875rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .wp-block-statusdrift-hero .hero-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .wp-block-statusdrift-hero .hero-content {
        text-align: center;
    }

    .wp-block-statusdrift-hero h1 {
        max-width: none;
    }

    .wp-block-statusdrift-hero .lead {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-block-statusdrift-hero .hero-cta {
        justify-content: center;
    }

    .wp-block-statusdrift-hero .mockup-container {
        transform: none;
        max-width: 600px;
        margin: 0 auto;
    }

    .wp-block-statusdrift-hero .mockup-container:hover {
        transform: none;
    }

    .wp-block-statusdrift-hero .mockup-floating {
        display: none;
    }
}

@media (max-width: 768px) {
    .wp-block-statusdrift-hero {
        padding: 3rem 0 4rem;
    }

    .wp-block-statusdrift-hero h1 {
        font-size: 2.25rem;
    }

    .wp-block-statusdrift-hero .hero-stats {
        gap: 1.5rem;
    }

    .wp-block-statusdrift-hero .hero-stat-value {
        font-size: 1.75rem;
    }

    .wp-block-statusdrift-hero .mockup-content--image {
        max-height: 280px;
    }
}

@media (max-width: 480px) {
    .wp-block-statusdrift-hero .hero-badge {
        font-size: 0.75rem;
    }

    .wp-block-statusdrift-hero .hero-badge span:not(.badge-new) {
        display: none;
    }
}
