/* Websites Centered Hero Section Styling */

.container{
    max-width: 1160px !important;
}
.websites-hero-section {
    padding: 100px 24px 100px;
    background-color: var(--body-bg);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

.websites-hero-content {
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Typography Hierarchy */
.websites-hero-title {
    font-family: 'Prata', serif;
    font-size: 72px;
    line-height: 1.15;
    color: var(--text-color, #ffffff);
    margin-bottom: 30px;
    font-weight: 400;
}

.websites-hero-title .text-signature {
    font-size: 85px;
    display: inline-block;
}

/* Subtitle / Copy */
.websites-hero-lead {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 850px;
    margin: 0 auto 40px;
}

/* Button override to ensure pill-shape matching the image */
.websites-hero-action .primary-btn {
    border-radius: 50px;
    padding: 18px 36px;
    width: fit-content;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .websites-hero-title {
        font-size: 52px;
    }
    
    .websites-hero-title .text-signature {
        font-size: 64px;
    }

    .websites-hero-lead {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .websites-hero-section {
        padding: 60px 20px 60px;
    }

    .websites-hero-title {
        font-size: 36px;
        line-height: 1.25;
    }

    .websites-hero-title .text-signature {
        font-size: 46px;
    }

    .websites-hero-action .primary-btn {
        width: 100%;
        font-size: 15px;
        padding: 16px 20px;
    }
}




/* Video Need Section Styles */
.video-need-section {
    padding: 100px 24px;
    background-color: var(--body-bg);
    overflow: hidden;
}

.video-need-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.video-need-content {
    flex: 1;
    max-width: 600px;
}

.video-need-title {
    font-family: 'Prata', serif;
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: var(--text-color);
    max-width: 500px;
}



/* List with Small Red Bullets */
.video-need-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.video-need-list li {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    position: relative;
}

.video-need-footer {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
}

/* Image with Radial Glow Background */
.video-speaker-image {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

.red-glow-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(246, 0, 67, 0.4);
    border-radius: 50%;
    filter: blur(45px);
    z-index: 1;
}

.speaker-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}



/* Responsive Mobile Layout */
@media (max-width: 1024px) {
    .video-need-wrapper {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 40px;
    }

    .video-speaker-image {
        margin-top: 60px;
    }

    .video-need-title {
        font-size: 42px;
    }
}


.work-led-card{
    gap: 40px;
}
.work-led-section::before{
    display: none !important;
}

.work-led-content h2{
    font-size: 42px;
    line-height: 1.1;
}
.work-led-content h2 span{
    font-size: 48px;
}


.work-led-points p{
    font-family: 'Prata', serif;
    font-weight: 600;
    font-size: 18px;
}

.work-led-image{
    flex: 0 0 50%;
    border-radius: 0 !important;
}

@media (max-width: 1024px) {
    .work-led-card {
        display: flex;
        flex-direction: column;
    }
    
    .work-led-image {
        flex: 1 1 100%;
        width: 100%;
    }
    
    .work-led-content h2 {
        font-size: 32px;
    }
    
    .work-led-content h2 span {
        font-size: 38px;
    }
}

/* Pricing Section */
.websites-pricing-section {
    padding: 80px 24px;
    background-color: var(--body-bg, #000); 
}

.pricing-section-title {
    font-family: 'Prata', serif;
    font-size: 36px;
    color: #fff;
    margin-bottom: 60px;
}

.pricing-section-title .text-signature {
    font-size: 46px;
}

.pricing-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center;
}

.pricing-card {
    background-color: #111;
    border-top: 4px solid #b32a48;
    padding: 40px 30px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-card.highlighted {
    padding: 60px 40px;
    background-color: #151515;
}

.pricing-card-header {
    text-align: center;
    margin-bottom: 30px;
}


.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    flex-grow: 1;
}

.pricing-features li {
    font-family: 'Garet', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.pricing-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #f60043;
    border-radius: 50%;
}

.pricing-price-box {
    background-color: #333;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    font-family: 'Prata', serif;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
}

.pricing-price-box .original-price {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.pricing-footer-action {
    margin-top: 60px;
}



/* Responsive */
@media (max-width: 1024px) {
    .pricing-cards-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
        justify-items: center;
    }
    .pricing-cards-wrapper .pricing-card{
        max-width: 450px;
    }
}




/* How It Works Section */
.how-it-works-section {
    padding: 100px 24px;
    background-color: var(--body-bg);
    text-align: center;
    overflow: hidden;
}


.how-it-works-header {
    margin-bottom: 40px;
}

.how-it-works-title {
    font-family: 'Prata', serif;
    font-size: 56px;
    color: var(--text-color);
}

/* Step Grid */
.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
    z-index: 1;
}

/* Card Styling */
.how-it-works-card {
    background: rgba(15, 15, 15, 1); /* Solid deep black per design */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
     padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.how-it-works-card:hover {
    transform: translateY(-8px);
    border-color: rgba(166, 49, 81, 0.5);
}

.how-it-works-card .step-title {
    font-family: 'Prata', serif;
    font-weight: 850;
    font-size: 24px;
    color: rgba(166, 49, 81, 1);
    margin-bottom: 20px;
    line-height: 1.3;
}

.how-it-works-card .step-description {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* Numbering Watermark */
.how-it-works-card .step-number {
    font-family: 'Prata', serif;
    font-size: 80px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.04);
    align-self: flex-end;
}

.how-it-works-footer{
    margin-top: 30px;
}
.how-it-works-footer p{
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
}

/* Mobile Responsiveness */
@media (max-width: 1200px) {
    .how-it-works-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .how-it-works-grid {
        grid-template-columns: 1fr;
    }
    
    .how-it-works-title {
        font-size: 42px;
    }

    .how-it-works-card {
        min-height: auto;
    }
}

@media (min-width: 1024px) {
    .born-ready-content .primary-btn{
        font-size: 23px !important;
    } 
}
.born-ready-content h2{
    font-size: 56px;
}