#getting-started {
    background: #fff;
    padding: 90px 0 100px;
}
#getting-started h2 {
    color: #010028; text-align: center;
    font-size: 46px; font-weight: 900; font-style: italic;
    font-family: 'Poppins', sans-serif; margin-bottom: 12px;
}
#getting-started h2 .highlighted { color: #a72943; }

.getting-started-subtitle { color: #555; text-align: center; font-size: 16px; }

.steps-timeline { margin: 56px auto 0; position: relative; padding-left: 36px; }
.steps-timeline::before {
    content: ''; position: absolute; left: 16px; top: 0; bottom: 0;
    width: 2px; background: #e0deda; z-index: 0;
}

.step-item { display: flex; gap: 24px; align-items: flex-start; position: relative; }
.step-item + .step-item { margin-top: 40px; }

.step-number {
    width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 13px;
    position: relative; z-index: 1;
    margin-left: -36px;
    box-shadow: 0 0 0 4px #fff;
}

.step-content h3 { font-size: 16px; font-weight: 700; color: #010028; margin-bottom: 4px; font-style: normal; line-height: 1.3; }
.step-content p { font-size: 14px; color: #555; line-height: 1.6; }

@media (max-width: 991px) { #getting-started h2 { font-size: 32px !important; } }