/* Why Section - Desktop Styles */
.why-section {
    background-image: 
        url('../../../../assets/img/product/what-is-syfu/ellipse-324.svg'),
        url('../../../../assets/img/product/why/why-bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 
        center top -243px,
        left top;
    background-size: 
        2377px 1628px,
        1560px 1560px;
}

/* Create proper spacing for title sections */


.why-bg-title-container {
    margin-top: 2rem; /* Add vertical spacing between Easy and On-Ramp */
}
/* Title Desktop */
.why-title {
    font-size: 3.161rem; /* 50.571px */
    line-height: 3.371rem; /* 53.943px - 106.667% */
}

.why-title-outline {
    font-size: 3.161rem; /* 50.571px */
    line-height: 3.371rem; /* 53.943px */
}


.why-bg-title {
    font-size: 14.1rem; /* 225.6px */
    line-height: 10.688rem; /* 171px */
    text-shadow: 0 5.535px 85.104px rgba(62, 232, 181, 0.60);
    background: linear-gradient(90deg, #9EDCC9 0%, #3EE8B5 31.25%, #3EE8B5 65.38%, #87D5BE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}

.why-bg-title-outline {
    -webkit-text-stroke-width: 2.77px;
    font-size: 14.1rem; /* 225.6px */
    line-height: 10.688rem; /* 171px */
    filter: blur(42.55204391479492px); 
    width: fit-content;
    height: fit-content;
    margin: auto;
    text-align: center;
    -webkit-text-stroke-color: #000;
    font-family: "FRIZON", 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    mix-blend-mode: color-dodge;
   
}

/* Content Desktop */
.why-content {
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.why-section-item {
    flex: 1;
    gap: 0.75rem; /* Keep 12px gap on desktop */
}

/* All text sizes remain the same on desktop as specified */