/* Scope: .pq-97ebf629- */

.pq-97ebf629-section {
    padding: 100px 24px;
    background-color: #f7fbfa;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pq-97ebf629-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left Column Styling */
.pq-97ebf629-eyebrow-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.pq-97ebf629-dot {
    width: 8px;
    height: 8px;
    background-color: #fd9332;
    border-radius: 50%;
    display: inline-block;
}

.pq-97ebf629-eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #3db4ae;
}

.pq-97ebf629-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #0a2128;
    margin: 0 0 48px 0;
}

.pq-97ebf629-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pq-97ebf629-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.pq-97ebf629-icon-box {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
}

.pq-97ebf629-check-icon {
    width: 100%;
    height: 100%;
    display: block;
}

.pq-97ebf629-item-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pq-97ebf629-item-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0a2128;
    margin: 0;
}

.pq-97ebf629-item-body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #4a5d62;
    margin: 0;
}

/* Right Column & Card Styling */
.pq-97ebf629-right-col {
    width: 100%;
    perspective: 1000px;
}

.pq-97ebf629-card {
    position: relative;
    width: 100%;
    min-height: 480px;
    border-radius: 24px;
    overflow: hidden;
    background-color: #041b20; /* Dark base color */
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 20px 40px rgba(4, 27, 32, 0.15);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.pq-97ebf629-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(4, 27, 32, 0.25);
}

/* Lava Lamp Background */
.pq-97ebf629-lava-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, #06262d 0%, #041b20 100%);
    overflow: hidden;
    z-index: 1;
}

.pq-97ebf629-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    mix-blend-mode: screen;
    opacity: 0.65;
    transition: all 1s ease;
}

/* Blob 1: Dark Teal Fluid */
.pq-97ebf629-blob-1 {
    width: 320px;
    height: 320px;
    background: #0e5c66;
    top: -50px;
    left: -50px;
    animation: pq-97ebf629-float-1 25s infinite alternate ease-in-out;
}

/* Blob 2: Cyan/Teal Accent */
.pq-97ebf629-blob-2 {
    width: 280px;
    height: 280px;
    background: #3db4ae;
    bottom: -60px;
    right: -40px;
    animation: pq-97ebf629-float-2 20s infinite alternate ease-in-out;
}

/* Blob 3: Sun Glow Accent */
.pq-97ebf629-blob-3 {
    width: 250px;
    height: 250px;
    background: #fd9332;
    bottom: -80px;
    left: 20%;
    opacity: 0.45;
    animation: pq-97ebf629-float-3 18s infinite alternate ease-in-out;
}

/* Blob 4: Deep Reddish Orange Glow */
.pq-97ebf629-blob-4 {
    width: 200px;
    height: 200px;
    background: #dd5805;
    top: 40%;
    right: -30px;
    opacity: 0.35;
    animation: pq-97ebf629-float-4 22s infinite alternate ease-in-out;
}

/* Hover Interaction: Accelerate and intensify glow */
.pq-97ebf629-card:hover .pq-97ebf629-blob {
    opacity: 0.85;
}

.pq-97ebf629-card:hover .pq-97ebf629-blob-1 {
    animation-duration: 12s;
}

.pq-97ebf629-card:hover .pq-97ebf629-blob-2 {
    animation-duration: 10s;
}

.pq-97ebf629-card:hover .pq-97ebf629-blob-3 {
    animation-duration: 8s;
    background: #fea24b; /* Brighten up */
    width: 300px;
    height: 300px;
}

.pq-97ebf629-card:hover .pq-97ebf629-blob-4 {
    animation-duration: 11s;
    opacity: 0.5;
}

/* Text Content Overlay */
.pq-97ebf629-card-content {
    position: relative;
    z-index: 2;
    pointer-events: none; /* Let pointer events bubble to the card */
}

.pq-97ebf629-quote {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0 0 24px 0;
    letter-spacing: -0.01em;
}

.pq-97ebf629-quote .highlight {
    color: #fea24b;
    display: inline-block;
    position: relative;
}

.pq-97ebf629-author {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    letter-spacing: 0.02em;
}

/* Keyframes for fluid movement */
@keyframes pq-97ebf629-float-1 {
    0% { transform: translate(0, 0) scale(1) rotate(0deg); }
    50% { transform: translate(60px, 40px) scale(1.15) rotate(120deg); }
    100% { transform: translate(-30px, 80px) scale(0.9) rotate(360deg); }
}

@keyframes pq-97ebf629-float-2 {
    0% { transform: translate(0, 0) scale(1) rotate(0deg); }
    50% { transform: translate(-50px, -60px) scale(1.2) rotate(-90deg); }
    100% { transform: translate(40px, -20px) scale(0.85) rotate(-180deg); }
}

@keyframes pq-97ebf629-float-3 {
    0% { transform: translate(0, 0) scale(0.9) rotate(0deg); }
    50% { transform: translate(80px, -40px) scale(1.1) rotate(180deg); }
    100% { transform: translate(-40px, 30px) scale(1) rotate(360deg); }
}

@keyframes pq-97ebf629-float-4 {
    0% { transform: translate(0, 0) scale(1.1) rotate(0deg); }
    50% { transform: translate(-70px, 50px) scale(0.85) rotate(90deg); }
    100% { transform: translate(30px, -40px) scale(1.05) rotate(270deg); }
}

/* Responsive Grid */
@media (max-width: 991px) {
    .pq-97ebf629-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .pq-97ebf629-title {
        font-size: 36px;
        margin-bottom: 36px;
    }
    .pq-97ebf629-card {
        min-height: 420px;
        padding: 40px 30px;
    }
    .pq-97ebf629-quote {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .pq-97ebf629-section {
        padding: 60px 16px;
    }
    .pq-97ebf629-title {
        font-size: 30px;
    }
    .pq-97ebf629-card {
        min-height: 360px;
        padding: 30px 20px;
    }
    .pq-97ebf629-quote {
        font-size: 20px;
    }
}
