/* Font Face Declarations */
@font-face {
    font-family: 'Peyda';
    src: url('../../fonts/PeydaWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../../fonts/peydaWeb-extralight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../../fonts/PeydaWeb-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../../fonts/PeydaWeb-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../../fonts/PeydaWeb-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Peyda', sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    overflow-x: hidden;
}

.main-container {
    direction: rtl;
}
/* Main Container */
.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Hero Section */
.hero-section {
    width: 100%;
    display: flex;
    height: auto;
    margin-top: 96px;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* Hero Image Wrapper */
.hero-image-wrapper {
    width: 100%;
    height: 100%;
}

.hero-image {
    width: 100%;
    height: 100%;

}

/* Hero Content Overlay */
.hero-content-overlay {
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-content-wrapper {
    width: 564px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Hero Heading */
.hero-heading-wrapper {
    width: 100%;
}

.hero-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.4px;
    width: 100%;
}

/* Hero Subtitle */
.hero-subtitle-wrapper {
    width: 100%;
    margin-top: 80px;
}

.hero-subtitle {
    font-family: 'Peyda', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    text-align: justify;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.432px;
    width: 100%;
}

/* Quote Section */
.quote-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}

.quote-wrapper {
    width: 844px;
    max-width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quote-text {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 200;
    line-height: 1.1;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.quote-text span {
    display: block;
}

.quote-text span:first-child {
    margin-bottom: 0;
}

/* Illustration Section */
.illustration-section {
    width: 100%;
    margin-top: 75px;
    min-height: 260px;
}

.illustration-container {
    display: flex;
}

.illustration-overflow {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.illustration-image {
    height: 100%;

}

/* Features Cards Section */
.features-cards-section {
    width: 100%;
    margin-top: -75px;
    min-height: 224px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    gap: 24px;}

/* Feature Card */
.feature-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    width: auto;
    height: 224px;
    padding: 30px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 8px 32px 0 rgba(0, 0, 0, 0.37),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
}



.feature-card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feature-card-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 48px;
    color: #FFFFFF;
    text-align: justify;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.34px;
    width: 350px;
}


.feature-card-description {
    font-family: 'Peyda', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    text-align: justify;
    margin: 0;
    margin-top: 24px;
    padding: 0;
    direction: rtl;
}

/* Capabilities Section */
.capabilities-section {
    width: 100%;
    height: auto;
    margin-top: 75px;
}

/* Capabilities Header */
.capabilities-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 64px;
}

.capabilities-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.32px;
    white-space: nowrap;
}

.capabilities-description {
    font-family: 'Peyda', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.18px;
    width: 1268px;
    max-width: 100%;
    margin-top: 24px;
}

/* Capabilities Grid */
.capabilities-grid {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

/* Capability Item */
.capability-item {
    width: 30%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 24px;
    flex-direction: row;
    flex-wrap: nowrap;
}


.capability-bullet {
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border-radius: 100px;
    flex-shrink: 0;
}

.capability-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    width: 352px;
}


.capability-title {
    font-family: 'Peyda', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    width: 100%;
}

.capability-text {
    font-family: 'Peyda', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.44px;
    width: 100%;
}

/* Smart Work Chain Section */
.smart-work-chain-section {
    width: 100%;
    display: flex;
    margin-top: 75px;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}


.smart-work-chain-illustration-container {
    width: 100%;
    height: auto;
}



/* Smart Work Chain Right Content */
.smart-work-chain-content-section {
    z-index: 2;
    width: 684px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
}

/* Smart Work Chain Heading */
.smart-work-chain-heading-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.smart-work-chain-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.36px;
    white-space: nowrap;
}

/* Smart Work Chain Horizontal Line */
.smart-work-chain-line-wrapper {
    width: 100%;
    height: 1px;
}

.smart-work-chain-line {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    bottom: -1px;
    left: 0;
    right: 0;
    top: 0;
}

/* Smart Work Chain List */
.smart-work-chain-list-wrapper {
    width: 95%;
}

.smart-work-chain-illustration-section {
    position: relative;
    top: 128px;
}

.smart-work-chain-illustration-overflow {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.smart-work-chain-illustration-image {
    width: 100%;
    height: 100%;
}

.smart-work-chain-list {
    font-family: 'Peyda', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: justify;
    margin: 0;
    padding: 0;
    direction: rtl;
    list-style: disc;
    width: 100%;
}

.smart-work-chain-list li {
    margin-bottom: 32px;
}

.smart-work-chain-list li:last-child {
    margin-bottom: 0;
}

.smart-work-chain-list-bold {
    font-family: 'Peyda', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.smart-work-chain-list span:not(.smart-work-chain-list-bold) {
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* CTA Section */
.cta-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.cta-wrapper {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(43px);
    width: 80%;
    padding: 48px 64px;
    border-radius: 19px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 8px 32px 0 rgba(0, 0, 0, 0.37),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
}

.cta-content {
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

/* CTA Headings */
.cta-headings-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.728px;
    width: 100%;
}

.cta-subtitle {
    font-family: 'Peyda', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    margin-top: 24px;
    padding: 0;
    direction: rtl;
    width: 100%;
}

/* CTA Buttons */
.cta-buttons-wrapper {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
}

.cta-button {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 55px;
    width: 286px;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.cta-button-text {
    font-family: 'Peyda', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-align: center;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    direction: rtl;
    flex-shrink: 0;
}

.cta-button-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    flex-shrink: 0;
    width: 0;
}

.cta-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transform: rotate(90deg) scaleY(-1);
}

.cta-arrow-icon {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

/* ============================================
   RESPONSIVE STYLES - Desktop styles preserved above
   ============================================ */

/* Small Desktop (up to 1440px) */
@media (max-width: 1440px) {
    .container {
        padding: 0 20px;
    }
    
    .hero-section {
        flex-direction: column;
        align-items: center;
        margin-top: 64px;
    }
    
    .hero-image-wrapper {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .hero-image {
        width: 100%;
        height: auto;
    }
    
    .hero-content-overlay {
        position: relative;
        justify-content: center;
        margin-top: 32px;
        padding: 0;
        height: auto;
        width: 100%;
    }
    
    .hero-content-wrapper {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }
    
    .hero-heading {
        text-align: center;
    }
    
    .hero-subtitle {
        text-align: center;
    }
    
    .quote-wrapper {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .illustration-section {
        padding: 0 20px;
    }
    
    .illustration-image {
        width: 100%;
        height: auto;
    }
    
    .features-cards-section {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 20px;
        margin-top: -50px;
    }
    
    .feature-card {
        width: 100%;
        height: auto;
        min-height: 224px;
    }
    
    .feature-card-heading {
        width: 100%;
    }
    
    .capabilities-section {
        padding: 0 20px;
    }
    
    .capabilities-description {
        width: 100%;
    }
    
    .capabilities-grid {
        justify-content: center;
    }
    
    .capability-item {
        width: 45%;
        min-width: 300px;
    }
    
    .capability-content {
        width: 100%;
        max-width: 100%;
    }
    
    .smart-work-chain-section {
        flex-direction: column-reverse;
        align-items: center;
        gap: 32px;
    }
    
    .smart-work-chain-illustration-section {
        position: relative;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .smart-work-chain-illustration-container {
        width: 100%;
        max-width: 600px;
        height: auto;
    }
    
    .smart-work-chain-illustration-image {
        width: 100%;
        height: auto;
    }
    
    .smart-work-chain-content-section {
        width: 100%;
        max-width: 684px;
        align-items: center;
        padding: 0 20px;
    }
    
    .smart-work-chain-heading-wrapper {
        justify-content: center;
    }
    
    .smart-work-chain-heading {
        text-align: center;
        white-space: normal;
    }
    
    
    
    .cta-wrapper {
        width: 100%;
        max-width: 900px;
    }
}

/* Tablet (up to 1024px) */
@media (max-width: 1024px) {
    /* Typography Scaling */
    .hero-heading {
        font-size: 32px;
        line-height: 44px;
    }
    
    .hero-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    
    .quote-text {
        font-size: 32px;
        line-height: 1.2;
    }
    
    .feature-card-heading {
        font-size: 28px;
        line-height: 40px;
    }
    
    .feature-card-description {
        font-size: 16px;
        line-height: 22px;
    }
    
    .capabilities-heading {
        font-size: 28px;
        line-height: 40px;
    }
    
    .capabilities-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .capability-title {
        font-size: 20px;
    }
    
    .capability-text {
        font-size: 18px;
    }
    
    .smart-work-chain-heading {
        font-size: 28px;
        line-height: 40px;
    }
    
    .smart-work-chain-list {
        font-size: 20px;
    }
    
    .cta-heading {
        font-size: 32px;
        line-height: 40px;
    }
    
    .cta-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    
    .cta-button-text {
        font-size: 20px;
    }
    
    /* Layout Adjustments */
    .hero-section {
        margin-top: 64px;
    }
    
    .hero-content-wrapper {
        max-width: 650px;
    }
    
    .quote-section {
        margin-top: 64px;
    }
    
    .quote-wrapper {
        max-width: 900px;
    }
    
    .illustration-section {
        margin-top: 64px;
    }
    
    .features-cards-section {
        margin-top: -50px;
        gap: 20px;
    }
    
    
    .capabilities-section {
        margin-top: 64px;
    }
    
    .capabilities-header {
        margin-bottom: 48px;
    }
    
    .capabilities-grid {
        gap: 20px;
    }
    
    .capability-item {
        width: 48%;
        min-width: 280px;
    }
    
    .capability-content {
        width: 100%;
        max-width: 100%;
    }
    
    .smart-work-chain-section {
        margin-top: 64px;
    }
    
    .smart-work-chain-content-section {
        max-width: 650px;
    }
    
    
    .cta-wrapper {
        padding: 40px 48px;
    }
    
    .cta-buttons-wrapper {
        flex-direction: column;
        gap: 24px;
    }
    
    .cta-button {
        width: 100%;
        max-width: 300px;
    }
    .cta-section {
        position: relative;
        bottom: 80px;
        padding: 0;
    }
}

/* Mobile (up to 768px) */
@media (max-width: 768px) {
    /* Typography Scaling */
    .hero-heading {
        font-size: 24px;
        line-height: 32px;
    }
    
    .hero-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    
    .quote-text {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .feature-card-heading {
        font-size: 22px;
        line-height: 32px;
    }
    
    .feature-card-description {
        font-size: 14px;
        line-height: 20px;
    }
    
    .capabilities-heading {
        font-size: 22px;
        line-height: 32px;
    }
    
    .capabilities-description {
        font-size: 14px;
        line-height: 20px;
    }
    
    .capability-title {
        font-size: 18px;
    }
    
    .capability-text {
        font-size: 16px;
    }
    
    .smart-work-chain-heading {
        font-size: 22px;
        line-height: 32px;
    }
    
    .smart-work-chain-list {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .cta-heading {
        font-size: 24px;
        line-height: 32px;
    }
    
    .cta-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    
    .cta-button-text {
        font-size: 16px;
    }
    
    /* Layout Adjustments */
    .container {
        padding: 0 16px;
    }
    
    .hero-section {
        margin-top: 48px;
        flex-direction: column;
    }
    
    .hero-image-wrapper {
        width: 100%;
    }
    
    .hero-content-overlay {
        position: relative;
        padding: 0;
        height: auto;
        width: 100%;
        justify-content: center;
    }
    
    .hero-content-wrapper {
        padding: 0;
        gap: 24px;
        width: 100%;
        max-width: 100%;
    }
    
    .hero-heading-wrapper {
        margin-top: 0;
    }
    
    .hero-subtitle-wrapper {
        margin-top: 24px;
    }
    
    .quote-section {
        margin-top: 48px;
    }
    
    .quote-wrapper {
        padding: 0;
    }
    
    .illustration-section {
        margin-top: 48px;
        padding: 0;
    }
    
    .features-cards-section {
        margin-top: -30px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 0;
    }
    
    .feature-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 24px;
    }
    
    .feature-card-content {
        align-items: flex-start;
    }
    
    .capabilities-section {
        margin-top: 48px;
        padding: 0;
    }
    
    .capabilities-header {
        margin-bottom: 32px;
    }
    
    .capabilities-heading {
        white-space: normal;
    }
    
    .capabilities-grid {
        flex-direction: column;
        gap: 24px;
    }
    
    .capability-item {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
    }
    
    .capability-content {
        width: 100%;
        max-width: 100%;
    }
    
    .capability-bullet {
        flex-shrink: 0;
    }
    
    .smart-work-chain-section {
        margin-top: 48px;
        gap: 24px;
    }
    
    .smart-work-chain-illustration-section {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .smart-work-chain-illustration-container {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    .smart-work-chain-illustration-image {
        width: 100%;
        height: auto;
    }
    
    .smart-work-chain-content-section {
        gap: 24px;
        padding: 0;
    }
    
    .smart-work-chain-list li {
        margin-bottom: 24px;
    }
    
    .cta-section {
        position: relative;
        bottom: 80px;
        padding: 0;
    }
    
    .cta-wrapper {
        width: 100%;
        padding: 32px 24px;
    }
    
    .cta-content {
        width: 100%;
    }
    
    .cta-buttons-wrapper {
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }
    
    .cta-button {
        width: 100%;
        max-width: 100%;
    }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
    /* Typography Scaling */
    .hero-heading {
        font-size: 20px;
        line-height: 28px;
    }
    
    .hero-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
    
    .quote-text {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .feature-card-heading {
        font-size: 18px;
        line-height: 26px;
    }
    
    .feature-card-description {
        font-size: 13px;
        line-height: 18px;
    }
    
    .capabilities-heading {
        font-size: 20px;
        line-height: 28px;
    }
    
    .capabilities-description {
        font-size: 13px;
        line-height: 18px;
    }
    
    .capability-title {
        font-size: 16px;
    }
    
    .capability-text {
        font-size: 14px;
    }
    
    .smart-work-chain-heading {
        font-size: 20px;
        line-height: 28px;
    }
    
    .smart-work-chain-list {
        font-size: 14px;
    }
    
    .cta-heading {
        font-size: 20px;
        line-height: 28px;
    }
    
    .cta-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
    
    .cta-button-text {
        font-size: 14px;
    }
    
    /* Layout Adjustments */
    .container {
        padding: 0 12px;
    }
    
    .hero-section {
        margin-top: 32px;
    }
    
    .hero-content-overlay {
        margin-top: 24px;
    }
    
    .hero-content-wrapper {
        gap: 20px;
    }
    
    .hero-subtitle-wrapper {
        margin-top: 20px;
    }
    
    .quote-section {
        margin-top: 32px;
    }
    
    .illustration-section {
        margin-top: 32px;
    }
    
    .features-cards-section {
        margin-top: -68px;
        gap: 12px;
    }
    
    
    .feature-card-description {
        margin-top: 16px;
    }
    
    .capabilities-section {
        margin-top: 32px;
    }
    
    .capabilities-header {
        margin-bottom: 24px;
    }
    
    .capabilities-grid {
        gap: 20px;
    }
    
    .capability-item {
        gap: 16px;
    }
    
    .capability-bullet {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }
    
    .smart-work-chain-section {
        margin-top: 32px;
        gap: 20px;
    }
    
    .smart-work-chain-illustration-section {
        width: 100%;
    }
    
    .smart-work-chain-illustration-container {
        width: 100%;
    }
    
    .smart-work-chain-illustration-image {
        width: 100%;
        height: auto;
    }
    
    .smart-work-chain-content-section {
        gap: 20px;
    }
    
    .smart-work-chain-list li {
        margin-bottom: 20px;
    }
    
    .cta-wrapper {
        padding: 24px 20px;
    }
    
    .cta-headings-wrapper {
        gap: 16px;
    }
    
    .cta-subtitle {
        margin-top: 16px;
    }
    
    .cta-buttons-wrapper {
        margin-top: 24px;
        gap: 12px;
    }
    
    .cta-button {
        padding: 12px 24px;
    }
}