.fc-40e7706f-wrapper {
    background-color: #FFFFFF;
    padding: 96px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.fc-40e7706f-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.fc-40e7706f-card {
    background-color: #FAFAFA;
    border: 1px solid #F3F4F6;
    border-radius: 40px;
    padding: 96px 80px;
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fc-40e7706f-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 768px) {
    .fc-40e7706f-card {
        padding: 60px 32px;
    }
}
.fc-40e7706f-subtitle {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #9CA3AF;
    margin-bottom: 40px;
    display: block;
}
.fc-40e7706f-heading {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -1px;
    max-width: 1024px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .fc-40e7706f-heading { font-size: 48px; }
}
@media (max-width: 768px) {
    .fc-40e7706f-heading { font-size: 30px; }
}
.fc-40e7706f-text-1 { color: #000000; }
.fc-40e7706f-text-2 { color: #9CA3AF; }

/* Word Split Animation styles */
.fc-40e7706f-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-right: 0.25em; /* approximate word space */
}
.fc-40e7706f-word:last-child {
    margin-right: 0;
}
.fc-40e7706f-word-inner {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.8s ease-out;
}
.fc-40e7706f-card.is-visible .fc-40e7706f-word-inner {
    transform: translateY(0);
    opacity: 1;
}
