 /* What We Do Hero Styles */
.what-we-do-hero-section {

    height: 704px;
    background-size: cover;
    /* Positions the subject of the photo to the right */
    background-position: center right; 
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #000;
}

/* Cinematic fade from black (left) into the image (right) */
.what-we-do-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Creates the same split effect from image_a5197d.jpg */
    background: linear-gradient(to right, #000 35%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    z-index: 1;
}

.what-we-do-hero-section .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 1440px) {
    .what-we-do-hero-section .container {
        padding: 0 24px;
    }
}

/* Typography Hierarchy */
.what-we-do-hero-section .hero-title {
    font-family: 'Prata', serif;
    font-size: 82px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: var(--text-color);
}

.what-we-do-hero-section .hero-pillars {
    font-family: 'Garet', sans-serif;
    font-weight: 850; /* Garet-Bold */
    font-size: 36px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #fff;
}

.what-we-do-hero-section .hero-descriptions {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.7;
    max-width: 820px;
    text-transform: capitalize;
    opacity: 0.9;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .what-we-do-hero-section .hero-title {
        font-size: 56px;
    }
    
    .what-we-do-hero-section::before {
        background: linear-gradient(to bottom, #000 40%, rgba(0, 0, 0, 0.6) 100%);
    }
}

@media (max-width: 768px) {
    .what-we-do-hero-section {
        height: auto;
        padding: 120px 0 80px;
        background-position: center;
    }
    .what-we-do-hero-section .hero-title {
        font-size: 42px;
    }
    .what-we-do-hero-section .hero-pillars {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .what-we-do-hero-section .hero-descriptions {
        font-size: 18px;
    }
}

.blob-red-bg{
    position: relative;
    overflow: hidden;
}

.blob-red-bg::after {
    content: '';
    position: absolute;
    top: 218px;
    right: -25%;
    width: 750px;
    height: 772px;
    background: rgba(246, 0, 67, 0.4);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

@media (max-width: 768px) {
    .blob-red-bg::after {
        width: 300px;
        height: 300px;
        right: -10%;
        filter: blur(60px);
    }
}



/* Framework Overview Styling */
.framework-overview-section {
    padding: 100px 24px;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.framework-overview-section .container {
    position: relative;
    z-index: 1;
}

.eyebrow-red {
    font-family: 'Garet', sans-serif;
    color: #A30933; /* Brand Primary Red */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 25px;
}

.framework-main-title {
    font-family: 'Prata', serif;
    font-size: 70px;
    line-height: 1.1;
    margin-bottom: 16px;
    color: #fff;
}

.framework-content-wrap {
    max-width: 974px;
    margin: 0 auto;
}

.framework-lead-text {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 40px;
}

.framework-sub-text {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 60px;
}

/* Process Logic Bar */
.framework-process-logic {
    font-family: 'Garet', sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.framework-process-logic strong {
    font-weight: 850; /* Garet-Bold weight */
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .framework-main-title {
        font-size: 56px;
    }
    
    .framework-lead-text {
        font-size: 20px;
    }
    
    .framework-process-logic {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .framework-overview-section { padding: 70px 24px; }
    .framework-main-title { font-size: 42px; }
    .framework-lead-text, .framework-sub-text {
        font-size: 18px;
        line-height: 1.6;
    }
    .framework-process-logic { font-size: 16px; }
}




/* Signal Pillar Section */
.signal-precision-section {
    padding: 120px 24px;
    background-color: #000;
    position: relative;
    overflow: hidden;
}


.precision-main-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.pillar-eyebrow {
    color: #A30933; /* Primary Red */
    font-family: 'Garet', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.precision-headline {
    font-family: 'Prata', serif;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 40px;
}

/* Internal Content Card */
.precision-highlight-card {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 4px;
    margin-bottom: 45px;
}

.precision-text-col{
    max-width: 578px;
}

.precision-highlight-card h3 {
    font-family: 'Prata', serif;
    font-size: 32px;
    margin-bottom: 20px;
}

.precision-highlight-card p{
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 40px;
}

.segment-block h4 {
    font-family: 'Garet', sans-serif;
    font-weight: 850; /* Garet-Bold */
    font-size: 20px;
    margin-bottom: 10px;
}

.segment-block p {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 30px;
}

/* Image Column Styling */
.image-mask-wrap {
    border-radius: 60px; /* Precise rounded mask from image_b0580b.jpg */
    overflow: hidden;
}

.portrait-grayscale {
    filter: grayscale(100%);
    display: block;
    width: 100%;
}

/* Footer Action Row Styling */
/* .precision-action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
} */

.precision-action-row{
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.engagements-glass-card {
    border: 1.5px solid #A30933; /* Red frame border */
    padding: 40px 60px;
    border-radius: 8px;
    width: 631px;
}

.engagement-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}



.engagement-header h3{
    font-family: 'Prata', serif;
    font-size: 32px;
    margin-bottom: 0;
}

.engagement-list {
    list-style: none;
    padding: 0;
}

.engagement-list li {
    font-family: 'Garet', sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
}

.engagement-list li::before {
    content: '●';
    color: #A30933;
    position: absolute;
    left: 0;
    font-size: 14px;
}

/* Right Aligned CTA Group */
.engagement-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.engagement-cta-group .primary-btn{
    width: fit-content;
}

.btn-outline-pill {
    display: inline-block;
    padding: 16px 45px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-family: 'Garet', sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-outline-pill:hover {
    border-color: #A30933;
    background: rgba(163, 9, 51, 0.1);
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .precision-main-grid { grid-template-columns: 1fr; gap: 60px; }
    .precision-action-row { grid-template-columns: 1fr; gap: 40px; }
    .engagements-glass-card { width: 100%; }
    .precision-headline { font-size: 42px; }
}

@media (max-width: 768px) {
    .signal-precision-section, .build-presence-section {
        padding: 70px 24px;
    }
    .precision-headline { font-size: 36px; }
    .precision-highlight-card { padding: 30px; }
    .precision-highlight-card h3 { font-size: 26px; }
    .precision-highlight-card p, .segment-block p { font-size: 18px; }
    .engagements-glass-card { padding: 30px 20px; }
    .engagement-header h3 { font-size: 26px; }
    .engagement-list li { font-size: 18px; }
    .btn-outline-pill { width: 100%; }
    .engagement-cta-group .primary-btn { width: 100%; text-align: center; }
}



/* Build Presence Section */
.build-presence-section {
    background: rgba(32, 32, 32, 0.4);

    position: relative;
    overflow: hidden;
}

.build-presence-section::before {
    content: '';
    position: absolute;
    bottom: 40px;
    left: -20%;
    width: 700px;
    height: 700px;
    background: rgba(246, 0, 67, 0.4);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 1;
}

.build-presence-section .precision-main-grid{
    grid-template-columns: 1.1fr 1fr;
}

@media (max-width: 1024px) {
    .build-presence-section .precision-main-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .build-presence-section::before {
        width: 300px;
        height: 300px;
        left: -10%;
        filter: blur(60px);
    }
}

.build-presence-section .precision-highlight-card{
    background-color: #000;
}



/* Capabilities Matrix Styling */
.capabilities-matrix-section {
    padding: 120px 24px;
    background-color: var(--body-bg);
    position: relative;
    overflow: hidden;
}

.capabilities-matrix-section::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    background: rgba(246, 0, 67, 0.4);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 1;
}

@media (max-width: 768px) {
    .capabilities-matrix-section::before {
        width: 300px;
        height: 300px;
        filter: blur(60px);
    }
}

.capabilities-matrix-section > *{
    position: relative;
    z-index: 2;
}

.matrix-header {
    margin-bottom: 80px;
}

.matrix-main-title {
    font-family: 'Prata', serif;
    font-size: 64px;
    margin-bottom: 25px;
}

.matrix-intro {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 19px;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.6;
}

/* Grid Layout */
.matrix-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 30px; */
    row-gap: 70px;
    column-gap: 150px;
    margin: 0 auto;
}

/* Individual Card Styling */
.matrix-card {
    background: rgba(15, 15, 15, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 637px;
    transition: border-color 0.3s ease;
}

.matrix-card:hover {
    border-color: rgba(163, 9, 51, 0.3);
}

/* Watermark Numbering */
.matrix-number {
    position: absolute;
    bottom: -15px;
    right: 20px;
    font-family: 'Prata', serif;
    font-size: 120px;
    color: rgba(255, 255, 255, 0.04);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

.matrix-card-title {
    font-family: 'Prata', serif;
    font-size: 32px;
    color: #A30933; /* Primary Brand Red */
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

/* List with Red Dots */
.matrix-list {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 1;
}

.matrix-list li {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 14px;
    padding-left: 25px;
    position: relative;
    color: rgba(255, 255, 255, 0.85);
}

.matrix-list li::before {
    content: '●';
    color: #A30933;
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 1px;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .matrix-grid {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
    
    .matrix-main-title {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .capabilities-matrix-section { padding: 70px 24px; }
    .matrix-main-title { font-size: 42px; }
    .matrix-card { padding: 25px; }
    .matrix-card-title { font-size: 28px; }
    .matrix-list li { font-size: 16px; }
    .matrix-number { font-size: 80px; }
}



/* Authority Extends Section Styling */
.authority-extends-section {
    padding: 120px 24px;
    background-color: var(--body-bg);
    position: relative;
    overflow: hidden;
}

/* Atmospheric red glow behind the glass card */
.authority-extends-section::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(163, 9, 51, 0.2) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 0;
}

@media (max-width: 768px) {
    .authority-extends-section::before {
        width: 250px;
        height: 250px;
        filter: blur(50px);
    }
}

.extends-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Grayscale Image Styling */
.extends-image img {
    width: 100%;
    border-radius: 12px;
    filter: grayscale(100%);
    display: block;
}

/* Typography Scaling */
.extends-title {
    font-family: 'Prata', serif;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 40px;
    color: var(--text-color);
}

.extends-title .text-signature {
    font-size: 72px;
}

/* Glassmorphism Card Styling */
.extends-glass-card {
    background: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px 40px;
    border-radius: 4px;
}

.card-para {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}

.card-para:last-of-type {
    margin-bottom: 0;
}

/* Responsive Mobile Layout */
@media (max-width: 1024px) {
    .extends-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .extends-title {
        font-size: 42px;
    }

    .extends-image {
        max-width: 550px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .authority-extends-section { padding: 70px 24px; }
    .extends-title { font-size: 36px; }
    .extends-title .text-signature { font-size: 48px; }
    .extends-glass-card { padding: 30px 20px; }
    .card-para { font-size: 18px; }
    .extends-image { max-width: 100%; }
}






/* How It Flows Section Styling */
.how-it-flows-section {
    padding: 120px 24px;
    background-color: var(--body-bg);
    position: relative;
    overflow: hidden;
}

.flows-header {
    margin-bottom: 80px;
}

.flows-main-title {
    font-family: 'Prata', serif;
    font-size: 64px;
    margin-bottom: 25px;
}

.flows-subtitle {
    font-family: 'Garet', sans-serif;
    font-weight: 850; /* Garet-Bold */
    font-size: 32px;
    margin-bottom: 15px;
    color: #fff;
}

.flows-intro {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    opacity: 0.8;
}

/* Flows Grid Layout */
.flows-grid {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
}

/* Individual Flow Card */
.flow-card {
    background: rgba(15, 15, 15, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    height: 100%;
    /* max-width: 360px; */
    transition: border-color 0.3s ease;
}

.flow-card:hover {
    border-color: rgba(163, 9, 51, 0.3);
}

/* Watermark Numbering */
.flow-number {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-family: 'Prata', serif;
    font-size: 76px;
    color: rgba(255, 255, 255, 0.04);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

.flow-content {
    position: relative;
    z-index: 1;
}

.flow-card-title {
    font-family: 'Prata', serif;
    font-size: 28px;
    color: #A30933; /* Brand Primary Red */
    margin-bottom: 20px;
}

.flow-card-text {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .flows-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
    
    .flows-main-title {
        font-size: 48px;
    }
    
    .flows-subtitle {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .how-it-flows-section { padding: 70px 24px; }
    .flows-grid { grid-template-columns: 1fr; }
    .flows-main-title { font-size: 42px; }
    .flows-subtitle { font-size: 24px; }
    .flow-card { padding: 25px; }
    .flow-number { font-size: 60px; }
    .flow-card-title { font-size: 24px; }
    .flow-card-text { font-size: 18px; }
}




/* Investment Section */
.audit-investment-section {

    background: rgba(19, 19, 19, 1);
    position: relative;
    /* max-height: 634px; */
    display: flex;  
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Red glow effect behind the text/image intersection */
.audit-investment-section::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 28%;
        transform: translate(-50%, -50%);
        width: 156px;
        height: 156px;
        background: rgba(246, 0, 67, 1);
        filter: blur(80px);
        z-index: 0;
    }

.audit-investment-container{
    padding: 65px 24px 65px;
}

.investment-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 80px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

/* Image Styling */
.investment-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

.investment-image img {
    width: 100%;
    height: auto;
    display: block;
    /* Optional: Grayscale to match previous images if needed */
    filter: grayscale(100%); 
}

/* Content Styling */
.investment-content {
    flex: 1;
    max-width: 744px;
}

.investment-title {
    font-family: 'Prata', serif;
    font-size: 48px;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.1;
}

.price-tag {
    font-family: 'Garet', sans-serif;
    font-weight: 850; /* Garet-Bold */
    font-size: 48px;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: -2px;
    line-height: 1;
}

.investment-content ul{
    margin-top: 30px;
    list-style: none;
    padding: 0; 
}

.investment-content ul li{
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 8px;
    position: relative;
}

.investment-description {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
}

@media (max-width: 1400px){
    .audit-investment-container{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
    }
    .investment-image{
        position: relative;
        bottom: 0;
        left: 0;
    }
    .investment-content{
        max-width: 100%;
    }
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .audit-investment-section {
        max-height: none;
    }
    .audit-investment-section::before{
        left: 50%;
    }
    .investment-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .investment-image {
        order: -1; /* Image on top */
        max-width: 400px;
    }

    .investment-title {
        font-size: 42px;
    }

    .price-tag {
        font-size: 64px;
    }

    .investment-description {
        margin: 0 auto 35px;
    }
}

@media (max-width: 768px) {
    .investment-title {
        font-size: 32px;
    }
    .price-tag {
        font-size: 48px;
    }
    .investment-content ul li {
        font-size: 16px;
    }
    .investment-description {
        font-size: 16px;
    }
}









/* Testimonials Section Styling */
.testimonials-section {
    padding: 100px 24px;
    background-color: var(--body-bg);
}

.testimonials-header {
    margin-bottom: 70px;
}

.testimonials-header .eyebrow {
    font-family: 'Garet', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
}

.testimonials-title {
    font-family: 'Prata', serif;
    font-size: 64px;
    margin-top: 10px;
}

.testimonials-slider {
    display: block;
    margin: 0 -20px;
    /* Offset the slide margins */
}

.testimonial-card {
    background: rgba(26, 26, 26, 1);
    border: 5.32px solid rgba(32, 32, 32, 0.93);
    border-radius: 20px;
    padding: 48px;
    min-height: 420px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    /* margin: 0 20px;  Removed from here, applied to slick-slide instead */
}

.testimonial-card>img {
    width: 120px;
}

.testimonial-text {
    flex-grow: 1;
}

.testimonial-card p {
    font-family: 'Garet';
    font-weight: 300;
    font-size: 16px;
    line-height: 27.59px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 16px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.testimonial-author img {
    width: 87px;
    height: 87px;
}

.testimonial-author strong {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23px;
    line-height: 26.97px;
    letter-spacing: -2%;
    text-transform: capitalize;
}

.testimonials-cta {
    text-align: center;
    margin-top: 70px;
}

.testimonials-slider .slick-track {
    display: flex !important;
}

.testimonials-slider .slick-slide {
    height: inherit !important;
    margin: 0 40px; /* Creates the 80px gap */
    
}

.testimonials-slider {
    overflow: hidden;
}

/* Mobile Responsiveness for Testimonials */
@media (max-width: 1024px) {
    .testimonials-title {
        font-size: 48px;
    }
    .testimonial-card {
        padding: 35px;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 70px 24px;
    }
    .testimonials-title {
        font-size: 42px;
    }
    .testimonial-card {
        padding: 25px;
    }
    .testimonial-author strong {
        font-size: 20px;
    }
    .testimonials-slider .slick-slide {
        margin: 0 10px; /* Reduces gap on mobile */
    }
}




/* What's New Section styling */
.whats-new-section {
    padding: 100px 24px;
    background-color: var(--body-bg);
}

.whats-new-header .eyebrow {
    font-family: 'Garet', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.whats-new-header .section-title {
    font-family: 'Prata', serif;
    font-size: 82px;
    line-height: 1.1;
}

/* Grid Layout */
.whats-new-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Post Card Styling */
.post-card {
    background: #141414; /* Deep dark grey card background */
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.post-card:hover {
    transform: translateY(-5px);
}

.post-thumbnail {
    width: 100%;
    aspect-ratio: 1.5 / 1;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%); /* Grayscale logic from image_e8a3d1.png */
    transition: filter 0.4s ease;
}

.post-card:hover .post-thumbnail img {
    filter: grayscale(0%);
}

.post-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-meta {
    font-family: 'Garet', sans-serif;
    font-size: 14px;
    color: #D63763; /* Brand pink for meta data */
    margin-bottom: 15px;
}

.post-title {
    font-family: 'Prata', serif;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.post-title a {
    color: #fff;
    text-decoration: none;
}

.read-more-link {
    font-family: 'Garet', sans-serif;
    color: #D63763;
    text-decoration: none;
    font-size: 16px;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.whats-new-actions .primary-btn{
    width: 200px;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .whats-new-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .whats-new-section { padding: 70px 24px; }
    .whats-new-grid {
        grid-template-columns: 1fr;
    }
    .whats-new-header .section-title {
        font-size: 42px;
    }
    .post-content {
        padding: 20px;
    }
}










