.cf-5324f7e0-container {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    padding: 80px 20px;
    text-align: center;
    background-color: #F8F6F2;
    overflow: hidden;
}

.cf-5324f7e0-header {
    margin-bottom: 60px;
}

.cf-5324f7e0-title {
    font-size: 3rem;
    font-weight: 300;
    color: #111;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cf-5324f7e0-subtitle {
    font-size: 1.5rem;
    font-style: italic;
    color: #555;
    font-weight: 400;
    margin: 0;
}

.cf-5324f7e0-flow {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cf-5324f7e0-step-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cf-5324f7e0-step {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    max-width: 500px;
    width: 100%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.cf-5324f7e0-step.cf-5324f7e0-visible {
    opacity: 1;
    transform: translateY(0);
}

.cf-5324f7e0-step-icon {
    margin-bottom: 20px;
    color: #D4AF37;
    display: flex;
    justify-content: center;
}

.cf-5324f7e0-step-icon svg {
    fill: #D4AF37;
}

.cf-5324f7e0-step-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 400;
    color: #222;
}

.cf-5324f7e0-step-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    font-family: sans-serif;
    font-weight: 300;
}

.cf-5324f7e0-arrow {
    height: 120px;
    width: 100px;
    margin: 20px 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.cf-5324f7e0-arrow.cf-5324f7e0-visible {
    opacity: 1;
}

.cf-5324f7e0-path {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    transition: stroke-dashoffset 1.5s ease-out;
}

.cf-5324f7e0-arrow.cf-5324f7e0-visible .cf-5324f7e0-path {
    stroke-dashoffset: 0;
}

@media (max-width: 768px) {
    .cf-5324f7e0-step {
        padding: 30px 20px;
    }
    .cf-5324f7e0-title {
        font-size: 2.2rem;
    }
    .cf-5324f7e0-arrow {
        height: 80px;
    }
}
