/* =========================================
   WEBCAM FEATURES SECTION
   ========================================= */

.webcam-features {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
}


/* INTRO */

.webcam-features-intro {
    text-align: center;
    margin: 0 auto 45px;
}

.webcam-features-intro h4 {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
}

.webcam-features-intro h2 {
    margin: 0 auto 18px;
    max-width: 850px;
    font-size: 36px;
    line-height: 1.15;
}

.webcam-features-intro p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.6;
}


.webcam-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.webcam-feature {
    background: #f3f3f3;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    padding: 30px 25px;
    box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.webcam-feature img {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 100%;
    height: auto;
}

.webcam-feature h3 {
    text-align: center;
    margin-bottom: 15px;
}

.webcam-feature p {
    text-align: center;
}

/* Mobile */
@media (max-width: 600px) {
    .webcam-feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .webcam-feature {
        padding: 25px 20px;
    }
}

/* =========================================
WEBCAM CTA BUTTONS
========================================= */

.webcam-cta {
width: 100%;
text-align: center;
padding: 25px 15px 45px;
box-sizing: border-box;
}

.webcam-cta-buttons {
display: flex;
justify-content: center;
align-items: center;
gap: 35px;
flex-wrap: wrap;
width: 100%;
margin: 0 auto;
}

.webcam-cta-button {
display: inline-flex;
justify-content: center;
align-items: center;
min-width: 220px;
font-size: 20px !important;
padding: 15px 25px !important;
line-height: 1.2;
text-decoration: none !important;
box-sizing: border-box;
}

.webcam-cta-question {
margin: 30px 0 0;
font-size: 17px;
line-height: 1.5;
text-align: center;
}

.webcam-cta-question a {
text-decoration: underline;
}

/* =========================================
MOBILE
========================================= */

@media (max-width: 600px) {

.webcam-cta {
padding: 20px 15px 35px;
}

.webcam-cta-buttons {
flex-direction: column;
gap: 18px;
}

.webcam-cta-button {
width: 100%;
max-width: 360px;
min-width: 0;
font-size: 21px !important;
padding: 18px 30px !important;
}

.webcam-cta-question {
margin-top: 25px;
font-size: 16px;
}

}
/* Layout container to align items side-by-side */
.status-container {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* Space between text and light */
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

/* Smaller, compact circular light shape */
.green-light {
    width: 12px;
    height: 12px;
    background-color: #2ecc71;
    border-radius: 50%;
    box-shadow: 0 0 4px #2ecc71;
    
    /* Animation loop */
    animation: flash 1s infinite alternate;
}

/* Smooth flashing effect adjusted for smaller size */
@keyframes flash {
    0% {
        background-color: #2ecc71;
        box-shadow: 0 0 2px #2ecc71;
        opacity: 0.4;
    }
    100% {
        background-color: #2ecc71;
        box-shadow: 0 0 8px #2ecc71, 0 0 12px #2ecc71;
        opacity: 1;
    }
 }

/* =========================================
   VALERIAN MEDIA PRICING
   ========================================= */

.pricing-grid {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    background: transparent !important;
}

/* Section headings */
.pricing-grid > h2,
.pricing-section > h2 {
    text-align: center !important;
    margin: 50px 0 25px !important;
    font-size: 32px !important;
}

/* Intro section */
.pricing-grid > h2:first-child {
    margin-top: 0 !important;
}

/* Card grids */
.pricing-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
    width: 100% !important;
    margin: 0 0 45px 0 !important;
}

/* Individual cards */
.pricing-card {
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    min-width: 0 !important;
    box-sizing: border-box !important;

    padding: 30px !important;

    background: #f5f5f5 !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 10px !important;

    text-align: center !important;

    box-shadow: none !important;
}

/* Card titles */
.pricing-card h3 {
    margin: 0 0 20px !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
}

/* Prices */
.pricing-price {
    margin: 0 0 10px !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
}

/* Description */
.pricing-card p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* Creator services link */
.pricing-section > p {
    text-align: center !important;
    margin-bottom: 25px !important;
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .pricing-grid {
        padding: 15px !important;
    }

    .pricing-cards {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .pricing-grid > h2,
    .pricing-section > h2 {
        font-size: 26px !important;
        margin-top: 35px !important;
    }

    .pricing-card {
        padding: 25px 20px !important;
    }

    .pricing-card h3 {
        font-size: 20px !important;
    }

    .pricing-price {
        font-size: 32px !important;
    }
}