@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700;800&display=swap');

.tl-35f1e862-section {
    font-family: 'Manrope', sans-serif;
    background-color: #F8FAFC;
    padding: 60px 40px;
    box-sizing: border-box;
}

.tl-35f1e862-header {
    text-align: center;
    max-width: 460px;
    margin: 0 auto 50px auto;
}

.tl-35f1e862-top-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #22E6A7;
    margin-bottom: 8px;
}

.tl-35f1e862-title {
    font-size: 30px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 12px 0;
    line-height: 1.25;
}

.tl-35f1e862-subtitle {
    font-size: 15px;
    color: #64748B;
    margin: 0;
    line-height: 1.5;
}

.tl-35f1e862-container {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding-left: 60px; /* Aligns content to the right of the connector */
    box-sizing: border-box;
}

.tl-35f1e862-line {
    position: absolute;
    left: 22px; /* Centered with respect to 44px marker */
    top: 22px;
    bottom: 22px;
    width: 2px;
    background-color: #22E6A7;
}

.tl-35f1e862-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tl-35f1e862-item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.tl-35f1e862-marker {
    position: absolute;
    left: -60px; /* Offset to center over line (60px container padding - 22px radius = 38px left, actually positioned at exactly 0 of left bounds of the line) */
    left: -38px;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #22E6A7;
    color: #1F2937;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.tl-35f1e862-content {
    background-color: transparent;
    padding: 0;
}

.tl-35f1e862-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 8px 0;
}

.tl-35f1e862-item-desc {
    font-size: 14px;
    color: #64748B;
    line-height: 1.65;
    margin: 0 0 16px 0;
}

.tl-35f1e862-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tl-35f1e862-pill {
    background-color: #FFFFFF;
    border: 1px solid #D9E3EC;
    border-radius: 20px;
    font-size: 11px;
    color: #1F2937;
    padding: 3px 10px;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
}

.tl-35f1e862-footer {
    text-align: center;
    margin-top: 50px;
}

.tl-35f1e862-button {
    display: inline-block;
    background-color: #22E6A7;
    color: #1F2937;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 8px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

.tl-35f1e862-button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
